01KN4Q1ZAFJNHBFPB0G1A0XS96: opte-ioctl

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

Buildomat Job: 01KN4Q2ACWH01KD4A82ER9HDGN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T14:35:15.942Zjob assigned to worker 01KN4QFCA1W1YB46TGFYENYQS0 [factory aws, i-0420a6041f8b897a3] (queued for 7 m 49 s)
 
22026-04-01T14:35:22.353Zstarting task 0: "setup"
32026-04-01T14:35:22.357Z++ uname -s
42026-04-01T14:35:22.360Z+ kern=SunOS
52026-04-01T14:35:22.360Z+ build_user=build
62026-04-01T14:35:22.360Z+ build_uid=12345
72026-04-01T14:35:22.360Z+ work_dir=/work
82026-04-01T14:35:22.360Z+ input_dir=/input
92026-04-01T14:35:22.360Z+ [[ 0 == 12345 ]]
102026-04-01T14:35:22.360Z+ case "$kern" in
112026-04-01T14:35:22.360Z+ groupadd -g 12345 build
122026-04-01T14:35:22.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T14:35:24.367Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T14:35:24.486Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T14:35:24.489Z+ home_fs=zfs
162026-04-01T14:35:24.489Z+ [[ zfs == autofs ]]
172026-04-01T14:35:24.489Z+ mkdir -p /home/build
182026-04-01T14:35:24.489Z+ chown build:build /home/build /work
192026-04-01T14:35:26.490Z+ chmod 0700 /home/build /work
202026-04-01T14:35:26.493Zprocess exited: duration 4142 ms, exit code 0
 
212026-04-01T14:35:26.500Zstarting task 1: "rust-toolchain"
222026-04-01T14:35:26.504Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-01T14:35:26.504Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-01T14:35:26.504Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-01T14:35:26.504Z * rust toolchain channel = "1.94.1"
262026-04-01T14:35:26.504Z * rust toolchain profile = "default"
272026-04-01T14:35:26.504Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T14:35:26.507Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T14:35:26.507Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-01T14:35:26.627Zinfo: downloading installer
312026-04-01T14:35:28.264Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T14:35:28.264Zwarn: /opt/ooce/bin
332026-04-01T14:35:28.264Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T14:35:28.264Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T14:35:28.264Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T14:35:28.264Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T14:35:28.264Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T14:35:28.264Zerror: cannot install while Rust is installed
392026-04-01T14:35:28.264Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T14:35:28.264Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T14:35:28.264Zwarn: /home/build/.rustup/settings.toml
422026-04-01T14:35:28.264Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T14:35:28.264Zwarn: instead of the one inferred from the default host triple.
442026-04-01T14:35:28.277Zinfo: profile set to default
452026-04-01T14:35:28.277Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T14:35:28.280Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-01T14:35:28.413Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-01T14:35:28.416Zinfo: downloading 6 components
492026-04-01T14:35:44.356Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-01T14:35:44.356Z
512026-04-01T14:35:44.388Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-01T14:35:44.388Z
532026-04-01T14:35:44.388Z
542026-04-01T14:35:44.388ZRust is installed now. Great!
552026-04-01T14:35:44.388Z
562026-04-01T14:35:44.392ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T14:35:44.392Zenvironment variable. This has not been done automatically.
582026-04-01T14:35:44.392Z
592026-04-01T14:35:44.392ZTo configure your current shell, you need to source
602026-04-01T14:35:44.392Zthe corresponding env file under $HOME/.cargo.
612026-04-01T14:35:44.392Z
622026-04-01T14:35:44.392ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T14:35:44.392Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T14:35:44.392Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T14:35:44.392Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T14:35:44.392Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T14:35:44.392Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T14:35:44.392Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T14:35:44.392Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T14:35:44.392Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T14:35:44.474Z+ rustup --version
722026-04-01T14:35:44.484Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T14:35:44.487Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T14:35:44.504Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-01T14:35:44.507Z+ cargo --version
762026-04-01T14:35:44.519Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-01T14:35:44.522Z+ rustc --version
782026-04-01T14:35:44.540Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-01T14:35:44.544Zprocess exited: duration 18041 ms, exit code 0
 
802026-04-01T14:35:44.550Zstarting task 2: "authentication"
812026-04-01T14:35:44.566Zprocess exited: duration 15 ms, exit code 0
 
822026-04-01T14:35:44.571Zstarting task 3: "clone repository"
832026-04-01T14:35:44.575Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T14:35:44.578Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T14:35:44.609ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T14:35:45.444Z+ cd /work/oxidecomputer/opte
872026-04-01T14:35:45.448Z+ git fetch origin 405ae574a05cc2ef6b87cba638f705991d049001
882026-04-01T14:35:45.714ZFrom https://github.com/oxidecomputer/opte
892026-04-01T14:35:45.714Z * branch 405ae574a05cc2ef6b87cba638f705991d049001 -> FETCH_HEAD
902026-04-01T14:35:45.720Z+ [[ -n '' ]]
912026-04-01T14:35:45.720Z+ git reset --hard 405ae574a05cc2ef6b87cba638f705991d049001
922026-04-01T14:35:45.736ZHEAD is now at 405ae57 Merge branch 'master' into renovate/rand
932026-04-01T14:35:45.739Zprocess exited: duration 1164 ms, exit code 0
 
942026-04-01T14:35:45.745Zstarting task 4: "build"
952026-04-01T14:35:45.748Z+ source .github/buildomat/common.sh
962026-04-01T14:35:45.751Z++ rustup show active-toolchain
972026-04-01T14:35:45.754Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-01T14:35:45.754Z++ pushd xde
992026-04-01T14:35:45.754Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-01T14:35:45.754Z++ rustup show active-toolchain
1012026-04-01T14:35:45.759Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-01T14:35:45.917Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-01T14:35:45.920Zinfo: downloading 6 components
1042026-04-01T14:36:01.264Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-01T14:36:01.359Z+++ rustup show active-toolchain -v
1062026-04-01T14:36:01.362Z+++ head -n 1
1072026-04-01T14:36:01.362Z+++ cut '-d ' -f1
1082026-04-01T14:36:01.416Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-01T14:36:01.416Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-01T14:36:01.416Z++ popd
1112026-04-01T14:36:01.419Z/work/oxidecomputer/opte
1122026-04-01T14:36:01.419Z+ cargo --version
1132026-04-01T14:36:01.425Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-01T14:36:01.428Z+ rustc --version
1152026-04-01T14:36:01.447Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-01T14:36:01.450Z+ cd lib/opte-ioctl
1172026-04-01T14:36:01.450Z+ header 'check style'
1182026-04-01T14:36:01.450Z+ echo '# ==== check style ==== #'
1192026-04-01T14:36:01.450Z# ==== check style ==== #
1202026-04-01T14:36:01.450Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1212026-04-01T14:36:01.517Z
1222026-04-01T14:36:01.517Zreal 0.065171228
1232026-04-01T14:36:01.517Zuser 0.035268733
1242026-04-01T14:36:01.517Zsys 0.027389036
1252026-04-01T14:36:01.517Ztrap 0.000011747
1262026-04-01T14:36:01.517Ztflt 0.000022875
1272026-04-01T14:36:01.517Zdflt 0.000012107
1282026-04-01T14:36:01.517Zkflt 0.000001459
1292026-04-01T14:36:01.517Zlock 0.030606470
1302026-04-01T14:36:01.517Zslp 0.045081356
1312026-04-01T14:36:01.517Zlat 0.000833646
1322026-04-01T14:36:01.517Zstop 0.000106425
1332026-04-01T14:36:01.520Z+ header analyze
1342026-04-01T14:36:01.521Z+ echo '# ==== analyze ==== #'
1352026-04-01T14:36:01.521Z# ==== analyze ==== #
1362026-04-01T14:36:01.521Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1372026-04-01T14:36:01.637Z Updating crates.io index
1382026-04-01T14:36:01.640Z Updating git repository `https://github.com/oxidecomputer/falcon`
1392026-04-01T14:36:02.554Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1402026-04-01T14:36:02.835Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-04-01T14:36:03.259Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-04-01T14:36:03.622Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-04-01T14:36:03.941Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-04-01T14:36:04.252Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-04-01T14:36:05.988Z Downloading crates ...
1462026-04-01T14:36:06.045Z Downloaded cfg-if v1.0.4
1472026-04-01T14:36:06.048Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1482026-04-01T14:36:06.052Z Downloaded either v1.15.0
1492026-04-01T14:36:06.055Z Downloaded defmt v1.0.1
1502026-04-01T14:36:06.058Z Downloaded dyn-clone v1.0.20
1512026-04-01T14:36:06.061Z Downloaded cstr-argument v0.1.2
1522026-04-01T14:36:06.065Z Downloaded proc-macro-error-attr2 v2.0.0
1532026-04-01T14:36:06.068Z Downloaded cpufeatures v0.3.0
1542026-04-01T14:36:06.068Z Downloaded proc-macro-crate v3.5.0
1552026-04-01T14:36:06.068Z Downloaded foreign-types-shared v0.3.1
1562026-04-01T14:36:06.072Z Downloaded version_check v0.9.5
1572026-04-01T14:36:06.075Z Downloaded strsim v0.11.1
1582026-04-01T14:36:06.082Z Downloaded managed v0.8.0
1592026-04-01T14:36:06.085Z Downloaded foreign-types v0.5.0
1602026-04-01T14:36:06.085Z Downloaded embedded-io v0.4.0
1612026-04-01T14:36:06.088Z Downloaded defmt-parser v1.0.0
1622026-04-01T14:36:06.091Z Downloaded fnv v1.0.7
1632026-04-01T14:36:06.095Z Downloaded pretty-hex v0.4.2
1642026-04-01T14:36:06.099Z Downloaded macaddr v1.0.1
1652026-04-01T14:36:06.102Z Downloaded ref-cast-impl v1.0.25
1662026-04-01T14:36:06.102Z Downloaded defmt v0.3.100
1672026-04-01T14:36:06.105Z Downloaded embedded-io v0.6.1
1682026-04-01T14:36:06.110Z Downloaded foreign-types-macros v0.2.3
1692026-04-01T14:36:06.114Z Downloaded cobs v0.3.0
1702026-04-01T14:36:06.117Z Downloaded darling v0.21.3
1712026-04-01T14:36:06.119Z Downloaded colored v3.1.1
1722026-04-01T14:36:06.126Z Downloaded darling_macro v0.21.3
1732026-04-01T14:36:06.129Z Downloaded ident_case v1.0.1
1742026-04-01T14:36:06.129Z Downloaded hash32 v0.3.1
1752026-04-01T14:36:06.132Z Downloaded rustversion v1.0.22
1762026-04-01T14:36:06.154Z Downloaded equivalent v1.0.2
1772026-04-01T14:36:06.156Z Downloaded chacha20 v0.10.0
1782026-04-01T14:36:06.157Z Downloaded thiserror-impl v2.0.18
1792026-04-01T14:36:06.157Z Downloaded num_enum v0.7.6
1802026-04-01T14:36:06.159Z Downloaded toml_parser v1.1.1+spec-1.1.0
1812026-04-01T14:36:06.162Z Downloaded bitflags v1.3.2
1822026-04-01T14:36:06.162Z Downloaded ref-cast v1.0.25
1832026-04-01T14:36:06.165Z Downloaded ingot v0.1.1
1842026-04-01T14:36:06.165Z Downloaded stable_deref_trait v1.2.1
1852026-04-01T14:36:06.165Z Downloaded indexmap v2.13.0
1862026-04-01T14:36:06.174Z Downloaded thiserror v2.0.18
1872026-04-01T14:36:06.177Z Downloaded ingot-types v0.1.2
1882026-04-01T14:36:06.184Z Downloaded pin-project-lite v0.2.17
1892026-04-01T14:36:06.187Z Downloaded oxnet v0.1.4
1902026-04-01T14:36:06.190Z Downloaded quote v1.0.45
1912026-04-01T14:36:06.190Z Downloaded proc-macro-error2 v2.0.1
1922026-04-01T14:36:06.193Z Downloaded num_enum_derive v0.7.6
1932026-04-01T14:36:06.193Z Downloaded rand_core v0.10.0
1942026-04-01T14:36:06.193Z Downloaded defmt-macros v1.0.1
1952026-04-01T14:36:06.198Z Downloaded bitflags v2.11.0
1962026-04-01T14:36:06.201Z Downloaded serde_derive v1.0.228
1972026-04-01T14:36:06.204Z Downloaded tracing-core v0.1.36
1982026-04-01T14:36:06.207Z Downloaded socket2 v0.6.3
1992026-04-01T14:36:06.207Z Downloaded once_cell v1.21.4
2002026-04-01T14:36:06.207Z Downloaded darling_core v0.21.3
2012026-04-01T14:36:06.210Z Downloaded tracing-attributes v0.1.31
2022026-04-01T14:36:06.216Z Downloaded serde_core v1.0.228
2032026-04-01T14:36:06.219Z Downloaded proc-macro2 v1.0.106
2042026-04-01T14:36:06.225Z Downloaded byteorder v1.5.0
2052026-04-01T14:36:06.228Z Downloaded ingot-macros v0.1.1
2062026-04-01T14:36:06.231Z Downloaded postcard v1.1.3
2072026-04-01T14:36:06.231Z Downloaded anyhow v1.0.102
2082026-04-01T14:36:06.237Z Downloaded unicode-ident v1.0.24
2092026-04-01T14:36:06.246Z Downloaded getrandom v0.4.2
2102026-04-01T14:36:06.249Z Downloaded uuid v1.23.0
2112026-04-01T14:36:06.253Z Downloaded zerocopy-derive v0.8.48
2122026-04-01T14:36:06.266Z Downloaded heapless v0.8.0
2132026-04-01T14:36:06.275Z Downloaded serde v1.0.228
2142026-04-01T14:36:06.278Z Downloaded memchr v2.8.0
2152026-04-01T14:36:06.284Z Downloaded toml_edit v0.25.9+spec-1.1.0
2162026-04-01T14:36:06.299Z Downloaded rand v0.10.0
2172026-04-01T14:36:06.327Z Downloaded hashbrown v0.16.1
2182026-04-01T14:36:06.330Z Downloaded regex v1.12.3
2192026-04-01T14:36:06.333Z Downloaded aho-corasick v1.1.4
2202026-04-01T14:36:06.335Z Downloaded itertools v0.14.0
2212026-04-01T14:36:06.363Z Downloaded winnow v1.0.1
2222026-04-01T14:36:06.397Z Downloaded syn v1.0.109
2232026-04-01T14:36:06.409Z Downloaded zerocopy v0.8.48
2242026-04-01T14:36:06.419Z Downloaded syn v2.0.117
2252026-04-01T14:36:06.425Z Downloaded smoltcp v0.11.0
2262026-04-01T14:36:06.432Z Downloaded regex-syntax v0.8.10
2272026-04-01T14:36:06.443Z Downloaded tracing v0.1.44
2282026-04-01T14:36:06.464Z Downloaded regex-automata v0.4.14
2292026-04-01T14:36:06.472Z Downloaded libc v0.2.184
2302026-04-01T14:36:06.527Z Compiling proc-macro2 v1.0.106
2312026-04-01T14:36:06.530Z Compiling quote v1.0.45
2322026-04-01T14:36:06.530Z Compiling unicode-ident v1.0.24
2332026-04-01T14:36:06.530Z Compiling serde_core v1.0.228
2342026-04-01T14:36:06.530Z Checking cfg-if v1.0.4
2352026-04-01T14:36:06.530Z Compiling ident_case v1.0.1
2362026-04-01T14:36:06.530Z Compiling strsim v0.11.1
2372026-04-01T14:36:06.530Z Compiling fnv v1.0.7
2382026-04-01T14:36:06.647Z Compiling thiserror v2.0.18
2392026-04-01T14:36:06.688Z Compiling memchr v2.8.0
2402026-04-01T14:36:06.706Z Compiling regex-syntax v0.8.10
2412026-04-01T14:36:06.709Z Compiling libc v0.2.184
2422026-04-01T14:36:06.878Z Compiling either v1.15.0
2432026-04-01T14:36:06.958Z Compiling zerocopy v0.8.48
2442026-04-01T14:36:07.066Z Compiling aho-corasick v1.1.4
2452026-04-01T14:36:07.106Z Compiling serde v1.0.228
2462026-04-01T14:36:07.142Z Compiling equivalent v1.0.2
2472026-04-01T14:36:07.217Z Compiling winnow v1.0.1
2482026-04-01T14:36:07.236Z Compiling hashbrown v0.16.1
2492026-04-01T14:36:07.442Z Compiling itertools v0.14.0
2502026-04-01T14:36:07.748Z Compiling indexmap v2.13.0
2512026-04-01T14:36:07.770Z Compiling heapless v0.8.0
2522026-04-01T14:36:07.876Z Compiling syn v2.0.117
2532026-04-01T14:36:08.054Z Compiling toml_datetime v1.1.1+spec-1.1.0
2542026-04-01T14:36:08.207Z Compiling regex-automata v0.4.14
2552026-04-01T14:36:08.278Z Compiling toml_parser v1.1.1+spec-1.1.0
2562026-04-01T14:36:08.322Z Checking byteorder v1.5.0
2572026-04-01T14:36:08.341Z Checking bitflags v2.11.0
2582026-04-01T14:36:08.471Z Checking hash32 v0.3.1
2592026-04-01T14:36:08.485Z Checking stable_deref_trait v1.2.1
2602026-04-01T14:36:08.549Z Compiling rustversion v1.0.22
2612026-04-01T14:36:08.573Z Compiling smoltcp v0.11.0
2622026-04-01T14:36:08.606Z Compiling syn v1.0.109
2632026-04-01T14:36:08.645Z Compiling toml_edit v0.25.9+spec-1.1.0
2642026-04-01T14:36:08.716Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2652026-04-01T14:36:08.818Z Checking macaddr v1.0.1
2662026-04-01T14:36:08.908Z Checking rand_core v0.10.0
2672026-04-01T14:36:08.924Z Checking managed v0.8.0
2682026-04-01T14:36:08.946Z Checking bitflags v1.3.2
2692026-04-01T14:36:08.953Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2702026-04-01T14:36:09.005Z Compiling ref-cast v1.0.25
2712026-04-01T14:36:09.032Z Compiling getrandom v0.4.2
2722026-04-01T14:36:09.098Z Compiling version_check v0.9.5
2732026-04-01T14:36:09.158Z Compiling proc-macro-crate v3.5.0
2742026-04-01T14:36:09.363Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2752026-04-01T14:36:09.541Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2762026-04-01T14:36:09.574Z Compiling anyhow v1.0.102
2772026-04-01T14:36:09.602Z Checking foreign-types-shared v0.3.1
2782026-04-01T14:36:09.794Z Checking once_cell v1.21.4
2792026-04-01T14:36:09.874Z Compiling regex v1.12.3
2802026-04-01T14:36:09.880Z Checking cpufeatures v0.3.0
2812026-04-01T14:36:09.940Z Checking chacha20 v0.10.0
2822026-04-01T14:36:09.958Z Checking tracing-core v0.1.36
2832026-04-01T14:36:10.028Z Checking cstr-argument v0.1.2
2842026-04-01T14:36:10.305Z Checking pin-project-lite v0.2.17
2852026-04-01T14:36:10.331Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2862026-04-01T14:36:10.350Z Compiling darling_core v0.21.3
2872026-04-01T14:36:10.350Z Checking pretty-hex v0.4.2
2882026-04-01T14:36:10.384Z Checking dyn-clone v1.0.20
2892026-04-01T14:36:10.456Z Checking rand v0.10.0
2902026-04-01T14:36:10.478Z Checking uuid v1.23.0
2912026-04-01T14:36:10.537Z Checking socket2 v0.6.3
2922026-04-01T14:36:10.728Z Checking colored v3.1.1
2932026-04-01T14:36:10.736Z Checking oxnet v0.1.4
2942026-04-01T14:36:11.172Z Compiling thiserror-impl v2.0.18
2952026-04-01T14:36:11.172Z Compiling serde_derive v1.0.228
2962026-04-01T14:36:11.176Z Compiling zerocopy-derive v0.8.48
2972026-04-01T14:36:11.176Z Compiling ref-cast-impl v1.0.25
2982026-04-01T14:36:11.176Z Compiling num_enum_derive v0.7.6
2992026-04-01T14:36:11.480Z Compiling foreign-types-macros v0.2.3
3002026-04-01T14:36:11.856Z Compiling tracing-attributes v0.1.31
3012026-04-01T14:36:12.102Z Checking foreign-types v0.5.0
3022026-04-01T14:36:12.168Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-04-01T14:36:12.172Z Checking num_enum v0.7.6
3042026-04-01T14:36:12.275Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3052026-04-01T14:36:12.489Z Checking cobs v0.3.0
3062026-04-01T14:36:12.492Z Compiling darling_macro v0.21.3
3072026-04-01T14:36:12.547Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3082026-04-01T14:36:12.639Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-04-01T14:36:12.985Z Checking tracing v0.1.44
3102026-04-01T14:36:13.001Z Compiling darling v0.21.3
3112026-04-01T14:36:13.065Z Compiling ingot-macros v0.1.1
3122026-04-01T14:36:13.077Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3132026-04-01T14:36:13.663Z Checking postcard v1.1.3
3142026-04-01T14:36:15.121Z Checking ingot-types v0.1.2
3152026-04-01T14:36:15.381Z Checking ingot v0.1.1
3162026-04-01T14:36:16.670Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3172026-04-01T14:36:17.807Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3182026-04-01T14:36:18.875Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3192026-04-01T14:36:19.051Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.48s
3202026-04-01T14:36:19.169Z
3212026-04-01T14:36:19.169Zreal 17.644733015
3222026-04-01T14:36:19.169Zuser 47.628522285
3232026-04-01T14:36:19.169Zsys 10.673768644
3242026-04-01T14:36:19.169Ztrap 0.034037489
3252026-04-01T14:36:19.169Ztflt 0.068155740
3262026-04-01T14:36:19.169Zdflt 0.100340643
3272026-04-01T14:36:19.169Zkflt 0.005098442
3282026-04-01T14:36:19.169Zlock 2:27.991469537
3292026-04-01T14:36:19.169Zslp 2:36.624085576
3302026-04-01T14:36:19.169Zlat 2.935283411
3312026-04-01T14:36:19.169Zstop 8.785367002
3322026-04-01T14:36:19.172Zprocess exited: duration 33421 ms, exit code 0
 
3332026-04-01T14:36:19.179Zfound 0 output files