01KXZH2N1GM7XTYEME7NQ4TG6T: opte-ioctl

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

Buildomat Job: 01KXZH37JAN94DQP1PN9DFJ2GM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:05.550Zjob assigned to worker 01KXZH3DKFJSBXGMZWA3VMVA8W [factory aws, i-01545294e5afca9ae] (queued for 56 s)
 
22026-07-20T10:29:11.854Zstarting task 0: "setup"
32026-07-20T10:29:11.857Z++ uname -s
42026-07-20T10:29:11.862Z+ kern=SunOS
52026-07-20T10:29:11.862Z+ build_user=build
62026-07-20T10:29:11.862Z+ build_uid=12345
72026-07-20T10:29:11.863Z+ work_dir=/work
82026-07-20T10:29:11.863Z+ input_dir=/input
92026-07-20T10:29:11.863Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:11.863Z+ case "$kern" in
112026-07-20T10:29:11.863Z+ groupadd -g 12345 build
122026-07-20T10:29:11.863Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:13.867Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:13.946Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:13.949Z+ home_fs=zfs
162026-07-20T10:29:13.949Z+ [[ zfs == autofs ]]
172026-07-20T10:29:13.949Z+ mkdir -p /home/build
182026-07-20T10:29:13.949Z+ chown build:build /home/build /work
192026-07-20T10:29:14.950Z+ chmod 0700 /home/build /work
202026-07-20T10:29:14.953Zprocess exited: duration 3099 ms, exit code 0
 
212026-07-20T10:29:14.958Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:14.962Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:14.962Z * rust toolchain channel = "1.96.1"
242026-07-20T10:29:14.962Z * rust toolchain profile = "default"
252026-07-20T10:29:14.963Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T10:29:14.963Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:14.963Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:29:14.966Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:14.966Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:15.073Zinfo: downloading installer
312026-07-20T10:29:16.369Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:29:16.369Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:29:16.369Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:29:16.369Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:29:16.381Zinfo: profile set to default
362026-07-20T10:29:16.381Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:29:16.384Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:29:16.514Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:29:16.518Zinfo: downloading 6 components
402026-07-20T10:29:31.059Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:29:31.060Z
422026-07-20T10:29:31.089Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:29:31.089Z
442026-07-20T10:29:31.089Z
452026-07-20T10:29:31.089ZRust is installed now. Great!
462026-07-20T10:29:31.089Z
472026-07-20T10:29:31.089ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:29:31.089Zenvironment variable. This has not been done automatically.
492026-07-20T10:29:31.089Z
502026-07-20T10:29:31.089ZTo configure your current shell, you need to source
512026-07-20T10:29:31.089Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:29:31.089Z
532026-07-20T10:29:31.089ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:29:31.092Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:29:31.092Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:29:31.092Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:29:31.092Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:29:31.093Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:29:31.093Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:29:31.093Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:29:31.093Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:29:31.197Z+ rustup --version
632026-07-20T10:29:31.207Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:29:31.211Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:29:31.265Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:29:31.268Z+ cargo --version
672026-07-20T10:29:31.268Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:29:31.268Z+ rustc --version
692026-07-20T10:29:31.268Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:29:31.271Zprocess exited: duration 16310 ms, exit code 0
 
712026-07-20T10:29:31.277Zstarting task 2: "authentication"
722026-07-20T10:29:31.294Zprocess exited: duration 17 ms, exit code 0
 
732026-07-20T10:29:31.300Zstarting task 3: "clone repository"
742026-07-20T10:29:31.303Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:29:31.306Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:29:31.334ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:29:32.215Z+ cd /work/oxidecomputer/opte
782026-07-20T10:29:32.215Z+ git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db
792026-07-20T10:29:32.477ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:29:32.477Z * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD
812026-07-20T10:29:32.484Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-07-20T10:29:32.487Z++ git branch --show-current
832026-07-20T10:29:32.487Z+ current=master
842026-07-20T10:29:32.487Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-07-20T10:29:32.487Z+ git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db
862026-07-20T10:29:32.490Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-07-20T10:29:32.507ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-07-20T10:29:32.510Z+ git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db
892026-07-20T10:29:32.524ZHEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104
902026-07-20T10:29:32.527Zprocess exited: duration 1224 ms, exit code 0
 
912026-07-20T10:29:32.533Zstarting task 4: "build"
922026-07-20T10:29:32.536Z+ source .github/buildomat/common.sh
932026-07-20T10:29:32.539Z++ rustup show active-toolchain
942026-07-20T10:29:32.543Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:29:32.546Z++ pushd xde
962026-07-20T10:29:32.546Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:29:32.546Z++ rustup show active-toolchain
982026-07-20T10:29:32.556Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:29:32.710Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:29:32.712Zinfo: downloading 6 components
1012026-07-20T10:29:47.593Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:29:47.685Z+++ rustup show active-toolchain -v
1032026-07-20T10:29:47.688Z+++ head -n 1
1042026-07-20T10:29:47.688Z+++ cut '-d ' -f1
1052026-07-20T10:29:47.739Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:29:47.739Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:29:47.742Z++ popd
1082026-07-20T10:29:47.742Z/work/oxidecomputer/opte
1092026-07-20T10:29:47.742Z+ cargo --version
1102026-07-20T10:29:47.749Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:29:47.751Z+ rustc --version
1122026-07-20T10:29:47.770Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:29:47.773Z+ cd lib/opte-ioctl
1142026-07-20T10:29:47.773Z+ header 'check style'
1152026-07-20T10:29:47.773Z+ echo '# ==== check style ==== #'
1162026-07-20T10:29:47.773Z# ==== check style ==== #
1172026-07-20T10:29:47.773Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:29:47.843Z
1192026-07-20T10:29:47.843Zreal 0.067454594
1202026-07-20T10:29:47.843Zuser 0.036166104
1212026-07-20T10:29:47.843Zsys 0.028894482
1222026-07-20T10:29:47.843Ztrap 0.000000660
1232026-07-20T10:29:47.843Ztflt 0.000023430
1242026-07-20T10:29:47.847Zdflt 0.000021380
1252026-07-20T10:29:47.847Zkflt 0.000000000
1262026-07-20T10:29:47.847Zlock 0.031498432
1272026-07-20T10:29:47.847Zslp 0.046226919
1282026-07-20T10:29:47.847Zlat 0.000623740
1292026-07-20T10:29:47.847Zstop 0.000117940
1302026-07-20T10:29:47.847Z+ header analyze
1312026-07-20T10:29:47.847Z+ echo '# ==== analyze ==== #'
1322026-07-20T10:29:47.847Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1332026-07-20T10:29:47.847Z# ==== analyze ==== #
1342026-07-20T10:29:47.979Z Updating crates.io index
1352026-07-20T10:29:47.984Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-07-20T10:29:48.704Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-07-20T10:29:49.091Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-07-20T10:29:49.440Z Updating git repository `https://github.com/oxidecomputer/zone`
1392026-07-20T10:29:49.694Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-20T10:29:49.926Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-07-20T10:29:50.211Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-07-20T10:29:51.962Z Downloading crates ...
1432026-07-20T10:29:52.010Z Downloaded bitflags v2.13.0
1442026-07-20T10:29:52.013Z Downloaded anyhow v1.0.104
1452026-07-20T10:29:52.020Z Downloaded cstr-argument v0.1.2
1462026-07-20T10:29:52.023Z Downloaded cpufeatures v0.3.0
1472026-07-20T10:29:52.025Z Downloaded hash32 v0.3.1
1482026-07-20T10:29:52.028Z Downloaded fnv v1.0.7
1492026-07-20T10:29:52.035Z Downloaded darling_macro v0.21.3
1502026-07-20T10:29:52.041Z Downloaded foreign-types-macros v0.2.3
1512026-07-20T10:29:52.045Z Downloaded macaddr v1.0.1
1522026-07-20T10:29:52.048Z Downloaded dyn-clone v1.0.20
1532026-07-20T10:29:52.048Z Downloaded equivalent v1.0.2
1542026-07-20T10:29:52.050Z Downloaded defmt v0.3.100
1552026-07-20T10:29:52.053Z Downloaded defmt-parser v1.0.0
1562026-07-20T10:29:52.056Z Downloaded pretty-hex v0.4.2
1572026-07-20T10:29:52.056Z Downloaded ident_case v1.0.1
1582026-07-20T10:29:52.056Z Downloaded embedded-io v0.4.0
1592026-07-20T10:29:52.059Z Downloaded cobs v0.3.0
1602026-07-20T10:29:52.059Z Downloaded version_check v0.9.5
1612026-07-20T10:29:52.059Z Downloaded proc-macro-crate v3.5.0
1622026-07-20T10:29:52.062Z Downloaded ref-cast-impl v1.0.25
1632026-07-20T10:29:52.062Z Downloaded foreign-types v0.5.0
1642026-07-20T10:29:52.068Z Downloaded stable_deref_trait v1.2.1
1652026-07-20T10:29:52.071Z Downloaded ref-cast v1.0.25
1662026-07-20T10:29:52.074Z Downloaded ingot-types v0.1.2
1672026-07-20T10:29:52.077Z Downloaded cfg-if v1.0.4
1682026-07-20T10:29:52.078Z Downloaded bitflags v1.3.2
1692026-07-20T10:29:52.081Z Downloaded either v1.16.0
1702026-07-20T10:29:52.087Z Downloaded managed v0.8.0
1712026-07-20T10:29:52.092Z Downloaded foreign-types-shared v0.3.1
1722026-07-20T10:29:52.096Z Downloaded quote v1.0.46
1732026-07-20T10:29:52.098Z Downloaded byteorder v1.5.0
1742026-07-20T10:29:52.101Z Downloaded pin-project-lite v0.2.17
1752026-07-20T10:29:52.104Z Downloaded thiserror-impl v2.0.18
1762026-07-20T10:29:52.107Z Downloaded defmt-macros v1.1.1
1772026-07-20T10:29:52.110Z Downloaded num_enum_derive v0.7.6
1782026-07-20T10:29:52.113Z Downloaded num_enum v0.7.6
1792026-07-20T10:29:52.115Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1802026-07-20T10:29:52.118Z Downloaded strsim v0.11.1
1812026-07-20T10:29:52.118Z Downloaded rustversion v1.0.23
1822026-07-20T10:29:52.121Z Downloaded rand_core v0.10.1
1832026-07-20T10:29:52.121Z Downloaded oxnet v0.1.6
1842026-07-20T10:29:52.121Z Downloaded chacha20 v0.10.1
1852026-07-20T10:29:52.124Z Downloaded embedded-io v0.6.1
1862026-07-20T10:29:52.132Z Downloaded ingot v0.1.1
1872026-07-20T10:29:52.135Z Downloaded once_cell v1.21.4
1882026-07-20T10:29:52.139Z Downloaded ingot-macros v0.1.1
1892026-07-20T10:29:52.141Z Downloaded defmt v1.1.1
1902026-07-20T10:29:52.144Z Downloaded toml_parser v1.1.2+spec-1.1.0
1912026-07-20T10:29:52.144Z Downloaded darling v0.21.3
1922026-07-20T10:29:52.148Z Downloaded thiserror v2.0.18
1932026-07-20T10:29:52.152Z Downloaded tracing-attributes v0.1.31
1942026-07-20T10:29:52.155Z Downloaded postcard v1.1.3
1952026-07-20T10:29:52.165Z Downloaded proc-macro2 v1.0.106
1962026-07-20T10:29:52.169Z Downloaded colored v3.1.1
1972026-07-20T10:29:52.173Z Downloaded serde_core v1.0.228
1982026-07-20T10:29:52.179Z Downloaded uuid v1.23.5
1992026-07-20T10:29:52.182Z Downloaded socket2 v0.6.4
2002026-07-20T10:29:52.184Z Downloaded unicode-ident v1.0.24
2012026-07-20T10:29:52.187Z Downloaded darling_core v0.21.3
2022026-07-20T10:29:52.193Z Downloaded heapless v0.8.0
2032026-07-20T10:29:52.198Z Downloaded serde_derive v1.0.228
2042026-07-20T10:29:52.202Z Downloaded indexmap v2.14.0
2052026-07-20T10:29:52.205Z Downloaded toml_edit v0.25.12+spec-1.1.0
2062026-07-20T10:29:52.212Z Downloaded serde v1.0.228
2072026-07-20T10:29:52.215Z Downloaded memchr v2.8.3
2082026-07-20T10:29:52.218Z Downloaded getrandom v0.4.3
2092026-07-20T10:29:52.222Z Downloaded tracing-core v0.1.36
2102026-07-20T10:29:52.225Z Downloaded rand v0.10.2
2112026-07-20T10:29:52.228Z Downloaded zerocopy-derive v0.8.54
2122026-07-20T10:29:52.231Z Downloaded aho-corasick v1.1.4
2132026-07-20T10:29:52.263Z Downloaded itertools v0.14.0
2142026-07-20T10:29:52.266Z Downloaded hashbrown v0.17.1
2152026-07-20T10:29:52.271Z Downloaded regex v1.13.0
2162026-07-20T10:29:52.291Z Downloaded winnow v1.0.3
2172026-07-20T10:29:52.311Z Downloaded syn v1.0.109
2182026-07-20T10:29:52.324Z Downloaded zerocopy v0.8.54
2192026-07-20T10:29:52.334Z Downloaded syn v2.0.118
2202026-07-20T10:29:52.340Z Downloaded smoltcp v0.11.0
2212026-07-20T10:29:52.348Z Downloaded regex-syntax v0.8.11
2222026-07-20T10:29:52.367Z Downloaded tracing v0.1.44
2232026-07-20T10:29:52.384Z Downloaded regex-automata v0.4.15
2242026-07-20T10:29:52.391Z Downloaded libc v0.2.186
2252026-07-20T10:29:52.452Z Compiling proc-macro2 v1.0.106
2262026-07-20T10:29:52.452Z Compiling quote v1.0.46
2272026-07-20T10:29:52.452Z Compiling unicode-ident v1.0.24
2282026-07-20T10:29:52.455Z Compiling serde_core v1.0.228
2292026-07-20T10:29:52.455Z Checking cfg-if v1.0.4
2302026-07-20T10:29:52.455Z Compiling fnv v1.0.7
2312026-07-20T10:29:52.508Z Compiling strsim v0.11.1
2322026-07-20T10:29:52.511Z Compiling thiserror v2.0.18
2332026-07-20T10:29:52.573Z Compiling memchr v2.8.3
2342026-07-20T10:29:52.616Z Compiling ident_case v1.0.1
2352026-07-20T10:29:52.646Z Compiling libc v0.2.186
2362026-07-20T10:29:52.725Z Compiling regex-syntax v0.8.11
2372026-07-20T10:29:52.817Z Compiling either v1.16.0
2382026-07-20T10:29:52.923Z Compiling serde v1.0.228
2392026-07-20T10:29:53.017Z Compiling aho-corasick v1.1.4
2402026-07-20T10:29:53.057Z Compiling zerocopy v0.8.54
2412026-07-20T10:29:53.073Z Compiling winnow v1.0.3
2422026-07-20T10:29:53.150Z Compiling equivalent v1.0.2
2432026-07-20T10:29:53.236Z Compiling hashbrown v0.17.1
2442026-07-20T10:29:53.507Z Compiling itertools v0.14.0
2452026-07-20T10:29:53.736Z Compiling syn v2.0.118
2462026-07-20T10:29:53.773Z Compiling indexmap v2.14.0
2472026-07-20T10:29:53.813Z Compiling toml_datetime v1.1.1+spec-1.1.0
2482026-07-20T10:29:54.032Z Compiling toml_parser v1.1.2+spec-1.1.0
2492026-07-20T10:29:54.094Z Checking byteorder v1.5.0
2502026-07-20T10:29:54.247Z Compiling regex-automata v0.4.15
2512026-07-20T10:29:54.327Z Compiling heapless v0.8.0
2522026-07-20T10:29:54.376Z Compiling toml_edit v0.25.12+spec-1.1.0
2532026-07-20T10:29:54.424Z Checking bitflags v2.13.0
2542026-07-20T10:29:54.579Z Checking hash32 v0.3.1
2552026-07-20T10:29:54.582Z Checking stable_deref_trait v1.2.1
2562026-07-20T10:29:54.643Z Compiling rustversion v1.0.23
2572026-07-20T10:29:54.688Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-07-20T10:29:54.733Z Compiling syn v1.0.109
2592026-07-20T10:29:54.787Z Compiling smoltcp v0.11.0
2602026-07-20T10:29:54.796Z Checking macaddr v1.0.1
2612026-07-20T10:29:54.934Z Compiling proc-macro-crate v3.5.0
2622026-07-20T10:29:55.029Z Compiling getrandom v0.4.3
2632026-07-20T10:29:55.089Z Checking bitflags v1.3.2
2642026-07-20T10:29:55.139Z Checking rand_core v0.10.1
2652026-07-20T10:29:55.148Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2662026-07-20T10:29:55.273Z Compiling version_check v0.9.5
2672026-07-20T10:29:55.283Z Compiling ref-cast v1.0.25
2682026-07-20T10:29:55.297Z Checking managed v0.8.0
2692026-07-20T10:29:55.414Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2702026-07-20T10:29:55.593Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2712026-07-20T10:29:55.663Z Checking foreign-types-shared v0.3.1
2722026-07-20T10:29:55.719Z Compiling anyhow v1.0.104
2732026-07-20T10:29:55.744Z Checking once_cell v1.21.4
2742026-07-20T10:29:55.854Z Checking cpufeatures v0.3.0
2752026-07-20T10:29:55.923Z Checking tracing-core v0.1.36
2762026-07-20T10:29:55.990Z Compiling regex v1.13.0
2772026-07-20T10:29:56.246Z Checking chacha20 v0.10.1
2782026-07-20T10:29:56.285Z Checking cstr-argument v0.1.2
2792026-07-20T10:29:56.388Z Compiling darling_core v0.21.3
2802026-07-20T10:29:56.441Z Checking pretty-hex v0.4.2
2812026-07-20T10:29:56.498Z Checking dyn-clone v1.0.20
2822026-07-20T10:29:56.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2832026-07-20T10:29:56.561Z Checking pin-project-lite v0.2.17
2842026-07-20T10:29:56.595Z Checking rand v0.10.2
2852026-07-20T10:29:56.734Z Checking uuid v1.23.5
2862026-07-20T10:29:56.760Z Checking socket2 v0.6.4
2872026-07-20T10:29:56.842Z Checking colored v3.1.1
2882026-07-20T10:29:56.982Z Checking oxnet v0.1.6
2892026-07-20T10:29:57.266Z Compiling thiserror-impl v2.0.18
2902026-07-20T10:29:57.268Z Compiling zerocopy-derive v0.8.54
2912026-07-20T10:29:57.268Z Compiling serde_derive v1.0.228
2922026-07-20T10:29:57.271Z Compiling num_enum_derive v0.7.6
2932026-07-20T10:29:57.271Z Compiling foreign-types-macros v0.2.3
2942026-07-20T10:29:57.706Z Compiling ref-cast-impl v1.0.25
2952026-07-20T10:29:57.896Z Checking foreign-types v0.5.0
2962026-07-20T10:29:57.963Z Compiling tracing-attributes v0.1.31
2972026-07-20T10:29:58.251Z Checking num_enum v0.7.6
2982026-07-20T10:29:58.356Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2992026-07-20T10:29:58.391Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3002026-07-20T10:29:58.459Z Compiling darling_macro v0.21.3
3012026-07-20T10:29:58.559Z Checking cobs v0.3.0
3022026-07-20T10:29:58.569Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3032026-07-20T10:29:58.682Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-07-20T10:29:59.008Z Compiling darling v0.21.3
3052026-07-20T10:29:59.078Z Compiling ingot-macros v0.1.1
3062026-07-20T10:29:59.133Z Checking tracing v0.1.44
3072026-07-20T10:29:59.139Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3082026-07-20T10:29:59.819Z Checking postcard v1.1.3
3092026-07-20T10:30:01.258Z Checking ingot-types v0.1.2
3102026-07-20T10:30:01.531Z Checking ingot v0.1.1
3112026-07-20T10:30:02.815Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3122026-07-20T10:30:03.953Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3132026-07-20T10:30:05.101Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3142026-07-20T10:30:05.281Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.39s
3152026-07-20T10:30:05.390Z
3162026-07-20T10:30:05.390Zreal 17.541456424
3172026-07-20T10:30:05.391Zuser 48.298110181
3182026-07-20T10:30:05.391Zsys 11.558201647
3192026-07-20T10:30:05.391Ztrap 0.033674499
3202026-07-20T10:30:05.391Ztflt 0.062251442
3212026-07-20T10:30:05.391Zdflt 0.140796845
3222026-07-20T10:30:05.391Zkflt 0.005027126
3232026-07-20T10:30:05.391Zlock 3:02.780324187
3242026-07-20T10:30:05.391Zslp 2:43.316880820
3252026-07-20T10:30:05.391Zlat 2.635854295
3262026-07-20T10:30:05.391Zstop 10.175725498
3272026-07-20T10:30:05.394Zprocess exited: duration 32857 ms, exit code 0
 
3282026-07-20T10:30:05.400Zfound 0 output files