01KY9R0CA2F7XF61HVZ8N4TS0E: opte

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

Buildomat Job: 01KY9R0WNMZWME9C9HEAY31M12

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T09:42:24.270Zjob assigned to worker 01KY9R0RHGQ2FS0V80AZHNTWAR [factory aws, i-0e16a80334f5c8dda] (queued for 47 s)
 
22026-07-24T09:42:30.991Zstarting task 0: "setup"
32026-07-24T09:42:30.996Z++ uname -s
42026-07-24T09:42:30.999Z+ kern=SunOS
52026-07-24T09:42:30.999Z+ build_user=build
62026-07-24T09:42:30.999Z+ build_uid=12345
72026-07-24T09:42:30.999Z+ work_dir=/work
82026-07-24T09:42:30.999Z+ input_dir=/input
92026-07-24T09:42:30.999Z+ [[ 0 == 12345 ]]
102026-07-24T09:42:30.999Z+ case "$kern" in
112026-07-24T09:42:30.999Z+ groupadd -g 12345 build
122026-07-24T09:42:31.002Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T09:42:33.005Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T09:42:33.102Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T09:42:33.105Z+ home_fs=zfs
162026-07-24T09:42:33.105Z+ [[ zfs == autofs ]]
172026-07-24T09:42:33.105Z+ mkdir -p /home/build
182026-07-24T09:42:33.105Z+ chown build:build /home/build /work
192026-07-24T09:42:35.107Z+ chmod 0700 /home/build /work
202026-07-24T09:42:35.110Zprocess exited: duration 4117 ms, exit code 0
 
212026-07-24T09:42:35.118Zstarting task 1: "rust-toolchain"
222026-07-24T09:42:35.121Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-24T09:42:35.121Z * rust toolchain channel = "1.97.1"
242026-07-24T09:42:35.121Z * rust toolchain profile = "default"
252026-07-24T09:42:35.121Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-24T09:42:35.121Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T09:42:35.121Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T09:42:35.124Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T09:42:35.124Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T09:42:35.243Zinfo: downloading installer
312026-07-24T09:42:36.697Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T09:42:36.697Zwarn: /home/build/.rustup/settings.toml
332026-07-24T09:42:36.697Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T09:42:36.697Zwarn: instead of the one inferred from the default host triple.
352026-07-24T09:42:36.709Zinfo: profile set to default
362026-07-24T09:42:36.710Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T09:42:36.713Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T09:42:36.843Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T09:42:36.846Zinfo: downloading 6 components
402026-07-24T09:42:51.760Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-24T09:42:51.760Z
422026-07-24T09:42:51.790Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T09:42:51.790Z
442026-07-24T09:42:51.791Z
452026-07-24T09:42:51.791ZRust is installed now. Great!
462026-07-24T09:42:51.791Z
472026-07-24T09:42:51.791ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T09:42:51.791Zenvironment variable. This has not been done automatically.
492026-07-24T09:42:51.791Z
502026-07-24T09:42:51.791ZTo configure your current shell, you need to source
512026-07-24T09:42:51.791Zthe corresponding env file under $HOME/.cargo.
522026-07-24T09:42:51.791Z
532026-07-24T09:42:51.791ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T09:42:51.794Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T09:42:51.794Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T09:42:51.794Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T09:42:51.794Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T09:42:51.794Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T09:42:51.794Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T09:42:51.794Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T09:42:51.794Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T09:42:51.886Z+ rustup --version
632026-07-24T09:42:51.895Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T09:42:51.898Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T09:42:51.916Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T09:42:51.919Z+ cargo --version
672026-07-24T09:42:51.934Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T09:42:51.936Z+ rustc --version
692026-07-24T09:42:51.956Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T09:42:51.959Zprocess exited: duration 16841 ms, exit code 0
 
712026-07-24T09:42:51.965Zstarting task 2: "authentication"
722026-07-24T09:42:51.981Zprocess exited: duration 16 ms, exit code 0
 
732026-07-24T09:42:51.986Zstarting task 3: "clone repository"
742026-07-24T09:42:51.990Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T09:42:51.992Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T09:42:52.023ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T09:42:52.889Z+ cd /work/oxidecomputer/opte
782026-07-24T09:42:52.889Z+ git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8
792026-07-24T09:42:53.095ZFrom https://github.com/oxidecomputer/opte
802026-07-24T09:42:53.095Z * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD
812026-07-24T09:42:53.100Z+ [[ -n '' ]]
822026-07-24T09:42:53.100Z+ git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8
832026-07-24T09:42:53.117ZHEAD is now at f21e375 Review feedback.
842026-07-24T09:42:53.121Zprocess exited: duration 1131 ms, exit code 0
 
852026-07-24T09:42:53.127Zstarting task 4: "build"
862026-07-24T09:42:53.131Z+ source .github/buildomat/common.sh
872026-07-24T09:42:53.131Z++ rustup show active-toolchain
882026-07-24T09:42:53.137Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-24T09:42:53.140Z++ pushd xde
902026-07-24T09:42:53.140Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-07-24T09:42:53.140Z++ rustup show active-toolchain
922026-07-24T09:42:53.142Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
932026-07-24T09:42:53.289Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
942026-07-24T09:42:53.292Zinfo: downloading 6 components
952026-07-24T09:43:07.957Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-24T09:43:08.040Z+++ rustup show active-toolchain -v
972026-07-24T09:43:08.043Z+++ head -n 1
982026-07-24T09:43:08.043Z+++ cut '-d ' -f1
992026-07-24T09:43:08.095Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-24T09:43:08.095Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1012026-07-24T09:43:08.098Z++ popd
1022026-07-24T09:43:08.098Z/work/oxidecomputer/opte
1032026-07-24T09:43:08.098Z+ cargo --version
1042026-07-24T09:43:08.105Zcargo 1.97.1 (c980f4866 2026-06-30)
1052026-07-24T09:43:08.108Z+ rustc --version
1062026-07-24T09:43:08.127Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1072026-07-24T09:43:08.130Z+ cd lib/opte
1082026-07-24T09:43:08.130Z+ header 'check style'
1092026-07-24T09:43:08.130Z+ echo '# ==== check style ==== #'
1102026-07-24T09:43:08.130Z# ==== check style ==== #
1112026-07-24T09:43:08.130Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1122026-07-24T09:43:08.312Z
1132026-07-24T09:43:08.312Zreal 0.180340206
1142026-07-24T09:43:08.312Zuser 0.137773762
1152026-07-24T09:43:08.312Zsys 0.036536965
1162026-07-24T09:43:08.312Ztrap 0.000009860
1172026-07-24T09:43:08.312Ztflt 0.000017610
1182026-07-24T09:43:08.312Zdflt 0.000000840
1192026-07-24T09:43:08.313Zkflt 0.000001550
1202026-07-24T09:43:08.313Zlock 0.030704754
1212026-07-24T09:43:08.313Zslp 0.160463149
1222026-07-24T09:43:08.313Zlat 0.000825350
1232026-07-24T09:43:08.313Zstop 0.000095650
1242026-07-24T09:43:08.316Z+ header 'check docs'
1252026-07-24T09:43:08.316Z+ echo '# ==== check docs ==== #'
1262026-07-24T09:43:08.316Z# ==== check docs ==== #
1272026-07-24T09:43:08.316Z+ RUSTDOCFLAGS='-D warnings'
1282026-07-24T09:43:08.316Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1292026-07-24T09:43:08.381Z Updating crates.io index
1302026-07-24T09:43:08.384Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-07-24T09:43:09.354Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-07-24T09:43:09.739Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-07-24T09:43:10.049Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-07-24T09:43:10.269Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-07-24T09:43:10.526Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-07-24T09:43:10.779Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-07-24T09:43:12.630Z Downloading crates ...
1382026-07-24T09:43:12.670Z Downloaded darling_macro v0.21.3
1392026-07-24T09:43:12.682Z Downloaded proc-macro2 v1.0.106
1402026-07-24T09:43:12.685Z Downloaded cobs v0.3.0
1412026-07-24T09:43:12.685Z Downloaded ident_case v1.0.1
1422026-07-24T09:43:12.688Z Downloaded macaddr v1.0.1
1432026-07-24T09:43:12.688Z Downloaded darling_core v0.23.0
1442026-07-24T09:43:12.692Z Downloaded ucd-trie v0.1.7
1452026-07-24T09:43:12.695Z Downloaded darling_macro v0.23.0
1462026-07-24T09:43:12.698Z Downloaded plain v0.2.3
1472026-07-24T09:43:12.707Z Downloaded ingot v0.1.1
1482026-07-24T09:43:12.711Z Downloaded pretty-hex v0.4.2
1492026-07-24T09:43:12.714Z Downloaded ref-cast-impl v1.0.25
1502026-07-24T09:43:12.716Z Downloaded defmt-parser v1.0.0
1512026-07-24T09:43:12.719Z Downloaded cfg-if v1.0.4
1522026-07-24T09:43:12.719Z Downloaded defmt v0.3.100
1532026-07-24T09:43:12.720Z Downloaded dof v0.4.0
1542026-07-24T09:43:12.722Z Downloaded strsim v0.11.1
1552026-07-24T09:43:12.722Z Downloaded hash32 v0.3.1
1562026-07-24T09:43:12.728Z Downloaded ingot-types v0.1.2
1572026-07-24T09:43:12.732Z Downloaded bitflags v1.3.2
1582026-07-24T09:43:12.732Z Downloaded pest_generator v2.8.7
1592026-07-24T09:43:12.732Z Downloaded darling v0.21.3
1602026-07-24T09:43:12.735Z Downloaded itoa v1.0.18
1612026-07-24T09:43:12.739Z Downloaded fnv v1.0.7
1622026-07-24T09:43:12.743Z Downloaded dtrace-parser v0.3.0
1632026-07-24T09:43:12.746Z Downloaded scroll_derive v0.13.1
1642026-07-24T09:43:12.746Z Downloaded embedded-io v0.6.1
1652026-07-24T09:43:12.749Z Downloaded dyn-clone v1.0.20
1662026-07-24T09:43:12.752Z Downloaded managed v0.8.0
1672026-07-24T09:43:12.754Z Downloaded embedded-io v0.4.0
1682026-07-24T09:43:12.755Z Downloaded usdt-attr-macro v0.6.0
1692026-07-24T09:43:12.755Z Downloaded version_check v0.9.5
1702026-07-24T09:43:12.758Z Downloaded usdt-macro v0.6.0
1712026-07-24T09:43:12.762Z Downloaded either v1.16.0
1722026-07-24T09:43:12.766Z Downloaded ipnetwork v0.21.1
1732026-07-24T09:43:12.768Z Downloaded byteorder v1.5.0
1742026-07-24T09:43:12.768Z Downloaded stable_deref_trait v1.2.1
1752026-07-24T09:43:12.772Z Downloaded thread-id v5.1.0
1762026-07-24T09:43:12.772Z Downloaded darling v0.23.0
1772026-07-24T09:43:12.775Z Downloaded postcard v1.1.3
1782026-07-24T09:43:12.775Z Downloaded defmt v1.1.1
1792026-07-24T09:43:12.778Z Downloaded memmap2 v0.9.11
1802026-07-24T09:43:12.782Z Downloaded usdt v0.6.0
1812026-07-24T09:43:12.785Z Downloaded pest_derive v2.8.7
1822026-07-24T09:43:12.785Z Downloaded thiserror v2.0.18
1832026-07-24T09:43:12.788Z Downloaded defmt-macros v1.1.1
1842026-07-24T09:43:12.790Z Downloaded ref-cast v1.0.25
1852026-07-24T09:43:12.790Z Downloaded zmij v1.0.22
1862026-07-24T09:43:12.790Z Downloaded quote v1.0.46
1872026-07-24T09:43:12.793Z Downloaded thiserror-impl v2.0.18
1882026-07-24T09:43:12.796Z Downloaded tabwriter v1.4.1
1892026-07-24T09:43:12.803Z Downloaded usdt-impl v0.6.0
1902026-07-24T09:43:12.806Z Downloaded scroll v0.13.0
1912026-07-24T09:43:12.806Z Downloaded ingot-macros v0.1.1
1922026-07-24T09:43:12.809Z Downloaded bitflags v2.13.0
1932026-07-24T09:43:12.812Z Downloaded serde_tokenstream v0.2.3
1942026-07-24T09:43:12.819Z Downloaded crc32fast v1.5.0
1952026-07-24T09:43:12.825Z Downloaded pest_meta v2.8.7
1962026-07-24T09:43:12.830Z Downloaded heapless v0.8.0
1972026-07-24T09:43:12.835Z Downloaded log v0.4.33
1982026-07-24T09:43:12.839Z Downloaded unicode-ident v1.0.24
1992026-07-24T09:43:12.846Z Downloaded serde_derive v1.0.228
2002026-07-24T09:43:12.857Z Downloaded serde_core v1.0.228
2012026-07-24T09:43:12.866Z Downloaded memchr v2.8.3
2022026-07-24T09:43:12.873Z Downloaded darling_core v0.21.3
2032026-07-24T09:43:12.890Z Downloaded serde v1.0.228
2042026-07-24T09:43:12.893Z Downloaded zerocopy-derive v0.8.54
2052026-07-24T09:43:12.899Z Downloaded pest v2.8.7
2062026-07-24T09:43:12.906Z Downloaded aho-corasick v1.1.4
2072026-07-24T09:43:12.940Z Downloaded regex v1.13.0
2082026-07-24T09:43:12.944Z Downloaded itertools v0.15.0
2092026-07-24T09:43:12.948Z Downloaded serde_json v1.0.150
2102026-07-24T09:43:12.951Z Downloaded itertools v0.14.0
2112026-07-24T09:43:12.996Z Downloaded goblin v0.10.7
2122026-07-24T09:43:13.007Z Downloaded unicode-width v0.2.2
2132026-07-24T09:43:13.010Z Downloaded zerocopy v0.8.54
2142026-07-24T09:43:13.020Z Downloaded syn v2.0.118
2152026-07-24T09:43:13.025Z Downloaded smoltcp v0.11.0
2162026-07-24T09:43:13.031Z Downloaded regex-syntax v0.8.11
2172026-07-24T09:43:13.063Z Downloaded regex-automata v0.4.15
2182026-07-24T09:43:13.075Z Downloaded libc v0.2.186
2192026-07-24T09:43:13.129Z Compiling proc-macro2 v1.0.106
2202026-07-24T09:43:13.130Z Compiling quote v1.0.46
2212026-07-24T09:43:13.130Z Compiling unicode-ident v1.0.24
2222026-07-24T09:43:13.133Z Documenting unicode-ident v1.0.24
2232026-07-24T09:43:13.133Z Compiling strsim v0.11.1
2242026-07-24T09:43:13.133Z Compiling ident_case v1.0.1
2252026-07-24T09:43:13.133Z Compiling serde_core v1.0.228
2262026-07-24T09:43:13.291Z Compiling fnv v1.0.7
2272026-07-24T09:43:13.312Z Checking memchr v2.8.3
2282026-07-24T09:43:13.375Z Compiling serde v1.0.228
2292026-07-24T09:43:13.490Z Compiling regex-syntax v0.8.11
2302026-07-24T09:43:13.684Z Documenting proc-macro2 v1.0.106
2312026-07-24T09:43:13.697Z Compiling aho-corasick v1.1.4
2322026-07-24T09:43:13.700Z Compiling thiserror v2.0.18
2332026-07-24T09:43:13.868Z Compiling zerocopy v0.8.54
2342026-07-24T09:43:14.175Z Checking syn v2.0.118
2352026-07-24T09:43:14.272Z Documenting quote v1.0.46
2362026-07-24T09:43:14.365Z Checking byteorder v1.5.0
2372026-07-24T09:43:14.797Z Documenting syn v2.0.118
2382026-07-24T09:43:15.041Z Compiling regex-automata v0.4.15
2392026-07-24T09:43:15.082Z Compiling either v1.16.0
2402026-07-24T09:43:15.132Z Documenting memchr v2.8.3
2412026-07-24T09:43:15.289Z Compiling itertools v0.14.0
2422026-07-24T09:43:15.561Z Compiling heapless v0.8.0
2432026-07-24T09:43:15.778Z Documenting aho-corasick v1.1.4
2442026-07-24T09:43:16.028Z Checking bitflags v2.13.0
2452026-07-24T09:43:16.164Z Checking hash32 v0.3.1
2462026-07-24T09:43:16.184Z Documenting serde_core v1.0.228
2472026-07-24T09:43:16.272Z Checking cfg-if v1.0.4
2482026-07-24T09:43:16.334Z Checking stable_deref_trait v1.2.1
2492026-07-24T09:43:16.399Z Checking macaddr v1.0.1
2502026-07-24T09:43:16.488Z Documenting regex-syntax v0.8.11
2512026-07-24T09:43:16.542Z Compiling smoltcp v0.11.0
2522026-07-24T09:43:16.610Z Checking darling_core v0.21.3
2532026-07-24T09:43:16.894Z Compiling regex v1.13.0
2542026-07-24T09:43:17.167Z Compiling darling_core v0.23.0
2552026-07-24T09:43:17.521Z Documenting regex-automata v0.4.15
2562026-07-24T09:43:17.577Z Documenting thiserror-impl v2.0.18
2572026-07-24T09:43:17.816Z Documenting zerocopy-derive v0.8.54
2582026-07-24T09:43:17.831Z Documenting serde_derive v1.0.228
2592026-07-24T09:43:17.866Z Compiling thiserror-impl v2.0.18
2602026-07-24T09:43:18.362Z Compiling serde_derive v1.0.228
2612026-07-24T09:43:18.515Z Compiling zerocopy-derive v0.8.54
2622026-07-24T09:43:18.896Z Documenting regex v1.13.0
2632026-07-24T09:43:18.912Z Compiling darling_macro v0.21.3
2642026-07-24T09:43:18.960Z Checking bitflags v1.3.2
2652026-07-24T09:43:18.976Z Documenting byteorder v1.5.0
2662026-07-24T09:43:19.023Z Checking managed v0.8.0
2672026-07-24T09:43:19.183Z Checking cobs v0.3.0
2682026-07-24T09:43:19.204Z Documenting thiserror v2.0.18
2692026-07-24T09:43:19.270Z Compiling darling_macro v0.23.0
2702026-07-24T09:43:19.314Z Documenting bitflags v2.13.0
2712026-07-24T09:43:19.487Z Compiling darling v0.21.3
2722026-07-24T09:43:19.562Z Compiling ingot-macros v0.1.1
2732026-07-24T09:43:19.597Z Documenting hash32 v0.3.1
2742026-07-24T09:43:19.775Z Documenting ingot-macros v0.1.1
2752026-07-24T09:43:19.906Z Documenting macaddr v1.0.1
2762026-07-24T09:43:19.919Z Compiling ref-cast v1.0.25
2772026-07-24T09:43:20.115Z Documenting zerocopy v0.8.54
2782026-07-24T09:43:20.254Z Documenting stable_deref_trait v1.2.1
2792026-07-24T09:43:20.262Z Documenting cfg-if v1.0.4
2802026-07-24T09:43:20.470Z Compiling crc32fast v1.5.0
2812026-07-24T09:43:20.814Z Documenting cobs v0.3.0
2822026-07-24T09:43:20.958Z Documenting heapless v0.8.0
2832026-07-24T09:43:21.174Z Documenting serde v1.0.228
2842026-07-24T09:43:21.373Z Compiling ref-cast-impl v1.0.25
2852026-07-24T09:43:21.521Z Checking postcard v1.1.3
2862026-07-24T09:43:21.690Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-07-24T09:43:21.908Z Checking ipnetwork v0.21.1
2882026-07-24T09:43:21.987Z Documenting managed v0.8.0
2892026-07-24T09:43:21.995Z Checking unicode-width v0.2.2
2902026-07-24T09:43:22.232Z Compiling version_check v0.9.5
2912026-07-24T09:43:22.239Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2922026-07-24T09:43:22.376Z Compiling darling v0.23.0
2932026-07-24T09:43:22.454Z Documenting ref-cast-impl v1.0.25
2942026-07-24T09:43:22.502Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2952026-07-24T09:43:22.594Z Documenting postcard v1.1.3
2962026-07-24T09:43:22.663Z Documenting smoltcp v0.11.0
2972026-07-24T09:43:22.737Z Documenting either v1.16.0
2982026-07-24T09:43:22.759Z Checking ingot-types v0.1.2
2992026-07-24T09:43:22.776Z Documenting unicode-width v0.2.2
3002026-07-24T09:43:23.111Z Checking ingot v0.1.1
3012026-07-24T09:43:23.147Z Documenting ingot-types v0.1.2
3022026-07-24T09:43:23.199Z Documenting ipnetwork v0.21.1
3032026-07-24T09:43:23.408Z Documenting ref-cast v1.0.25
3042026-07-24T09:43:23.653Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3052026-07-24T09:43:23.868Z Documenting itertools v0.15.0
3062026-07-24T09:43:24.073Z Documenting tabwriter v1.4.1
3072026-07-24T09:43:24.480Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3082026-07-24T09:43:24.617Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3092026-07-24T09:43:24.658Z Checking itertools v0.15.0
3102026-07-24T09:43:25.018Z Documenting ingot v0.1.1
3112026-07-24T09:43:25.111Z Checking tabwriter v1.4.1
3122026-07-24T09:43:25.330Z Documenting crc32fast v1.5.0
3132026-07-24T09:43:25.366Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3142026-07-24T09:43:25.375Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-07-24T09:43:25.419Z Documenting dyn-clone v1.0.20
3162026-07-24T09:43:25.550Z Checking dyn-clone v1.0.20
3172026-07-24T09:43:27.470Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3182026-07-24T09:43:28.563Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3192026-07-24T09:43:30.803Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.48s
3202026-07-24T09:43:30.891Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3212026-07-24T09:43:30.916Z
3222026-07-24T09:43:30.919Zreal 22.582978759
3232026-07-24T09:43:30.919Zuser 1:15.825076226
3242026-07-24T09:43:30.919Zsys 16.578877311
3252026-07-24T09:43:30.919Ztrap 0.042356445
3262026-07-24T09:43:30.919Ztflt 0.034271403
3272026-07-24T09:43:30.919Zdflt 0.115527332
3282026-07-24T09:43:30.919Zkflt 0.005045773
3292026-07-24T09:43:30.919Zlock 5:53.992152894
3302026-07-24T09:43:30.919Zslp 4:13.047092068
3312026-07-24T09:43:30.919Zlat 9.102145865
3322026-07-24T09:43:30.919Zstop 12.226527435
3332026-07-24T09:43:30.919Z+ header 'analyze std + api'
3342026-07-24T09:43:30.919Z+ echo '# ==== analyze std + api ==== #'
3352026-07-24T09:43:30.919Z# ==== analyze std + api ==== #
3362026-07-24T09:43:30.919Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3372026-07-24T09:43:31.146Z Compiling proc-macro2 v1.0.106
3382026-07-24T09:43:31.147Z Compiling quote v1.0.46
3392026-07-24T09:43:31.147Z Compiling unicode-ident v1.0.24
3402026-07-24T09:43:31.147Z Compiling memchr v2.8.3
3412026-07-24T09:43:31.147Z Compiling thiserror v2.0.18
3422026-07-24T09:43:31.149Z Compiling zerocopy v0.8.54
3432026-07-24T09:43:31.149Z Compiling zmij v1.0.22
3442026-07-24T09:43:31.166Z Compiling libc v0.2.186
3452026-07-24T09:43:31.323Z Compiling serde_core v1.0.228
3462026-07-24T09:43:31.482Z Compiling ucd-trie v0.1.7
3472026-07-24T09:43:31.512Z Compiling serde_json v1.0.150
3482026-07-24T09:43:31.516Z Compiling strsim v0.11.1
3492026-07-24T09:43:31.544Z Compiling ident_case v1.0.1
3502026-07-24T09:43:31.656Z Compiling pest v2.8.7
3512026-07-24T09:43:31.725Z Compiling serde v1.0.228
3522026-07-24T09:43:31.913Z Compiling fnv v1.0.7
3532026-07-24T09:43:32.049Z Compiling aho-corasick v1.1.4
3542026-07-24T09:43:32.055Z Checking byteorder v1.5.0
3552026-07-24T09:43:32.084Z Compiling regex-syntax v0.8.11
3562026-07-24T09:43:32.280Z Compiling itoa v1.0.18
3572026-07-24T09:43:32.444Z Compiling syn v2.0.118
3582026-07-24T09:43:32.754Z Compiling pest_meta v2.8.7
3592026-07-24T09:43:32.877Z Compiling either v1.16.0
3602026-07-24T09:43:33.146Z Compiling usdt-impl v0.6.0
3612026-07-24T09:43:33.153Z Compiling itertools v0.14.0
3622026-07-24T09:43:33.479Z Compiling regex-automata v0.4.15
3632026-07-24T09:43:33.665Z Compiling thread-id v5.1.0
3642026-07-24T09:43:33.860Z Checking plain v0.2.3
3652026-07-24T09:43:33.963Z Checking log v0.4.33
3662026-07-24T09:43:34.030Z Compiling heapless v0.8.0
3672026-07-24T09:43:34.271Z Checking bitflags v2.13.0
3682026-07-24T09:43:34.359Z Checking hash32 v0.3.1
3692026-07-24T09:43:34.469Z Checking pretty-hex v0.4.2
3702026-07-24T09:43:34.474Z Checking stable_deref_trait v1.2.1
3712026-07-24T09:43:34.506Z Checking macaddr v1.0.1
3722026-07-24T09:43:34.527Z Checking cfg-if v1.0.4
3732026-07-24T09:43:34.573Z Compiling smoltcp v0.11.0
3742026-07-24T09:43:34.705Z Compiling version_check v0.9.5
3752026-07-24T09:43:34.771Z Checking bitflags v1.3.2
3762026-07-24T09:43:34.831Z Compiling pest_generator v2.8.7
3772026-07-24T09:43:34.937Z Compiling darling_core v0.21.3
3782026-07-24T09:43:34.996Z Compiling darling_core v0.23.0
3792026-07-24T09:43:35.011Z Compiling ref-cast v1.0.25
3802026-07-24T09:43:35.192Z Compiling regex v1.13.0
3812026-07-24T09:43:35.323Z Checking managed v0.8.0
3822026-07-24T09:43:35.453Z Compiling crc32fast v1.5.0
3832026-07-24T09:43:35.618Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3842026-07-24T09:43:35.769Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3852026-07-24T09:43:35.863Z Checking memmap2 v0.9.11
3862026-07-24T09:43:36.027Z Checking unicode-width v0.2.2
3872026-07-24T09:43:36.050Z Compiling thiserror-impl v2.0.18
3882026-07-24T09:43:36.055Z Compiling serde_derive v1.0.228
3892026-07-24T09:43:36.070Z Compiling zerocopy-derive v0.8.54
3902026-07-24T09:43:36.267Z Compiling pest_derive v2.8.7
3912026-07-24T09:43:36.679Z Compiling scroll_derive v0.13.1
3922026-07-24T09:43:36.689Z Compiling ref-cast-impl v1.0.25
3932026-07-24T09:43:36.784Z Checking ipnetwork v0.21.1
3942026-07-24T09:43:37.033Z Compiling darling_macro v0.21.3
3952026-07-24T09:43:37.076Z Compiling darling_macro v0.23.0
3962026-07-24T09:43:37.137Z Checking itertools v0.15.0
3972026-07-24T09:43:37.309Z Checking dtrace-parser v0.3.0
3982026-07-24T09:43:37.541Z Checking scroll v0.13.0
3992026-07-24T09:43:37.593Z Compiling darling v0.21.3
4002026-07-24T09:43:37.623Z Checking cobs v0.3.0
4012026-07-24T09:43:37.662Z Compiling ingot-macros v0.1.1
4022026-07-24T09:43:37.755Z Checking goblin v0.10.7
4032026-07-24T09:43:37.759Z Compiling darling v0.23.0
4042026-07-24T09:43:37.825Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4052026-07-24T09:43:38.048Z Checking tabwriter v1.4.1
4062026-07-24T09:43:38.185Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-07-24T09:43:38.406Z Checking dyn-clone v1.0.20
4082026-07-24T09:43:39.057Z Checking postcard v1.1.3
4092026-07-24T09:43:39.096Z Compiling serde_tokenstream v0.2.3
4102026-07-24T09:43:40.120Z Checking ingot-types v0.1.2
4112026-07-24T09:43:40.165Z Compiling dof v0.4.0
4122026-07-24T09:43:40.426Z Checking ingot v0.1.1
4132026-07-24T09:43:41.033Z Compiling usdt-attr-macro v0.6.0
4142026-07-24T09:43:41.033Z Compiling usdt-macro v0.6.0
4152026-07-24T09:43:41.630Z Checking usdt v0.6.0
4162026-07-24T09:43:41.860Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4172026-07-24T09:43:50.179Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.21s
4182026-07-24T09:43:50.205Z
4192026-07-24T09:43:50.208Zreal 19.284397494
4202026-07-24T09:43:50.208Zuser 1:03.922335934
4212026-07-24T09:43:50.208Zsys 12.679996404
4222026-07-24T09:43:50.208Ztrap 0.031933364
4232026-07-24T09:43:50.209Ztflt 0.177113137
4242026-07-24T09:43:50.209Zdflt 0.148160882
4252026-07-24T09:43:50.209Zkflt 0.000005910
4262026-07-24T09:43:50.209Zlock 4:01.818149363
4272026-07-24T09:43:50.209Zslp 3:23.947899178
4282026-07-24T09:43:50.209Zlat 3.328149123
4292026-07-24T09:43:50.209Zstop 6.663111989
4302026-07-24T09:43:50.209Z+ header 'analyze no_std + engine + kernel'
4312026-07-24T09:43:50.209Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4322026-07-24T09:43:50.209Z# ==== analyze no_std + engine + kernel ==== #
4332026-07-24T09:43:50.209Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4342026-07-24T09:43:50.375Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4352026-07-24T09:43:50.375Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4362026-07-24T09:43:50.378Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4372026-07-24T09:43:50.378Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4382026-07-24T09:43:50.587Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4392026-07-24T09:43:53.609Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.36s
4402026-07-24T09:43:53.635Z
4412026-07-24T09:43:53.638Zreal 3.423716059
4422026-07-24T09:43:53.638Zuser 3.680817162
4432026-07-24T09:43:53.638Zsys 0.833921146
4442026-07-24T09:43:53.638Ztrap 0.000343250
4452026-07-24T09:43:53.638Ztflt 0.021337353
4462026-07-24T09:43:53.638Zdflt 0.003984500
4472026-07-24T09:43:53.638Zkflt 0.000003720
4482026-07-24T09:43:53.638Zlock 11.251580604
4492026-07-24T09:43:53.638Zslp 14.278598321
4502026-07-24T09:43:53.638Zlat 0.005162020
4512026-07-24T09:43:53.638Zstop 0.191971272
4522026-07-24T09:43:53.638Z+ header test
4532026-07-24T09:43:53.638Z+ echo '# ==== test ==== #'
4542026-07-24T09:43:53.638Z+ ptime -m cargo test
4552026-07-24T09:43:53.638Z# ==== test ==== #
4562026-07-24T09:43:53.779Z Compiling serde_core v1.0.228
4572026-07-24T09:43:53.782Z Compiling thiserror v2.0.18
4582026-07-24T09:43:53.782Z Compiling zerocopy v0.8.54
4592026-07-24T09:43:53.799Z Compiling memchr v2.8.3
4602026-07-24T09:43:53.801Z Compiling byteorder v1.5.0
4612026-07-24T09:43:53.810Z Compiling unicode-ident v1.0.24
4622026-07-24T09:43:53.813Z Compiling libc v0.2.186
4632026-07-24T09:43:53.813Z Compiling zmij v1.0.22
4642026-07-24T09:43:53.883Z Compiling proc-macro2 v1.0.106
4652026-07-24T09:43:53.932Z Compiling scroll v0.13.0
4662026-07-24T09:43:54.010Z Compiling itoa v1.0.18
4672026-07-24T09:43:54.141Z Compiling log v0.4.33
4682026-07-24T09:43:54.179Z Compiling plain v0.2.3
4692026-07-24T09:43:54.200Z Compiling ucd-trie v0.1.7
4702026-07-24T09:43:54.264Z Compiling goblin v0.10.7
4712026-07-24T09:43:54.273Z Compiling quote v1.0.46
4722026-07-24T09:43:54.367Z Compiling pest v2.8.7
4732026-07-24T09:43:54.897Z Compiling hash32 v0.3.1
4742026-07-24T09:43:54.901Z Compiling pretty-hex v0.4.2
4752026-07-24T09:43:55.025Z Compiling stable_deref_trait v1.2.1
4762026-07-24T09:43:55.060Z Compiling cfg-if v1.0.4
4772026-07-24T09:43:55.092Z Compiling macaddr v1.0.1
4782026-07-24T09:43:55.119Z Compiling heapless v0.8.0
4792026-07-24T09:43:55.339Z Compiling syn v2.0.118
4802026-07-24T09:43:55.373Z Compiling thread-id v5.1.0
4812026-07-24T09:43:55.445Z Compiling dtrace-parser v0.3.0
4822026-07-24T09:43:55.560Z Compiling serde v1.0.228
4832026-07-24T09:43:55.796Z Compiling bitflags v2.13.0
4842026-07-24T09:43:56.075Z Compiling serde_json v1.0.150
4852026-07-24T09:43:56.189Z Compiling cobs v0.3.0
4862026-07-24T09:43:56.209Z Compiling bitflags v1.3.2
4872026-07-24T09:43:56.274Z Compiling managed v0.8.0
4882026-07-24T09:43:56.464Z Compiling smoltcp v0.11.0
4892026-07-24T09:43:56.495Z Compiling postcard v1.1.3
4902026-07-24T09:43:56.578Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4912026-07-24T09:43:56.801Z Compiling ingot-types v0.1.2
4922026-07-24T09:43:56.805Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4932026-07-24T09:43:56.844Z Compiling memmap2 v0.9.11
4942026-07-24T09:43:57.131Z Compiling ingot v0.1.1
4952026-07-24T09:43:57.211Z Compiling dof v0.4.0
4962026-07-24T09:43:57.391Z Compiling either v1.16.0
4972026-07-24T09:43:57.598Z Compiling ipnetwork v0.21.1
4982026-07-24T09:43:58.092Z Compiling usdt-impl v0.6.0
4992026-07-24T09:43:59.012Z Compiling unicode-width v0.2.2
5002026-07-24T09:43:59.168Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5012026-07-24T09:43:59.322Z Compiling tabwriter v1.4.1
5022026-07-24T09:43:59.333Z Compiling usdt v0.6.0
5032026-07-24T09:43:59.758Z Compiling itertools v0.15.0
5042026-07-24T09:43:59.943Z Compiling ref-cast v1.0.25
5052026-07-24T09:44:00.040Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5062026-07-24T09:44:00.638Z Compiling crc32fast v1.5.0
5072026-07-24T09:44:00.795Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-07-24T09:44:00.879Z Compiling dyn-clone v1.0.20
5092026-07-24T09:44:15.787Z Finished `test` profile [optimized + debuginfo] target(s) in 22.14s
5102026-07-24T09:44:15.800Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-167e780dc97a6111)
5112026-07-24T09:44:15.804Z
5122026-07-24T09:44:15.804Zrunning 84 tests
5132026-07-24T09:44:15.804Ztest d_error::tests::name_and_data_storage ... ok
5142026-07-24T09:44:15.804Ztest ddi::mblk::test::chain_append_links ... ok
5152026-07-24T09:44:15.804Ztest d_error::tests::name_truncation ... ok
5162026-07-24T09:44:15.804Ztest ddi::mblk::test::chain_drain_complete ... ok
5172026-07-24T09:44:15.804Ztest ddi::mblk::test::chain_breaks_links ... ok
5182026-07-24T09:44:15.804Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5192026-07-24T09:44:15.804Ztest ddi::mblk::test::expand_and_shrink ... ok
5202026-07-24T09:44:15.804Ztest ddi::mblk::test::prefix_len ... ok
5212026-07-24T09:44:15.804Ztest ddi::mblk::test::read_seg ... ok
5222026-07-24T09:44:15.804Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5232026-07-24T09:44:15.804Ztest ddi::mblk::test::truncate ... ok
5242026-07-24T09:44:15.804Ztest ddi::mblk::test::uninitialized_packet ... ok
5252026-07-24T09:44:15.804Ztest ddi::mblk::test::zero_byte_packet ... ok
5262026-07-24T09:44:15.804Ztest ddi::time::test::good_interval ... ok
5272026-07-24T09:44:15.804Ztest ddi::mblk::test::wrap ... ok
5282026-07-24T09:44:15.804Ztest engine::dhcp::test::hostname_encode ... ok
5292026-07-24T09:44:15.804Ztest engine::dhcp::test::domainname_encode ... ok
5302026-07-24T09:44:15.804Ztest engine::dhcp::test::offlink_encode ... ok
5312026-07-24T09:44:15.804Ztest engine::dhcp::test::domain_search_option_encode ... ok
5322026-07-24T09:44:15.804Ztest engine::dhcp::test::rfc3442_encode ... ok
5332026-07-24T09:44:15.804Ztest engine::dhcpv6::options::test::test_client_id ... ok
5342026-07-24T09:44:15.804Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5352026-07-24T09:44:15.804Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5362026-07-24T09:44:15.804Ztest engine::dhcpv6::options::test::test_iata ... ok
5372026-07-24T09:44:15.804Ztest engine::dhcpv6::options::test::test_iana ... ok
5382026-07-24T09:44:15.804Ztest engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok
5392026-07-24T09:44:15.804Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5402026-07-24T09:44:15.808Ztest ddi::time::test::bad_interval - should panic ... ok
5412026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5422026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_option_request ... ok
5432026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5442026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5452026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5462026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5472026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5482026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_server_id ... ok
5492026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5502026-07-24T09:44:15.808Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5512026-07-24T09:44:15.808Ztest engine::dhcpv6::options::test::test_status ... ok
5522026-07-24T09:44:15.808Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5532026-07-24T09:44:15.809Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5542026-07-24T09:44:15.809Ztest engine::ether::test::emit ... ok
5552026-07-24T09:44:15.809Ztest engine::flow_table::test::flow_clear ... ok
5562026-07-24T09:44:15.809Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5572026-07-24T09:44:15.809Ztest engine::flow_table::test::eviction_basics ... ok
5582026-07-24T09:44:15.809Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5592026-07-24T09:44:15.809Ztest engine::flow_table::test::priority_lerp ... ok
5602026-07-24T09:44:15.809Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5612026-07-24T09:44:15.809Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5622026-07-24T09:44:15.809Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5632026-07-24T09:44:15.809Ztest engine::flow_table::test::flow_expired ... ok
5642026-07-24T09:44:15.809Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5652026-07-24T09:44:15.809Ztest engine::geneve::test::emit_single_opt ... ok
5662026-07-24T09:44:15.809Ztest engine::geneve::test::emit_no_opts ... ok
5672026-07-24T09:44:15.809Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5682026-07-24T09:44:15.809Ztest engine::ip::v6::test::emit ... ok
5692026-07-24T09:44:15.809Ztest engine::ip::v4::test::cidr_match ... ok
5702026-07-24T09:44:15.809Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5712026-07-24T09:44:15.809Ztest engine::ip::v4::test::match_check ... ok
5722026-07-24T09:44:15.809Ztest engine::ip::v4::test::emit ... ok
5732026-07-24T09:44:15.809Ztest engine::ip::v6::test::from_pairs ... ok
5742026-07-24T09:44:15.809Ztest engine::ip::v6::test::option_push_spec ... ok
5752026-07-24T09:44:15.809Ztest engine::ip::v6::test::extension_push_spec ... ok
5762026-07-24T09:44:15.809Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5772026-07-24T09:44:15.809Ztest engine::ip::v6::test::test_set_total_len ... ok
5782026-07-24T09:44:15.809Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5792026-07-24T09:44:15.809Ztest engine::layer::test::find_rule ... ok
5802026-07-24T09:44:15.809Ztest engine::nat::test::nat4_rewrite ... ok
5812026-07-24T09:44:15.809Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5822026-07-24T09:44:15.809Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5832026-07-24T09:44:15.809Ztest engine::ip::v6::test::push_spec ... ok
5842026-07-24T09:44:15.809Ztest engine::packet::test::read_multi_segment ... ok
5852026-07-24T09:44:15.809Ztest engine::packet::test::read_single_segment ... ok
5862026-07-24T09:44:15.809Ztest engine::packet::test::small_packet_with_padding ... ok
5872026-07-24T09:44:15.809Ztest engine::packet::test::straddled_tcp ... ok
5882026-07-24T09:44:15.809Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5892026-07-24T09:44:15.809Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5902026-07-24T09:44:15.809Ztest engine::rule::rule_matching ... ok
5912026-07-24T09:44:15.810Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5922026-07-24T09:44:15.810Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5932026-07-24T09:44:15.810Ztest engine::packet::test::udp6_packet_with_padding ... ok
5942026-07-24T09:44:15.810Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5952026-07-24T09:44:15.810Ztest engine::snat::test::nat_mappings ... ok
5962026-07-24T09:44:15.810Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5972026-07-24T09:44:15.810Z
5982026-07-24T09:44:15.810Ztest result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5992026-07-24T09:44:15.810Z
6002026-07-24T09:44:15.810Z Doc-tests opte
6012026-07-24T09:44:17.777Z
6022026-07-24T09:44:17.777Zrunning 3 tests
6032026-07-24T09:44:17.780Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6042026-07-24T09:44:17.780Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6052026-07-24T09:44:17.780Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6062026-07-24T09:44:17.780Z
6072026-07-24T09:44:17.780Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-07-24T09:44:17.780Z
6092026-07-24T09:44:17.784Zall doctests ran in 1.41s; merged doctests compilation took 1.40s
6102026-07-24T09:44:17.822Z
6112026-07-24T09:44:17.822Zreal 24.177739893
6122026-07-24T09:44:17.822Zuser 2:01.865841459
6132026-07-24T09:44:17.822Zsys 7.183923042
6142026-07-24T09:44:17.822Ztrap 0.056312735
6152026-07-24T09:44:17.822Ztflt 0.191652800
6162026-07-24T09:44:17.823Zdflt 0.372808558
6172026-07-24T09:44:17.823Zkflt 0.000007150
6182026-07-24T09:44:17.826Zlock 6:18.878515801
6192026-07-24T09:44:17.826Zslp 3:40.584642762
6202026-07-24T09:44:17.826Zlat 5.664022391
6212026-07-24T09:44:17.826Zstop 3.076121496
6222026-07-24T09:44:17.826Zprocess exited: duration 84695 ms, exit code 0
 
6232026-07-24T09:44:17.832Zfound 0 output files