01KWGKQ23KRJEYEM89GSZY28SW: header-check

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

Buildomat Job: 01KWGKQKVYXMAV3DNV2761DMFW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T05:10:40.850Zjob assigned to worker 01KWGKQQ6A5PCTFR7KBAPWFEK0 [factory aws, i-008c3c70c2a990455] (queued for 45 s)
 
22026-07-02T05:10:47.126Zstarting task 0: "setup"
32026-07-02T05:10:47.131Z++ uname -s
42026-07-02T05:10:47.136Z+ kern=SunOS
52026-07-02T05:10:47.136Z+ build_user=build
62026-07-02T05:10:47.136Z+ build_uid=12345
72026-07-02T05:10:47.136Z+ work_dir=/work
82026-07-02T05:10:47.137Z+ input_dir=/input
92026-07-02T05:10:47.137Z+ [[ 0 == 12345 ]]
102026-07-02T05:10:47.137Z+ case "$kern" in
112026-07-02T05:10:47.137Z+ groupadd -g 12345 build
122026-07-02T05:10:47.137Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T05:10:49.141Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T05:10:49.214Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T05:10:49.219Z+ home_fs=zfs
162026-07-02T05:10:49.219Z+ [[ zfs == autofs ]]
172026-07-02T05:10:49.219Z+ mkdir -p /home/build
182026-07-02T05:10:49.219Z+ chown build:build /home/build /work
192026-07-02T05:10:51.224Z+ chmod 0700 /home/build /work
202026-07-02T05:10:51.243Zprocess exited: duration 4095 ms, exit code 0
 
212026-07-02T05:10:51.264Zstarting task 1: "rust-toolchain"
222026-07-02T05:10:51.277Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-02T05:10:51.277Z * rust toolchain channel = "1.90.0"
242026-07-02T05:10:51.277Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-02T05:10:51.277Z * rust toolchain profile = "default"
262026-07-02T05:10:51.277Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T05:10:51.277Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T05:10:51.277Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T05:10:51.277Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-02T05:10:51.376Zinfo: downloading installer
312026-07-02T05:10:52.865Zwarn: It looks like you have an existing installation of Rust at:
322026-07-02T05:10:52.865Zwarn: /opt/ooce/bin
332026-07-02T05:10:52.865Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-02T05:10:52.865Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-02T05:10:52.865Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-02T05:10:52.865Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-02T05:10:52.865Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-02T05:10:52.865Zerror: cannot install while Rust is installed
392026-07-02T05:10:52.865Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-02T05:10:52.865Zwarn: It looks like you have an existing rustup settings file at:
412026-07-02T05:10:52.866Zwarn: /home/build/.rustup/settings.toml
422026-07-02T05:10:52.866Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-02T05:10:52.866Zwarn: instead of the one inferred from the default host triple.
442026-07-02T05:10:52.882Zinfo: profile set to default
452026-07-02T05:10:52.882Zinfo: default host triple is x86_64-unknown-illumos
462026-07-02T05:10:52.887Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-07-02T05:10:53.051Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-07-02T05:10:53.055Zinfo: downloading 6 components
492026-07-02T05:11:11.767Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-07-02T05:11:11.767Z
512026-07-02T05:11:11.804Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-07-02T05:11:11.804Z
532026-07-02T05:11:11.804Z
542026-07-02T05:11:11.804ZRust is installed now. Great!
552026-07-02T05:11:11.804Z
562026-07-02T05:11:11.804ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-02T05:11:11.805Zenvironment variable. This has not been done automatically.
582026-07-02T05:11:11.805Z
592026-07-02T05:11:11.805ZTo configure your current shell, you need to source
602026-07-02T05:11:11.805Zthe corresponding env file under $HOME/.cargo.
612026-07-02T05:11:11.805Z
622026-07-02T05:11:11.805ZThis is usually done by running one of the following (note the leading DOT):
632026-07-02T05:11:11.805Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-02T05:11:11.805Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-02T05:11:11.805Zsource "~/.cargo/env.nu" # For nushell
662026-07-02T05:11:11.805Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-02T05:11:11.805Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-02T05:11:11.805Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-02T05:11:11.805Zwarn: no default linker (`cc`) was found in your PATH
702026-07-02T05:11:11.805Zwarn: many Rust crates require a system C toolchain to build
712026-07-02T05:11:11.836Z+ rustup --version
722026-07-02T05:11:11.898Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-02T05:11:11.898Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-02T05:11:11.942Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-07-02T05:11:11.943Z+ cargo --version
762026-07-02T05:11:11.943Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-07-02T05:11:11.943Z+ rustc --version
782026-07-02T05:11:11.943Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-07-02T05:11:11.943Zprocess exited: duration 20638 ms, exit code 0
 
802026-07-02T05:11:12.035Zstarting task 2: "authentication"
812026-07-02T05:11:12.072Zprocess exited: duration 84 ms, exit code 0
 
822026-07-02T05:11:12.158Zstarting task 3: "clone repository"
832026-07-02T05:11:12.175Z+ mkdir -p /work/oxidecomputer/propolis
842026-07-02T05:11:12.176Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-07-02T05:11:12.194ZCloning into '/work/oxidecomputer/propolis'...
862026-07-02T05:11:13.241Z+ cd /work/oxidecomputer/propolis
872026-07-02T05:11:13.241Z+ git fetch origin 7930881707ca17de4dddd3aedfe52fe1b94115f6
882026-07-02T05:11:13.666ZFrom https://github.com/oxidecomputer/propolis
892026-07-02T05:11:13.666Z * branch 7930881707ca17de4dddd3aedfe52fe1b94115f6 -> FETCH_HEAD
902026-07-02T05:11:13.671Z+ [[ -n '' ]]
912026-07-02T05:11:13.672Z+ git reset --hard 7930881707ca17de4dddd3aedfe52fe1b94115f6
922026-07-02T05:11:13.694ZHEAD is now at 79308817 Emulated xHCI 1.0 Controller, USB 2.0 devices, and HID 1.11 tablet
932026-07-02T05:11:13.697Zprocess exited: duration 1564 ms, exit code 0
 
942026-07-02T05:11:13.705Zstarting task 4: "build"
952026-07-02T05:11:13.715ZCloning into './gate_src'...
962026-07-02T05:12:21.340ZUpdating files: 37% (18727/49548) Updating files: 38% (18829/49548) Updating files: 39% (19324/49548) Updating files: 40% (19820/49548) Updating files: 41% (20315/49548) Updating files: 42% (20811/49548) Updating files: 43% (21306/49548) Updating files: 44% (21802/49548) Updating files: 45% (22297/49548) Updating files: 46% (22793/49548) Updating files: 47% (23288/49548) Updating files: 48% (23784/49548) Updating files: 49% (24279/49548) Updating files: 50% (24774/49548) Updating files: 51% (25270/49548) Updating files: 52% (25765/49548) Updating files: 53% (26261/49548) Updating files: 54% (26756/49548) Updating files: 55% (27252/49548) Updating files: 56% (27747/49548) Updating files: 57% (28243/49548) Updating files: 58% (28738/49548) Updating files: 59% (29234/49548) Updating files: 60% (29729/49548) Updating files: 61% (30225/49548) Updating files: 62% (30720/49548) Updating files: 63% (31216/49548) Updating files: 64% (31711/49548) Updating files: 65% (32207/49548) Updating files: 66% (32702/49548) Updating files: 67% (33198/49548) Updating files: 68% (33693/49548) Updating files: 69% (34189/49548) Updating files: 70% (34684/49548) Updating files: 71% (35180/49548) Updating files: 72% (35675/49548) Updating files: 73% (36171/49548) Updating files: 74% (36666/49548) Updating files: 75% (37161/49548) Updating files: 76% (37657/49548) Updating files: 77% (38152/49548) Updating files: 78% (38648/49548) Updating files: 79% (39143/49548) Updating files: 80% (39639/49548) Updating files: 81% (40134/49548) Updating files: 82% (40630/49548) Updating files: 83% (41125/49548) Updating files: 84% (41621/49548) Updating files: 85% (42116/49548) Updating files: 85% (42251/49548) Updating files: 86% (42612/49548) Updating files: 87% (43107/49548) Updating files: 88% (43603/49548) Updating files: 89% (44098/49548) Updating files: 90% (44594/49548) Updating files: 91% (45089/49548) Updating files: 92% (45585/49548) Updating files: 93% (46080/49548) Updating files: 94% (46576/49548) Updating files: 95% (47071/49548) Updating files: 96% (47567/49548) Updating files: 97% (48062/49548) Updating files: 98% (48558/49548) Updating files: 99% (49053/49548) Updating files: 100% (49548/49548) Updating files: 100% (49548/49548), done.
972026-07-02T05:12:21.408ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
982026-07-02T05:12:21.437Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
992026-07-02T05:12:21.503Z Updating crates.io index
1002026-07-02T05:12:22.059Z Locking 44 packages to latest compatible versions
1012026-07-02T05:12:22.062Z Adding strum v0.25.0 (available: v0.28.0)
1022026-07-02T05:12:22.065Z Downloading crates ...
1032026-07-02T05:12:22.115Z Downloaded dirs v2.0.2
1042026-07-02T05:12:22.126Z Downloaded log v0.4.33
1052026-07-02T05:12:22.128Z Downloaded garando_errors v0.1.0
1062026-07-02T05:12:22.131Z Downloaded quote v1.0.46
1072026-07-02T05:12:22.135Z Downloaded strum_macros v0.26.4
1082026-07-02T05:12:22.148Z Downloaded unicode-ident v1.0.24
1092026-07-02T05:12:22.149Z Downloaded heck v0.5.0
1102026-07-02T05:12:22.149Z Downloaded semver v1.0.28
1112026-07-02T05:12:22.152Z Downloaded rustc_version v0.4.1
1122026-07-02T05:12:22.152Z Downloaded rustversion v1.0.22
1132026-07-02T05:12:22.155Z Downloaded shlex v2.0.1
1142026-07-02T05:12:22.155Z Downloaded serde_core v1.0.228
1152026-07-02T05:12:22.162Z Downloaded unicode-xid v0.2.6
1162026-07-02T05:12:22.164Z Downloaded strum v0.25.0
1172026-07-02T05:12:22.169Z Downloaded zmij v1.0.21
1182026-07-02T05:12:22.169Z Downloaded find-msvc-tools v0.1.9
1192026-07-02T05:12:22.172Z Downloaded dirs-sys v0.3.7
1202026-07-02T05:12:22.172Z Downloaded itoa v1.0.18
1212026-07-02T05:12:22.175Z Downloaded garando_pos v0.1.0
1222026-07-02T05:12:22.181Z Downloaded strum v0.26.3
1232026-07-02T05:12:22.185Z Downloaded cfg-if v0.1.10
1242026-07-02T05:12:22.191Z Downloaded term v0.6.1
1252026-07-02T05:12:22.194Z Downloaded bitflags v1.3.2
1262026-07-02T05:12:22.198Z Downloaded ctest2 v0.4.10
1272026-07-02T05:12:22.202Z Downloaded serde_derive v1.0.228
1282026-07-02T05:12:22.207Z Downloaded proc-macro2 v1.0.106
1292026-07-02T05:12:22.211Z Downloaded cc v1.2.65
1302026-07-02T05:12:22.218Z Downloaded serde v1.0.228
1312026-07-02T05:12:22.227Z Downloaded memchr v2.8.2
1322026-07-02T05:12:22.237Z Downloaded serde_json v1.0.150
1332026-07-02T05:12:22.261Z Downloaded garando_syntax v0.1.1
1342026-07-02T05:12:22.272Z Downloaded syn v2.0.118
1352026-07-02T05:12:22.308Z Downloaded libc v0.2.186
1362026-07-02T05:12:22.359Z Compiling proc-macro2 v1.0.106
1372026-07-02T05:12:22.359Z Compiling quote v1.0.46
1382026-07-02T05:12:22.362Z Compiling unicode-ident v1.0.24
1392026-07-02T05:12:22.362Z Compiling libc v0.2.186
1402026-07-02T05:12:22.362Z Compiling serde_core v1.0.228
1412026-07-02T05:12:22.362Z Compiling serde v1.0.228
1422026-07-02T05:12:22.362Z Compiling zmij v1.0.21
1432026-07-02T05:12:22.363Z Compiling cfg-if v0.1.10
1442026-07-02T05:12:22.448Z Compiling rustversion v1.0.22
1452026-07-02T05:12:22.509Z Compiling serde_json v1.0.150
1462026-07-02T05:12:22.730Z Compiling memchr v2.8.2
1472026-07-02T05:12:22.754Z Compiling unicode-xid v0.2.6
1482026-07-02T05:12:22.754Z Compiling heck v0.5.0
1492026-07-02T05:12:22.848Z Compiling itoa v1.0.18
1502026-07-02T05:12:22.966Z Compiling bitflags v1.3.2
1512026-07-02T05:12:22.997Z Compiling log v0.4.33
1522026-07-02T05:12:23.001Z Compiling find-msvc-tools v0.1.9
1532026-07-02T05:12:23.012Z Compiling semver v1.0.28
1542026-07-02T05:12:23.132Z Compiling dirs-sys v0.3.7
1552026-07-02T05:12:23.159Z Compiling shlex v2.0.1
1562026-07-02T05:12:23.229Z Compiling rustc_version v0.4.1
1572026-07-02T05:12:23.292Z Compiling dirs v2.0.2
1582026-07-02T05:12:23.292Z Compiling cc v1.2.65
1592026-07-02T05:12:23.324Z Compiling strum v0.25.0
1602026-07-02T05:12:23.354Z Compiling term v0.6.1
1612026-07-02T05:12:23.523Z Compiling syn v2.0.118
1622026-07-02T05:12:25.126Z Compiling serde_derive v1.0.228
1632026-07-02T05:12:25.127Z Compiling strum_macros v0.26.4
1642026-07-02T05:12:26.148Z Compiling strum v0.26.3
1652026-07-02T05:12:26.211Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1662026-07-02T05:12:27.191Z Compiling garando_pos v0.1.0
1672026-07-02T05:12:27.461Z Compiling garando_errors v0.1.0
1682026-07-02T05:12:27.843Z Compiling garando_syntax v0.1.1
1692026-07-02T05:12:31.883Z Compiling ctest2 v0.4.10
1702026-07-02T05:12:32.503Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1712026-07-02T05:12:34.797Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.37s
1722026-07-02T05:12:34.816Z Running test/main.rs (target/debug/deps/main-33821666dd9946f6)
1732026-07-02T05:12:34.819ZRUNNING ALL TESTS
1742026-07-02T05:12:34.819ZPASSED 1185 tests
1752026-07-02T05:12:34.826ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1762026-07-02T05:12:34.885Z Updating crates.io index
1772026-07-02T05:12:35.085Z Locking 39 packages to latest compatible versions
1782026-07-02T05:12:35.126Z Compiling proc-macro2 v1.0.106
1792026-07-02T05:12:35.126Z Compiling unicode-ident v1.0.24
1802026-07-02T05:12:35.126Z Compiling quote v1.0.46
1812026-07-02T05:12:35.126Z Compiling libc v0.2.186
1822026-07-02T05:12:35.129Z Compiling serde_core v1.0.228
1832026-07-02T05:12:35.129Z Compiling serde v1.0.228
1842026-07-02T05:12:35.129Z Compiling cfg-if v0.1.10
1852026-07-02T05:12:35.129Z Compiling zmij v1.0.21
1862026-07-02T05:12:35.186Z Compiling serde_json v1.0.150
1872026-07-02T05:12:35.230Z Compiling memchr v2.8.2
1882026-07-02T05:12:35.392Z Compiling unicode-xid v0.2.6
1892026-07-02T05:12:35.416Z Compiling itoa v1.0.18
1902026-07-02T05:12:35.440Z Compiling bitflags v1.3.2
1912026-07-02T05:12:35.498Z Compiling shlex v2.0.1
1922026-07-02T05:12:35.514Z Compiling find-msvc-tools v0.1.9
1932026-07-02T05:12:35.592Z Compiling semver v1.0.28
1942026-07-02T05:12:35.655Z Compiling log v0.4.33
1952026-07-02T05:12:35.675Z Compiling cc v1.2.65
1962026-07-02T05:12:35.769Z Compiling rustc_version v0.4.1
1972026-07-02T05:12:35.805Z Compiling dirs-sys v0.3.7
1982026-07-02T05:12:35.808Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
1992026-07-02T05:12:35.910Z Compiling dirs v2.0.2
2002026-07-02T05:12:35.972Z Compiling term v0.6.1
2012026-07-02T05:12:36.173Z Compiling syn v2.0.118
2022026-07-02T05:12:37.442Z Compiling serde_derive v1.0.228
2032026-07-02T05:12:39.312Z Compiling garando_pos v0.1.0
2042026-07-02T05:12:39.570Z Compiling garando_errors v0.1.0
2052026-07-02T05:12:39.932Z Compiling garando_syntax v0.1.1
2062026-07-02T05:12:43.940Z Compiling ctest2 v0.4.10
2072026-07-02T05:12:44.559Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2082026-07-02T05:12:45.465Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.62s
2092026-07-02T05:12:45.479Z Running test/main.rs (target/debug/deps/main-9f3df220230ae995)
2102026-07-02T05:12:45.481ZRUNNING ALL TESTS
2112026-07-02T05:12:45.482ZPASSED 90 tests
2122026-07-02T05:12:45.487ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2132026-07-02T05:12:45.546Z Updating crates.io index
2142026-07-02T05:12:45.723Z Locking 41 packages to latest compatible versions
2152026-07-02T05:12:45.763Z Compiling libc v0.2.186
2162026-07-02T05:12:45.764Z Compiling proc-macro2 v1.0.106
2172026-07-02T05:12:45.764Z Compiling unicode-ident v1.0.24
2182026-07-02T05:12:45.764Z Compiling quote v1.0.46
2192026-07-02T05:12:45.767Z Compiling serde_core v1.0.228
2202026-07-02T05:12:45.767Z Compiling serde v1.0.228
2212026-07-02T05:12:45.776Z Compiling cfg-if v0.1.10
2222026-07-02T05:12:45.780Z Compiling zmij v1.0.21
2232026-07-02T05:12:45.829Z Compiling serde_json v1.0.150
2242026-07-02T05:12:45.871Z Compiling unicode-xid v0.2.6
2252026-07-02T05:12:45.967Z Compiling itoa v1.0.18
2262026-07-02T05:12:46.031Z Compiling memchr v2.8.2
2272026-07-02T05:12:46.057Z Compiling find-msvc-tools v0.1.9
2282026-07-02T05:12:46.082Z Compiling bitflags v1.3.2
2292026-07-02T05:12:46.131Z Compiling log v0.4.33
2302026-07-02T05:12:46.136Z Compiling shlex v2.0.1
2312026-07-02T05:12:46.265Z Compiling semver v1.0.28
2322026-07-02T05:12:46.277Z Compiling cc v1.2.65
2332026-07-02T05:12:46.440Z Compiling dirs-sys v0.3.7
2342026-07-02T05:12:46.440Z Compiling rustc_version v0.4.1
2352026-07-02T05:12:46.473Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2362026-07-02T05:12:46.544Z Compiling dirs v2.0.2
2372026-07-02T05:12:46.579Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2382026-07-02T05:12:46.611Z Compiling term v0.6.1
2392026-07-02T05:12:46.687Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2402026-07-02T05:12:46.818Z Compiling syn v2.0.118
2412026-07-02T05:12:48.056Z Compiling serde_derive v1.0.228
2422026-07-02T05:12:49.925Z Compiling garando_pos v0.1.0
2432026-07-02T05:12:50.192Z Compiling garando_errors v0.1.0
2442026-07-02T05:12:50.555Z Compiling garando_syntax v0.1.1
2452026-07-02T05:12:54.554Z Compiling ctest2 v0.4.10
2462026-07-02T05:12:55.178Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2472026-07-02T05:12:56.197Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.70s
2482026-07-02T05:12:56.213Z Running test/main.rs (target/debug/deps/main-cb2d3ac7c86f50f8)
2492026-07-02T05:12:56.216ZRUNNING ALL TESTS
2502026-07-02T05:12:56.216ZPASSED 257 tests
2512026-07-02T05:12:56.222Zprocess exited: duration 102501 ms, exit code 0
 
2522026-07-02T05:12:56.264Zfound 0 output files