01KVY2WK833S2PFNRNXNTSZ7T5: opte

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

Buildomat Job: 01KVY2X5V77B6PR6VB38QBSGF7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:30:17.243Zjob assigned to worker 01KVY2X94XW6A6M10E7B6B7539 [factory aws, i-0769f1d0f225bcd95] (queued for 44 s)
 
22026-06-25T00:30:24.429Zstarting task 0: "setup"
32026-06-25T00:30:24.433Z++ uname -s
42026-06-25T00:30:24.436Z+ kern=SunOS
52026-06-25T00:30:24.436Z+ build_user=build
62026-06-25T00:30:24.436Z+ build_uid=12345
72026-06-25T00:30:24.436Z+ work_dir=/work
82026-06-25T00:30:24.436Z+ input_dir=/input
92026-06-25T00:30:24.436Z+ [[ 0 == 12345 ]]
102026-06-25T00:30:24.436Z+ case "$kern" in
112026-06-25T00:30:24.436Z+ groupadd -g 12345 build
122026-06-25T00:30:24.439Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:30:26.443Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:30:26.510Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:30:26.513Z+ home_fs=zfs
162026-06-25T00:30:26.513Z+ [[ zfs == autofs ]]
172026-06-25T00:30:26.513Z+ mkdir -p /home/build
182026-06-25T00:30:26.513Z+ chown build:build /home/build /work
192026-06-25T00:30:28.514Z+ chmod 0700 /home/build /work
202026-06-25T00:30:28.518Zprocess exited: duration 4090 ms, exit code 0
 
212026-06-25T00:30:28.525Zstarting task 1: "rust-toolchain"
222026-06-25T00:30:28.530Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T00:30:28.530Z * rust toolchain channel = "1.96.0"
242026-06-25T00:30:28.530Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T00:30:28.530Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T00:30:28.530Z * rust toolchain profile = "default"
272026-06-25T00:30:28.530Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:30:28.532Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:30:28.532Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T00:30:28.614Zinfo: downloading installer
312026-06-25T00:30:30.208Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T00:30:30.208Zwarn: /home/build/.rustup/settings.toml
332026-06-25T00:30:30.208Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T00:30:30.208Zwarn: instead of the one inferred from the default host triple.
352026-06-25T00:30:30.220Zinfo: profile set to default
362026-06-25T00:30:30.220Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T00:30:30.223Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T00:30:30.374Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T00:30:30.377Zinfo: downloading 6 components
402026-06-25T00:30:47.011Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T00:30:47.011Z
422026-06-25T00:30:47.038Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T00:30:47.038Z
442026-06-25T00:30:47.038Z
452026-06-25T00:30:47.038ZRust is installed now. Great!
462026-06-25T00:30:47.038Z
472026-06-25T00:30:47.041ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T00:30:47.041Zenvironment variable. This has not been done automatically.
492026-06-25T00:30:47.041Z
502026-06-25T00:30:47.042ZTo configure your current shell, you need to source
512026-06-25T00:30:47.042Zthe corresponding env file under $HOME/.cargo.
522026-06-25T00:30:47.042Z
532026-06-25T00:30:47.042ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T00:30:47.042Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T00:30:47.042Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T00:30:47.042Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T00:30:47.042Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T00:30:47.042Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T00:30:47.042Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T00:30:47.042Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T00:30:47.042Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T00:30:47.133Z+ rustup --version
632026-06-25T00:30:47.142Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T00:30:47.145Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T00:30:47.164Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T00:30:47.167Z+ cargo --version
672026-06-25T00:30:47.179Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T00:30:47.182Z+ rustc --version
692026-06-25T00:30:47.202Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T00:30:47.205Zprocess exited: duration 18678 ms, exit code 0
 
712026-06-25T00:30:47.211Zstarting task 2: "authentication"
722026-06-25T00:30:47.227Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T00:30:47.233Zstarting task 3: "clone repository"
742026-06-25T00:30:47.237Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T00:30:47.240Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T00:30:47.271ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T00:30:48.108Z+ cd /work/oxidecomputer/opte
782026-06-25T00:30:48.108Z+ git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390
792026-06-25T00:30:48.341ZFrom https://github.com/oxidecomputer/opte
802026-06-25T00:30:48.342Z * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD
812026-06-25T00:30:48.349Z+ [[ -n '' ]]
822026-06-25T00:30:48.349Z+ git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390
832026-06-25T00:30:48.368ZHEAD is now at 01717c3 Fixups for XDE
842026-06-25T00:30:48.371Zprocess exited: duration 1135 ms, exit code 0
 
852026-06-25T00:30:48.377Zstarting task 4: "build"
862026-06-25T00:30:48.381Z+ source .github/buildomat/common.sh
872026-06-25T00:30:48.384Z++ rustup show active-toolchain
882026-06-25T00:30:48.386Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T00:30:48.389Z++ pushd xde
902026-06-25T00:30:48.389Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-06-25T00:30:48.389Z++ rustup show active-toolchain
922026-06-25T00:30:48.392Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
932026-06-25T00:30:48.566Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
942026-06-25T00:30:48.568Zinfo: downloading 6 components
952026-06-25T00:31:02.881Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T00:31:02.981Z+++ rustup show active-toolchain -v
972026-06-25T00:31:02.985Z+++ head -n 1
982026-06-25T00:31:02.985Z+++ cut '-d ' -f1
992026-06-25T00:31:03.040Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1002026-06-25T00:31:03.040Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1012026-06-25T00:31:03.040Z++ popd
1022026-06-25T00:31:03.043Z/work/oxidecomputer/opte
1032026-06-25T00:31:03.043Z+ cargo --version
1042026-06-25T00:31:03.050Zcargo 1.96.0 (30a34c682 2026-05-25)
1052026-06-25T00:31:03.053Z+ rustc --version
1062026-06-25T00:31:03.072Zrustc 1.96.0 (ac68faa20 2026-05-25)
1072026-06-25T00:31:03.075Z+ cd lib/opte
1082026-06-25T00:31:03.076Z+ header 'check style'
1092026-06-25T00:31:03.076Z+ echo '# ==== check style ==== #'
1102026-06-25T00:31:03.076Z# ==== check style ==== #
1112026-06-25T00:31:03.076Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1122026-06-25T00:31:03.271Z
1132026-06-25T00:31:03.271Zreal 0.193381175
1142026-06-25T00:31:03.271Zuser 0.149032851
1152026-06-25T00:31:03.271Zsys 0.037443636
1162026-06-25T00:31:03.271Ztrap 0.000048750
1172026-06-25T00:31:03.271Ztflt 0.000011410
1182026-06-25T00:31:03.271Zdflt 0.000042520
1192026-06-25T00:31:03.271Zkflt 0.000000000
1202026-06-25T00:31:03.271Zlock 0.031536584
1212026-06-25T00:31:03.271Zslp 0.173341678
1222026-06-25T00:31:03.271Zlat 0.000978740
1232026-06-25T00:31:03.271Zstop 0.000104420
1242026-06-25T00:31:03.274Z+ header 'check docs'
1252026-06-25T00:31:03.274Z+ echo '# ==== check docs ==== #'
1262026-06-25T00:31:03.274Z# ==== check docs ==== #
1272026-06-25T00:31:03.274Z+ RUSTDOCFLAGS='-D warnings'
1282026-06-25T00:31:03.274Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1292026-06-25T00:31:03.345Z Updating crates.io index
1302026-06-25T00:31:03.349Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-06-25T00:31:04.058Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-06-25T00:31:04.290Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-06-25T00:31:04.619Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-06-25T00:31:04.861Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-06-25T00:31:05.206Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-06-25T00:31:05.396Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-06-25T00:31:07.354Z Downloading crates ...
1382026-06-25T00:31:07.424Z Downloaded cfg-if v1.0.4
1392026-06-25T00:31:07.429Z Downloaded macaddr v1.0.1
1402026-06-25T00:31:07.432Z Downloaded itoa v1.0.18
1412026-06-25T00:31:07.439Z Downloaded darling_macro v0.21.3
1422026-06-25T00:31:07.443Z Downloaded postcard v1.1.3
1432026-06-25T00:31:07.446Z Downloaded version_check v0.9.5
1442026-06-25T00:31:07.446Z Downloaded proc-macro-error2 v2.0.1
1452026-06-25T00:31:07.447Z Downloaded quote v1.0.45
1462026-06-25T00:31:07.449Z Downloaded dyn-clone v1.0.20
1472026-06-25T00:31:07.454Z Downloaded darling_core v0.23.0
1482026-06-25T00:31:07.463Z Downloaded cpufeatures v0.2.17
1492026-06-25T00:31:07.469Z Downloaded darling v0.21.3
1502026-06-25T00:31:07.474Z Downloaded defmt-parser v1.0.0
1512026-06-25T00:31:07.476Z Downloaded generic-array v0.14.7
1522026-06-25T00:31:07.476Z Downloaded ident_case v1.0.1
1532026-06-25T00:31:07.483Z Downloaded defmt v0.3.100
1542026-06-25T00:31:07.488Z Downloaded digest v0.10.7
1552026-06-25T00:31:07.488Z Downloaded scroll_derive v0.13.1
1562026-06-25T00:31:07.488Z Downloaded managed v0.8.0
1572026-06-25T00:31:07.488Z Downloaded hash32 v0.3.1
1582026-06-25T00:31:07.492Z Downloaded ref-cast-impl v1.0.25
1592026-06-25T00:31:07.495Z Downloaded either v1.16.0
1602026-06-25T00:31:07.498Z Downloaded embedded-io v0.4.0
1612026-06-25T00:31:07.498Z Downloaded bitflags v2.13.0
1622026-06-25T00:31:07.501Z Downloaded ingot-types v0.1.2
1632026-06-25T00:31:07.511Z Downloaded thread-id v5.1.0
1642026-06-25T00:31:07.514Z Downloaded dof v0.4.0
1652026-06-25T00:31:07.517Z Downloaded defmt v1.1.0
1662026-06-25T00:31:07.524Z Downloaded cobs v0.3.0
1672026-06-25T00:31:07.534Z Downloaded usdt-attr-macro v0.6.0
1682026-06-25T00:31:07.537Z Downloaded darling_macro v0.23.0
1692026-06-25T00:31:07.537Z Downloaded crypto-common v0.1.7
1702026-06-25T00:31:07.537Z Downloaded fnv v1.0.7
1712026-06-25T00:31:07.543Z Downloaded proc-macro-error-attr2 v2.0.0
1722026-06-25T00:31:07.547Z Downloaded ref-cast v1.0.25
1732026-06-25T00:31:07.547Z Downloaded plain v0.2.3
1742026-06-25T00:31:07.554Z Downloaded stable_deref_trait v1.2.1
1752026-06-25T00:31:07.558Z Downloaded darling v0.23.0
1762026-06-25T00:31:07.561Z Downloaded ipnetwork v0.21.1
1772026-06-25T00:31:07.579Z Downloaded pretty-hex v0.4.2
1782026-06-25T00:31:07.582Z Downloaded usdt v0.6.0
1792026-06-25T00:31:07.585Z Downloaded tabwriter v1.4.1
1802026-06-25T00:31:07.588Z Downloaded strsim v0.11.1
1812026-06-25T00:31:07.591Z Downloaded usdt-macro v0.6.0
1822026-06-25T00:31:07.591Z Downloaded dtrace-parser v0.3.0
1832026-06-25T00:31:07.597Z Downloaded embedded-io v0.6.1
1842026-06-25T00:31:07.603Z Downloaded sha2 v0.10.9
1852026-06-25T00:31:07.606Z Downloaded byteorder v1.5.0
1862026-06-25T00:31:07.610Z Downloaded ingot v0.1.1
1872026-06-25T00:31:07.610Z Downloaded bitflags v1.3.2
1882026-06-25T00:31:07.613Z Downloaded scroll v0.13.0
1892026-06-25T00:31:07.613Z Downloaded thiserror-impl v2.0.18
1902026-06-25T00:31:07.616Z Downloaded zmij v1.0.21
1912026-06-25T00:31:07.619Z Downloaded thiserror v2.0.18
1922026-06-25T00:31:07.622Z Downloaded defmt-macros v1.1.0
1932026-06-25T00:31:07.641Z Downloaded block-buffer v0.10.4
1942026-06-25T00:31:07.645Z Downloaded usdt-impl v0.6.0
1952026-06-25T00:31:07.650Z Downloaded log v0.4.32
1962026-06-25T00:31:07.657Z Downloaded crc32fast v1.5.0
1972026-06-25T00:31:07.659Z Downloaded ucd-trie v0.1.7
1982026-06-25T00:31:07.666Z Downloaded serde_tokenstream v0.2.3
1992026-06-25T00:31:07.669Z Downloaded serde_derive v1.0.228
2002026-06-25T00:31:07.677Z Downloaded memmap2 v0.9.10
2012026-06-25T00:31:07.686Z Downloaded pest_derive v2.8.6
2022026-06-25T00:31:07.697Z Downloaded ingot-macros v0.1.1
2032026-06-25T00:31:07.701Z Downloaded serde_core v1.0.228
2042026-06-25T00:31:07.704Z Downloaded unicode-ident v1.0.24
2052026-06-25T00:31:07.707Z Downloaded heapless v0.8.0
2062026-06-25T00:31:07.710Z Downloaded itertools v0.15.0
2072026-06-25T00:31:07.722Z Downloaded pest_generator v2.8.6
2082026-06-25T00:31:07.724Z Downloaded uuid v1.23.3
2092026-06-25T00:31:07.728Z Downloaded pest_meta v2.8.6
2102026-06-25T00:31:07.737Z Downloaded darling_core v0.21.3
2112026-06-25T00:31:07.749Z Downloaded proc-macro2 v1.0.106
2122026-06-25T00:31:07.752Z Downloaded zerocopy-derive v0.8.52
2132026-06-25T00:31:07.760Z Downloaded serde v1.0.228
2142026-06-25T00:31:07.781Z Downloaded aho-corasick v1.1.4
2152026-06-25T00:31:07.786Z Downloaded memchr v2.8.2
2162026-06-25T00:31:07.799Z Downloaded typenum v1.20.1
2172026-06-25T00:31:07.835Z Downloaded serde_json v1.0.150
2182026-06-25T00:31:07.840Z Downloaded pest v2.8.6
2192026-06-25T00:31:07.842Z Downloaded itertools v0.14.0
2202026-06-25T00:31:07.845Z Downloaded regex v1.12.4
2212026-06-25T00:31:07.866Z Downloaded goblin v0.10.7
2222026-06-25T00:31:07.910Z Downloaded zerocopy v0.8.52
2232026-06-25T00:31:07.924Z Downloaded unicode-width v0.2.2
2242026-06-25T00:31:07.938Z Downloaded syn v2.0.117
2252026-06-25T00:31:07.943Z Downloaded smoltcp v0.11.0
2262026-06-25T00:31:07.954Z Downloaded regex-syntax v0.8.11
2272026-06-25T00:31:07.998Z Downloaded regex-automata v0.4.14
2282026-06-25T00:31:08.013Z Downloaded libc v0.2.186
2292026-06-25T00:31:08.071Z Compiling proc-macro2 v1.0.106
2302026-06-25T00:31:08.071Z Compiling quote v1.0.45
2312026-06-25T00:31:08.074Z Compiling unicode-ident v1.0.24
2322026-06-25T00:31:08.074Z Documenting unicode-ident v1.0.24
2332026-06-25T00:31:08.074Z Compiling strsim v0.11.1
2342026-06-25T00:31:08.074Z Compiling ident_case v1.0.1
2352026-06-25T00:31:08.074Z Compiling serde_core v1.0.228
2362026-06-25T00:31:08.233Z Compiling fnv v1.0.7
2372026-06-25T00:31:08.254Z Checking memchr v2.8.2
2382026-06-25T00:31:08.331Z Compiling thiserror v2.0.18
2392026-06-25T00:31:08.434Z Compiling regex-syntax v0.8.11
2402026-06-25T00:31:08.486Z Compiling zerocopy v0.8.52
2412026-06-25T00:31:08.647Z Documenting proc-macro2 v1.0.106
2422026-06-25T00:31:08.685Z Compiling aho-corasick v1.1.4
2432026-06-25T00:31:08.877Z Compiling serde v1.0.228
2442026-06-25T00:31:09.105Z Checking syn v2.0.117
2452026-06-25T00:31:09.213Z Documenting quote v1.0.45
2462026-06-25T00:31:09.334Z Compiling either v1.16.0
2472026-06-25T00:31:09.736Z Documenting syn v2.0.117
2482026-06-25T00:31:09.945Z Compiling regex-automata v0.4.14
2492026-06-25T00:31:10.001Z Checking byteorder v1.5.0
2502026-06-25T00:31:10.095Z Compiling itertools v0.14.0
2512026-06-25T00:31:10.156Z Documenting serde_core v1.0.228
2522026-06-25T00:31:10.509Z Documenting memchr v2.8.2
2532026-06-25T00:31:10.847Z Compiling heapless v0.8.0
2542026-06-25T00:31:11.157Z Documenting aho-corasick v1.1.4
2552026-06-25T00:31:11.319Z Checking hash32 v0.3.1
2562026-06-25T00:31:11.335Z Checking bitflags v2.13.0
2572026-06-25T00:31:11.493Z Documenting regex-syntax v0.8.11
2582026-06-25T00:31:11.637Z Checking macaddr v1.0.1
2592026-06-25T00:31:11.667Z Compiling darling_core v0.21.3
2602026-06-25T00:31:11.830Z Compiling regex v1.12.4
2612026-06-25T00:31:12.017Z Checking cfg-if v1.0.4
2622026-06-25T00:31:12.033Z Checking stable_deref_trait v1.2.1
2632026-06-25T00:31:12.033Z Compiling darling_core v0.23.0
2642026-06-25T00:31:12.401Z Compiling smoltcp v0.11.0
2652026-06-25T00:31:12.567Z Documenting regex-automata v0.4.14
2662026-06-25T00:31:12.867Z Documenting zerocopy-derive v0.8.52
2672026-06-25T00:31:12.911Z Compiling serde_derive v1.0.228
2682026-06-25T00:31:13.047Z Compiling zerocopy-derive v0.8.52
2692026-06-25T00:31:13.208Z Compiling thiserror-impl v2.0.18
2702026-06-25T00:31:13.637Z Documenting thiserror-impl v2.0.18
2712026-06-25T00:31:13.694Z Documenting serde_derive v1.0.228
2722026-06-25T00:31:13.889Z Compiling darling_macro v0.21.3
2732026-06-25T00:31:14.011Z Documenting regex v1.12.4
2742026-06-25T00:31:14.193Z Compiling darling_macro v0.23.0
2752026-06-25T00:31:14.483Z Checking managed v0.8.0
2762026-06-25T00:31:14.489Z Compiling darling v0.21.3
2772026-06-25T00:31:14.561Z Compiling ingot-macros v0.1.1
2782026-06-25T00:31:14.583Z Checking cobs v0.3.0
2792026-06-25T00:31:14.716Z Documenting byteorder v1.5.0
2802026-06-25T00:31:14.741Z Checking bitflags v1.3.2
2812026-06-25T00:31:14.788Z Documenting zerocopy v0.8.52
2822026-06-25T00:31:14.802Z Documenting thiserror v2.0.18
2832026-06-25T00:31:14.885Z Documenting ingot-macros v0.1.1
2842026-06-25T00:31:15.006Z Documenting bitflags v2.13.0
2852026-06-25T00:31:15.275Z Documenting hash32 v0.3.1
2862026-06-25T00:31:15.438Z Compiling ref-cast v1.0.25
2872026-06-25T00:31:15.653Z Documenting serde v1.0.228
2882026-06-25T00:31:15.771Z Documenting stable_deref_trait v1.2.1
2892026-06-25T00:31:15.823Z Documenting cfg-if v1.0.4
2902026-06-25T00:31:15.976Z Compiling crc32fast v1.5.0
2912026-06-25T00:31:16.102Z Documenting macaddr v1.0.1
2922026-06-25T00:31:16.283Z Documenting heapless v0.8.0
2932026-06-25T00:31:16.315Z Checking postcard v1.1.3
2942026-06-25T00:31:16.485Z Documenting cobs v0.3.0
2952026-06-25T00:31:16.659Z Compiling ref-cast-impl v1.0.25
2962026-06-25T00:31:17.132Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-06-25T00:31:17.265Z Checking uuid v1.23.3
2982026-06-25T00:31:17.274Z Checking unicode-width v0.2.2
2992026-06-25T00:31:17.355Z Checking ingot-types v0.1.2
3002026-06-25T00:31:17.401Z Compiling version_check v0.9.5
3012026-06-25T00:31:17.427Z Documenting managed v0.8.0
3022026-06-25T00:31:17.549Z Checking ipnetwork v0.21.1
3032026-06-25T00:31:17.728Z Documenting postcard v1.1.3
3042026-06-25T00:31:17.736Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3052026-06-25T00:31:17.748Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3062026-06-25T00:31:17.801Z Checking ingot v0.1.1
3072026-06-25T00:31:17.884Z Compiling darling v0.23.0
3082026-06-25T00:31:17.962Z Documenting uuid v1.23.3
3092026-06-25T00:31:17.986Z Documenting ref-cast-impl v1.0.25
3102026-06-25T00:31:18.000Z Documenting ingot-types v0.1.2
3112026-06-25T00:31:18.191Z Documenting smoltcp v0.11.0
3122026-06-25T00:31:18.337Z Documenting unicode-width v0.2.2
3132026-06-25T00:31:18.518Z Documenting ipnetwork v0.21.1
3142026-06-25T00:31:18.753Z Documenting either v1.16.0
3152026-06-25T00:31:19.015Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-06-25T00:31:19.242Z Documenting ref-cast v1.0.25
3172026-06-25T00:31:19.426Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3182026-06-25T00:31:19.540Z Documenting ingot v0.1.1
3192026-06-25T00:31:19.731Z Documenting tabwriter v1.4.1
3202026-06-25T00:31:20.155Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3212026-06-25T00:31:20.348Z Checking itertools v0.15.0
3222026-06-25T00:31:20.398Z Checking tabwriter v1.4.1
3232026-06-25T00:31:20.619Z Documenting itertools v0.15.0
3242026-06-25T00:31:20.630Z Documenting crc32fast v1.5.0
3252026-06-25T00:31:20.924Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3262026-06-25T00:31:20.978Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-06-25T00:31:21.096Z Documenting dyn-clone v1.0.20
3282026-06-25T00:31:21.191Z Checking dyn-clone v1.0.20
3292026-06-25T00:31:21.956Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-06-25T00:31:23.633Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3312026-06-25T00:31:26.003Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.72s
3322026-06-25T00:31:26.082Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3332026-06-25T00:31:26.105Z
3342026-06-25T00:31:26.105Zreal 22.814324953
3352026-06-25T00:31:26.105Zuser 1:19.237405778
3362026-06-25T00:31:26.105Zsys 17.056385438
3372026-06-25T00:31:26.105Ztrap 0.051313889
3382026-06-25T00:31:26.105Ztflt 0.061371829
3392026-06-25T00:31:26.108Zdflt 0.087670919
3402026-06-25T00:31:26.108Zkflt 0.003486562
3412026-06-25T00:31:26.108Zlock 8:13.290735357
3422026-06-25T00:31:26.108Zslp 4:29.105053297
3432026-06-25T00:31:26.108Zlat 8.485157758
3442026-06-25T00:31:26.108Zstop 12.965759295
3452026-06-25T00:31:26.108Z+ header 'analyze std + api'
3462026-06-25T00:31:26.108Z+ echo '# ==== analyze std + api ==== #'
3472026-06-25T00:31:26.108Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3482026-06-25T00:31:26.108Z# ==== analyze std + api ==== #
3492026-06-25T00:31:26.346Z Compiling proc-macro2 v1.0.106
3502026-06-25T00:31:26.346Z Compiling quote v1.0.45
3512026-06-25T00:31:26.346Z Compiling unicode-ident v1.0.24
3522026-06-25T00:31:26.346Z Compiling memchr v2.8.2
3532026-06-25T00:31:26.346Z Compiling thiserror v2.0.18
3542026-06-25T00:31:26.346Z Compiling zerocopy v0.8.52
3552026-06-25T00:31:26.346Z Compiling serde_core v1.0.228
3562026-06-25T00:31:26.349Z Compiling zmij v1.0.21
3572026-06-25T00:31:26.520Z Compiling libc v0.2.186
3582026-06-25T00:31:26.685Z Compiling serde_json v1.0.150
3592026-06-25T00:31:26.717Z Compiling ident_case v1.0.1
3602026-06-25T00:31:26.724Z Compiling strsim v0.11.1
3612026-06-25T00:31:26.777Z Compiling ucd-trie v0.1.7
3622026-06-25T00:31:26.903Z Compiling serde v1.0.228
3632026-06-25T00:31:26.954Z Compiling pest v2.8.6
3642026-06-25T00:31:27.103Z Compiling fnv v1.0.7
3652026-06-25T00:31:27.254Z Compiling aho-corasick v1.1.4
3662026-06-25T00:31:27.275Z Compiling itoa v1.0.18
3672026-06-25T00:31:27.441Z Checking byteorder v1.5.0
3682026-06-25T00:31:27.558Z Compiling regex-syntax v0.8.11
3692026-06-25T00:31:27.629Z Compiling syn v2.0.117
3702026-06-25T00:31:28.027Z Compiling pest_meta v2.8.6
3712026-06-25T00:31:28.144Z Compiling either v1.16.0
3722026-06-25T00:31:28.202Z Compiling usdt-impl v0.6.0
3732026-06-25T00:31:28.349Z Compiling itertools v0.14.0
3742026-06-25T00:31:28.652Z Compiling thread-id v5.1.0
3752026-06-25T00:31:28.871Z Checking plain v0.2.3
3762026-06-25T00:31:28.963Z Checking log v0.4.32
3772026-06-25T00:31:29.040Z Compiling regex-automata v0.4.14
3782026-06-25T00:31:29.105Z Compiling heapless v0.8.0
3792026-06-25T00:31:29.569Z Checking bitflags v2.13.0
3802026-06-25T00:31:29.680Z Checking hash32 v0.3.1
3812026-06-25T00:31:29.727Z Checking macaddr v1.0.1
3822026-06-25T00:31:29.730Z Checking cfg-if v1.0.4
3832026-06-25T00:31:29.783Z Compiling smoltcp v0.11.0
3842026-06-25T00:31:29.789Z Checking pretty-hex v0.4.2
3852026-06-25T00:31:29.859Z Checking stable_deref_trait v1.2.1
3862026-06-25T00:31:29.962Z Compiling ref-cast v1.0.25
3872026-06-25T00:31:29.971Z Checking managed v0.8.0
3882026-06-25T00:31:30.101Z Compiling pest_generator v2.8.6
3892026-06-25T00:31:30.148Z Compiling darling_core v0.21.3
3902026-06-25T00:31:30.266Z Compiling darling_core v0.23.0
3912026-06-25T00:31:30.298Z Compiling version_check v0.9.5
3922026-06-25T00:31:30.420Z Compiling crc32fast v1.5.0
3932026-06-25T00:31:30.565Z Checking bitflags v1.3.2
3942026-06-25T00:31:30.713Z Compiling regex v1.12.4
3952026-06-25T00:31:30.736Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3962026-06-25T00:31:31.014Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3972026-06-25T00:31:31.101Z Checking memmap2 v0.9.10
3982026-06-25T00:31:31.228Z Compiling thiserror-impl v2.0.18
3992026-06-25T00:31:31.261Z Compiling serde_derive v1.0.228
4002026-06-25T00:31:31.321Z Compiling zerocopy-derive v0.8.52
4012026-06-25T00:31:31.606Z Compiling pest_derive v2.8.6
4022026-06-25T00:31:31.820Z Compiling scroll_derive v0.13.1
4032026-06-25T00:31:31.867Z Compiling ref-cast-impl v1.0.25
4042026-06-25T00:31:32.103Z Checking uuid v1.23.3
4052026-06-25T00:31:32.231Z Compiling darling_macro v0.21.3
4062026-06-25T00:31:32.339Z Compiling darling_macro v0.23.0
4072026-06-25T00:31:32.367Z Checking ipnetwork v0.21.1
4082026-06-25T00:31:32.523Z Checking dtrace-parser v0.3.0
4092026-06-25T00:31:32.552Z Checking cobs v0.3.0
4102026-06-25T00:31:32.613Z Checking scroll v0.13.0
4112026-06-25T00:31:32.779Z Compiling darling v0.21.3
4122026-06-25T00:31:32.842Z Checking goblin v0.10.7
4132026-06-25T00:31:32.854Z Compiling ingot-macros v0.1.1
4142026-06-25T00:31:32.938Z Compiling darling v0.23.0
4152026-06-25T00:31:32.975Z Checking unicode-width v0.2.2
4162026-06-25T00:31:33.008Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4172026-06-25T00:31:33.206Z Checking itertools v0.15.0
4182026-06-25T00:31:33.227Z Checking tabwriter v1.4.1
4192026-06-25T00:31:33.462Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4202026-06-25T00:31:33.891Z Checking dyn-clone v1.0.20
4212026-06-25T00:31:34.340Z Checking postcard v1.1.3
4222026-06-25T00:31:34.408Z Compiling serde_tokenstream v0.2.3
4232026-06-25T00:31:35.415Z Checking dof v0.4.0
4242026-06-25T00:31:35.415Z Checking ingot-types v0.1.2
4252026-06-25T00:31:35.714Z Checking ingot v0.1.1
4262026-06-25T00:31:36.278Z Compiling usdt-macro v0.6.0
4272026-06-25T00:31:36.278Z Compiling usdt-attr-macro v0.6.0
4282026-06-25T00:31:36.860Z Checking usdt v0.6.0
4292026-06-25T00:31:37.122Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4302026-06-25T00:31:45.907Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.75s
4312026-06-25T00:31:45.936Z
4322026-06-25T00:31:45.937Zreal 19.825818443
4332026-06-25T00:31:45.937Zuser 1:05.088861887
4342026-06-25T00:31:45.937Zsys 12.825217697
4352026-06-25T00:31:45.937Ztrap 0.035506825
4362026-06-25T00:31:45.937Ztflt 0.134129498
4372026-06-25T00:31:45.937Zdflt 0.191324667
4382026-06-25T00:31:45.937Zkflt 0.000007030
4392026-06-25T00:31:45.937Zlock 3:46.868888728
4402026-06-25T00:31:45.940Zslp 3:27.937538514
4412026-06-25T00:31:45.940Zlat 3.260505263
4422026-06-25T00:31:45.940Zstop 6.320597863
4432026-06-25T00:31:45.940Z+ header 'analyze no_std + engine + kernel'
4442026-06-25T00:31:45.940Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4452026-06-25T00:31:45.940Z# ==== analyze no_std + engine + kernel ==== #
4462026-06-25T00:31:45.940Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4472026-06-25T00:31:46.117Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-06-25T00:31:46.117Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4492026-06-25T00:31:46.120Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4502026-06-25T00:31:46.141Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4512026-06-25T00:31:46.379Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4522026-06-25T00:31:50.311Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.33s
4532026-06-25T00:31:50.337Z
4542026-06-25T00:31:50.341Zreal 4.394828310
4552026-06-25T00:31:50.341Zuser 4.750917756
4562026-06-25T00:31:50.341Zsys 0.945992455
4572026-06-25T00:31:50.341Ztrap 0.000604680
4582026-06-25T00:31:50.341Ztflt 0.007704193
4592026-06-25T00:31:50.341Zdflt 0.005696111
4602026-06-25T00:31:50.341Zkflt 0.000000000
4612026-06-25T00:31:50.341Zlock 22.803350496
4622026-06-25T00:31:50.341Zslp 17.341155058
4632026-06-25T00:31:50.341Zlat 0.024065477
4642026-06-25T00:31:50.341Zstop 0.251275691
4652026-06-25T00:31:50.341Z+ header test
4662026-06-25T00:31:50.341Z+ echo '# ==== test ==== #'
4672026-06-25T00:31:50.341Z# ==== test ==== #
4682026-06-25T00:31:50.341Z+ ptime -m cargo test
4692026-06-25T00:31:50.489Z Compiling serde_core v1.0.228
4702026-06-25T00:31:50.492Z Compiling thiserror v2.0.18
4712026-06-25T00:31:50.492Z Compiling zerocopy v0.8.52
4722026-06-25T00:31:50.514Z Compiling byteorder v1.5.0
4732026-06-25T00:31:50.518Z Compiling memchr v2.8.2
4742026-06-25T00:31:50.523Z Compiling unicode-ident v1.0.24
4752026-06-25T00:31:50.523Z Compiling libc v0.2.186
4762026-06-25T00:31:50.523Z Compiling scroll v0.13.0
4772026-06-25T00:31:50.597Z Compiling proc-macro2 v1.0.106
4782026-06-25T00:31:50.645Z Compiling zmij v1.0.21
4792026-06-25T00:31:50.730Z Compiling log v0.4.32
4802026-06-25T00:31:50.778Z Compiling ucd-trie v0.1.7
4812026-06-25T00:31:50.861Z Compiling plain v0.2.3
4822026-06-25T00:31:50.955Z Compiling itoa v1.0.18
4832026-06-25T00:31:50.959Z Compiling quote v1.0.45
4842026-06-25T00:31:51.016Z Compiling goblin v0.10.7
4852026-06-25T00:31:51.215Z Compiling pest v2.8.6
4862026-06-25T00:31:51.493Z Compiling hash32 v0.3.1
4872026-06-25T00:31:51.603Z Compiling stable_deref_trait v1.2.1
4882026-06-25T00:31:51.661Z Compiling pretty-hex v0.4.2
4892026-06-25T00:31:51.673Z Compiling cfg-if v1.0.4
4902026-06-25T00:31:51.735Z Compiling macaddr v1.0.1
4912026-06-25T00:31:51.790Z Compiling heapless v0.8.0
4922026-06-25T00:31:51.988Z Compiling syn v2.0.117
4932026-06-25T00:31:52.087Z Compiling thread-id v5.1.0
4942026-06-25T00:31:52.161Z Compiling cobs v0.3.0
4952026-06-25T00:31:52.242Z Compiling serde v1.0.228
4962026-06-25T00:31:52.520Z Compiling serde_json v1.0.150
4972026-06-25T00:31:52.525Z Compiling bitflags v2.13.0
4982026-06-25T00:31:52.891Z Compiling dtrace-parser v0.3.0
4992026-06-25T00:31:52.891Z Compiling managed v0.8.0
5002026-06-25T00:31:52.962Z Compiling bitflags v1.3.2
5012026-06-25T00:31:53.029Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-06-25T00:31:53.115Z Compiling smoltcp v0.11.0
5032026-06-25T00:31:53.256Z Compiling postcard v1.1.3
5042026-06-25T00:31:53.421Z Compiling ingot-types v0.1.2
5052026-06-25T00:31:53.528Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5062026-06-25T00:31:53.598Z Compiling uuid v1.23.3
5072026-06-25T00:31:53.819Z Compiling ingot v0.1.1
5082026-06-25T00:31:54.136Z Compiling dof v0.4.0
5092026-06-25T00:31:54.221Z Compiling memmap2 v0.9.10
5102026-06-25T00:31:54.517Z Compiling ipnetwork v0.21.1
5112026-06-25T00:31:55.054Z Compiling usdt-impl v0.6.0
5122026-06-25T00:31:55.606Z Compiling unicode-width v0.2.2
5132026-06-25T00:31:55.943Z Compiling either v1.16.0
5142026-06-25T00:31:56.065Z Compiling tabwriter v1.4.1
5152026-06-25T00:31:56.167Z Compiling itertools v0.15.0
5162026-06-25T00:31:56.445Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5172026-06-25T00:31:56.490Z Compiling usdt v0.6.0
5182026-06-25T00:31:57.111Z Compiling ref-cast v1.0.25
5192026-06-25T00:31:57.209Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5202026-06-25T00:31:57.349Z Compiling crc32fast v1.5.0
5212026-06-25T00:31:57.629Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5222026-06-25T00:31:57.720Z Compiling dyn-clone v1.0.20
5232026-06-25T00:32:15.058Z Finished `test` profile [optimized + debuginfo] target(s) in 24.70s
5242026-06-25T00:32:15.073Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-36e33ae5dd571881)
5252026-06-25T00:32:15.085Z
5262026-06-25T00:32:15.085Zrunning 86 tests
5272026-06-25T00:32:15.087Ztest ddi::mblk::test::chain_append_links ... ok
5282026-06-25T00:32:15.087Ztest d_error::tests::name_and_data_storage ... ok
5292026-06-25T00:32:15.087Ztest d_error::tests::name_truncation ... ok
5302026-06-25T00:32:15.087Ztest ddi::mblk::test::expand_and_shrink ... ok
5312026-06-25T00:32:15.087Ztest ddi::mblk::test::prefix_len ... ok
5322026-06-25T00:32:15.087Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5332026-06-25T00:32:15.087Ztest ddi::mblk::test::chain_breaks_links ... ok
5342026-06-25T00:32:15.087Ztest ddi::mblk::test::chain_drain_complete ... ok
5352026-06-25T00:32:15.087Ztest ddi::mblk::test::read_seg ... ok
5362026-06-25T00:32:15.087Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5372026-06-25T00:32:15.087Ztest ddi::mblk::test::uninitialized_packet ... ok
5382026-06-25T00:32:15.087Ztest ddi::mblk::test::truncate ... ok
5392026-06-25T00:32:15.088Ztest ddi::mblk::test::wrap ... ok
5402026-06-25T00:32:15.089Ztest ddi::time::test::good_interval ... ok
5412026-06-25T00:32:15.089Ztest ddi::mblk::test::zero_byte_packet ... ok
5422026-06-25T00:32:15.089Ztest engine::dhcp::test::domainname_encode ... ok
5432026-06-25T00:32:15.089Ztest engine::dhcp::test::hostname_encode ... ok
5442026-06-25T00:32:15.089Ztest engine::dhcp::test::domain_search_option_encode ... ok
5452026-06-25T00:32:15.089Ztest engine::dhcp::test::rfc3442_encode ... ok
5462026-06-25T00:32:15.089Ztest engine::dhcp::test::offlink_encode ... ok
5472026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_client_id ... ok
5482026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5492026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5502026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5512026-06-25T00:32:15.089Ztest ddi::time::test::bad_interval - should panic ... ok
5522026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_iata ... ok
5532026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_iana ... ok
5542026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5552026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_option_request ... ok
5562026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5572026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5582026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5592026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_server_id ... ok
5602026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5612026-06-25T00:32:15.089Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5622026-06-25T00:32:15.090Ztest engine::ether::test::emit ... ok
5632026-06-25T00:32:15.090Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5642026-06-25T00:32:15.090Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5652026-06-25T00:32:15.090Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5662026-06-25T00:32:15.090Ztest engine::dhcpv6::options::test::test_status ... ok
5672026-06-25T00:32:15.090Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5682026-06-25T00:32:15.090Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5692026-06-25T00:32:15.090Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5702026-06-25T00:32:15.090Ztest engine::flow_table::test::eviction_basics ... ok
5712026-06-25T00:32:15.090Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5722026-06-25T00:32:15.090Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5732026-06-25T00:32:15.090Ztest engine::flow_table::test::flow_clear ... ok
5742026-06-25T00:32:15.090Ztest engine::flow_table::test::flow_expired ... ok
5752026-06-25T00:32:15.091Ztest engine::flow_table::test::priority_lerp ... ok
5762026-06-25T00:32:15.091Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5772026-06-25T00:32:15.091Ztest engine::ip::v4::test::cidr_match ... ok
5782026-06-25T00:32:15.091Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5792026-06-25T00:32:15.091Ztest engine::ip::v4::test::emit ... ok
5802026-06-25T00:32:15.092Ztest engine::geneve::test::emit_no_opts ... ok
5812026-06-25T00:32:15.093Ztest engine::ip::v6::test::emit ... ok
5822026-06-25T00:32:15.093Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5832026-06-25T00:32:15.093Ztest engine::geneve::test::emit_single_opt ... ok
5842026-06-25T00:32:15.093Ztest engine::ip::v4::test::match_check ... ok
5852026-06-25T00:32:15.093Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5862026-06-25T00:32:15.093Ztest engine::ip::v6::test::from_pairs ... ok
5872026-06-25T00:32:15.093Ztest engine::ip::v6::test::option_push_spec ... ok
5882026-06-25T00:32:15.093Ztest engine::ip::v6::test::extension_push_spec ... ok
5892026-06-25T00:32:15.093Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5902026-06-25T00:32:15.094Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5912026-06-25T00:32:15.094Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5922026-06-25T00:32:15.094Ztest engine::ip::v6::test::test_set_total_len ... ok
5932026-06-25T00:32:15.094Ztest engine::layer::test::find_rule ... ok
5942026-06-25T00:32:15.094Ztest engine::packet::test::read_multi_segment ... ok
5952026-06-25T00:32:15.094Ztest engine::packet::test::read_single_segment ... ok
5962026-06-25T00:32:15.094Ztest engine::packet::test::small_packet_with_padding ... ok
5972026-06-25T00:32:15.094Ztest engine::ip::v6::test::push_spec ... ok
5982026-06-25T00:32:15.094Ztest engine::packet::test::straddled_tcp ... ok
5992026-06-25T00:32:15.094Ztest engine::nat::test::nat4_rewrite ... ok
6002026-06-25T00:32:15.094Ztest engine::packet::test::udp6_packet_with_padding ... ok
6012026-06-25T00:32:15.095Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
6022026-06-25T00:32:15.095Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6032026-06-25T00:32:15.095Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6042026-06-25T00:32:15.095Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6052026-06-25T00:32:15.095Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6062026-06-25T00:32:15.095Ztest engine::rule::rule_matching ... ok
6072026-06-25T00:32:15.095Ztest engine::stat::tests::flow_stat_deny ... ok
6082026-06-25T00:32:15.095Ztest engine::stat::tests::flow_lifecycle ... ok
6092026-06-25T00:32:15.096Ztest engine::stat::tests::root_counters ... ok
6102026-06-25T00:32:15.096Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6112026-06-25T00:32:15.096Ztest engine::snat::test::nat_mappings ... ok
6122026-06-25T00:32:15.096Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6132026-06-25T00:32:15.096Z
6142026-06-25T00:32:15.096Ztest result: ok. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6152026-06-25T00:32:15.096Z
6162026-06-25T00:32:15.096Z Doc-tests opte
6172026-06-25T00:32:17.123Z
6182026-06-25T00:32:17.123Zrunning 3 tests
6192026-06-25T00:32:17.126Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6202026-06-25T00:32:17.126Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6212026-06-25T00:32:17.126Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6222026-06-25T00:32:17.126Z
6232026-06-25T00:32:17.126Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-06-25T00:32:17.126Z
6252026-06-25T00:32:17.132Zall doctests ran in 1.47s; merged doctests compilation took 1.46s
6262026-06-25T00:32:17.170Z
6272026-06-25T00:32:17.170Zreal 26.822641433
6282026-06-25T00:32:17.170Zuser 2:10.216458373
6292026-06-25T00:32:17.171Zsys 7.379405379
6302026-06-25T00:32:17.171Ztrap 0.058037854
6312026-06-25T00:32:17.174Ztflt 0.136756183
6322026-06-25T00:32:17.174Zdflt 0.267039573
6332026-06-25T00:32:17.174Zkflt 0.000001280
6342026-06-25T00:32:17.174Zlock 6:19.247791660
6352026-06-25T00:32:17.174Zslp 3:50.324326057
6362026-06-25T00:32:17.174Zlat 5.485819377
6372026-06-25T00:32:17.174Zstop 2.815423675
6382026-06-25T00:32:17.174Zprocess exited: duration 88793 ms, exit code 0
 
6392026-06-25T00:32:17.180Zfound 0 output files