01KXZH3CBYZB6XECPWD4K9E3SG: opte

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

Buildomat Job: 01KXZH41F5WN3DWS7SC7M18DEK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:23.633Zjob assigned to worker 01KXZH44YB2KFQXGVK701FA6G4 [factory aws, i-046bf3a3c4b2c97f5] (queued for 48 s)
 
22026-07-20T10:29:30.239Zstarting task 0: "setup"
32026-07-20T10:29:30.245Z++ uname -s
42026-07-20T10:29:30.248Z+ kern=SunOS
52026-07-20T10:29:30.248Z+ build_user=build
62026-07-20T10:29:30.248Z+ build_uid=12345
72026-07-20T10:29:30.248Z+ work_dir=/work
82026-07-20T10:29:30.248Z+ input_dir=/input
92026-07-20T10:29:30.248Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:30.248Z+ case "$kern" in
112026-07-20T10:29:30.248Z+ groupadd -g 12345 build
122026-07-20T10:29:30.248Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:32.253Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:32.365Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:32.368Z+ home_fs=zfs
162026-07-20T10:29:32.368Z+ [[ zfs == autofs ]]
172026-07-20T10:29:32.368Z+ mkdir -p /home/build
182026-07-20T10:29:32.368Z+ chown build:build /home/build /work
192026-07-20T10:29:34.369Z+ chmod 0700 /home/build /work
202026-07-20T10:29:34.373Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-20T10:29:34.379Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:34.385Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:34.385Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T10:29:34.385Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-20T10:29:34.385Z * rust toolchain channel = "1.96.1"
262026-07-20T10:29:34.385Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:34.385Z * rust toolchain profile = "default"
282026-07-20T10:29:34.385Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:34.385Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:34.462Zinfo: downloading installer
312026-07-20T10:29:35.726Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:29:35.726Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:29:35.726Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:29:35.726Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:29:35.739Zinfo: profile set to default
362026-07-20T10:29:35.739Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:29:35.741Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:29:35.873Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:29:35.876Zinfo: downloading 6 components
402026-07-20T10:29:50.076Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:29:50.076Z
422026-07-20T10:29:50.104Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:29:50.104Z
442026-07-20T10:29:50.107Z
452026-07-20T10:29:50.107ZRust is installed now. Great!
462026-07-20T10:29:50.107Z
472026-07-20T10:29:50.109ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:29:50.109Zenvironment variable. This has not been done automatically.
492026-07-20T10:29:50.109Z
502026-07-20T10:29:50.109ZTo configure your current shell, you need to source
512026-07-20T10:29:50.109Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:29:50.109Z
532026-07-20T10:29:50.109ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:29:50.109Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:29:50.109Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:29:50.109Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:29:50.109Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:29:50.109Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:29:50.109Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:29:50.109Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:29:50.109Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:29:50.216Z+ rustup --version
632026-07-20T10:29:50.225Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:29:50.228Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:29:50.246Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:29:50.250Z+ cargo --version
672026-07-20T10:29:50.263Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:29:50.266Z+ rustc --version
692026-07-20T10:29:50.286Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:29:50.288Zprocess exited: duration 15909 ms, exit code 0
 
712026-07-20T10:29:50.294Zstarting task 2: "authentication"
722026-07-20T10:29:50.311Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T10:29:50.317Zstarting task 3: "clone repository"
742026-07-20T10:29:50.320Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:29:50.323Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:29:50.350ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:29:51.249Z+ cd /work/oxidecomputer/opte
782026-07-20T10:29:51.249Z+ git fetch origin d3f36470356b9c31a84696419ba42162edd29294
792026-07-20T10:29:51.471ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:29:51.471Z * branch d3f36470356b9c31a84696419ba42162edd29294 -> FETCH_HEAD
812026-07-20T10:29:51.478Z+ [[ -n renovate/bitflags-2.x-lockfile ]]
822026-07-20T10:29:51.481Z++ git branch --show-current
832026-07-20T10:29:51.481Z+ current=master
842026-07-20T10:29:51.481Z+ [[ master != renovate/bitflags-2.x-lockfile ]]
852026-07-20T10:29:51.481Z+ git branch -f renovate/bitflags-2.x-lockfile d3f36470356b9c31a84696419ba42162edd29294
862026-07-20T10:29:51.484Z+ git checkout -f renovate/bitflags-2.x-lockfile
872026-07-20T10:29:51.500ZSwitched to branch 'renovate/bitflags-2.x-lockfile'
882026-07-20T10:29:51.504Z+ git reset --hard d3f36470356b9c31a84696419ba42162edd29294
892026-07-20T10:29:51.517ZHEAD is now at d3f3647 Update Rust crate bitflags to v2.13.1
902026-07-20T10:29:51.549Zprocess exited: duration 1200 ms, exit code 0
 
912026-07-20T10:29:51.559Zstarting task 4: "build"
922026-07-20T10:29:51.564Z+ source .github/buildomat/common.sh
932026-07-20T10:29:51.564Z++ rustup show active-toolchain
942026-07-20T10:29:51.568Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:29:51.572Z++ pushd xde
962026-07-20T10:29:51.572Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:29:51.572Z++ rustup show active-toolchain
982026-07-20T10:29:51.575Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:29:51.733Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:29:51.736Zinfo: downloading 6 components
1012026-07-20T10:30:05.324Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:30:05.425Z+++ rustup show active-toolchain -v
1032026-07-20T10:30:05.428Z+++ head -n 1
1042026-07-20T10:30:05.428Z+++ cut '-d ' -f1
1052026-07-20T10:30:05.483Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:30:05.483Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:30:05.483Z++ popd
1082026-07-20T10:30:05.486Z/work/oxidecomputer/opte
1092026-07-20T10:30:05.486Z+ cargo --version
1102026-07-20T10:30:05.493Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:30:05.496Z+ rustc --version
1122026-07-20T10:30:05.517Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:30:05.520Z+ cd lib/opte
1142026-07-20T10:30:05.520Z+ header 'check style'
1152026-07-20T10:30:05.520Z+ echo '# ==== check style ==== #'
1162026-07-20T10:30:05.520Z# ==== check style ==== #
1172026-07-20T10:30:05.520Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:30:05.705Z
1192026-07-20T10:30:05.705Zreal 0.184062241
1202026-07-20T10:30:05.705Zuser 0.139621642
1212026-07-20T10:30:05.705Zsys 0.037126345
1222026-07-20T10:30:05.705Ztrap 0.000026230
1232026-07-20T10:30:05.705Ztflt 0.000027220
1242026-07-20T10:30:05.705Zdflt 0.000005690
1252026-07-20T10:30:05.705Zkflt 0.000000000
1262026-07-20T10:30:05.705Zlock 0.031238702
1272026-07-20T10:30:05.705Zslp 0.163867799
1282026-07-20T10:30:05.705Zlat 0.000680160
1292026-07-20T10:30:05.705Zstop 0.000108750
1302026-07-20T10:30:05.709Z+ header 'check docs'
1312026-07-20T10:30:05.709Z+ echo '# ==== check docs ==== #'
1322026-07-20T10:30:05.709Z# ==== check docs ==== #
1332026-07-20T10:30:05.709Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-20T10:30:05.709Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-20T10:30:05.777Z Updating crates.io index
1362026-07-20T10:30:05.780Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:30:06.770Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:30:07.161Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:30:07.530Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:30:07.761Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:30:07.980Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:30:08.400Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:30:10.425Z Downloading crates ...
1442026-07-20T10:30:10.474Z Downloaded crc32fast v1.5.0
1452026-07-20T10:30:10.485Z Downloaded dof v0.4.0
1462026-07-20T10:30:10.493Z Downloaded cfg-if v1.0.4
1472026-07-20T10:30:10.496Z Downloaded ident_case v1.0.1
1482026-07-20T10:30:10.496Z Downloaded macaddr v1.0.1
1492026-07-20T10:30:10.496Z Downloaded darling_macro v0.21.3
1502026-07-20T10:30:10.499Z Downloaded defmt-parser v1.0.0
1512026-07-20T10:30:10.501Z Downloaded fnv v1.0.7
1522026-07-20T10:30:10.501Z Downloaded itoa v1.0.18
1532026-07-20T10:30:10.501Z Downloaded pretty-hex v0.4.2
1542026-07-20T10:30:10.504Z Downloaded cobs v0.3.0
1552026-07-20T10:30:10.508Z Downloaded dtrace-parser v0.3.0
1562026-07-20T10:30:10.511Z Downloaded embedded-io v0.4.0
1572026-07-20T10:30:10.514Z Downloaded plain v0.2.3
1582026-07-20T10:30:10.517Z Downloaded managed v0.8.0
1592026-07-20T10:30:10.517Z Downloaded darling_macro v0.23.0
1602026-07-20T10:30:10.517Z Downloaded dyn-clone v1.0.20
1612026-07-20T10:30:10.523Z Downloaded byteorder v1.5.0
1622026-07-20T10:30:10.526Z Downloaded embedded-io v0.6.1
1632026-07-20T10:30:10.529Z Downloaded hash32 v0.3.1
1642026-07-20T10:30:10.529Z Downloaded defmt v0.3.100
1652026-07-20T10:30:10.529Z Downloaded stable_deref_trait v1.2.1
1662026-07-20T10:30:10.536Z Downloaded ref-cast-impl v1.0.25
1672026-07-20T10:30:10.538Z Downloaded thread-id v5.1.0
1682026-07-20T10:30:10.542Z Downloaded ref-cast v1.0.25
1692026-07-20T10:30:10.545Z Downloaded usdt v0.6.0
1702026-07-20T10:30:10.545Z Downloaded scroll_derive v0.13.1
1712026-07-20T10:30:10.557Z Downloaded usdt-macro v0.6.0
1722026-07-20T10:30:10.561Z Downloaded tabwriter v1.4.1
1732026-07-20T10:30:10.564Z Downloaded usdt-attr-macro v0.6.0
1742026-07-20T10:30:10.567Z Downloaded quote v1.0.46
1752026-07-20T10:30:10.570Z Downloaded either v1.16.0
1762026-07-20T10:30:10.570Z Downloaded pest_generator v2.8.7
1772026-07-20T10:30:10.576Z Downloaded ipnetwork v0.21.1
1782026-07-20T10:30:10.579Z Downloaded darling v0.21.3
1792026-07-20T10:30:10.582Z Downloaded defmt-macros v1.1.1
1802026-07-20T10:30:10.585Z Downloaded serde_tokenstream v0.2.3
1812026-07-20T10:30:10.587Z Downloaded thiserror-impl v2.0.18
1822026-07-20T10:30:10.587Z Downloaded bitflags v1.3.2
1832026-07-20T10:30:10.590Z Downloaded strsim v0.11.1
1842026-07-20T10:30:10.590Z Downloaded zmij v1.0.22
1852026-07-20T10:30:10.593Z Downloaded ingot-types v0.1.2
1862026-07-20T10:30:10.593Z Downloaded pest_derive v2.8.7
1872026-07-20T10:30:10.596Z Downloaded scroll v0.13.0
1882026-07-20T10:30:10.596Z Downloaded version_check v0.9.5
1892026-07-20T10:30:10.602Z Downloaded usdt-impl v0.6.0
1902026-07-20T10:30:10.608Z Downloaded memmap2 v0.9.11
1912026-07-20T10:30:10.611Z Downloaded defmt v1.1.1
1922026-07-20T10:30:10.614Z Downloaded ingot v0.1.1
1932026-07-20T10:30:10.614Z Downloaded ingot-macros v0.1.1
1942026-07-20T10:30:10.619Z Downloaded aho-corasick v1.1.4
1952026-07-20T10:30:10.633Z Downloaded thiserror v2.0.18
1962026-07-20T10:30:10.637Z Downloaded ucd-trie v0.1.7
1972026-07-20T10:30:10.640Z Downloaded log v0.4.33
1982026-07-20T10:30:10.643Z Downloaded pest_meta v2.8.7
1992026-07-20T10:30:10.643Z Downloaded bitflags v2.13.1
2002026-07-20T10:30:10.646Z Downloaded darling v0.23.0
2012026-07-20T10:30:10.651Z Downloaded postcard v1.1.3
2022026-07-20T10:30:10.658Z Downloaded unicode-ident v1.0.24
2032026-07-20T10:30:10.665Z Downloaded serde_core v1.0.228
2042026-07-20T10:30:10.668Z Downloaded serde_derive v1.0.228
2052026-07-20T10:30:10.672Z Downloaded darling_core v0.21.3
2062026-07-20T10:30:10.675Z Downloaded darling_core v0.23.0
2072026-07-20T10:30:10.675Z Downloaded heapless v0.8.0
2082026-07-20T10:30:10.709Z Downloaded memchr v2.8.3
2092026-07-20T10:30:10.712Z Downloaded proc-macro2 v1.0.106
2102026-07-20T10:30:10.715Z Downloaded serde v1.0.228
2112026-07-20T10:30:10.715Z Downloaded zerocopy-derive v0.8.54
2122026-07-20T10:30:10.731Z Downloaded pest v2.8.7
2132026-07-20T10:30:10.740Z Downloaded itertools v0.14.0
2142026-07-20T10:30:10.753Z Downloaded regex v1.13.0
2152026-07-20T10:30:10.760Z Downloaded itertools v0.15.0
2162026-07-20T10:30:10.764Z Downloaded serde_json v1.0.150
2172026-07-20T10:30:10.811Z Downloaded goblin v0.10.7
2182026-07-20T10:30:10.814Z Downloaded unicode-width v0.2.2
2192026-07-20T10:30:10.822Z Downloaded zerocopy v0.8.54
2202026-07-20T10:30:10.835Z Downloaded smoltcp v0.11.0
2212026-07-20T10:30:10.843Z Downloaded syn v2.0.118
2222026-07-20T10:30:10.850Z Downloaded regex-syntax v0.8.11
2232026-07-20T10:30:10.878Z Downloaded regex-automata v0.4.15
2242026-07-20T10:30:10.896Z Downloaded libc v0.2.186
2252026-07-20T10:30:10.956Z Compiling proc-macro2 v1.0.106
2262026-07-20T10:30:10.956Z Compiling quote v1.0.46
2272026-07-20T10:30:10.956Z Compiling unicode-ident v1.0.24
2282026-07-20T10:30:10.959Z Documenting unicode-ident v1.0.24
2292026-07-20T10:30:10.959Z Compiling strsim v0.11.1
2302026-07-20T10:30:10.959Z Compiling ident_case v1.0.1
2312026-07-20T10:30:10.959Z Compiling serde_core v1.0.228
2322026-07-20T10:30:11.112Z Compiling fnv v1.0.7
2332026-07-20T10:30:11.131Z Compiling memchr v2.8.3
2342026-07-20T10:30:11.197Z Compiling thiserror v2.0.18
2352026-07-20T10:30:11.365Z Compiling serde v1.0.228
2362026-07-20T10:30:11.470Z Compiling regex-syntax v0.8.11
2372026-07-20T10:30:11.547Z Documenting proc-macro2 v1.0.106
2382026-07-20T10:30:11.581Z Compiling aho-corasick v1.1.4
2392026-07-20T10:30:11.700Z Compiling zerocopy v0.8.54
2402026-07-20T10:30:12.001Z Compiling syn v2.0.118
2412026-07-20T10:30:12.112Z Documenting quote v1.0.46
2422026-07-20T10:30:12.621Z Documenting syn v2.0.118
2432026-07-20T10:30:12.742Z Compiling either v1.16.0
2442026-07-20T10:30:12.872Z Compiling regex-automata v0.4.15
2452026-07-20T10:30:12.948Z Checking byteorder v1.5.0
2462026-07-20T10:30:12.974Z Compiling itertools v0.14.0
2472026-07-20T10:30:13.100Z Documenting memchr v2.8.3
2482026-07-20T10:30:13.403Z Compiling heapless v0.8.0
2492026-07-20T10:30:13.728Z Documenting aho-corasick v1.1.4
2502026-07-20T10:30:13.886Z Checking hash32 v0.3.1
2512026-07-20T10:30:14.004Z Checking bitflags v2.13.1
2522026-07-20T10:30:14.047Z Documenting serde_core v1.0.228
2532026-07-20T10:30:14.168Z Documenting regex-syntax v0.8.11
2542026-07-20T10:30:14.308Z Checking stable_deref_trait v1.2.1
2552026-07-20T10:30:14.378Z Checking macaddr v1.0.1
2562026-07-20T10:30:14.533Z Compiling darling_core v0.21.3
2572026-07-20T10:30:14.631Z Compiling regex v1.13.0
2582026-07-20T10:30:14.685Z Checking cfg-if v1.0.4
2592026-07-20T10:30:14.747Z Compiling darling_core v0.23.0
2602026-07-20T10:30:15.220Z Compiling smoltcp v0.11.0
2612026-07-20T10:30:15.236Z Documenting regex-automata v0.4.15
2622026-07-20T10:30:15.628Z Compiling serde_derive v1.0.228
2632026-07-20T10:30:15.778Z Compiling thiserror-impl v2.0.18
2642026-07-20T10:30:15.854Z Compiling zerocopy-derive v0.8.54
2652026-07-20T10:30:15.857Z Documenting zerocopy-derive v0.8.54
2662026-07-20T10:30:16.491Z Documenting serde_derive v1.0.228
2672026-07-20T10:30:16.591Z Documenting regex v1.13.0
2682026-07-20T10:30:16.641Z Compiling darling_macro v0.21.3
2692026-07-20T10:30:16.705Z Documenting thiserror-impl v2.0.18
2702026-07-20T10:30:16.829Z Compiling darling_macro v0.23.0
2712026-07-20T10:30:17.097Z Checking cobs v0.3.0
2722026-07-20T10:30:17.211Z Compiling darling v0.21.3
2732026-07-20T10:30:17.284Z Compiling ingot-macros v0.1.1
2742026-07-20T10:30:17.403Z Documenting byteorder v1.5.0
2752026-07-20T10:30:17.477Z Checking managed v0.8.0
2762026-07-20T10:30:17.568Z Checking bitflags v1.3.2
2772026-07-20T10:30:17.625Z Documenting thiserror v2.0.18
2782026-07-20T10:30:17.662Z Documenting ingot-macros v0.1.1
2792026-07-20T10:30:17.693Z Documenting zerocopy v0.8.54
2802026-07-20T10:30:17.746Z Documenting bitflags v2.13.1
2812026-07-20T10:30:17.996Z Documenting hash32 v0.3.1
2822026-07-20T10:30:18.158Z Documenting macaddr v1.0.1
2832026-07-20T10:30:18.393Z Documenting serde v1.0.228
2842026-07-20T10:30:18.541Z Compiling crc32fast v1.5.0
2852026-07-20T10:30:18.714Z Compiling ref-cast v1.0.25
2862026-07-20T10:30:18.723Z Documenting stable_deref_trait v1.2.1
2872026-07-20T10:30:18.851Z Documenting cfg-if v1.0.4
2882026-07-20T10:30:18.964Z Checking postcard v1.1.3
2892026-07-20T10:30:19.124Z Documenting cobs v0.3.0
2902026-07-20T10:30:19.329Z Documenting heapless v0.8.0
2912026-07-20T10:30:19.498Z Compiling ref-cast-impl v1.0.25
2922026-07-20T10:30:19.909Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-07-20T10:30:20.095Z Checking ipnetwork v0.21.1
2942026-07-20T10:30:20.142Z Checking ingot-types v0.1.2
2952026-07-20T10:30:20.183Z Compiling version_check v0.9.5
2962026-07-20T10:30:20.216Z Documenting managed v0.8.0
2972026-07-20T10:30:20.257Z Checking unicode-width v0.2.2
2982026-07-20T10:30:20.268Z Documenting postcard v1.1.3
2992026-07-20T10:30:20.450Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3002026-07-20T10:30:20.457Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-07-20T10:30:20.489Z Checking ingot v0.1.1
3022026-07-20T10:30:20.516Z Compiling darling v0.23.0
3032026-07-20T10:30:20.605Z Documenting ref-cast-impl v1.0.25
3042026-07-20T10:30:20.730Z Documenting ipnetwork v0.21.1
3052026-07-20T10:30:20.808Z Documenting ingot-types v0.1.2
3062026-07-20T10:30:20.934Z Documenting smoltcp v0.11.0
3072026-07-20T10:30:21.000Z Documenting either v1.16.0
3082026-07-20T10:30:21.172Z Documenting unicode-width v0.2.2
3092026-07-20T10:30:21.416Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-07-20T10:30:21.637Z Documenting ref-cast v1.0.25
3112026-07-20T10:30:21.918Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3122026-07-20T10:30:22.067Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3132026-07-20T10:30:22.157Z Documenting ingot v0.1.1
3142026-07-20T10:30:22.355Z Documenting itertools v0.15.0
3152026-07-20T10:30:22.598Z Checking tabwriter v1.4.1
3162026-07-20T10:30:22.606Z Documenting tabwriter v1.4.1
3172026-07-20T10:30:22.738Z Checking itertools v0.15.0
3182026-07-20T10:30:22.993Z Documenting crc32fast v1.5.0
3192026-07-20T10:30:23.155Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3202026-07-20T10:30:23.209Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-20T10:30:23.471Z Documenting dyn-clone v1.0.20
3222026-07-20T10:30:23.489Z Checking dyn-clone v1.0.20
3232026-07-20T10:30:24.865Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-20T10:30:26.070Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-07-20T10:30:28.341Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.62s
3262026-07-20T10:30:28.416Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3272026-07-20T10:30:28.441Z
3282026-07-20T10:30:28.441Zreal 22.715008389
3292026-07-20T10:30:28.441Zuser 1:17.279945155
3302026-07-20T10:30:28.441Zsys 16.620417108
3312026-07-20T10:30:28.441Ztrap 0.041274319
3322026-07-20T10:30:28.441Ztflt 0.051832365
3332026-07-20T10:30:28.445Zdflt 0.104511143
3342026-07-20T10:30:28.445Zkflt 0.004836256
3352026-07-20T10:30:28.446Zlock 7:33.587265114
3362026-07-20T10:30:28.446Zslp 4:14.877482468
3372026-07-20T10:30:28.446Zlat 9.291207505
3382026-07-20T10:30:28.446Zstop 13.292726170
3392026-07-20T10:30:28.446Z+ header 'analyze std + api'
3402026-07-20T10:30:28.446Z+ echo '# ==== analyze std + api ==== #'
3412026-07-20T10:30:28.448Z# ==== analyze std + api ==== #
3422026-07-20T10:30:28.448Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3432026-07-20T10:30:28.680Z Compiling proc-macro2 v1.0.106
3442026-07-20T10:30:28.680Z Compiling quote v1.0.46
3452026-07-20T10:30:28.680Z Compiling unicode-ident v1.0.24
3462026-07-20T10:30:28.680Z Compiling memchr v2.8.3
3472026-07-20T10:30:28.683Z Compiling thiserror v2.0.18
3482026-07-20T10:30:28.683Z Compiling zerocopy v0.8.54
3492026-07-20T10:30:28.683Z Compiling zmij v1.0.22
3502026-07-20T10:30:28.683Z Compiling libc v0.2.186
3512026-07-20T10:30:28.857Z Compiling serde_core v1.0.228
3522026-07-20T10:30:29.062Z Compiling ucd-trie v0.1.7
3532026-07-20T10:30:29.089Z Compiling serde_json v1.0.150
3542026-07-20T10:30:29.093Z Compiling strsim v0.11.1
3552026-07-20T10:30:29.123Z Compiling ident_case v1.0.1
3562026-07-20T10:30:29.236Z Compiling pest v2.8.7
3572026-07-20T10:30:29.299Z Compiling serde v1.0.228
3582026-07-20T10:30:29.503Z Compiling fnv v1.0.7
3592026-07-20T10:30:29.645Z Compiling aho-corasick v1.1.4
3602026-07-20T10:30:29.668Z Compiling itoa v1.0.18
3612026-07-20T10:30:29.671Z Checking byteorder v1.5.0
3622026-07-20T10:30:29.876Z Compiling regex-syntax v0.8.11
3632026-07-20T10:30:30.058Z Compiling syn v2.0.118
3642026-07-20T10:30:30.267Z Compiling pest_meta v2.8.7
3652026-07-20T10:30:30.492Z Compiling either v1.16.0
3662026-07-20T10:30:30.691Z Compiling usdt-impl v0.6.0
3672026-07-20T10:30:30.784Z Compiling itertools v0.14.0
3682026-07-20T10:30:31.189Z Compiling thread-id v5.1.0
3692026-07-20T10:30:31.301Z Compiling regex-automata v0.4.15
3702026-07-20T10:30:31.363Z Compiling heapless v0.8.0
3712026-07-20T10:30:31.427Z Checking log v0.4.33
3722026-07-20T10:30:31.568Z Checking plain v0.2.3
3732026-07-20T10:30:31.933Z Checking bitflags v2.13.1
3742026-07-20T10:30:31.994Z Checking hash32 v0.3.1
3752026-07-20T10:30:31.998Z Checking pretty-hex v0.4.2
3762026-07-20T10:30:32.089Z Checking macaddr v1.0.1
3772026-07-20T10:30:32.093Z Checking cfg-if v1.0.4
3782026-07-20T10:30:32.103Z Checking stable_deref_trait v1.2.1
3792026-07-20T10:30:32.142Z Compiling smoltcp v0.11.0
3802026-07-20T10:30:32.417Z Checking bitflags v1.3.2
3812026-07-20T10:30:32.423Z Compiling pest_generator v2.8.7
3822026-07-20T10:30:32.476Z Compiling darling_core v0.21.3
3832026-07-20T10:30:32.480Z Compiling darling_core v0.23.0
3842026-07-20T10:30:32.539Z Compiling version_check v0.9.5
3852026-07-20T10:30:32.813Z Checking managed v0.8.0
3862026-07-20T10:30:32.832Z Compiling ref-cast v1.0.25
3872026-07-20T10:30:32.991Z Compiling regex v1.13.0
3882026-07-20T10:30:33.027Z Compiling crc32fast v1.5.0
3892026-07-20T10:30:33.358Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3902026-07-20T10:30:33.380Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3912026-07-20T10:30:33.618Z Checking memmap2 v0.9.11
3922026-07-20T10:30:33.635Z Compiling thiserror-impl v2.0.18
3932026-07-20T10:30:33.688Z Compiling serde_derive v1.0.228
3942026-07-20T10:30:33.777Z Compiling zerocopy-derive v0.8.54
3952026-07-20T10:30:33.825Z Compiling pest_derive v2.8.7
3962026-07-20T10:30:34.273Z Compiling scroll_derive v0.13.1
3972026-07-20T10:30:34.402Z Compiling ref-cast-impl v1.0.25
3982026-07-20T10:30:34.450Z Checking ipnetwork v0.21.1
3992026-07-20T10:30:34.556Z Compiling darling_macro v0.21.3
4002026-07-20T10:30:34.599Z Compiling darling_macro v0.23.0
4012026-07-20T10:30:34.623Z Checking unicode-width v0.2.2
4022026-07-20T10:30:35.002Z Checking cobs v0.3.0
4032026-07-20T10:30:35.054Z Checking dtrace-parser v0.3.0
4042026-07-20T10:30:35.100Z Checking scroll v0.13.0
4052026-07-20T10:30:35.128Z Compiling darling v0.21.3
4062026-07-20T10:30:35.137Z Checking itertools v0.15.0
4072026-07-20T10:30:35.155Z Compiling darling v0.23.0
4082026-07-20T10:30:35.194Z Compiling ingot-macros v0.1.1
4092026-07-20T10:30:35.292Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4102026-07-20T10:30:35.313Z Checking goblin v0.10.7
4112026-07-20T10:30:35.771Z Checking tabwriter v1.4.1
4122026-07-20T10:30:35.911Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4132026-07-20T10:30:36.160Z Checking dyn-clone v1.0.20
4142026-07-20T10:30:36.795Z Checking postcard v1.1.3
4152026-07-20T10:30:36.810Z Compiling serde_tokenstream v0.2.3
4162026-07-20T10:30:37.849Z Compiling dof v0.4.0
4172026-07-20T10:30:37.852Z Checking ingot-types v0.1.2
4182026-07-20T10:30:38.145Z Checking ingot v0.1.1
4192026-07-20T10:30:38.700Z Compiling usdt-macro v0.6.0
4202026-07-20T10:30:38.700Z Compiling usdt-attr-macro v0.6.0
4212026-07-20T10:30:39.337Z Checking usdt v0.6.0
4222026-07-20T10:30:39.580Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4232026-07-20T10:30:47.967Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.47s
4242026-07-20T10:30:47.994Z
4252026-07-20T10:30:47.994Zreal 19.546649467
4262026-07-20T10:30:47.994Zuser 1:04.432303497
4272026-07-20T10:30:47.994Zsys 13.088829543
4282026-07-20T10:30:47.994Ztrap 0.032551742
4292026-07-20T10:30:47.994Ztflt 0.128014343
4302026-07-20T10:30:47.994Zdflt 0.192942804
4312026-07-20T10:30:47.997Zkflt 0.000038220
4322026-07-20T10:30:47.997Zlock 3:46.381566242
4332026-07-20T10:30:47.997Zslp 3:28.870526853
4342026-07-20T10:30:47.997Zlat 2.862266647
4352026-07-20T10:30:47.997Zstop 6.156152372
4362026-07-20T10:30:47.998Z+ header 'analyze no_std + engine + kernel'
4372026-07-20T10:30:47.998Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4382026-07-20T10:30:47.998Z# ==== analyze no_std + engine + kernel ==== #
4392026-07-20T10:30:47.998Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4402026-07-20T10:30:48.168Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4412026-07-20T10:30:48.172Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4422026-07-20T10:30:48.189Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-07-20T10:30:48.192Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-07-20T10:30:48.426Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4452026-07-20T10:30:52.148Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.05s
4462026-07-20T10:30:52.159Z
4472026-07-20T10:30:52.159Zreal 4.120483697
4482026-07-20T10:30:52.159Zuser 4.495280862
4492026-07-20T10:30:52.159Zsys 0.908939756
4502026-07-20T10:30:52.159Ztrap 0.000543200
4512026-07-20T10:30:52.159Ztflt 0.002054660
4522026-07-20T10:30:52.159Zdflt 0.004850043
4532026-07-20T10:30:52.159Zkflt 0.000000000
4542026-07-20T10:30:52.159Zlock 18.537688732
4552026-07-20T10:30:52.159Zslp 16.517277604
4562026-07-20T10:30:52.159Zlat 0.018012692
4572026-07-20T10:30:52.159Zstop 0.236302611
4582026-07-20T10:30:52.159Z+ header test
4592026-07-20T10:30:52.159Z+ echo '# ==== test ==== #'
4602026-07-20T10:30:52.159Z# ==== test ==== #
4612026-07-20T10:30:52.159Z+ ptime -m cargo test
4622026-07-20T10:30:52.266Z Compiling serde_core v1.0.228
4632026-07-20T10:30:52.269Z Compiling thiserror v2.0.18
4642026-07-20T10:30:52.269Z Compiling zerocopy v0.8.54
4652026-07-20T10:30:52.290Z Compiling memchr v2.8.3
4662026-07-20T10:30:52.293Z Compiling byteorder v1.5.0
4672026-07-20T10:30:52.296Z Compiling unicode-ident v1.0.24
4682026-07-20T10:30:52.299Z Compiling libc v0.2.186
4692026-07-20T10:30:52.299Z Compiling zmij v1.0.22
4702026-07-20T10:30:52.372Z Compiling scroll v0.13.0
4712026-07-20T10:30:52.421Z Compiling proc-macro2 v1.0.106
4722026-07-20T10:30:52.496Z Compiling plain v0.2.3
4732026-07-20T10:30:52.592Z Compiling ucd-trie v0.1.7
4742026-07-20T10:30:52.637Z Compiling itoa v1.0.18
4752026-07-20T10:30:52.641Z Compiling log v0.4.33
4762026-07-20T10:30:52.671Z Compiling hash32 v0.3.1
4772026-07-20T10:30:52.828Z Compiling quote v1.0.46
4782026-07-20T10:30:52.867Z Compiling goblin v0.10.7
4792026-07-20T10:30:52.884Z Compiling pest v2.8.7
4802026-07-20T10:30:53.304Z Compiling stable_deref_trait v1.2.1
4812026-07-20T10:30:53.371Z Compiling cfg-if v1.0.4
4822026-07-20T10:30:53.434Z Compiling pretty-hex v0.4.2
4832026-07-20T10:30:53.472Z Compiling macaddr v1.0.1
4842026-07-20T10:30:53.561Z Compiling heapless v0.8.0
4852026-07-20T10:30:53.716Z Compiling syn v2.0.118
4862026-07-20T10:30:53.834Z Compiling thread-id v5.1.0
4872026-07-20T10:30:53.907Z Compiling cobs v0.3.0
4882026-07-20T10:30:54.036Z Compiling dtrace-parser v0.3.0
4892026-07-20T10:30:54.185Z Compiling serde v1.0.228
4902026-07-20T10:30:54.278Z Compiling serde_json v1.0.150
4912026-07-20T10:30:54.636Z Compiling bitflags v2.13.1
4922026-07-20T10:30:54.820Z Compiling bitflags v1.3.2
4932026-07-20T10:30:54.888Z Compiling managed v0.8.0
4942026-07-20T10:30:55.054Z Compiling smoltcp v0.11.0
4952026-07-20T10:30:55.111Z Compiling ingot-types v0.1.2
4962026-07-20T10:30:55.221Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4972026-07-20T10:30:55.278Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4982026-07-20T10:30:55.464Z Compiling ingot v0.1.1
4992026-07-20T10:30:55.513Z Compiling postcard v1.1.3
5002026-07-20T10:30:55.866Z Compiling dof v0.4.0
5012026-07-20T10:30:55.872Z Compiling memmap2 v0.9.11
5022026-07-20T10:30:56.180Z Compiling ipnetwork v0.21.1
5032026-07-20T10:30:56.710Z Compiling usdt-impl v0.6.0
5042026-07-20T10:30:57.388Z Compiling either v1.16.0
5052026-07-20T10:30:57.558Z Compiling unicode-width v0.2.2
5062026-07-20T10:30:57.625Z Compiling itertools v0.15.0
5072026-07-20T10:30:57.717Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5082026-07-20T10:30:57.870Z Compiling tabwriter v1.4.1
5092026-07-20T10:30:58.289Z Compiling usdt v0.6.0
5102026-07-20T10:30:58.935Z Compiling ref-cast v1.0.25
5112026-07-20T10:30:59.035Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-07-20T10:30:59.217Z Compiling crc32fast v1.5.0
5132026-07-20T10:30:59.294Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-07-20T10:30:59.460Z Compiling dyn-clone v1.0.20
5152026-07-20T10:31:14.164Z Finished `test` profile [optimized + debuginfo] target(s) in 22.03s
5162026-07-20T10:31:14.179Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-721020b00d3c683c)
5172026-07-20T10:31:14.182Z
5182026-07-20T10:31:14.182Zrunning 83 tests
5192026-07-20T10:31:14.182Ztest d_error::tests::name_and_data_storage ... ok
5202026-07-20T10:31:14.182Ztest d_error::tests::name_truncation ... ok
5212026-07-20T10:31:14.182Ztest ddi::mblk::test::chain_breaks_links ... ok
5222026-07-20T10:31:14.182Ztest ddi::mblk::test::chain_append_links ... ok
5232026-07-20T10:31:14.182Ztest ddi::mblk::test::chain_drain_complete ... ok
5242026-07-20T10:31:14.182Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5252026-07-20T10:31:14.182Ztest ddi::mblk::test::prefix_len ... ok
5262026-07-20T10:31:14.182Ztest ddi::mblk::test::expand_and_shrink ... ok
5272026-07-20T10:31:14.182Ztest ddi::mblk::test::read_seg ... ok
5282026-07-20T10:31:14.182Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5292026-07-20T10:31:14.183Ztest ddi::mblk::test::truncate ... ok
5302026-07-20T10:31:14.183Ztest ddi::mblk::test::uninitialized_packet ... ok
5312026-07-20T10:31:14.183Ztest ddi::mblk::test::zero_byte_packet ... ok
5322026-07-20T10:31:14.183Ztest ddi::mblk::test::wrap ... ok
5332026-07-20T10:31:14.183Ztest ddi::time::test::good_interval ... ok
5342026-07-20T10:31:14.183Ztest engine::dhcp::test::hostname_encode ... ok
5352026-07-20T10:31:14.183Ztest engine::dhcp::test::domain_search_option_encode ... ok
5362026-07-20T10:31:14.183Ztest engine::dhcp::test::domainname_encode ... ok
5372026-07-20T10:31:14.183Ztest engine::dhcp::test::offlink_encode ... ok
5382026-07-20T10:31:14.183Ztest engine::dhcp::test::rfc3442_encode ... ok
5392026-07-20T10:31:14.183Ztest engine::dhcpv6::options::test::test_client_id ... ok
5402026-07-20T10:31:14.183Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5412026-07-20T10:31:14.183Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5422026-07-20T10:31:14.183Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5432026-07-20T10:31:14.187Ztest engine::dhcpv6::options::test::test_iana ... ok
5442026-07-20T10:31:14.187Ztest engine::dhcpv6::options::test::test_iata ... ok
5452026-07-20T10:31:14.187Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5462026-07-20T10:31:14.187Ztest engine::dhcpv6::options::test::test_option_request ... ok
5472026-07-20T10:31:14.187Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5482026-07-20T10:31:14.188Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5492026-07-20T10:31:14.188Ztest ddi::time::test::bad_interval - should panic ... ok
5502026-07-20T10:31:14.188Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5512026-07-20T10:31:14.188Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5522026-07-20T10:31:14.188Ztest engine::dhcpv6::options::test::test_server_id ... ok
5532026-07-20T10:31:14.188Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5542026-07-20T10:31:14.188Ztest engine::dhcpv6::options::test::test_status ... ok
5552026-07-20T10:31:14.188Ztest engine::ether::test::emit ... ok
5562026-07-20T10:31:14.188Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5572026-07-20T10:31:14.188Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5582026-07-20T10:31:14.188Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5592026-07-20T10:31:14.188Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5602026-07-20T10:31:14.188Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5612026-07-20T10:31:14.188Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5622026-07-20T10:31:14.188Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5632026-07-20T10:31:14.188Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5642026-07-20T10:31:14.188Ztest engine::flow_table::test::eviction_basics ... ok
5652026-07-20T10:31:14.188Ztest engine::flow_table::test::flow_clear ... ok
5662026-07-20T10:31:14.188Ztest engine::flow_table::test::flow_expired ... ok
5672026-07-20T10:31:14.188Ztest engine::flow_table::test::priority_lerp ... ok
5682026-07-20T10:31:14.188Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5692026-07-20T10:31:14.188Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5702026-07-20T10:31:14.188Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5712026-07-20T10:31:14.189Ztest engine::geneve::test::emit_no_opts ... ok
5722026-07-20T10:31:14.189Ztest engine::geneve::test::emit_single_opt ... ok
5732026-07-20T10:31:14.189Ztest engine::ip::v4::test::cidr_match ... ok
5742026-07-20T10:31:14.189Ztest engine::ip::v4::test::emit ... ok
5752026-07-20T10:31:14.189Ztest engine::ip::v6::test::extension_push_spec ... ok
5762026-07-20T10:31:14.189Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5772026-07-20T10:31:14.189Ztest engine::ip::v6::test::emit ... ok
5782026-07-20T10:31:14.189Ztest engine::ip::v6::test::from_pairs ... ok
5792026-07-20T10:31:14.189Ztest engine::ip::v6::test::option_push_spec ... ok
5802026-07-20T10:31:14.189Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5812026-07-20T10:31:14.189Ztest engine::ip::v4::test::match_check ... ok
5822026-07-20T10:31:14.189Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5832026-07-20T10:31:14.189Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5842026-07-20T10:31:14.189Ztest engine::layer::test::find_rule ... ok
5852026-07-20T10:31:14.189Ztest engine::ip::v6::test::test_set_total_len ... ok
5862026-07-20T10:31:14.189Ztest engine::packet::test::straddled_tcp ... ok
5872026-07-20T10:31:14.189Ztest engine::nat::test::nat4_rewrite ... ok
5882026-07-20T10:31:14.189Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5892026-07-20T10:31:14.189Ztest engine::packet::test::read_single_segment ... ok
5902026-07-20T10:31:14.189Ztest engine::ip::v6::test::push_spec ... ok
5912026-07-20T10:31:14.189Ztest engine::packet::test::small_packet_with_padding ... ok
5922026-07-20T10:31:14.189Ztest engine::packet::test::udp6_packet_with_padding ... ok
5932026-07-20T10:31:14.189Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5942026-07-20T10:31:14.190Ztest engine::packet::test::read_multi_segment ... ok
5952026-07-20T10:31:14.190Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5962026-07-20T10:31:14.190Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5972026-07-20T10:31:14.190Ztest engine::rule::rule_matching ... ok
5982026-07-20T10:31:14.190Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5992026-07-20T10:31:14.190Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6002026-07-20T10:31:14.190Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6012026-07-20T10:31:14.190Ztest engine::snat::test::nat_mappings ... ok
6022026-07-20T10:31:14.190Z
6032026-07-20T10:31:14.190Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-07-20T10:31:14.190Z
6052026-07-20T10:31:14.190Z Doc-tests opte
6062026-07-20T10:31:16.158Z
6072026-07-20T10:31:16.158Zrunning 3 tests
6082026-07-20T10:31:16.161Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6092026-07-20T10:31:16.161Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6102026-07-20T10:31:16.161Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-07-20T10:31:16.161Z
6122026-07-20T10:31:16.162Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-07-20T10:31:16.162Z
6142026-07-20T10:31:16.166Zall doctests ran in 1.41s; merged doctests compilation took 1.40s
6152026-07-20T10:31:16.205Z
6162026-07-20T10:31:16.205Zreal 24.075714808
6172026-07-20T10:31:16.205Zuser 2:00.641997795
6182026-07-20T10:31:16.205Zsys 7.266030078
6192026-07-20T10:31:16.205Ztrap 0.055472949
6202026-07-20T10:31:16.205Ztflt 0.236269287
6212026-07-20T10:31:16.205Zdflt 0.270315156
6222026-07-20T10:31:16.208Zkflt 0.000004960
6232026-07-20T10:31:16.208Zlock 5:54.243696903
6242026-07-20T10:31:16.208Zslp 3:41.419710966
6252026-07-20T10:31:16.208Zlat 6.096434741
6262026-07-20T10:31:16.208Zstop 2.977977451
6272026-07-20T10:31:16.208Zprocess exited: duration 84647 ms, exit code 0
 
6282026-07-20T10:31:16.215Zfound 0 output files