01KXZH47937KAQKHK586EY4Y09: opte

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

Buildomat Job: 01KXZH4SNTX352A1CGJ6EB18JN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:52.774Zjob assigned to worker 01KXZH54CGRDC2RWPW9GR55NMV [factory aws, i-024e1281f6b4ebd1b] (queued for 52 s)
 
22026-07-20T10:29:59.535Zstarting task 0: "setup"
32026-07-20T10:29:59.540Z++ uname -s
42026-07-20T10:29:59.544Z+ kern=SunOS
52026-07-20T10:29:59.544Z+ build_user=build
62026-07-20T10:29:59.544Z+ build_uid=12345
72026-07-20T10:29:59.544Z+ work_dir=/work
82026-07-20T10:29:59.544Z+ input_dir=/input
92026-07-20T10:29:59.544Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:59.544Z+ case "$kern" in
112026-07-20T10:29:59.544Z+ groupadd -g 12345 build
122026-07-20T10:29:59.544Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:30:01.548Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:30:01.622Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:30:01.625Z+ home_fs=zfs
162026-07-20T10:30:01.625Z+ [[ zfs == autofs ]]
172026-07-20T10:30:01.625Z+ mkdir -p /home/build
182026-07-20T10:30:01.625Z+ chown build:build /home/build /work
192026-07-20T10:30:03.625Z+ chmod 0700 /home/build /work
202026-07-20T10:30:03.628Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-20T10:30:03.636Zstarting task 1: "rust-toolchain"
222026-07-20T10:30:03.640Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:30:03.640Z * rust toolchain channel = "1.96.1"
242026-07-20T10:30:03.640Z * rust toolchain profile = "default"
252026-07-20T10:30:03.640Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T10:30:03.640Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:30:03.640Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:30:03.643Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:30:03.643Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:30:03.724Zinfo: downloading installer
312026-07-20T10:30:04.986Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:30:04.986Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:30:04.986Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:30:04.986Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:30:04.998Zinfo: profile set to default
362026-07-20T10:30:04.998Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:30:05.002Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:30:05.123Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:30:05.126Zinfo: downloading 6 components
402026-07-20T10:30:19.204Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:30:19.204Z
422026-07-20T10:30:19.231Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:30:19.231Z
442026-07-20T10:30:19.231Z
452026-07-20T10:30:19.231ZRust is installed now. Great!
462026-07-20T10:30:19.231Z
472026-07-20T10:30:19.235ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:30:19.235Zenvironment variable. This has not been done automatically.
492026-07-20T10:30:19.235Z
502026-07-20T10:30:19.235ZTo configure your current shell, you need to source
512026-07-20T10:30:19.235Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:30:19.235Z
532026-07-20T10:30:19.235ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:30:19.235Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:30:19.235Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:30:19.235Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:30:19.235Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:30:19.235Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:30:19.235Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:30:19.235Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:30:19.235Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:30:19.315Z+ rustup --version
632026-07-20T10:30:19.324Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:30:19.327Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:30:19.345Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:30:19.348Z+ cargo --version
672026-07-20T10:30:19.362Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:30:19.365Z+ rustc --version
692026-07-20T10:30:19.384Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:30:19.387Zprocess exited: duration 15750 ms, exit code 0
 
712026-07-20T10:30:19.395Zstarting task 2: "authentication"
722026-07-20T10:30:19.411Zprocess exited: duration 17 ms, exit code 0
 
732026-07-20T10:30:19.421Zstarting task 3: "clone repository"
742026-07-20T10:30:19.424Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:30:19.424Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:30:19.454ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:30:20.332Z+ cd /work/oxidecomputer/opte
782026-07-20T10:30:20.332Z+ git fetch origin b5e629226eddedd338edab91994849d43ab40201
792026-07-20T10:30:20.542ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:30:20.542Z * branch b5e629226eddedd338edab91994849d43ab40201 -> FETCH_HEAD
812026-07-20T10:30:20.549Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-07-20T10:30:20.552Z++ git branch --show-current
832026-07-20T10:30:20.552Z+ current=master
842026-07-20T10:30:20.552Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-07-20T10:30:20.552Z+ git branch -f renovate/uuid-1.x-lockfile b5e629226eddedd338edab91994849d43ab40201
862026-07-20T10:30:20.555Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-07-20T10:30:20.571ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-07-20T10:30:20.574Z+ git reset --hard b5e629226eddedd338edab91994849d43ab40201
892026-07-20T10:30:20.588ZHEAD is now at b5e6292 Update Rust crate uuid to v1.24.0
902026-07-20T10:30:20.591Zprocess exited: duration 1169 ms, exit code 0
 
912026-07-20T10:30:20.597Zstarting task 4: "build"
922026-07-20T10:30:20.600Z+ source .github/buildomat/common.sh
932026-07-20T10:30:20.603Z++ rustup show active-toolchain
942026-07-20T10:30:20.607Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:30:20.610Z++ pushd xde
962026-07-20T10:30:20.610Z++ rustup show active-toolchain
972026-07-20T10:30:20.610Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-20T10:30:20.613Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:30:20.751Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:30:20.754Zinfo: downloading 6 components
1012026-07-20T10:30:33.670Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:30:33.765Z+++ rustup show active-toolchain -v
1032026-07-20T10:30:33.768Z+++ head -n 1
1042026-07-20T10:30:33.768Z+++ cut '-d ' -f1
1052026-07-20T10:30:33.820Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:30:33.820Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:30:33.820Z++ popd
1082026-07-20T10:30:33.827Z/work/oxidecomputer/opte
1092026-07-20T10:30:33.827Z+ cargo --version
1102026-07-20T10:30:33.830Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:30:33.830Z+ rustc --version
1122026-07-20T10:30:33.851Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:30:33.855Z+ cd lib/opte
1142026-07-20T10:30:33.855Z+ header 'check style'
1152026-07-20T10:30:33.855Z+ echo '# ==== check style ==== #'
1162026-07-20T10:30:33.855Z# ==== check style ==== #
1172026-07-20T10:30:33.855Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:30:34.043Z
1192026-07-20T10:30:34.043Zreal 0.186209792
1202026-07-20T10:30:34.043Zuser 0.142020590
1212026-07-20T10:30:34.043Zsys 0.036610720
1222026-07-20T10:30:34.043Ztrap 0.000063900
1232026-07-20T10:30:34.043Ztflt 0.000028320
1242026-07-20T10:30:34.046Zdflt 0.000012400
1252026-07-20T10:30:34.046Zkflt 0.000000000
1262026-07-20T10:30:34.046Zlock 0.031118498
1272026-07-20T10:30:34.046Zslp 0.166030368
1282026-07-20T10:30:34.046Zlat 0.000696770
1292026-07-20T10:30:34.046Zstop 0.000100790
1302026-07-20T10:30:34.047Z+ header 'check docs'
1312026-07-20T10:30:34.047Z+ echo '# ==== check docs ==== #'
1322026-07-20T10:30:34.047Z# ==== check docs ==== #
1332026-07-20T10:30:34.047Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-20T10:30:34.047Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-20T10:30:34.113Z Updating crates.io index
1362026-07-20T10:30:34.117Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:30:34.827Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:30:35.071Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:30:35.388Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:30:35.607Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:30:35.849Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:30:36.101Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:30:37.869Z Downloading crates ...
1442026-07-20T10:30:37.926Z Downloaded defmt v0.3.100
1452026-07-20T10:30:37.930Z Downloaded pretty-hex v0.4.2
1462026-07-20T10:30:37.933Z Downloaded hash32 v0.3.1
1472026-07-20T10:30:37.939Z Downloaded fnv v1.0.7
1482026-07-20T10:30:37.959Z Downloaded cobs v0.3.0
1492026-07-20T10:30:37.963Z Downloaded darling_macro v0.23.0
1502026-07-20T10:30:37.963Z Downloaded ident_case v1.0.1
1512026-07-20T10:30:37.963Z Downloaded bitflags v1.3.2
1522026-07-20T10:30:37.964Z Downloaded byteorder v1.5.0
1532026-07-20T10:30:37.967Z Downloaded dtrace-parser v0.3.0
1542026-07-20T10:30:37.970Z Downloaded macaddr v1.0.1
1552026-07-20T10:30:37.974Z Downloaded ref-cast v1.0.25
1562026-07-20T10:30:37.979Z Downloaded scroll_derive v0.13.1
1572026-07-20T10:30:37.979Z Downloaded managed v0.8.0
1582026-07-20T10:30:37.983Z Downloaded darling_macro v0.21.3
1592026-07-20T10:30:37.983Z Downloaded defmt-parser v1.0.0
1602026-07-20T10:30:37.983Z Downloaded embedded-io v0.4.0
1612026-07-20T10:30:37.987Z Downloaded embedded-io v0.6.1
1622026-07-20T10:30:37.996Z Downloaded strsim v0.11.1
1632026-07-20T10:30:37.999Z Downloaded tabwriter v1.4.1
1642026-07-20T10:30:37.999Z Downloaded stable_deref_trait v1.2.1
1652026-07-20T10:30:37.999Z Downloaded version_check v0.9.5
1662026-07-20T10:30:38.004Z Downloaded ipnetwork v0.21.1
1672026-07-20T10:30:38.004Z Downloaded quote v1.0.46
1682026-07-20T10:30:38.008Z Downloaded defmt-macros v1.1.1
1692026-07-20T10:30:38.011Z Downloaded dof v0.4.0
1702026-07-20T10:30:38.011Z Downloaded either v1.16.0
1712026-07-20T10:30:38.011Z Downloaded itertools v0.14.0
1722026-07-20T10:30:38.014Z Downloaded usdt v0.6.0
1732026-07-20T10:30:38.017Z Downloaded usdt-macro v0.6.0
1742026-07-20T10:30:38.021Z Downloaded thread-id v5.1.0
1752026-07-20T10:30:38.021Z Downloaded cfg-if v1.0.4
1762026-07-20T10:30:38.026Z Downloaded ref-cast-impl v1.0.25
1772026-07-20T10:30:38.029Z Downloaded usdt-attr-macro v0.6.0
1782026-07-20T10:30:38.033Z Downloaded pest_derive v2.8.7
1792026-07-20T10:30:38.036Z Downloaded pest_generator v2.8.7
1802026-07-20T10:30:38.036Z Downloaded plain v0.2.3
1812026-07-20T10:30:38.040Z Downloaded ingot-types v0.1.2
1822026-07-20T10:30:38.043Z Downloaded dyn-clone v1.0.20
1832026-07-20T10:30:38.043Z Downloaded itoa v1.0.18
1842026-07-20T10:30:38.047Z Downloaded ingot v0.1.1
1852026-07-20T10:30:38.047Z Downloaded zmij v1.0.22
1862026-07-20T10:30:38.053Z Downloaded defmt v1.1.1
1872026-07-20T10:30:38.053Z Downloaded pest_meta v2.8.7
1882026-07-20T10:30:38.053Z Downloaded thiserror v2.0.18
1892026-07-20T10:30:38.057Z Downloaded crc32fast v1.5.0
1902026-07-20T10:30:38.057Z Downloaded postcard v1.1.3
1912026-07-20T10:30:38.066Z Downloaded thiserror-impl v2.0.18
1922026-07-20T10:30:38.070Z Downloaded scroll v0.13.0
1932026-07-20T10:30:38.073Z Downloaded serde_tokenstream v0.2.3
1942026-07-20T10:30:38.077Z Downloaded darling v0.23.0
1952026-07-20T10:30:38.081Z Downloaded ingot-macros v0.1.1
1962026-07-20T10:30:38.084Z Downloaded memmap2 v0.9.11
1972026-07-20T10:30:38.087Z Downloaded darling v0.21.3
1982026-07-20T10:30:38.087Z Downloaded bitflags v2.13.0
1992026-07-20T10:30:38.097Z Downloaded ucd-trie v0.1.7
2002026-07-20T10:30:38.101Z Downloaded usdt-impl v0.6.0
2012026-07-20T10:30:38.105Z Downloaded log v0.4.33
2022026-07-20T10:30:38.113Z Downloaded unicode-ident v1.0.24
2032026-07-20T10:30:38.116Z Downloaded heapless v0.8.0
2042026-07-20T10:30:38.122Z Downloaded serde_derive v1.0.228
2052026-07-20T10:30:38.129Z Downloaded proc-macro2 v1.0.106
2062026-07-20T10:30:38.137Z Downloaded darling_core v0.21.3
2072026-07-20T10:30:38.150Z Downloaded serde_core v1.0.228
2082026-07-20T10:30:38.155Z Downloaded darling_core v0.23.0
2092026-07-20T10:30:38.158Z Downloaded serde v1.0.228
2102026-07-20T10:30:38.161Z Downloaded memchr v2.8.3
2112026-07-20T10:30:38.180Z Downloaded zerocopy-derive v0.8.54
2122026-07-20T10:30:38.197Z Downloaded pest v2.8.7
2132026-07-20T10:30:38.205Z Downloaded itertools v0.15.0
2142026-07-20T10:30:38.218Z Downloaded aho-corasick v1.1.4
2152026-07-20T10:30:38.228Z Downloaded regex v1.13.0
2162026-07-20T10:30:38.230Z Downloaded serde_json v1.0.150
2172026-07-20T10:30:38.297Z Downloaded goblin v0.10.7
2182026-07-20T10:30:38.307Z Downloaded zerocopy v0.8.54
2192026-07-20T10:30:38.317Z Downloaded syn v2.0.118
2202026-07-20T10:30:38.324Z Downloaded unicode-width v0.2.2
2212026-07-20T10:30:38.327Z Downloaded smoltcp v0.11.0
2222026-07-20T10:30:38.335Z Downloaded regex-syntax v0.8.11
2232026-07-20T10:30:38.380Z Downloaded regex-automata v0.4.15
2242026-07-20T10:30:38.388Z Downloaded libc v0.2.186
2252026-07-20T10:30:38.448Z Compiling proc-macro2 v1.0.106
2262026-07-20T10:30:38.448Z Compiling quote v1.0.46
2272026-07-20T10:30:38.448Z Compiling unicode-ident v1.0.24
2282026-07-20T10:30:38.451Z Documenting unicode-ident v1.0.24
2292026-07-20T10:30:38.451Z Compiling strsim v0.11.1
2302026-07-20T10:30:38.451Z Compiling ident_case v1.0.1
2312026-07-20T10:30:38.451Z Compiling serde_core v1.0.228
2322026-07-20T10:30:38.601Z Compiling fnv v1.0.7
2332026-07-20T10:30:38.618Z Checking memchr v2.8.3
2342026-07-20T10:30:38.687Z Compiling regex-syntax v0.8.11
2352026-07-20T10:30:38.894Z Compiling zerocopy v0.8.54
2362026-07-20T10:30:38.902Z Compiling thiserror v2.0.18
2372026-07-20T10:30:39.005Z Documenting proc-macro2 v1.0.106
2382026-07-20T10:30:39.190Z Compiling aho-corasick v1.1.4
2392026-07-20T10:30:39.241Z Compiling serde v1.0.228
2402026-07-20T10:30:39.460Z Checking syn v2.0.118
2412026-07-20T10:30:39.568Z Documenting quote v1.0.46
2422026-07-20T10:30:39.667Z Checking byteorder v1.5.0
2432026-07-20T10:30:40.062Z Documenting syn v2.0.118
2442026-07-20T10:30:40.257Z Compiling regex-automata v0.4.15
2452026-07-20T10:30:40.332Z Compiling either v1.16.0
2462026-07-20T10:30:40.541Z Compiling itertools v0.14.0
2472026-07-20T10:30:40.567Z Documenting memchr v2.8.3
2482026-07-20T10:30:40.721Z Compiling heapless v0.8.0
2492026-07-20T10:30:41.177Z Checking bitflags v2.13.0
2502026-07-20T10:30:41.186Z Documenting aho-corasick v1.1.4
2512026-07-20T10:30:41.331Z Checking hash32 v0.3.1
2522026-07-20T10:30:41.404Z Documenting serde_core v1.0.228
2532026-07-20T10:30:41.524Z Checking stable_deref_trait v1.2.1
2542026-07-20T10:30:41.590Z Documenting regex-syntax v0.8.11
2552026-07-20T10:30:41.731Z Checking macaddr v1.0.1
2562026-07-20T10:30:41.878Z Compiling darling_core v0.21.3
2572026-07-20T10:30:42.011Z Compiling regex v1.13.0
2582026-07-20T10:30:42.050Z Checking cfg-if v1.0.4
2592026-07-20T10:30:42.108Z Compiling darling_core v0.23.0
2602026-07-20T10:30:42.609Z Documenting regex-automata v0.4.15
2612026-07-20T10:30:42.617Z Compiling smoltcp v0.11.0
2622026-07-20T10:30:43.102Z Compiling zerocopy-derive v0.8.54
2632026-07-20T10:30:43.109Z Compiling serde_derive v1.0.228
2642026-07-20T10:30:43.307Z Compiling thiserror-impl v2.0.18
2652026-07-20T10:30:43.382Z Documenting thiserror-impl v2.0.18
2662026-07-20T10:30:43.857Z Documenting serde_derive v1.0.228
2672026-07-20T10:30:44.043Z Compiling darling_macro v0.21.3
2682026-07-20T10:30:44.052Z Documenting regex v1.13.0
2692026-07-20T10:30:44.228Z Documenting zerocopy-derive v0.8.54
2702026-07-20T10:30:44.288Z Compiling darling_macro v0.23.0
2712026-07-20T10:30:44.617Z Compiling darling v0.21.3
2722026-07-20T10:30:44.633Z Checking cobs v0.3.0
2732026-07-20T10:30:44.692Z Compiling ingot-macros v0.1.1
2742026-07-20T10:30:44.863Z Documenting byteorder v1.5.0
2752026-07-20T10:30:44.889Z Checking managed v0.8.0
2762026-07-20T10:30:45.013Z Checking bitflags v1.3.2
2772026-07-20T10:30:45.071Z Documenting ingot-macros v0.1.1
2782026-07-20T10:30:45.076Z Documenting thiserror v2.0.18
2792026-07-20T10:30:45.166Z Documenting zerocopy v0.8.54
2802026-07-20T10:30:45.191Z Documenting bitflags v2.13.0
2812026-07-20T10:30:45.409Z Documenting hash32 v0.3.1
2822026-07-20T10:30:45.592Z Documenting cfg-if v1.0.4
2832026-07-20T10:30:45.831Z Compiling crc32fast v1.5.0
2842026-07-20T10:30:45.972Z Documenting serde v1.0.228
2852026-07-20T10:30:46.130Z Documenting stable_deref_trait v1.2.1
2862026-07-20T10:30:46.137Z Compiling ref-cast v1.0.25
2872026-07-20T10:30:46.245Z Documenting macaddr v1.0.1
2882026-07-20T10:30:46.341Z Checking postcard v1.1.3
2892026-07-20T10:30:46.538Z Documenting cobs v0.3.0
2902026-07-20T10:30:46.631Z Documenting heapless v0.8.0
2912026-07-20T10:30:46.812Z Compiling ref-cast-impl v1.0.25
2922026-07-20T10:30:47.300Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-07-20T10:30:47.368Z Checking ingot-types v0.1.2
2942026-07-20T10:30:47.405Z Checking unicode-width v0.2.2
2952026-07-20T10:30:47.564Z Checking ipnetwork v0.21.1
2962026-07-20T10:30:47.576Z Compiling version_check v0.9.5
2972026-07-20T10:30:47.630Z Documenting managed v0.8.0
2982026-07-20T10:30:47.643Z Documenting postcard v1.1.3
2992026-07-20T10:30:47.709Z Checking ingot v0.1.1
3002026-07-20T10:30:47.737Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-07-20T10:30:47.778Z Compiling darling v0.23.0
3022026-07-20T10:30:47.854Z Documenting ref-cast-impl v1.0.25
3032026-07-20T10:30:47.881Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3042026-07-20T10:30:48.131Z Documenting unicode-width v0.2.2
3052026-07-20T10:30:48.139Z Documenting either v1.16.0
3062026-07-20T10:30:48.184Z Documenting ingot-types v0.1.2
3072026-07-20T10:30:48.363Z Documenting smoltcp v0.11.0
3082026-07-20T10:30:48.601Z Documenting ipnetwork v0.21.1
3092026-07-20T10:30:48.840Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-07-20T10:30:49.050Z Documenting ref-cast v1.0.25
3112026-07-20T10:30:49.326Z Documenting itertools v0.15.0
3122026-07-20T10:30:49.337Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3132026-07-20T10:30:49.546Z Documenting tabwriter v1.4.1
3142026-07-20T10:30:49.846Z Documenting ingot v0.1.1
3152026-07-20T10:30:50.101Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-20T10:30:50.183Z Checking tabwriter v1.4.1
3172026-07-20T10:30:50.321Z Checking itertools v0.15.0
3182026-07-20T10:30:50.512Z Documenting crc32fast v1.5.0
3192026-07-20T10:30:50.759Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3202026-07-20T10:30:50.781Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-20T10:30:50.889Z Documenting dyn-clone v1.0.20
3222026-07-20T10:30:51.065Z Checking dyn-clone v1.0.20
3232026-07-20T10:30:52.234Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-20T10:30:53.378Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-07-20T10:30:55.626Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.57s
3262026-07-20T10:30:55.698Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3272026-07-20T10:30:55.722Z
3282026-07-20T10:30:55.725Zreal 21.659227994
3292026-07-20T10:30:55.725Zuser 1:16.151513994
3302026-07-20T10:30:55.725Zsys 16.203643694
3312026-07-20T10:30:55.725Ztrap 0.049533221
3322026-07-20T10:30:55.725Ztflt 0.084869191
3332026-07-20T10:30:55.725Zdflt 0.047163283
3342026-07-20T10:30:55.725Zkflt 0.004757663
3352026-07-20T10:30:55.725Zlock 7:37.148383311
3362026-07-20T10:30:55.725Zslp 4:15.315425570
3372026-07-20T10:30:55.725Zlat 8.058795178
3382026-07-20T10:30:55.725Zstop 12.204575285
3392026-07-20T10:30:55.725Z+ header 'analyze std + api'
3402026-07-20T10:30:55.726Z+ echo '# ==== analyze std + api ==== #'
3412026-07-20T10:30:55.726Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3422026-07-20T10:30:55.726Z# ==== analyze std + api ==== #
3432026-07-20T10:30:55.957Z Compiling proc-macro2 v1.0.106
3442026-07-20T10:30:55.957Z Compiling quote v1.0.46
3452026-07-20T10:30:55.959Z Compiling unicode-ident v1.0.24
3462026-07-20T10:30:55.959Z Compiling memchr v2.8.3
3472026-07-20T10:30:55.959Z Compiling thiserror v2.0.18
3482026-07-20T10:30:55.975Z Compiling zerocopy v0.8.54
3492026-07-20T10:30:55.975Z Compiling zmij v1.0.22
3502026-07-20T10:30:55.975Z Compiling libc v0.2.186
3512026-07-20T10:30:56.154Z Compiling serde_core v1.0.228
3522026-07-20T10:30:56.320Z Compiling ucd-trie v0.1.7
3532026-07-20T10:30:56.342Z Compiling strsim v0.11.1
3542026-07-20T10:30:56.352Z Compiling ident_case v1.0.1
3552026-07-20T10:30:56.379Z Compiling serde_json v1.0.150
3562026-07-20T10:30:56.471Z Compiling pest v2.8.7
3572026-07-20T10:30:56.557Z Compiling serde v1.0.228
3582026-07-20T10:30:56.745Z Compiling fnv v1.0.7
3592026-07-20T10:30:56.913Z Compiling aho-corasick v1.1.4
3602026-07-20T10:30:57.006Z Checking byteorder v1.5.0
3612026-07-20T10:30:57.195Z Compiling itoa v1.0.18
3622026-07-20T10:30:57.215Z Compiling regex-syntax v0.8.11
3632026-07-20T10:30:57.309Z Compiling syn v2.0.118
3642026-07-20T10:30:57.659Z Compiling pest_meta v2.8.7
3652026-07-20T10:30:57.699Z Compiling usdt-impl v0.6.0
3662026-07-20T10:30:57.840Z Compiling either v1.16.0
3672026-07-20T10:30:58.026Z Compiling itertools v0.14.0
3682026-07-20T10:30:58.275Z Compiling thread-id v5.1.0
3692026-07-20T10:30:58.346Z Checking plain v0.2.3
3702026-07-20T10:30:58.566Z Checking log v0.4.33
3712026-07-20T10:30:58.615Z Compiling heapless v0.8.0
3722026-07-20T10:30:58.704Z Compiling regex-automata v0.4.15
3732026-07-20T10:30:59.240Z Checking bitflags v2.13.0
3742026-07-20T10:30:59.250Z Checking hash32 v0.3.1
3752026-07-20T10:30:59.289Z Compiling smoltcp v0.11.0
3762026-07-20T10:30:59.391Z Checking stable_deref_trait v1.2.1
3772026-07-20T10:30:59.395Z Checking pretty-hex v0.4.2
3782026-07-20T10:30:59.452Z Checking cfg-if v1.0.4
3792026-07-20T10:30:59.496Z Checking macaddr v1.0.1
3802026-07-20T10:30:59.627Z Checking managed v0.8.0
3812026-07-20T10:30:59.636Z Compiling version_check v0.9.5
3822026-07-20T10:30:59.674Z Compiling pest_generator v2.8.7
3832026-07-20T10:30:59.798Z Compiling darling_core v0.21.3
3842026-07-20T10:30:59.828Z Compiling darling_core v0.23.0
3852026-07-20T10:30:59.875Z Checking bitflags v1.3.2
3862026-07-20T10:30:59.907Z Compiling ref-cast v1.0.25
3872026-07-20T10:30:59.934Z Compiling crc32fast v1.5.0
3882026-07-20T10:31:00.258Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3892026-07-20T10:31:00.285Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3902026-07-20T10:31:00.515Z Compiling regex v1.13.0
3912026-07-20T10:31:00.590Z Checking memmap2 v0.9.11
3922026-07-20T10:31:00.748Z Checking ipnetwork v0.21.1
3932026-07-20T10:31:00.909Z Compiling thiserror-impl v2.0.18
3942026-07-20T10:31:00.914Z Compiling serde_derive v1.0.228
3952026-07-20T10:31:00.917Z Compiling zerocopy-derive v0.8.54
3962026-07-20T10:31:01.204Z Compiling pest_derive v2.8.7
3972026-07-20T10:31:01.428Z Compiling scroll_derive v0.13.1
3982026-07-20T10:31:01.542Z Compiling ref-cast-impl v1.0.25
3992026-07-20T10:31:01.721Z Checking unicode-width v0.2.2
4002026-07-20T10:31:01.871Z Compiling darling_macro v0.21.3
4012026-07-20T10:31:01.874Z Compiling darling_macro v0.23.0
4022026-07-20T10:31:02.152Z Checking itertools v0.15.0
4032026-07-20T10:31:02.195Z Checking dtrace-parser v0.3.0
4042026-07-20T10:31:02.229Z Checking scroll v0.13.0
4052026-07-20T10:31:02.433Z Compiling darling v0.21.3
4062026-07-20T10:31:02.442Z Checking cobs v0.3.0
4072026-07-20T10:31:02.453Z Checking goblin v0.10.7
4082026-07-20T10:31:02.480Z Compiling ingot-macros v0.1.1
4092026-07-20T10:31:02.592Z Compiling darling v0.23.0
4102026-07-20T10:31:02.615Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4112026-07-20T10:31:02.937Z Checking tabwriter v1.4.1
4122026-07-20T10:31:03.117Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4132026-07-20T10:31:03.402Z Checking dyn-clone v1.0.20
4142026-07-20T10:31:03.956Z Checking postcard v1.1.3
4152026-07-20T10:31:04.012Z Compiling serde_tokenstream v0.2.3
4162026-07-20T10:31:04.978Z Checking dof v0.4.0
4172026-07-20T10:31:04.978Z Checking ingot-types v0.1.2
4182026-07-20T10:31:05.309Z Checking ingot v0.1.1
4192026-07-20T10:31:05.915Z Compiling usdt-attr-macro v0.6.0
4202026-07-20T10:31:05.915Z Compiling usdt-macro v0.6.0
4212026-07-20T10:31:06.498Z Checking usdt v0.6.0
4222026-07-20T10:31:06.718Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4232026-07-20T10:31:14.973Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.20s
4242026-07-20T10:31:14.999Z
4252026-07-20T10:31:15.003Zreal 19.271979609
4262026-07-20T10:31:15.003Zuser 1:03.680428707
4272026-07-20T10:31:15.003Zsys 13.110100200
4282026-07-20T10:31:15.003Ztrap 0.032188611
4292026-07-20T10:31:15.003Ztflt 0.143919418
4302026-07-20T10:31:15.003Zdflt 0.234561747
4312026-07-20T10:31:15.003Zkflt 0.000020670
4322026-07-20T10:31:15.003Zlock 3:42.176338534
4332026-07-20T10:31:15.003Zslp 3:23.755591538
4342026-07-20T10:31:15.003Zlat 4.067569737
4352026-07-20T10:31:15.003Zstop 7.960918286
4362026-07-20T10:31:15.003Z+ header 'analyze no_std + engine + kernel'
4372026-07-20T10:31:15.003Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4382026-07-20T10:31:15.003Z# ==== analyze no_std + engine + kernel ==== #
4392026-07-20T10:31:15.003Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4402026-07-20T10:31:15.172Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4412026-07-20T10:31:15.173Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4422026-07-20T10:31:15.193Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-07-20T10:31:15.197Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-07-20T10:31:15.426Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4452026-07-20T10:31:19.077Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.03s
4462026-07-20T10:31:19.105Z
4472026-07-20T10:31:19.164Zreal 4.097043905
4482026-07-20T10:31:19.164Zuser 4.466310750
4492026-07-20T10:31:19.164Zsys 0.904602299
4502026-07-20T10:31:19.164Ztrap 0.000614360
4512026-07-20T10:31:19.164Ztflt 0.002357390
4522026-07-20T10:31:19.164Zdflt 0.005000763
4532026-07-20T10:31:19.164Zkflt 0.000001040
4542026-07-20T10:31:19.164Zlock 18.446036170
4552026-07-20T10:31:19.164Zslp 16.389434410
4562026-07-20T10:31:19.165Zlat 0.020933542
4572026-07-20T10:31:19.165Zstop 0.234748170
4582026-07-20T10:31:19.165Z+ header test
4592026-07-20T10:31:19.165Z+ echo '# ==== test ==== #'
4602026-07-20T10:31:19.165Z+ ptime -m cargo test
4612026-07-20T10:31:19.165Z# ==== test ==== #
4622026-07-20T10:31:19.284Z Compiling serde_core v1.0.228
4632026-07-20T10:31:19.347Z Compiling thiserror v2.0.18
4642026-07-20T10:31:19.347Z Compiling zerocopy v0.8.54
4652026-07-20T10:31:19.347Z Compiling byteorder v1.5.0
4662026-07-20T10:31:19.347Z Compiling memchr v2.8.3
4672026-07-20T10:31:19.347Z Compiling unicode-ident v1.0.24
4682026-07-20T10:31:19.348Z Compiling scroll v0.13.0
4692026-07-20T10:31:19.348Z Compiling zmij v1.0.22
4702026-07-20T10:31:19.373Z Compiling proc-macro2 v1.0.106
4712026-07-20T10:31:19.399Z Compiling libc v0.2.186
4722026-07-20T10:31:19.474Z Compiling itoa v1.0.18
4732026-07-20T10:31:19.531Z Compiling ucd-trie v0.1.7
4742026-07-20T10:31:19.650Z Compiling plain v0.2.3
4752026-07-20T10:31:19.729Z Compiling log v0.4.33
4762026-07-20T10:31:19.743Z Compiling quote v1.0.46
4772026-07-20T10:31:19.743Z Compiling pest v2.8.7
4782026-07-20T10:31:19.964Z Compiling goblin v0.10.7
4792026-07-20T10:31:20.233Z Compiling hash32 v0.3.1
4802026-07-20T10:31:20.388Z Compiling cfg-if v1.0.4
4812026-07-20T10:31:20.394Z Compiling pretty-hex v0.4.2
4822026-07-20T10:31:20.448Z Compiling macaddr v1.0.1
4832026-07-20T10:31:20.521Z Compiling stable_deref_trait v1.2.1
4842026-07-20T10:31:20.586Z Compiling heapless v0.8.0
4852026-07-20T10:31:20.704Z Compiling syn v2.0.118
4862026-07-20T10:31:20.808Z Compiling dtrace-parser v0.3.0
4872026-07-20T10:31:21.033Z Compiling serde v1.0.228
4882026-07-20T10:31:21.207Z Compiling bitflags v2.13.0
4892026-07-20T10:31:21.418Z Compiling serde_json v1.0.150
4902026-07-20T10:31:21.638Z Compiling thread-id v5.1.0
4912026-07-20T10:31:21.655Z Compiling cobs v0.3.0
4922026-07-20T10:31:21.697Z Compiling managed v0.8.0
4932026-07-20T10:31:21.913Z Compiling bitflags v1.3.2
4942026-07-20T10:31:21.926Z Compiling postcard v1.1.3
4952026-07-20T10:31:21.986Z Compiling smoltcp v0.11.0
4962026-07-20T10:31:22.102Z Compiling ingot-types v0.1.2
4972026-07-20T10:31:22.222Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4982026-07-20T10:31:22.269Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4992026-07-20T10:31:22.464Z Compiling ingot v0.1.1
5002026-07-20T10:31:22.502Z Compiling memmap2 v0.9.11
5012026-07-20T10:31:22.814Z Compiling either v1.16.0
5022026-07-20T10:31:22.871Z Compiling dof v0.4.0
5032026-07-20T10:31:23.022Z Compiling ipnetwork v0.21.1
5042026-07-20T10:31:23.555Z Compiling unicode-width v0.2.2
5052026-07-20T10:31:23.856Z Compiling usdt-impl v0.6.0
5062026-07-20T10:31:24.377Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-20T10:31:24.510Z Compiling usdt v0.6.0
5082026-07-20T10:31:24.696Z Compiling tabwriter v1.4.1
5092026-07-20T10:31:25.120Z Compiling itertools v0.15.0
5102026-07-20T10:31:25.125Z Compiling ref-cast v1.0.25
5112026-07-20T10:31:25.217Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-07-20T10:31:25.946Z Compiling crc32fast v1.5.0
5132026-07-20T10:31:26.183Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-07-20T10:31:26.197Z Compiling dyn-clone v1.0.20
5152026-07-20T10:31:40.831Z Finished `test` profile [optimized + debuginfo] target(s) in 21.71s
5162026-07-20T10:31:40.844Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-1adab74d50a59dbc)
5172026-07-20T10:31:40.847Z
5182026-07-20T10:31:40.847Zrunning 83 tests
5192026-07-20T10:31:40.847Ztest d_error::tests::name_truncation ... ok
5202026-07-20T10:31:40.847Ztest d_error::tests::name_and_data_storage ... ok
5212026-07-20T10:31:40.847Ztest ddi::mblk::test::chain_append_links ... ok
5222026-07-20T10:31:40.847Ztest ddi::mblk::test::chain_drain_complete ... ok
5232026-07-20T10:31:40.847Ztest ddi::mblk::test::chain_breaks_links ... ok
5242026-07-20T10:31:40.847Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5252026-07-20T10:31:40.847Ztest ddi::mblk::test::expand_and_shrink ... ok
5262026-07-20T10:31:40.847Ztest ddi::mblk::test::prefix_len ... ok
5272026-07-20T10:31:40.847Ztest ddi::mblk::test::read_seg ... ok
5282026-07-20T10:31:40.847Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5292026-07-20T10:31:40.849Ztest ddi::mblk::test::truncate ... ok
5302026-07-20T10:31:40.849Ztest ddi::mblk::test::uninitialized_packet ... ok
5312026-07-20T10:31:40.849Ztest ddi::mblk::test::wrap ... ok
5322026-07-20T10:31:40.849Ztest ddi::mblk::test::zero_byte_packet ... ok
5332026-07-20T10:31:40.849Ztest ddi::time::test::good_interval ... ok
5342026-07-20T10:31:40.849Ztest engine::dhcp::test::domainname_encode ... ok
5352026-07-20T10:31:40.849Ztest engine::dhcp::test::domain_search_option_encode ... ok
5362026-07-20T10:31:40.849Ztest engine::dhcp::test::hostname_encode ... ok
5372026-07-20T10:31:40.849Ztest engine::dhcp::test::offlink_encode ... ok
5382026-07-20T10:31:40.849Ztest engine::dhcp::test::rfc3442_encode ... ok
5392026-07-20T10:31:40.849Ztest ddi::time::test::bad_interval - should panic ... ok
5402026-07-20T10:31:40.849Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5412026-07-20T10:31:40.849Ztest engine::dhcpv6::options::test::test_iana ... ok
5422026-07-20T10:31:40.849Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5432026-07-20T10:31:40.849Ztest engine::dhcpv6::options::test::test_client_id ... ok
5442026-07-20T10:31:40.849Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5452026-07-20T10:31:40.849Ztest engine::dhcpv6::options::test::test_iata ... ok
5462026-07-20T10:31:40.849Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5472026-07-20T10:31:40.849Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5482026-07-20T10:31:40.852Ztest engine::dhcpv6::options::test::test_option_request ... ok
5492026-07-20T10:31:40.853Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5502026-07-20T10:31:40.853Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5512026-07-20T10:31:40.853Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5522026-07-20T10:31:40.853Ztest engine::dhcpv6::options::test::test_server_id ... ok
5532026-07-20T10:31:40.853Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5542026-07-20T10:31:40.853Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5552026-07-20T10:31:40.853Ztest engine::dhcpv6::options::test::test_status ... ok
5562026-07-20T10:31:40.853Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5572026-07-20T10:31:40.853Ztest engine::ether::test::emit ... ok
5582026-07-20T10:31:40.853Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5592026-07-20T10:31:40.853Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5602026-07-20T10:31:40.853Ztest engine::flow_table::test::eviction_basics ... ok
5612026-07-20T10:31:40.853Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5622026-07-20T10:31:40.854Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5632026-07-20T10:31:40.854Ztest engine::flow_table::test::flow_expired ... ok
5642026-07-20T10:31:40.854Ztest engine::flow_table::test::flow_clear ... ok
5652026-07-20T10:31:40.854Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5662026-07-20T10:31:40.854Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5672026-07-20T10:31:40.854Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5682026-07-20T10:31:40.854Ztest engine::flow_table::test::priority_lerp ... ok
5692026-07-20T10:31:40.854Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5702026-07-20T10:31:40.854Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5712026-07-20T10:31:40.854Ztest engine::geneve::test::emit_single_opt ... ok
5722026-07-20T10:31:40.854Ztest engine::geneve::test::emit_no_opts ... ok
5732026-07-20T10:31:40.854Ztest engine::ip::v4::test::match_check ... ok
5742026-07-20T10:31:40.854Ztest engine::ip::v4::test::emit ... ok
5752026-07-20T10:31:40.854Ztest engine::ip::v4::test::cidr_match ... ok
5762026-07-20T10:31:40.854Ztest engine::ip::v6::test::from_pairs ... ok
5772026-07-20T10:31:40.855Ztest engine::ip::v6::test::option_push_spec ... ok
5782026-07-20T10:31:40.855Ztest engine::ip::v6::test::emit ... ok
5792026-07-20T10:31:40.855Ztest engine::ip::v6::test::extension_push_spec ... ok
5802026-07-20T10:31:40.855Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5812026-07-20T10:31:40.855Ztest engine::ip::v6::test::test_set_total_len ... ok
5822026-07-20T10:31:40.855Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5832026-07-20T10:31:40.855Ztest engine::layer::test::find_rule ... ok
5842026-07-20T10:31:40.855Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5852026-07-20T10:31:40.855Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5862026-07-20T10:31:40.855Ztest engine::packet::test::read_multi_segment ... ok
5872026-07-20T10:31:40.855Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5882026-07-20T10:31:40.855Ztest engine::packet::test::small_packet_with_padding ... ok
5892026-07-20T10:31:40.855Ztest engine::nat::test::nat4_rewrite ... ok
5902026-07-20T10:31:40.855Ztest engine::packet::test::straddled_tcp ... ok
5912026-07-20T10:31:40.855Ztest engine::packet::test::read_single_segment ... ok
5922026-07-20T10:31:40.856Ztest engine::packet::test::udp6_packet_with_padding ... ok
5932026-07-20T10:31:40.856Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5942026-07-20T10:31:40.856Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5952026-07-20T10:31:40.856Ztest engine::ip::v6::test::push_spec ... ok
5962026-07-20T10:31:40.856Ztest engine::rule::rule_matching ... ok
5972026-07-20T10:31:40.856Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5982026-07-20T10:31:40.856Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5992026-07-20T10:31:40.856Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6002026-07-20T10:31:40.856Ztest engine::snat::test::nat_mappings ... ok
6012026-07-20T10:31:40.856Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6022026-07-20T10:31:40.856Z
6032026-07-20T10:31:40.856Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-07-20T10:31:40.856Z
6052026-07-20T10:31:40.856Z Doc-tests opte
6062026-07-20T10:31:42.780Z
6072026-07-20T10:31:42.781Zrunning 3 tests
6082026-07-20T10:31:42.784Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6092026-07-20T10:31:42.784Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6102026-07-20T10:31:42.784Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6112026-07-20T10:31:42.784Z
6122026-07-20T10:31:42.784Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-07-20T10:31:42.784Z
6142026-07-20T10:31:42.789Zall doctests ran in 1.38s; merged doctests compilation took 1.37s
6152026-07-20T10:31:42.828Z
6162026-07-20T10:31:42.828Zreal 23.716490760
6172026-07-20T10:31:42.828Zuser 1:59.326715714
6182026-07-20T10:31:42.828Zsys 7.119722993
6192026-07-20T10:31:42.828Ztrap 0.054842203
6202026-07-20T10:31:42.832Ztflt 0.250846918
6212026-07-20T10:31:42.832Zdflt 0.302852011
6222026-07-20T10:31:42.832Zkflt 0.000008450
6232026-07-20T10:31:42.832Zlock 5:48.264625008
6242026-07-20T10:31:42.832Zslp 3:36.398165576
6252026-07-20T10:31:42.832Zlat 5.487388680
6262026-07-20T10:31:42.832Zstop 3.298967845
6272026-07-20T10:31:42.832Zprocess exited: duration 82232 ms, exit code 0
 
6282026-07-20T10:31:42.838Zfound 0 output files