01KXDA5178T866DXPS4T0K3QYE: opte-ioctl

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

Buildomat Job: 01KXDA5JPE0D9BKBZ1QYKMA0X9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T08:41:29.828Zjob assigned to worker 01KXDA5KCEK3GPM59HD8FCJR8B [factory aws, i-0701889211f69d863] (queued for 43 s)
 
22026-07-13T08:41:36.280Zstarting task 0: "setup"
32026-07-13T08:41:36.286Z++ uname -s
42026-07-13T08:41:36.289Z+ kern=SunOS
52026-07-13T08:41:36.289Z+ build_user=build
62026-07-13T08:41:36.289Z+ build_uid=12345
72026-07-13T08:41:36.289Z+ work_dir=/work
82026-07-13T08:41:36.289Z+ input_dir=/input
92026-07-13T08:41:36.289Z+ [[ 0 == 12345 ]]
102026-07-13T08:41:36.289Z+ case "$kern" in
112026-07-13T08:41:36.289Z+ groupadd -g 12345 build
122026-07-13T08:41:36.292Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T08:41:38.294Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T08:41:38.351Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T08:41:38.354Z+ home_fs=zfs
162026-07-13T08:41:38.355Z+ [[ zfs == autofs ]]
172026-07-13T08:41:38.355Z+ mkdir -p /home/build
182026-07-13T08:41:38.355Z+ chown build:build /home/build /work
192026-07-13T08:41:40.352Z+ chmod 0700 /home/build /work
202026-07-13T08:41:40.356Zprocess exited: duration 4073 ms, exit code 0
 
212026-07-13T08:41:40.362Zstarting task 1: "rust-toolchain"
222026-07-13T08:41:40.365Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-13T08:41:40.365Z * rust toolchain channel = "1.96.1"
242026-07-13T08:41:40.365Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-13T08:41:40.365Z * rust toolchain profile = "default"
262026-07-13T08:41:40.365Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T08:41:40.372Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T08:41:40.372Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T08:41:40.372Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-13T08:41:40.659Zinfo: downloading installer
312026-07-13T08:41:42.044Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T08:41:42.044Zwarn: /home/build/.rustup/settings.toml
332026-07-13T08:41:42.045Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T08:41:42.045Zwarn: instead of the one inferred from the default host triple.
352026-07-13T08:41:42.056Zinfo: profile set to default
362026-07-13T08:41:42.057Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T08:41:42.059Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-13T08:41:42.199Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-13T08:41:42.202Zinfo: downloading 6 components
402026-07-13T08:41:57.348Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-13T08:41:57.348Z
422026-07-13T08:41:57.382Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-13T08:41:57.382Z
442026-07-13T08:41:57.382Z
452026-07-13T08:41:57.382ZRust is installed now. Great!
462026-07-13T08:41:57.382Z
472026-07-13T08:41:57.382ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T08:41:57.382Zenvironment variable. This has not been done automatically.
492026-07-13T08:41:57.382Z
502026-07-13T08:41:57.382ZTo configure your current shell, you need to source
512026-07-13T08:41:57.382Zthe corresponding env file under $HOME/.cargo.
522026-07-13T08:41:57.382Z
532026-07-13T08:41:57.382ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T08:41:57.386Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T08:41:57.386Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T08:41:57.386Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T08:41:57.386Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T08:41:57.386Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T08:41:57.386Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T08:41:57.386Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T08:41:57.386Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T08:41:57.478Z+ rustup --version
632026-07-13T08:41:57.487Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T08:41:57.490Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T08:41:57.508Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-13T08:41:57.512Z+ cargo --version
672026-07-13T08:41:57.525Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-13T08:41:57.529Z+ rustc --version
692026-07-13T08:41:57.547Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-13T08:41:57.550Zprocess exited: duration 17186 ms, exit code 0
 
712026-07-13T08:41:57.556Zstarting task 2: "authentication"
722026-07-13T08:41:57.573Zprocess exited: duration 16 ms, exit code 0
 
732026-07-13T08:41:57.579Zstarting task 3: "clone repository"
742026-07-13T08:41:57.584Z+ mkdir -p /work/oxidecomputer/opte
752026-07-13T08:41:57.588Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-13T08:41:57.616ZCloning into '/work/oxidecomputer/opte'...
772026-07-13T08:41:58.454Z+ cd /work/oxidecomputer/opte
782026-07-13T08:41:58.454Z+ git fetch origin b9b6231148b02dc08c4a93ea36a560a15af269b9
792026-07-13T08:41:58.668ZFrom https://github.com/oxidecomputer/opte
802026-07-13T08:41:58.668Z * branch b9b6231148b02dc08c4a93ea36a560a15af269b9 -> FETCH_HEAD
812026-07-13T08:41:58.673Z+ [[ -n renovate/lock-file-maintenance ]]
822026-07-13T08:41:58.676Z++ git branch --show-current
832026-07-13T08:41:58.676Z+ current=master
842026-07-13T08:41:58.676Z+ [[ master != renovate/lock-file-maintenance ]]
852026-07-13T08:41:58.676Z+ git branch -f renovate/lock-file-maintenance b9b6231148b02dc08c4a93ea36a560a15af269b9
862026-07-13T08:41:58.679Z+ git checkout -f renovate/lock-file-maintenance
872026-07-13T08:41:58.696ZSwitched to branch 'renovate/lock-file-maintenance'
882026-07-13T08:41:58.699Z+ git reset --hard b9b6231148b02dc08c4a93ea36a560a15af269b9
892026-07-13T08:41:58.702ZHEAD is now at b9b6231 Lock file maintenance
902026-07-13T08:41:58.702Zprocess exited: duration 1121 ms, exit code 0
 
912026-07-13T08:41:58.708Zstarting task 4: "build"
922026-07-13T08:41:58.711Z+ source .github/buildomat/common.sh
932026-07-13T08:41:58.714Z++ rustup show active-toolchain
942026-07-13T08:41:58.717Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-13T08:41:58.720Z++ pushd xde
962026-07-13T08:41:58.720Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-13T08:41:58.720Z++ rustup show active-toolchain
982026-07-13T08:41:58.723Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-13T08:41:58.869Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-13T08:41:58.872Zinfo: downloading 6 components
1012026-07-13T08:42:12.972Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-13T08:42:13.075Z+++ rustup show active-toolchain -v
1032026-07-13T08:42:13.080Z+++ head -n 1
1042026-07-13T08:42:13.080Z+++ cut '-d ' -f1
1052026-07-13T08:42:13.129Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-13T08:42:13.129Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-13T08:42:13.130Z++ popd
1082026-07-13T08:42:13.133Z/work/oxidecomputer/opte
1092026-07-13T08:42:13.133Z+ cargo --version
1102026-07-13T08:42:13.139Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-13T08:42:13.142Z+ rustc --version
1122026-07-13T08:42:13.161Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-13T08:42:13.164Z+ cd lib/opte-ioctl
1142026-07-13T08:42:13.164Z+ header 'check style'
1152026-07-13T08:42:13.164Z+ echo '# ==== check style ==== #'
1162026-07-13T08:42:13.164Z# ==== check style ==== #
1172026-07-13T08:42:13.164Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-13T08:42:13.233Z
1192026-07-13T08:42:13.233Zreal 0.067259954
1202026-07-13T08:42:13.233Zuser 0.036477492
1212026-07-13T08:42:13.233Zsys 0.028339679
1222026-07-13T08:42:13.233Ztrap 0.000000570
1232026-07-13T08:42:13.233Ztflt 0.000037050
1242026-07-13T08:42:13.233Zdflt 0.000000840
1252026-07-13T08:42:13.233Zkflt 0.000000000
1262026-07-13T08:42:13.233Zlock 0.031170990
1272026-07-13T08:42:13.233Zslp 0.046404595
1282026-07-13T08:42:13.234Zlat 0.000778330
1292026-07-13T08:42:13.234Zstop 0.000086980
1302026-07-13T08:42:13.237Z+ header analyze
1312026-07-13T08:42:13.237Z+ echo '# ==== analyze ==== #'
1322026-07-13T08:42:13.237Z# ==== analyze ==== #
1332026-07-13T08:42:13.237Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-07-13T08:42:13.365Z Updating crates.io index
1352026-07-13T08:42:13.368Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-07-13T08:42:14.372Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-07-13T08:42:14.593Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-07-13T08:42:14.911Z Updating git repository `https://github.com/oxidecomputer/zone`
1392026-07-13T08:42:15.125Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-13T08:42:15.336Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-07-13T08:42:15.559Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-07-13T08:42:17.470Z Downloading crates ...
1432026-07-13T08:42:17.518Z Downloaded cfg-if v1.0.4
1442026-07-13T08:42:17.524Z Downloaded defmt-parser v1.0.0
1452026-07-13T08:42:17.527Z Downloaded darling_core v0.21.3
1462026-07-13T08:42:17.530Z Downloaded managed v0.8.0
1472026-07-13T08:42:17.533Z Downloaded darling_macro v0.21.3
1482026-07-13T08:42:17.533Z Downloaded serde_core v1.0.228
1492026-07-13T08:42:17.533Z Downloaded cpufeatures v0.3.0
1502026-07-13T08:42:17.540Z Downloaded foreign-types v0.5.0
1512026-07-13T08:42:17.545Z Downloaded fnv v1.0.7
1522026-07-13T08:42:17.548Z Downloaded defmt v0.3.100
1532026-07-13T08:42:17.548Z Downloaded dyn-clone v1.0.20
1542026-07-13T08:42:17.554Z Downloaded num_enum_derive v0.7.6
1552026-07-13T08:42:17.557Z Downloaded cobs v0.3.0
1562026-07-13T08:42:17.560Z Downloaded proc-macro-crate v3.5.0
1572026-07-13T08:42:17.560Z Downloaded pretty-hex v0.4.2
1582026-07-13T08:42:17.560Z Downloaded ident_case v1.0.1
1592026-07-13T08:42:17.563Z Downloaded embedded-io v0.4.0
1602026-07-13T08:42:17.566Z Downloaded strsim v0.11.1
1612026-07-13T08:42:17.566Z Downloaded hash32 v0.3.1
1622026-07-13T08:42:17.572Z Downloaded num_enum v0.7.6
1632026-07-13T08:42:17.581Z Downloaded ref-cast v1.0.25
1642026-07-13T08:42:17.584Z Downloaded macaddr v1.0.1
1652026-07-13T08:42:17.595Z Downloaded foreign-types-shared v0.3.1
1662026-07-13T08:42:17.602Z Downloaded foreign-types-macros v0.2.3
1672026-07-13T08:42:17.605Z Downloaded stable_deref_trait v1.2.1
1682026-07-13T08:42:17.605Z Downloaded embedded-io v0.6.1
1692026-07-13T08:42:17.608Z Downloaded ref-cast-impl v1.0.25
1702026-07-13T08:42:17.611Z Downloaded cstr-argument v0.1.2
1712026-07-13T08:42:17.611Z Downloaded defmt-macros v1.1.1
1722026-07-13T08:42:17.615Z Downloaded pin-project-lite v0.2.17
1732026-07-13T08:42:17.618Z Downloaded equivalent v1.0.2
1742026-07-13T08:42:17.630Z Downloaded bitflags v1.3.2
1752026-07-13T08:42:17.633Z Downloaded quote v1.0.46
1762026-07-13T08:42:17.636Z Downloaded defmt v1.1.1
1772026-07-13T08:42:17.638Z Downloaded ingot v0.1.1
1782026-07-13T08:42:17.643Z Downloaded ingot-types v0.1.2
1792026-07-13T08:42:17.646Z Downloaded oxnet v0.1.6
1802026-07-13T08:42:17.646Z Downloaded rand_core v0.10.1
1812026-07-13T08:42:17.659Z Downloaded thiserror v2.0.18
1822026-07-13T08:42:17.663Z Downloaded either v1.16.0
1832026-07-13T08:42:17.670Z Downloaded version_check v0.9.5
1842026-07-13T08:42:17.673Z Downloaded rustversion v1.0.23
1852026-07-13T08:42:17.673Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1862026-07-13T08:42:17.675Z Downloaded thiserror-impl v2.0.18
1872026-07-13T08:42:17.678Z Downloaded darling v0.21.3
1882026-07-13T08:42:17.681Z Downloaded ingot-macros v0.1.1
1892026-07-13T08:42:17.681Z Downloaded chacha20 v0.10.1
1902026-07-13T08:42:17.685Z Downloaded tracing-attributes v0.1.31
1912026-07-13T08:42:17.688Z Downloaded toml_parser v1.1.2+spec-1.1.0
1922026-07-13T08:42:17.691Z Downloaded colored v3.1.1
1932026-07-13T08:42:17.694Z Downloaded byteorder v1.5.0
1942026-07-13T08:42:17.700Z Downloaded once_cell v1.21.4
1952026-07-13T08:42:17.707Z Downloaded aho-corasick v1.1.4
1962026-07-13T08:42:17.714Z Downloaded anyhow v1.0.103
1972026-07-13T08:42:17.717Z Downloaded tracing-core v0.1.36
1982026-07-13T08:42:17.719Z Downloaded proc-macro2 v1.0.106
1992026-07-13T08:42:17.722Z Downloaded bitflags v2.13.0
2002026-07-13T08:42:17.729Z Downloaded socket2 v0.6.4
2012026-07-13T08:42:17.732Z Downloaded unicode-ident v1.0.24
2022026-07-13T08:42:17.732Z Downloaded postcard v1.1.3
2032026-07-13T08:42:17.737Z Downloaded uuid v1.23.5
2042026-07-13T08:42:17.739Z Downloaded getrandom v0.4.3
2052026-07-13T08:42:17.742Z Downloaded serde_derive v1.0.228
2062026-07-13T08:42:17.745Z Downloaded heapless v0.8.0
2072026-07-13T08:42:17.757Z Downloaded toml_edit v0.25.12+spec-1.1.0
2082026-07-13T08:42:17.759Z Downloaded serde v1.0.228
2092026-07-13T08:42:17.762Z Downloaded memchr v2.8.3
2102026-07-13T08:42:17.771Z Downloaded indexmap v2.14.0
2112026-07-13T08:42:17.775Z Downloaded zerocopy-derive v0.8.54
2122026-07-13T08:42:17.780Z Downloaded rand v0.10.2
2132026-07-13T08:42:17.804Z Downloaded hashbrown v0.17.1
2142026-07-13T08:42:17.816Z Downloaded regex v1.13.0
2152026-07-13T08:42:17.838Z Downloaded winnow v1.0.3
2162026-07-13T08:42:17.843Z Downloaded itertools v0.14.0
2172026-07-13T08:42:17.869Z Downloaded syn v1.0.109
2182026-07-13T08:42:17.882Z Downloaded zerocopy v0.8.54
2192026-07-13T08:42:17.904Z Downloaded syn v2.0.118
2202026-07-13T08:42:17.910Z Downloaded smoltcp v0.11.0
2212026-07-13T08:42:17.923Z Downloaded regex-syntax v0.8.11
2222026-07-13T08:42:17.944Z Downloaded tracing v0.1.44
2232026-07-13T08:42:17.966Z Downloaded regex-automata v0.4.15
2242026-07-13T08:42:17.974Z Downloaded libc v0.2.186
2252026-07-13T08:42:18.031Z Compiling proc-macro2 v1.0.106
2262026-07-13T08:42:18.031Z Compiling unicode-ident v1.0.24
2272026-07-13T08:42:18.032Z Compiling quote v1.0.46
2282026-07-13T08:42:18.035Z Compiling serde_core v1.0.228
2292026-07-13T08:42:18.035Z Checking cfg-if v1.0.4
2302026-07-13T08:42:18.035Z Compiling thiserror v2.0.18
2312026-07-13T08:42:18.035Z Compiling fnv v1.0.7
2322026-07-13T08:42:18.090Z Compiling ident_case v1.0.1
2332026-07-13T08:42:18.154Z Compiling strsim v0.11.1
2342026-07-13T08:42:18.197Z Compiling memchr v2.8.3
2352026-07-13T08:42:18.212Z Compiling regex-syntax v0.8.11
2362026-07-13T08:42:18.219Z Compiling libc v0.2.186
2372026-07-13T08:42:18.441Z Compiling winnow v1.0.3
2382026-07-13T08:42:18.501Z Compiling equivalent v1.0.2
2392026-07-13T08:42:18.573Z Compiling either v1.16.0
2402026-07-13T08:42:18.595Z Compiling aho-corasick v1.1.4
2412026-07-13T08:42:18.690Z Compiling hashbrown v0.17.1
2422026-07-13T08:42:18.762Z Compiling zerocopy v0.8.54
2432026-07-13T08:42:18.768Z Compiling serde v1.0.228
2442026-07-13T08:42:19.191Z Compiling indexmap v2.14.0
2452026-07-13T08:42:19.226Z Compiling itertools v0.14.0
2462026-07-13T08:42:19.314Z Compiling syn v2.0.118
2472026-07-13T08:42:19.357Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-07-13T08:42:19.757Z Compiling regex-automata v0.4.15
2492026-07-13T08:42:19.799Z Compiling heapless v0.8.0
2502026-07-13T08:42:19.903Z Compiling toml_datetime v1.1.1+spec-1.1.0
2512026-07-13T08:42:19.915Z Checking byteorder v1.5.0
2522026-07-13T08:42:19.976Z Checking bitflags v2.13.0
2532026-07-13T08:42:20.105Z Checking hash32 v0.3.1
2542026-07-13T08:42:20.134Z Compiling toml_edit v0.25.12+spec-1.1.0
2552026-07-13T08:42:20.143Z Checking stable_deref_trait v1.2.1
2562026-07-13T08:42:20.209Z Compiling smoltcp v0.11.0
2572026-07-13T08:42:20.216Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-07-13T08:42:20.275Z Checking macaddr v1.0.1
2592026-07-13T08:42:20.329Z Compiling syn v1.0.109
2602026-07-13T08:42:20.419Z Compiling rustversion v1.0.23
2612026-07-13T08:42:20.509Z Checking managed v0.8.0
2622026-07-13T08:42:20.573Z Checking rand_core v0.10.1
2632026-07-13T08:42:20.693Z Compiling proc-macro-crate v3.5.0
2642026-07-13T08:42:20.699Z Checking bitflags v1.3.2
2652026-07-13T08:42:20.707Z Compiling ref-cast v1.0.25
2662026-07-13T08:42:20.756Z Compiling version_check v0.9.5
2672026-07-13T08:42:20.821Z Compiling getrandom v0.4.3
2682026-07-13T08:42:20.845Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2692026-07-13T08:42:21.034Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2702026-07-13T08:42:21.111Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2712026-07-13T08:42:21.119Z Compiling anyhow v1.0.103
2722026-07-13T08:42:21.298Z Checking foreign-types-shared v0.3.1
2732026-07-13T08:42:21.376Z Checking cpufeatures v0.3.0
2742026-07-13T08:42:21.435Z Checking once_cell v1.21.4
2752026-07-13T08:42:21.607Z Compiling regex v1.13.0
2762026-07-13T08:42:21.648Z Checking tracing-core v0.1.36
2772026-07-13T08:42:21.656Z Checking chacha20 v0.10.1
2782026-07-13T08:42:21.763Z Checking cstr-argument v0.1.2
2792026-07-13T08:42:21.968Z Compiling darling_core v0.21.3
2802026-07-13T08:42:21.996Z Checking pin-project-lite v0.2.17
2812026-07-13T08:42:22.012Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2822026-07-13T08:42:22.074Z Checking dyn-clone v1.0.20
2832026-07-13T08:42:22.081Z Checking pretty-hex v0.4.2
2842026-07-13T08:42:22.180Z Checking rand v0.10.2
2852026-07-13T08:42:22.245Z Checking uuid v1.23.5
2862026-07-13T08:42:22.271Z Checking socket2 v0.6.4
2872026-07-13T08:42:22.398Z Checking oxnet v0.1.6
2882026-07-13T08:42:22.415Z Checking colored v3.1.1
2892026-07-13T08:42:22.819Z Compiling thiserror-impl v2.0.18
2902026-07-13T08:42:22.819Z Compiling serde_derive v1.0.228
2912026-07-13T08:42:22.819Z Compiling zerocopy-derive v0.8.54
2922026-07-13T08:42:22.823Z Compiling foreign-types-macros v0.2.3
2932026-07-13T08:42:22.823Z Compiling num_enum_derive v0.7.6
2942026-07-13T08:42:23.318Z Compiling ref-cast-impl v1.0.25
2952026-07-13T08:42:23.449Z Checking foreign-types v0.5.0
2962026-07-13T08:42:23.516Z Compiling tracing-attributes v0.1.31
2972026-07-13T08:42:23.820Z Checking num_enum v0.7.6
2982026-07-13T08:42:23.928Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2992026-07-13T08:42:24.007Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3002026-07-13T08:42:24.019Z Compiling darling_macro v0.21.3
3012026-07-13T08:42:24.125Z Checking cobs v0.3.0
3022026-07-13T08:42:24.173Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3032026-07-13T08:42:24.397Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-07-13T08:42:24.581Z Compiling darling v0.21.3
3052026-07-13T08:42:24.648Z Compiling ingot-macros v0.1.1
3062026-07-13T08:42:24.702Z Checking tracing v0.1.44
3072026-07-13T08:42:24.859Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3082026-07-13T08:42:25.408Z Checking postcard v1.1.3
3092026-07-13T08:42:26.792Z Checking ingot-types v0.1.2
3102026-07-13T08:42:27.053Z Checking ingot v0.1.1
3112026-07-13T08:42:28.330Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3122026-07-13T08:42:29.482Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3132026-07-13T08:42:30.647Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3142026-07-13T08:42:30.830Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.54s
3152026-07-13T08:42:30.933Z
3162026-07-13T08:42:30.933Zreal 17.695378146
3172026-07-13T08:42:30.933Zuser 48.419474860
3182026-07-13T08:42:30.934Zsys 11.528603814
3192026-07-13T08:42:30.937Ztrap 0.036748242
3202026-07-13T08:42:30.937Ztflt 0.058463699
3212026-07-13T08:42:30.937Zdflt 0.141639866
3222026-07-13T08:42:30.937Zkflt 0.004991580
3232026-07-13T08:42:30.937Zlock 3:05.297391536
3242026-07-13T08:42:30.937Zslp 2:44.116673842
3252026-07-13T08:42:30.937Zlat 2.625478199
3262026-07-13T08:42:30.937Zstop 10.328556553
3272026-07-13T08:42:30.937Zprocess exited: duration 32226 ms, exit code 0
 
3282026-07-13T08:42:30.943Zfound 0 output files