01KVYF69BM8NDAJYWKMNM2YHVS: opte

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

Buildomat Job: 01KVYF6XG00E0JXEHR06KSYZNC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:20.623Zjob assigned to worker 01KVYF72KMA2AB11RQB242TV9W [factory aws, i-099639b8e63df00c7] (queued for 46 s)
 
22026-06-25T04:05:27.761Zstarting task 0: "setup"
32026-06-25T04:05:27.767Z++ uname -s
42026-06-25T04:05:27.770Z+ kern=SunOS
52026-06-25T04:05:27.770Z+ build_user=build
62026-06-25T04:05:27.770Z+ build_uid=12345
72026-06-25T04:05:27.770Z+ work_dir=/work
82026-06-25T04:05:27.770Z+ input_dir=/input
92026-06-25T04:05:27.770Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:27.770Z+ case "$kern" in
112026-06-25T04:05:27.770Z+ groupadd -g 12345 build
122026-06-25T04:05:27.770Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:29.777Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:29.893Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:29.896Z+ home_fs=zfs
162026-06-25T04:05:29.896Z+ [[ zfs == autofs ]]
172026-06-25T04:05:29.896Z+ mkdir -p /home/build
182026-06-25T04:05:29.896Z+ chown build:build /home/build /work
192026-06-25T04:05:31.897Z+ chmod 0700 /home/build /work
202026-06-25T04:05:31.900Zprocess exited: duration 4137 ms, exit code 0
 
212026-06-25T04:05:31.907Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:31.910Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:31.910Z * rust toolchain channel = "1.96.0"
242026-06-25T04:05:31.910Z * rust toolchain profile = "default"
252026-06-25T04:05:31.910Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T04:05:31.910Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T04:05:31.910Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:05:31.914Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:31.914Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:32.016Zinfo: downloading installer
312026-06-25T04:05:33.440Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:05:33.440Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:05:33.440Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:05:33.440Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:05:33.452Zinfo: profile set to default
362026-06-25T04:05:33.452Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:05:33.455Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:05:33.592Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:05:33.595Zinfo: downloading 6 components
402026-06-25T04:05:49.562Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T04:05:49.562Z
422026-06-25T04:05:49.587Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:05:49.588Z
442026-06-25T04:05:49.596Z
452026-06-25T04:05:49.597ZRust is installed now. Great!
462026-06-25T04:05:49.597Z
472026-06-25T04:05:49.597ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:05:49.597Zenvironment variable. This has not been done automatically.
492026-06-25T04:05:49.597Z
502026-06-25T04:05:49.597ZTo configure your current shell, you need to source
512026-06-25T04:05:49.597Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:05:49.597Z
532026-06-25T04:05:49.597ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:05:49.597Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:05:49.597Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:05:49.597Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:05:49.597Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:05:49.597Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:05:49.597Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:05:49.597Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:05:49.597Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:05:49.689Z+ rustup --version
632026-06-25T04:05:49.698Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:05:49.698Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:05:49.713Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:05:49.717Z+ cargo --version
672026-06-25T04:05:49.727Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:05:49.735Z+ rustc --version
692026-06-25T04:05:49.755Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:05:49.761Zprocess exited: duration 17843 ms, exit code 0
 
712026-06-25T04:05:49.797Zstarting task 2: "authentication"
722026-06-25T04:05:49.857Zprocess exited: duration 50 ms, exit code 0
 
732026-06-25T04:05:49.868Zstarting task 3: "clone repository"
742026-06-25T04:05:49.874Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:05:49.874Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:05:49.903ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:05:50.739Z+ cd /work/oxidecomputer/opte
782026-06-25T04:05:50.739Z+ git fetch origin d1082cc955d4587752fbf7b58d475cfa9ba9ae24
792026-06-25T04:05:50.986ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:05:50.987Z * branch d1082cc955d4587752fbf7b58d475cfa9ba9ae24 -> FETCH_HEAD
812026-06-25T04:05:50.989Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-06-25T04:05:50.990Z++ git branch --show-current
832026-06-25T04:05:50.993Z+ current=master
842026-06-25T04:05:50.993Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-06-25T04:05:50.993Z+ git branch -f renovate/uuid-1.x-lockfile d1082cc955d4587752fbf7b58d475cfa9ba9ae24
862026-06-25T04:05:50.996Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-06-25T04:05:51.010ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-06-25T04:05:51.013Z+ git reset --hard d1082cc955d4587752fbf7b58d475cfa9ba9ae24
892026-06-25T04:05:51.026ZHEAD is now at d1082cc Update Rust crate uuid to v1.23.4
902026-06-25T04:05:51.030Zprocess exited: duration 1163 ms, exit code 0
 
912026-06-25T04:05:51.040Zstarting task 4: "build"
922026-06-25T04:05:51.046Z+ source .github/buildomat/common.sh
932026-06-25T04:05:51.046Z++ rustup show active-toolchain
942026-06-25T04:05:51.050Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-25T04:05:51.050Z++ pushd xde
962026-06-25T04:05:51.050Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-25T04:05:51.050Z++ rustup show active-toolchain
982026-06-25T04:05:51.085Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-25T04:05:52.942Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-25T04:05:52.990Zinfo: downloading 6 components
1012026-06-25T04:06:06.448Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-25T04:06:06.548Z+++ rustup show active-toolchain -v
1032026-06-25T04:06:06.552Z+++ head -n 1
1042026-06-25T04:06:06.552Z+++ cut '-d ' -f1
1052026-06-25T04:06:06.605Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-25T04:06:06.606Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-25T04:06:06.606Z++ popd
1082026-06-25T04:06:06.617Z/work/oxidecomputer/opte
1092026-06-25T04:06:06.617Z+ cargo --version
1102026-06-25T04:06:06.632Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-25T04:06:06.633Z+ rustc --version
1122026-06-25T04:06:06.638Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-25T04:06:06.644Z+ cd lib/opte
1142026-06-25T04:06:06.644Z+ header 'check style'
1152026-06-25T04:06:06.645Z+ echo '# ==== check style ==== #'
1162026-06-25T04:06:06.645Z# ==== check style ==== #
1172026-06-25T04:06:06.645Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-25T04:06:06.829Z
1192026-06-25T04:06:06.829Zreal 0.183822010
1202026-06-25T04:06:06.829Zuser 0.140273461
1212026-06-25T04:06:06.829Zsys 0.037096231
1222026-06-25T04:06:06.829Ztrap 0.000058217
1232026-06-25T04:06:06.836Ztflt 0.000019625
1242026-06-25T04:06:06.836Zdflt 0.000016179
1252026-06-25T04:06:06.836Zkflt 0.000000000
1262026-06-25T04:06:06.836Zlock 0.031222225
1272026-06-25T04:06:06.836Zslp 0.163220497
1282026-06-25T04:06:06.836Zlat 0.000874191
1292026-06-25T04:06:06.836Zstop 0.000112261
1302026-06-25T04:06:06.836Z+ header 'check docs'
1312026-06-25T04:06:06.836Z+ echo '# ==== check docs ==== #'
1322026-06-25T04:06:06.836Z# ==== check docs ==== #
1332026-06-25T04:06:06.837Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-25T04:06:06.837Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-25T04:06:06.897Z Updating crates.io index
1362026-06-25T04:06:06.907Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-25T04:06:07.565Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-25T04:06:07.793Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-25T04:06:08.103Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-25T04:06:08.371Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-25T04:06:08.578Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-25T04:06:09.133Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-25T04:06:10.991Z Downloading crates ...
1442026-06-25T04:06:11.053Z Downloaded defmt-parser v1.0.0
1452026-06-25T04:06:11.058Z Downloaded hash32 v0.3.1
1462026-06-25T04:06:11.063Z Downloaded defmt v0.3.100
1472026-06-25T04:06:11.063Z Downloaded either v1.16.0
1482026-06-25T04:06:11.064Z Downloaded quote v1.0.46
1492026-06-25T04:06:11.071Z Downloaded serde_core v1.0.228
1502026-06-25T04:06:11.071Z Downloaded ipnetwork v0.21.1
1512026-06-25T04:06:11.075Z Downloaded bitflags v1.3.2
1522026-06-25T04:06:11.075Z Downloaded itoa v1.0.18
1532026-06-25T04:06:11.075Z Downloaded managed v0.8.0
1542026-06-25T04:06:11.075Z Downloaded memmap2 v0.9.10
1552026-06-25T04:06:11.078Z Downloaded byteorder v1.5.0
1562026-06-25T04:06:11.083Z Downloaded log v0.4.33
1572026-06-25T04:06:11.087Z Downloaded block-buffer v0.10.4
1582026-06-25T04:06:11.087Z Downloaded memchr v2.8.2
1592026-06-25T04:06:11.090Z Downloaded plain v0.2.3
1602026-06-25T04:06:11.094Z Downloaded cfg-if v1.0.4
1612026-06-25T04:06:11.114Z Downloaded goblin v0.10.7
1622026-06-25T04:06:11.134Z Downloaded generic-array v0.14.7
1632026-06-25T04:06:11.134Z Downloaded embedded-io v0.6.1
1642026-06-25T04:06:11.134Z Downloaded ident_case v1.0.1
1652026-06-25T04:06:11.135Z Downloaded itertools v0.14.0
1662026-06-25T04:06:11.135Z Downloaded heapless v0.8.0
1672026-06-25T04:06:11.135Z Downloaded crypto-common v0.1.7
1682026-06-25T04:06:11.135Z Downloaded darling v0.23.0
1692026-06-25T04:06:11.138Z Downloaded pest v2.8.6
1702026-06-25T04:06:11.139Z Downloaded dof v0.4.0
1712026-06-25T04:06:11.159Z Downloaded ingot-macros v0.1.1
1722026-06-25T04:06:11.165Z Downloaded dyn-clone v1.0.20
1732026-06-25T04:06:11.165Z Downloaded strsim v0.11.1
1742026-06-25T04:06:11.165Z Downloaded digest v0.10.7
1752026-06-25T04:06:11.165Z Downloaded crc32fast v1.5.0
1762026-06-25T04:06:11.165Z Downloaded darling_core v0.23.0
1772026-06-25T04:06:11.166Z Downloaded darling_macro v0.23.0
1782026-06-25T04:06:11.166Z Downloaded pest_derive v2.8.6
1792026-06-25T04:06:11.166Z Downloaded zmij v1.0.21
1802026-06-25T04:06:11.170Z Downloaded usdt v0.6.0
1812026-06-25T04:06:11.174Z Downloaded pretty-hex v0.4.2
1822026-06-25T04:06:11.174Z Downloaded serde_tokenstream v0.2.3
1832026-06-25T04:06:11.178Z Downloaded proc-macro-error2 v2.0.1
1842026-06-25T04:06:11.197Z Downloaded scroll v0.13.0
1852026-06-25T04:06:11.197Z Downloaded darling_macro v0.21.3
1862026-06-25T04:06:11.197Z Downloaded pest_generator v2.8.6
1872026-06-25T04:06:11.197Z Downloaded sha2 v0.10.9
1882026-06-25T04:06:11.216Z Downloaded stable_deref_trait v1.2.1
1892026-06-25T04:06:11.220Z Downloaded tabwriter v1.4.1
1902026-06-25T04:06:11.221Z Downloaded ref-cast v1.0.25
1912026-06-25T04:06:11.221Z Downloaded fnv v1.0.7
1922026-06-25T04:06:11.221Z Downloaded proc-macro2 v1.0.106
1932026-06-25T04:06:11.221Z Downloaded serde_derive v1.0.228
1942026-06-25T04:06:11.221Z Downloaded darling_core v0.21.3
1952026-06-25T04:06:11.221Z Downloaded version_check v0.9.5
1962026-06-25T04:06:11.221Z Downloaded usdt-impl v0.6.0
1972026-06-25T04:06:11.224Z Downloaded serde_json v1.0.150
1982026-06-25T04:06:11.231Z Downloaded serde v1.0.228
1992026-06-25T04:06:11.236Z Downloaded ucd-trie v0.1.7
2002026-06-25T04:06:11.246Z Downloaded zerocopy-derive v0.8.52
2012026-06-25T04:06:12.142Z Downloaded zerocopy v0.8.52
2022026-06-25T04:06:12.187Z Downloaded unicode-width v0.2.2
2032026-06-25T04:06:12.187Z Downloaded syn v2.0.118
2042026-06-25T04:06:12.187Z Downloaded smoltcp v0.11.0
2052026-06-25T04:06:12.187Z Downloaded regex-syntax v0.8.11
2062026-06-25T04:06:12.187Z Downloaded postcard v1.1.3
2072026-06-25T04:06:12.187Z Downloaded cobs v0.3.0
2082026-06-25T04:06:12.187Z Downloaded ingot v0.1.1
2092026-06-25T04:06:12.187Z Downloaded defmt v1.1.0
2102026-06-25T04:06:12.187Z Downloaded usdt-attr-macro v0.6.0
2112026-06-25T04:06:12.187Z Downloaded proc-macro-error-attr2 v2.0.0
2122026-06-25T04:06:12.187Z Downloaded aho-corasick v1.1.4
2132026-06-25T04:06:12.187Z Downloaded unicode-ident v1.0.24
2142026-06-25T04:06:12.187Z Downloaded macaddr v1.0.1
2152026-06-25T04:06:12.187Z Downloaded ingot-types v0.1.2
2162026-06-25T04:06:12.187Z Downloaded defmt-macros v1.1.0
2172026-06-25T04:06:12.187Z Downloaded itertools v0.15.0
2182026-06-25T04:06:12.187Z Downloaded regex-automata v0.4.14
2192026-06-25T04:06:12.187Z Downloaded bitflags v2.13.0
2202026-06-25T04:06:12.188Z Downloaded usdt-macro v0.6.0
2212026-06-25T04:06:12.188Z Downloaded thread-id v5.1.0
2222026-06-25T04:06:12.188Z Downloaded embedded-io v0.4.0
2232026-06-25T04:06:12.188Z Downloaded regex v1.12.4
2242026-06-25T04:06:12.188Z Downloaded typenum v1.20.1
2252026-06-25T04:06:12.188Z Downloaded cpufeatures v0.2.17
2262026-06-25T04:06:12.188Z Downloaded pest_meta v2.8.6
2272026-06-25T04:06:12.188Z Downloaded dtrace-parser v0.3.0
2282026-06-25T04:06:12.188Z Downloaded thiserror v2.0.18
2292026-06-25T04:06:12.188Z Downloaded ref-cast-impl v1.0.25
2302026-06-25T04:06:12.188Z Downloaded scroll_derive v0.13.1
2312026-06-25T04:06:12.188Z Downloaded thiserror-impl v2.0.18
2322026-06-25T04:06:12.188Z Downloaded darling v0.21.3
2332026-06-25T04:06:12.188Z Downloaded libc v0.2.186
2342026-06-25T04:06:12.194Z Compiling proc-macro2 v1.0.106
2352026-06-25T04:06:12.194Z Compiling quote v1.0.46
2362026-06-25T04:06:12.197Z Compiling unicode-ident v1.0.24
2372026-06-25T04:06:12.197Z Documenting unicode-ident v1.0.24
2382026-06-25T04:06:12.197Z Compiling strsim v0.11.1
2392026-06-25T04:06:12.197Z Compiling ident_case v1.0.1
2402026-06-25T04:06:12.197Z Compiling serde_core v1.0.228
2412026-06-25T04:06:12.351Z Compiling fnv v1.0.7
2422026-06-25T04:06:12.373Z Checking memchr v2.8.2
2432026-06-25T04:06:12.435Z Compiling regex-syntax v0.8.11
2442026-06-25T04:06:12.543Z Compiling zerocopy v0.8.52
2452026-06-25T04:06:12.743Z Documenting proc-macro2 v1.0.106
2462026-06-25T04:06:12.755Z Compiling serde v1.0.228
2472026-06-25T04:06:12.928Z Compiling aho-corasick v1.1.4
2482026-06-25T04:06:12.935Z Compiling thiserror v2.0.18
2492026-06-25T04:06:13.224Z Checking syn v2.0.118
2502026-06-25T04:06:13.314Z Documenting quote v1.0.46
2512026-06-25T04:06:13.383Z Compiling either v1.16.0
2522026-06-25T04:06:13.585Z Checking byteorder v1.5.0
2532026-06-25T04:06:13.825Z Documenting syn v2.0.118
2542026-06-25T04:06:14.057Z Compiling regex-automata v0.4.14
2552026-06-25T04:06:14.080Z Compiling itertools v0.14.0
2562026-06-25T04:06:14.342Z Compiling heapless v0.8.0
2572026-06-25T04:06:14.504Z Documenting memchr v2.8.2
2582026-06-25T04:06:14.811Z Checking bitflags v2.13.0
2592026-06-25T04:06:14.984Z Checking hash32 v0.3.1
2602026-06-25T04:06:15.091Z Documenting serde_core v1.0.228
2612026-06-25T04:06:15.149Z Documenting aho-corasick v1.1.4
2622026-06-25T04:06:15.231Z Checking cfg-if v1.0.4
2632026-06-25T04:06:15.287Z Documenting regex-syntax v0.8.11
2642026-06-25T04:06:15.391Z Checking stable_deref_trait v1.2.1
2652026-06-25T04:06:15.457Z Checking macaddr v1.0.1
2662026-06-25T04:06:15.597Z Checking darling_core v0.21.3
2672026-06-25T04:06:16.003Z Compiling regex v1.12.4
2682026-06-25T04:06:16.371Z Documenting regex-automata v0.4.14
2692026-06-25T04:06:16.433Z Compiling darling_core v0.23.0
2702026-06-25T04:06:16.574Z Compiling smoltcp v0.11.0
2712026-06-25T04:06:16.824Z Documenting thiserror-impl v2.0.18
2722026-06-25T04:06:16.942Z Compiling serde_derive v1.0.228
2732026-06-25T04:06:16.950Z Compiling thiserror-impl v2.0.18
2742026-06-25T04:06:16.989Z Compiling zerocopy-derive v0.8.52
2752026-06-25T04:06:17.755Z Documenting zerocopy-derive v0.8.52
2762026-06-25T04:06:17.794Z Documenting regex v1.12.4
2772026-06-25T04:06:17.843Z Documenting serde_derive v1.0.228
2782026-06-25T04:06:18.082Z Compiling darling_macro v0.21.3
2792026-06-25T04:06:18.290Z Checking cobs v0.3.0
2802026-06-25T04:06:18.594Z Compiling darling_macro v0.23.0
2812026-06-25T04:06:18.646Z Checking bitflags v1.3.2
2822026-06-25T04:06:18.664Z Compiling darling v0.21.3
2832026-06-25T04:06:18.739Z Compiling ingot-macros v0.1.1
2842026-06-25T04:06:18.761Z Documenting byteorder v1.5.0
2852026-06-25T04:06:18.776Z Checking managed v0.8.0
2862026-06-25T04:06:18.799Z Documenting ingot-macros v0.1.1
2872026-06-25T04:06:18.960Z Documenting zerocopy v0.8.52
2882026-06-25T04:06:18.995Z Documenting thiserror v2.0.18
2892026-06-25T04:06:19.182Z Documenting bitflags v2.13.0
2902026-06-25T04:06:19.313Z Documenting hash32 v0.3.1
2912026-06-25T04:06:19.532Z Compiling ref-cast v1.0.25
2922026-06-25T04:06:19.830Z Documenting serde v1.0.228
2932026-06-25T04:06:19.874Z Documenting stable_deref_trait v1.2.1
2942026-06-25T04:06:19.978Z Documenting macaddr v1.0.1
2952026-06-25T04:06:20.078Z Compiling crc32fast v1.5.0
2962026-06-25T04:06:20.189Z Documenting cfg-if v1.0.4
2972026-06-25T04:06:20.391Z Documenting heapless v0.8.0
2982026-06-25T04:06:20.420Z Checking postcard v1.1.3
2992026-06-25T04:06:20.608Z Documenting cobs v0.3.0
3002026-06-25T04:06:20.726Z Compiling ref-cast-impl v1.0.25
3012026-06-25T04:06:21.333Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-06-25T04:06:21.397Z Compiling version_check v0.9.5
3032026-06-25T04:06:21.532Z Checking ingot-types v0.1.2
3042026-06-25T04:06:21.575Z Checking ipnetwork v0.21.1
3052026-06-25T04:06:21.597Z Documenting managed v0.8.0
3062026-06-25T04:06:21.610Z Checking unicode-width v0.2.2
3072026-06-25T04:06:21.751Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3082026-06-25T04:06:21.828Z Documenting postcard v1.1.3
3092026-06-25T04:06:21.863Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-06-25T04:06:21.894Z Checking ingot v0.1.1
3112026-06-25T04:06:21.983Z Compiling darling v0.23.0
3122026-06-25T04:06:22.004Z Documenting ref-cast-impl v1.0.25
3132026-06-25T04:06:22.057Z Documenting ipnetwork v0.21.1
3142026-06-25T04:06:22.138Z Documenting ingot-types v0.1.2
3152026-06-25T04:06:22.195Z Documenting either v1.16.0
3162026-06-25T04:06:22.299Z Documenting smoltcp v0.11.0
3172026-06-25T04:06:22.600Z Documenting unicode-width v0.2.2
3182026-06-25T04:06:22.844Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-06-25T04:06:23.091Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3202026-06-25T04:06:23.308Z Documenting ref-cast v1.0.25
3212026-06-25T04:06:23.483Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-06-25T04:06:23.535Z Documenting itertools v0.15.0
3232026-06-25T04:06:23.820Z Checking tabwriter v1.4.1
3242026-06-25T04:06:23.848Z Documenting ingot v0.1.1
3252026-06-25T04:06:23.959Z Checking itertools v0.15.0
3262026-06-25T04:06:24.281Z Documenting crc32fast v1.5.0
3272026-06-25T04:06:24.386Z Documenting tabwriter v1.4.1
3282026-06-25T04:06:24.475Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-06-25T04:06:24.676Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-25T04:06:24.719Z Checking dyn-clone v1.0.20
3312026-06-25T04:06:24.819Z Documenting dyn-clone v1.0.20
3322026-06-25T04:06:26.599Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-25T04:06:27.833Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-06-25T04:06:30.132Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.29s
3352026-06-25T04:06:30.206Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-06-25T04:06:30.229Z
3372026-06-25T04:06:30.233Zreal 23.383773233
3382026-06-25T04:06:30.233Zuser 1:17.845094118
3392026-06-25T04:06:30.233Zsys 16.677539406
3402026-06-25T04:06:30.233Ztrap 0.052813000
3412026-06-25T04:06:30.233Ztflt 0.074096442
3422026-06-25T04:06:30.233Zdflt 0.095844177
3432026-06-25T04:06:30.233Zkflt 0.004774456
3442026-06-25T04:06:30.233Zlock 7:50.447232472
3452026-06-25T04:06:30.233Zslp 4:19.751667931
3462026-06-25T04:06:30.233Zlat 6.855684286
3472026-06-25T04:06:30.233Zstop 11.850394131
3482026-06-25T04:06:30.233Z+ header 'analyze std + api'
3492026-06-25T04:06:30.233Z+ echo '# ==== analyze std + api ==== #'
3502026-06-25T04:06:30.233Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3512026-06-25T04:06:30.233Z# ==== analyze std + api ==== #
3522026-06-25T04:06:30.467Z Compiling proc-macro2 v1.0.106
3532026-06-25T04:06:30.467Z Compiling quote v1.0.46
3542026-06-25T04:06:30.467Z Compiling unicode-ident v1.0.24
3552026-06-25T04:06:30.467Z Compiling memchr v2.8.2
3562026-06-25T04:06:30.467Z Compiling thiserror v2.0.18
3572026-06-25T04:06:30.471Z Compiling zerocopy v0.8.52
3582026-06-25T04:06:30.471Z Compiling zmij v1.0.21
3592026-06-25T04:06:30.471Z Compiling libc v0.2.186
3602026-06-25T04:06:30.655Z Compiling serde_core v1.0.228
3612026-06-25T04:06:30.817Z Compiling ucd-trie v0.1.7
3622026-06-25T04:06:30.848Z Compiling strsim v0.11.1
3632026-06-25T04:06:30.852Z Compiling ident_case v1.0.1
3642026-06-25T04:06:30.883Z Compiling serde_json v1.0.150
3652026-06-25T04:06:30.959Z Compiling pest v2.8.6
3662026-06-25T04:06:31.065Z Compiling serde v1.0.228
3672026-06-25T04:06:31.269Z Compiling fnv v1.0.7
3682026-06-25T04:06:31.417Z Compiling aho-corasick v1.1.4
3692026-06-25T04:06:31.455Z Compiling regex-syntax v0.8.11
3702026-06-25T04:06:31.463Z Compiling itoa v1.0.18
3712026-06-25T04:06:31.625Z Checking byteorder v1.5.0
3722026-06-25T04:06:31.818Z Compiling syn v2.0.118
3732026-06-25T04:06:32.103Z Compiling pest_meta v2.8.6
3742026-06-25T04:06:32.230Z Compiling usdt-impl v0.6.0
3752026-06-25T04:06:32.468Z Compiling either v1.16.0
3762026-06-25T04:06:32.676Z Compiling itertools v0.14.0
3772026-06-25T04:06:32.811Z Compiling thread-id v5.1.0
3782026-06-25T04:06:32.891Z Compiling regex-automata v0.4.14
3792026-06-25T04:06:33.042Z Checking plain v0.2.3
3802026-06-25T04:06:33.134Z Checking log v0.4.33
3812026-06-25T04:06:33.280Z Compiling heapless v0.8.0
3822026-06-25T04:06:33.698Z Checking bitflags v2.13.0
3832026-06-25T04:06:33.743Z Checking hash32 v0.3.1
3842026-06-25T04:06:33.859Z Checking stable_deref_trait v1.2.1
3852026-06-25T04:06:33.869Z Checking macaddr v1.0.1
3862026-06-25T04:06:33.893Z Compiling smoltcp v0.11.0
3872026-06-25T04:06:33.908Z Checking pretty-hex v0.4.2
3882026-06-25T04:06:33.917Z Checking cfg-if v1.0.4
3892026-06-25T04:06:34.150Z Compiling ref-cast v1.0.25
3902026-06-25T04:06:34.208Z Compiling pest_generator v2.8.6
3912026-06-25T04:06:34.212Z Compiling darling_core v0.21.3
3922026-06-25T04:06:34.355Z Compiling darling_core v0.23.0
3932026-06-25T04:06:34.460Z Compiling version_check v0.9.5
3942026-06-25T04:06:34.593Z Compiling regex v1.12.4
3952026-06-25T04:06:34.731Z Compiling crc32fast v1.5.0
3962026-06-25T04:06:34.815Z Checking bitflags v1.3.2
3972026-06-25T04:06:34.875Z Checking managed v0.8.0
3982026-06-25T04:06:34.984Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3992026-06-25T04:06:35.077Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4002026-06-25T04:06:35.225Z Checking memmap2 v0.9.10
4012026-06-25T04:06:35.389Z Checking ipnetwork v0.21.1
4022026-06-25T04:06:35.411Z Compiling thiserror-impl v2.0.18
4032026-06-25T04:06:35.415Z Compiling serde_derive v1.0.228
4042026-06-25T04:06:35.551Z Compiling zerocopy-derive v0.8.52
4052026-06-25T04:06:35.555Z Compiling pest_derive v2.8.6
4062026-06-25T04:06:35.998Z Compiling scroll_derive v0.13.1
4072026-06-25T04:06:36.055Z Compiling ref-cast-impl v1.0.25
4082026-06-25T04:06:36.272Z Checking unicode-width v0.2.2
4092026-06-25T04:06:36.286Z Compiling darling_macro v0.21.3
4102026-06-25T04:06:36.460Z Compiling darling_macro v0.23.0
4112026-06-25T04:06:36.525Z Checking tabwriter v1.4.1
4122026-06-25T04:06:36.658Z Checking itertools v0.15.0
4132026-06-25T04:06:36.750Z Compiling dtrace-parser v0.3.0
4142026-06-25T04:06:36.771Z Checking cobs v0.3.0
4152026-06-25T04:06:36.834Z Compiling darling v0.21.3
4162026-06-25T04:06:36.866Z Checking scroll v0.13.0
4172026-06-25T04:06:36.905Z Compiling ingot-macros v0.1.1
4182026-06-25T04:06:37.087Z Checking goblin v0.10.7
4192026-06-25T04:06:37.140Z Compiling darling v0.23.0
4202026-06-25T04:06:37.214Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4212026-06-25T04:06:37.452Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-06-25T04:06:37.931Z Checking dyn-clone v1.0.20
4232026-06-25T04:06:38.478Z Checking postcard v1.1.3
4242026-06-25T04:06:38.492Z Compiling serde_tokenstream v0.2.3
4252026-06-25T04:06:39.622Z Checking ingot-types v0.1.2
4262026-06-25T04:06:39.622Z Checking dof v0.4.0
4272026-06-25T04:06:39.920Z Checking ingot v0.1.1
4282026-06-25T04:06:40.507Z Compiling usdt-attr-macro v0.6.0
4292026-06-25T04:06:40.507Z Compiling usdt-macro v0.6.0
4302026-06-25T04:06:41.096Z Checking usdt v0.6.0
4312026-06-25T04:06:41.363Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-06-25T04:06:49.727Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.43s
4332026-06-25T04:06:49.746Z
4342026-06-25T04:06:49.752Zreal 19.508020781
4352026-06-25T04:06:49.752Zuser 1:04.241344524
4362026-06-25T04:06:49.752Zsys 12.846860047
4372026-06-25T04:06:49.752Ztrap 0.033445481
4382026-06-25T04:06:49.752Ztflt 0.131494963
4392026-06-25T04:06:49.752Zdflt 0.160351554
4402026-06-25T04:06:49.752Zkflt 0.000055816
4412026-06-25T04:06:49.752Zlock 3:44.311450290
4422026-06-25T04:06:49.752Zslp 3:25.842642539
4432026-06-25T04:06:49.752Zlat 2.881212517
4442026-06-25T04:06:49.752Zstop 6.082353797
4452026-06-25T04:06:49.752Z+ header 'analyze no_std + engine + kernel'
4462026-06-25T04:06:49.752Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-06-25T04:06:49.752Z# ==== analyze no_std + engine + kernel ==== #
4482026-06-25T04:06:49.752Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-06-25T04:06:49.925Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-06-25T04:06:49.925Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-06-25T04:06:49.945Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-06-25T04:06:49.945Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-06-25T04:06:50.188Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-06-25T04:06:53.979Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.19s
4552026-06-25T04:06:54.002Z
4562026-06-25T04:06:54.006Zreal 4.253581792
4572026-06-25T04:06:54.006Zuser 4.629230701
4582026-06-25T04:06:54.006Zsys 0.923920326
4592026-06-25T04:06:54.006Ztrap 0.000542812
4602026-06-25T04:06:54.006Ztflt 0.008780517
4612026-06-25T04:06:54.006Zdflt 0.002900541
4622026-06-25T04:06:54.006Zkflt 0.000000000
4632026-06-25T04:06:54.006Zlock 22.142169208
4642026-06-25T04:06:54.006Zslp 16.901006117
4652026-06-25T04:06:54.006Zlat 0.022168806
4662026-06-25T04:06:54.006Zstop 0.243508586
4672026-06-25T04:06:54.006Z+ header test
4682026-06-25T04:06:54.006Z+ echo '# ==== test ==== #'
4692026-06-25T04:06:54.006Z# ==== test ==== #
4702026-06-25T04:06:54.006Z+ ptime -m cargo test
4712026-06-25T04:06:54.150Z Compiling serde_core v1.0.228
4722026-06-25T04:06:54.153Z Compiling thiserror v2.0.18
4732026-06-25T04:06:54.153Z Compiling zerocopy v0.8.52
4742026-06-25T04:06:54.172Z Compiling memchr v2.8.2
4752026-06-25T04:06:54.176Z Compiling byteorder v1.5.0
4762026-06-25T04:06:54.179Z Compiling unicode-ident v1.0.24
4772026-06-25T04:06:54.182Z Compiling zmij v1.0.21
4782026-06-25T04:06:54.183Z Compiling libc v0.2.186
4792026-06-25T04:06:54.257Z Compiling proc-macro2 v1.0.106
4802026-06-25T04:06:54.303Z Compiling scroll v0.13.0
4812026-06-25T04:06:54.382Z Compiling plain v0.2.3
4822026-06-25T04:06:54.478Z Compiling itoa v1.0.18
4832026-06-25T04:06:54.514Z Compiling ucd-trie v0.1.7
4842026-06-25T04:06:54.544Z Compiling log v0.4.33
4852026-06-25T04:06:54.569Z Compiling hash32 v0.3.1
4862026-06-25T04:06:54.723Z Compiling goblin v0.10.7
4872026-06-25T04:06:54.735Z Compiling pest v2.8.6
4882026-06-25T04:06:54.778Z Compiling quote v1.0.46
4892026-06-25T04:06:55.234Z Compiling macaddr v1.0.1
4902026-06-25T04:06:55.426Z Compiling cfg-if v1.0.4
4912026-06-25T04:06:55.487Z Compiling pretty-hex v0.4.2
4922026-06-25T04:06:55.491Z Compiling stable_deref_trait v1.2.1
4932026-06-25T04:06:55.559Z Compiling heapless v0.8.0
4942026-06-25T04:06:55.615Z Compiling syn v2.0.118
4952026-06-25T04:06:55.758Z Compiling thread-id v5.1.0
4962026-06-25T04:06:55.834Z Compiling dtrace-parser v0.3.0
4972026-06-25T04:06:56.011Z Compiling serde v1.0.228
4982026-06-25T04:06:56.193Z Compiling serde_json v1.0.150
4992026-06-25T04:06:56.483Z Compiling bitflags v2.13.0
5002026-06-25T04:06:56.671Z Compiling cobs v0.3.0
5012026-06-25T04:06:56.909Z Compiling managed v0.8.0
5022026-06-25T04:06:56.950Z Compiling bitflags v1.3.2
5032026-06-25T04:06:57.018Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-06-25T04:06:57.042Z Compiling ingot-types v0.1.2
5052026-06-25T04:06:57.136Z Compiling smoltcp v0.11.0
5062026-06-25T04:06:57.229Z Compiling postcard v1.1.3
5072026-06-25T04:06:57.245Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-25T04:06:57.449Z Compiling ingot v0.1.1
5092026-06-25T04:06:57.575Z Compiling memmap2 v0.9.10
5102026-06-25T04:06:57.834Z Compiling dof v0.4.0
5112026-06-25T04:06:57.868Z Compiling either v1.16.0
5122026-06-25T04:06:58.072Z Compiling ipnetwork v0.21.1
5132026-06-25T04:06:58.590Z Compiling usdt-impl v0.6.0
5142026-06-25T04:06:59.337Z Compiling unicode-width v0.2.2
5152026-06-25T04:06:59.474Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-06-25T04:06:59.645Z Compiling tabwriter v1.4.1
5172026-06-25T04:06:59.748Z Compiling usdt v0.6.0
5182026-06-25T04:07:00.068Z Compiling itertools v0.15.0
5192026-06-25T04:07:00.390Z Compiling ref-cast v1.0.25
5202026-06-25T04:07:00.486Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-06-25T04:07:01.262Z Compiling crc32fast v1.5.0
5222026-06-25T04:07:01.354Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-06-25T04:07:01.506Z Compiling dyn-clone v1.0.20
5242026-06-25T04:07:16.210Z Finished `test` profile [optimized + debuginfo] target(s) in 22.19s
5252026-06-25T04:07:16.227Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-62a8bb4395836d87)
5262026-06-25T04:07:16.230Z
5272026-06-25T04:07:16.230Zrunning 83 tests
5282026-06-25T04:07:16.230Ztest d_error::tests::name_truncation ... ok
5292026-06-25T04:07:16.230Ztest d_error::tests::name_and_data_storage ... ok
5302026-06-25T04:07:16.230Ztest ddi::mblk::test::chain_append_links ... ok
5312026-06-25T04:07:16.230Ztest ddi::mblk::test::chain_breaks_links ... ok
5322026-06-25T04:07:16.230Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5332026-06-25T04:07:16.230Ztest ddi::mblk::test::expand_and_shrink ... ok
5342026-06-25T04:07:16.230Ztest ddi::mblk::test::chain_drain_complete ... ok
5352026-06-25T04:07:16.230Ztest ddi::mblk::test::prefix_len ... ok
5362026-06-25T04:07:16.230Ztest ddi::mblk::test::read_seg ... ok
5372026-06-25T04:07:16.230Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5382026-06-25T04:07:16.230Ztest ddi::mblk::test::truncate ... ok
5392026-06-25T04:07:16.230Ztest ddi::mblk::test::uninitialized_packet ... ok
5402026-06-25T04:07:16.231Ztest ddi::mblk::test::wrap ... ok
5412026-06-25T04:07:16.231Ztest ddi::mblk::test::zero_byte_packet ... ok
5422026-06-25T04:07:16.231Ztest ddi::time::test::good_interval ... ok
5432026-06-25T04:07:16.235Ztest engine::dhcp::test::domainname_encode ... ok
5442026-06-25T04:07:16.235Ztest engine::dhcp::test::domain_search_option_encode ... ok
5452026-06-25T04:07:16.235Ztest engine::dhcp::test::hostname_encode ... ok
5462026-06-25T04:07:16.235Ztest engine::dhcp::test::offlink_encode ... ok
5472026-06-25T04:07:16.235Ztest engine::dhcp::test::rfc3442_encode ... ok
5482026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5492026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_client_id ... ok
5502026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5512026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5522026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5532026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_iana ... ok
5542026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5552026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5562026-06-25T04:07:16.235Ztest ddi::time::test::bad_interval - should panic ... ok
5572026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_option_request ... ok
5582026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5592026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5602026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_server_id ... ok
5612026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_iata ... ok
5622026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5632026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_status ... ok
5642026-06-25T04:07:16.235Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5652026-06-25T04:07:16.235Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5662026-06-25T04:07:16.235Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5672026-06-25T04:07:16.235Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5682026-06-25T04:07:16.235Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5692026-06-25T04:07:16.235Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5702026-06-25T04:07:16.235Ztest engine::flow_table::test::eviction_basics ... ok
5712026-06-25T04:07:16.235Ztest engine::ether::test::emit ... ok
5722026-06-25T04:07:16.235Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5732026-06-25T04:07:16.235Ztest engine::flow_table::test::flow_clear ... ok
5742026-06-25T04:07:16.235Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5752026-06-25T04:07:16.235Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5762026-06-25T04:07:16.235Ztest engine::flow_table::test::flow_expired ... ok
5772026-06-25T04:07:16.235Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5782026-06-25T04:07:16.236Ztest engine::flow_table::test::priority_lerp ... ok
5792026-06-25T04:07:16.236Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5802026-06-25T04:07:16.236Ztest engine::geneve::test::emit_single_opt ... ok
5812026-06-25T04:07:16.236Ztest engine::ip::v4::test::cidr_match ... ok
5822026-06-25T04:07:16.236Ztest engine::geneve::test::emit_no_opts ... ok
5832026-06-25T04:07:16.236Ztest engine::ip::v4::test::match_check ... ok
5842026-06-25T04:07:16.236Ztest engine::ip::v4::test::emit ... ok
5852026-06-25T04:07:16.236Ztest engine::ip::v6::test::emit ... ok
5862026-06-25T04:07:16.236Ztest engine::ip::v6::test::from_pairs ... ok
5872026-06-25T04:07:16.236Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5882026-06-25T04:07:16.236Ztest engine::ip::v6::test::option_push_spec ... ok
5892026-06-25T04:07:16.236Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5902026-06-25T04:07:16.236Ztest engine::ip::v6::test::test_set_total_len ... ok
5912026-06-25T04:07:16.236Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5922026-06-25T04:07:16.236Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5932026-06-25T04:07:16.236Ztest engine::nat::test::nat4_rewrite ... ok
5942026-06-25T04:07:16.236Ztest engine::layer::test::find_rule ... ok
5952026-06-25T04:07:16.236Ztest engine::ip::v6::test::extension_push_spec ... ok
5962026-06-25T04:07:16.236Ztest engine::packet::test::read_multi_segment ... ok
5972026-06-25T04:07:16.236Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5982026-06-25T04:07:16.236Ztest engine::packet::test::read_single_segment ... ok
5992026-06-25T04:07:16.236Ztest engine::ip::v6::test::push_spec ... ok
6002026-06-25T04:07:16.236Ztest engine::packet::test::straddled_tcp ... ok
6012026-06-25T04:07:16.236Ztest engine::packet::test::small_packet_with_padding ... ok
6022026-06-25T04:07:16.236Ztest engine::packet::test::udp6_packet_with_padding ... ok
6032026-06-25T04:07:16.236Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6042026-06-25T04:07:16.236Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6052026-06-25T04:07:16.236Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6062026-06-25T04:07:16.236Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6072026-06-25T04:07:16.236Ztest engine::rule::rule_matching ... ok
6082026-06-25T04:07:16.236Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6092026-06-25T04:07:16.236Ztest engine::snat::test::nat_mappings ... ok
6102026-06-25T04:07:16.236Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6112026-06-25T04:07:16.236Z
6122026-06-25T04:07:16.236Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-06-25T04:07:16.236Z
6142026-06-25T04:07:16.236Z Doc-tests opte
6152026-06-25T04:07:18.194Z
6162026-06-25T04:07:18.194Zrunning 3 tests
6172026-06-25T04:07:18.197Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6182026-06-25T04:07:18.197Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6192026-06-25T04:07:18.198Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6202026-06-25T04:07:18.198Z
6212026-06-25T04:07:18.198Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-06-25T04:07:18.198Z
6232026-06-25T04:07:18.202Zall doctests ran in 1.38s; merged doctests compilation took 1.37s
6242026-06-25T04:07:18.242Z
6252026-06-25T04:07:18.245Zreal 24.229122791
6262026-06-25T04:07:18.245Zuser 2:01.346131278
6272026-06-25T04:07:18.245Zsys 7.192903812
6282026-06-25T04:07:18.245Ztrap 0.056314649
6292026-06-25T04:07:18.245Ztflt 0.172500079
6302026-06-25T04:07:18.245Zdflt 0.354157881
6312026-06-25T04:07:18.245Zkflt 0.000006838
6322026-06-25T04:07:18.245Zlock 5:58.285328550
6332026-06-25T04:07:18.246Zslp 3:41.949491143
6342026-06-25T04:07:18.246Zlat 5.750758132
6352026-06-25T04:07:18.246Zstop 3.043052502
6362026-06-25T04:07:18.246Zprocess exited: duration 87203 ms, exit code 0
 
6372026-06-25T04:07:18.254Zfound 0 output files