01KMPQ0FX1216M4FH212NT9SH8: opte-ioctl

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

Buildomat Job: 01KMPQ0WW67MYYN3C9A1TF8JFK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:20:12.279Zjob assigned to worker 01KMPR982HKWYBTJTSQXPZ17QM [factory aws, i-0eddd3d0f29a7cbee] (queued for 22 m 54 s)
 
22026-03-27T04:20:18.620Zstarting task 0: "setup"
32026-03-27T04:20:18.625Z++ uname -s
42026-03-27T04:20:18.627Z+ kern=SunOS
52026-03-27T04:20:18.627Z+ build_user=build
62026-03-27T04:20:18.627Z+ build_uid=12345
72026-03-27T04:20:18.627Z+ work_dir=/work
82026-03-27T04:20:18.627Z+ input_dir=/input
92026-03-27T04:20:18.627Z+ [[ 0 == 12345 ]]
102026-03-27T04:20:18.628Z+ case "$kern" in
112026-03-27T04:20:18.628Z+ groupadd -g 12345 build
122026-03-27T04:20:18.630Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:20:20.635Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:20:20.746Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:20:20.749Z+ home_fs=zfs
162026-03-27T04:20:20.749Z+ [[ zfs == autofs ]]
172026-03-27T04:20:20.749Z+ mkdir -p /home/build
182026-03-27T04:20:20.749Z+ chown build:build /home/build /work
192026-03-27T04:20:22.751Z+ chmod 0700 /home/build /work
202026-03-27T04:20:22.754Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-27T04:20:22.759Zstarting task 1: "rust-toolchain"
222026-03-27T04:20:22.764Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-03-27T04:20:22.764Z * rust toolchain channel = "1.94.1"
242026-03-27T04:20:22.764Z * rust toolchain profile = "default"
252026-03-27T04:20:22.764Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T04:20:22.764Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:20:22.764Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:20:22.767Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:20:22.767Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-03-27T04:20:22.888Zinfo: downloading installer
312026-03-27T04:20:24.509Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:20:24.509Zwarn: /opt/ooce/bin
332026-03-27T04:20:24.509Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:20:24.509Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:20:24.509Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:20:24.509Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:20:24.509Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:20:24.509Zerror: cannot install while Rust is installed
392026-03-27T04:20:24.509Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:20:24.510Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:20:24.510Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:20:24.510Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:20:24.510Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:20:24.522Zinfo: profile set to default
452026-03-27T04:20:24.522Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:20:24.525Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-03-27T04:20:24.664Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:20:24.667Zinfo: downloading 6 components
492026-03-27T04:20:39.702Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-03-27T04:20:39.702Z
512026-03-27T04:20:39.736Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:20:39.736Z
532026-03-27T04:20:39.736Z
542026-03-27T04:20:39.736ZRust is installed now. Great!
552026-03-27T04:20:39.736Z
562026-03-27T04:20:39.736ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:20:39.736Zenvironment variable. This has not been done automatically.
582026-03-27T04:20:39.736Z
592026-03-27T04:20:39.736ZTo configure your current shell, you need to source
602026-03-27T04:20:39.736Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:20:39.736Z
622026-03-27T04:20:39.736ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:20:39.736Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:20:39.736Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:20:39.736Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:20:39.736Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:20:39.736Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:20:39.736Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:20:39.739Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:20:39.739Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:20:39.830Z+ rustup --version
722026-03-27T04:20:39.839Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:20:39.842Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:20:39.860Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:20:39.863Z+ cargo --version
762026-03-27T04:20:39.875Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:20:39.878Z+ rustc --version
782026-03-27T04:20:39.896Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:20:39.899Zprocess exited: duration 17135 ms, exit code 0
 
802026-03-27T04:20:39.904Zstarting task 2: "authentication"
812026-03-27T04:20:39.920Zprocess exited: duration 15 ms, exit code 0
 
822026-03-27T04:20:39.925Zstarting task 3: "clone repository"
832026-03-27T04:20:39.928Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:20:39.931Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:20:39.987ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:20:40.790Z+ cd /work/oxidecomputer/opte
872026-03-27T04:20:40.793Z+ git fetch origin 931e3ab8cd048bf7641cbe705669ce839d064e22
882026-03-27T04:20:41.013ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:20:41.013Z * branch 931e3ab8cd048bf7641cbe705669ce839d064e22 -> FETCH_HEAD
902026-03-27T04:20:41.018Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:20:41.021Z++ git branch --show-current
922026-03-27T04:20:41.023Z+ current=master
932026-03-27T04:20:41.023Z+ [[ master != renovate/rust-1.x ]]
942026-03-27T04:20:41.023Z+ git branch -f renovate/rust-1.x 931e3ab8cd048bf7641cbe705669ce839d064e22
952026-03-27T04:20:41.026Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:20:41.040ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:20:41.043Z+ git reset --hard 931e3ab8cd048bf7641cbe705669ce839d064e22
982026-03-27T04:20:41.045ZHEAD is now at 931e3ab Update dependency rust to v1.94.1
992026-03-27T04:20:41.045Zprocess exited: duration 1118 ms, exit code 0
 
1002026-03-27T04:20:41.052Zstarting task 4: "build"
1012026-03-27T04:20:41.055Z+ source .github/buildomat/common.sh
1022026-03-27T04:20:41.055Z++ rustup show active-toolchain
1032026-03-27T04:20:41.059Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:20:41.062Z++ pushd xde
1052026-03-27T04:20:41.062Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:20:41.062Z++ rustup show active-toolchain
1072026-03-27T04:20:41.065Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:20:41.235Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:20:41.238Zinfo: downloading 6 components
1102026-03-27T04:20:55.319Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:20:55.416Z+++ rustup show active-toolchain -v
1122026-03-27T04:20:55.419Z+++ head -n 1
1132026-03-27T04:20:55.419Z+++ cut '-d ' -f1
1142026-03-27T04:20:55.471Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:20:55.471Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:20:55.471Z++ popd
1172026-03-27T04:20:55.475Z/work/oxidecomputer/opte
1182026-03-27T04:20:55.475Z+ cargo --version
1192026-03-27T04:20:55.480Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-03-27T04:20:55.483Z+ rustc --version
1212026-03-27T04:20:55.503Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-03-27T04:20:55.506Z+ cd lib/opte-ioctl
1232026-03-27T04:20:55.506Z+ header 'check style'
1242026-03-27T04:20:55.506Z+ echo '# ==== check style ==== #'
1252026-03-27T04:20:55.506Z# ==== check style ==== #
1262026-03-27T04:20:55.506Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-27T04:20:55.582Z
1282026-03-27T04:20:55.582Zreal 0.074143888
1292026-03-27T04:20:55.582Zuser 0.038442845
1302026-03-27T04:20:55.582Zsys 0.033414234
1312026-03-27T04:20:55.582Ztrap 0.000000438
1322026-03-27T04:20:55.582Ztflt 0.000028912
1332026-03-27T04:20:55.582Zdflt 0.000062805
1342026-03-27T04:20:55.582Zkflt 0.000000979
1352026-03-27T04:20:55.582Zlock 0.046931487
1362026-03-27T04:20:55.582Zslp 0.053936328
1372026-03-27T04:20:55.582Zlat 0.001431618
1382026-03-27T04:20:55.582Zstop 0.000117417
1392026-03-27T04:20:55.585Z+ header analyze
1402026-03-27T04:20:55.585Z+ echo '# ==== analyze ==== #'
1412026-03-27T04:20:55.586Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1422026-03-27T04:20:55.586Z# ==== analyze ==== #
1432026-03-27T04:20:55.718Z Updating crates.io index
1442026-03-27T04:20:55.721Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-03-27T04:20:56.452Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-03-27T04:20:57.042Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-03-27T04:20:57.371Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-03-27T04:20:57.637Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-27T04:20:58.083Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-27T04:20:58.334Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-27T04:21:00.369Z Downloading crates ...
1522026-03-27T04:21:00.428Z Downloaded colored v3.1.1
1532026-03-27T04:21:00.431Z Downloaded cfg-if v1.0.4
1542026-03-27T04:21:00.439Z Downloaded cpufeatures v0.3.0
1552026-03-27T04:21:00.442Z Downloaded hash32 v0.3.1
1562026-03-27T04:21:00.445Z Downloaded cstr-argument v0.1.2
1572026-03-27T04:21:00.452Z Downloaded pretty-hex v0.4.2
1582026-03-27T04:21:00.456Z Downloaded macaddr v1.0.1
1592026-03-27T04:21:00.459Z Downloaded equivalent v1.0.2
1602026-03-27T04:21:00.464Z Downloaded strsim v0.11.1
1612026-03-27T04:21:00.467Z Downloaded cobs v0.3.0
1622026-03-27T04:21:00.471Z Downloaded aho-corasick v1.1.4
1632026-03-27T04:21:00.475Z Downloaded pin-project-lite v0.2.17
1642026-03-27T04:21:00.480Z Downloaded ref-cast v1.0.25
1652026-03-27T04:21:00.487Z Downloaded ref-cast-impl v1.0.25
1662026-03-27T04:21:00.495Z Downloaded proc-macro-error-attr2 v2.0.0
1672026-03-27T04:21:00.499Z Downloaded fnv v1.0.7
1682026-03-27T04:21:00.502Z Downloaded defmt v0.3.100
1692026-03-27T04:21:00.505Z Downloaded proc-macro-crate v3.5.0
1702026-03-27T04:21:00.508Z Downloaded foreign-types-macros v0.2.3
1712026-03-27T04:21:00.511Z Downloaded managed v0.8.0
1722026-03-27T04:21:00.514Z Downloaded rustversion v1.0.22
1732026-03-27T04:21:00.516Z Downloaded tracing-attributes v0.1.31
1742026-03-27T04:21:00.519Z Downloaded postcard v1.1.3
1752026-03-27T04:21:00.525Z Downloaded stable_deref_trait v1.2.1
1762026-03-27T04:21:00.528Z Downloaded defmt-parser v1.0.0
1772026-03-27T04:21:00.531Z Downloaded foreign-types v0.5.0
1782026-03-27T04:21:00.535Z Downloaded version_check v0.9.5
1792026-03-27T04:21:00.541Z Downloaded embedded-io v0.4.0
1802026-03-27T04:21:00.544Z Downloaded dyn-clone v1.0.20
1812026-03-27T04:21:00.546Z Downloaded foreign-types-shared v0.3.1
1822026-03-27T04:21:00.549Z Downloaded ident_case v1.0.1
1832026-03-27T04:21:00.549Z Downloaded darling_macro v0.21.3
1842026-03-27T04:21:00.560Z Downloaded bitflags v1.3.2
1852026-03-27T04:21:00.563Z Downloaded rand_core v0.10.0
1862026-03-27T04:21:00.563Z Downloaded num_enum_derive v0.7.6
1872026-03-27T04:21:00.566Z Downloaded either v1.15.0
1882026-03-27T04:21:00.566Z Downloaded thiserror-impl v2.0.18
1892026-03-27T04:21:00.569Z Downloaded embedded-io v0.6.1
1902026-03-27T04:21:00.569Z Downloaded num_enum v0.7.6
1912026-03-27T04:21:00.572Z Downloaded thiserror v2.0.18
1922026-03-27T04:21:00.574Z Downloaded ingot-macros v0.1.1
1932026-03-27T04:21:00.574Z Downloaded bitflags v2.11.0
1942026-03-27T04:21:00.577Z Downloaded defmt-macros v1.0.1
1952026-03-27T04:21:00.580Z Downloaded ingot-types v0.1.2
1962026-03-27T04:21:00.580Z Downloaded defmt v1.0.1
1972026-03-27T04:21:00.582Z Downloaded byteorder v1.5.0
1982026-03-27T04:21:00.582Z Downloaded proc-macro-error2 v2.0.1
1992026-03-27T04:21:00.587Z Downloaded oxnet v0.1.4
2002026-03-27T04:21:00.590Z Downloaded ingot v0.1.1
2012026-03-27T04:21:00.590Z Downloaded toml_datetime v1.1.0+spec-1.1.0
2022026-03-27T04:21:00.595Z Downloaded chacha20 v0.10.0
2032026-03-27T04:21:00.598Z Downloaded quote v1.0.45
2042026-03-27T04:21:00.600Z Downloaded once_cell v1.21.4
2052026-03-27T04:21:00.608Z Downloaded serde_derive v1.0.228
2062026-03-27T04:21:00.617Z Downloaded darling v0.21.3
2072026-03-27T04:21:00.626Z Downloaded anyhow v1.0.102
2082026-03-27T04:21:00.637Z Downloaded proc-macro2 v1.0.106
2092026-03-27T04:21:00.648Z Downloaded unicode-ident v1.0.24
2102026-03-27T04:21:00.656Z Downloaded toml_parser v1.1.0+spec-1.1.0
2112026-03-27T04:21:00.659Z Downloaded uuid v1.22.0
2122026-03-27T04:21:00.666Z Downloaded darling_core v0.21.3
2132026-03-27T04:21:00.668Z Downloaded socket2 v0.6.3
2142026-03-27T04:21:00.672Z Downloaded toml_edit v0.25.8+spec-1.1.0
2152026-03-27T04:21:00.675Z Downloaded serde_core v1.0.228
2162026-03-27T04:21:00.678Z Downloaded getrandom v0.4.2
2172026-03-27T04:21:00.686Z Downloaded tracing-core v0.1.36
2182026-03-27T04:21:00.689Z Downloaded serde v1.0.228
2192026-03-27T04:21:00.691Z Downloaded heapless v0.8.0
2202026-03-27T04:21:00.706Z Downloaded indexmap v2.13.0
2212026-03-27T04:21:00.721Z Downloaded zerocopy-derive v0.8.47
2222026-03-27T04:21:00.729Z Downloaded rand v0.10.0
2232026-03-27T04:21:00.732Z Downloaded memchr v2.8.0
2242026-03-27T04:21:00.734Z Downloaded itertools v0.14.0
2252026-03-27T04:21:00.741Z Downloaded winnow v1.0.0
2262026-03-27T04:21:00.753Z Downloaded hashbrown v0.16.1
2272026-03-27T04:21:00.756Z Downloaded syn v1.0.109
2282026-03-27T04:21:00.760Z Downloaded regex v1.12.3
2292026-03-27T04:21:00.843Z Downloaded smoltcp v0.11.0
2302026-03-27T04:21:00.850Z Downloaded zerocopy v0.8.47
2312026-03-27T04:21:00.858Z Downloaded syn v2.0.117
2322026-03-27T04:21:00.864Z Downloaded regex-syntax v0.8.10
2332026-03-27T04:21:00.904Z Downloaded tracing v0.1.44
2342026-03-27T04:21:00.913Z Downloaded regex-automata v0.4.14
2352026-03-27T04:21:00.935Z Downloaded libc v0.2.183
2362026-03-27T04:21:00.991Z Compiling proc-macro2 v1.0.106
2372026-03-27T04:21:00.991Z Compiling quote v1.0.45
2382026-03-27T04:21:00.991Z Compiling unicode-ident v1.0.24
2392026-03-27T04:21:00.992Z Compiling serde_core v1.0.228
2402026-03-27T04:21:00.995Z Checking cfg-if v1.0.4
2412026-03-27T04:21:00.995Z Compiling thiserror v2.0.18
2422026-03-27T04:21:00.995Z Compiling memchr v2.8.0
2432026-03-27T04:21:00.995Z Compiling ident_case v1.0.1
2442026-03-27T04:21:01.112Z Compiling strsim v0.11.1
2452026-03-27T04:21:01.182Z Compiling fnv v1.0.7
2462026-03-27T04:21:01.185Z Compiling regex-syntax v0.8.10
2472026-03-27T04:21:01.267Z Compiling libc v0.2.183
2482026-03-27T04:21:01.406Z Compiling either v1.15.0
2492026-03-27T04:21:01.424Z Compiling zerocopy v0.8.47
2502026-03-27T04:21:01.594Z Compiling aho-corasick v1.1.4
2512026-03-27T04:21:01.600Z Compiling winnow v1.0.0
2522026-03-27T04:21:01.606Z Compiling equivalent v1.0.2
2532026-03-27T04:21:01.656Z Compiling serde v1.0.228
2542026-03-27T04:21:01.677Z Compiling hashbrown v0.16.1
2552026-03-27T04:21:01.988Z Compiling itertools v0.14.0
2562026-03-27T04:21:02.196Z Compiling indexmap v2.13.0
2572026-03-27T04:21:02.240Z Compiling toml_datetime v1.1.0+spec-1.1.0
2582026-03-27T04:21:02.359Z Compiling syn v2.0.117
2592026-03-27T04:21:02.455Z Checking byteorder v1.5.0
2602026-03-27T04:21:02.594Z Compiling regex-automata v0.4.14
2612026-03-27T04:21:02.609Z Compiling toml_parser v1.1.0+spec-1.1.0
2622026-03-27T04:21:02.814Z Compiling heapless v0.8.0
2632026-03-27T04:21:02.828Z Checking bitflags v2.11.0
2642026-03-27T04:21:02.981Z Compiling toml_edit v0.25.8+spec-1.1.0
2652026-03-27T04:21:03.004Z Checking hash32 v0.3.1
2662026-03-27T04:21:03.110Z Compiling smoltcp v0.11.0
2672026-03-27T04:21:03.187Z Compiling rustversion v1.0.22
2682026-03-27T04:21:03.248Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2692026-03-27T04:21:03.267Z Checking stable_deref_trait v1.2.1
2702026-03-27T04:21:03.273Z Compiling syn v1.0.109
2712026-03-27T04:21:03.330Z Checking macaddr v1.0.1
2722026-03-27T04:21:03.471Z Checking managed v0.8.0
2732026-03-27T04:21:03.485Z Checking bitflags v1.3.2
2742026-03-27T04:21:03.544Z Compiling proc-macro-crate v3.5.0
2752026-03-27T04:21:03.564Z Compiling ref-cast v1.0.25
2762026-03-27T04:21:03.619Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2772026-03-27T04:21:03.649Z Compiling getrandom v0.4.2
2782026-03-27T04:21:03.823Z Compiling version_check v0.9.5
2792026-03-27T04:21:03.830Z Checking rand_core v0.10.0
2802026-03-27T04:21:03.955Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2812026-03-27T04:21:03.964Z Checking cpufeatures v0.3.0
2822026-03-27T04:21:04.092Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2832026-03-27T04:21:04.222Z Checking once_cell v1.21.4
2842026-03-27T04:21:04.325Z Compiling regex v1.12.3
2852026-03-27T04:21:04.386Z Compiling anyhow v1.0.102
2862026-03-27T04:21:04.392Z Checking foreign-types-shared v0.3.1
2872026-03-27T04:21:04.468Z Checking tracing-core v0.1.36
2882026-03-27T04:21:04.474Z Checking cstr-argument v0.1.2
2892026-03-27T04:21:04.624Z Checking chacha20 v0.10.0
2902026-03-27T04:21:04.859Z Checking dyn-clone v1.0.20
2912026-03-27T04:21:04.868Z Checking pin-project-lite v0.2.17
2922026-03-27T04:21:04.894Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2932026-03-27T04:21:04.910Z Checking pretty-hex v0.4.2
2942026-03-27T04:21:04.948Z Compiling darling_core v0.21.3
2952026-03-27T04:21:05.021Z Checking rand v0.10.0
2962026-03-27T04:21:05.085Z Checking uuid v1.22.0
2972026-03-27T04:21:05.103Z Checking socket2 v0.6.3
2982026-03-27T04:21:05.194Z Checking oxnet v0.1.4
2992026-03-27T04:21:05.329Z Checking colored v3.1.1
3002026-03-27T04:21:05.674Z Compiling thiserror-impl v2.0.18
3012026-03-27T04:21:05.674Z Compiling serde_derive v1.0.228
3022026-03-27T04:21:05.677Z Compiling zerocopy-derive v0.8.47
3032026-03-27T04:21:05.677Z Compiling foreign-types-macros v0.2.3
3042026-03-27T04:21:05.677Z Compiling num_enum_derive v0.7.6
3052026-03-27T04:21:05.960Z Compiling ref-cast-impl v1.0.25
3062026-03-27T04:21:06.285Z Checking foreign-types v0.5.0
3072026-03-27T04:21:06.352Z Compiling tracing-attributes v0.1.31
3082026-03-27T04:21:06.624Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-03-27T04:21:06.653Z Checking num_enum v0.7.6
3102026-03-27T04:21:06.758Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3112026-03-27T04:21:06.950Z Checking cobs v0.3.0
3122026-03-27T04:21:06.960Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3132026-03-27T04:21:07.011Z Compiling darling_macro v0.21.3
3142026-03-27T04:21:07.184Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3152026-03-27T04:21:07.513Z Checking tracing v0.1.44
3162026-03-27T04:21:07.520Z Compiling darling v0.21.3
3172026-03-27T04:21:07.585Z Compiling ingot-macros v0.1.1
3182026-03-27T04:21:07.636Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-03-27T04:21:08.119Z Checking postcard v1.1.3
3202026-03-27T04:21:09.601Z Checking ingot-types v0.1.2
3212026-03-27T04:21:09.861Z Checking ingot v0.1.1
3222026-03-27T04:21:11.131Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-03-27T04:21:12.266Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-03-27T04:21:13.332Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-03-27T04:21:13.512Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.87s
3262026-03-27T04:21:13.619Z
3272026-03-27T04:21:13.622Zreal 18.029416969
3282026-03-27T04:21:13.622Zuser 47.686031400
3292026-03-27T04:21:13.622Zsys 10.916522232
3302026-03-27T04:21:13.622Ztrap 0.032270551
3312026-03-27T04:21:13.622Ztflt 0.067199296
3322026-03-27T04:21:13.622Zdflt 0.107957134
3332026-03-27T04:21:13.623Zkflt 0.005106317
3342026-03-27T04:21:13.623Zlock 2:32.508847066
3352026-03-27T04:21:13.623Zslp 2:38.430929991
3362026-03-27T04:21:13.623Zlat 2.756226235
3372026-03-27T04:21:13.623Zstop 8.685704201
3382026-03-27T04:21:13.623Zprocess exited: duration 32563 ms, exit code 0
 
3392026-03-27T04:21:13.634Zfound 0 output files