01KWC3Z30091XH7KKCMKTFZ5AR: opte-ioctl

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

Buildomat Job: 01KWC3ZGNJWGBJWPTATVECDK1K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T11:18:43.703Zjob assigned to worker 01KWC3ZR9J8W2KECK0AETJSZQA [factory aws, i-0fb3c3292813e3688] (queued for 1 m 4 s)
 
22026-06-30T11:18:50.474Zstarting task 0: "setup"
32026-06-30T11:18:50.480Z++ uname -s
42026-06-30T11:18:50.483Z+ kern=SunOS
52026-06-30T11:18:50.483Z+ build_user=build
62026-06-30T11:18:50.483Z+ build_uid=12345
72026-06-30T11:18:50.484Z+ work_dir=/work
82026-06-30T11:18:50.484Z+ input_dir=/input
92026-06-30T11:18:50.484Z+ [[ 0 == 12345 ]]
102026-06-30T11:18:50.484Z+ case "$kern" in
112026-06-30T11:18:50.484Z+ groupadd -g 12345 build
122026-06-30T11:18:50.484Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T11:18:52.488Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T11:18:52.622Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T11:18:52.626Z+ home_fs=zfs
162026-06-30T11:18:52.626Z+ [[ zfs == autofs ]]
172026-06-30T11:18:52.626Z+ mkdir -p /home/build
182026-06-30T11:18:52.626Z+ chown build:build /home/build /work
192026-06-30T11:18:54.626Z+ chmod 0700 /home/build /work
202026-06-30T11:18:54.630Zprocess exited: duration 4153 ms, exit code 0
 
212026-06-30T11:18:54.636Zstarting task 1: "rust-toolchain"
222026-06-30T11:18:54.640Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T11:18:54.640Z * rust toolchain channel = "1.96.0"
242026-06-30T11:18:54.640Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-30T11:18:54.640Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-30T11:18:54.640Z * rust toolchain profile = "default"
272026-06-30T11:18:54.640Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T11:18:54.643Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T11:18:54.643Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T11:18:54.750Zinfo: downloading installer
312026-06-30T11:18:56.424Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T11:18:56.424Zwarn: /home/build/.rustup/settings.toml
332026-06-30T11:18:56.424Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T11:18:56.424Zwarn: instead of the one inferred from the default host triple.
352026-06-30T11:18:56.437Zinfo: profile set to default
362026-06-30T11:18:56.437Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T11:18:56.440Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T11:18:56.574Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T11:18:56.577Zinfo: downloading 6 components
402026-06-30T11:19:11.609Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T11:19:11.609Z
422026-06-30T11:19:11.637Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T11:19:11.637Z
442026-06-30T11:19:11.640Z
452026-06-30T11:19:11.641ZRust is installed now. Great!
462026-06-30T11:19:11.641Z
472026-06-30T11:19:11.641ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T11:19:11.641Zenvironment variable. This has not been done automatically.
492026-06-30T11:19:11.641Z
502026-06-30T11:19:11.641ZTo configure your current shell, you need to source
512026-06-30T11:19:11.641Zthe corresponding env file under $HOME/.cargo.
522026-06-30T11:19:11.641Z
532026-06-30T11:19:11.641ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T11:19:11.641Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T11:19:11.641Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T11:19:11.641Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T11:19:11.641Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T11:19:11.641Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T11:19:11.641Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T11:19:11.641Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T11:19:11.641Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T11:19:11.740Z+ rustup --version
632026-06-30T11:19:11.749Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T11:19:11.752Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T11:19:11.771Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T11:19:11.774Z+ cargo --version
672026-06-30T11:19:11.789Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T11:19:11.792Z+ rustc --version
692026-06-30T11:19:11.810Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T11:19:11.813Zprocess exited: duration 17176 ms, exit code 0
 
712026-06-30T11:19:11.820Zstarting task 2: "authentication"
722026-06-30T11:19:11.836Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T11:19:11.844Zstarting task 3: "clone repository"
742026-06-30T11:19:11.847Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T11:19:11.850Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T11:19:11.880ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T11:19:12.780Z+ cd /work/oxidecomputer/opte
782026-06-30T11:19:12.780Z+ git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6
792026-06-30T11:19:13.054ZFrom https://github.com/oxidecomputer/opte
802026-06-30T11:19:13.054Z * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD
812026-06-30T11:19:13.059Z+ [[ -n read-xde ]]
822026-06-30T11:19:13.062Z++ git branch --show-current
832026-06-30T11:19:13.062Z+ current=master
842026-06-30T11:19:13.062Z+ [[ master != read-xde ]]
852026-06-30T11:19:13.062Z+ git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6
862026-06-30T11:19:13.066Z+ git checkout -f read-xde
872026-06-30T11:19:13.081ZSwitched to branch 'read-xde'
882026-06-30T11:19:13.085Z+ git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6
892026-06-30T11:19:13.098ZHEAD is now at 194ae5e [opteadm] Add show-xde-underlay command.
902026-06-30T11:19:13.101Zprocess exited: duration 1255 ms, exit code 0
 
912026-06-30T11:19:13.108Zstarting task 4: "build"
922026-06-30T11:19:13.111Z+ source .github/buildomat/common.sh
932026-06-30T11:19:13.111Z++ rustup show active-toolchain
942026-06-30T11:19:13.116Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T11:19:13.120Z++ pushd xde
962026-06-30T11:19:13.121Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-30T11:19:13.121Z++ rustup show active-toolchain
982026-06-30T11:19:13.124Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T11:19:13.262Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T11:19:13.267Zinfo: downloading 6 components
1012026-06-30T11:19:26.881Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T11:19:26.969Z+++ rustup show active-toolchain -v
1032026-06-30T11:19:26.972Z+++ head -n 1
1042026-06-30T11:19:26.972Z+++ cut '-d ' -f1
1052026-06-30T11:19:27.022Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T11:19:27.022Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T11:19:27.022Z++ popd
1082026-06-30T11:19:27.025Z/work/oxidecomputer/opte
1092026-06-30T11:19:27.025Z+ cargo --version
1102026-06-30T11:19:27.032Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-30T11:19:27.035Z+ rustc --version
1122026-06-30T11:19:27.054Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-30T11:19:27.057Z+ cd lib/opte-ioctl
1142026-06-30T11:19:27.057Z+ header 'check style'
1152026-06-30T11:19:27.057Z+ echo '# ==== check style ==== #'
1162026-06-30T11:19:27.057Z# ==== check style ==== #
1172026-06-30T11:19:27.057Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-30T11:19:27.124Z
1192026-06-30T11:19:27.124Zreal 0.065339100
1202026-06-30T11:19:27.124Zuser 0.036286546
1212026-06-30T11:19:27.124Zsys 0.026824787
1222026-06-30T11:19:27.124Ztrap 0.000003360
1232026-06-30T11:19:27.124Ztflt 0.000010800
1242026-06-30T11:19:27.124Zdflt 0.000011200
1252026-06-30T11:19:27.124Zkflt 0.000000620
1262026-06-30T11:19:27.124Zlock 0.031392484
1272026-06-30T11:19:27.124Zslp 0.045187362
1282026-06-30T11:19:27.124Zlat 0.000782250
1292026-06-30T11:19:27.124Zstop 0.000100660
1302026-06-30T11:19:27.127Z+ header analyze
1312026-06-30T11:19:27.128Z+ echo '# ==== analyze ==== #'
1322026-06-30T11:19:27.128Z# ==== analyze ==== #
1332026-06-30T11:19:27.128Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-06-30T11:19:27.263Z Updating crates.io index
1352026-06-30T11:19:27.266Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-06-30T11:19:27.961Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-06-30T11:19:28.210Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-06-30T11:19:28.554Z Updating git repository `https://github.com/oxidecomputer/zone`
1392026-06-30T11:19:28.813Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-06-30T11:19:29.058Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-06-30T11:19:29.344Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-06-30T11:19:31.550Z Downloading crates ...
1432026-06-30T11:19:31.562Z Downloaded cobs v0.3.0
1442026-06-30T11:19:31.562Z Downloaded embedded-io v0.4.0
1452026-06-30T11:19:31.562Z Downloaded dyn-clone v1.0.20
1462026-06-30T11:19:31.563Z Downloaded colored v3.1.1
1472026-06-30T11:19:31.563Z Downloaded foreign-types-shared v0.3.1
1482026-06-30T11:19:31.563Z Downloaded proc-macro-error-attr2 v2.0.0
1492026-06-30T11:19:31.563Z Downloaded cstr-argument v0.1.2
1502026-06-30T11:19:31.563Z Downloaded embedded-io v0.6.1
1512026-06-30T11:19:31.563Z Downloaded defmt v0.3.100
1522026-06-30T11:19:31.563Z Downloaded ident_case v1.0.1
1532026-06-30T11:19:31.563Z Downloaded darling_macro v0.21.3
1542026-06-30T11:19:31.563Z Downloaded foreign-types-macros v0.2.3
1552026-06-30T11:19:31.563Z Downloaded foreign-types v0.5.0
1562026-06-30T11:19:31.563Z Downloaded fnv v1.0.7
1572026-06-30T11:19:31.563Z Downloaded defmt-parser v1.0.0
1582026-06-30T11:19:31.563Z Downloaded hash32 v0.3.1
1592026-06-30T11:19:31.563Z Downloaded cpufeatures v0.3.0
1602026-06-30T11:19:31.563Z Downloaded proc-macro-crate v3.5.0
1612026-06-30T11:19:31.563Z Downloaded strsim v0.11.1
1622026-06-30T11:19:31.563Z Downloaded defmt-macros v1.1.0
1632026-06-30T11:19:31.563Z Downloaded cfg-if v1.0.4
1642026-06-30T11:19:31.563Z Downloaded macaddr v1.0.1
1652026-06-30T11:19:31.563Z Downloaded pretty-hex v0.4.2
1662026-06-30T11:19:31.564Z Downloaded managed v0.8.0
1672026-06-30T11:19:31.564Z Downloaded ref-cast-impl v1.0.25
1682026-06-30T11:19:31.564Z Downloaded ref-cast v1.0.25
1692026-06-30T11:19:31.564Z Downloaded version_check v0.9.5
1702026-06-30T11:19:31.564Z Downloaded stable_deref_trait v1.2.1
1712026-06-30T11:19:31.564Z Downloaded num_enum_derive v0.7.6
1722026-06-30T11:19:31.564Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1732026-06-30T11:19:31.564Z Downloaded num_enum v0.7.6
1742026-06-30T11:19:31.564Z Downloaded oxnet v0.1.6
1752026-06-30T11:19:31.564Z Downloaded either v1.16.0
1762026-06-30T11:19:31.564Z Downloaded byteorder v1.5.0
1772026-06-30T11:19:31.564Z Downloaded equivalent v1.0.2
1782026-06-30T11:19:31.564Z Downloaded darling_core v0.21.3
1792026-06-30T11:19:31.564Z Downloaded rand_core v0.10.1
1802026-06-30T11:19:31.564Z Downloaded proc-macro-error2 v2.0.1
1812026-06-30T11:19:31.564Z Downloaded bitflags v1.3.2
1822026-06-30T11:19:31.564Z Downloaded ingot v0.1.1
1832026-06-30T11:19:31.564Z Downloaded quote v1.0.46
1842026-06-30T11:19:31.564Z Downloaded rustversion v1.0.22
1852026-06-30T11:19:31.564Z Downloaded thiserror-impl v2.0.18
1862026-06-30T11:19:31.564Z Downloaded pin-project-lite v0.2.17
1872026-06-30T11:19:31.564Z Downloaded ingot-macros v0.1.1
1882026-06-30T11:19:31.564Z Downloaded toml_parser v1.1.2+spec-1.1.0
1892026-06-30T11:19:31.564Z Downloaded chacha20 v0.10.0
1902026-06-30T11:19:31.564Z Downloaded anyhow v1.0.102
1912026-06-30T11:19:31.564Z Downloaded ingot-types v0.1.2
1922026-06-30T11:19:31.564Z Downloaded defmt v1.1.0
1932026-06-30T11:19:31.565Z Downloaded darling v0.21.3
1942026-06-30T11:19:31.565Z Downloaded postcard v1.1.3
1952026-06-30T11:19:31.565Z Downloaded tracing-attributes v0.1.31
1962026-06-30T11:19:31.565Z Downloaded thiserror v2.0.18
1972026-06-30T11:19:31.565Z Downloaded serde_derive v1.0.228
1982026-06-30T11:19:31.565Z Downloaded uuid v1.23.3
1992026-06-30T11:19:31.565Z Downloaded bitflags v2.13.0
2002026-06-30T11:19:31.565Z Downloaded proc-macro2 v1.0.106
2012026-06-30T11:19:31.565Z Downloaded getrandom v0.4.3
2022026-06-30T11:19:31.565Z Downloaded socket2 v0.6.4
2032026-06-30T11:19:31.565Z Downloaded once_cell v1.21.4
2042026-06-30T11:19:31.565Z Downloaded unicode-ident v1.0.24
2052026-06-30T11:19:31.565Z Downloaded tracing-core v0.1.36
2062026-06-30T11:19:31.565Z Downloaded serde_core v1.0.228
2072026-06-30T11:19:31.565Z Downloaded toml_edit v0.25.12+spec-1.1.0
2082026-06-30T11:19:31.565Z Downloaded zerocopy-derive v0.8.52
2092026-06-30T11:19:31.565Z Downloaded heapless v0.8.0
2102026-06-30T11:19:31.565Z Downloaded serde v1.0.228
2112026-06-30T11:19:31.565Z Downloaded memchr v2.8.2
2122026-06-30T11:19:31.565Z Downloaded rand v0.10.1
2132026-06-30T11:19:31.565Z Downloaded indexmap v2.14.0
2142026-06-30T11:19:31.565Z Downloaded hashbrown v0.17.1
2152026-06-30T11:19:31.566Z Downloaded regex v1.12.4
2162026-06-30T11:19:31.566Z Downloaded itertools v0.14.0
2172026-06-30T11:19:31.566Z Downloaded aho-corasick v1.1.4
2182026-06-30T11:19:31.566Z Downloaded winnow v1.0.3
2192026-06-30T11:19:31.566Z Downloaded syn v1.0.109
2202026-06-30T11:19:31.566Z Downloaded zerocopy v0.8.52
2212026-06-30T11:19:31.566Z Downloaded syn v2.0.118
2222026-06-30T11:19:31.571Z Downloaded smoltcp v0.11.0
2232026-06-30T11:19:31.575Z Downloaded regex-syntax v0.8.11
2242026-06-30T11:19:31.600Z Downloaded tracing v0.1.44
2252026-06-30T11:19:31.618Z Downloaded regex-automata v0.4.14
2262026-06-30T11:19:31.626Z Downloaded libc v0.2.186
2272026-06-30T11:19:31.684Z Compiling proc-macro2 v1.0.106
2282026-06-30T11:19:31.684Z Compiling quote v1.0.46
2292026-06-30T11:19:31.684Z Compiling unicode-ident v1.0.24
2302026-06-30T11:19:31.684Z Compiling serde_core v1.0.228
2312026-06-30T11:19:31.688Z Checking cfg-if v1.0.4
2322026-06-30T11:19:31.688Z Compiling thiserror v2.0.18
2332026-06-30T11:19:31.688Z Compiling memchr v2.8.2
2342026-06-30T11:19:31.688Z Compiling fnv v1.0.7
2352026-06-30T11:19:31.820Z Compiling strsim v0.11.1
2362026-06-30T11:19:31.870Z Compiling ident_case v1.0.1
2372026-06-30T11:19:31.888Z Compiling regex-syntax v0.8.11
2382026-06-30T11:19:31.973Z Compiling libc v0.2.186
2392026-06-30T11:19:32.114Z Compiling hashbrown v0.17.1
2402026-06-30T11:19:32.168Z Compiling aho-corasick v1.1.4
2412026-06-30T11:19:32.302Z Compiling either v1.16.0
2422026-06-30T11:19:32.325Z Compiling serde v1.0.228
2432026-06-30T11:19:32.366Z Compiling zerocopy v0.8.52
2442026-06-30T11:19:32.498Z Compiling winnow v1.0.3
2452026-06-30T11:19:32.649Z Compiling equivalent v1.0.2
2462026-06-30T11:19:32.700Z Compiling indexmap v2.14.0
2472026-06-30T11:19:32.713Z Compiling itertools v0.14.0
2482026-06-30T11:19:32.970Z Compiling syn v2.0.118
2492026-06-30T11:19:33.298Z Compiling toml_datetime v1.1.1+spec-1.1.0
2502026-06-30T11:19:33.326Z Compiling regex-automata v0.4.14
2512026-06-30T11:19:33.517Z Compiling toml_parser v1.1.2+spec-1.1.0
2522026-06-30T11:19:33.529Z Compiling heapless v0.8.0
2532026-06-30T11:19:33.569Z Checking byteorder v1.5.0
2542026-06-30T11:19:33.581Z Checking bitflags v2.13.0
2552026-06-30T11:19:33.721Z Checking hash32 v0.3.1
2562026-06-30T11:19:33.737Z Compiling syn v1.0.109
2572026-06-30T11:19:33.828Z Checking macaddr v1.0.1
2582026-06-30T11:19:33.942Z Compiling toml_edit v0.25.12+spec-1.1.0
2592026-06-30T11:19:33.964Z Compiling smoltcp v0.11.0
2602026-06-30T11:19:33.964Z Checking stable_deref_trait v1.2.1
2612026-06-30T11:19:33.975Z Compiling rustversion v1.0.22
2622026-06-30T11:19:34.029Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2632026-06-30T11:19:34.082Z Compiling getrandom v0.4.3
2642026-06-30T11:19:34.290Z Compiling ref-cast v1.0.25
2652026-06-30T11:19:34.327Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2662026-06-30T11:19:34.363Z Checking managed v0.8.0
2672026-06-30T11:19:34.382Z Checking rand_core v0.10.1
2682026-06-30T11:19:34.470Z Compiling version_check v0.9.5
2692026-06-30T11:19:34.520Z Compiling proc-macro-crate v3.5.0
2702026-06-30T11:19:34.538Z Checking bitflags v1.3.2
2712026-06-30T11:19:34.754Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2722026-06-30T11:19:34.906Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2732026-06-30T11:19:34.959Z Checking cpufeatures v0.3.0
2742026-06-30T11:19:35.016Z Checking once_cell v1.21.4
2752026-06-30T11:19:35.024Z Checking foreign-types-shared v0.3.1
2762026-06-30T11:19:35.103Z Compiling regex v1.12.4
2772026-06-30T11:19:35.147Z Compiling anyhow v1.0.102
2782026-06-30T11:19:35.210Z Checking tracing-core v0.1.36
2792026-06-30T11:19:35.514Z Checking chacha20 v0.10.0
2802026-06-30T11:19:35.569Z Checking cstr-argument v0.1.2
2812026-06-30T11:19:35.683Z Compiling darling_core v0.21.3
2822026-06-30T11:19:35.714Z Checking dyn-clone v1.0.20
2832026-06-30T11:19:35.778Z Checking pin-project-lite v0.2.17
2842026-06-30T11:19:35.803Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2852026-06-30T11:19:35.803Z Checking pretty-hex v0.4.2
2862026-06-30T11:19:35.843Z Checking rand v0.10.1
2872026-06-30T11:19:35.914Z Checking uuid v1.23.3
2882026-06-30T11:19:35.994Z Checking socket2 v0.6.4
2892026-06-30T11:19:36.058Z Checking oxnet v0.1.6
2902026-06-30T11:19:36.176Z Checking colored v3.1.1
2912026-06-30T11:19:36.506Z Compiling thiserror-impl v2.0.18
2922026-06-30T11:19:36.506Z Compiling serde_derive v1.0.228
2932026-06-30T11:19:36.506Z Compiling zerocopy-derive v0.8.52
2942026-06-30T11:19:36.535Z Compiling foreign-types-macros v0.2.3
2952026-06-30T11:19:36.535Z Compiling num_enum_derive v0.7.6
2962026-06-30T11:19:36.849Z Compiling ref-cast-impl v1.0.25
2972026-06-30T11:19:37.120Z Checking foreign-types v0.5.0
2982026-06-30T11:19:37.188Z Compiling tracing-attributes v0.1.31
2992026-06-30T11:19:37.494Z Checking num_enum v0.7.6
3002026-06-30T11:19:37.529Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3012026-06-30T11:19:37.601Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3022026-06-30T11:19:37.751Z Compiling darling_macro v0.21.3
3032026-06-30T11:19:37.793Z Checking cobs v0.3.0
3042026-06-30T11:19:37.811Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3052026-06-30T11:19:37.954Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3062026-06-30T11:19:38.314Z Compiling darling v0.21.3
3072026-06-30T11:19:38.358Z Checking tracing v0.1.44
3082026-06-30T11:19:38.381Z Compiling ingot-macros v0.1.1
3092026-06-30T11:19:38.417Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-06-30T11:19:39.037Z Checking postcard v1.1.3
3112026-06-30T11:19:40.479Z Checking ingot-types v0.1.2
3122026-06-30T11:19:40.752Z Checking ingot v0.1.1
3132026-06-30T11:19:42.033Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3142026-06-30T11:19:43.213Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3152026-06-30T11:19:44.371Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3162026-06-30T11:19:44.557Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.38s
3172026-06-30T11:19:44.664Z
3182026-06-30T11:19:44.664Zreal 17.534279976
3192026-06-30T11:19:44.664Zuser 48.616314978
3202026-06-30T11:19:44.664Zsys 11.252820250
3212026-06-30T11:19:44.664Ztrap 0.035369126
3222026-06-30T11:19:44.664Ztflt 0.073168121
3232026-06-30T11:19:44.664Zdflt 0.193489276
3242026-06-30T11:19:44.665Zkflt 0.005766313
3252026-06-30T11:19:44.665Zlock 3:02.563776445
3262026-06-30T11:19:44.665Zslp 2:41.868588660
3272026-06-30T11:19:44.665Zlat 2.872138369
3282026-06-30T11:19:44.665Zstop 10.579037633
3292026-06-30T11:19:44.670Zprocess exited: duration 31557 ms, exit code 0
 
3302026-06-30T11:19:44.677Zfound 0 output files