01KNY388EQNMVCTG9WDKK4HG7C: opte-ioctl

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

Buildomat Job: 01KNY38MX8CDAX5Q18BT1ZGDED

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-11T11:02:26.684Zjob assigned to worker 01KNY38W1ZRNG9JV02HYNMXMVY [factory aws, i-00d6d12a1800a7ca7] (queued for 49 s)
 
22026-04-11T11:02:33.904Zstarting task 0: "setup"
32026-04-11T11:02:33.911Z++ uname -s
42026-04-11T11:02:33.914Z+ kern=SunOS
52026-04-11T11:02:33.914Z+ build_user=build
62026-04-11T11:02:33.914Z+ build_uid=12345
72026-04-11T11:02:33.914Z+ work_dir=/work
82026-04-11T11:02:33.914Z+ input_dir=/input
92026-04-11T11:02:33.914Z+ [[ 0 == 12345 ]]
102026-04-11T11:02:33.914Z+ case "$kern" in
112026-04-11T11:02:33.914Z+ groupadd -g 12345 build
122026-04-11T11:02:33.917Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-11T11:02:35.922Z+ zfs create -o mountpoint=/work rpool/work
142026-04-11T11:02:36.043Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-11T11:02:36.045Z+ home_fs=zfs
162026-04-11T11:02:36.045Z+ [[ zfs == autofs ]]
172026-04-11T11:02:36.045Z+ mkdir -p /home/build
182026-04-11T11:02:36.045Z+ chown build:build /home/build /work
192026-04-11T11:02:38.047Z+ chmod 0700 /home/build /work
202026-04-11T11:02:38.050Zprocess exited: duration 4144 ms, exit code 0
 
212026-04-11T11:02:38.056Zstarting task 1: "rust-toolchain"
222026-04-11T11:02:38.060Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-11T11:02:38.060Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-11T11:02:38.060Z * rust toolchain channel = "1.94.1"
252026-04-11T11:02:38.060Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-11T11:02:38.061Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-11T11:02:38.061Z * rust toolchain profile = "default"
282026-04-11T11:02:38.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-11T11:02:38.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-11T11:02:38.185Zinfo: downloading installer
312026-04-11T11:02:39.583Zwarn: It looks like you have an existing installation of Rust at:
322026-04-11T11:02:39.583Zwarn: /opt/ooce/bin
332026-04-11T11:02:39.583Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-11T11:02:39.583Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-11T11:02:39.583Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-11T11:02:39.583Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-11T11:02:39.583Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-11T11:02:39.583Zerror: cannot install while Rust is installed
392026-04-11T11:02:39.583Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-11T11:02:39.583Zwarn: It looks like you have an existing rustup settings file at:
412026-04-11T11:02:39.583Zwarn: /home/build/.rustup/settings.toml
422026-04-11T11:02:39.583Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-11T11:02:39.583Zwarn: instead of the one inferred from the default host triple.
442026-04-11T11:02:39.598Zinfo: profile set to default
452026-04-11T11:02:39.598Zinfo: default host triple is x86_64-unknown-illumos
462026-04-11T11:02:39.601Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-11T11:02:39.729Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-11T11:02:39.732Zinfo: downloading 6 components
492026-04-11T11:02:53.713Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-11T11:02:53.713Z
512026-04-11T11:02:53.748Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-11T11:02:53.748Z
532026-04-11T11:02:53.748Z
542026-04-11T11:02:53.748ZRust is installed now. Great!
552026-04-11T11:02:53.748Z
562026-04-11T11:02:53.748ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-11T11:02:53.748Zenvironment variable. This has not been done automatically.
582026-04-11T11:02:53.748Z
592026-04-11T11:02:53.748ZTo configure your current shell, you need to source
602026-04-11T11:02:53.748Zthe corresponding env file under $HOME/.cargo.
612026-04-11T11:02:53.748Z
622026-04-11T11:02:53.748ZThis is usually done by running one of the following (note the leading DOT):
632026-04-11T11:02:53.748Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-11T11:02:53.748Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-11T11:02:53.748Zsource "~/.cargo/env.nu" # For nushell
662026-04-11T11:02:53.748Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-11T11:02:53.748Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-11T11:02:53.748Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-11T11:02:53.751Zwarn: no default linker (`cc`) was found in your PATH
702026-04-11T11:02:53.751Zwarn: many Rust crates require a system C toolchain to build
712026-04-11T11:02:53.837Z+ rustup --version
722026-04-11T11:02:53.845Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-11T11:02:53.848Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-11T11:02:53.867Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-11T11:02:53.869Z+ cargo --version
762026-04-11T11:02:53.882Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-11T11:02:53.885Z+ rustc --version
782026-04-11T11:02:53.904Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-11T11:02:53.910Zprocess exited: duration 15849 ms, exit code 0
 
802026-04-11T11:02:53.915Zstarting task 2: "authentication"
812026-04-11T11:02:53.931Zprocess exited: duration 15 ms, exit code 0
 
822026-04-11T11:02:53.936Zstarting task 3: "clone repository"
832026-04-11T11:02:53.939Z+ mkdir -p /work/oxidecomputer/opte
842026-04-11T11:02:53.942Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-11T11:02:53.971ZCloning into '/work/oxidecomputer/opte'...
862026-04-11T11:02:54.790Z+ cd /work/oxidecomputer/opte
872026-04-11T11:02:54.790Z+ git fetch origin dfda687075abf5c0520839a05209c4240d404191
882026-04-11T11:02:55.029ZFrom https://github.com/oxidecomputer/opte
892026-04-11T11:02:55.029Z * branch dfda687075abf5c0520839a05209c4240d404191 -> FETCH_HEAD
902026-04-11T11:02:55.034Z+ [[ -n renovate/rand ]]
912026-04-11T11:02:55.038Z++ git branch --show-current
922026-04-11T11:02:55.038Z+ current=master
932026-04-11T11:02:55.038Z+ [[ master != renovate/rand ]]
942026-04-11T11:02:55.038Z+ git branch -f renovate/rand dfda687075abf5c0520839a05209c4240d404191
952026-04-11T11:02:55.041Z+ git checkout -f renovate/rand
962026-04-11T11:02:55.057ZSwitched to branch 'renovate/rand'
972026-04-11T11:02:55.060Z+ git reset --hard dfda687075abf5c0520839a05209c4240d404191
982026-04-11T11:02:55.072ZHEAD is now at dfda687 Update Rust crate rand to 0.10.1
992026-04-11T11:02:55.076Zprocess exited: duration 1136 ms, exit code 0
 
1002026-04-11T11:02:55.082Zstarting task 4: "build"
1012026-04-11T11:02:55.085Z+ source .github/buildomat/common.sh
1022026-04-11T11:02:55.085Z++ rustup show active-toolchain
1032026-04-11T11:02:55.091Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-11T11:02:55.094Z++ pushd xde
1052026-04-11T11:02:55.094Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-11T11:02:55.094Z++ rustup show active-toolchain
1072026-04-11T11:02:55.097Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-11T11:02:55.235Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-11T11:02:55.237Zinfo: downloading 6 components
1102026-04-11T11:03:08.763Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-11T11:03:08.838Z+++ rustup show active-toolchain -v
1122026-04-11T11:03:08.840Z+++ head -n 1
1132026-04-11T11:03:08.840Z+++ cut '-d ' -f1
1142026-04-11T11:03:08.894Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-11T11:03:08.894Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-11T11:03:08.894Z++ popd
1172026-04-11T11:03:08.896Z/work/oxidecomputer/opte
1182026-04-11T11:03:08.896Z+ cargo --version
1192026-04-11T11:03:08.903Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-11T11:03:08.906Z+ rustc --version
1212026-04-11T11:03:08.926Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-11T11:03:08.928Z+ cd lib/opte-ioctl
1232026-04-11T11:03:08.928Z+ header 'check style'
1242026-04-11T11:03:08.928Z+ echo '# ==== check style ==== #'
1252026-04-11T11:03:08.928Z# ==== check style ==== #
1262026-04-11T11:03:08.928Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-11T11:03:09.005Z
1282026-04-11T11:03:09.006Zreal 0.074085664
1292026-04-11T11:03:09.006Zuser 0.035836512
1302026-04-11T11:03:09.006Zsys 0.034868175
1312026-04-11T11:03:09.006Ztrap 0.000002038
1322026-04-11T11:03:09.006Ztflt 0.000017527
1332026-04-11T11:03:09.006Zdflt 0.000015038
1342026-04-11T11:03:09.006Zkflt 0.000000000
1352026-04-11T11:03:09.006Zlock 0.031981576
1362026-04-11T11:03:09.006Zslp 0.048128440
1372026-04-11T11:03:09.006Zlat 0.000567255
1382026-04-11T11:03:09.006Zstop 0.000111021
1392026-04-11T11:03:09.009Z+ header analyze
1402026-04-11T11:03:09.009Z+ echo '# ==== analyze ==== #'
1412026-04-11T11:03:09.009Z# ==== analyze ==== #
1422026-04-11T11:03:09.009Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-04-11T11:03:09.144Z Updating crates.io index
1442026-04-11T11:03:09.178Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-04-11T11:03:10.130Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-04-11T11:03:10.393Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-04-11T11:03:10.727Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-04-11T11:03:11.105Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-04-11T11:03:11.346Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-04-11T11:03:11.631Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-04-11T11:03:13.854Z Downloading crates ...
1522026-04-11T11:03:13.897Z Downloaded cstr-argument v0.1.2
1532026-04-11T11:03:13.904Z Downloaded dyn-clone v1.0.20
1542026-04-11T11:03:13.907Z Downloaded cobs v0.3.0
1552026-04-11T11:03:13.907Z Downloaded defmt-parser v1.0.0
1562026-04-11T11:03:13.913Z Downloaded defmt-macros v1.0.1
1572026-04-11T11:03:13.916Z Downloaded embedded-io v0.6.1
1582026-04-11T11:03:13.918Z Downloaded anyhow v1.0.102
1592026-04-11T11:03:13.921Z Downloaded embedded-io v0.4.0
1602026-04-11T11:03:13.924Z Downloaded hash32 v0.3.1
1612026-04-11T11:03:13.926Z Downloaded foreign-types-shared v0.3.1
1622026-04-11T11:03:13.926Z Downloaded equivalent v1.0.2
1632026-04-11T11:03:13.929Z Downloaded either v1.15.0
1642026-04-11T11:03:13.929Z Downloaded thiserror-impl v2.0.18
1652026-04-11T11:03:13.932Z Downloaded ref-cast v1.0.25
1662026-04-11T11:03:13.934Z Downloaded oxnet v0.1.4
1672026-04-11T11:03:13.937Z Downloaded ref-cast-impl v1.0.25
1682026-04-11T11:03:13.940Z Downloaded pretty-hex v0.4.2
1692026-04-11T11:03:13.948Z Downloaded managed v0.8.0
1702026-04-11T11:03:13.951Z Downloaded cpufeatures v0.3.0
1712026-04-11T11:03:13.955Z Downloaded rand_core v0.10.0
1722026-04-11T11:03:13.958Z Downloaded ingot-types v0.1.2
1732026-04-11T11:03:13.958Z Downloaded colored v3.1.1
1742026-04-11T11:03:13.962Z Downloaded defmt v0.3.100
1752026-04-11T11:03:13.964Z Downloaded fnv v1.0.7
1762026-04-11T11:03:13.967Z Downloaded version_check v0.9.5
1772026-04-11T11:03:13.971Z Downloaded cfg-if v1.0.4
1782026-04-11T11:03:13.973Z Downloaded strsim v0.11.1
1792026-04-11T11:03:13.973Z Downloaded stable_deref_trait v1.2.1
1802026-04-11T11:03:13.973Z Downloaded darling_macro v0.21.3
1812026-04-11T11:03:13.976Z Downloaded tracing-core v0.1.36
1822026-04-11T11:03:13.981Z Downloaded macaddr v1.0.1
1832026-04-11T11:03:13.988Z Downloaded foreign-types v0.5.0
1842026-04-11T11:03:13.990Z Downloaded thiserror v2.0.18
1852026-04-11T11:03:13.993Z Downloaded proc-macro-error2 v2.0.1
1862026-04-11T11:03:13.996Z Downloaded num_enum_derive v0.7.6
1872026-04-11T11:03:13.996Z Downloaded ident_case v1.0.1
1882026-04-11T11:03:13.998Z Downloaded proc-macro-crate v3.5.0
1892026-04-11T11:03:14.003Z Downloaded proc-macro-error-attr2 v2.0.0
1902026-04-11T11:03:14.006Z Downloaded foreign-types-macros v0.2.3
1912026-04-11T11:03:14.019Z Downloaded pin-project-lite v0.2.17
1922026-04-11T11:03:14.028Z Downloaded byteorder v1.5.0
1932026-04-11T11:03:14.032Z Downloaded postcard v1.1.3
1942026-04-11T11:03:14.036Z Downloaded defmt v1.0.1
1952026-04-11T11:03:14.039Z Downloaded ingot v0.1.1
1962026-04-11T11:03:14.043Z Downloaded rustversion v1.0.22
1972026-04-11T11:03:14.050Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1982026-04-11T11:03:14.053Z Downloaded quote v1.0.45
1992026-04-11T11:03:14.053Z Downloaded toml_parser v1.1.2+spec-1.1.0
2002026-04-11T11:03:14.056Z Downloaded bitflags v2.11.0
2012026-04-11T11:03:14.058Z Downloaded ingot-macros v0.1.1
2022026-04-11T11:03:14.061Z Downloaded bitflags v1.3.2
2032026-04-11T11:03:14.070Z Downloaded socket2 v0.6.3
2042026-04-11T11:03:14.077Z Downloaded darling v0.21.3
2052026-04-11T11:03:14.080Z Downloaded tracing-attributes v0.1.31
2062026-04-11T11:03:14.082Z Downloaded num_enum v0.7.6
2072026-04-11T11:03:14.091Z Downloaded uuid v1.23.0
2082026-04-11T11:03:14.093Z Downloaded heapless v0.8.0
2092026-04-11T11:03:14.096Z Downloaded getrandom v0.4.2
2102026-04-11T11:03:14.098Z Downloaded toml_edit v0.25.10+spec-1.1.0
2112026-04-11T11:03:14.098Z Downloaded serde_derive v1.0.228
2122026-04-11T11:03:14.101Z Downloaded once_cell v1.21.4
2132026-04-11T11:03:14.101Z Downloaded chacha20 v0.10.0
2142026-04-11T11:03:14.104Z Downloaded proc-macro2 v1.0.106
2152026-04-11T11:03:14.106Z Downloaded unicode-ident v1.0.24
2162026-04-11T11:03:14.125Z Downloaded serde_core v1.0.228
2172026-04-11T11:03:14.140Z Downloaded serde v1.0.228
2182026-04-11T11:03:14.143Z Downloaded indexmap v2.13.1
2192026-04-11T11:03:14.145Z Downloaded zerocopy-derive v0.8.48
2202026-04-11T11:03:14.149Z Downloaded memchr v2.8.0
2212026-04-11T11:03:14.151Z Downloaded darling_core v0.21.3
2222026-04-11T11:03:14.160Z Downloaded aho-corasick v1.1.4
2232026-04-11T11:03:14.165Z Downloaded itertools v0.14.0
2242026-04-11T11:03:14.180Z Downloaded hashbrown v0.16.1
2252026-04-11T11:03:14.195Z Downloaded regex v1.12.3
2262026-04-11T11:03:14.198Z Downloaded rand v0.10.1
2272026-04-11T11:03:14.200Z Downloaded winnow v1.0.1
2282026-04-11T11:03:14.229Z Downloaded syn v1.0.109
2292026-04-11T11:03:14.266Z Downloaded zerocopy v0.8.48
2302026-04-11T11:03:14.277Z Downloaded syn v2.0.117
2312026-04-11T11:03:14.281Z Downloaded smoltcp v0.11.0
2322026-04-11T11:03:14.293Z Downloaded regex-syntax v0.8.10
2332026-04-11T11:03:14.296Z Downloaded tracing v0.1.44
2342026-04-11T11:03:14.320Z Downloaded regex-automata v0.4.14
2352026-04-11T11:03:14.333Z Downloaded libc v0.2.184
2362026-04-11T11:03:14.389Z Compiling proc-macro2 v1.0.106
2372026-04-11T11:03:14.389Z Compiling quote v1.0.45
2382026-04-11T11:03:14.392Z Compiling unicode-ident v1.0.24
2392026-04-11T11:03:14.392Z Compiling serde_core v1.0.228
2402026-04-11T11:03:14.392Z Checking cfg-if v1.0.4
2412026-04-11T11:03:14.392Z Compiling ident_case v1.0.1
2422026-04-11T11:03:14.392Z Compiling fnv v1.0.7
2432026-04-11T11:03:14.392Z Compiling memchr v2.8.0
2442026-04-11T11:03:14.513Z Compiling strsim v0.11.1
2452026-04-11T11:03:14.555Z Compiling thiserror v2.0.18
2462026-04-11T11:03:14.574Z Compiling regex-syntax v0.8.10
2472026-04-11T11:03:14.579Z Compiling libc v0.2.184
2482026-04-11T11:03:14.800Z Compiling equivalent v1.0.2
2492026-04-11T11:03:14.825Z Compiling either v1.15.0
2502026-04-11T11:03:14.867Z Compiling aho-corasick v1.1.4
2512026-04-11T11:03:14.961Z Compiling zerocopy v0.8.48
2522026-04-11T11:03:15.008Z Compiling serde v1.0.228
2532026-04-11T11:03:15.016Z Compiling winnow v1.0.1
2542026-04-11T11:03:15.057Z Compiling hashbrown v0.16.1
2552026-04-11T11:03:15.355Z Compiling itertools v0.14.0
2562026-04-11T11:03:15.663Z Compiling indexmap v2.13.1
2572026-04-11T11:03:15.669Z Compiling heapless v0.8.0
2582026-04-11T11:03:15.829Z Compiling syn v2.0.117
2592026-04-11T11:03:15.951Z Compiling toml_parser v1.1.2+spec-1.1.0
2602026-04-11T11:03:16.018Z Compiling regex-automata v0.4.14
2612026-04-11T11:03:16.207Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-04-11T11:03:16.251Z Checking byteorder v1.5.0
2632026-04-11T11:03:16.274Z Checking bitflags v2.11.0
2642026-04-11T11:03:16.403Z Checking hash32 v0.3.1
2652026-04-11T11:03:16.420Z Compiling toml_edit v0.25.10+spec-1.1.0
2662026-04-11T11:03:16.482Z Checking stable_deref_trait v1.2.1
2672026-04-11T11:03:16.504Z Compiling rustversion v1.0.22
2682026-04-11T11:03:16.544Z Compiling syn v1.0.109
2692026-04-11T11:03:16.551Z Compiling smoltcp v0.11.0
2702026-04-11T11:03:16.577Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2712026-04-11T11:03:16.597Z Checking macaddr v1.0.1
2722026-04-11T11:03:16.804Z Checking managed v0.8.0
2732026-04-11T11:03:16.862Z Compiling version_check v0.9.5
2742026-04-11T11:03:16.869Z Checking rand_core v0.10.0
2752026-04-11T11:03:16.873Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2762026-04-11T11:03:16.973Z Compiling proc-macro-crate v3.5.0
2772026-04-11T11:03:16.993Z Checking bitflags v1.3.2
2782026-04-11T11:03:17.053Z Compiling getrandom v0.4.2
2792026-04-11T11:03:17.064Z Compiling ref-cast v1.0.25
2802026-04-11T11:03:17.124Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2812026-04-11T11:03:17.383Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-04-11T11:03:17.412Z Checking once_cell v1.21.4
2832026-04-11T11:03:17.424Z Checking foreign-types-shared v0.3.1
2842026-04-11T11:03:17.578Z Compiling anyhow v1.0.102
2852026-04-11T11:03:17.647Z Checking cpufeatures v0.3.0
2862026-04-11T11:03:17.709Z Compiling regex v1.12.3
2872026-04-11T11:03:17.864Z Checking cstr-argument v0.1.2
2882026-04-11T11:03:17.911Z Checking chacha20 v0.10.0
2892026-04-11T11:03:17.977Z Checking tracing-core v0.1.36
2902026-04-11T11:03:18.199Z Checking pretty-hex v0.4.2
2912026-04-11T11:03:18.232Z Checking dyn-clone v1.0.20
2922026-04-11T11:03:18.246Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2932026-04-11T11:03:18.289Z Checking pin-project-lite v0.2.17
2942026-04-11T11:03:18.297Z Checking rand v0.10.1
2952026-04-11T11:03:18.329Z Checking uuid v1.23.0
2962026-04-11T11:03:18.373Z Compiling darling_core v0.21.3
2972026-04-11T11:03:18.461Z Checking socket2 v0.6.3
2982026-04-11T11:03:18.511Z Checking colored v3.1.1
2992026-04-11T11:03:18.623Z Checking oxnet v0.1.4
3002026-04-11T11:03:19.020Z Compiling thiserror-impl v2.0.18
3012026-04-11T11:03:19.020Z Compiling zerocopy-derive v0.8.48
3022026-04-11T11:03:19.020Z Compiling serde_derive v1.0.228
3032026-04-11T11:03:19.020Z Compiling foreign-types-macros v0.2.3
3042026-04-11T11:03:19.024Z Compiling ref-cast-impl v1.0.25
3052026-04-11T11:03:19.401Z Compiling num_enum_derive v0.7.6
3062026-04-11T11:03:19.626Z Checking foreign-types v0.5.0
3072026-04-11T11:03:19.682Z Compiling tracing-attributes v0.1.31
3082026-04-11T11:03:19.692Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-04-11T11:03:20.244Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-04-11T11:03:20.266Z Checking cobs v0.3.0
3112026-04-11T11:03:20.363Z Checking num_enum v0.7.6
3122026-04-11T11:03:20.443Z Compiling darling_macro v0.21.3
3132026-04-11T11:03:20.459Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3142026-04-11T11:03:20.615Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3152026-04-11T11:03:20.811Z Checking tracing v0.1.44
3162026-04-11T11:03:20.941Z Compiling darling v0.21.3
3172026-04-11T11:03:21.009Z Compiling ingot-macros v0.1.1
3182026-04-11T11:03:21.043Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-04-11T11:03:21.479Z Checking postcard v1.1.3
3202026-04-11T11:03:22.929Z Checking ingot-types v0.1.2
3212026-04-11T11:03:23.196Z Checking ingot v0.1.1
3222026-04-11T11:03:24.461Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-04-11T11:03:25.601Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-04-11T11:03:26.751Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-04-11T11:03:26.931Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.87s
3262026-04-11T11:03:27.041Z
3272026-04-11T11:03:27.041Zreal 18.028359123
3282026-04-11T11:03:27.041Zuser 47.408530091
3292026-04-11T11:03:27.041Zsys 10.975559866
3302026-04-11T11:03:27.041Ztrap 0.032126572
3312026-04-11T11:03:27.041Ztflt 0.082355667
3322026-04-11T11:03:27.041Zdflt 0.083537290
3332026-04-11T11:03:27.041Zkflt 0.004838681
3342026-04-11T11:03:27.044Zlock 2:29.146581690
3352026-04-11T11:03:27.044Zslp 2:38.294095938
3362026-04-11T11:03:27.044Zlat 2.339575061
3372026-04-11T11:03:27.044Zstop 8.226166985
3382026-04-11T11:03:27.044Zprocess exited: duration 31957 ms, exit code 0
 
3392026-04-11T11:03:27.050Zfound 0 output files