01KW11R53AZHD2RP2RS65E26HV: opte

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

Buildomat Job: 01KW11RX6ANXN9YGWZKRY8PMW5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:08:15.403Zjob assigned to worker 01KW11S4NZD05WZEABCHTV6584 [factory aws, i-07f3eecae3b291dab] (queued for 48 s)
 
22026-06-26T04:08:21.622Zstarting task 0: "setup"
32026-06-26T04:08:21.629Z++ uname -s
42026-06-26T04:08:21.632Z+ kern=SunOS
52026-06-26T04:08:21.632Z+ build_user=build
62026-06-26T04:08:21.632Z+ build_uid=12345
72026-06-26T04:08:21.633Z+ work_dir=/work
82026-06-26T04:08:21.633Z+ input_dir=/input
92026-06-26T04:08:21.633Z+ [[ 0 == 12345 ]]
102026-06-26T04:08:21.633Z+ case "$kern" in
112026-06-26T04:08:21.633Z+ groupadd -g 12345 build
122026-06-26T04:08:21.633Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:08:23.637Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:08:23.705Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:08:23.708Z+ home_fs=zfs
162026-06-26T04:08:23.708Z+ [[ zfs == autofs ]]
172026-06-26T04:08:23.708Z+ mkdir -p /home/build
182026-06-26T04:08:23.708Z+ chown build:build /home/build /work
192026-06-26T04:08:25.710Z+ chmod 0700 /home/build /work
202026-06-26T04:08:25.713Zprocess exited: duration 4087 ms, exit code 0
 
212026-06-26T04:08:25.721Zstarting task 1: "rust-toolchain"
222026-06-26T04:08:25.727Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:08:25.727Z * rust toolchain channel = "1.96.0"
242026-06-26T04:08:25.727Z * rust toolchain profile = "default"
252026-06-26T04:08:25.727Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T04:08:25.727Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:08:25.727Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:08:25.730Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:08:25.730Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:08:25.818Zinfo: downloading installer
312026-06-26T04:08:27.310Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:08:27.310Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:08:27.310Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:08:27.310Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:08:27.322Zinfo: profile set to default
362026-06-26T04:08:27.322Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:08:27.325Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:08:27.470Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:08:27.472Zinfo: downloading 6 components
402026-06-26T04:08:45.811Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:08:45.811Z
422026-06-26T04:08:45.834Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:08:45.834Z
442026-06-26T04:08:45.834Z
452026-06-26T04:08:45.834ZRust is installed now. Great!
462026-06-26T04:08:45.834Z
472026-06-26T04:08:45.834ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:08:45.834Zenvironment variable. This has not been done automatically.
492026-06-26T04:08:45.834Z
502026-06-26T04:08:45.834ZTo configure your current shell, you need to source
512026-06-26T04:08:45.834Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:08:45.839Z
532026-06-26T04:08:45.839ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:08:45.839Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:08:45.840Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:08:45.840Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:08:45.840Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:08:45.840Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:08:45.840Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:08:45.840Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:08:45.840Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:08:45.937Z+ rustup --version
632026-06-26T04:08:45.951Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:08:45.952Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:08:45.968Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:08:45.973Z+ cargo --version
672026-06-26T04:08:45.979Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:08:45.985Z+ rustc --version
692026-06-26T04:08:46.006Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:08:46.031Zprocess exited: duration 20281 ms, exit code 0
 
712026-06-26T04:08:46.043Zstarting task 2: "authentication"
722026-06-26T04:08:46.060Zprocess exited: duration 20 ms, exit code 0
 
732026-06-26T04:08:46.067Zstarting task 3: "clone repository"
742026-06-26T04:08:46.073Z+ mkdir -p /work/oxidecomputer/opte
752026-06-26T04:08:46.073Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-26T04:08:46.125ZCloning into '/work/oxidecomputer/opte'...
772026-06-26T04:08:46.957Z+ cd /work/oxidecomputer/opte
782026-06-26T04:08:46.957Z+ git fetch origin 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
792026-06-26T04:08:47.217ZFrom https://github.com/oxidecomputer/opte
802026-06-26T04:08:47.217Z * branch 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 -> FETCH_HEAD
812026-06-26T04:08:47.280Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-06-26T04:08:47.280Z++ git branch --show-current
832026-06-26T04:08:47.280Z+ current=master
842026-06-26T04:08:47.280Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-06-26T04:08:47.280Z+ git branch -f renovate/anyhow-1.x-lockfile 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
862026-06-26T04:08:47.280Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-06-26T04:08:47.281ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-06-26T04:08:47.281Z+ git reset --hard 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
892026-06-26T04:08:47.358ZHEAD is now at 9dc9420 Update Rust crate anyhow to v1.0.103
902026-06-26T04:08:47.358Zprocess exited: duration 1174 ms, exit code 0
 
912026-06-26T04:08:47.572Zstarting task 4: "build"
922026-06-26T04:08:47.603Z+ source .github/buildomat/common.sh
932026-06-26T04:08:47.603Z++ rustup show active-toolchain
942026-06-26T04:08:47.603Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-26T04:08:47.603Z++ pushd xde
962026-06-26T04:08:47.604Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-26T04:08:47.604Z++ rustup show active-toolchain
982026-06-26T04:08:47.604Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-26T04:08:47.804Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-26T04:08:47.965Zinfo: downloading 6 components
1012026-06-26T04:09:02.820Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-26T04:09:02.977Z+++ rustup show active-toolchain -v
1032026-06-26T04:09:02.990Z+++ head -n 1
1042026-06-26T04:09:02.990Z+++ cut '-d ' -f1
1052026-06-26T04:09:02.990Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-26T04:09:02.990Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-26T04:09:02.990Z++ popd
1082026-06-26T04:09:02.990Z/work/oxidecomputer/opte
1092026-06-26T04:09:02.990Z+ cargo --version
1102026-06-26T04:09:02.990Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-26T04:09:02.991Z+ rustc --version
1122026-06-26T04:09:02.999Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-26T04:09:02.999Z+ cd lib/opte
1142026-06-26T04:09:03.000Z+ header 'check style'
1152026-06-26T04:09:03.000Z+ echo '# ==== check style ==== #'
1162026-06-26T04:09:03.000Z# ==== check style ==== #
1172026-06-26T04:09:03.000Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-26T04:09:03.188Z
1192026-06-26T04:09:03.188Zreal 0.183545277
1202026-06-26T04:09:03.188Zuser 0.139934420
1212026-06-26T04:09:03.188Zsys 0.036897402
1222026-06-26T04:09:03.188Ztrap 0.000009000
1232026-06-26T04:09:03.188Ztflt 0.000012740
1242026-06-26T04:09:03.188Zdflt 0.000014190
1252026-06-26T04:09:03.188Zkflt 0.000000000
1262026-06-26T04:09:03.188Zlock 0.030985970
1272026-06-26T04:09:03.188Zslp 0.163290688
1282026-06-26T04:09:03.188Zlat 0.000707680
1292026-06-26T04:09:03.188Zstop 0.000087480
1302026-06-26T04:09:03.204Z+ header 'check docs'
1312026-06-26T04:09:03.204Z+ echo '# ==== check docs ==== #'
1322026-06-26T04:09:03.205Z# ==== check docs ==== #
1332026-06-26T04:09:03.205Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-26T04:09:03.205Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-26T04:09:03.266Z Updating crates.io index
1362026-06-26T04:09:03.286Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-26T04:09:04.196Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-26T04:09:04.664Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-26T04:09:04.997Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-26T04:09:05.250Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-26T04:09:05.491Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-26T04:09:05.785Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-26T04:09:07.772Z Downloading crates ...
1442026-06-26T04:09:07.820Z Downloaded darling_macro v0.23.0
1452026-06-26T04:09:07.820Z Downloaded dof v0.4.0
1462026-06-26T04:09:07.821Z Downloaded crc32fast v1.5.0
1472026-06-26T04:09:07.821Z Downloaded defmt-macros v1.1.0
1482026-06-26T04:09:07.842Z Downloaded usdt-macro v0.6.0
1492026-06-26T04:09:07.856Z Downloaded ref-cast v1.0.25
1502026-06-26T04:09:07.856Z Downloaded macaddr v1.0.1
1512026-06-26T04:09:07.880Z Downloaded scroll_derive v0.13.1
1522026-06-26T04:09:07.880Z Downloaded itoa v1.0.18
1532026-06-26T04:09:07.880Z Downloaded tabwriter v1.4.1
1542026-06-26T04:09:07.908Z Downloaded generic-array v0.14.7
1552026-06-26T04:09:07.908Z Downloaded embedded-io v0.4.0
1562026-06-26T04:09:07.908Z Downloaded defmt-parser v1.0.0
1572026-06-26T04:09:07.908Z Downloaded crypto-common v0.1.7
1582026-06-26T04:09:07.908Z Downloaded pretty-hex v0.4.2
1592026-06-26T04:09:07.909Z Downloaded version_check v0.9.5
1602026-06-26T04:09:07.909Z Downloaded managed v0.8.0
1612026-06-26T04:09:07.954Z Downloaded dtrace-parser v0.3.0
1622026-06-26T04:09:07.954Z Downloaded plain v0.2.3
1632026-06-26T04:09:07.954Z Downloaded usdt-attr-macro v0.6.0
1642026-06-26T04:09:07.955Z Downloaded darling_macro v0.21.3
1652026-06-26T04:09:07.955Z Downloaded cobs v0.3.0
1662026-06-26T04:09:07.955Z Downloaded hash32 v0.3.1
1672026-06-26T04:09:07.955Z Downloaded cpufeatures v0.2.17
1682026-06-26T04:09:07.955Z Downloaded ident_case v1.0.1
1692026-06-26T04:09:07.955Z Downloaded dyn-clone v1.0.20
1702026-06-26T04:09:07.955Z Downloaded block-buffer v0.10.4
1712026-06-26T04:09:07.955Z Downloaded strsim v0.11.1
1722026-06-26T04:09:07.955Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-06-26T04:09:07.955Z Downloaded stable_deref_trait v1.2.1
1742026-06-26T04:09:07.955Z Downloaded ref-cast-impl v1.0.25
1752026-06-26T04:09:07.955Z Downloaded defmt v0.3.100
1762026-06-26T04:09:07.994Z Downloaded usdt v0.6.0
1772026-06-26T04:09:07.994Z Downloaded thread-id v5.1.0
1782026-06-26T04:09:07.994Z Downloaded ingot-types v0.1.2
1792026-06-26T04:09:07.994Z Downloaded fnv v1.0.7
1802026-06-26T04:09:07.994Z Downloaded quote v1.0.46
1812026-06-26T04:09:07.994Z Downloaded usdt-impl v0.6.0
1822026-06-26T04:09:07.995Z Downloaded zmij v1.0.21
1832026-06-26T04:09:07.995Z Downloaded embedded-io v0.6.1
1842026-06-26T04:09:07.995Z Downloaded ipnetwork v0.21.1
1852026-06-26T04:09:07.995Z Downloaded ingot v0.1.1
1862026-06-26T04:09:07.995Z Downloaded sha2 v0.10.9
1872026-06-26T04:09:07.995Z Downloaded digest v0.10.7
1882026-06-26T04:09:07.995Z Downloaded cfg-if v1.0.4
1892026-06-26T04:09:07.995Z Downloaded bitflags v1.3.2
1902026-06-26T04:09:07.995Z Downloaded byteorder v1.5.0
1912026-06-26T04:09:07.995Z Downloaded thiserror v2.0.18
1922026-06-26T04:09:07.996Z Downloaded thiserror-impl v2.0.18
1932026-06-26T04:09:08.013Z Downloaded scroll v0.13.0
1942026-06-26T04:09:08.013Z Downloaded postcard v1.1.3
1952026-06-26T04:09:08.013Z Downloaded pest_derive v2.8.6
1962026-06-26T04:09:08.013Z Downloaded serde_tokenstream v0.2.3
1972026-06-26T04:09:08.013Z Downloaded either v1.16.0
1982026-06-26T04:09:08.013Z Downloaded darling v0.21.3
1992026-06-26T04:09:08.014Z Downloaded defmt v1.1.0
2002026-06-26T04:09:08.014Z Downloaded darling v0.23.0
2012026-06-26T04:09:08.053Z Downloaded ingot-macros v0.1.1
2022026-06-26T04:09:08.053Z Downloaded proc-macro-error2 v2.0.1
2032026-06-26T04:09:08.053Z Downloaded ucd-trie v0.1.7
2042026-06-26T04:09:08.053Z Downloaded unicode-ident v1.0.24
2052026-06-26T04:09:08.053Z Downloaded serde_derive v1.0.228
2062026-06-26T04:09:08.053Z Downloaded serde_core v1.0.228
2072026-06-26T04:09:08.080Z Downloaded log v0.4.33
2082026-06-26T04:09:08.080Z Downloaded pest_generator v2.8.6
2092026-06-26T04:09:08.080Z Downloaded bitflags v2.13.0
2102026-06-26T04:09:08.080Z Downloaded darling_core v0.21.3
2112026-06-26T04:09:08.081Z Downloaded serde_json v1.0.150
2122026-06-26T04:09:08.081Z Downloaded memmap2 v0.9.10
2132026-06-26T04:09:08.081Z Downloaded heapless v0.8.0
2142026-06-26T04:09:08.081Z Downloaded proc-macro2 v1.0.106
2152026-06-26T04:09:08.081Z Downloaded darling_core v0.23.0
2162026-06-26T04:09:08.141Z Downloaded pest_meta v2.8.6
2172026-06-26T04:09:08.141Z Downloaded serde v1.0.228
2182026-06-26T04:09:08.141Z Downloaded memchr v2.8.2
2192026-06-26T04:09:08.141Z Downloaded typenum v1.20.1
2202026-06-26T04:09:08.141Z Downloaded zerocopy-derive v0.8.52
2212026-06-26T04:09:08.226Z Downloaded itertools v0.14.0
2222026-06-26T04:09:08.226Z Downloaded pest v2.8.6
2232026-06-26T04:09:08.226Z Downloaded regex v1.12.4
2242026-06-26T04:09:08.226Z Downloaded itertools v0.15.0
2252026-06-26T04:09:08.226Z Downloaded aho-corasick v1.1.4
2262026-06-26T04:09:08.252Z Downloaded zerocopy v0.8.52
2272026-06-26T04:09:08.252Z Downloaded unicode-width v0.2.2
2282026-06-26T04:09:08.252Z Downloaded goblin v0.10.7
2292026-06-26T04:09:08.252Z Downloaded smoltcp v0.11.0
2302026-06-26T04:09:08.252Z Downloaded syn v2.0.118
2312026-06-26T04:09:08.252Z Downloaded regex-syntax v0.8.11
2322026-06-26T04:09:08.277Z Downloaded regex-automata v0.4.14
2332026-06-26T04:09:08.286Z Downloaded libc v0.2.186
2342026-06-26T04:09:08.368Z Compiling proc-macro2 v1.0.106
2352026-06-26T04:09:08.368Z Compiling quote v1.0.46
2362026-06-26T04:09:08.368Z Compiling unicode-ident v1.0.24
2372026-06-26T04:09:08.400Z Documenting unicode-ident v1.0.24
2382026-06-26T04:09:08.400Z Compiling ident_case v1.0.1
2392026-06-26T04:09:08.400Z Compiling strsim v0.11.1
2402026-06-26T04:09:08.400Z Compiling serde_core v1.0.228
2412026-06-26T04:09:08.572Z Compiling fnv v1.0.7
2422026-06-26T04:09:08.646Z Compiling memchr v2.8.2
2432026-06-26T04:09:08.646Z Compiling serde v1.0.228
2442026-06-26T04:09:08.696Z Compiling zerocopy v0.8.52
2452026-06-26T04:09:08.760Z Compiling regex-syntax v0.8.11
2462026-06-26T04:09:08.798Z Compiling thiserror v2.0.18
2472026-06-26T04:09:09.077Z Documenting proc-macro2 v1.0.106
2482026-06-26T04:09:09.214Z Compiling aho-corasick v1.1.4
2492026-06-26T04:09:09.420Z Checking syn v2.0.118
2502026-06-26T04:09:09.548Z Documenting quote v1.0.46
2512026-06-26T04:09:10.092Z Documenting syn v2.0.118
2522026-06-26T04:09:10.150Z Compiling either v1.16.0
2532026-06-26T04:09:10.248Z Compiling regex-automata v0.4.14
2542026-06-26T04:09:10.310Z Checking byteorder v1.5.0
2552026-06-26T04:09:10.896Z Compiling itertools v0.14.0
2562026-06-26T04:09:10.937Z Compiling heapless v0.8.0
2572026-06-26T04:09:10.937Z Documenting memchr v2.8.2
2582026-06-26T04:09:11.044Z Checking hash32 v0.3.1
2592026-06-26T04:09:11.213Z Checking bitflags v2.13.0
2602026-06-26T04:09:11.303Z Documenting serde_core v1.0.228
2612026-06-26T04:09:11.419Z Checking cfg-if v1.0.4
2622026-06-26T04:09:11.540Z Documenting aho-corasick v1.1.4
2632026-06-26T04:09:11.607Z Documenting regex-syntax v0.8.11
2642026-06-26T04:09:11.860Z Checking macaddr v1.0.1
2652026-06-26T04:09:11.889Z Checking stable_deref_trait v1.2.1
2662026-06-26T04:09:12.016Z Compiling darling_core v0.21.3
2672026-06-26T04:09:12.153Z Compiling regex v1.12.4
2682026-06-26T04:09:12.272Z Compiling darling_core v0.23.0
2692026-06-26T04:09:12.614Z Documenting regex-automata v0.4.14
2702026-06-26T04:09:12.750Z Compiling smoltcp v0.11.0
2712026-06-26T04:09:13.054Z Documenting thiserror-impl v2.0.18
2722026-06-26T04:09:13.167Z Compiling zerocopy-derive v0.8.52
2732026-06-26T04:09:13.291Z Compiling thiserror-impl v2.0.18
2742026-06-26T04:09:13.291Z Compiling serde_derive v1.0.228
2752026-06-26T04:09:13.929Z Documenting zerocopy-derive v0.8.52
2762026-06-26T04:09:13.994Z Documenting regex v1.12.4
2772026-06-26T04:09:14.074Z Documenting serde_derive v1.0.228
2782026-06-26T04:09:14.139Z Compiling darling_macro v0.21.3
2792026-06-26T04:09:14.393Z Compiling darling_macro v0.23.0
2802026-06-26T04:09:14.577Z Checking cobs v0.3.0
2812026-06-26T04:09:14.653Z Compiling darling v0.21.3
2822026-06-26T04:09:14.746Z Compiling ingot-macros v0.1.1
2832026-06-26T04:09:14.791Z Documenting byteorder v1.5.0
2842026-06-26T04:09:14.975Z Checking managed v0.8.0
2852026-06-26T04:09:15.026Z Checking bitflags v1.3.2
2862026-06-26T04:09:15.057Z Documenting ingot-macros v0.1.1
2872026-06-26T04:09:15.114Z Documenting zerocopy v0.8.52
2882026-06-26T04:09:15.137Z Documenting thiserror v2.0.18
2892026-06-26T04:09:15.195Z Documenting bitflags v2.13.0
2902026-06-26T04:09:15.336Z Documenting hash32 v0.3.1
2912026-06-26T04:09:15.726Z Documenting stable_deref_trait v1.2.1
2922026-06-26T04:09:15.925Z Compiling ref-cast v1.0.25
2932026-06-26T04:09:16.069Z Documenting serde v1.0.228
2942026-06-26T04:09:16.248Z Documenting cfg-if v1.0.4
2952026-06-26T04:09:16.248Z Compiling crc32fast v1.5.0
2962026-06-26T04:09:16.350Z Documenting macaddr v1.0.1
2972026-06-26T04:09:16.473Z Checking postcard v1.1.3
2982026-06-26T04:09:16.646Z Documenting heapless v0.8.0
2992026-06-26T04:09:16.753Z Documenting cobs v0.3.0
3002026-06-26T04:09:16.970Z Compiling ref-cast-impl v1.0.25
3012026-06-26T04:09:17.445Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-06-26T04:09:17.482Z Checking ingot-types v0.1.2
3032026-06-26T04:09:17.533Z Compiling version_check v0.9.5
3042026-06-26T04:09:17.552Z Checking ipnetwork v0.21.1
3052026-06-26T04:09:17.726Z Documenting managed v0.8.0
3062026-06-26T04:09:17.797Z Checking unicode-width v0.2.2
3072026-06-26T04:09:17.826Z Checking ingot v0.1.1
3082026-06-26T04:09:17.871Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3092026-06-26T04:09:17.898Z Documenting postcard v1.1.3
3102026-06-26T04:09:17.961Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-06-26T04:09:18.069Z Compiling darling v0.23.0
3122026-06-26T04:09:18.138Z Documenting ref-cast-impl v1.0.25
3132026-06-26T04:09:18.153Z Documenting unicode-width v0.2.2
3142026-06-26T04:09:18.254Z Documenting ingot-types v0.1.2
3152026-06-26T04:09:18.324Z Documenting ipnetwork v0.21.1
3162026-06-26T04:09:18.447Z Documenting smoltcp v0.11.0
3172026-06-26T04:09:18.692Z Documenting either v1.16.0
3182026-06-26T04:09:18.933Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-06-26T04:09:19.133Z Documenting tabwriter v1.4.1
3202026-06-26T04:09:19.362Z Documenting ref-cast v1.0.25
3212026-06-26T04:09:19.419Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-06-26T04:09:19.646Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-06-26T04:09:19.918Z Documenting ingot v0.1.1
3242026-06-26T04:09:20.092Z Documenting itertools v0.15.0
3252026-06-26T04:09:20.258Z Checking tabwriter v1.4.1
3262026-06-26T04:09:20.334Z Checking itertools v0.15.0
3272026-06-26T04:09:20.477Z Documenting crc32fast v1.5.0
3282026-06-26T04:09:20.614Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-06-26T04:09:20.737Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-26T04:09:21.022Z Documenting dyn-clone v1.0.20
3312026-06-26T04:09:21.190Z Checking dyn-clone v1.0.20
3322026-06-26T04:09:22.675Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-26T04:09:23.811Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-06-26T04:09:26.137Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.93s
3352026-06-26T04:09:26.202Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-06-26T04:09:26.226Z
3372026-06-26T04:09:26.229Zreal 23.028066809
3382026-06-26T04:09:26.229Zuser 1:17.513250033
3392026-06-26T04:09:26.229Zsys 16.508804689
3402026-06-26T04:09:26.229Ztrap 0.052498611
3412026-06-26T04:09:26.229Ztflt 0.038969591
3422026-06-26T04:09:26.229Zdflt 0.110673489
3432026-06-26T04:09:26.229Zkflt 0.005476750
3442026-06-26T04:09:26.229Zlock 7:43.576624033
3452026-06-26T04:09:26.229Zslp 4:18.498883580
3462026-06-26T04:09:26.229Zlat 7.051778197
3472026-06-26T04:09:26.229Zstop 12.452146917
3482026-06-26T04:09:26.229Z+ header 'analyze std + api'
3492026-06-26T04:09:26.229Z+ echo '# ==== analyze std + api ==== #'
3502026-06-26T04:09:26.229Z# ==== analyze std + api ==== #
3512026-06-26T04:09:26.229Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3522026-06-26T04:09:26.470Z Compiling proc-macro2 v1.0.106
3532026-06-26T04:09:26.470Z Compiling quote v1.0.46
3542026-06-26T04:09:26.470Z Compiling unicode-ident v1.0.24
3552026-06-26T04:09:26.475Z Compiling memchr v2.8.2
3562026-06-26T04:09:26.476Z Compiling thiserror v2.0.18
3572026-06-26T04:09:26.476Z Compiling zerocopy v0.8.52
3582026-06-26T04:09:26.476Z Compiling zmij v1.0.21
3592026-06-26T04:09:26.476Z Compiling serde_core v1.0.228
3602026-06-26T04:09:26.649Z Compiling libc v0.2.186
3612026-06-26T04:09:26.810Z Compiling strsim v0.11.1
3622026-06-26T04:09:26.840Z Compiling ucd-trie v0.1.7
3632026-06-26T04:09:26.845Z Compiling ident_case v1.0.1
3642026-06-26T04:09:26.850Z Compiling serde_json v1.0.150
3652026-06-26T04:09:27.010Z Compiling pest v2.8.6
3662026-06-26T04:09:27.057Z Compiling serde v1.0.228
3672026-06-26T04:09:27.272Z Compiling fnv v1.0.7
3682026-06-26T04:09:27.386Z Compiling aho-corasick v1.1.4
3692026-06-26T04:09:27.389Z Compiling regex-syntax v0.8.11
3702026-06-26T04:09:27.419Z Compiling itoa v1.0.18
3712026-06-26T04:09:27.588Z Checking byteorder v1.5.0
3722026-06-26T04:09:27.780Z Compiling syn v2.0.118
3732026-06-26T04:09:28.059Z Compiling pest_meta v2.8.6
3742026-06-26T04:09:28.233Z Compiling either v1.16.0
3752026-06-26T04:09:28.431Z Compiling usdt-impl v0.6.0
3762026-06-26T04:09:28.479Z Compiling itertools v0.14.0
3772026-06-26T04:09:28.791Z Compiling regex-automata v0.4.14
3782026-06-26T04:09:28.883Z Compiling thread-id v5.1.0
3792026-06-26T04:09:29.101Z Checking log v0.4.33
3802026-06-26T04:09:29.243Z Compiling heapless v0.8.0
3812026-06-26T04:09:29.423Z Checking plain v0.2.3
3822026-06-26T04:09:29.680Z Checking bitflags v2.13.0
3832026-06-26T04:09:29.688Z Checking hash32 v0.3.1
3842026-06-26T04:09:29.719Z Checking cfg-if v1.0.4
3852026-06-26T04:09:29.775Z Checking macaddr v1.0.1
3862026-06-26T04:09:29.803Z Checking pretty-hex v0.4.2
3872026-06-26T04:09:29.840Z Checking stable_deref_trait v1.2.1
3882026-06-26T04:09:29.877Z Compiling smoltcp v0.11.0
3892026-06-26T04:09:30.286Z Checking managed v0.8.0
3902026-06-26T04:09:30.318Z Compiling pest_generator v2.8.6
3912026-06-26T04:09:30.319Z Compiling darling_core v0.21.3
3922026-06-26T04:09:30.319Z Compiling darling_core v0.23.0
3932026-06-26T04:09:30.334Z Compiling ref-cast v1.0.25
3942026-06-26T04:09:30.553Z Compiling regex v1.12.4
3952026-06-26T04:09:30.682Z Compiling crc32fast v1.5.0
3962026-06-26T04:09:30.851Z Compiling version_check v0.9.5
3972026-06-26T04:09:30.957Z Checking bitflags v1.3.2
3982026-06-26T04:09:31.033Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3992026-06-26T04:09:31.131Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4002026-06-26T04:09:31.356Z Checking memmap2 v0.9.10
4012026-06-26T04:09:31.380Z Checking unicode-width v0.2.2
4022026-06-26T04:09:31.440Z Compiling thiserror-impl v2.0.18
4032026-06-26T04:09:31.513Z Compiling serde_derive v1.0.228
4042026-06-26T04:09:31.532Z Compiling zerocopy-derive v0.8.52
4052026-06-26T04:09:31.630Z Compiling pest_derive v2.8.6
4062026-06-26T04:09:31.963Z Compiling scroll_derive v0.13.1
4072026-06-26T04:09:32.144Z Compiling ref-cast-impl v1.0.25
4082026-06-26T04:09:32.228Z Checking ipnetwork v0.21.1
4092026-06-26T04:09:32.351Z Compiling darling_macro v0.21.3
4102026-06-26T04:09:32.399Z Checking tabwriter v1.4.1
4112026-06-26T04:09:32.416Z Compiling darling_macro v0.23.0
4122026-06-26T04:09:32.541Z Checking itertools v0.15.0
4132026-06-26T04:09:32.730Z Checking dtrace-parser v0.3.0
4142026-06-26T04:09:32.769Z Checking scroll v0.13.0
4152026-06-26T04:09:32.894Z Compiling darling v0.21.3
4162026-06-26T04:09:32.961Z Checking cobs v0.3.0
4172026-06-26T04:09:32.963Z Compiling ingot-macros v0.1.1
4182026-06-26T04:09:32.986Z Checking goblin v0.10.7
4192026-06-26T04:09:33.095Z Compiling darling v0.23.0
4202026-06-26T04:09:33.170Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4212026-06-26T04:09:33.505Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-06-26T04:09:33.816Z Checking dyn-clone v1.0.20
4232026-06-26T04:09:34.535Z Checking postcard v1.1.3
4242026-06-26T04:09:34.550Z Compiling serde_tokenstream v0.2.3
4252026-06-26T04:09:35.570Z Checking ingot-types v0.1.2
4262026-06-26T04:09:35.570Z Checking dof v0.4.0
4272026-06-26T04:09:35.921Z Checking ingot v0.1.1
4282026-06-26T04:09:36.489Z Compiling usdt-attr-macro v0.6.0
4292026-06-26T04:09:36.492Z Compiling usdt-macro v0.6.0
4302026-06-26T04:09:37.074Z Checking usdt v0.6.0
4312026-06-26T04:09:37.300Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-06-26T04:09:45.617Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.34s
4332026-06-26T04:09:45.647Z
4342026-06-26T04:09:45.652Zreal 19.414124375
4352026-06-26T04:09:45.653Zuser 1:04.200279510
4362026-06-26T04:09:45.653Zsys 12.737644919
4372026-06-26T04:09:45.653Ztrap 0.033932120
4382026-06-26T04:09:45.653Ztflt 0.144520562
4392026-06-26T04:09:45.653Zdflt 0.203555727
4402026-06-26T04:09:45.653Zkflt 0.000034010
4412026-06-26T04:09:45.653Zlock 3:43.445712165
4422026-06-26T04:09:45.653Zslp 3:24.819329528
4432026-06-26T04:09:45.653Zlat 2.731726559
4442026-06-26T04:09:45.653Zstop 6.184699872
4452026-06-26T04:09:45.653Z+ header 'analyze no_std + engine + kernel'
4462026-06-26T04:09:45.653Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-06-26T04:09:45.653Z# ==== analyze no_std + engine + kernel ==== #
4482026-06-26T04:09:45.653Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-06-26T04:09:45.831Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-06-26T04:09:45.831Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-06-26T04:09:45.835Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-06-26T04:09:45.835Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-06-26T04:09:46.091Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-06-26T04:09:49.794Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.10s
4552026-06-26T04:09:49.821Z
4562026-06-26T04:09:49.824Zreal 4.169382596
4572026-06-26T04:09:49.824Zuser 4.542465519
4582026-06-26T04:09:49.824Zsys 0.914103934
4592026-06-26T04:09:49.824Ztrap 0.000448270
4602026-06-26T04:09:49.824Ztflt 0.006628840
4612026-06-26T04:09:49.824Zdflt 0.004746141
4622026-06-26T04:09:49.824Zkflt 0.000000760
4632026-06-26T04:09:49.824Zlock 18.750383358
4642026-06-26T04:09:49.824Zslp 16.585272723
4652026-06-26T04:09:49.824Zlat 0.019291392
4662026-06-26T04:09:49.824Zstop 0.260889899
4672026-06-26T04:09:49.824Z+ header test
4682026-06-26T04:09:49.824Z+ echo '# ==== test ==== #'
4692026-06-26T04:09:49.824Z# ==== test ==== #
4702026-06-26T04:09:49.824Z+ ptime -m cargo test
4712026-06-26T04:09:49.969Z Compiling serde_core v1.0.228
4722026-06-26T04:09:49.971Z Compiling thiserror v2.0.18
4732026-06-26T04:09:49.971Z Compiling zerocopy v0.8.52
4742026-06-26T04:09:49.991Z Compiling byteorder v1.5.0
4752026-06-26T04:09:49.994Z Compiling memchr v2.8.2
4762026-06-26T04:09:49.997Z Compiling unicode-ident v1.0.24
4772026-06-26T04:09:50.000Z Compiling zmij v1.0.21
4782026-06-26T04:09:50.000Z Compiling scroll v0.13.0
4792026-06-26T04:09:50.079Z Compiling proc-macro2 v1.0.106
4802026-06-26T04:09:50.123Z Compiling libc v0.2.186
4812026-06-26T04:09:50.199Z Compiling itoa v1.0.18
4822026-06-26T04:09:50.255Z Compiling plain v0.2.3
4832026-06-26T04:09:50.352Z Compiling ucd-trie v0.1.7
4842026-06-26T04:09:50.364Z Compiling log v0.4.33
4852026-06-26T04:09:50.467Z Compiling quote v1.0.46
4862026-06-26T04:09:50.483Z Compiling hash32 v0.3.1
4872026-06-26T04:09:50.614Z Compiling goblin v0.10.7
4882026-06-26T04:09:50.644Z Compiling pest v2.8.6
4892026-06-26T04:09:51.084Z Compiling macaddr v1.0.1
4902026-06-26T04:09:51.133Z Compiling cfg-if v1.0.4
4912026-06-26T04:09:51.207Z Compiling pretty-hex v0.4.2
4922026-06-26T04:09:51.330Z Compiling stable_deref_trait v1.2.1
4932026-06-26T04:09:51.345Z Compiling syn v2.0.118
4942026-06-26T04:09:51.397Z Compiling heapless v0.8.0
4952026-06-26T04:09:51.569Z Compiling thread-id v5.1.0
4962026-06-26T04:09:51.645Z Compiling cobs v0.3.0
4972026-06-26T04:09:51.845Z Compiling serde v1.0.228
4982026-06-26T04:09:51.922Z Compiling bitflags v2.13.0
4992026-06-26T04:09:52.002Z Compiling serde_json v1.0.150
5002026-06-26T04:09:52.337Z Compiling dtrace-parser v0.3.0
5012026-06-26T04:09:52.368Z Compiling bitflags v1.3.2
5022026-06-26T04:09:52.442Z Compiling managed v0.8.0
5032026-06-26T04:09:52.486Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-06-26T04:09:52.653Z Compiling smoltcp v0.11.0
5052026-06-26T04:09:52.704Z Compiling postcard v1.1.3
5062026-06-26T04:09:52.876Z Compiling ingot-types v0.1.2
5072026-06-26T04:09:52.982Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-26T04:09:53.048Z Compiling memmap2 v0.9.10
5092026-06-26T04:09:53.266Z Compiling ingot v0.1.1
5102026-06-26T04:09:53.336Z Compiling ipnetwork v0.21.1
5112026-06-26T04:09:53.583Z Compiling dof v0.4.0
5122026-06-26T04:09:53.870Z Compiling unicode-width v0.2.2
5132026-06-26T04:09:54.179Z Compiling either v1.16.0
5142026-06-26T04:09:54.385Z Compiling usdt-impl v0.6.0
5152026-06-26T04:09:55.163Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-06-26T04:09:55.526Z Compiling usdt v0.6.0
5172026-06-26T04:09:55.882Z Compiling itertools v0.15.0
5182026-06-26T04:09:56.159Z Compiling tabwriter v1.4.1
5192026-06-26T04:09:56.567Z Compiling ref-cast v1.0.25
5202026-06-26T04:09:56.668Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-06-26T04:09:56.946Z Compiling crc32fast v1.5.0
5222026-06-26T04:09:57.187Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-06-26T04:09:57.364Z Compiling dyn-clone v1.0.20
5242026-06-26T04:10:11.852Z Finished `test` profile [optimized + debuginfo] target(s) in 22.01s
5252026-06-26T04:10:11.867Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-62a8bb4395836d87)
5262026-06-26T04:10:11.870Z
5272026-06-26T04:10:11.870Zrunning 83 tests
5282026-06-26T04:10:11.870Ztest ddi::mblk::test::chain_append_links ... ok
5292026-06-26T04:10:11.870Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5302026-06-26T04:10:11.870Ztest ddi::mblk::test::prefix_len ... ok
5312026-06-26T04:10:11.870Ztest ddi::mblk::test::chain_breaks_links ... ok
5322026-06-26T04:10:11.871Ztest ddi::mblk::test::expand_and_shrink ... ok
5332026-06-26T04:10:11.871Ztest d_error::tests::name_and_data_storage ... ok
5342026-06-26T04:10:11.871Ztest d_error::tests::name_truncation ... ok
5352026-06-26T04:10:11.871Ztest ddi::mblk::test::chain_drain_complete ... ok
5362026-06-26T04:10:11.871Ztest ddi::mblk::test::read_seg ... ok
5372026-06-26T04:10:11.871Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5382026-06-26T04:10:11.871Ztest ddi::mblk::test::truncate ... ok
5392026-06-26T04:10:11.871Ztest ddi::mblk::test::uninitialized_packet ... ok
5402026-06-26T04:10:11.871Ztest ddi::mblk::test::wrap ... ok
5412026-06-26T04:10:11.871Ztest ddi::time::test::good_interval ... ok
5422026-06-26T04:10:11.871Ztest ddi::mblk::test::zero_byte_packet ... ok
5432026-06-26T04:10:11.871Ztest engine::dhcp::test::hostname_encode ... ok
5442026-06-26T04:10:11.871Ztest engine::dhcp::test::domainname_encode ... ok
5452026-06-26T04:10:11.871Ztest engine::dhcp::test::offlink_encode ... ok
5462026-06-26T04:10:11.871Ztest engine::dhcp::test::domain_search_option_encode ... ok
5472026-06-26T04:10:11.871Ztest engine::dhcp::test::rfc3442_encode ... ok
5482026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5492026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_client_id ... ok
5502026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5512026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5522026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_iana ... ok
5532026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5542026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_iata ... ok
5552026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5562026-06-26T04:10:11.871Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5572026-06-26T04:10:11.874Ztest ddi::time::test::bad_interval - should panic ... ok
5582026-06-26T04:10:11.874Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5592026-06-26T04:10:11.874Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5602026-06-26T04:10:11.875Ztest engine::dhcpv6::options::test::test_status ... ok
5612026-06-26T04:10:11.875Ztest engine::dhcpv6::options::test::test_option_request ... ok
5622026-06-26T04:10:11.875Ztest engine::dhcpv6::options::test::test_server_id ... ok
5632026-06-26T04:10:11.875Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5642026-06-26T04:10:11.875Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5652026-06-26T04:10:11.875Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5662026-06-26T04:10:11.875Ztest engine::ether::test::emit ... ok
5672026-06-26T04:10:11.875Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5682026-06-26T04:10:11.875Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5692026-06-26T04:10:11.875Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5702026-06-26T04:10:11.875Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5712026-06-26T04:10:11.875Ztest engine::flow_table::test::eviction_basics ... ok
5722026-06-26T04:10:11.875Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5732026-06-26T04:10:11.875Ztest engine::flow_table::test::flow_clear ... ok
5742026-06-26T04:10:11.875Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5752026-06-26T04:10:11.875Ztest engine::flow_table::test::flow_expired ... ok
5762026-06-26T04:10:11.875Ztest engine::flow_table::test::priority_lerp ... ok
5772026-06-26T04:10:11.875Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5782026-06-26T04:10:11.875Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5792026-06-26T04:10:11.875Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5802026-06-26T04:10:11.875Ztest engine::geneve::test::emit_single_opt ... ok
5812026-06-26T04:10:11.875Ztest engine::geneve::test::emit_no_opts ... ok
5822026-06-26T04:10:11.875Ztest engine::ip::v4::test::cidr_match ... ok
5832026-06-26T04:10:11.875Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5842026-06-26T04:10:11.875Ztest engine::ip::v4::test::match_check ... ok
5852026-06-26T04:10:11.875Ztest engine::ip::v4::test::emit ... ok
5862026-06-26T04:10:11.875Ztest engine::ip::v6::test::emit ... ok
5872026-06-26T04:10:11.875Ztest engine::ip::v6::test::extension_push_spec ... ok
5882026-06-26T04:10:11.875Ztest engine::ip::v6::test::option_push_spec ... ok
5892026-06-26T04:10:11.875Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5902026-06-26T04:10:11.875Ztest engine::ip::v6::test::from_pairs ... ok
5912026-06-26T04:10:11.875Ztest engine::ip::v6::test::test_set_total_len ... ok
5922026-06-26T04:10:11.875Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5932026-06-26T04:10:11.875Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5942026-06-26T04:10:11.875Ztest engine::packet::test::read_multi_segment ... ok
5952026-06-26T04:10:11.875Ztest engine::packet::test::straddled_tcp ... ok
5962026-06-26T04:10:11.875Ztest engine::nat::test::nat4_rewrite ... ok
5972026-06-26T04:10:11.876Ztest engine::layer::test::find_rule ... ok
5982026-06-26T04:10:11.876Ztest engine::packet::test::read_single_segment ... ok
5992026-06-26T04:10:11.876Ztest engine::ip::v6::test::push_spec ... ok
6002026-06-26T04:10:11.876Ztest engine::packet::test::small_packet_with_padding ... ok
6012026-06-26T04:10:11.876Ztest engine::packet::test::udp6_packet_with_padding ... ok
6022026-06-26T04:10:11.876Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6032026-06-26T04:10:11.876Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6042026-06-26T04:10:11.876Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
6052026-06-26T04:10:11.876Ztest engine::rule::rule_matching ... ok
6062026-06-26T04:10:11.876Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6072026-06-26T04:10:11.876Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6082026-06-26T04:10:11.876Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6092026-06-26T04:10:11.876Ztest engine::snat::test::nat_mappings ... ok
6102026-06-26T04:10:11.877Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6112026-06-26T04:10:11.877Z
6122026-06-26T04:10:11.877Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-06-26T04:10:11.877Z
6142026-06-26T04:10:11.877Z Doc-tests opte
6152026-06-26T04:10:13.810Z
6162026-06-26T04:10:13.811Zrunning 3 tests
6172026-06-26T04:10:13.814Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6182026-06-26T04:10:13.814Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6192026-06-26T04:10:13.814Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6202026-06-26T04:10:13.814Z
6212026-06-26T04:10:13.814Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-06-26T04:10:13.814Z
6232026-06-26T04:10:13.818Zall doctests ran in 1.38s; merged doctests compilation took 1.37s
6242026-06-26T04:10:13.858Z
6252026-06-26T04:10:13.862Zreal 24.025999733
6262026-06-26T04:10:13.862Zuser 2:00.529747414
6272026-06-26T04:10:13.862Zsys 7.146856120
6282026-06-26T04:10:13.862Ztrap 0.056594240
6292026-06-26T04:10:13.862Ztflt 0.221219509
6302026-06-26T04:10:13.862Zdflt 0.276201915
6312026-06-26T04:10:13.862Zkflt 0.000011430
6322026-06-26T04:10:13.862Zlock 5:54.359594613
6332026-06-26T04:10:13.863Zslp 3:39.958591850
6342026-06-26T04:10:13.863Zlat 6.424903217
6352026-06-26T04:10:13.863Zstop 3.526525924
6362026-06-26T04:10:13.863Zprocess exited: duration 86321 ms, exit code 0
 
6372026-06-26T04:10:13.868Zfound 0 output files