Commit 7121193
committed
vendor: Update vendored sources to duckdb/duckdb@d130a01
Date: 2026-09-08 10:53:21 +0000
Track I/O operation counts alongside byte counters (https://redirect.github.com/duckdb/duckdb/pull/25409)
R-side fix:
Nothing in the tree — one finding with no repair to carry,
recorded here because nothing else keeps it.
r-universe read `duckdb.dev` 1.5.99.9003.1397 at 1f4b6d7 (`main-green`),
on duckdb.r-universe.dev, and one of the fifteen targets failed.
`macos-oldrel-x86_64` timed out after 3794 s:
`##[error]The action has timed out.` at 3612765 ms of the one-hour budget,
with `duckdb/ub_src_parser_peg_transformer.cpp` still compiling
(<https://duckdb.r-universe.dev/api/actions/logs/102024688950>).
Not a new target and not a new cause: this is the `MAKEFLAGS` timeout
recorded on 16fb13c for the same target, and on 59cb20f for
`macos-release-x86_64`. The log names it outright again:
+ makeflags_value='Fatal error: cannot open file '\''scripts/setup-makeflags.R'\'': No such file or directory'
+ export 'MAKEFLAGS=Fatal error: cannot open file ...'
`configure` fills `MAKEFLAGS` in from `scripts/setup-makeflags.R`,
`.Rbuildignore` lists `^scripts$`,
so `R CMD build` strips the directory
and no package installed from a tarball can read it;
`MAKEFLAGS` is exported as the error string rather than as `-jN`
and every source install from the built tarball compiles serially.
Which targets fall over is boundary noise; the cause is constant.
duckdb#2678 moves the helper to `tools/`, which `R CMD build` keeps,
and refuses a value that is not `-jN`.
It has been open as a draft since 2026-08-27 and every firing since has
paid for it; the series gets it when stage 4 ports it, never before.
This exact read was already posted as evidence on that PR by the firing
four hours earlier (duckdb#2678, comment of 2026-09-08 11:49 UTC),
so this firing added no second comment — only this record, which that
firing had no `-dev` commit to write.
The consequence is a stale published binary, not a broken one:
`mac-x86_64` still serves 1.5.99.9003.1396, built 2026-09-07.
The `rcc` gate is Linux on one R version and compiles that target
on no run, so no `each-rcc` record says anything either way.
`windows-devel-arm64`, recorded on 59cb20f as the runner's rather than
the tree's, is OK again on this build — one occurrence, not a pattern.1 parent c2503e9 commit 7121193
8 files changed
Lines changed: 43 additions & 6 deletions
File tree
- R
- src/duckdb/src
- function/table/version
- include/duckdb/main/profiler
- main
- profiler
| 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 | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
127 | 141 | | |
128 | 142 | | |
129 | 143 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
90 | 102 | | |
91 | 103 | | |
92 | 104 | | |
| |||
104 | 116 | | |
105 | 117 | | |
106 | 118 | | |
| 119 | + | |
107 | 120 | | |
| 121 | + | |
108 | 122 | | |
109 | 123 | | |
110 | 124 | | |
| |||
125 | 139 | | |
126 | 140 | | |
127 | 141 | | |
| 142 | + | |
128 | 143 | | |
| 144 | + | |
129 | 145 | | |
130 | 146 | | |
131 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
| 942 | + | |
942 | 943 | | |
| 944 | + | |
943 | 945 | | |
944 | 946 | | |
945 | 947 | | |
| |||
0 commit comments