01KQGCS1ZWQE349ZN6S51NZ5QG: header-check

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

Buildomat Job: 01KQGCSA2H04RMR4A68GT8MQE2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-30T23:50:50.089Zjob assigned to worker 01KQGCSG4WP7865YZ8GCAWYRFX [factory aws, i-0c2c367b36dffff76] (queued for 48 s)
 
22026-04-30T23:50:57.389Zstarting task 0: "setup"
32026-04-30T23:50:57.393Z++ uname -s
42026-04-30T23:50:57.395Z+ kern=SunOS
52026-04-30T23:50:57.396Z+ build_user=build
62026-04-30T23:50:57.396Z+ build_uid=12345
72026-04-30T23:50:57.396Z+ work_dir=/work
82026-04-30T23:50:57.396Z+ input_dir=/input
92026-04-30T23:50:57.396Z+ [[ 0 == 12345 ]]
102026-04-30T23:50:57.396Z+ case "$kern" in
112026-04-30T23:50:57.396Z+ groupadd -g 12345 build
122026-04-30T23:50:57.399Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-30T23:50:59.403Z+ zfs create -o mountpoint=/work rpool/work
142026-04-30T23:50:59.527Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-30T23:50:59.530Z+ home_fs=zfs
162026-04-30T23:50:59.530Z+ [[ zfs == autofs ]]
172026-04-30T23:50:59.530Z+ mkdir -p /home/build
182026-04-30T23:50:59.530Z+ chown build:build /home/build /work
192026-04-30T23:51:01.531Z+ chmod 0700 /home/build /work
202026-04-30T23:51:01.534Zprocess exited: duration 4145 ms, exit code 0
 
212026-04-30T23:51:01.540Zstarting task 1: "rust-toolchain"
222026-04-30T23:51:01.544Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-30T23:51:01.544Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-30T23:51:01.544Z * rust toolchain channel = "1.90.0"
252026-04-30T23:51:01.544Z * rust toolchain profile = "default"
262026-04-30T23:51:01.545Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-30T23:51:01.545Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-30T23:51:01.550Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-30T23:51:01.550Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-30T23:51:01.664Zinfo: downloading installer
312026-04-30T23:51:03.130Zwarn: It looks like you have an existing installation of Rust at:
322026-04-30T23:51:03.130Zwarn: /opt/ooce/bin
332026-04-30T23:51:03.130Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-30T23:51:03.130Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-30T23:51:03.130Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-30T23:51:03.130Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-30T23:51:03.130Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-30T23:51:03.130Zerror: cannot install while Rust is installed
392026-04-30T23:51:03.130Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-30T23:51:03.131Zwarn: It looks like you have an existing rustup settings file at:
412026-04-30T23:51:03.131Zwarn: /home/build/.rustup/settings.toml
422026-04-30T23:51:03.131Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-30T23:51:03.131Zwarn: instead of the one inferred from the default host triple.
442026-04-30T23:51:03.164Zinfo: profile set to default
452026-04-30T23:51:03.164Zinfo: default host triple is x86_64-unknown-illumos
462026-04-30T23:51:03.167Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-30T23:51:03.313Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-30T23:51:03.316Zinfo: downloading 6 components
492026-04-30T23:51:17.061Z
502026-04-30T23:51:17.061Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-04-30T23:51:17.094Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-30T23:51:17.094Z
532026-04-30T23:51:17.095Z
542026-04-30T23:51:17.095ZRust is installed now. Great!
552026-04-30T23:51:17.095Z
562026-04-30T23:51:17.095ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-30T23:51:17.095Zenvironment variable. This has not been done automatically.
582026-04-30T23:51:17.095Z
592026-04-30T23:51:17.095ZTo configure your current shell, you need to source
602026-04-30T23:51:17.095Zthe corresponding env file under $HOME/.cargo.
612026-04-30T23:51:17.095Z
622026-04-30T23:51:17.095ZThis is usually done by running one of the following (note the leading DOT):
632026-04-30T23:51:17.095Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-30T23:51:17.095Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-30T23:51:17.098Zsource "~/.cargo/env.nu" # For nushell
662026-04-30T23:51:17.098Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-30T23:51:17.098Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-30T23:51:17.098Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-30T23:51:17.098Zwarn: no default linker (`cc`) was found in your PATH
702026-04-30T23:51:17.098Zwarn: many Rust crates require a system C toolchain to build
712026-04-30T23:51:17.190Z+ rustup --version
722026-04-30T23:51:17.199Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-30T23:51:17.203Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-30T23:51:17.221Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-30T23:51:17.224Z+ cargo --version
762026-04-30T23:51:17.236Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-30T23:51:17.240Z+ rustc --version
782026-04-30T23:51:17.259Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-30T23:51:17.262Zprocess exited: duration 15720 ms, exit code 0
 
802026-04-30T23:51:17.267Zstarting task 2: "authentication"
812026-04-30T23:51:17.283Zprocess exited: duration 16 ms, exit code 0
 
822026-04-30T23:51:17.289Zstarting task 3: "clone repository"
832026-04-30T23:51:17.292Z+ mkdir -p /work/oxidecomputer/propolis
842026-04-30T23:51:17.295Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-04-30T23:51:17.447ZCloning into '/work/oxidecomputer/propolis'...
862026-04-30T23:51:18.361Z+ cd /work/oxidecomputer/propolis
872026-04-30T23:51:18.361Z+ git fetch origin bb6f678936a2592c8237682e6b60bad667c68dd2
882026-04-30T23:51:18.768ZFrom https://github.com/oxidecomputer/propolis
892026-04-30T23:51:18.768Z * branch bb6f678936a2592c8237682e6b60bad667c68dd2 -> FETCH_HEAD
902026-04-30T23:51:18.772Z+ [[ -n '' ]]
912026-04-30T23:51:18.772Z+ git reset --hard bb6f678936a2592c8237682e6b60bad667c68dd2
922026-04-30T23:51:18.792ZHEAD is now at bb6f678 acpi: add more shared constants b/w fadt and dsdt
932026-04-30T23:51:18.795Zprocess exited: duration 1503 ms, exit code 0
 
942026-04-30T23:51:18.800Zstarting task 4: "build"
952026-04-30T23:51:18.809ZCloning into './gate_src'...
962026-04-30T23:51:58.939ZUpdating files: 37% (18348/49467) Updating files: 38% (18798/49467) Updating files: 39% (19293/49467) Updating files: 40% (19787/49467) Updating files: 41% (20282/49467) Updating files: 42% (20777/49467) Updating files: 43% (21271/49467) Updating files: 44% (21766/49467) Updating files: 45% (22261/49467) Updating files: 46% (22755/49467) Updating files: 47% (23250/49467) Updating files: 48% (23745/49467) Updating files: 49% (24239/49467) Updating files: 50% (24734/49467) Updating files: 51% (25229/49467) Updating files: 52% (25723/49467) Updating files: 53% (26218/49467) Updating files: 54% (26713/49467) Updating files: 55% (27207/49467) Updating files: 56% (27702/49467) Updating files: 57% (28197/49467) Updating files: 58% (28691/49467) Updating files: 59% (29186/49467) Updating files: 60% (29681/49467) Updating files: 61% (30175/49467) Updating files: 62% (30670/49467) Updating files: 63% (31165/49467) Updating files: 64% (31659/49467) Updating files: 65% (32154/49467) Updating files: 66% (32649/49467) Updating files: 67% (33143/49467) Updating files: 68% (33638/49467) Updating files: 69% (34133/49467) Updating files: 70% (34627/49467) Updating files: 71% (35122/49467) Updating files: 72% (35617/49467) Updating files: 73% (36111/49467) Updating files: 74% (36606/49467) Updating files: 75% (37101/49467) Updating files: 76% (37595/49467) Updating files: 77% (38090/49467) Updating files: 78% (38585/49467) Updating files: 79% (39079/49467) Updating files: 80% (39574/49467) Updating files: 81% (40069/49467) Updating files: 82% (40563/49467) Updating files: 83% (41058/49467) Updating files: 84% (41553/49467) Updating files: 85% (42047/49467) Updating files: 85% (42135/49467) Updating files: 86% (42542/49467) Updating files: 87% (43037/49467) Updating files: 88% (43531/49467) Updating files: 89% (44026/49467) Updating files: 90% (44521/49467) Updating files: 91% (45015/49467) Updating files: 92% (45510/49467) Updating files: 93% (46005/49467) Updating files: 94% (46499/49467) Updating files: 95% (46994/49467) Updating files: 96% (47489/49467) Updating files: 97% (47983/49467) Updating files: 98% (48478/49467) Updating files: 99% (48973/49467) Updating files: 100% (49467/49467) Updating files: 100% (49467/49467), done.
972026-04-30T23:51:59.025ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
982026-04-30T23:51:59.052Zwarning: no edition set: defaulting to the 2015 edition while the latest is 2024
992026-04-30T23:51:59.116Z Updating crates.io index
1002026-04-30T23:51:59.450Z Locking 44 packages to latest compatible versions
1012026-04-30T23:51:59.453Z Adding strum v0.25.0 (available: v0.28.0)
1022026-04-30T23:51:59.456Z Downloading crates ...
1032026-04-30T23:51:59.506Z Downloaded log v0.4.29
1042026-04-30T23:51:59.509Z Downloaded ctest2 v0.4.10
1052026-04-30T23:51:59.512Z Downloaded itoa v1.0.18
1062026-04-30T23:51:59.522Z Downloaded semver v1.0.28
1072026-04-30T23:51:59.525Z Downloaded dirs-sys v0.3.7
1082026-04-30T23:51:59.528Z Downloaded dirs v2.0.2
1092026-04-30T23:51:59.528Z Downloaded strum v0.25.0
1102026-04-30T23:51:59.530Z Downloaded heck v0.5.0
1112026-04-30T23:51:59.533Z Downloaded rustc_version v0.4.1
1122026-04-30T23:51:59.538Z Downloaded strum v0.26.3
1132026-04-30T23:51:59.541Z Downloaded bitflags v1.3.2
1142026-04-30T23:51:59.543Z Downloaded unicode-xid v0.2.6
1152026-04-30T23:51:59.543Z Downloaded cfg-if v0.1.10
1162026-04-30T23:51:59.549Z Downloaded zmij v1.0.21
1172026-04-30T23:51:59.552Z Downloaded garando_errors v0.1.0
1182026-04-30T23:51:59.552Z Downloaded rustversion v1.0.22
1192026-04-30T23:51:59.562Z Downloaded strum_macros v0.26.4
1202026-04-30T23:51:59.566Z Downloaded shlex v1.3.0
1212026-04-30T23:51:59.569Z Downloaded quote v1.0.45
1222026-04-30T23:51:59.569Z Downloaded garando_pos v0.1.0
1232026-04-30T23:51:59.573Z Downloaded find-msvc-tools v0.1.9
1242026-04-30T23:51:59.579Z Downloaded term v0.6.1
1252026-04-30T23:51:59.604Z Downloaded unicode-ident v1.0.24
1262026-04-30T23:51:59.607Z Downloaded proc-macro2 v1.0.106
1272026-04-30T23:51:59.610Z Downloaded serde_derive v1.0.228
1282026-04-30T23:51:59.613Z Downloaded memchr v2.8.0
1292026-04-30T23:51:59.616Z Downloaded serde_core v1.0.228
1302026-04-30T23:51:59.616Z Downloaded serde v1.0.228
1312026-04-30T23:51:59.619Z Downloaded cc v1.2.61
1322026-04-30T23:51:59.643Z Downloaded serde_json v1.0.149
1332026-04-30T23:51:59.660Z Downloaded garando_syntax v0.1.1
1342026-04-30T23:51:59.668Z Downloaded syn v2.0.117
1352026-04-30T23:51:59.706Z Downloaded libc v0.2.186
1362026-04-30T23:51:59.759Z Compiling proc-macro2 v1.0.106
1372026-04-30T23:51:59.759Z Compiling quote v1.0.45
1382026-04-30T23:51:59.759Z Compiling unicode-ident v1.0.24
1392026-04-30T23:51:59.762Z Compiling libc v0.2.186
1402026-04-30T23:51:59.762Z Compiling serde_core v1.0.228
1412026-04-30T23:51:59.762Z Compiling serde v1.0.228
1422026-04-30T23:51:59.762Z Compiling rustversion v1.0.22
1432026-04-30T23:51:59.762Z Compiling cfg-if v0.1.10
1442026-04-30T23:51:59.854Z Compiling zmij v1.0.21
1452026-04-30T23:51:59.907Z Compiling serde_json v1.0.149
1462026-04-30T23:52:00.367Z Compiling itoa v1.0.18
1472026-04-30T23:52:00.394Z Compiling unicode-xid v0.2.6
1482026-04-30T23:52:00.401Z Compiling memchr v2.8.0
1492026-04-30T23:52:00.508Z Compiling heck v0.5.0
1502026-04-30T23:52:00.547Z Compiling semver v1.0.28
1512026-04-30T23:52:00.663Z Compiling bitflags v1.3.2
1522026-04-30T23:52:00.699Z Compiling dirs-sys v0.3.7
1532026-04-30T23:52:00.722Z Compiling log v0.4.29
1542026-04-30T23:52:00.751Z Compiling find-msvc-tools v0.1.9
1552026-04-30T23:52:00.831Z Compiling dirs v2.0.2
1562026-04-30T23:52:00.884Z Compiling shlex v1.3.0
1572026-04-30T23:52:00.917Z Compiling term v0.6.1
1582026-04-30T23:52:00.934Z Compiling rustc_version v0.4.1
1592026-04-30T23:52:00.981Z Compiling strum v0.25.0
1602026-04-30T23:52:00.998Z Compiling cc v1.2.61
1612026-04-30T23:52:01.199Z Compiling syn v2.0.117
1622026-04-30T23:52:02.771Z Compiling serde_derive v1.0.228
1632026-04-30T23:52:02.771Z Compiling strum_macros v0.26.4
1642026-04-30T23:52:03.781Z Compiling strum v0.26.3
1652026-04-30T23:52:03.843Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1662026-04-30T23:52:04.831Z Compiling garando_pos v0.1.0
1672026-04-30T23:52:05.101Z Compiling garando_errors v0.1.0
1682026-04-30T23:52:05.478Z Compiling garando_syntax v0.1.1
1692026-04-30T23:52:09.483Z Compiling ctest2 v0.4.10
1702026-04-30T23:52:10.114Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1712026-04-30T23:52:12.811Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.77s
1722026-04-30T23:52:12.830Z Running test/main.rs (target/debug/deps/main-7f1479b9b01eb3e3)
1732026-04-30T23:52:12.833ZRUNNING ALL TESTS
1742026-04-30T23:52:12.834ZPASSED 1185 tests
1752026-04-30T23:52:12.840ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1762026-04-30T23:52:12.900Z Updating crates.io index
1772026-04-30T23:52:13.073Z Locking 39 packages to latest compatible versions
1782026-04-30T23:52:13.118Z Compiling proc-macro2 v1.0.106
1792026-04-30T23:52:13.118Z Compiling unicode-ident v1.0.24
1802026-04-30T23:52:13.122Z Compiling quote v1.0.45
1812026-04-30T23:52:13.122Z Compiling libc v0.2.186
1822026-04-30T23:52:13.122Z Compiling serde_core v1.0.228
1832026-04-30T23:52:13.122Z Compiling serde v1.0.228
1842026-04-30T23:52:13.122Z Compiling zmij v1.0.21
1852026-04-30T23:52:13.122Z Compiling cfg-if v0.1.10
1862026-04-30T23:52:13.179Z Compiling serde_json v1.0.149
1872026-04-30T23:52:13.225Z Compiling itoa v1.0.18
1882026-04-30T23:52:13.385Z Compiling unicode-xid v0.2.6
1892026-04-30T23:52:13.393Z Compiling memchr v2.8.0
1902026-04-30T23:52:13.415Z Compiling log v0.4.29
1912026-04-30T23:52:13.438Z Compiling find-msvc-tools v0.1.9
1922026-04-30T23:52:13.483Z Compiling bitflags v1.3.2
1932026-04-30T23:52:13.541Z Compiling semver v1.0.28
1942026-04-30T23:52:13.566Z Compiling shlex v1.3.0
1952026-04-30T23:52:13.674Z Compiling cc v1.2.61
1962026-04-30T23:52:13.709Z Compiling rustc_version v0.4.1
1972026-04-30T23:52:13.814Z Compiling dirs-sys v0.3.7
1982026-04-30T23:52:13.818Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
1992026-04-30T23:52:13.918Z Compiling dirs v2.0.2
2002026-04-30T23:52:13.978Z Compiling term v0.6.1
2012026-04-30T23:52:14.160Z Compiling syn v2.0.117
2022026-04-30T23:52:15.416Z Compiling serde_derive v1.0.228
2032026-04-30T23:52:17.328Z Compiling garando_pos v0.1.0
2042026-04-30T23:52:17.587Z Compiling garando_errors v0.1.0
2052026-04-30T23:52:17.954Z Compiling garando_syntax v0.1.1
2062026-04-30T23:52:21.982Z Compiling ctest2 v0.4.10
2072026-04-30T23:52:22.607Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2082026-04-30T23:52:23.631Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.78s
2092026-04-30T23:52:23.646Z Running test/main.rs (target/debug/deps/main-a2224149626a13a4)
2102026-04-30T23:52:23.649ZRUNNING ALL TESTS
2112026-04-30T23:52:23.649ZPASSED 90 tests
2122026-04-30T23:52:23.653ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
2132026-04-30T23:52:23.712Z Updating crates.io index
2142026-04-30T23:52:23.883Z Locking 41 packages to latest compatible versions
2152026-04-30T23:52:23.925Z Compiling libc v0.2.186
2162026-04-30T23:52:23.925Z Compiling proc-macro2 v1.0.106
2172026-04-30T23:52:23.928Z Compiling unicode-ident v1.0.24
2182026-04-30T23:52:23.928Z Compiling quote v1.0.45
2192026-04-30T23:52:23.928Z Compiling serde_core v1.0.228
2202026-04-30T23:52:23.928Z Compiling serde v1.0.228
2212026-04-30T23:52:23.939Z Compiling cfg-if v0.1.10
2222026-04-30T23:52:23.942Z Compiling zmij v1.0.21
2232026-04-30T23:52:23.988Z Compiling serde_json v1.0.149
2242026-04-30T23:52:24.031Z Compiling memchr v2.8.0
2252026-04-30T23:52:24.194Z Compiling unicode-xid v0.2.6
2262026-04-30T23:52:24.219Z Compiling itoa v1.0.18
2272026-04-30T23:52:24.243Z Compiling semver v1.0.28
2282026-04-30T23:52:24.284Z Compiling find-msvc-tools v0.1.9
2292026-04-30T23:52:24.372Z Compiling shlex v1.3.0
2302026-04-30T23:52:24.448Z Compiling bitflags v1.3.2
2312026-04-30T23:52:24.496Z Compiling log v0.4.29
2322026-04-30T23:52:24.496Z Compiling cc v1.2.61
2332026-04-30T23:52:24.500Z Compiling rustc_version v0.4.1
2342026-04-30T23:52:24.582Z Compiling dirs-sys v0.3.7
2352026-04-30T23:52:24.582Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2362026-04-30T23:52:24.671Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
2372026-04-30T23:52:24.695Z Compiling dirs v2.0.2
2382026-04-30T23:52:24.755Z Compiling term v0.6.1
2392026-04-30T23:52:24.761Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
2402026-04-30T23:52:24.960Z Compiling syn v2.0.117
2412026-04-30T23:52:26.214Z Compiling serde_derive v1.0.228
2422026-04-30T23:52:28.131Z Compiling garando_pos v0.1.0
2432026-04-30T23:52:28.401Z Compiling garando_errors v0.1.0
2442026-04-30T23:52:28.775Z Compiling garando_syntax v0.1.1
2452026-04-30T23:52:32.798Z Compiling ctest2 v0.4.10
2462026-04-30T23:52:33.445Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
2472026-04-30T23:52:34.466Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.80s
2482026-04-30T23:52:34.481Z Running test/main.rs (target/debug/deps/main-cb554a347c9d3223)
2492026-04-30T23:52:34.484ZRUNNING ALL TESTS
2502026-04-30T23:52:34.484ZPASSED 257 tests
2512026-04-30T23:52:34.490Zprocess exited: duration 75684 ms, exit code 0
 
2522026-04-30T23:52:34.496Zfound 0 output files