01KYB2RP6XCVJ8NRGDNBKQ0QTF: opte

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

Buildomat Job: 01KYB2S2P91J7QT26QK34CSPR8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T22:09:33.635Zjob assigned to worker 01KYB2S5AFQ8CJ9QER0SAJDKCZ [factory aws, i-0e40ed6c53e8f5a4c] (queued for 44 s)
 
22026-07-24T22:09:39.763Zstarting task 0: "setup"
32026-07-24T22:09:39.766Z++ uname -s
42026-07-24T22:09:39.769Z+ kern=SunOS
52026-07-24T22:09:39.769Z+ build_user=build
62026-07-24T22:09:39.769Z+ build_uid=12345
72026-07-24T22:09:39.770Z+ work_dir=/work
82026-07-24T22:09:39.770Z+ input_dir=/input
92026-07-24T22:09:39.770Z+ [[ 0 == 12345 ]]
102026-07-24T22:09:39.770Z+ case "$kern" in
112026-07-24T22:09:39.770Z+ groupadd -g 12345 build
122026-07-24T22:09:39.770Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T22:09:44.318Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T22:09:44.344Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T22:09:44.344Z+ home_fs=zfs
162026-07-24T22:09:44.344Z+ [[ zfs == autofs ]]
172026-07-24T22:09:44.344Z+ mkdir -p /home/build
182026-07-24T22:09:44.344Z+ chown build:build /home/build /work
192026-07-24T22:09:44.344Z+ chmod 0700 /home/build /work
202026-07-24T22:09:44.344Zprocess exited: duration 3191 ms, exit code 0
 
212026-07-24T22:09:44.376Zstarting task 1: "rust-toolchain"
222026-07-24T22:09:46.525Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-24T22:09:46.525Z * rust toolchain channel = "1.97.1"
242026-07-24T22:09:46.525Z * rust toolchain profile = "default"
252026-07-24T22:09:46.525Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-24T22:09:46.525Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T22:09:46.525Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T22:09:46.525Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T22:09:46.525Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T22:09:46.546Zinfo: downloading installer
312026-07-24T22:09:46.572Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T22:09:46.572Zwarn: /home/build/.rustup/settings.toml
332026-07-24T22:09:46.572Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T22:09:46.572Zwarn: instead of the one inferred from the default host triple.
352026-07-24T22:09:46.572Zinfo: profile set to default
362026-07-24T22:09:46.572Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T22:09:46.572Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T22:09:46.572Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T22:09:46.572Zinfo: downloading 6 components
402026-07-24T22:10:01.285Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-24T22:10:01.285Z
422026-07-24T22:10:01.312Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T22:10:01.312Z
442026-07-24T22:10:01.315Z
452026-07-24T22:10:01.315ZRust is installed now. Great!
462026-07-24T22:10:01.315Z
472026-07-24T22:10:01.315ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T22:10:01.315Zenvironment variable. This has not been done automatically.
492026-07-24T22:10:01.315Z
502026-07-24T22:10:01.315ZTo configure your current shell, you need to source
512026-07-24T22:10:01.315Zthe corresponding env file under $HOME/.cargo.
522026-07-24T22:10:01.315Z
532026-07-24T22:10:01.315ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T22:10:01.315Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T22:10:01.315Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T22:10:01.315Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T22:10:01.316Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T22:10:01.316Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T22:10:01.316Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T22:10:01.316Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T22:10:01.316Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T22:10:01.399Z+ rustup --version
632026-07-24T22:10:01.410Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T22:10:01.412Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T22:10:01.429Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T22:10:01.432Z+ cargo --version
672026-07-24T22:10:01.446Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T22:10:01.449Z+ rustc --version
692026-07-24T22:10:01.468Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T22:10:01.471Zprocess exited: duration 17099 ms, exit code 0
 
712026-07-24T22:10:01.477Zstarting task 2: "authentication"
722026-07-24T22:10:01.493Zprocess exited: duration 15 ms, exit code 0
 
732026-07-24T22:10:01.498Zstarting task 3: "clone repository"
742026-07-24T22:10:01.501Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T22:10:01.504Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T22:10:01.526ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T22:10:02.410Z+ cd /work/oxidecomputer/opte
782026-07-24T22:10:02.413Z+ git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21
792026-07-24T22:10:02.615ZFrom https://github.com/oxidecomputer/opte
802026-07-24T22:10:02.615Z * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD
812026-07-24T22:10:02.620Z+ [[ -n icmp-ptb ]]
822026-07-24T22:10:02.623Z++ git branch --show-current
832026-07-24T22:10:02.623Z+ current=master
842026-07-24T22:10:02.623Z+ [[ master != icmp-ptb ]]
852026-07-24T22:10:02.623Z+ git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21
862026-07-24T22:10:02.625Z+ git checkout -f icmp-ptb
872026-07-24T22:10:02.641ZSwitched to branch 'icmp-ptb'
882026-07-24T22:10:02.644Z+ git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21
892026-07-24T22:10:02.658ZHEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb
902026-07-24T22:10:02.661Zprocess exited: duration 1160 ms, exit code 0
 
912026-07-24T22:10:02.666Zstarting task 4: "build"
922026-07-24T22:10:02.670Z+ source .github/buildomat/common.sh
932026-07-24T22:10:02.673Z++ rustup show active-toolchain
942026-07-24T22:10:02.676Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-24T22:10:02.676Z++ pushd xde
962026-07-24T22:10:02.676Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-24T22:10:02.676Z++ rustup show active-toolchain
982026-07-24T22:10:02.681Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-24T22:10:02.840Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-24T22:10:02.842Zinfo: downloading 6 components
1012026-07-24T22:10:18.054Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-24T22:10:18.157Z+++ rustup show active-toolchain -v
1032026-07-24T22:10:18.160Z+++ head -n 1
1042026-07-24T22:10:18.160Z+++ cut '-d ' -f1
1052026-07-24T22:10:18.211Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-24T22:10:18.212Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-24T22:10:18.212Z++ popd
1082026-07-24T22:10:18.214Z/work/oxidecomputer/opte
1092026-07-24T22:10:18.214Z+ cargo --version
1102026-07-24T22:10:18.222Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-24T22:10:18.224Z+ rustc --version
1122026-07-24T22:10:18.243Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-24T22:10:18.246Z+ cd lib/opte
1142026-07-24T22:10:18.246Z+ header 'check style'
1152026-07-24T22:10:18.246Z+ echo '# ==== check style ==== #'
1162026-07-24T22:10:18.246Z# ==== check style ==== #
1172026-07-24T22:10:18.246Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-07-24T22:10:18.429Z
1192026-07-24T22:10:18.429Zreal 0.180678056
1202026-07-24T22:10:18.429Zuser 0.139560572
1212026-07-24T22:10:18.429Zsys 0.035712442
1222026-07-24T22:10:18.429Ztrap 0.000008170
1232026-07-24T22:10:18.429Ztflt 0.000018300
1242026-07-24T22:10:18.429Zdflt 0.000021200
1252026-07-24T22:10:18.429Zkflt 0.000000000
1262026-07-24T22:10:18.429Zlock 0.030470222
1272026-07-24T22:10:18.429Zslp 0.161250885
1282026-07-24T22:10:18.429Zlat 0.000902820
1292026-07-24T22:10:18.432Zstop 0.000099590
1302026-07-24T22:10:18.432Z+ header 'check docs'
1312026-07-24T22:10:18.432Z+ echo '# ==== check docs ==== #'
1322026-07-24T22:10:18.432Z# ==== check docs ==== #
1332026-07-24T22:10:18.432Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-24T22:10:18.432Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-24T22:10:18.497Z Updating crates.io index
1362026-07-24T22:10:18.500Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-24T22:10:19.202Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-24T22:10:19.602Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-24T22:10:19.938Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-24T22:10:20.165Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-24T22:10:20.389Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-24T22:10:20.680Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-24T22:10:22.392Z Downloading crates ...
1442026-07-24T22:10:22.452Z Downloaded bitflags v1.3.2
1452026-07-24T22:10:22.457Z Downloaded ident_case v1.0.1
1462026-07-24T22:10:22.460Z Downloaded dof v0.4.0
1472026-07-24T22:10:22.461Z Downloaded scroll v0.13.0
1482026-07-24T22:10:22.467Z Downloaded embedded-io v0.4.0
1492026-07-24T22:10:22.470Z Downloaded dyn-clone v1.0.20
1502026-07-24T22:10:22.473Z Downloaded darling_macro v0.23.0
1512026-07-24T22:10:22.473Z Downloaded dtrace-parser v0.3.0
1522026-07-24T22:10:22.476Z Downloaded plain v0.2.3
1532026-07-24T22:10:22.479Z Downloaded macaddr v1.0.1
1542026-07-24T22:10:22.488Z Downloaded pretty-hex v0.4.2
1552026-07-24T22:10:22.494Z Downloaded defmt-parser v1.0.0
1562026-07-24T22:10:22.500Z Downloaded usdt-attr-macro v0.6.0
1572026-07-24T22:10:22.502Z Downloaded cobs v0.3.0
1582026-07-24T22:10:22.502Z Downloaded cfg-if v1.0.4
1592026-07-24T22:10:22.505Z Downloaded strsim v0.11.1
1602026-07-24T22:10:22.509Z Downloaded managed v0.8.0
1612026-07-24T22:10:22.514Z Downloaded defmt v0.3.100
1622026-07-24T22:10:22.516Z Downloaded hash32 v0.3.1
1632026-07-24T22:10:22.519Z Downloaded embedded-io v0.6.1
1642026-07-24T22:10:22.522Z Downloaded ref-cast-impl v1.0.25
1652026-07-24T22:10:22.525Z Downloaded thread-id v5.1.0
1662026-07-24T22:10:22.528Z Downloaded usdt-macro v0.6.0
1672026-07-24T22:10:22.528Z Downloaded version_check v0.9.5
1682026-07-24T22:10:22.528Z Downloaded ref-cast v1.0.25
1692026-07-24T22:10:22.534Z Downloaded scroll_derive v0.13.1
1702026-07-24T22:10:22.537Z Downloaded itoa v1.0.18
1712026-07-24T22:10:22.540Z Downloaded ipnetwork v0.21.1
1722026-07-24T22:10:22.545Z Downloaded quote v1.0.46
1732026-07-24T22:10:22.556Z Downloaded defmt-macros v1.1.1
1742026-07-24T22:10:22.565Z Downloaded usdt v0.6.0
1752026-07-24T22:10:22.573Z Downloaded tabwriter v1.4.1
1762026-07-24T22:10:22.576Z Downloaded byteorder v1.5.0
1772026-07-24T22:10:22.576Z Downloaded pest_derive v2.8.7
1782026-07-24T22:10:22.579Z Downloaded stable_deref_trait v1.2.1
1792026-07-24T22:10:22.582Z Downloaded thiserror-impl v2.0.18
1802026-07-24T22:10:22.582Z Downloaded ingot-types v0.2.0
1812026-07-24T22:10:22.585Z Downloaded either v1.16.0
1822026-07-24T22:10:22.590Z Downloaded defmt v1.1.1
1832026-07-24T22:10:22.593Z Downloaded serde_tokenstream v0.2.3
1842026-07-24T22:10:22.593Z Downloaded usdt-impl v0.6.0
1852026-07-24T22:10:22.596Z Downloaded darling v0.23.0
1862026-07-24T22:10:22.599Z Downloaded ingot-macros v0.2.0
1872026-07-24T22:10:22.599Z Downloaded pest_meta v2.8.7
1882026-07-24T22:10:22.602Z Downloaded pest_generator v2.8.7
1892026-07-24T22:10:22.605Z Downloaded ucd-trie v0.1.7
1902026-07-24T22:10:22.622Z Downloaded memmap2 v0.9.11
1912026-07-24T22:10:22.625Z Downloaded postcard v1.1.3
1922026-07-24T22:10:22.625Z Downloaded thiserror v2.0.18
1932026-07-24T22:10:22.628Z Downloaded ingot v0.2.0
1942026-07-24T22:10:22.631Z Downloaded bitflags v2.13.0
1952026-07-24T22:10:22.635Z Downloaded log v0.4.33
1962026-07-24T22:10:22.638Z Downloaded crc32fast v1.5.0
1972026-07-24T22:10:22.642Z Downloaded regex v1.13.0
1982026-07-24T22:10:22.656Z Downloaded proc-macro2 v1.0.106
1992026-07-24T22:10:22.659Z Downloaded serde_derive v1.0.228
2002026-07-24T22:10:22.659Z Downloaded heapless v0.8.0
2012026-07-24T22:10:22.662Z Downloaded serde_core v1.0.228
2022026-07-24T22:10:22.667Z Downloaded darling_core v0.23.0
2032026-07-24T22:10:22.673Z Downloaded unicode-ident v1.0.24
2042026-07-24T22:10:22.676Z Downloaded zmij v1.0.22
2052026-07-24T22:10:22.701Z Downloaded memchr v2.8.3
2062026-07-24T22:10:22.704Z Downloaded aho-corasick v1.1.4
2072026-07-24T22:10:22.707Z Downloaded serde v1.0.228
2082026-07-24T22:10:22.718Z Downloaded zerocopy-derive v0.8.54
2092026-07-24T22:10:22.753Z Downloaded pest v2.8.7
2102026-07-24T22:10:22.759Z Downloaded serde_json v1.0.150
2112026-07-24T22:10:22.764Z Downloaded itertools v0.15.0
2122026-07-24T22:10:22.852Z Downloaded zerocopy v0.8.54
2132026-07-24T22:10:22.862Z Downloaded goblin v0.10.7
2142026-07-24T22:10:22.866Z Downloaded syn v2.0.118
2152026-07-24T22:10:22.871Z Downloaded unicode-width v0.2.2
2162026-07-24T22:10:22.875Z Downloaded regex-syntax v0.8.11
2172026-07-24T22:10:22.879Z Downloaded smoltcp v0.11.0
2182026-07-24T22:10:22.912Z Downloaded regex-automata v0.4.15
2192026-07-24T22:10:22.931Z Downloaded libc v0.2.186
2202026-07-24T22:10:22.984Z Compiling proc-macro2 v1.0.106
2212026-07-24T22:10:22.984Z Compiling quote v1.0.46
2222026-07-24T22:10:22.984Z Compiling unicode-ident v1.0.24
2232026-07-24T22:10:22.987Z Documenting unicode-ident v1.0.24
2242026-07-24T22:10:22.987Z Compiling ident_case v1.0.1
2252026-07-24T22:10:22.987Z Compiling serde_core v1.0.228
2262026-07-24T22:10:22.987Z Compiling strsim v0.11.1
2272026-07-24T22:10:23.145Z Checking memchr v2.8.3
2282026-07-24T22:10:23.313Z Compiling serde v1.0.228
2292026-07-24T22:10:23.352Z Compiling zerocopy v0.8.54
2302026-07-24T22:10:23.408Z Compiling regex-syntax v0.8.11
2312026-07-24T22:10:23.431Z Compiling thiserror v2.0.18
2322026-07-24T22:10:23.637Z Documenting proc-macro2 v1.0.106
2332026-07-24T22:10:23.744Z Compiling aho-corasick v1.1.4
2342026-07-24T22:10:23.989Z Checking syn v2.0.118
2352026-07-24T22:10:24.131Z Documenting ident_case v1.0.1
2362026-07-24T22:10:24.235Z Documenting quote v1.0.46
2372026-07-24T22:10:24.599Z Checking byteorder v1.5.0
2382026-07-24T22:10:24.760Z Documenting strsim v0.11.1
2392026-07-24T22:10:24.769Z Documenting syn v2.0.118
2402026-07-24T22:10:24.897Z Compiling regex-automata v0.4.15
2412026-07-24T22:10:25.187Z Compiling either v1.16.0
2422026-07-24T22:10:25.250Z Compiling heapless v0.8.0
2432026-07-24T22:10:25.391Z Compiling itertools v0.15.0
2442026-07-24T22:10:25.495Z Documenting memchr v2.8.3
2452026-07-24T22:10:25.718Z Checking bitflags v2.13.0
2462026-07-24T22:10:25.877Z Checking hash32 v0.3.1
2472026-07-24T22:10:25.987Z Documenting serde_core v1.0.228
2482026-07-24T22:10:25.995Z Checking darling_core v0.23.0
2492026-07-24T22:10:26.128Z Documenting aho-corasick v1.1.4
2502026-07-24T22:10:26.773Z Documenting darling_core v0.23.0
2512026-07-24T22:10:26.911Z Compiling regex v1.13.0
2522026-07-24T22:10:26.970Z Checking macaddr v1.0.1
2532026-07-24T22:10:27.111Z Documenting regex-syntax v0.8.11
2542026-07-24T22:10:27.241Z Checking stable_deref_trait v1.2.1
2552026-07-24T22:10:27.307Z Checking cfg-if v1.0.4
2562026-07-24T22:10:27.310Z Compiling smoltcp v0.11.0
2572026-07-24T22:10:27.678Z Compiling serde_derive v1.0.228
2582026-07-24T22:10:27.695Z Compiling zerocopy-derive v0.8.54
2592026-07-24T22:10:27.794Z Compiling thiserror-impl v2.0.18
2602026-07-24T22:10:27.895Z Documenting zerocopy-derive v0.8.54
2612026-07-24T22:10:27.948Z Documenting darling_macro v0.23.0
2622026-07-24T22:10:28.180Z Documenting regex-automata v0.4.15
2632026-07-24T22:10:28.632Z Documenting serde_derive v1.0.228
2642026-07-24T22:10:28.651Z Documenting thiserror-impl v2.0.18
2652026-07-24T22:10:28.775Z Checking bitflags v1.3.2
2662026-07-24T22:10:28.783Z Compiling darling_macro v0.23.0
2672026-07-24T22:10:28.837Z Documenting byteorder v1.5.0
2682026-07-24T22:10:29.137Z Checking cobs v0.3.0
2692026-07-24T22:10:29.271Z Checking managed v0.8.0
2702026-07-24T22:10:29.384Z Documenting hash32 v0.3.1
2712026-07-24T22:10:29.435Z Compiling darling v0.23.0
2722026-07-24T22:10:29.458Z Documenting darling v0.23.0
2732026-07-24T22:10:29.511Z Compiling ingot-macros v0.2.0
2742026-07-24T22:10:29.774Z Documenting regex v1.13.0
2752026-07-24T22:10:29.777Z Documenting thiserror v2.0.18
2762026-07-24T22:10:29.947Z Documenting zerocopy v0.8.54
2772026-07-24T22:10:30.093Z Documenting bitflags v2.13.0
2782026-07-24T22:10:30.356Z Documenting cfg-if v1.0.4
2792026-07-24T22:10:30.466Z Documenting serde v1.0.228
2802026-07-24T22:10:30.753Z Documenting ingot-macros v0.2.0
2812026-07-24T22:10:30.865Z Documenting macaddr v1.0.1
2822026-07-24T22:10:30.889Z Compiling crc32fast v1.5.0
2832026-07-24T22:10:31.047Z Documenting stable_deref_trait v1.2.1
2842026-07-24T22:10:31.195Z Compiling ref-cast v1.0.25
2852026-07-24T22:10:31.474Z Checking postcard v1.1.3
2862026-07-24T22:10:31.562Z Documenting cobs v0.3.0
2872026-07-24T22:10:31.611Z Documenting heapless v0.8.0
2882026-07-24T22:10:31.904Z Compiling ref-cast-impl v1.0.25
2892026-07-24T22:10:32.030Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-07-24T22:10:32.110Z Compiling version_check v0.9.5
2912026-07-24T22:10:32.207Z Checking ingot-types v0.2.0
2922026-07-24T22:10:32.247Z Documenting managed v0.8.0
2932026-07-24T22:10:32.380Z Checking unicode-width v0.2.2
2942026-07-24T22:10:32.459Z Checking ipnetwork v0.21.1
2952026-07-24T22:10:32.509Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2962026-07-24T22:10:32.548Z Checking ingot v0.2.0
2972026-07-24T22:10:32.585Z Documenting postcard v1.1.3
2982026-07-24T22:10:32.622Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-07-24T22:10:32.634Z Documenting ref-cast-impl v1.0.25
3002026-07-24T22:10:32.751Z Documenting ipnetwork v0.21.1
3012026-07-24T22:10:32.934Z Documenting unicode-width v0.2.2
3022026-07-24T22:10:33.074Z Documenting ingot-types v0.2.0
3032026-07-24T22:10:33.087Z Documenting smoltcp v0.11.0
3042026-07-24T22:10:33.360Z Documenting either v1.16.0
3052026-07-24T22:10:33.662Z Checking tabwriter v1.4.1
3062026-07-24T22:10:33.877Z Documenting ref-cast v1.0.25
3072026-07-24T22:10:34.136Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3082026-07-24T22:10:34.151Z Documenting crc32fast v1.5.0
3092026-07-24T22:10:34.360Z Documenting tabwriter v1.4.1
3102026-07-24T22:10:34.690Z Documenting ingot v0.2.0
3112026-07-24T22:10:34.788Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3122026-07-24T22:10:34.869Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3132026-07-24T22:10:34.909Z Documenting itertools v0.15.0
3142026-07-24T22:10:35.347Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-07-24T22:10:35.523Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-07-24T22:10:35.551Z Documenting dyn-clone v1.0.20
3172026-07-24T22:10:35.841Z Checking dyn-clone v1.0.20
3182026-07-24T22:10:37.557Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3192026-07-24T22:10:38.715Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3202026-07-24T22:10:41.064Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.62s
3212026-07-24T22:10:41.152Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3222026-07-24T22:10:41.179Z
3232026-07-24T22:10:41.182Zreal 22.727970058
3242026-07-24T22:10:41.182Zuser 1:16.766421757
3252026-07-24T22:10:41.182Zsys 16.588227197
3262026-07-24T22:10:41.182Ztrap 0.042332533
3272026-07-24T22:10:41.182Ztflt 0.097928485
3282026-07-24T22:10:41.182Zdflt 0.078312403
3292026-07-24T22:10:41.182Zkflt 0.005019296
3302026-07-24T22:10:41.182Zlock 6:21.013994892
3312026-07-24T22:10:41.182Zslp 4:19.361775928
3322026-07-24T22:10:41.182Zlat 7.552918294
3332026-07-24T22:10:41.182Zstop 13.772880879
3342026-07-24T22:10:41.182Z+ header 'analyze std + api'
3352026-07-24T22:10:41.182Z+ echo '# ==== analyze std + api ==== #'
3362026-07-24T22:10:41.183Z# ==== analyze std + api ==== #
3372026-07-24T22:10:41.183Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3382026-07-24T22:10:41.411Z Compiling proc-macro2 v1.0.106
3392026-07-24T22:10:41.411Z Compiling quote v1.0.46
3402026-07-24T22:10:41.414Z Compiling unicode-ident v1.0.24
3412026-07-24T22:10:41.414Z Compiling memchr v2.8.3
3422026-07-24T22:10:41.414Z Compiling thiserror v2.0.18
3432026-07-24T22:10:41.414Z Compiling zerocopy v0.8.54
3442026-07-24T22:10:41.431Z Compiling zmij v1.0.22
3452026-07-24T22:10:41.434Z Compiling serde_core v1.0.228
3462026-07-24T22:10:41.585Z Compiling libc v0.2.186
3472026-07-24T22:10:41.745Z Compiling ucd-trie v0.1.7
3482026-07-24T22:10:41.777Z Compiling serde_json v1.0.150
3492026-07-24T22:10:41.941Z Compiling pest v2.8.7
3502026-07-24T22:10:41.962Z Compiling ident_case v1.0.1
3512026-07-24T22:10:41.993Z Compiling serde v1.0.228
3522026-07-24T22:10:42.021Z Compiling strsim v0.11.1
3532026-07-24T22:10:42.319Z Compiling aho-corasick v1.1.4
3542026-07-24T22:10:42.347Z Compiling itoa v1.0.18
3552026-07-24T22:10:42.587Z Compiling regex-syntax v0.8.11
3562026-07-24T22:10:42.606Z Checking byteorder v1.5.0
3572026-07-24T22:10:42.719Z Compiling syn v2.0.118
3582026-07-24T22:10:43.092Z Compiling pest_meta v2.8.7
3592026-07-24T22:10:43.172Z Compiling either v1.16.0
3602026-07-24T22:10:43.292Z Compiling usdt-impl v0.6.0
3612026-07-24T22:10:43.372Z Compiling itertools v0.15.0
3622026-07-24T22:10:43.614Z Compiling thread-id v5.1.0
3632026-07-24T22:10:43.759Z Compiling heapless v0.8.0
3642026-07-24T22:10:43.765Z Checking plain v0.2.3
3652026-07-24T22:10:43.975Z Checking log v0.4.33
3662026-07-24T22:10:44.101Z Compiling regex-automata v0.4.15
3672026-07-24T22:10:44.691Z Checking bitflags v2.13.0
3682026-07-24T22:10:44.726Z Checking hash32 v0.3.1
3692026-07-24T22:10:44.733Z Checking stable_deref_trait v1.2.1
3702026-07-24T22:10:44.794Z Compiling smoltcp v0.11.0
3712026-07-24T22:10:44.804Z Checking pretty-hex v0.4.2
3722026-07-24T22:10:44.847Z Checking macaddr v1.0.1
3732026-07-24T22:10:44.911Z Checking cfg-if v1.0.4
3742026-07-24T22:10:45.065Z Checking bitflags v1.3.2
3752026-07-24T22:10:45.071Z Compiling crc32fast v1.5.0
3762026-07-24T22:10:45.124Z Compiling version_check v0.9.5
3772026-07-24T22:10:45.127Z Checking managed v0.8.0
3782026-07-24T22:10:45.302Z Compiling pest_generator v2.8.7
3792026-07-24T22:10:45.320Z Compiling darling_core v0.23.0
3802026-07-24T22:10:45.336Z Compiling ref-cast v1.0.25
3812026-07-24T22:10:45.385Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3822026-07-24T22:10:45.663Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3832026-07-24T22:10:45.671Z Checking memmap2 v0.9.11
3842026-07-24T22:10:45.833Z Compiling regex v1.13.0
3852026-07-24T22:10:45.906Z Checking ipnetwork v0.21.1
3862026-07-24T22:10:46.079Z Checking unicode-width v0.2.2
3872026-07-24T22:10:46.324Z Checking tabwriter v1.4.1
3882026-07-24T22:10:46.376Z Compiling thiserror-impl v2.0.18
3892026-07-24T22:10:46.381Z Compiling serde_derive v1.0.228
3902026-07-24T22:10:46.459Z Compiling zerocopy-derive v0.8.54
3912026-07-24T22:10:46.524Z Compiling pest_derive v2.8.7
3922026-07-24T22:10:46.676Z Compiling scroll_derive v0.13.1
3932026-07-24T22:10:46.974Z Compiling ref-cast-impl v1.0.25
3942026-07-24T22:10:47.048Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3952026-07-24T22:10:47.269Z Checking dyn-clone v1.0.20
3962026-07-24T22:10:47.393Z Compiling darling_macro v0.23.0
3972026-07-24T22:10:47.469Z Checking scroll v0.13.0
3982026-07-24T22:10:47.624Z Compiling dtrace-parser v0.3.0
3992026-07-24T22:10:47.646Z Checking cobs v0.3.0
4002026-07-24T22:10:47.685Z Checking goblin v0.10.7
4012026-07-24T22:10:47.942Z Compiling darling v0.23.0
4022026-07-24T22:10:48.013Z Compiling ingot-macros v0.2.0
4032026-07-24T22:10:48.035Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4042026-07-24T22:10:49.009Z Checking postcard v1.1.3
4052026-07-24T22:10:49.021Z Compiling serde_tokenstream v0.2.3
4062026-07-24T22:10:50.486Z Checking ingot-types v0.2.0
4072026-07-24T22:10:50.486Z Checking dof v0.4.0
4082026-07-24T22:10:50.785Z Checking ingot v0.2.0
4092026-07-24T22:10:51.388Z Compiling usdt-attr-macro v0.6.0
4102026-07-24T22:10:51.388Z Compiling usdt-macro v0.6.0
4112026-07-24T22:10:52.023Z Checking usdt v0.6.0
4122026-07-24T22:10:52.215Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4132026-07-24T22:11:00.697Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.46s
4142026-07-24T22:11:00.723Z
4152026-07-24T22:11:00.725Zreal 19.540071537
4162026-07-24T22:11:00.725Zuser 1:02.261182724
4172026-07-24T22:11:00.726Zsys 12.278526588
4182026-07-24T22:11:00.726Ztrap 0.030746098
4192026-07-24T22:11:00.726Ztflt 0.161821637
4202026-07-24T22:11:00.726Zdflt 0.225509632
4212026-07-24T22:11:00.726Zkflt 0.000045500
4222026-07-24T22:11:00.726Zlock 3:53.961897697
4232026-07-24T22:11:00.726Zslp 3:15.784313228
4242026-07-24T22:11:00.726Zlat 2.756085864
4252026-07-24T22:11:00.726Zstop 6.166003196
4262026-07-24T22:11:00.726Z+ header 'analyze no_std + engine + kernel'
4272026-07-24T22:11:00.726Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4282026-07-24T22:11:00.726Z# ==== analyze no_std + engine + kernel ==== #
4292026-07-24T22:11:00.726Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4302026-07-24T22:11:00.892Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-07-24T22:11:00.892Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4322026-07-24T22:11:00.892Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-07-24T22:11:00.895Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4342026-07-24T22:11:01.110Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-07-24T22:11:04.252Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.48s
4362026-07-24T22:11:04.278Z
4372026-07-24T22:11:04.281Zreal 3.549368243
4382026-07-24T22:11:04.281Zuser 3.814208216
4392026-07-24T22:11:04.281Zsys 0.837815850
4402026-07-24T22:11:04.281Ztrap 0.000411850
4412026-07-24T22:11:04.281Ztflt 0.023004241
4422026-07-24T22:11:04.281Zdflt 0.002666711
4432026-07-24T22:11:04.281Zkflt 0.000000700
4442026-07-24T22:11:04.281Zlock 11.759325040
4452026-07-24T22:11:04.281Zslp 14.723557315
4462026-07-24T22:11:04.281Zlat 0.005519770
4472026-07-24T22:11:04.281Zstop 0.188844634
4482026-07-24T22:11:04.281Z+ header test
4492026-07-24T22:11:04.281Z+ echo '# ==== test ==== #'
4502026-07-24T22:11:04.281Z# ==== test ==== #
4512026-07-24T22:11:04.281Z+ ptime -m cargo test
4522026-07-24T22:11:04.420Z Compiling serde_core v1.0.228
4532026-07-24T22:11:04.424Z Compiling thiserror v2.0.18
4542026-07-24T22:11:04.424Z Compiling zerocopy v0.8.54
4552026-07-24T22:11:04.443Z Compiling byteorder v1.5.0
4562026-07-24T22:11:04.445Z Compiling memchr v2.8.3
4572026-07-24T22:11:04.448Z Compiling unicode-ident v1.0.24
4582026-07-24T22:11:04.451Z Compiling libc v0.2.186
4592026-07-24T22:11:04.451Z Compiling scroll v0.13.0
4602026-07-24T22:11:04.524Z Compiling zmij v1.0.22
4612026-07-24T22:11:04.575Z Compiling proc-macro2 v1.0.106
4622026-07-24T22:11:04.650Z Compiling plain v0.2.3
4632026-07-24T22:11:04.705Z Compiling ucd-trie v0.1.7
4642026-07-24T22:11:04.746Z Compiling log v0.4.33
4652026-07-24T22:11:04.774Z Compiling itoa v1.0.18
4662026-07-24T22:11:04.903Z Compiling goblin v0.10.7
4672026-07-24T22:11:04.977Z Compiling quote v1.0.46
4682026-07-24T22:11:05.032Z Compiling pest v2.8.7
4692026-07-24T22:11:05.403Z Compiling hash32 v0.3.1
4702026-07-24T22:11:05.569Z Compiling macaddr v1.0.1
4712026-07-24T22:11:05.607Z Compiling stable_deref_trait v1.2.1
4722026-07-24T22:11:05.678Z Compiling cfg-if v1.0.4
4732026-07-24T22:11:05.742Z Compiling pretty-hex v0.4.2
4742026-07-24T22:11:05.816Z Compiling heapless v0.8.0
4752026-07-24T22:11:05.871Z Compiling syn v2.0.118
4762026-07-24T22:11:06.001Z Compiling thread-id v5.1.0
4772026-07-24T22:11:06.075Z Compiling dtrace-parser v0.3.0
4782026-07-24T22:11:06.264Z Compiling serde v1.0.228
4792026-07-24T22:11:06.410Z Compiling bitflags v2.13.0
4802026-07-24T22:11:06.737Z Compiling serde_json v1.0.150
4812026-07-24T22:11:06.834Z Compiling cobs v0.3.0
4822026-07-24T22:11:06.902Z Compiling managed v0.8.0
4832026-07-24T22:11:07.114Z Compiling bitflags v1.3.2
4842026-07-24T22:11:07.130Z Compiling postcard v1.1.3
4852026-07-24T22:11:07.180Z Compiling smoltcp v0.11.0
4862026-07-24T22:11:07.292Z Compiling ingot-types v0.2.0
4872026-07-24T22:11:07.465Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4882026-07-24T22:11:07.482Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4892026-07-24T22:11:07.693Z Compiling ingot v0.2.0
4902026-07-24T22:11:07.696Z Compiling memmap2 v0.9.11
4912026-07-24T22:11:08.005Z Compiling dof v0.4.0
4922026-07-24T22:11:08.074Z Compiling either v1.16.0
4932026-07-24T22:11:08.282Z Compiling unicode-width v0.2.2
4942026-07-24T22:11:08.592Z Compiling ipnetwork v0.21.1
4952026-07-24T22:11:09.132Z Compiling usdt-impl v0.6.0
4962026-07-24T22:11:09.655Z Compiling usdt v0.6.0
4972026-07-24T22:11:09.895Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4982026-07-24T22:11:09.976Z Compiling tabwriter v1.4.1
4992026-07-24T22:11:10.271Z Compiling itertools v0.15.0
5002026-07-24T22:11:10.397Z Compiling ref-cast v1.0.25
5012026-07-24T22:11:10.531Z Compiling crc32fast v1.5.0
5022026-07-24T22:11:10.778Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5032026-07-24T22:11:11.405Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5042026-07-24T22:11:11.491Z Compiling dyn-clone v1.0.20
5052026-07-24T22:11:26.787Z Finished `test` profile [optimized + debuginfo] target(s) in 22.49s
5062026-07-24T22:11:26.798Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88)
5072026-07-24T22:11:26.802Z
5082026-07-24T22:11:26.802Zrunning 84 tests
5092026-07-24T22:11:26.802Ztest d_error::tests::name_truncation ... ok
5102026-07-24T22:11:26.802Ztest d_error::tests::name_and_data_storage ... ok
5112026-07-24T22:11:26.802Ztest ddi::mblk::test::chain_append_links ... ok
5122026-07-24T22:11:26.802Ztest ddi::mblk::test::chain_breaks_links ... ok
5132026-07-24T22:11:26.802Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5142026-07-24T22:11:26.802Ztest ddi::mblk::test::chain_drain_complete ... ok
5152026-07-24T22:11:26.802Ztest ddi::mblk::test::expand_and_shrink ... ok
5162026-07-24T22:11:26.802Ztest ddi::mblk::test::prefix_len ... ok
5172026-07-24T22:11:26.802Ztest ddi::mblk::test::read_seg ... ok
5182026-07-24T22:11:26.802Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5192026-07-24T22:11:26.802Ztest ddi::mblk::test::uninitialized_packet ... ok
5202026-07-24T22:11:26.802Ztest ddi::mblk::test::wrap ... ok
5212026-07-24T22:11:26.802Ztest ddi::mblk::test::zero_byte_packet ... ok
5222026-07-24T22:11:26.802Ztest ddi::mblk::test::truncate ... ok
5232026-07-24T22:11:26.802Ztest ddi::time::test::good_interval ... ok
5242026-07-24T22:11:26.802Ztest engine::dhcp::test::domainname_encode ... ok
5252026-07-24T22:11:26.802Ztest engine::dhcp::test::hostname_encode ... ok
5262026-07-24T22:11:26.802Ztest engine::dhcp::test::domain_search_option_encode ... ok
5272026-07-24T22:11:26.802Ztest engine::dhcp::test::offlink_encode ... ok
5282026-07-24T22:11:26.802Ztest engine::dhcp::test::rfc3442_encode ... ok
5292026-07-24T22:11:26.802Ztest engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok
5302026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5312026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_client_id ... ok
5322026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5332026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_iana ... ok
5342026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5352026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5362026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5372026-07-24T22:11:26.803Ztest ddi::time::test::bad_interval - should panic ... ok
5382026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5392026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5402026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_iata ... ok
5412026-07-24T22:11:26.803Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5422026-07-24T22:11:26.806Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5432026-07-24T22:11:26.806Ztest engine::dhcpv6::options::test::test_option_request ... ok
5442026-07-24T22:11:26.807Ztest engine::dhcpv6::options::test::test_server_id ... ok
5452026-07-24T22:11:26.807Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5462026-07-24T22:11:26.807Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5472026-07-24T22:11:26.807Ztest engine::dhcpv6::options::test::test_status ... ok
5482026-07-24T22:11:26.807Ztest engine::ether::test::emit ... ok
5492026-07-24T22:11:26.807Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5502026-07-24T22:11:26.807Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5512026-07-24T22:11:26.807Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5522026-07-24T22:11:26.807Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5532026-07-24T22:11:26.807Ztest engine::flow_table::test::eviction_basics ... ok
5542026-07-24T22:11:26.807Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5552026-07-24T22:11:26.807Ztest engine::flow_table::test::priority_lerp ... ok
5562026-07-24T22:11:26.807Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5572026-07-24T22:11:26.807Ztest engine::flow_table::test::flow_clear ... ok
5582026-07-24T22:11:26.807Ztest engine::flow_table::test::flow_expired ... ok
5592026-07-24T22:11:26.807Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5602026-07-24T22:11:26.807Ztest engine::geneve::test::emit_no_opts ... ok
5612026-07-24T22:11:26.807Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5622026-07-24T22:11:26.807Ztest engine::geneve::test::emit_single_opt ... ok
5632026-07-24T22:11:26.807Ztest engine::ip::v4::test::cidr_match ... ok
5642026-07-24T22:11:26.807Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5652026-07-24T22:11:26.807Ztest engine::ip::v4::test::emit ... ok
5662026-07-24T22:11:26.807Ztest engine::ip::v4::test::match_check ... ok
5672026-07-24T22:11:26.807Ztest engine::ip::v6::test::from_pairs ... ok
5682026-07-24T22:11:26.807Ztest engine::ip::v6::test::option_push_spec ... ok
5692026-07-24T22:11:26.807Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5702026-07-24T22:11:26.807Ztest engine::ip::v6::test::emit ... ok
5712026-07-24T22:11:26.807Ztest engine::ip::v6::test::extension_push_spec ... ok
5722026-07-24T22:11:26.808Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5732026-07-24T22:11:26.808Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5742026-07-24T22:11:26.808Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5752026-07-24T22:11:26.808Ztest engine::ip::v6::test::test_set_total_len ... ok
5762026-07-24T22:11:26.808Ztest engine::packet::test::straddled_tcp ... ok
5772026-07-24T22:11:26.808Ztest engine::layer::test::find_rule ... ok
5782026-07-24T22:11:26.808Ztest engine::packet::test::small_packet_with_padding ... ok
5792026-07-24T22:11:26.808Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5802026-07-24T22:11:26.808Ztest engine::packet::test::read_single_segment ... ok
5812026-07-24T22:11:26.808Ztest engine::packet::test::udp6_packet_with_padding ... ok
5822026-07-24T22:11:26.808Ztest engine::packet::test::read_multi_segment ... ok
5832026-07-24T22:11:26.808Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5842026-07-24T22:11:26.808Ztest engine::ip::v6::test::push_spec ... ok
5852026-07-24T22:11:26.808Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5862026-07-24T22:11:26.808Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5872026-07-24T22:11:26.808Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5882026-07-24T22:11:26.808Ztest engine::nat::test::nat4_rewrite ... ok
5892026-07-24T22:11:26.808Ztest engine::rule::rule_matching ... ok
5902026-07-24T22:11:26.808Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5912026-07-24T22:11:26.808Ztest engine::snat::test::nat_mappings ... ok
5922026-07-24T22:11:26.808Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5932026-07-24T22:11:26.808Z
5942026-07-24T22:11:26.808Ztest result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5952026-07-24T22:11:26.808Z
5962026-07-24T22:11:26.808Z Doc-tests opte
5972026-07-24T22:11:28.805Z
5982026-07-24T22:11:28.805Zrunning 3 tests
5992026-07-24T22:11:28.808Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6002026-07-24T22:11:28.808Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6012026-07-24T22:11:28.808Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6022026-07-24T22:11:28.808Z
6032026-07-24T22:11:28.808Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-07-24T22:11:28.808Z
6052026-07-24T22:11:28.814Zall doctests ran in 1.42s; merged doctests compilation took 1.41s
6062026-07-24T22:11:28.853Z
6072026-07-24T22:11:28.856Zreal 24.565283076
6082026-07-24T22:11:28.856Zuser 2:03.382021333
6092026-07-24T22:11:28.856Zsys 7.199681026
6102026-07-24T22:11:28.856Ztrap 0.055477661
6112026-07-24T22:11:28.856Ztflt 0.201747555
6122026-07-24T22:11:28.856Zdflt 0.334242833
6132026-07-24T22:11:28.856Zkflt 0.000024250
6142026-07-24T22:11:28.856Zlock 6:23.151130687
6152026-07-24T22:11:28.856Zslp 3:43.165940878
6162026-07-24T22:11:28.856Zlat 5.395326487
6172026-07-24T22:11:28.856Zstop 2.928838376
6182026-07-24T22:11:28.856Zprocess exited: duration 86187 ms, exit code 0
 
6192026-07-24T22:11:28.863Zfound 0 output files