01KT7DKXJ8XBBH1256ZSDFWV5E: header-check

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

Buildomat Job: 01KT7DMG5Q16D4EJ5Y81V139VN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-03T18:59:40.622Zjob assigned to worker 01KT7DMT3YSH5MH8SAJHZ2F9BX [factory aws, i-0c3ca7a361ec5f4a7] (queued for 51 s)
 
22026-06-03T18:59:47.979Zstarting task 0: "setup"
32026-06-03T18:59:47.983Z++ uname -s
42026-06-03T18:59:47.987Z+ kern=SunOS
52026-06-03T18:59:47.987Z+ build_user=build
62026-06-03T18:59:47.987Z+ build_uid=12345
72026-06-03T18:59:47.987Z+ work_dir=/work
82026-06-03T18:59:47.987Z+ input_dir=/input
92026-06-03T18:59:47.987Z+ [[ 0 == 12345 ]]
102026-06-03T18:59:47.987Z+ case "$kern" in
112026-06-03T18:59:47.987Z+ groupadd -g 12345 build
122026-06-03T18:59:47.987Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-03T18:59:50.005Z+ zfs create -o mountpoint=/work rpool/work
142026-06-03T18:59:50.122Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-03T18:59:50.129Z+ home_fs=zfs
162026-06-03T18:59:50.129Z+ [[ zfs == autofs ]]
172026-06-03T18:59:50.129Z+ mkdir -p /home/build
182026-06-03T18:59:50.129Z+ chown build:build /home/build /work
192026-06-03T18:59:52.144Z+ chmod 0700 /home/build /work
202026-06-03T18:59:52.190Zprocess exited: duration 4142 ms, exit code 0
 
212026-06-03T18:59:52.426Zstarting task 1: "rust-toolchain"
222026-06-03T18:59:52.543Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-03T18:59:52.543Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-03T18:59:52.543Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-03T18:59:52.543Z * rust toolchain channel = "1.90.0"
262026-06-03T18:59:52.543Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-03T18:59:52.543Z * rust toolchain profile = "default"
282026-06-03T18:59:52.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-03T18:59:52.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-03T18:59:52.543Zinfo: downloading installer
312026-06-03T18:59:53.873Zwarn: It looks like you have an existing installation of Rust at:
322026-06-03T18:59:53.873Zwarn: /opt/ooce/bin
332026-06-03T18:59:53.873Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-03T18:59:53.873Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-03T18:59:53.873Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-03T18:59:53.873Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-03T18:59:53.873Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-03T18:59:53.873Zerror: cannot install while Rust is installed
392026-06-03T18:59:53.873Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-03T18:59:53.873Zwarn: It looks like you have an existing rustup settings file at:
412026-06-03T18:59:53.873Zwarn: /home/build/.rustup/settings.toml
422026-06-03T18:59:53.873Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-03T18:59:53.874Zwarn: instead of the one inferred from the default host triple.
442026-06-03T18:59:53.885Zinfo: profile set to default
452026-06-03T18:59:53.885Zinfo: default host triple is x86_64-unknown-illumos
462026-06-03T18:59:53.885Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-03T18:59:54.020Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-03T18:59:54.052Zinfo: downloading 6 components
492026-06-03T19:00:07.878Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-03T19:00:07.878Z
512026-06-03T19:00:07.905Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-03T19:00:07.905Z
532026-06-03T19:00:07.905Z
542026-06-03T19:00:07.905ZRust is installed now. Great!
552026-06-03T19:00:07.905Z
562026-06-03T19:00:07.910ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-03T19:00:07.911Zenvironment variable. This has not been done automatically.
582026-06-03T19:00:07.911Z
592026-06-03T19:00:07.911ZTo configure your current shell, you need to source
602026-06-03T19:00:07.911Zthe corresponding env file under $HOME/.cargo.
612026-06-03T19:00:07.911Z
622026-06-03T19:00:07.911ZThis is usually done by running one of the following (note the leading DOT):
632026-06-03T19:00:07.911Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-03T19:00:07.911Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-03T19:00:07.911Zsource "~/.cargo/env.nu" # For nushell
662026-06-03T19:00:07.911Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-03T19:00:07.911Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-03T19:00:07.911Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-03T19:00:07.911Zwarn: no default linker (`cc`) was found in your PATH
702026-06-03T19:00:07.911Zwarn: many Rust crates require a system C toolchain to build
712026-06-03T19:00:07.983Z+ rustup --version
722026-06-03T19:00:07.992Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-03T19:00:07.995Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-03T19:00:08.014Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-03T19:00:08.017Z+ cargo --version
762026-06-03T19:00:08.026Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-03T19:00:08.029Z+ rustc --version
782026-06-03T19:00:08.048Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-03T19:00:08.051Zprocess exited: duration 15710 ms, exit code 0
 
802026-06-03T19:00:08.057Zstarting task 2: "authentication"
812026-06-03T19:00:08.073Zprocess exited: duration 16 ms, exit code 0
 
822026-06-03T19:00:08.079Zstarting task 3: "clone repository"
832026-06-03T19:00:08.082Z+ mkdir -p /work/oxidecomputer/propolis
842026-06-03T19:00:08.085Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-06-03T19:00:08.124ZCloning into '/work/oxidecomputer/propolis'...
862026-06-03T19:00:11.156Z+ cd /work/oxidecomputer/propolis
872026-06-03T19:00:11.156Z+ git fetch origin e33becb19207d559cafc7511f9ae2a2911c49d12
882026-06-03T19:00:11.737ZFrom https://github.com/oxidecomputer/propolis
892026-06-03T19:00:11.737Z * branch e33becb19207d559cafc7511f9ae2a2911c49d12 -> FETCH_HEAD
902026-06-03T19:00:11.741Z+ [[ -n '' ]]
912026-06-03T19:00:11.745Z+ git reset --hard e33becb19207d559cafc7511f9ae2a2911c49d12
922026-06-03T19:00:11.765ZHEAD is now at e33becb1 propolis-cli: accept ip:port for server address
932026-06-03T19:00:11.768Zprocess exited: duration 3684 ms, exit code 0
 
942026-06-03T19:00:11.776Zstarting task 4: "build"
952026-06-03T19:00:11.783ZCloning into './gate_src'...
962026-06-03T19:01:10.895ZUpdating files: 37% (18594/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-03T19:01:10.966ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
982026-06-03T19:01:10.993Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
992026-06-03T19:01:11.052Z Updating crates.io index
1002026-06-03T19:01:11.598Z Locking 44 packages to latest compatible versions
1012026-06-03T19:01:11.601Z Adding strum v0.25.0 (available: v0.28.0)
1022026-06-03T19:01:11.603Z Downloading crates ...
1032026-06-03T19:01:11.655Z Downloaded serde_derive v1.0.228
1042026-06-03T19:01:11.659Z Downloaded unicode-ident v1.0.24
1052026-06-03T19:01:11.661Z Downloaded ctest2 v0.4.10
1062026-06-03T19:01:11.661Z Downloaded shlex v2.0.1
1072026-06-03T19:01:11.664Z Downloaded bitflags v1.3.2
1082026-06-03T19:01:11.669Z Downloaded unicode-xid v0.2.6
1092026-06-03T19:01:11.673Z Downloaded strum v0.25.0
1102026-06-03T19:01:11.673Z Downloaded itoa v1.0.18
1112026-06-03T19:01:11.676Z Downloaded heck v0.5.0
1122026-06-03T19:01:11.676Z Downloaded dirs v2.0.2
1132026-06-03T19:01:11.679Z Downloaded rustc_version v0.4.1
1142026-06-03T19:01:11.682Z Downloaded rustversion v1.0.22
1152026-06-03T19:01:11.684Z Downloaded strum_macros v0.26.4
1162026-06-03T19:01:11.684Z Downloaded dirs-sys v0.3.7
1172026-06-03T19:01:11.687Z Downloaded cfg-if v0.1.10
1182026-06-03T19:01:11.690Z Downloaded strum v0.26.3
1192026-06-03T19:01:11.692Z Downloaded garando_pos v0.1.0
1202026-06-03T19:01:11.699Z Downloaded zmij v1.0.21
1212026-06-03T19:01:11.706Z Downloaded log v0.4.31
1222026-06-03T19:01:11.709Z Downloaded find-msvc-tools v0.1.9
1232026-06-03T19:01:11.714Z Downloaded term v0.6.1
1242026-06-03T19:01:11.717Z Downloaded proc-macro2 v1.0.106
1252026-06-03T19:01:11.721Z Downloaded semver v1.0.28
1262026-06-03T19:01:11.724Z Downloaded serde_core v1.0.228
1272026-06-03T19:01:11.727Z Downloaded quote v1.0.45
1282026-06-03T19:01:11.730Z Downloaded garando_errors v0.1.0
1292026-06-03T19:01:11.735Z Downloaded memchr v2.8.1
1302026-06-03T19:01:11.738Z Downloaded serde v1.0.228
1312026-06-03T19:01:11.740Z Downloaded cc v1.2.63
1322026-06-03T19:01:11.743Z Downloaded serde_json v1.0.150
1332026-06-03T19:01:11.771Z Downloaded syn v2.0.117
1342026-06-03T19:01:11.803Z Downloaded libc v0.2.186
1352026-06-03T19:01:11.821Z Downloaded garando_syntax v0.1.1
1362026-06-03T19:01:11.855Z Compiling proc-macro2 v1.0.106
1372026-06-03T19:01:11.855Z Compiling unicode-ident v1.0.24
1382026-06-03T19:01:11.855Z Compiling quote v1.0.45
1392026-06-03T19:01:11.858Z Compiling libc v0.2.186
1402026-06-03T19:01:11.858Z Compiling serde_core v1.0.228
1412026-06-03T19:01:11.858Z Compiling serde v1.0.228
1422026-06-03T19:01:11.858Z Compiling cfg-if v0.1.10
1432026-06-03T19:01:11.858Z Compiling rustversion v1.0.22
1442026-06-03T19:01:11.946Z Compiling zmij v1.0.21
1452026-06-03T19:01:12.002Z Compiling serde_json v1.0.150
1462026-06-03T19:01:12.236Z Compiling memchr v2.8.1
1472026-06-03T19:01:12.266Z Compiling heck v0.5.0
1482026-06-03T19:01:12.269Z Compiling unicode-xid v0.2.6
1492026-06-03T19:01:12.361Z Compiling itoa v1.0.18
1502026-06-03T19:01:12.444Z Compiling log v0.4.31
1512026-06-03T19:01:12.510Z Compiling semver v1.0.28
1522026-06-03T19:01:12.522Z Compiling find-msvc-tools v0.1.9
1532026-06-03T19:01:12.602Z Compiling dirs-sys v0.3.7
1542026-06-03T19:01:12.602Z Compiling shlex v2.0.1
1552026-06-03T19:01:12.745Z Compiling dirs v2.0.2
1562026-06-03T19:01:12.762Z Compiling bitflags v1.3.2
1572026-06-03T19:01:12.776Z Compiling cc v1.2.63
1582026-06-03T19:01:12.800Z Compiling rustc_version v0.4.1
1592026-06-03T19:01:12.813Z Compiling term v0.6.1
1602026-06-03T19:01:12.816Z Compiling strum v0.25.0
1612026-06-03T19:01:13.022Z Compiling syn v2.0.117
1622026-06-03T19:01:14.602Z Compiling serde_derive v1.0.228
1632026-06-03T19:01:14.606Z Compiling strum_macros v0.26.4
1642026-06-03T19:01:15.610Z Compiling strum v0.26.3
1652026-06-03T19:01:15.672Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1662026-06-03T19:01:16.651Z Compiling garando_pos v0.1.0
1672026-06-03T19:01:16.917Z Compiling garando_errors v0.1.0
1682026-06-03T19:01:17.296Z Compiling garando_syntax v0.1.1
1692026-06-03T19:01:21.284Z Compiling ctest2 v0.4.10
1702026-06-03T19:01:21.909Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1712026-06-03T19:01:24.167Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.19s
1722026-06-03T19:01:24.187Z Running test/main.rs (target/debug/deps/main-0301e7107892984e)
1732026-06-03T19:01:24.190ZRUNNING ALL TESTS
1742026-06-03T19:01:24.190ZPASSED 1185 tests
1752026-06-03T19:01:24.194ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1762026-06-03T19:01:24.251Z Updating crates.io index
1772026-06-03T19:01:24.834Z Locking 39 packages to latest compatible versions
1782026-06-03T19:01:24.872Z Compiling proc-macro2 v1.0.106
1792026-06-03T19:01:24.872Z Compiling libc v0.2.186
1802026-06-03T19:01:24.875Z Compiling quote v1.0.45
1812026-06-03T19:01:24.875Z Compiling unicode-ident v1.0.24
1822026-06-03T19:01:24.875Z Compiling serde_core v1.0.228
1832026-06-03T19:01:24.875Z Compiling serde v1.0.228
1842026-06-03T19:01:24.876Z Compiling cfg-if v0.1.10
1852026-06-03T19:01:24.876Z Compiling zmij v1.0.21
1862026-06-03T19:01:24.933Z Compiling serde_json v1.0.150
1872026-06-03T19:01:24.975Z Compiling memchr v2.8.1
1882026-06-03T19:01:25.153Z Compiling unicode-xid v0.2.6
1892026-06-03T19:01:25.173Z Compiling itoa v1.0.18
1902026-06-03T19:01:25.200Z Compiling find-msvc-tools v0.1.9
1912026-06-03T19:01:25.242Z Compiling log v0.4.31
1922026-06-03T19:01:25.324Z Compiling semver v1.0.28
1932026-06-03T19:01:25.390Z Compiling shlex v2.0.1
1942026-06-03T19:01:25.402Z Compiling bitflags v1.3.2
1952026-06-03T19:01:25.505Z Compiling cc v1.2.63
1962026-06-03T19:01:25.511Z Compiling rustc_version v0.4.1
1972026-06-03T19:01:25.543Z Compiling dirs-sys v0.3.7
1982026-06-03T19:01:25.553Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
1992026-06-03T19:01:25.644Z Compiling dirs v2.0.2
2002026-06-03T19:01:25.703Z Compiling term v0.6.1
2012026-06-03T19:01:25.944Z Compiling syn v2.0.117
2022026-06-03T19:01:27.180Z Compiling serde_derive v1.0.228
2032026-06-03T19:01:29.071Z Compiling garando_pos v0.1.0
2042026-06-03T19:01:29.326Z Compiling garando_errors v0.1.0
2052026-06-03T19:01:29.694Z Compiling garando_syntax v0.1.1
2062026-06-03T19:01:33.713Z Compiling ctest2 v0.4.10
2072026-06-03T19:01:34.336Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2082026-06-03T19:01:35.237Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.03s
2092026-06-03T19:01:35.252Z Running test/main.rs (target/debug/deps/main-68ba478510298686)
2102026-06-03T19:01:35.255ZRUNNING ALL TESTS
2112026-06-03T19:01:35.255ZPASSED 90 tests
2122026-06-03T19:01:35.258ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2132026-06-03T19:01:35.315Z Updating crates.io index
2142026-06-03T19:01:35.465Z Locking 41 packages to latest compatible versions
2152026-06-03T19:01:35.505Z Compiling libc v0.2.186
2162026-06-03T19:01:35.505Z Compiling proc-macro2 v1.0.106
2172026-06-03T19:01:35.505Z Compiling unicode-ident v1.0.24
2182026-06-03T19:01:35.505Z Compiling quote v1.0.45
2192026-06-03T19:01:35.505Z Compiling serde_core v1.0.228
2202026-06-03T19:01:35.505Z Compiling serde v1.0.228
2212026-06-03T19:01:35.508Z Compiling zmij v1.0.21
2222026-06-03T19:01:35.508Z Compiling cfg-if v0.1.10
2232026-06-03T19:01:35.563Z Compiling serde_json v1.0.150
2242026-06-03T19:01:35.607Z Compiling itoa v1.0.18
2252026-06-03T19:01:35.760Z Compiling memchr v2.8.1
2262026-06-03T19:01:35.767Z Compiling unicode-xid v0.2.6
2272026-06-03T19:01:35.792Z Compiling shlex v2.0.1
2282026-06-03T19:01:35.816Z Compiling semver v1.0.28
2292026-06-03T19:01:35.850Z Compiling log v0.4.31
2302026-06-03T19:01:35.941Z Compiling bitflags v1.3.2
2312026-06-03T19:01:36.009Z Compiling find-msvc-tools v0.1.9
2322026-06-03T19:01:36.012Z Compiling rustc_version v0.4.1
2332026-06-03T19:01:36.121Z Compiling cc v1.2.63
2342026-06-03T19:01:36.190Z Compiling dirs-sys v0.3.7
2352026-06-03T19:01:36.210Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2362026-06-03T19:01:36.285Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2372026-06-03T19:01:36.291Z Compiling dirs v2.0.2
2382026-06-03T19:01:36.348Z Compiling term v0.6.1
2392026-06-03T19:01:36.373Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2402026-06-03T19:01:36.547Z Compiling syn v2.0.117
2412026-06-03T19:01:37.775Z Compiling serde_derive v1.0.228
2422026-06-03T19:01:39.654Z Compiling garando_pos v0.1.0
2432026-06-03T19:01:39.917Z Compiling garando_errors v0.1.0
2442026-06-03T19:01:40.297Z Compiling garando_syntax v0.1.1
2452026-06-03T19:01:44.273Z Compiling ctest2 v0.4.10
2462026-06-03T19:01:44.901Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2472026-06-03T19:01:45.907Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.64s
2482026-06-03T19:01:45.922Z Running test/main.rs (target/debug/deps/main-e1713a35f897b1d1)
2492026-06-03T19:01:45.925ZRUNNING ALL TESTS
2502026-06-03T19:01:45.925ZPASSED 257 tests
2512026-06-03T19:01:45.930Zprocess exited: duration 94149 ms, exit code 0
 
2522026-06-03T19:01:45.940Zfound 0 output files