01KPCT3F848G1BJC27N8AC5SFD: opte-ioctl

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

Buildomat Job: 01KPCT4H7CNTT65G38KAAW9MNV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T04:11:54.448Zjob assigned to worker 01KPCT52W5VMBFKQXZZFBQ3EWX [factory aws, i-0106dbef212fbd7fa] (queued for 1 m 12 s)
 
22026-04-17T04:12:01.627Zstarting task 0: "setup"
32026-04-17T04:12:01.630Z++ uname -s
42026-04-17T04:12:01.635Z+ kern=SunOS
52026-04-17T04:12:01.635Z+ build_user=build
62026-04-17T04:12:01.635Z+ build_uid=12345
72026-04-17T04:12:01.635Z+ work_dir=/work
82026-04-17T04:12:01.635Z+ input_dir=/input
92026-04-17T04:12:01.635Z+ [[ 0 == 12345 ]]
102026-04-17T04:12:01.635Z+ case "$kern" in
112026-04-17T04:12:01.635Z+ groupadd -g 12345 build
122026-04-17T04:12:01.643Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T04:12:03.644Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T04:12:03.755Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T04:12:03.760Z+ home_fs=zfs
162026-04-17T04:12:03.760Z+ [[ zfs == autofs ]]
172026-04-17T04:12:03.760Z+ mkdir -p /home/build
182026-04-17T04:12:03.760Z+ chown build:build /home/build /work
192026-04-17T04:12:05.754Z+ chmod 0700 /home/build /work
202026-04-17T04:12:05.757Zprocess exited: duration 4131 ms, exit code 0
 
212026-04-17T04:12:05.767Zstarting task 1: "rust-toolchain"
222026-04-17T04:12:05.771Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-04-17T04:12:05.771Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-17T04:12:05.771Z * rust toolchain channel = "1.95.0"
252026-04-17T04:12:05.771Z * rust toolchain profile = "default"
262026-04-17T04:12:05.771Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T04:12:05.771Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T04:12:05.774Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T04:12:05.774Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-04-17T04:12:05.892Zinfo: downloading installer
312026-04-17T04:12:07.469Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T04:12:07.469Zwarn: /opt/ooce/bin
332026-04-17T04:12:07.469Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T04:12:07.470Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T04:12:07.470Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T04:12:07.470Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T04:12:07.470Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T04:12:07.470Zerror: cannot install while Rust is installed
392026-04-17T04:12:07.470Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T04:12:07.470Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T04:12:07.470Zwarn: /home/build/.rustup/settings.toml
422026-04-17T04:12:07.470Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T04:12:07.470Zwarn: instead of the one inferred from the default host triple.
442026-04-17T04:12:07.483Zinfo: profile set to default
452026-04-17T04:12:07.483Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T04:12:07.487Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
472026-04-17T04:12:07.641Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-17T04:12:07.644Zinfo: downloading 6 components
492026-04-17T04:12:22.217Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
502026-04-17T04:12:22.217Z
512026-04-17T04:12:22.256Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-17T04:12:22.256Z
532026-04-17T04:12:22.257Z
542026-04-17T04:12:22.257ZRust is installed now. Great!
552026-04-17T04:12:22.257Z
562026-04-17T04:12:22.290ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T04:12:22.290Zenvironment variable. This has not been done automatically.
582026-04-17T04:12:22.290Z
592026-04-17T04:12:22.290ZTo configure your current shell, you need to source
602026-04-17T04:12:22.290Zthe corresponding env file under $HOME/.cargo.
612026-04-17T04:12:22.290Z
622026-04-17T04:12:22.290ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T04:12:22.290Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T04:12:22.290Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T04:12:22.290Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T04:12:22.290Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T04:12:22.290Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T04:12:22.290Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T04:12:22.291Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T04:12:22.291Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T04:12:22.464Z+ rustup --version
722026-04-17T04:12:22.668Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T04:12:22.668Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T04:12:22.668Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-17T04:12:22.668Z+ cargo --version
762026-04-17T04:12:22.668Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-17T04:12:22.668Z+ rustc --version
782026-04-17T04:12:22.668Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-17T04:12:22.668Zprocess exited: duration 16653 ms, exit code 0
 
802026-04-17T04:12:22.732Zstarting task 2: "authentication"
812026-04-17T04:12:22.753Zprocess exited: duration 25 ms, exit code 0
 
822026-04-17T04:12:22.812Zstarting task 3: "clone repository"
832026-04-17T04:12:22.841Z+ mkdir -p /work/oxidecomputer/opte
842026-04-17T04:12:22.841Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-17T04:12:23.054ZCloning into '/work/oxidecomputer/opte'...
862026-04-17T04:12:23.914Z+ cd /work/oxidecomputer/opte
872026-04-17T04:12:23.914Z+ git fetch origin 882c068b404722c1733d645e40a73d14bb4404e1
882026-04-17T04:12:24.223ZFrom https://github.com/oxidecomputer/opte
892026-04-17T04:12:24.223Z * branch 882c068b404722c1733d645e40a73d14bb4404e1 -> FETCH_HEAD
902026-04-17T04:12:24.275Z+ [[ -n renovate/rust-1.x ]]
912026-04-17T04:12:24.275Z++ git branch --show-current
922026-04-17T04:12:24.275Z+ current=master
932026-04-17T04:12:24.275Z+ [[ master != renovate/rust-1.x ]]
942026-04-17T04:12:24.275Z+ git branch -f renovate/rust-1.x 882c068b404722c1733d645e40a73d14bb4404e1
952026-04-17T04:12:24.275Z+ git checkout -f renovate/rust-1.x
962026-04-17T04:12:24.275ZSwitched to branch 'renovate/rust-1.x'
972026-04-17T04:12:24.275Z+ git reset --hard 882c068b404722c1733d645e40a73d14bb4404e1
982026-04-17T04:12:24.275ZHEAD is now at 882c068 Update dependency rust to v1.95.0
992026-04-17T04:12:24.275Zprocess exited: duration 1387 ms, exit code 0
 
1002026-04-17T04:12:24.326Zstarting task 4: "build"
1012026-04-17T04:12:24.349Z+ source .github/buildomat/common.sh
1022026-04-17T04:12:24.350Z++ rustup show active-toolchain
1032026-04-17T04:12:24.350Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-17T04:12:24.350Z++ pushd xde
1052026-04-17T04:12:24.350Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-17T04:12:24.350Z++ rustup show active-toolchain
1072026-04-17T04:12:24.350Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-17T04:12:24.513Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-17T04:12:24.570Zinfo: downloading 6 components
1102026-04-17T04:12:38.322Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-17T04:12:38.417Z+++ rustup show active-toolchain -v
1122026-04-17T04:12:38.421Z+++ head -n 1
1132026-04-17T04:12:38.421Z+++ cut '-d ' -f1
1142026-04-17T04:12:38.472Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-17T04:12:38.472Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-17T04:12:38.472Z++ popd
1172026-04-17T04:12:38.476Z/work/oxidecomputer/opte
1182026-04-17T04:12:38.476Z+ cargo --version
1192026-04-17T04:12:38.485Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1202026-04-17T04:12:38.485Z+ rustc --version
1212026-04-17T04:12:38.505Zrustc 1.95.0 (59807616e 2026-04-14)
1222026-04-17T04:12:38.508Z+ cd lib/opte-ioctl
1232026-04-17T04:12:38.508Z+ header 'check style'
1242026-04-17T04:12:38.508Z+ echo '# ==== check style ==== #'
1252026-04-17T04:12:38.508Z# ==== check style ==== #
1262026-04-17T04:12:38.508Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-17T04:12:38.571Z
1282026-04-17T04:12:38.571Zreal 0.064338454
1292026-04-17T04:12:38.571Zuser 0.035179147
1302026-04-17T04:12:38.571Zsys 0.026973783
1312026-04-17T04:12:38.571Ztrap 0.000000318
1322026-04-17T04:12:38.575Ztflt 0.000002409
1332026-04-17T04:12:38.575Zdflt 0.000017648
1342026-04-17T04:12:38.575Zkflt 0.000000000
1352026-04-17T04:12:38.575Zlock 0.031034174
1362026-04-17T04:12:38.575Zslp 0.044634897
1372026-04-17T04:12:38.575Zlat 0.000721449
1382026-04-17T04:12:38.575Zstop 0.000085488
1392026-04-17T04:12:38.575Z+ header analyze
1402026-04-17T04:12:38.575Z+ echo '# ==== analyze ==== #'
1412026-04-17T04:12:38.575Z# ==== analyze ==== #
1422026-04-17T04:12:38.575Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-04-17T04:12:38.703Z Updating crates.io index
1442026-04-17T04:12:38.738Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-04-17T04:12:39.798Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-04-17T04:12:40.343Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-04-17T04:12:40.680Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-04-17T04:12:40.946Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-04-17T04:12:41.344Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-04-17T04:12:41.608Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-04-17T04:12:43.557Z Downloading crates ...
1522026-04-17T04:12:43.596Z Downloaded cobs v0.3.0
1532026-04-17T04:12:43.606Z Downloaded ref-cast-impl v1.0.25
1542026-04-17T04:12:43.606Z Downloaded thiserror v2.0.18
1552026-04-17T04:12:43.615Z Downloaded getrandom v0.4.2
1562026-04-17T04:12:43.615Z Downloaded cpufeatures v0.3.0
1572026-04-17T04:12:43.615Z Downloaded fnv v1.0.7
1582026-04-17T04:12:43.616Z Downloaded embedded-io v0.4.0
1592026-04-17T04:12:43.659Z Downloaded chacha20 v0.10.0
1602026-04-17T04:12:43.660Z Downloaded quote v1.0.45
1612026-04-17T04:12:43.703Z Downloaded defmt v0.3.100
1622026-04-17T04:12:43.704Z Downloaded ingot v0.1.1
1632026-04-17T04:12:43.704Z Downloaded regex v1.12.3
1642026-04-17T04:12:43.704Z Downloaded foreign-types-shared v0.3.1
1652026-04-17T04:12:43.704Z Downloaded either v1.15.0
1662026-04-17T04:12:43.704Z Downloaded anyhow v1.0.102
1672026-04-17T04:12:43.704Z Downloaded foreign-types v0.5.0
1682026-04-17T04:12:43.704Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1692026-04-17T04:12:43.704Z Downloaded defmt-parser v1.0.0
1702026-04-17T04:12:43.704Z Downloaded managed v0.8.0
1712026-04-17T04:12:43.704Z Downloaded strsim v0.11.1
1722026-04-17T04:12:43.777Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-04-17T04:12:43.777Z Downloaded foreign-types-macros v0.2.3
1742026-04-17T04:12:43.777Z Downloaded proc-macro-crate v3.5.0
1752026-04-17T04:12:43.777Z Downloaded equivalent v1.0.2
1762026-04-17T04:12:43.777Z Downloaded dyn-clone v1.0.20
1772026-04-17T04:12:43.777Z Downloaded embedded-io v0.6.1
1782026-04-17T04:12:43.777Z Downloaded stable_deref_trait v1.2.1
1792026-04-17T04:12:43.777Z Downloaded hash32 v0.3.1
1802026-04-17T04:12:43.777Z Downloaded pretty-hex v0.4.2
1812026-04-17T04:12:43.777Z Downloaded darling_macro v0.21.3
1822026-04-17T04:12:43.777Z Downloaded cfg-if v1.0.4
1832026-04-17T04:12:43.777Z Downloaded darling v0.21.3
1842026-04-17T04:12:43.777Z Downloaded toml_edit v0.25.11+spec-1.1.0
1852026-04-17T04:12:43.778Z Downloaded darling_core v0.21.3
1862026-04-17T04:12:43.778Z Downloaded bitflags v1.3.2
1872026-04-17T04:12:43.778Z Downloaded version_check v0.9.5
1882026-04-17T04:12:43.778Z Downloaded rand_core v0.10.1
1892026-04-17T04:12:43.778Z Downloaded defmt v1.0.1
1902026-04-17T04:12:43.778Z Downloaded ident_case v1.0.1
1912026-04-17T04:12:43.778Z Downloaded cstr-argument v0.1.2
1922026-04-17T04:12:43.778Z Downloaded ref-cast v1.0.25
1932026-04-17T04:12:43.778Z Downloaded macaddr v1.0.1
1942026-04-17T04:12:43.831Z Downloaded rustversion v1.0.22
1952026-04-17T04:12:43.831Z Downloaded pin-project-lite v0.2.17
1962026-04-17T04:12:43.831Z Downloaded thiserror-impl v2.0.18
1972026-04-17T04:12:43.831Z Downloaded num_enum v0.7.6
1982026-04-17T04:12:43.831Z Downloaded tracing-attributes v0.1.31
1992026-04-17T04:12:43.831Z Downloaded proc-macro2 v1.0.106
2002026-04-17T04:12:43.831Z Downloaded oxnet v0.1.4
2012026-04-17T04:12:43.831Z Downloaded defmt-macros v1.0.1
2022026-04-17T04:12:43.831Z Downloaded byteorder v1.5.0
2032026-04-17T04:12:43.831Z Downloaded num_enum_derive v0.7.6
2042026-04-17T04:12:43.831Z Downloaded rand v0.10.1
2052026-04-17T04:12:43.831Z Downloaded colored v3.1.1
2062026-04-17T04:12:43.831Z Downloaded ingot-types v0.1.2
2072026-04-17T04:12:43.832Z Downloaded postcard v1.1.3
2082026-04-17T04:12:43.832Z Downloaded proc-macro-error2 v2.0.1
2092026-04-17T04:12:43.832Z Downloaded indexmap v2.14.0
2102026-04-17T04:12:43.832Z Downloaded toml_parser v1.1.2+spec-1.1.0
2112026-04-17T04:12:43.832Z Downloaded unicode-ident v1.0.24
2122026-04-17T04:12:43.875Z Downloaded uuid v1.23.0
2132026-04-17T04:12:43.875Z Downloaded socket2 v0.6.3
2142026-04-17T04:12:43.875Z Downloaded ingot-macros v0.1.1
2152026-04-17T04:12:43.875Z Downloaded bitflags v2.11.0
2162026-04-17T04:12:43.875Z Downloaded once_cell v1.21.4
2172026-04-17T04:12:43.875Z Downloaded serde_core v1.0.228
2182026-04-17T04:12:43.875Z Downloaded tracing-core v0.1.36
2192026-04-17T04:12:43.875Z Downloaded heapless v0.8.0
2202026-04-17T04:12:43.875Z Downloaded serde_derive v1.0.228
2212026-04-17T04:12:43.875Z Downloaded serde v1.0.228
2222026-04-17T04:12:43.876Z Downloaded zerocopy-derive v0.8.48
2232026-04-17T04:12:43.893Z Downloaded memchr v2.8.0
2242026-04-17T04:12:43.913Z Downloaded hashbrown v0.17.0
2252026-04-17T04:12:43.920Z Downloaded itertools v0.14.0
2262026-04-17T04:12:43.936Z Downloaded winnow v1.0.1
2272026-04-17T04:12:43.945Z Downloaded aho-corasick v1.1.4
2282026-04-17T04:12:43.969Z Downloaded syn v1.0.109
2292026-04-17T04:12:43.979Z Downloaded zerocopy v0.8.48
2302026-04-17T04:12:43.990Z Downloaded smoltcp v0.11.0
2312026-04-17T04:12:43.998Z Downloaded syn v2.0.117
2322026-04-17T04:12:43.998Z Downloaded regex-syntax v0.8.10
2332026-04-17T04:12:44.043Z Downloaded tracing v0.1.44
2342026-04-17T04:12:44.059Z Downloaded regex-automata v0.4.14
2352026-04-17T04:12:44.069Z Downloaded libc v0.2.185
2362026-04-17T04:12:44.115Z Compiling proc-macro2 v1.0.106
2372026-04-17T04:12:44.115Z Compiling unicode-ident v1.0.24
2382026-04-17T04:12:44.115Z Compiling quote v1.0.45
2392026-04-17T04:12:44.115Z Compiling serde_core v1.0.228
2402026-04-17T04:12:44.115Z Checking cfg-if v1.0.4
2412026-04-17T04:12:44.123Z Compiling strsim v0.11.1
2422026-04-17T04:12:44.123Z Compiling memchr v2.8.0
2432026-04-17T04:12:44.123Z Compiling fnv v1.0.7
2442026-04-17T04:12:44.260Z Compiling ident_case v1.0.1
2452026-04-17T04:12:44.283Z Compiling thiserror v2.0.18
2462026-04-17T04:12:44.314Z Compiling regex-syntax v0.8.10
2472026-04-17T04:12:44.342Z Compiling libc v0.2.185
2482026-04-17T04:12:44.475Z Compiling equivalent v1.0.2
2492026-04-17T04:12:44.554Z Compiling zerocopy v0.8.48
2502026-04-17T04:12:44.720Z Compiling aho-corasick v1.1.4
2512026-04-17T04:12:44.935Z Compiling hashbrown v0.17.0
2522026-04-17T04:12:44.952Z Compiling serde v1.0.228
2532026-04-17T04:12:44.952Z Compiling either v1.15.0
2542026-04-17T04:12:45.081Z Compiling winnow v1.0.1
2552026-04-17T04:12:45.120Z Compiling itertools v0.14.0
2562026-04-17T04:12:45.461Z Compiling indexmap v2.14.0
2572026-04-17T04:12:45.753Z Compiling syn v2.0.117
2582026-04-17T04:12:45.818Z Compiling regex-automata v0.4.14
2592026-04-17T04:12:46.070Z Compiling toml_parser v1.1.2+spec-1.1.0
2602026-04-17T04:12:46.150Z Compiling toml_datetime v1.1.1+spec-1.1.0
2612026-04-17T04:12:46.165Z Compiling heapless v0.8.0
2622026-04-17T04:12:46.347Z Checking byteorder v1.5.0
2632026-04-17T04:12:46.347Z Checking stable_deref_trait v1.2.1
2642026-04-17T04:12:46.387Z Checking bitflags v2.11.0
2652026-04-17T04:12:46.409Z Checking macaddr v1.0.1
2662026-04-17T04:12:46.446Z Compiling rustversion v1.0.22
2672026-04-17T04:12:46.508Z Checking hash32 v0.3.1
2682026-04-17T04:12:46.965Z Compiling toml_edit v0.25.11+spec-1.1.0
2692026-04-17T04:12:46.965Z Compiling syn v1.0.109
2702026-04-17T04:12:46.984Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2712026-04-17T04:12:46.984Z Compiling smoltcp v0.11.0
2722026-04-17T04:12:46.984Z Checking rand_core v0.10.1
2732026-04-17T04:12:46.984Z Compiling ref-cast v1.0.25
2742026-04-17T04:12:46.984Z Compiling version_check v0.9.5
2752026-04-17T04:12:46.984Z Checking managed v0.8.0
2762026-04-17T04:12:46.984Z Checking bitflags v1.3.2
2772026-04-17T04:12:46.984Z Compiling getrandom v0.4.2
2782026-04-17T04:12:46.998Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2792026-04-17T04:12:47.124Z Compiling proc-macro-crate v3.5.0
2802026-04-17T04:12:47.161Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2812026-04-17T04:12:47.374Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-04-17T04:12:47.388Z Checking foreign-types-shared v0.3.1
2832026-04-17T04:12:47.462Z Compiling regex v1.12.3
2842026-04-17T04:12:47.492Z Compiling anyhow v1.0.102
2852026-04-17T04:12:47.633Z Checking once_cell v1.21.4
2862026-04-17T04:12:47.798Z Checking cpufeatures v0.3.0
2872026-04-17T04:12:47.852Z Checking tracing-core v0.1.36
2882026-04-17T04:12:47.860Z Checking chacha20 v0.10.0
2892026-04-17T04:12:48.165Z Checking pretty-hex v0.4.2
2902026-04-17T04:12:48.198Z Checking cstr-argument v0.1.2
2912026-04-17T04:12:48.198Z Checking pin-project-lite v0.2.17
2922026-04-17T04:12:48.253Z Compiling darling_core v0.21.3
2932026-04-17T04:12:48.258Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2942026-04-17T04:12:48.269Z Checking dyn-clone v1.0.20
2952026-04-17T04:12:48.269Z Checking rand v0.10.1
2962026-04-17T04:12:48.341Z Checking uuid v1.23.0
2972026-04-17T04:12:48.357Z Checking socket2 v0.6.3
2982026-04-17T04:12:48.492Z Checking oxnet v0.1.4
2992026-04-17T04:12:48.600Z Checking colored v3.1.1
3002026-04-17T04:12:48.944Z Compiling thiserror-impl v2.0.18
3012026-04-17T04:12:48.944Z Compiling serde_derive v1.0.228
3022026-04-17T04:12:48.944Z Compiling zerocopy-derive v0.8.48
3032026-04-17T04:12:48.944Z Compiling ref-cast-impl v1.0.25
3042026-04-17T04:12:48.948Z Compiling num_enum_derive v0.7.6
3052026-04-17T04:12:49.357Z Compiling foreign-types-macros v0.2.3
3062026-04-17T04:12:49.625Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3072026-04-17T04:12:49.934Z Checking num_enum v0.7.6
3082026-04-17T04:12:49.972Z Checking foreign-types v0.5.0
3092026-04-17T04:12:50.038Z Compiling tracing-attributes v0.1.31
3102026-04-17T04:12:50.045Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3112026-04-17T04:12:50.221Z Checking cobs v0.3.0
3122026-04-17T04:12:50.221Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3132026-04-17T04:12:50.291Z Compiling darling_macro v0.21.3
3142026-04-17T04:12:50.360Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3152026-04-17T04:12:50.866Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3162026-04-17T04:12:50.907Z Compiling darling v0.21.3
3172026-04-17T04:12:50.983Z Compiling ingot-macros v0.1.1
3182026-04-17T04:12:51.074Z Checking tracing v0.1.44
3192026-04-17T04:12:51.435Z Checking postcard v1.1.3
3202026-04-17T04:12:52.921Z Checking ingot-types v0.1.2
3212026-04-17T04:12:53.180Z Checking ingot v0.1.1
3222026-04-17T04:12:55.560Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-04-17T04:12:55.628Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-04-17T04:12:56.720Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-04-17T04:12:56.915Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.26s
3262026-04-17T04:12:57.016Z
3272026-04-17T04:12:57.016Zreal 18.419634376
3282026-04-17T04:12:57.016Zuser 47.303169166
3292026-04-17T04:12:57.016Zsys 11.280065079
3302026-04-17T04:12:57.016Ztrap 0.033972546
3312026-04-17T04:12:57.016Ztflt 0.204848770
3322026-04-17T04:12:57.016Zdflt 0.745225672
3332026-04-17T04:12:57.016Zkflt 0.007571539
3342026-04-17T04:12:57.016Zlock 2:37.556398129
3352026-04-17T04:12:57.017Zslp 2:47.475474421
3362026-04-17T04:12:57.095Zlat 2.462309717
3372026-04-17T04:12:57.095Zstop 8.383292555
3382026-04-17T04:12:57.095Zprocess exited: duration 32689 ms, exit code 0
 
3392026-04-17T04:12:57.170Zfound 0 output files