01KNPEFJY7XH04TJCA9CQG1XA5: opte-ioctl

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

Buildomat Job: 01KNPEFY3F6W6J121V4DCB4R40

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T11:44:51.891Zjob assigned to worker 01KNPEG2EKKX4BZM67TXKZEWR4 [factory aws, i-05d9ff7f5c22b5e0b] (queued for 56 s)
 
22026-04-08T11:45:01.193Zstarting task 0: "setup"
32026-04-08T11:45:01.205Z++ uname -s
42026-04-08T11:45:01.205Z+ kern=SunOS
52026-04-08T11:45:01.205Z+ build_user=build
62026-04-08T11:45:01.205Z+ build_uid=12345
72026-04-08T11:45:01.208Z+ work_dir=/work
82026-04-08T11:45:01.208Z+ input_dir=/input
92026-04-08T11:45:01.208Z+ [[ 0 == 12345 ]]
102026-04-08T11:45:01.208Z+ case "$kern" in
112026-04-08T11:45:01.208Z+ groupadd -g 12345 build
122026-04-08T11:45:01.208Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-08T11:45:03.165Z+ zfs create -o mountpoint=/work rpool/work
142026-04-08T11:45:03.282Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-08T11:45:03.286Z+ home_fs=zfs
162026-04-08T11:45:03.286Z+ [[ zfs == autofs ]]
172026-04-08T11:45:03.286Z+ mkdir -p /home/build
182026-04-08T11:45:03.286Z+ chown build:build /home/build /work
192026-04-08T11:45:05.287Z+ chmod 0700 /home/build /work
202026-04-08T11:45:05.290Zprocess exited: duration 4141 ms, exit code 0
 
212026-04-08T11:45:05.296Zstarting task 1: "rust-toolchain"
222026-04-08T11:45:05.301Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-08T11:45:05.301Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-08T11:45:05.301Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-08T11:45:05.301Z * rust toolchain channel = "1.94.1"
262026-04-08T11:45:05.301Z * rust toolchain profile = "default"
272026-04-08T11:45:05.301Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-08T11:45:05.303Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-08T11:45:05.303Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-08T11:45:05.423Zinfo: downloading installer
312026-04-08T11:45:06.862Zwarn: It looks like you have an existing installation of Rust at:
322026-04-08T11:45:06.862Zwarn: /opt/ooce/bin
332026-04-08T11:45:06.862Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-08T11:45:06.862Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-08T11:45:06.862Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-08T11:45:06.862Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-08T11:45:06.862Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-08T11:45:06.862Zerror: cannot install while Rust is installed
392026-04-08T11:45:06.862Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-08T11:45:06.862Zwarn: It looks like you have an existing rustup settings file at:
412026-04-08T11:45:06.862Zwarn: /home/build/.rustup/settings.toml
422026-04-08T11:45:06.862Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-08T11:45:06.862Zwarn: instead of the one inferred from the default host triple.
442026-04-08T11:45:06.875Zinfo: profile set to default
452026-04-08T11:45:06.875Zinfo: default host triple is x86_64-unknown-illumos
462026-04-08T11:45:06.878Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-08T11:45:07.009Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-08T11:45:07.012Zinfo: downloading 6 components
492026-04-08T11:45:21.563Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-08T11:45:21.563Z
512026-04-08T11:45:21.592Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-08T11:45:21.592Z
532026-04-08T11:45:21.592Z
542026-04-08T11:45:21.592ZRust is installed now. Great!
552026-04-08T11:45:21.592Z
562026-04-08T11:45:21.592ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-08T11:45:21.592Zenvironment variable. This has not been done automatically.
582026-04-08T11:45:21.592Z
592026-04-08T11:45:21.593ZTo configure your current shell, you need to source
602026-04-08T11:45:21.593Zthe corresponding env file under $HOME/.cargo.
612026-04-08T11:45:21.593Z
622026-04-08T11:45:21.593ZThis is usually done by running one of the following (note the leading DOT):
632026-04-08T11:45:21.593Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-08T11:45:21.593Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-08T11:45:21.593Zsource "~/.cargo/env.nu" # For nushell
662026-04-08T11:45:21.593Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-08T11:45:21.594Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-08T11:45:21.594Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-08T11:45:21.598Zwarn: no default linker (`cc`) was found in your PATH
702026-04-08T11:45:21.598Zwarn: many Rust crates require a system C toolchain to build
712026-04-08T11:45:21.691Z+ rustup --version
722026-04-08T11:45:21.700Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-08T11:45:21.703Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-08T11:45:21.721Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-08T11:45:21.724Z+ cargo --version
762026-04-08T11:45:21.736Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-08T11:45:21.739Z+ rustc --version
782026-04-08T11:45:21.758Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T11:45:21.761Zprocess exited: duration 16462 ms, exit code 0
 
802026-04-08T11:45:21.767Zstarting task 2: "authentication"
812026-04-08T11:45:21.783Zprocess exited: duration 15 ms, exit code 0
 
822026-04-08T11:45:21.789Zstarting task 3: "clone repository"
832026-04-08T11:45:21.793Z+ mkdir -p /work/oxidecomputer/opte
842026-04-08T11:45:21.796Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-08T11:45:21.825ZCloning into '/work/oxidecomputer/opte'...
862026-04-08T11:45:22.652Z+ cd /work/oxidecomputer/opte
872026-04-08T11:45:22.652Z+ git fetch origin 07b25ab9bacb22f85ae34197b4a0cb310b233e01
882026-04-08T11:45:22.912ZFrom https://github.com/oxidecomputer/opte
892026-04-08T11:45:22.912Z * branch 07b25ab9bacb22f85ae34197b4a0cb310b233e01 -> FETCH_HEAD
902026-04-08T11:45:22.917Z+ [[ -n '' ]]
912026-04-08T11:45:22.917Z+ git reset --hard 07b25ab9bacb22f85ae34197b4a0cb310b233e01
922026-04-08T11:45:22.934ZHEAD is now at 07b25ab Better per-layer KStats for errors
932026-04-08T11:45:22.937Zprocess exited: duration 1145 ms, exit code 0
 
942026-04-08T11:45:22.943Zstarting task 4: "build"
952026-04-08T11:45:22.946Z+ source .github/buildomat/common.sh
962026-04-08T11:45:22.949Z++ rustup show active-toolchain
972026-04-08T11:45:22.952Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-08T11:45:22.952Z++ pushd xde
992026-04-08T11:45:22.952Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-08T11:45:22.952Z++ rustup show active-toolchain
1012026-04-08T11:45:22.957Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-08T11:45:23.109Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-08T11:45:23.112Zinfo: downloading 6 components
1042026-04-08T11:45:36.717Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-08T11:45:36.800Z+++ rustup show active-toolchain -v
1062026-04-08T11:45:36.803Z+++ head -n 1
1072026-04-08T11:45:36.803Z+++ cut '-d ' -f1
1082026-04-08T11:45:36.854Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-08T11:45:36.854Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-08T11:45:36.854Z++ popd
1112026-04-08T11:45:36.857Z/work/oxidecomputer/opte
1122026-04-08T11:45:36.857Z+ cargo --version
1132026-04-08T11:45:36.863Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-08T11:45:36.867Z+ rustc --version
1152026-04-08T11:45:36.884Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-08T11:45:36.888Z+ cd lib/opte-ioctl
1172026-04-08T11:45:36.888Z+ header 'check style'
1182026-04-08T11:45:36.888Z+ echo '# ==== check style ==== #'
1192026-04-08T11:45:36.888Z# ==== check style ==== #
1202026-04-08T11:45:36.888Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1212026-04-08T11:45:36.966Z
1222026-04-08T11:45:36.966Zreal 0.076902214
1232026-04-08T11:45:36.966Zuser 0.035669364
1242026-04-08T11:45:36.966Zsys 0.038683222
1252026-04-08T11:45:36.966Ztrap 0.000004177
1262026-04-08T11:45:36.966Ztflt 0.000004008
1272026-04-08T11:45:36.966Zdflt 0.000006457
1282026-04-08T11:45:36.966Zkflt 0.000000000
1292026-04-08T11:45:36.966Zlock 0.031475570
1302026-04-08T11:45:36.966Zslp 0.047709311
1312026-04-08T11:45:36.966Zlat 0.000599061
1322026-04-08T11:45:36.966Zstop 0.000096984
1332026-04-08T11:45:36.970Z+ header analyze
1342026-04-08T11:45:36.970Z+ echo '# ==== analyze ==== #'
1352026-04-08T11:45:36.970Z# ==== analyze ==== #
1362026-04-08T11:45:36.970Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1372026-04-08T11:45:37.098Z Updating crates.io index
1382026-04-08T11:45:37.132Z Updating git repository `https://github.com/oxidecomputer/falcon`
1392026-04-08T11:45:37.940Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1402026-04-08T11:45:38.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-04-08T11:45:38.535Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-04-08T11:45:38.865Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-04-08T11:45:39.120Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-04-08T11:45:39.394Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-04-08T11:45:41.014Z Downloading crates ...
1462026-04-08T11:45:41.060Z Downloaded defmt v0.3.100
1472026-04-08T11:45:41.065Z Downloaded cfg-if v1.0.4
1482026-04-08T11:45:41.068Z Downloaded bitflags v2.11.0
1492026-04-08T11:45:41.072Z Downloaded cpufeatures v0.3.0
1502026-04-08T11:45:41.075Z Downloaded cobs v0.3.0
1512026-04-08T11:45:41.078Z Downloaded byteorder v1.5.0
1522026-04-08T11:45:41.081Z Downloaded hash32 v0.3.1
1532026-04-08T11:45:41.084Z Downloaded equivalent v1.0.2
1542026-04-08T11:45:41.084Z Downloaded cstr-argument v0.1.2
1552026-04-08T11:45:41.089Z Downloaded foreign-types-macros v0.2.3
1562026-04-08T11:45:41.092Z Downloaded anyhow v1.0.102
1572026-04-08T11:45:41.095Z Downloaded ident_case v1.0.1
1582026-04-08T11:45:41.099Z Downloaded proc-macro-error-attr2 v2.0.0
1592026-04-08T11:45:41.102Z Downloaded foreign-types-shared v0.3.1
1602026-04-08T11:45:41.102Z Downloaded defmt v1.0.1
1612026-04-08T11:45:41.107Z Downloaded rand_core v0.10.0
1622026-04-08T11:45:41.110Z Downloaded proc-macro-error2 v2.0.1
1632026-04-08T11:45:41.110Z Downloaded macaddr v1.0.1
1642026-04-08T11:45:41.113Z Downloaded darling v0.21.3
1652026-04-08T11:45:41.113Z Downloaded ref-cast v1.0.25
1662026-04-08T11:45:41.116Z Downloaded colored v3.1.1
1672026-04-08T11:45:41.119Z Downloaded stable_deref_trait v1.2.1
1682026-04-08T11:45:41.119Z Downloaded version_check v0.9.5
1692026-04-08T11:45:41.122Z Downloaded embedded-io v0.6.1
1702026-04-08T11:45:41.126Z Downloaded foreign-types v0.5.0
1712026-04-08T11:45:41.129Z Downloaded dyn-clone v1.0.20
1722026-04-08T11:45:41.130Z Downloaded defmt-parser v1.0.0
1732026-04-08T11:45:41.133Z Downloaded pretty-hex v0.4.2
1742026-04-08T11:45:41.137Z Downloaded darling_core v0.21.3
1752026-04-08T11:45:41.140Z Downloaded ref-cast-impl v1.0.25
1762026-04-08T11:45:41.140Z Downloaded proc-macro-crate v3.5.0
1772026-04-08T11:45:41.143Z Downloaded strsim v0.11.1
1782026-04-08T11:45:41.151Z Downloaded bitflags v1.3.2
1792026-04-08T11:45:41.157Z Downloaded embedded-io v0.4.0
1802026-04-08T11:45:41.160Z Downloaded fnv v1.0.7
1812026-04-08T11:45:41.160Z Downloaded managed v0.8.0
1822026-04-08T11:45:41.160Z Downloaded darling_macro v0.21.3
1832026-04-08T11:45:41.166Z Downloaded quote v1.0.45
1842026-04-08T11:45:41.172Z Downloaded oxnet v0.1.4
1852026-04-08T11:45:41.174Z Downloaded ingot v0.1.1
1862026-04-08T11:45:41.177Z Downloaded thiserror v2.0.18
1872026-04-08T11:45:41.180Z Downloaded thiserror-impl v2.0.18
1882026-04-08T11:45:41.180Z Downloaded pin-project-lite v0.2.17
1892026-04-08T11:45:41.183Z Downloaded num_enum v0.7.6
1902026-04-08T11:45:41.187Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1912026-04-08T11:45:41.187Z Downloaded rustversion v1.0.22
1922026-04-08T11:45:41.190Z Downloaded ingot-types v0.1.2
1932026-04-08T11:45:41.193Z Downloaded proc-macro2 v1.0.106
1942026-04-08T11:45:41.201Z Downloaded num_enum_derive v0.7.6
1952026-04-08T11:45:41.207Z Downloaded tracing-attributes v0.1.31
1962026-04-08T11:45:41.211Z Downloaded toml_parser v1.1.0+spec-1.1.0
1972026-04-08T11:45:41.211Z Downloaded chacha20 v0.10.0
1982026-04-08T11:45:41.217Z Downloaded postcard v1.1.3
1992026-04-08T11:45:41.221Z Downloaded ingot-macros v0.1.1
2002026-04-08T11:45:41.234Z Downloaded defmt-macros v1.0.1
2012026-04-08T11:45:41.237Z Downloaded tracing-core v0.1.36
2022026-04-08T11:45:41.239Z Downloaded once_cell v1.21.4
2032026-04-08T11:45:41.239Z Downloaded either v1.15.0
2042026-04-08T11:45:41.251Z Downloaded serde_core v1.0.228
2052026-04-08T11:45:41.257Z Downloaded heapless v0.8.0
2062026-04-08T11:45:41.263Z Downloaded unicode-ident v1.0.24
2072026-04-08T11:45:41.266Z Downloaded getrandom v0.4.2
2082026-04-08T11:45:41.269Z Downloaded socket2 v0.6.3
2092026-04-08T11:45:41.272Z Downloaded toml_edit v0.25.8+spec-1.1.0
2102026-04-08T11:45:41.275Z Downloaded uuid v1.22.0
2112026-04-08T11:45:41.278Z Downloaded serde_derive v1.0.228
2122026-04-08T11:45:41.294Z Downloaded serde v1.0.228
2132026-04-08T11:45:41.297Z Downloaded rand v0.10.0
2142026-04-08T11:45:41.304Z Downloaded indexmap v2.13.0
2152026-04-08T11:45:41.307Z Downloaded memchr v2.8.0
2162026-04-08T11:45:41.312Z Downloaded zerocopy-derive v0.8.47
2172026-04-08T11:45:41.322Z Downloaded hashbrown v0.16.1
2182026-04-08T11:45:41.345Z Downloaded aho-corasick v1.1.4
2192026-04-08T11:45:41.353Z Downloaded itertools v0.14.0
2202026-04-08T11:45:41.366Z Downloaded winnow v1.0.0
2212026-04-08T11:45:41.371Z Downloaded regex v1.12.3
2222026-04-08T11:45:41.413Z Downloaded syn v1.0.109
2232026-04-08T11:45:41.441Z Downloaded zerocopy v0.8.47
2242026-04-08T11:45:41.449Z Downloaded syn v2.0.117
2252026-04-08T11:45:41.455Z Downloaded smoltcp v0.11.0
2262026-04-08T11:45:41.462Z Downloaded regex-syntax v0.8.10
2272026-04-08T11:45:41.470Z Downloaded tracing v0.1.44
2282026-04-08T11:45:41.500Z Downloaded regex-automata v0.4.14
2292026-04-08T11:45:41.512Z Downloaded libc v0.2.183
2302026-04-08T11:45:41.569Z Compiling proc-macro2 v1.0.106
2312026-04-08T11:45:41.569Z Compiling unicode-ident v1.0.24
2322026-04-08T11:45:41.572Z Compiling quote v1.0.45
2332026-04-08T11:45:41.572Z Compiling serde_core v1.0.228
2342026-04-08T11:45:41.572Z Checking cfg-if v1.0.4
2352026-04-08T11:45:41.572Z Compiling ident_case v1.0.1
2362026-04-08T11:45:41.572Z Compiling memchr v2.8.0
2372026-04-08T11:45:41.572Z Compiling thiserror v2.0.18
2382026-04-08T11:45:41.690Z Compiling fnv v1.0.7
2392026-04-08T11:45:41.761Z Compiling strsim v0.11.1
2402026-04-08T11:45:41.764Z Compiling regex-syntax v0.8.10
2412026-04-08T11:45:41.776Z Compiling libc v0.2.183
2422026-04-08T11:45:42.008Z Compiling equivalent v1.0.2
2432026-04-08T11:45:42.053Z Compiling aho-corasick v1.1.4
2442026-04-08T11:45:42.082Z Compiling hashbrown v0.16.1
2452026-04-08T11:45:42.155Z Compiling either v1.15.0
2462026-04-08T11:45:42.178Z Compiling serde v1.0.228
2472026-04-08T11:45:42.184Z Compiling winnow v1.0.0
2482026-04-08T11:45:42.344Z Compiling zerocopy v0.8.47
2492026-04-08T11:45:42.515Z Compiling itertools v0.14.0
2502026-04-08T11:45:42.609Z Compiling indexmap v2.13.0
2512026-04-08T11:45:42.954Z Compiling syn v2.0.117
2522026-04-08T11:45:43.155Z Compiling regex-automata v0.4.14
2532026-04-08T11:45:43.172Z Compiling toml_parser v1.1.0+spec-1.1.0
2542026-04-08T11:45:43.190Z Compiling toml_datetime v1.1.0+spec-1.1.0
2552026-04-08T11:45:43.398Z Compiling heapless v0.8.0
2562026-04-08T11:45:43.404Z Checking byteorder v1.5.0
2572026-04-08T11:45:43.460Z Checking bitflags v2.11.0
2582026-04-08T11:45:43.552Z Checking hash32 v0.3.1
2592026-04-08T11:45:43.605Z Compiling toml_edit v0.25.8+spec-1.1.0
2602026-04-08T11:45:43.657Z Compiling syn v1.0.109
2612026-04-08T11:45:43.706Z Compiling smoltcp v0.11.0
2622026-04-08T11:45:43.720Z Checking macaddr v1.0.1
2632026-04-08T11:45:43.776Z Compiling rustversion v1.0.22
2642026-04-08T11:45:43.833Z Checking stable_deref_trait v1.2.1
2652026-04-08T11:45:43.854Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2662026-04-08T11:45:43.988Z Compiling ref-cast v1.0.25
2672026-04-08T11:45:44.031Z Compiling getrandom v0.4.2
2682026-04-08T11:45:44.083Z Checking bitflags v1.3.2
2692026-04-08T11:45:44.140Z Compiling proc-macro-crate v3.5.0
2702026-04-08T11:45:44.147Z Checking managed v0.8.0
2712026-04-08T11:45:44.243Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2722026-04-08T11:45:44.275Z Compiling version_check v0.9.5
2732026-04-08T11:45:44.275Z Checking rand_core v0.10.0
2742026-04-08T11:45:44.494Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2752026-04-08T11:45:44.546Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2762026-04-08T11:45:44.553Z Checking foreign-types-shared v0.3.1
2772026-04-08T11:45:44.627Z Checking cpufeatures v0.3.0
2782026-04-08T11:45:44.706Z Compiling anyhow v1.0.102
2792026-04-08T11:45:44.796Z Checking once_cell v1.21.4
2802026-04-08T11:45:44.964Z Compiling regex v1.12.3
2812026-04-08T11:45:45.038Z Checking tracing-core v0.1.36
2822026-04-08T11:45:45.171Z Checking cstr-argument v0.1.2
2832026-04-08T11:45:45.264Z Checking chacha20 v0.10.0
2842026-04-08T11:45:45.377Z Checking dyn-clone v1.0.20
2852026-04-08T11:45:45.456Z Checking pin-project-lite v0.2.17
2862026-04-08T11:45:45.465Z Checking pretty-hex v0.4.2
2872026-04-08T11:45:45.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2882026-04-08T11:45:45.490Z Checking rand v0.10.0
2892026-04-08T11:45:45.549Z Compiling darling_core v0.21.3
2902026-04-08T11:45:45.590Z Checking uuid v1.22.0
2912026-04-08T11:45:45.703Z Checking socket2 v0.6.3
2922026-04-08T11:45:45.751Z Checking oxnet v0.1.4
2932026-04-08T11:45:45.776Z Checking colored v3.1.1
2942026-04-08T11:45:46.216Z Compiling thiserror-impl v2.0.18
2952026-04-08T11:45:46.216Z Compiling serde_derive v1.0.228
2962026-04-08T11:45:46.219Z Compiling zerocopy-derive v0.8.47
2972026-04-08T11:45:46.219Z Compiling foreign-types-macros v0.2.3
2982026-04-08T11:45:46.219Z Compiling ref-cast-impl v1.0.25
2992026-04-08T11:45:46.667Z Compiling num_enum_derive v0.7.6
3002026-04-08T11:45:46.814Z Checking foreign-types v0.5.0
3012026-04-08T11:45:46.871Z Compiling tracing-attributes v0.1.31
3022026-04-08T11:45:46.880Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-04-08T11:45:47.438Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3042026-04-08T11:45:47.485Z Checking cobs v0.3.0
3052026-04-08T11:45:47.616Z Compiling darling_macro v0.21.3
3062026-04-08T11:45:47.632Z Checking num_enum v0.7.6
3072026-04-08T11:45:47.733Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3082026-04-08T11:45:47.811Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-04-08T11:45:48.025Z Checking tracing v0.1.44
3102026-04-08T11:45:48.116Z Compiling darling v0.21.3
3112026-04-08T11:45:48.186Z Compiling ingot-macros v0.1.1
3122026-04-08T11:45:48.242Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3132026-04-08T11:45:48.702Z Checking postcard v1.1.3
3142026-04-08T11:45:50.110Z Checking ingot-types v0.1.2
3152026-04-08T11:45:50.377Z Checking ingot v0.1.1
3162026-04-08T11:45:51.650Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3172026-04-08T11:45:52.764Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3182026-04-08T11:45:53.815Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3192026-04-08T11:45:54.003Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.98s
3202026-04-08T11:45:54.109Z
3212026-04-08T11:45:54.109Zreal 17.135663937
3222026-04-08T11:45:54.109Zuser 47.624813665
3232026-04-08T11:45:54.109Zsys 10.811405914
3242026-04-08T11:45:54.109Ztrap 0.030773942
3252026-04-08T11:45:54.109Ztflt 0.109638274
3262026-04-08T11:45:54.109Zdflt 0.118489738
3272026-04-08T11:45:54.109Zkflt 0.005769406
3282026-04-08T11:45:54.109Zlock 2:28.160916707
3292026-04-08T11:45:54.109Zslp 2:35.498150034
3302026-04-08T11:45:54.109Zlat 3.460918475
3312026-04-08T11:45:54.109Zstop 9.147886600
3322026-04-08T11:45:54.112Zprocess exited: duration 31163 ms, exit code 0
 
3332026-04-08T11:45:54.119Zfound 0 output files