01KYEAGDDD32SP3QSBXPDQ7430: opte-ioctl

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

Buildomat Job: 01KYEAHFHX6NG4NQ0BDGW1VWDY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:22:59.604Zjob assigned to worker 01KYEAHN7T2MD2C6XS63PGXSVN [factory aws, i-0ede33b2591684812] (queued for 47 s)
 
22026-07-26T04:23:06.058Zstarting task 0: "setup"
32026-07-26T04:23:06.062Z++ uname -s
42026-07-26T04:23:06.065Z+ kern=SunOS
52026-07-26T04:23:06.065Z+ build_user=build
62026-07-26T04:23:06.065Z+ build_uid=12345
72026-07-26T04:23:06.065Z+ work_dir=/work
82026-07-26T04:23:06.065Z+ input_dir=/input
92026-07-26T04:23:06.065Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:06.065Z+ case "$kern" in
112026-07-26T04:23:06.065Z+ groupadd -g 12345 build
122026-07-26T04:23:06.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:08.071Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:08.167Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:08.170Z+ home_fs=zfs
162026-07-26T04:23:08.170Z+ [[ zfs == autofs ]]
172026-07-26T04:23:08.170Z+ mkdir -p /home/build
182026-07-26T04:23:08.170Z+ chown build:build /home/build /work
192026-07-26T04:23:10.170Z+ chmod 0700 /home/build /work
202026-07-26T04:23:10.173Zprocess exited: duration 4116 ms, exit code 0
 
212026-07-26T04:23:10.181Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:10.188Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:10.188Z * rust toolchain channel = "1.97.1"
242026-07-26T04:23:10.188Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-26T04:23:10.188Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-26T04:23:10.188Z * rust toolchain profile = "default"
272026-07-26T04:23:10.188Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:10.191Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:10.191Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:10.293Zinfo: downloading installer
312026-07-26T04:23:11.764Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:11.764Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:11.764Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:11.764Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:11.777Zinfo: profile set to default
362026-07-26T04:23:11.777Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:11.779Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:11.916Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:11.920Zinfo: downloading 6 components
402026-07-26T04:23:27.147Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:27.147Z
422026-07-26T04:23:27.184Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:27.184Z
442026-07-26T04:23:27.184Z
452026-07-26T04:23:27.184ZRust is installed now. Great!
462026-07-26T04:23:27.184Z
472026-07-26T04:23:27.184ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:27.184Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:27.184Z
502026-07-26T04:23:27.184ZTo configure your current shell, you need to source
512026-07-26T04:23:27.184Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:27.184Z
532026-07-26T04:23:27.184ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:27.184Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:27.184Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:27.184Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:27.184Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:27.184Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:27.184Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:27.187Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:27.188Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:27.273Z+ rustup --version
632026-07-26T04:23:27.295Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:27.303Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:27.307Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:27.307Z+ cargo --version
672026-07-26T04:23:27.321Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:27.326Z+ rustc --version
692026-07-26T04:23:27.345Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:27.357Zprocess exited: duration 17162 ms, exit code 0
 
712026-07-26T04:23:27.372Zstarting task 2: "authentication"
722026-07-26T04:23:27.391ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:23:31.400Zprocess exited: duration 4027 ms, exit code 0
 
742026-07-26T04:23:31.405Zstarting task 3: "clone repository"
752026-07-26T04:23:31.409Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:23:31.412Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:23:31.443ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:23:32.414Z+ cd /work/oxidecomputer/opte
792026-07-26T04:23:32.414Z+ git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8
802026-07-26T04:23:32.614ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:23:32.614Z * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD
822026-07-26T04:23:32.619Z+ [[ -n renovate/rand ]]
832026-07-26T04:23:32.619Z++ git branch --show-current
842026-07-26T04:23:32.626Z+ current=master
852026-07-26T04:23:32.627Z+ [[ master != renovate/rand ]]
862026-07-26T04:23:32.627Z+ git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8
872026-07-26T04:23:32.627Z+ git checkout -f renovate/rand
882026-07-26T04:23:32.650ZSwitched to branch 'renovate/rand'
892026-07-26T04:23:32.658Z+ git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8
902026-07-26T04:23:32.658ZHEAD is now at 47f1798 Update Rust crate rand to 0.10.2
912026-07-26T04:23:32.658Zprocess exited: duration 1250 ms, exit code 0
 
922026-07-26T04:23:32.666Zstarting task 4: "build"
932026-07-26T04:23:32.678Z+ source .github/buildomat/common.sh
942026-07-26T04:23:32.694Z++ rustup show active-toolchain
952026-07-26T04:23:32.694Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:23:32.694Z++ pushd xde
972026-07-26T04:23:32.694Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:23:32.694Z++ rustup show active-toolchain
992026-07-26T04:23:32.694Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:23:32.857Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:23:32.864Zinfo: downloading 6 components
1022026-07-26T04:23:48.584Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:23:48.671Z+++ rustup show active-toolchain -v
1042026-07-26T04:23:48.671Z+++ head -n 1
1052026-07-26T04:23:48.671Z+++ cut '-d ' -f1
1062026-07-26T04:23:48.671Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:48.671Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:23:48.671Z++ popd
1092026-07-26T04:23:48.671Z/work/oxidecomputer/opte
1102026-07-26T04:23:48.671Z+ cargo --version
1112026-07-26T04:23:48.671Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:23:48.671Z+ rustc --version
1132026-07-26T04:23:48.671Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:23:48.671Z+ cd lib/opte-ioctl
1152026-07-26T04:23:48.672Z+ header 'check style'
1162026-07-26T04:23:48.672Z+ echo '# ==== check style ==== #'
1172026-07-26T04:23:48.672Z# ==== check style ==== #
1182026-07-26T04:23:48.672Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-26T04:23:48.672Z
1202026-07-26T04:23:48.672Zreal 0.066537906
1212026-07-26T04:23:48.672Zuser 0.035612849
1222026-07-26T04:23:48.672Zsys 0.028494970
1232026-07-26T04:23:48.672Ztrap 0.000001780
1242026-07-26T04:23:48.672Ztflt 0.000008460
1252026-07-26T04:23:48.672Zdflt 0.000011410
1262026-07-26T04:23:48.672Zkflt 0.000000000
1272026-07-26T04:23:48.672Zlock 0.030408588
1282026-07-26T04:23:48.672Zslp 0.045673090
1292026-07-26T04:23:48.672Zlat 0.000849730
1302026-07-26T04:23:48.672Zstop 0.000099220
1312026-07-26T04:23:48.672Z+ header analyze
1322026-07-26T04:23:48.672Z+ echo '# ==== analyze ==== #'
1332026-07-26T04:23:48.672Z# ==== analyze ==== #
1342026-07-26T04:23:48.672Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-07-26T04:23:48.672Z Updating crates.io index
1362026-07-26T04:23:48.672Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-26T04:23:48.942Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-26T04:23:49.164Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-26T04:23:49.364Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-26T04:23:49.683Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-26T04:23:49.917Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-26T04:23:50.164Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-26T04:23:52.015Z Downloading crates ...
1442026-07-26T04:23:52.064Z Downloaded dyn-clone v1.0.20
1452026-07-26T04:23:52.069Z Downloaded foreign-types-shared v0.3.1
1462026-07-26T04:23:52.074Z Downloaded byteorder v1.5.0
1472026-07-26T04:23:52.074Z Downloaded either v1.16.0
1482026-07-26T04:23:52.080Z Downloaded bitflags v2.13.0
1492026-07-26T04:23:52.084Z Downloaded chacha20 v0.10.1
1502026-07-26T04:23:52.098Z Downloaded ident_case v1.0.1
1512026-07-26T04:23:52.107Z Downloaded macaddr v1.0.1
1522026-07-26T04:23:52.112Z Downloaded defmt-parser v1.0.0
1532026-07-26T04:23:52.112Z Downloaded darling v0.23.0
1542026-07-26T04:23:52.112Z Downloaded num_enum v0.7.6
1552026-07-26T04:23:52.112Z Downloaded cstr-argument v0.1.2
1562026-07-26T04:23:52.119Z Downloaded cobs v0.3.0
1572026-07-26T04:23:52.119Z Downloaded defmt v0.3.100
1582026-07-26T04:23:52.120Z Downloaded proc-macro-crate v3.5.0
1592026-07-26T04:23:52.120Z Downloaded cpufeatures v0.3.0
1602026-07-26T04:23:52.126Z Downloaded bitflags v1.3.2
1612026-07-26T04:23:52.131Z Downloaded once_cell v1.21.4
1622026-07-26T04:23:52.136Z Downloaded cfg-if v1.0.4
1632026-07-26T04:23:52.136Z Downloaded pretty-hex v0.4.2
1642026-07-26T04:23:52.145Z Downloaded version_check v0.9.5
1652026-07-26T04:23:52.145Z Downloaded foreign-types-macros v0.2.3
1662026-07-26T04:23:52.145Z Downloaded foreign-types v0.5.0
1672026-07-26T04:23:52.145Z Downloaded hash32 v0.3.1
1682026-07-26T04:23:52.158Z Downloaded embedded-io v0.6.1
1692026-07-26T04:23:52.158Z Downloaded ref-cast v1.0.25
1702026-07-26T04:23:52.167Z Downloaded defmt-macros v1.1.1
1712026-07-26T04:23:52.167Z Downloaded managed v0.8.0
1722026-07-26T04:23:52.167Z Downloaded thiserror v2.0.18
1732026-07-26T04:23:52.167Z Downloaded strsim v0.11.1
1742026-07-26T04:23:52.170Z Downloaded darling_macro v0.23.0
1752026-07-26T04:23:52.170Z Downloaded equivalent v1.0.2
1762026-07-26T04:23:52.175Z Downloaded stable_deref_trait v1.2.1
1772026-07-26T04:23:52.175Z Downloaded ref-cast-impl v1.0.25
1782026-07-26T04:23:52.181Z Downloaded serde_derive v1.0.228
1792026-07-26T04:23:52.192Z Downloaded quote v1.0.46
1802026-07-26T04:23:52.192Z Downloaded darling_core v0.23.0
1812026-07-26T04:23:52.198Z Downloaded ingot-macros v0.2.0
1822026-07-26T04:23:52.198Z Downloaded embedded-io v0.4.0
1832026-07-26T04:23:52.198Z Downloaded ingot v0.2.0
1842026-07-26T04:23:52.198Z Downloaded pin-project-lite v0.2.17
1852026-07-26T04:23:52.198Z Downloaded rand_core v0.10.1
1862026-07-26T04:23:52.201Z Downloaded colored v3.1.1
1872026-07-26T04:23:52.206Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1882026-07-26T04:23:52.206Z Downloaded proc-macro2 v1.0.106
1892026-07-26T04:23:52.212Z Downloaded ingot-types v0.2.0
1902026-07-26T04:23:52.223Z Downloaded thiserror-impl v2.0.18
1912026-07-26T04:23:52.230Z Downloaded defmt v1.1.1
1922026-07-26T04:23:52.233Z Downloaded num_enum_derive v0.7.6
1932026-07-26T04:23:52.234Z Downloaded oxnet v0.1.6
1942026-07-26T04:23:52.234Z Downloaded postcard v1.1.3
1952026-07-26T04:23:52.239Z Downloaded heapless v0.8.0
1962026-07-26T04:23:52.252Z Downloaded tracing-attributes v0.1.31
1972026-07-26T04:23:52.258Z Downloaded toml_parser v1.1.2+spec-1.1.0
1982026-07-26T04:23:52.264Z Downloaded getrandom v0.4.3
1992026-07-26T04:23:52.268Z Downloaded socket2 v0.6.4
2002026-07-26T04:23:52.268Z Downloaded tracing-core v0.1.36
2012026-07-26T04:23:52.269Z Downloaded anyhow v1.0.103
2022026-07-26T04:23:52.269Z Downloaded unicode-ident v1.0.24
2032026-07-26T04:23:52.280Z Downloaded uuid v1.23.5
2042026-07-26T04:23:52.288Z Downloaded serde_core v1.0.228
2052026-07-26T04:23:52.288Z Downloaded aho-corasick v1.1.4
2062026-07-26T04:23:52.291Z Downloaded indexmap v2.14.0
2072026-07-26T04:23:52.298Z Downloaded rustversion v1.0.23
2082026-07-26T04:23:52.307Z Downloaded memchr v2.8.3
2092026-07-26T04:23:52.311Z Downloaded rand v0.10.2
2102026-07-26T04:23:52.316Z Downloaded serde v1.0.228
2112026-07-26T04:23:52.316Z Downloaded toml_edit v0.25.12+spec-1.1.0
2122026-07-26T04:23:52.339Z Downloaded zerocopy-derive v0.8.54
2132026-07-26T04:23:52.351Z Downloaded itertools v0.15.0
2142026-07-26T04:23:52.366Z Downloaded hashbrown v0.17.1
2152026-07-26T04:23:52.375Z Downloaded regex v1.13.0
2162026-07-26T04:23:52.384Z Downloaded winnow v1.0.3
2172026-07-26T04:23:52.428Z Downloaded syn v1.0.109
2182026-07-26T04:23:52.433Z Downloaded zerocopy v0.8.54
2192026-07-26T04:23:52.455Z Downloaded syn v2.0.118
2202026-07-26T04:23:52.472Z Downloaded smoltcp v0.11.0
2212026-07-26T04:23:52.478Z Downloaded regex-syntax v0.8.11
2222026-07-26T04:23:52.493Z Downloaded tracing v0.1.44
2232026-07-26T04:23:52.516Z Downloaded regex-automata v0.4.15
2242026-07-26T04:23:52.543Z Downloaded libc v0.2.186
2252026-07-26T04:23:52.597Z Compiling proc-macro2 v1.0.106
2262026-07-26T04:23:52.597Z Compiling quote v1.0.46
2272026-07-26T04:23:52.609Z Compiling unicode-ident v1.0.24
2282026-07-26T04:23:52.609Z Compiling serde_core v1.0.228
2292026-07-26T04:23:52.609Z Checking cfg-if v1.0.4
2302026-07-26T04:23:52.609Z Compiling thiserror v2.0.18
2312026-07-26T04:23:52.609Z Compiling ident_case v1.0.1
2322026-07-26T04:23:52.609Z Compiling memchr v2.8.3
2332026-07-26T04:23:52.712Z Compiling strsim v0.11.1
2342026-07-26T04:23:52.781Z Compiling libc v0.2.186
2352026-07-26T04:23:52.786Z Compiling regex-syntax v0.8.11
2362026-07-26T04:23:53.007Z Compiling either v1.16.0
2372026-07-26T04:23:53.028Z Compiling hashbrown v0.17.1
2382026-07-26T04:23:53.127Z Compiling aho-corasick v1.1.4
2392026-07-26T04:23:53.195Z Compiling serde v1.0.228
2402026-07-26T04:23:53.209Z Compiling zerocopy v0.8.54
2412026-07-26T04:23:53.220Z Compiling equivalent v1.0.2
2422026-07-26T04:23:53.298Z Compiling winnow v1.0.3
2432026-07-26T04:23:53.592Z Compiling indexmap v2.14.0
2442026-07-26T04:23:53.638Z Compiling itertools v0.15.0
2452026-07-26T04:23:53.854Z Checking byteorder v1.5.0
2462026-07-26T04:23:54.012Z Compiling syn v2.0.118
2472026-07-26T04:23:54.075Z Compiling heapless v0.8.0
2482026-07-26T04:23:54.136Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-07-26T04:23:54.328Z Compiling regex-automata v0.4.15
2502026-07-26T04:23:54.353Z Compiling toml_parser v1.1.2+spec-1.1.0
2512026-07-26T04:23:54.438Z Checking bitflags v2.13.0
2522026-07-26T04:23:54.518Z Checking hash32 v0.3.1
2532026-07-26T04:23:54.534Z Checking macaddr v1.0.1
2542026-07-26T04:23:54.594Z Compiling smoltcp v0.11.0
2552026-07-26T04:23:54.622Z Checking stable_deref_trait v1.2.1
2562026-07-26T04:23:54.670Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2572026-07-26T04:23:54.686Z Compiling syn v1.0.109
2582026-07-26T04:23:54.822Z Compiling toml_edit v0.25.12+spec-1.1.0
2592026-07-26T04:23:54.894Z Compiling rustversion v1.0.23
2602026-07-26T04:23:54.911Z Checking rand_core v0.10.1
2612026-07-26T04:23:54.931Z Checking bitflags v1.3.2
2622026-07-26T04:23:55.902Z Compiling ref-cast v1.0.25
2632026-07-26T04:23:55.944Z Checking managed v0.8.0
2642026-07-26T04:23:55.944Z Compiling getrandom v0.4.3
2652026-07-26T04:23:55.944Z Compiling version_check v0.9.5
2662026-07-26T04:23:55.944Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2672026-07-26T04:23:55.944Z Compiling proc-macro-crate v3.5.0
2682026-07-26T04:23:55.944Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-07-26T04:23:55.944Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2702026-07-26T04:23:55.956Z Compiling anyhow v1.0.103
2712026-07-26T04:23:55.956Z Checking cpufeatures v0.3.0
2722026-07-26T04:23:55.989Z Checking foreign-types-shared v0.3.1
2732026-07-26T04:23:56.071Z Compiling regex v1.13.0
2742026-07-26T04:23:56.080Z Checking once_cell v1.21.4
2752026-07-26T04:23:56.142Z Checking cstr-argument v0.1.2
2762026-07-26T04:23:56.244Z Checking tracing-core v0.1.36
2772026-07-26T04:23:56.302Z Checking chacha20 v0.10.1
2782026-07-26T04:23:56.524Z Checking pin-project-lite v0.2.17
2792026-07-26T04:23:56.550Z Checking pretty-hex v0.4.2
2802026-07-26T04:23:56.557Z Checking dyn-clone v1.0.20
2812026-07-26T04:23:56.570Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2822026-07-26T04:23:56.614Z Checking rand v0.10.2
2832026-07-26T04:23:56.647Z Compiling darling_core v0.23.0
2842026-07-26T04:23:56.656Z Checking uuid v1.23.5
2852026-07-26T04:23:56.786Z Checking socket2 v0.6.4
2862026-07-26T04:23:56.798Z Checking oxnet v0.1.6
2872026-07-26T04:23:56.982Z Checking colored v3.1.1
2882026-07-26T04:23:57.343Z Compiling thiserror-impl v2.0.18
2892026-07-26T04:23:57.343Z Compiling zerocopy-derive v0.8.54
2902026-07-26T04:23:57.358Z Compiling serde_derive v1.0.228
2912026-07-26T04:23:57.358Z Compiling num_enum_derive v0.7.6
2922026-07-26T04:23:57.358Z Compiling foreign-types-macros v0.2.3
2932026-07-26T04:23:57.743Z Compiling ref-cast-impl v1.0.25
2942026-07-26T04:23:57.950Z Checking foreign-types v0.5.0
2952026-07-26T04:23:58.019Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-07-26T04:23:58.316Z Checking num_enum v0.7.6
2972026-07-26T04:23:58.420Z Compiling tracing-attributes v0.1.31
2982026-07-26T04:23:58.438Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2992026-07-26T04:23:58.605Z Checking cobs v0.3.0
3002026-07-26T04:23:58.605Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3012026-07-26T04:23:58.681Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-07-26T04:23:58.694Z Compiling darling_macro v0.23.0
3032026-07-26T04:23:59.138Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-07-26T04:23:59.221Z Compiling darling v0.23.0
3052026-07-26T04:23:59.656Z Compiling ingot-macros v0.2.0
3062026-07-26T04:23:59.670Z Checking tracing v0.1.44
3072026-07-26T04:23:59.823Z Checking postcard v1.1.3
3082026-07-26T04:24:01.300Z Checking ingot-types v0.2.0
3092026-07-26T04:24:01.577Z Checking ingot v0.2.0
3102026-07-26T04:24:02.857Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3112026-07-26T04:24:04.000Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3122026-07-26T04:24:05.139Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3132026-07-26T04:24:05.325Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.40s
3142026-07-26T04:24:05.451Z
3152026-07-26T04:24:05.451Zreal 17.548236313
3162026-07-26T04:24:05.451Zuser 48.161647702
3172026-07-26T04:24:05.451Zsys 10.997216581
3182026-07-26T04:24:05.451Ztrap 0.036408323
3192026-07-26T04:24:05.451Ztflt 0.076475705
3202026-07-26T04:24:05.451Zdflt 0.183070753
3212026-07-26T04:24:05.451Zkflt 0.004910613
3222026-07-26T04:24:05.451Zlock 3:20.014905391
3232026-07-26T04:24:05.451Zslp 2:39.204696008
3242026-07-26T04:24:05.475Zlat 2.529500797
3252026-07-26T04:24:05.476Zstop 11.162528953
3262026-07-26T04:24:05.476Zprocess exited: duration 32758 ms, exit code 0
 
3272026-07-26T04:24:05.512Zfound 0 output files