01KTYMQSYA1Q90AA7S1HN2DKGD: header-check

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KTYMR407TECVYZHRASNC9A9H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-12T19:26:37.760Zjob assigned to worker 01KTYMRAT79WX3ZAMAY5XFBCF0 [factory aws, i-06c2566b8b3d90ba9] (queued for 58 s)
 
22026-06-12T19:26:44.823Zstarting task 0: "setup"
32026-06-12T19:26:44.829Z++ uname -s
42026-06-12T19:26:44.832Z+ kern=SunOS
52026-06-12T19:26:44.832Z+ build_user=build
62026-06-12T19:26:44.832Z+ build_uid=12345
72026-06-12T19:26:44.832Z+ work_dir=/work
82026-06-12T19:26:44.832Z+ input_dir=/input
92026-06-12T19:26:44.832Z+ [[ 0 == 12345 ]]
102026-06-12T19:26:44.832Z+ case "$kern" in
112026-06-12T19:26:44.832Z+ groupadd -g 12345 build
122026-06-12T19:26:44.835Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-12T19:26:46.838Z+ zfs create -o mountpoint=/work rpool/work
142026-06-12T19:26:46.905Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-12T19:26:46.908Z+ home_fs=zfs
162026-06-12T19:26:46.908Z+ [[ zfs == autofs ]]
172026-06-12T19:26:46.908Z+ mkdir -p /home/build
182026-06-12T19:26:46.908Z+ chown build:build /home/build /work
192026-06-12T19:26:48.910Z+ chmod 0700 /home/build /work
202026-06-12T19:26:48.913Zprocess exited: duration 4087 ms, exit code 0
 
212026-06-12T19:26:48.919Zstarting task 1: "rust-toolchain"
222026-06-12T19:26:48.923Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-12T19:26:48.923Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-12T19:26:48.923Z * rust toolchain channel = "1.90.0"
252026-06-12T19:26:48.923Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-12T19:26:48.923Z * rust toolchain profile = "default"
272026-06-12T19:26:48.923Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-12T19:26:48.926Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-12T19:26:48.926Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-12T19:26:49.046Zinfo: downloading installer
312026-06-12T19:26:50.476Zwarn: It looks like you have an existing installation of Rust at:
322026-06-12T19:26:50.476Zwarn: /opt/ooce/bin
332026-06-12T19:26:50.476Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-12T19:26:50.476Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-12T19:26:50.476Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-12T19:26:50.476Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-12T19:26:50.476Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-12T19:26:50.476Zerror: cannot install while Rust is installed
392026-06-12T19:26:50.476Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-12T19:26:50.476Zwarn: It looks like you have an existing rustup settings file at:
412026-06-12T19:26:50.476Zwarn: /home/build/.rustup/settings.toml
422026-06-12T19:26:50.476Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-12T19:26:50.476Zwarn: instead of the one inferred from the default host triple.
442026-06-12T19:26:50.490Zinfo: profile set to default
452026-06-12T19:26:50.490Zinfo: default host triple is x86_64-unknown-illumos
462026-06-12T19:26:50.493Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-12T19:26:50.650Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-12T19:26:50.653Zinfo: downloading 6 components
492026-06-12T19:27:06.055Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-12T19:27:06.055Z
512026-06-12T19:27:06.083Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-12T19:27:06.083Z
532026-06-12T19:27:06.084Z
542026-06-12T19:27:06.084ZRust is installed now. Great!
552026-06-12T19:27:06.084Z
562026-06-12T19:27:06.087ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-12T19:27:06.087Zenvironment variable. This has not been done automatically.
582026-06-12T19:27:06.087Z
592026-06-12T19:27:06.087ZTo configure your current shell, you need to source
602026-06-12T19:27:06.087Zthe corresponding env file under $HOME/.cargo.
612026-06-12T19:27:06.087Z
622026-06-12T19:27:06.087ZThis is usually done by running one of the following (note the leading DOT):
632026-06-12T19:27:06.087Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-12T19:27:06.087Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-12T19:27:06.087Zsource "~/.cargo/env.nu" # For nushell
662026-06-12T19:27:06.087Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-12T19:27:06.087Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-12T19:27:06.087Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-12T19:27:06.087Zwarn: no default linker (`cc`) was found in your PATH
702026-06-12T19:27:06.087Zwarn: many Rust crates require a system C toolchain to build
712026-06-12T19:27:06.171Z+ rustup --version
722026-06-12T19:27:06.179Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-12T19:27:06.182Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-12T19:27:06.202Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-12T19:27:06.205Z+ cargo --version
762026-06-12T19:27:06.217Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-12T19:27:06.219Z+ rustc --version
782026-06-12T19:27:06.239Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-12T19:27:06.242Zprocess exited: duration 17320 ms, exit code 0
 
802026-06-12T19:27:06.248Zstarting task 2: "authentication"
812026-06-12T19:27:06.264Zprocess exited: duration 15 ms, exit code 0
 
822026-06-12T19:27:06.270Zstarting task 3: "clone repository"
832026-06-12T19:27:06.273Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-12T19:27:06.276Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-12T19:27:06.308ZCloning into '/work/oxidecomputer/propolis'...
862026-06-12T19:27:07.398Z+ cd /work/oxidecomputer/propolis
872026-06-12T19:27:07.398Z+ git fetch origin 2d092c1daff31cfd5ae645744605c871a2baff71
882026-06-12T19:27:07.772ZFrom https://github.com/oxidecomputer/propolis
892026-06-12T19:27:07.772Z * branch 2d092c1daff31cfd5ae645744605c871a2baff71 -> FETCH_HEAD
902026-06-12T19:27:07.775Z+ [[ -n '' ]]
912026-06-12T19:27:07.775Z+ git reset --hard 2d092c1daff31cfd5ae645744605c871a2baff71
922026-06-12T19:27:07.797ZHEAD is now at 2d092c1d deps: remove acpi_tables patch entry
932026-06-12T19:27:07.800Zprocess exited: duration 1527 ms, exit code 0
 
942026-06-12T19:27:07.806Zstarting task 4: "build"
952026-06-12T19:27:07.815ZCloning into './gate_src'...
962026-06-12T19:28:07.063ZUpdating files: 37% (18619/49509) Updating files: 38% (18814/49509) Updating files: 39% (19309/49509) Updating files: 40% (19804/49509) Updating files: 41% (20299/49509) Updating files: 42% (20794/49509) Updating files: 43% (21289/49509) Updating files: 44% (21784/49509) Updating files: 45% (22280/49509) Updating files: 46% (22775/49509) Updating files: 47% (23270/49509) Updating files: 48% (23765/49509) Updating files: 49% (24260/49509) Updating files: 50% (24755/49509) Updating files: 51% (25250/49509) Updating files: 52% (25745/49509) Updating files: 53% (26240/49509) Updating files: 54% (26735/49509) Updating files: 55% (27230/49509) Updating files: 56% (27726/49509) Updating files: 57% (28221/49509) Updating files: 58% (28716/49509) Updating files: 59% (29211/49509) Updating files: 60% (29706/49509) Updating files: 61% (30201/49509) Updating files: 62% (30696/49509) Updating files: 63% (31191/49509) Updating files: 64% (31686/49509) Updating files: 65% (32181/49509) Updating files: 66% (32676/49509) Updating files: 67% (33172/49509) Updating files: 68% (33667/49509) Updating files: 69% (34162/49509) Updating files: 70% (34657/49509) Updating files: 71% (35152/49509) Updating files: 72% (35647/49509) Updating files: 73% (36142/49509) Updating files: 74% (36637/49509) Updating files: 75% (37132/49509) Updating files: 76% (37627/49509) Updating files: 77% (38122/49509) Updating files: 78% (38618/49509) Updating files: 79% (39113/49509) Updating files: 80% (39608/49509) Updating files: 81% (40103/49509) Updating files: 82% (40598/49509) Updating files: 83% (41093/49509) Updating files: 84% (41588/49509) Updating files: 85% (42083/49509) Updating files: 85% (42341/49509) Updating files: 86% (42578/49509) Updating files: 87% (43073/49509) Updating files: 88% (43568/49509) Updating files: 89% (44064/49509) Updating files: 90% (44559/49509) Updating files: 91% (45054/49509) Updating files: 92% (45549/49509) Updating files: 93% (46044/49509) Updating files: 94% (46539/49509) Updating files: 95% (47034/49509) Updating files: 96% (47529/49509) Updating files: 97% (48024/49509) Updating files: 98% (48519/49509) Updating files: 99% (49014/49509) Updating files: 100% (49509/49509) Updating files: 100% (49509/49509), done.
972026-06-12T19:28:07.135ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
982026-06-12T19:28:07.163Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
992026-06-12T19:28:07.220Z Updating crates.io index
1002026-06-12T19:28:07.807Z Locking 44 packages to latest compatible versions
1012026-06-12T19:28:07.810Z Adding strum v0.25.0 (available: v0.28.0)
1022026-06-12T19:28:07.814Z Downloading crates ...
1032026-06-12T19:28:07.863Z Downloaded serde_derive v1.0.228
1042026-06-12T19:28:07.869Z Downloaded zmij v1.0.21
1052026-06-12T19:28:07.872Z Downloaded itoa v1.0.18
1062026-06-12T19:28:07.877Z Downloaded shlex v2.0.1
1072026-06-12T19:28:07.881Z Downloaded heck v0.5.0
1082026-06-12T19:28:07.881Z Downloaded strum v0.25.0
1092026-06-12T19:28:07.881Z Downloaded dirs-sys v0.3.7
1102026-06-12T19:28:07.886Z Downloaded rustc_version v0.4.1
1112026-06-12T19:28:07.889Z Downloaded unicode-xid v0.2.6
1122026-06-12T19:28:07.889Z Downloaded cfg-if v0.1.10
1132026-06-12T19:28:07.889Z Downloaded dirs v2.0.2
1142026-06-12T19:28:07.894Z Downloaded garando_pos v0.1.0
1152026-06-12T19:28:07.897Z Downloaded garando_errors v0.1.0
1162026-06-12T19:28:07.897Z Downloaded ctest2 v0.4.10
1172026-06-12T19:28:07.900Z Downloaded strum v0.26.3
1182026-06-12T19:28:07.903Z Downloaded rustversion v1.0.22
1192026-06-12T19:28:07.909Z Downloaded strum_macros v0.26.4
1202026-06-12T19:28:07.914Z Downloaded bitflags v1.3.2
1212026-06-12T19:28:07.924Z Downloaded semver v1.0.28
1222026-06-12T19:28:07.929Z Downloaded quote v1.0.45
1232026-06-12T19:28:07.929Z Downloaded term v0.6.1
1242026-06-12T19:28:07.929Z Downloaded proc-macro2 v1.0.106
1252026-06-12T19:28:07.932Z Downloaded log v0.4.32
1262026-06-12T19:28:07.932Z Downloaded unicode-ident v1.0.24
1272026-06-12T19:28:07.935Z Downloaded find-msvc-tools v0.1.9
1282026-06-12T19:28:07.940Z Downloaded serde_core v1.0.228
1292026-06-12T19:28:07.947Z Downloaded serde v1.0.228
1302026-06-12T19:28:07.950Z Downloaded cc v1.2.64
1312026-06-12T19:28:07.957Z Downloaded memchr v2.8.2
1322026-06-12T19:28:07.975Z Downloaded serde_json v1.0.150
1332026-06-12T19:28:07.983Z Downloaded garando_syntax v0.1.1
1342026-06-12T19:28:08.001Z Downloaded syn v2.0.117
1352026-06-12T19:28:08.034Z Downloaded libc v0.2.186
1362026-06-12T19:28:08.087Z Compiling proc-macro2 v1.0.106
1372026-06-12T19:28:08.087Z Compiling unicode-ident v1.0.24
1382026-06-12T19:28:08.087Z Compiling quote v1.0.45
1392026-06-12T19:28:08.094Z Compiling libc v0.2.186
1402026-06-12T19:28:08.094Z Compiling serde_core v1.0.228
1412026-06-12T19:28:08.094Z Compiling serde v1.0.228
1422026-06-12T19:28:08.094Z Compiling zmij v1.0.21
1432026-06-12T19:28:08.094Z Compiling rustversion v1.0.22
1442026-06-12T19:28:08.234Z Compiling cfg-if v0.1.10
1452026-06-12T19:28:08.289Z Compiling serde_json v1.0.150
1462026-06-12T19:28:08.495Z Compiling memchr v2.8.2
1472026-06-12T19:28:08.504Z Compiling unicode-xid v0.2.6
1482026-06-12T19:28:08.517Z Compiling itoa v1.0.18
1492026-06-12T19:28:08.595Z Compiling heck v0.5.0
1502026-06-12T19:28:08.679Z Compiling shlex v2.0.1
1512026-06-12T19:28:08.740Z Compiling semver v1.0.28
1522026-06-12T19:28:08.785Z Compiling log v0.4.32
1532026-06-12T19:28:08.840Z Compiling dirs-sys v0.3.7
1542026-06-12T19:28:08.844Z Compiling find-msvc-tools v0.1.9
1552026-06-12T19:28:08.944Z Compiling bitflags v1.3.2
1562026-06-12T19:28:09.003Z Compiling dirs v2.0.2
1572026-06-12T19:28:09.013Z Compiling cc v1.2.64
1582026-06-12T19:28:09.045Z Compiling rustc_version v0.4.1
1592026-06-12T19:28:09.056Z Compiling strum v0.25.0
1602026-06-12T19:28:09.064Z Compiling term v0.6.1
1612026-06-12T19:28:09.252Z Compiling syn v2.0.117
1622026-06-12T19:28:10.868Z Compiling serde_derive v1.0.228
1632026-06-12T19:28:10.868Z Compiling strum_macros v0.26.4
1642026-06-12T19:28:11.895Z Compiling strum v0.26.3
1652026-06-12T19:28:11.958Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1662026-06-12T19:28:12.935Z Compiling garando_pos v0.1.0
1672026-06-12T19:28:13.205Z Compiling garando_errors v0.1.0
1682026-06-12T19:28:13.585Z Compiling garando_syntax v0.1.1
1692026-06-12T19:28:17.652Z Compiling ctest2 v0.4.10
1702026-06-12T19:28:18.285Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1712026-06-12T19:28:20.546Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.40s
1722026-06-12T19:28:20.564Z Running test/main.rs (target/debug/deps/main-b6ff1c853d2b58fb)
1732026-06-12T19:28:20.567ZRUNNING ALL TESTS
1742026-06-12T19:28:20.567ZPASSED 1185 tests
1752026-06-12T19:28:20.573ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1762026-06-12T19:28:20.631Z Updating crates.io index
1772026-06-12T19:28:20.800Z Locking 39 packages to latest compatible versions
1782026-06-12T19:28:20.841Z Compiling proc-macro2 v1.0.106
1792026-06-12T19:28:20.841Z Compiling quote v1.0.45
1802026-06-12T19:28:20.841Z Compiling unicode-ident v1.0.24
1812026-06-12T19:28:20.841Z Compiling libc v0.2.186
1822026-06-12T19:28:20.844Z Compiling serde_core v1.0.228
1832026-06-12T19:28:20.844Z Compiling serde v1.0.228
1842026-06-12T19:28:20.844Z Compiling cfg-if v0.1.10
1852026-06-12T19:28:20.844Z Compiling zmij v1.0.21
1862026-06-12T19:28:20.901Z Compiling serde_json v1.0.150
1872026-06-12T19:28:20.945Z Compiling itoa v1.0.18
1882026-06-12T19:28:21.097Z Compiling memchr v2.8.2
1892026-06-12T19:28:21.104Z Compiling unicode-xid v0.2.6
1902026-06-12T19:28:21.131Z Compiling bitflags v1.3.2
1912026-06-12T19:28:21.154Z Compiling semver v1.0.28
1922026-06-12T19:28:21.177Z Compiling find-msvc-tools v0.1.9
1932026-06-12T19:28:21.192Z Compiling shlex v2.0.1
1942026-06-12T19:28:21.350Z Compiling log v0.4.32
1952026-06-12T19:28:21.378Z Compiling rustc_version v0.4.1
1962026-06-12T19:28:21.407Z Compiling cc v1.2.64
1972026-06-12T19:28:21.538Z Compiling dirs-sys v0.3.7
1982026-06-12T19:28:21.563Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
1992026-06-12T19:28:21.643Z Compiling dirs v2.0.2
2002026-06-12T19:28:21.703Z Compiling term v0.6.1
2012026-06-12T19:28:21.891Z Compiling syn v2.0.117
2022026-06-12T19:28:23.168Z Compiling serde_derive v1.0.228
2032026-06-12T19:28:25.062Z Compiling garando_pos v0.1.0
2042026-06-12T19:28:25.322Z Compiling garando_errors v0.1.0
2052026-06-12T19:28:25.685Z Compiling garando_syntax v0.1.1
2062026-06-12T19:28:29.706Z Compiling ctest2 v0.4.10
2072026-06-12T19:28:30.338Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2082026-06-12T19:28:31.234Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.65s
2092026-06-12T19:28:31.249Z Running test/main.rs (target/debug/deps/main-2cad7e371c60c061)
2102026-06-12T19:28:31.252ZRUNNING ALL TESTS
2112026-06-12T19:28:31.252ZPASSED 90 tests
2122026-06-12T19:28:31.257ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2132026-06-12T19:28:31.319Z Updating crates.io index
2142026-06-12T19:28:31.492Z Locking 41 packages to latest compatible versions
2152026-06-12T19:28:31.535Z Compiling libc v0.2.186
2162026-06-12T19:28:31.535Z Compiling proc-macro2 v1.0.106
2172026-06-12T19:28:31.539Z Compiling unicode-ident v1.0.24
2182026-06-12T19:28:31.539Z Compiling quote v1.0.45
2192026-06-12T19:28:31.539Z Compiling serde_core v1.0.228
2202026-06-12T19:28:31.539Z Compiling serde v1.0.228
2212026-06-12T19:28:31.539Z Compiling cfg-if v0.1.10
2222026-06-12T19:28:31.539Z Compiling zmij v1.0.21
2232026-06-12T19:28:31.597Z Compiling serde_json v1.0.150
2242026-06-12T19:28:31.642Z Compiling itoa v1.0.18
2252026-06-12T19:28:31.800Z Compiling unicode-xid v0.2.6
2262026-06-12T19:28:31.804Z Compiling memchr v2.8.2
2272026-06-12T19:28:31.827Z Compiling shlex v2.0.1
2282026-06-12T19:28:31.850Z Compiling semver v1.0.28
2292026-06-12T19:28:31.890Z Compiling bitflags v1.3.2
2302026-06-12T19:28:31.948Z Compiling log v0.4.32
2312026-06-12T19:28:31.977Z Compiling find-msvc-tools v0.1.9
2322026-06-12T19:28:32.052Z Compiling rustc_version v0.4.1
2332026-06-12T19:28:32.102Z Compiling cc v1.2.64
2342026-06-12T19:28:32.173Z Compiling dirs-sys v0.3.7
2352026-06-12T19:28:32.173Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2362026-06-12T19:28:32.256Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2372026-06-12T19:28:32.288Z Compiling dirs v2.0.2
2382026-06-12T19:28:32.349Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2392026-06-12T19:28:32.352Z Compiling term v0.6.1
2402026-06-12T19:28:32.612Z Compiling syn v2.0.117
2412026-06-12T19:28:33.854Z Compiling serde_derive v1.0.228
2422026-06-12T19:28:35.749Z Compiling garando_pos v0.1.0
2432026-06-12T19:28:36.008Z Compiling garando_errors v0.1.0
2442026-06-12T19:28:36.386Z Compiling garando_syntax v0.1.1
2452026-06-12T19:28:40.405Z Compiling ctest2 v0.4.10
2462026-06-12T19:28:41.034Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2472026-06-12T19:28:42.058Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.79s
2482026-06-12T19:28:42.074Z Running test/main.rs (target/debug/deps/main-56562b490fb2f3a4)
2492026-06-12T19:28:42.077ZRUNNING ALL TESTS
2502026-06-12T19:28:42.077ZPASSED 257 tests
2512026-06-12T19:28:42.082Zprocess exited: duration 94263 ms, exit code 0
 
2522026-06-12T19:28:42.088Zfound 0 output files