01KXCVR3BAA0J44JRVSGANNKP4: opte

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

Buildomat Job: 01KXCVSP6R5ZY4TF1478GQKDMR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T04:30:32.581Zjob assigned to worker 01KXCVT3PQW1K20FCNRFD3V91K [factory aws, i-0c6b48d38043904ab] (queued for 56 s)
 
22026-07-13T04:30:38.786Zstarting task 0: "setup"
32026-07-13T04:30:38.791Z++ uname -s
42026-07-13T04:30:38.791Z+ kern=SunOS
52026-07-13T04:30:38.791Z+ build_user=build
62026-07-13T04:30:38.791Z+ build_uid=12345
72026-07-13T04:30:38.792Z+ work_dir=/work
82026-07-13T04:30:38.792Z+ input_dir=/input
92026-07-13T04:30:38.792Z+ [[ 0 == 12345 ]]
102026-07-13T04:30:38.792Z+ case "$kern" in
112026-07-13T04:30:38.792Z+ groupadd -g 12345 build
122026-07-13T04:30:38.797Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T04:30:40.850Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T04:30:40.917Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T04:30:40.917Z+ home_fs=zfs
162026-07-13T04:30:40.917Z+ [[ zfs == autofs ]]
172026-07-13T04:30:40.917Z+ mkdir -p /home/build
182026-07-13T04:30:40.917Z+ chown build:build /home/build /work
192026-07-13T04:30:42.864Z+ chmod 0700 /home/build /work
202026-07-13T04:30:42.867Zprocess exited: duration 4081 ms, exit code 0
 
212026-07-13T04:30:42.874Zstarting task 1: "rust-toolchain"
222026-07-13T04:30:42.877Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.0
232026-07-13T04:30:42.877Z * rust toolchain channel = "1.97.0"
242026-07-13T04:30:42.877Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-13T04:30:42.877Z * rust toolchain profile = "default"
262026-07-13T04:30:42.877Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T04:30:42.877Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T04:30:42.880Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T04:30:42.880Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.0 --profile default
302026-07-13T04:30:42.982Zinfo: downloading installer
312026-07-13T04:30:44.615Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T04:30:44.615Zwarn: /home/build/.rustup/settings.toml
332026-07-13T04:30:44.615Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T04:30:44.615Zwarn: instead of the one inferred from the default host triple.
352026-07-13T04:30:44.625Zinfo: profile set to default
362026-07-13T04:30:44.625Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T04:30:44.630Zinfo: syncing channel updates for 1.97.0-x86_64-unknown-illumos
382026-07-13T04:30:44.779Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-13T04:30:44.784Zinfo: downloading 6 components
402026-07-13T04:31:01.161Zinfo: default toolchain set to 1.97.0-x86_64-unknown-illumos
412026-07-13T04:31:01.161Z
422026-07-13T04:31:01.182Z 1.97.0-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-13T04:31:01.182Z
442026-07-13T04:31:01.182Z
452026-07-13T04:31:01.182ZRust is installed now. Great!
462026-07-13T04:31:01.182Z
472026-07-13T04:31:01.182ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T04:31:01.182Zenvironment variable. This has not been done automatically.
492026-07-13T04:31:01.182Z
502026-07-13T04:31:01.182ZTo configure your current shell, you need to source
512026-07-13T04:31:01.182Zthe corresponding env file under $HOME/.cargo.
522026-07-13T04:31:01.183Z
532026-07-13T04:31:01.183ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T04:31:01.187Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T04:31:01.188Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T04:31:01.188Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T04:31:01.188Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T04:31:01.188Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T04:31:01.188Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T04:31:01.188Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T04:31:01.188Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T04:31:01.277Z+ rustup --version
632026-07-13T04:31:01.283Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T04:31:01.283Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T04:31:01.301Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-13T04:31:01.305Z+ cargo --version
672026-07-13T04:31:01.319Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-13T04:31:01.323Z+ rustc --version
692026-07-13T04:31:01.340Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-13T04:31:01.343Zprocess exited: duration 18467 ms, exit code 0
 
712026-07-13T04:31:01.349Zstarting task 2: "authentication"
722026-07-13T04:31:01.366Zprocess exited: duration 16 ms, exit code 0
 
732026-07-13T04:31:01.375Zstarting task 3: "clone repository"
742026-07-13T04:31:01.379Z+ mkdir -p /work/oxidecomputer/opte
752026-07-13T04:31:01.379Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-13T04:31:01.407ZCloning into '/work/oxidecomputer/opte'...
772026-07-13T04:31:02.273Z+ cd /work/oxidecomputer/opte
782026-07-13T04:31:02.273Z+ git fetch origin c88e736bb584d0eed2739c0f52b07f945b1dac92
792026-07-13T04:31:02.504ZFrom https://github.com/oxidecomputer/opte
802026-07-13T04:31:02.504Z * branch c88e736bb584d0eed2739c0f52b07f945b1dac92 -> FETCH_HEAD
812026-07-13T04:31:02.510Z+ [[ -n '' ]]
822026-07-13T04:31:02.510Z+ git reset --hard c88e736bb584d0eed2739c0f52b07f945b1dac92
832026-07-13T04:31:02.527ZHEAD is now at c88e736 Update dependency rust
842026-07-13T04:31:02.539Zprocess exited: duration 1153 ms, exit code 0
 
852026-07-13T04:31:02.555Zstarting task 4: "build"
862026-07-13T04:31:02.574Z+ source .github/buildomat/common.sh
872026-07-13T04:31:02.574Z++ rustup show active-toolchain
882026-07-13T04:31:02.574Z1.97.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-13T04:31:02.586Z++ pushd xde
902026-07-13T04:31:02.586Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-07-13T04:31:02.586Z++ rustup show active-toolchain
922026-07-13T04:31:02.586Zinfo: syncing channel updates for nightly-2026-07-13-x86_64-unknown-illumos
932026-07-13T04:31:02.721Zinfo: latest update on 2026-07-13 for version 1.99.0-nightly (77cf889bc 2026-07-12)
942026-07-13T04:31:02.724Zinfo: downloading 6 components
952026-07-13T04:31:17.771Znightly-2026-07-13-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-13T04:31:17.871Z+++ rustup show active-toolchain -v
972026-07-13T04:31:17.878Z+++ head -n 1
982026-07-13T04:31:17.878Z+++ cut '-d ' -f1
992026-07-13T04:31:17.927Z++ export NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos
1002026-07-13T04:31:17.927Z++ NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos
1012026-07-13T04:31:17.927Z++ popd
1022026-07-13T04:31:17.937Z/work/oxidecomputer/opte
1032026-07-13T04:31:17.937Z+ cargo --version
1042026-07-13T04:31:17.940Zcargo 1.97.0 (c980f4866 2026-06-30)
1052026-07-13T04:31:17.940Z+ rustc --version
1062026-07-13T04:31:17.953Zrustc 1.97.0 (2d8144b78 2026-07-07)
1072026-07-13T04:31:17.958Z+ cd lib/opte
1082026-07-13T04:31:17.958Z+ header 'check style'
1092026-07-13T04:31:17.958Z+ echo '# ==== check style ==== #'
1102026-07-13T04:31:17.958Z# ==== check style ==== #
1112026-07-13T04:31:17.958Z+ ptime -m cargo +nightly-2026-07-13-x86_64-unknown-illumos fmt -- --check
1122026-07-13T04:31:18.143Z
1132026-07-13T04:31:18.144Zreal 0.182849450
1142026-07-13T04:31:18.144Zuser 0.140511281
1152026-07-13T04:31:18.144Zsys 0.036129791
1162026-07-13T04:31:18.144Ztrap 0.000054437
1172026-07-13T04:31:18.144Ztflt 0.000011238
1182026-07-13T04:31:18.144Zdflt 0.000005109
1192026-07-13T04:31:18.144Zkflt 0.000000000
1202026-07-13T04:31:18.144Zlock 0.030752946
1212026-07-13T04:31:18.144Zslp 0.162865828
1222026-07-13T04:31:18.144Zlat 0.000656981
1232026-07-13T04:31:18.144Zstop 0.000094961
1242026-07-13T04:31:18.151Z+ header 'check docs'
1252026-07-13T04:31:18.151Z+ echo '# ==== check docs ==== #'
1262026-07-13T04:31:18.151Z# ==== check docs ==== #
1272026-07-13T04:31:18.151Z+ RUSTDOCFLAGS='-D warnings'
1282026-07-13T04:31:18.151Z+ ptime -m cargo +nightly-2026-07-13-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1292026-07-13T04:31:18.210Z Updating crates.io index
1302026-07-13T04:31:18.216Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-07-13T04:31:18.967Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-07-13T04:31:19.215Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-07-13T04:31:19.503Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-07-13T04:31:19.738Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-07-13T04:31:19.978Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-07-13T04:31:20.259Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-07-13T04:31:21.899Z Downloading crates ...
1382026-07-13T04:31:21.962Z Downloaded pretty-hex v0.4.2
1392026-07-13T04:31:21.966Z Downloaded ident_case v1.0.1
1402026-07-13T04:31:21.966Z Downloaded cfg-if v1.0.4
1412026-07-13T04:31:21.973Z Downloaded bitflags v1.3.2
1422026-07-13T04:31:21.976Z Downloaded cobs v0.3.0
1432026-07-13T04:31:21.976Z Downloaded quote v1.0.46
1442026-07-13T04:31:21.979Z Downloaded darling v0.21.3
1452026-07-13T04:31:21.997Z Downloaded zerocopy-derive v0.8.52
1462026-07-13T04:31:22.003Z Downloaded crc32fast v1.5.0
1472026-07-13T04:31:22.006Z Downloaded byteorder v1.5.0
1482026-07-13T04:31:22.011Z Downloaded pest v2.8.7
1492026-07-13T04:31:22.015Z Downloaded pest_derive v2.8.7
1502026-07-13T04:31:22.015Z Downloaded aho-corasick v1.1.4
1512026-07-13T04:31:22.020Z Downloaded dyn-clone v1.0.20
1522026-07-13T04:31:22.030Z Downloaded stable_deref_trait v1.2.1
1532026-07-13T04:31:22.038Z Downloaded scroll_derive v0.13.1
1542026-07-13T04:31:22.043Z Downloaded smoltcp v0.11.0
1552026-07-13T04:31:22.049Z Downloaded ipnetwork v0.21.1
1562026-07-13T04:31:22.058Z Downloaded ref-cast-impl v1.0.25
1572026-07-13T04:31:22.058Z Downloaded fnv v1.0.7
1582026-07-13T04:31:22.058Z Downloaded macaddr v1.0.1
1592026-07-13T04:31:22.058Z Downloaded managed v0.8.0
1602026-07-13T04:31:22.058Z Downloaded embedded-io v0.4.0
1612026-07-13T04:31:22.058Z Downloaded usdt-macro v0.6.0
1622026-07-13T04:31:22.062Z Downloaded tabwriter v1.4.1
1632026-07-13T04:31:22.062Z Downloaded thread-id v5.1.0
1642026-07-13T04:31:22.062Z Downloaded dtrace-parser v0.3.0
1652026-07-13T04:31:22.113Z Downloaded ref-cast v1.0.25
1662026-07-13T04:31:22.113Z Downloaded defmt v0.3.100
1672026-07-13T04:31:22.113Z Downloaded dof v0.4.0
1682026-07-13T04:31:22.113Z Downloaded usdt-impl v0.6.0
1692026-07-13T04:31:22.113Z Downloaded either v1.16.0
1702026-07-13T04:31:22.113Z Downloaded defmt-parser v1.0.0
1712026-07-13T04:31:22.113Z Downloaded darling_macro v0.23.0
1722026-07-13T04:31:22.113Z Downloaded usdt v0.6.0
1732026-07-13T04:31:22.113Z Downloaded plain v0.2.3
1742026-07-13T04:31:22.113Z Downloaded usdt-attr-macro v0.6.0
1752026-07-13T04:31:22.113Z Downloaded version_check v0.9.5
1762026-07-13T04:31:22.114Z Downloaded darling_macro v0.21.3
1772026-07-13T04:31:22.115Z Downloaded itoa v1.0.18
1782026-07-13T04:31:22.115Z Downloaded hash32 v0.3.1
1792026-07-13T04:31:22.115Z Downloaded ingot v0.1.1
1802026-07-13T04:31:22.115Z Downloaded ingot-types v0.1.2
1812026-07-13T04:31:22.115Z Downloaded thiserror-impl v2.0.18
1822026-07-13T04:31:22.115Z Downloaded strsim v0.11.1
1832026-07-13T04:31:22.115Z Downloaded serde_tokenstream v0.2.3
1842026-07-13T04:31:22.129Z Downloaded defmt-macros v1.1.1
1852026-07-13T04:31:22.129Z Downloaded zmij v1.0.21
1862026-07-13T04:31:22.129Z Downloaded bitflags v2.13.0
1872026-07-13T04:31:22.129Z Downloaded embedded-io v0.6.1
1882026-07-13T04:31:22.135Z Downloaded thiserror v2.0.18
1892026-07-13T04:31:22.135Z Downloaded scroll v0.13.0
1902026-07-13T04:31:22.135Z Downloaded memmap2 v0.9.11
1912026-07-13T04:31:22.135Z Downloaded defmt v1.1.1
1922026-07-13T04:31:22.135Z Downloaded pest_generator v2.8.7
1932026-07-13T04:31:22.135Z Downloaded postcard v1.1.3
1942026-07-13T04:31:22.135Z Downloaded ucd-trie v0.1.7
1952026-07-13T04:31:22.157Z Downloaded log v0.4.33
1962026-07-13T04:31:22.162Z Downloaded ingot-macros v0.1.1
1972026-07-13T04:31:22.162Z Downloaded proc-macro2 v1.0.106
1982026-07-13T04:31:22.167Z Downloaded serde_core v1.0.228
1992026-07-13T04:31:22.172Z Downloaded unicode-ident v1.0.24
2002026-07-13T04:31:22.172Z Downloaded pest_meta v2.8.7
2012026-07-13T04:31:22.172Z Downloaded darling v0.23.0
2022026-07-13T04:31:22.177Z Downloaded serde_derive v1.0.228
2032026-07-13T04:31:22.177Z Downloaded darling_core v0.21.3
2042026-07-13T04:31:22.184Z Downloaded darling_core v0.23.0
2052026-07-13T04:31:22.191Z Downloaded serde v1.0.228
2062026-07-13T04:31:22.195Z Downloaded heapless v0.8.0
2072026-07-13T04:31:22.200Z Downloaded memchr v2.8.2
2082026-07-13T04:31:22.228Z Downloaded itertools v0.15.0
2092026-07-13T04:31:22.233Z Downloaded itertools v0.14.0
2102026-07-13T04:31:22.244Z Downloaded regex v1.12.4
2112026-07-13T04:31:22.249Z Downloaded serde_json v1.0.150
2122026-07-13T04:31:22.292Z Downloaded zerocopy v0.8.52
2132026-07-13T04:31:22.302Z Downloaded unicode-width v0.2.2
2142026-07-13T04:31:22.305Z Downloaded goblin v0.10.7
2152026-07-13T04:31:22.309Z Downloaded syn v2.0.118
2162026-07-13T04:31:22.320Z Downloaded regex-syntax v0.8.11
2172026-07-13T04:31:22.355Z Downloaded regex-automata v0.4.14
2182026-07-13T04:31:22.367Z Downloaded libc v0.2.186
2192026-07-13T04:31:22.422Z Compiling proc-macro2 v1.0.106
2202026-07-13T04:31:22.422Z Compiling quote v1.0.46
2212026-07-13T04:31:22.425Z Compiling unicode-ident v1.0.24
2222026-07-13T04:31:22.425Z Documenting unicode-ident v1.0.24
2232026-07-13T04:31:22.425Z Compiling strsim v0.11.1
2242026-07-13T04:31:22.425Z Compiling ident_case v1.0.1
2252026-07-13T04:31:22.425Z Compiling serde_core v1.0.228
2262026-07-13T04:31:22.599Z Compiling fnv v1.0.7
2272026-07-13T04:31:22.617Z Checking memchr v2.8.2
2282026-07-13T04:31:22.686Z Compiling serde v1.0.228
2292026-07-13T04:31:22.796Z Compiling regex-syntax v0.8.11
2302026-07-13T04:31:22.853Z Compiling zerocopy v0.8.52
2312026-07-13T04:31:23.023Z Documenting proc-macro2 v1.0.106
2322026-07-13T04:31:23.078Z Compiling aho-corasick v1.1.4
2332026-07-13T04:31:23.263Z Compiling thiserror v2.0.18
2342026-07-13T04:31:23.487Z Checking syn v2.0.118
2352026-07-13T04:31:23.618Z Documenting quote v1.0.46
2362026-07-13T04:31:23.727Z Compiling either v1.16.0
2372026-07-13T04:31:23.901Z Checking byteorder v1.5.0
2382026-07-13T04:31:24.096Z Documenting syn v2.0.118
2392026-07-13T04:31:24.457Z Compiling regex-automata v0.4.14
2402026-07-13T04:31:24.667Z Compiling itertools v0.14.0
2412026-07-13T04:31:24.667Z Documenting memchr v2.8.2
2422026-07-13T04:31:24.894Z Compiling heapless v0.8.0
2432026-07-13T04:31:25.109Z Documenting aho-corasick v1.1.4
2442026-07-13T04:31:25.311Z Checking bitflags v2.13.0
2452026-07-13T04:31:25.440Z Checking hash32 v0.3.1
2462026-07-13T04:31:25.449Z Documenting serde_core v1.0.228
2472026-07-13T04:31:25.543Z Checking cfg-if v1.0.4
2482026-07-13T04:31:25.606Z Checking stable_deref_trait v1.2.1
2492026-07-13T04:31:25.617Z Documenting regex-syntax v0.8.11
2502026-07-13T04:31:25.727Z Checking macaddr v1.0.1
2512026-07-13T04:31:25.808Z Checking darling_core v0.21.3
2522026-07-13T04:31:25.846Z Compiling smoltcp v0.11.0
2532026-07-13T04:31:26.218Z Compiling regex v1.12.4
2542026-07-13T04:31:26.592Z Compiling darling_core v0.23.0
2552026-07-13T04:31:26.648Z Documenting regex-automata v0.4.14
2562026-07-13T04:31:26.807Z Documenting zerocopy-derive v0.8.52
2572026-07-13T04:31:27.000Z Documenting serde_derive v1.0.228
2582026-07-13T04:31:27.088Z Documenting thiserror-impl v2.0.18
2592026-07-13T04:31:27.093Z Compiling zerocopy-derive v0.8.52
2602026-07-13T04:31:27.623Z Compiling thiserror-impl v2.0.18
2612026-07-13T04:31:27.877Z Compiling serde_derive v1.0.228
2622026-07-13T04:31:28.017Z Documenting regex v1.12.4
2632026-07-13T04:31:28.343Z Checking bitflags v1.3.2
2642026-07-13T04:31:28.390Z Compiling darling_macro v0.21.3
2652026-07-13T04:31:28.390Z Checking managed v0.8.0
2662026-07-13T04:31:28.448Z Documenting byteorder v1.5.0
2672026-07-13T04:31:28.479Z Documenting bitflags v2.13.0
2682026-07-13T04:31:28.725Z Compiling darling_macro v0.23.0
2692026-07-13T04:31:28.829Z Compiling darling v0.21.3
2702026-07-13T04:31:28.902Z Compiling ingot-macros v0.1.1
2712026-07-13T04:31:28.948Z Documenting ingot-macros v0.1.1
2722026-07-13T04:31:28.962Z Checking cobs v0.3.0
2732026-07-13T04:31:29.118Z Documenting hash32 v0.3.1
2742026-07-13T04:31:29.185Z Documenting thiserror v2.0.18
2752026-07-13T04:31:29.240Z Documenting zerocopy v0.8.52
2762026-07-13T04:31:29.332Z Documenting stable_deref_trait v1.2.1
2772026-07-13T04:31:29.548Z Documenting cfg-if v1.0.4
2782026-07-13T04:31:29.720Z Compiling crc32fast v1.5.0
2792026-07-13T04:31:31.377Z Compiling ref-cast v1.0.25
2802026-07-13T04:31:31.472Z Documenting macaddr v1.0.1
2812026-07-13T04:31:31.472Z Documenting heapless v0.8.0
2822026-07-13T04:31:31.472Z Documenting cobs v0.3.0
2832026-07-13T04:31:31.472Z Compiling ref-cast-impl v1.0.25
2842026-07-13T04:31:31.472Z Documenting serde v1.0.228
2852026-07-13T04:31:31.472Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-07-13T04:31:31.473Z Checking postcard v1.1.3
2872026-07-13T04:31:31.473Z Compiling version_check v0.9.5
2882026-07-13T04:31:31.473Z Documenting managed v0.8.0
2892026-07-13T04:31:31.473Z Checking unicode-width v0.2.2
2902026-07-13T04:31:31.728Z Checking ipnetwork v0.21.1
2912026-07-13T04:31:31.787Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2922026-07-13T04:31:31.787Z Checking ingot-types v0.1.2
2932026-07-13T04:31:31.787Z Compiling darling v0.23.0
2942026-07-13T04:31:31.787Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-07-13T04:31:31.787Z Documenting ref-cast-impl v1.0.25
2962026-07-13T04:31:31.857Z Documenting unicode-width v0.2.2
2972026-07-13T04:31:31.885Z Checking ingot v0.1.1
2982026-07-13T04:31:32.095Z Documenting smoltcp v0.11.0
2992026-07-13T04:31:32.120Z Documenting ingot-types v0.1.2
3002026-07-13T04:31:32.170Z Documenting ipnetwork v0.21.1
3012026-07-13T04:31:32.487Z Documenting postcard v1.1.3
3022026-07-13T04:31:32.587Z Documenting either v1.16.0
3032026-07-13T04:31:32.865Z Documenting ref-cast v1.0.25
3042026-07-13T04:31:33.071Z Documenting tabwriter v1.4.1
3052026-07-13T04:31:33.381Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3062026-07-13T04:31:33.512Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3072026-07-13T04:31:33.633Z Documenting ingot v0.1.1
3082026-07-13T04:31:34.003Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-07-13T04:31:34.159Z Documenting itertools v0.15.0
3102026-07-13T04:31:34.294Z Checking itertools v0.15.0
3112026-07-13T04:31:34.456Z Checking tabwriter v1.4.1
3122026-07-13T04:31:34.696Z Documenting crc32fast v1.5.0
3132026-07-13T04:31:34.720Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3142026-07-13T04:31:34.783Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-07-13T04:31:35.025Z Checking dyn-clone v1.0.20
3162026-07-13T04:31:35.039Z Documenting dyn-clone v1.0.20
3172026-07-13T04:31:36.051Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3182026-07-13T04:31:37.342Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3192026-07-13T04:31:40.327Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.43s
3202026-07-13T04:31:40.388Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3212026-07-13T04:31:40.388Z
3222026-07-13T04:31:40.388Zreal 21.531461407
3232026-07-13T04:31:40.388Zuser 1:15.944491554
3242026-07-13T04:31:40.388Zsys 16.308606428
3252026-07-13T04:31:40.388Ztrap 0.044048592
3262026-07-13T04:31:40.388Ztflt 0.062775904
3272026-07-13T04:31:40.388Zdflt 0.057344544
3282026-07-13T04:31:40.388Zkflt 0.005974895
3292026-07-13T04:31:40.388Zlock 7:48.612538442
3302026-07-13T04:31:40.388Zslp 4:17.316435844
3312026-07-13T04:31:40.388Zlat 7.406194618
3322026-07-13T04:31:40.388Zstop 12.528570613
3332026-07-13T04:31:40.388Z+ header 'analyze std + api'
3342026-07-13T04:31:40.388Z+ echo '# ==== analyze std + api ==== #'
3352026-07-13T04:31:40.388Z# ==== analyze std + api ==== #
3362026-07-13T04:31:40.388Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3372026-07-13T04:31:40.389Z Compiling proc-macro2 v1.0.106
3382026-07-13T04:31:40.389Z Compiling quote v1.0.46
3392026-07-13T04:31:40.389Z Compiling unicode-ident v1.0.24
3402026-07-13T04:31:40.389Z Compiling memchr v2.8.2
3412026-07-13T04:31:40.389Z Compiling thiserror v2.0.18
3422026-07-13T04:31:40.389Z Compiling zerocopy v0.8.52
3432026-07-13T04:31:40.389Z Compiling zmij v1.0.21
3442026-07-13T04:31:40.389Z Compiling libc v0.2.186
3452026-07-13T04:31:40.389Z Compiling serde_core v1.0.228
3462026-07-13T04:31:40.389Z Compiling ident_case v1.0.1
3472026-07-13T04:31:40.389Z Compiling ucd-trie v0.1.7
3482026-07-13T04:31:40.389Z Compiling strsim v0.11.1
3492026-07-13T04:31:40.430Z Compiling serde_json v1.0.150
3502026-07-13T04:31:40.520Z Compiling pest v2.8.7
3512026-07-13T04:31:40.520Z Compiling serde v1.0.228
3522026-07-13T04:31:40.637Z Compiling fnv v1.0.7
3532026-07-13T04:31:40.808Z Compiling aho-corasick v1.1.4
3542026-07-13T04:31:40.900Z Compiling itoa v1.0.18
3552026-07-13T04:31:41.316Z Compiling regex-syntax v0.8.11
3562026-07-13T04:31:41.321Z Checking byteorder v1.5.0
3572026-07-13T04:31:41.321Z Compiling syn v2.0.118
3582026-07-13T04:31:41.531Z Compiling pest_meta v2.8.7
3592026-07-13T04:31:41.732Z Compiling usdt-impl v0.6.0
3602026-07-13T04:31:41.929Z Compiling either v1.16.0
3612026-07-13T04:31:42.104Z Compiling itertools v0.14.0
3622026-07-13T04:31:42.195Z Compiling thread-id v5.1.0
3632026-07-13T04:31:42.277Z Compiling regex-automata v0.4.14
3642026-07-13T04:31:42.653Z Checking log v0.4.33
3652026-07-13T04:31:42.706Z Checking plain v0.2.3
3662026-07-13T04:31:42.794Z Compiling heapless v0.8.0
3672026-07-13T04:31:43.165Z Checking bitflags v2.13.0
3682026-07-13T04:31:43.267Z Checking hash32 v0.3.1
3692026-07-13T04:31:43.275Z Compiling smoltcp v0.11.0
3702026-07-13T04:31:43.300Z Checking stable_deref_trait v1.2.1
3712026-07-13T04:31:43.364Z Checking pretty-hex v0.4.2
3722026-07-13T04:31:43.380Z Checking macaddr v1.0.1
3732026-07-13T04:31:43.469Z Checking cfg-if v1.0.4
3742026-07-13T04:31:43.608Z Compiling pest_generator v2.8.7
3752026-07-13T04:31:43.627Z Compiling darling_core v0.21.3
3762026-07-13T04:31:43.645Z Compiling darling_core v0.23.0
3772026-07-13T04:31:43.891Z Checking managed v0.8.0
3782026-07-13T04:31:43.931Z Checking bitflags v1.3.2
3792026-07-13T04:31:43.982Z Compiling regex v1.12.4
3802026-07-13T04:31:44.092Z Compiling ref-cast v1.0.25
3812026-07-13T04:31:44.240Z Compiling crc32fast v1.5.0
3822026-07-13T04:31:44.365Z Compiling version_check v0.9.5
3832026-07-13T04:31:44.539Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3842026-07-13T04:31:44.628Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-07-13T04:31:44.812Z Compiling thiserror-impl v2.0.18
3862026-07-13T04:31:44.839Z Compiling serde_derive v1.0.228
3872026-07-13T04:31:44.855Z Compiling zerocopy-derive v0.8.52
3882026-07-13T04:31:44.882Z Compiling pest_derive v2.8.7
3892026-07-13T04:31:45.405Z Compiling scroll_derive v0.13.1
3902026-07-13T04:31:45.496Z Compiling ref-cast-impl v1.0.25
3912026-07-13T04:31:45.656Z Checking memmap2 v0.9.11
3922026-07-13T04:31:45.786Z Compiling darling_macro v0.21.3
3932026-07-13T04:31:45.786Z Compiling darling_macro v0.23.0
3942026-07-13T04:31:45.928Z Checking unicode-width v0.2.2
3952026-07-13T04:31:46.113Z Checking dtrace-parser v0.3.0
3962026-07-13T04:31:46.189Z Checking cobs v0.3.0
3972026-07-13T04:31:46.210Z Checking scroll v0.13.0
3982026-07-13T04:31:46.249Z Compiling darling v0.21.3
3992026-07-13T04:31:46.323Z Compiling darling v0.23.0
4002026-07-13T04:31:46.326Z Compiling ingot-macros v0.1.1
4012026-07-13T04:31:46.326Z Checking ipnetwork v0.21.1
4022026-07-13T04:31:46.380Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4032026-07-13T04:31:46.414Z Checking goblin v0.10.7
4042026-07-13T04:31:46.475Z Checking tabwriter v1.4.1
4052026-07-13T04:31:46.740Z Checking itertools v0.15.0
4062026-07-13T04:31:46.782Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-07-13T04:31:47.221Z Checking dyn-clone v1.0.20
4082026-07-13T04:31:49.105Z Checking postcard v1.1.3
4092026-07-13T04:31:49.174Z Compiling serde_tokenstream v0.2.3
4102026-07-13T04:31:49.205Z Compiling dof v0.4.0
4112026-07-13T04:31:49.205Z Checking ingot-types v0.1.2
4122026-07-13T04:31:49.252Z Checking ingot v0.1.1
4132026-07-13T04:31:49.786Z Compiling usdt-macro v0.6.0
4142026-07-13T04:31:49.786Z Compiling usdt-attr-macro v0.6.0
4152026-07-13T04:31:50.465Z Checking usdt v0.6.0
4162026-07-13T04:31:50.676Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4172026-07-13T04:31:58.940Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.19s
4182026-07-13T04:31:58.970Z
4192026-07-13T04:31:58.977Zreal 19.268832631
4202026-07-13T04:31:58.978Zuser 1:03.917928181
4212026-07-13T04:31:58.978Zsys 12.862503824
4222026-07-13T04:31:58.978Ztrap 0.033160861
4232026-07-13T04:31:58.978Ztflt 0.154894406
4242026-07-13T04:31:58.978Zdflt 0.147178785
4252026-07-13T04:31:58.978Zkflt 0.000011298
4262026-07-13T04:31:58.978Zlock 4:02.035284721
4272026-07-13T04:31:58.978Zslp 3:26.472925771
4282026-07-13T04:31:58.978Zlat 3.231039594
4292026-07-13T04:31:58.978Zstop 6.376064434
4302026-07-13T04:31:58.978Z+ header 'analyze no_std + engine + kernel'
4312026-07-13T04:31:58.979Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4322026-07-13T04:31:58.979Z# ==== analyze no_std + engine + kernel ==== #
4332026-07-13T04:31:58.979Z+ ptime -m cargo +nightly-2026-07-13-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4342026-07-13T04:31:59.149Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4352026-07-13T04:31:59.149Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4362026-07-13T04:31:59.150Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4372026-07-13T04:31:59.159Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4382026-07-13T04:31:59.414Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4392026-07-13T04:32:03.197Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.98s
4402026-07-13T04:32:04.306Z
4412026-07-13T04:32:04.306Zreal 4.045503952
4422026-07-13T04:32:04.307Zuser 4.434423008
4432026-07-13T04:32:04.307Zsys 0.899517221
4442026-07-13T04:32:04.307Ztrap 0.000467293
4452026-07-13T04:32:04.307Ztflt 0.007133470
4462026-07-13T04:32:04.307Zdflt 0.004802624
4472026-07-13T04:32:04.307Zkflt 0.000000000
4482026-07-13T04:32:04.307Zlock 18.257437918
4492026-07-13T04:32:04.307Zslp 16.289763467
4502026-07-13T04:32:04.307Zlat 0.020372391
4512026-07-13T04:32:04.307Zstop 0.261544171
4522026-07-13T04:32:04.307Z+ header test
4532026-07-13T04:32:04.307Z+ echo '# ==== test ==== #'
4542026-07-13T04:32:04.307Z+ ptime -m cargo test
4552026-07-13T04:32:04.307Z# ==== test ==== #
4562026-07-13T04:32:04.308Z Compiling serde_core v1.0.228
4572026-07-13T04:32:04.308Z Compiling thiserror v2.0.18
4582026-07-13T04:32:04.308Z Compiling zerocopy v0.8.52
4592026-07-13T04:32:04.308Z Compiling byteorder v1.5.0
4602026-07-13T04:32:04.308Z Compiling memchr v2.8.2
4612026-07-13T04:32:04.308Z Compiling unicode-ident v1.0.24
4622026-07-13T04:32:04.308Z Compiling scroll v0.13.0
4632026-07-13T04:32:04.308Z Compiling zmij v1.0.21
4642026-07-13T04:32:04.308Z Compiling proc-macro2 v1.0.106
4652026-07-13T04:32:04.308Z Compiling libc v0.2.186
4662026-07-13T04:32:04.308Z Compiling ucd-trie v0.1.7
4672026-07-13T04:32:04.309Z Compiling log v0.4.33
4682026-07-13T04:32:04.309Z Compiling itoa v1.0.18
4692026-07-13T04:32:04.309Z Compiling plain v0.2.3
4702026-07-13T04:32:04.309Z Compiling quote v1.0.46
4712026-07-13T04:32:04.309Z Compiling goblin v0.10.7
4722026-07-13T04:32:04.364Z Compiling pest v2.8.7
4732026-07-13T04:32:04.364Z Compiling hash32 v0.3.1
4742026-07-13T04:32:04.364Z Compiling pretty-hex v0.4.2
4752026-07-13T04:32:04.364Z Compiling macaddr v1.0.1
4762026-07-13T04:32:04.423Z Compiling stable_deref_trait v1.2.1
4772026-07-13T04:32:04.465Z Compiling cfg-if v1.0.4
4782026-07-13T04:32:04.517Z Compiling heapless v0.8.0
4792026-07-13T04:32:04.568Z Compiling syn v2.0.118
4802026-07-13T04:32:04.755Z Compiling thread-id v5.1.0
4812026-07-13T04:32:04.834Z Compiling cobs v0.3.0
4822026-07-13T04:32:04.951Z Compiling serde v1.0.228
4832026-07-13T04:32:05.103Z Compiling bitflags v2.13.0
4842026-07-13T04:32:05.138Z Compiling serde_json v1.0.150
4852026-07-13T04:32:05.481Z Compiling dtrace-parser v0.3.0
4862026-07-13T04:32:05.526Z Compiling managed v0.8.0
4872026-07-13T04:32:05.631Z Compiling bitflags v1.3.2
4882026-07-13T04:32:05.645Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4892026-07-13T04:32:05.725Z Compiling smoltcp v0.11.0
4902026-07-13T04:32:05.893Z Compiling postcard v1.1.3
4912026-07-13T04:32:06.057Z Compiling ingot-types v0.1.2
4922026-07-13T04:32:06.180Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4932026-07-13T04:32:06.256Z Compiling memmap2 v0.9.11
4942026-07-13T04:32:06.530Z Compiling ingot v0.1.1
4952026-07-13T04:32:06.581Z Compiling unicode-width v0.2.2
4962026-07-13T04:32:06.784Z Compiling dof v0.4.0
4972026-07-13T04:32:06.878Z Compiling either v1.16.0
4982026-07-13T04:32:07.044Z Compiling ipnetwork v0.21.1
4992026-07-13T04:32:07.622Z Compiling usdt-impl v0.6.0
5002026-07-13T04:32:08.385Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5012026-07-13T04:32:08.645Z Compiling usdt v0.6.0
5022026-07-13T04:32:09.019Z Compiling itertools v0.15.0
5032026-07-13T04:32:09.253Z Compiling tabwriter v1.4.1
5042026-07-13T04:32:09.669Z Compiling ref-cast v1.0.25
5052026-07-13T04:32:09.772Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5062026-07-13T04:32:09.886Z Compiling crc32fast v1.5.0
5072026-07-13T04:32:10.133Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-07-13T04:32:10.490Z Compiling dyn-clone v1.0.20
5092026-07-13T04:32:25.151Z Finished `test` profile [optimized + debuginfo] target(s) in 22.12s
5102026-07-13T04:32:25.164Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-10f66da797cfe6f3)
5112026-07-13T04:32:25.168Z
5122026-07-13T04:32:25.168Zrunning 83 tests
5132026-07-13T04:32:25.168Ztest d_error::tests::name_and_data_storage ... ok
5142026-07-13T04:32:25.168Ztest d_error::tests::name_truncation ... ok
5152026-07-13T04:32:25.169Ztest ddi::mblk::test::chain_append_links ... ok
5162026-07-13T04:32:25.169Ztest ddi::mblk::test::chain_breaks_links ... ok
5172026-07-13T04:32:25.169Ztest ddi::mblk::test::chain_drain_complete ... ok
5182026-07-13T04:32:25.169Ztest ddi::mblk::test::expand_and_shrink ... ok
5192026-07-13T04:32:25.169Ztest ddi::mblk::test::prefix_len ... ok
5202026-07-13T04:32:25.169Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5212026-07-13T04:32:25.169Ztest ddi::mblk::test::read_seg ... ok
5222026-07-13T04:32:25.169Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5232026-07-13T04:32:25.169Ztest ddi::mblk::test::truncate ... ok
5242026-07-13T04:32:25.170Ztest ddi::mblk::test::wrap ... ok
5252026-07-13T04:32:25.170Ztest ddi::mblk::test::uninitialized_packet ... ok
5262026-07-13T04:32:25.170Ztest ddi::mblk::test::zero_byte_packet ... ok
5272026-07-13T04:32:25.170Ztest ddi::time::test::good_interval ... ok
5282026-07-13T04:32:25.170Ztest engine::dhcp::test::offlink_encode ... ok
5292026-07-13T04:32:25.170Ztest engine::dhcp::test::domainname_encode ... ok
5302026-07-13T04:32:25.170Ztest engine::dhcp::test::domain_search_option_encode ... ok
5312026-07-13T04:32:25.170Ztest engine::dhcp::test::hostname_encode ... ok
5322026-07-13T04:32:25.170Ztest engine::dhcp::test::rfc3442_encode ... ok
5332026-07-13T04:32:25.170Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5342026-07-13T04:32:25.170Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5352026-07-13T04:32:25.170Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5362026-07-13T04:32:25.170Ztest engine::dhcpv6::options::test::test_client_id ... ok
5372026-07-13T04:32:25.170Ztest engine::dhcpv6::options::test::test_iana ... ok
5382026-07-13T04:32:25.170Ztest engine::dhcpv6::options::test::test_iata ... ok
5392026-07-13T04:32:25.170Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5402026-07-13T04:32:25.171Ztest engine::dhcpv6::options::test::test_option_request ... ok
5412026-07-13T04:32:25.171Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5422026-07-13T04:32:25.171Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5432026-07-13T04:32:25.171Ztest engine::dhcpv6::options::test::test_server_id ... ok
5442026-07-13T04:32:25.171Ztest ddi::time::test::bad_interval - should panic ... ok
5452026-07-13T04:32:25.171Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5462026-07-13T04:32:25.171Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5472026-07-13T04:32:25.172Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5482026-07-13T04:32:25.172Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5492026-07-13T04:32:25.172Ztest engine::dhcpv6::options::test::test_status ... ok
5502026-07-13T04:32:25.172Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5512026-07-13T04:32:25.172Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5522026-07-13T04:32:25.172Ztest engine::ether::test::emit ... ok
5532026-07-13T04:32:25.172Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5542026-07-13T04:32:25.172Ztest engine::flow_table::test::eviction_basics ... ok
5552026-07-13T04:32:25.172Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5562026-07-13T04:32:25.172Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5572026-07-13T04:32:25.172Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5582026-07-13T04:32:25.172Ztest engine::flow_table::test::flow_clear ... ok
5592026-07-13T04:32:25.173Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5602026-07-13T04:32:25.173Ztest engine::flow_table::test::flow_expired ... ok
5612026-07-13T04:32:25.173Ztest engine::flow_table::test::priority_lerp ... ok
5622026-07-13T04:32:25.173Ztest engine::geneve::test::emit_no_opts ... ok
5632026-07-13T04:32:25.173Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5642026-07-13T04:32:25.173Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5652026-07-13T04:32:25.173Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5662026-07-13T04:32:25.173Ztest engine::geneve::test::emit_single_opt ... ok
5672026-07-13T04:32:25.173Ztest engine::ip::v4::test::cidr_match ... ok
5682026-07-13T04:32:25.173Ztest engine::ip::v4::test::emit ... ok
5692026-07-13T04:32:25.178Ztest engine::ip::v4::test::match_check ... ok
5702026-07-13T04:32:25.179Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5712026-07-13T04:32:25.179Ztest engine::ip::v6::test::emit ... ok
5722026-07-13T04:32:25.179Ztest engine::ip::v6::test::option_push_spec ... ok
5732026-07-13T04:32:25.179Ztest engine::ip::v6::test::from_pairs ... ok
5742026-07-13T04:32:25.179Ztest engine::ip::v6::test::extension_push_spec ... ok
5752026-07-13T04:32:25.179Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5762026-07-13T04:32:25.180Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5772026-07-13T04:32:25.180Ztest engine::ip::v6::test::test_set_total_len ... ok
5782026-07-13T04:32:25.180Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5792026-07-13T04:32:25.180Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5802026-07-13T04:32:25.180Ztest engine::packet::test::read_multi_segment ... ok
5812026-07-13T04:32:25.180Ztest engine::packet::test::read_single_segment ... ok
5822026-07-13T04:32:25.180Ztest engine::layer::test::find_rule ... ok
5832026-07-13T04:32:25.180Ztest engine::packet::test::small_packet_with_padding ... ok
5842026-07-13T04:32:25.180Ztest engine::nat::test::nat4_rewrite ... ok
5852026-07-13T04:32:25.180Ztest engine::packet::test::straddled_tcp ... ok
5862026-07-13T04:32:25.180Ztest engine::packet::test::udp6_packet_with_padding ... ok
5872026-07-13T04:32:25.180Ztest engine::ip::v6::test::push_spec ... ok
5882026-07-13T04:32:25.180Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5892026-07-13T04:32:25.180Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5902026-07-13T04:32:25.180Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5912026-07-13T04:32:25.180Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5922026-07-13T04:32:25.180Ztest engine::rule::rule_matching ... ok
5932026-07-13T04:32:25.180Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5942026-07-13T04:32:25.180Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5952026-07-13T04:32:25.180Ztest engine::snat::test::nat_mappings ... ok
5962026-07-13T04:32:25.181Z
5972026-07-13T04:32:25.181Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5982026-07-13T04:32:25.181Z
5992026-07-13T04:32:25.181Z Doc-tests opte
6002026-07-13T04:32:27.164Z
6012026-07-13T04:32:27.164Zrunning 3 tests
6022026-07-13T04:32:27.168Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6032026-07-13T04:32:27.168Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6042026-07-13T04:32:27.169Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6052026-07-13T04:32:27.169Z
6062026-07-13T04:32:27.169Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6072026-07-13T04:32:27.169Z
6082026-07-13T04:32:27.172Zall doctests ran in 1.44s; merged doctests compilation took 1.43s
6092026-07-13T04:32:27.213Z
6102026-07-13T04:32:27.216Zreal 24.184812412
6112026-07-13T04:32:27.217Zuser 2:01.877500668
6122026-07-13T04:32:27.217Zsys 7.151029853
6132026-07-13T04:32:27.217Ztrap 0.056435034
6142026-07-13T04:32:27.217Ztflt 0.188050785
6152026-07-13T04:32:27.217Zdflt 0.395546367
6162026-07-13T04:32:27.217Zkflt 0.000011227
6172026-07-13T04:32:27.217Zlock 6:19.118504779
6182026-07-13T04:32:27.217Zslp 3:39.846160407
6192026-07-13T04:32:27.217Zlat 5.939514343
6202026-07-13T04:32:27.218Zstop 2.711188753
6212026-07-13T04:32:27.218Zprocess exited: duration 84661 ms, exit code 0
 
6222026-07-13T04:32:27.225Zfound 0 output files