01KYEAGDD8R6B4PHSN94WDSHPV: opte

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

Buildomat Job: 01KYEAHEY0AKNG8HPE4SWGAJ6K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:22:56.587Zjob assigned to worker 01KYEAHG23K9RT725Q9MPZSNGK [factory aws, i-031f28eeb5ef42cfd] (queued for 44 s)
 
22026-07-26T04:23:03.099Zstarting task 0: "setup"
32026-07-26T04:23:03.106Z++ uname -s
42026-07-26T04:23:03.109Z+ kern=SunOS
52026-07-26T04:23:03.109Z+ build_user=build
62026-07-26T04:23:03.109Z+ build_uid=12345
72026-07-26T04:23:03.109Z+ work_dir=/work
82026-07-26T04:23:03.109Z+ input_dir=/input
92026-07-26T04:23:03.109Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:03.109Z+ case "$kern" in
112026-07-26T04:23:03.110Z+ groupadd -g 12345 build
122026-07-26T04:23:03.113Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:05.118Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:05.216Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:05.219Z+ home_fs=zfs
162026-07-26T04:23:05.219Z+ [[ zfs == autofs ]]
172026-07-26T04:23:05.219Z+ mkdir -p /home/build
182026-07-26T04:23:05.219Z+ chown build:build /home/build /work
192026-07-26T04:23:07.220Z+ chmod 0700 /home/build /work
202026-07-26T04:23:07.223Zprocess exited: duration 4124 ms, exit code 0
 
212026-07-26T04:23:07.229Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:07.233Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:07.233Z * rust toolchain channel = "1.97.1"
242026-07-26T04:23:07.233Z * rust toolchain profile = "default"
252026-07-26T04:23:07.233Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-26T04:23:07.233Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:07.233Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:07.236Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:07.236Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:07.342Zinfo: downloading installer
312026-07-26T04:23:08.721Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:08.721Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:08.721Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:08.721Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:08.734Zinfo: profile set to default
362026-07-26T04:23:08.734Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:08.737Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:08.865Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:08.868Zinfo: downloading 6 components
402026-07-26T04:23:23.242Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:23.242Z
422026-07-26T04:23:23.271Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:23.271Z
442026-07-26T04:23:23.271Z
452026-07-26T04:23:23.271ZRust is installed now. Great!
462026-07-26T04:23:23.271Z
472026-07-26T04:23:23.271ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:23.271Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:23.271Z
502026-07-26T04:23:23.271ZTo configure your current shell, you need to source
512026-07-26T04:23:23.271Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:23.271Z
532026-07-26T04:23:23.271ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:23.277Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:23.277Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:23.277Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:23.277Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:23.277Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:23.277Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:23.277Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:23.277Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:23.366Z+ rustup --version
632026-07-26T04:23:23.373Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:23.376Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:23.394Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:23.397Z+ cargo --version
672026-07-26T04:23:23.412Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:23.415Z+ rustc --version
692026-07-26T04:23:23.434Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:23.436Zprocess exited: duration 16207 ms, exit code 0
 
712026-07-26T04:23:23.443Zstarting task 2: "authentication"
722026-07-26T04:23:23.457ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:23:29.472Zprocess exited: duration 6029 ms, exit code 0
 
742026-07-26T04:23:29.508Zstarting task 3: "clone repository"
752026-07-26T04:23:29.514Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:23:29.514Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:23:29.519ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:23:30.866Z+ cd /work/oxidecomputer/opte
792026-07-26T04:23:30.866Z+ git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8
802026-07-26T04:23:30.883ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:23:30.883Z * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD
822026-07-26T04:23:30.883Z+ [[ -n renovate/rand ]]
832026-07-26T04:23:30.883Z++ git branch --show-current
842026-07-26T04:23:30.883Z+ current=master
852026-07-26T04:23:30.883Z+ [[ master != renovate/rand ]]
862026-07-26T04:23:30.883Z+ git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8
872026-07-26T04:23:30.883Z+ git checkout -f renovate/rand
882026-07-26T04:23:30.883ZSwitched to branch 'renovate/rand'
892026-07-26T04:23:30.884Z+ git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8
902026-07-26T04:23:30.884ZHEAD is now at 47f1798 Update Rust crate rand to 0.10.2
912026-07-26T04:23:30.884Zprocess exited: duration 1209 ms, exit code 0
 
922026-07-26T04:23:30.921Zstarting task 4: "build"
932026-07-26T04:23:30.929Z+ source .github/buildomat/common.sh
942026-07-26T04:23:30.929Z++ rustup show active-toolchain
952026-07-26T04:23:30.929Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:23:30.929Z++ pushd xde
972026-07-26T04:23:30.929Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:23:30.929Z++ rustup show active-toolchain
992026-07-26T04:23:30.929Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:23:31.059Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:23:31.063Zinfo: downloading 6 components
1022026-07-26T04:23:48.579Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:23:48.656Z+++ rustup show active-toolchain -v
1042026-07-26T04:23:48.657Z+++ head -n 1
1052026-07-26T04:23:48.657Z+++ cut '-d ' -f1
1062026-07-26T04:23:48.657Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:48.657Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:23:48.657Z++ popd
1092026-07-26T04:23:48.657Z/work/oxidecomputer/opte
1102026-07-26T04:23:48.657Z+ cargo --version
1112026-07-26T04:23:48.657Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:23:48.657Z+ rustc --version
1132026-07-26T04:23:48.657Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:23:48.657Z+ cd lib/opte
1152026-07-26T04:23:48.657Z+ header 'check style'
1162026-07-26T04:23:48.657Z+ echo '# ==== check style ==== #'
1172026-07-26T04:23:48.657Z# ==== check style ==== #
1182026-07-26T04:23:48.657Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-26T04:23:48.657Z
1202026-07-26T04:23:48.657Zreal 0.183281717
1212026-07-26T04:23:48.657Zuser 0.141794180
1222026-07-26T04:23:48.657Zsys 0.035383031
1232026-07-26T04:23:48.658Ztrap 0.000056780
1242026-07-26T04:23:48.658Ztflt 0.000029290
1252026-07-26T04:23:48.658Zdflt 0.000005620
1262026-07-26T04:23:48.658Zkflt 0.000000000
1272026-07-26T04:23:48.658Zlock 0.030301370
1282026-07-26T04:23:48.658Zslp 0.163969368
1292026-07-26T04:23:48.658Zlat 0.001040450
1302026-07-26T04:23:48.658Zstop 0.000097730
1312026-07-26T04:23:48.658Z+ header 'check docs'
1322026-07-26T04:23:48.658Z+ echo '# ==== check docs ==== #'
1332026-07-26T04:23:48.658Z# ==== check docs ==== #
1342026-07-26T04:23:48.658Z+ RUSTDOCFLAGS='-D warnings'
1352026-07-26T04:23:48.658Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1362026-07-26T04:23:48.658Z Updating crates.io index
1372026-07-26T04:23:48.659Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-07-26T04:23:48.949Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-26T04:23:49.195Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-26T04:23:49.446Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-07-26T04:23:49.768Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-07-26T04:23:49.986Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-26T04:23:50.265Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-26T04:23:52.086Z Downloading crates ...
1452026-07-26T04:23:52.130Z Downloaded cobs v0.3.0
1462026-07-26T04:23:52.133Z Downloaded dtrace-parser v0.3.0
1472026-07-26T04:23:52.143Z Downloaded bitflags v1.3.2
1482026-07-26T04:23:52.156Z Downloaded itoa v1.0.18
1492026-07-26T04:23:52.156Z Downloaded macaddr v1.0.1
1502026-07-26T04:23:52.156Z Downloaded stable_deref_trait v1.2.1
1512026-07-26T04:23:52.156Z Downloaded cfg-if v1.0.4
1522026-07-26T04:23:52.156Z Downloaded crc32fast v1.5.0
1532026-07-26T04:23:52.163Z Downloaded byteorder v1.5.0
1542026-07-26T04:23:52.168Z Downloaded bitflags v2.13.0
1552026-07-26T04:23:52.172Z Downloaded embedded-io v0.6.1
1562026-07-26T04:23:52.172Z Downloaded plain v0.2.3
1572026-07-26T04:23:52.172Z Downloaded aho-corasick v1.1.4
1582026-07-26T04:23:52.178Z Downloaded serde_json v1.0.150
1592026-07-26T04:23:52.178Z Downloaded defmt-macros v1.1.1
1602026-07-26T04:23:52.190Z Downloaded scroll v0.13.0
1612026-07-26T04:23:52.190Z Downloaded ident_case v1.0.1
1622026-07-26T04:23:52.190Z Downloaded dof v0.4.0
1632026-07-26T04:23:52.196Z Downloaded darling_macro v0.23.0
1642026-07-26T04:23:52.196Z Downloaded defmt-parser v1.0.0
1652026-07-26T04:23:52.196Z Downloaded embedded-io v0.4.0
1662026-07-26T04:23:52.196Z Downloaded usdt v0.6.0
1672026-07-26T04:23:52.199Z Downloaded ref-cast v1.0.25
1682026-07-26T04:23:52.199Z Downloaded ref-cast-impl v1.0.25
1692026-07-26T04:23:52.199Z Downloaded hash32 v0.3.1
1702026-07-26T04:23:52.203Z Downloaded pretty-hex v0.4.2
1712026-07-26T04:23:52.209Z Downloaded ingot-types v0.2.0
1722026-07-26T04:23:52.221Z Downloaded ipnetwork v0.21.1
1732026-07-26T04:23:52.222Z Downloaded strsim v0.11.1
1742026-07-26T04:23:52.228Z Downloaded managed v0.8.0
1752026-07-26T04:23:52.228Z Downloaded tabwriter v1.4.1
1762026-07-26T04:23:52.228Z Downloaded defmt v0.3.100
1772026-07-26T04:23:52.228Z Downloaded thread-id v5.1.0
1782026-07-26T04:23:52.232Z Downloaded dyn-clone v1.0.20
1792026-07-26T04:23:52.232Z Downloaded usdt-macro v0.6.0
1802026-07-26T04:23:52.235Z Downloaded version_check v0.9.5
1812026-07-26T04:23:52.241Z Downloaded scroll_derive v0.13.1
1822026-07-26T04:23:52.248Z Downloaded pest_derive v2.8.7
1832026-07-26T04:23:52.257Z Downloaded darling v0.23.0
1842026-07-26T04:23:52.257Z Downloaded postcard v1.1.3
1852026-07-26T04:23:52.257Z Downloaded defmt v1.1.1
1862026-07-26T04:23:52.262Z Downloaded usdt-attr-macro v0.6.0
1872026-07-26T04:23:52.262Z Downloaded quote v1.0.46
1882026-07-26T04:23:52.262Z Downloaded thiserror-impl v2.0.18
1892026-07-26T04:23:52.262Z Downloaded zmij v1.0.22
1902026-07-26T04:23:52.271Z Downloaded pest_generator v2.8.7
1912026-07-26T04:23:52.275Z Downloaded thiserror v2.0.18
1922026-07-26T04:23:52.275Z Downloaded usdt-impl v0.6.0
1932026-07-26T04:23:52.282Z Downloaded serde_tokenstream v0.2.3
1942026-07-26T04:23:52.290Z Downloaded pest_meta v2.8.7
1952026-07-26T04:23:52.290Z Downloaded either v1.16.0
1962026-07-26T04:23:52.296Z Downloaded memmap2 v0.9.11
1972026-07-26T04:23:52.296Z Downloaded ingot v0.2.0
1982026-07-26T04:23:52.306Z Downloaded ucd-trie v0.1.7
1992026-07-26T04:23:52.306Z Downloaded proc-macro2 v1.0.106
2002026-07-26T04:23:52.312Z Downloaded serde_derive v1.0.228
2012026-07-26T04:23:52.318Z Downloaded ingot-macros v0.2.0
2022026-07-26T04:23:52.318Z Downloaded log v0.4.33
2032026-07-26T04:23:52.318Z Downloaded unicode-ident v1.0.24
2042026-07-26T04:23:52.324Z Downloaded darling_core v0.23.0
2052026-07-26T04:23:52.324Z Downloaded serde_core v1.0.228
2062026-07-26T04:23:52.335Z Downloaded serde v1.0.228
2072026-07-26T04:23:52.340Z Downloaded heapless v0.8.0
2082026-07-26T04:23:52.345Z Downloaded zerocopy-derive v0.8.54
2092026-07-26T04:23:52.353Z Downloaded memchr v2.8.3
2102026-07-26T04:23:52.361Z Downloaded pest v2.8.7
2112026-07-26T04:23:52.368Z Downloaded regex v1.13.0
2122026-07-26T04:23:52.379Z Downloaded itertools v0.15.0
2132026-07-26T04:23:52.438Z Downloaded goblin v0.10.7
2142026-07-26T04:23:52.442Z Downloaded unicode-width v0.2.2
2152026-07-26T04:23:52.450Z Downloaded syn v2.0.118
2162026-07-26T04:23:52.457Z Downloaded zerocopy v0.8.54
2172026-07-26T04:23:52.468Z Downloaded smoltcp v0.11.0
2182026-07-26T04:23:52.473Z Downloaded regex-syntax v0.8.11
2192026-07-26T04:23:52.504Z Downloaded regex-automata v0.4.15
2202026-07-26T04:23:52.511Z Downloaded libc v0.2.186
2212026-07-26T04:23:52.567Z Compiling proc-macro2 v1.0.106
2222026-07-26T04:23:52.573Z Compiling quote v1.0.46
2232026-07-26T04:23:52.573Z Compiling unicode-ident v1.0.24
2242026-07-26T04:23:52.573Z Documenting unicode-ident v1.0.24
2252026-07-26T04:23:52.573Z Compiling ident_case v1.0.1
2262026-07-26T04:23:52.573Z Compiling strsim v0.11.1
2272026-07-26T04:23:52.573Z Compiling serde_core v1.0.228
2282026-07-26T04:23:52.721Z Compiling memchr v2.8.3
2292026-07-26T04:23:52.934Z Compiling zerocopy v0.8.54
2302026-07-26T04:23:52.969Z Compiling serde v1.0.228
2312026-07-26T04:23:52.992Z Compiling regex-syntax v0.8.11
2322026-07-26T04:23:53.040Z Compiling thiserror v2.0.18
2332026-07-26T04:23:53.275Z Documenting proc-macro2 v1.0.106
2342026-07-26T04:23:53.290Z Compiling aho-corasick v1.1.4
2352026-07-26T04:23:53.580Z Checking syn v2.0.118
2362026-07-26T04:23:53.631Z Checking byteorder v1.5.0
2372026-07-26T04:23:53.781Z Documenting strsim v0.11.1
2382026-07-26T04:23:53.837Z Documenting quote v1.0.46
2392026-07-26T04:23:54.020Z Documenting ident_case v1.0.1
2402026-07-26T04:23:54.343Z Documenting syn v2.0.118
2412026-07-26T04:23:54.430Z Compiling regex-automata v0.4.15
2422026-07-26T04:23:54.482Z Compiling either v1.16.0
2432026-07-26T04:23:54.655Z Compiling itertools v0.15.0
2442026-07-26T04:23:54.681Z Compiling heapless v0.8.0
2452026-07-26T04:23:55.896Z Documenting memchr v2.8.3
2462026-07-26T04:23:55.937Z Checking bitflags v2.13.0
2472026-07-26T04:23:55.938Z Checking hash32 v0.3.1
2482026-07-26T04:23:55.938Z Documenting serde_core v1.0.228
2492026-07-26T04:23:55.938Z Checking darling_core v0.23.0
2502026-07-26T04:23:55.938Z Documenting aho-corasick v1.1.4
2512026-07-26T04:23:55.938Z Checking cfg-if v1.0.4
2522026-07-26T04:23:55.973Z Checking macaddr v1.0.1
2532026-07-26T04:23:56.322Z Documenting darling_core v0.23.0
2542026-07-26T04:23:56.398Z Compiling regex v1.13.0
2552026-07-26T04:23:56.410Z Checking stable_deref_trait v1.2.1
2562026-07-26T04:23:56.478Z Documenting regex-syntax v0.8.11
2572026-07-26T04:23:56.878Z Compiling smoltcp v0.11.0
2582026-07-26T04:23:57.266Z Documenting serde_derive v1.0.228
2592026-07-26T04:23:57.274Z Documenting zerocopy-derive v0.8.54
2602026-07-26T04:23:57.289Z Compiling zerocopy-derive v0.8.54
2612026-07-26T04:23:57.522Z Compiling serde_derive v1.0.228
2622026-07-26T04:23:57.548Z Compiling thiserror-impl v2.0.18
2632026-07-26T04:23:57.695Z Documenting darling_macro v0.23.0
2642026-07-26T04:23:58.077Z Documenting regex-automata v0.4.15
2652026-07-26T04:23:58.126Z Documenting thiserror-impl v2.0.18
2662026-07-26T04:23:58.227Z Compiling darling_macro v0.23.0
2672026-07-26T04:23:58.338Z Checking bitflags v1.3.2
2682026-07-26T04:23:58.414Z Documenting byteorder v1.5.0
2692026-07-26T04:23:58.462Z Checking managed v0.8.0
2702026-07-26T04:23:58.687Z Documenting bitflags v2.13.0
2712026-07-26T04:23:58.796Z Compiling darling v0.23.0
2722026-07-26T04:23:58.888Z Compiling ingot-macros v0.2.0
2732026-07-26T04:23:58.909Z Documenting darling v0.23.0
2742026-07-26T04:23:58.934Z Checking cobs v0.3.0
2752026-07-26T04:23:59.044Z Documenting thiserror v2.0.18
2762026-07-26T04:23:59.062Z Documenting hash32 v0.3.1
2772026-07-26T04:23:59.648Z Documenting zerocopy v0.8.54
2782026-07-26T04:23:59.667Z Documenting regex v1.13.0
2792026-07-26T04:23:59.668Z Compiling ref-cast v1.0.25
2802026-07-26T04:23:59.771Z Documenting macaddr v1.0.1
2812026-07-26T04:23:59.951Z Documenting cfg-if v1.0.4
2822026-07-26T04:24:00.130Z Documenting stable_deref_trait v1.2.1
2832026-07-26T04:24:00.435Z Documenting serde v1.0.228
2842026-07-26T04:24:00.521Z Compiling crc32fast v1.5.0
2852026-07-26T04:24:00.589Z Documenting ingot-macros v0.2.0
2862026-07-26T04:24:00.693Z Checking postcard v1.1.3
2872026-07-26T04:24:00.868Z Documenting cobs v0.3.0
2882026-07-26T04:24:00.879Z Documenting heapless v0.8.0
2892026-07-26T04:24:01.480Z Compiling ref-cast-impl v1.0.25
2902026-07-26T04:24:01.512Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-07-26T04:24:01.533Z Checking ingot-types v0.2.0
2922026-07-26T04:24:02.772Z Documenting managed v0.8.0
2932026-07-26T04:24:02.806Z Compiling version_check v0.9.5
2942026-07-26T04:24:02.806Z Checking ingot v0.2.0
2952026-07-26T04:24:02.806Z Checking ipnetwork v0.21.1
2962026-07-26T04:24:02.806Z Checking unicode-width v0.2.2
2972026-07-26T04:24:02.806Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2982026-07-26T04:24:02.806Z Documenting postcard v1.1.3
2992026-07-26T04:24:02.806Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3002026-07-26T04:24:02.806Z Documenting ref-cast-impl v1.0.25
3012026-07-26T04:24:02.806Z Documenting unicode-width v0.2.2
3022026-07-26T04:24:02.806Z Documenting ipnetwork v0.21.1
3032026-07-26T04:24:02.806Z Documenting ingot-types v0.2.0
3042026-07-26T04:24:02.806Z Documenting smoltcp v0.11.0
3052026-07-26T04:24:03.006Z Documenting either v1.16.0
3062026-07-26T04:24:03.292Z Checking tabwriter v1.4.1
3072026-07-26T04:24:03.449Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3082026-07-26T04:24:03.484Z Documenting ref-cast v1.0.25
3092026-07-26T04:24:03.690Z Documenting tabwriter v1.4.1
3102026-07-26T04:24:04.143Z Documenting crc32fast v1.5.0
3112026-07-26T04:24:04.150Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3122026-07-26T04:24:04.173Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3132026-07-26T04:24:04.271Z Documenting ingot v0.2.0
3142026-07-26T04:24:04.496Z Documenting itertools v0.15.0
3152026-07-26T04:24:04.804Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-07-26T04:24:04.874Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-07-26T04:24:05.075Z Checking dyn-clone v1.0.20
3182026-07-26T04:24:05.183Z Documenting dyn-clone v1.0.20
3192026-07-26T04:24:07.098Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3202026-07-26T04:24:09.128Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3212026-07-26T04:24:10.502Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.58s
3222026-07-26T04:24:10.588Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3232026-07-26T04:24:10.617Z
3242026-07-26T04:24:10.621Zreal 22.685319723
3252026-07-26T04:24:10.621Zuser 1:15.194062781
3262026-07-26T04:24:10.621Zsys 16.485926138
3272026-07-26T04:24:10.621Ztrap 0.038371030
3282026-07-26T04:24:10.621Ztflt 0.166615321
3292026-07-26T04:24:10.621Zdflt 0.078803178
3302026-07-26T04:24:10.621Zkflt 0.005359860
3312026-07-26T04:24:10.621Zlock 6:28.324600538
3322026-07-26T04:24:10.621Zslp 4:21.040035525
3332026-07-26T04:24:10.621Zlat 6.956682496
3342026-07-26T04:24:10.621Zstop 11.779148884
3352026-07-26T04:24:10.621Z+ header 'analyze std + api'
3362026-07-26T04:24:10.621Z+ echo '# ==== analyze std + api ==== #'
3372026-07-26T04:24:10.621Z# ==== analyze std + api ==== #
3382026-07-26T04:24:10.621Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3392026-07-26T04:24:10.841Z Compiling proc-macro2 v1.0.106
3402026-07-26T04:24:10.841Z Compiling quote v1.0.46
3412026-07-26T04:24:10.850Z Compiling unicode-ident v1.0.24
3422026-07-26T04:24:10.850Z Compiling memchr v2.8.3
3432026-07-26T04:24:10.850Z Compiling thiserror v2.0.18
3442026-07-26T04:24:10.850Z Compiling zerocopy v0.8.54
3452026-07-26T04:24:10.850Z Compiling zmij v1.0.22
3462026-07-26T04:24:10.850Z Compiling serde_core v1.0.228
3472026-07-26T04:24:11.017Z Compiling libc v0.2.186
3482026-07-26T04:24:11.187Z Compiling serde_json v1.0.150
3492026-07-26T04:24:11.228Z Compiling ucd-trie v0.1.7
3502026-07-26T04:24:11.389Z Compiling pest v2.8.7
3512026-07-26T04:24:11.406Z Compiling serde v1.0.228
3522026-07-26T04:24:11.437Z Compiling ident_case v1.0.1
3532026-07-26T04:24:11.443Z Compiling strsim v0.11.1
3542026-07-26T04:24:11.776Z Compiling aho-corasick v1.1.4
3552026-07-26T04:24:11.787Z Checking byteorder v1.5.0
3562026-07-26T04:24:12.054Z Compiling regex-syntax v0.8.11
3572026-07-26T04:24:12.072Z Compiling itoa v1.0.18
3582026-07-26T04:24:12.183Z Compiling syn v2.0.118
3592026-07-26T04:24:12.547Z Compiling pest_meta v2.8.7
3602026-07-26T04:24:12.592Z Compiling usdt-impl v0.6.0
3612026-07-26T04:24:12.620Z Compiling either v1.16.0
3622026-07-26T04:24:12.818Z Compiling itertools v0.15.0
3632026-07-26T04:24:13.072Z Compiling thread-id v5.1.0
3642026-07-26T04:24:13.162Z Compiling heapless v0.8.0
3652026-07-26T04:24:13.412Z Checking plain v0.2.3
3662026-07-26T04:24:13.454Z Compiling regex-automata v0.4.15
3672026-07-26T04:24:13.530Z Checking log v0.4.33
3682026-07-26T04:24:14.075Z Checking bitflags v2.13.0
3692026-07-26T04:24:14.154Z Checking hash32 v0.3.1
3702026-07-26T04:24:14.228Z Checking pretty-hex v0.4.2
3712026-07-26T04:24:14.232Z Checking stable_deref_trait v1.2.1
3722026-07-26T04:24:14.236Z Checking macaddr v1.0.1
3732026-07-26T04:24:14.282Z Compiling smoltcp v0.11.0
3742026-07-26T04:24:14.286Z Checking cfg-if v1.0.4
3752026-07-26T04:24:14.367Z Compiling crc32fast v1.5.0
3762026-07-26T04:24:14.419Z Compiling version_check v0.9.5
3772026-07-26T04:24:14.618Z Compiling pest_generator v2.8.7
3782026-07-26T04:24:14.642Z Compiling darling_core v0.23.0
3792026-07-26T04:24:14.683Z Compiling ref-cast v1.0.25
3802026-07-26T04:24:14.699Z Checking managed v0.8.0
3812026-07-26T04:24:14.749Z Checking bitflags v1.3.2
3822026-07-26T04:24:14.765Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-07-26T04:24:15.041Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3842026-07-26T04:24:15.045Z Checking memmap2 v0.9.11
3852026-07-26T04:24:15.255Z Compiling regex v1.13.0
3862026-07-26T04:24:15.269Z Checking ipnetwork v0.21.1
3872026-07-26T04:24:15.309Z Checking unicode-width v0.2.2
3882026-07-26T04:24:15.543Z Checking tabwriter v1.4.1
3892026-07-26T04:24:15.852Z Checking dyn-clone v1.0.20
3902026-07-26T04:24:15.869Z Compiling thiserror-impl v2.0.18
3912026-07-26T04:24:15.869Z Compiling serde_derive v1.0.228
3922026-07-26T04:24:15.869Z Compiling zerocopy-derive v0.8.54
3932026-07-26T04:24:17.374Z Compiling pest_derive v2.8.7
3942026-07-26T04:24:17.429Z Compiling scroll_derive v0.13.1
3952026-07-26T04:24:17.429Z Compiling ref-cast-impl v1.0.25
3962026-07-26T04:24:17.429Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3972026-07-26T04:24:17.429Z Compiling darling_macro v0.23.0
3982026-07-26T04:24:17.429Z Checking scroll v0.13.0
3992026-07-26T04:24:17.429Z Compiling dtrace-parser v0.3.0
4002026-07-26T04:24:17.429Z Checking cobs v0.3.0
4012026-07-26T04:24:17.429Z Checking goblin v0.10.7
4022026-07-26T04:24:17.429Z Compiling darling v0.23.0
4032026-07-26T04:24:17.429Z Compiling ingot-macros v0.2.0
4042026-07-26T04:24:17.455Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4052026-07-26T04:24:18.411Z Checking postcard v1.1.3
4062026-07-26T04:24:18.427Z Compiling serde_tokenstream v0.2.3
4072026-07-26T04:24:19.689Z Compiling dof v0.4.0
4082026-07-26T04:24:19.720Z Checking ingot-types v0.2.0
4092026-07-26T04:24:20.002Z Checking ingot v0.2.0
4102026-07-26T04:24:20.530Z Compiling usdt-macro v0.6.0
4112026-07-26T04:24:20.534Z Compiling usdt-attr-macro v0.6.0
4122026-07-26T04:24:21.120Z Checking usdt v0.6.0
4132026-07-26T04:24:21.396Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4142026-07-26T04:24:29.859Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.19s
4152026-07-26T04:24:29.886Z
4162026-07-26T04:24:29.890Zreal 19.267649912
4172026-07-26T04:24:29.890Zuser 1:01.303131648
4182026-07-26T04:24:29.890Zsys 12.157357425
4192026-07-26T04:24:29.890Ztrap 0.030428000
4202026-07-26T04:24:29.890Ztflt 0.174643360
4212026-07-26T04:24:29.890Zdflt 0.206999422
4222026-07-26T04:24:29.890Zkflt 0.000013370
4232026-07-26T04:24:29.890Zlock 3:51.569856487
4242026-07-26T04:24:29.890Zslp 3:12.508029379
4252026-07-26T04:24:29.890Zlat 2.593841432
4262026-07-26T04:24:29.890Zstop 6.110538384
4272026-07-26T04:24:29.890Z+ header 'analyze no_std + engine + kernel'
4282026-07-26T04:24:29.890Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4292026-07-26T04:24:29.890Z# ==== analyze no_std + engine + kernel ==== #
4302026-07-26T04:24:29.890Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4312026-07-26T04:24:30.053Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4322026-07-26T04:24:30.053Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4332026-07-26T04:24:30.053Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4342026-07-26T04:24:30.057Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4352026-07-26T04:24:30.266Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-07-26T04:24:33.329Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.40s
4372026-07-26T04:24:33.354Z
4382026-07-26T04:24:33.358Zreal 3.464585768
4392026-07-26T04:24:33.358Zuser 3.718649832
4402026-07-26T04:24:33.358Zsys 0.831191244
4412026-07-26T04:24:33.358Ztrap 0.000475140
4422026-07-26T04:24:33.358Ztflt 0.020305913
4432026-07-26T04:24:33.358Zdflt 0.005667111
4442026-07-26T04:24:33.358Zkflt 0.000000000
4452026-07-26T04:24:33.359Zlock 11.410167272
4462026-07-26T04:24:33.359Zslp 14.396284552
4472026-07-26T04:24:33.359Zlat 0.005621970
4482026-07-26T04:24:33.359Zstop 0.187809034
4492026-07-26T04:24:33.359Z+ header test
4502026-07-26T04:24:33.359Z+ echo '# ==== test ==== #'
4512026-07-26T04:24:33.359Z+ ptime -m cargo test
4522026-07-26T04:24:33.359Z# ==== test ==== #
4532026-07-26T04:24:33.499Z Compiling serde_core v1.0.228
4542026-07-26T04:24:33.504Z Compiling thiserror v2.0.18
4552026-07-26T04:24:33.504Z Compiling zerocopy v0.8.54
4562026-07-26T04:24:33.520Z Compiling byteorder v1.5.0
4572026-07-26T04:24:33.524Z Compiling memchr v2.8.3
4582026-07-26T04:24:33.527Z Compiling unicode-ident v1.0.24
4592026-07-26T04:24:33.531Z Compiling libc v0.2.186
4602026-07-26T04:24:33.531Z Compiling zmij v1.0.22
4612026-07-26T04:24:33.603Z Compiling proc-macro2 v1.0.106
4622026-07-26T04:24:33.674Z Compiling scroll v0.13.0
4632026-07-26T04:24:33.726Z Compiling log v0.4.33
4642026-07-26T04:24:33.869Z Compiling ucd-trie v0.1.7
4652026-07-26T04:24:33.899Z Compiling plain v0.2.3
4662026-07-26T04:24:33.914Z Compiling itoa v1.0.18
4672026-07-26T04:24:33.956Z Compiling quote v1.0.46
4682026-07-26T04:24:33.994Z Compiling pest v2.8.7
4692026-07-26T04:24:34.167Z Compiling goblin v0.10.7
4702026-07-26T04:24:34.544Z Compiling hash32 v0.3.1
4712026-07-26T04:24:34.569Z Compiling stable_deref_trait v1.2.1
4722026-07-26T04:24:34.637Z Compiling pretty-hex v0.4.2
4732026-07-26T04:24:34.701Z Compiling macaddr v1.0.1
4742026-07-26T04:24:34.761Z Compiling cfg-if v1.0.4
4752026-07-26T04:24:34.822Z Compiling heapless v0.8.0
4762026-07-26T04:24:34.946Z Compiling syn v2.0.118
4772026-07-26T04:24:35.078Z Compiling dtrace-parser v0.3.0
4782026-07-26T04:24:35.271Z Compiling serde v1.0.228
4792026-07-26T04:24:35.494Z Compiling serde_json v1.0.150
4802026-07-26T04:24:35.662Z Compiling bitflags v2.13.0
4812026-07-26T04:24:35.914Z Compiling thread-id v5.1.0
4822026-07-26T04:24:35.988Z Compiling cobs v0.3.0
4832026-07-26T04:24:36.065Z Compiling bitflags v1.3.2
4842026-07-26T04:24:36.129Z Compiling managed v0.8.0
4852026-07-26T04:24:36.260Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4862026-07-26T04:24:36.294Z Compiling ingot-types v0.2.0
4872026-07-26T04:24:36.347Z Compiling smoltcp v0.11.0
4882026-07-26T04:24:36.459Z Compiling postcard v1.1.3
4892026-07-26T04:24:36.479Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4902026-07-26T04:24:36.716Z Compiling ingot v0.2.0
4912026-07-26T04:24:36.823Z Compiling memmap2 v0.9.11
4922026-07-26T04:24:37.092Z Compiling dof v0.4.0
4932026-07-26T04:24:37.114Z Compiling ipnetwork v0.21.1
4942026-07-26T04:24:37.626Z Compiling unicode-width v0.2.2
4952026-07-26T04:24:37.915Z Compiling usdt-impl v0.6.0
4962026-07-26T04:24:38.578Z Compiling either v1.16.0
4972026-07-26T04:24:38.642Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4982026-07-26T04:24:38.789Z Compiling itertools v0.15.0
4992026-07-26T04:24:38.891Z Compiling usdt v0.6.0
5002026-07-26T04:24:39.508Z Compiling tabwriter v1.4.1
5012026-07-26T04:24:40.053Z Compiling ref-cast v1.0.25
5022026-07-26T04:24:40.090Z Compiling crc32fast v1.5.0
5032026-07-26T04:24:40.299Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-26T04:24:40.317Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-26T04:24:40.572Z Compiling dyn-clone v1.0.20
5062026-07-26T04:24:55.546Z Finished `test` profile [optimized + debuginfo] target(s) in 22.17s
5072026-07-26T04:24:55.557Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88)
5082026-07-26T04:24:55.561Z
5092026-07-26T04:24:55.561Zrunning 84 tests
5102026-07-26T04:24:55.561Ztest ddi::mblk::test::chain_append_links ... ok
5112026-07-26T04:24:55.561Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5122026-07-26T04:24:55.562Ztest d_error::tests::name_and_data_storage ... ok
5132026-07-26T04:24:55.562Ztest d_error::tests::name_truncation ... ok
5142026-07-26T04:24:55.562Ztest ddi::mblk::test::expand_and_shrink ... ok
5152026-07-26T04:24:55.562Ztest ddi::mblk::test::prefix_len ... ok
5162026-07-26T04:24:55.562Ztest ddi::mblk::test::chain_breaks_links ... ok
5172026-07-26T04:24:55.562Ztest ddi::mblk::test::chain_drain_complete ... ok
5182026-07-26T04:24:55.562Ztest ddi::mblk::test::read_seg ... ok
5192026-07-26T04:24:55.562Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5202026-07-26T04:24:55.562Ztest ddi::mblk::test::truncate ... ok
5212026-07-26T04:24:55.562Ztest ddi::mblk::test::uninitialized_packet ... ok
5222026-07-26T04:24:55.562Ztest ddi::mblk::test::zero_byte_packet ... ok
5232026-07-26T04:24:55.562Ztest ddi::mblk::test::wrap ... ok
5242026-07-26T04:24:55.562Ztest ddi::time::test::good_interval ... ok
5252026-07-26T04:24:55.562Ztest engine::dhcp::test::hostname_encode ... ok
5262026-07-26T04:24:55.562Ztest engine::dhcp::test::domainname_encode ... ok
5272026-07-26T04:24:55.562Ztest engine::dhcp::test::offlink_encode ... ok
5282026-07-26T04:24:55.562Ztest engine::dhcp::test::domain_search_option_encode ... ok
5292026-07-26T04:24:55.562Ztest engine::dhcp::test::rfc3442_encode ... ok
5302026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok
5312026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_client_id ... ok
5322026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5332026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5342026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_iana ... ok
5352026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5362026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5372026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_iata ... ok
5382026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5392026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5402026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_server_id ... ok
5412026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_option_request ... ok
5422026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5432026-07-26T04:24:55.563Ztest ddi::time::test::bad_interval - should panic ... ok
5442026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5452026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5462026-07-26T04:24:55.563Ztest engine::dhcpv6::options::test::test_status ... ok
5472026-07-26T04:24:55.563Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5482026-07-26T04:24:55.563Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5492026-07-26T04:24:55.564Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5502026-07-26T04:24:55.564Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5512026-07-26T04:24:55.564Ztest engine::ether::test::emit ... ok
5522026-07-26T04:24:55.564Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5532026-07-26T04:24:55.564Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5542026-07-26T04:24:55.564Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5552026-07-26T04:24:55.564Ztest engine::flow_table::test::eviction_basics ... ok
5562026-07-26T04:24:55.564Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5572026-07-26T04:24:55.564Ztest engine::flow_table::test::flow_clear ... ok
5582026-07-26T04:24:55.564Ztest engine::flow_table::test::flow_expired ... ok
5592026-07-26T04:24:55.569Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5602026-07-26T04:24:55.569Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5612026-07-26T04:24:55.569Ztest engine::flow_table::test::priority_lerp ... ok
5622026-07-26T04:24:55.569Ztest engine::geneve::test::emit_no_opts ... ok
5632026-07-26T04:24:55.569Ztest engine::ip::v4::test::cidr_match ... ok
5642026-07-26T04:24:55.569Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5652026-07-26T04:24:55.569Ztest engine::geneve::test::emit_single_opt ... ok
5662026-07-26T04:24:55.569Ztest engine::ip::v4::test::match_check ... ok
5672026-07-26T04:24:55.569Ztest engine::ip::v6::test::option_push_spec ... ok
5682026-07-26T04:24:55.569Ztest engine::ip::v6::test::emit ... ok
5692026-07-26T04:24:55.569Ztest engine::ip::v4::test::emit ... ok
5702026-07-26T04:24:55.570Ztest engine::ip::v6::test::extension_push_spec ... ok
5712026-07-26T04:24:55.570Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5722026-07-26T04:24:55.570Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5732026-07-26T04:24:55.570Ztest engine::ip::v6::test::from_pairs ... ok
5742026-07-26T04:24:55.570Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5752026-07-26T04:24:55.570Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5762026-07-26T04:24:55.570Ztest engine::ip::v6::test::test_set_total_len ... ok
5772026-07-26T04:24:55.570Ztest engine::nat::test::nat4_rewrite ... ok
5782026-07-26T04:24:55.570Ztest engine::layer::test::find_rule ... ok
5792026-07-26T04:24:55.570Ztest engine::packet::test::read_multi_segment ... ok
5802026-07-26T04:24:55.570Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5812026-07-26T04:24:55.570Ztest engine::packet::test::read_single_segment ... ok
5822026-07-26T04:24:55.570Ztest engine::packet::test::small_packet_with_padding ... ok
5832026-07-26T04:24:55.570Ztest engine::packet::test::straddled_tcp ... ok
5842026-07-26T04:24:55.570Ztest engine::ip::v6::test::push_spec ... ok
5852026-07-26T04:24:55.570Ztest engine::packet::test::udp6_packet_with_padding ... ok
5862026-07-26T04:24:55.570Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5872026-07-26T04:24:55.570Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5882026-07-26T04:24:55.570Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5892026-07-26T04:24:55.571Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5902026-07-26T04:24:55.571Ztest engine::snat::test::nat_mappings ... ok
5912026-07-26T04:24:55.571Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5922026-07-26T04:24:55.571Ztest engine::rule::rule_matching ... ok
5932026-07-26T04:24:55.571Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5942026-07-26T04:24:55.571Z
5952026-07-26T04:24:55.571Ztest result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5962026-07-26T04:24:55.571Z
5972026-07-26T04:24:55.571Z Doc-tests opte
5982026-07-26T04:24:57.572Z
5992026-07-26T04:24:57.572Zrunning 3 tests
6002026-07-26T04:24:57.580Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6012026-07-26T04:24:57.580Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6022026-07-26T04:24:57.580Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6032026-07-26T04:24:57.580Z
6042026-07-26T04:24:57.580Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-07-26T04:24:57.580Z
6062026-07-26T04:24:57.589Zall doctests ran in 1.43s; merged doctests compilation took 1.42s
6072026-07-26T04:24:57.619Z
6082026-07-26T04:24:57.619Zreal 24.253159307
6092026-07-26T04:24:57.620Zuser 2:02.239369118
6102026-07-26T04:24:57.620Zsys 7.155426182
6112026-07-26T04:24:57.620Ztrap 0.057161370
6122026-07-26T04:24:57.620Ztflt 0.176380885
6132026-07-26T04:24:57.620Zdflt 0.296769255
6142026-07-26T04:24:57.620Zkflt 0.000002260
6152026-07-26T04:24:57.620Zlock 6:17.840766922
6162026-07-26T04:24:57.626Zslp 3:40.678295974
6172026-07-26T04:24:57.626Zlat 4.484965732
6182026-07-26T04:24:57.626Zstop 2.639294669
6192026-07-26T04:24:57.626Zprocess exited: duration 86719 ms, exit code 0
 
6202026-07-26T04:24:57.646Zfound 0 output files