01KYBQHZDRFB3STJND0X1STCG1: opte

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

Buildomat Job: 01KYBQJGRRVY375XF4D8KF6MD2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-25T04:13:04.360Zjob assigned to worker 01KYBQJRW2MCX5GY6XZ7TQ5ZZZ [factory aws, i-0d22b0b153b8c5658] (queued for 49 s)
 
22026-07-25T04:13:11.235Zstarting task 0: "setup"
32026-07-25T04:13:11.253Z++ uname -s
42026-07-25T04:13:11.253Z+ kern=SunOS
52026-07-25T04:13:11.253Z+ build_user=build
62026-07-25T04:13:11.253Z+ build_uid=12345
72026-07-25T04:13:11.253Z+ work_dir=/work
82026-07-25T04:13:11.253Z+ input_dir=/input
92026-07-25T04:13:11.253Z+ [[ 0 == 12345 ]]
102026-07-25T04:13:11.253Z+ case "$kern" in
112026-07-25T04:13:11.253Z+ groupadd -g 12345 build
122026-07-25T04:13:11.253Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-25T04:13:13.251Z+ zfs create -o mountpoint=/work rpool/work
142026-07-25T04:13:13.397Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-25T04:13:13.402Z+ home_fs=zfs
162026-07-25T04:13:13.402Z+ [[ zfs == autofs ]]
172026-07-25T04:13:13.402Z+ mkdir -p /home/build
182026-07-25T04:13:13.402Z+ chown build:build /home/build /work
192026-07-25T04:13:15.398Z+ chmod 0700 /home/build /work
202026-07-25T04:13:15.408Zprocess exited: duration 4182 ms, exit code 0
 
212026-07-25T04:13:15.425Zstarting task 1: "rust-toolchain"
222026-07-25T04:13:15.430Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-25T04:13:15.430Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-25T04:13:15.430Z * rust toolchain channel = "1.97.1"
252026-07-25T04:13:15.430Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-25T04:13:15.430Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-25T04:13:15.430Z * rust toolchain profile = "default"
282026-07-25T04:13:15.430Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-25T04:13:15.430Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-25T04:13:15.529Zinfo: downloading installer
312026-07-25T04:13:17.258Zwarn: It looks like you have an existing rustup settings file at:
322026-07-25T04:13:17.258Zwarn: /home/build/.rustup/settings.toml
332026-07-25T04:13:17.258Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-25T04:13:17.258Zwarn: instead of the one inferred from the default host triple.
352026-07-25T04:13:17.272Zinfo: profile set to default
362026-07-25T04:13:17.272Zinfo: default host triple is x86_64-unknown-illumos
372026-07-25T04:13:17.283Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-25T04:13:17.406Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-25T04:13:17.413Zinfo: downloading 6 components
402026-07-25T04:13:32.358Z
412026-07-25T04:13:32.358Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-25T04:13:32.385Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-25T04:13:32.385Z
442026-07-25T04:13:32.389Z
452026-07-25T04:13:32.389ZRust is installed now. Great!
462026-07-25T04:13:32.389Z
472026-07-25T04:13:32.389ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-25T04:13:32.389Zenvironment variable. This has not been done automatically.
492026-07-25T04:13:32.389Z
502026-07-25T04:13:32.389ZTo configure your current shell, you need to source
512026-07-25T04:13:32.389Zthe corresponding env file under $HOME/.cargo.
522026-07-25T04:13:32.389Z
532026-07-25T04:13:32.389ZThis is usually done by running one of the following (note the leading DOT):
542026-07-25T04:13:32.389Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-25T04:13:32.390Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-25T04:13:32.390Zsource "~/.cargo/env.nu" # For nushell
572026-07-25T04:13:32.391Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-25T04:13:32.391Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-25T04:13:32.391Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-25T04:13:32.391Zwarn: no default linker (`cc`) was found in your PATH
612026-07-25T04:13:32.391Zwarn: many Rust crates require a system C toolchain to build
622026-07-25T04:13:32.484Z+ rustup --version
632026-07-25T04:13:32.493Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-25T04:13:32.496Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-25T04:13:32.514Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-25T04:13:32.517Z+ cargo --version
672026-07-25T04:13:32.533Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-25T04:13:32.537Z+ rustc --version
692026-07-25T04:13:32.556Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-25T04:13:32.559Zprocess exited: duration 17136 ms, exit code 0
 
712026-07-25T04:13:32.566Zstarting task 2: "authentication"
722026-07-25T04:13:32.583Zprocess exited: duration 16 ms, exit code 0
 
732026-07-25T04:13:32.591Zstarting task 3: "clone repository"
742026-07-25T04:13:32.596Z+ mkdir -p /work/oxidecomputer/opte
752026-07-25T04:13:32.603Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-25T04:13:32.625ZCloning into '/work/oxidecomputer/opte'...
772026-07-25T04:13:33.490Z+ cd /work/oxidecomputer/opte
782026-07-25T04:13:33.490Z+ git fetch origin 6b06228503251b59b5bfa84b379945874f32b9ba
792026-07-25T04:13:33.714ZFrom https://github.com/oxidecomputer/opte
802026-07-25T04:13:33.714Z * branch 6b06228503251b59b5bfa84b379945874f32b9ba -> FETCH_HEAD
812026-07-25T04:13:33.721Z+ [[ -n renovate/syn-2.x-lockfile ]]
822026-07-25T04:13:33.724Z++ git branch --show-current
832026-07-25T04:13:33.724Z+ current=master
842026-07-25T04:13:33.724Z+ [[ master != renovate/syn-2.x-lockfile ]]
852026-07-25T04:13:33.724Z+ git branch -f renovate/syn-2.x-lockfile 6b06228503251b59b5bfa84b379945874f32b9ba
862026-07-25T04:13:33.727Z+ git checkout -f renovate/syn-2.x-lockfile
872026-07-25T04:13:33.742ZSwitched to branch 'renovate/syn-2.x-lockfile'
882026-07-25T04:13:33.745Z+ git reset --hard 6b06228503251b59b5bfa84b379945874f32b9ba
892026-07-25T04:13:33.748ZHEAD is now at 6b06228 Update Rust crate syn to v2.0.119
902026-07-25T04:13:33.748Zprocess exited: duration 1156 ms, exit code 0
 
912026-07-25T04:13:33.754Zstarting task 4: "build"
922026-07-25T04:13:33.757Z+ source .github/buildomat/common.sh
932026-07-25T04:13:33.757Z++ rustup show active-toolchain
942026-07-25T04:13:33.762Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-25T04:13:33.765Z++ pushd xde
962026-07-25T04:13:33.765Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-25T04:13:33.765Z++ rustup show active-toolchain
982026-07-25T04:13:33.769Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-25T04:13:33.932Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-25T04:13:33.936Zinfo: downloading 6 components
1012026-07-25T04:13:51.714Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-25T04:13:51.809Z+++ rustup show active-toolchain -v
1032026-07-25T04:13:51.813Z+++ head -n 1
1042026-07-25T04:13:51.814Z+++ cut '-d ' -f1
1052026-07-25T04:13:51.865Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-25T04:13:51.865Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-25T04:13:51.865Z++ popd
1082026-07-25T04:13:51.869Z/work/oxidecomputer/opte
1092026-07-25T04:13:51.869Z+ cargo --version
1102026-07-25T04:13:51.877Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-25T04:13:51.882Z+ rustc --version
1122026-07-25T04:13:51.898Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-25T04:13:51.902Z+ cd lib/opte
1142026-07-25T04:13:51.902Z+ header 'check style'
1152026-07-25T04:13:51.902Z+ echo '# ==== check style ==== #'
1162026-07-25T04:13:51.902Z# ==== check style ==== #
1172026-07-25T04:13:51.902Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-07-25T04:13:52.090Z
1192026-07-25T04:13:52.090Zreal 0.186785955
1202026-07-25T04:13:52.090Zuser 0.142640837
1212026-07-25T04:13:52.090Zsys 0.037422185
1222026-07-25T04:13:52.090Ztrap 0.000046140
1232026-07-25T04:13:52.090Ztflt 0.000011310
1242026-07-25T04:13:52.090Zdflt 0.000012300
1252026-07-25T04:13:52.091Zkflt 0.000000000
1262026-07-25T04:13:52.091Zlock 0.031641502
1272026-07-25T04:13:52.091Zslp 0.166434113
1282026-07-25T04:13:52.091Zlat 0.000665660
1292026-07-25T04:13:52.091Zstop 0.000100400
1302026-07-25T04:13:52.094Z+ header 'check docs'
1312026-07-25T04:13:52.094Z+ echo '# ==== check docs ==== #'
1322026-07-25T04:13:52.094Z# ==== check docs ==== #
1332026-07-25T04:13:52.096Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-25T04:13:52.096Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-25T04:13:52.160Z Updating crates.io index
1362026-07-25T04:13:52.164Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-25T04:13:52.869Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-25T04:13:53.108Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-25T04:13:53.407Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-25T04:13:53.639Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-25T04:13:53.869Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-25T04:13:54.123Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-25T04:13:55.881Z Downloading crates ...
1442026-07-25T04:13:55.931Z Downloaded pretty-hex v0.4.2
1452026-07-25T04:13:55.934Z Downloaded cfg-if v1.0.4
1462026-07-25T04:13:55.939Z Downloaded defmt-macros v1.1.1
1472026-07-25T04:13:55.942Z Downloaded dtrace-parser v0.3.0
1482026-07-25T04:13:55.942Z Downloaded usdt-attr-macro v0.6.0
1492026-07-25T04:13:55.946Z Downloaded pest_derive v2.8.7
1502026-07-25T04:13:55.946Z Downloaded ingot-types v0.2.0
1512026-07-25T04:13:55.955Z Downloaded bitflags v1.3.2
1522026-07-25T04:13:55.963Z Downloaded embedded-io v0.6.1
1532026-07-25T04:13:55.966Z Downloaded memmap2 v0.9.11
1542026-07-25T04:13:55.966Z Downloaded plain v0.2.3
1552026-07-25T04:13:55.966Z Downloaded postcard v1.1.3
1562026-07-25T04:13:55.966Z Downloaded quote v1.0.46
1572026-07-25T04:13:55.971Z Downloaded itoa v1.0.18
1582026-07-25T04:13:55.975Z Downloaded defmt-parser v1.0.0
1592026-07-25T04:13:55.978Z Downloaded cobs v0.3.0
1602026-07-25T04:13:55.983Z Downloaded ident_case v1.0.1
1612026-07-25T04:13:55.987Z Downloaded managed v0.8.0
1622026-07-25T04:13:55.987Z Downloaded hash32 v0.3.1
1632026-07-25T04:13:55.995Z Downloaded defmt v0.3.100
1642026-07-25T04:13:56.000Z Downloaded usdt v0.6.0
1652026-07-25T04:13:56.000Z Downloaded macaddr v1.0.1
1662026-07-25T04:13:56.000Z Downloaded either v1.16.0
1672026-07-25T04:13:56.006Z Downloaded thread-id v5.1.0
1682026-07-25T04:13:56.009Z Downloaded ref-cast v1.0.25
1692026-07-25T04:13:56.009Z Downloaded darling_macro v0.23.0
1702026-07-25T04:13:56.013Z Downloaded ref-cast-impl v1.0.25
1712026-07-25T04:13:56.016Z Downloaded heapless v0.8.0
1722026-07-25T04:13:56.019Z Downloaded byteorder v1.5.0
1732026-07-25T04:13:56.024Z Downloaded strsim v0.11.1
1742026-07-25T04:13:56.027Z Downloaded dyn-clone v1.0.20
1752026-07-25T04:13:56.031Z Downloaded version_check v0.9.5
1762026-07-25T04:13:56.034Z Downloaded dof v0.4.0
1772026-07-25T04:13:56.034Z Downloaded usdt-macro v0.6.0
1782026-07-25T04:13:56.034Z Downloaded stable_deref_trait v1.2.1
1792026-07-25T04:13:56.035Z Downloaded ipnetwork v0.21.1
1802026-07-25T04:13:56.039Z Downloaded ingot-macros v0.2.0
1812026-07-25T04:13:56.043Z Downloaded scroll_derive v0.13.1
1822026-07-25T04:13:56.047Z Downloaded bitflags v2.13.0
1832026-07-25T04:13:56.050Z Downloaded log v0.4.33
1842026-07-25T04:13:56.053Z Downloaded proc-macro2 v1.0.106
1852026-07-25T04:13:56.053Z Downloaded embedded-io v0.4.0
1862026-07-25T04:13:56.056Z Downloaded ingot v0.2.0
1872026-07-25T04:13:56.056Z Downloaded pest_generator v2.8.7
1882026-07-25T04:13:56.056Z Downloaded scroll v0.13.0
1892026-07-25T04:13:56.057Z Downloaded zmij v1.0.22
1902026-07-25T04:13:56.061Z Downloaded thiserror-impl v2.0.18
1912026-07-25T04:13:56.061Z Downloaded usdt-impl v0.6.0
1922026-07-25T04:13:56.065Z Downloaded tabwriter v1.4.1
1932026-07-25T04:13:56.068Z Downloaded serde_tokenstream v0.2.3
1942026-07-25T04:13:56.072Z Downloaded thiserror v2.0.18
1952026-07-25T04:13:56.075Z Downloaded crc32fast v1.5.0
1962026-07-25T04:13:56.079Z Downloaded darling v0.23.0
1972026-07-25T04:13:56.083Z Downloaded defmt v1.1.1
1982026-07-25T04:13:56.093Z Downloaded ucd-trie v0.1.7
1992026-07-25T04:13:56.096Z Downloaded unicode-ident v1.0.24
2002026-07-25T04:13:56.099Z Downloaded darling_core v0.23.0
2012026-07-25T04:13:56.103Z Downloaded pest_meta v2.8.7
2022026-07-25T04:13:56.103Z Downloaded serde_derive v1.0.228
2032026-07-25T04:13:56.110Z Downloaded serde_core v1.0.228
2042026-07-25T04:13:56.131Z Downloaded memchr v2.8.3
2052026-07-25T04:13:56.137Z Downloaded serde_json v1.0.150
2062026-07-25T04:13:56.140Z Downloaded serde v1.0.228
2072026-07-25T04:13:56.154Z Downloaded zerocopy-derive v0.8.54
2082026-07-25T04:13:56.180Z Downloaded regex v1.13.0
2092026-07-25T04:13:56.185Z Downloaded itertools v0.15.0
2102026-07-25T04:13:56.188Z Downloaded pest v2.8.7
2112026-07-25T04:13:56.198Z Downloaded aho-corasick v1.1.4
2122026-07-25T04:13:56.215Z Downloaded goblin v0.10.7
2132026-07-25T04:13:56.253Z Downloaded unicode-width v0.2.2
2142026-07-25T04:13:56.260Z Downloaded zerocopy v0.8.54
2152026-07-25T04:13:56.270Z Downloaded smoltcp v0.11.0
2162026-07-25T04:13:56.276Z Downloaded syn v2.0.119
2172026-07-25T04:13:56.282Z Downloaded regex-syntax v0.8.11
2182026-07-25T04:13:56.289Z Downloaded regex-automata v0.4.15
2192026-07-25T04:13:56.331Z Downloaded libc v0.2.186
2202026-07-25T04:13:56.371Z Compiling proc-macro2 v1.0.106
2212026-07-25T04:13:56.371Z Compiling quote v1.0.46
2222026-07-25T04:13:56.372Z Compiling unicode-ident v1.0.24
2232026-07-25T04:13:56.372Z Documenting unicode-ident v1.0.24
2242026-07-25T04:13:56.375Z Compiling ident_case v1.0.1
2252026-07-25T04:13:56.375Z Compiling serde_core v1.0.228
2262026-07-25T04:13:56.375Z Compiling strsim v0.11.1
2272026-07-25T04:13:56.531Z Checking memchr v2.8.3
2282026-07-25T04:13:56.744Z Compiling serde v1.0.228
2292026-07-25T04:13:56.794Z Compiling regex-syntax v0.8.11
2302026-07-25T04:13:56.823Z Compiling thiserror v2.0.18
2312026-07-25T04:13:56.839Z Compiling zerocopy v0.8.54
2322026-07-25T04:13:57.073Z Documenting proc-macro2 v1.0.106
2332026-07-25T04:13:57.129Z Compiling aho-corasick v1.1.4
2342026-07-25T04:13:57.399Z Checking syn v2.0.119
2352026-07-25T04:13:57.509Z Compiling either v1.16.0
2362026-07-25T04:13:57.674Z Documenting quote v1.0.46
2372026-07-25T04:13:57.709Z Documenting strsim v0.11.1
2382026-07-25T04:13:58.183Z Documenting syn v2.0.119
2392026-07-25T04:13:58.196Z Compiling regex-automata v0.4.15
2402026-07-25T04:13:58.259Z Documenting ident_case v1.0.1
2412026-07-25T04:13:58.543Z Checking byteorder v1.5.0
2422026-07-25T04:13:58.683Z Compiling itertools v0.15.0
2432026-07-25T04:13:58.753Z Documenting memchr v2.8.3
2442026-07-25T04:13:58.825Z Compiling heapless v0.8.0
2452026-07-25T04:13:59.294Z Checking hash32 v0.3.1
2462026-07-25T04:13:59.376Z Documenting aho-corasick v1.1.4
2472026-07-25T04:13:59.380Z Checking darling_core v0.23.0
2482026-07-25T04:13:59.402Z Checking bitflags v2.13.0
2492026-07-25T04:13:59.559Z Documenting serde_core v1.0.228
2502026-07-25T04:14:00.212Z Documenting darling_core v0.23.0
2512026-07-25T04:14:00.263Z Compiling regex v1.13.0
2522026-07-25T04:14:00.300Z Checking stable_deref_trait v1.2.1
2532026-07-25T04:14:00.371Z Checking cfg-if v1.0.4
2542026-07-25T04:14:00.432Z Documenting regex-syntax v0.8.11
2552026-07-25T04:14:00.654Z Checking macaddr v1.0.1
2562026-07-25T04:14:00.665Z Compiling smoltcp v0.11.0
2572026-07-25T04:14:01.088Z Documenting serde_derive v1.0.228
2582026-07-25T04:14:01.095Z Compiling thiserror-impl v2.0.18
2592026-07-25T04:14:01.284Z Compiling zerocopy-derive v0.8.54
2602026-07-25T04:14:01.411Z Compiling serde_derive v1.0.228
2612026-07-25T04:14:01.427Z Documenting darling_macro v0.23.0
2622026-07-25T04:14:01.588Z Documenting regex-automata v0.4.15
2632026-07-25T04:14:02.089Z Documenting zerocopy-derive v0.8.54
2642026-07-25T04:14:02.102Z Documenting thiserror-impl v2.0.18
2652026-07-25T04:14:02.191Z Compiling darling_macro v0.23.0
2662026-07-25T04:14:02.261Z Documenting byteorder v1.5.0
2672026-07-25T04:14:02.455Z Checking cobs v0.3.0
2682026-07-25T04:14:02.591Z Checking bitflags v1.3.2
2692026-07-25T04:14:02.656Z Checking managed v0.8.0
2702026-07-25T04:14:02.770Z Documenting hash32 v0.3.1
2712026-07-25T04:14:02.773Z Compiling darling v0.23.0
2722026-07-25T04:14:02.843Z Compiling ingot-macros v0.2.0
2732026-07-25T04:14:02.918Z Documenting darling v0.23.0
2742026-07-25T04:14:03.088Z Documenting regex v1.13.0
2752026-07-25T04:14:03.157Z Documenting thiserror v2.0.18
2762026-07-25T04:14:03.317Z Documenting zerocopy v0.8.54
2772026-07-25T04:14:03.472Z Documenting bitflags v2.13.0
2782026-07-25T04:14:03.766Z Compiling crc32fast v1.5.0
2792026-07-25T04:14:03.866Z Documenting stable_deref_trait v1.2.1
2802026-07-25T04:14:04.073Z Documenting macaddr v1.0.1
2812026-07-25T04:14:04.148Z Documenting ingot-macros v0.2.0
2822026-07-25T04:14:04.282Z Documenting serde v1.0.228
2832026-07-25T04:14:04.441Z Documenting cfg-if v1.0.4
2842026-07-25T04:14:04.505Z Compiling ref-cast v1.0.25
2852026-07-25T04:14:04.652Z Checking postcard v1.1.3
2862026-07-25T04:14:04.886Z Documenting heapless v0.8.0
2872026-07-25T04:14:04.970Z Documenting cobs v0.3.0
2882026-07-25T04:14:05.365Z Compiling ref-cast-impl v1.0.25
2892026-07-25T04:14:05.541Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-07-25T04:14:05.548Z Checking ingot-types v0.2.0
2912026-07-25T04:14:05.804Z Checking ipnetwork v0.21.1
2922026-07-25T04:14:05.857Z Documenting managed v0.8.0
2932026-07-25T04:14:05.944Z Checking ingot v0.2.0
2942026-07-25T04:14:05.968Z Compiling version_check v0.9.5
2952026-07-25T04:14:05.988Z Checking unicode-width v0.2.2
2962026-07-25T04:14:06.022Z Documenting postcard v1.1.3
2972026-07-25T04:14:06.141Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-07-25T04:14:06.234Z Documenting ref-cast-impl v1.0.25
2992026-07-25T04:14:06.241Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3002026-07-25T04:14:06.250Z Documenting either v1.16.0
3012026-07-25T04:14:06.476Z Documenting ipnetwork v0.21.1
3022026-07-25T04:14:06.637Z Documenting ingot-types v0.2.0
3032026-07-25T04:14:06.662Z Documenting smoltcp v0.11.0
3042026-07-25T04:14:06.905Z Documenting unicode-width v0.2.2
3052026-07-25T04:14:07.203Z Checking tabwriter v1.4.1
3062026-07-25T04:14:07.399Z Documenting itertools v0.15.0
3072026-07-25T04:14:07.508Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3082026-07-25T04:14:07.647Z Documenting ref-cast v1.0.25
3092026-07-25T04:14:07.917Z Documenting crc32fast v1.5.0
3102026-07-25T04:14:08.216Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3112026-07-25T04:14:08.223Z Documenting ingot v0.2.0
3122026-07-25T04:14:08.279Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3132026-07-25T04:14:08.411Z Documenting tabwriter v1.4.1
3142026-07-25T04:14:08.819Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-07-25T04:14:08.908Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-07-25T04:14:09.025Z Documenting dyn-clone v1.0.20
3172026-07-25T04:14:09.311Z Checking dyn-clone v1.0.20
3182026-07-25T04:14:11.441Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3192026-07-25T04:14:12.565Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3202026-07-25T04:14:14.897Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.79s
3212026-07-25T04:14:14.986Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3222026-07-25T04:14:15.010Z
3232026-07-25T04:14:15.014Zreal 22.898252718
3242026-07-25T04:14:15.014Zuser 1:16.851594414
3252026-07-25T04:14:15.014Zsys 16.710730871
3262026-07-25T04:14:15.014Ztrap 0.043617364
3272026-07-25T04:14:15.014Ztflt 0.050817345
3282026-07-25T04:14:15.014Zdflt 0.093613530
3292026-07-25T04:14:15.014Zkflt 0.005011476
3302026-07-25T04:14:15.014Zlock 6:33.692600858
3312026-07-25T04:14:15.014Zslp 4:24.516438286
3322026-07-25T04:14:15.015Zlat 7.710118394
3332026-07-25T04:14:15.015Zstop 12.111843068
3342026-07-25T04:14:15.015Z+ header 'analyze std + api'
3352026-07-25T04:14:15.015Z+ echo '# ==== analyze std + api ==== #'
3362026-07-25T04:14:15.015Z# ==== analyze std + api ==== #
3372026-07-25T04:14:15.015Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3382026-07-25T04:14:15.247Z Compiling proc-macro2 v1.0.106
3392026-07-25T04:14:15.247Z Compiling quote v1.0.46
3402026-07-25T04:14:15.247Z Compiling unicode-ident v1.0.24
3412026-07-25T04:14:15.247Z Compiling memchr v2.8.3
3422026-07-25T04:14:15.247Z Compiling thiserror v2.0.18
3432026-07-25T04:14:15.247Z Compiling zerocopy v0.8.54
3442026-07-25T04:14:15.252Z Compiling zmij v1.0.22
3452026-07-25T04:14:15.252Z Compiling serde_core v1.0.228
3462026-07-25T04:14:15.430Z Compiling libc v0.2.186
3472026-07-25T04:14:15.596Z Compiling ucd-trie v0.1.7
3482026-07-25T04:14:15.626Z Compiling serde_json v1.0.150
3492026-07-25T04:14:15.803Z Compiling pest v2.8.7
3502026-07-25T04:14:15.817Z Compiling serde v1.0.228
3512026-07-25T04:14:15.866Z Compiling ident_case v1.0.1
3522026-07-25T04:14:15.872Z Compiling strsim v0.11.1
3532026-07-25T04:14:16.174Z Compiling aho-corasick v1.1.4
3542026-07-25T04:14:16.190Z Checking byteorder v1.5.0
3552026-07-25T04:14:16.215Z Compiling itoa v1.0.18
3562026-07-25T04:14:16.445Z Compiling regex-syntax v0.8.11
3572026-07-25T04:14:16.626Z Compiling syn v2.0.119
3582026-07-25T04:14:16.836Z Compiling pest_meta v2.8.7
3592026-07-25T04:14:17.004Z Compiling either v1.16.0
3602026-07-25T04:14:17.130Z Compiling usdt-impl v0.6.0
3612026-07-25T04:14:17.211Z Compiling itertools v0.15.0
3622026-07-25T04:14:17.580Z Compiling thread-id v5.1.0
3632026-07-25T04:14:17.791Z Checking plain v0.2.3
3642026-07-25T04:14:17.870Z Checking log v0.4.33
3652026-07-25T04:14:17.883Z Compiling regex-automata v0.4.15
3662026-07-25T04:14:17.887Z Compiling heapless v0.8.0
3672026-07-25T04:14:18.506Z Checking bitflags v2.13.0
3682026-07-25T04:14:18.509Z Checking hash32 v0.3.1
3692026-07-25T04:14:18.518Z Checking cfg-if v1.0.4
3702026-07-25T04:14:18.572Z Checking pretty-hex v0.4.2
3712026-07-25T04:14:18.623Z Compiling smoltcp v0.11.0
3722026-07-25T04:14:18.667Z Checking macaddr v1.0.1
3732026-07-25T04:14:18.680Z Checking stable_deref_trait v1.2.1
3742026-07-25T04:14:18.871Z Checking managed v0.8.0
3752026-07-25T04:14:18.932Z Compiling ref-cast v1.0.25
3762026-07-25T04:14:18.958Z Checking bitflags v1.3.2
3772026-07-25T04:14:19.018Z Compiling version_check v0.9.5
3782026-07-25T04:14:19.047Z Compiling pest_generator v2.8.7
3792026-07-25T04:14:19.112Z Compiling darling_core v0.23.0
3802026-07-25T04:14:19.239Z Compiling crc32fast v1.5.0
3812026-07-25T04:14:19.289Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3822026-07-25T04:14:19.534Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3832026-07-25T04:14:19.557Z Compiling regex v1.13.0
3842026-07-25T04:14:19.654Z Checking memmap2 v0.9.11
3852026-07-25T04:14:19.816Z Checking unicode-width v0.2.2
3862026-07-25T04:14:19.841Z Checking ipnetwork v0.21.1
3872026-07-25T04:14:20.061Z Checking tabwriter v1.4.1
3882026-07-25T04:14:20.170Z Checking dyn-clone v1.0.20
3892026-07-25T04:14:20.247Z Compiling thiserror-impl v2.0.18
3902026-07-25T04:14:20.254Z Compiling serde_derive v1.0.228
3912026-07-25T04:14:20.264Z Compiling zerocopy-derive v0.8.54
3922026-07-25T04:14:20.398Z Compiling pest_derive v2.8.7
3932026-07-25T04:14:20.583Z Compiling scroll_derive v0.13.1
3942026-07-25T04:14:20.794Z Compiling ref-cast-impl v1.0.25
3952026-07-25T04:14:20.934Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3962026-07-25T04:14:21.282Z Compiling darling_macro v0.23.0
3972026-07-25T04:14:21.402Z Checking scroll v0.13.0
3982026-07-25T04:14:21.544Z Compiling dtrace-parser v0.3.0
3992026-07-25T04:14:21.568Z Checking cobs v0.3.0
4002026-07-25T04:14:21.652Z Checking goblin v0.10.7
4012026-07-25T04:14:21.837Z Compiling darling v0.23.0
4022026-07-25T04:14:21.905Z Compiling ingot-macros v0.2.0
4032026-07-25T04:14:21.913Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4042026-07-25T04:14:22.950Z Checking postcard v1.1.3
4052026-07-25T04:14:22.965Z Compiling serde_tokenstream v0.2.3
4062026-07-25T04:14:24.283Z Compiling dof v0.4.0
4072026-07-25T04:14:24.304Z Checking ingot-types v0.2.0
4082026-07-25T04:14:24.603Z Checking ingot v0.2.0
4092026-07-25T04:14:25.154Z Compiling usdt-attr-macro v0.6.0
4102026-07-25T04:14:25.155Z Compiling usdt-macro v0.6.0
4112026-07-25T04:14:25.796Z Checking usdt v0.6.0
4122026-07-25T04:14:26.045Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4132026-07-25T04:14:34.610Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.54s
4142026-07-25T04:14:34.660Z
4152026-07-25T04:14:34.697Zreal 19.618766247
4162026-07-25T04:14:34.697Zuser 1:02.443459655
4172026-07-25T04:14:34.697Zsys 12.380625261
4182026-07-25T04:14:34.697Ztrap 0.029806404
4192026-07-25T04:14:34.697Ztflt 0.107589879
4202026-07-25T04:14:34.697Zdflt 0.186611253
4212026-07-25T04:14:34.697Zkflt 0.000006700
4222026-07-25T04:14:34.697Zlock 3:56.450511126
4232026-07-25T04:14:34.697Zslp 3:16.569894075
4242026-07-25T04:14:34.697Zlat 2.681013202
4252026-07-25T04:14:34.697Zstop 6.169202154
4262026-07-25T04:14:34.697Z+ header 'analyze no_std + engine + kernel'
4272026-07-25T04:14:34.697Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4282026-07-25T04:14:34.697Z# ==== analyze no_std + engine + kernel ==== #
4292026-07-25T04:14:34.698Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4302026-07-25T04:14:34.805Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-07-25T04:14:34.805Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4322026-07-25T04:14:34.805Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-07-25T04:14:34.814Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4342026-07-25T04:14:35.024Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-07-25T04:14:38.122Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.43s
4362026-07-25T04:14:38.149Z
4372026-07-25T04:14:38.161Zreal 3.492752277
4382026-07-25T04:14:38.161Zuser 3.754011964
4392026-07-25T04:14:38.161Zsys 0.841943601
4402026-07-25T04:14:38.161Ztrap 0.000485150
4412026-07-25T04:14:38.162Ztflt 0.020438208
4422026-07-25T04:14:38.162Zdflt 0.005627615
4432026-07-25T04:14:38.162Zkflt 0.000000000
4442026-07-25T04:14:38.162Zlock 11.499735193
4452026-07-25T04:14:38.162Zslp 14.552443303
4462026-07-25T04:14:38.162Zlat 0.007414951
4472026-07-25T04:14:38.162Zstop 0.189733815
4482026-07-25T04:14:38.162Z+ header test
4492026-07-25T04:14:38.162Z+ echo '# ==== test ==== #'
4502026-07-25T04:14:38.162Z+ ptime -m cargo test
4512026-07-25T04:14:38.162Z# ==== test ==== #
4522026-07-25T04:14:38.280Z Compiling serde_core v1.0.228
4532026-07-25T04:14:38.286Z Compiling thiserror v2.0.18
4542026-07-25T04:14:38.287Z Compiling zerocopy v0.8.54
4552026-07-25T04:14:38.317Z Compiling byteorder v1.5.0
4562026-07-25T04:14:38.322Z Compiling memchr v2.8.3
4572026-07-25T04:14:38.322Z Compiling unicode-ident v1.0.24
4582026-07-25T04:14:38.322Z Compiling libc v0.2.186
4592026-07-25T04:14:38.322Z Compiling zmij v1.0.22
4602026-07-25T04:14:38.413Z Compiling proc-macro2 v1.0.106
4612026-07-25T04:14:38.430Z Compiling scroll v0.13.0
4622026-07-25T04:14:38.517Z Compiling log v0.4.33
4632026-07-25T04:14:38.676Z Compiling plain v0.2.3
4642026-07-25T04:14:38.781Z Compiling itoa v1.0.18
4652026-07-25T04:14:38.782Z Compiling ucd-trie v0.1.7
4662026-07-25T04:14:38.866Z Compiling quote v1.0.46
4672026-07-25T04:14:38.866Z Compiling goblin v0.10.7
4682026-07-25T04:14:38.978Z Compiling pest v2.8.7
4692026-07-25T04:14:39.373Z Compiling hash32 v0.3.1
4702026-07-25T04:14:39.381Z Compiling macaddr v1.0.1
4712026-07-25T04:14:39.543Z Compiling cfg-if v1.0.4
4722026-07-25T04:14:39.602Z Compiling stable_deref_trait v1.2.1
4732026-07-25T04:14:39.637Z Compiling pretty-hex v0.4.2
4742026-07-25T04:14:39.677Z Compiling heapless v0.8.0
4752026-07-25T04:14:39.760Z Compiling syn v2.0.119
4762026-07-25T04:14:39.875Z Compiling thread-id v5.1.0
4772026-07-25T04:14:39.987Z Compiling cobs v0.3.0
4782026-07-25T04:14:40.137Z Compiling serde v1.0.228
4792026-07-25T04:14:40.244Z Compiling bitflags v2.13.0
4802026-07-25T04:14:40.288Z Compiling serde_json v1.0.150
4812026-07-25T04:14:40.681Z Compiling dtrace-parser v0.3.0
4822026-07-25T04:14:40.722Z Compiling bitflags v1.3.2
4832026-07-25T04:14:40.746Z Compiling managed v0.8.0
4842026-07-25T04:14:40.794Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4852026-07-25T04:14:40.979Z Compiling smoltcp v0.11.0
4862026-07-25T04:14:41.015Z Compiling postcard v1.1.3
4872026-07-25T04:14:41.177Z Compiling ingot-types v0.2.0
4882026-07-25T04:14:41.342Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4892026-07-25T04:14:41.371Z Compiling memmap2 v0.9.11
4902026-07-25T04:14:41.551Z Compiling ingot v0.2.0
4912026-07-25T04:14:41.663Z Compiling either v1.16.0
4922026-07-25T04:14:41.860Z Compiling dof v0.4.0
4932026-07-25T04:14:41.948Z Compiling ipnetwork v0.21.1
4942026-07-25T04:14:42.447Z Compiling unicode-width v0.2.2
4952026-07-25T04:14:42.747Z Compiling usdt-impl v0.6.0
4962026-07-25T04:14:43.438Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4972026-07-25T04:14:43.802Z Compiling usdt v0.6.0
4982026-07-25T04:14:44.250Z Compiling tabwriter v1.4.1
4992026-07-25T04:14:44.413Z Compiling itertools v0.15.0
5002026-07-25T04:14:44.681Z Compiling ref-cast v1.0.25
5012026-07-25T04:14:44.811Z Compiling crc32fast v1.5.0
5022026-07-25T04:14:45.062Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5032026-07-25T04:14:45.163Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5042026-07-25T04:14:45.692Z Compiling dyn-clone v1.0.20
5052026-07-25T04:15:00.594Z Finished `test` profile [optimized + debuginfo] target(s) in 22.40s
5062026-07-25T04:15:00.616Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-9cc5482da08db739)
5072026-07-25T04:15:00.617Z
5082026-07-25T04:15:00.617Zrunning 84 tests
5092026-07-25T04:15:00.617Ztest d_error::tests::name_and_data_storage ... ok
5102026-07-25T04:15:00.617Ztest d_error::tests::name_truncation ... ok
5112026-07-25T04:15:00.617Ztest ddi::mblk::test::chain_breaks_links ... ok
5122026-07-25T04:15:00.617Ztest ddi::mblk::test::chain_drain_complete ... ok
5132026-07-25T04:15:00.618Ztest ddi::mblk::test::chain_append_links ... ok
5142026-07-25T04:15:00.618Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5152026-07-25T04:15:00.618Ztest ddi::mblk::test::expand_and_shrink ... ok
5162026-07-25T04:15:00.618Ztest ddi::mblk::test::prefix_len ... ok
5172026-07-25T04:15:00.618Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5182026-07-25T04:15:00.618Ztest ddi::mblk::test::read_seg ... ok
5192026-07-25T04:15:00.618Ztest ddi::mblk::test::truncate ... ok
5202026-07-25T04:15:00.618Ztest ddi::mblk::test::wrap ... ok
5212026-07-25T04:15:00.618Ztest ddi::mblk::test::uninitialized_packet ... ok
5222026-07-25T04:15:00.618Ztest ddi::mblk::test::zero_byte_packet ... ok
5232026-07-25T04:15:00.618Ztest ddi::time::test::good_interval ... ok
5242026-07-25T04:15:00.619Ztest engine::dhcp::test::hostname_encode ... ok
5252026-07-25T04:15:00.619Ztest engine::dhcp::test::offlink_encode ... ok
5262026-07-25T04:15:00.619Ztest engine::dhcp::test::domainname_encode ... ok
5272026-07-25T04:15:00.619Ztest engine::dhcp::test::domain_search_option_encode ... ok
5282026-07-25T04:15:00.621Ztest engine::dhcp::test::rfc3442_encode ... ok
5292026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok
5302026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_client_id ... ok
5312026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5322026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5332026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_iata ... ok
5342026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5352026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_iana ... ok
5362026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5372026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_option_request ... ok
5382026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5392026-07-25T04:15:00.621Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5402026-07-25T04:15:00.622Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5412026-07-25T04:15:00.622Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5422026-07-25T04:15:00.622Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5432026-07-25T04:15:00.622Ztest engine::dhcpv6::options::test::test_server_id ... ok
5442026-07-25T04:15:00.622Ztest ddi::time::test::bad_interval - should panic ... ok
5452026-07-25T04:15:00.622Ztest engine::dhcpv6::options::test::test_status ... ok
5462026-07-25T04:15:00.622Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5472026-07-25T04:15:00.622Ztest engine::ether::test::emit ... ok
5482026-07-25T04:15:00.622Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5492026-07-25T04:15:00.622Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5502026-07-25T04:15:00.622Ztest engine::flow_table::test::flow_clear ... ok
5512026-07-25T04:15:00.624Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5522026-07-25T04:15:00.624Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5532026-07-25T04:15:00.624Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5542026-07-25T04:15:00.624Ztest engine::flow_table::test::priority_lerp ... ok
5552026-07-25T04:15:00.624Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5562026-07-25T04:15:00.624Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5572026-07-25T04:15:00.624Ztest engine::flow_table::test::eviction_basics ... ok
5582026-07-25T04:15:00.625Ztest engine::flow_table::test::flow_expired ... ok
5592026-07-25T04:15:00.625Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5602026-07-25T04:15:00.625Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5612026-07-25T04:15:00.625Ztest engine::geneve::test::emit_no_opts ... ok
5622026-07-25T04:15:00.625Ztest engine::ip::v4::test::emit ... ok
5632026-07-25T04:15:00.625Ztest engine::geneve::test::emit_single_opt ... ok
5642026-07-25T04:15:00.625Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5652026-07-25T04:15:00.625Ztest engine::ip::v4::test::match_check ... ok
5662026-07-25T04:15:00.625Ztest engine::ip::v4::test::cidr_match ... ok
5672026-07-25T04:15:00.625Ztest engine::ip::v6::test::from_pairs ... ok
5682026-07-25T04:15:00.625Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5692026-07-25T04:15:00.626Ztest engine::ip::v6::test::emit ... ok
5702026-07-25T04:15:00.626Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5712026-07-25T04:15:00.626Ztest engine::ip::v6::test::test_set_total_len ... ok
5722026-07-25T04:15:00.626Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5732026-07-25T04:15:00.626Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5742026-07-25T04:15:00.626Ztest engine::layer::test::find_rule ... ok
5752026-07-25T04:15:00.627Ztest engine::ip::v6::test::extension_push_spec ... ok
5762026-07-25T04:15:00.627Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5772026-07-25T04:15:00.627Ztest engine::nat::test::nat4_rewrite ... ok
5782026-07-25T04:15:00.627Ztest engine::packet::test::read_multi_segment ... ok
5792026-07-25T04:15:00.627Ztest engine::packet::test::read_single_segment ... ok
5802026-07-25T04:15:00.627Ztest engine::ip::v6::test::option_push_spec ... ok
5812026-07-25T04:15:00.627Ztest engine::ip::v6::test::push_spec ... ok
5822026-07-25T04:15:00.627Ztest engine::packet::test::straddled_tcp ... ok
5832026-07-25T04:15:00.627Ztest engine::packet::test::udp6_packet_with_padding ... ok
5842026-07-25T04:15:00.628Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5852026-07-25T04:15:00.628Ztest engine::packet::test::small_packet_with_padding ... ok
5862026-07-25T04:15:00.628Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5872026-07-25T04:15:00.628Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5882026-07-25T04:15:00.628Ztest engine::rule::rule_matching ... ok
5892026-07-25T04:15:00.628Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5902026-07-25T04:15:00.628Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5912026-07-25T04:15:00.628Ztest engine::snat::test::nat_mappings ... ok
5922026-07-25T04:15:00.628Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5932026-07-25T04:15:00.628Z
5942026-07-25T04:15:00.628Ztest result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5952026-07-25T04:15:00.628Z
5962026-07-25T04:15:00.629Z Doc-tests opte
5972026-07-25T04:15:02.561Z
5982026-07-25T04:15:02.561Zrunning 3 tests
5992026-07-25T04:15:02.564Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6002026-07-25T04:15:02.564Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6012026-07-25T04:15:02.564Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6022026-07-25T04:15:02.565Z
6032026-07-25T04:15:02.565Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-07-25T04:15:02.565Z
6052026-07-25T04:15:02.567Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6062026-07-25T04:15:02.606Z
6072026-07-25T04:15:02.606Zreal 24.463254139
6082026-07-25T04:15:02.606Zuser 2:03.623071338
6092026-07-25T04:15:02.606Zsys 7.218710305
6102026-07-25T04:15:02.606Ztrap 0.055771412
6112026-07-25T04:15:02.606Ztflt 0.199463324
6122026-07-25T04:15:02.606Zdflt 0.335782690
6132026-07-25T04:15:02.609Zkflt 0.000005350
6142026-07-25T04:15:02.610Zlock 6:23.467027558
6152026-07-25T04:15:02.610Zslp 3:44.559714470
6162026-07-25T04:15:02.610Zlat 4.559602975
6172026-07-25T04:15:02.610Zstop 2.671459446
6182026-07-25T04:15:02.610Zprocess exited: duration 88851 ms, exit code 0
 
6192026-07-25T04:15:02.616Zfound 0 output files