01KVXD65YYF14JVM0A8FYNEJ8T: header-check

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

Buildomat Job: 01KVXD6JD2GVBV8R41EQHP00WR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T18:10:59.017Zjob assigned to worker 01KVXD6QQWXJ6XYK74AM4ZP7XB [factory aws, i-0bc5125746d806cd0] (queued for 47 s)
 
22026-06-24T18:11:05.954Zstarting task 0: "setup"
32026-06-24T18:11:05.958Z++ uname -s
42026-06-24T18:11:05.961Z+ kern=SunOS
52026-06-24T18:11:05.961Z+ build_user=build
62026-06-24T18:11:05.961Z+ build_uid=12345
72026-06-24T18:11:05.961Z+ work_dir=/work
82026-06-24T18:11:05.961Z+ input_dir=/input
92026-06-24T18:11:05.961Z+ [[ 0 == 12345 ]]
102026-06-24T18:11:05.961Z+ case "$kern" in
112026-06-24T18:11:05.961Z+ groupadd -g 12345 build
122026-06-24T18:11:05.964Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T18:11:07.969Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T18:11:08.057Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T18:11:08.060Z+ home_fs=zfs
162026-06-24T18:11:08.060Z+ [[ zfs == autofs ]]
172026-06-24T18:11:08.060Z+ mkdir -p /home/build
182026-06-24T18:11:08.060Z+ chown build:build /home/build /work
192026-06-24T18:11:10.059Z+ chmod 0700 /home/build /work
202026-06-24T18:11:10.062Zprocess exited: duration 4109 ms, exit code 0
 
212026-06-24T18:11:10.068Zstarting task 1: "rust-toolchain"
222026-06-24T18:11:10.072Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-24T18:11:10.072Z * rust toolchain channel = "1.90.0"
242026-06-24T18:11:10.072Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-24T18:11:10.072Z * rust toolchain profile = "default"
262026-06-24T18:11:10.072Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-24T18:11:10.072Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-24T18:11:10.076Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T18:11:10.076Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-24T18:11:10.149Zinfo: downloading installer
312026-06-24T18:11:11.613Zwarn: It looks like you have an existing installation of Rust at:
322026-06-24T18:11:11.613Zwarn: /opt/ooce/bin
332026-06-24T18:11:11.613Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-24T18:11:11.613Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-24T18:11:11.613Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-24T18:11:11.613Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-24T18:11:11.613Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-24T18:11:11.613Zerror: cannot install while Rust is installed
392026-06-24T18:11:11.613Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-24T18:11:11.617Zwarn: It looks like you have an existing rustup settings file at:
412026-06-24T18:11:11.617Zwarn: /home/build/.rustup/settings.toml
422026-06-24T18:11:11.617Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-24T18:11:11.617Zwarn: instead of the one inferred from the default host triple.
442026-06-24T18:11:11.628Zinfo: profile set to default
452026-06-24T18:11:11.628Zinfo: default host triple is x86_64-unknown-illumos
462026-06-24T18:11:11.631Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-24T18:11:11.780Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-24T18:11:11.783Zinfo: downloading 6 components
492026-06-24T18:11:25.981Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-24T18:11:25.981Z
512026-06-24T18:11:26.012Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-24T18:11:26.012Z
532026-06-24T18:11:26.012Z
542026-06-24T18:11:26.012ZRust is installed now. Great!
552026-06-24T18:11:26.012Z
562026-06-24T18:11:26.012ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-24T18:11:26.012Zenvironment variable. This has not been done automatically.
582026-06-24T18:11:26.013Z
592026-06-24T18:11:26.013ZTo configure your current shell, you need to source
602026-06-24T18:11:26.013Zthe corresponding env file under $HOME/.cargo.
612026-06-24T18:11:26.013Z
622026-06-24T18:11:26.013ZThis is usually done by running one of the following (note the leading DOT):
632026-06-24T18:11:26.013Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-24T18:11:26.013Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-24T18:11:26.013Zsource "~/.cargo/env.nu" # For nushell
662026-06-24T18:11:26.013Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-24T18:11:26.013Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-24T18:11:26.013Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-24T18:11:26.016Zwarn: no default linker (`cc`) was found in your PATH
702026-06-24T18:11:26.016Zwarn: many Rust crates require a system C toolchain to build
712026-06-24T18:11:26.094Z+ rustup --version
722026-06-24T18:11:26.103Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-24T18:11:26.106Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-24T18:11:26.125Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-24T18:11:26.128Z+ cargo --version
762026-06-24T18:11:26.140Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-24T18:11:26.143Z+ rustc --version
782026-06-24T18:11:26.163Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-24T18:11:26.166Zprocess exited: duration 16093 ms, exit code 0
 
802026-06-24T18:11:26.173Zstarting task 2: "authentication"
812026-06-24T18:11:26.189Zprocess exited: duration 16 ms, exit code 0
 
822026-06-24T18:11:26.195Zstarting task 3: "clone repository"
832026-06-24T18:11:26.198Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-24T18:11:26.202Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-24T18:11:26.300ZCloning into '/work/oxidecomputer/propolis'...
862026-06-24T18:11:27.358Z+ cd /work/oxidecomputer/propolis
872026-06-24T18:11:27.358Z+ git fetch origin 7c01ff5fc32e18c23039e3f0a29031c89d4780a6
882026-06-24T18:11:27.762ZFrom https://github.com/oxidecomputer/propolis
892026-06-24T18:11:27.762Z * branch 7c01ff5fc32e18c23039e3f0a29031c89d4780a6 -> FETCH_HEAD
902026-06-24T18:11:27.765Z+ [[ -n '' ]]
912026-06-24T18:11:27.765Z+ git reset --hard 7c01ff5fc32e18c23039e3f0a29031c89d4780a6
922026-06-24T18:11:27.789ZHEAD is now at 7c01ff5f Emulated xHCI 1.0 Controller, USB 2.0 devices, and HID 1.11 tablet
932026-06-24T18:11:27.792Zprocess exited: duration 1594 ms, exit code 0
 
942026-06-24T18:11:27.798Zstarting task 4: "build"
952026-06-24T18:11:27.808ZCloning into './gate_src'...
962026-06-24T18:12:23.645ZUpdating files: 37% (18637/49517) Updating files: 38% (18817/49517) Updating files: 39% (19312/49517) Updating files: 40% (19807/49517) Updating files: 41% (20302/49517) Updating files: 42% (20798/49517) Updating files: 43% (21293/49517) Updating files: 44% (21788/49517) Updating files: 45% (22283/49517) Updating files: 46% (22778/49517) Updating files: 47% (23273/49517) Updating files: 48% (23769/49517) Updating files: 49% (24264/49517) Updating files: 50% (24759/49517) Updating files: 51% (25254/49517) Updating files: 52% (25749/49517) Updating files: 53% (26245/49517) Updating files: 54% (26740/49517) Updating files: 55% (27235/49517) Updating files: 56% (27730/49517) Updating files: 57% (28225/49517) Updating files: 58% (28720/49517) Updating files: 59% (29216/49517) Updating files: 60% (29711/49517) Updating files: 61% (30206/49517) Updating files: 62% (30701/49517) Updating files: 63% (31196/49517) Updating files: 64% (31691/49517) Updating files: 65% (32187/49517) Updating files: 66% (32682/49517) Updating files: 67% (33177/49517) Updating files: 68% (33672/49517) Updating files: 69% (34167/49517) Updating files: 70% (34662/49517) Updating files: 71% (35158/49517) Updating files: 72% (35653/49517) Updating files: 73% (36148/49517) Updating files: 74% (36643/49517) Updating files: 75% (37138/49517) Updating files: 76% (37633/49517) Updating files: 77% (38129/49517) Updating files: 78% (38624/49517) Updating files: 79% (39119/49517) Updating files: 80% (39614/49517) Updating files: 81% (40109/49517) Updating files: 82% (40604/49517) Updating files: 83% (41100/49517) Updating files: 84% (41595/49517) Updating files: 85% (42090/49517) Updating files: 85% (42288/49517) Updating files: 86% (42585/49517) Updating files: 87% (43080/49517) Updating files: 88% (43575/49517) Updating files: 89% (44071/49517) Updating files: 90% (44566/49517) Updating files: 91% (45061/49517) Updating files: 92% (45556/49517) Updating files: 93% (46051/49517) Updating files: 94% (46546/49517) Updating files: 95% (47042/49517) Updating files: 96% (47537/49517) Updating files: 97% (48032/49517) Updating files: 98% (48527/49517) Updating files: 99% (49022/49517) Updating files: 100% (49517/49517) Updating files: 100% (49517/49517), done.
972026-06-24T18:12:23.718ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
982026-06-24T18:12:23.747Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
992026-06-24T18:12:23.808Z Updating crates.io index
1002026-06-24T18:12:24.324Z Locking 44 packages to latest compatible versions
1012026-06-24T18:12:24.327Z Adding strum v0.25.0 (available: v0.28.0)
1022026-06-24T18:12:24.330Z Downloading crates ...
1032026-06-24T18:12:24.382Z Downloaded itoa v1.0.18
1042026-06-24T18:12:24.388Z Downloaded dirs v2.0.2
1052026-06-24T18:12:24.390Z Downloaded rustversion v1.0.22
1062026-06-24T18:12:24.398Z Downloaded dirs-sys v0.3.7
1072026-06-24T18:12:24.401Z Downloaded unicode-xid v0.2.6
1082026-06-24T18:12:24.401Z Downloaded strum v0.25.0
1092026-06-24T18:12:24.401Z Downloaded rustc_version v0.4.1
1102026-06-24T18:12:24.404Z Downloaded strum v0.26.3
1112026-06-24T18:12:24.409Z Downloaded cfg-if v0.1.10
1122026-06-24T18:12:24.412Z Downloaded zmij v1.0.21
1132026-06-24T18:12:24.414Z Downloaded find-msvc-tools v0.1.9
1142026-06-24T18:12:24.421Z Downloaded heck v0.5.0
1152026-06-24T18:12:24.424Z Downloaded bitflags v1.3.2
1162026-06-24T18:12:24.427Z Downloaded garando_pos v0.1.0
1172026-06-24T18:12:24.429Z Downloaded shlex v2.0.1
1182026-06-24T18:12:24.429Z Downloaded ctest2 v0.4.10
1192026-06-24T18:12:24.429Z Downloaded garando_errors v0.1.0
1202026-06-24T18:12:24.438Z Downloaded strum_macros v0.26.4
1212026-06-24T18:12:24.441Z Downloaded semver v1.0.28
1222026-06-24T18:12:24.444Z Downloaded term v0.6.1
1232026-06-24T18:12:24.447Z Downloaded quote v1.0.46
1242026-06-24T18:12:24.458Z Downloaded proc-macro2 v1.0.106
1252026-06-24T18:12:24.461Z Downloaded serde_derive v1.0.228
1262026-06-24T18:12:24.464Z Downloaded unicode-ident v1.0.24
1272026-06-24T18:12:24.464Z Downloaded log v0.4.33
1282026-06-24T18:12:24.469Z Downloaded serde_core v1.0.228
1292026-06-24T18:12:24.472Z Downloaded serde v1.0.228
1302026-06-24T18:12:24.475Z Downloaded cc v1.2.65
1312026-06-24T18:12:24.481Z Downloaded serde_json v1.0.150
1322026-06-24T18:12:24.485Z Downloaded memchr v2.8.2
1332026-06-24T18:12:24.523Z Downloaded syn v2.0.118
1342026-06-24T18:12:24.528Z Downloaded garando_syntax v0.1.1
1352026-06-24T18:12:24.568Z Downloaded libc v0.2.186
1362026-06-24T18:12:24.618Z Compiling proc-macro2 v1.0.106
1372026-06-24T18:12:24.618Z Compiling unicode-ident v1.0.24
1382026-06-24T18:12:24.618Z Compiling quote v1.0.46
1392026-06-24T18:12:24.621Z Compiling libc v0.2.186
1402026-06-24T18:12:24.621Z Compiling serde_core v1.0.228
1412026-06-24T18:12:24.621Z Compiling serde v1.0.228
1422026-06-24T18:12:24.621Z Compiling rustversion v1.0.22
1432026-06-24T18:12:24.621Z Compiling cfg-if v0.1.10
1442026-06-24T18:12:24.706Z Compiling zmij v1.0.21
1452026-06-24T18:12:24.764Z Compiling serde_json v1.0.150
1462026-06-24T18:12:25.005Z Compiling unicode-xid v0.2.6
1472026-06-24T18:12:25.029Z Compiling itoa v1.0.18
1482026-06-24T18:12:25.037Z Compiling memchr v2.8.2
1492026-06-24T18:12:25.095Z Compiling heck v0.5.0
1502026-06-24T18:12:25.187Z Compiling log v0.4.33
1512026-06-24T18:12:25.273Z Compiling bitflags v1.3.2
1522026-06-24T18:12:25.280Z Compiling find-msvc-tools v0.1.9
1532026-06-24T18:12:25.328Z Compiling dirs-sys v0.3.7
1542026-06-24T18:12:25.335Z Compiling semver v1.0.28
1552026-06-24T18:12:25.379Z Compiling shlex v2.0.1
1562026-06-24T18:12:25.500Z Compiling dirs v2.0.2
1572026-06-24T18:12:25.541Z Compiling rustc_version v0.4.1
1582026-06-24T18:12:25.541Z Compiling cc v1.2.65
1592026-06-24T18:12:25.573Z Compiling term v0.6.1
1602026-06-24T18:12:25.588Z Compiling strum v0.25.0
1612026-06-24T18:12:25.781Z Compiling syn v2.0.118
1622026-06-24T18:12:27.403Z Compiling serde_derive v1.0.228
1632026-06-24T18:12:27.403Z Compiling strum_macros v0.26.4
1642026-06-24T18:12:28.431Z Compiling strum v0.26.3
1652026-06-24T18:12:28.494Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1662026-06-24T18:12:29.469Z Compiling garando_pos v0.1.0
1672026-06-24T18:12:29.738Z Compiling garando_errors v0.1.0
1682026-06-24T18:12:30.118Z Compiling garando_syntax v0.1.1
1692026-06-24T18:12:34.122Z Compiling ctest2 v0.4.10
1702026-06-24T18:12:34.748Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1712026-06-24T18:12:37.089Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.36s
1722026-06-24T18:12:37.108Z Running test/main.rs (target/debug/deps/main-33821666dd9946f6)
1732026-06-24T18:12:37.112ZRUNNING ALL TESTS
1742026-06-24T18:12:37.112ZPASSED 1185 tests
1752026-06-24T18:12:37.118ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1762026-06-24T18:12:37.177Z Updating crates.io index
1772026-06-24T18:12:37.360Z Locking 39 packages to latest compatible versions
1782026-06-24T18:12:37.401Z Compiling proc-macro2 v1.0.106
1792026-06-24T18:12:37.401Z Compiling libc v0.2.186
1802026-06-24T18:12:37.401Z Compiling unicode-ident v1.0.24
1812026-06-24T18:12:37.401Z Compiling quote v1.0.46
1822026-06-24T18:12:37.401Z Compiling serde_core v1.0.228
1832026-06-24T18:12:37.404Z Compiling serde v1.0.228
1842026-06-24T18:12:37.404Z Compiling zmij v1.0.21
1852026-06-24T18:12:37.404Z Compiling cfg-if v0.1.10
1862026-06-24T18:12:37.461Z Compiling serde_json v1.0.150
1872026-06-24T18:12:37.507Z Compiling itoa v1.0.18
1882026-06-24T18:12:37.660Z Compiling memchr v2.8.2
1892026-06-24T18:12:37.666Z Compiling unicode-xid v0.2.6
1902026-06-24T18:12:37.689Z Compiling semver v1.0.28
1912026-06-24T18:12:37.715Z Compiling log v0.4.33
1922026-06-24T18:12:37.754Z Compiling find-msvc-tools v0.1.9
1932026-06-24T18:12:37.897Z Compiling bitflags v1.3.2
1942026-06-24T18:12:37.938Z Compiling shlex v2.0.1
1952026-06-24T18:12:37.963Z Compiling rustc_version v0.4.1
1962026-06-24T18:12:38.042Z Compiling cc v1.2.65
1972026-06-24T18:12:38.091Z Compiling dirs-sys v0.3.7
1982026-06-24T18:12:38.119Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
1992026-06-24T18:12:38.200Z Compiling dirs v2.0.2
2002026-06-24T18:12:38.260Z Compiling term v0.6.1
2012026-06-24T18:12:38.464Z Compiling syn v2.0.118
2022026-06-24T18:12:39.701Z Compiling serde_derive v1.0.228
2032026-06-24T18:12:41.581Z Compiling garando_pos v0.1.0
2042026-06-24T18:12:41.842Z Compiling garando_errors v0.1.0
2052026-06-24T18:12:42.208Z Compiling garando_syntax v0.1.1
2062026-06-24T18:12:46.213Z Compiling ctest2 v0.4.10
2072026-06-24T18:12:46.846Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2082026-06-24T18:12:47.746Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.61s
2092026-06-24T18:12:47.762Z Running test/main.rs (target/debug/deps/main-9f3df220230ae995)
2102026-06-24T18:12:47.765ZRUNNING ALL TESTS
2112026-06-24T18:12:47.766ZPASSED 90 tests
2122026-06-24T18:12:47.770ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2132026-06-24T18:12:47.832Z Updating crates.io index
2142026-06-24T18:12:47.990Z Locking 41 packages to latest compatible versions
2152026-06-24T18:12:48.034Z Compiling libc v0.2.186
2162026-06-24T18:12:48.034Z Compiling proc-macro2 v1.0.106
2172026-06-24T18:12:48.034Z Compiling unicode-ident v1.0.24
2182026-06-24T18:12:48.038Z Compiling quote v1.0.46
2192026-06-24T18:12:48.038Z Compiling serde_core v1.0.228
2202026-06-24T18:12:48.038Z Compiling serde v1.0.228
2212026-06-24T18:12:48.038Z Compiling cfg-if v0.1.10
2222026-06-24T18:12:48.038Z Compiling zmij v1.0.21
2232026-06-24T18:12:48.098Z Compiling serde_json v1.0.150
2242026-06-24T18:12:48.143Z Compiling unicode-xid v0.2.6
2252026-06-24T18:12:48.241Z Compiling itoa v1.0.18
2262026-06-24T18:12:48.305Z Compiling memchr v2.8.2
2272026-06-24T18:12:48.330Z Compiling bitflags v1.3.2
2282026-06-24T18:12:48.354Z Compiling semver v1.0.28
2292026-06-24T18:12:48.381Z Compiling shlex v2.0.1
2302026-06-24T18:12:48.404Z Compiling find-msvc-tools v0.1.9
2312026-06-24T18:12:48.547Z Compiling log v0.4.33
2322026-06-24T18:12:48.563Z Compiling cc v1.2.65
2332026-06-24T18:12:48.618Z Compiling rustc_version v0.4.1
2342026-06-24T18:12:48.730Z Compiling dirs-sys v0.3.7
2352026-06-24T18:12:48.730Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2362026-06-24T18:12:48.808Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2372026-06-24T18:12:48.835Z Compiling dirs v2.0.2
2382026-06-24T18:12:48.895Z Compiling term v0.6.1
2392026-06-24T18:12:48.899Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2402026-06-24T18:12:49.082Z Compiling syn v2.0.118
2412026-06-24T18:12:50.355Z Compiling serde_derive v1.0.228
2422026-06-24T18:12:52.232Z Compiling garando_pos v0.1.0
2432026-06-24T18:12:52.489Z Compiling garando_errors v0.1.0
2442026-06-24T18:12:52.863Z Compiling garando_syntax v0.1.1
2452026-06-24T18:12:56.880Z Compiling ctest2 v0.4.10
2462026-06-24T18:12:57.528Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2472026-06-24T18:12:58.536Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.75s
2482026-06-24T18:12:58.551Z Running test/main.rs (target/debug/deps/main-cb2d3ac7c86f50f8)
2492026-06-24T18:12:58.554ZRUNNING ALL TESTS
2502026-06-24T18:12:58.554ZPASSED 257 tests
2512026-06-24T18:12:58.560Zprocess exited: duration 90743 ms, exit code 0
 
2522026-06-24T18:12:58.566Zfound 0 output files