01KWCG88X9TK8F6MBTVN4YAF8B: opte

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

Buildomat Job: 01KWCG8SBCWH8922AQSNE53W49

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T14:53:13.345Zjob assigned to worker 01KWCG8Y6RPAZKGA2N98CN6RQ7 [factory aws, i-04cac0a6956991984] (queued for 46 s)
 
22026-06-30T14:53:19.561Zstarting task 0: "setup"
32026-06-30T14:53:19.566Z++ uname -s
42026-06-30T14:53:19.569Z+ kern=SunOS
52026-06-30T14:53:19.569Z+ build_user=build
62026-06-30T14:53:19.569Z+ build_uid=12345
72026-06-30T14:53:19.569Z+ work_dir=/work
82026-06-30T14:53:19.569Z+ input_dir=/input
92026-06-30T14:53:19.569Z+ [[ 0 == 12345 ]]
102026-06-30T14:53:19.569Z+ case "$kern" in
112026-06-30T14:53:19.569Z+ groupadd -g 12345 build
122026-06-30T14:53:19.569Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T14:53:21.575Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T14:53:21.658Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T14:53:21.661Z+ home_fs=zfs
162026-06-30T14:53:21.661Z+ [[ zfs == autofs ]]
172026-06-30T14:53:21.661Z+ mkdir -p /home/build
182026-06-30T14:53:21.661Z+ chown build:build /home/build /work
192026-06-30T14:53:23.662Z+ chmod 0700 /home/build /work
202026-06-30T14:53:23.665Zprocess exited: duration 4102 ms, exit code 0
 
212026-06-30T14:53:23.671Zstarting task 1: "rust-toolchain"
222026-06-30T14:53:23.675Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T14:53:23.675Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-30T14:53:23.675Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-30T14:53:23.675Z * rust toolchain channel = "1.96.0"
262026-06-30T14:53:23.675Z * rust toolchain profile = "default"
272026-06-30T14:53:23.678Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T14:53:23.678Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T14:53:23.678Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T14:53:23.781Zinfo: downloading installer
312026-06-30T14:53:25.268Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T14:53:25.268Zwarn: /home/build/.rustup/settings.toml
332026-06-30T14:53:25.269Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T14:53:25.269Zwarn: instead of the one inferred from the default host triple.
352026-06-30T14:53:25.281Zinfo: profile set to default
362026-06-30T14:53:25.281Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T14:53:25.284Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T14:53:25.420Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T14:53:25.423Zinfo: downloading 6 components
402026-06-30T14:53:40.419Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T14:53:40.419Z
422026-06-30T14:53:40.454Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T14:53:40.454Z
442026-06-30T14:53:40.454Z
452026-06-30T14:53:40.454ZRust is installed now. Great!
462026-06-30T14:53:40.454Z
472026-06-30T14:53:40.454ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T14:53:40.454Zenvironment variable. This has not been done automatically.
492026-06-30T14:53:40.454Z
502026-06-30T14:53:40.454ZTo configure your current shell, you need to source
512026-06-30T14:53:40.454Zthe corresponding env file under $HOME/.cargo.
522026-06-30T14:53:40.454Z
532026-06-30T14:53:40.454ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T14:53:40.457Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T14:53:40.457Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T14:53:40.457Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T14:53:40.457Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T14:53:40.457Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T14:53:40.458Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T14:53:40.458Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T14:53:40.458Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T14:53:40.546Z+ rustup --version
632026-06-30T14:53:40.554Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T14:53:40.557Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T14:53:40.575Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T14:53:40.578Z+ cargo --version
672026-06-30T14:53:40.591Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T14:53:40.594Z+ rustc --version
692026-06-30T14:53:40.613Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T14:53:40.616Zprocess exited: duration 16943 ms, exit code 0
 
712026-06-30T14:53:40.622Zstarting task 2: "authentication"
722026-06-30T14:53:40.639Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T14:53:40.649Zstarting task 3: "clone repository"
742026-06-30T14:53:40.657Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T14:53:40.657Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T14:53:40.685ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T14:53:41.601Z+ cd /work/oxidecomputer/opte
782026-06-30T14:53:41.601Z+ git fetch origin 2a1be40c7ae5607cb84359f9638df92ee41bc860
792026-06-30T14:53:41.862ZFrom https://github.com/oxidecomputer/opte
802026-06-30T14:53:41.862Z * branch 2a1be40c7ae5607cb84359f9638df92ee41bc860 -> FETCH_HEAD
812026-06-30T14:53:41.867Z+ [[ -n c3 ]]
822026-06-30T14:53:41.870Z++ git branch --show-current
832026-06-30T14:53:41.870Z+ current=master
842026-06-30T14:53:41.870Z+ [[ master != c3 ]]
852026-06-30T14:53:41.870Z+ git branch -f c3 2a1be40c7ae5607cb84359f9638df92ee41bc860
862026-06-30T14:53:41.873Z+ git checkout -f c3
872026-06-30T14:53:41.889ZSwitched to branch 'c3'
882026-06-30T14:53:41.893Z+ git reset --hard 2a1be40c7ae5607cb84359f9638df92ee41bc860
892026-06-30T14:53:41.906ZHEAD is now at 2a1be40 [safety] Weaken lifetime in get_xde_state()
902026-06-30T14:53:41.909Zprocess exited: duration 1257 ms, exit code 0
 
912026-06-30T14:53:41.915Zstarting task 4: "build"
922026-06-30T14:53:41.919Z+ source .github/buildomat/common.sh
932026-06-30T14:53:41.923Z++ rustup show active-toolchain
942026-06-30T14:53:41.926Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T14:53:41.926Z++ pushd xde
962026-06-30T14:53:41.926Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-30T14:53:41.926Z++ rustup show active-toolchain
982026-06-30T14:53:41.930Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T14:53:42.201Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T14:53:42.204Zinfo: downloading 6 components
1012026-06-30T14:53:55.169Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T14:53:55.264Z+++ rustup show active-toolchain -v
1032026-06-30T14:53:55.267Z+++ head -n 1
1042026-06-30T14:53:55.267Z+++ cut '-d ' -f1
1052026-06-30T14:53:55.320Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T14:53:55.320Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T14:53:55.320Z++ popd
1082026-06-30T14:53:55.324Z/work/oxidecomputer/opte
1092026-06-30T14:53:55.324Z+ cargo --version
1102026-06-30T14:53:55.330Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-30T14:53:55.333Z+ rustc --version
1122026-06-30T14:53:55.352Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-30T14:53:55.355Z+ cd lib/opte
1142026-06-30T14:53:55.355Z+ header 'check style'
1152026-06-30T14:53:55.355Z+ echo '# ==== check style ==== #'
1162026-06-30T14:53:55.355Z# ==== check style ==== #
1172026-06-30T14:53:55.355Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-30T14:53:55.539Z
1192026-06-30T14:53:55.539Zreal 0.182042378
1202026-06-30T14:53:55.539Zuser 0.139511111
1212026-06-30T14:53:55.539Zsys 0.036259711
1222026-06-30T14:53:55.539Ztrap 0.000013667
1232026-06-30T14:53:55.539Ztflt 0.000018028
1242026-06-30T14:53:55.543Zdflt 0.000001648
1252026-06-30T14:53:55.543Zkflt 0.000000000
1262026-06-30T14:53:55.543Zlock 0.030869828
1272026-06-30T14:53:55.543Zslp 0.161615871
1282026-06-30T14:53:55.543Zlat 0.000811261
1292026-06-30T14:53:55.543Zstop 0.000101451
1302026-06-30T14:53:55.543Z+ header 'check docs'
1312026-06-30T14:53:55.543Z+ echo '# ==== check docs ==== #'
1322026-06-30T14:53:55.543Z# ==== check docs ==== #
1332026-06-30T14:53:55.543Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-30T14:53:55.543Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-30T14:53:55.608Z Updating crates.io index
1362026-06-30T14:53:55.611Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-30T14:53:56.284Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-30T14:53:56.569Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-30T14:53:56.944Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-30T14:53:57.220Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-30T14:53:57.479Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-30T14:53:57.778Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-30T14:53:59.938Z Downloading crates ...
1442026-06-30T14:53:59.989Z Downloaded bitflags v1.3.2
1452026-06-30T14:53:59.998Z Downloaded darling_core v0.23.0
1462026-06-30T14:54:00.003Z Downloaded darling_macro v0.21.3
1472026-06-30T14:54:00.006Z Downloaded darling_macro v0.23.0
1482026-06-30T14:54:00.006Z Downloaded defmt v0.3.100
1492026-06-30T14:54:00.006Z Downloaded block-buffer v0.10.4
1502026-06-30T14:54:00.006Z Downloaded cpufeatures v0.2.17
1512026-06-30T14:54:00.006Z Downloaded crc32fast v1.5.0
1522026-06-30T14:54:00.006Z Downloaded cobs v0.3.0
1532026-06-30T14:54:00.014Z Downloaded crypto-common v0.1.7
1542026-06-30T14:54:00.017Z Downloaded cfg-if v1.0.4
1552026-06-30T14:54:00.020Z Downloaded byteorder v1.5.0
1562026-06-30T14:54:00.020Z Downloaded defmt-macros v1.1.0
1572026-06-30T14:54:00.020Z Downloaded embedded-io v0.4.0
1582026-06-30T14:54:00.024Z Downloaded bitflags v2.13.0
1592026-06-30T14:54:00.024Z Downloaded darling v0.21.3
1602026-06-30T14:54:00.026Z Downloaded defmt v1.1.0
1612026-06-30T14:54:00.029Z Downloaded itoa v1.0.18
1622026-06-30T14:54:00.029Z Downloaded darling v0.23.0
1632026-06-30T14:54:00.032Z Downloaded typenum v1.20.1
1642026-06-30T14:54:00.035Z Downloaded scroll_derive v0.13.1
1652026-06-30T14:54:00.040Z Downloaded digest v0.10.7
1662026-06-30T14:54:00.043Z Downloaded ingot-types v0.1.2
1672026-06-30T14:54:00.049Z Downloaded ident_case v1.0.1
1682026-06-30T14:54:00.052Z Downloaded dtrace-parser v0.3.0
1692026-06-30T14:54:00.052Z Downloaded hash32 v0.3.1
1702026-06-30T14:54:00.052Z Downloaded strsim v0.11.1
1712026-06-30T14:54:00.054Z Downloaded dof v0.4.0
1722026-06-30T14:54:00.057Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-06-30T14:54:00.057Z Downloaded defmt-parser v1.0.0
1742026-06-30T14:54:00.060Z Downloaded fnv v1.0.7
1752026-06-30T14:54:00.060Z Downloaded stable_deref_trait v1.2.1
1762026-06-30T14:54:00.064Z Downloaded dyn-clone v1.0.20
1772026-06-30T14:54:00.073Z Downloaded embedded-io v0.6.1
1782026-06-30T14:54:00.082Z Downloaded usdt-attr-macro v0.6.0
1792026-06-30T14:54:00.085Z Downloaded usdt v0.6.0
1802026-06-30T14:54:00.088Z Downloaded ref-cast-impl v1.0.25
1812026-06-30T14:54:00.094Z Downloaded usdt-macro v0.6.0
1822026-06-30T14:54:00.101Z Downloaded plain v0.2.3
1832026-06-30T14:54:00.105Z Downloaded tabwriter v1.4.1
1842026-06-30T14:54:00.108Z Downloaded thread-id v5.1.0
1852026-06-30T14:54:00.111Z Downloaded version_check v0.9.5
1862026-06-30T14:54:00.114Z Downloaded ref-cast v1.0.25
1872026-06-30T14:54:00.116Z Downloaded macaddr v1.0.1
1882026-06-30T14:54:00.119Z Downloaded serde_tokenstream v0.2.3
1892026-06-30T14:54:00.126Z Downloaded managed v0.8.0
1902026-06-30T14:54:00.129Z Downloaded thiserror-impl v2.0.18
1912026-06-30T14:54:00.129Z Downloaded either v1.16.0
1922026-06-30T14:54:00.132Z Downloaded zmij v1.0.21
1932026-06-30T14:54:00.132Z Downloaded generic-array v0.14.7
1942026-06-30T14:54:00.135Z Downloaded ipnetwork v0.21.1
1952026-06-30T14:54:00.138Z Downloaded usdt-impl v0.6.0
1962026-06-30T14:54:00.140Z Downloaded scroll v0.13.0
1972026-06-30T14:54:00.141Z Downloaded quote v1.0.46
1982026-06-30T14:54:00.145Z Downloaded ingot v0.1.1
1992026-06-30T14:54:00.152Z Downloaded pretty-hex v0.4.2
2002026-06-30T14:54:00.155Z Downloaded ingot-macros v0.1.1
2012026-06-30T14:54:00.159Z Downloaded sha2 v0.10.9
2022026-06-30T14:54:00.166Z Downloaded pest_derive v2.8.6
2032026-06-30T14:54:00.171Z Downloaded proc-macro-error2 v2.0.1
2042026-06-30T14:54:00.174Z Downloaded pest_generator v2.8.6
2052026-06-30T14:54:00.174Z Downloaded thiserror v2.0.18
2062026-06-30T14:54:00.185Z Downloaded memmap2 v0.9.10
2072026-06-30T14:54:00.188Z Downloaded proc-macro2 v1.0.106
2082026-06-30T14:54:00.191Z Downloaded postcard v1.1.3
2092026-06-30T14:54:00.194Z Downloaded darling_core v0.21.3
2102026-06-30T14:54:00.197Z Downloaded aho-corasick v1.1.4
2112026-06-30T14:54:00.200Z Downloaded log v0.4.33
2122026-06-30T14:54:00.202Z Downloaded serde_derive v1.0.228
2132026-06-30T14:54:00.203Z Downloaded serde_core v1.0.228
2142026-06-30T14:54:00.206Z Downloaded ucd-trie v0.1.7
2152026-06-30T14:54:00.217Z Downloaded unicode-ident v1.0.24
2162026-06-30T14:54:00.224Z Downloaded pest_meta v2.8.6
2172026-06-30T14:54:00.231Z Downloaded serde v1.0.228
2182026-06-30T14:54:00.234Z Downloaded zerocopy-derive v0.8.52
2192026-06-30T14:54:00.237Z Downloaded itertools v0.15.0
2202026-06-30T14:54:00.240Z Downloaded heapless v0.8.0
2212026-06-30T14:54:00.252Z Downloaded memchr v2.8.2
2222026-06-30T14:54:00.274Z Downloaded pest v2.8.6
2232026-06-30T14:54:00.281Z Downloaded serde_json v1.0.150
2242026-06-30T14:54:00.285Z Downloaded regex v1.12.4
2252026-06-30T14:54:00.288Z Downloaded itertools v0.14.0
2262026-06-30T14:54:00.343Z Downloaded unicode-width v0.2.2
2272026-06-30T14:54:00.350Z Downloaded goblin v0.10.7
2282026-06-30T14:54:00.353Z Downloaded zerocopy v0.8.52
2292026-06-30T14:54:00.364Z Downloaded smoltcp v0.11.0
2302026-06-30T14:54:00.370Z Downloaded syn v2.0.118
2312026-06-30T14:54:00.375Z Downloaded regex-syntax v0.8.11
2322026-06-30T14:54:00.408Z Downloaded regex-automata v0.4.14
2332026-06-30T14:54:00.420Z Downloaded libc v0.2.186
2342026-06-30T14:54:00.480Z Compiling proc-macro2 v1.0.106
2352026-06-30T14:54:00.480Z Compiling quote v1.0.46
2362026-06-30T14:54:00.483Z Compiling unicode-ident v1.0.24
2372026-06-30T14:54:00.483Z Documenting unicode-ident v1.0.24
2382026-06-30T14:54:00.483Z Compiling strsim v0.11.1
2392026-06-30T14:54:00.483Z Compiling ident_case v1.0.1
2402026-06-30T14:54:00.483Z Compiling serde_core v1.0.228
2412026-06-30T14:54:00.634Z Compiling fnv v1.0.7
2422026-06-30T14:54:00.652Z Compiling memchr v2.8.2
2432026-06-30T14:54:00.719Z Compiling serde v1.0.228
2442026-06-30T14:54:00.832Z Compiling regex-syntax v0.8.11
2452026-06-30T14:54:00.923Z Compiling thiserror v2.0.18
2462026-06-30T14:54:01.029Z Documenting proc-macro2 v1.0.106
2472026-06-30T14:54:01.040Z Compiling aho-corasick v1.1.4
2482026-06-30T14:54:01.201Z Compiling zerocopy v0.8.52
2492026-06-30T14:54:01.486Z Checking syn v2.0.118
2502026-06-30T14:54:01.605Z Documenting quote v1.0.46
2512026-06-30T14:54:01.715Z Checking byteorder v1.5.0
2522026-06-30T14:54:02.118Z Documenting syn v2.0.118
2532026-06-30T14:54:02.339Z Compiling regex-automata v0.4.14
2542026-06-30T14:54:02.368Z Compiling either v1.16.0
2552026-06-30T14:54:02.450Z Compiling heapless v0.8.0
2562026-06-30T14:54:02.574Z Compiling itertools v0.14.0
2572026-06-30T14:54:02.768Z Documenting memchr v2.8.2
2582026-06-30T14:54:03.031Z Checking bitflags v2.13.0
2592026-06-30T14:54:03.189Z Checking hash32 v0.3.1
2602026-06-30T14:54:03.312Z Documenting serde_core v1.0.228
2612026-06-30T14:54:03.443Z Documenting aho-corasick v1.1.4
2622026-06-30T14:54:03.625Z Checking macaddr v1.0.1
2632026-06-30T14:54:03.773Z Checking cfg-if v1.0.4
2642026-06-30T14:54:03.834Z Documenting regex-syntax v0.8.11
2652026-06-30T14:54:03.875Z Checking stable_deref_trait v1.2.1
2662026-06-30T14:54:03.944Z Checking darling_core v0.21.3
2672026-06-30T14:54:04.302Z Compiling regex v1.12.4
2682026-06-30T14:54:04.634Z Compiling darling_core v0.23.0
2692026-06-30T14:54:04.887Z Compiling smoltcp v0.11.0
2702026-06-30T14:54:04.905Z Documenting regex-automata v0.4.14
2712026-06-30T14:54:05.153Z Documenting thiserror-impl v2.0.18
2722026-06-30T14:54:05.233Z Compiling zerocopy-derive v0.8.52
2732026-06-30T14:54:05.247Z Compiling serde_derive v1.0.228
2742026-06-30T14:54:05.264Z Compiling thiserror-impl v2.0.18
2752026-06-30T14:54:05.949Z Documenting zerocopy-derive v0.8.52
2762026-06-30T14:54:05.965Z Documenting serde_derive v1.0.228
2772026-06-30T14:54:06.264Z Documenting regex v1.12.4
2782026-06-30T14:54:06.315Z Compiling darling_macro v0.21.3
2792026-06-30T14:54:06.587Z Checking cobs v0.3.0
2802026-06-30T14:54:06.762Z Compiling darling_macro v0.23.0
2812026-06-30T14:54:06.796Z Checking managed v0.8.0
2822026-06-30T14:54:06.895Z Compiling darling v0.21.3
2832026-06-30T14:54:06.969Z Compiling ingot-macros v0.1.1
2842026-06-30T14:54:07.048Z Documenting byteorder v1.5.0
2852026-06-30T14:54:07.080Z Checking bitflags v1.3.2
2862026-06-30T14:54:07.129Z Documenting ingot-macros v0.1.1
2872026-06-30T14:54:07.140Z Documenting zerocopy v0.8.52
2882026-06-30T14:54:07.245Z Documenting thiserror v2.0.18
2892026-06-30T14:54:07.343Z Documenting bitflags v2.13.0
2902026-06-30T14:54:07.601Z Documenting hash32 v0.3.1
2912026-06-30T14:54:07.779Z Compiling ref-cast v1.0.25
2922026-06-30T14:54:07.991Z Documenting serde v1.0.228
2932026-06-30T14:54:08.111Z Documenting stable_deref_trait v1.2.1
2942026-06-30T14:54:08.150Z Compiling crc32fast v1.5.0
2952026-06-30T14:54:08.409Z Documenting macaddr v1.0.1
2962026-06-30T14:54:08.412Z Documenting cfg-if v1.0.4
2972026-06-30T14:54:08.559Z Checking postcard v1.1.3
2982026-06-30T14:54:08.666Z Documenting heapless v0.8.0
2992026-06-30T14:54:08.883Z Documenting cobs v0.3.0
3002026-06-30T14:54:09.124Z Compiling ref-cast-impl v1.0.25
3012026-06-30T14:54:09.537Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-06-30T14:54:09.638Z Compiling version_check v0.9.5
3032026-06-30T14:54:09.700Z Checking ingot-types v0.1.2
3042026-06-30T14:54:09.734Z Checking unicode-width v0.2.2
3052026-06-30T14:54:09.792Z Checking ipnetwork v0.21.1
3062026-06-30T14:54:09.909Z Documenting managed v0.8.0
3072026-06-30T14:54:09.965Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3082026-06-30T14:54:09.974Z Documenting postcard v1.1.3
3092026-06-30T14:54:09.980Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-06-30T14:54:10.052Z Checking ingot v0.1.1
3112026-06-30T14:54:10.195Z Compiling darling v0.23.0
3122026-06-30T14:54:10.213Z Documenting ref-cast-impl v1.0.25
3132026-06-30T14:54:10.268Z Documenting ipnetwork v0.21.1
3142026-06-30T14:54:10.319Z Documenting ingot-types v0.1.2
3152026-06-30T14:54:10.530Z Documenting either v1.16.0
3162026-06-30T14:54:10.582Z Documenting smoltcp v0.11.0
3172026-06-30T14:54:10.835Z Documenting unicode-width v0.2.2
3182026-06-30T14:54:11.065Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-06-30T14:54:11.300Z Documenting ref-cast v1.0.25
3202026-06-30T14:54:11.532Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3212026-06-30T14:54:11.617Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-06-30T14:54:11.815Z Documenting ingot v0.1.1
3232026-06-30T14:54:12.013Z Documenting itertools v0.15.0
3242026-06-30T14:54:12.255Z Documenting tabwriter v1.4.1
3252026-06-30T14:54:12.262Z Checking tabwriter v1.4.1
3262026-06-30T14:54:12.397Z Checking itertools v0.15.0
3272026-06-30T14:54:12.581Z Documenting crc32fast v1.5.0
3282026-06-30T14:54:12.766Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-06-30T14:54:12.857Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-30T14:54:13.115Z Documenting dyn-clone v1.0.20
3312026-06-30T14:54:13.144Z Checking dyn-clone v1.0.20
3322026-06-30T14:54:14.527Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-30T14:54:15.715Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-06-30T14:54:18.011Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.46s
3352026-06-30T14:54:18.087Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-06-30T14:54:18.109Z
3372026-06-30T14:54:18.113Zreal 22.551973190
3382026-06-30T14:54:18.113Zuser 1:17.847724574
3392026-06-30T14:54:18.113Zsys 16.346500416
3402026-06-30T14:54:18.113Ztrap 0.047084226
3412026-06-30T14:54:18.114Ztflt 0.086734275
3422026-06-30T14:54:18.114Zdflt 0.082595934
3432026-06-30T14:54:18.114Zkflt 0.004921213
3442026-06-30T14:54:18.114Zlock 7:42.739723898
3452026-06-30T14:54:18.114Zslp 4:18.094996336
3462026-06-30T14:54:18.114Zlat 9.427272547
3472026-06-30T14:54:18.114Zstop 12.959580858
3482026-06-30T14:54:18.114Z+ header 'analyze std + api'
3492026-06-30T14:54:18.114Z+ echo '# ==== analyze std + api ==== #'
3502026-06-30T14:54:18.114Z# ==== analyze std + api ==== #
3512026-06-30T14:54:18.114Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3522026-06-30T14:54:18.357Z Compiling proc-macro2 v1.0.106
3532026-06-30T14:54:18.357Z Compiling quote v1.0.46
3542026-06-30T14:54:18.362Z Compiling unicode-ident v1.0.24
3552026-06-30T14:54:18.362Z Compiling memchr v2.8.2
3562026-06-30T14:54:18.362Z Compiling thiserror v2.0.18
3572026-06-30T14:54:18.362Z Compiling zerocopy v0.8.52
3582026-06-30T14:54:18.362Z Compiling zmij v1.0.21
3592026-06-30T14:54:18.362Z Compiling serde_core v1.0.228
3602026-06-30T14:54:18.537Z Compiling libc v0.2.186
3612026-06-30T14:54:18.705Z Compiling ident_case v1.0.1
3622026-06-30T14:54:18.734Z Compiling serde_json v1.0.150
3632026-06-30T14:54:18.738Z Compiling ucd-trie v0.1.7
3642026-06-30T14:54:18.752Z Compiling strsim v0.11.1
3652026-06-30T14:54:18.913Z Compiling pest v2.8.6
3662026-06-30T14:54:18.964Z Compiling serde v1.0.228
3672026-06-30T14:54:19.179Z Compiling fnv v1.0.7
3682026-06-30T14:54:19.310Z Compiling aho-corasick v1.1.4
3692026-06-30T14:54:19.326Z Compiling itoa v1.0.18
3702026-06-30T14:54:19.329Z Checking byteorder v1.5.0
3712026-06-30T14:54:19.511Z Compiling regex-syntax v0.8.11
3722026-06-30T14:54:19.726Z Compiling syn v2.0.118
3732026-06-30T14:54:19.914Z Compiling pest_meta v2.8.6
3742026-06-30T14:54:20.224Z Compiling either v1.16.0
3752026-06-30T14:54:20.255Z Compiling usdt-impl v0.6.0
3762026-06-30T14:54:20.431Z Compiling itertools v0.14.0
3772026-06-30T14:54:20.710Z Compiling thread-id v5.1.0
3782026-06-30T14:54:20.783Z Compiling heapless v0.8.0
3792026-06-30T14:54:20.952Z Compiling regex-automata v0.4.14
3802026-06-30T14:54:21.023Z Checking log v0.4.33
3812026-06-30T14:54:21.164Z Checking plain v0.2.3
3822026-06-30T14:54:21.582Z Checking bitflags v2.13.0
3832026-06-30T14:54:21.586Z Checking hash32 v0.3.1
3842026-06-30T14:54:21.675Z Checking stable_deref_trait v1.2.1
3852026-06-30T14:54:21.698Z Checking macaddr v1.0.1
3862026-06-30T14:54:21.734Z Checking cfg-if v1.0.4
3872026-06-30T14:54:21.740Z Compiling smoltcp v0.11.0
3882026-06-30T14:54:21.831Z Checking pretty-hex v0.4.2
3892026-06-30T14:54:22.028Z Checking bitflags v1.3.2
3902026-06-30T14:54:22.031Z Compiling ref-cast v1.0.25
3912026-06-30T14:54:22.067Z Checking managed v0.8.0
3922026-06-30T14:54:22.085Z Compiling crc32fast v1.5.0
3932026-06-30T14:54:22.243Z Compiling pest_generator v2.8.6
3942026-06-30T14:54:22.272Z Compiling darling_core v0.21.3
3952026-06-30T14:54:22.286Z Compiling darling_core v0.23.0
3962026-06-30T14:54:22.326Z Compiling version_check v0.9.5
3972026-06-30T14:54:22.591Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3982026-06-30T14:54:22.837Z Compiling regex v1.12.4
3992026-06-30T14:54:22.847Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4002026-06-30T14:54:23.157Z Checking memmap2 v0.9.10
4012026-06-30T14:54:23.346Z Checking unicode-width v0.2.2
4022026-06-30T14:54:23.367Z Compiling thiserror-impl v2.0.18
4032026-06-30T14:54:23.426Z Compiling serde_derive v1.0.228
4042026-06-30T14:54:23.507Z Compiling zerocopy-derive v0.8.52
4052026-06-30T14:54:23.595Z Compiling pest_derive v2.8.6
4062026-06-30T14:54:23.685Z Compiling scroll_derive v0.13.1
4072026-06-30T14:54:23.997Z Compiling ref-cast-impl v1.0.25
4082026-06-30T14:54:24.113Z Checking ipnetwork v0.21.1
4092026-06-30T14:54:24.288Z Checking tabwriter v1.4.1
4102026-06-30T14:54:24.419Z Compiling darling_macro v0.23.0
4112026-06-30T14:54:24.422Z Compiling darling_macro v0.21.3
4122026-06-30T14:54:24.427Z Checking itertools v0.15.0
4132026-06-30T14:54:24.504Z Checking scroll v0.13.0
4142026-06-30T14:54:24.673Z Compiling dtrace-parser v0.3.0
4152026-06-30T14:54:24.690Z Checking cobs v0.3.0
4162026-06-30T14:54:24.720Z Checking goblin v0.10.7
4172026-06-30T14:54:24.956Z Compiling darling v0.21.3
4182026-06-30T14:54:25.028Z Compiling ingot-macros v0.1.1
4192026-06-30T14:54:25.063Z Compiling darling v0.23.0
4202026-06-30T14:54:25.133Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4212026-06-30T14:54:25.349Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-06-30T14:54:25.689Z Checking dyn-clone v1.0.20
4232026-06-30T14:54:26.483Z Checking postcard v1.1.3
4242026-06-30T14:54:26.510Z Compiling serde_tokenstream v0.2.3
4252026-06-30T14:54:27.502Z Checking dof v0.4.0
4262026-06-30T14:54:27.502Z Checking ingot-types v0.1.2
4272026-06-30T14:54:27.803Z Checking ingot v0.1.1
4282026-06-30T14:54:28.484Z Compiling usdt-attr-macro v0.6.0
4292026-06-30T14:54:28.487Z Compiling usdt-macro v0.6.0
4302026-06-30T14:54:29.068Z Checking usdt v0.6.0
4312026-06-30T14:54:29.257Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-06-30T14:54:37.574Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.41s
4332026-06-30T14:54:37.601Z
4342026-06-30T14:54:37.601Zreal 19.486270268
4352026-06-30T14:54:37.601Zuser 1:04.443962925
4362026-06-30T14:54:37.601Zsys 12.712025096
4372026-06-30T14:54:37.605Ztrap 0.029901428
4382026-06-30T14:54:37.605Ztflt 0.160087348
4392026-06-30T14:54:37.605Zdflt 0.216127164
4402026-06-30T14:54:37.605Zkflt 0.000012654
4412026-06-30T14:54:37.605Zlock 3:43.996138549
4422026-06-30T14:54:37.605Zslp 3:23.786596225
4432026-06-30T14:54:37.605Zlat 3.956493322
4442026-06-30T14:54:37.606Zstop 7.152996385
4452026-06-30T14:54:37.606Z+ header 'analyze no_std + engine + kernel'
4462026-06-30T14:54:37.606Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-06-30T14:54:37.606Z# ==== analyze no_std + engine + kernel ==== #
4482026-06-30T14:54:37.606Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-06-30T14:54:37.778Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-06-30T14:54:37.778Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-06-30T14:54:37.781Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-06-30T14:54:37.781Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-06-30T14:54:38.040Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-06-30T14:54:41.818Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.17s
4552026-06-30T14:54:41.842Z
4562026-06-30T14:54:41.846Zreal 4.235591660
4572026-06-30T14:54:41.846Zuser 4.638601474
4582026-06-30T14:54:41.846Zsys 0.907213633
4592026-06-30T14:54:41.846Ztrap 0.000703063
4602026-06-30T14:54:41.846Ztflt 0.008280135
4612026-06-30T14:54:41.846Zdflt 0.002556599
4622026-06-30T14:54:41.846Zkflt 0.000000000
4632026-06-30T14:54:41.846Zlock 22.095712944
4642026-06-30T14:54:41.846Zslp 16.921941648
4652026-06-30T14:54:41.846Zlat 0.020244276
4662026-06-30T14:54:41.846Zstop 0.288193138
4672026-06-30T14:54:41.846Z+ header test
4682026-06-30T14:54:41.846Z+ echo '# ==== test ==== #'
4692026-06-30T14:54:41.846Z+ ptime -m cargo test
4702026-06-30T14:54:41.846Z# ==== test ==== #
4712026-06-30T14:54:41.987Z Compiling serde_core v1.0.228
4722026-06-30T14:54:41.991Z Compiling thiserror v2.0.18
4732026-06-30T14:54:42.010Z Compiling zerocopy v0.8.52
4742026-06-30T14:54:42.013Z Compiling byteorder v1.5.0
4752026-06-30T14:54:42.013Z Compiling memchr v2.8.2
4762026-06-30T14:54:42.016Z Compiling unicode-ident v1.0.24
4772026-06-30T14:54:42.019Z Compiling libc v0.2.186
4782026-06-30T14:54:42.019Z Compiling scroll v0.13.0
4792026-06-30T14:54:42.093Z Compiling proc-macro2 v1.0.106
4802026-06-30T14:54:42.138Z Compiling zmij v1.0.21
4812026-06-30T14:54:42.217Z Compiling plain v0.2.3
4822026-06-30T14:54:42.271Z Compiling ucd-trie v0.1.7
4832026-06-30T14:54:42.311Z Compiling itoa v1.0.18
4842026-06-30T14:54:42.347Z Compiling log v0.4.33
4852026-06-30T14:54:42.515Z Compiling goblin v0.10.7
4862026-06-30T14:54:42.565Z Compiling quote v1.0.46
4872026-06-30T14:54:42.577Z Compiling pest v2.8.6
4882026-06-30T14:54:42.984Z Compiling hash32 v0.3.1
4892026-06-30T14:54:43.149Z Compiling macaddr v1.0.1
4902026-06-30T14:54:43.218Z Compiling stable_deref_trait v1.2.1
4912026-06-30T14:54:43.287Z Compiling pretty-hex v0.4.2
4922026-06-30T14:54:43.414Z Compiling cfg-if v1.0.4
4932026-06-30T14:54:43.423Z Compiling heapless v0.8.0
4942026-06-30T14:54:43.477Z Compiling syn v2.0.118
4952026-06-30T14:54:43.583Z Compiling thread-id v5.1.0
4962026-06-30T14:54:43.657Z Compiling dtrace-parser v0.3.0
4972026-06-30T14:54:43.874Z Compiling serde v1.0.228
4982026-06-30T14:54:44.021Z Compiling serde_json v1.0.150
4992026-06-30T14:54:44.317Z Compiling bitflags v2.13.0
5002026-06-30T14:54:44.505Z Compiling cobs v0.3.0
5012026-06-30T14:54:44.735Z Compiling managed v0.8.0
5022026-06-30T14:54:44.795Z Compiling bitflags v1.3.2
5032026-06-30T14:54:44.861Z Compiling ingot-types v0.1.2
5042026-06-30T14:54:44.898Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5052026-06-30T14:54:44.961Z Compiling smoltcp v0.11.0
5062026-06-30T14:54:45.022Z Compiling postcard v1.1.3
5072026-06-30T14:54:45.127Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-30T14:54:45.263Z Compiling ingot v0.1.1
5092026-06-30T14:54:45.376Z Compiling memmap2 v0.9.10
5102026-06-30T14:54:45.697Z Compiling dof v0.4.0
5112026-06-30T14:54:45.736Z Compiling ipnetwork v0.21.1
5122026-06-30T14:54:46.255Z Compiling either v1.16.0
5132026-06-30T14:54:46.460Z Compiling usdt-impl v0.6.0
5142026-06-30T14:54:47.143Z Compiling unicode-width v0.2.2
5152026-06-30T14:54:47.240Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-06-30T14:54:47.458Z Compiling tabwriter v1.4.1
5172026-06-30T14:54:47.491Z Compiling usdt v0.6.0
5182026-06-30T14:54:47.889Z Compiling itertools v0.15.0
5192026-06-30T14:54:48.097Z Compiling ref-cast v1.0.25
5202026-06-30T14:54:48.190Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-06-30T14:54:48.940Z Compiling crc32fast v1.5.0
5222026-06-30T14:54:49.180Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-06-30T14:54:49.245Z Compiling dyn-clone v1.0.20
5242026-06-30T14:55:03.939Z Finished `test` profile [optimized + debuginfo] target(s) in 22.08s
5252026-06-30T14:55:03.953Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-62a8bb4395836d87)
5262026-06-30T14:55:03.956Z
5272026-06-30T14:55:03.956Zrunning 83 tests
5282026-06-30T14:55:03.956Ztest d_error::tests::name_and_data_storage ... ok
5292026-06-30T14:55:03.956Ztest ddi::mblk::test::chain_append_links ... ok
5302026-06-30T14:55:03.956Ztest ddi::mblk::test::chain_breaks_links ... ok
5312026-06-30T14:55:03.956Ztest d_error::tests::name_truncation ... ok
5322026-06-30T14:55:03.956Ztest ddi::mblk::test::chain_drain_complete ... ok
5332026-06-30T14:55:03.956Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5342026-06-30T14:55:03.956Ztest ddi::mblk::test::expand_and_shrink ... ok
5352026-06-30T14:55:03.956Ztest ddi::mblk::test::prefix_len ... ok
5362026-06-30T14:55:03.956Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5372026-06-30T14:55:03.956Ztest ddi::mblk::test::read_seg ... ok
5382026-06-30T14:55:03.956Ztest ddi::mblk::test::truncate ... ok
5392026-06-30T14:55:03.956Ztest ddi::mblk::test::uninitialized_packet ... ok
5402026-06-30T14:55:03.956Ztest ddi::mblk::test::zero_byte_packet ... ok
5412026-06-30T14:55:03.956Ztest ddi::mblk::test::wrap ... ok
5422026-06-30T14:55:03.956Ztest ddi::time::test::good_interval ... ok
5432026-06-30T14:55:03.956Ztest engine::dhcp::test::domainname_encode ... ok
5442026-06-30T14:55:03.956Ztest engine::dhcp::test::domain_search_option_encode ... ok
5452026-06-30T14:55:03.957Ztest engine::dhcp::test::hostname_encode ... ok
5462026-06-30T14:55:03.957Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5472026-06-30T14:55:03.957Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5482026-06-30T14:55:03.957Ztest engine::dhcpv6::options::test::test_client_id ... ok
5492026-06-30T14:55:03.957Ztest engine::dhcp::test::offlink_encode ... ok
5502026-06-30T14:55:03.960Ztest engine::dhcp::test::rfc3442_encode ... ok
5512026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5522026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5532026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_iata ... ok
5542026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_iana ... ok
5552026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_option_request ... ok
5562026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5572026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5582026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5592026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5602026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_status ... ok
5612026-06-30T14:55:03.960Ztest ddi::time::test::bad_interval - should panic ... ok
5622026-06-30T14:55:03.960Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5632026-06-30T14:55:03.960Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5642026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5652026-06-30T14:55:03.960Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5662026-06-30T14:55:03.961Ztest engine::dhcpv6::options::test::test_server_id ... ok
5672026-06-30T14:55:03.961Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5682026-06-30T14:55:03.961Ztest engine::flow_table::test::flow_clear ... ok
5692026-06-30T14:55:03.961Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5702026-06-30T14:55:03.961Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5712026-06-30T14:55:03.961Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5722026-06-30T14:55:03.961Ztest engine::flow_table::test::eviction_basics ... ok
5732026-06-30T14:55:03.961Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5742026-06-30T14:55:03.961Ztest engine::ether::test::emit ... ok
5752026-06-30T14:55:03.961Ztest engine::flow_table::test::flow_expired ... ok
5762026-06-30T14:55:03.961Ztest engine::flow_table::test::priority_lerp ... ok
5772026-06-30T14:55:03.961Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5782026-06-30T14:55:03.961Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5792026-06-30T14:55:03.961Ztest engine::ip::v4::test::cidr_match ... ok
5802026-06-30T14:55:03.961Ztest engine::ip::v4::test::emit ... ok
5812026-06-30T14:55:03.961Ztest engine::ip::v4::test::match_check ... ok
5822026-06-30T14:55:03.961Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5832026-06-30T14:55:03.961Ztest engine::ip::v6::test::extension_push_spec ... ok
5842026-06-30T14:55:03.961Ztest engine::geneve::test::emit_single_opt ... ok
5852026-06-30T14:55:03.961Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5862026-06-30T14:55:03.961Ztest engine::ip::v6::test::emit ... ok
5872026-06-30T14:55:03.961Ztest engine::ip::v6::test::option_push_spec ... ok
5882026-06-30T14:55:03.961Ztest engine::ip::v6::test::from_pairs ... ok
5892026-06-30T14:55:03.961Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5902026-06-30T14:55:03.961Ztest engine::geneve::test::emit_no_opts ... ok
5912026-06-30T14:55:03.961Ztest engine::ip::v6::test::test_set_total_len ... ok
5922026-06-30T14:55:03.961Ztest engine::nat::test::nat4_rewrite ... ok
5932026-06-30T14:55:03.961Ztest engine::layer::test::find_rule ... ok
5942026-06-30T14:55:03.961Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5952026-06-30T14:55:03.961Ztest engine::packet::test::read_multi_segment ... ok
5962026-06-30T14:55:03.961Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5972026-06-30T14:55:03.961Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5982026-06-30T14:55:03.961Ztest engine::packet::test::read_single_segment ... ok
5992026-06-30T14:55:03.961Ztest engine::packet::test::small_packet_with_padding ... ok
6002026-06-30T14:55:03.961Ztest engine::packet::test::straddled_tcp ... ok
6012026-06-30T14:55:03.961Ztest engine::ip::v6::test::push_spec ... ok
6022026-06-30T14:55:03.961Ztest engine::packet::test::udp6_packet_with_padding ... ok
6032026-06-30T14:55:03.961Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6042026-06-30T14:55:03.961Ztest engine::rule::rule_matching ... ok
6052026-06-30T14:55:03.962Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6062026-06-30T14:55:03.962Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6072026-06-30T14:55:03.962Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6082026-06-30T14:55:03.962Ztest engine::snat::test::nat_mappings ... ok
6092026-06-30T14:55:03.962Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6102026-06-30T14:55:03.962Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6112026-06-30T14:55:03.962Z
6122026-06-30T14:55:03.962Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-06-30T14:55:03.962Z
6142026-06-30T14:55:03.962Z Doc-tests opte
6152026-06-30T14:55:05.897Z
6162026-06-30T14:55:05.897Zrunning 3 tests
6172026-06-30T14:55:05.900Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6182026-06-30T14:55:05.900Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6192026-06-30T14:55:05.900Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6202026-06-30T14:55:05.900Z
6212026-06-30T14:55:05.900Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-06-30T14:55:05.900Z
6232026-06-30T14:55:05.905Zall doctests ran in 1.38s; merged doctests compilation took 1.37s
6242026-06-30T14:55:05.943Z
6252026-06-30T14:55:05.943Zreal 24.090709998
6262026-06-30T14:55:05.943Zuser 2:01.121155909
6272026-06-30T14:55:05.943Zsys 7.082063375
6282026-06-30T14:55:05.943Ztrap 0.057279650
6292026-06-30T14:55:05.943Ztflt 0.199463713
6302026-06-30T14:55:05.943Zdflt 0.245942836
6312026-06-30T14:55:05.946Zkflt 0.000019208
6322026-06-30T14:55:05.946Zlock 5:56.491801110
6332026-06-30T14:55:05.946Zslp 3:42.129589603
6342026-06-30T14:55:05.946Zlat 5.592614374
6352026-06-30T14:55:05.946Zstop 2.509182256
6362026-06-30T14:55:05.946Zprocess exited: duration 84028 ms, exit code 0
 
6372026-06-30T14:55:05.952Zfound 0 output files