01KNRWYT0NP9WTTQVKVXE9B44T: opte-ioctl

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

Buildomat Job: 01KNRWZ3S8HRKZCN253NG4YRVY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-09T10:36:13.662Zjob assigned to worker 01KNRWZEVE3DAB63N02M7ZRX0K [factory aws, i-00100667eaa0c5e2d] (queued for 52 s)
 
22026-04-09T10:36:20.313Zstarting task 0: "setup"
32026-04-09T10:36:20.317Z++ uname -s
42026-04-09T10:36:20.322Z+ kern=SunOS
52026-04-09T10:36:20.322Z+ build_user=build
62026-04-09T10:36:20.322Z+ build_uid=12345
72026-04-09T10:36:20.322Z+ work_dir=/work
82026-04-09T10:36:20.322Z+ input_dir=/input
92026-04-09T10:36:20.322Z+ [[ 0 == 12345 ]]
102026-04-09T10:36:20.322Z+ case "$kern" in
112026-04-09T10:36:20.322Z+ groupadd -g 12345 build
122026-04-09T10:36:20.322Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-09T10:36:22.328Z+ zfs create -o mountpoint=/work rpool/work
142026-04-09T10:36:22.443Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-09T10:36:22.446Z+ home_fs=zfs
162026-04-09T10:36:22.447Z+ [[ zfs == autofs ]]
172026-04-09T10:36:22.447Z+ mkdir -p /home/build
182026-04-09T10:36:22.447Z+ chown build:build /home/build /work
192026-04-09T10:36:24.448Z+ chmod 0700 /home/build /work
202026-04-09T10:36:24.451Zprocess exited: duration 4139 ms, exit code 0
 
212026-04-09T10:36:25.462Zstarting task 1: "rust-toolchain"
222026-04-09T10:36:25.466Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-09T10:36:25.466Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-09T10:36:25.466Z * rust toolchain channel = "1.90.0"
252026-04-09T10:36:25.466Z * rust toolchain profile = "default"
262026-04-09T10:36:25.466Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-09T10:36:25.466Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-09T10:36:25.466Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-09T10:36:25.466Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-09T10:36:25.467Zinfo: downloading installer
312026-04-09T10:36:25.978Zwarn: It looks like you have an existing installation of Rust at:
322026-04-09T10:36:25.978Zwarn: /opt/ooce/bin
332026-04-09T10:36:25.978Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-09T10:36:25.978Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-09T10:36:25.978Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-09T10:36:25.978Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-09T10:36:25.978Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-09T10:36:25.978Zerror: cannot install while Rust is installed
392026-04-09T10:36:25.978Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-09T10:36:25.978Zwarn: It looks like you have an existing rustup settings file at:
412026-04-09T10:36:25.978Zwarn: /home/build/.rustup/settings.toml
422026-04-09T10:36:25.978Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-09T10:36:25.978Zwarn: instead of the one inferred from the default host triple.
442026-04-09T10:36:26.019Zinfo: profile set to default
452026-04-09T10:36:26.019Zinfo: default host triple is x86_64-unknown-illumos
462026-04-09T10:36:26.022Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-09T10:36:26.172Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-09T10:36:26.175Zinfo: downloading 6 components
492026-04-09T10:36:40.133Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-09T10:36:40.133Z
512026-04-09T10:36:40.166Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-09T10:36:40.166Z
532026-04-09T10:36:40.166Z
542026-04-09T10:36:40.166ZRust is installed now. Great!
552026-04-09T10:36:40.166Z
562026-04-09T10:36:40.170ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-09T10:36:40.170Zenvironment variable. This has not been done automatically.
582026-04-09T10:36:40.170Z
592026-04-09T10:36:40.170ZTo configure your current shell, you need to source
602026-04-09T10:36:40.170Zthe corresponding env file under $HOME/.cargo.
612026-04-09T10:36:40.170Z
622026-04-09T10:36:40.170ZThis is usually done by running one of the following (note the leading DOT):
632026-04-09T10:36:40.170Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-09T10:36:40.170Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-09T10:36:40.170Zsource "~/.cargo/env.nu" # For nushell
662026-04-09T10:36:40.170Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-09T10:36:40.170Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-09T10:36:40.170Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-09T10:36:40.170Zwarn: no default linker (`cc`) was found in your PATH
702026-04-09T10:36:40.170Zwarn: many Rust crates require a system C toolchain to build
712026-04-09T10:36:40.242Z+ rustup --version
722026-04-09T10:36:40.251Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-09T10:36:40.254Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-09T10:36:40.273Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-09T10:36:40.276Z+ cargo --version
762026-04-09T10:36:40.289Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-09T10:36:40.292Z+ rustc --version
782026-04-09T10:36:40.311Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-09T10:36:40.314Zprocess exited: duration 15854 ms, exit code 0
 
802026-04-09T10:36:40.320Zstarting task 2: "authentication"
812026-04-09T10:36:40.337Zprocess exited: duration 16 ms, exit code 0
 
822026-04-09T10:36:40.343Zstarting task 3: "clone repository"
832026-04-09T10:36:40.346Z+ mkdir -p /work/oxidecomputer/opte
842026-04-09T10:36:40.349Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-09T10:36:40.375ZCloning into '/work/oxidecomputer/opte'...
862026-04-09T10:36:41.198Z+ cd /work/oxidecomputer/opte
872026-04-09T10:36:41.198Z+ git fetch origin ab9008db67870d407c9413ef129e4eb701cc81a6
882026-04-09T10:36:41.460ZFrom https://github.com/oxidecomputer/opte
892026-04-09T10:36:41.460Z * branch ab9008db67870d407c9413ef129e4eb701cc81a6 -> FETCH_HEAD
902026-04-09T10:36:41.467Z+ [[ -n zl/filter-mcast-srcs ]]
912026-04-09T10:36:41.470Z++ git branch --show-current
922026-04-09T10:36:41.470Z+ current=master
932026-04-09T10:36:41.470Z+ [[ master != zl/filter-mcast-srcs ]]
942026-04-09T10:36:41.470Z+ git branch -f zl/filter-mcast-srcs ab9008db67870d407c9413ef129e4eb701cc81a6
952026-04-09T10:36:41.473Z+ git checkout -f zl/filter-mcast-srcs
962026-04-09T10:36:41.489ZSwitched to branch 'zl/filter-mcast-srcs'
972026-04-09T10:36:41.493Z+ git reset --hard ab9008db67870d407c9413ef129e4eb701cc81a6
982026-04-09T10:36:41.496ZHEAD is now at ab9008d [review] api comment updates for ord impl
992026-04-09T10:36:41.499Zprocess exited: duration 1153 ms, exit code 0
 
1002026-04-09T10:36:41.506Zstarting task 4: "build"
1012026-04-09T10:36:41.509Z+ source .github/buildomat/common.sh
1022026-04-09T10:36:41.512Z++ rustup show active-toolchain
1032026-04-09T10:36:41.515Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-09T10:36:41.515Z++ pushd xde
1052026-04-09T10:36:41.518Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-09T10:36:41.519Z++ rustup show active-toolchain
1072026-04-09T10:36:41.522Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-04-09T10:36:41.674Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-04-09T10:36:41.678Zinfo: downloading 6 components
1102026-04-09T10:36:54.862Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-09T10:36:54.937Z+++ rustup show active-toolchain -v
1122026-04-09T10:36:54.941Z+++ head -n 1
1132026-04-09T10:36:54.941Z+++ cut '-d ' -f1
1142026-04-09T10:36:55.003Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-04-09T10:36:55.003Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-04-09T10:36:55.003Z++ popd
1172026-04-09T10:36:55.003Z/work/oxidecomputer/opte
1182026-04-09T10:36:55.006Z+ cargo --version
1192026-04-09T10:36:55.012Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-04-09T10:36:55.015Z+ rustc --version
1212026-04-09T10:36:55.035Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-04-09T10:36:55.038Z+ cd lib/opte-ioctl
1232026-04-09T10:36:55.038Z+ header 'check style'
1242026-04-09T10:36:55.038Z+ echo '# ==== check style ==== #'
1252026-04-09T10:36:55.038Z# ==== check style ==== #
1262026-04-09T10:36:55.038Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1272026-04-09T10:36:55.112Z
1282026-04-09T10:36:55.112Zreal 0.072024472
1292026-04-09T10:36:55.112Zuser 0.038551875
1302026-04-09T10:36:55.112Zsys 0.030494548
1312026-04-09T10:36:55.112Ztrap 0.000002387
1322026-04-09T10:36:55.112Ztflt 0.000017305
1332026-04-09T10:36:55.115Zdflt 0.000013177
1342026-04-09T10:36:55.115Zkflt 0.000000000
1352026-04-09T10:36:55.115Zlock 0.046690141
1362026-04-09T10:36:55.115Zslp 0.054404370
1372026-04-09T10:36:55.116Zlat 0.001026025
1382026-04-09T10:36:55.116Zstop 0.000106381
1392026-04-09T10:36:55.116Z+ header analyze
1402026-04-09T10:36:55.116Z+ echo '# ==== analyze ==== #'
1412026-04-09T10:36:55.116Z# ==== analyze ==== #
1422026-04-09T10:36:55.116Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-04-09T10:36:55.251Z Updating crates.io index
1442026-04-09T10:36:55.254Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-04-09T10:36:55.898Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-04-09T10:36:56.408Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-04-09T10:36:56.801Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-04-09T10:36:57.048Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-04-09T10:36:57.454Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-04-09T10:36:57.711Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-04-09T10:36:59.216Z Downloading crates ...
1522026-04-09T10:36:59.261Z Downloaded cobs v0.3.0
1532026-04-09T10:36:59.269Z Downloaded darling_macro v0.21.3
1542026-04-09T10:36:59.275Z Downloaded colored v3.1.1
1552026-04-09T10:36:59.278Z Downloaded darling v0.21.3
1562026-04-09T10:36:59.281Z Downloaded cstr-argument v0.1.2
1572026-04-09T10:36:59.284Z Downloaded byteorder v1.5.0
1582026-04-09T10:36:59.284Z Downloaded cfg-if v1.0.4
1592026-04-09T10:36:59.284Z Downloaded bitflags v2.10.0
1602026-04-09T10:36:59.292Z Downloaded foreign-types-macros v0.2.3
1612026-04-09T10:36:59.295Z Downloaded strsim v0.11.1
1622026-04-09T10:36:59.299Z Downloaded ref-cast-impl v1.0.25
1632026-04-09T10:36:59.299Z Downloaded foreign-types-shared v0.3.1
1642026-04-09T10:36:59.299Z Downloaded embedded-io v0.6.1
1652026-04-09T10:36:59.304Z Downloaded ref-cast v1.0.25
1662026-04-09T10:36:59.307Z Downloaded version_check v0.9.5
1672026-04-09T10:36:59.307Z Downloaded num_enum v0.7.5
1682026-04-09T10:36:59.310Z Downloaded defmt v1.0.1
1692026-04-09T10:36:59.313Z Downloaded embedded-io v0.4.0
1702026-04-09T10:36:59.313Z Downloaded ingot-types v0.1.2
1712026-04-09T10:36:59.318Z Downloaded managed v0.8.0
1722026-04-09T10:36:59.321Z Downloaded macaddr v1.0.1
1732026-04-09T10:36:59.321Z Downloaded fnv v1.0.7
1742026-04-09T10:36:59.324Z Downloaded defmt v0.3.100
1752026-04-09T10:36:59.324Z Downloaded equivalent v1.0.2
1762026-04-09T10:36:59.327Z Downloaded dyn-clone v1.0.20
1772026-04-09T10:36:59.327Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1782026-04-09T10:36:59.327Z Downloaded ident_case v1.0.1
1792026-04-09T10:36:59.331Z Downloaded hash32 v0.3.1
1802026-04-09T10:36:59.334Z Downloaded thiserror-impl v2.0.18
1812026-04-09T10:36:59.334Z Downloaded num_enum_derive v0.7.5
1822026-04-09T10:36:59.345Z Downloaded pretty-hex v0.4.1
1832026-04-09T10:36:59.350Z Downloaded proc-macro-error-attr2 v2.0.0
1842026-04-09T10:36:59.353Z Downloaded foreign-types v0.5.0
1852026-04-09T10:36:59.353Z Downloaded defmt-parser v1.0.0
1862026-04-09T10:36:59.356Z Downloaded proc-macro-crate v3.4.0
1872026-04-09T10:36:59.364Z Downloaded stable_deref_trait v1.2.1
1882026-04-09T10:36:59.369Z Downloaded either v1.15.0
1892026-04-09T10:36:59.373Z Downloaded rustversion v1.0.22
1902026-04-09T10:36:59.376Z Downloaded defmt-macros v1.0.1
1912026-04-09T10:36:59.379Z Downloaded serde_core v1.0.228
1922026-04-09T10:36:59.382Z Downloaded pin-project-lite v0.2.16
1932026-04-09T10:36:59.387Z Downloaded darling_core v0.21.3
1942026-04-09T10:36:59.390Z Downloaded rand_chacha v0.9.0
1952026-04-09T10:36:59.393Z Downloaded oxnet v0.1.4
1962026-04-09T10:36:59.396Z Downloaded thiserror v2.0.18
1972026-04-09T10:36:59.401Z Downloaded quote v1.0.44
1982026-04-09T10:36:59.404Z Downloaded bitflags v1.3.2
1992026-04-09T10:36:59.404Z Downloaded ingot v0.1.1
2002026-04-09T10:36:59.408Z Downloaded ppv-lite86 v0.2.21
2012026-04-09T10:36:59.424Z Downloaded aho-corasick v1.1.4
2022026-04-09T10:36:59.429Z Downloaded tracing-attributes v0.1.31
2032026-04-09T10:36:59.432Z Downloaded proc-macro-error2 v2.0.1
2042026-04-09T10:36:59.435Z Downloaded once_cell v1.21.3
2052026-04-09T10:36:59.437Z Downloaded rand_core v0.9.5
2062026-04-09T10:36:59.440Z Downloaded anyhow v1.0.101
2072026-04-09T10:36:59.445Z Downloaded proc-macro2 v1.0.106
2082026-04-09T10:36:59.452Z Downloaded uuid v1.20.0
2092026-04-09T10:36:59.455Z Downloaded unicode-ident v1.0.23
2102026-04-09T10:36:59.459Z Downloaded toml_parser v1.0.7+spec-1.1.0
2112026-04-09T10:36:59.462Z Downloaded socket2 v0.6.2
2122026-04-09T10:36:59.465Z Downloaded serde_derive v1.0.228
2132026-04-09T10:36:59.465Z Downloaded getrandom v0.3.4
2142026-04-09T10:36:59.468Z Downloaded serde v1.0.228
2152026-04-09T10:36:59.471Z Downloaded heapless v0.8.0
2162026-04-09T10:36:59.474Z Downloaded toml_edit v0.23.10+spec-1.0.0
2172026-04-09T10:36:59.481Z Downloaded tracing-core v0.1.36
2182026-04-09T10:36:59.484Z Downloaded indexmap v2.13.0
2192026-04-09T10:36:59.490Z Downloaded postcard v1.1.3
2202026-04-09T10:36:59.493Z Downloaded rand v0.9.2
2212026-04-09T10:36:59.495Z Downloaded zerocopy-derive v0.8.39
2222026-04-09T10:36:59.512Z Downloaded ingot-macros v0.1.1
2232026-04-09T10:36:59.515Z Downloaded memchr v2.8.0
2242026-04-09T10:36:59.518Z Downloaded itertools v0.14.0
2252026-04-09T10:36:59.537Z Downloaded hashbrown v0.16.1
2262026-04-09T10:36:59.542Z Downloaded regex v1.12.3
2272026-04-09T10:36:59.563Z Downloaded winnow v0.7.14
2282026-04-09T10:36:59.600Z Downloaded syn v1.0.109
2292026-04-09T10:36:59.620Z Downloaded zerocopy v0.8.39
2302026-04-09T10:36:59.631Z Downloaded syn v2.0.114
2312026-04-09T10:36:59.637Z Downloaded smoltcp v0.11.0
2322026-04-09T10:36:59.643Z Downloaded regex-syntax v0.8.9
2332026-04-09T10:36:59.659Z Downloaded tracing v0.1.44
2342026-04-09T10:36:59.677Z Downloaded regex-automata v0.4.14
2352026-04-09T10:36:59.693Z Downloaded libc v0.2.180
2362026-04-09T10:36:59.748Z Compiling proc-macro2 v1.0.106
2372026-04-09T10:36:59.748Z Compiling quote v1.0.44
2382026-04-09T10:36:59.748Z Compiling unicode-ident v1.0.23
2392026-04-09T10:36:59.752Z Compiling zerocopy v0.8.39
2402026-04-09T10:36:59.752Z Checking cfg-if v1.0.4
2412026-04-09T10:36:59.752Z Compiling serde_core v1.0.228
2422026-04-09T10:36:59.752Z Compiling libc v0.2.180
2432026-04-09T10:36:59.752Z Compiling ident_case v1.0.1
2442026-04-09T10:36:59.868Z Compiling strsim v0.11.1
2452026-04-09T10:36:59.932Z Compiling fnv v1.0.7
2462026-04-09T10:36:59.938Z Compiling thiserror v2.0.18
2472026-04-09T10:37:00.017Z Compiling memchr v2.8.0
2482026-04-09T10:37:00.157Z Compiling regex-syntax v0.8.9
2492026-04-09T10:37:00.177Z Compiling winnow v0.7.14
2502026-04-09T10:37:00.219Z Compiling either v1.15.0
2512026-04-09T10:37:00.412Z Compiling aho-corasick v1.1.4
2522026-04-09T10:37:00.447Z Compiling equivalent v1.0.2
2532026-04-09T10:37:00.523Z Compiling hashbrown v0.16.1
2542026-04-09T10:37:00.544Z Compiling serde v1.0.228
2552026-04-09T10:37:00.577Z Compiling itertools v0.14.0
2562026-04-09T10:37:01.029Z Compiling syn v2.0.114
2572026-04-09T10:37:01.047Z Compiling indexmap v2.13.0
2582026-04-09T10:37:01.119Z Compiling heapless v0.8.0
2592026-04-09T10:37:01.400Z Compiling getrandom v0.3.4
2602026-04-09T10:37:01.548Z Compiling toml_parser v1.0.7+spec-1.1.0
2612026-04-09T10:37:01.567Z Compiling regex-automata v0.4.14
2622026-04-09T10:37:01.633Z Compiling toml_datetime v0.7.5+spec-1.1.0
2632026-04-09T10:37:01.716Z Checking byteorder v1.5.0
2642026-04-09T10:37:01.798Z Checking bitflags v2.10.0
2652026-04-09T10:37:01.854Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2662026-04-09T10:37:01.868Z Checking hash32 v0.3.1
2672026-04-09T10:37:01.946Z Compiling toml_edit v0.23.10+spec-1.0.0
2682026-04-09T10:37:01.974Z Checking stable_deref_trait v1.2.1
2692026-04-09T10:37:02.004Z Compiling rustversion v1.0.22
2702026-04-09T10:37:02.041Z Checking macaddr v1.0.1
2712026-04-09T10:37:02.077Z Compiling syn v1.0.109
2722026-04-09T10:37:02.101Z Compiling smoltcp v0.11.0
2732026-04-09T10:37:02.344Z Checking managed v0.8.0
2742026-04-09T10:37:02.374Z Checking bitflags v1.3.2
2752026-04-09T10:37:02.413Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2762026-04-09T10:37:02.427Z Compiling version_check v0.9.5
2772026-04-09T10:37:02.433Z Compiling ref-cast v1.0.25
2782026-04-09T10:37:02.516Z Compiling proc-macro-crate v3.4.0
2792026-04-09T10:37:02.691Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2802026-04-09T10:37:02.829Z Checking rand_core v0.9.5
2812026-04-09T10:37:02.931Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-04-09T10:37:02.937Z Checking foreign-types-shared v0.3.1
2832026-04-09T10:37:03.010Z Checking once_cell v1.21.3
2842026-04-09T10:37:03.174Z Compiling anyhow v1.0.101
2852026-04-09T10:37:03.187Z Checking tracing-core v0.1.36
2862026-04-09T10:37:03.313Z Compiling regex v1.12.3
2872026-04-09T10:37:03.337Z Checking cstr-argument v0.1.2
2882026-04-09T10:37:03.593Z Compiling darling_core v0.21.3
2892026-04-09T10:37:03.602Z Checking pin-project-lite v0.2.16
2902026-04-09T10:37:03.686Z Checking pretty-hex v0.4.1
2912026-04-09T10:37:03.694Z Checking dyn-clone v1.0.20
2922026-04-09T10:37:03.702Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
2932026-04-09T10:37:03.786Z Checking uuid v1.20.0
2942026-04-09T10:37:03.792Z Checking socket2 v0.6.2
2952026-04-09T10:37:03.956Z Checking oxnet v0.1.4
2962026-04-09T10:37:04.053Z Checking colored v3.1.1
2972026-04-09T10:37:04.437Z Compiling zerocopy-derive v0.8.39
2982026-04-09T10:37:04.437Z Compiling thiserror-impl v2.0.18
2992026-04-09T10:37:04.437Z Compiling serde_derive v1.0.228
3002026-04-09T10:37:04.440Z Compiling foreign-types-macros v0.2.3
3012026-04-09T10:37:04.440Z Compiling num_enum_derive v0.7.5
3022026-04-09T10:37:05.057Z Compiling ref-cast-impl v1.0.25
3032026-04-09T10:37:05.131Z Checking foreign-types v0.5.0
3042026-04-09T10:37:05.203Z Compiling tracing-attributes v0.1.31
3052026-04-09T10:37:05.436Z Checking num_enum v0.7.5
3062026-04-09T10:37:05.544Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3072026-04-09T10:37:05.724Z Compiling darling_macro v0.21.3
3082026-04-09T10:37:05.731Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-04-09T10:37:05.767Z Checking cobs v0.3.0
3102026-04-09T10:37:05.890Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3112026-04-09T10:37:06.032Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3122026-04-09T10:37:06.248Z Compiling darling v0.21.3
3132026-04-09T10:37:06.316Z Compiling ingot-macros v0.1.1
3142026-04-09T10:37:06.344Z Checking tracing v0.1.44
3152026-04-09T10:37:06.473Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3162026-04-09T10:37:06.997Z Checking postcard v1.1.3
3172026-04-09T10:37:08.501Z Checking ingot-types v0.1.2
3182026-04-09T10:37:08.501Z Checking ppv-lite86 v0.2.21
3192026-04-09T10:37:08.736Z Checking rand_chacha v0.9.0
3202026-04-09T10:37:08.776Z Checking ingot v0.1.1
3212026-04-09T10:37:08.884Z Checking rand v0.9.2
3222026-04-09T10:37:10.175Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-04-09T10:37:11.322Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-04-09T10:37:12.469Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-04-09T10:37:12.652Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.48s
3262026-04-09T10:37:12.755Z
3272026-04-09T10:37:12.758Zreal 17.635108384
3282026-04-09T10:37:12.758Zuser 49.159673339
3292026-04-09T10:37:12.759Zsys 10.856925769
3302026-04-09T10:37:12.759Ztrap 0.033518831
3312026-04-09T10:37:12.759Ztflt 0.113828561
3322026-04-09T10:37:12.759Zdflt 0.077790275
3332026-04-09T10:37:12.759Zkflt 0.004167395
3342026-04-09T10:37:12.759Zlock 1:43.400070935
3352026-04-09T10:37:12.759Zslp 3:32.184920192
3362026-04-09T10:37:12.759Zlat 3.813471345
3372026-04-09T10:37:12.759Zstop 8.299936916
3382026-04-09T10:37:12.759Zprocess exited: duration 31245 ms, exit code 0
 
3392026-04-09T10:37:12.765Zfound 0 output files