01KN4JEPX2JF5P4VW7V4W2XNKR: opte-ioctl

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

Buildomat Job: 01KN4JF5Q02SFMX78QQBG6SXAE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T13:07:55.616Zjob assigned to worker 01KN4JFFHD8EKKYYV0CTY5RGW4 [factory aws, i-0568a783ca2e1e298] (queued for 51 s)
 
22026-04-01T13:08:02.467Zstarting task 0: "setup"
32026-04-01T13:08:02.472Z++ uname -s
42026-04-01T13:08:02.475Z+ kern=SunOS
52026-04-01T13:08:02.475Z+ build_user=build
62026-04-01T13:08:02.475Z+ build_uid=12345
72026-04-01T13:08:02.475Z+ work_dir=/work
82026-04-01T13:08:02.475Z+ input_dir=/input
92026-04-01T13:08:02.475Z+ [[ 0 == 12345 ]]
102026-04-01T13:08:02.475Z+ case "$kern" in
112026-04-01T13:08:02.475Z+ groupadd -g 12345 build
122026-04-01T13:08:02.478Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T13:08:04.482Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T13:08:04.594Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T13:08:04.597Z+ home_fs=zfs
162026-04-01T13:08:04.597Z+ [[ zfs == autofs ]]
172026-04-01T13:08:04.597Z+ mkdir -p /home/build
182026-04-01T13:08:04.597Z+ chown build:build /home/build /work
192026-04-01T13:08:05.598Z+ chmod 0700 /home/build /work
202026-04-01T13:08:05.602Zprocess exited: duration 3135 ms, exit code 0
 
212026-04-01T13:08:05.608Zstarting task 1: "rust-toolchain"
222026-04-01T13:08:05.612Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-04-01T13:08:05.612Z * rust toolchain channel = "1.93.1"
242026-04-01T13:08:05.612Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-01T13:08:05.612Z * rust toolchain profile = "default"
262026-04-01T13:08:05.612Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T13:08:05.612Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T13:08:05.615Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T13:08:05.615Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-04-01T13:08:05.711Zinfo: downloading installer
312026-04-01T13:08:07.142Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T13:08:07.142Zwarn: /opt/ooce/bin
332026-04-01T13:08:07.142Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T13:08:07.142Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T13:08:07.142Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T13:08:07.142Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T13:08:07.142Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T13:08:07.142Zerror: cannot install while Rust is installed
392026-04-01T13:08:07.142Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T13:08:07.142Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T13:08:07.142Zwarn: /home/build/.rustup/settings.toml
422026-04-01T13:08:07.142Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T13:08:07.142Zwarn: instead of the one inferred from the default host triple.
442026-04-01T13:08:07.156Zinfo: profile set to default
452026-04-01T13:08:07.156Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T13:08:07.159Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-04-01T13:08:07.295Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-04-01T13:08:07.298Zinfo: downloading 6 components
492026-04-01T13:08:23.459Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-04-01T13:08:23.459Z
512026-04-01T13:08:23.486Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-04-01T13:08:23.486Z
532026-04-01T13:08:23.486Z
542026-04-01T13:08:23.486ZRust is installed now. Great!
552026-04-01T13:08:23.486Z
562026-04-01T13:08:23.486ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T13:08:23.486Zenvironment variable. This has not been done automatically.
582026-04-01T13:08:23.486Z
592026-04-01T13:08:23.486ZTo configure your current shell, you need to source
602026-04-01T13:08:23.486Zthe corresponding env file under $HOME/.cargo.
612026-04-01T13:08:23.486Z
622026-04-01T13:08:23.486ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T13:08:23.486Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T13:08:23.486Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T13:08:23.486Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T13:08:23.486Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T13:08:23.486Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T13:08:23.486Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T13:08:23.489Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T13:08:23.489Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T13:08:23.574Z+ rustup --version
722026-04-01T13:08:23.583Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T13:08:23.586Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T13:08:23.603Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-04-01T13:08:23.606Z+ cargo --version
762026-04-01T13:08:23.619Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-04-01T13:08:23.622Z+ rustc --version
782026-04-01T13:08:23.642Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-04-01T13:08:23.645Zprocess exited: duration 18034 ms, exit code 0
 
802026-04-01T13:08:23.650Zstarting task 2: "authentication"
812026-04-01T13:08:23.667Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T13:08:23.672Zstarting task 3: "clone repository"
832026-04-01T13:08:23.676Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T13:08:23.679Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T13:08:23.724ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T13:08:25.138Z+ cd /work/oxidecomputer/opte
872026-04-01T13:08:25.141Z+ git fetch origin 6667036f728e9a8e2d120b744081a50a095570ff
882026-04-01T13:08:25.492ZFrom https://github.com/oxidecomputer/opte
892026-04-01T13:08:25.492Z * branch 6667036f728e9a8e2d120b744081a50a095570ff -> FETCH_HEAD
902026-04-01T13:08:25.500Z+ [[ -n renovate/darling-0.x ]]
912026-04-01T13:08:25.503Z++ git branch --show-current
922026-04-01T13:08:25.503Z+ current=master
932026-04-01T13:08:25.503Z+ [[ master != renovate/darling-0.x ]]
942026-04-01T13:08:25.503Z+ git branch -f renovate/darling-0.x 6667036f728e9a8e2d120b744081a50a095570ff
952026-04-01T13:08:25.505Z+ git checkout -f renovate/darling-0.x
962026-04-01T13:08:25.523ZSwitched to branch 'renovate/darling-0.x'
972026-04-01T13:08:25.526Z+ git reset --hard 6667036f728e9a8e2d120b744081a50a095570ff
982026-04-01T13:08:25.531ZHEAD is now at 6667036 Update Rust crate darling to 0.23
992026-04-01T13:08:25.531Zprocess exited: duration 1855 ms, exit code 0
 
1002026-04-01T13:08:25.536Zstarting task 4: "build"
1012026-04-01T13:08:25.540Z+ source .github/buildomat/common.sh
1022026-04-01T13:08:25.540Z++ rustup show active-toolchain
1032026-04-01T13:08:25.545Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-01T13:08:25.548Z++ pushd xde
1052026-04-01T13:08:25.548Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-01T13:08:25.548Z++ rustup show active-toolchain
1072026-04-01T13:08:25.551Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-04-01T13:08:25.708Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-04-01T13:08:25.711Zinfo: downloading 6 components
1102026-04-01T13:08:41.007Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-01T13:08:41.093Z+++ rustup show active-toolchain -v
1122026-04-01T13:08:41.097Z+++ head -n 1
1132026-04-01T13:08:41.097Z+++ cut '-d ' -f1
1142026-04-01T13:08:41.149Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-04-01T13:08:41.149Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-04-01T13:08:41.149Z++ popd
1172026-04-01T13:08:41.149Z/work/oxidecomputer/opte
1182026-04-01T13:08:41.152Z+ cargo --version
1192026-04-01T13:08:41.159Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-04-01T13:08:41.161Z+ rustc --version
1212026-04-01T13:08:41.180Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-04-01T13:08:41.183Z+ cd lib/opte-ioctl
1232026-04-01T13:08:41.183Z+ header 'check style'
1242026-04-01T13:08:41.183Z+ echo '# ==== check style ==== #'
1252026-04-01T13:08:41.183Z# ==== check style ==== #
1262026-04-01T13:08:41.183Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-04-01T13:08:41.255Z
1282026-04-01T13:08:41.255Zreal 0.069464847
1292026-04-01T13:08:41.255Zuser 0.037846872
1302026-04-01T13:08:41.255Zsys 0.029260736
1312026-04-01T13:08:41.255Ztrap 0.000008827
1322026-04-01T13:08:41.255Ztflt 0.000026676
1332026-04-01T13:08:41.255Zdflt 0.000019585
1342026-04-01T13:08:41.258Zkflt 0.000000000
1352026-04-01T13:08:41.258Zlock 0.046013219
1362026-04-01T13:08:41.258Zslp 0.052028931
1372026-04-01T13:08:41.258Zlat 0.001053002
1382026-04-01T13:08:41.258Zstop 0.000105713
1392026-04-01T13:08:41.258Z+ header analyze
1402026-04-01T13:08:41.258Z+ echo '# ==== analyze ==== #'
1412026-04-01T13:08:41.258Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1422026-04-01T13:08:41.258Z# ==== analyze ==== #
1432026-04-01T13:08:41.379Z Updating crates.io index
1442026-04-01T13:08:41.416Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-04-01T13:08:44.071Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-04-01T13:08:44.376Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-04-01T13:08:44.721Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-04-01T13:08:45.182Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-04-01T13:08:45.475Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-04-01T13:08:45.765Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-04-01T13:08:47.916Z Downloading crates ...
1522026-04-01T13:08:47.983Z Downloaded aho-corasick v1.1.4
1532026-04-01T13:08:47.986Z Downloaded chacha20 v0.10.0
1542026-04-01T13:08:47.989Z Downloaded cfg-if v1.0.4
1552026-04-01T13:08:47.992Z Downloaded byteorder v1.5.0
1562026-04-01T13:08:47.995Z Downloaded ref-cast v1.0.25
1572026-04-01T13:08:47.999Z Downloaded cobs v0.3.0
1582026-04-01T13:08:48.003Z Downloaded hash32 v0.3.1
1592026-04-01T13:08:48.006Z Downloaded once_cell v1.21.4
1602026-04-01T13:08:48.013Z Downloaded stable_deref_trait v1.2.1
1612026-04-01T13:08:48.015Z Downloaded embedded-io v0.6.1
1622026-04-01T13:08:48.018Z Downloaded defmt v1.0.1
1632026-04-01T13:08:48.021Z Downloaded macaddr v1.0.1
1642026-04-01T13:08:48.021Z Downloaded defmt-macros v1.0.1
1652026-04-01T13:08:48.024Z Downloaded managed v0.8.0
1662026-04-01T13:08:48.024Z Downloaded proc-macro-crate v3.5.0
1672026-04-01T13:08:48.027Z Downloaded cpufeatures v0.3.0
1682026-04-01T13:08:48.027Z Downloaded foreign-types-macros v0.2.3
1692026-04-01T13:08:48.030Z Downloaded dyn-clone v1.0.20
1702026-04-01T13:08:48.036Z Downloaded num_enum_derive v0.7.6
1712026-04-01T13:08:48.038Z Downloaded version_check v0.9.5
1722026-04-01T13:08:48.038Z Downloaded num_enum v0.7.6
1732026-04-01T13:08:48.041Z Downloaded rand_core v0.10.0
1742026-04-01T13:08:48.044Z Downloaded quote v1.0.45
1752026-04-01T13:08:48.047Z Downloaded foreign-types-shared v0.3.1
1762026-04-01T13:08:48.047Z Downloaded equivalent v1.0.2
1772026-04-01T13:08:48.047Z Downloaded darling_macro v0.21.3
1782026-04-01T13:08:48.050Z Downloaded cstr-argument v0.1.2
1792026-04-01T13:08:48.053Z Downloaded pretty-hex v0.4.2
1802026-04-01T13:08:48.056Z Downloaded fnv v1.0.7
1812026-04-01T13:08:48.059Z Downloaded defmt-parser v1.0.0
1822026-04-01T13:08:48.062Z Downloaded proc-macro-error-attr2 v2.0.0
1832026-04-01T13:08:48.062Z Downloaded embedded-io v0.4.0
1842026-04-01T13:08:48.070Z Downloaded strsim v0.11.1
1852026-04-01T13:08:48.073Z Downloaded ref-cast-impl v1.0.25
1862026-04-01T13:08:48.076Z Downloaded ident_case v1.0.1
1872026-04-01T13:08:48.076Z Downloaded defmt v0.3.100
1882026-04-01T13:08:48.078Z Downloaded bitflags v1.3.2
1892026-04-01T13:08:48.083Z Downloaded oxnet v0.1.4
1902026-04-01T13:08:48.109Z Downloaded foreign-types v0.5.0
1912026-04-01T13:08:48.114Z Downloaded proc-macro-error2 v2.0.1
1922026-04-01T13:08:48.117Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1932026-04-01T13:08:48.117Z Downloaded ingot v0.1.1
1942026-04-01T13:08:48.121Z Downloaded either v1.15.0
1952026-04-01T13:08:48.128Z Downloaded colored v3.1.1
1962026-04-01T13:08:48.131Z Downloaded bitflags v2.11.0
1972026-04-01T13:08:48.134Z Downloaded thiserror-impl v2.0.18
1982026-04-01T13:08:48.134Z Downloaded rustversion v1.0.22
1992026-04-01T13:08:48.134Z Downloaded uuid v1.22.0
2002026-04-01T13:08:48.137Z Downloaded toml_edit v0.25.8+spec-1.1.0
2012026-04-01T13:08:48.147Z Downloaded pin-project-lite v0.2.17
2022026-04-01T13:08:48.151Z Downloaded thiserror v2.0.18
2032026-04-01T13:08:48.154Z Downloaded darling v0.21.3
2042026-04-01T13:08:48.157Z Downloaded anyhow v1.0.102
2052026-04-01T13:08:48.160Z Downloaded toml_parser v1.1.0+spec-1.1.0
2062026-04-01T13:08:48.164Z Downloaded ingot-macros v0.1.1
2072026-04-01T13:08:48.167Z Downloaded ingot-types v0.1.2
2082026-04-01T13:08:48.170Z Downloaded socket2 v0.6.3
2092026-04-01T13:08:48.184Z Downloaded postcard v1.1.3
2102026-04-01T13:08:48.187Z Downloaded serde_derive v1.0.228
2112026-04-01T13:08:48.187Z Downloaded proc-macro2 v1.0.106
2122026-04-01T13:08:48.194Z Downloaded tracing-attributes v0.1.31
2132026-04-01T13:08:48.198Z Downloaded tracing-core v0.1.36
2142026-04-01T13:08:48.202Z Downloaded indexmap v2.13.0
2152026-04-01T13:08:48.204Z Downloaded unicode-ident v1.0.24
2162026-04-01T13:08:48.207Z Downloaded serde_core v1.0.228
2172026-04-01T13:08:48.218Z Downloaded darling_core v0.21.3
2182026-04-01T13:08:48.229Z Downloaded heapless v0.8.0
2192026-04-01T13:08:48.235Z Downloaded getrandom v0.4.2
2202026-04-01T13:08:48.244Z Downloaded serde v1.0.228
2212026-04-01T13:08:48.246Z Downloaded regex v1.12.3
2222026-04-01T13:08:48.250Z Downloaded memchr v2.8.0
2232026-04-01T13:08:48.253Z Downloaded rand v0.10.0
2242026-04-01T13:08:48.268Z Downloaded zerocopy-derive v0.8.47
2252026-04-01T13:08:48.280Z Downloaded hashbrown v0.16.1
2262026-04-01T13:08:48.296Z Downloaded itertools v0.14.0
2272026-04-01T13:08:48.326Z Downloaded winnow v1.0.0
2282026-04-01T13:08:48.367Z Downloaded syn v1.0.109
2292026-04-01T13:08:48.386Z Downloaded zerocopy v0.8.47
2302026-04-01T13:08:48.400Z Downloaded regex-syntax v0.8.10
2312026-04-01T13:08:48.404Z Downloaded smoltcp v0.11.0
2322026-04-01T13:08:48.410Z Downloaded syn v2.0.117
2332026-04-01T13:08:48.443Z Downloaded tracing v0.1.44
2342026-04-01T13:08:48.468Z Downloaded regex-automata v0.4.14
2352026-04-01T13:08:48.483Z Downloaded libc v0.2.183
2362026-04-01T13:08:48.540Z Compiling proc-macro2 v1.0.106
2372026-04-01T13:08:48.540Z Compiling unicode-ident v1.0.24
2382026-04-01T13:08:48.540Z Compiling quote v1.0.45
2392026-04-01T13:08:48.543Z Compiling serde_core v1.0.228
2402026-04-01T13:08:48.543Z Checking cfg-if v1.0.4
2412026-04-01T13:08:48.543Z Compiling strsim v0.11.1
2422026-04-01T13:08:48.543Z Compiling thiserror v2.0.18
2432026-04-01T13:08:48.543Z Compiling ident_case v1.0.1
2442026-04-01T13:08:48.662Z Compiling fnv v1.0.7
2452026-04-01T13:08:48.727Z Compiling memchr v2.8.0
2462026-04-01T13:08:48.734Z Compiling libc v0.2.183
2472026-04-01T13:08:48.745Z Compiling regex-syntax v0.8.10
2482026-04-01T13:08:48.894Z Compiling serde v1.0.228
2492026-04-01T13:08:48.998Z Compiling equivalent v1.0.2
2502026-04-01T13:08:49.068Z Compiling either v1.15.0
2512026-04-01T13:08:49.131Z Compiling aho-corasick v1.1.4
2522026-04-01T13:08:49.157Z Compiling zerocopy v0.8.47
2532026-04-01T13:08:49.200Z Compiling winnow v1.0.0
2542026-04-01T13:08:49.258Z Compiling hashbrown v0.16.1
2552026-04-01T13:08:49.279Z Compiling itertools v0.14.0
2562026-04-01T13:08:49.782Z Compiling syn v2.0.117
2572026-04-01T13:08:49.806Z Compiling indexmap v2.13.0
2582026-04-01T13:08:50.141Z Compiling regex-automata v0.4.14
2592026-04-01T13:08:50.210Z Compiling toml_parser v1.1.0+spec-1.1.0
2602026-04-01T13:08:50.381Z Compiling heapless v0.8.0
2612026-04-01T13:08:50.419Z Checking byteorder v1.5.0
2622026-04-01T13:08:50.500Z Compiling toml_datetime v1.1.0+spec-1.1.0
2632026-04-01T13:08:50.537Z Checking bitflags v2.11.0
2642026-04-01T13:08:50.576Z Checking hash32 v0.3.1
2652026-04-01T13:08:50.683Z Compiling toml_edit v0.25.8+spec-1.1.0
2662026-04-01T13:08:50.689Z Compiling smoltcp v0.11.0
2672026-04-01T13:08:50.719Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2682026-04-01T13:08:50.787Z Compiling rustversion v1.0.22
2692026-04-01T13:08:50.793Z Checking stable_deref_trait v1.2.1
2702026-04-01T13:08:50.855Z Compiling syn v1.0.109
2712026-04-01T13:08:50.861Z Checking macaddr v1.0.1
2722026-04-01T13:08:50.999Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2732026-04-01T13:08:51.042Z Checking managed v0.8.0
2742026-04-01T13:08:51.176Z Compiling ref-cast v1.0.25
2752026-04-01T13:08:51.214Z Checking bitflags v1.3.2
2762026-04-01T13:08:51.220Z Compiling proc-macro-crate v3.5.0
2772026-04-01T13:08:51.226Z Compiling version_check v0.9.5
2782026-04-01T13:08:51.274Z Compiling getrandom v0.4.2
2792026-04-01T13:08:51.335Z Checking rand_core v0.10.0
2802026-04-01T13:08:51.491Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2812026-04-01T13:08:51.608Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-04-01T13:08:51.738Z Checking foreign-types-shared v0.3.1
2832026-04-01T13:08:51.817Z Checking cpufeatures v0.3.0
2842026-04-01T13:08:51.871Z Compiling regex v1.12.3
2852026-04-01T13:08:51.878Z Compiling anyhow v1.0.102
2862026-04-01T13:08:52.005Z Checking once_cell v1.21.4
2872026-04-01T13:08:52.124Z Checking cstr-argument v0.1.2
2882026-04-01T13:08:52.171Z Checking tracing-core v0.1.36
2892026-04-01T13:08:52.237Z Checking chacha20 v0.10.0
2902026-04-01T13:08:52.399Z Compiling darling_core v0.21.3
2912026-04-01T13:08:52.485Z Checking pretty-hex v0.4.2
2922026-04-01T13:08:52.535Z Checking pin-project-lite v0.2.17
2932026-04-01T13:08:52.538Z Checking dyn-clone v1.0.20
2942026-04-01T13:08:52.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2952026-04-01T13:08:52.620Z Checking rand v0.10.0
2962026-04-01T13:08:52.650Z Checking uuid v1.22.0
2972026-04-01T13:08:52.768Z Checking socket2 v0.6.3
2982026-04-01T13:08:52.816Z Checking colored v3.1.1
2992026-04-01T13:08:52.823Z Checking oxnet v0.1.4
3002026-04-01T13:08:53.265Z Compiling thiserror-impl v2.0.18
3012026-04-01T13:08:53.265Z Compiling zerocopy-derive v0.8.47
3022026-04-01T13:08:53.266Z Compiling serde_derive v1.0.228
3032026-04-01T13:08:53.269Z Compiling ref-cast-impl v1.0.25
3042026-04-01T13:08:53.269Z Compiling num_enum_derive v0.7.6
3052026-04-01T13:08:53.715Z Compiling foreign-types-macros v0.2.3
3062026-04-01T13:08:53.934Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3072026-04-01T13:08:54.270Z Checking num_enum v0.7.6
3082026-04-01T13:08:54.333Z Checking foreign-types v0.5.0
3092026-04-01T13:08:54.372Z Compiling tracing-attributes v0.1.31
3102026-04-01T13:08:54.410Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3112026-04-01T13:08:54.465Z Compiling darling_macro v0.21.3
3122026-04-01T13:08:54.562Z Checking cobs v0.3.0
3132026-04-01T13:08:54.575Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3142026-04-01T13:08:54.749Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3152026-04-01T13:08:54.987Z Compiling darling v0.21.3
3162026-04-01T13:08:55.052Z Compiling ingot-macros v0.1.1
3172026-04-01T13:08:55.192Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3182026-04-01T13:08:55.336Z Checking tracing v0.1.44
3192026-04-01T13:08:55.805Z Checking postcard v1.1.3
3202026-04-01T13:08:57.180Z Checking ingot-types v0.1.2
3212026-04-01T13:08:57.439Z Checking ingot v0.1.1
3222026-04-01T13:08:58.696Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-04-01T13:08:59.832Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-04-01T13:09:00.894Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-04-01T13:09:01.070Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.76s
3262026-04-01T13:09:01.178Z
3272026-04-01T13:09:01.181Zreal 19.918034128
3282026-04-01T13:09:01.181Zuser 47.867384180
3292026-04-01T13:09:01.181Zsys 11.110104778
3302026-04-01T13:09:01.181Ztrap 0.031071384
3312026-04-01T13:09:01.181Ztflt 0.055652317
3322026-04-01T13:09:01.181Zdflt 0.159729970
3332026-04-01T13:09:01.181Zkflt 0.004718662
3342026-04-01T13:09:01.181Zlock 2:35.643996719
3352026-04-01T13:09:01.181Zslp 2:42.336659884
3362026-04-01T13:09:01.181Zlat 3.819220162
3372026-04-01T13:09:01.181Zstop 9.643489063
3382026-04-01T13:09:01.182Zprocess exited: duration 35642 ms, exit code 0
 
3392026-04-01T13:09:01.188Zfound 0 output files