01KWZGEVCKFFBQC38YB98ACZTW: opte

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

Buildomat Job: 01KWZGF9SNQVAT7JNAYT5GBTCR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T00:02:25.131Zjob assigned to worker 01KWZGFJSX8KQMCRYREARDT3Y3 [factory aws, i-0b879accc9549ac86] (queued for 51 s)
 
22026-07-08T00:02:31.405Zstarting task 0: "setup"
32026-07-08T00:02:31.412Z++ uname -s
42026-07-08T00:02:31.412Z+ kern=SunOS
52026-07-08T00:02:31.412Z+ build_user=build
62026-07-08T00:02:31.412Z+ build_uid=12345
72026-07-08T00:02:31.412Z+ work_dir=/work
82026-07-08T00:02:31.412Z+ input_dir=/input
92026-07-08T00:02:31.412Z+ [[ 0 == 12345 ]]
102026-07-08T00:02:31.412Z+ case "$kern" in
112026-07-08T00:02:31.412Z+ groupadd -g 12345 build
122026-07-08T00:02:31.412Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T00:02:33.408Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T00:02:33.500Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T00:02:33.512Z+ home_fs=zfs
162026-07-08T00:02:33.512Z+ [[ zfs == autofs ]]
172026-07-08T00:02:33.512Z+ mkdir -p /home/build
182026-07-08T00:02:33.512Z+ chown build:build /home/build /work
192026-07-08T00:02:34.503Z+ chmod 0700 /home/build /work
202026-07-08T00:02:34.530Zprocess exited: duration 3114 ms, exit code 0
 
212026-07-08T00:02:34.605Zstarting task 1: "rust-toolchain"
222026-07-08T00:02:34.625Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-07-08T00:02:34.625Z * rust toolchain channel = "1.96.0"
242026-07-08T00:02:34.625Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-08T00:02:34.626Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-08T00:02:34.626Z * rust toolchain profile = "default"
272026-07-08T00:02:34.626Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T00:02:34.626Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T00:02:34.626Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-07-08T00:02:34.700Zinfo: downloading installer
312026-07-08T00:02:36.240Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T00:02:36.240Zwarn: /home/build/.rustup/settings.toml
332026-07-08T00:02:36.240Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T00:02:36.240Zwarn: instead of the one inferred from the default host triple.
352026-07-08T00:02:36.252Zinfo: profile set to default
362026-07-08T00:02:36.252Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T00:02:36.252Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-07-08T00:02:36.413Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-07-08T00:02:36.413Zinfo: downloading 6 components
402026-07-08T00:02:51.880Z
412026-07-08T00:02:51.880Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-07-08T00:02:51.917Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-07-08T00:02:51.917Z
442026-07-08T00:02:51.917Z
452026-07-08T00:02:51.917ZRust is installed now. Great!
462026-07-08T00:02:51.917Z
472026-07-08T00:02:51.917ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T00:02:51.917Zenvironment variable. This has not been done automatically.
492026-07-08T00:02:51.917Z
502026-07-08T00:02:51.917ZTo configure your current shell, you need to source
512026-07-08T00:02:51.917Zthe corresponding env file under $HOME/.cargo.
522026-07-08T00:02:51.917Z
532026-07-08T00:02:51.917ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T00:02:51.920Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T00:02:51.921Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T00:02:51.921Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T00:02:51.921Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T00:02:51.921Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T00:02:51.921Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T00:02:51.921Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T00:02:51.921Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T00:02:52.008Z+ rustup --version
632026-07-08T00:02:52.016Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T00:02:52.020Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T00:02:52.038Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-07-08T00:02:52.041Z+ cargo --version
672026-07-08T00:02:52.053Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-07-08T00:02:52.057Z+ rustc --version
692026-07-08T00:02:52.076Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-07-08T00:02:52.079Zprocess exited: duration 17486 ms, exit code 0
 
712026-07-08T00:02:52.085Zstarting task 2: "authentication"
722026-07-08T00:02:52.102Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T00:02:52.108Zstarting task 3: "clone repository"
742026-07-08T00:02:52.112Z+ mkdir -p /work/oxidecomputer/opte
752026-07-08T00:02:52.115Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-08T00:02:52.147ZCloning into '/work/oxidecomputer/opte'...
772026-07-08T00:02:53.018Z+ cd /work/oxidecomputer/opte
782026-07-08T00:02:53.018Z+ git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d
792026-07-08T00:02:53.267ZFrom https://github.com/oxidecomputer/opte
802026-07-08T00:02:53.267Z * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD
812026-07-08T00:02:53.272Z+ [[ -n zl/mcast-tx-ecmp-select-one ]]
822026-07-08T00:02:53.278Z++ git branch --show-current
832026-07-08T00:02:53.278Z+ current=master
842026-07-08T00:02:53.278Z+ [[ master != zl/mcast-tx-ecmp-select-one ]]
852026-07-08T00:02:53.278Z+ git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d
862026-07-08T00:02:53.278Z+ git checkout -f zl/mcast-tx-ecmp-select-one
872026-07-08T00:02:53.293ZSwitched to branch 'zl/mcast-tx-ecmp-select-one'
882026-07-08T00:02:53.298Z+ git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d
892026-07-08T00:02:53.310ZHEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting
902026-07-08T00:02:53.314Zprocess exited: duration 1202 ms, exit code 0
 
912026-07-08T00:02:53.322Zstarting task 4: "build"
922026-07-08T00:02:53.326Z+ source .github/buildomat/common.sh
932026-07-08T00:02:53.326Z++ rustup show active-toolchain
942026-07-08T00:02:53.330Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-08T00:02:53.334Z++ pushd xde
962026-07-08T00:02:53.334Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-08T00:02:53.334Z++ rustup show active-toolchain
982026-07-08T00:02:53.340Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-07-08T00:02:53.494Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-07-08T00:02:53.500Zinfo: downloading 6 components
1012026-07-08T00:03:10.628Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-08T00:03:10.723Z+++ rustup show active-toolchain -v
1032026-07-08T00:03:10.727Z+++ head -n 1
1042026-07-08T00:03:10.727Z+++ cut '-d ' -f1
1052026-07-08T00:03:10.780Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-07-08T00:03:10.780Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-07-08T00:03:10.780Z++ popd
1082026-07-08T00:03:10.784Z/work/oxidecomputer/opte
1092026-07-08T00:03:10.784Z+ cargo --version
1102026-07-08T00:03:10.789Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-07-08T00:03:10.792Z+ rustc --version
1122026-07-08T00:03:10.811Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-07-08T00:03:10.815Z+ cd lib/opte
1142026-07-08T00:03:10.815Z+ header 'check style'
1152026-07-08T00:03:10.815Z+ echo '# ==== check style ==== #'
1162026-07-08T00:03:10.815Z# ==== check style ==== #
1172026-07-08T00:03:10.815Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-07-08T00:03:11.013Z
1192026-07-08T00:03:11.014Zreal 0.184260821
1202026-07-08T00:03:11.014Zuser 0.140583588
1212026-07-08T00:03:11.014Zsys 0.036700530
1222026-07-08T00:03:11.014Ztrap 0.000044630
1232026-07-08T00:03:11.014Ztflt 0.000014710
1242026-07-08T00:03:11.014Zdflt 0.000008690
1252026-07-08T00:03:11.014Zkflt 0.000000000
1262026-07-08T00:03:11.014Zlock 0.031602978
1272026-07-08T00:03:11.014Zslp 0.163832045
1282026-07-08T00:03:11.014Zlat 0.000755650
1292026-07-08T00:03:11.014Zstop 0.000099120
1302026-07-08T00:03:11.019Z+ header 'check docs'
1312026-07-08T00:03:11.019Z+ echo '# ==== check docs ==== #'
1322026-07-08T00:03:11.019Z# ==== check docs ==== #
1332026-07-08T00:03:11.019Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-08T00:03:11.019Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-08T00:03:11.086Z Updating crates.io index
1362026-07-08T00:03:11.090Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-08T00:03:12.037Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-08T00:03:12.399Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-08T00:03:12.630Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-08T00:03:12.991Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-08T00:03:13.247Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-08T00:03:13.518Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-08T00:03:15.442Z Downloading crates ...
1442026-07-08T00:03:15.498Z Downloaded aho-corasick v1.1.4
1452026-07-08T00:03:15.501Z Downloaded defmt-macros v1.1.0
1462026-07-08T00:03:15.504Z Downloaded digest v0.10.7
1472026-07-08T00:03:15.504Z Downloaded ident_case v1.0.1
1482026-07-08T00:03:15.507Z Downloaded pest_derive v2.8.6
1492026-07-08T00:03:15.507Z Downloaded crypto-common v0.1.7
1502026-07-08T00:03:15.511Z Downloaded heapless v0.8.0
1512026-07-08T00:03:15.514Z Downloaded dof v0.4.0
1522026-07-08T00:03:15.517Z Downloaded cpufeatures v0.2.17
1532026-07-08T00:03:15.517Z Downloaded crc32fast v1.5.0
1542026-07-08T00:03:15.520Z Downloaded defmt-parser v1.0.0
1552026-07-08T00:03:15.520Z Downloaded macaddr v1.0.1
1562026-07-08T00:03:15.523Z Downloaded fnv v1.0.7
1572026-07-08T00:03:15.523Z Downloaded darling v0.21.3
1582026-07-08T00:03:15.528Z Downloaded embedded-io v0.4.0
1592026-07-08T00:03:15.531Z Downloaded byteorder v1.5.0
1602026-07-08T00:03:15.531Z Downloaded defmt v1.1.0
1612026-07-08T00:03:15.534Z Downloaded ipnetwork v0.21.1
1622026-07-08T00:03:15.534Z Downloaded dtrace-parser v0.3.0
1632026-07-08T00:03:15.534Z Downloaded managed v0.8.0
1642026-07-08T00:03:15.538Z Downloaded generic-array v0.14.7
1652026-07-08T00:03:15.538Z Downloaded cfg-if v1.0.4
1662026-07-08T00:03:15.542Z Downloaded dyn-clone v1.0.20
1672026-07-08T00:03:15.545Z Downloaded bitflags v1.3.2
1682026-07-08T00:03:15.548Z Downloaded defmt v0.3.100
1692026-07-08T00:03:15.548Z Downloaded itoa v1.0.18
1702026-07-08T00:03:15.551Z Downloaded zmij v1.0.21
1712026-07-08T00:03:15.556Z Downloaded cobs v0.3.0
1722026-07-08T00:03:15.559Z Downloaded usdt-macro v0.6.0
1732026-07-08T00:03:15.563Z Downloaded ref-cast v1.0.25
1742026-07-08T00:03:15.563Z Downloaded version_check v0.9.5
1752026-07-08T00:03:15.563Z Downloaded darling_macro v0.21.3
1762026-07-08T00:03:15.563Z Downloaded plain v0.2.3
1772026-07-08T00:03:15.566Z Downloaded darling_macro v0.23.0
1782026-07-08T00:03:15.566Z Downloaded embedded-io v0.6.1
1792026-07-08T00:03:15.572Z Downloaded block-buffer v0.10.4
1802026-07-08T00:03:15.575Z Downloaded pretty-hex v0.4.2
1812026-07-08T00:03:15.578Z Downloaded stable_deref_trait v1.2.1
1822026-07-08T00:03:15.581Z Downloaded hash32 v0.3.1
1832026-07-08T00:03:15.581Z Downloaded usdt v0.6.0
1842026-07-08T00:03:15.581Z Downloaded tabwriter v1.4.1
1852026-07-08T00:03:15.581Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-07-08T00:03:15.584Z Downloaded usdt-attr-macro v0.6.0
1872026-07-08T00:03:15.584Z Downloaded either v1.16.0
1882026-07-08T00:03:15.584Z Downloaded ingot-macros v0.1.1
1892026-07-08T00:03:15.588Z Downloaded log v0.4.33
1902026-07-08T00:03:15.600Z Downloaded thread-id v5.1.0
1912026-07-08T00:03:15.603Z Downloaded scroll_derive v0.13.1
1922026-07-08T00:03:15.607Z Downloaded ref-cast-impl v1.0.25
1932026-07-08T00:03:15.610Z Downloaded strsim v0.11.1
1942026-07-08T00:03:15.613Z Downloaded darling v0.23.0
1952026-07-08T00:03:15.620Z Downloaded thiserror-impl v2.0.18
1962026-07-08T00:03:15.623Z Downloaded thiserror v2.0.18
1972026-07-08T00:03:15.629Z Downloaded scroll v0.13.0
1982026-07-08T00:03:15.633Z Downloaded ingot-types v0.1.2
1992026-07-08T00:03:15.636Z Downloaded sha2 v0.10.9
2002026-07-08T00:03:15.639Z Downloaded proc-macro-error2 v2.0.1
2012026-07-08T00:03:15.642Z Downloaded usdt-impl v0.6.0
2022026-07-08T00:03:15.645Z Downloaded quote v1.0.46
2032026-07-08T00:03:15.648Z Downloaded serde_tokenstream v0.2.3
2042026-07-08T00:03:15.651Z Downloaded memmap2 v0.9.10
2052026-07-08T00:03:15.655Z Downloaded pest_generator v2.8.6
2062026-07-08T00:03:15.658Z Downloaded ingot v0.1.1
2072026-07-08T00:03:15.661Z Downloaded bitflags v2.13.0
2082026-07-08T00:03:15.664Z Downloaded darling_core v0.23.0
2092026-07-08T00:03:15.667Z Downloaded postcard v1.1.3
2102026-07-08T00:03:15.679Z Downloaded proc-macro2 v1.0.106
2112026-07-08T00:03:15.693Z Downloaded pest_meta v2.8.6
2122026-07-08T00:03:15.697Z Downloaded ucd-trie v0.1.7
2132026-07-08T00:03:15.702Z Downloaded darling_core v0.21.3
2142026-07-08T00:03:15.706Z Downloaded serde_derive v1.0.228
2152026-07-08T00:03:15.709Z Downloaded unicode-ident v1.0.24
2162026-07-08T00:03:15.713Z Downloaded serde_core v1.0.228
2172026-07-08T00:03:15.725Z Downloaded zerocopy-derive v0.8.52
2182026-07-08T00:03:15.730Z Downloaded serde v1.0.228
2192026-07-08T00:03:15.737Z Downloaded memchr v2.8.2
2202026-07-08T00:03:15.762Z Downloaded typenum v1.20.1
2212026-07-08T00:03:15.765Z Downloaded pest v2.8.6
2222026-07-08T00:03:15.791Z Downloaded itertools v0.14.0
2232026-07-08T00:03:15.797Z Downloaded itertools v0.15.0
2242026-07-08T00:03:15.800Z Downloaded regex v1.12.4
2252026-07-08T00:03:15.811Z Downloaded serde_json v1.0.150
2262026-07-08T00:03:15.842Z Downloaded goblin v0.10.7
2272026-07-08T00:03:15.857Z Downloaded unicode-width v0.2.2
2282026-07-08T00:03:15.863Z Downloaded zerocopy v0.8.52
2292026-07-08T00:03:15.873Z Downloaded smoltcp v0.11.0
2302026-07-08T00:03:15.879Z Downloaded syn v2.0.118
2312026-07-08T00:03:15.887Z Downloaded regex-syntax v0.8.11
2322026-07-08T00:03:15.919Z Downloaded regex-automata v0.4.14
2332026-07-08T00:03:15.932Z Downloaded libc v0.2.186
2342026-07-08T00:03:15.992Z Compiling proc-macro2 v1.0.106
2352026-07-08T00:03:15.992Z Compiling quote v1.0.46
2362026-07-08T00:03:15.995Z Compiling unicode-ident v1.0.24
2372026-07-08T00:03:15.995Z Documenting unicode-ident v1.0.24
2382026-07-08T00:03:15.995Z Compiling ident_case v1.0.1
2392026-07-08T00:03:15.995Z Compiling strsim v0.11.1
2402026-07-08T00:03:15.995Z Compiling serde_core v1.0.228
2412026-07-08T00:03:16.148Z Compiling fnv v1.0.7
2422026-07-08T00:03:16.167Z Checking memchr v2.8.2
2432026-07-08T00:03:16.232Z Compiling thiserror v2.0.18
2442026-07-08T00:03:16.384Z Compiling regex-syntax v0.8.11
2452026-07-08T00:03:16.518Z Compiling zerocopy v0.8.52
2462026-07-08T00:03:16.582Z Compiling aho-corasick v1.1.4
2472026-07-08T00:03:16.694Z Compiling serde v1.0.228
2482026-07-08T00:03:17.069Z Compiling either v1.16.0
2492026-07-08T00:03:17.075Z Checking byteorder v1.5.0
2502026-07-08T00:03:17.221Z Documenting proc-macro2 v1.0.106
2512026-07-08T00:03:17.665Z Checking syn v2.0.118
2522026-07-08T00:03:17.699Z Compiling itertools v0.14.0
2532026-07-08T00:03:17.829Z Documenting quote v1.0.46
2542026-07-08T00:03:17.982Z Compiling regex-automata v0.4.14
2552026-07-08T00:03:18.334Z Documenting syn v2.0.118
2562026-07-08T00:03:18.389Z Documenting memchr v2.8.2
2572026-07-08T00:03:18.505Z Compiling heapless v0.8.0
2582026-07-08T00:03:18.924Z Checking bitflags v2.13.0
2592026-07-08T00:03:18.967Z Checking hash32 v0.3.1
2602026-07-08T00:03:19.019Z Documenting aho-corasick v1.1.4
2612026-07-08T00:03:19.072Z Documenting serde_core v1.0.228
2622026-07-08T00:03:19.163Z Checking macaddr v1.0.1
2632026-07-08T00:03:19.300Z Checking stable_deref_trait v1.2.1
2642026-07-08T00:03:19.365Z Documenting regex-syntax v0.8.11
2652026-07-08T00:03:19.619Z Compiling regex v1.12.4
2662026-07-08T00:03:19.799Z Checking cfg-if v1.0.4
2672026-07-08T00:03:19.859Z Checking darling_core v0.21.3
2682026-07-08T00:03:20.039Z Compiling smoltcp v0.11.0
2692026-07-08T00:03:20.389Z Compiling darling_core v0.23.0
2702026-07-08T00:03:20.435Z Documenting regex-automata v0.4.14
2712026-07-08T00:03:20.621Z Documenting zerocopy-derive v0.8.52
2722026-07-08T00:03:20.804Z Documenting serde_derive v1.0.228
2732026-07-08T00:03:20.828Z Documenting thiserror-impl v2.0.18
2742026-07-08T00:03:21.431Z Compiling zerocopy-derive v0.8.52
2752026-07-08T00:03:21.437Z Compiling thiserror-impl v2.0.18
2762026-07-08T00:03:21.456Z Compiling serde_derive v1.0.228
2772026-07-08T00:03:21.894Z Documenting regex v1.12.4
2782026-07-08T00:03:21.958Z Checking bitflags v1.3.2
2792026-07-08T00:03:21.977Z Documenting byteorder v1.5.0
2802026-07-08T00:03:22.019Z Checking managed v0.8.0
2812026-07-08T00:03:22.204Z Documenting bitflags v2.13.0
2822026-07-08T00:03:22.469Z Compiling darling_macro v0.21.3
2832026-07-08T00:03:22.503Z Compiling darling_macro v0.23.0
2842026-07-08T00:03:22.509Z Documenting hash32 v0.3.1
2852026-07-08T00:03:22.762Z Documenting thiserror v2.0.18
2862026-07-08T00:03:22.860Z Checking cobs v0.3.0
2872026-07-08T00:03:22.886Z Documenting zerocopy v0.8.52
2882026-07-08T00:03:22.991Z Compiling ref-cast v1.0.25
2892026-07-08T00:03:23.060Z Compiling darling v0.21.3
2902026-07-08T00:03:23.105Z Documenting cfg-if v1.0.4
2912026-07-08T00:03:23.132Z Compiling ingot-macros v0.1.1
2922026-07-08T00:03:23.132Z Documenting ingot-macros v0.1.1
2932026-07-08T00:03:23.314Z Documenting stable_deref_trait v1.2.1
2942026-07-08T00:03:23.319Z Compiling crc32fast v1.5.0
2952026-07-08T00:03:23.606Z Documenting macaddr v1.0.1
2962026-07-08T00:03:23.688Z Documenting cobs v0.3.0
2972026-07-08T00:03:23.830Z Documenting heapless v0.8.0
2982026-07-08T00:03:24.314Z Documenting serde v1.0.228
2992026-07-08T00:03:24.526Z Compiling ref-cast-impl v1.0.25
3002026-07-08T00:03:24.535Z Checking postcard v1.1.3
3012026-07-08T00:03:24.843Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-07-08T00:03:25.113Z Checking unicode-width v0.2.2
3032026-07-08T00:03:25.191Z Compiling version_check v0.9.5
3042026-07-08T00:03:25.364Z Checking ipnetwork v0.21.1
3052026-07-08T00:03:25.397Z Documenting managed v0.8.0
3062026-07-08T00:03:25.546Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3072026-07-08T00:03:25.633Z Compiling darling v0.23.0
3082026-07-08T00:03:25.710Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3092026-07-08T00:03:25.735Z Documenting ref-cast-impl v1.0.25
3102026-07-08T00:03:25.786Z Documenting either v1.16.0
3112026-07-08T00:03:25.794Z Documenting unicode-width v0.2.2
3122026-07-08T00:03:25.832Z Checking ingot-types v0.1.2
3132026-07-08T00:03:25.936Z Documenting ingot-types v0.1.2
3142026-07-08T00:03:26.138Z Documenting postcard v1.1.3
3152026-07-08T00:03:26.196Z Checking ingot v0.1.1
3162026-07-08T00:03:26.211Z Documenting smoltcp v0.11.0
3172026-07-08T00:03:26.433Z Documenting ipnetwork v0.21.1
3182026-07-08T00:03:26.684Z Documenting itertools v0.15.0
3192026-07-08T00:03:26.883Z Documenting tabwriter v1.4.1
3202026-07-08T00:03:27.108Z Documenting ref-cast v1.0.25
3212026-07-08T00:03:27.398Z Documenting ingot v0.1.1
3222026-07-08T00:03:27.649Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-07-08T00:03:27.716Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-08T00:03:27.874Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-07-08T00:03:28.235Z Checking itertools v0.15.0
3262026-07-08T00:03:28.562Z Checking tabwriter v1.4.1
3272026-07-08T00:03:28.642Z Documenting crc32fast v1.5.0
3282026-07-08T00:03:28.696Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-07-08T00:03:28.764Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-07-08T00:03:28.789Z Checking dyn-clone v1.0.20
3312026-07-08T00:03:28.887Z Documenting dyn-clone v1.0.20
3322026-07-08T00:03:29.827Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-07-08T00:03:31.104Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-07-08T00:03:33.595Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.33s
3352026-07-08T00:03:33.605Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-07-08T00:03:33.605Z
3372026-07-08T00:03:33.605Zreal 22.421445972
3382026-07-08T00:03:33.605Zuser 1:16.817437831
3392026-07-08T00:03:33.605Zsys 16.160001583
3402026-07-08T00:03:33.606Ztrap 0.046937300
3412026-07-08T00:03:33.606Ztflt 0.391144287
3422026-07-08T00:03:33.606Zdflt 1.046582623
3432026-07-08T00:03:33.606Zkflt 0.008287515
3442026-07-08T00:03:33.606Zlock 7:43.595172708
3452026-07-08T00:03:33.606Zslp 4:27.072102978
3462026-07-08T00:03:33.606Zlat 7.935486575
3472026-07-08T00:03:33.606Zstop 12.093229485
3482026-07-08T00:03:33.606Z+ header 'analyze std + api'
3492026-07-08T00:03:33.606Z+ echo '# ==== analyze std + api ==== #'
3502026-07-08T00:03:33.606Z# ==== analyze std + api ==== #
3512026-07-08T00:03:33.606Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3522026-07-08T00:03:33.691Z Compiling proc-macro2 v1.0.106
3532026-07-08T00:03:33.691Z Compiling quote v1.0.46
3542026-07-08T00:03:33.691Z Compiling unicode-ident v1.0.24
3552026-07-08T00:03:33.691Z Compiling memchr v2.8.2
3562026-07-08T00:03:33.691Z Compiling thiserror v2.0.18
3572026-07-08T00:03:33.691Z Compiling zerocopy v0.8.52
3582026-07-08T00:03:33.695Z Compiling zmij v1.0.21
3592026-07-08T00:03:33.695Z Compiling serde_core v1.0.228
3602026-07-08T00:03:33.871Z Compiling libc v0.2.186
3612026-07-08T00:03:34.034Z Compiling strsim v0.11.1
3622026-07-08T00:03:34.064Z Compiling ident_case v1.0.1
3632026-07-08T00:03:34.067Z Compiling serde_json v1.0.150
3642026-07-08T00:03:34.068Z Compiling ucd-trie v0.1.7
3652026-07-08T00:03:34.228Z Compiling pest v2.8.6
3662026-07-08T00:03:34.275Z Compiling serde v1.0.228
3672026-07-08T00:03:34.490Z Compiling fnv v1.0.7
3682026-07-08T00:03:34.600Z Compiling aho-corasick v1.1.4
3692026-07-08T00:03:34.607Z Checking byteorder v1.5.0
3702026-07-08T00:03:34.630Z Compiling regex-syntax v0.8.11
3712026-07-08T00:03:34.826Z Compiling itoa v1.0.18
3722026-07-08T00:03:34.995Z Compiling syn v2.0.118
3732026-07-08T00:03:35.297Z Compiling pest_meta v2.8.6
3742026-07-08T00:03:35.480Z Compiling usdt-impl v0.6.0
3752026-07-08T00:03:35.651Z Compiling either v1.16.0
3762026-07-08T00:03:35.848Z Compiling itertools v0.14.0
3772026-07-08T00:03:36.032Z Compiling thread-id v5.1.0
3782026-07-08T00:03:36.105Z Compiling regex-automata v0.4.14
3792026-07-08T00:03:36.163Z Checking plain v0.2.3
3802026-07-08T00:03:36.333Z Compiling heapless v0.8.0
3812026-07-08T00:03:36.561Z Checking log v0.4.33
3822026-07-08T00:03:36.771Z Checking bitflags v2.13.0
3832026-07-08T00:03:36.852Z Checking hash32 v0.3.1
3842026-07-08T00:03:36.932Z Checking stable_deref_trait v1.2.1
3852026-07-08T00:03:36.965Z Compiling smoltcp v0.11.0
3862026-07-08T00:03:36.993Z Checking pretty-hex v0.4.2
3872026-07-08T00:03:37.072Z Checking cfg-if v1.0.4
3882026-07-08T00:03:37.102Z Checking macaddr v1.0.1
3892026-07-08T00:03:37.339Z Checking bitflags v1.3.2
3902026-07-08T00:03:37.353Z Compiling pest_generator v2.8.6
3912026-07-08T00:03:37.358Z Compiling darling_core v0.21.3
3922026-07-08T00:03:37.394Z Compiling darling_core v0.23.0
3932026-07-08T00:03:37.494Z Checking managed v0.8.0
3942026-07-08T00:03:37.667Z Compiling ref-cast v1.0.25
3952026-07-08T00:03:37.728Z Compiling regex v1.12.4
3962026-07-08T00:03:37.957Z Compiling crc32fast v1.5.0
3972026-07-08T00:03:37.968Z Compiling version_check v0.9.5
3982026-07-08T00:03:38.230Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3992026-07-08T00:03:38.262Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4002026-07-08T00:03:38.471Z Checking memmap2 v0.9.10
4012026-07-08T00:03:38.541Z Compiling thiserror-impl v2.0.18
4022026-07-08T00:03:38.569Z Compiling serde_derive v1.0.228
4032026-07-08T00:03:38.607Z Compiling zerocopy-derive v0.8.52
4042026-07-08T00:03:38.624Z Compiling pest_derive v2.8.6
4052026-07-08T00:03:39.133Z Compiling scroll_derive v0.13.1
4062026-07-08T00:03:39.211Z Compiling ref-cast-impl v1.0.25
4072026-07-08T00:03:39.314Z Checking unicode-width v0.2.2
4082026-07-08T00:03:39.411Z Compiling darling_macro v0.21.3
4092026-07-08T00:03:39.473Z Compiling darling_macro v0.23.0
4102026-07-08T00:03:39.759Z Checking ipnetwork v0.21.1
4112026-07-08T00:03:39.866Z Checking dtrace-parser v0.3.0
4122026-07-08T00:03:39.929Z Checking cobs v0.3.0
4132026-07-08T00:03:39.942Z Checking scroll v0.13.0
4142026-07-08T00:03:39.968Z Compiling darling v0.21.3
4152026-07-08T00:03:40.037Z Compiling ingot-macros v0.1.1
4162026-07-08T00:03:40.058Z Compiling darling v0.23.0
4172026-07-08T00:03:40.126Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4182026-07-08T00:03:40.157Z Checking goblin v0.10.7
4192026-07-08T00:03:40.177Z Checking itertools v0.15.0
4202026-07-08T00:03:40.511Z Checking tabwriter v1.4.1
4212026-07-08T00:03:40.652Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-07-08T00:03:40.979Z Checking dyn-clone v1.0.20
4232026-07-08T00:03:41.612Z Checking postcard v1.1.3
4242026-07-08T00:03:41.631Z Compiling serde_tokenstream v0.2.3
4252026-07-08T00:03:42.652Z Compiling dof v0.4.0
4262026-07-08T00:03:42.656Z Checking ingot-types v0.1.2
4272026-07-08T00:03:42.947Z Checking ingot v0.1.1
4282026-07-08T00:03:43.494Z Compiling usdt-macro v0.6.0
4292026-07-08T00:03:43.494Z Compiling usdt-attr-macro v0.6.0
4302026-07-08T00:03:44.063Z Checking usdt v0.6.0
4312026-07-08T00:03:44.375Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-07-08T00:03:52.697Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.19s
4332026-07-08T00:03:52.725Z
4342026-07-08T00:03:52.731Zreal 19.264816351
4352026-07-08T00:03:52.731Zuser 1:03.768620766
4362026-07-08T00:03:52.731Zsys 12.381963505
4372026-07-08T00:03:52.731Ztrap 0.033291952
4382026-07-08T00:03:52.731Ztflt 0.143143000
4392026-07-08T00:03:52.731Zdflt 0.192479509
4402026-07-08T00:03:52.731Zkflt 0.000013950
4412026-07-08T00:03:52.732Zlock 3:41.990984014
4422026-07-08T00:03:52.732Zslp 3:22.356888369
4432026-07-08T00:03:52.732Zlat 3.667729408
4442026-07-08T00:03:52.732Zstop 6.806281124
4452026-07-08T00:03:52.732Z+ header 'analyze no_std + engine + kernel'
4462026-07-08T00:03:52.732Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-07-08T00:03:52.732Z# ==== analyze no_std + engine + kernel ==== #
4482026-07-08T00:03:52.732Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-07-08T00:03:52.901Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-07-08T00:03:52.901Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-07-08T00:03:52.905Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-07-08T00:03:52.905Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-07-08T00:03:53.168Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-07-08T00:03:56.885Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.11s
4552026-07-08T00:03:56.913Z
4562026-07-08T00:03:56.918Zreal 4.182166032
4572026-07-08T00:03:56.918Zuser 4.558245218
4582026-07-08T00:03:56.918Zsys 0.898313583
4592026-07-08T00:03:56.918Ztrap 0.000614050
4602026-07-08T00:03:56.918Ztflt 0.008478384
4612026-07-08T00:03:56.918Zdflt 0.002938070
4622026-07-08T00:03:56.918Zkflt 0.000000000
4632026-07-08T00:03:56.918Zlock 18.834908652
4642026-07-08T00:03:56.918Zslp 16.592214328
4652026-07-08T00:03:56.918Zlat 0.021955990
4662026-07-08T00:03:56.918Zstop 0.278928040
4672026-07-08T00:03:56.918Z+ header test
4682026-07-08T00:03:56.918Z+ echo '# ==== test ==== #'
4692026-07-08T00:03:56.918Z# ==== test ==== #
4702026-07-08T00:03:56.918Z+ ptime -m cargo test
4712026-07-08T00:03:57.057Z Compiling serde_core v1.0.228
4722026-07-08T00:03:57.060Z Compiling thiserror v2.0.18
4732026-07-08T00:03:57.060Z Compiling zerocopy v0.8.52
4742026-07-08T00:03:57.081Z Compiling byteorder v1.5.0
4752026-07-08T00:03:57.084Z Compiling memchr v2.8.2
4762026-07-08T00:03:57.088Z Compiling unicode-ident v1.0.24
4772026-07-08T00:03:57.091Z Compiling zmij v1.0.21
4782026-07-08T00:03:57.091Z Compiling libc v0.2.186
4792026-07-08T00:03:57.162Z Compiling scroll v0.13.0
4802026-07-08T00:03:57.208Z Compiling proc-macro2 v1.0.106
4812026-07-08T00:03:57.285Z Compiling log v0.4.33
4822026-07-08T00:03:57.424Z Compiling itoa v1.0.18
4832026-07-08T00:03:57.430Z Compiling plain v0.2.3
4842026-07-08T00:03:57.449Z Compiling ucd-trie v0.1.7
4852026-07-08T00:03:57.511Z Compiling goblin v0.10.7
4862026-07-08T00:03:57.518Z Compiling hash32 v0.3.1
4872026-07-08T00:03:57.674Z Compiling pest v2.8.6
4882026-07-08T00:03:57.674Z Compiling quote v1.0.46
4892026-07-08T00:03:58.151Z Compiling cfg-if v1.0.4
4902026-07-08T00:03:58.213Z Compiling stable_deref_trait v1.2.1
4912026-07-08T00:03:58.281Z Compiling macaddr v1.0.1
4922026-07-08T00:03:58.315Z Compiling pretty-hex v0.4.2
4932026-07-08T00:03:58.441Z Compiling heapless v0.8.0
4942026-07-08T00:03:58.530Z Compiling syn v2.0.118
4952026-07-08T00:03:58.632Z Compiling thread-id v5.1.0
4962026-07-08T00:03:58.702Z Compiling dtrace-parser v0.3.0
4972026-07-08T00:03:58.892Z Compiling serde v1.0.228
4982026-07-08T00:03:59.005Z Compiling serde_json v1.0.150
4992026-07-08T00:03:59.390Z Compiling bitflags v2.13.0
5002026-07-08T00:03:59.505Z Compiling cobs v0.3.0
5012026-07-08T00:03:59.800Z Compiling bitflags v1.3.2
5022026-07-08T00:03:59.803Z Compiling managed v0.8.0
5032026-07-08T00:03:59.865Z Compiling ingot-types v0.1.2
5042026-07-08T00:03:59.986Z Compiling smoltcp v0.11.0
5052026-07-08T00:04:00.018Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5062026-07-08T00:04:00.022Z Compiling postcard v1.1.3
5072026-07-08T00:04:00.246Z Compiling ingot v0.1.1
5082026-07-08T00:04:00.268Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-07-08T00:04:00.357Z Compiling memmap2 v0.9.10
5102026-07-08T00:04:00.675Z Compiling dof v0.4.0
5112026-07-08T00:04:00.875Z Compiling unicode-width v0.2.2
5122026-07-08T00:04:01.177Z Compiling either v1.16.0
5132026-07-08T00:04:01.382Z Compiling usdt-impl v0.6.0
5142026-07-08T00:04:02.125Z Compiling ipnetwork v0.21.1
5152026-07-08T00:04:02.252Z Compiling usdt v0.6.0
5162026-07-08T00:04:02.469Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5172026-07-08T00:04:02.644Z Compiling itertools v0.15.0
5182026-07-08T00:04:02.879Z Compiling tabwriter v1.4.1
5192026-07-08T00:04:03.295Z Compiling ref-cast v1.0.25
5202026-07-08T00:04:03.391Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-07-08T00:04:04.114Z Compiling crc32fast v1.5.0
5222026-07-08T00:04:04.158Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-07-08T00:04:04.200Z Compiling dyn-clone v1.0.20
5242026-07-08T00:04:18.731Z Finished `test` profile [optimized + debuginfo] target(s) in 21.80s
5252026-07-08T00:04:18.746Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-62a8bb4395836d87)
5262026-07-08T00:04:18.749Z
5272026-07-08T00:04:18.749Zrunning 83 tests
5282026-07-08T00:04:18.749Ztest d_error::tests::name_and_data_storage ... ok
5292026-07-08T00:04:18.749Ztest d_error::tests::name_truncation ... ok
5302026-07-08T00:04:18.749Ztest ddi::mblk::test::chain_append_links ... ok
5312026-07-08T00:04:18.749Ztest ddi::mblk::test::chain_drain_complete ... ok
5322026-07-08T00:04:18.749Ztest ddi::mblk::test::chain_breaks_links ... ok
5332026-07-08T00:04:18.749Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5342026-07-08T00:04:18.749Ztest ddi::mblk::test::prefix_len ... ok
5352026-07-08T00:04:18.749Ztest ddi::mblk::test::expand_and_shrink ... ok
5362026-07-08T00:04:18.749Ztest ddi::mblk::test::read_seg ... ok
5372026-07-08T00:04:18.749Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5382026-07-08T00:04:18.749Ztest ddi::mblk::test::truncate ... ok
5392026-07-08T00:04:18.749Ztest ddi::mblk::test::uninitialized_packet ... ok
5402026-07-08T00:04:18.749Ztest ddi::mblk::test::wrap ... ok
5412026-07-08T00:04:18.750Ztest ddi::mblk::test::zero_byte_packet ... ok
5422026-07-08T00:04:18.750Ztest ddi::time::test::good_interval ... ok
5432026-07-08T00:04:18.750Ztest engine::dhcp::test::domainname_encode ... ok
5442026-07-08T00:04:18.750Ztest engine::dhcp::test::hostname_encode ... ok
5452026-07-08T00:04:18.750Ztest engine::dhcp::test::domain_search_option_encode ... ok
5462026-07-08T00:04:18.750Ztest engine::dhcp::test::offlink_encode ... ok
5472026-07-08T00:04:18.750Ztest engine::dhcp::test::rfc3442_encode ... ok
5482026-07-08T00:04:18.750Ztest engine::dhcpv6::options::test::test_client_id ... ok
5492026-07-08T00:04:18.750Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5502026-07-08T00:04:18.750Ztest engine::dhcpv6::options::test::test_iana ... ok
5512026-07-08T00:04:18.750Ztest engine::dhcpv6::options::test::test_iata ... ok
5522026-07-08T00:04:18.750Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5532026-07-08T00:04:18.750Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5542026-07-08T00:04:18.750Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5552026-07-08T00:04:18.750Ztest ddi::time::test::bad_interval - should panic ... ok
5562026-07-08T00:04:18.750Ztest engine::dhcpv6::options::test::test_option_request ... ok
5572026-07-08T00:04:18.753Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5582026-07-08T00:04:18.754Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5592026-07-08T00:04:18.754Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5602026-07-08T00:04:18.754Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5612026-07-08T00:04:18.754Ztest engine::dhcpv6::options::test::test_status ... ok
5622026-07-08T00:04:18.754Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5632026-07-08T00:04:18.754Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5642026-07-08T00:04:18.754Ztest engine::ether::test::emit ... ok
5652026-07-08T00:04:18.754Ztest engine::dhcpv6::options::test::test_server_id ... ok
5662026-07-08T00:04:18.754Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5672026-07-08T00:04:18.754Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5682026-07-08T00:04:18.754Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5692026-07-08T00:04:18.754Ztest engine::flow_table::test::flow_clear ... ok
5702026-07-08T00:04:18.754Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5712026-07-08T00:04:18.754Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5722026-07-08T00:04:18.754Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5732026-07-08T00:04:18.754Ztest engine::flow_table::test::eviction_basics ... ok
5742026-07-08T00:04:18.754Ztest engine::flow_table::test::flow_expired ... ok
5752026-07-08T00:04:18.754Ztest engine::flow_table::test::priority_lerp ... ok
5762026-07-08T00:04:18.754Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5772026-07-08T00:04:18.754Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5782026-07-08T00:04:18.754Ztest engine::ip::v4::test::emit ... ok
5792026-07-08T00:04:18.754Ztest engine::geneve::test::emit_single_opt ... ok
5802026-07-08T00:04:18.754Ztest engine::geneve::test::emit_no_opts ... ok
5812026-07-08T00:04:18.754Ztest engine::ip::v4::test::cidr_match ... ok
5822026-07-08T00:04:18.754Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5832026-07-08T00:04:18.754Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5842026-07-08T00:04:18.754Ztest engine::ip::v4::test::match_check ... ok
5852026-07-08T00:04:18.754Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5862026-07-08T00:04:18.754Ztest engine::ip::v6::test::emit ... ok
5872026-07-08T00:04:18.754Ztest engine::ip::v6::test::from_pairs ... ok
5882026-07-08T00:04:18.754Ztest engine::ip::v6::test::extension_push_spec ... ok
5892026-07-08T00:04:18.754Ztest engine::ip::v6::test::option_push_spec ... ok
5902026-07-08T00:04:18.754Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5912026-07-08T00:04:18.754Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5922026-07-08T00:04:18.754Ztest engine::layer::test::find_rule ... ok
5932026-07-08T00:04:18.754Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5942026-07-08T00:04:18.754Ztest engine::ip::v6::test::test_set_total_len ... ok
5952026-07-08T00:04:18.755Ztest engine::packet::test::read_multi_segment ... ok
5962026-07-08T00:04:18.755Ztest engine::packet::test::read_single_segment ... ok
5972026-07-08T00:04:18.755Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5982026-07-08T00:04:18.755Ztest engine::nat::test::nat4_rewrite ... ok
5992026-07-08T00:04:18.755Ztest engine::packet::test::small_packet_with_padding ... ok
6002026-07-08T00:04:18.755Ztest engine::packet::test::straddled_tcp ... ok
6012026-07-08T00:04:18.755Ztest engine::packet::test::udp6_packet_with_padding ... ok
6022026-07-08T00:04:18.755Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6032026-07-08T00:04:18.755Ztest engine::ip::v6::test::push_spec ... ok
6042026-07-08T00:04:18.755Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6052026-07-08T00:04:18.755Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6062026-07-08T00:04:18.755Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6072026-07-08T00:04:18.755Ztest engine::rule::rule_matching ... ok
6082026-07-08T00:04:18.755Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6092026-07-08T00:04:18.755Ztest engine::snat::test::nat_mappings ... ok
6102026-07-08T00:04:18.755Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6112026-07-08T00:04:18.755Z
6122026-07-08T00:04:18.755Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-07-08T00:04:18.755Z
6142026-07-08T00:04:18.755Z Doc-tests opte
6152026-07-08T00:04:20.683Z
6162026-07-08T00:04:20.683Zrunning 3 tests
6172026-07-08T00:04:20.686Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6182026-07-08T00:04:20.686Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6192026-07-08T00:04:20.686Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6202026-07-08T00:04:20.686Z
6212026-07-08T00:04:20.686Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-07-08T00:04:20.686Z
6232026-07-08T00:04:20.691Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6242026-07-08T00:04:20.728Z
6252026-07-08T00:04:20.731Zreal 23.805589092
6262026-07-08T00:04:20.731Zuser 2:00.212849387
6272026-07-08T00:04:20.731Zsys 6.961217410
6282026-07-08T00:04:20.731Ztrap 0.058521750
6292026-07-08T00:04:20.731Ztflt 0.173191394
6302026-07-08T00:04:20.731Zdflt 0.360405402
6312026-07-08T00:04:20.731Zkflt 0.000003900
6322026-07-08T00:04:20.731Zlock 5:51.220250498
6332026-07-08T00:04:20.731Zslp 3:39.088784085
6342026-07-08T00:04:20.732Zlat 5.792919450
6352026-07-08T00:04:20.732Zstop 3.124073285
6362026-07-08T00:04:20.732Zprocess exited: duration 87406 ms, exit code 0
 
6372026-07-08T00:04:20.738Zfound 0 output files