01KZAVR7AWC7QA93RFE52SAZYJ: header-check

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

Buildomat Job: 01KZAVRHBTXBY321386B8KJQER

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T06:22:51.040Zjob assigned to worker 01KZAVRQGAX5GM9HM5BAYC6CXS [factory aws, i-0a3e380d678730000] (queued for 57 s)
 
22026-08-06T06:22:57.740Zstarting task 0: "setup"
32026-08-06T06:22:57.746Z++ uname -s
42026-08-06T06:22:57.749Z+ kern=SunOS
52026-08-06T06:22:57.749Z+ build_user=build
62026-08-06T06:22:57.749Z+ build_uid=12345
72026-08-06T06:22:57.749Z+ work_dir=/work
82026-08-06T06:22:57.749Z+ input_dir=/input
92026-08-06T06:22:57.749Z+ [[ 0 == 12345 ]]
102026-08-06T06:22:57.749Z+ case "$kern" in
112026-08-06T06:22:57.749Z+ groupadd -g 12345 build
122026-08-06T06:22:57.752Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T06:22:59.755Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T06:22:59.865Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T06:22:59.867Z+ home_fs=zfs
162026-08-06T06:22:59.867Z+ [[ zfs == autofs ]]
172026-08-06T06:22:59.867Z+ mkdir -p /home/build
182026-08-06T06:22:59.867Z+ chown build:build /home/build /work
192026-08-06T06:23:01.869Z+ chmod 0700 /home/build /work
202026-08-06T06:23:01.872Zprocess exited: duration 4129 ms, exit code 0
 
212026-08-06T06:23:01.878Zstarting task 1: "rust-toolchain"
222026-08-06T06:23:01.882Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-06T06:23:01.882Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-06T06:23:01.882Z * rust toolchain channel = "1.90.0"
252026-08-06T06:23:01.882Z * rust toolchain profile = "default"
262026-08-06T06:23:01.882Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T06:23:01.882Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T06:23:01.885Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T06:23:01.885Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-06T06:23:01.991Zinfo: downloading installer
312026-08-06T06:23:03.268Zwarn: It looks like you have an existing installation of Rust at:
322026-08-06T06:23:03.268Zwarn: /opt/ooce/bin
332026-08-06T06:23:03.269Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-06T06:23:03.269Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-06T06:23:03.272Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-06T06:23:03.272Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-06T06:23:03.272Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-06T06:23:03.272Zerror: cannot install while Rust is installed
392026-08-06T06:23:03.272Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-06T06:23:03.272Zwarn: It looks like you have an existing rustup settings file at:
412026-08-06T06:23:03.272Zwarn: /home/build/.rustup/settings.toml
422026-08-06T06:23:03.272Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-06T06:23:03.272Zwarn: instead of the one inferred from the default host triple.
442026-08-06T06:23:03.283Zinfo: profile set to default
452026-08-06T06:23:03.283Zinfo: default host triple is x86_64-unknown-illumos
462026-08-06T06:23:03.285Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-08-06T06:23:03.433Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-08-06T06:23:03.436Zinfo: downloading 6 components
492026-08-06T06:23:17.107Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-08-06T06:23:17.107Z
512026-08-06T06:23:17.139Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-08-06T06:23:17.139Z
532026-08-06T06:23:17.139Z
542026-08-06T06:23:17.139ZRust is installed now. Great!
552026-08-06T06:23:17.139Z
562026-08-06T06:23:17.142ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-06T06:23:17.142Zenvironment variable. This has not been done automatically.
582026-08-06T06:23:17.142Z
592026-08-06T06:23:17.142ZTo configure your current shell, you need to source
602026-08-06T06:23:17.143Zthe corresponding env file under $HOME/.cargo.
612026-08-06T06:23:17.143Z
622026-08-06T06:23:17.143ZThis is usually done by running one of the following (note the leading DOT):
632026-08-06T06:23:17.143Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-06T06:23:17.143Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-06T06:23:17.143Zsource "~/.cargo/env.nu" # For nushell
662026-08-06T06:23:17.143Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-06T06:23:17.143Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-06T06:23:17.143Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-06T06:23:17.143Zwarn: no default linker (`cc`) was found in your PATH
702026-08-06T06:23:17.143Zwarn: many Rust crates require a system C toolchain to build
712026-08-06T06:23:17.231Z+ rustup --version
722026-08-06T06:23:17.240Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-06T06:23:17.243Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-06T06:23:17.264Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-08-06T06:23:17.267Z+ cargo --version
762026-08-06T06:23:17.279Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-08-06T06:23:17.281Z+ rustc --version
782026-08-06T06:23:17.302Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-08-06T06:23:17.305Zprocess exited: duration 15424 ms, exit code 0
 
802026-08-06T06:23:17.310Zstarting task 2: "authentication"
812026-08-06T06:23:17.327Zprocess exited: duration 16 ms, exit code 0
 
822026-08-06T06:23:17.332Zstarting task 3: "clone repository"
832026-08-06T06:23:17.335Z+ mkdir -p /work/oxidecomputer/propolis
842026-08-06T06:23:17.338Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-08-06T06:23:17.372ZCloning into '/work/oxidecomputer/propolis'...
862026-08-06T06:23:18.428Z+ cd /work/oxidecomputer/propolis
872026-08-06T06:23:18.428Z+ git fetch origin 6885fe0476bdd3767449065698fe0aa763f98a4d
882026-08-06T06:23:18.682ZFrom https://github.com/oxidecomputer/propolis
892026-08-06T06:23:18.682Z * branch 6885fe0476bdd3767449065698fe0aa763f98a4d -> FETCH_HEAD
902026-08-06T06:23:18.688Z+ [[ -n zl/multicast ]]
912026-08-06T06:23:18.692Z++ git branch --show-current
922026-08-06T06:23:18.692Z+ current=master
932026-08-06T06:23:18.692Z+ [[ master != zl/multicast ]]
942026-08-06T06:23:18.692Z+ git branch -f zl/multicast 6885fe0476bdd3767449065698fe0aa763f98a4d
952026-08-06T06:23:18.695Z+ git checkout -f zl/multicast
962026-08-06T06:23:18.716ZSwitched to branch 'zl/multicast'
972026-08-06T06:23:18.719Z+ git reset --hard 6885fe0476bdd3767449065698fe0aa763f98a4d
982026-08-06T06:23:18.723ZHEAD is now at 6885fe04 [viona] move to 775|patchset 8
992026-08-06T06:23:18.726Zprocess exited: duration 1391 ms, exit code 0
 
1002026-08-06T06:23:18.748Zstarting task 4: "build"
1012026-08-06T06:23:18.757Zhint: Using 'master' as the name for the initial branch. This default branch name
1022026-08-06T06:23:18.757Zhint: is subject to change. To configure the initial branch name to use in all
1032026-08-06T06:23:18.757Zhint: of your new repositories, which will suppress this warning, call:
1042026-08-06T06:23:18.757Zhint:
1052026-08-06T06:23:18.757Zhint: git config --global init.defaultBranch <name>
1062026-08-06T06:23:18.757Zhint:
1072026-08-06T06:23:18.757Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
1082026-08-06T06:23:18.757Zhint: 'development'. The just-created branch can be renamed via this command:
1092026-08-06T06:23:18.757Zhint:
1102026-08-06T06:23:18.760Zhint: git branch -m <name>
1112026-08-06T06:23:18.761ZInitialized empty Git repository in /work/oxidecomputer/propolis/gate_src/.git/
1122026-08-06T06:24:05.447ZFrom https://code.oxide.computer/illumos-gate
1132026-08-06T06:24:05.447Z * branch refs/changes/75/775/8 -> FETCH_HEAD
1142026-08-06T06:24:08.361ZHEAD is now at ad1f8f18 stlouis#986 Want viona ioctls to control MAC filter tables
1152026-08-06T06:24:08.430ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1162026-08-06T06:24:08.463Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
1172026-08-06T06:24:08.547Z Updating crates.io index
1182026-08-06T06:24:09.081Z Locking 45 packages to latest compatible versions
1192026-08-06T06:24:09.084Z Adding strum v0.25.0 (available: v0.28.0)
1202026-08-06T06:24:09.087Z Downloading crates ...
1212026-08-06T06:24:09.150Z Downloaded proc-macro2 v1.0.107
1222026-08-06T06:24:09.153Z Downloaded dirs-sys v0.3.7
1232026-08-06T06:24:09.156Z Downloaded dirs v2.0.2
1242026-08-06T06:24:09.159Z Downloaded heck v0.5.0
1252026-08-06T06:24:09.162Z Downloaded strum v0.25.0
1262026-08-06T06:24:09.162Z Downloaded itoa v1.0.18
1272026-08-06T06:24:09.169Z Downloaded strum v0.26.3
1282026-08-06T06:24:09.176Z Downloaded rustc_version v0.4.1
1292026-08-06T06:24:09.179Z Downloaded unicode-xid v0.2.6
1302026-08-06T06:24:09.185Z Downloaded garando_errors v0.1.0
1312026-08-06T06:24:09.187Z Downloaded strum_macros v0.26.4
1322026-08-06T06:24:09.187Z Downloaded quote v1.0.47
1332026-08-06T06:24:09.190Z Downloaded bitflags v1.3.2
1342026-08-06T06:24:09.190Z Downloaded cfg-if v0.1.10
1352026-08-06T06:24:09.193Z Downloaded shlex v2.0.1
1362026-08-06T06:24:09.197Z Downloaded ctest2 v0.4.10
1372026-08-06T06:24:09.201Z Downloaded rustversion v1.0.23
1382026-08-06T06:24:09.206Z Downloaded zmij v1.0.23
1392026-08-06T06:24:09.209Z Downloaded semver v1.0.28
1402026-08-06T06:24:09.211Z Downloaded garando_pos v0.1.0
1412026-08-06T06:24:09.216Z Downloaded term v0.6.1
1422026-08-06T06:24:09.218Z Downloaded serde_core v1.0.229
1432026-08-06T06:24:09.222Z Downloaded unicode-ident v1.0.24
1442026-08-06T06:24:09.222Z Downloaded find-msvc-tools v0.1.9
1452026-08-06T06:24:09.226Z Downloaded log v0.4.33
1462026-08-06T06:24:09.228Z Downloaded serde v1.0.229
1472026-08-06T06:24:09.237Z Downloaded serde_derive v1.0.229
1482026-08-06T06:24:09.246Z Downloaded memchr v2.8.3
1492026-08-06T06:24:09.249Z Downloaded cc v1.4.0
1502026-08-06T06:24:09.278Z Downloaded serde_json v1.0.151
1512026-08-06T06:24:09.289Z Downloaded garando_syntax v0.1.1
1522026-08-06T06:24:09.295Z Downloaded syn v3.0.3
1532026-08-06T06:24:09.301Z Downloaded syn v2.0.119
1542026-08-06T06:24:09.342Z Downloaded libc v0.2.189
1552026-08-06T06:24:09.397Z Compiling proc-macro2 v1.0.107
1562026-08-06T06:24:09.397Z Compiling quote v1.0.47
1572026-08-06T06:24:09.400Z Compiling unicode-ident v1.0.24
1582026-08-06T06:24:09.400Z Compiling libc v0.2.189
1592026-08-06T06:24:09.400Z Compiling serde_core v1.0.229
1602026-08-06T06:24:09.400Z Compiling serde v1.0.229
1612026-08-06T06:24:09.400Z Compiling zmij v1.0.23
1622026-08-06T06:24:09.400Z Compiling rustversion v1.0.23
1632026-08-06T06:24:09.573Z Compiling cfg-if v0.1.10
1642026-08-06T06:24:09.630Z Compiling serde_json v1.0.151
1652026-08-06T06:24:09.841Z Compiling heck v0.5.0
1662026-08-06T06:24:09.863Z Compiling unicode-xid v0.2.6
1672026-08-06T06:24:09.901Z Compiling itoa v1.0.18
1682026-08-06T06:24:09.959Z Compiling memchr v2.8.3
1692026-08-06T06:24:10.036Z Compiling log v0.4.33
1702026-08-06T06:24:10.072Z Compiling shlex v2.0.1
1712026-08-06T06:24:10.124Z Compiling find-msvc-tools v0.1.9
1722026-08-06T06:24:10.204Z Compiling dirs-sys v0.3.7
1732026-08-06T06:24:10.240Z Compiling bitflags v1.3.2
1742026-08-06T06:24:10.247Z Compiling semver v1.0.28
1752026-08-06T06:24:10.302Z Compiling cc v1.4.0
1762026-08-06T06:24:10.357Z Compiling dirs v2.0.2
1772026-08-06T06:24:10.410Z Compiling strum v0.25.0
1782026-08-06T06:24:10.429Z Compiling term v0.6.1
1792026-08-06T06:24:10.463Z Compiling rustc_version v0.4.1
1802026-08-06T06:24:10.668Z Compiling syn v3.0.3
1812026-08-06T06:24:10.669Z Compiling syn v2.0.119
1822026-08-06T06:24:12.040Z Compiling serde_derive v1.0.229
1832026-08-06T06:24:12.333Z Compiling strum_macros v0.26.4
1842026-08-06T06:24:13.378Z Compiling strum v0.26.3
1852026-08-06T06:24:13.449Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1862026-08-06T06:24:14.090Z Compiling garando_pos v0.1.0
1872026-08-06T06:24:14.361Z Compiling garando_errors v0.1.0
1882026-08-06T06:24:14.730Z Compiling garando_syntax v0.1.1
1892026-08-06T06:24:18.808Z Compiling ctest2 v0.4.10
1902026-08-06T06:24:19.447Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1912026-08-06T06:24:21.716Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.27s
1922026-08-06T06:24:21.735Z Running test/main.rs (target/debug/deps/main-52cdb4d750db633d)
1932026-08-06T06:24:21.739ZRUNNING ALL TESTS
1942026-08-06T06:24:21.739ZPASSED 1185 tests
1952026-08-06T06:24:21.744ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1962026-08-06T06:24:21.805Z Updating crates.io index
1972026-08-06T06:24:21.963Z Locking 40 packages to latest compatible versions
1982026-08-06T06:24:22.006Z Compiling proc-macro2 v1.0.107
1992026-08-06T06:24:22.006Z Compiling unicode-ident v1.0.24
2002026-08-06T06:24:22.006Z Compiling quote v1.0.47
2012026-08-06T06:24:22.010Z Compiling libc v0.2.189
2022026-08-06T06:24:22.010Z Compiling serde_core v1.0.229
2032026-08-06T06:24:22.010Z Compiling serde v1.0.229
2042026-08-06T06:24:22.010Z Compiling cfg-if v0.1.10
2052026-08-06T06:24:22.010Z Compiling zmij v1.0.23
2062026-08-06T06:24:22.067Z Compiling serde_json v1.0.151
2072026-08-06T06:24:22.111Z Compiling itoa v1.0.18
2082026-08-06T06:24:22.268Z Compiling unicode-xid v0.2.6
2092026-08-06T06:24:22.274Z Compiling memchr v2.8.3
2102026-08-06T06:24:22.297Z Compiling semver v1.0.28
2112026-08-06T06:24:22.324Z Compiling bitflags v1.3.2
2122026-08-06T06:24:22.361Z Compiling shlex v2.0.1
2132026-08-06T06:24:22.382Z Compiling find-msvc-tools v0.1.9
2142026-08-06T06:24:22.519Z Compiling log v0.4.33
2152026-08-06T06:24:22.547Z Compiling cc v1.4.0
2162026-08-06T06:24:22.547Z Compiling rustc_version v0.4.1
2172026-08-06T06:24:22.674Z Compiling dirs-sys v0.3.7
2182026-08-06T06:24:22.696Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2192026-08-06T06:24:22.780Z Compiling dirs v2.0.2
2202026-08-06T06:24:22.841Z Compiling term v0.6.1
2212026-08-06T06:24:23.063Z Compiling syn v3.0.3
2222026-08-06T06:24:24.357Z Compiling serde_derive v1.0.229
2232026-08-06T06:24:26.223Z Compiling garando_pos v0.1.0
2242026-08-06T06:24:26.481Z Compiling garando_errors v0.1.0
2252026-08-06T06:24:26.846Z Compiling garando_syntax v0.1.1
2262026-08-06T06:24:30.897Z Compiling ctest2 v0.4.10
2272026-08-06T06:24:31.529Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2282026-08-06T06:24:32.453Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.69s
2292026-08-06T06:24:32.468Z Running test/main.rs (target/debug/deps/main-3cf04b023d0a7eea)
2302026-08-06T06:24:32.471ZRUNNING ALL TESTS
2312026-08-06T06:24:32.471ZPASSED 90 tests
2322026-08-06T06:24:32.476ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2332026-08-06T06:24:32.537Z Updating crates.io index
2342026-08-06T06:24:32.706Z Locking 42 packages to latest compatible versions
2352026-08-06T06:24:32.750Z Compiling libc v0.2.189
2362026-08-06T06:24:32.750Z Compiling proc-macro2 v1.0.107
2372026-08-06T06:24:32.750Z Compiling quote v1.0.47
2382026-08-06T06:24:32.752Z Compiling unicode-ident v1.0.24
2392026-08-06T06:24:32.753Z Compiling serde_core v1.0.229
2402026-08-06T06:24:32.753Z Compiling serde v1.0.229
2412026-08-06T06:24:32.753Z Compiling cfg-if v0.1.10
2422026-08-06T06:24:32.753Z Compiling zmij v1.0.23
2432026-08-06T06:24:32.813Z Compiling serde_json v1.0.151
2442026-08-06T06:24:32.858Z Compiling unicode-xid v0.2.6
2452026-08-06T06:24:32.957Z Compiling itoa v1.0.18
2462026-08-06T06:24:33.021Z Compiling memchr v2.8.3
2472026-08-06T06:24:33.048Z Compiling semver v1.0.28
2482026-08-06T06:24:33.074Z Compiling log v0.4.33
2492026-08-06T06:24:33.118Z Compiling shlex v2.0.1
2502026-08-06T06:24:33.221Z Compiling find-msvc-tools v0.1.9
2512026-08-06T06:24:33.277Z Compiling bitflags v1.3.2
2522026-08-06T06:24:33.297Z Compiling rustc_version v0.4.1
2532026-08-06T06:24:33.342Z Compiling cc v1.4.0
2542026-08-06T06:24:33.436Z Compiling dirs-sys v0.3.7
2552026-08-06T06:24:33.475Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2562026-08-06T06:24:33.546Z Compiling dirs v2.0.2
2572026-08-06T06:24:33.564Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2582026-08-06T06:24:33.609Z Compiling term v0.6.1
2592026-08-06T06:24:33.658Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2602026-08-06T06:24:33.808Z Compiling syn v3.0.3
2612026-08-06T06:24:35.127Z Compiling serde_derive v1.0.229
2622026-08-06T06:24:37.015Z Compiling garando_pos v0.1.0
2632026-08-06T06:24:37.276Z Compiling garando_errors v0.1.0
2642026-08-06T06:24:37.642Z Compiling garando_syntax v0.1.1
2652026-08-06T06:24:41.707Z Compiling ctest2 v0.4.10
2662026-08-06T06:24:42.340Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2672026-08-06T06:24:43.431Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.94s
2682026-08-06T06:24:43.447Z Running test/main.rs (target/debug/deps/main-ac8481cf1de02776)
2692026-08-06T06:24:43.449ZRUNNING ALL TESTS
2702026-08-06T06:24:43.449ZPASSED 356 tests
2712026-08-06T06:24:43.456Zprocess exited: duration 84694 ms, exit code 0
 
2722026-08-06T06:24:43.461Zfound 0 output files