01KNTS7X1CZ884RGQF8YXKH548: opte-ioctl

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

Buildomat Job: 01KNTS99H30JY1H8408K7415P0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:10:37.910Zjob assigned to worker 01KNTS9Z0XG11BWBK6X0VESQ18 [factory aws, i-0c267de384dedc0e2] (queued for 1 m 8 s)
 
22026-04-10T04:10:44.889Zstarting task 0: "setup"
32026-04-10T04:10:44.893Z++ uname -s
42026-04-10T04:10:44.893Z+ kern=SunOS
52026-04-10T04:10:44.893Z+ build_user=build
62026-04-10T04:10:44.893Z+ build_uid=12345
72026-04-10T04:10:44.893Z+ work_dir=/work
82026-04-10T04:10:44.893Z+ input_dir=/input
92026-04-10T04:10:44.893Z+ [[ 0 == 12345 ]]
102026-04-10T04:10:44.893Z+ case "$kern" in
112026-04-10T04:10:44.893Z+ groupadd -g 12345 build
122026-04-10T04:10:44.897Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:10:46.915Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:10:47.028Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:10:47.031Z+ home_fs=zfs
162026-04-10T04:10:47.032Z+ [[ zfs == autofs ]]
172026-04-10T04:10:47.032Z+ mkdir -p /home/build
182026-04-10T04:10:47.032Z+ chown build:build /home/build /work
192026-04-10T04:10:49.032Z+ chmod 0700 /home/build /work
202026-04-10T04:10:49.038Zprocess exited: duration 4149 ms, exit code 0
 
212026-04-10T04:10:49.050Zstarting task 1: "rust-toolchain"
222026-04-10T04:10:49.058Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-10T04:10:49.058Z * rust toolchain channel = "1.94.1"
242026-04-10T04:10:49.058Z * rust toolchain profile = "default"
252026-04-10T04:10:49.058Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T04:10:49.059Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T04:10:49.060Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:10:49.060Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:10:49.071Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-10T04:10:49.176Zinfo: downloading installer
312026-04-10T04:10:50.672Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:10:50.672Zwarn: /opt/ooce/bin
332026-04-10T04:10:50.672Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:10:50.672Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:10:50.672Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:10:50.672Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:10:50.672Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:10:50.672Zerror: cannot install while Rust is installed
392026-04-10T04:10:50.673Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:10:50.673Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:10:50.673Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:10:50.673Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:10:50.673Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:10:50.693Zinfo: profile set to default
452026-04-10T04:10:50.693Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:10:50.704Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-10T04:10:50.842Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:10:50.849Zinfo: downloading 6 components
492026-04-10T04:11:05.600Z
502026-04-10T04:11:05.600Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-04-10T04:11:05.613Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:11:05.613Z
532026-04-10T04:11:05.613Z
542026-04-10T04:11:05.613ZRust is installed now. Great!
552026-04-10T04:11:05.613Z
562026-04-10T04:11:05.614ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:11:05.614Zenvironment variable. This has not been done automatically.
582026-04-10T04:11:05.614Z
592026-04-10T04:11:05.614ZTo configure your current shell, you need to source
602026-04-10T04:11:05.614Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:11:05.614Z
622026-04-10T04:11:05.614ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:11:05.614Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:11:05.614Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:11:05.614Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:11:05.614Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:11:05.614Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:11:05.615Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:11:05.615Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:11:05.615Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:11:05.732Z+ rustup --version
722026-04-10T04:11:05.732Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:11:05.732Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:11:05.748Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:11:05.749Z+ cargo --version
762026-04-10T04:11:05.749Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:11:05.749Z+ rustc --version
782026-04-10T04:11:05.770Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:11:05.800Zprocess exited: duration 16705 ms, exit code 0
 
802026-04-10T04:11:05.849Zstarting task 2: "authentication"
812026-04-10T04:11:05.879Zprocess exited: duration 25 ms, exit code 0
 
822026-04-10T04:11:05.907Zstarting task 3: "clone repository"
832026-04-10T04:11:05.924Z+ mkdir -p /work/oxidecomputer/opte
842026-04-10T04:11:05.924Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-10T04:11:06.037ZCloning into '/work/oxidecomputer/opte'...
862026-04-10T04:11:06.983Z+ cd /work/oxidecomputer/opte
872026-04-10T04:11:07.043Z+ git fetch origin 981f42c81c852f4e1db75990df54381d710a38cd
882026-04-10T04:11:07.339ZFrom https://github.com/oxidecomputer/opte
892026-04-10T04:11:07.339Z * branch 981f42c81c852f4e1db75990df54381d710a38cd -> FETCH_HEAD
902026-04-10T04:11:07.373Z+ [[ -n renovate/ctor-0.x ]]
912026-04-10T04:11:07.373Z++ git branch --show-current
922026-04-10T04:11:07.373Z+ current=master
932026-04-10T04:11:07.373Z+ [[ master != renovate/ctor-0.x ]]
942026-04-10T04:11:07.373Z+ git branch -f renovate/ctor-0.x 981f42c81c852f4e1db75990df54381d710a38cd
952026-04-10T04:11:07.373Z+ git checkout -f renovate/ctor-0.x
962026-04-10T04:11:07.373ZSwitched to branch 'renovate/ctor-0.x'
972026-04-10T04:11:07.373Z+ git reset --hard 981f42c81c852f4e1db75990df54381d710a38cd
982026-04-10T04:11:07.373ZHEAD is now at 981f42c Update Rust crate ctor to 0.9
992026-04-10T04:11:07.373Zprocess exited: duration 1359 ms, exit code 0
 
1002026-04-10T04:11:07.411Zstarting task 4: "build"
1012026-04-10T04:11:07.437Z+ source .github/buildomat/common.sh
1022026-04-10T04:11:07.437Z++ rustup show active-toolchain
1032026-04-10T04:11:07.437Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-10T04:11:07.437Z++ pushd xde
1052026-04-10T04:11:07.437Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-10T04:11:07.438Z++ rustup show active-toolchain
1072026-04-10T04:11:07.471Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-10T04:11:07.662Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-10T04:11:07.827Zinfo: downloading 6 components
1102026-04-10T04:11:21.483Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-10T04:11:21.567Z+++ rustup show active-toolchain -v
1122026-04-10T04:11:21.571Z+++ head -n 1
1132026-04-10T04:11:21.571Z+++ cut '-d ' -f1
1142026-04-10T04:11:21.623Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-10T04:11:21.623Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-10T04:11:21.623Z++ popd
1172026-04-10T04:11:21.623Z/work/oxidecomputer/opte
1182026-04-10T04:11:21.627Z+ cargo --version
1192026-04-10T04:11:21.633Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-10T04:11:21.638Z+ rustc --version
1212026-04-10T04:11:21.654Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-10T04:11:21.657Z+ cd lib/opte-ioctl
1232026-04-10T04:11:21.658Z+ header 'check style'
1242026-04-10T04:11:21.658Z+ echo '# ==== check style ==== #'
1252026-04-10T04:11:21.658Z# ==== check style ==== #
1262026-04-10T04:11:21.658Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-10T04:11:21.761Z
1282026-04-10T04:11:21.762Zreal 0.065181072
1292026-04-10T04:11:21.762Zuser 0.035653410
1302026-04-10T04:11:21.762Zsys 0.027295036
1312026-04-10T04:11:21.762Ztrap 0.000000279
1322026-04-10T04:11:21.762Ztflt 0.000011068
1332026-04-10T04:11:21.762Zdflt 0.000007488
1342026-04-10T04:11:21.762Zkflt 0.000000000
1352026-04-10T04:11:21.762Zlock 0.031095355
1362026-04-10T04:11:21.762Zslp 0.044935460
1372026-04-10T04:11:21.762Zlat 0.000880599
1382026-04-10T04:11:21.762Zstop 0.000101356
1392026-04-10T04:11:21.771Z+ header analyze
1402026-04-10T04:11:21.771Z+ echo '# ==== analyze ==== #'
1412026-04-10T04:11:21.771Z# ==== analyze ==== #
1422026-04-10T04:11:21.771Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-04-10T04:11:21.863Z Updating crates.io index
1442026-04-10T04:11:21.901Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-04-10T04:11:22.894Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-04-10T04:11:23.184Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-04-10T04:11:23.511Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-04-10T04:11:23.936Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-04-10T04:11:24.159Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-04-10T04:11:24.405Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-04-10T04:11:26.540Z Downloading crates ...
1522026-04-10T04:11:26.616Z Downloaded pin-project-lite v0.2.17
1532026-04-10T04:11:26.633Z Downloaded bitflags v1.3.2
1542026-04-10T04:11:26.633Z Downloaded hash32 v0.3.1
1552026-04-10T04:11:26.633Z Downloaded equivalent v1.0.2
1562026-04-10T04:11:26.633Z Downloaded socket2 v0.6.3
1572026-04-10T04:11:27.051Z Downloaded serde_core v1.0.228
1582026-04-10T04:11:27.056Z Downloaded toml_edit v0.25.10+spec-1.1.0
1592026-04-10T04:11:27.056Z Downloaded either v1.15.0
1602026-04-10T04:11:27.056Z Downloaded foreign-types-macros v0.2.3
1612026-04-10T04:11:27.056Z Downloaded darling_macro v0.21.3
1622026-04-10T04:11:27.056Z Downloaded rand v0.10.0
1632026-04-10T04:11:27.056Z Downloaded rand_core v0.10.0
1642026-04-10T04:11:27.056Z Downloaded macaddr v1.0.1
1652026-04-10T04:11:27.056Z Downloaded num_enum_derive v0.7.6
1662026-04-10T04:11:27.056Z Downloaded itertools v0.14.0
1672026-04-10T04:11:27.056Z Downloaded colored v3.1.1
1682026-04-10T04:11:27.056Z Downloaded stable_deref_trait v1.2.1
1692026-04-10T04:11:27.056Z Downloaded embedded-io v0.4.0
1702026-04-10T04:11:27.056Z Downloaded proc-macro-error2 v2.0.1
1712026-04-10T04:11:27.056Z Downloaded cfg-if v1.0.4
1722026-04-10T04:11:27.056Z Downloaded cstr-argument v0.1.2
1732026-04-10T04:11:27.056Z Downloaded strsim v0.11.1
1742026-04-10T04:11:27.056Z Downloaded num_enum v0.7.6
1752026-04-10T04:11:27.056Z Downloaded thiserror-impl v2.0.18
1762026-04-10T04:11:27.056Z Downloaded tracing-attributes v0.1.31
1772026-04-10T04:11:27.056Z Downloaded quote v1.0.45
1782026-04-10T04:11:27.056Z Downloaded bitflags v2.11.0
1792026-04-10T04:11:27.056Z Downloaded foreign-types-shared v0.3.1
1802026-04-10T04:11:27.056Z Downloaded pretty-hex v0.4.2
1812026-04-10T04:11:27.057Z Downloaded ref-cast-impl v1.0.25
1822026-04-10T04:11:27.057Z Downloaded defmt-parser v1.0.0
1832026-04-10T04:11:27.057Z Downloaded once_cell v1.21.4
1842026-04-10T04:11:27.057Z Downloaded defmt v1.0.1
1852026-04-10T04:11:27.057Z Downloaded getrandom v0.4.2
1862026-04-10T04:11:27.057Z Downloaded fnv v1.0.7
1872026-04-10T04:11:27.057Z Downloaded rustversion v1.0.22
1882026-04-10T04:11:27.057Z Downloaded managed v0.8.0
1892026-04-10T04:11:27.057Z Downloaded byteorder v1.5.0
1902026-04-10T04:11:27.057Z Downloaded postcard v1.1.3
1912026-04-10T04:11:27.057Z Downloaded proc-macro-crate v3.5.0
1922026-04-10T04:11:27.057Z Downloaded defmt-macros v1.0.1
1932026-04-10T04:11:27.057Z Downloaded defmt v0.3.100
1942026-04-10T04:11:27.057Z Downloaded darling v0.21.3
1952026-04-10T04:11:27.057Z Downloaded thiserror v2.0.18
1962026-04-10T04:11:27.057Z Downloaded cobs v0.3.0
1972026-04-10T04:11:27.057Z Downloaded dyn-clone v1.0.20
1982026-04-10T04:11:27.057Z Downloaded version_check v0.9.5
1992026-04-10T04:11:27.057Z Downloaded ident_case v1.0.1
2002026-04-10T04:11:27.057Z Downloaded unicode-ident v1.0.24
2012026-04-10T04:11:27.057Z Downloaded embedded-io v0.6.1
2022026-04-10T04:11:27.057Z Downloaded cpufeatures v0.3.0
2032026-04-10T04:11:27.057Z Downloaded ref-cast v1.0.25
2042026-04-10T04:11:27.057Z Downloaded proc-macro-error-attr2 v2.0.0
2052026-04-10T04:11:27.057Z Downloaded foreign-types v0.5.0
2062026-04-10T04:11:27.057Z Downloaded anyhow v1.0.102
2072026-04-10T04:11:27.057Z Downloaded tracing-core v0.1.36
2082026-04-10T04:11:27.057Z Downloaded memchr v2.8.0
2092026-04-10T04:11:27.057Z Downloaded oxnet v0.1.4
2102026-04-10T04:11:27.057Z Downloaded ingot-types v0.1.2
2112026-04-10T04:11:27.057Z Downloaded ingot v0.1.1
2122026-04-10T04:11:27.057Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2132026-04-10T04:11:27.057Z Downloaded serde v1.0.228
2142026-04-10T04:11:27.058Z Downloaded toml_parser v1.1.2+spec-1.1.0
2152026-04-10T04:11:27.058Z Downloaded heapless v0.8.0
2162026-04-10T04:11:27.058Z Downloaded darling_core v0.21.3
2172026-04-10T04:11:27.058Z Downloaded ingot-macros v0.1.1
2182026-04-10T04:11:27.058Z Downloaded uuid v1.23.0
2192026-04-10T04:11:27.058Z Downloaded chacha20 v0.10.0
2202026-04-10T04:11:27.058Z Downloaded indexmap v2.13.1
2212026-04-10T04:11:27.058Z Downloaded proc-macro2 v1.0.106
2222026-04-10T04:11:27.058Z Downloaded serde_derive v1.0.228
2232026-04-10T04:11:27.059Z Downloaded zerocopy-derive v0.8.48
2242026-04-10T04:11:27.060Z Downloaded hashbrown v0.16.1
2252026-04-10T04:11:27.060Z Downloaded winnow v1.0.1
2262026-04-10T04:11:27.060Z Downloaded regex v1.12.3
2272026-04-10T04:11:27.060Z Downloaded regex-syntax v0.8.10
2282026-04-10T04:11:27.060Z Downloaded aho-corasick v1.1.4
2292026-04-10T04:11:27.060Z Downloaded syn v2.0.117
2302026-04-10T04:11:27.060Z Downloaded syn v1.0.109
2312026-04-10T04:11:27.060Z Downloaded zerocopy v0.8.48
2322026-04-10T04:11:27.060Z Downloaded smoltcp v0.11.0
2332026-04-10T04:11:27.060Z Downloaded tracing v0.1.44
2342026-04-10T04:11:27.060Z Downloaded regex-automata v0.4.14
2352026-04-10T04:11:27.060Z Downloaded libc v0.2.184
2362026-04-10T04:11:27.097Z Compiling proc-macro2 v1.0.106
2372026-04-10T04:11:27.097Z Compiling unicode-ident v1.0.24
2382026-04-10T04:11:27.101Z Compiling quote v1.0.45
2392026-04-10T04:11:27.101Z Compiling serde_core v1.0.228
2402026-04-10T04:11:27.101Z Checking cfg-if v1.0.4
2412026-04-10T04:11:27.101Z Compiling thiserror v2.0.18
2422026-04-10T04:11:27.101Z Compiling fnv v1.0.7
2432026-04-10T04:11:27.101Z Compiling strsim v0.11.1
2442026-04-10T04:11:27.217Z Compiling memchr v2.8.0
2452026-04-10T04:11:27.263Z Compiling ident_case v1.0.1
2462026-04-10T04:11:27.295Z Compiling libc v0.2.184
2472026-04-10T04:11:27.372Z Compiling regex-syntax v0.8.10
2482026-04-10T04:11:27.461Z Compiling serde v1.0.228
2492026-04-10T04:11:27.602Z Compiling equivalent v1.0.2
2502026-04-10T04:11:27.642Z Compiling aho-corasick v1.1.4
2512026-04-10T04:11:27.690Z Compiling hashbrown v0.16.1
2522026-04-10T04:11:27.755Z Compiling winnow v1.0.1
2532026-04-10T04:11:27.767Z Compiling either v1.15.0
2542026-04-10T04:11:27.795Z Compiling zerocopy v0.8.48
2552026-04-10T04:11:27.959Z Compiling itertools v0.14.0
2562026-04-10T04:11:28.194Z Compiling indexmap v2.13.1
2572026-04-10T04:11:28.407Z Compiling syn v2.0.117
2582026-04-10T04:11:28.794Z Compiling toml_parser v1.1.2+spec-1.1.0
2592026-04-10T04:11:28.817Z Checking byteorder v1.5.0
2602026-04-10T04:11:28.825Z Compiling heapless v0.8.0
2612026-04-10T04:11:28.978Z Compiling regex-automata v0.4.14
2622026-04-10T04:11:29.050Z Compiling toml_datetime v1.1.1+spec-1.1.0
2632026-04-10T04:11:29.104Z Checking bitflags v2.11.0
2642026-04-10T04:11:29.193Z Compiling toml_edit v0.25.10+spec-1.1.0
2652026-04-10T04:11:29.291Z Checking hash32 v0.3.1
2662026-04-10T04:11:29.302Z Compiling smoltcp v0.11.0
2672026-04-10T04:11:29.302Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2682026-04-10T04:11:29.368Z Checking macaddr v1.0.1
2692026-04-10T04:11:29.377Z Compiling rustversion v1.0.22
2702026-04-10T04:11:29.493Z Checking stable_deref_trait v1.2.1
2712026-04-10T04:11:29.497Z Compiling syn v1.0.109
2722026-04-10T04:11:29.517Z Checking managed v0.8.0
2732026-04-10T04:11:29.608Z Compiling ref-cast v1.0.25
2742026-04-10T04:11:29.691Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2752026-04-10T04:11:29.751Z Compiling proc-macro-crate v3.5.0
2762026-04-10T04:11:29.873Z Checking bitflags v1.3.2
2772026-04-10T04:11:29.888Z Compiling getrandom v0.4.2
2782026-04-10T04:11:29.939Z Checking rand_core v0.10.0
2792026-04-10T04:11:29.939Z Compiling version_check v0.9.5
2802026-04-10T04:11:30.183Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2812026-04-10T04:11:30.225Z Compiling anyhow v1.0.102
2822026-04-10T04:11:30.225Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2832026-04-10T04:11:30.410Z Checking cpufeatures v0.3.0
2842026-04-10T04:11:30.488Z Checking once_cell v1.21.4
2852026-04-10T04:11:30.513Z Checking foreign-types-shared v0.3.1
2862026-04-10T04:11:30.639Z Compiling regex v1.12.3
2872026-04-10T04:11:30.677Z Checking tracing-core v0.1.36
2882026-04-10T04:11:30.766Z Checking chacha20 v0.10.0
2892026-04-10T04:11:30.786Z Checking cstr-argument v0.1.2
2902026-04-10T04:11:31.036Z Compiling darling_core v0.21.3
2912026-04-10T04:11:31.175Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2922026-04-10T04:11:31.222Z Checking dyn-clone v1.0.20
2932026-04-10T04:11:31.222Z Checking pretty-hex v0.4.2
2942026-04-10T04:11:31.222Z Checking pin-project-lite v0.2.17
2952026-04-10T04:11:31.222Z Checking rand v0.10.0
2962026-04-10T04:11:31.222Z Checking uuid v1.23.0
2972026-04-10T04:11:31.253Z Checking socket2 v0.6.3
2982026-04-10T04:11:31.367Z Checking oxnet v0.1.4
2992026-04-10T04:11:31.420Z Checking colored v3.1.1
3002026-04-10T04:11:31.803Z Compiling thiserror-impl v2.0.18
3012026-04-10T04:11:31.803Z Compiling zerocopy-derive v0.8.48
3022026-04-10T04:11:31.804Z Compiling serde_derive v1.0.228
3032026-04-10T04:11:31.816Z Compiling num_enum_derive v0.7.6
3042026-04-10T04:11:31.816Z Compiling ref-cast-impl v1.0.25
3052026-04-10T04:11:32.382Z Compiling foreign-types-macros v0.2.3
3062026-04-10T04:11:32.468Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3072026-04-10T04:11:32.778Z Checking num_enum v0.7.6
3082026-04-10T04:11:32.887Z Compiling tracing-attributes v0.1.31
3092026-04-10T04:11:32.909Z Checking foreign-types v0.5.0
3102026-04-10T04:11:32.970Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3112026-04-10T04:11:33.064Z Checking cobs v0.3.0
3122026-04-10T04:11:33.088Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3132026-04-10T04:11:33.103Z Compiling darling_macro v0.21.3
3142026-04-10T04:11:33.267Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3152026-04-10T04:11:33.659Z Compiling darling v0.21.3
3162026-04-10T04:11:33.695Z Compiling ingot-macros v0.1.1
3172026-04-10T04:11:33.752Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3182026-04-10T04:11:33.892Z Checking tracing v0.1.44
3192026-04-10T04:11:34.336Z Checking postcard v1.1.3
3202026-04-10T04:11:35.778Z Checking ingot-types v0.1.2
3212026-04-10T04:11:36.054Z Checking ingot v0.1.1
3222026-04-10T04:11:37.329Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-04-10T04:11:38.449Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-04-10T04:11:39.590Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-04-10T04:11:39.773Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.99s
3262026-04-10T04:11:39.888Z
3272026-04-10T04:11:39.888Zreal 18.155343340
3282026-04-10T04:11:39.888Zuser 48.118818616
3292026-04-10T04:11:39.889Zsys 10.862692356
3302026-04-10T04:11:39.895Ztrap 0.034104745
3312026-04-10T04:11:39.895Ztflt 0.080971558
3322026-04-10T04:11:39.895Zdflt 0.333140956
3332026-04-10T04:11:39.895Zkflt 0.011868261
3342026-04-10T04:11:39.895Zlock 2:29.867826733
3352026-04-10T04:11:39.895Zslp 2:40.227845359
3362026-04-10T04:11:39.895Zlat 2.387426196
3372026-04-10T04:11:39.895Zstop 8.568608569
3382026-04-10T04:11:39.895Zprocess exited: duration 32483 ms, exit code 0
 
3392026-04-10T04:11:39.910Zfound 0 output files