01KS3XCWTR5G1MG4FAMAVBW33D: header-check

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

Buildomat Job: 01KS3XD63B925M5M6C40851A38

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T00:02:32.000Zjob assigned to worker 01KS3XD8GGN3ZGTH87XY0C2NHV [factory aws, i-04cb28b90e8cce8f8] (queued for 45 s)
 
22026-05-21T00:02:39.141Zstarting task 0: "setup"
32026-05-21T00:02:39.146Z++ uname -s
42026-05-21T00:02:39.149Z+ kern=SunOS
52026-05-21T00:02:39.149Z+ build_user=build
62026-05-21T00:02:39.149Z+ build_uid=12345
72026-05-21T00:02:39.149Z+ work_dir=/work
82026-05-21T00:02:39.149Z+ input_dir=/input
92026-05-21T00:02:39.149Z+ [[ 0 == 12345 ]]
102026-05-21T00:02:39.149Z+ case "$kern" in
112026-05-21T00:02:39.149Z+ groupadd -g 12345 build
122026-05-21T00:02:39.149Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T00:02:41.239Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T00:02:41.273Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T00:02:41.274Z+ home_fs=zfs
162026-05-21T00:02:41.274Z+ [[ zfs == autofs ]]
172026-05-21T00:02:41.274Z+ mkdir -p /home/build
182026-05-21T00:02:41.274Z+ chown build:build /home/build /work
192026-05-21T00:02:43.226Z+ chmod 0700 /home/build /work
202026-05-21T00:02:43.230Zprocess exited: duration 4084 ms, exit code 0
 
212026-05-21T00:02:43.236Zstarting task 1: "rust-toolchain"
222026-05-21T00:02:43.239Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-21T00:02:43.239Z * rust toolchain channel = "1.90.0"
242026-05-21T00:02:43.239Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T00:02:43.242Z * rust toolchain profile = "default"
262026-05-21T00:02:43.242Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T00:02:43.242Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T00:02:43.242Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T00:02:43.242Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-21T00:02:43.358Zinfo: downloading installer
312026-05-21T00:02:44.846Zwarn: It looks like you have an existing installation of Rust at:
322026-05-21T00:02:44.847Zwarn: /opt/ooce/bin
332026-05-21T00:02:44.847Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-21T00:02:44.847Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-21T00:02:44.847Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-21T00:02:44.847Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-21T00:02:44.847Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-21T00:02:44.847Zerror: cannot install while Rust is installed
392026-05-21T00:02:44.847Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-21T00:02:44.847Zwarn: It looks like you have an existing rustup settings file at:
412026-05-21T00:02:44.847Zwarn: /home/build/.rustup/settings.toml
422026-05-21T00:02:44.847Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-21T00:02:44.847Zwarn: instead of the one inferred from the default host triple.
442026-05-21T00:02:44.872Zinfo: profile set to default
452026-05-21T00:02:44.872Zinfo: default host triple is x86_64-unknown-illumos
462026-05-21T00:02:44.895Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-21T00:02:45.050Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-21T00:02:45.052Zinfo: downloading 6 components
492026-05-21T00:02:58.776Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-21T00:02:58.776Z
512026-05-21T00:02:58.780Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-21T00:02:58.781Z
532026-05-21T00:02:58.781Z
542026-05-21T00:02:58.781ZRust is installed now. Great!
552026-05-21T00:02:58.781Z
562026-05-21T00:02:58.781ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-21T00:02:58.781Zenvironment variable. This has not been done automatically.
582026-05-21T00:02:58.781Z
592026-05-21T00:02:58.781ZTo configure your current shell, you need to source
602026-05-21T00:02:58.781Zthe corresponding env file under $HOME/.cargo.
612026-05-21T00:02:58.781Z
622026-05-21T00:02:58.781ZThis is usually done by running one of the following (note the leading DOT):
632026-05-21T00:02:58.781Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-21T00:02:58.781Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-21T00:02:58.781Zsource "~/.cargo/env.nu" # For nushell
662026-05-21T00:02:58.781Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-21T00:02:58.781Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-21T00:02:58.781Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-21T00:02:58.781Zwarn: no default linker (`cc`) was found in your PATH
702026-05-21T00:02:58.781Zwarn: many Rust crates require a system C toolchain to build
712026-05-21T00:02:58.825Z+ rustup --version
722026-05-21T00:02:58.831Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-21T00:02:58.834Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-21T00:02:58.862Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-21T00:02:58.865Z+ cargo --version
762026-05-21T00:02:58.869Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-21T00:02:58.872Z+ rustc --version
782026-05-21T00:02:58.908Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-21T00:02:58.912Zprocess exited: duration 15657 ms, exit code 0
 
802026-05-21T00:02:58.917Zstarting task 2: "authentication"
812026-05-21T00:02:58.947Zprocess exited: duration 15 ms, exit code 0
 
822026-05-21T00:02:58.953Zstarting task 3: "clone repository"
832026-05-21T00:02:58.956Z+ mkdir -p /work/oxidecomputer/propolis
842026-05-21T00:02:58.958Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-05-21T00:02:59.147ZCloning into '/work/oxidecomputer/propolis'...
862026-05-21T00:03:00.655Z+ cd /work/oxidecomputer/propolis
872026-05-21T00:03:00.655Z+ git fetch origin 01e4084830e6b97b9e1d9d43c28e4f6c6a6bee99
882026-05-21T00:03:01.098ZFrom https://github.com/oxidecomputer/propolis
892026-05-21T00:03:01.098Z * branch 01e4084830e6b97b9e1d9d43c28e4f6c6a6bee99 -> FETCH_HEAD
902026-05-21T00:03:01.102Z+ [[ -n '' ]]
912026-05-21T00:03:01.102Z+ git reset --hard 01e4084830e6b97b9e1d9d43c28e4f6c6a6bee99
922026-05-21T00:03:01.102ZHEAD is now at 01e4084 [spr] initial version
932026-05-21T00:03:01.102Zprocess exited: duration 2070 ms, exit code 0
 
942026-05-21T00:03:01.110Zstarting task 4: "build"
952026-05-21T00:03:01.118ZCloning into './gate_src'...
962026-05-21T00:03:38.969ZUpdating files: 37% (18523/49482) Updating files: 38% (18804/49482) Updating files: 39% (19298/49482) Updating files: 40% (19793/49482) Updating files: 41% (20288/49482) Updating files: 42% (20783/49482) Updating files: 43% (21278/49482) Updating files: 44% (21773/49482) Updating files: 45% (22267/49482) Updating files: 46% (22762/49482) Updating files: 47% (23257/49482) Updating files: 48% (23752/49482) Updating files: 49% (24247/49482) Updating files: 50% (24741/49482) Updating files: 51% (25236/49482) Updating files: 52% (25731/49482) Updating files: 53% (26226/49482) Updating files: 54% (26721/49482) Updating files: 55% (27216/49482) Updating files: 56% (27710/49482) Updating files: 57% (28205/49482) Updating files: 58% (28700/49482) Updating files: 59% (29195/49482) Updating files: 60% (29690/49482) Updating files: 61% (30185/49482) Updating files: 62% (30679/49482) Updating files: 63% (31174/49482) Updating files: 64% (31669/49482) Updating files: 65% (32164/49482) Updating files: 66% (32659/49482) Updating files: 67% (33153/49482) Updating files: 68% (33648/49482) Updating files: 69% (34143/49482) Updating files: 70% (34638/49482) Updating files: 71% (35133/49482) Updating files: 72% (35628/49482) Updating files: 73% (36122/49482) Updating files: 74% (36617/49482) Updating files: 75% (37112/49482) Updating files: 76% (37607/49482) Updating files: 77% (38102/49482) Updating files: 78% (38596/49482) Updating files: 79% (39091/49482) Updating files: 80% (39586/49482) Updating files: 81% (40081/49482) Updating files: 82% (40576/49482) Updating files: 83% (41071/49482) Updating files: 84% (41565/49482) Updating files: 85% (42060/49482) Updating files: 85% (42367/49482) Updating files: 86% (42555/49482) Updating files: 87% (43050/49482) Updating files: 88% (43545/49482) Updating files: 89% (44039/49482) Updating files: 90% (44534/49482) Updating files: 91% (45029/49482) Updating files: 92% (45524/49482) Updating files: 93% (46019/49482) Updating files: 94% (46514/49482) Updating files: 95% (47008/49482) Updating files: 96% (47503/49482) Updating files: 97% (47998/49482) Updating files: 98% (48493/49482) Updating files: 99% (48988/49482) Updating files: 100% (49482/49482) Updating files: 100% (49482/49482), done.
972026-05-21T00:03:39.066ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
982026-05-21T00:03:39.169Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
992026-05-21T00:03:39.277Z Updating crates.io index
1002026-05-21T00:03:39.515Z Locking 44 packages to latest compatible versions
1012026-05-21T00:03:39.578Z Adding strum v0.25.0 (available: v0.28.0)
1022026-05-21T00:03:39.578Z Downloading crates ...
1032026-05-21T00:03:39.616Z Downloaded log v0.4.29
1042026-05-21T00:03:39.617Z Downloaded bitflags v1.3.2
1052026-05-21T00:03:39.617Z Downloaded dirs v2.0.2
1062026-05-21T00:03:39.617Z Downloaded ctest2 v0.4.10
1072026-05-21T00:03:39.617Z Downloaded strum v0.26.3
1082026-05-21T00:03:39.617Z Downloaded serde_derive v1.0.228
1092026-05-21T00:03:39.681Z Downloaded serde v1.0.228
1102026-05-21T00:03:39.681Z Downloaded heck v0.5.0
1112026-05-21T00:03:39.681Z Downloaded semver v1.0.28
1122026-05-21T00:03:39.681Z Downloaded garando_pos v0.1.0
1132026-05-21T00:03:39.681Z Downloaded strum_macros v0.26.4
1142026-05-21T00:03:39.682Z Downloaded dirs-sys v0.3.7
1152026-05-21T00:03:39.682Z Downloaded zmij v1.0.21
1162026-05-21T00:03:39.682Z Downloaded rustc_version v0.4.1
1172026-05-21T00:03:39.682Z Downloaded cc v1.2.62
1182026-05-21T00:03:39.682Z Downloaded quote v1.0.45
1192026-05-21T00:03:39.682Z Downloaded serde_core v1.0.228
1202026-05-21T00:03:39.682Z Downloaded unicode-xid v0.2.6
1212026-05-21T00:03:39.682Z Downloaded itoa v1.0.18
1222026-05-21T00:03:39.709Z Downloaded strum v0.25.0
1232026-05-21T00:03:39.709Z Downloaded cfg-if v0.1.10
1242026-05-21T00:03:39.709Z Downloaded shlex v1.3.0
1252026-05-21T00:03:39.709Z Downloaded find-msvc-tools v0.1.9
1262026-05-21T00:03:39.709Z Downloaded rustversion v1.0.22
1272026-05-21T00:03:39.709Z Downloaded garando_errors v0.1.0
1282026-05-21T00:03:39.709Z Downloaded serde_json v1.0.149
1292026-05-21T00:03:39.709Z Downloaded unicode-ident v1.0.24
1302026-05-21T00:03:39.710Z Downloaded proc-macro2 v1.0.106
1312026-05-21T00:03:39.763Z Downloaded memchr v2.8.0
1322026-05-21T00:03:39.763Z Downloaded syn v2.0.117
1332026-05-21T00:03:39.763Z Downloaded term v0.6.1
1342026-05-21T00:03:39.763Z Downloaded libc v0.2.186
1352026-05-21T00:03:39.870Z Downloaded garando_syntax v0.1.1
1362026-05-21T00:03:39.898Z Compiling proc-macro2 v1.0.106
1372026-05-21T00:03:39.898Z Compiling unicode-ident v1.0.24
1382026-05-21T00:03:39.899Z Compiling quote v1.0.45
1392026-05-21T00:03:39.899Z Compiling libc v0.2.186
1402026-05-21T00:03:39.899Z Compiling serde_core v1.0.228
1412026-05-21T00:03:39.899Z Compiling serde v1.0.228
1422026-05-21T00:03:39.899Z Compiling zmij v1.0.21
1432026-05-21T00:03:39.899Z Compiling rustversion v1.0.22
1442026-05-21T00:03:40.023Z Compiling cfg-if v0.1.10
1452026-05-21T00:03:40.092Z Compiling serde_json v1.0.149
1462026-05-21T00:03:40.376Z Compiling unicode-xid v0.2.6
1472026-05-21T00:03:40.380Z Compiling itoa v1.0.18
1482026-05-21T00:03:40.380Z Compiling memchr v2.8.0
1492026-05-21T00:03:40.421Z Compiling heck v0.5.0
1502026-05-21T00:03:40.546Z Compiling bitflags v1.3.2
1512026-05-21T00:03:40.580Z Compiling log v0.4.29
1522026-05-21T00:03:40.671Z Compiling semver v1.0.28
1532026-05-21T00:03:40.744Z Compiling shlex v1.3.0
1542026-05-21T00:03:40.796Z Compiling dirs-sys v0.3.7
1552026-05-21T00:03:40.796Z Compiling find-msvc-tools v0.1.9
1562026-05-21T00:03:40.845Z Compiling strum v0.25.0
1572026-05-21T00:03:40.885Z Compiling dirs v2.0.2
1582026-05-21T00:03:40.919Z Compiling cc v1.2.62
1592026-05-21T00:03:40.957Z Compiling rustc_version v0.4.1
1602026-05-21T00:03:41.200Z Compiling term v0.6.1
1612026-05-21T00:03:41.335Z Compiling syn v2.0.117
1622026-05-21T00:03:42.788Z Compiling serde_derive v1.0.228
1632026-05-21T00:03:42.788Z Compiling strum_macros v0.26.4
1642026-05-21T00:03:43.867Z Compiling strum v0.26.3
1652026-05-21T00:03:44.011Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1662026-05-21T00:03:44.751Z Compiling garando_pos v0.1.0
1672026-05-21T00:03:45.084Z Compiling garando_errors v0.1.0
1682026-05-21T00:03:45.436Z Compiling garando_syntax v0.1.1
1692026-05-21T00:03:49.389Z Compiling ctest2 v0.4.10
1702026-05-21T00:03:50.025Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1712026-05-21T00:03:52.623Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.44s
1722026-05-21T00:03:52.654Z Running test/main.rs (target/debug/deps/main-400fd3aff2075dc2)
1732026-05-21T00:03:52.654ZRUNNING ALL TESTS
1742026-05-21T00:03:52.654ZPASSED 1185 tests
1752026-05-21T00:03:52.654ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1762026-05-21T00:03:52.654Z Updating crates.io index
1772026-05-21T00:03:52.955Z Locking 39 packages to latest compatible versions
1782026-05-21T00:03:53.061Z Compiling proc-macro2 v1.0.106
1792026-05-21T00:03:53.061Z Compiling libc v0.2.186
1802026-05-21T00:03:53.061Z Compiling unicode-ident v1.0.24
1812026-05-21T00:03:53.061Z Compiling quote v1.0.45
1822026-05-21T00:03:53.061Z Compiling serde_core v1.0.228
1832026-05-21T00:03:53.061Z Compiling serde v1.0.228
1842026-05-21T00:03:53.061Z Compiling cfg-if v0.1.10
1852026-05-21T00:03:53.061Z Compiling zmij v1.0.21
1862026-05-21T00:03:53.061Z Compiling serde_json v1.0.149
1872026-05-21T00:03:53.123Z Compiling unicode-xid v0.2.6
1882026-05-21T00:03:53.147Z Compiling itoa v1.0.18
1892026-05-21T00:03:53.203Z Compiling memchr v2.8.0
1902026-05-21T00:03:53.306Z Compiling log v0.4.29
1912026-05-21T00:03:53.330Z Compiling find-msvc-tools v0.1.9
1922026-05-21T00:03:53.330Z Compiling semver v1.0.28
1932026-05-21T00:03:53.359Z Compiling shlex v1.3.0
1942026-05-21T00:03:53.466Z Compiling bitflags v1.3.2
1952026-05-21T00:03:53.505Z Compiling rustc_version v0.4.1
1962026-05-21T00:03:53.520Z Compiling cc v1.2.62
1972026-05-21T00:03:53.608Z Compiling dirs-sys v0.3.7
1982026-05-21T00:03:53.608Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
1992026-05-21T00:03:53.706Z Compiling dirs v2.0.2
2002026-05-21T00:03:53.802Z Compiling term v0.6.1
2012026-05-21T00:03:54.005Z Compiling syn v2.0.117
2022026-05-21T00:03:55.223Z Compiling serde_derive v1.0.228
2032026-05-21T00:03:57.045Z Compiling garando_pos v0.1.0
2042026-05-21T00:03:57.301Z Compiling garando_errors v0.1.0
2052026-05-21T00:03:57.678Z Compiling garando_syntax v0.1.1
2062026-05-21T00:04:01.956Z Compiling ctest2 v0.4.10
2072026-05-21T00:04:02.287Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2082026-05-21T00:04:03.488Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.78s
2092026-05-21T00:04:03.515Z Running test/main.rs (target/debug/deps/main-b9bcc713d619783f)
2102026-05-21T00:04:03.515ZRUNNING ALL TESTS
2112026-05-21T00:04:03.515ZPASSED 90 tests
2122026-05-21T00:04:03.515ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2132026-05-21T00:04:03.515Z Updating crates.io index
2142026-05-21T00:04:03.635Z Locking 41 packages to latest compatible versions
2152026-05-21T00:04:03.673Z Compiling libc v0.2.186
2162026-05-21T00:04:03.673Z Compiling proc-macro2 v1.0.106
2172026-05-21T00:04:03.673Z Compiling unicode-ident v1.0.24
2182026-05-21T00:04:03.673Z Compiling quote v1.0.45
2192026-05-21T00:04:03.673Z Compiling serde_core v1.0.228
2202026-05-21T00:04:03.673Z Compiling serde v1.0.228
2212026-05-21T00:04:03.673Z Compiling zmij v1.0.21
2222026-05-21T00:04:03.673Z Compiling cfg-if v0.1.10
2232026-05-21T00:04:03.719Z Compiling serde_json v1.0.149
2242026-05-21T00:04:03.771Z Compiling unicode-xid v0.2.6
2252026-05-21T00:04:03.858Z Compiling itoa v1.0.18
2262026-05-21T00:04:03.904Z Compiling memchr v2.8.0
2272026-05-21T00:04:03.935Z Compiling find-msvc-tools v0.1.9
2282026-05-21T00:04:03.964Z Compiling bitflags v1.3.2
2292026-05-21T00:04:04.063Z Compiling semver v1.0.28
2302026-05-21T00:04:04.073Z Compiling shlex v1.3.0
2312026-05-21T00:04:04.173Z Compiling log v0.4.29
2322026-05-21T00:04:04.180Z Compiling cc v1.2.62
2332026-05-21T00:04:04.180Z Compiling rustc_version v0.4.1
2342026-05-21T00:04:04.324Z Compiling dirs-sys v0.3.7
2352026-05-21T00:04:04.364Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2362026-05-21T00:04:04.416Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2372026-05-21T00:04:04.444Z Compiling dirs v2.0.2
2382026-05-21T00:04:04.487Z Compiling term v0.6.1
2392026-05-21T00:04:04.515Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2402026-05-21T00:04:04.703Z Compiling syn v2.0.117
2412026-05-21T00:04:05.914Z Compiling serde_derive v1.0.228
2422026-05-21T00:04:07.805Z Compiling garando_pos v0.1.0
2432026-05-21T00:04:08.066Z Compiling garando_errors v0.1.0
2442026-05-21T00:04:08.432Z Compiling garando_syntax v0.1.1
2452026-05-21T00:04:12.380Z Compiling ctest2 v0.4.10
2462026-05-21T00:04:13.012Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2472026-05-21T00:04:14.008Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.65s
2482026-05-21T00:04:14.024Z Running test/main.rs (target/debug/deps/main-e75440ce3fe7b2dd)
2492026-05-21T00:04:14.029ZRUNNING ALL TESTS
2502026-05-21T00:04:14.029ZPASSED 257 tests
2512026-05-21T00:04:14.033Zprocess exited: duration 72917 ms, exit code 0
 
2522026-05-21T00:04:14.042Zfound 0 output files