01KKTT7VZ0MXJNBTP569TV2GET: opte-ioctl

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

Buildomat Job: 01KKTT87MS0QSX820EQFR9CFTA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T07:56:08.391Zjob assigned to worker 01KKTT8EZNZ70GENMB7VEZ74RV [factory aws, i-0a7838e5116fef7a5] (queued for 1 m 8 s)
 
22026-03-16T07:56:15.795Zstarting task 0: "setup"
32026-03-16T07:56:15.800Z++ uname -s
42026-03-16T07:56:15.803Z+ kern=SunOS
52026-03-16T07:56:15.803Z+ build_user=build
62026-03-16T07:56:15.803Z+ build_uid=12345
72026-03-16T07:56:15.803Z+ work_dir=/work
82026-03-16T07:56:15.803Z+ input_dir=/input
92026-03-16T07:56:15.803Z+ [[ 0 == 12345 ]]
102026-03-16T07:56:15.803Z+ case "$kern" in
112026-03-16T07:56:15.803Z+ groupadd -g 12345 build
122026-03-16T07:56:15.807Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T07:56:17.811Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T07:56:17.926Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T07:56:17.929Z+ home_fs=zfs
162026-03-16T07:56:17.929Z+ [[ zfs == autofs ]]
172026-03-16T07:56:17.929Z+ mkdir -p /home/build
182026-03-16T07:56:17.929Z+ chown build:build /home/build /work
192026-03-16T07:56:19.932Z+ chmod 0700 /home/build /work
202026-03-16T07:56:19.935Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-16T07:56:19.941Zstarting task 1: "rust-toolchain"
222026-03-16T07:56:19.946Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-16T07:56:19.946Z * rust toolchain channel = "1.93.1"
242026-03-16T07:56:19.946Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T07:56:19.946Z * rust toolchain profile = "default"
262026-03-16T07:56:19.946Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T07:56:19.950Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T07:56:19.950Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T07:56:19.950Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-16T07:56:20.096Zinfo: downloading installer
312026-03-16T07:56:21.803Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T07:56:21.803Zwarn: /opt/ooce/bin
332026-03-16T07:56:21.803Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T07:56:21.803Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T07:56:21.803Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T07:56:21.803Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T07:56:21.803Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T07:56:21.803Zerror: cannot install while Rust is installed
392026-03-16T07:56:21.803Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T07:56:21.803Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T07:56:21.803Zwarn: /home/build/.rustup/settings.toml
422026-03-16T07:56:21.803Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T07:56:21.803Zwarn: instead of the one inferred from the default host triple.
442026-03-16T07:56:21.819Zinfo: profile set to default
452026-03-16T07:56:21.819Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T07:56:21.822Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-16T07:56:21.955Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-16T07:56:21.958Zinfo: downloading 6 components
492026-03-16T07:56:36.886Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-16T07:56:36.886Z
512026-03-16T07:56:36.922Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-16T07:56:36.922Z
532026-03-16T07:56:36.925Z
542026-03-16T07:56:36.925ZRust is installed now. Great!
552026-03-16T07:56:36.925Z
562026-03-16T07:56:36.925ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T07:56:36.925Zenvironment variable. This has not been done automatically.
582026-03-16T07:56:36.925Z
592026-03-16T07:56:36.925ZTo configure your current shell, you need to source
602026-03-16T07:56:36.926Zthe corresponding env file under $HOME/.cargo.
612026-03-16T07:56:36.926Z
622026-03-16T07:56:36.926ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T07:56:36.926Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T07:56:36.926Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T07:56:36.926Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T07:56:36.926Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T07:56:36.926Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T07:56:36.926Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T07:56:36.926Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T07:56:36.926Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T07:56:37.032Z+ rustup --version
722026-03-16T07:56:37.043Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T07:56:37.046Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T07:56:37.070Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-16T07:56:37.073Z+ cargo --version
762026-03-16T07:56:37.089Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-16T07:56:37.093Z+ rustc --version
782026-03-16T07:56:37.117Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-16T07:56:37.120Zprocess exited: duration 17176 ms, exit code 0
 
802026-03-16T07:56:37.126Zstarting task 2: "authentication"
812026-03-16T07:56:37.146Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T07:56:37.152Zstarting task 3: "clone repository"
832026-03-16T07:56:37.156Z+ mkdir -p /work/oxidecomputer/opte
842026-03-16T07:56:37.159Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-16T07:56:37.190ZCloning into '/work/oxidecomputer/opte'...
862026-03-16T07:56:38.056Z+ cd /work/oxidecomputer/opte
872026-03-16T07:56:38.056Z+ git fetch origin d9b87439179a558c7a423c2898fff6831fa5f5be
882026-03-16T07:56:38.326ZFrom https://github.com/oxidecomputer/opte
892026-03-16T07:56:38.326Z * branch d9b87439179a558c7a423c2898fff6831fa5f5be -> FETCH_HEAD
902026-03-16T07:56:38.334Z+ [[ -n renovate/lock-file-maintenance ]]
912026-03-16T07:56:38.338Z++ git branch --show-current
922026-03-16T07:56:38.338Z+ current=master
932026-03-16T07:56:38.338Z+ [[ master != renovate/lock-file-maintenance ]]
942026-03-16T07:56:38.338Z+ git branch -f renovate/lock-file-maintenance d9b87439179a558c7a423c2898fff6831fa5f5be
952026-03-16T07:56:38.341Z+ git checkout -f renovate/lock-file-maintenance
962026-03-16T07:56:38.363ZSwitched to branch 'renovate/lock-file-maintenance'
972026-03-16T07:56:38.366Z+ git reset --hard d9b87439179a558c7a423c2898fff6831fa5f5be
982026-03-16T07:56:38.386ZHEAD is now at d9b8743 Lock file maintenance
992026-03-16T07:56:38.389Zprocess exited: duration 1234 ms, exit code 0
 
1002026-03-16T07:56:38.395Zstarting task 4: "build"
1012026-03-16T07:56:38.399Z+ source .github/buildomat/common.sh
1022026-03-16T07:56:38.402Z++ rustup show active-toolchain
1032026-03-16T07:56:38.407Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-16T07:56:38.410Z++ pushd xde
1052026-03-16T07:56:38.410Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-16T07:56:38.410Z++ rustup show active-toolchain
1072026-03-16T07:56:38.413Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-16T07:56:38.567Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-16T07:56:38.570Zinfo: downloading 6 components
1102026-03-16T07:56:54.340Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-16T07:56:54.443Z+++ rustup show active-toolchain -v
1122026-03-16T07:56:54.446Z+++ head -n 1
1132026-03-16T07:56:54.446Z+++ cut '-d ' -f1
1142026-03-16T07:56:54.511Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-16T07:56:54.511Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-16T07:56:54.514Z++ popd
1172026-03-16T07:56:54.514Z/work/oxidecomputer/opte
1182026-03-16T07:56:54.514Z+ cargo --version
1192026-03-16T07:56:54.523Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-16T07:56:54.526Z+ rustc --version
1212026-03-16T07:56:54.551Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-16T07:56:54.554Z+ cd lib/opte-ioctl
1232026-03-16T07:56:54.554Z+ header 'check style'
1242026-03-16T07:56:54.554Z+ echo '# ==== check style ==== #'
1252026-03-16T07:56:54.554Z# ==== check style ==== #
1262026-03-16T07:56:54.554Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-16T07:56:54.649Z
1282026-03-16T07:56:54.649Zreal 0.093237577
1292026-03-16T07:56:54.649Zuser 0.051427883
1302026-03-16T07:56:54.653Zsys 0.038102382
1312026-03-16T07:56:54.653Ztrap 0.000004627
1322026-03-16T07:56:54.653Ztflt 0.000043822
1332026-03-16T07:56:54.653Zdflt 0.000000000
1342026-03-16T07:56:54.653Zkflt 0.000000000
1352026-03-16T07:56:54.653Zlock 0.062198022
1362026-03-16T07:56:54.653Zslp 0.069678995
1372026-03-16T07:56:54.653Zlat 0.000231757
1382026-03-16T07:56:54.653Zstop 0.000114777
1392026-03-16T07:56:54.653Z+ header analyze
1402026-03-16T07:56:54.653Z+ echo '# ==== analyze ==== #'
1412026-03-16T07:56:54.653Z# ==== analyze ==== #
1422026-03-16T07:56:54.653Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-03-16T07:56:54.829Z Updating crates.io index
1442026-03-16T07:56:54.867Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-03-16T07:56:56.079Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-03-16T07:56:56.351Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-03-16T07:56:56.696Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-03-16T07:56:57.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-16T07:56:57.367Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-16T07:56:57.635Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-16T07:56:59.844Z Downloading crates ...
1522026-03-16T07:56:59.908Z Downloaded ingot-types v0.1.2
1532026-03-16T07:56:59.920Z Downloaded serde_derive v1.0.228
1542026-03-16T07:56:59.923Z Downloaded bitflags v2.11.0
1552026-03-16T07:56:59.926Z Downloaded zerocopy-derive v0.8.42
1562026-03-16T07:56:59.931Z Downloaded num_enum_derive v0.7.6
1572026-03-16T07:56:59.934Z Downloaded anyhow v1.0.102
1582026-03-16T07:56:59.937Z Downloaded num_enum v0.7.6
1592026-03-16T07:56:59.940Z Downloaded macaddr v1.0.1
1602026-03-16T07:56:59.940Z Downloaded cpufeatures v0.3.0
1612026-03-16T07:56:59.943Z Downloaded hash32 v0.3.1
1622026-03-16T07:56:59.943Z Downloaded tracing-attributes v0.1.31
1632026-03-16T07:56:59.946Z Downloaded embedded-io v0.4.0
1642026-03-16T07:56:59.946Z Downloaded foreign-types-shared v0.3.1
1652026-03-16T07:56:59.946Z Downloaded ident_case v1.0.1
1662026-03-16T07:56:59.949Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1672026-03-16T07:56:59.953Z Downloaded pin-project-lite v0.2.17
1682026-03-16T07:56:59.956Z Downloaded embedded-io v0.6.1
1692026-03-16T07:56:59.956Z Downloaded cstr-argument v0.1.2
1702026-03-16T07:56:59.959Z Downloaded chacha20 v0.10.0
1712026-03-16T07:56:59.962Z Downloaded fnv v1.0.7
1722026-03-16T07:56:59.968Z Downloaded cobs v0.3.0
1732026-03-16T07:56:59.973Z Downloaded version_check v0.9.5
1742026-03-16T07:56:59.976Z Downloaded defmt v0.3.100
1752026-03-16T07:56:59.976Z Downloaded managed v0.8.0
1762026-03-16T07:56:59.979Z Downloaded bitflags v1.3.2
1772026-03-16T07:56:59.987Z Downloaded foreign-types v0.5.0
1782026-03-16T07:56:59.991Z Downloaded dyn-clone v1.0.20
1792026-03-16T07:56:59.994Z Downloaded defmt-parser v1.0.0
1802026-03-16T07:56:59.997Z Downloaded stable_deref_trait v1.2.1
1812026-03-16T07:56:59.997Z Downloaded ref-cast-impl v1.0.25
1822026-03-16T07:57:00.004Z Downloaded proc-macro-crate v3.5.0
1832026-03-16T07:57:00.011Z Downloaded cfg-if v1.0.4
1842026-03-16T07:57:00.014Z Downloaded proc-macro-error-attr2 v2.0.0
1852026-03-16T07:57:00.017Z Downloaded darling_macro v0.21.3
1862026-03-16T07:57:00.017Z Downloaded strsim v0.11.1
1872026-03-16T07:57:00.017Z Downloaded equivalent v1.0.2
1882026-03-16T07:57:00.020Z Downloaded thiserror-impl v2.0.18
1892026-03-16T07:57:00.023Z Downloaded thiserror v2.0.18
1902026-03-16T07:57:00.026Z Downloaded ingot-macros v0.1.1
1912026-03-16T07:57:00.029Z Downloaded socket2 v0.6.3
1922026-03-16T07:57:00.029Z Downloaded quote v1.0.45
1932026-03-16T07:57:00.032Z Downloaded foreign-types-macros v0.2.3
1942026-03-16T07:57:00.035Z Downloaded pretty-hex v0.4.2
1952026-03-16T07:57:00.035Z Downloaded ref-cast v1.0.25
1962026-03-16T07:57:00.041Z Downloaded either v1.15.0
1972026-03-16T07:57:00.044Z Downloaded defmt v1.0.1
1982026-03-16T07:57:00.047Z Downloaded defmt-macros v1.0.1
1992026-03-16T07:57:00.050Z Downloaded once_cell v1.21.4
2002026-03-16T07:57:00.053Z Downloaded rand_core v0.10.0
2012026-03-16T07:57:00.053Z Downloaded byteorder v1.5.0
2022026-03-16T07:57:00.053Z Downloaded proc-macro-error2 v2.0.1
2032026-03-16T07:57:00.056Z Downloaded oxnet v0.1.4
2042026-03-16T07:57:00.061Z Downloaded rustversion v1.0.22
2052026-03-16T07:57:00.064Z Downloaded indexmap v2.13.0
2062026-03-16T07:57:00.068Z Downloaded getrandom v0.4.2
2072026-03-16T07:57:00.074Z Downloaded postcard v1.1.3
2082026-03-16T07:57:00.077Z Downloaded uuid v1.22.0
2092026-03-16T07:57:00.084Z Downloaded toml_parser v1.0.9+spec-1.1.0
2102026-03-16T07:57:00.087Z Downloaded ingot v0.1.1
2112026-03-16T07:57:00.099Z Downloaded proc-macro2 v1.0.106
2122026-03-16T07:57:00.113Z Downloaded unicode-ident v1.0.24
2132026-03-16T07:57:00.116Z Downloaded darling v0.21.3
2142026-03-16T07:57:00.118Z Downloaded tracing-core v0.1.36
2152026-03-16T07:57:00.124Z Downloaded colored v3.1.1
2162026-03-16T07:57:00.128Z Downloaded serde_core v1.0.228
2172026-03-16T07:57:00.131Z Downloaded darling_core v0.21.3
2182026-03-16T07:57:00.134Z Downloaded toml_edit v0.25.4+spec-1.1.0
2192026-03-16T07:57:00.137Z Downloaded heapless v0.8.0
2202026-03-16T07:57:00.147Z Downloaded serde v1.0.228
2212026-03-16T07:57:00.150Z Downloaded hashbrown v0.16.1
2222026-03-16T07:57:00.159Z Downloaded memchr v2.8.0
2232026-03-16T07:57:00.165Z Downloaded rand v0.10.0
2242026-03-16T07:57:00.168Z Downloaded aho-corasick v1.1.4
2252026-03-16T07:57:00.201Z Downloaded winnow v0.7.15
2262026-03-16T07:57:00.214Z Downloaded regex v1.12.3
2272026-03-16T07:57:00.218Z Downloaded itertools v0.14.0
2282026-03-16T07:57:00.249Z Downloaded syn v1.0.109
2292026-03-16T07:57:00.275Z Downloaded zerocopy v0.8.42
2302026-03-16T07:57:00.286Z Downloaded syn v2.0.117
2312026-03-16T07:57:00.294Z Downloaded smoltcp v0.11.0
2322026-03-16T07:57:00.302Z Downloaded regex-syntax v0.8.10
2332026-03-16T07:57:00.321Z Downloaded tracing v0.1.44
2342026-03-16T07:57:00.342Z Downloaded regex-automata v0.4.14
2352026-03-16T07:57:00.352Z Downloaded libc v0.2.183
2362026-03-16T07:57:00.424Z Compiling proc-macro2 v1.0.106
2372026-03-16T07:57:00.424Z Compiling unicode-ident v1.0.24
2382026-03-16T07:57:00.427Z Compiling quote v1.0.45
2392026-03-16T07:57:00.427Z Compiling serde_core v1.0.228
2402026-03-16T07:57:00.427Z Checking cfg-if v1.0.4
2412026-03-16T07:57:00.427Z Compiling thiserror v2.0.18
2422026-03-16T07:57:00.427Z Compiling fnv v1.0.7
2432026-03-16T07:57:00.427Z Compiling memchr v2.8.0
2442026-03-16T07:57:00.571Z Compiling strsim v0.11.1
2452026-03-16T07:57:00.628Z Compiling ident_case v1.0.1
2462026-03-16T07:57:00.664Z Compiling libc v0.2.183
2472026-03-16T07:57:00.754Z Compiling regex-syntax v0.8.10
2482026-03-16T07:57:00.970Z Compiling either v1.15.0
2492026-03-16T07:57:00.988Z Compiling winnow v0.7.15
2502026-03-16T07:57:01.136Z Compiling aho-corasick v1.1.4
2512026-03-16T07:57:01.217Z Compiling zerocopy v0.8.42
2522026-03-16T07:57:01.249Z Compiling equivalent v1.0.2
2532026-03-16T07:57:01.284Z Compiling serde v1.0.228
2542026-03-16T07:57:01.336Z Compiling hashbrown v0.16.1
2552026-03-16T07:57:01.740Z Compiling itertools v0.14.0
2562026-03-16T07:57:02.082Z Compiling indexmap v2.13.0
2572026-03-16T07:57:02.111Z Compiling heapless v0.8.0
2582026-03-16T07:57:02.349Z Compiling syn v2.0.117
2592026-03-16T07:57:02.498Z Checking byteorder v1.5.0
2602026-03-16T07:57:02.690Z Compiling toml_datetime v1.0.0+spec-1.1.0
2612026-03-16T07:57:02.896Z Compiling regex-automata v0.4.14
2622026-03-16T07:57:02.928Z Compiling toml_parser v1.0.9+spec-1.1.0
2632026-03-16T07:57:02.967Z Checking hash32 v0.3.1
2642026-03-16T07:57:02.997Z Checking bitflags v2.11.0
2652026-03-16T07:57:03.091Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2662026-03-16T07:57:03.182Z Checking macaddr v1.0.1
2672026-03-16T07:57:03.274Z Checking stable_deref_trait v1.2.1
2682026-03-16T07:57:03.349Z Compiling syn v1.0.109
2692026-03-16T07:57:03.358Z Compiling smoltcp v0.11.0
2702026-03-16T07:57:03.381Z Compiling rustversion v1.0.22
2712026-03-16T07:57:03.402Z Compiling toml_edit v0.25.4+spec-1.1.0
2722026-03-16T07:57:03.667Z Checking bitflags v1.3.2
2732026-03-16T07:57:03.737Z Checking rand_core v0.10.0
2742026-03-16T07:57:03.787Z Compiling version_check v0.9.5
2752026-03-16T07:57:03.796Z Compiling ref-cast v1.0.25
2762026-03-16T07:57:03.857Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2772026-03-16T07:57:03.896Z Checking managed v0.8.0
2782026-03-16T07:57:04.097Z Compiling proc-macro-crate v3.5.0
2792026-03-16T07:57:04.125Z Compiling getrandom v0.4.2
2802026-03-16T07:57:04.141Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2812026-03-16T07:57:04.468Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-03-16T07:57:04.646Z Checking once_cell v1.21.4
2832026-03-16T07:57:04.855Z Checking cpufeatures v0.3.0
2842026-03-16T07:57:04.897Z Compiling anyhow v1.0.102
2852026-03-16T07:57:04.930Z Checking foreign-types-shared v0.3.1
2862026-03-16T07:57:05.008Z Checking chacha20 v0.10.0
2872026-03-16T07:57:05.028Z Checking tracing-core v0.1.36
2882026-03-16T07:57:05.205Z Checking cstr-argument v0.1.2
2892026-03-16T07:57:05.262Z Compiling regex v1.12.3
2902026-03-16T07:57:05.589Z Checking pretty-hex v0.4.2
2912026-03-16T07:57:05.612Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2922026-03-16T07:57:05.629Z Checking dyn-clone v1.0.20
2932026-03-16T07:57:05.714Z Checking pin-project-lite v0.2.17
2942026-03-16T07:57:05.812Z Checking rand v0.10.0
2952026-03-16T07:57:05.822Z Checking uuid v1.22.0
2962026-03-16T07:57:05.892Z Checking socket2 v0.6.3
2972026-03-16T07:57:05.903Z Checking colored v3.1.1
2982026-03-16T07:57:06.005Z Checking oxnet v0.1.4
2992026-03-16T07:57:06.155Z Compiling darling_core v0.21.3
3002026-03-16T07:57:06.809Z Compiling thiserror-impl v2.0.18
3012026-03-16T07:57:06.809Z Compiling serde_derive v1.0.228
3022026-03-16T07:57:06.809Z Compiling zerocopy-derive v0.8.42
3032026-03-16T07:57:06.812Z Compiling ref-cast-impl v1.0.25
3042026-03-16T07:57:06.812Z Compiling foreign-types-macros v0.2.3
3052026-03-16T07:57:07.548Z Compiling num_enum_derive v0.7.6
3062026-03-16T07:57:07.606Z Checking foreign-types v0.5.0
3072026-03-16T07:57:07.790Z Compiling tracing-attributes v0.1.31
3082026-03-16T07:57:07.810Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-03-16T07:57:08.526Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-03-16T07:57:08.547Z Checking cobs v0.3.0
3112026-03-16T07:57:08.854Z Checking num_enum v0.7.6
3122026-03-16T07:57:08.972Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3132026-03-16T07:57:08.998Z Compiling darling_macro v0.21.3
3142026-03-16T07:57:09.156Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3152026-03-16T07:57:09.409Z Checking tracing v0.1.44
3162026-03-16T07:57:09.636Z Compiling darling v0.21.3
3172026-03-16T07:57:09.708Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3182026-03-16T07:57:09.742Z Compiling ingot-macros v0.1.1
3192026-03-16T07:57:10.371Z Checking postcard v1.1.3
3202026-03-16T07:57:12.452Z Checking ingot-types v0.1.2
3212026-03-16T07:57:12.831Z Checking ingot v0.1.1
3222026-03-16T07:57:14.747Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-03-16T07:57:16.353Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-03-16T07:57:17.892Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-03-16T07:57:18.124Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.40s
3262026-03-16T07:57:18.254Z
3272026-03-16T07:57:18.258Zreal 23.597034209
3282026-03-16T07:57:18.258Zuser 1:08.818908680
3292026-03-16T07:57:18.258Zsys 13.825366068
3302026-03-16T07:57:18.258Ztrap 0.043130649
3312026-03-16T07:57:18.258Ztflt 0.066585779
3322026-03-16T07:57:18.258Zdflt 0.118236704
3332026-03-16T07:57:18.258Zkflt 0.001712130
3342026-03-16T07:57:18.258Zlock 3:48.268136666
3352026-03-16T07:57:18.258Zslp 3:37.159640509
3362026-03-16T07:57:18.258Zlat 3.757517295
3372026-03-16T07:57:18.258Zstop 11.706905288
3382026-03-16T07:57:18.258Zprocess exited: duration 39857 ms, exit code 0
 
3392026-03-16T07:57:18.265Zfound 0 output files