01KTAVX38KEYJ334CGPT5BXZ6E: build-and-test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KTAVXG4MSSHFBTKAA0G3BHW2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:07:01.896Zjob assigned to worker 01KTAVXKXGPAZNCKGSJCCGH86K [factory aws, i-0d5f96400080dfe7a] (queued for 55 s)
 
22026-06-05T03:07:08.426Zstarting task 0: "setup"
32026-06-05T03:07:08.430Z++ uname -s
42026-06-05T03:07:08.433Z+ kern=SunOS
52026-06-05T03:07:08.433Z+ build_user=build
62026-06-05T03:07:08.433Z+ build_uid=12345
72026-06-05T03:07:08.433Z+ work_dir=/work
82026-06-05T03:07:08.433Z+ input_dir=/input
92026-06-05T03:07:08.433Z+ [[ 0 == 12345 ]]
102026-06-05T03:07:08.433Z+ case "$kern" in
112026-06-05T03:07:08.433Z+ groupadd -g 12345 build
122026-06-05T03:07:08.436Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:07:10.440Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:07:10.551Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:07:10.554Z+ home_fs=zfs
162026-06-05T03:07:10.554Z+ [[ zfs == autofs ]]
172026-06-05T03:07:10.554Z+ mkdir -p /home/build
182026-06-05T03:07:10.554Z+ chown build:build /home/build /work
192026-06-05T03:07:12.597Z+ chmod 0700 /home/build /work
202026-06-05T03:07:12.604Zprocess exited: duration 4133 ms, exit code 0
 
212026-06-05T03:07:12.612Zstarting task 1: "rust-toolchain"
222026-06-05T03:07:12.617Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:07:12.617Z * rust toolchain channel = "stable"
242026-06-05T03:07:12.617Z * rust toolchain profile = "default"
252026-06-05T03:07:12.617Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:07:12.617Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:07:12.617Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:07:12.621Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:07:12.621Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:07:12.738Zinfo: downloading installer
312026-06-05T03:07:14.035Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:07:14.035Zwarn: /opt/ooce/bin
332026-06-05T03:07:14.035Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:07:14.035Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:07:14.035Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:07:14.035Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:07:14.035Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:07:14.035Zerror: cannot install while Rust is installed
392026-06-05T03:07:14.035Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:07:14.038Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:07:14.038Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:07:14.038Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:07:14.038Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:07:14.048Zinfo: profile set to default
452026-06-05T03:07:14.048Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:07:14.051Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:07:14.181Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:07:14.184Zinfo: downloading 6 components
492026-06-05T03:07:28.498Z
502026-06-05T03:07:28.498Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T03:07:28.526Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:07:28.526Z
532026-06-05T03:07:28.526Z
542026-06-05T03:07:28.526ZRust is installed now. Great!
552026-06-05T03:07:28.527Z
562026-06-05T03:07:28.527ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:07:28.527Zenvironment variable. This has not been done automatically.
582026-06-05T03:07:28.527Z
592026-06-05T03:07:28.527ZTo configure your current shell, you need to source
602026-06-05T03:07:28.527Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:07:28.527Z
622026-06-05T03:07:28.527ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:07:28.527Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:07:28.527Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:07:28.527Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:07:28.527Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:07:28.527Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:07:28.527Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:07:28.531Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:07:28.531Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:07:28.635Z+ rustup --version
722026-06-05T03:07:28.643Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:07:28.648Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:07:28.664Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:07:28.669Z+ cargo --version
762026-06-05T03:07:28.680Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:07:28.683Z+ rustc --version
782026-06-05T03:07:28.702Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:07:28.705Zprocess exited: duration 16089 ms, exit code 0
 
802026-06-05T03:07:28.712Zstarting task 2: "authentication"
812026-06-05T03:07:28.728Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T03:07:28.735Zstarting task 3: "clone repository"
832026-06-05T03:07:28.738Z+ mkdir -p /work/oxidecomputer/ispf
842026-06-05T03:07:28.741Z+ git clone https://github.com/oxidecomputer/ispf /work/oxidecomputer/ispf
852026-06-05T03:07:28.777ZCloning into '/work/oxidecomputer/ispf'...
862026-06-05T03:07:29.179Z+ cd /work/oxidecomputer/ispf
872026-06-05T03:07:29.179Z+ git fetch origin 5e69cc44fd61f99d27b80940ed6d74dcbf4f99ff
882026-06-05T03:07:29.402ZFrom https://github.com/oxidecomputer/ispf
892026-06-05T03:07:29.402Z * branch 5e69cc44fd61f99d27b80940ed6d74dcbf4f99ff -> FETCH_HEAD
902026-06-05T03:07:29.409Z+ [[ -n trey/oob-fix ]]
912026-06-05T03:07:29.413Z++ git branch --show-current
922026-06-05T03:07:29.413Z+ current=main
932026-06-05T03:07:29.413Z+ [[ main != trey/oob-fix ]]
942026-06-05T03:07:29.413Z+ git branch -f trey/oob-fix 5e69cc44fd61f99d27b80940ed6d74dcbf4f99ff
952026-06-05T03:07:29.416Z+ git checkout -f trey/oob-fix
962026-06-05T03:07:29.420ZSwitched to branch 'trey/oob-fix'
972026-06-05T03:07:29.420Z+ git reset --hard 5e69cc44fd61f99d27b80940ed6d74dcbf4f99ff
982026-06-05T03:07:29.424ZHEAD is now at 5e69cc4 ser: handle oversized length prefixes
992026-06-05T03:07:29.424Zprocess exited: duration 686 ms, exit code 0
 
1002026-06-05T03:07:29.430Zstarting task 4: "build"
1012026-06-05T03:07:29.434Z+ cargo --version
1022026-06-05T03:07:29.442Zcargo 1.96.0 (30a34c682 2026-05-25)
1032026-06-05T03:07:29.445Z+ rustc --version
1042026-06-05T03:07:29.463Zrustc 1.96.0 (ac68faa20 2026-05-25)
1052026-06-05T03:07:29.468Z+ banner build
1062026-06-05T03:07:29.471Z
1072026-06-05T03:07:29.471Z ##### # # # # #####
1082026-06-05T03:07:29.471Z # # # # # # # #
1092026-06-05T03:07:29.471Z ##### # # # # # #
1102026-06-05T03:07:29.471Z # # # # # # # #
1112026-06-05T03:07:29.471Z # # # # # # # #
1122026-06-05T03:07:29.471Z ##### #### # ###### #####
1132026-06-05T03:07:29.472Z
1142026-06-05T03:07:29.472Z+ cargo build
1152026-06-05T03:07:29.541Z Updating crates.io index
1162026-06-05T03:07:29.713Z Downloading crates ...
1172026-06-05T03:07:29.798Z Downloaded proc-macro2 v1.0.43
1182026-06-05T03:07:29.802Z Downloaded serde_derive v1.0.143
1192026-06-05T03:07:29.805Z Downloaded quote v1.0.21
1202026-06-05T03:07:29.809Z Downloaded serde v1.0.143
1212026-06-05T03:07:29.812Z Downloaded syn v1.0.99
1222026-06-05T03:07:29.816Z Downloaded unicode-ident v1.0.3
1232026-06-05T03:07:29.841Z Compiling proc-macro2 v1.0.43
1242026-06-05T03:07:29.844Z Compiling quote v1.0.21
1252026-06-05T03:07:29.844Z Compiling unicode-ident v1.0.3
1262026-06-05T03:07:29.844Z Compiling syn v1.0.99
1272026-06-05T03:07:29.844Z Compiling serde_derive v1.0.143
1282026-06-05T03:07:29.844Z Compiling serde v1.0.143
1292026-06-05T03:07:34.763Z Compiling ispf v0.1.0 (/work/oxidecomputer/ispf)
1302026-06-05T03:07:34.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
1312026-06-05T03:07:34.982Z+ cargo fmt -- --check
1322026-06-05T03:07:35.058Z+ cargo clippy -- --deny warnings
1332026-06-05T03:07:35.165Z Checking serde v1.0.143
1342026-06-05T03:07:36.577Z Checking ispf v0.1.0 (/work/oxidecomputer/ispf)
1352026-06-05T03:07:36.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
1362026-06-05T03:07:36.799Z+ banner test
1372026-06-05T03:07:36.802Z
1382026-06-05T03:07:36.802Z ##### ###### #### #####
1392026-06-05T03:07:36.802Z # # # #
1402026-06-05T03:07:36.802Z # ##### #### #
1412026-06-05T03:07:36.802Z # # # #
1422026-06-05T03:07:36.802Z # # # # #
1432026-06-05T03:07:36.802Z # ###### #### #
1442026-06-05T03:07:36.802Z
1452026-06-05T03:07:36.802Z+ cargo test
1462026-06-05T03:07:36.877Z Compiling ispf v0.1.0 (/work/oxidecomputer/ispf)
1472026-06-05T03:07:38.272Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.41s
1482026-06-05T03:07:38.278Z Running unittests src/lib.rs (target/debug/deps/ispf-28496bd9700b4527)
1492026-06-05T03:07:38.278Z
1502026-06-05T03:07:38.278Zrunning 39 tests
1512026-06-05T03:07:38.278Ztest de::test_struct_lv ... ok
1522026-06-05T03:07:38.278Ztest de::test_struct_str_lv16 ... ok
1532026-06-05T03:07:38.278Ztest de::test_struct_str_lv64 ... ok
1542026-06-05T03:07:38.278Ztest de::test_struct_str_lv8 ... ok
1552026-06-05T03:07:38.278Ztest de::test_struct_vec_lv16 ... ok
1562026-06-05T03:07:38.278Ztest de::test_nested ... ok
1572026-06-05T03:07:38.278Ztest de::test_struct_vec_lv16b ... ok
1582026-06-05T03:07:38.278Ztest de::test_struct_str_lv32 ... ok
1592026-06-05T03:07:38.278Ztest de::test_struct_vec_lv32 ... ok
1602026-06-05T03:07:38.278Ztest de::test_struct_vec_lv32b ... ok
1612026-06-05T03:07:38.278Ztest de::test_struct_vec_lv64 ... ok
1622026-06-05T03:07:38.278Ztest de::test_struct_vec_lv8 ... ok
1632026-06-05T03:07:38.278Ztest de::test_struct_vec_lv64b ... ok
1642026-06-05T03:07:38.278Ztest de::test_truncated_tlv_string_returns_eof ... ok
1652026-06-05T03:07:38.278Ztest de::test_struct_vec_lv8b ... ok
1662026-06-05T03:07:38.278Ztest de::test_tlv_string_len_overflow_returns_eof ... ok
1672026-06-05T03:07:38.278Ztest de::test_truncated_ints_return_eof ... ok
1682026-06-05T03:07:38.278Ztest de::test_truncated_vec_len_prefix_returns_eof ... ok
1692026-06-05T03:07:38.278Ztest de::test_unterminated_str_returns_eof ... ok
1702026-06-05T03:07:38.279Ztest ser::test_nested_struct ... ok
1712026-06-05T03:07:38.279Ztest de::test_vec_len_prefix_overflow_returns_eof ... ok
1722026-06-05T03:07:38.279Ztest de::test_vecb_element_exceeds_byte_count_returns_eof ... ok
1732026-06-05T03:07:38.279Ztest ser::test_struct_str_lv32 ... ok
1742026-06-05T03:07:38.279Ztest de::test_truncated_vecb_len_prefix_returns_eof ... ok
1752026-06-05T03:07:38.279Ztest ser::test_struct_lv ... ok
1762026-06-05T03:07:38.279Ztest ser::test_struct_str_lv8 ... ok
1772026-06-05T03:07:38.279Ztest ser::test_struct_str_lv16 ... ok
1782026-06-05T03:07:38.279Ztest ser::test_struct_str_lv64 ... ok
1792026-06-05T03:07:38.279Ztest ser::test_struct_vec_lv16b ... ok
1802026-06-05T03:07:38.279Ztest ser::test_str_lv8_length_overflow_errors ... ok
1812026-06-05T03:07:38.279Ztest ser::test_struct_vec_lv32b ... ok
1822026-06-05T03:07:38.279Ztest ser::test_struct_vec_lv8 ... ok
1832026-06-05T03:07:38.279Ztest ser::test_struct_vec_lv16 ... ok
1842026-06-05T03:07:38.279Ztest ser::test_struct_vec_lv32 ... ok
1852026-06-05T03:07:38.279Ztest ser::test_struct_vec_lv64b ... ok
1862026-06-05T03:07:38.279Ztest ser::test_struct_vec_lv64 ... ok
1872026-06-05T03:07:38.279Ztest ser::test_struct_vec_lv8b ... ok
1882026-06-05T03:07:38.279Ztest ser::test_vec_lv8_length_overflow_errors ... ok
1892026-06-05T03:07:38.279Ztest ser::test_vec_lv8b_byte_size_overflow_errors ... ok
1902026-06-05T03:07:38.279Z
1912026-06-05T03:07:38.279Ztest result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1922026-06-05T03:07:38.279Z
1932026-06-05T03:07:38.279Z Doc-tests ispf
1942026-06-05T03:07:38.279Z
1952026-06-05T03:07:38.279Zrunning 0 tests
1962026-06-05T03:07:38.279Z
1972026-06-05T03:07:38.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1982026-06-05T03:07:38.279Z
1992026-06-05T03:07:38.283Zprocess exited: duration 8846 ms, exit code 0
 
2002026-06-05T03:07:38.289Zfound 0 output files