01KTCH15SWFCCSVVHQTSM7FFY8: header-check

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

Buildomat Job: 01KTCH1GAZ51N8HB9JKGYYDK4N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T18:35:28.087Zjob assigned to worker 01KTCH1M0F8QPHNA7ZDARRTKS8 [factory aws, i-0932fdc5538d46d25] (queued for 55 s)
 
22026-06-05T18:35:34.784Zstarting task 0: "setup"
32026-06-05T18:35:34.790Z++ uname -s
42026-06-05T18:35:34.793Z+ kern=SunOS
52026-06-05T18:35:34.793Z+ build_user=build
62026-06-05T18:35:34.793Z+ build_uid=12345
72026-06-05T18:35:34.793Z+ work_dir=/work
82026-06-05T18:35:34.793Z+ input_dir=/input
92026-06-05T18:35:34.793Z+ [[ 0 == 12345 ]]
102026-06-05T18:35:34.793Z+ case "$kern" in
112026-06-05T18:35:34.793Z+ groupadd -g 12345 build
122026-06-05T18:35:34.796Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T18:35:36.799Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T18:35:36.908Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T18:35:36.911Z+ home_fs=zfs
162026-06-05T18:35:36.911Z+ [[ zfs == autofs ]]
172026-06-05T18:35:36.912Z+ mkdir -p /home/build
182026-06-05T18:35:36.912Z+ chown build:build /home/build /work
192026-06-05T18:35:38.912Z+ chmod 0700 /home/build /work
202026-06-05T18:35:38.915Zprocess exited: duration 4129 ms, exit code 0
 
212026-06-05T18:35:38.921Zstarting task 1: "rust-toolchain"
222026-06-05T18:35:38.925Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-05T18:35:38.925Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T18:35:38.925Z * rust toolchain channel = "1.90.0"
252026-06-05T18:35:38.926Z * rust toolchain profile = "default"
262026-06-05T18:35:38.928Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T18:35:38.929Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T18:35:38.929Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T18:35:38.929Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-05T18:35:39.037Zinfo: downloading installer
312026-06-05T18:35:40.378Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T18:35:40.378Zwarn: /opt/ooce/bin
332026-06-05T18:35:40.378Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T18:35:40.378Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T18:35:40.378Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T18:35:40.378Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T18:35:40.378Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T18:35:40.378Zerror: cannot install while Rust is installed
392026-06-05T18:35:40.378Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T18:35:40.381Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T18:35:40.381Zwarn: /home/build/.rustup/settings.toml
422026-06-05T18:35:40.381Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T18:35:40.381Zwarn: instead of the one inferred from the default host triple.
442026-06-05T18:35:40.391Zinfo: profile set to default
452026-06-05T18:35:40.391Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T18:35:40.394Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-05T18:35:40.530Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-05T18:35:40.533Zinfo: downloading 6 components
492026-06-05T18:35:54.478Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-05T18:35:54.478Z
512026-06-05T18:35:54.515Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-05T18:35:54.515Z
532026-06-05T18:35:54.515Z
542026-06-05T18:35:54.515ZRust is installed now. Great!
552026-06-05T18:35:54.515Z
562026-06-05T18:35:54.515ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T18:35:54.515Zenvironment variable. This has not been done automatically.
582026-06-05T18:35:54.515Z
592026-06-05T18:35:54.515ZTo configure your current shell, you need to source
602026-06-05T18:35:54.515Zthe corresponding env file under $HOME/.cargo.
612026-06-05T18:35:54.515Z
622026-06-05T18:35:54.519ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T18:35:54.519Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T18:35:54.519Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T18:35:54.519Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T18:35:54.519Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T18:35:54.519Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T18:35:54.519Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T18:35:54.519Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T18:35:54.519Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T18:35:54.606Z+ rustup --version
722026-06-05T18:35:54.615Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T18:35:54.618Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T18:35:54.637Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-05T18:35:54.641Z+ cargo --version
762026-06-05T18:35:54.652Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-05T18:35:54.656Z+ rustc --version
782026-06-05T18:35:54.675Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-05T18:35:54.679Zprocess exited: duration 15756 ms, exit code 0
 
802026-06-05T18:35:54.685Zstarting task 2: "authentication"
812026-06-05T18:35:54.701Zprocess exited: duration 15 ms, exit code 0
 
822026-06-05T18:35:54.708Zstarting task 3: "clone repository"
832026-06-05T18:35:54.712Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-05T18:35:54.716Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-05T18:35:54.752ZCloning into '/work/oxidecomputer/propolis'...
862026-06-05T18:35:56.144Z+ cd /work/oxidecomputer/propolis
872026-06-05T18:35:56.144Z+ git fetch origin 36bf455cc3b6fab13feebd9d0cef1fa02e0f71c2
882026-06-05T18:35:56.547ZFrom https://github.com/oxidecomputer/propolis
892026-06-05T18:35:56.547Z * branch 36bf455cc3b6fab13feebd9d0cef1fa02e0f71c2 -> FETCH_HEAD
902026-06-05T18:35:56.550Z+ [[ -n '' ]]
912026-06-05T18:35:56.551Z+ git reset --hard 36bf455cc3b6fab13feebd9d0cef1fa02e0f71c2
922026-06-05T18:35:56.571ZHEAD is now at 36bf455c acpi: remove the use of default
932026-06-05T18:35:56.575Zprocess exited: duration 1864 ms, exit code 0
 
942026-06-05T18:35:56.580Zstarting task 4: "build"
952026-06-05T18:35:56.589ZCloning into './gate_src'...
962026-06-05T18:36:40.942ZUpdating files: 37% (18458/49507) Updating files: 38% (18813/49507) Updating files: 39% (19308/49507) Updating files: 40% (19803/49507) Updating files: 41% (20298/49507) Updating files: 42% (20793/49507) Updating files: 43% (21289/49507) Updating files: 44% (21784/49507) Updating files: 45% (22279/49507) Updating files: 46% (22774/49507) Updating files: 47% (23269/49507) Updating files: 48% (23764/49507) Updating files: 49% (24259/49507) Updating files: 50% (24754/49507) Updating files: 51% (25249/49507) Updating files: 52% (25744/49507) Updating files: 53% (26239/49507) Updating files: 54% (26734/49507) Updating files: 55% (27229/49507) Updating files: 56% (27724/49507) Updating files: 57% (28219/49507) Updating files: 58% (28715/49507) Updating files: 59% (29210/49507) Updating files: 60% (29705/49507) Updating files: 61% (30200/49507) Updating files: 62% (30695/49507) Updating files: 63% (31190/49507) Updating files: 64% (31685/49507) Updating files: 65% (32180/49507) Updating files: 66% (32675/49507) Updating files: 67% (33170/49507) Updating files: 68% (33665/49507) Updating files: 69% (34160/49507) Updating files: 70% (34655/49507) Updating files: 71% (35150/49507) Updating files: 72% (35646/49507) Updating files: 73% (36141/49507) Updating files: 74% (36636/49507) Updating files: 75% (37131/49507) Updating files: 76% (37626/49507) Updating files: 77% (38121/49507) Updating files: 78% (38616/49507) Updating files: 79% (39111/49507) Updating files: 80% (39606/49507) Updating files: 81% (40101/49507) Updating files: 82% (40596/49507) Updating files: 83% (41091/49507) Updating files: 84% (41586/49507) Updating files: 85% (42081/49507) Updating files: 85% (42175/49507) Updating files: 86% (42577/49507) Updating files: 87% (43072/49507) Updating files: 88% (43567/49507) Updating files: 89% (44062/49507) Updating files: 90% (44557/49507) Updating files: 91% (45052/49507) Updating files: 92% (45547/49507) Updating files: 93% (46042/49507) Updating files: 94% (46537/49507) Updating files: 95% (47032/49507) Updating files: 96% (47527/49507) Updating files: 97% (48022/49507) Updating files: 98% (48517/49507) Updating files: 99% (49012/49507) Updating files: 100% (49507/49507) Updating files: 100% (49507/49507), done.
972026-06-05T18:36:41.015ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
982026-06-05T18:36:41.043Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
992026-06-05T18:36:41.102Z Updating crates.io index
1002026-06-05T18:36:41.622Z Locking 44 packages to latest compatible versions
1012026-06-05T18:36:41.625Z Adding strum v0.25.0 (available: v0.28.0)
1022026-06-05T18:36:41.628Z Downloading crates ...
1032026-06-05T18:36:41.678Z Downloaded bitflags v1.3.2
1042026-06-05T18:36:41.684Z Downloaded dirs v2.0.2
1052026-06-05T18:36:41.693Z Downloaded quote v1.0.45
1062026-06-05T18:36:41.695Z Downloaded itoa v1.0.18
1072026-06-05T18:36:41.695Z Downloaded zmij v1.0.21
1082026-06-05T18:36:41.698Z Downloaded dirs-sys v0.3.7
1092026-06-05T18:36:41.701Z Downloaded garando_errors v0.1.0
1102026-06-05T18:36:41.704Z Downloaded serde_derive v1.0.228
1112026-06-05T18:36:41.707Z Downloaded heck v0.5.0
1122026-06-05T18:36:41.710Z Downloaded strum v0.26.3
1132026-06-05T18:36:41.718Z Downloaded cfg-if v0.1.10
1142026-06-05T18:36:41.722Z Downloaded unicode-xid v0.2.6
1152026-06-05T18:36:41.725Z Downloaded strum v0.25.0
1162026-06-05T18:36:41.728Z Downloaded rustversion v1.0.22
1172026-06-05T18:36:41.731Z Downloaded rustc_version v0.4.1
1182026-06-05T18:36:41.734Z Downloaded garando_pos v0.1.0
1192026-06-05T18:36:41.735Z Downloaded strum_macros v0.26.4
1202026-06-05T18:36:41.735Z Downloaded ctest2 v0.4.10
1212026-06-05T18:36:41.740Z Downloaded shlex v2.0.1
1222026-06-05T18:36:41.743Z Downloaded term v0.6.1
1232026-06-05T18:36:41.746Z Downloaded semver v1.0.28
1242026-06-05T18:36:41.749Z Downloaded find-msvc-tools v0.1.9
1252026-06-05T18:36:41.762Z Downloaded serde_core v1.0.228
1262026-06-05T18:36:41.770Z Downloaded unicode-ident v1.0.24
1272026-06-05T18:36:41.773Z Downloaded log v0.4.32
1282026-06-05T18:36:41.778Z Downloaded serde v1.0.228
1292026-06-05T18:36:41.781Z Downloaded proc-macro2 v1.0.106
1302026-06-05T18:36:41.788Z Downloaded memchr v2.8.1
1312026-06-05T18:36:41.791Z Downloaded cc v1.2.63
1322026-06-05T18:36:41.807Z Downloaded serde_json v1.0.150
1332026-06-05T18:36:41.828Z Downloaded garando_syntax v0.1.1
1342026-06-05T18:36:41.834Z Downloaded syn v2.0.117
1352026-06-05T18:36:41.874Z Downloaded libc v0.2.186
1362026-06-05T18:36:41.924Z Compiling proc-macro2 v1.0.106
1372026-06-05T18:36:41.924Z Compiling quote v1.0.45
1382026-06-05T18:36:41.928Z Compiling unicode-ident v1.0.24
1392026-06-05T18:36:41.928Z Compiling libc v0.2.186
1402026-06-05T18:36:41.928Z Compiling serde_core v1.0.228
1412026-06-05T18:36:41.928Z Compiling serde v1.0.228
1422026-06-05T18:36:41.928Z Compiling cfg-if v0.1.10
1432026-06-05T18:36:41.928Z Compiling zmij v1.0.21
1442026-06-05T18:36:42.017Z Compiling rustversion v1.0.22
1452026-06-05T18:36:42.074Z Compiling serde_json v1.0.150
1462026-06-05T18:36:42.317Z Compiling itoa v1.0.18
1472026-06-05T18:36:42.337Z Compiling unicode-xid v0.2.6
1482026-06-05T18:36:42.340Z Compiling memchr v2.8.1
1492026-06-05T18:36:42.430Z Compiling heck v0.5.0
1502026-06-05T18:36:42.478Z Compiling semver v1.0.28
1512026-06-05T18:36:42.585Z Compiling find-msvc-tools v0.1.9
1522026-06-05T18:36:42.612Z Compiling shlex v2.0.1
1532026-06-05T18:36:42.703Z Compiling dirs-sys v0.3.7
1542026-06-05T18:36:42.753Z Compiling log v0.4.32
1552026-06-05T18:36:42.780Z Compiling bitflags v1.3.2
1562026-06-05T18:36:42.814Z Compiling cc v1.2.63
1572026-06-05T18:36:42.841Z Compiling dirs v2.0.2
1582026-06-05T18:36:42.909Z Compiling term v0.6.1
1592026-06-05T18:36:42.915Z Compiling rustc_version v0.4.1
1602026-06-05T18:36:42.919Z Compiling strum v0.25.0
1612026-06-05T18:36:43.103Z Compiling syn v2.0.117
1622026-06-05T18:36:44.723Z Compiling serde_derive v1.0.228
1632026-06-05T18:36:44.723Z Compiling strum_macros v0.26.4
1642026-06-05T18:36:45.751Z Compiling strum v0.26.3
1652026-06-05T18:36:45.813Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1662026-06-05T18:36:46.808Z Compiling garando_pos v0.1.0
1672026-06-05T18:36:47.079Z Compiling garando_errors v0.1.0
1682026-06-05T18:36:47.457Z Compiling garando_syntax v0.1.1
1692026-06-05T18:36:51.447Z Compiling ctest2 v0.4.10
1702026-06-05T18:36:52.070Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1712026-06-05T18:36:54.310Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.28s
1722026-06-05T18:36:54.328Z Running test/main.rs (target/debug/deps/main-f7840c5d9f0bf32b)
1732026-06-05T18:36:54.331ZRUNNING ALL TESTS
1742026-06-05T18:36:54.331ZPASSED 1185 tests
1752026-06-05T18:36:54.336ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1762026-06-05T18:36:54.397Z Updating crates.io index
1772026-06-05T18:36:54.551Z Locking 39 packages to latest compatible versions
1782026-06-05T18:36:54.592Z Compiling proc-macro2 v1.0.106
1792026-06-05T18:36:54.592Z Compiling unicode-ident v1.0.24
1802026-06-05T18:36:54.592Z Compiling quote v1.0.45
1812026-06-05T18:36:54.592Z Compiling libc v0.2.186
1822026-06-05T18:36:54.595Z Compiling serde_core v1.0.228
1832026-06-05T18:36:54.595Z Compiling serde v1.0.228
1842026-06-05T18:36:54.595Z Compiling zmij v1.0.21
1852026-06-05T18:36:54.595Z Compiling cfg-if v0.1.10
1862026-06-05T18:36:54.650Z Compiling serde_json v1.0.150
1872026-06-05T18:36:54.697Z Compiling memchr v2.8.1
1882026-06-05T18:36:54.853Z Compiling unicode-xid v0.2.6
1892026-06-05T18:36:54.880Z Compiling itoa v1.0.18
1902026-06-05T18:36:54.904Z Compiling log v0.4.32
1912026-06-05T18:36:54.945Z Compiling semver v1.0.28
1922026-06-05T18:36:55.028Z Compiling bitflags v1.3.2
1932026-06-05T18:36:55.051Z Compiling find-msvc-tools v0.1.9
1942026-06-05T18:36:55.110Z Compiling shlex v2.0.1
1952026-06-05T18:36:55.172Z Compiling rustc_version v0.4.1
1962026-06-05T18:36:55.224Z Compiling cc v1.2.63
1972026-06-05T18:36:55.265Z Compiling dirs-sys v0.3.7
1982026-06-05T18:36:55.268Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
1992026-06-05T18:36:55.372Z Compiling dirs v2.0.2
2002026-06-05T18:36:55.432Z Compiling term v0.6.1
2012026-06-05T18:36:55.637Z Compiling syn v2.0.117
2022026-06-05T18:36:56.889Z Compiling serde_derive v1.0.228
2032026-06-05T18:36:58.784Z Compiling garando_pos v0.1.0
2042026-06-05T18:36:59.040Z Compiling garando_errors v0.1.0
2052026-06-05T18:36:59.405Z Compiling garando_syntax v0.1.1
2062026-06-05T18:37:03.401Z Compiling ctest2 v0.4.10
2072026-06-05T18:37:04.029Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2082026-06-05T18:37:04.922Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.57s
2092026-06-05T18:37:04.937Z Running test/main.rs (target/debug/deps/main-f068fdbfc33939f5)
2102026-06-05T18:37:04.940ZRUNNING ALL TESTS
2112026-06-05T18:37:04.940ZPASSED 90 tests
2122026-06-05T18:37:04.943ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2132026-06-05T18:37:05.001Z Updating crates.io index
2142026-06-05T18:37:05.167Z Locking 41 packages to latest compatible versions
2152026-06-05T18:37:05.209Z Compiling libc v0.2.186
2162026-06-05T18:37:05.209Z Compiling proc-macro2 v1.0.106
2172026-06-05T18:37:05.210Z Compiling quote v1.0.45
2182026-06-05T18:37:05.213Z Compiling unicode-ident v1.0.24
2192026-06-05T18:37:05.213Z Compiling serde_core v1.0.228
2202026-06-05T18:37:05.213Z Compiling serde v1.0.228
2212026-06-05T18:37:05.213Z Compiling cfg-if v0.1.10
2222026-06-05T18:37:05.213Z Compiling zmij v1.0.21
2232026-06-05T18:37:05.269Z Compiling serde_json v1.0.150
2242026-06-05T18:37:05.315Z Compiling unicode-xid v0.2.6
2252026-06-05T18:37:05.418Z Compiling itoa v1.0.18
2262026-06-05T18:37:05.478Z Compiling memchr v2.8.1
2272026-06-05T18:37:05.500Z Compiling shlex v2.0.1
2282026-06-05T18:37:05.527Z Compiling find-msvc-tools v0.1.9
2292026-06-05T18:37:05.579Z Compiling semver v1.0.28
2302026-06-05T18:37:05.655Z Compiling bitflags v1.3.2
2312026-06-05T18:37:05.712Z Compiling log v0.4.32
2322026-06-05T18:37:05.727Z Compiling cc v1.2.63
2332026-06-05T18:37:05.751Z Compiling rustc_version v0.4.1
2342026-06-05T18:37:05.864Z Compiling dirs-sys v0.3.7
2352026-06-05T18:37:05.913Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2362026-06-05T18:37:05.970Z Compiling dirs v2.0.2
2372026-06-05T18:37:05.992Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2382026-06-05T18:37:06.031Z Compiling term v0.6.1
2392026-06-05T18:37:06.082Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2402026-06-05T18:37:06.242Z Compiling syn v2.0.117
2412026-06-05T18:37:07.503Z Compiling serde_derive v1.0.228
2422026-06-05T18:37:09.405Z Compiling garando_pos v0.1.0
2432026-06-05T18:37:09.664Z Compiling garando_errors v0.1.0
2442026-06-05T18:37:10.027Z Compiling garando_syntax v0.1.1
2452026-06-05T18:37:14.039Z Compiling ctest2 v0.4.10
2462026-06-05T18:37:14.671Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2472026-06-05T18:37:15.666Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.71s
2482026-06-05T18:37:15.681Z Running test/main.rs (target/debug/deps/main-7da9dc2daf8403a1)
2492026-06-05T18:37:15.684ZRUNNING ALL TESTS
2502026-06-05T18:37:15.684ZPASSED 257 tests
2512026-06-05T18:37:15.689Zprocess exited: duration 79108 ms, exit code 0
 
2522026-06-05T18:37:15.695Zfound 0 output files