01KZ81TMRGC65AN5S0FWJBRJWS: opte-ioctl

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

Buildomat Job: 01KZ81VA78H25DF6T6SH4691ZV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T04:11:24.901Zjob assigned to worker 01KZ81VB4GBMR6ZHHHFFVDQ7RV [factory aws, i-07159f18b2e0ed5c2] (queued for 52 s)
 
22026-08-05T04:11:31.563Zstarting task 0: "setup"
32026-08-05T04:11:31.572Z++ uname -s
42026-08-05T04:11:31.572Z+ kern=SunOS
52026-08-05T04:11:31.572Z+ build_user=build
62026-08-05T04:11:31.572Z+ build_uid=12345
72026-08-05T04:11:31.572Z+ work_dir=/work
82026-08-05T04:11:31.572Z+ input_dir=/input
92026-08-05T04:11:31.572Z+ [[ 0 == 12345 ]]
102026-08-05T04:11:31.572Z+ case "$kern" in
112026-08-05T04:11:31.572Z+ groupadd -g 12345 build
122026-08-05T04:11:31.572Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T04:11:33.573Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T04:11:33.672Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T04:11:33.676Z+ home_fs=zfs
162026-08-05T04:11:33.676Z+ [[ zfs == autofs ]]
172026-08-05T04:11:33.676Z+ mkdir -p /home/build
182026-08-05T04:11:33.676Z+ chown build:build /home/build /work
192026-08-05T04:11:35.738Z+ chmod 0700 /home/build /work
202026-08-05T04:11:35.779Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-05T04:11:35.811Zstarting task 1: "rust-toolchain"
222026-08-05T04:11:35.817Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T04:11:35.817Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-05T04:11:35.817Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-05T04:11:35.818Z * rust toolchain channel = "1.97.1"
262026-08-05T04:11:35.818Z * rust toolchain profile = "default"
272026-08-05T04:11:35.818Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T04:11:35.818Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T04:11:35.818Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T04:11:35.892Zinfo: downloading installer
312026-08-05T04:11:37.288Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T04:11:37.288Zwarn: /home/build/.rustup/settings.toml
332026-08-05T04:11:37.288Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T04:11:37.289Zwarn: instead of the one inferred from the default host triple.
352026-08-05T04:11:37.299Zinfo: profile set to default
362026-08-05T04:11:37.299Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T04:11:37.312Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T04:11:37.450Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T04:11:37.456Zinfo: downloading 6 components
402026-08-05T04:11:52.502Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T04:11:52.502Z
422026-08-05T04:11:52.534Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T04:11:52.534Z
442026-08-05T04:11:52.534Z
452026-08-05T04:11:52.534ZRust is installed now. Great!
462026-08-05T04:11:52.534Z
472026-08-05T04:11:52.534ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T04:11:52.534Zenvironment variable. This has not been done automatically.
492026-08-05T04:11:52.534Z
502026-08-05T04:11:52.534ZTo configure your current shell, you need to source
512026-08-05T04:11:52.534Zthe corresponding env file under $HOME/.cargo.
522026-08-05T04:11:52.534Z
532026-08-05T04:11:52.534ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T04:11:52.534Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T04:11:52.534Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T04:11:52.534Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T04:11:52.534Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T04:11:52.534Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T04:11:52.534Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T04:11:52.543Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T04:11:52.543Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T04:11:52.641Z+ rustup --version
632026-08-05T04:11:52.647Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T04:11:52.647Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T04:11:52.667Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T04:11:52.675Z+ cargo --version
672026-08-05T04:11:52.689Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T04:11:52.695Z+ rustc --version
692026-08-05T04:11:52.708Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T04:11:52.717Zprocess exited: duration 16911 ms, exit code 0
 
712026-08-05T04:11:52.737Zstarting task 2: "authentication"
722026-08-05T04:11:52.764Zprocess exited: duration 26 ms, exit code 0
 
732026-08-05T04:11:52.778Zstarting task 3: "clone repository"
742026-08-05T04:11:52.788Z+ mkdir -p /work/oxidecomputer/opte
752026-08-05T04:11:52.788Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-05T04:11:52.817ZCloning into '/work/oxidecomputer/opte'...
772026-08-05T04:11:53.741Z+ cd /work/oxidecomputer/opte
782026-08-05T04:11:53.741Z+ git fetch origin ecc92772af6bb8882cc38c552cc61125899a3479
792026-08-05T04:11:54.038ZFrom https://github.com/oxidecomputer/opte
802026-08-05T04:11:54.038Z * branch ecc92772af6bb8882cc38c552cc61125899a3479 -> FETCH_HEAD
812026-08-05T04:11:54.049Z+ [[ -n renovate/clap ]]
822026-08-05T04:11:54.049Z++ git branch --show-current
832026-08-05T04:11:54.049Z+ current=master
842026-08-05T04:11:54.049Z+ [[ master != renovate/clap ]]
852026-08-05T04:11:54.049Z+ git branch -f renovate/clap ecc92772af6bb8882cc38c552cc61125899a3479
862026-08-05T04:11:54.049Z+ git checkout -f renovate/clap
872026-08-05T04:11:54.049ZSwitched to branch 'renovate/clap'
882026-08-05T04:11:54.049Z+ git reset --hard ecc92772af6bb8882cc38c552cc61125899a3479
892026-08-05T04:11:54.061ZHEAD is now at ecc9277 Update Rust crate clap to v4.6.5
902026-08-05T04:11:54.061Zprocess exited: duration 1271 ms, exit code 0
 
912026-08-05T04:11:54.099Zstarting task 4: "build"
922026-08-05T04:11:54.112Z+ source .github/buildomat/common.sh
932026-08-05T04:11:54.113Z++ rustup show active-toolchain
942026-08-05T04:11:54.113Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-05T04:11:54.113Z++ pushd xde
962026-08-05T04:11:54.113Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-05T04:11:54.113Z++ rustup show active-toolchain
982026-08-05T04:11:54.120Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-05T04:11:54.282Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-05T04:11:54.289Zinfo: downloading 6 components
1012026-08-05T04:12:09.008Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-05T04:12:09.094Z+++ rustup show active-toolchain -v
1032026-08-05T04:12:09.098Z+++ head -n 1
1042026-08-05T04:12:09.098Z+++ cut '-d ' -f1
1052026-08-05T04:12:09.151Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-05T04:12:09.151Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-05T04:12:09.151Z++ popd
1082026-08-05T04:12:09.155Z/work/oxidecomputer/opte
1092026-08-05T04:12:09.155Z+ cargo --version
1102026-08-05T04:12:09.160Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-05T04:12:09.165Z+ rustc --version
1122026-08-05T04:12:09.181Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-05T04:12:09.201Z+ cd lib/opte-ioctl
1142026-08-05T04:12:09.201Z+ header 'check style'
1152026-08-05T04:12:09.201Z+ echo '# ==== check style ==== #'
1162026-08-05T04:12:09.201Z# ==== check style ==== #
1172026-08-05T04:12:09.201Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-08-05T04:12:09.257Z
1192026-08-05T04:12:09.257Zreal 0.066050725
1202026-08-05T04:12:09.257Zuser 0.036038619
1212026-08-05T04:12:09.257Zsys 0.027294339
1222026-08-05T04:12:09.257Ztrap 0.000001800
1232026-08-05T04:12:09.257Ztflt 0.000014500
1242026-08-05T04:12:09.263Zdflt 0.000014090
1252026-08-05T04:12:09.263Zkflt 0.000000000
1262026-08-05T04:12:09.263Zlock 0.031886758
1272026-08-05T04:12:09.263Zslp 0.046305561
1282026-08-05T04:12:09.263Zlat 0.000794610
1292026-08-05T04:12:09.263Zstop 0.000111780
1302026-08-05T04:12:09.263Z+ header analyze
1312026-08-05T04:12:09.263Z+ echo '# ==== analyze ==== #'
1322026-08-05T04:12:09.264Z# ==== analyze ==== #
1332026-08-05T04:12:09.264Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-08-05T04:12:09.384Z Updating crates.io index
1352026-08-05T04:12:09.388Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-08-05T04:12:10.336Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-08-05T04:12:10.600Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-05T04:12:10.828Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-08-05T04:12:11.181Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-08-05T04:12:11.424Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-08-05T04:12:11.688Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-08-05T04:12:13.659Z Downloading crates ...
1432026-08-05T04:12:13.713Z Downloaded cstr-argument v0.1.2
1442026-08-05T04:12:13.725Z Downloaded pretty-hex v0.4.2
1452026-08-05T04:12:13.735Z Downloaded ref-cast v1.0.25
1462026-08-05T04:12:13.740Z Downloaded bitflags v2.13.0
1472026-08-05T04:12:13.743Z Downloaded pin-project-lite v0.2.17
1482026-08-05T04:12:13.749Z Downloaded embedded-io v0.4.0
1492026-08-05T04:12:13.752Z Downloaded defmt v0.3.100
1502026-08-05T04:12:13.752Z Downloaded managed v0.8.0
1512026-08-05T04:12:13.752Z Downloaded foreign-types v0.5.0
1522026-08-05T04:12:13.756Z Downloaded once_cell v1.21.4
1532026-08-05T04:12:13.760Z Downloaded quote v1.0.46
1542026-08-05T04:12:13.760Z Downloaded foreign-types-macros v0.2.3
1552026-08-05T04:12:13.763Z Downloaded defmt-macros v1.1.1
1562026-08-05T04:12:13.763Z Downloaded either v1.16.0
1572026-08-05T04:12:13.767Z Downloaded cobs v0.3.0
1582026-08-05T04:12:13.772Z Downloaded hash32 v0.3.1
1592026-08-05T04:12:13.772Z Downloaded dyn-clone v1.0.20
1602026-08-05T04:12:13.777Z Downloaded ingot-macros v0.2.0
1612026-08-05T04:12:13.777Z Downloaded byteorder v1.5.0
1622026-08-05T04:12:13.781Z Downloaded darling_core v0.23.0
1632026-08-05T04:12:13.781Z Downloaded getrandom v0.4.3
1642026-08-05T04:12:13.785Z Downloaded defmt-parser v1.0.0
1652026-08-05T04:12:13.790Z Downloaded ingot-types v0.2.0
1662026-08-05T04:12:13.790Z Downloaded darling_macro v0.23.0
1672026-08-05T04:12:13.795Z Downloaded macaddr v1.0.1
1682026-08-05T04:12:13.795Z Downloaded cpufeatures v0.3.0
1692026-08-05T04:12:13.795Z Downloaded equivalent v1.0.2
1702026-08-05T04:12:13.795Z Downloaded strsim v0.11.1
1712026-08-05T04:12:13.795Z Downloaded stable_deref_trait v1.2.1
1722026-08-05T04:12:13.799Z Downloaded foreign-types-shared v0.3.1
1732026-08-05T04:12:13.799Z Downloaded embedded-io v0.6.1
1742026-08-05T04:12:13.799Z Downloaded cfg-if v1.0.4
1752026-08-05T04:12:13.817Z Downloaded ref-cast-impl v1.0.25
1762026-08-05T04:12:13.827Z Downloaded version_check v0.9.5
1772026-08-05T04:12:13.837Z Downloaded oxnet v0.1.6
1782026-08-05T04:12:13.837Z Downloaded ident_case v1.0.1
1792026-08-05T04:12:13.842Z Downloaded ingot v0.2.0
1802026-08-05T04:12:13.842Z Downloaded bitflags v1.3.2
1812026-08-05T04:12:13.842Z Downloaded proc-macro-crate v3.5.0
1822026-08-05T04:12:13.846Z Downloaded num_enum v0.7.6
1832026-08-05T04:12:13.850Z Downloaded rand_core v0.10.1
1842026-08-05T04:12:13.850Z Downloaded chacha20 v0.10.1
1852026-08-05T04:12:13.853Z Downloaded defmt v1.1.1
1862026-08-05T04:12:13.857Z Downloaded tracing-core v0.1.36
1872026-08-05T04:12:13.857Z Downloaded thiserror-impl v2.0.18
1882026-08-05T04:12:13.865Z Downloaded rustversion v1.0.23
1892026-08-05T04:12:13.869Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1902026-08-05T04:12:13.869Z Downloaded num_enum_derive v0.7.6
1912026-08-05T04:12:13.873Z Downloaded colored v3.1.1
1922026-08-05T04:12:13.878Z Downloaded toml_parser v1.1.2+spec-1.1.0
1932026-08-05T04:12:13.878Z Downloaded anyhow v1.0.103
1942026-08-05T04:12:13.884Z Downloaded serde_core v1.0.228
1952026-08-05T04:12:13.884Z Downloaded postcard v1.1.3
1962026-08-05T04:12:13.884Z Downloaded thiserror v2.0.18
1972026-08-05T04:12:13.903Z Downloaded darling v0.23.0
1982026-08-05T04:12:13.903Z Downloaded tracing-attributes v0.1.31
1992026-08-05T04:12:13.914Z Downloaded heapless v0.8.0
2002026-08-05T04:12:13.914Z Downloaded proc-macro2 v1.0.106
2012026-08-05T04:12:13.914Z Downloaded serde_derive v1.0.228
2022026-08-05T04:12:13.934Z Downloaded memchr v2.8.3
2032026-08-05T04:12:13.951Z Downloaded zerocopy-derive v0.8.54
2042026-08-05T04:12:13.952Z Downloaded socket2 v0.6.4
2052026-08-05T04:12:13.952Z Downloaded unicode-ident v1.0.24
2062026-08-05T04:12:13.964Z Downloaded uuid v1.23.5
2072026-08-05T04:12:13.964Z Downloaded rand v0.10.2
2082026-08-05T04:12:13.964Z Downloaded toml_edit v0.25.12+spec-1.1.0
2092026-08-05T04:12:13.973Z Downloaded serde v1.0.228
2102026-08-05T04:12:13.973Z Downloaded aho-corasick v1.1.4
2112026-08-05T04:12:13.986Z Downloaded indexmap v2.14.0
2122026-08-05T04:12:13.996Z Downloaded regex v1.13.0
2132026-08-05T04:12:14.022Z Downloaded itertools v0.15.0
2142026-08-05T04:12:14.026Z Downloaded hashbrown v0.17.1
2152026-08-05T04:12:14.043Z Downloaded winnow v1.0.3
2162026-08-05T04:12:14.096Z Downloaded syn v1.0.109
2172026-08-05T04:12:14.105Z Downloaded zerocopy v0.8.54
2182026-08-05T04:12:14.106Z Downloaded smoltcp v0.11.0
2192026-08-05T04:12:14.106Z Downloaded syn v2.0.118
2202026-08-05T04:12:14.110Z Downloaded regex-syntax v0.8.11
2212026-08-05T04:12:14.122Z Downloaded tracing v0.1.44
2222026-08-05T04:12:14.139Z Downloaded regex-automata v0.4.15
2232026-08-05T04:12:14.151Z Downloaded libc v0.2.186
2242026-08-05T04:12:14.209Z Compiling proc-macro2 v1.0.106
2252026-08-05T04:12:14.209Z Compiling quote v1.0.46
2262026-08-05T04:12:14.209Z Compiling unicode-ident v1.0.24
2272026-08-05T04:12:14.209Z Compiling serde_core v1.0.228
2282026-08-05T04:12:14.224Z Checking cfg-if v1.0.4
2292026-08-05T04:12:14.224Z Compiling ident_case v1.0.1
2302026-08-05T04:12:14.224Z Compiling thiserror v2.0.18
2312026-08-05T04:12:14.224Z Compiling strsim v0.11.1
2322026-08-05T04:12:14.332Z Compiling memchr v2.8.3
2332026-08-05T04:12:14.395Z Compiling libc v0.2.186
2342026-08-05T04:12:14.395Z Compiling regex-syntax v0.8.11
2352026-08-05T04:12:14.562Z Compiling hashbrown v0.17.1
2362026-08-05T04:12:14.655Z Compiling serde v1.0.228
2372026-08-05T04:12:14.753Z Compiling aho-corasick v1.1.4
2382026-08-05T04:12:14.845Z Compiling zerocopy v0.8.54
2392026-08-05T04:12:14.894Z Compiling either v1.16.0
2402026-08-05T04:12:14.953Z Compiling winnow v1.0.3
2412026-08-05T04:12:15.098Z Compiling equivalent v1.0.2
2422026-08-05T04:12:15.124Z Compiling itertools v0.15.0
2432026-08-05T04:12:15.188Z Compiling indexmap v2.14.0
2442026-08-05T04:12:15.501Z Compiling syn v2.0.118
2452026-08-05T04:12:15.856Z Compiling regex-automata v0.4.15
2462026-08-05T04:12:15.869Z Compiling heapless v0.8.0
2472026-08-05T04:12:16.023Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-08-05T04:12:16.132Z Checking byteorder v1.5.0
2492026-08-05T04:12:16.165Z Compiling toml_datetime v1.1.1+spec-1.1.0
2502026-08-05T04:12:16.290Z Checking hash32 v0.3.1
2512026-08-05T04:12:16.384Z Compiling toml_edit v0.25.12+spec-1.1.0
2522026-08-05T04:12:16.396Z Checking bitflags v2.13.0
2532026-08-05T04:12:16.402Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-08-05T04:12:16.490Z Checking stable_deref_trait v1.2.1
2552026-08-05T04:12:16.490Z Compiling smoltcp v0.11.0
2562026-08-05T04:12:16.545Z Compiling rustversion v1.0.23
2572026-08-05T04:12:16.553Z Checking macaddr v1.0.1
2582026-08-05T04:12:16.581Z Compiling syn v1.0.109
2592026-08-05T04:12:16.685Z Compiling getrandom v0.4.3
2602026-08-05T04:12:16.821Z Checking bitflags v1.3.2
2612026-08-05T04:12:16.888Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2622026-08-05T04:12:16.913Z Compiling proc-macro-crate v3.5.0
2632026-08-05T04:12:16.917Z Checking managed v0.8.0
2642026-08-05T04:12:16.943Z Compiling version_check v0.9.5
2652026-08-05T04:12:16.988Z Checking rand_core v0.10.1
2662026-08-05T04:12:17.083Z Compiling ref-cast v1.0.25
2672026-08-05T04:12:17.208Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-08-05T04:12:17.317Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-08-05T04:12:17.428Z Checking once_cell v1.21.4
2702026-08-05T04:12:17.456Z Checking foreign-types-shared v0.3.1
2712026-08-05T04:12:17.539Z Compiling regex v1.13.0
2722026-08-05T04:12:17.595Z Checking cpufeatures v0.3.0
2732026-08-05T04:12:17.604Z Compiling anyhow v1.0.103
2742026-08-05T04:12:17.834Z Checking chacha20 v0.10.1
2752026-08-05T04:12:17.934Z Checking tracing-core v0.1.36
2762026-08-05T04:12:18.017Z Checking cstr-argument v0.1.2
2772026-08-05T04:12:18.117Z Compiling darling_core v0.23.0
2782026-08-05T04:12:18.237Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2792026-08-05T04:12:18.259Z Checking pin-project-lite v0.2.17
2802026-08-05T04:12:18.264Z Checking pretty-hex v0.4.2
2812026-08-05T04:12:18.304Z Checking dyn-clone v1.0.20
2822026-08-05T04:12:18.338Z Checking rand v0.10.2
2832026-08-05T04:12:18.400Z Checking uuid v1.23.5
2842026-08-05T04:12:18.420Z Checking socket2 v0.6.4
2852026-08-05T04:12:18.453Z Checking oxnet v0.1.6
2862026-08-05T04:12:18.630Z Checking colored v3.1.1
2872026-08-05T04:12:18.949Z Compiling thiserror-impl v2.0.18
2882026-08-05T04:12:18.950Z Compiling serde_derive v1.0.228
2892026-08-05T04:12:18.950Z Compiling zerocopy-derive v0.8.54
2902026-08-05T04:12:18.957Z Compiling ref-cast-impl v1.0.25
2912026-08-05T04:12:18.957Z Compiling num_enum_derive v0.7.6
2922026-08-05T04:12:19.402Z Compiling foreign-types-macros v0.2.3
2932026-08-05T04:12:19.615Z Compiling tracing-attributes v0.1.31
2942026-08-05T04:12:19.952Z Checking num_enum v0.7.6
2952026-08-05T04:12:20.021Z Checking foreign-types v0.5.0
2962026-08-05T04:12:20.061Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2972026-08-05T04:12:20.090Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2982026-08-05T04:12:20.196Z Compiling darling_macro v0.23.0
2992026-08-05T04:12:20.217Z Checking cobs v0.3.0
3002026-08-05T04:12:20.254Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3012026-08-05T04:12:20.505Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-08-05T04:12:20.817Z Compiling darling v0.23.0
3032026-08-05T04:12:20.844Z Checking tracing v0.1.44
3042026-08-05T04:12:20.883Z Compiling ingot-macros v0.2.0
3052026-08-05T04:12:20.955Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3062026-08-05T04:12:21.512Z Checking postcard v1.1.3
3072026-08-05T04:12:22.950Z Checking ingot-types v0.2.0
3082026-08-05T04:12:23.218Z Checking ingot v0.2.0
3092026-08-05T04:12:24.513Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3102026-08-05T04:12:25.686Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3112026-08-05T04:12:26.852Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3122026-08-05T04:12:27.035Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.73s
3132026-08-05T04:12:27.140Z
3142026-08-05T04:12:27.140Zreal 17.881265522
3152026-08-05T04:12:27.140Zuser 48.334334738
3162026-08-05T04:12:27.140Zsys 11.193167167
3172026-08-05T04:12:27.140Ztrap 0.037289007
3182026-08-05T04:12:27.140Ztflt 0.033990560
3192026-08-05T04:12:27.140Zdflt 0.148562630
3202026-08-05T04:12:27.140Zkflt 0.004897183
3212026-08-05T04:12:27.143Zlock 3:23.340918361
3222026-08-05T04:12:27.143Zslp 2:42.795597117
3232026-08-05T04:12:27.143Zlat 2.867464736
3242026-08-05T04:12:27.143Zstop 11.718259288
3252026-08-05T04:12:27.144Zprocess exited: duration 33047 ms, exit code 0
 
3262026-08-05T04:12:27.153Zfound 0 output files