01KMEY72SYYYTM5BB9J53HA3DQ: opte-ioctl

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

Buildomat Job: 01KMEY7GG2QG2E0PB1XD1KKAFF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T03:30:40.609Zjob assigned to worker 01KMEY7RBHVCRNFRT3ARDQS04M [factory aws, i-00a9128b32964b201] (queued for 1 m 21 s)
 
22026-03-24T03:30:48.730Zstarting task 0: "setup"
32026-03-24T03:30:48.735Z++ uname -s
42026-03-24T03:30:48.738Z+ kern=SunOS
52026-03-24T03:30:48.738Z+ build_user=build
62026-03-24T03:30:48.738Z+ build_uid=12345
72026-03-24T03:30:48.738Z+ work_dir=/work
82026-03-24T03:30:48.738Z+ input_dir=/input
92026-03-24T03:30:48.738Z+ [[ 0 == 12345 ]]
102026-03-24T03:30:48.738Z+ case "$kern" in
112026-03-24T03:30:48.738Z+ groupadd -g 12345 build
122026-03-24T03:30:48.742Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T03:30:50.746Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T03:30:50.863Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T03:30:50.866Z+ home_fs=zfs
162026-03-24T03:30:50.866Z+ [[ zfs == autofs ]]
172026-03-24T03:30:50.866Z+ mkdir -p /home/build
182026-03-24T03:30:50.869Z+ chown build:build /home/build /work
192026-03-24T03:30:52.883Z+ chmod 0700 /home/build /work
202026-03-24T03:30:52.897Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-24T03:30:52.911Zstarting task 1: "rust-toolchain"
222026-03-24T03:30:52.923Z * rust toolchain channel = "1.93.1"
232026-03-24T03:30:52.924Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
242026-03-24T03:30:52.924Z * rust toolchain profile = "default"
252026-03-24T03:30:52.924Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T03:30:52.924Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T03:30:52.924Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T03:30:52.924Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T03:30:52.924Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-24T03:30:53.067Zinfo: downloading installer
312026-03-24T03:30:54.807Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T03:30:54.807Zwarn: /opt/ooce/bin
332026-03-24T03:30:54.807Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T03:30:54.807Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T03:30:54.807Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T03:30:54.807Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T03:30:54.807Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T03:30:54.808Zerror: cannot install while Rust is installed
392026-03-24T03:30:54.808Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T03:30:54.808Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T03:30:54.808Zwarn: /home/build/.rustup/settings.toml
422026-03-24T03:30:54.808Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T03:30:54.808Zwarn: instead of the one inferred from the default host triple.
442026-03-24T03:30:54.825Zinfo: profile set to default
452026-03-24T03:30:54.825Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T03:30:54.830Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-24T03:30:54.987Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-24T03:30:54.990Zinfo: downloading 6 components
492026-03-24T03:31:10.056Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-24T03:31:10.056Z
512026-03-24T03:31:10.094Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-24T03:31:10.094Z
532026-03-24T03:31:10.094Z
542026-03-24T03:31:10.094ZRust is installed now. Great!
552026-03-24T03:31:10.094Z
562026-03-24T03:31:10.097ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T03:31:10.097Zenvironment variable. This has not been done automatically.
582026-03-24T03:31:10.097Z
592026-03-24T03:31:10.097ZTo configure your current shell, you need to source
602026-03-24T03:31:10.097Zthe corresponding env file under $HOME/.cargo.
612026-03-24T03:31:10.097Z
622026-03-24T03:31:10.097ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T03:31:10.097Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T03:31:10.097Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T03:31:10.097Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T03:31:10.097Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T03:31:10.097Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T03:31:10.097Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T03:31:10.097Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T03:31:10.097Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T03:31:10.196Z+ rustup --version
722026-03-24T03:31:10.207Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T03:31:10.210Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T03:31:10.232Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-24T03:31:10.236Z+ cargo --version
762026-03-24T03:31:10.252Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-24T03:31:10.255Z+ rustc --version
782026-03-24T03:31:10.280Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-24T03:31:10.285Zprocess exited: duration 17366 ms, exit code 0
 
802026-03-24T03:31:10.291Zstarting task 2: "authentication"
812026-03-24T03:31:10.311Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T03:31:10.319Zstarting task 3: "clone repository"
832026-03-24T03:31:10.322Z+ mkdir -p /work/oxidecomputer/opte
842026-03-24T03:31:10.325Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-24T03:31:10.356ZCloning into '/work/oxidecomputer/opte'...
862026-03-24T03:31:11.212Z+ cd /work/oxidecomputer/opte
872026-03-24T03:31:11.212Z+ git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
882026-03-24T03:31:11.472ZFrom https://github.com/oxidecomputer/opte
892026-03-24T03:31:11.472Z * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD
902026-03-24T03:31:11.480Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-24T03:31:11.483Z++ git branch --show-current
922026-03-24T03:31:11.486Z+ current=master
932026-03-24T03:31:11.486Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-24T03:31:11.486Z+ git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
952026-03-24T03:31:11.489Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-24T03:31:11.510ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-24T03:31:11.516Z+ git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
982026-03-24T03:31:11.532ZHEAD is now at 9b29b03 Update Rust crate toml to v1.1.0
992026-03-24T03:31:11.536Zprocess exited: duration 1215 ms, exit code 0
 
1002026-03-24T03:31:11.542Zstarting task 4: "build"
1012026-03-24T03:31:11.546Z+ source .github/buildomat/common.sh
1022026-03-24T03:31:11.549Z++ rustup show active-toolchain
1032026-03-24T03:31:11.554Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-24T03:31:11.557Z++ pushd xde
1052026-03-24T03:31:11.557Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-24T03:31:11.557Z++ rustup show active-toolchain
1072026-03-24T03:31:11.561Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-24T03:31:11.765Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-24T03:31:11.768Zinfo: downloading 6 components
1102026-03-24T03:31:26.098Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-24T03:31:26.195Z+++ rustup show active-toolchain -v
1122026-03-24T03:31:26.198Z+++ head -n 1
1132026-03-24T03:31:26.198Z+++ cut '-d ' -f1
1142026-03-24T03:31:26.260Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-24T03:31:26.260Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-24T03:31:26.260Z++ popd
1172026-03-24T03:31:26.266Z/work/oxidecomputer/opte
1182026-03-24T03:31:26.266Z+ cargo --version
1192026-03-24T03:31:26.274Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-24T03:31:26.278Z+ rustc --version
1212026-03-24T03:31:26.302Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-24T03:31:26.306Z+ cd lib/opte-ioctl
1232026-03-24T03:31:26.306Z+ header 'check style'
1242026-03-24T03:31:26.306Z+ echo '# ==== check style ==== #'
1252026-03-24T03:31:26.306Z# ==== check style ==== #
1262026-03-24T03:31:26.306Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-24T03:31:26.395Z
1282026-03-24T03:31:26.396Zreal 0.089694897
1292026-03-24T03:31:26.396Zuser 0.050632188
1302026-03-24T03:31:26.396Zsys 0.036025322
1312026-03-24T03:31:26.396Ztrap 0.000004148
1322026-03-24T03:31:26.396Ztflt 0.000048946
1332026-03-24T03:31:26.400Zdflt 0.000005986
1342026-03-24T03:31:26.400Zkflt 0.000000000
1352026-03-24T03:31:26.400Zlock 0.060299537
1362026-03-24T03:31:26.400Zslp 0.066699605
1372026-03-24T03:31:26.400Zlat 0.000240401
1382026-03-24T03:31:26.400Zstop 0.000109630
1392026-03-24T03:31:26.400Z+ header analyze
1402026-03-24T03:31:26.400Z+ echo '# ==== analyze ==== #'
1412026-03-24T03:31:26.400Z# ==== analyze ==== #
1422026-03-24T03:31:26.400Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-03-24T03:31:26.564Z Updating crates.io index
1442026-03-24T03:31:26.611Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-03-24T03:31:27.661Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-03-24T03:31:28.102Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-03-24T03:31:28.330Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-03-24T03:31:28.748Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-24T03:31:29.014Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-24T03:31:29.390Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-24T03:31:31.416Z Downloading crates ...
1522026-03-24T03:31:31.473Z Downloaded darling_macro v0.21.3
1532026-03-24T03:31:31.476Z Downloaded hash32 v0.3.1
1542026-03-24T03:31:31.482Z Downloaded serde_core v1.0.228
1552026-03-24T03:31:31.489Z Downloaded tracing-core v0.1.36
1562026-03-24T03:31:31.500Z Downloaded winnow v1.0.0
1572026-03-24T03:31:31.527Z Downloaded colored v3.1.1
1582026-03-24T03:31:31.612Z Downloaded fnv v1.0.7
1592026-03-24T03:31:31.619Z Downloaded pin-project-lite v0.2.17
1602026-03-24T03:31:31.623Z Downloaded once_cell v1.21.3
1612026-03-24T03:31:31.627Z Downloaded socket2 v0.6.3
1622026-03-24T03:31:31.631Z Downloaded darling v0.21.3
1632026-03-24T03:31:31.634Z Downloaded foreign-types v0.5.0
1642026-03-24T03:31:31.634Z Downloaded rand_core v0.10.0
1652026-03-24T03:31:31.645Z Downloaded uuid v1.22.0
1662026-03-24T03:31:31.651Z Downloaded managed v0.8.0
1672026-03-24T03:31:31.656Z Downloaded toml_edit v0.25.4+spec-1.1.0
1682026-03-24T03:31:31.656Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1692026-03-24T03:31:31.662Z Downloaded indexmap v2.13.0
1702026-03-24T03:31:31.665Z Downloaded tracing-attributes v0.1.31
1712026-03-24T03:31:31.669Z Downloaded chacha20 v0.10.0
1722026-03-24T03:31:31.676Z Downloaded aho-corasick v1.1.4
1732026-03-24T03:31:31.682Z Downloaded serde v1.0.228
1742026-03-24T03:31:31.700Z Downloaded foreign-types-macros v0.2.3
1752026-03-24T03:31:31.703Z Downloaded num_enum_derive v0.7.5
1762026-03-24T03:31:31.711Z Downloaded embedded-io v0.6.1
1772026-03-24T03:31:31.714Z Downloaded smoltcp v0.11.0
1782026-03-24T03:31:31.718Z Downloaded ingot-macros v0.1.1
1792026-03-24T03:31:31.723Z Downloaded bitflags v1.3.2
1802026-03-24T03:31:31.723Z Downloaded defmt-macros v1.0.1
1812026-03-24T03:31:31.738Z Downloaded strsim v0.11.1
1822026-03-24T03:31:31.741Z Downloaded dyn-clone v1.0.20
1832026-03-24T03:31:31.759Z Downloaded regex-automata v0.4.14
1842026-03-24T03:31:31.772Z Downloaded regex-syntax v0.8.10
1852026-03-24T03:31:31.782Z Downloaded version_check v0.9.5
1862026-03-24T03:31:31.782Z Downloaded equivalent v1.0.2
1872026-03-24T03:31:31.782Z Downloaded defmt-parser v1.0.0
1882026-03-24T03:31:31.782Z Downloaded thiserror v2.0.18
1892026-03-24T03:31:31.786Z Downloaded postcard v1.1.3
1902026-03-24T03:31:31.786Z Downloaded defmt v1.0.1
1912026-03-24T03:31:31.786Z Downloaded ident_case v1.0.1
1922026-03-24T03:31:31.789Z Downloaded darling_core v0.21.3
1932026-03-24T03:31:31.803Z Downloaded oxnet v0.1.4
1942026-03-24T03:31:31.807Z Downloaded cstr-argument v0.1.2
1952026-03-24T03:31:31.807Z Downloaded anyhow v1.0.102
1962026-03-24T03:31:31.811Z Downloaded syn v2.0.117
1972026-03-24T03:31:31.818Z Downloaded rustversion v1.0.22
1982026-03-24T03:31:31.821Z Downloaded heapless v0.8.0
1992026-03-24T03:31:31.824Z Downloaded cfg-if v1.0.4
2002026-03-24T03:31:31.824Z Downloaded quote v1.0.45
2012026-03-24T03:31:31.824Z Downloaded serde_derive v1.0.228
2022026-03-24T03:31:31.829Z Downloaded stable_deref_trait v1.2.1
2032026-03-24T03:31:31.832Z Downloaded hashbrown v0.16.1
2042026-03-24T03:31:31.841Z Downloaded ref-cast-impl v1.0.25
2052026-03-24T03:31:31.841Z Downloaded proc-macro2 v1.0.106
2062026-03-24T03:31:31.846Z Downloaded bitflags v2.11.0
2072026-03-24T03:31:31.851Z Downloaded num_enum v0.7.5
2082026-03-24T03:31:31.855Z Downloaded proc-macro-crate v3.5.0
2092026-03-24T03:31:31.859Z Downloaded rand v0.10.0
2102026-03-24T03:31:32.476Z Downloaded defmt v0.3.100
2112026-03-24T03:31:32.485Z Downloaded embedded-io v0.4.0
2122026-03-24T03:31:32.497Z Downloaded foreign-types-shared v0.3.1
2132026-03-24T03:31:32.506Z Downloaded byteorder v1.5.0
2142026-03-24T03:31:32.513Z Downloaded zerocopy-derive v0.8.42
2152026-03-24T03:31:32.519Z Downloaded getrandom v0.4.2
2162026-03-24T03:31:32.523Z Downloaded ingot v0.1.1
2172026-03-24T03:31:32.523Z Downloaded zerocopy v0.8.42
2182026-03-24T03:31:32.533Z Downloaded proc-macro-error-attr2 v2.0.0
2192026-03-24T03:31:32.549Z Downloaded tracing v0.1.44
2202026-03-24T03:31:32.562Z Downloaded unicode-ident v1.0.24
2212026-03-24T03:31:32.567Z Downloaded itertools v0.14.0
2222026-03-24T03:31:32.572Z Downloaded pretty-hex v0.4.1
2232026-03-24T03:31:32.572Z Downloaded cobs v0.3.0
2242026-03-24T03:31:32.572Z Downloaded macaddr v1.0.1
2252026-03-24T03:31:32.576Z Downloaded ingot-types v0.1.2
2262026-03-24T03:31:32.579Z Downloaded thiserror-impl v2.0.18
2272026-03-24T03:31:32.583Z Downloaded regex v1.12.3
2282026-03-24T03:31:32.590Z Downloaded winnow v0.7.15
2292026-03-24T03:31:32.598Z Downloaded memchr v2.8.0
2302026-03-24T03:31:32.603Z Downloaded cpufeatures v0.3.0
2312026-03-24T03:31:32.607Z Downloaded either v1.15.0
2322026-03-24T03:31:32.620Z Downloaded syn v1.0.109
2332026-03-24T03:31:32.626Z Downloaded ref-cast v1.0.25
2342026-03-24T03:31:32.630Z Downloaded toml_parser v1.1.0+spec-1.1.0
2352026-03-24T03:31:32.630Z Downloaded proc-macro-error2 v2.0.1
2362026-03-24T03:31:32.676Z Downloaded libc v0.2.183
2372026-03-24T03:31:32.751Z Compiling proc-macro2 v1.0.106
2382026-03-24T03:31:32.751Z Compiling quote v1.0.45
2392026-03-24T03:31:32.757Z Compiling unicode-ident v1.0.24
2402026-03-24T03:31:32.757Z Compiling serde_core v1.0.228
2412026-03-24T03:31:32.757Z Checking cfg-if v1.0.4
2422026-03-24T03:31:32.758Z Compiling fnv v1.0.7
2432026-03-24T03:31:32.758Z Compiling memchr v2.8.0
2442026-03-24T03:31:32.758Z Compiling ident_case v1.0.1
2452026-03-24T03:31:32.897Z Compiling thiserror v2.0.18
2462026-03-24T03:31:32.953Z Compiling strsim v0.11.1
2472026-03-24T03:31:32.974Z Compiling regex-syntax v0.8.10
2482026-03-24T03:31:32.979Z Compiling libc v0.2.183
2492026-03-24T03:31:33.307Z Compiling serde v1.0.228
2502026-03-24T03:31:33.360Z Compiling winnow v1.0.0
2512026-03-24T03:31:33.465Z Compiling aho-corasick v1.1.4
2522026-03-24T03:31:33.639Z Compiling either v1.15.0
2532026-03-24T03:31:33.675Z Compiling zerocopy v0.8.42
2542026-03-24T03:31:33.709Z Compiling equivalent v1.0.2
2552026-03-24T03:31:33.798Z Compiling hashbrown v0.16.1
2562026-03-24T03:31:33.821Z Compiling toml_parser v1.1.0+spec-1.1.0
2572026-03-24T03:31:33.890Z Compiling itertools v0.14.0
2582026-03-24T03:31:34.410Z Compiling syn v2.0.117
2592026-03-24T03:31:34.468Z Compiling indexmap v2.13.0
2602026-03-24T03:31:34.565Z Compiling heapless v0.8.0
2612026-03-24T03:31:34.933Z Compiling toml_datetime v1.1.0+spec-1.1.0
2622026-03-24T03:31:34.949Z Compiling winnow v0.7.15
2632026-03-24T03:31:35.207Z Compiling regex-automata v0.4.14
2642026-03-24T03:31:35.282Z Checking byteorder v1.5.0
2652026-03-24T03:31:35.358Z Checking bitflags v2.11.0
2662026-03-24T03:31:35.476Z Checking hash32 v0.3.1
2672026-03-24T03:31:35.531Z Compiling smoltcp v0.11.0
2682026-03-24T03:31:35.540Z Compiling syn v1.0.109
2692026-03-24T03:31:35.598Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2702026-03-24T03:31:35.615Z Checking stable_deref_trait v1.2.1
2712026-03-24T03:31:35.691Z Compiling rustversion v1.0.22
2722026-03-24T03:31:35.861Z Checking macaddr v1.0.1
2732026-03-24T03:31:35.956Z Compiling version_check v0.9.5
2742026-03-24T03:31:35.964Z Compiling ref-cast v1.0.25
2752026-03-24T03:31:36.031Z Checking bitflags v1.3.2
2762026-03-24T03:31:36.103Z Compiling getrandom v0.4.2
2772026-03-24T03:31:36.170Z Checking managed v0.8.0
2782026-03-24T03:31:36.302Z Checking rand_core v0.10.0
2792026-03-24T03:31:36.342Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2802026-03-24T03:31:36.430Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2812026-03-24T03:31:36.630Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-03-24T03:31:36.739Z Compiling toml_edit v0.25.4+spec-1.1.0
2832026-03-24T03:31:36.889Z Compiling anyhow v1.0.102
2842026-03-24T03:31:36.979Z Checking foreign-types-shared v0.3.1
2852026-03-24T03:31:37.071Z Checking cpufeatures v0.3.0
2862026-03-24T03:31:37.156Z Checking once_cell v1.21.3
2872026-03-24T03:31:37.361Z Checking tracing-core v0.1.36
2882026-03-24T03:31:37.545Z Compiling regex v1.12.3
2892026-03-24T03:31:37.619Z Compiling proc-macro-crate v3.5.0
2902026-03-24T03:31:37.775Z Checking cstr-argument v0.1.2
2912026-03-24T03:31:37.913Z Checking chacha20 v0.10.0
2922026-03-24T03:31:38.020Z Compiling darling_core v0.21.3
2932026-03-24T03:31:38.184Z Checking dyn-clone v1.0.20
2942026-03-24T03:31:38.226Z Checking pin-project-lite v0.2.17
2952026-03-24T03:31:38.262Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2962026-03-24T03:31:38.272Z Checking pretty-hex v0.4.1
2972026-03-24T03:31:38.299Z Checking rand v0.10.0
2982026-03-24T03:31:38.404Z Checking uuid v1.22.0
2992026-03-24T03:31:38.542Z Checking socket2 v0.6.3
3002026-03-24T03:31:38.572Z Checking colored v3.1.1
3012026-03-24T03:31:38.750Z Checking oxnet v0.1.4
3022026-03-24T03:31:39.272Z Compiling thiserror-impl v2.0.18
3032026-03-24T03:31:39.272Z Compiling serde_derive v1.0.228
3042026-03-24T03:31:39.272Z Compiling zerocopy-derive v0.8.42
3052026-03-24T03:31:39.275Z Compiling foreign-types-macros v0.2.3
3062026-03-24T03:31:39.275Z Compiling ref-cast-impl v1.0.25
3072026-03-24T03:31:40.025Z Compiling num_enum_derive v0.7.5
3082026-03-24T03:31:40.074Z Checking foreign-types v0.5.0
3092026-03-24T03:31:40.254Z Compiling tracing-attributes v0.1.31
3102026-03-24T03:31:40.442Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3112026-03-24T03:31:41.007Z Checking cobs v0.3.0
3122026-03-24T03:31:41.034Z Compiling darling_macro v0.21.3
3132026-03-24T03:31:41.164Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3142026-03-24T03:31:41.335Z Checking num_enum v0.7.5
3152026-03-24T03:31:41.386Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3162026-03-24T03:31:41.452Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3172026-03-24T03:31:41.695Z Compiling darling v0.21.3
3182026-03-24T03:31:41.775Z Compiling ingot-macros v0.1.1
3192026-03-24T03:31:41.830Z Checking tracing v0.1.44
3202026-03-24T03:31:41.933Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3212026-03-24T03:31:42.747Z Checking postcard v1.1.3
3222026-03-24T03:31:44.892Z Checking ingot-types v0.1.2
3232026-03-24T03:31:45.265Z Checking ingot v0.1.1
3242026-03-24T03:31:47.164Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3252026-03-24T03:31:48.770Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-03-24T03:31:50.300Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3272026-03-24T03:31:50.531Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.06s
3282026-03-24T03:31:50.657Z
3292026-03-24T03:31:50.660Zreal 24.247102021
3302026-03-24T03:31:50.660Zuser 1:08.831743961
3312026-03-24T03:31:50.660Zsys 13.766777068
3322026-03-24T03:31:50.660Ztrap 0.041364161
3332026-03-24T03:31:50.660Ztflt 0.050164342
3342026-03-24T03:31:50.660Zdflt 0.122720674
3352026-03-24T03:31:50.660Zkflt 0.001383278
3362026-03-24T03:31:50.660Zlock 3:53.621516416
3372026-03-24T03:31:50.660Zslp 3:40.041514910
3382026-03-24T03:31:50.660Zlat 4.387307986
3392026-03-24T03:31:50.660Zstop 12.081420015
3402026-03-24T03:31:50.660Zprocess exited: duration 39099 ms, exit code 0
 
3412026-03-24T03:31:50.667Zfound 0 output files