01KVYF72XDGY89H2MXAXZEBXMB: opte

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

Buildomat Job: 01KVYF7PQXXEH6A14EHABEJWVH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:44.764Zjob assigned to worker 01KVYF7RW6ABQS7NM2R7VEKPYS [factory aws, i-087fa469137704856] (queued for 44 s)
 
22026-06-25T04:05:51.023Zstarting task 0: "setup"
32026-06-25T04:05:51.028Z++ uname -s
42026-06-25T04:05:51.032Z+ kern=SunOS
52026-06-25T04:05:51.032Z+ build_user=build
62026-06-25T04:05:51.032Z+ build_uid=12345
72026-06-25T04:05:51.032Z+ work_dir=/work
82026-06-25T04:05:51.032Z+ input_dir=/input
92026-06-25T04:05:51.032Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:51.032Z+ case "$kern" in
112026-06-25T04:05:51.032Z+ groupadd -g 12345 build
122026-06-25T04:05:51.032Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:53.039Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:53.149Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:53.152Z+ home_fs=zfs
162026-06-25T04:05:53.152Z+ [[ zfs == autofs ]]
172026-06-25T04:05:53.152Z+ mkdir -p /home/build
182026-06-25T04:05:53.152Z+ chown build:build /home/build /work
192026-06-25T04:05:55.160Z+ chmod 0700 /home/build /work
202026-06-25T04:05:55.166Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-25T04:05:55.208Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:55.258Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:55.259Z * rust toolchain channel = "1.96.0"
242026-06-25T04:05:55.259Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T04:05:55.259Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T04:05:55.259Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T04:05:55.259Z * rust toolchain profile = "default"
282026-06-25T04:05:55.259Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:55.259Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:55.303Zinfo: downloading installer
312026-06-25T04:05:56.857Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:05:56.857Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:05:56.857Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:05:56.857Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:05:56.866Zinfo: profile set to default
362026-06-25T04:05:56.866Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:05:56.866Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:05:57.008Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:05:57.012Zinfo: downloading 6 components
402026-06-25T04:06:13.449Z
412026-06-25T04:06:13.449Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-25T04:06:13.477Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:06:13.477Z
442026-06-25T04:06:13.477Z
452026-06-25T04:06:13.477ZRust is installed now. Great!
462026-06-25T04:06:13.477Z
472026-06-25T04:06:13.477ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:06:13.498Zenvironment variable. This has not been done automatically.
492026-06-25T04:06:13.498Z
502026-06-25T04:06:13.499ZTo configure your current shell, you need to source
512026-06-25T04:06:13.499Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:06:13.499Z
532026-06-25T04:06:13.499ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:06:13.499Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:06:13.499Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:06:13.499Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:06:13.499Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:06:13.499Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:06:13.499Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:06:13.499Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:06:13.499Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:06:13.568Z+ rustup --version
632026-06-25T04:06:13.577Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:06:13.580Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:06:13.598Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:06:13.602Z+ cargo --version
672026-06-25T04:06:13.613Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:06:13.617Z+ rustc --version
692026-06-25T04:06:13.635Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:06:13.638Zprocess exited: duration 18434 ms, exit code 0
 
712026-06-25T04:06:13.645Zstarting task 2: "authentication"
722026-06-25T04:06:13.662Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T04:06:13.669Zstarting task 3: "clone repository"
742026-06-25T04:06:13.673Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:06:13.676Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:06:13.703ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:06:14.555Z+ cd /work/oxidecomputer/opte
782026-06-25T04:06:14.555Z+ git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c
792026-06-25T04:06:14.783ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:06:14.783Z * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD
812026-06-25T04:06:14.789Z+ [[ -n '' ]]
822026-06-25T04:06:14.789Z+ git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c
832026-06-25T04:06:14.806ZHEAD is now at 661422f Update Rust to nightly-2026-06-25
842026-06-25T04:06:14.809Zprocess exited: duration 1138 ms, exit code 0
 
852026-06-25T04:06:14.816Zstarting task 4: "build"
862026-06-25T04:06:14.819Z+ source .github/buildomat/common.sh
872026-06-25T04:06:14.822Z++ rustup show active-toolchain
882026-06-25T04:06:14.825Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T04:06:14.828Z++ pushd xde
902026-06-25T04:06:14.828Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-06-25T04:06:14.828Z++ rustup show active-toolchain
922026-06-25T04:06:14.831Zinfo: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos
932026-06-25T04:06:15.004Zinfo: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23)
942026-06-25T04:06:15.008Zinfo: downloading 6 components
952026-06-25T04:06:30.408Znightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T04:06:30.506Z+++ rustup show active-toolchain -v
972026-06-25T04:06:30.510Z+++ head -n 1
982026-06-25T04:06:30.510Z+++ cut '-d ' -f1
992026-06-25T04:06:30.563Z++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1002026-06-25T04:06:30.563Z++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1012026-06-25T04:06:30.563Z++ popd
1022026-06-25T04:06:30.569Z/work/oxidecomputer/opte
1032026-06-25T04:06:30.569Z+ cargo --version
1042026-06-25T04:06:30.573Zcargo 1.96.0 (30a34c682 2026-05-25)
1052026-06-25T04:06:30.573Z+ rustc --version
1062026-06-25T04:06:30.595Zrustc 1.96.0 (ac68faa20 2026-05-25)
1072026-06-25T04:06:30.598Z+ cd lib/opte
1082026-06-25T04:06:30.598Z+ header 'check style'
1092026-06-25T04:06:30.599Z+ echo '# ==== check style ==== #'
1102026-06-25T04:06:30.599Z# ==== check style ==== #
1112026-06-25T04:06:30.599Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check
1122026-06-25T04:06:30.786Z
1132026-06-25T04:06:30.786Zreal 0.185730066
1142026-06-25T04:06:30.786Zuser 0.142500942
1152026-06-25T04:06:30.786Zsys 0.036769628
1162026-06-25T04:06:30.786Ztrap 0.000051350
1172026-06-25T04:06:30.786Ztflt 0.000015970
1182026-06-25T04:06:30.786Zdflt 0.000001050
1192026-06-25T04:06:30.786Zkflt 0.000000000
1202026-06-25T04:06:30.786Zlock 0.031623226
1212026-06-25T04:06:30.786Zslp 0.165635306
1222026-06-25T04:06:30.786Zlat 0.000716550
1232026-06-25T04:06:30.787Zstop 0.000086630
1242026-06-25T04:06:30.790Z+ header 'check docs'
1252026-06-25T04:06:30.790Z+ echo '# ==== check docs ==== #'
1262026-06-25T04:06:30.791Z# ==== check docs ==== #
1272026-06-25T04:06:30.791Z+ RUSTDOCFLAGS='-D warnings'
1282026-06-25T04:06:30.791Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1292026-06-25T04:06:30.857Z Updating crates.io index
1302026-06-25T04:06:30.860Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-06-25T04:06:31.534Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-06-25T04:06:31.885Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-06-25T04:06:32.251Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-06-25T04:06:32.526Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-06-25T04:06:32.781Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-06-25T04:06:33.023Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-06-25T04:06:36.281Z Downloading crates ...
1382026-06-25T04:06:36.335Z Downloaded defmt-parser v1.0.0
1392026-06-25T04:06:36.379Z Downloaded zerocopy v0.8.52
1402026-06-25T04:06:36.388Z Downloaded embedded-io v0.6.1
1412026-06-25T04:06:36.391Z Downloaded hash32 v0.3.1
1422026-06-25T04:06:36.392Z Downloaded managed v0.8.0
1432026-06-25T04:06:36.392Z Downloaded crc32fast v1.5.0
1442026-06-25T04:06:36.392Z Downloaded block-buffer v0.10.4
1452026-06-25T04:06:36.392Z Downloaded fnv v1.0.7
1462026-06-25T04:06:36.392Z Downloaded ingot v0.1.1
1472026-06-25T04:06:36.395Z Downloaded dtrace-parser v0.3.0
1482026-06-25T04:06:36.395Z Downloaded ipnetwork v0.21.1
1492026-06-25T04:06:36.395Z Downloaded tabwriter v1.4.1
1502026-06-25T04:06:36.395Z Downloaded proc-macro-error-attr2 v2.0.0
1512026-06-25T04:06:36.395Z Downloaded cpufeatures v0.2.17
1522026-06-25T04:06:36.399Z Downloaded dof v0.4.0
1532026-06-25T04:06:36.399Z Downloaded either v1.16.0
1542026-06-25T04:06:36.399Z Downloaded crypto-common v0.1.7
1552026-06-25T04:06:36.402Z Downloaded ref-cast-impl v1.0.25
1562026-06-25T04:06:36.402Z Downloaded cobs v0.3.0
1572026-06-25T04:06:36.406Z Downloaded defmt-macros v1.1.0
1582026-06-25T04:06:36.411Z Downloaded pretty-hex v0.4.2
1592026-06-25T04:06:36.414Z Downloaded generic-array v0.14.7
1602026-06-25T04:06:36.417Z Downloaded ingot-types v0.1.2
1612026-06-25T04:06:36.420Z Downloaded digest v0.10.7
1622026-06-25T04:06:36.423Z Downloaded darling_core v0.21.3
1632026-06-25T04:06:36.428Z Downloaded darling v0.23.0
1642026-06-25T04:06:36.445Z Downloaded dyn-clone v1.0.20
1652026-06-25T04:06:36.448Z Downloaded version_check v0.9.5
1662026-06-25T04:06:36.448Z Downloaded scroll_derive v0.13.1
1672026-06-25T04:06:36.462Z Downloaded regex v1.12.4
1682026-06-25T04:06:36.469Z Downloaded cfg-if v1.0.4
1692026-06-25T04:06:36.473Z Downloaded darling_macro v0.23.0
1702026-06-25T04:06:36.473Z Downloaded ident_case v1.0.1
1712026-06-25T04:06:36.473Z Downloaded embedded-io v0.4.0
1722026-06-25T04:06:36.473Z Downloaded plain v0.2.3
1732026-06-25T04:06:36.477Z Downloaded darling_macro v0.21.3
1742026-06-25T04:06:36.477Z Downloaded defmt v0.3.100
1752026-06-25T04:06:36.480Z Downloaded macaddr v1.0.1
1762026-06-25T04:06:36.498Z Downloaded stable_deref_trait v1.2.1
1772026-06-25T04:06:36.502Z Downloaded itoa v1.0.18
1782026-06-25T04:06:36.524Z Downloaded ref-cast v1.0.25
1792026-06-25T04:06:36.528Z Downloaded quote v1.0.46
1802026-06-25T04:06:36.528Z Downloaded usdt-macro v0.6.0
1812026-06-25T04:06:36.528Z Downloaded proc-macro-error2 v2.0.1
1822026-06-25T04:06:36.536Z Downloaded usdt v0.6.0
1832026-06-25T04:06:36.540Z Downloaded strsim v0.11.1
1842026-06-25T04:06:36.569Z Downloaded thread-id v5.1.0
1852026-06-25T04:06:36.570Z Downloaded pest_generator v2.8.6
1862026-06-25T04:06:36.570Z Downloaded serde_tokenstream v0.2.3
1872026-06-25T04:06:36.570Z Downloaded byteorder v1.5.0
1882026-06-25T04:06:36.570Z Downloaded zmij v1.0.21
1892026-06-25T04:06:36.570Z Downloaded ucd-trie v0.1.7
1902026-06-25T04:06:36.570Z Downloaded scroll v0.13.0
1912026-06-25T04:06:36.570Z Downloaded thiserror-impl v2.0.18
1922026-06-25T04:06:36.575Z Downloaded darling v0.21.3
1932026-06-25T04:06:36.575Z Downloaded defmt v1.1.0
1942026-06-25T04:06:36.581Z Downloaded thiserror v2.0.18
1952026-06-25T04:06:36.582Z Downloaded usdt-attr-macro v0.6.0
1962026-06-25T04:06:36.582Z Downloaded sha2 v0.10.9
1972026-06-25T04:06:36.592Z Downloaded serde_core v1.0.228
1982026-06-25T04:06:36.610Z Downloaded memmap2 v0.9.10
1992026-06-25T04:06:36.610Z Downloaded ingot-macros v0.1.1
2002026-06-25T04:06:36.615Z Downloaded usdt-impl v0.6.0
2012026-06-25T04:06:36.615Z Downloaded bitflags v1.3.2
2022026-06-25T04:06:36.615Z Downloaded pest_derive v2.8.6
2032026-06-25T04:06:36.620Z Downloaded bitflags v2.13.0
2042026-06-25T04:06:36.625Z Downloaded postcard v1.1.3
2052026-06-25T04:06:36.631Z Downloaded serde_derive v1.0.228
2062026-06-25T04:06:36.644Z Downloaded darling_core v0.23.0
2072026-06-25T04:06:36.651Z Downloaded unicode-ident v1.0.24
2082026-06-25T04:06:36.656Z Downloaded log v0.4.33
2092026-06-25T04:06:36.656Z Downloaded heapless v0.8.0
2102026-06-25T04:06:36.662Z Downloaded pest_meta v2.8.6
2112026-06-25T04:06:36.666Z Downloaded proc-macro2 v1.0.106
2122026-06-25T04:06:36.689Z Downloaded memchr v2.8.2
2132026-06-25T04:06:36.692Z Downloaded serde v1.0.228
2142026-06-25T04:06:36.698Z Downloaded zerocopy-derive v0.8.52
2152026-06-25T04:06:36.701Z Downloaded typenum v1.20.1
2162026-06-25T04:06:36.705Z Downloaded itertools v0.15.0
2172026-06-25T04:06:36.715Z Downloaded pest v2.8.6
2182026-06-25T04:06:36.752Z Downloaded itertools v0.14.0
2192026-06-25T04:06:36.763Z Downloaded unicode-width v0.2.2
2202026-06-25T04:06:36.779Z Downloaded aho-corasick v1.1.4
2212026-06-25T04:06:36.783Z Downloaded serde_json v1.0.150
2222026-06-25T04:06:36.816Z Downloaded goblin v0.10.7
2232026-06-25T04:06:36.825Z Downloaded syn v2.0.118
2242026-06-25T04:06:36.837Z Downloaded smoltcp v0.11.0
2252026-06-25T04:06:36.845Z Downloaded regex-syntax v0.8.11
2262026-06-25T04:06:36.889Z Downloaded regex-automata v0.4.14
2272026-06-25T04:06:36.902Z Downloaded libc v0.2.186
2282026-06-25T04:06:36.962Z Compiling proc-macro2 v1.0.106
2292026-06-25T04:06:36.962Z Compiling quote v1.0.46
2302026-06-25T04:06:36.965Z Compiling unicode-ident v1.0.24
2312026-06-25T04:06:36.965Z Documenting unicode-ident v1.0.24
2322026-06-25T04:06:36.965Z Compiling ident_case v1.0.1
2332026-06-25T04:06:36.965Z Compiling strsim v0.11.1
2342026-06-25T04:06:36.966Z Compiling serde_core v1.0.228
2352026-06-25T04:06:37.117Z Compiling fnv v1.0.7
2362026-06-25T04:06:37.141Z Compiling memchr v2.8.2
2372026-06-25T04:06:37.203Z Compiling serde v1.0.228
2382026-06-25T04:06:37.363Z Compiling regex-syntax v0.8.11
2392026-06-25T04:06:37.404Z Compiling thiserror v2.0.18
2402026-06-25T04:06:37.412Z Compiling zerocopy v0.8.52
2412026-06-25T04:06:37.519Z Documenting proc-macro2 v1.0.106
2422026-06-25T04:06:37.700Z Compiling aho-corasick v1.1.4
2432026-06-25T04:06:37.985Z Compiling syn v2.0.118
2442026-06-25T04:06:38.094Z Checking byteorder v1.5.0
2452026-06-25T04:06:38.100Z Documenting quote v1.0.46
2462026-06-25T04:06:38.248Z Compiling either v1.16.0
2472026-06-25T04:06:38.594Z Documenting syn v2.0.118
2482026-06-25T04:06:38.676Z Compiling itertools v0.14.0
2492026-06-25T04:06:38.839Z Compiling regex-automata v0.4.14
2502026-06-25T04:06:39.129Z Compiling heapless v0.8.0
2512026-06-25T04:06:39.417Z Documenting memchr v2.8.2
2522026-06-25T04:06:39.611Z Checking bitflags v2.13.0
2532026-06-25T04:06:39.763Z Checking hash32 v0.3.1
2542026-06-25T04:06:39.872Z Documenting serde_core v1.0.228
2552026-06-25T04:06:39.992Z Checking stable_deref_trait v1.2.1
2562026-06-25T04:06:40.005Z Documenting regex-syntax v0.8.11
2572026-06-25T04:06:40.054Z Checking macaddr v1.0.1
2582026-06-25T04:06:40.061Z Documenting aho-corasick v1.1.4
2592026-06-25T04:06:40.222Z Checking cfg-if v1.0.4
2602026-06-25T04:06:40.283Z Checking darling_core v0.21.3
2612026-06-25T04:06:40.948Z Compiling regex v1.12.4
2622026-06-25T04:06:41.102Z Documenting regex-automata v0.4.14
2632026-06-25T04:06:41.214Z Compiling darling_core v0.23.0
2642026-06-25T04:06:41.252Z Compiling smoltcp v0.11.0
2652026-06-25T04:06:41.615Z Documenting thiserror-impl v2.0.18
2662026-06-25T04:06:41.634Z Documenting zerocopy-derive v0.8.52
2672026-06-25T04:06:41.656Z Compiling zerocopy-derive v0.8.52
2682026-06-25T04:06:41.743Z Compiling thiserror-impl v2.0.18
2692026-06-25T04:06:42.490Z Compiling serde_derive v1.0.228
2702026-06-25T04:06:42.542Z Documenting regex v1.12.4
2712026-06-25T04:06:42.589Z Documenting serde_derive v1.0.228
2722026-06-25T04:06:42.802Z Compiling darling_macro v0.21.3
2732026-06-25T04:06:43.050Z Checking cobs v0.3.0
2742026-06-25T04:06:43.056Z Checking bitflags v1.3.2
2752026-06-25T04:06:43.113Z Checking managed v0.8.0
2762026-06-25T04:06:43.179Z Documenting byteorder v1.5.0
2772026-06-25T04:06:43.298Z Documenting zerocopy v0.8.52
2782026-06-25T04:06:43.339Z Compiling darling_macro v0.23.0
2792026-06-25T04:06:43.386Z Compiling darling v0.21.3
2802026-06-25T04:06:43.460Z Compiling ingot-macros v0.1.1
2812026-06-25T04:06:43.475Z Documenting ingot-macros v0.1.1
2822026-06-25T04:06:43.729Z Documenting thiserror v2.0.18
2832026-06-25T04:06:43.869Z Documenting hash32 v0.3.1
2842026-06-25T04:06:43.918Z Documenting bitflags v2.13.0
2852026-06-25T04:06:44.259Z Documenting cfg-if v1.0.4
2862026-06-25T04:06:44.428Z Documenting stable_deref_trait v1.2.1
2872026-06-25T04:06:44.621Z Compiling crc32fast v1.5.0
2882026-06-25T04:06:44.799Z Documenting macaddr v1.0.1
2892026-06-25T04:06:44.922Z Compiling ref-cast v1.0.25
2902026-06-25T04:06:44.968Z Documenting cobs v0.3.0
2912026-06-25T04:06:45.151Z Documenting heapless v0.8.0
2922026-06-25T04:06:45.288Z Documenting serde v1.0.228
2932026-06-25T04:06:45.593Z Compiling ref-cast-impl v1.0.25
2942026-06-25T04:06:45.641Z Checking postcard v1.1.3
2952026-06-25T04:06:45.921Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2962026-06-25T04:06:45.927Z Compiling version_check v0.9.5
2972026-06-25T04:06:46.228Z Checking unicode-width v0.2.2
2982026-06-25T04:06:46.233Z Checking ipnetwork v0.21.1
2992026-06-25T04:06:46.269Z Checking ingot-types v0.1.2
3002026-06-25T04:06:46.386Z Documenting managed v0.8.0
3012026-06-25T04:06:46.398Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-06-25T04:06:46.405Z Documenting ingot-types v0.1.2
3032026-06-25T04:06:46.474Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-06-25T04:06:46.608Z Checking ingot v0.1.1
3052026-06-25T04:06:46.648Z Compiling darling v0.23.0
3062026-06-25T04:06:46.674Z Documenting ref-cast-impl v1.0.25
3072026-06-25T04:06:46.721Z Documenting unicode-width v0.2.2
3082026-06-25T04:06:46.822Z Documenting postcard v1.1.3
3092026-06-25T04:06:46.938Z Documenting ipnetwork v0.21.1
3102026-06-25T04:06:47.069Z Documenting smoltcp v0.11.0
3112026-06-25T04:06:47.312Z Documenting either v1.16.0
3122026-06-25T04:06:47.590Z Documenting ingot v0.1.1
3132026-06-25T04:06:47.768Z Documenting tabwriter v1.4.1
3142026-06-25T04:06:48.018Z Documenting ref-cast v1.0.25
3152026-06-25T04:06:48.165Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3162026-06-25T04:06:48.270Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3172026-06-25T04:06:48.524Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-06-25T04:06:48.759Z Documenting itertools v0.15.0
3192026-06-25T04:06:49.054Z Checking tabwriter v1.4.1
3202026-06-25T04:06:49.152Z Checking itertools v0.15.0
3212026-06-25T04:06:49.276Z Documenting crc32fast v1.5.0
3222026-06-25T04:06:49.335Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3232026-06-25T04:06:49.368Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3242026-06-25T04:06:49.628Z Documenting dyn-clone v1.0.20
3252026-06-25T04:06:49.878Z Checking dyn-clone v1.0.20
3262026-06-25T04:06:50.374Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-25T04:06:52.031Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3282026-06-25T04:06:54.310Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.51s
3292026-06-25T04:06:54.385Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3302026-06-25T04:06:54.409Z
3312026-06-25T04:06:54.414Zreal 23.603625044
3322026-06-25T04:06:54.414Zuser 1:17.361191232
3332026-06-25T04:06:54.414Zsys 16.531871210
3342026-06-25T04:06:54.414Ztrap 0.048032005
3352026-06-25T04:06:54.414Ztflt 0.118653197
3362026-06-25T04:06:54.414Zdflt 0.105961057
3372026-06-25T04:06:54.414Zkflt 0.004427236
3382026-06-25T04:06:54.414Zlock 7:57.247227260
3392026-06-25T04:06:54.414Zslp 4:23.252733309
3402026-06-25T04:06:54.414Zlat 8.024242616
3412026-06-25T04:06:54.414Zstop 12.240887535
3422026-06-25T04:06:54.414Z+ header 'analyze std + api'
3432026-06-25T04:06:54.414Z+ echo '# ==== analyze std + api ==== #'
3442026-06-25T04:06:54.415Z# ==== analyze std + api ==== #
3452026-06-25T04:06:54.415Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3462026-06-25T04:06:54.650Z Compiling proc-macro2 v1.0.106
3472026-06-25T04:06:54.650Z Compiling quote v1.0.46
3482026-06-25T04:06:54.650Z Compiling unicode-ident v1.0.24
3492026-06-25T04:06:54.650Z Compiling memchr v2.8.2
3502026-06-25T04:06:54.650Z Compiling thiserror v2.0.18
3512026-06-25T04:06:54.650Z Compiling zerocopy v0.8.52
3522026-06-25T04:06:54.654Z Compiling zmij v1.0.21
3532026-06-25T04:06:54.654Z Compiling serde_core v1.0.228
3542026-06-25T04:06:54.832Z Compiling libc v0.2.186
3552026-06-25T04:06:54.994Z Compiling strsim v0.11.1
3562026-06-25T04:06:55.022Z Compiling serde_json v1.0.150
3572026-06-25T04:06:55.026Z Compiling ucd-trie v0.1.7
3582026-06-25T04:06:55.035Z Compiling ident_case v1.0.1
3592026-06-25T04:06:55.216Z Compiling pest v2.8.6
3602026-06-25T04:06:55.269Z Compiling serde v1.0.228
3612026-06-25T04:06:55.542Z Compiling fnv v1.0.7
3622026-06-25T04:06:55.667Z Compiling aho-corasick v1.1.4
3632026-06-25T04:06:55.671Z Compiling itoa v1.0.18
3642026-06-25T04:06:55.836Z Compiling regex-syntax v0.8.11
3652026-06-25T04:06:55.943Z Checking byteorder v1.5.0
3662026-06-25T04:06:56.059Z Compiling syn v2.0.118
3672026-06-25T04:06:56.395Z Compiling pest_meta v2.8.6
3682026-06-25T04:06:56.491Z Compiling either v1.16.0
3692026-06-25T04:06:56.605Z Compiling usdt-impl v0.6.0
3702026-06-25T04:06:56.688Z Compiling itertools v0.14.0
3712026-06-25T04:06:57.011Z Compiling thread-id v5.1.0
3722026-06-25T04:06:57.089Z Checking plain v0.2.3
3732026-06-25T04:06:57.321Z Compiling regex-automata v0.4.14
3742026-06-25T04:06:57.345Z Checking log v0.4.33
3752026-06-25T04:06:57.489Z Compiling heapless v0.8.0
3762026-06-25T04:06:57.930Z Checking bitflags v2.13.0
3772026-06-25T04:06:57.946Z Checking hash32 v0.3.1
3782026-06-25T04:06:58.063Z Checking cfg-if v1.0.4
3792026-06-25T04:06:58.074Z Checking macaddr v1.0.1
3802026-06-25T04:06:58.090Z Checking pretty-hex v0.4.2
3812026-06-25T04:06:58.120Z Checking stable_deref_trait v1.2.1
3822026-06-25T04:06:58.185Z Compiling smoltcp v0.11.0
3832026-06-25T04:06:58.393Z Compiling crc32fast v1.5.0
3842026-06-25T04:06:58.437Z Checking managed v0.8.0
3852026-06-25T04:06:58.514Z Compiling pest_generator v2.8.6
3862026-06-25T04:06:58.585Z Compiling darling_core v0.21.3
3872026-06-25T04:06:58.588Z Compiling darling_core v0.23.0
3882026-06-25T04:06:58.618Z Checking bitflags v1.3.2
3892026-06-25T04:06:58.671Z Compiling ref-cast v1.0.25
3902026-06-25T04:06:58.677Z Compiling version_check v0.9.5
3912026-06-25T04:06:58.947Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3922026-06-25T04:06:58.978Z Compiling regex v1.12.4
3932026-06-25T04:06:59.227Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3942026-06-25T04:06:59.364Z Checking memmap2 v0.9.10
3952026-06-25T04:06:59.525Z Checking unicode-width v0.2.2
3962026-06-25T04:06:59.532Z Checking ipnetwork v0.21.1
3972026-06-25T04:06:59.663Z Compiling thiserror-impl v2.0.18
3982026-06-25T04:06:59.706Z Compiling serde_derive v1.0.228
3992026-06-25T04:06:59.772Z Compiling zerocopy-derive v0.8.52
4002026-06-25T04:06:59.860Z Compiling pest_derive v2.8.6
4012026-06-25T04:07:00.286Z Compiling scroll_derive v0.13.1
4022026-06-25T04:07:00.357Z Compiling ref-cast-impl v1.0.25
4032026-06-25T04:07:00.611Z Checking itertools v0.15.0
4042026-06-25T04:07:00.691Z Compiling darling_macro v0.21.3
4052026-06-25T04:07:00.712Z Compiling darling_macro v0.23.0
4062026-06-25T04:07:01.004Z Checking dtrace-parser v0.3.0
4072026-06-25T04:07:01.120Z Checking scroll v0.13.0
4082026-06-25T04:07:01.244Z Compiling darling v0.21.3
4092026-06-25T04:07:01.266Z Checking cobs v0.3.0
4102026-06-25T04:07:01.314Z Compiling ingot-macros v0.1.1
4112026-06-25T04:07:01.344Z Checking goblin v0.10.7
4122026-06-25T04:07:01.403Z Compiling darling v0.23.0
4132026-06-25T04:07:01.474Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4142026-06-25T04:07:01.752Z Checking tabwriter v1.4.1
4152026-06-25T04:07:01.756Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-06-25T04:07:02.053Z Checking dyn-clone v1.0.20
4172026-06-25T04:07:02.823Z Checking postcard v1.1.3
4182026-06-25T04:07:02.832Z Compiling serde_tokenstream v0.2.3
4192026-06-25T04:07:03.870Z Checking ingot-types v0.1.2
4202026-06-25T04:07:03.870Z Checking dof v0.4.0
4212026-06-25T04:07:04.169Z Checking ingot v0.1.1
4222026-06-25T04:07:04.787Z Compiling usdt-macro v0.6.0
4232026-06-25T04:07:04.787Z Compiling usdt-attr-macro v0.6.0
4242026-06-25T04:07:05.374Z Checking usdt v0.6.0
4252026-06-25T04:07:05.617Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4262026-06-25T04:07:14.028Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.57s
4272026-06-25T04:07:14.057Z
4282026-06-25T04:07:14.060Zreal 19.643583017
4292026-06-25T04:07:14.060Zuser 1:04.601908544
4302026-06-25T04:07:14.061Zsys 13.028029940
4312026-06-25T04:07:14.061Ztrap 0.032928058
4322026-06-25T04:07:14.061Ztflt 0.147133608
4332026-06-25T04:07:14.061Zdflt 0.181514989
4342026-06-25T04:07:14.061Zkflt 0.000017240
4352026-06-25T04:07:14.061Zlock 3:45.691321692
4362026-06-25T04:07:14.061Zslp 3:27.760106396
4372026-06-25T04:07:14.061Zlat 3.175941672
4382026-06-25T04:07:14.061Zstop 5.998428585
4392026-06-25T04:07:14.061Z+ header 'analyze no_std + engine + kernel'
4402026-06-25T04:07:14.061Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4412026-06-25T04:07:14.061Z# ==== analyze no_std + engine + kernel ==== #
4422026-06-25T04:07:14.061Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4432026-06-25T04:07:14.237Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4442026-06-25T04:07:14.238Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-06-25T04:07:14.241Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4462026-06-25T04:07:14.241Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4472026-06-25T04:07:14.508Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-06-25T04:07:18.261Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.15s
4492026-06-25T04:07:18.286Z
4502026-06-25T04:07:18.292Zreal 4.221432498
4512026-06-25T04:07:18.292Zuser 4.584058993
4522026-06-25T04:07:18.292Zsys 0.918553189
4532026-06-25T04:07:18.292Ztrap 0.000535690
4542026-06-25T04:07:18.292Ztflt 0.010034816
4552026-06-25T04:07:18.292Zdflt 0.004671605
4562026-06-25T04:07:18.292Zkflt 0.000000590
4572026-06-25T04:07:18.292Zlock 21.959287789
4582026-06-25T04:07:18.292Zslp 16.755264009
4592026-06-25T04:07:18.292Zlat 0.021129540
4602026-06-25T04:07:18.292Zstop 0.285173345
4612026-06-25T04:07:18.292Z+ header test
4622026-06-25T04:07:18.292Z+ echo '# ==== test ==== #'
4632026-06-25T04:07:18.292Z# ==== test ==== #
4642026-06-25T04:07:18.293Z+ ptime -m cargo test
4652026-06-25T04:07:18.436Z Compiling serde_core v1.0.228
4662026-06-25T04:07:18.440Z Compiling thiserror v2.0.18
4672026-06-25T04:07:18.458Z Compiling zerocopy v0.8.52
4682026-06-25T04:07:18.461Z Compiling byteorder v1.5.0
4692026-06-25T04:07:18.464Z Compiling memchr v2.8.2
4702026-06-25T04:07:18.468Z Compiling unicode-ident v1.0.24
4712026-06-25T04:07:18.472Z Compiling scroll v0.13.0
4722026-06-25T04:07:18.472Z Compiling zmij v1.0.21
4732026-06-25T04:07:18.542Z Compiling proc-macro2 v1.0.106
4742026-06-25T04:07:18.592Z Compiling libc v0.2.186
4752026-06-25T04:07:18.678Z Compiling ucd-trie v0.1.7
4762026-06-25T04:07:18.723Z Compiling log v0.4.33
4772026-06-25T04:07:18.841Z Compiling plain v0.2.3
4782026-06-25T04:07:18.939Z Compiling itoa v1.0.18
4792026-06-25T04:07:18.943Z Compiling goblin v0.10.7
4802026-06-25T04:07:18.962Z Compiling quote v1.0.46
4812026-06-25T04:07:19.195Z Compiling pest v2.8.6
4822026-06-25T04:07:19.393Z Compiling hash32 v0.3.1
4832026-06-25T04:07:19.563Z Compiling pretty-hex v0.4.2
4842026-06-25T04:07:19.615Z Compiling macaddr v1.0.1
4852026-06-25T04:07:19.692Z Compiling cfg-if v1.0.4
4862026-06-25T04:07:19.758Z Compiling stable_deref_trait v1.2.1
4872026-06-25T04:07:19.827Z Compiling heapless v0.8.0
4882026-06-25T04:07:19.869Z Compiling syn v2.0.118
4892026-06-25T04:07:20.023Z Compiling thread-id v5.1.0
4902026-06-25T04:07:20.099Z Compiling cobs v0.3.0
4912026-06-25T04:07:20.286Z Compiling serde v1.0.228
4922026-06-25T04:07:20.384Z Compiling bitflags v2.13.0
4932026-06-25T04:07:20.470Z Compiling serde_json v1.0.150
4942026-06-25T04:07:20.802Z Compiling dtrace-parser v0.3.0
4952026-06-25T04:07:20.926Z Compiling bitflags v1.3.2
4962026-06-25T04:07:20.942Z Compiling managed v0.8.0
4972026-06-25T04:07:20.993Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4982026-06-25T04:07:21.168Z Compiling smoltcp v0.11.0
4992026-06-25T04:07:21.221Z Compiling postcard v1.1.3
5002026-06-25T04:07:21.340Z Compiling ingot-types v0.1.2
5012026-06-25T04:07:21.452Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5022026-06-25T04:07:21.574Z Compiling memmap2 v0.9.10
5032026-06-25T04:07:21.732Z Compiling ingot v0.1.1
5042026-06-25T04:07:21.868Z Compiling unicode-width v0.2.2
5052026-06-25T04:07:22.057Z Compiling dof v0.4.0
5062026-06-25T04:07:22.178Z Compiling either v1.16.0
5072026-06-25T04:07:22.388Z Compiling ipnetwork v0.21.1
5082026-06-25T04:07:22.910Z Compiling usdt-impl v0.6.0
5092026-06-25T04:07:23.600Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5102026-06-25T04:07:24.004Z Compiling usdt v0.6.0
5112026-06-25T04:07:24.379Z Compiling itertools v0.15.0
5122026-06-25T04:07:24.621Z Compiling tabwriter v1.4.1
5132026-06-25T04:07:25.036Z Compiling ref-cast v1.0.25
5142026-06-25T04:07:25.136Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5152026-06-25T04:07:25.429Z Compiling crc32fast v1.5.0
5162026-06-25T04:07:25.718Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5172026-06-25T04:07:25.851Z Compiling dyn-clone v1.0.20
5182026-06-25T04:07:40.432Z Finished `test` profile [optimized + debuginfo] target(s) in 22.13s
5192026-06-25T04:07:40.445Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-62a8bb4395836d87)
5202026-06-25T04:07:40.448Z
5212026-06-25T04:07:40.448Zrunning 83 tests
5222026-06-25T04:07:40.448Ztest d_error::tests::name_truncation ... ok
5232026-06-25T04:07:40.448Ztest d_error::tests::name_and_data_storage ... ok
5242026-06-25T04:07:40.448Ztest ddi::mblk::test::chain_append_links ... ok
5252026-06-25T04:07:40.448Ztest ddi::mblk::test::chain_breaks_links ... ok
5262026-06-25T04:07:40.448Ztest ddi::mblk::test::expand_and_shrink ... ok
5272026-06-25T04:07:40.448Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5282026-06-25T04:07:40.448Ztest ddi::mblk::test::chain_drain_complete ... ok
5292026-06-25T04:07:40.448Ztest ddi::mblk::test::prefix_len ... ok
5302026-06-25T04:07:40.448Ztest ddi::mblk::test::read_seg ... ok
5312026-06-25T04:07:40.448Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5322026-06-25T04:07:40.448Ztest ddi::mblk::test::uninitialized_packet ... ok
5332026-06-25T04:07:40.448Ztest ddi::mblk::test::wrap ... ok
5342026-06-25T04:07:40.448Ztest ddi::mblk::test::truncate ... ok
5352026-06-25T04:07:40.448Ztest ddi::mblk::test::zero_byte_packet ... ok
5362026-06-25T04:07:40.448Ztest engine::dhcp::test::domain_search_option_encode ... ok
5372026-06-25T04:07:40.448Ztest ddi::time::test::good_interval ... ok
5382026-06-25T04:07:40.448Ztest engine::dhcp::test::domainname_encode ... ok
5392026-06-25T04:07:40.448Ztest engine::dhcp::test::hostname_encode ... ok
5402026-06-25T04:07:40.448Ztest engine::dhcp::test::offlink_encode ... ok
5412026-06-25T04:07:40.448Ztest engine::dhcp::test::rfc3442_encode ... ok
5422026-06-25T04:07:40.448Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5432026-06-25T04:07:40.451Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5442026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_client_id ... ok
5452026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5462026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_iata ... ok
5472026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_iana ... ok
5482026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5492026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5502026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5512026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5522026-06-25T04:07:40.452Ztest ddi::time::test::bad_interval - should panic ... ok
5532026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5542026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_server_id ... ok
5552026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5562026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_option_request ... ok
5572026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5582026-06-25T04:07:40.452Ztest engine::dhcpv6::options::test::test_status ... ok
5592026-06-25T04:07:40.452Ztest engine::ether::test::emit ... ok
5602026-06-25T04:07:40.452Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5612026-06-25T04:07:40.452Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5622026-06-25T04:07:40.452Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5632026-06-25T04:07:40.452Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5642026-06-25T04:07:40.452Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5652026-06-25T04:07:40.452Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5662026-06-25T04:07:40.452Ztest engine::flow_table::test::flow_clear ... ok
5672026-06-25T04:07:40.452Ztest engine::flow_table::test::eviction_basics ... ok
5682026-06-25T04:07:40.452Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5692026-06-25T04:07:40.452Ztest engine::flow_table::test::flow_expired ... ok
5702026-06-25T04:07:40.452Ztest engine::flow_table::test::priority_lerp ... ok
5712026-06-25T04:07:40.452Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5722026-06-25T04:07:40.452Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5732026-06-25T04:07:40.452Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5742026-06-25T04:07:40.452Ztest engine::ip::v4::test::cidr_match ... ok
5752026-06-25T04:07:40.452Ztest engine::geneve::test::emit_single_opt ... ok
5762026-06-25T04:07:40.452Ztest engine::ip::v4::test::match_check ... ok
5772026-06-25T04:07:40.452Ztest engine::geneve::test::emit_no_opts ... ok
5782026-06-25T04:07:40.452Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5792026-06-25T04:07:40.452Ztest engine::ip::v4::test::emit ... ok
5802026-06-25T04:07:40.452Ztest engine::ip::v6::test::option_push_spec ... ok
5812026-06-25T04:07:40.452Ztest engine::ip::v6::test::from_pairs ... ok
5822026-06-25T04:07:40.453Ztest engine::ip::v6::test::extension_push_spec ... ok
5832026-06-25T04:07:40.453Ztest engine::ip::v6::test::emit ... ok
5842026-06-25T04:07:40.453Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5852026-06-25T04:07:40.453Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5862026-06-25T04:07:40.453Ztest engine::layer::test::find_rule ... ok
5872026-06-25T04:07:40.453Ztest engine::ip::v6::test::test_set_total_len ... ok
5882026-06-25T04:07:40.453Ztest engine::packet::test::read_multi_segment ... ok
5892026-06-25T04:07:40.453Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5902026-06-25T04:07:40.453Ztest engine::packet::test::read_single_segment ... ok
5912026-06-25T04:07:40.453Ztest engine::nat::test::nat4_rewrite ... ok
5922026-06-25T04:07:40.453Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5932026-06-25T04:07:40.453Ztest engine::packet::test::small_packet_with_padding ... ok
5942026-06-25T04:07:40.453Ztest engine::packet::test::straddled_tcp ... ok
5952026-06-25T04:07:40.453Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5962026-06-25T04:07:40.453Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5972026-06-25T04:07:40.453Ztest engine::packet::test::udp6_packet_with_padding ... ok
5982026-06-25T04:07:40.453Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5992026-06-25T04:07:40.453Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6002026-06-25T04:07:40.453Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-06-25T04:07:40.453Ztest engine::rule::rule_matching ... ok
6022026-06-25T04:07:40.453Ztest engine::ip::v6::test::push_spec ... ok
6032026-06-25T04:07:40.453Ztest engine::snat::test::nat_mappings ... ok
6042026-06-25T04:07:40.453Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6052026-06-25T04:07:40.453Z
6062026-06-25T04:07:40.453Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6072026-06-25T04:07:40.453Z
6082026-06-25T04:07:40.453Z Doc-tests opte
6092026-06-25T04:07:42.410Z
6102026-06-25T04:07:42.410Zrunning 3 tests
6112026-06-25T04:07:42.413Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6122026-06-25T04:07:42.414Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6132026-06-25T04:07:42.414Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6142026-06-25T04:07:42.414Z
6152026-06-25T04:07:42.414Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6162026-06-25T04:07:42.414Z
6172026-06-25T04:07:42.418Zall doctests ran in 1.40s; merged doctests compilation took 1.39s
6182026-06-25T04:07:42.458Z
6192026-06-25T04:07:42.458Zreal 24.161546273
6202026-06-25T04:07:42.458Zuser 2:00.983825454
6212026-06-25T04:07:42.458Zsys 7.222973250
6222026-06-25T04:07:42.458Ztrap 0.054228159
6232026-06-25T04:07:42.459Ztflt 0.154427993
6242026-06-25T04:07:42.463Zdflt 0.408576816
6252026-06-25T04:07:42.463Zkflt 0.000011060
6262026-06-25T04:07:42.463Zlock 5:57.034308889
6272026-06-25T04:07:42.463Zslp 3:40.860354035
6282026-06-25T04:07:42.463Zlat 5.843485317
6292026-06-25T04:07:42.463Zstop 3.128781174
6302026-06-25T04:07:42.463Zprocess exited: duration 87641 ms, exit code 0
 
6312026-06-25T04:07:42.470Zfound 0 output files