Commit 4491c48
committed
vendor: Update vendored sources to duckdb/duckdb@4a0d6fd
Date: 2026-09-01 15:30:44 +0000
Validate LIST offsets before use (https://redirect.github.com/duckdb/duckdb/pull/25212)
R-side fix:
Nothing in the tree — a finding with no repair to carry,
recorded here because nothing else keeps it.
Two r-universe targets failed on the previous green,
1b37203 (`duckdb.dev` 1.5.5.9013.1395, krlmlr.r-universe.dev):
`macos-release-x86_64` at 3804 s and `windows-devel-x86_64` at 3664 s,
both `##[error]The action has timed out.` inside a one-hour action budget,
both with `src/duckdb` still compiling.
The Windows one is new, and it is the same cause as the macOS one
(d49ded3, and duckdb#2678):
`.Rbuildignore` lists `^scripts$`,
so `R CMD build` strips the directory
and `configure` / `configure.win` cannot read `scripts/setup-makeflags.R`,
which is where `MAKEFLAGS` comes from.
What differs is only how the failure shows:
this platform's `Rscript` reports the missing file on stderr,
which `2>/dev/null` swallows,
so `makeflags_value` is empty,
no `MAKEFLAGS` line is printed at all,
and the build simply compiles serially with nothing in the log to say why —
where macOS keeps the error string and prints it.
The Windows log shows one `g++` invocation at a time
from 17:31 to the timeout at 18:31, which is the same serial build.
So the target list this costs is wider than macOS:
every platform that installs from the built tarball compiles serially,
and the ones near the hour fall off the edge.
duckdb#2678 moves the helper to `tools/`, which `R CMD build` keeps,
and refuses a value that is not `-jN`; this firing added the Windows
evidence to it. It is open against `main`;
the series gets it when stage 4 ports it, never before.
The consequence is stale published binaries, not broken ones:
`mac-x86_64` and `win-x86_64` both still serve 1.5.5.9013.1373,
built earlier the same day.
The `rcc` gate is Linux on one R version and never compiles either target,
and no `each-rcc` run records the outcome either way.1 parent db2358f commit 4491c48
4 files changed
Lines changed: 44 additions & 17 deletions
File tree
- R
- src/duckdb/src
- function/table/version
- storage/table
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
12 | 35 | | |
13 | 36 | | |
14 | 37 | | |
| |||
58 | 81 | | |
59 | 82 | | |
60 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
61 | 87 | | |
62 | 88 | | |
63 | 89 | | |
64 | 90 | | |
65 | 91 | | |
| 92 | + | |
| 93 | + | |
66 | 94 | | |
67 | 95 | | |
68 | | - | |
| 96 | + | |
69 | 97 | | |
70 | 98 | | |
71 | 99 | | |
| |||
81 | 109 | | |
82 | 110 | | |
83 | 111 | | |
84 | | - | |
85 | 112 | | |
86 | 113 | | |
87 | 114 | | |
| |||
109 | 136 | | |
110 | 137 | | |
111 | 138 | | |
112 | | - | |
113 | | - | |
114 | 139 | | |
115 | 140 | | |
116 | | - | |
| 141 | + | |
117 | 142 | | |
| 143 | + | |
118 | 144 | | |
119 | 145 | | |
120 | | - | |
| 146 | + | |
121 | 147 | | |
122 | 148 | | |
| 149 | + | |
123 | 150 | | |
124 | 151 | | |
125 | | - | |
126 | | - | |
| 152 | + | |
127 | 153 | | |
128 | 154 | | |
129 | 155 | | |
| |||
135 | 161 | | |
136 | 162 | | |
137 | 163 | | |
138 | | - | |
| 164 | + | |
139 | 165 | | |
140 | 166 | | |
141 | 167 | | |
| |||
156 | 182 | | |
157 | 183 | | |
158 | 184 | | |
159 | | - | |
| 185 | + | |
160 | 186 | | |
161 | 187 | | |
162 | 188 | | |
| |||
298 | 324 | | |
299 | 325 | | |
300 | 326 | | |
| 327 | + | |
301 | 328 | | |
302 | 329 | | |
303 | 330 | | |
304 | 331 | | |
305 | | - | |
| 332 | + | |
306 | 333 | | |
307 | 334 | | |
308 | | - | |
| 335 | + | |
309 | 336 | | |
310 | 337 | | |
311 | 338 | | |
| |||
0 commit comments