01KXW9W545XQHN2V0GXQ6KG8X8: opte

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

Buildomat Job: 01KXW9WMMV6S94Y5YYQ9JC8Y5C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:25:27.432Zjob assigned to worker 01KXW9WVJMJ9MMJQ1MH7TZ80R1 [factory aws, i-063f0626a907d24f0] (queued for 57 s)
 
22026-07-19T04:25:33.839Zstarting task 0: "setup"
32026-07-19T04:25:33.845Z++ uname -s
42026-07-19T04:25:33.845Z+ kern=SunOS
52026-07-19T04:25:33.845Z+ build_user=build
62026-07-19T04:25:33.845Z+ build_uid=12345
72026-07-19T04:25:33.845Z+ work_dir=/work
82026-07-19T04:25:33.845Z+ input_dir=/input
92026-07-19T04:25:33.845Z+ [[ 0 == 12345 ]]
102026-07-19T04:25:33.845Z+ case "$kern" in
112026-07-19T04:25:33.845Z+ groupadd -g 12345 build
122026-07-19T04:25:33.857Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:25:35.853Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:25:35.915Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:25:35.920Z+ home_fs=zfs
162026-07-19T04:25:35.920Z+ [[ zfs == autofs ]]
172026-07-19T04:25:35.920Z+ mkdir -p /home/build
182026-07-19T04:25:35.920Z+ chown build:build /home/build /work
192026-07-19T04:25:37.920Z+ chmod 0700 /home/build /work
202026-07-19T04:25:37.924Zprocess exited: duration 4082 ms, exit code 0
 
212026-07-19T04:25:37.931Zstarting task 1: "rust-toolchain"
222026-07-19T04:25:37.934Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-19T04:25:37.934Z * rust toolchain channel = "1.97.1"
242026-07-19T04:25:37.934Z * rust toolchain profile = "default"
252026-07-19T04:25:37.934Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-19T04:25:37.934Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:25:37.934Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-19T04:25:37.937Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:25:37.937Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-19T04:25:38.044Zinfo: downloading installer
312026-07-19T04:25:39.726Zwarn: It looks like you have an existing rustup settings file at:
322026-07-19T04:25:39.726Zwarn: /home/build/.rustup/settings.toml
332026-07-19T04:25:39.726Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-19T04:25:39.726Zwarn: instead of the one inferred from the default host triple.
352026-07-19T04:25:39.739Zinfo: profile set to default
362026-07-19T04:25:39.739Zinfo: default host triple is x86_64-unknown-illumos
372026-07-19T04:25:39.743Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-19T04:25:39.878Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-19T04:25:39.881Zinfo: downloading 6 components
402026-07-19T04:25:54.879Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-19T04:25:54.879Z
422026-07-19T04:25:54.905Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-19T04:25:54.905Z
442026-07-19T04:25:54.905Z
452026-07-19T04:25:54.905ZRust is installed now. Great!
462026-07-19T04:25:54.905Z
472026-07-19T04:25:54.909ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-19T04:25:54.909Zenvironment variable. This has not been done automatically.
492026-07-19T04:25:54.909Z
502026-07-19T04:25:54.909ZTo configure your current shell, you need to source
512026-07-19T04:25:54.909Zthe corresponding env file under $HOME/.cargo.
522026-07-19T04:25:54.909Z
532026-07-19T04:25:54.909ZThis is usually done by running one of the following (note the leading DOT):
542026-07-19T04:25:54.909Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-19T04:25:54.909Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-19T04:25:54.909Zsource "~/.cargo/env.nu" # For nushell
572026-07-19T04:25:54.909Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-19T04:25:54.909Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-19T04:25:54.910Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-19T04:25:54.910Zwarn: no default linker (`cc`) was found in your PATH
612026-07-19T04:25:54.910Zwarn: many Rust crates require a system C toolchain to build
622026-07-19T04:25:55.010Z+ rustup --version
632026-07-19T04:25:55.018Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-19T04:25:55.022Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-19T04:25:55.041Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-19T04:25:55.044Z+ cargo --version
672026-07-19T04:25:55.057Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-19T04:25:55.060Z+ rustc --version
692026-07-19T04:25:55.079Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-19T04:25:55.082Zprocess exited: duration 17151 ms, exit code 0
 
712026-07-19T04:25:55.089Zstarting task 2: "authentication"
722026-07-19T04:25:55.128Zprocess exited: duration 38 ms, exit code 0
 
732026-07-19T04:25:55.135Zstarting task 3: "clone repository"
742026-07-19T04:25:55.138Z+ mkdir -p /work/oxidecomputer/opte
752026-07-19T04:25:55.141Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-19T04:25:55.171ZCloning into '/work/oxidecomputer/opte'...
772026-07-19T04:25:56.038Z+ cd /work/oxidecomputer/opte
782026-07-19T04:25:56.038Z+ git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f
792026-07-19T04:25:56.250ZFrom https://github.com/oxidecomputer/opte
802026-07-19T04:25:56.251Z * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD
812026-07-19T04:25:56.256Z+ [[ -n renovate/rust-1.x ]]
822026-07-19T04:25:56.259Z++ git branch --show-current
832026-07-19T04:25:56.259Z+ current=master
842026-07-19T04:25:56.259Z+ [[ master != renovate/rust-1.x ]]
852026-07-19T04:25:56.259Z+ git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f
862026-07-19T04:25:56.263Z+ git checkout -f renovate/rust-1.x
872026-07-19T04:25:56.279ZSwitched to branch 'renovate/rust-1.x'
882026-07-19T04:25:56.284Z+ git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f
892026-07-19T04:25:56.295ZHEAD is now at afff174 Update dependency rust
902026-07-19T04:25:56.298Zprocess exited: duration 1161 ms, exit code 0
 
912026-07-19T04:25:56.305Zstarting task 4: "build"
922026-07-19T04:25:56.308Z+ source .github/buildomat/common.sh
932026-07-19T04:25:56.312Z++ rustup show active-toolchain
942026-07-19T04:25:56.315Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-19T04:25:56.315Z++ pushd xde
962026-07-19T04:25:56.315Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-19T04:25:56.315Z++ rustup show active-toolchain
982026-07-19T04:25:56.319Zinfo: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos
992026-07-19T04:25:56.469Zinfo: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18)
1002026-07-19T04:25:56.473Zinfo: downloading 6 components
1012026-07-19T04:26:11.487Znightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-19T04:26:11.549Z+++ rustup show active-toolchain -v
1032026-07-19T04:26:11.552Z+++ head -n 1
1042026-07-19T04:26:11.552Z+++ cut '-d ' -f1
1052026-07-19T04:26:11.606Z++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos
1062026-07-19T04:26:11.606Z++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos
1072026-07-19T04:26:11.606Z++ popd
1082026-07-19T04:26:11.610Z/work/oxidecomputer/opte
1092026-07-19T04:26:11.610Z+ cargo --version
1102026-07-19T04:26:11.615Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-19T04:26:11.618Z+ rustc --version
1122026-07-19T04:26:11.636Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-19T04:26:11.638Z+ cd lib/opte
1142026-07-19T04:26:11.639Z+ header 'check style'
1152026-07-19T04:26:11.639Z+ echo '# ==== check style ==== #'
1162026-07-19T04:26:11.639Z# ==== check style ==== #
1172026-07-19T04:26:11.639Z+ ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check
1182026-07-19T04:26:11.819Z
1192026-07-19T04:26:11.819Zreal 0.178615005
1202026-07-19T04:26:11.819Zuser 0.137061579
1212026-07-19T04:26:11.819Zsys 0.035379352
1222026-07-19T04:26:11.819Ztrap 0.000009530
1232026-07-19T04:26:11.819Ztflt 0.000011960
1242026-07-19T04:26:11.823Zdflt 0.000012320
1252026-07-19T04:26:11.823Zkflt 0.000000000
1262026-07-19T04:26:11.823Zlock 0.031345430
1272026-07-19T04:26:11.823Zslp 0.158872096
1282026-07-19T04:26:11.823Zlat 0.000691830
1292026-07-19T04:26:11.823Zstop 0.000097070
1302026-07-19T04:26:11.824Z+ header 'check docs'
1312026-07-19T04:26:11.824Z+ echo '# ==== check docs ==== #'
1322026-07-19T04:26:11.824Z# ==== check docs ==== #
1332026-07-19T04:26:11.824Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-19T04:26:11.824Z+ ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-19T04:26:11.887Z Updating crates.io index
1362026-07-19T04:26:11.890Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-19T04:26:12.825Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-19T04:26:13.081Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-19T04:26:13.415Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-19T04:26:13.654Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-19T04:26:13.856Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-19T04:26:14.120Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-19T04:26:15.877Z Downloading crates ...
1442026-07-19T04:26:15.930Z Downloaded cobs v0.3.0
1452026-07-19T04:26:15.938Z Downloaded stable_deref_trait v1.2.1
1462026-07-19T04:26:15.941Z Downloaded ident_case v1.0.1
1472026-07-19T04:26:15.944Z Downloaded darling v0.23.0
1482026-07-19T04:26:15.947Z Downloaded defmt-parser v1.0.0
1492026-07-19T04:26:15.948Z Downloaded aho-corasick v1.1.4
1502026-07-19T04:26:15.953Z Downloaded embedded-io v0.6.1
1512026-07-19T04:26:15.956Z Downloaded itertools v0.14.0
1522026-07-19T04:26:15.959Z Downloaded defmt v0.3.100
1532026-07-19T04:26:15.962Z Downloaded dof v0.4.0
1542026-07-19T04:26:15.965Z Downloaded pest_derive v2.8.7
1552026-07-19T04:26:15.965Z Downloaded plain v0.2.3
1562026-07-19T04:26:15.973Z Downloaded dtrace-parser v0.3.0
1572026-07-19T04:26:15.977Z Downloaded fnv v1.0.7
1582026-07-19T04:26:15.980Z Downloaded pretty-hex v0.4.2
1592026-07-19T04:26:15.986Z Downloaded cfg-if v1.0.4
1602026-07-19T04:26:15.988Z Downloaded darling_core v0.21.3
1612026-07-19T04:26:15.991Z Downloaded hash32 v0.3.1
1622026-07-19T04:26:15.991Z Downloaded byteorder v1.5.0
1632026-07-19T04:26:15.991Z Downloaded ingot-types v0.1.2
1642026-07-19T04:26:15.991Z Downloaded darling_core v0.23.0
1652026-07-19T04:26:15.994Z Downloaded quote v1.0.46
1662026-07-19T04:26:15.997Z Downloaded version_check v0.9.5
1672026-07-19T04:26:15.997Z Downloaded darling_macro v0.21.3
1682026-07-19T04:26:16.002Z Downloaded macaddr v1.0.1
1692026-07-19T04:26:16.007Z Downloaded strsim v0.11.1
1702026-07-19T04:26:16.009Z Downloaded defmt v1.1.1
1712026-07-19T04:26:16.012Z Downloaded defmt-macros v1.1.1
1722026-07-19T04:26:16.015Z Downloaded darling_macro v0.23.0
1732026-07-19T04:26:16.015Z Downloaded either v1.16.0
1742026-07-19T04:26:16.015Z Downloaded dyn-clone v1.0.20
1752026-07-19T04:26:16.018Z Downloaded scroll_derive v0.13.1
1762026-07-19T04:26:16.021Z Downloaded itoa v1.0.18
1772026-07-19T04:26:16.024Z Downloaded managed v0.8.0
1782026-07-19T04:26:16.024Z Downloaded usdt v0.6.0
1792026-07-19T04:26:16.024Z Downloaded usdt-attr-macro v0.6.0
1802026-07-19T04:26:16.033Z Downloaded ref-cast-impl v1.0.25
1812026-07-19T04:26:16.036Z Downloaded embedded-io v0.4.0
1822026-07-19T04:26:16.039Z Downloaded tabwriter v1.4.1
1832026-07-19T04:26:16.042Z Downloaded bitflags v1.3.2
1842026-07-19T04:26:16.045Z Downloaded ingot v0.1.1
1852026-07-19T04:26:16.048Z Downloaded memmap2 v0.9.11
1862026-07-19T04:26:16.050Z Downloaded thread-id v5.1.0
1872026-07-19T04:26:16.050Z Downloaded usdt-macro v0.6.0
1882026-07-19T04:26:16.055Z Downloaded ref-cast v1.0.25
1892026-07-19T04:26:16.058Z Downloaded pest_generator v2.8.7
1902026-07-19T04:26:16.062Z Downloaded scroll v0.13.0
1912026-07-19T04:26:16.065Z Downloaded zmij v1.0.21
1922026-07-19T04:26:16.074Z Downloaded postcard v1.1.3
1932026-07-19T04:26:16.081Z Downloaded ipnetwork v0.21.1
1942026-07-19T04:26:16.085Z Downloaded serde_tokenstream v0.2.3
1952026-07-19T04:26:16.085Z Downloaded thiserror v2.0.18
1962026-07-19T04:26:16.087Z Downloaded usdt-impl v0.6.0
1972026-07-19T04:26:16.087Z Downloaded thiserror-impl v2.0.18
1982026-07-19T04:26:16.090Z Downloaded darling v0.21.3
1992026-07-19T04:26:16.090Z Downloaded ingot-macros v0.1.1
2002026-07-19T04:26:16.094Z Downloaded pest_meta v2.8.7
2012026-07-19T04:26:16.097Z Downloaded bitflags v2.13.0
2022026-07-19T04:26:16.102Z Downloaded log v0.4.33
2032026-07-19T04:26:16.105Z Downloaded unicode-ident v1.0.24
2042026-07-19T04:26:16.105Z Downloaded pest v2.8.7
2052026-07-19T04:26:16.108Z Downloaded proc-macro2 v1.0.106
2062026-07-19T04:26:16.119Z Downloaded serde_derive v1.0.228
2072026-07-19T04:26:16.122Z Downloaded ucd-trie v0.1.7
2082026-07-19T04:26:16.122Z Downloaded heapless v0.8.0
2092026-07-19T04:26:16.125Z Downloaded crc32fast v1.5.0
2102026-07-19T04:26:16.131Z Downloaded serde_core v1.0.228
2112026-07-19T04:26:16.140Z Downloaded zerocopy-derive v0.8.52
2122026-07-19T04:26:16.155Z Downloaded serde v1.0.228
2132026-07-19T04:26:16.165Z Downloaded memchr v2.8.2
2142026-07-19T04:26:16.194Z Downloaded serde_json v1.0.150
2152026-07-19T04:26:16.200Z Downloaded itertools v0.15.0
2162026-07-19T04:26:16.206Z Downloaded regex v1.12.4
2172026-07-19T04:26:16.253Z Downloaded goblin v0.10.7
2182026-07-19T04:26:16.258Z Downloaded zerocopy v0.8.52
2192026-07-19T04:26:16.268Z Downloaded unicode-width v0.2.2
2202026-07-19T04:26:16.271Z Downloaded syn v2.0.118
2212026-07-19T04:26:16.277Z Downloaded smoltcp v0.11.0
2222026-07-19T04:26:16.285Z Downloaded regex-syntax v0.8.11
2232026-07-19T04:26:16.318Z Downloaded regex-automata v0.4.14
2242026-07-19T04:26:16.330Z Downloaded libc v0.2.186
2252026-07-19T04:26:16.384Z Compiling proc-macro2 v1.0.106
2262026-07-19T04:26:16.384Z Compiling quote v1.0.46
2272026-07-19T04:26:16.384Z Compiling unicode-ident v1.0.24
2282026-07-19T04:26:16.387Z Documenting unicode-ident v1.0.24
2292026-07-19T04:26:16.387Z Compiling strsim v0.11.1
2302026-07-19T04:26:16.387Z Compiling ident_case v1.0.1
2312026-07-19T04:26:16.387Z Compiling serde_core v1.0.228
2322026-07-19T04:26:16.553Z Compiling fnv v1.0.7
2332026-07-19T04:26:16.564Z Compiling memchr v2.8.2
2342026-07-19T04:26:16.747Z Compiling thiserror v2.0.18
2352026-07-19T04:26:16.836Z Compiling zerocopy v0.8.52
2362026-07-19T04:26:16.854Z Compiling serde v1.0.228
2372026-07-19T04:26:16.907Z Compiling regex-syntax v0.8.11
2382026-07-19T04:26:17.127Z Documenting proc-macro2 v1.0.106
2392026-07-19T04:26:17.153Z Compiling aho-corasick v1.1.4
2402026-07-19T04:26:17.439Z Checking syn v2.0.118
2412026-07-19T04:26:17.560Z Compiling either v1.16.0
2422026-07-19T04:26:17.705Z Documenting quote v1.0.46
2432026-07-19T04:26:17.758Z Checking byteorder v1.5.0
2442026-07-19T04:26:17.946Z Compiling itertools v0.14.0
2452026-07-19T04:26:18.256Z Documenting syn v2.0.118
2462026-07-19T04:26:18.310Z Compiling heapless v0.8.0
2472026-07-19T04:26:18.578Z Compiling regex-automata v0.4.14
2482026-07-19T04:26:18.640Z Documenting memchr v2.8.2
2492026-07-19T04:26:19.128Z Checking bitflags v2.13.0
2502026-07-19T04:26:19.186Z Checking hash32 v0.3.1
2512026-07-19T04:26:19.281Z Documenting aho-corasick v1.1.4
2522026-07-19T04:26:19.285Z Documenting serde_core v1.0.228
2532026-07-19T04:26:19.295Z Checking macaddr v1.0.1
2542026-07-19T04:26:19.434Z Documenting regex-syntax v0.8.11
2552026-07-19T04:26:19.492Z Checking stable_deref_trait v1.2.1
2562026-07-19T04:26:19.648Z Checking cfg-if v1.0.4
2572026-07-19T04:26:19.709Z Checking darling_core v0.21.3
2582026-07-19T04:26:20.316Z Compiling regex v1.12.4
2592026-07-19T04:26:20.470Z Documenting regex-automata v0.4.14
2602026-07-19T04:26:20.589Z Compiling darling_core v0.23.0
2612026-07-19T04:26:20.637Z Compiling smoltcp v0.11.0
2622026-07-19T04:26:21.004Z Documenting thiserror-impl v2.0.18
2632026-07-19T04:26:21.118Z Compiling thiserror-impl v2.0.18
2642026-07-19T04:26:21.128Z Compiling serde_derive v1.0.228
2652026-07-19T04:26:21.223Z Compiling zerocopy-derive v0.8.52
2662026-07-19T04:26:21.835Z Documenting regex v1.12.4
2672026-07-19T04:26:21.888Z Documenting serde_derive v1.0.228
2682026-07-19T04:26:21.928Z Documenting zerocopy-derive v0.8.52
2692026-07-19T04:26:22.159Z Compiling darling_macro v0.21.3
2702026-07-19T04:26:22.436Z Checking cobs v0.3.0
2712026-07-19T04:26:22.679Z Compiling darling_macro v0.23.0
2722026-07-19T04:26:22.692Z Checking managed v0.8.0
2732026-07-19T04:26:22.739Z Compiling darling v0.21.3
2742026-07-19T04:26:22.817Z Compiling ingot-macros v0.1.1
2752026-07-19T04:26:22.914Z Checking bitflags v1.3.2
2762026-07-19T04:26:22.933Z Documenting byteorder v1.5.0
2772026-07-19T04:26:22.974Z Documenting ingot-macros v0.1.1
2782026-07-19T04:26:22.977Z Documenting zerocopy v0.8.52
2792026-07-19T04:26:23.095Z Documenting thiserror v2.0.18
2802026-07-19T04:26:23.336Z Documenting bitflags v2.13.0
2812026-07-19T04:26:23.492Z Documenting hash32 v0.3.1
2822026-07-19T04:26:23.652Z Documenting stable_deref_trait v1.2.1
2832026-07-19T04:26:23.984Z Documenting serde v1.0.228
2842026-07-19T04:26:24.132Z Documenting cfg-if v1.0.4
2852026-07-19T04:26:24.290Z Documenting macaddr v1.0.1
2862026-07-19T04:26:24.333Z Compiling crc32fast v1.5.0
2872026-07-19T04:26:24.480Z Compiling ref-cast v1.0.25
2882026-07-19T04:26:24.644Z Documenting heapless v0.8.0
2892026-07-19T04:26:24.687Z Checking postcard v1.1.3
2902026-07-19T04:26:24.855Z Documenting cobs v0.3.0
2912026-07-19T04:26:24.966Z Compiling ref-cast-impl v1.0.25
2922026-07-19T04:26:25.490Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-07-19T04:26:25.503Z Checking ipnetwork v0.21.1
2942026-07-19T04:26:25.557Z Compiling version_check v0.9.5
2952026-07-19T04:26:25.609Z Checking ingot-types v0.1.2
2962026-07-19T04:26:25.656Z Documenting managed v0.8.0
2972026-07-19T04:26:25.670Z Checking unicode-width v0.2.2
2982026-07-19T04:26:25.825Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2992026-07-19T04:26:25.869Z Documenting postcard v1.1.3
3002026-07-19T04:26:25.922Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-07-19T04:26:25.998Z Checking ingot v0.1.1
3022026-07-19T04:26:26.065Z Compiling darling v0.23.0
3032026-07-19T04:26:26.115Z Documenting ref-cast-impl v1.0.25
3042026-07-19T04:26:26.139Z Documenting ipnetwork v0.21.1
3052026-07-19T04:26:26.190Z Documenting ingot-types v0.1.2
3062026-07-19T04:26:26.411Z Documenting smoltcp v0.11.0
3072026-07-19T04:26:26.450Z Documenting unicode-width v0.2.2
3082026-07-19T04:26:26.670Z Documenting either v1.16.0
3092026-07-19T04:26:26.911Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-07-19T04:26:27.150Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3112026-07-19T04:26:27.362Z Documenting ref-cast v1.0.25
3122026-07-19T04:26:27.552Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3132026-07-19T04:26:27.657Z Documenting ingot v0.1.1
3142026-07-19T04:26:27.802Z Checking tabwriter v1.4.1
3152026-07-19T04:26:27.828Z Documenting tabwriter v1.4.1
3162026-07-19T04:26:27.942Z Checking itertools v0.15.0
3172026-07-19T04:26:28.091Z Documenting itertools v0.15.0
3182026-07-19T04:26:28.486Z Documenting crc32fast v1.5.0
3192026-07-19T04:26:28.552Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3202026-07-19T04:26:28.707Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-19T04:26:28.719Z Checking dyn-clone v1.0.20
3222026-07-19T04:26:28.817Z Documenting dyn-clone v1.0.20
3232026-07-19T04:26:30.338Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-19T04:26:31.509Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-07-19T04:26:33.789Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.96s
3262026-07-19T04:26:33.878Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3272026-07-19T04:26:33.904Z
3282026-07-19T04:26:33.907Zreal 22.062971915
3292026-07-19T04:26:33.907Zuser 1:16.958851235
3302026-07-19T04:26:33.907Zsys 16.534600053
3312026-07-19T04:26:33.907Ztrap 0.045334970
3322026-07-19T04:26:33.907Ztflt 0.082523809
3332026-07-19T04:26:33.907Zdflt 0.081910880
3342026-07-19T04:26:33.907Zkflt 0.004471830
3352026-07-19T04:26:33.907Zlock 5:55.319875470
3362026-07-19T04:26:33.907Zslp 4:14.468296956
3372026-07-19T04:26:33.907Zlat 7.492634359
3382026-07-19T04:26:33.907Zstop 13.192761700
3392026-07-19T04:26:33.907Z+ header 'analyze std + api'
3402026-07-19T04:26:33.907Z+ echo '# ==== analyze std + api ==== #'
3412026-07-19T04:26:33.907Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3422026-07-19T04:26:33.907Z# ==== analyze std + api ==== #
3432026-07-19T04:26:34.138Z Compiling proc-macro2 v1.0.106
3442026-07-19T04:26:34.138Z Compiling quote v1.0.46
3452026-07-19T04:26:34.138Z Compiling unicode-ident v1.0.24
3462026-07-19T04:26:34.138Z Compiling memchr v2.8.2
3472026-07-19T04:26:34.138Z Compiling thiserror v2.0.18
3482026-07-19T04:26:34.142Z Compiling zerocopy v0.8.52
3492026-07-19T04:26:34.142Z Compiling zmij v1.0.21
3502026-07-19T04:26:34.160Z Compiling libc v0.2.186
3512026-07-19T04:26:34.317Z Compiling serde_core v1.0.228
3522026-07-19T04:26:34.480Z Compiling serde_json v1.0.150
3532026-07-19T04:26:34.509Z Compiling strsim v0.11.1
3542026-07-19T04:26:34.514Z Compiling ucd-trie v0.1.7
3552026-07-19T04:26:34.535Z Compiling ident_case v1.0.1
3562026-07-19T04:26:34.649Z Compiling pest v2.8.7
3572026-07-19T04:26:34.728Z Compiling serde v1.0.228
3582026-07-19T04:26:34.914Z Compiling fnv v1.0.7
3592026-07-19T04:26:35.054Z Compiling aho-corasick v1.1.4
3602026-07-19T04:26:35.058Z Compiling regex-syntax v0.8.11
3612026-07-19T04:26:35.090Z Compiling itoa v1.0.18
3622026-07-19T04:26:35.259Z Checking byteorder v1.5.0
3632026-07-19T04:26:35.448Z Compiling syn v2.0.118
3642026-07-19T04:26:35.732Z Compiling pest_meta v2.8.7
3652026-07-19T04:26:35.975Z Compiling usdt-impl v0.6.0
3662026-07-19T04:26:36.161Z Compiling either v1.16.0
3672026-07-19T04:26:36.363Z Compiling itertools v0.14.0
3682026-07-19T04:26:36.437Z Compiling thread-id v5.1.0
3692026-07-19T04:26:36.488Z Compiling regex-automata v0.4.14
3702026-07-19T04:26:36.688Z Checking log v0.4.33
3712026-07-19T04:26:36.831Z Checking plain v0.2.3
3722026-07-19T04:26:36.925Z Compiling heapless v0.8.0
3732026-07-19T04:26:37.367Z Checking bitflags v2.13.0
3742026-07-19T04:26:37.375Z Checking hash32 v0.3.1
3752026-07-19T04:26:37.458Z Checking stable_deref_trait v1.2.1
3762026-07-19T04:26:37.489Z Compiling smoltcp v0.11.0
3772026-07-19T04:26:37.524Z Checking cfg-if v1.0.4
3782026-07-19T04:26:37.577Z Checking pretty-hex v0.4.2
3792026-07-19T04:26:37.600Z Checking macaddr v1.0.1
3802026-07-19T04:26:37.760Z Checking managed v0.8.0
3812026-07-19T04:26:37.808Z Checking bitflags v1.3.2
3822026-07-19T04:26:37.822Z Compiling version_check v0.9.5
3832026-07-19T04:26:37.866Z Compiling pest_generator v2.8.7
3842026-07-19T04:26:37.978Z Compiling darling_core v0.21.3
3852026-07-19T04:26:38.036Z Compiling darling_core v0.23.0
3862026-07-19T04:26:38.119Z Compiling ref-cast v1.0.25
3872026-07-19T04:26:38.217Z Compiling regex v1.12.4
3882026-07-19T04:26:38.434Z Compiling crc32fast v1.5.0
3892026-07-19T04:26:38.527Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3902026-07-19T04:26:38.759Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3912026-07-19T04:26:38.780Z Checking memmap2 v0.9.11
3922026-07-19T04:26:39.075Z Checking ipnetwork v0.21.1
3932026-07-19T04:26:39.086Z Checking unicode-width v0.2.2
3942026-07-19T04:26:39.125Z Checking itertools v0.15.0
3952026-07-19T04:26:39.128Z Compiling thiserror-impl v2.0.18
3962026-07-19T04:26:39.244Z Compiling serde_derive v1.0.228
3972026-07-19T04:26:39.326Z Compiling zerocopy-derive v0.8.52
3982026-07-19T04:26:39.788Z Compiling pest_derive v2.8.7
3992026-07-19T04:26:39.824Z Compiling scroll_derive v0.13.1
4002026-07-19T04:26:40.101Z Compiling darling_macro v0.21.3
4012026-07-19T04:26:40.170Z Compiling darling_macro v0.23.0
4022026-07-19T04:26:40.236Z Compiling ref-cast-impl v1.0.25
4032026-07-19T04:26:40.400Z Compiling dtrace-parser v0.3.0
4042026-07-19T04:26:40.406Z Checking cobs v0.3.0
4052026-07-19T04:26:40.616Z Checking scroll v0.13.0
4062026-07-19T04:26:40.666Z Compiling darling v0.21.3
4072026-07-19T04:26:40.756Z Compiling ingot-macros v0.1.1
4082026-07-19T04:26:40.778Z Compiling darling v0.23.0
4092026-07-19T04:26:40.839Z Checking goblin v0.10.7
4102026-07-19T04:26:40.846Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4112026-07-19T04:26:40.891Z Checking tabwriter v1.4.1
4122026-07-19T04:26:41.004Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4132026-07-19T04:26:41.183Z Checking dyn-clone v1.0.20
4142026-07-19T04:26:42.210Z Checking postcard v1.1.3
4152026-07-19T04:26:42.222Z Compiling serde_tokenstream v0.2.3
4162026-07-19T04:26:43.365Z Checking ingot-types v0.1.2
4172026-07-19T04:26:43.365Z Checking dof v0.4.0
4182026-07-19T04:26:43.665Z Checking ingot v0.1.1
4192026-07-19T04:26:44.260Z Compiling usdt-macro v0.6.0
4202026-07-19T04:26:44.260Z Compiling usdt-attr-macro v0.6.0
4212026-07-19T04:26:44.858Z Checking usdt v0.6.0
4222026-07-19T04:26:45.100Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4232026-07-19T04:26:53.487Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.53s
4242026-07-19T04:26:53.514Z
4252026-07-19T04:26:53.517Zreal 19.604421645
4262026-07-19T04:26:53.517Zuser 1:04.399181924
4272026-07-19T04:26:53.517Zsys 12.654147135
4282026-07-19T04:26:53.517Ztrap 0.033824360
4292026-07-19T04:26:53.517Ztflt 0.127286367
4302026-07-19T04:26:53.517Zdflt 0.223965844
4312026-07-19T04:26:53.517Zkflt 0.000014800
4322026-07-19T04:26:53.517Zlock 4:03.321536678
4332026-07-19T04:26:53.517Zslp 3:25.773364666
4342026-07-19T04:26:53.518Zlat 2.804583410
4352026-07-19T04:26:53.518Zstop 6.484840550
4362026-07-19T04:26:53.518Z+ header 'analyze no_std + engine + kernel'
4372026-07-19T04:26:53.518Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4382026-07-19T04:26:53.518Z# ==== analyze no_std + engine + kernel ==== #
4392026-07-19T04:26:53.518Z+ ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4402026-07-19T04:26:53.685Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4412026-07-19T04:26:53.685Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4422026-07-19T04:26:53.688Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-07-19T04:26:53.688Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-07-19T04:26:53.901Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4452026-07-19T04:26:56.911Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.35s
4462026-07-19T04:26:56.937Z
4472026-07-19T04:26:56.940Zreal 3.417172981
4482026-07-19T04:26:56.941Zuser 3.696982029
4492026-07-19T04:26:56.941Zsys 0.823445912
4502026-07-19T04:26:56.941Ztrap 0.000345300
4512026-07-19T04:26:56.941Ztflt 0.024912354
4522026-07-19T04:26:56.941Zdflt 0.001321800
4532026-07-19T04:26:56.941Zkflt 0.000000000
4542026-07-19T04:26:56.941Zlock 11.226333224
4552026-07-19T04:26:56.941Zslp 14.293720235
4562026-07-19T04:26:56.941Zlat 0.005205980
4572026-07-19T04:26:56.941Zstop 0.193207555
4582026-07-19T04:26:56.941Z+ header test
4592026-07-19T04:26:56.941Z+ echo '# ==== test ==== #'
4602026-07-19T04:26:56.941Z+ ptime -m cargo test
4612026-07-19T04:26:56.941Z# ==== test ==== #
4622026-07-19T04:26:57.083Z Compiling serde_core v1.0.228
4632026-07-19T04:26:57.086Z Compiling thiserror v2.0.18
4642026-07-19T04:26:57.086Z Compiling zerocopy v0.8.52
4652026-07-19T04:26:57.106Z Compiling memchr v2.8.2
4662026-07-19T04:26:57.109Z Compiling byteorder v1.5.0
4672026-07-19T04:26:57.113Z Compiling unicode-ident v1.0.24
4682026-07-19T04:26:57.113Z Compiling zmij v1.0.21
4692026-07-19T04:26:57.113Z Compiling scroll v0.13.0
4702026-07-19T04:26:57.189Z Compiling proc-macro2 v1.0.106
4712026-07-19T04:26:57.236Z Compiling libc v0.2.186
4722026-07-19T04:26:57.314Z Compiling ucd-trie v0.1.7
4732026-07-19T04:26:57.372Z Compiling itoa v1.0.18
4742026-07-19T04:26:57.477Z Compiling log v0.4.33
4752026-07-19T04:26:57.572Z Compiling plain v0.2.3
4762026-07-19T04:26:57.627Z Compiling quote v1.0.46
4772026-07-19T04:26:57.671Z Compiling goblin v0.10.7
4782026-07-19T04:26:57.711Z Compiling pest v2.8.7
4792026-07-19T04:26:58.016Z Compiling hash32 v0.3.1
4802026-07-19T04:26:58.191Z Compiling stable_deref_trait v1.2.1
4812026-07-19T04:26:58.261Z Compiling cfg-if v1.0.4
4822026-07-19T04:26:58.276Z Compiling pretty-hex v0.4.2
4832026-07-19T04:26:58.325Z Compiling macaddr v1.0.1
4842026-07-19T04:26:58.403Z Compiling heapless v0.8.0
4852026-07-19T04:26:58.574Z Compiling syn v2.0.118
4862026-07-19T04:26:58.688Z Compiling thread-id v5.1.0
4872026-07-19T04:26:58.762Z Compiling dtrace-parser v0.3.0
4882026-07-19T04:26:58.854Z Compiling serde v1.0.228
4892026-07-19T04:26:59.107Z Compiling serde_json v1.0.150
4902026-07-19T04:26:59.432Z Compiling bitflags v2.13.0
4912026-07-19T04:26:59.497Z Compiling cobs v0.3.0
4922026-07-19T04:26:59.782Z Compiling bitflags v1.3.2
4932026-07-19T04:26:59.847Z Compiling managed v0.8.0
4942026-07-19T04:26:59.851Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4952026-07-19T04:26:59.920Z Compiling ingot-types v0.1.2
4962026-07-19T04:27:00.073Z Compiling smoltcp v0.11.0
4972026-07-19T04:27:00.077Z Compiling postcard v1.1.3
4982026-07-19T04:27:00.113Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4992026-07-19T04:27:00.320Z Compiling ingot v0.1.1
5002026-07-19T04:27:00.421Z Compiling memmap2 v0.9.11
5012026-07-19T04:27:00.713Z Compiling dof v0.4.0
5022026-07-19T04:27:00.720Z Compiling ipnetwork v0.21.1
5032026-07-19T04:27:01.236Z Compiling either v1.16.0
5042026-07-19T04:27:01.445Z Compiling usdt-impl v0.6.0
5052026-07-19T04:27:02.224Z Compiling unicode-width v0.2.2
5062026-07-19T04:27:02.325Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-19T04:27:02.518Z Compiling tabwriter v1.4.1
5082026-07-19T04:27:02.542Z Compiling usdt v0.6.0
5092026-07-19T04:27:02.969Z Compiling itertools v0.15.0
5102026-07-19T04:27:03.176Z Compiling ref-cast v1.0.25
5112026-07-19T04:27:03.272Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-07-19T04:27:03.987Z Compiling crc32fast v1.5.0
5132026-07-19T04:27:04.274Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-07-19T04:27:04.288Z Compiling dyn-clone v1.0.20
5152026-07-19T04:27:19.385Z Finished `test` profile [optimized + debuginfo] target(s) in 22.43s
5162026-07-19T04:27:19.397Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-e4cff253b691af2a)
5172026-07-19T04:27:19.401Z
5182026-07-19T04:27:19.401Zrunning 83 tests
5192026-07-19T04:27:19.401Ztest d_error::tests::name_truncation ... ok
5202026-07-19T04:27:19.401Ztest ddi::mblk::test::chain_breaks_links ... ok
5212026-07-19T04:27:19.401Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5222026-07-19T04:27:19.401Ztest ddi::mblk::test::chain_drain_complete ... ok
5232026-07-19T04:27:19.401Ztest d_error::tests::name_and_data_storage ... ok
5242026-07-19T04:27:19.401Ztest ddi::mblk::test::chain_append_links ... ok
5252026-07-19T04:27:19.401Ztest ddi::mblk::test::prefix_len ... ok
5262026-07-19T04:27:19.401Ztest ddi::mblk::test::expand_and_shrink ... ok
5272026-07-19T04:27:19.402Ztest ddi::mblk::test::read_seg ... ok
5282026-07-19T04:27:19.402Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5292026-07-19T04:27:19.402Ztest ddi::mblk::test::uninitialized_packet ... ok
5302026-07-19T04:27:19.402Ztest ddi::mblk::test::truncate ... ok
5312026-07-19T04:27:19.402Ztest ddi::mblk::test::wrap ... ok
5322026-07-19T04:27:19.402Ztest ddi::time::test::good_interval ... ok
5332026-07-19T04:27:19.402Ztest ddi::mblk::test::zero_byte_packet ... ok
5342026-07-19T04:27:19.402Ztest engine::dhcp::test::hostname_encode ... ok
5352026-07-19T04:27:19.402Ztest engine::dhcp::test::domain_search_option_encode ... ok
5362026-07-19T04:27:19.402Ztest engine::dhcp::test::offlink_encode ... ok
5372026-07-19T04:27:19.402Ztest engine::dhcp::test::rfc3442_encode ... ok
5382026-07-19T04:27:19.402Ztest engine::dhcp::test::domainname_encode ... ok
5392026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_client_id ... ok
5402026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5412026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5422026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5432026-07-19T04:27:19.403Ztest ddi::time::test::bad_interval - should panic ... ok
5442026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_iata ... ok
5452026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_iana ... ok
5462026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5472026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_option_request ... ok
5482026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5492026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5502026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5512026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5522026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5532026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_status ... ok
5542026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_server_id ... ok
5552026-07-19T04:27:19.403Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5562026-07-19T04:27:19.403Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5572026-07-19T04:27:19.403Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5582026-07-19T04:27:19.403Ztest engine::ether::test::emit ... ok
5592026-07-19T04:27:19.403Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5602026-07-19T04:27:19.404Ztest engine::flow_table::test::eviction_basics ... ok
5612026-07-19T04:27:19.404Ztest engine::flow_table::test::priority_lerp ... ok
5622026-07-19T04:27:19.404Ztest engine::flow_table::test::flow_expired ... ok
5632026-07-19T04:27:19.404Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5642026-07-19T04:27:19.404Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5652026-07-19T04:27:19.404Ztest engine::flow_table::test::flow_clear ... ok
5662026-07-19T04:27:19.404Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5672026-07-19T04:27:19.404Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5682026-07-19T04:27:19.404Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5692026-07-19T04:27:19.404Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5702026-07-19T04:27:19.407Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5712026-07-19T04:27:19.408Ztest engine::geneve::test::emit_no_opts ... ok
5722026-07-19T04:27:19.408Ztest engine::geneve::test::emit_single_opt ... ok
5732026-07-19T04:27:19.408Ztest engine::ip::v4::test::emit ... ok
5742026-07-19T04:27:19.408Ztest engine::ip::v4::test::match_check ... ok
5752026-07-19T04:27:19.408Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5762026-07-19T04:27:19.408Ztest engine::ip::v6::test::from_pairs ... ok
5772026-07-19T04:27:19.408Ztest engine::ip::v4::test::cidr_match ... ok
5782026-07-19T04:27:19.408Ztest engine::ip::v6::test::emit ... ok
5792026-07-19T04:27:19.408Ztest engine::ip::v6::test::option_push_spec ... ok
5802026-07-19T04:27:19.408Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5812026-07-19T04:27:19.408Ztest engine::ip::v6::test::extension_push_spec ... ok
5822026-07-19T04:27:19.408Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5832026-07-19T04:27:19.408Ztest engine::ip::v6::test::test_set_total_len ... ok
5842026-07-19T04:27:19.408Ztest engine::nat::test::nat4_rewrite ... ok
5852026-07-19T04:27:19.408Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5862026-07-19T04:27:19.409Ztest engine::layer::test::find_rule ... ok
5872026-07-19T04:27:19.409Ztest engine::packet::test::udp6_packet_with_padding ... ok
5882026-07-19T04:27:19.409Ztest engine::packet::test::small_packet_with_padding ... ok
5892026-07-19T04:27:19.409Ztest engine::packet::test::read_multi_segment ... ok
5902026-07-19T04:27:19.409Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5912026-07-19T04:27:19.409Ztest engine::packet::test::straddled_tcp ... ok
5922026-07-19T04:27:19.409Ztest engine::packet::test::read_single_segment ... ok
5932026-07-19T04:27:19.409Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5942026-07-19T04:27:19.409Ztest engine::ip::v6::test::push_spec ... ok
5952026-07-19T04:27:19.409Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5962026-07-19T04:27:19.409Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5972026-07-19T04:27:19.409Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5982026-07-19T04:27:19.409Ztest engine::rule::rule_matching ... ok
5992026-07-19T04:27:19.409Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6002026-07-19T04:27:19.409Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-07-19T04:27:19.409Ztest engine::snat::test::nat_mappings ... ok
6022026-07-19T04:27:19.409Z
6032026-07-19T04:27:19.410Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-07-19T04:27:19.410Z
6052026-07-19T04:27:19.410Z Doc-tests opte
6062026-07-19T04:27:21.411Z
6072026-07-19T04:27:21.411Zrunning 3 tests
6082026-07-19T04:27:21.414Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6092026-07-19T04:27:21.414Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6102026-07-19T04:27:21.414Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-07-19T04:27:21.414Z
6122026-07-19T04:27:21.414Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-07-19T04:27:21.414Z
6142026-07-19T04:27:21.419Zall doctests ran in 1.44s; merged doctests compilation took 1.43s
6152026-07-19T04:27:21.458Z
6162026-07-19T04:27:21.462Zreal 24.510929931
6172026-07-19T04:27:21.462Zuser 2:03.120632550
6182026-07-19T04:27:21.462Zsys 7.216529801
6192026-07-19T04:27:21.462Ztrap 0.057102561
6202026-07-19T04:27:21.462Ztflt 0.174153962
6212026-07-19T04:27:21.462Zdflt 0.362949757
6222026-07-19T04:27:21.462Zkflt 0.000001870
6232026-07-19T04:27:21.462Zlock 6:21.910481500
6242026-07-19T04:27:21.462Zslp 3:42.752260215
6252026-07-19T04:27:21.462Zlat 5.397978031
6262026-07-19T04:27:21.463Zstop 2.742811448
6272026-07-19T04:27:21.463Zprocess exited: duration 85153 ms, exit code 0
 
6282026-07-19T04:27:21.470Zfound 0 output files