01KKZGK7EGGZF890XT6KHFF1YB: opte-ioctl

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

Buildomat Job: 01KKZGKGRF879YX39JMKSNM156

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T03:43:47.044Zjob assigned to worker 01KKZGKN8XNHV1E98VAP77SF8K [factory aws, i-0fbfcb0f4bcf0a0c7] (queued for 1 m 11 s)
 
22026-03-18T03:43:55.369Zstarting task 0: "setup"
32026-03-18T03:43:55.375Z++ uname -s
42026-03-18T03:43:55.378Z+ kern=SunOS
52026-03-18T03:43:55.378Z+ build_user=build
62026-03-18T03:43:55.378Z+ build_uid=12345
72026-03-18T03:43:55.378Z+ work_dir=/work
82026-03-18T03:43:55.378Z+ input_dir=/input
92026-03-18T03:43:55.378Z+ [[ 0 == 12345 ]]
102026-03-18T03:43:55.378Z+ case "$kern" in
112026-03-18T03:43:55.378Z+ groupadd -g 12345 build
122026-03-18T03:43:55.381Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T03:43:57.386Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T03:43:57.513Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T03:43:57.516Z+ home_fs=zfs
162026-03-18T03:43:57.516Z+ [[ zfs == autofs ]]
172026-03-18T03:43:57.516Z+ mkdir -p /home/build
182026-03-18T03:43:57.520Z+ chown build:build /home/build /work
192026-03-18T03:43:58.518Z+ chmod 0700 /home/build /work
202026-03-18T03:43:58.521Zprocess exited: duration 3151 ms, exit code 0
 
212026-03-18T03:43:58.527Zstarting task 1: "rust-toolchain"
222026-03-18T03:43:58.531Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-18T03:43:58.532Z * rust toolchain channel = "1.93.1"
242026-03-18T03:43:58.532Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T03:43:58.532Z * rust toolchain profile = "default"
262026-03-18T03:43:58.532Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T03:43:58.532Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T03:43:58.535Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T03:43:58.535Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-18T03:43:58.667Zinfo: downloading installer
312026-03-18T03:44:00.336Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T03:44:00.336Zwarn: /opt/ooce/bin
332026-03-18T03:44:00.336Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T03:44:00.336Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T03:44:00.336Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T03:44:00.336Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T03:44:00.336Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T03:44:00.336Zerror: cannot install while Rust is installed
392026-03-18T03:44:00.336Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T03:44:00.336Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T03:44:00.336Zwarn: /home/build/.rustup/settings.toml
422026-03-18T03:44:00.336Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T03:44:00.336Zwarn: instead of the one inferred from the default host triple.
442026-03-18T03:44:00.348Zinfo: profile set to default
452026-03-18T03:44:00.348Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T03:44:00.351Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-18T03:44:00.524Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-18T03:44:00.527Zinfo: downloading 6 components
492026-03-18T03:44:19.041Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-18T03:44:19.041Z
512026-03-18T03:44:19.075Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-18T03:44:19.075Z
532026-03-18T03:44:19.079Z
542026-03-18T03:44:19.079ZRust is installed now. Great!
552026-03-18T03:44:19.079Z
562026-03-18T03:44:19.079ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T03:44:19.079Zenvironment variable. This has not been done automatically.
582026-03-18T03:44:19.079Z
592026-03-18T03:44:19.079ZTo configure your current shell, you need to source
602026-03-18T03:44:19.079Zthe corresponding env file under $HOME/.cargo.
612026-03-18T03:44:19.079Z
622026-03-18T03:44:19.079ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T03:44:19.079Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T03:44:19.079Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T03:44:19.079Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T03:44:19.079Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T03:44:19.079Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T03:44:19.079Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T03:44:19.079Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T03:44:19.079Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T03:44:19.178Z+ rustup --version
722026-03-18T03:44:19.189Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T03:44:19.192Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T03:44:19.215Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-18T03:44:19.218Z+ cargo --version
762026-03-18T03:44:19.235Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-18T03:44:19.238Z+ rustc --version
782026-03-18T03:44:19.261Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-18T03:44:19.264Zprocess exited: duration 20734 ms, exit code 0
 
802026-03-18T03:44:19.269Zstarting task 2: "authentication"
812026-03-18T03:44:19.289Zprocess exited: duration 18 ms, exit code 0
 
822026-03-18T03:44:19.294Zstarting task 3: "clone repository"
832026-03-18T03:44:19.298Z+ mkdir -p /work/oxidecomputer/opte
842026-03-18T03:44:19.301Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-18T03:44:19.333ZCloning into '/work/oxidecomputer/opte'...
862026-03-18T03:44:20.182Z+ cd /work/oxidecomputer/opte
872026-03-18T03:44:20.182Z+ git fetch origin c21bce65b38656aff9ce245724d3a4971087f584
882026-03-18T03:44:20.426ZFrom https://github.com/oxidecomputer/opte
892026-03-18T03:44:20.426Z * branch c21bce65b38656aff9ce245724d3a4971087f584 -> FETCH_HEAD
902026-03-18T03:44:20.433Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-18T03:44:20.436Z++ git branch --show-current
922026-03-18T03:44:20.439Z+ current=master
932026-03-18T03:44:20.439Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-18T03:44:20.439Z+ git branch -f renovate/toml-1.x-lockfile c21bce65b38656aff9ce245724d3a4971087f584
952026-03-18T03:44:20.442Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-18T03:44:20.462ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-18T03:44:20.465Z+ git reset --hard c21bce65b38656aff9ce245724d3a4971087f584
982026-03-18T03:44:20.485ZHEAD is now at c21bce6 Update Rust crate toml to v1.0.7
992026-03-18T03:44:20.488Zprocess exited: duration 1191 ms, exit code 0
 
1002026-03-18T03:44:20.494Zstarting task 4: "build"
1012026-03-18T03:44:20.498Z+ source .github/buildomat/common.sh
1022026-03-18T03:44:20.501Z++ rustup show active-toolchain
1032026-03-18T03:44:20.505Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-18T03:44:20.508Z++ pushd xde
1052026-03-18T03:44:20.508Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-18T03:44:20.508Z++ rustup show active-toolchain
1072026-03-18T03:44:20.513Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-18T03:44:20.662Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-18T03:44:20.665Zinfo: downloading 6 components
1102026-03-18T03:44:36.653Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-18T03:44:36.762Z+++ rustup show active-toolchain -v
1122026-03-18T03:44:36.765Z+++ head -n 1
1132026-03-18T03:44:36.765Z+++ cut '-d ' -f1
1142026-03-18T03:44:36.832Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-18T03:44:36.832Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-18T03:44:36.835Z++ popd
1172026-03-18T03:44:36.835Z/work/oxidecomputer/opte
1182026-03-18T03:44:36.835Z+ cargo --version
1192026-03-18T03:44:36.844Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-18T03:44:36.847Z+ rustc --version
1212026-03-18T03:44:36.871Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-18T03:44:36.874Z+ cd lib/opte-ioctl
1232026-03-18T03:44:36.874Z+ header 'check style'
1242026-03-18T03:44:36.874Z+ echo '# ==== check style ==== #'
1252026-03-18T03:44:36.874Z# ==== check style ==== #
1262026-03-18T03:44:36.874Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-18T03:44:36.968Z
1282026-03-18T03:44:36.968Zreal 0.091067242
1292026-03-18T03:44:36.968Zuser 0.050593591
1302026-03-18T03:44:36.971Zsys 0.037224600
1312026-03-18T03:44:36.972Ztrap 0.000000249
1322026-03-18T03:44:36.972Ztflt 0.000049649
1332026-03-18T03:44:36.972Zdflt 0.000010667
1342026-03-18T03:44:36.972Zkflt 0.000000000
1352026-03-18T03:44:36.972Zlock 0.061597762
1362026-03-18T03:44:36.972Zslp 0.067530101
1372026-03-18T03:44:36.972Zlat 0.000264107
1382026-03-18T03:44:36.972Zstop 0.000113245
1392026-03-18T03:44:36.972Z+ header analyze
1402026-03-18T03:44:36.972Z+ echo '# ==== analyze ==== #'
1412026-03-18T03:44:36.972Z# ==== analyze ==== #
1422026-03-18T03:44:36.972Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-03-18T03:44:37.138Z Updating crates.io index
1442026-03-18T03:44:37.178Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-03-18T03:44:38.306Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-03-18T03:44:38.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-03-18T03:44:39.030Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-03-18T03:44:39.491Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-18T03:44:39.767Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-18T03:44:40.066Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-18T03:44:42.296Z Downloading crates ...
1522026-03-18T03:44:42.370Z Downloaded cobs v0.3.0
1532026-03-18T03:44:42.377Z Downloaded stable_deref_trait v1.2.1
1542026-03-18T03:44:42.395Z Downloaded zerocopy-derive v0.8.42
1552026-03-18T03:44:42.401Z Downloaded uuid v1.22.0
1562026-03-18T03:44:42.404Z Downloaded serde v1.0.228
1572026-03-18T03:44:42.499Z Downloaded equivalent v1.0.2
1582026-03-18T03:44:42.503Z Downloaded darling_macro v0.21.3
1592026-03-18T03:44:42.506Z Downloaded version_check v0.9.5
1602026-03-18T03:44:42.509Z Downloaded ref-cast v1.0.25
1612026-03-18T03:44:42.511Z Downloaded darling v0.21.3
1622026-03-18T03:44:42.514Z Downloaded managed v0.8.0
1632026-03-18T03:44:42.517Z Downloaded foreign-types v0.5.0
1642026-03-18T03:44:42.517Z Downloaded byteorder v1.5.0
1652026-03-18T03:44:42.523Z Downloaded proc-macro-error-attr2 v2.0.0
1662026-03-18T03:44:42.526Z Downloaded embedded-io v0.4.0
1672026-03-18T03:44:42.529Z Downloaded defmt-parser v1.0.0
1682026-03-18T03:44:42.529Z Downloaded dyn-clone v1.0.20
1692026-03-18T03:44:42.537Z Downloaded cstr-argument v0.1.2
1702026-03-18T03:44:42.540Z Downloaded cfg-if v1.0.4
1712026-03-18T03:44:42.544Z Downloaded ref-cast-impl v1.0.25
1722026-03-18T03:44:42.544Z Downloaded rustversion v1.0.22
1732026-03-18T03:44:42.546Z Downloaded ident_case v1.0.1
1742026-03-18T03:44:42.556Z Downloaded num_enum_derive v0.7.5
1752026-03-18T03:44:42.563Z Downloaded proc-macro-error2 v2.0.1
1762026-03-18T03:44:42.565Z Downloaded thiserror-impl v2.0.18
1772026-03-18T03:44:42.568Z Downloaded defmt v1.0.1
1782026-03-18T03:44:42.571Z Downloaded ingot v0.1.1
1792026-03-18T03:44:42.571Z Downloaded chacha20 v0.10.0
1802026-03-18T03:44:42.576Z Downloaded hash32 v0.3.1
1812026-03-18T03:44:42.580Z Downloaded tracing-attributes v0.1.31
1822026-03-18T03:44:42.585Z Downloaded regex v1.12.3
1832026-03-18T03:44:42.591Z Downloaded cpufeatures v0.3.0
1842026-03-18T03:44:42.594Z Downloaded fnv v1.0.7
1852026-03-18T03:44:42.602Z Downloaded pin-project-lite v0.2.17
1862026-03-18T03:44:42.608Z Downloaded ingot-types v0.1.2
1872026-03-18T03:44:42.622Z Downloaded once_cell v1.21.3
1882026-03-18T03:44:42.628Z Downloaded socket2 v0.6.3
1892026-03-18T03:44:42.631Z Downloaded defmt v0.3.100
1902026-03-18T03:44:42.635Z Downloaded darling_core v0.21.3
1912026-03-18T03:44:42.639Z Downloaded getrandom v0.4.2
1922026-03-18T03:44:42.642Z Downloaded tracing-core v0.1.36
1932026-03-18T03:44:42.645Z Downloaded itertools v0.14.0
1942026-03-18T03:44:42.650Z Downloaded proc-macro-crate v3.5.0
1952026-03-18T03:44:42.654Z Downloaded foreign-types-shared v0.3.1
1962026-03-18T03:44:42.661Z Downloaded embedded-io v0.6.1
1972026-03-18T03:44:42.664Z Downloaded foreign-types-macros v0.2.3
1982026-03-18T03:44:42.668Z Downloaded thiserror v2.0.18
1992026-03-18T03:44:42.672Z Downloaded oxnet v0.1.4
2002026-03-18T03:44:42.675Z Downloaded strsim v0.11.1
2012026-03-18T03:44:42.688Z Downloaded toml_edit v0.25.4+spec-1.1.0
2022026-03-18T03:44:42.690Z Downloaded postcard v1.1.3
2032026-03-18T03:44:42.693Z Downloaded bitflags v2.11.0
2042026-03-18T03:44:42.696Z Downloaded macaddr v1.0.1
2052026-03-18T03:44:42.696Z Downloaded serde_core v1.0.228
2062026-03-18T03:44:42.699Z Downloaded num_enum v0.7.5
2072026-03-18T03:44:42.703Z Downloaded pretty-hex v0.4.1
2082026-03-18T03:44:42.709Z Downloaded quote v1.0.45
2092026-03-18T03:44:42.712Z Downloaded rand_core v0.10.0
2102026-03-18T03:44:42.712Z Downloaded toml_parser v1.0.10+spec-1.1.0
2112026-03-18T03:44:42.715Z Downloaded defmt-macros v1.0.1
2122026-03-18T03:44:42.718Z Downloaded ingot-macros v0.1.1
2132026-03-18T03:44:42.721Z Downloaded colored v3.1.1
2142026-03-18T03:44:42.732Z Downloaded memchr v2.8.0
2152026-03-18T03:44:42.732Z Downloaded toml_datetime v1.0.1+spec-1.1.0
2162026-03-18T03:44:42.732Z Downloaded either v1.15.0
2172026-03-18T03:44:42.732Z Downloaded serde_derive v1.0.228
2182026-03-18T03:44:42.732Z Downloaded bitflags v1.3.2
2192026-03-18T03:44:42.736Z Downloaded anyhow v1.0.102
2202026-03-18T03:44:42.749Z Downloaded proc-macro2 v1.0.106
2212026-03-18T03:44:42.752Z Downloaded heapless v0.8.0
2222026-03-18T03:44:42.755Z Downloaded unicode-ident v1.0.24
2232026-03-18T03:44:42.758Z Downloaded indexmap v2.13.0
2242026-03-18T03:44:42.761Z Downloaded hashbrown v0.16.1
2252026-03-18T03:44:42.764Z Downloaded rand v0.10.0
2262026-03-18T03:44:42.801Z Downloaded winnow v0.7.15
2272026-03-18T03:44:42.820Z Downloaded smoltcp v0.11.0
2282026-03-18T03:44:42.828Z Downloaded syn v1.0.109
2292026-03-18T03:44:42.835Z Downloaded winnow v1.0.0
2302026-03-18T03:44:42.842Z Downloaded syn v2.0.117
2312026-03-18T03:44:42.849Z Downloaded aho-corasick v1.1.4
2322026-03-18T03:44:42.864Z Downloaded zerocopy v0.8.42
2332026-03-18T03:44:42.875Z Downloaded regex-syntax v0.8.10
2342026-03-18T03:44:42.882Z Downloaded tracing v0.1.44
2352026-03-18T03:44:42.910Z Downloaded regex-automata v0.4.14
2362026-03-18T03:44:42.924Z Downloaded libc v0.2.183
2372026-03-18T03:44:42.995Z Compiling proc-macro2 v1.0.106
2382026-03-18T03:44:42.995Z Compiling quote v1.0.45
2392026-03-18T03:44:42.998Z Compiling unicode-ident v1.0.24
2402026-03-18T03:44:42.998Z Compiling serde_core v1.0.228
2412026-03-18T03:44:42.998Z Checking cfg-if v1.0.4
2422026-03-18T03:44:42.998Z Compiling ident_case v1.0.1
2432026-03-18T03:44:42.998Z Compiling thiserror v2.0.18
2442026-03-18T03:44:42.998Z Compiling strsim v0.11.1
2452026-03-18T03:44:43.140Z Compiling fnv v1.0.7
2462026-03-18T03:44:43.225Z Compiling memchr v2.8.0
2472026-03-18T03:44:43.228Z Compiling libc v0.2.183
2482026-03-18T03:44:43.241Z Compiling regex-syntax v0.8.10
2492026-03-18T03:44:43.464Z Compiling equivalent v1.0.2
2502026-03-18T03:44:43.549Z Compiling hashbrown v0.16.1
2512026-03-18T03:44:43.561Z Compiling either v1.15.0
2522026-03-18T03:44:43.740Z Compiling serde v1.0.228
2532026-03-18T03:44:43.774Z Compiling aho-corasick v1.1.4
2542026-03-18T03:44:43.805Z Compiling zerocopy v0.8.42
2552026-03-18T03:44:43.991Z Compiling winnow v1.0.0
2562026-03-18T03:44:44.167Z Compiling itertools v0.14.0
2572026-03-18T03:44:44.245Z Compiling indexmap v2.13.0
2582026-03-18T03:44:44.641Z Compiling toml_parser v1.0.10+spec-1.1.0
2592026-03-18T03:44:44.761Z Compiling syn v2.0.117
2602026-03-18T03:44:44.790Z Checking byteorder v1.5.0
2612026-03-18T03:44:44.986Z Compiling winnow v0.7.15
2622026-03-18T03:44:45.095Z Compiling toml_datetime v1.0.1+spec-1.1.0
2632026-03-18T03:44:45.381Z Compiling regex-automata v0.4.14
2642026-03-18T03:44:45.409Z Compiling heapless v0.8.0
2652026-03-18T03:44:45.619Z Checking bitflags v2.11.0
2662026-03-18T03:44:45.765Z Checking hash32 v0.3.1
2672026-03-18T03:44:45.805Z Compiling syn v1.0.109
2682026-03-18T03:44:45.854Z Checking stable_deref_trait v1.2.1
2692026-03-18T03:44:45.889Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2702026-03-18T03:44:45.928Z Compiling rustversion v1.0.22
2712026-03-18T03:44:45.969Z Compiling smoltcp v0.11.0
2722026-03-18T03:44:46.146Z Checking macaddr v1.0.1
2732026-03-18T03:44:46.233Z Compiling ref-cast v1.0.25
2742026-03-18T03:44:46.316Z Checking rand_core v0.10.0
2752026-03-18T03:44:46.401Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2762026-03-18T03:44:46.410Z Compiling getrandom v0.4.2
2772026-03-18T03:44:46.489Z Checking bitflags v1.3.2
2782026-03-18T03:44:46.559Z Checking managed v0.8.0
2792026-03-18T03:44:46.624Z Compiling version_check v0.9.5
2802026-03-18T03:44:46.759Z Compiling toml_edit v0.25.4+spec-1.1.0
2812026-03-18T03:44:46.937Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-03-18T03:44:46.976Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2832026-03-18T03:44:47.276Z Checking cpufeatures v0.3.0
2842026-03-18T03:44:47.289Z Checking once_cell v1.21.3
2852026-03-18T03:44:47.347Z Checking foreign-types-shared v0.3.1
2862026-03-18T03:44:47.409Z Compiling anyhow v1.0.102
2872026-03-18T03:44:47.496Z Compiling proc-macro-crate v3.5.0
2882026-03-18T03:44:47.813Z Compiling regex v1.12.3
2892026-03-18T03:44:47.916Z Checking cstr-argument v0.1.2
2902026-03-18T03:44:48.051Z Checking tracing-core v0.1.36
2912026-03-18T03:44:48.062Z Checking chacha20 v0.10.0
2922026-03-18T03:44:48.394Z Compiling darling_core v0.21.3
2932026-03-18T03:44:48.413Z Checking pin-project-lite v0.2.17
2942026-03-18T03:44:48.446Z Checking dyn-clone v1.0.20
2952026-03-18T03:44:48.455Z Checking pretty-hex v0.4.1
2962026-03-18T03:44:48.464Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2972026-03-18T03:44:48.510Z Checking rand v0.10.0
2982026-03-18T03:44:48.586Z Checking uuid v1.22.0
2992026-03-18T03:44:48.737Z Checking socket2 v0.6.3
3002026-03-18T03:44:48.805Z Checking oxnet v0.1.4
3012026-03-18T03:44:48.946Z Checking colored v3.1.1
3022026-03-18T03:44:49.516Z Compiling thiserror-impl v2.0.18
3032026-03-18T03:44:49.516Z Compiling serde_derive v1.0.228
3042026-03-18T03:44:49.516Z Compiling zerocopy-derive v0.8.42
3052026-03-18T03:44:49.519Z Compiling num_enum_derive v0.7.5
3062026-03-18T03:44:49.519Z Compiling foreign-types-macros v0.2.3
3072026-03-18T03:44:50.347Z Compiling ref-cast-impl v1.0.25
3082026-03-18T03:44:50.565Z Checking foreign-types v0.5.0
3092026-03-18T03:44:50.645Z Compiling tracing-attributes v0.1.31
3102026-03-18T03:44:50.872Z Checking num_enum v0.7.5
3112026-03-18T03:44:50.996Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3122026-03-18T03:44:51.186Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3132026-03-18T03:44:51.278Z Checking cobs v0.3.0
3142026-03-18T03:44:51.392Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3152026-03-18T03:44:51.436Z Compiling darling_macro v0.21.3
3162026-03-18T03:44:51.606Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3172026-03-18T03:44:52.080Z Checking tracing v0.1.44
3182026-03-18T03:44:52.097Z Compiling darling v0.21.3
3192026-03-18T03:44:52.169Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3202026-03-18T03:44:52.172Z Compiling ingot-macros v0.1.1
3212026-03-18T03:44:52.974Z Checking postcard v1.1.3
3222026-03-18T03:44:55.113Z Checking ingot-types v0.1.2
3232026-03-18T03:44:55.494Z Checking ingot v0.1.1
3242026-03-18T03:44:57.394Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3252026-03-18T03:44:59.003Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-03-18T03:45:00.544Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3272026-03-18T03:45:00.774Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.74s
3282026-03-18T03:45:00.902Z
3292026-03-18T03:45:00.905Zreal 23.925254523
3302026-03-18T03:45:00.906Zuser 1:08.691009392
3312026-03-18T03:45:00.906Zsys 13.819812465
3322026-03-18T03:45:00.906Ztrap 0.045740266
3332026-03-18T03:45:00.906Ztflt 0.050908969
3342026-03-18T03:45:00.906Zdflt 0.108066054
3352026-03-18T03:45:00.906Zkflt 0.001662160
3362026-03-18T03:45:00.906Zlock 3:51.177676315
3372026-03-18T03:45:00.906Zslp 3:39.380232238
3382026-03-18T03:45:00.906Zlat 3.610846119
3392026-03-18T03:45:00.906Zstop 12.184144660
3402026-03-18T03:45:00.906Zprocess exited: duration 40404 ms, exit code 0
 
3412026-03-18T03:45:00.913Zfound 0 output files