01KW8RP0CA6GGC0398QHNM5C8D: opte-ioctl

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

Buildomat Job: 01KW8RPC1X7P10E0ZDX69100EX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-29T04:03:31.434Zjob assigned to worker 01KW8RPGKAQ0KP050ZREKM8GCK [factory aws, i-05abcb07f5259caba] (queued for 49 s)
 
22026-06-29T04:03:38.255Zstarting task 0: "setup"
32026-06-29T04:03:38.262Z++ uname -s
42026-06-29T04:03:38.265Z+ kern=SunOS
52026-06-29T04:03:38.265Z+ build_user=build
62026-06-29T04:03:38.265Z+ build_uid=12345
72026-06-29T04:03:38.265Z+ work_dir=/work
82026-06-29T04:03:38.265Z+ input_dir=/input
92026-06-29T04:03:38.265Z+ [[ 0 == 12345 ]]
102026-06-29T04:03:38.265Z+ case "$kern" in
112026-06-29T04:03:38.265Z+ groupadd -g 12345 build
122026-06-29T04:03:38.268Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-29T04:03:40.271Z+ zfs create -o mountpoint=/work rpool/work
142026-06-29T04:03:40.368Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-29T04:03:40.371Z+ home_fs=zfs
162026-06-29T04:03:40.371Z+ [[ zfs == autofs ]]
172026-06-29T04:03:40.371Z+ mkdir -p /home/build
182026-06-29T04:03:40.371Z+ chown build:build /home/build /work
192026-06-29T04:03:42.372Z+ chmod 0700 /home/build /work
202026-06-29T04:03:42.375Zprocess exited: duration 4118 ms, exit code 0
 
212026-06-29T04:03:42.381Zstarting task 1: "rust-toolchain"
222026-06-29T04:03:42.384Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-29T04:03:42.384Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-29T04:03:42.384Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-29T04:03:42.384Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-29T04:03:42.384Z * rust toolchain channel = "1.96.0"
272026-06-29T04:03:42.384Z * rust toolchain profile = "default"
282026-06-29T04:03:42.387Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-29T04:03:42.387Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-29T04:03:42.466Zinfo: downloading installer
312026-06-29T04:03:43.871Zwarn: It looks like you have an existing rustup settings file at:
322026-06-29T04:03:43.871Zwarn: /home/build/.rustup/settings.toml
332026-06-29T04:03:43.871Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-29T04:03:43.871Zwarn: instead of the one inferred from the default host triple.
352026-06-29T04:03:43.883Zinfo: profile set to default
362026-06-29T04:03:43.883Zinfo: default host triple is x86_64-unknown-illumos
372026-06-29T04:03:43.886Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-29T04:03:44.047Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-29T04:03:44.050Zinfo: downloading 6 components
402026-06-29T04:03:59.309Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-29T04:03:59.309Z
422026-06-29T04:03:59.339Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-29T04:03:59.339Z
442026-06-29T04:03:59.339Z
452026-06-29T04:03:59.339ZRust is installed now. Great!
462026-06-29T04:03:59.339Z
472026-06-29T04:03:59.342ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-29T04:03:59.342Zenvironment variable. This has not been done automatically.
492026-06-29T04:03:59.342Z
502026-06-29T04:03:59.342ZTo configure your current shell, you need to source
512026-06-29T04:03:59.342Zthe corresponding env file under $HOME/.cargo.
522026-06-29T04:03:59.342Z
532026-06-29T04:03:59.342ZThis is usually done by running one of the following (note the leading DOT):
542026-06-29T04:03:59.342Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-29T04:03:59.342Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-29T04:03:59.342Zsource "~/.cargo/env.nu" # For nushell
572026-06-29T04:03:59.342Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-29T04:03:59.342Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-29T04:03:59.342Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-29T04:03:59.342Zwarn: no default linker (`cc`) was found in your PATH
612026-06-29T04:03:59.342Zwarn: many Rust crates require a system C toolchain to build
622026-06-29T04:03:59.435Z+ rustup --version
632026-06-29T04:03:59.444Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-29T04:03:59.447Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-29T04:03:59.466Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-29T04:03:59.468Z+ cargo --version
672026-06-29T04:03:59.482Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-29T04:03:59.484Z+ rustc --version
692026-06-29T04:03:59.504Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-29T04:03:59.507Zprocess exited: duration 17126 ms, exit code 0
 
712026-06-29T04:03:59.513Zstarting task 2: "authentication"
722026-06-29T04:03:59.530Zprocess exited: duration 16 ms, exit code 0
 
732026-06-29T04:03:59.535Zstarting task 3: "clone repository"
742026-06-29T04:03:59.538Z+ mkdir -p /work/oxidecomputer/opte
752026-06-29T04:03:59.541Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-29T04:03:59.572ZCloning into '/work/oxidecomputer/opte'...
772026-06-29T04:04:00.489Z+ cd /work/oxidecomputer/opte
782026-06-29T04:04:00.489Z+ git fetch origin 82c081243dd488ddb658321919066c3bede18e40
792026-06-29T04:04:00.689ZFrom https://github.com/oxidecomputer/opte
802026-06-29T04:04:00.689Z * branch 82c081243dd488ddb658321919066c3bede18e40 -> FETCH_HEAD
812026-06-29T04:04:00.694Z+ [[ -n renovate/rust-1.x ]]
822026-06-29T04:04:00.697Z++ git branch --show-current
832026-06-29T04:04:00.697Z+ current=master
842026-06-29T04:04:00.697Z+ [[ master != renovate/rust-1.x ]]
852026-06-29T04:04:00.697Z+ git branch -f renovate/rust-1.x 82c081243dd488ddb658321919066c3bede18e40
862026-06-29T04:04:00.700Z+ git checkout -f renovate/rust-1.x
872026-06-29T04:04:00.716ZSwitched to branch 'renovate/rust-1.x'
882026-06-29T04:04:00.719Z+ git reset --hard 82c081243dd488ddb658321919066c3bede18e40
892026-06-29T04:04:00.732ZHEAD is now at 82c0812 Update Rust to nightly-2026-06-29
902026-06-29T04:04:00.735Zprocess exited: duration 1198 ms, exit code 0
 
912026-06-29T04:04:00.741Zstarting task 4: "build"
922026-06-29T04:04:00.744Z+ source .github/buildomat/common.sh
932026-06-29T04:04:00.744Z++ rustup show active-toolchain
942026-06-29T04:04:00.749Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-29T04:04:00.752Z++ pushd xde
962026-06-29T04:04:00.752Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-29T04:04:00.752Z++ rustup show active-toolchain
982026-06-29T04:04:00.755Zinfo: syncing channel updates for nightly-2026-06-29-x86_64-unknown-illumos
992026-06-29T04:04:00.909Zinfo: latest update on 2026-06-29 for version 1.98.0-nightly (df6ee909e 2026-06-28)
1002026-06-29T04:04:00.912Zinfo: downloading 6 components
1012026-06-29T04:04:14.760Znightly-2026-06-29-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-29T04:04:14.852Z+++ rustup show active-toolchain -v
1032026-06-29T04:04:14.855Z+++ head -n 1
1042026-06-29T04:04:14.855Z+++ cut '-d ' -f1
1052026-06-29T04:04:14.907Z++ export NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos
1062026-06-29T04:04:14.907Z++ NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos
1072026-06-29T04:04:14.907Z++ popd
1082026-06-29T04:04:14.907Z/work/oxidecomputer/opte
1092026-06-29T04:04:14.910Z+ cargo --version
1102026-06-29T04:04:14.916Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-29T04:04:14.919Z+ rustc --version
1122026-06-29T04:04:14.939Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-29T04:04:14.941Z+ cd lib/opte-ioctl
1142026-06-29T04:04:14.941Z+ header 'check style'
1152026-06-29T04:04:14.941Z+ echo '# ==== check style ==== #'
1162026-06-29T04:04:14.941Z# ==== check style ==== #
1172026-06-29T04:04:14.941Z+ ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos fmt -- --check
1182026-06-29T04:04:15.009Z
1192026-06-29T04:04:15.009Zreal 0.065192420
1202026-06-29T04:04:15.009Zuser 0.035627111
1212026-06-29T04:04:15.009Zsys 0.027315541
1222026-06-29T04:04:15.009Ztrap 0.000000428
1232026-06-29T04:04:15.009Ztflt 0.000005518
1242026-06-29T04:04:15.009Zdflt 0.000010208
1252026-06-29T04:04:15.009Zkflt 0.000000719
1262026-06-29T04:04:15.009Zlock 0.030500736
1272026-06-29T04:04:15.009Zslp 0.045281075
1282026-06-29T04:04:15.009Zlat 0.000700721
1292026-06-29T04:04:15.009Zstop 0.000107551
1302026-06-29T04:04:15.012Z+ header analyze
1312026-06-29T04:04:15.012Z+ echo '# ==== analyze ==== #'
1322026-06-29T04:04:15.012Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1332026-06-29T04:04:15.012Z# ==== analyze ==== #
1342026-06-29T04:04:15.143Z Updating crates.io index
1352026-06-29T04:04:15.146Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-06-29T04:04:15.818Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-06-29T04:04:16.055Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-06-29T04:04:16.450Z Updating git repository `https://github.com/oxidecomputer/zone`
1392026-06-29T04:04:16.685Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-06-29T04:04:16.919Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-06-29T04:04:17.199Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-06-29T04:04:19.111Z Downloading crates ...
1432026-06-29T04:04:19.173Z Downloaded cpufeatures v0.3.0
1442026-06-29T04:04:19.202Z Downloaded proc-macro-error-attr2 v2.0.0
1452026-06-29T04:04:19.205Z Downloaded ref-cast-impl v1.0.25
1462026-06-29T04:04:19.205Z Downloaded stable_deref_trait v1.2.1
1472026-06-29T04:04:19.208Z Downloaded strsim v0.11.1
1482026-06-29T04:04:19.227Z Downloaded version_check v0.9.5
1492026-06-29T04:04:19.229Z Downloaded oxnet v0.1.6
1502026-06-29T04:04:19.236Z Downloaded foreign-types-macros v0.2.3
1512026-06-29T04:04:19.239Z Downloaded cstr-argument v0.1.2
1522026-06-29T04:04:19.239Z Downloaded cfg-if v1.0.4
1532026-06-29T04:04:19.239Z Downloaded embedded-io v0.4.0
1542026-06-29T04:04:19.243Z Downloaded hash32 v0.3.1
1552026-06-29T04:04:19.247Z Downloaded defmt-parser v1.0.0
1562026-06-29T04:04:19.250Z Downloaded fnv v1.0.7
1572026-06-29T04:04:19.250Z Downloaded equivalent v1.0.2
1582026-06-29T04:04:19.253Z Downloaded foreign-types-shared v0.3.1
1592026-06-29T04:04:19.257Z Downloaded cobs v0.3.0
1602026-06-29T04:04:19.260Z Downloaded proc-macro-crate v3.5.0
1612026-06-29T04:04:19.260Z Downloaded ident_case v1.0.1
1622026-06-29T04:04:19.266Z Downloaded dyn-clone v1.0.20
1632026-06-29T04:04:19.271Z Downloaded managed v0.8.0
1642026-06-29T04:04:19.274Z Downloaded defmt v0.3.100
1652026-06-29T04:04:19.281Z Downloaded darling_macro v0.21.3
1662026-06-29T04:04:19.290Z Downloaded macaddr v1.0.1
1672026-06-29T04:04:19.293Z Downloaded foreign-types v0.5.0
1682026-06-29T04:04:19.305Z Downloaded num_enum v0.7.6
1692026-06-29T04:04:19.308Z Downloaded rustversion v1.0.22
1702026-06-29T04:04:19.310Z Downloaded ref-cast v1.0.25
1712026-06-29T04:04:19.313Z Downloaded chacha20 v0.10.0
1722026-06-29T04:04:19.316Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1732026-06-29T04:04:19.316Z Downloaded thiserror-impl v2.0.18
1742026-06-29T04:04:19.319Z Downloaded ingot-types v0.1.2
1752026-06-29T04:04:19.322Z Downloaded pretty-hex v0.4.2
1762026-06-29T04:04:19.322Z Downloaded pin-project-lite v0.2.17
1772026-06-29T04:04:19.325Z Downloaded ingot v0.1.1
1782026-06-29T04:04:19.325Z Downloaded embedded-io v0.6.1
1792026-06-29T04:04:19.327Z Downloaded byteorder v1.5.0
1802026-06-29T04:04:19.330Z Downloaded bitflags v1.3.2
1812026-06-29T04:04:19.333Z Downloaded proc-macro-error2 v2.0.1
1822026-06-29T04:04:19.336Z Downloaded either v1.16.0
1832026-06-29T04:04:19.338Z Downloaded defmt-macros v1.1.0
1842026-06-29T04:04:19.342Z Downloaded num_enum_derive v0.7.6
1852026-06-29T04:04:19.364Z Downloaded rand_core v0.10.1
1862026-06-29T04:04:19.367Z Downloaded quote v1.0.46
1872026-06-29T04:04:19.374Z Downloaded once_cell v1.21.4
1882026-06-29T04:04:19.377Z Downloaded ingot-macros v0.1.1
1892026-06-29T04:04:19.377Z Downloaded darling v0.21.3
1902026-06-29T04:04:19.380Z Downloaded defmt v1.1.0
1912026-06-29T04:04:19.382Z Downloaded colored v3.1.1
1922026-06-29T04:04:19.387Z Downloaded tracing-attributes v0.1.31
1932026-06-29T04:04:19.392Z Downloaded toml_parser v1.1.2+spec-1.1.0
1942026-06-29T04:04:19.395Z Downloaded thiserror v2.0.18
1952026-06-29T04:04:19.410Z Downloaded tracing-core v0.1.36
1962026-06-29T04:04:19.417Z Downloaded bitflags v2.13.0
1972026-06-29T04:04:19.420Z Downloaded getrandom v0.4.3
1982026-06-29T04:04:19.423Z Downloaded anyhow v1.0.102
1992026-06-29T04:04:19.425Z Downloaded socket2 v0.6.4
2002026-06-29T04:04:19.425Z Downloaded unicode-ident v1.0.24
2012026-06-29T04:04:19.431Z Downloaded serde_core v1.0.228
2022026-06-29T04:04:19.434Z Downloaded toml_edit v0.25.12+spec-1.1.0
2032026-06-29T04:04:19.437Z Downloaded serde_derive v1.0.228
2042026-06-29T04:04:19.437Z Downloaded postcard v1.1.3
2052026-06-29T04:04:19.459Z Downloaded uuid v1.23.3
2062026-06-29T04:04:19.463Z Downloaded proc-macro2 v1.0.106
2072026-06-29T04:04:19.466Z Downloaded heapless v0.8.0
2082026-06-29T04:04:19.469Z Downloaded darling_core v0.21.3
2092026-06-29T04:04:19.473Z Downloaded zerocopy-derive v0.8.52
2102026-06-29T04:04:19.477Z Downloaded serde v1.0.228
2112026-06-29T04:04:19.482Z Downloaded memchr v2.8.2
2122026-06-29T04:04:19.486Z Downloaded indexmap v2.14.0
2132026-06-29T04:04:19.494Z Downloaded rand v0.10.1
2142026-06-29T04:04:19.531Z Downloaded hashbrown v0.17.1
2152026-06-29T04:04:19.534Z Downloaded regex v1.12.4
2162026-06-29T04:04:19.543Z Downloaded aho-corasick v1.1.4
2172026-06-29T04:04:19.547Z Downloaded itertools v0.14.0
2182026-06-29T04:04:19.567Z Downloaded winnow v1.0.3
2192026-06-29T04:04:19.596Z Downloaded syn v1.0.109
2202026-06-29T04:04:19.603Z Downloaded smoltcp v0.11.0
2212026-06-29T04:04:19.609Z Downloaded zerocopy v0.8.52
2222026-06-29T04:04:19.619Z Downloaded syn v2.0.118
2232026-06-29T04:04:19.632Z Downloaded tracing v0.1.44
2242026-06-29T04:04:19.642Z Downloaded regex-syntax v0.8.11
2252026-06-29T04:04:19.664Z Downloaded regex-automata v0.4.14
2262026-06-29T04:04:19.676Z Downloaded libc v0.2.186
2272026-06-29T04:04:19.733Z Compiling proc-macro2 v1.0.106
2282026-06-29T04:04:19.733Z Compiling unicode-ident v1.0.24
2292026-06-29T04:04:19.733Z Compiling quote v1.0.46
2302026-06-29T04:04:19.734Z Compiling serde_core v1.0.228
2312026-06-29T04:04:19.736Z Checking cfg-if v1.0.4
2322026-06-29T04:04:19.736Z Compiling thiserror v2.0.18
2332026-06-29T04:04:19.737Z Compiling strsim v0.11.1
2342026-06-29T04:04:19.792Z Compiling memchr v2.8.2
2352026-06-29T04:04:19.859Z Compiling fnv v1.0.7
2362026-06-29T04:04:19.938Z Compiling ident_case v1.0.1
2372026-06-29T04:04:19.944Z Compiling libc v0.2.186
2382026-06-29T04:04:20.046Z Compiling regex-syntax v0.8.11
2392026-06-29T04:04:20.101Z Compiling serde v1.0.228
2402026-06-29T04:04:20.182Z Compiling aho-corasick v1.1.4
2412026-06-29T04:04:20.325Z Compiling winnow v1.0.3
2422026-06-29T04:04:20.331Z Compiling zerocopy v0.8.52
2432026-06-29T04:04:20.360Z Compiling either v1.16.0
2442026-06-29T04:04:20.397Z Compiling equivalent v1.0.2
2452026-06-29T04:04:20.472Z Compiling hashbrown v0.17.1
2462026-06-29T04:04:20.553Z Compiling itertools v0.14.0
2472026-06-29T04:04:21.008Z Compiling indexmap v2.14.0
2482026-06-29T04:04:21.063Z Compiling heapless v0.8.0
2492026-06-29T04:04:21.227Z Compiling syn v2.0.118
2502026-06-29T04:04:21.337Z Compiling toml_parser v1.1.2+spec-1.1.0
2512026-06-29T04:04:21.356Z Checking byteorder v1.5.0
2522026-06-29T04:04:21.507Z Compiling regex-automata v0.4.14
2532026-06-29T04:04:21.566Z Compiling toml_datetime v1.1.1+spec-1.1.0
2542026-06-29T04:04:21.586Z Checking bitflags v2.13.0
2552026-06-29T04:04:21.603Z Checking hash32 v0.3.1
2562026-06-29T04:04:21.707Z Compiling toml_edit v0.25.12+spec-1.1.0
2572026-06-29T04:04:21.776Z Compiling smoltcp v0.11.0
2582026-06-29T04:04:21.782Z Compiling rustversion v1.0.22
2592026-06-29T04:04:21.889Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2602026-06-29T04:04:21.920Z Checking stable_deref_trait v1.2.1
2612026-06-29T04:04:21.985Z Checking macaddr v1.0.1
2622026-06-29T04:04:22.104Z Compiling syn v1.0.109
2632026-06-29T04:04:22.129Z Compiling getrandom v0.4.3
2642026-06-29T04:04:22.134Z Compiling version_check v0.9.5
2652026-06-29T04:04:22.183Z Checking rand_core v0.10.1
2662026-06-29T04:04:22.319Z Compiling proc-macro-crate v3.5.0
2672026-06-29T04:04:22.381Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2682026-06-29T04:04:22.404Z Checking managed v0.8.0
2692026-06-29T04:04:22.447Z Checking bitflags v1.3.2
2702026-06-29T04:04:22.475Z Compiling ref-cast v1.0.25
2712026-06-29T04:04:22.596Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2722026-06-29T04:04:22.750Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2732026-06-29T04:04:22.824Z Checking once_cell v1.21.4
2742026-06-29T04:04:22.844Z Checking foreign-types-shared v0.3.1
2752026-06-29T04:04:22.923Z Compiling anyhow v1.0.102
2762026-06-29T04:04:23.037Z Checking cpufeatures v0.3.0
2772026-06-29T04:04:23.099Z Checking chacha20 v0.10.0
2782026-06-29T04:04:23.233Z Compiling regex v1.12.4
2792026-06-29T04:04:23.289Z Checking tracing-core v0.1.36
2802026-06-29T04:04:23.346Z Checking cstr-argument v0.1.2
2812026-06-29T04:04:23.591Z Checking dyn-clone v1.0.20
2822026-06-29T04:04:23.595Z Checking pretty-hex v0.4.2
2832026-06-29T04:04:23.619Z Checking pin-project-lite v0.2.17
2842026-06-29T04:04:23.657Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2852026-06-29T04:04:23.683Z Checking rand v0.10.1
2862026-06-29T04:04:23.700Z Checking uuid v1.23.3
2872026-06-29T04:04:23.755Z Checking socket2 v0.6.4
2882026-06-29T04:04:23.858Z Compiling darling_core v0.21.3
2892026-06-29T04:04:23.903Z Checking oxnet v0.1.6
2902026-06-29T04:04:23.999Z Checking colored v3.1.1
2912026-06-29T04:04:24.429Z Compiling thiserror-impl v2.0.18
2922026-06-29T04:04:24.429Z Compiling zerocopy-derive v0.8.52
2932026-06-29T04:04:24.429Z Compiling serde_derive v1.0.228
2942026-06-29T04:04:24.432Z Compiling foreign-types-macros v0.2.3
2952026-06-29T04:04:24.432Z Compiling ref-cast-impl v1.0.25
2962026-06-29T04:04:24.776Z Compiling num_enum_derive v0.7.6
2972026-06-29T04:04:25.055Z Checking foreign-types v0.5.0
2982026-06-29T04:04:25.098Z Compiling tracing-attributes v0.1.31
2992026-06-29T04:04:25.122Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3002026-06-29T04:04:25.683Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3012026-06-29T04:04:25.697Z Checking cobs v0.3.0
3022026-06-29T04:04:25.734Z Checking num_enum v0.7.6
3032026-06-29T04:04:25.792Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-06-29T04:04:25.830Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3052026-06-29T04:04:25.889Z Compiling darling_macro v0.21.3
3062026-06-29T04:04:26.223Z Checking tracing v0.1.44
3072026-06-29T04:04:26.237Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3082026-06-29T04:04:26.389Z Compiling darling v0.21.3
3092026-06-29T04:04:26.454Z Compiling ingot-macros v0.1.1
3102026-06-29T04:04:26.919Z Checking postcard v1.1.3
3112026-06-29T04:04:28.441Z Checking ingot-types v0.1.2
3122026-06-29T04:04:28.707Z Checking ingot v0.1.1
3132026-06-29T04:04:29.972Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3142026-06-29T04:04:31.118Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3152026-06-29T04:04:32.275Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3162026-06-29T04:04:32.456Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.39s
3172026-06-29T04:04:32.563Z
3182026-06-29T04:04:32.563Zreal 17.548084025
3192026-06-29T04:04:32.563Zuser 47.687497779
3202026-06-29T04:04:32.563Zsys 10.920746865
3212026-06-29T04:04:32.563Ztrap 0.036083544
3222026-06-29T04:04:32.566Ztflt 0.070979634
3232026-06-29T04:04:32.566Zdflt 0.154161164
3242026-06-29T04:04:32.566Zkflt 0.004587354
3252026-06-29T04:04:32.566Zlock 2:58.668387025
3262026-06-29T04:04:32.566Zslp 2:38.410413469
3272026-06-29T04:04:32.566Zlat 2.509990135
3282026-06-29T04:04:32.566Zstop 9.643267133
3292026-06-29T04:04:32.566Zprocess exited: duration 31822 ms, exit code 0
 
3302026-06-29T04:04:32.575Zfound 0 output files