01KVVVGMJ0R8N83RMP88Y7M65D: opte

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

Buildomat Job: 01KVVVH7H1WZWAZRP5QNYH5CQ0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T03:43:01.472Zjob assigned to worker 01KVVVHG2158790DPW35KJ141A [factory aws, i-04873e0a67afeb068] (queued for 49 s)
 
22026-06-24T03:43:08.697Zstarting task 0: "setup"
32026-06-24T03:43:08.704Z++ uname -s
42026-06-24T03:43:08.708Z+ kern=SunOS
52026-06-24T03:43:08.708Z+ build_user=build
62026-06-24T03:43:08.708Z+ build_uid=12345
72026-06-24T03:43:08.708Z+ work_dir=/work
82026-06-24T03:43:08.708Z+ input_dir=/input
92026-06-24T03:43:08.708Z+ [[ 0 == 12345 ]]
102026-06-24T03:43:08.708Z+ case "$kern" in
112026-06-24T03:43:08.708Z+ groupadd -g 12345 build
122026-06-24T03:43:08.708Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T03:43:10.712Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T03:43:10.790Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T03:43:10.793Z+ home_fs=zfs
162026-06-24T03:43:10.793Z+ [[ zfs == autofs ]]
172026-06-24T03:43:10.793Z+ mkdir -p /home/build
182026-06-24T03:43:10.793Z+ chown build:build /home/build /work
192026-06-24T03:43:11.794Z+ chmod 0700 /home/build /work
202026-06-24T03:43:11.800Zprocess exited: duration 3101 ms, exit code 0
 
212026-06-24T03:43:11.807Zstarting task 1: "rust-toolchain"
222026-06-24T03:43:11.811Z * rust toolchain channel = "1.96.0"
232026-06-24T03:43:11.811Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
242026-06-24T03:43:11.811Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-24T03:43:11.811Z * rust toolchain profile = "default"
262026-06-24T03:43:11.811Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-24T03:43:11.811Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-24T03:43:11.814Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T03:43:11.814Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T03:43:11.894Zinfo: downloading installer
312026-06-24T03:43:13.308Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T03:43:13.308Zwarn: /home/build/.rustup/settings.toml
332026-06-24T03:43:13.308Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T03:43:13.308Zwarn: instead of the one inferred from the default host triple.
352026-06-24T03:43:13.318Zinfo: profile set to default
362026-06-24T03:43:13.318Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T03:43:13.321Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T03:43:13.463Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T03:43:13.466Zinfo: downloading 6 components
402026-06-24T03:43:30.039Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T03:43:30.040Z
422026-06-24T03:43:30.067Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T03:43:30.067Z
442026-06-24T03:43:30.067Z
452026-06-24T03:43:30.067ZRust is installed now. Great!
462026-06-24T03:43:30.067Z
472026-06-24T03:43:30.067ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T03:43:30.067Zenvironment variable. This has not been done automatically.
492026-06-24T03:43:30.067Z
502026-06-24T03:43:30.067ZTo configure your current shell, you need to source
512026-06-24T03:43:30.068Zthe corresponding env file under $HOME/.cargo.
522026-06-24T03:43:30.068Z
532026-06-24T03:43:30.068ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T03:43:30.071Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T03:43:30.071Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T03:43:30.071Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T03:43:30.071Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T03:43:30.071Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T03:43:30.071Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T03:43:30.071Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T03:43:30.071Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T03:43:30.161Z+ rustup --version
632026-06-24T03:43:30.171Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T03:43:30.174Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T03:43:30.191Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T03:43:30.194Z+ cargo --version
672026-06-24T03:43:30.207Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T03:43:30.210Z+ rustc --version
692026-06-24T03:43:30.229Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T03:43:30.233Zprocess exited: duration 18425 ms, exit code 0
 
712026-06-24T03:43:30.247Zstarting task 2: "authentication"
722026-06-24T03:43:30.262Zprocess exited: duration 17 ms, exit code 0
 
732026-06-24T03:43:30.270Zstarting task 3: "clone repository"
742026-06-24T03:43:30.275Z+ mkdir -p /work/oxidecomputer/opte
752026-06-24T03:43:30.282Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-24T03:43:30.305ZCloning into '/work/oxidecomputer/opte'...
772026-06-24T03:43:31.107Z+ cd /work/oxidecomputer/opte
782026-06-24T03:43:31.107Z+ git fetch origin 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
792026-06-24T03:43:31.339ZFrom https://github.com/oxidecomputer/opte
802026-06-24T03:43:31.339Z * branch 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 -> FETCH_HEAD
812026-06-24T03:43:31.343Z+ [[ -n renovate/rust-1.x ]]
822026-06-24T03:43:31.351Z++ git branch --show-current
832026-06-24T03:43:31.351Z+ current=master
842026-06-24T03:43:31.351Z+ [[ master != renovate/rust-1.x ]]
852026-06-24T03:43:31.351Z+ git branch -f renovate/rust-1.x 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
862026-06-24T03:43:31.351Z+ git checkout -f renovate/rust-1.x
872026-06-24T03:43:31.364ZSwitched to branch 'renovate/rust-1.x'
882026-06-24T03:43:31.369Z+ git reset --hard 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
892026-06-24T03:43:31.380ZHEAD is now at 457c324 Update Rust to nightly-2026-06-24
902026-06-24T03:43:31.384Zprocess exited: duration 1111 ms, exit code 0
 
912026-06-24T03:43:31.393Zstarting task 4: "build"
922026-06-24T03:43:31.397Z+ source .github/buildomat/common.sh
932026-06-24T03:43:31.397Z++ rustup show active-toolchain
942026-06-24T03:43:31.402Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-24T03:43:31.406Z++ pushd xde
962026-06-24T03:43:31.406Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-24T03:43:31.406Z++ rustup show active-toolchain
982026-06-24T03:43:31.412Zinfo: syncing channel updates for nightly-2026-06-24-x86_64-unknown-illumos
992026-06-24T03:43:31.566Zinfo: latest update on 2026-06-24 for version 1.98.0-nightly (f28ac764c 2026-06-23)
1002026-06-24T03:43:31.569Zinfo: downloading 6 components
1012026-06-24T03:43:47.057Znightly-2026-06-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-24T03:43:47.165Z+++ rustup show active-toolchain -v
1032026-06-24T03:43:47.173Z+++ head -n 1
1042026-06-24T03:43:47.173Z+++ cut '-d ' -f1
1052026-06-24T03:43:47.224Z++ export NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos
1062026-06-24T03:43:47.224Z++ NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos
1072026-06-24T03:43:47.224Z++ popd
1082026-06-24T03:43:47.234Z/work/oxidecomputer/opte
1092026-06-24T03:43:47.234Z+ cargo --version
1102026-06-24T03:43:47.235Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-24T03:43:47.235Z+ rustc --version
1122026-06-24T03:43:47.251Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-24T03:43:47.254Z+ cd lib/opte
1142026-06-24T03:43:47.254Z+ header 'check style'
1152026-06-24T03:43:47.254Z+ echo '# ==== check style ==== #'
1162026-06-24T03:43:47.254Z# ==== check style ==== #
1172026-06-24T03:43:47.254Z+ ptime -m cargo +nightly-2026-06-24-x86_64-unknown-illumos fmt -- --check
1182026-06-24T03:43:47.445Z
1192026-06-24T03:43:47.445Zreal 0.187103584
1202026-06-24T03:43:47.445Zuser 0.143797652
1212026-06-24T03:43:47.445Zsys 0.036736950
1222026-06-24T03:43:47.445Ztrap 0.000050600
1232026-06-24T03:43:47.445Ztflt 0.000016000
1242026-06-24T03:43:47.445Zdflt 0.000022840
1252026-06-24T03:43:47.445Zkflt 0.000000000
1262026-06-24T03:43:47.445Zlock 0.031749438
1272026-06-24T03:43:47.445Zslp 0.166956889
1282026-06-24T03:43:47.445Zlat 0.000745410
1292026-06-24T03:43:47.445Zstop 0.000098840
1302026-06-24T03:43:47.450Z+ header 'check docs'
1312026-06-24T03:43:47.450Z+ echo '# ==== check docs ==== #'
1322026-06-24T03:43:47.450Z# ==== check docs ==== #
1332026-06-24T03:43:47.450Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-24T03:43:47.451Z+ ptime -m cargo +nightly-2026-06-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-24T03:43:47.518Z Updating crates.io index
1362026-06-24T03:43:47.521Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-24T03:43:48.159Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-24T03:43:48.397Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-24T03:43:48.732Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-24T03:43:48.954Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-24T03:43:49.203Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-24T03:43:49.449Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-24T03:43:51.349Z Downloading crates ...
1442026-06-24T03:43:51.425Z Downloaded embedded-io v0.4.0
1452026-06-24T03:43:51.448Z Downloaded fnv v1.0.7
1462026-06-24T03:43:51.448Z Downloaded byteorder v1.5.0
1472026-06-24T03:43:51.448Z Downloaded stable_deref_trait v1.2.1
1482026-06-24T03:43:51.448Z Downloaded ipnetwork v0.21.1
1492026-06-24T03:43:51.448Z Downloaded darling_macro v0.21.3
1502026-06-24T03:43:51.448Z Downloaded serde_tokenstream v0.2.3
1512026-06-24T03:43:51.448Z Downloaded pest_meta v2.8.6
1522026-06-24T03:43:51.448Z Downloaded darling_core v0.21.3
1532026-06-24T03:43:51.457Z Downloaded log v0.4.32
1542026-06-24T03:43:51.457Z Downloaded darling v0.23.0
1552026-06-24T03:43:51.457Z Downloaded serde_core v1.0.228
1562026-06-24T03:43:51.462Z Downloaded itertools v0.15.0
1572026-06-24T03:43:51.462Z Downloaded defmt-parser v1.0.0
1582026-06-24T03:43:51.462Z Downloaded generic-array v0.14.7
1592026-06-24T03:43:51.475Z Downloaded dyn-clone v1.0.20
1602026-06-24T03:43:51.483Z Downloaded digest v0.10.7
1612026-06-24T03:43:51.494Z Downloaded defmt-macros v1.1.0
1622026-06-24T03:43:51.495Z Downloaded memmap2 v0.9.10
1632026-06-24T03:43:51.500Z Downloaded macaddr v1.0.1
1642026-06-24T03:43:51.500Z Downloaded dof v0.4.0
1652026-06-24T03:43:51.500Z Downloaded ref-cast v1.0.25
1662026-06-24T03:43:51.500Z Downloaded strsim v0.11.1
1672026-06-24T03:43:51.512Z Downloaded hash32 v0.3.1
1682026-06-24T03:43:51.512Z Downloaded itoa v1.0.18
1692026-06-24T03:43:51.518Z Downloaded usdt v0.6.0
1702026-06-24T03:43:51.518Z Downloaded unicode-width v0.2.2
1712026-06-24T03:43:51.522Z Downloaded managed v0.8.0
1722026-06-24T03:43:51.532Z Downloaded darling_macro v0.23.0
1732026-06-24T03:43:51.561Z Downloaded dtrace-parser v0.3.0
1742026-06-24T03:43:51.561Z Downloaded plain v0.2.3
1752026-06-24T03:43:51.561Z Downloaded defmt v0.3.100
1762026-06-24T03:43:51.561Z Downloaded embedded-io v0.6.1
1772026-06-24T03:43:51.561Z Downloaded ident_case v1.0.1
1782026-06-24T03:43:51.561Z Downloaded cobs v0.3.0
1792026-06-24T03:43:51.574Z Downloaded block-buffer v0.10.4
1802026-06-24T03:43:51.574Z Downloaded cfg-if v1.0.4
1812026-06-24T03:43:51.574Z Downloaded cpufeatures v0.2.17
1822026-06-24T03:43:51.574Z Downloaded pretty-hex v0.4.2
1832026-06-24T03:43:51.574Z Downloaded scroll_derive v0.13.1
1842026-06-24T03:43:51.574Z Downloaded usdt-attr-macro v0.6.0
1852026-06-24T03:43:51.574Z Downloaded thread-id v5.1.0
1862026-06-24T03:43:51.582Z Downloaded ref-cast-impl v1.0.25
1872026-06-24T03:43:51.582Z Downloaded tabwriter v1.4.1
1882026-06-24T03:43:51.582Z Downloaded proc-macro-error-attr2 v2.0.0
1892026-06-24T03:43:51.582Z Downloaded scroll v0.13.0
1902026-06-24T03:43:51.582Z Downloaded thiserror-impl v2.0.18
1912026-06-24T03:43:51.638Z Downloaded either v1.16.0
1922026-06-24T03:43:51.638Z Downloaded bitflags v1.3.2
1932026-06-24T03:43:51.638Z Downloaded version_check v0.9.5
1942026-06-24T03:43:51.638Z Downloaded crypto-common v0.1.7
1952026-06-24T03:43:51.658Z Downloaded ingot-macros v0.1.1
1962026-06-24T03:43:51.658Z Downloaded defmt v1.1.0
1972026-06-24T03:43:51.658Z Downloaded usdt-macro v0.6.0
1982026-06-24T03:43:51.659Z Downloaded heapless v0.8.0
1992026-06-24T03:43:51.659Z Downloaded proc-macro-error2 v2.0.1
2002026-06-24T03:43:51.659Z Downloaded ingot v0.1.1
2012026-06-24T03:43:51.659Z Downloaded memchr v2.8.2
2022026-06-24T03:43:51.659Z Downloaded usdt-impl v0.6.0
2032026-06-24T03:43:51.659Z Downloaded sha2 v0.10.9
2042026-06-24T03:43:51.659Z Downloaded thiserror v2.0.18
2052026-06-24T03:43:51.659Z Downloaded crc32fast v1.5.0
2062026-06-24T03:43:51.659Z Downloaded darling v0.21.3
2072026-06-24T03:43:51.660Z Downloaded pest_generator v2.8.6
2082026-06-24T03:43:51.660Z Downloaded bitflags v2.13.0
2092026-06-24T03:43:51.660Z Downloaded ucd-trie v0.1.7
2102026-06-24T03:43:51.660Z Downloaded darling_core v0.23.0
2112026-06-24T03:43:51.660Z Downloaded ingot-types v0.1.2
2122026-06-24T03:43:51.660Z Downloaded pest v2.8.6
2132026-06-24T03:43:51.660Z Downloaded proc-macro2 v1.0.106
2142026-06-24T03:43:51.660Z Downloaded quote v1.0.45
2152026-06-24T03:43:51.676Z Downloaded postcard v1.1.3
2162026-06-24T03:43:51.677Z Downloaded unicode-ident v1.0.24
2172026-06-24T03:43:51.677Z Downloaded pest_derive v2.8.6
2182026-06-24T03:43:51.677Z Downloaded zmij v1.0.21
2192026-06-24T03:43:51.677Z Downloaded serde_derive v1.0.228
2202026-06-24T03:43:51.701Z Downloaded typenum v1.20.1
2212026-06-24T03:43:51.719Z Downloaded serde v1.0.228
2222026-06-24T03:43:51.719Z Downloaded zerocopy-derive v0.8.52
2232026-06-24T03:43:51.753Z Downloaded itertools v0.14.0
2242026-06-24T03:43:51.777Z Downloaded regex v1.12.4
2252026-06-24T03:43:51.777Z Downloaded zerocopy v0.8.52
2262026-06-24T03:43:51.777Z Downloaded aho-corasick v1.1.4
2272026-06-24T03:43:51.777Z Downloaded serde_json v1.0.150
2282026-06-24T03:43:51.787Z Downloaded goblin v0.10.7
2292026-06-24T03:43:51.832Z Downloaded syn v2.0.117
2302026-06-24T03:43:51.868Z Downloaded smoltcp v0.11.0
2312026-06-24T03:43:51.868Z Downloaded regex-syntax v0.8.11
2322026-06-24T03:43:51.876Z Downloaded regex-automata v0.4.14
2332026-06-24T03:43:51.876Z Downloaded libc v0.2.186
2342026-06-24T03:43:51.948Z Compiling proc-macro2 v1.0.106
2352026-06-24T03:43:51.948Z Compiling quote v1.0.45
2362026-06-24T03:43:51.966Z Compiling unicode-ident v1.0.24
2372026-06-24T03:43:51.966Z Documenting unicode-ident v1.0.24
2382026-06-24T03:43:51.966Z Compiling ident_case v1.0.1
2392026-06-24T03:43:51.966Z Compiling strsim v0.11.1
2402026-06-24T03:43:51.966Z Compiling serde_core v1.0.228
2412026-06-24T03:43:52.094Z Compiling fnv v1.0.7
2422026-06-24T03:43:52.119Z Compiling memchr v2.8.2
2432026-06-24T03:43:52.195Z Compiling zerocopy v0.8.52
2442026-06-24T03:43:52.339Z Compiling thiserror v2.0.18
2452026-06-24T03:43:52.443Z Compiling regex-syntax v0.8.11
2462026-06-24T03:43:52.483Z Documenting proc-macro2 v1.0.106
2472026-06-24T03:43:52.578Z Compiling aho-corasick v1.1.4
2482026-06-24T03:43:52.686Z Compiling serde v1.0.228
2492026-06-24T03:43:52.971Z Checking syn v2.0.117
2502026-06-24T03:43:53.065Z Documenting quote v1.0.45
2512026-06-24T03:43:53.143Z Checking byteorder v1.5.0
2522026-06-24T03:43:53.591Z Documenting syn v2.0.117
2532026-06-24T03:43:53.720Z Compiling either v1.16.0
2542026-06-24T03:43:53.822Z Documenting memchr v2.8.2
2552026-06-24T03:43:53.925Z Compiling regex-automata v0.4.14
2562026-06-24T03:43:53.980Z Compiling itertools v0.14.0
2572026-06-24T03:43:54.488Z Compiling heapless v0.8.0
2582026-06-24T03:43:54.509Z Documenting aho-corasick v1.1.4
2592026-06-24T03:43:54.935Z Checking bitflags v2.13.0
2602026-06-24T03:43:54.954Z Checking hash32 v0.3.1
2612026-06-24T03:43:55.066Z Documenting serde_core v1.0.228
2622026-06-24T03:43:55.095Z Checking macaddr v1.0.1
2632026-06-24T03:43:55.202Z Documenting regex-syntax v0.8.11
2642026-06-24T03:43:55.233Z Checking stable_deref_trait v1.2.1
2652026-06-24T03:43:55.298Z Checking cfg-if v1.0.4
2662026-06-24T03:43:55.348Z Checking darling_core v0.21.3
2672026-06-24T03:43:55.605Z Compiling regex v1.12.4
2682026-06-24T03:43:55.901Z Compiling darling_core v0.23.0
2692026-06-24T03:43:55.996Z Compiling smoltcp v0.11.0
2702026-06-24T03:43:56.262Z Documenting regex-automata v0.4.14
2712026-06-24T03:43:56.368Z Documenting zerocopy-derive v0.8.52
2722026-06-24T03:43:56.493Z Documenting thiserror-impl v2.0.18
2732026-06-24T03:43:56.610Z Documenting serde_derive v1.0.228
2742026-06-24T03:43:56.667Z Compiling zerocopy-derive v0.8.52
2752026-06-24T03:43:56.819Z Compiling serde_derive v1.0.228
2762026-06-24T03:43:57.217Z Compiling thiserror-impl v2.0.18
2772026-06-24T03:43:57.731Z Documenting regex v1.12.4
2782026-06-24T03:43:57.758Z Compiling darling_macro v0.21.3
2792026-06-24T03:43:58.114Z Compiling darling_macro v0.23.0
2802026-06-24T03:43:58.174Z Checking managed v0.8.0
2812026-06-24T03:43:58.353Z Compiling darling v0.21.3
2822026-06-24T03:43:58.428Z Compiling ingot-macros v0.1.1
2832026-06-24T03:43:58.432Z Documenting byteorder v1.5.0
2842026-06-24T03:43:58.444Z Checking bitflags v1.3.2
2852026-06-24T03:43:58.502Z Documenting thiserror v2.0.18
2862026-06-24T03:43:58.592Z Checking cobs v0.3.0
2872026-06-24T03:43:58.601Z Documenting ingot-macros v0.1.1
2882026-06-24T03:43:58.694Z Documenting zerocopy v0.8.52
2892026-06-24T03:43:58.720Z Documenting bitflags v2.13.0
2902026-06-24T03:43:58.982Z Documenting hash32 v0.3.1
2912026-06-24T03:43:59.148Z Documenting stable_deref_trait v1.2.1
2922026-06-24T03:43:59.357Z Compiling ref-cast v1.0.25
2932026-06-24T03:43:59.549Z Compiling crc32fast v1.5.0
2942026-06-24T03:43:59.700Z Documenting serde v1.0.228
2952026-06-24T03:43:59.753Z Documenting cfg-if v1.0.4
2962026-06-24T03:43:59.848Z Documenting macaddr v1.0.1
2972026-06-24T03:43:59.956Z Documenting heapless v0.8.0
2982026-06-24T03:44:00.033Z Checking postcard v1.1.3
2992026-06-24T03:44:00.273Z Documenting cobs v0.3.0
3002026-06-24T03:44:00.404Z Compiling ref-cast-impl v1.0.25
3012026-06-24T03:44:00.703Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-06-24T03:44:00.972Z Checking unicode-width v0.2.2
3032026-06-24T03:44:01.009Z Compiling version_check v0.9.5
3042026-06-24T03:44:01.137Z Documenting managed v0.8.0
3052026-06-24T03:44:01.153Z Checking ingot-types v0.1.2
3062026-06-24T03:44:01.220Z Checking ipnetwork v0.21.1
3072026-06-24T03:44:01.245Z Documenting postcard v1.1.3
3082026-06-24T03:44:01.283Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3092026-06-24T03:44:01.393Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-06-24T03:44:01.504Z Checking ingot v0.1.1
3112026-06-24T03:44:01.532Z Compiling darling v0.23.0
3122026-06-24T03:44:01.536Z Documenting ref-cast-impl v1.0.25
3132026-06-24T03:44:01.635Z Documenting either v1.16.0
3142026-06-24T03:44:01.752Z Documenting ingot-types v0.1.2
3152026-06-24T03:44:02.056Z Documenting smoltcp v0.11.0
3162026-06-24T03:44:02.069Z Documenting unicode-width v0.2.2
3172026-06-24T03:44:02.126Z Documenting ipnetwork v0.21.1
3182026-06-24T03:44:02.378Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-06-24T03:44:02.677Z Documenting itertools v0.15.0
3202026-06-24T03:44:02.894Z Documenting ref-cast v1.0.25
3212026-06-24T03:44:03.152Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-06-24T03:44:03.173Z Documenting ingot v0.1.1
3232026-06-24T03:44:03.372Z Documenting tabwriter v1.4.1
3242026-06-24T03:44:03.633Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-06-24T03:44:04.009Z Checking tabwriter v1.4.1
3262026-06-24T03:44:04.025Z Checking itertools v0.15.0
3272026-06-24T03:44:04.225Z Documenting crc32fast v1.5.0
3282026-06-24T03:44:04.343Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-06-24T03:44:04.352Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-24T03:44:04.489Z Checking dyn-clone v1.0.20
3312026-06-24T03:44:04.591Z Documenting dyn-clone v1.0.20
3322026-06-24T03:44:05.578Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-24T03:44:06.887Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-06-24T03:44:09.203Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.73s
3352026-06-24T03:44:09.304Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-06-24T03:44:09.340Z
3372026-06-24T03:44:09.341Zreal 21.826991345
3382026-06-24T03:44:09.341Zuser 1:17.914041356
3392026-06-24T03:44:09.341Zsys 16.546932984
3402026-06-24T03:44:09.341Ztrap 0.046724815
3412026-06-24T03:44:09.341Ztflt 0.090505931
3422026-06-24T03:44:09.341Zdflt 0.058678614
3432026-06-24T03:44:09.341Zkflt 0.005165503
3442026-06-24T03:44:09.341Zlock 7:38.999032191
3452026-06-24T03:44:09.341Zslp 4:16.924794211
3462026-06-24T03:44:09.341Zlat 9.448289908
3472026-06-24T03:44:09.341Zstop 13.415439372
3482026-06-24T03:44:09.342Z+ header 'analyze std + api'
3492026-06-24T03:44:09.342Z+ echo '# ==== analyze std + api ==== #'
3502026-06-24T03:44:09.342Z# ==== analyze std + api ==== #
3512026-06-24T03:44:09.342Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3522026-06-24T03:44:09.545Z Compiling proc-macro2 v1.0.106
3532026-06-24T03:44:09.546Z Compiling quote v1.0.45
3542026-06-24T03:44:09.546Z Compiling unicode-ident v1.0.24
3552026-06-24T03:44:09.546Z Compiling memchr v2.8.2
3562026-06-24T03:44:09.546Z Compiling thiserror v2.0.18
3572026-06-24T03:44:09.546Z Compiling zerocopy v0.8.52
3582026-06-24T03:44:09.546Z Compiling zmij v1.0.21
3592026-06-24T03:44:09.553Z Compiling libc v0.2.186
3602026-06-24T03:44:09.745Z Compiling serde_core v1.0.228
3612026-06-24T03:44:09.893Z Compiling ident_case v1.0.1
3622026-06-24T03:44:09.917Z Compiling strsim v0.11.1
3632026-06-24T03:44:09.921Z Compiling serde_json v1.0.150
3642026-06-24T03:44:09.975Z Compiling ucd-trie v0.1.7
3652026-06-24T03:44:10.184Z Compiling pest v2.8.6
3662026-06-24T03:44:10.215Z Compiling serde v1.0.228
3672026-06-24T03:44:10.294Z Compiling fnv v1.0.7
3682026-06-24T03:44:10.464Z Compiling aho-corasick v1.1.4
3692026-06-24T03:44:10.550Z Checking byteorder v1.5.0
3702026-06-24T03:44:10.560Z Compiling itoa v1.0.18
3712026-06-24T03:44:10.735Z Compiling regex-syntax v0.8.11
3722026-06-24T03:44:10.808Z Compiling syn v2.0.117
3732026-06-24T03:44:11.188Z Compiling pest_meta v2.8.6
3742026-06-24T03:44:11.385Z Compiling usdt-impl v0.6.0
3752026-06-24T03:44:11.476Z Compiling either v1.16.0
3762026-06-24T03:44:11.656Z Compiling itertools v0.14.0
3772026-06-24T03:44:11.899Z Compiling thread-id v5.1.0
3782026-06-24T03:44:12.016Z Checking plain v0.2.3
3792026-06-24T03:44:12.066Z Checking log v0.4.32
3802026-06-24T03:44:12.195Z Compiling heapless v0.8.0
3812026-06-24T03:44:12.208Z Compiling regex-automata v0.4.14
3822026-06-24T03:44:12.847Z Checking bitflags v2.13.0
3832026-06-24T03:44:12.892Z Checking hash32 v0.3.1
3842026-06-24T03:44:12.916Z Compiling smoltcp v0.11.0
3852026-06-24T03:44:13.004Z Checking cfg-if v1.0.4
3862026-06-24T03:44:13.008Z Checking macaddr v1.0.1
3872026-06-24T03:44:13.052Z Checking stable_deref_trait v1.2.1
3882026-06-24T03:44:13.061Z Checking pretty-hex v0.4.2
3892026-06-24T03:44:13.248Z Compiling pest_generator v2.8.6
3902026-06-24T03:44:13.248Z Compiling darling_core v0.21.3
3912026-06-24T03:44:13.335Z Compiling darling_core v0.23.0
3922026-06-24T03:44:13.595Z Compiling ref-cast v1.0.25
3932026-06-24T03:44:13.625Z Checking managed v0.8.0
3942026-06-24T03:44:13.804Z Compiling crc32fast v1.5.0
3952026-06-24T03:44:13.866Z Compiling regex v1.12.4
3962026-06-24T03:44:13.896Z Checking bitflags v1.3.2
3972026-06-24T03:44:13.962Z Compiling version_check v0.9.5
3982026-06-24T03:44:14.235Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3992026-06-24T03:44:14.291Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4002026-06-24T03:44:14.454Z Compiling thiserror-impl v2.0.18
4012026-06-24T03:44:14.475Z Compiling serde_derive v1.0.228
4022026-06-24T03:44:14.599Z Compiling zerocopy-derive v0.8.52
4032026-06-24T03:44:14.750Z Compiling pest_derive v2.8.6
4042026-06-24T03:44:15.179Z Compiling scroll_derive v0.13.1
4052026-06-24T03:44:15.272Z Compiling ref-cast-impl v1.0.25
4062026-06-24T03:44:15.309Z Checking memmap2 v0.9.10
4072026-06-24T03:44:15.339Z Compiling darling_macro v0.21.3
4082026-06-24T03:44:15.422Z Compiling darling_macro v0.23.0
4092026-06-24T03:44:15.472Z Checking ipnetwork v0.21.1
4102026-06-24T03:44:15.819Z Compiling dtrace-parser v0.3.0
4112026-06-24T03:44:15.845Z Checking cobs v0.3.0
4122026-06-24T03:44:15.881Z Compiling darling v0.21.3
4132026-06-24T03:44:15.953Z Compiling ingot-macros v0.1.1
4142026-06-24T03:44:15.968Z Compiling darling v0.23.0
4152026-06-24T03:44:15.982Z Checking unicode-width v0.2.2
4162026-06-24T03:44:15.993Z Checking scroll v0.13.0
4172026-06-24T03:44:16.087Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4182026-06-24T03:44:16.200Z Checking goblin v0.10.7
4192026-06-24T03:44:16.222Z Checking tabwriter v1.4.1
4202026-06-24T03:44:16.425Z Checking itertools v0.15.0
4212026-06-24T03:44:16.490Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-06-24T03:44:16.970Z Checking dyn-clone v1.0.20
4232026-06-24T03:44:17.625Z Checking postcard v1.1.3
4242026-06-24T03:44:17.636Z Compiling serde_tokenstream v0.2.3
4252026-06-24T03:44:18.716Z Checking ingot-types v0.1.2
4262026-06-24T03:44:18.719Z Checking dof v0.4.0
4272026-06-24T03:44:19.016Z Checking ingot v0.1.1
4282026-06-24T03:44:19.622Z Compiling usdt-macro v0.6.0
4292026-06-24T03:44:19.622Z Compiling usdt-attr-macro v0.6.0
4302026-06-24T03:44:20.274Z Checking usdt v0.6.0
4312026-06-24T03:44:20.454Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-06-24T03:44:28.897Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.55s
4332026-06-24T03:44:28.938Z
4342026-06-24T03:44:28.938Zreal 19.629451127
4352026-06-24T03:44:28.938Zuser 1:04.976630660
4362026-06-24T03:44:28.939Zsys 12.942121056
4372026-06-24T03:44:28.939Ztrap 0.034476581
4382026-06-24T03:44:28.939Ztflt 0.180506592
4392026-06-24T03:44:28.939Zdflt 0.180363935
4402026-06-24T03:44:28.939Zkflt 0.000012400
4412026-06-24T03:44:28.939Zlock 3:47.381319419
4422026-06-24T03:44:28.939Zslp 3:28.574589167
4432026-06-24T03:44:28.949Zlat 2.844067406
4442026-06-24T03:44:28.949Zstop 6.316778615
4452026-06-24T03:44:28.949Z+ header 'analyze no_std + engine + kernel'
4462026-06-24T03:44:28.950Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-06-24T03:44:28.950Z+ ptime -m cargo +nightly-2026-06-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4482026-06-24T03:44:28.950Z# ==== analyze no_std + engine + kernel ==== #
4492026-06-24T03:44:29.111Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4502026-06-24T03:44:29.111Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4512026-06-24T03:44:29.116Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-06-24T03:44:29.132Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-06-24T03:44:29.379Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-06-24T03:44:33.189Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.18s
4552026-06-24T03:44:33.236Z
4562026-06-24T03:44:33.236Zreal 4.252580102
4572026-06-24T03:44:33.236Zuser 4.622801149
4582026-06-24T03:44:33.236Zsys 0.930539320
4592026-06-24T03:44:33.236Ztrap 0.000642970
4602026-06-24T03:44:33.236Ztflt 0.012226251
4612026-06-24T03:44:33.236Zdflt 0.005353672
4622026-06-24T03:44:33.236Zkflt 0.000000000
4632026-06-24T03:44:33.236Zlock 19.150114727
4642026-06-24T03:44:33.236Zslp 16.884820143
4652026-06-24T03:44:33.236Zlat 0.022608441
4662026-06-24T03:44:33.236Zstop 0.265224597
4672026-06-24T03:44:33.237Z+ header test
4682026-06-24T03:44:33.237Z+ echo '# ==== test ==== #'
4692026-06-24T03:44:33.237Z+ ptime -m cargo test
4702026-06-24T03:44:33.237Z# ==== test ==== #
4712026-06-24T03:44:33.363Z Compiling serde_core v1.0.228
4722026-06-24T03:44:33.374Z Compiling thiserror v2.0.18
4732026-06-24T03:44:33.374Z Compiling zerocopy v0.8.52
4742026-06-24T03:44:33.374Z Compiling byteorder v1.5.0
4752026-06-24T03:44:33.374Z Compiling memchr v2.8.2
4762026-06-24T03:44:33.374Z Compiling unicode-ident v1.0.24
4772026-06-24T03:44:33.374Z Compiling zmij v1.0.21
4782026-06-24T03:44:33.374Z Compiling scroll v0.13.0
4792026-06-24T03:44:33.454Z Compiling proc-macro2 v1.0.106
4802026-06-24T03:44:33.497Z Compiling libc v0.2.186
4812026-06-24T03:44:33.582Z Compiling ucd-trie v0.1.7
4822026-06-24T03:44:33.682Z Compiling log v0.4.32
4832026-06-24T03:44:33.765Z Compiling plain v0.2.3
4842026-06-24T03:44:33.853Z Compiling itoa v1.0.18
4852026-06-24T03:44:33.880Z Compiling goblin v0.10.7
4862026-06-24T03:44:33.880Z Compiling quote v1.0.45
4872026-06-24T03:44:34.099Z Compiling pest v2.8.6
4882026-06-24T03:44:34.315Z Compiling hash32 v0.3.1
4892026-06-24T03:44:34.491Z Compiling cfg-if v1.0.4
4902026-06-24T03:44:34.508Z Compiling pretty-hex v0.4.2
4912026-06-24T03:44:34.555Z Compiling macaddr v1.0.1
4922026-06-24T03:44:34.646Z Compiling stable_deref_trait v1.2.1
4932026-06-24T03:44:34.706Z Compiling heapless v0.8.0
4942026-06-24T03:44:34.785Z Compiling syn v2.0.117
4952026-06-24T03:44:34.937Z Compiling thread-id v5.1.0
4962026-06-24T03:44:35.010Z Compiling cobs v0.3.0
4972026-06-24T03:44:35.173Z Compiling serde v1.0.228
4982026-06-24T03:44:35.293Z Compiling bitflags v2.13.0
4992026-06-24T03:44:35.354Z Compiling serde_json v1.0.150
5002026-06-24T03:44:35.705Z Compiling dtrace-parser v0.3.0
5012026-06-24T03:44:35.806Z Compiling bitflags v1.3.2
5022026-06-24T03:44:35.861Z Compiling managed v0.8.0
5032026-06-24T03:44:35.868Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-06-24T03:44:36.088Z Compiling smoltcp v0.11.0
5052026-06-24T03:44:36.091Z Compiling postcard v1.1.3
5062026-06-24T03:44:36.247Z Compiling ingot-types v0.1.2
5072026-06-24T03:44:36.348Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-24T03:44:36.431Z Compiling memmap2 v0.9.10
5092026-06-24T03:44:36.671Z Compiling ingot v0.1.1
5102026-06-24T03:44:36.733Z Compiling either v1.16.0
5112026-06-24T03:44:36.944Z Compiling dof v0.4.0
5122026-06-24T03:44:36.944Z Compiling ipnetwork v0.21.1
5132026-06-24T03:44:37.477Z Compiling unicode-width v0.2.2
5142026-06-24T03:44:37.783Z Compiling usdt-impl v0.6.0
5152026-06-24T03:44:38.537Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-06-24T03:44:38.926Z Compiling usdt v0.6.0
5172026-06-24T03:44:39.338Z Compiling tabwriter v1.4.1
5182026-06-24T03:44:39.550Z Compiling itertools v0.15.0
5192026-06-24T03:44:39.752Z Compiling ref-cast v1.0.25
5202026-06-24T03:44:39.849Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-06-24T03:44:40.451Z Compiling crc32fast v1.5.0
5222026-06-24T03:44:40.561Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-06-24T03:44:40.698Z Compiling dyn-clone v1.0.20
5242026-06-24T03:44:55.509Z Finished `test` profile [optimized + debuginfo] target(s) in 22.31s
5252026-06-24T03:44:55.526Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df13950e119e285c)
5262026-06-24T03:44:55.539Z
5272026-06-24T03:44:55.539Zrunning 83 tests
5282026-06-24T03:44:55.539Ztest d_error::tests::name_and_data_storage ... ok
5292026-06-24T03:44:55.539Ztest ddi::mblk::test::chain_breaks_links ... ok
5302026-06-24T03:44:55.539Ztest d_error::tests::name_truncation ... ok
5312026-06-24T03:44:55.539Ztest ddi::mblk::test::chain_append_links ... ok
5322026-06-24T03:44:55.539Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5332026-06-24T03:44:55.539Ztest ddi::mblk::test::chain_drain_complete ... ok
5342026-06-24T03:44:55.539Ztest ddi::mblk::test::prefix_len ... ok
5352026-06-24T03:44:55.539Ztest ddi::mblk::test::expand_and_shrink ... ok
5362026-06-24T03:44:55.539Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5372026-06-24T03:44:55.539Ztest ddi::mblk::test::read_seg ... ok
5382026-06-24T03:44:55.539Ztest ddi::mblk::test::uninitialized_packet ... ok
5392026-06-24T03:44:55.539Ztest ddi::mblk::test::truncate ... ok
5402026-06-24T03:44:55.540Ztest ddi::time::test::good_interval ... ok
5412026-06-24T03:44:55.540Ztest ddi::mblk::test::zero_byte_packet ... ok
5422026-06-24T03:44:55.540Ztest ddi::mblk::test::wrap ... ok
5432026-06-24T03:44:55.540Ztest engine::dhcp::test::domain_search_option_encode ... ok
5442026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5452026-06-24T03:44:55.540Ztest engine::dhcp::test::hostname_encode ... ok
5462026-06-24T03:44:55.540Ztest engine::dhcp::test::rfc3442_encode ... ok
5472026-06-24T03:44:55.540Ztest engine::dhcp::test::offlink_encode ... ok
5482026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5492026-06-24T03:44:55.540Ztest engine::dhcp::test::domainname_encode ... ok
5502026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_client_id ... ok
5512026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5522026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_iata ... ok
5532026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_iana ... ok
5542026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5552026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_option_request ... ok
5562026-06-24T03:44:55.540Ztest ddi::time::test::bad_interval - should panic ... ok
5572026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5582026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5592026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5602026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5612026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5622026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_server_id ... ok
5632026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5642026-06-24T03:44:55.540Ztest engine::dhcpv6::options::test::test_status ... ok
5652026-06-24T03:44:55.540Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5662026-06-24T03:44:55.540Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5672026-06-24T03:44:55.540Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5682026-06-24T03:44:55.540Ztest engine::ether::test::emit ... ok
5692026-06-24T03:44:55.540Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5702026-06-24T03:44:55.541Ztest engine::flow_table::test::eviction_basics ... ok
5712026-06-24T03:44:55.541Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5722026-06-24T03:44:55.541Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5732026-06-24T03:44:55.541Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5742026-06-24T03:44:55.541Ztest engine::flow_table::test::flow_expired ... ok
5752026-06-24T03:44:55.541Ztest engine::flow_table::test::priority_lerp ... ok
5762026-06-24T03:44:55.541Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5772026-06-24T03:44:55.541Ztest engine::flow_table::test::flow_clear ... ok
5782026-06-24T03:44:55.541Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5792026-06-24T03:44:55.541Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5802026-06-24T03:44:55.541Ztest engine::geneve::test::emit_single_opt ... ok
5812026-06-24T03:44:55.541Ztest engine::geneve::test::emit_no_opts ... ok
5822026-06-24T03:44:55.541Ztest engine::ip::v4::test::cidr_match ... ok
5832026-06-24T03:44:55.541Ztest engine::ip::v4::test::emit ... ok
5842026-06-24T03:44:55.541Ztest engine::ip::v4::test::match_check ... ok
5852026-06-24T03:44:55.541Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5862026-06-24T03:44:55.541Ztest engine::ip::v6::test::emit ... ok
5872026-06-24T03:44:55.541Ztest engine::ip::v6::test::extension_push_spec ... ok
5882026-06-24T03:44:55.541Ztest engine::ip::v6::test::from_pairs ... ok
5892026-06-24T03:44:55.541Ztest engine::ip::v6::test::option_push_spec ... ok
5902026-06-24T03:44:55.541Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5912026-06-24T03:44:55.541Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5922026-06-24T03:44:55.541Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5932026-06-24T03:44:55.541Ztest engine::ip::v6::test::test_set_total_len ... ok
5942026-06-24T03:44:55.541Ztest engine::ip::v6::test::push_spec ... ok
5952026-06-24T03:44:55.541Ztest engine::layer::test::find_rule ... ok
5962026-06-24T03:44:55.541Ztest engine::nat::test::nat4_rewrite ... ok
5972026-06-24T03:44:55.541Ztest engine::packet::test::read_multi_segment ... ok
5982026-06-24T03:44:55.541Ztest engine::packet::test::small_packet_with_padding ... ok
5992026-06-24T03:44:55.541Ztest engine::packet::test::read_single_segment ... ok
6002026-06-24T03:44:55.541Ztest engine::packet::test::udp6_packet_with_padding ... ok
6012026-06-24T03:44:55.541Ztest engine::packet::test::straddled_tcp ... ok
6022026-06-24T03:44:55.541Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
6032026-06-24T03:44:55.541Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6042026-06-24T03:44:55.541Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6052026-06-24T03:44:55.541Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6062026-06-24T03:44:55.541Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6072026-06-24T03:44:55.541Ztest engine::rule::rule_matching ... ok
6082026-06-24T03:44:55.542Ztest engine::snat::test::nat_mappings ... ok
6092026-06-24T03:44:55.542Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6102026-06-24T03:44:55.542Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6112026-06-24T03:44:55.542Z
6122026-06-24T03:44:55.542Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-06-24T03:44:55.542Z
6142026-06-24T03:44:55.542Z Doc-tests opte
6152026-06-24T03:44:57.541Z
6162026-06-24T03:44:57.541Zrunning 3 tests
6172026-06-24T03:44:57.545Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6182026-06-24T03:44:57.545Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6192026-06-24T03:44:57.545Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6202026-06-24T03:44:57.545Z
6212026-06-24T03:44:57.545Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-06-24T03:44:57.545Z
6232026-06-24T03:44:57.545Zall doctests ran in 1.43s; merged doctests compilation took 1.42s
6242026-06-24T03:44:57.584Z
6252026-06-24T03:44:57.584Zreal 24.385609064
6262026-06-24T03:44:57.584Zuser 2:03.498468591
6272026-06-24T03:44:57.584Zsys 7.286964110
6282026-06-24T03:44:57.584Ztrap 0.059719594
6292026-06-24T03:44:57.584Ztflt 0.251539864
6302026-06-24T03:44:57.587Zdflt 0.291647644
6312026-06-24T03:44:57.587Zkflt 0.006473017
6322026-06-24T03:44:57.588Zlock 5:59.841283171
6332026-06-24T03:44:57.588Zslp 3:44.119393539
6342026-06-24T03:44:57.588Zlat 5.799767989
6352026-06-24T03:44:57.588Zstop 2.621407802
6362026-06-24T03:44:57.588Zprocess exited: duration 86190 ms, exit code 0
 
6372026-06-24T03:44:57.596Zfound 0 output files