01KRCDQGFAK198H8N3SXEFQBWX: opte

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

Buildomat Job: 01KRCDR0A30RXJ62MCBW5H2717

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T21:06:20.665Zjob assigned to worker 01KRCDR6KR5H10X4872EEMY388 [factory aws, i-06b6df589cb21259b] (queued for 48 s)
 
22026-05-11T21:06:27.518Zstarting task 0: "setup"
32026-05-11T21:06:27.522Z++ uname -s
42026-05-11T21:06:27.525Z+ kern=SunOS
52026-05-11T21:06:27.525Z+ build_user=build
62026-05-11T21:06:27.525Z+ build_uid=12345
72026-05-11T21:06:27.525Z+ work_dir=/work
82026-05-11T21:06:27.525Z+ input_dir=/input
92026-05-11T21:06:27.526Z+ [[ 0 == 12345 ]]
102026-05-11T21:06:27.526Z+ case "$kern" in
112026-05-11T21:06:27.526Z+ groupadd -g 12345 build
122026-05-11T21:06:27.526Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T21:06:29.531Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T21:06:29.822Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T21:06:29.825Z+ home_fs=zfs
162026-05-11T21:06:29.825Z+ [[ zfs == autofs ]]
172026-05-11T21:06:29.826Z+ mkdir -p /home/build
182026-05-11T21:06:29.826Z+ chown build:build /home/build /work
192026-05-11T21:06:31.827Z+ chmod 0700 /home/build /work
202026-05-11T21:06:31.830Zprocess exited: duration 4314 ms, exit code 0
 
212026-05-11T21:06:31.836Zstarting task 1: "rust-toolchain"
222026-05-11T21:06:31.841Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T21:06:31.841Z * rust toolchain channel = "1.94.1"
242026-05-11T21:06:31.841Z * rust toolchain profile = "default"
252026-05-11T21:06:31.841Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T21:06:31.841Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T21:06:31.841Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T21:06:31.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T21:06:31.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T21:06:31.946Zinfo: downloading installer
312026-05-11T21:06:33.433Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T21:06:33.433Zwarn: /home/build/.rustup/settings.toml
332026-05-11T21:06:33.433Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T21:06:33.433Zwarn: instead of the one inferred from the default host triple.
352026-05-11T21:06:33.445Zinfo: profile set to default
362026-05-11T21:06:33.446Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T21:06:33.449Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T21:06:33.580Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T21:06:33.584Zinfo: downloading 6 components
402026-05-11T21:06:48.841Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T21:06:48.841Z
422026-05-11T21:06:48.869Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T21:06:48.870Z
442026-05-11T21:06:48.870Z
452026-05-11T21:06:48.870ZRust is installed now. Great!
462026-05-11T21:06:48.870Z
472026-05-11T21:06:48.870ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T21:06:48.870Zenvironment variable. This has not been done automatically.
492026-05-11T21:06:48.870Z
502026-05-11T21:06:48.870ZTo configure your current shell, you need to source
512026-05-11T21:06:48.870Zthe corresponding env file under $HOME/.cargo.
522026-05-11T21:06:48.874Z
532026-05-11T21:06:48.874ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T21:06:48.874Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T21:06:48.874Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T21:06:48.874Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T21:06:48.874Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T21:06:48.874Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T21:06:48.874Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T21:06:48.874Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T21:06:48.874Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T21:06:48.982Z+ rustup --version
632026-05-11T21:06:48.991Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T21:06:48.991Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T21:06:49.004Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T21:06:49.008Z+ cargo --version
672026-05-11T21:06:49.019Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T21:06:49.022Z+ rustc --version
692026-05-11T21:06:49.049Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T21:06:49.053Zprocess exited: duration 17207 ms, exit code 0
 
712026-05-11T21:06:49.062Zstarting task 2: "authentication"
722026-05-11T21:06:49.080Zprocess exited: duration 17 ms, exit code 0
 
732026-05-11T21:06:49.088Zstarting task 3: "clone repository"
742026-05-11T21:06:49.092Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T21:06:49.096Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T21:06:49.122ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T21:06:49.949Z+ cd /work/oxidecomputer/opte
782026-05-11T21:06:49.949Z+ git fetch origin 2e07459d40b679c2229e9023bb7e716ee95bc03d
792026-05-11T21:06:50.196ZFrom https://github.com/oxidecomputer/opte
802026-05-11T21:06:50.196Z * branch 2e07459d40b679c2229e9023bb7e716ee95bc03d -> FETCH_HEAD
812026-05-11T21:06:50.201Z+ [[ -n faster-syn-expiry ]]
822026-05-11T21:06:50.204Z++ git branch --show-current
832026-05-11T21:06:50.204Z+ current=master
842026-05-11T21:06:50.205Z+ [[ master != faster-syn-expiry ]]
852026-05-11T21:06:50.205Z+ git branch -f faster-syn-expiry 2e07459d40b679c2229e9023bb7e716ee95bc03d
862026-05-11T21:06:50.208Z+ git checkout -f faster-syn-expiry
872026-05-11T21:06:50.223ZSwitched to branch 'faster-syn-expiry'
882026-05-11T21:06:50.226Z+ git reset --hard 2e07459d40b679c2229e9023bb7e716ee95bc03d
892026-05-11T21:06:50.233ZHEAD is now at 2e07459 api back to 40
902026-05-11T21:06:50.233Zprocess exited: duration 1140 ms, exit code 0
 
912026-05-11T21:06:50.242Zstarting task 4: "build"
922026-05-11T21:06:50.245Z+ source .github/buildomat/common.sh
932026-05-11T21:06:50.245Z++ rustup show active-toolchain
942026-05-11T21:06:50.250Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T21:06:50.253Z++ pushd xde
962026-05-11T21:06:50.253Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T21:06:50.253Z++ rustup show active-toolchain
982026-05-11T21:06:50.256Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T21:06:50.401Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T21:06:50.407Zinfo: downloading 6 components
1012026-05-11T21:07:04.113Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T21:07:04.201Z+++ rustup show active-toolchain -v
1032026-05-11T21:07:04.205Z+++ head -n 1
1042026-05-11T21:07:04.205Z+++ cut '-d ' -f1
1052026-05-11T21:07:04.254Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T21:07:04.254Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T21:07:04.254Z++ popd
1082026-05-11T21:07:04.258Z/work/oxidecomputer/opte
1092026-05-11T21:07:04.258Z+ cargo --version
1102026-05-11T21:07:04.264Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T21:07:04.268Z+ rustc --version
1122026-05-11T21:07:04.287Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T21:07:04.291Z+ cd lib/opte
1142026-05-11T21:07:04.291Z+ header 'check style'
1152026-05-11T21:07:04.291Z+ echo '# ==== check style ==== #'
1162026-05-11T21:07:04.291Z# ==== check style ==== #
1172026-05-11T21:07:04.291Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-11T21:07:04.478Z
1192026-05-11T21:07:04.478Zreal 0.173595799
1202026-05-11T21:07:04.478Zuser 0.133498621
1212026-05-11T21:07:04.478Zsys 0.034991288
1222026-05-11T21:07:04.478Ztrap 0.000006330
1232026-05-11T21:07:04.478Ztflt 0.000043830
1242026-05-11T21:07:04.478Zdflt 0.000028430
1252026-05-11T21:07:04.478Zkflt 0.000001680
1262026-05-11T21:07:04.478Zlock 0.033974011
1272026-05-11T21:07:04.479Zslp 0.153763754
1282026-05-11T21:07:04.479Zlat 0.000838380
1292026-05-11T21:07:04.479Zstop 0.000088180
1302026-05-11T21:07:04.484Z+ header 'check docs'
1312026-05-11T21:07:04.484Z+ echo '# ==== check docs ==== #'
1322026-05-11T21:07:04.484Z# ==== check docs ==== #
1332026-05-11T21:07:04.484Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-11T21:07:04.484Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-11T21:07:04.548Z Updating crates.io index
1362026-05-11T21:07:04.581Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-11T21:07:05.554Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-11T21:07:05.889Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-11T21:07:06.240Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-11T21:07:06.694Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-11T21:07:06.936Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-11T21:07:07.210Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-11T21:07:08.862Z Downloading crates ...
1442026-05-11T21:07:08.911Z Downloaded cfg-if v1.0.4
1452026-05-11T21:07:08.917Z Downloaded defmt-parser v1.0.0
1462026-05-11T21:07:08.942Z Downloaded serde_core v1.0.228
1472026-05-11T21:07:08.949Z Downloaded darling v0.21.3
1482026-05-11T21:07:08.949Z Downloaded scroll_derive v0.13.1
1492026-05-11T21:07:08.966Z Downloaded darling v0.23.0
1502026-05-11T21:07:08.966Z Downloaded ref-cast v1.0.25
1512026-05-11T21:07:08.973Z Downloaded macaddr v1.0.1
1522026-05-11T21:07:08.973Z Downloaded defmt v0.3.100
1532026-05-11T21:07:08.973Z Downloaded ident_case v1.0.1
1542026-05-11T21:07:08.973Z Downloaded embedded-io v0.6.1
1552026-05-11T21:07:08.973Z Downloaded plain v0.2.3
1562026-05-11T21:07:08.977Z Downloaded tabwriter v1.4.1
1572026-05-11T21:07:08.977Z Downloaded itoa v1.0.18
1582026-05-11T21:07:08.977Z Downloaded crypto-common v0.1.7
1592026-05-11T21:07:08.977Z Downloaded memmap2 v0.9.10
1602026-05-11T21:07:08.977Z Downloaded generic-array v0.14.7
1612026-05-11T21:07:08.994Z Downloaded dtrace-parser v0.3.0
1622026-05-11T21:07:08.994Z Downloaded bitflags v1.3.2
1632026-05-11T21:07:09.019Z Downloaded pretty-hex v0.4.2
1642026-05-11T21:07:09.019Z Downloaded ref-cast-impl v1.0.25
1652026-05-11T21:07:09.020Z Downloaded proc-macro-error-attr2 v2.0.0
1662026-05-11T21:07:09.020Z Downloaded darling_macro v0.21.3
1672026-05-11T21:07:09.020Z Downloaded strsim v0.11.1
1682026-05-11T21:07:09.020Z Downloaded block-buffer v0.10.4
1692026-05-11T21:07:09.020Z Downloaded defmt-macros v1.0.1
1702026-05-11T21:07:09.020Z Downloaded version_check v0.9.5
1712026-05-11T21:07:09.030Z Downloaded stable_deref_trait v1.2.1
1722026-05-11T21:07:09.030Z Downloaded thread-id v5.1.0
1732026-05-11T21:07:09.031Z Downloaded cobs v0.3.0
1742026-05-11T21:07:09.031Z Downloaded dof v0.4.0
1752026-05-11T21:07:09.031Z Downloaded cpufeatures v0.2.17
1762026-05-11T21:07:09.042Z Downloaded usdt v0.6.0
1772026-05-11T21:07:09.042Z Downloaded managed v0.8.0
1782026-05-11T21:07:09.042Z Downloaded fnv v1.0.7
1792026-05-11T21:07:09.042Z Downloaded darling_macro v0.23.0
1802026-05-11T21:07:09.048Z Downloaded usdt-macro v0.6.0
1812026-05-11T21:07:09.048Z Downloaded dyn-clone v1.0.20
1822026-05-11T21:07:09.048Z Downloaded digest v0.10.7
1832026-05-11T21:07:09.048Z Downloaded sha2 v0.10.9
1842026-05-11T21:07:09.055Z Downloaded ingot-types v0.1.2
1852026-05-11T21:07:09.062Z Downloaded hash32 v0.3.1
1862026-05-11T21:07:09.068Z Downloaded thiserror-impl v2.0.18
1872026-05-11T21:07:09.075Z Downloaded ingot v0.1.1
1882026-05-11T21:07:09.079Z Downloaded scroll v0.13.0
1892026-05-11T21:07:09.079Z Downloaded defmt v1.0.1
1902026-05-11T21:07:09.079Z Downloaded embedded-io v0.4.0
1912026-05-11T21:07:09.079Z Downloaded usdt-attr-macro v0.6.0
1922026-05-11T21:07:09.083Z Downloaded serde_tokenstream v0.2.3
1932026-05-11T21:07:09.083Z Downloaded byteorder v1.5.0
1942026-05-11T21:07:09.086Z Downloaded usdt-impl v0.6.0
1952026-05-11T21:07:09.086Z Downloaded ipnetwork v0.21.1
1962026-05-11T21:07:09.091Z Downloaded either v1.15.0
1972026-05-11T21:07:09.091Z Downloaded zmij v1.0.21
1982026-05-11T21:07:09.091Z Downloaded ingot-macros v0.1.1
1992026-05-11T21:07:09.091Z Downloaded proc-macro-error2 v2.0.1
2002026-05-11T21:07:09.097Z Downloaded postcard v1.1.3
2012026-05-11T21:07:09.104Z Downloaded quote v1.0.45
2022026-05-11T21:07:09.391Z Downloaded bitflags v2.11.1
2032026-05-11T21:07:09.396Z Downloaded ucd-trie v0.1.7
2042026-05-11T21:07:09.396Z Downloaded pest_generator v2.8.6
2052026-05-11T21:07:09.396Z Downloaded crc32fast v1.5.0
2062026-05-11T21:07:09.396Z Downloaded thiserror v2.0.18
2072026-05-11T21:07:09.396Z Downloaded zerocopy-derive v0.8.48
2082026-05-11T21:07:09.396Z Downloaded pest_derive v2.8.6
2092026-05-11T21:07:09.396Z Downloaded memchr v2.8.0
2102026-05-11T21:07:09.396Z Downloaded log v0.4.29
2112026-05-11T21:07:09.396Z Downloaded aho-corasick v1.1.4
2122026-05-11T21:07:09.396Z Downloaded unicode-ident v1.0.24
2132026-05-11T21:07:09.396Z Downloaded darling_core v0.21.3
2142026-05-11T21:07:09.396Z Downloaded pest_meta v2.8.6
2152026-05-11T21:07:09.396Z Downloaded proc-macro2 v1.0.106
2162026-05-11T21:07:09.396Z Downloaded darling_core v0.23.0
2172026-05-11T21:07:09.396Z Downloaded serde_derive v1.0.228
2182026-05-11T21:07:09.396Z Downloaded heapless v0.8.0
2192026-05-11T21:07:09.396Z Downloaded serde v1.0.228
2202026-05-11T21:07:09.396Z Downloaded typenum v1.20.0
2212026-05-11T21:07:09.396Z Downloaded pest v2.8.6
2222026-05-11T21:07:09.396Z Downloaded serde_json v1.0.149
2232026-05-11T21:07:09.397Z Downloaded regex v1.12.3
2242026-05-11T21:07:09.397Z Downloaded itertools v0.14.0
2252026-05-11T21:07:09.397Z Downloaded goblin v0.10.5
2262026-05-11T21:07:09.397Z Downloaded syn v2.0.117
2272026-05-11T21:07:09.397Z Downloaded unicode-width v0.2.2
2282026-05-11T21:07:09.397Z Downloaded zerocopy v0.8.48
2292026-05-11T21:07:09.397Z Downloaded smoltcp v0.11.0
2302026-05-11T21:07:09.397Z Downloaded regex-syntax v0.8.10
2312026-05-11T21:07:09.397Z Downloaded regex-automata v0.4.14
2322026-05-11T21:07:09.397Z Downloaded libc v0.2.186
2332026-05-11T21:07:09.413Z Compiling proc-macro2 v1.0.106
2342026-05-11T21:07:09.413Z Compiling quote v1.0.45
2352026-05-11T21:07:09.414Z Compiling unicode-ident v1.0.24
2362026-05-11T21:07:09.414Z Documenting unicode-ident v1.0.24
2372026-05-11T21:07:09.414Z Compiling strsim v0.11.1
2382026-05-11T21:07:09.414Z Compiling ident_case v1.0.1
2392026-05-11T21:07:09.414Z Compiling serde_core v1.0.228
2402026-05-11T21:07:09.551Z Compiling fnv v1.0.7
2412026-05-11T21:07:09.571Z Compiling memchr v2.8.0
2422026-05-11T21:07:09.635Z Compiling zerocopy v0.8.48
2432026-05-11T21:07:09.833Z Compiling regex-syntax v0.8.10
2442026-05-11T21:07:09.923Z Compiling thiserror v2.0.18
2452026-05-11T21:07:09.931Z Compiling aho-corasick v1.1.4
2462026-05-11T21:07:10.065Z Compiling serde v1.0.228
2472026-05-11T21:07:10.110Z Checking byteorder v1.5.0
2482026-05-11T21:07:10.336Z Documenting proc-macro2 v1.0.106
2492026-05-11T21:07:10.694Z Compiling syn v2.0.117
2502026-05-11T21:07:10.762Z Compiling either v1.15.0
2512026-05-11T21:07:10.821Z Documenting quote v1.0.45
2522026-05-11T21:07:10.966Z Compiling itertools v0.14.0
2532026-05-11T21:07:11.318Z Documenting syn v2.0.117
2542026-05-11T21:07:11.358Z Compiling regex-automata v0.4.14
2552026-05-11T21:07:11.500Z Documenting memchr v2.8.0
2562026-05-11T21:07:11.918Z Compiling heapless v0.8.0
2572026-05-11T21:07:12.221Z Documenting aho-corasick v1.1.4
2582026-05-11T21:07:12.242Z Checking bitflags v2.11.1
2592026-05-11T21:07:12.384Z Checking hash32 v0.3.1
2602026-05-11T21:07:12.408Z Documenting serde_core v1.0.228
2612026-05-11T21:07:12.475Z Documenting regex-syntax v0.8.10
2622026-05-11T21:07:16.495Z Checking stable_deref_trait v1.2.1
2632026-05-11T21:07:16.597Z Checking cfg-if v1.0.4
2642026-05-11T21:07:16.597Z Checking macaddr v1.0.1
2652026-05-11T21:07:16.597Z Checking darling_core v0.21.3
2662026-05-11T21:07:16.597Z Compiling regex v1.12.3
2672026-05-11T21:07:16.597Z Compiling darling_core v0.23.0
2682026-05-11T21:07:16.597Z Compiling smoltcp v0.11.0
2692026-05-11T21:07:16.597Z Documenting regex-automata v0.4.14
2702026-05-11T21:07:16.597Z Documenting serde_derive v1.0.228
2712026-05-11T21:07:16.598Z Documenting thiserror-impl v2.0.18
2722026-05-11T21:07:16.598Z Documenting zerocopy-derive v0.8.48
2732026-05-11T21:07:16.598Z Compiling serde_derive v1.0.228
2742026-05-11T21:07:16.598Z Compiling thiserror-impl v2.0.18
2752026-05-11T21:07:16.598Z Compiling zerocopy-derive v0.8.48
2762026-05-11T21:07:16.598Z Documenting regex v1.12.3
2772026-05-11T21:07:16.598Z Documenting byteorder v1.5.0
2782026-05-11T21:07:16.598Z Checking managed v0.8.0
2792026-05-11T21:07:16.598Z Compiling darling_macro v0.21.3
2802026-05-11T21:07:16.598Z Compiling darling_macro v0.23.0
2812026-05-11T21:07:16.598Z Checking bitflags v1.3.2
2822026-05-11T21:07:16.598Z Documenting bitflags v2.11.1
2832026-05-11T21:07:16.598Z Documenting macaddr v1.0.1
2842026-05-11T21:07:16.599Z Documenting hash32 v0.3.1
2852026-05-11T21:07:16.599Z Compiling darling v0.21.3
2862026-05-11T21:07:16.599Z Compiling ingot-macros v0.1.1
2872026-05-11T21:07:16.599Z Checking cobs v0.3.0
2882026-05-11T21:07:16.599Z Documenting ingot-macros v0.1.1
2892026-05-11T21:07:16.599Z Documenting thiserror v2.0.18
2902026-05-11T21:07:16.599Z Documenting stable_deref_trait v1.2.1
2912026-05-11T21:07:16.599Z Documenting zerocopy v0.8.48
2922026-05-11T21:07:16.611Z Compiling ref-cast v1.0.25
2932026-05-11T21:07:16.801Z Documenting cfg-if v1.0.4
2942026-05-11T21:07:16.945Z Compiling crc32fast v1.5.0
2952026-05-11T21:07:17.003Z Documenting serde v1.0.228
2962026-05-11T21:07:17.292Z Documenting cobs v0.3.0
2972026-05-11T21:07:17.369Z Checking postcard v1.1.3
2982026-05-11T21:07:17.377Z Documenting heapless v0.8.0
2992026-05-11T21:07:17.647Z Compiling ref-cast-impl v1.0.25
3002026-05-11T21:07:18.105Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-05-11T21:07:18.311Z Checking unicode-width v0.2.2
3022026-05-11T21:07:18.346Z Documenting managed v0.8.0
3032026-05-11T21:07:18.472Z Checking ipnetwork v0.21.1
3042026-05-11T21:07:18.652Z Compiling version_check v0.9.5
3052026-05-11T21:07:18.662Z Documenting postcard v1.1.3
3062026-05-11T21:07:18.736Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-05-11T21:07:18.757Z Checking darling v0.23.0
3082026-05-11T21:07:18.852Z Documenting ref-cast-impl v1.0.25
3092026-05-11T21:07:18.901Z Documenting either v1.15.0
3102026-05-11T21:07:18.923Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3112026-05-11T21:07:18.987Z Documenting smoltcp v0.11.0
3122026-05-11T21:07:19.110Z Checking ingot-types v0.1.2
3132026-05-11T21:07:19.162Z Documenting ipnetwork v0.21.1
3142026-05-11T21:07:19.436Z Checking ingot v0.1.1
3152026-05-11T21:07:19.473Z Documenting ingot-types v0.1.2
3162026-05-11T21:07:19.493Z Documenting unicode-width v0.2.2
3172026-05-11T21:07:19.769Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-05-11T21:07:19.952Z Documenting itertools v0.14.0
3192026-05-11T21:07:20.205Z Documenting ref-cast v1.0.25
3202026-05-11T21:07:20.456Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3212026-05-11T21:07:20.810Z Checking tabwriter v1.4.1
3222026-05-11T21:07:20.932Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-05-11T21:07:20.999Z Documenting tabwriter v1.4.1
3242026-05-11T21:07:21.031Z Documenting crc32fast v1.5.0
3252026-05-11T21:07:21.296Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3262026-05-11T21:07:21.340Z Documenting ingot v0.1.1
3272026-05-11T21:07:21.562Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-05-11T21:07:21.828Z Documenting dyn-clone v1.0.20
3292026-05-11T21:07:21.863Z Checking dyn-clone v1.0.20
3302026-05-11T21:07:23.840Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-05-11T21:07:24.928Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-05-11T21:07:27.118Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.63s
3332026-05-11T21:07:27.207Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-05-11T21:07:27.223Z
3352026-05-11T21:07:27.226Zreal 22.727470662
3362026-05-11T21:07:27.226Zuser 1:15.671615045
3372026-05-11T21:07:27.227Zsys 15.764238023
3382026-05-11T21:07:27.227Ztrap 0.042296137
3392026-05-11T21:07:27.227Ztflt 0.137651612
3402026-05-11T21:07:27.227Zdflt 0.424434289
3412026-05-11T21:07:27.227Zkflt 0.005573146
3422026-05-11T21:07:27.227Zlock 6:44.151957310
3432026-05-11T21:07:27.227Zslp 4:15.506348960
3442026-05-11T21:07:27.227Zlat 7.478427136
3452026-05-11T21:07:27.227Zstop 9.468755129
3462026-05-11T21:07:27.227Z+ header 'analyze std + api'
3472026-05-11T21:07:27.227Z+ echo '# ==== analyze std + api ==== #'
3482026-05-11T21:07:27.227Z# ==== analyze std + api ==== #
3492026-05-11T21:07:27.227Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-05-11T21:07:27.470Z Compiling proc-macro2 v1.0.106
3512026-05-11T21:07:27.470Z Compiling quote v1.0.45
3522026-05-11T21:07:27.470Z Compiling unicode-ident v1.0.24
3532026-05-11T21:07:27.470Z Compiling memchr v2.8.0
3542026-05-11T21:07:27.470Z Compiling thiserror v2.0.18
3552026-05-11T21:07:27.474Z Compiling zerocopy v0.8.48
3562026-05-11T21:07:27.474Z Compiling zmij v1.0.21
3572026-05-11T21:07:27.474Z Compiling serde_core v1.0.228
3582026-05-11T21:07:27.652Z Compiling libc v0.2.186
3592026-05-11T21:07:27.813Z Compiling serde_json v1.0.149
3602026-05-11T21:07:27.843Z Compiling ucd-trie v0.1.7
3612026-05-11T21:07:27.846Z Compiling ident_case v1.0.1
3622026-05-11T21:07:27.860Z Compiling strsim v0.11.1
3632026-05-11T21:07:28.022Z Compiling pest v2.8.6
3642026-05-11T21:07:28.058Z Compiling serde v1.0.228
3652026-05-11T21:07:28.250Z Compiling fnv v1.0.7
3662026-05-11T21:07:28.386Z Compiling aho-corasick v1.1.4
3672026-05-11T21:07:28.420Z Compiling regex-syntax v0.8.10
3682026-05-11T21:07:28.710Z Compiling itoa v1.0.18
3692026-05-11T21:07:28.793Z Compiling syn v2.0.117
3702026-05-11T21:07:28.826Z Checking byteorder v1.5.0
3712026-05-11T21:07:29.024Z Compiling pest_meta v2.8.6
3722026-05-11T21:07:29.281Z Compiling either v1.15.0
3732026-05-11T21:07:29.460Z Compiling usdt-impl v0.6.0
3742026-05-11T21:07:29.476Z Compiling itertools v0.14.0
3752026-05-11T21:07:29.865Z Compiling regex-automata v0.4.14
3762026-05-11T21:07:29.900Z Compiling thread-id v5.1.0
3772026-05-11T21:07:30.073Z Compiling heapless v0.8.0
3782026-05-11T21:07:30.226Z Checking log v0.4.29
3792026-05-11T21:07:30.359Z Checking plain v0.2.3
3802026-05-11T21:07:30.603Z Checking bitflags v2.11.1
3812026-05-11T21:07:30.691Z Checking hash32 v0.3.1
3822026-05-11T21:07:30.742Z Checking macaddr v1.0.1
3832026-05-11T21:07:30.814Z Checking cfg-if v1.0.4
3842026-05-11T21:07:30.867Z Checking pretty-hex v0.4.2
3852026-05-11T21:07:30.878Z Compiling smoltcp v0.11.0
3862026-05-11T21:07:30.891Z Checking stable_deref_trait v1.2.1
3872026-05-11T21:07:31.050Z Checking managed v0.8.0
3882026-05-11T21:07:31.064Z Compiling crc32fast v1.5.0
3892026-05-11T21:07:31.200Z Compiling pest_generator v2.8.6
3902026-05-11T21:07:31.224Z Compiling darling_core v0.21.3
3912026-05-11T21:07:31.355Z Compiling darling_core v0.23.0
3922026-05-11T21:07:31.359Z Checking bitflags v1.3.2
3932026-05-11T21:07:31.407Z Compiling version_check v0.9.5
3942026-05-11T21:07:31.497Z Compiling regex v1.12.3
3952026-05-11T21:07:31.698Z Compiling ref-cast v1.0.25
3962026-05-11T21:07:31.860Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3972026-05-11T21:07:32.087Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-11T21:07:32.106Z Checking memmap2 v0.9.10
3992026-05-11T21:07:32.269Z Checking ipnetwork v0.21.1
4002026-05-11T21:07:32.374Z Checking unicode-width v0.2.2
4012026-05-11T21:07:32.448Z Compiling thiserror-impl v2.0.18
4022026-05-11T21:07:32.478Z Compiling serde_derive v1.0.228
4032026-05-11T21:07:32.611Z Compiling zerocopy-derive v0.8.48
4042026-05-11T21:07:32.616Z Compiling pest_derive v2.8.6
4052026-05-11T21:07:33.038Z Compiling scroll_derive v0.13.1
4062026-05-11T21:07:33.104Z Compiling ref-cast-impl v1.0.25
4072026-05-11T21:07:33.159Z Checking tabwriter v1.4.1
4082026-05-11T21:07:33.388Z Compiling darling_macro v0.21.3
4092026-05-11T21:07:33.445Z Compiling darling_macro v0.23.0
4102026-05-11T21:07:33.753Z Checking cobs v0.3.0
4112026-05-11T21:07:33.796Z Compiling dtrace-parser v0.3.0
4122026-05-11T21:07:33.853Z Checking scroll v0.13.0
4132026-05-11T21:07:33.938Z Compiling darling v0.21.3
4142026-05-11T21:07:33.975Z Compiling darling v0.23.0
4152026-05-11T21:07:34.049Z Compiling ingot-macros v0.1.1
4162026-05-11T21:07:34.073Z Checking goblin v0.10.5
4172026-05-11T21:07:34.128Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4182026-05-11T21:07:34.393Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4192026-05-11T21:07:34.566Z Checking dyn-clone v1.0.20
4202026-05-11T21:07:35.520Z Checking postcard v1.1.3
4212026-05-11T21:07:35.533Z Compiling serde_tokenstream v0.2.3
4222026-05-11T21:07:36.616Z Checking ingot-types v0.1.2
4232026-05-11T21:07:36.617Z Checking dof v0.4.0
4242026-05-11T21:07:36.939Z Checking ingot v0.1.1
4252026-05-11T21:07:37.515Z Compiling usdt-macro v0.6.0
4262026-05-11T21:07:37.523Z Compiling usdt-attr-macro v0.6.0
4272026-05-11T21:07:38.093Z Checking usdt v0.6.0
4282026-05-11T21:07:38.354Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-05-11T21:07:46.381Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.09s
4302026-05-11T21:07:46.404Z
4312026-05-11T21:07:46.408Zreal 19.173057656
4322026-05-11T21:07:46.408Zuser 1:03.620732428
4332026-05-11T21:07:46.408Zsys 12.591106014
4342026-05-11T21:07:46.408Ztrap 0.030428398
4352026-05-11T21:07:46.408Ztflt 0.153171477
4362026-05-11T21:07:46.408Zdflt 0.189060673
4372026-05-11T21:07:46.409Zkflt 0.000011910
4382026-05-11T21:07:46.409Zlock 3:41.511443652
4392026-05-11T21:07:46.409Zslp 3:21.512790622
4402026-05-11T21:07:46.409Zlat 3.379104789
4412026-05-11T21:07:46.409Zstop 6.738390583
4422026-05-11T21:07:46.409Z+ header 'analyze no_std + engine + kernel'
4432026-05-11T21:07:46.409Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-05-11T21:07:46.409Z# ==== analyze no_std + engine + kernel ==== #
4452026-05-11T21:07:46.409Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4462026-05-11T21:07:46.583Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4472026-05-11T21:07:46.583Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-05-11T21:07:46.603Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-05-11T21:07:46.607Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-05-11T21:07:46.857Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-05-11T21:07:51.023Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.57s
4522026-05-11T21:07:51.050Z
4532026-05-11T21:07:51.050Zreal 4.639553304
4542026-05-11T21:07:51.050Zuser 5.024534286
4552026-05-11T21:07:51.051Zsys 0.892597467
4562026-05-11T21:07:51.051Ztrap 0.000848280
4572026-05-11T21:07:51.051Ztflt 0.009527317
4582026-05-11T21:07:51.051Zdflt 0.003268680
4592026-05-11T21:07:51.051Zkflt 0.000002490
4602026-05-11T21:07:51.051Zlock 16.499347325
4612026-05-11T21:07:51.051Zslp 17.970431364
4622026-05-11T21:07:51.051Zlat 0.036490365
4632026-05-11T21:07:51.055Zstop 0.211115184
4642026-05-11T21:07:51.055Z+ header test
4652026-05-11T21:07:51.055Z+ echo '# ==== test ==== #'
4662026-05-11T21:07:51.055Z+ ptime -m cargo test
4672026-05-11T21:07:51.055Z# ==== test ==== #
4682026-05-11T21:07:51.210Z Compiling serde_core v1.0.228
4692026-05-11T21:07:51.214Z Compiling thiserror v2.0.18
4702026-05-11T21:07:51.214Z Compiling zerocopy v0.8.48
4712026-05-11T21:07:51.230Z Compiling byteorder v1.5.0
4722026-05-11T21:07:51.236Z Compiling memchr v2.8.0
4732026-05-11T21:07:51.239Z Compiling unicode-ident v1.0.24
4742026-05-11T21:07:51.243Z Compiling zmij v1.0.21
4752026-05-11T21:07:51.243Z Compiling libc v0.2.186
4762026-05-11T21:07:51.323Z Compiling proc-macro2 v1.0.106
4772026-05-11T21:07:51.363Z Compiling scroll v0.13.0
4782026-05-11T21:07:51.446Z Compiling ucd-trie v0.1.7
4792026-05-11T21:07:51.586Z Compiling itoa v1.0.18
4802026-05-11T21:07:51.603Z Compiling plain v0.2.3
4812026-05-11T21:07:51.640Z Compiling log v0.4.29
4822026-05-11T21:07:51.702Z Compiling quote v1.0.45
4832026-05-11T21:07:51.863Z Compiling goblin v0.10.5
4842026-05-11T21:07:51.869Z Compiling pest v2.8.6
4852026-05-11T21:07:52.189Z Compiling hash32 v0.3.1
4862026-05-11T21:07:52.361Z Compiling stable_deref_trait v1.2.1
4872026-05-11T21:07:52.400Z Compiling macaddr v1.0.1
4882026-05-11T21:07:52.431Z Compiling cfg-if v1.0.4
4892026-05-11T21:07:52.498Z Compiling pretty-hex v0.4.2
4902026-05-11T21:07:52.628Z Compiling heapless v0.8.0
4912026-05-11T21:07:52.653Z Compiling syn v2.0.117
4922026-05-11T21:07:52.811Z Compiling thread-id v5.1.0
4932026-05-11T21:07:52.887Z Compiling cobs v0.3.0
4942026-05-11T21:07:53.066Z Compiling serde v1.0.228
4952026-05-11T21:07:53.172Z Compiling bitflags v2.11.1
4962026-05-11T21:07:53.245Z Compiling serde_json v1.0.149
4972026-05-11T21:07:53.573Z Compiling dtrace-parser v0.3.0
4982026-05-11T21:07:53.589Z Compiling managed v0.8.0
4992026-05-11T21:07:53.700Z Compiling bitflags v1.3.2
5002026-05-11T21:07:53.768Z Compiling smoltcp v0.11.0
5012026-05-11T21:07:53.807Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-05-11T21:07:54.041Z Compiling postcard v1.1.3
5032026-05-11T21:07:54.126Z Compiling ingot-types v0.1.2
5042026-05-11T21:07:54.268Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-05-11T21:07:54.386Z Compiling memmap2 v0.9.10
5062026-05-11T21:07:54.524Z Compiling ingot v0.1.1
5072026-05-11T21:07:54.679Z Compiling dof v0.4.0
5082026-05-11T21:07:54.853Z Compiling unicode-width v0.2.2
5092026-05-11T21:07:55.155Z Compiling either v1.15.0
5102026-05-11T21:07:55.370Z Compiling ipnetwork v0.21.1
5112026-05-11T21:07:55.905Z Compiling usdt-impl v0.6.0
5122026-05-11T21:07:56.373Z Compiling usdt v0.6.0
5132026-05-11T21:07:56.772Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5142026-05-11T21:07:57.251Z Compiling itertools v0.14.0
5152026-05-11T21:07:57.262Z Compiling tabwriter v1.4.1
5162026-05-11T21:07:57.640Z Compiling ref-cast v1.0.25
5172026-05-11T21:07:57.738Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5182026-05-11T21:07:58.058Z Compiling crc32fast v1.5.0
5192026-05-11T21:07:58.368Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-05-11T21:07:58.431Z Compiling dyn-clone v1.0.20
5212026-05-11T21:08:11.662Z Finished `test` profile [optimized + debuginfo] target(s) in 20.60s
5222026-05-11T21:08:11.676Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d)
5232026-05-11T21:08:11.685Z
5242026-05-11T21:08:11.685Zrunning 72 tests
5252026-05-11T21:08:11.685Ztest d_error::tests::name_and_data_storage ... ok
5262026-05-11T21:08:11.685Ztest ddi::mblk::test::chain_append_links ... ok
5272026-05-11T21:08:11.685Ztest d_error::tests::name_truncation ... ok
5282026-05-11T21:08:11.685Ztest ddi::mblk::test::chain_breaks_links ... ok
5292026-05-11T21:08:11.685Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5302026-05-11T21:08:11.685Ztest ddi::mblk::test::expand_and_shrink ... ok
5312026-05-11T21:08:11.685Ztest ddi::mblk::test::prefix_len ... ok
5322026-05-11T21:08:11.685Ztest ddi::mblk::test::chain_drain_complete ... ok
5332026-05-11T21:08:11.685Ztest ddi::mblk::test::read_seg ... ok
5342026-05-11T21:08:11.685Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5352026-05-11T21:08:11.685Ztest ddi::mblk::test::truncate ... ok
5362026-05-11T21:08:11.685Ztest ddi::mblk::test::uninitialized_packet ... ok
5372026-05-11T21:08:11.685Ztest ddi::mblk::test::wrap ... ok
5382026-05-11T21:08:11.685Ztest ddi::mblk::test::zero_byte_packet ... ok
5392026-05-11T21:08:11.685Ztest ddi::time::test::good_interval ... ok
5402026-05-11T21:08:11.685Ztest engine::dhcp::test::domainname_encode ... ok
5412026-05-11T21:08:11.685Ztest engine::dhcp::test::offlink_encode ... ok
5422026-05-11T21:08:11.685Ztest engine::dhcp::test::domain_search_option_encode ... ok
5432026-05-11T21:08:11.685Ztest engine::dhcp::test::hostname_encode ... ok
5442026-05-11T21:08:11.685Ztest engine::dhcpv6::options::test::test_client_id ... ok
5452026-05-11T21:08:11.685Ztest engine::dhcp::test::rfc3442_encode ... ok
5462026-05-11T21:08:11.685Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5472026-05-11T21:08:11.685Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5482026-05-11T21:08:11.685Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5492026-05-11T21:08:11.685Ztest engine::dhcpv6::options::test::test_iana ... ok
5502026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_iata ... ok
5512026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5522026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5532026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_option_request ... ok
5542026-05-11T21:08:11.686Ztest ddi::time::test::bad_interval - should panic ... ok
5552026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5562026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_server_id ... ok
5572026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5582026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_status ... ok
5592026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5602026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5612026-05-11T21:08:11.686Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5622026-05-11T21:08:11.686Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5632026-05-11T21:08:11.686Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5642026-05-11T21:08:11.686Ztest engine::flow_table::test::flow_clear ... ok
5652026-05-11T21:08:11.686Ztest engine::ether::test::emit ... ok
5662026-05-11T21:08:11.686Ztest engine::ip::v4::test::cidr_match ... ok
5672026-05-11T21:08:11.686Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5682026-05-11T21:08:11.686Ztest engine::flow_table::test::flow_expired ... ok
5692026-05-11T21:08:11.686Ztest engine::geneve::test::emit_no_opts ... ok
5702026-05-11T21:08:11.686Ztest engine::geneve::test::emit_single_opt ... ok
5712026-05-11T21:08:11.686Ztest engine::ip::v6::test::emit ... ok
5722026-05-11T21:08:11.686Ztest engine::ip::v6::test::option_push_spec ... ok
5732026-05-11T21:08:11.686Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5742026-05-11T21:08:11.686Ztest engine::ip::v4::test::match_check ... ok
5752026-05-11T21:08:11.686Ztest engine::ip::v6::test::extension_push_spec ... ok
5762026-05-11T21:08:11.686Ztest engine::ip::v6::test::from_pairs ... ok
5772026-05-11T21:08:11.686Ztest engine::ip::v4::test::emit ... ok
5782026-05-11T21:08:11.686Ztest engine::ip::v6::test::test_set_total_len ... ok
5792026-05-11T21:08:11.686Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5802026-05-11T21:08:11.686Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5812026-05-11T21:08:11.687Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5822026-05-11T21:08:11.687Ztest engine::layer::test::find_rule ... ok
5832026-05-11T21:08:11.687Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5842026-05-11T21:08:11.687Ztest engine::nat::test::nat4_rewrite ... ok
5852026-05-11T21:08:11.687Ztest engine::packet::test::read_multi_segment ... ok
5862026-05-11T21:08:11.692Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5872026-05-11T21:08:11.692Ztest engine::packet::test::small_packet_with_padding ... ok
5882026-05-11T21:08:11.692Ztest engine::rule::rule_matching ... ok
5892026-05-11T21:08:11.693Ztest engine::packet::test::udp6_packet_with_padding ... ok
5902026-05-11T21:08:11.693Ztest engine::ip::v6::test::push_spec ... ok
5912026-05-11T21:08:11.693Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5922026-05-11T21:08:11.693Ztest engine::packet::test::straddled_tcp ... ok
5932026-05-11T21:08:11.693Ztest engine::packet::test::read_single_segment ... ok
5942026-05-11T21:08:11.693Ztest engine::snat::test::nat_mappings ... ok
5952026-05-11T21:08:11.693Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5962026-05-11T21:08:11.693Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5972026-05-11T21:08:11.693Z
5982026-05-11T21:08:11.693Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5992026-05-11T21:08:11.693Z
6002026-05-11T21:08:11.693Z Doc-tests opte
6012026-05-11T21:08:13.621Z
6022026-05-11T21:08:13.621Zrunning 3 tests
6032026-05-11T21:08:13.626Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6042026-05-11T21:08:13.626Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6052026-05-11T21:08:13.626Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6062026-05-11T21:08:13.626Z
6072026-05-11T21:08:13.626Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-05-11T21:08:13.626Z
6092026-05-11T21:08:13.633Zall doctests ran in 1.35s; merged doctests compilation took 1.34s
6102026-05-11T21:08:13.678Z
6112026-05-11T21:08:13.689Zreal 22.610375309
6122026-05-11T21:08:13.689Zuser 1:56.052244223
6132026-05-11T21:08:13.689Zsys 6.952088661
6142026-05-11T21:08:13.689Ztrap 0.054623421
6152026-05-11T21:08:13.689Ztflt 0.174061740
6162026-05-11T21:08:13.689Zdflt 0.362886973
6172026-05-11T21:08:13.689Zkflt 0.000006770
6182026-05-11T21:08:13.689Zlock 5:43.083636557
6192026-05-11T21:08:13.689Zslp 3:36.504385131
6202026-05-11T21:08:13.689Zlat 6.067613600
6212026-05-11T21:08:13.689Zstop 2.508333851
6222026-05-11T21:08:13.689Zprocess exited: duration 83430 ms, exit code 0
 
6232026-05-11T21:08:13.708Zfound 0 output files