01KRB1RYY1BHAM67T8BNGS740E: opte-ioctl

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

Buildomat Job: 01KRB1SDBEQB616STJDSQ2K9ZP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:18:06.822Zjob assigned to worker 01KRB1SH8YJTCH91MSZEV6Q444 [factory aws, i-0776f8f74693709f5] (queued for 46 s)
 
22026-05-11T08:18:12.979Zstarting task 0: "setup"
32026-05-11T08:18:12.982Z++ uname -s
42026-05-11T08:18:12.985Z+ kern=SunOS
52026-05-11T08:18:12.985Z+ build_user=build
62026-05-11T08:18:12.985Z+ build_uid=12345
72026-05-11T08:18:12.985Z+ work_dir=/work
82026-05-11T08:18:12.985Z+ input_dir=/input
92026-05-11T08:18:12.985Z+ [[ 0 == 12345 ]]
102026-05-11T08:18:12.986Z+ case "$kern" in
112026-05-11T08:18:12.986Z+ groupadd -g 12345 build
122026-05-11T08:18:12.988Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:18:14.992Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:18:15.163Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:18:15.166Z+ home_fs=zfs
162026-05-11T08:18:15.167Z+ [[ zfs == autofs ]]
172026-05-11T08:18:15.167Z+ mkdir -p /home/build
182026-05-11T08:18:15.167Z+ chown build:build /home/build /work
192026-05-11T08:18:17.168Z+ chmod 0700 /home/build /work
202026-05-11T08:18:17.170Zprocess exited: duration 4195 ms, exit code 0
 
212026-05-11T08:18:17.177Zstarting task 1: "rust-toolchain"
222026-05-11T08:18:17.181Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:18:17.181Z * rust toolchain channel = "1.94.1"
242026-05-11T08:18:17.181Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-11T08:18:17.181Z * rust toolchain profile = "default"
262026-05-11T08:18:17.181Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T08:18:17.181Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T08:18:17.184Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:18:17.184Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:18:17.263Zinfo: downloading installer
312026-05-11T08:18:18.711Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:18:18.711Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:18:18.711Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:18:18.711Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:18:18.723Zinfo: profile set to default
362026-05-11T08:18:18.723Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:18:18.726Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:18:18.858Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:18:18.861Zinfo: downloading 6 components
402026-05-11T08:18:33.312Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T08:18:33.312Z
422026-05-11T08:18:33.339Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:18:33.339Z
442026-05-11T08:18:33.339Z
452026-05-11T08:18:33.339ZRust is installed now. Great!
462026-05-11T08:18:33.339Z
472026-05-11T08:18:33.342ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:18:33.343Zenvironment variable. This has not been done automatically.
492026-05-11T08:18:33.343Z
502026-05-11T08:18:33.343ZTo configure your current shell, you need to source
512026-05-11T08:18:33.343Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:18:33.343Z
532026-05-11T08:18:33.343ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:18:33.343Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:18:33.343Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:18:33.343Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:18:33.343Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:18:33.343Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:18:33.343Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:18:33.343Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:18:33.343Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:18:33.435Z+ rustup --version
632026-05-11T08:18:33.443Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:18:33.446Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:18:33.465Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:18:33.468Z+ cargo --version
672026-05-11T08:18:33.480Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:18:33.483Z+ rustc --version
692026-05-11T08:18:33.502Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:18:33.506Zprocess exited: duration 16327 ms, exit code 0
 
712026-05-11T08:18:33.511Zstarting task 2: "authentication"
722026-05-11T08:18:33.528Zprocess exited: duration 16 ms, exit code 0
 
732026-05-11T08:18:33.533Zstarting task 3: "clone repository"
742026-05-11T08:18:33.537Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:18:33.540Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:18:33.571ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:18:34.441Z+ cd /work/oxidecomputer/opte
782026-05-11T08:18:34.441Z+ git fetch origin 27627c9e134f6dacafb579d70170e18fe7fda7e3
792026-05-11T08:18:34.667ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:18:34.667Z * branch 27627c9e134f6dacafb579d70170e18fe7fda7e3 -> FETCH_HEAD
812026-05-11T08:18:34.673Z+ [[ -n renovate/lock-file-maintenance ]]
822026-05-11T08:18:34.676Z++ git branch --show-current
832026-05-11T08:18:34.676Z+ current=master
842026-05-11T08:18:34.676Z+ [[ master != renovate/lock-file-maintenance ]]
852026-05-11T08:18:34.676Z+ git branch -f renovate/lock-file-maintenance 27627c9e134f6dacafb579d70170e18fe7fda7e3
862026-05-11T08:18:34.679Z+ git checkout -f renovate/lock-file-maintenance
872026-05-11T08:18:34.695ZSwitched to branch 'renovate/lock-file-maintenance'
882026-05-11T08:18:34.698Z+ git reset --hard 27627c9e134f6dacafb579d70170e18fe7fda7e3
892026-05-11T08:18:34.700ZHEAD is now at 27627c9 Lock file maintenance
902026-05-11T08:18:34.700Zprocess exited: duration 1165 ms, exit code 0
 
912026-05-11T08:18:34.706Zstarting task 4: "build"
922026-05-11T08:18:34.710Z+ source .github/buildomat/common.sh
932026-05-11T08:18:34.713Z++ rustup show active-toolchain
942026-05-11T08:18:34.716Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:18:34.719Z++ pushd xde
962026-05-11T08:18:34.719Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T08:18:34.719Z++ rustup show active-toolchain
982026-05-11T08:18:34.722Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:18:34.867Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:18:34.870Zinfo: downloading 6 components
1012026-05-11T08:18:48.703Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:18:48.778Z+++ rustup show active-toolchain -v
1032026-05-11T08:18:48.781Z+++ head -n 1
1042026-05-11T08:18:48.781Z+++ cut '-d ' -f1
1052026-05-11T08:18:48.832Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:18:48.832Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:18:48.832Z++ popd
1082026-05-11T08:18:48.835Z/work/oxidecomputer/opte
1092026-05-11T08:18:48.835Z+ cargo --version
1102026-05-11T08:18:48.841Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T08:18:48.844Z+ rustc --version
1122026-05-11T08:18:48.863Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T08:18:48.866Z+ cd lib/opte-ioctl
1142026-05-11T08:18:48.866Z+ header 'check style'
1152026-05-11T08:18:48.866Z+ echo '# ==== check style ==== #'
1162026-05-11T08:18:48.866Z# ==== check style ==== #
1172026-05-11T08:18:48.866Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-11T08:18:48.935Z
1192026-05-11T08:18:48.935Zreal 0.066269196
1202026-05-11T08:18:48.935Zuser 0.036300849
1212026-05-11T08:18:48.935Zsys 0.027291439
1222026-05-11T08:18:48.935Ztrap 0.000000290
1232026-05-11T08:18:48.935Ztflt 0.000042040
1242026-05-11T08:18:48.935Zdflt 0.000018720
1252026-05-11T08:18:48.935Zkflt 0.000000000
1262026-05-11T08:18:48.935Zlock 0.031257768
1272026-05-11T08:18:48.935Zslp 0.045783471
1282026-05-11T08:18:48.935Zlat 0.000835700
1292026-05-11T08:18:48.935Zstop 0.000103180
1302026-05-11T08:18:48.938Z+ header analyze
1312026-05-11T08:18:48.938Z+ echo '# ==== analyze ==== #'
1322026-05-11T08:18:48.938Z# ==== analyze ==== #
1332026-05-11T08:18:48.938Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-05-11T08:18:49.069Z Updating crates.io index
1352026-05-11T08:18:49.072Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-05-11T08:18:49.747Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-05-11T08:18:50.278Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-05-11T08:18:50.655Z Updating git repository `https://github.com/oxidecomputer/zone`
1392026-05-11T08:18:50.909Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-05-11T08:18:51.304Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-05-11T08:18:51.585Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-05-11T08:18:53.418Z Downloading crates ...
1432026-05-11T08:18:53.471Z Downloaded foreign-types-macros v0.2.3
1442026-05-11T08:18:53.474Z Downloaded hash32 v0.3.1
1452026-05-11T08:18:53.474Z Downloaded foreign-types v0.5.0
1462026-05-11T08:18:53.477Z Downloaded cstr-argument v0.1.2
1472026-05-11T08:18:53.477Z Downloaded defmt v0.3.100
1482026-05-11T08:18:53.480Z Downloaded fnv v1.0.7
1492026-05-11T08:18:53.480Z Downloaded cpufeatures v0.3.0
1502026-05-11T08:18:53.484Z Downloaded equivalent v1.0.2
1512026-05-11T08:18:53.487Z Downloaded cobs v0.3.0
1522026-05-11T08:18:53.487Z Downloaded foreign-types-shared v0.3.1
1532026-05-11T08:18:53.491Z Downloaded darling_macro v0.21.3
1542026-05-11T08:18:53.494Z Downloaded ref-cast-impl v1.0.25
1552026-05-11T08:18:53.494Z Downloaded embedded-io v0.6.1
1562026-05-11T08:18:53.499Z Downloaded anyhow v1.0.102
1572026-05-11T08:18:53.502Z Downloaded dyn-clone v1.0.20
1582026-05-11T08:18:53.505Z Downloaded strsim v0.11.1
1592026-05-11T08:18:53.508Z Downloaded ref-cast v1.0.25
1602026-05-11T08:18:53.516Z Downloaded colored v3.1.1
1612026-05-11T08:18:53.519Z Downloaded proc-macro-crate v3.5.0
1622026-05-11T08:18:53.523Z Downloaded proc-macro-error-attr2 v2.0.0
1632026-05-11T08:18:53.526Z Downloaded stable_deref_trait v1.2.1
1642026-05-11T08:18:53.526Z Downloaded ident_case v1.0.1
1652026-05-11T08:18:53.540Z Downloaded pretty-hex v0.4.2
1662026-05-11T08:18:53.544Z Downloaded macaddr v1.0.1
1672026-05-11T08:18:53.547Z Downloaded defmt-parser v1.0.0
1682026-05-11T08:18:53.552Z Downloaded ingot v0.1.1
1692026-05-11T08:18:53.555Z Downloaded either v1.15.0
1702026-05-11T08:18:53.558Z Downloaded bitflags v1.3.2
1712026-05-11T08:18:53.558Z Downloaded chacha20 v0.10.0
1722026-05-11T08:18:53.561Z Downloaded managed v0.8.0
1732026-05-11T08:18:53.561Z Downloaded embedded-io v0.4.0
1742026-05-11T08:18:53.569Z Downloaded version_check v0.9.5
1752026-05-11T08:18:53.576Z Downloaded cfg-if v1.0.4
1762026-05-11T08:18:53.579Z Downloaded tracing-core v0.1.36
1772026-05-11T08:18:53.582Z Downloaded byteorder v1.5.0
1782026-05-11T08:18:53.582Z Downloaded bitflags v2.11.1
1792026-05-11T08:18:53.585Z Downloaded defmt-macros v1.0.1
1802026-05-11T08:18:53.587Z Downloaded quote v1.0.45
1812026-05-11T08:18:53.590Z Downloaded thiserror v2.0.18
1822026-05-11T08:18:53.593Z Downloaded rand_core v0.10.1
1832026-05-11T08:18:53.593Z Downloaded proc-macro-error2 v2.0.1
1842026-05-11T08:18:53.597Z Downloaded num_enum_derive v0.7.6
1852026-05-11T08:18:53.602Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1862026-05-11T08:18:53.605Z Downloaded oxnet v0.1.5
1872026-05-11T08:18:53.607Z Downloaded once_cell v1.21.4
1882026-05-11T08:18:53.610Z Downloaded getrandom v0.4.2
1892026-05-11T08:18:53.610Z Downloaded defmt v1.0.1
1902026-05-11T08:18:53.616Z Downloaded thiserror-impl v2.0.18
1912026-05-11T08:18:53.619Z Downloaded rustversion v1.0.22
1922026-05-11T08:18:53.622Z Downloaded num_enum v0.7.6
1932026-05-11T08:18:53.624Z Downloaded pin-project-lite v0.2.17
1942026-05-11T08:18:53.627Z Downloaded socket2 v0.6.3
1952026-05-11T08:18:53.627Z Downloaded ingot-types v0.1.2
1962026-05-11T08:18:53.630Z Downloaded darling_core v0.21.3
1972026-05-11T08:18:53.630Z Downloaded darling v0.21.3
1982026-05-11T08:18:53.637Z Downloaded toml_parser v1.1.2+spec-1.1.0
1992026-05-11T08:18:53.640Z Downloaded postcard v1.1.3
2002026-05-11T08:18:53.640Z Downloaded heapless v0.8.0
2012026-05-11T08:18:53.647Z Downloaded tracing-attributes v0.1.31
2022026-05-11T08:18:53.650Z Downloaded ingot-macros v0.1.1
2032026-05-11T08:18:53.653Z Downloaded uuid v1.23.1
2042026-05-11T08:18:53.673Z Downloaded toml_edit v0.25.11+spec-1.1.0
2052026-05-11T08:18:53.676Z Downloaded unicode-ident v1.0.24
2062026-05-11T08:18:53.680Z Downloaded proc-macro2 v1.0.106
2072026-05-11T08:18:53.684Z Downloaded serde_derive v1.0.228
2082026-05-11T08:18:53.690Z Downloaded serde_core v1.0.228
2092026-05-11T08:18:53.700Z Downloaded aho-corasick v1.1.4
2102026-05-11T08:18:53.703Z Downloaded memchr v2.8.0
2112026-05-11T08:18:53.706Z Downloaded zerocopy-derive v0.8.48
2122026-05-11T08:18:53.713Z Downloaded serde v1.0.228
2132026-05-11T08:18:53.720Z Downloaded indexmap v2.14.0
2142026-05-11T08:18:53.729Z Downloaded rand v0.10.1
2152026-05-11T08:18:53.731Z Downloaded itertools v0.14.0
2162026-05-11T08:18:53.757Z Downloaded regex v1.12.3
2172026-05-11T08:18:53.760Z Downloaded hashbrown v0.17.1
2182026-05-11T08:18:53.776Z Downloaded winnow v1.0.2
2192026-05-11T08:18:53.804Z Downloaded syn v1.0.109
2202026-05-11T08:18:53.833Z Downloaded syn v2.0.117
2212026-05-11T08:18:53.838Z Downloaded zerocopy v0.8.48
2222026-05-11T08:18:53.851Z Downloaded smoltcp v0.11.0
2232026-05-11T08:18:53.857Z Downloaded regex-syntax v0.8.10
2242026-05-11T08:18:53.884Z Downloaded tracing v0.1.44
2252026-05-11T08:18:53.909Z Downloaded regex-automata v0.4.14
2262026-05-11T08:18:53.920Z Downloaded libc v0.2.186
2272026-05-11T08:18:53.976Z Compiling proc-macro2 v1.0.106
2282026-05-11T08:18:53.976Z Compiling unicode-ident v1.0.24
2292026-05-11T08:18:53.979Z Compiling quote v1.0.45
2302026-05-11T08:18:53.979Z Compiling serde_core v1.0.228
2312026-05-11T08:18:53.979Z Checking cfg-if v1.0.4
2322026-05-11T08:18:53.979Z Compiling thiserror v2.0.18
2332026-05-11T08:18:53.979Z Compiling memchr v2.8.0
2342026-05-11T08:18:53.980Z Compiling ident_case v1.0.1
2352026-05-11T08:18:54.099Z Compiling fnv v1.0.7
2362026-05-11T08:18:54.167Z Compiling strsim v0.11.1
2372026-05-11T08:18:54.174Z Compiling regex-syntax v0.8.10
2382026-05-11T08:18:54.191Z Compiling libc v0.2.186
2392026-05-11T08:18:54.424Z Compiling aho-corasick v1.1.4
2402026-05-11T08:18:54.469Z Compiling equivalent v1.0.2
2412026-05-11T08:18:54.547Z Compiling zerocopy v0.8.48
2422026-05-11T08:18:54.588Z Compiling serde v1.0.228
2432026-05-11T08:18:54.595Z Compiling either v1.15.0
2442026-05-11T08:18:54.598Z Compiling winnow v1.0.2
2452026-05-11T08:18:54.782Z Compiling hashbrown v0.17.1
2462026-05-11T08:18:54.927Z Compiling itertools v0.14.0
2472026-05-11T08:18:55.244Z Compiling toml_datetime v1.1.1+spec-1.1.0
2482026-05-11T08:18:55.317Z Compiling indexmap v2.14.0
2492026-05-11T08:18:55.453Z Compiling syn v2.0.117
2502026-05-11T08:18:55.461Z Checking byteorder v1.5.0
2512026-05-11T08:18:55.585Z Compiling regex-automata v0.4.14
2522026-05-11T08:18:55.606Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-05-11T08:18:55.806Z Compiling heapless v0.8.0
2542026-05-11T08:18:55.814Z Checking bitflags v2.11.1
2552026-05-11T08:18:55.910Z Checking hash32 v0.3.1
2562026-05-11T08:18:55.959Z Compiling toml_edit v0.25.11+spec-1.1.0
2572026-05-11T08:18:56.015Z Compiling rustversion v1.0.22
2582026-05-11T08:18:56.127Z Compiling syn v1.0.109
2592026-05-11T08:18:56.155Z Compiling smoltcp v0.11.0
2602026-05-11T08:18:56.214Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2612026-05-11T08:18:56.243Z Checking stable_deref_trait v1.2.1
2622026-05-11T08:18:56.308Z Checking macaddr v1.0.1
2632026-05-11T08:18:56.442Z Checking bitflags v1.3.2
2642026-05-11T08:18:56.449Z Compiling ref-cast v1.0.25
2652026-05-11T08:18:56.461Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
2662026-05-11T08:18:56.505Z Checking rand_core v0.10.1
2672026-05-11T08:18:56.530Z Compiling proc-macro-crate v3.5.0
2682026-05-11T08:18:56.642Z Compiling version_check v0.9.5
2692026-05-11T08:18:56.675Z Compiling getrandom v0.4.2
2702026-05-11T08:18:56.775Z Checking managed v0.8.0
2712026-05-11T08:18:56.915Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2722026-05-11T08:18:56.941Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2732026-05-11T08:18:56.956Z Checking once_cell v1.21.4
2742026-05-11T08:18:57.153Z Checking cpufeatures v0.3.0
2752026-05-11T08:18:57.210Z Compiling anyhow v1.0.102
2762026-05-11T08:18:57.236Z Checking foreign-types-shared v0.3.1
2772026-05-11T08:18:57.317Z Compiling regex v1.12.3
2782026-05-11T08:18:57.489Z Checking chacha20 v0.10.0
2792026-05-11T08:18:57.499Z Checking cstr-argument v0.1.2
2802026-05-11T08:18:57.653Z Checking tracing-core v0.1.36
2812026-05-11T08:18:57.821Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
2822026-05-11T08:18:57.828Z Checking pin-project-lite v0.2.17
2832026-05-11T08:18:57.843Z Checking pretty-hex v0.4.2
2842026-05-11T08:18:57.909Z Checking dyn-clone v1.0.20
2852026-05-11T08:18:57.954Z Checking rand v0.10.1
2862026-05-11T08:18:58.003Z Checking uuid v1.23.1
2872026-05-11T08:18:58.031Z Checking socket2 v0.6.3
2882026-05-11T08:18:58.164Z Compiling darling_core v0.21.3
2892026-05-11T08:18:58.225Z Checking colored v3.1.1
2902026-05-11T08:18:58.250Z Checking oxnet v0.1.5
2912026-05-11T08:18:58.658Z Compiling thiserror-impl v2.0.18
2922026-05-11T08:18:58.658Z Compiling serde_derive v1.0.228
2932026-05-11T08:18:58.658Z Compiling zerocopy-derive v0.8.48
2942026-05-11T08:18:58.658Z Compiling ref-cast-impl v1.0.25
2952026-05-11T08:18:58.661Z Compiling num_enum_derive v0.7.6
2962026-05-11T08:18:58.992Z Compiling foreign-types-macros v0.2.3
2972026-05-11T08:18:59.315Z Compiling tracing-attributes v0.1.31
2982026-05-11T08:18:59.592Z Checking foreign-types v0.5.0
2992026-05-11T08:18:59.626Z Checking num_enum v0.7.6
3002026-05-11T08:18:59.657Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3012026-05-11T08:18:59.730Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3022026-05-11T08:18:59.931Z Checking cobs v0.3.0
3032026-05-11T08:19:00.022Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
3042026-05-11T08:19:00.121Z Compiling darling_macro v0.21.3
3052026-05-11T08:19:00.157Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3062026-05-11T08:19:00.498Z Checking tracing v0.1.44
3072026-05-11T08:19:00.604Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3082026-05-11T08:19:00.619Z Compiling darling v0.21.3
3092026-05-11T08:19:00.682Z Compiling ingot-macros v0.1.1
3102026-05-11T08:19:01.135Z Checking postcard v1.1.3
3112026-05-11T08:19:02.608Z Checking ingot-types v0.1.2
3122026-05-11T08:19:02.879Z Checking ingot v0.1.1
3132026-05-11T08:19:04.133Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3142026-05-11T08:19:05.265Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3152026-05-11T08:19:06.397Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3162026-05-11T08:19:06.579Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.59s
3172026-05-11T08:19:06.688Z
3182026-05-11T08:19:06.688Zreal 17.748337311
3192026-05-11T08:19:06.688Zuser 47.834988941
3202026-05-11T08:19:06.688Zsys 10.908723629
3212026-05-11T08:19:06.688Ztrap 0.031518762
3222026-05-11T08:19:06.688Ztflt 0.090991308
3232026-05-11T08:19:06.689Zdflt 0.110484962
3242026-05-11T08:19:06.689Zkflt 0.004425033
3252026-05-11T08:19:06.689Zlock 2:31.778881289
3262026-05-11T08:19:06.689Zslp 2:36.866781410
3272026-05-11T08:19:06.689Zlat 2.961404762
3282026-05-11T08:19:06.689Zstop 9.126215496
3292026-05-11T08:19:06.692Zprocess exited: duration 31982 ms, exit code 0
 
3302026-05-11T08:19:06.698Zfound 0 output files