01KSQRBWS0KHDEJVX7F9FJ7YP0: opte

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

Buildomat Job: 01KSQRCASQ26SJY818PM11H2T7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:59:33.372Zjob assigned to worker 01KSQRCJAEZG86VQGWAAZ18EDF [factory aws, i-0ef8d4c3b95b8887c] (queued for 48 s)
 
22026-05-28T16:59:40.312Zstarting task 0: "setup"
32026-05-28T16:59:40.321Z++ uname -s
42026-05-28T16:59:40.321Z+ kern=SunOS
52026-05-28T16:59:40.321Z+ build_user=build
62026-05-28T16:59:40.321Z+ build_uid=12345
72026-05-28T16:59:40.321Z+ work_dir=/work
82026-05-28T16:59:40.321Z+ input_dir=/input
92026-05-28T16:59:40.321Z+ [[ 0 == 12345 ]]
102026-05-28T16:59:40.321Z+ case "$kern" in
112026-05-28T16:59:40.321Z+ groupadd -g 12345 build
122026-05-28T16:59:40.324Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:59:42.326Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:59:42.441Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:59:42.445Z+ home_fs=zfs
162026-05-28T16:59:42.445Z+ [[ zfs == autofs ]]
172026-05-28T16:59:42.445Z+ mkdir -p /home/build
182026-05-28T16:59:42.445Z+ chown build:build /home/build /work
192026-05-28T16:59:44.446Z+ chmod 0700 /home/build /work
202026-05-28T16:59:44.449Zprocess exited: duration 4138 ms, exit code 0
 
212026-05-28T16:59:44.455Zstarting task 1: "rust-toolchain"
222026-05-28T16:59:44.459Z * rust toolchain channel = "1.95.0"
232026-05-28T16:59:44.459Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
242026-05-28T16:59:44.459Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-28T16:59:44.459Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-28T16:59:44.459Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T16:59:44.459Z * rust toolchain profile = "default"
282026-05-28T16:59:44.462Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:59:44.462Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T16:59:44.565Zinfo: downloading installer
312026-05-28T16:59:45.852Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:59:45.852Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:59:45.852Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:59:45.855Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:59:45.865Zinfo: profile set to default
362026-05-28T16:59:45.865Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:59:45.868Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T16:59:45.998Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T16:59:46.002Zinfo: downloading 6 components
402026-05-28T17:00:00.566Z
412026-05-28T17:00:00.566Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-05-28T17:00:00.604Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T17:00:00.604Z
442026-05-28T17:00:00.604Z
452026-05-28T17:00:00.604ZRust is installed now. Great!
462026-05-28T17:00:00.604Z
472026-05-28T17:00:00.604ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T17:00:00.604Zenvironment variable. This has not been done automatically.
492026-05-28T17:00:00.604Z
502026-05-28T17:00:00.604ZTo configure your current shell, you need to source
512026-05-28T17:00:00.604Zthe corresponding env file under $HOME/.cargo.
522026-05-28T17:00:00.604Z
532026-05-28T17:00:00.604ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T17:00:00.604Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T17:00:00.604Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T17:00:00.607Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T17:00:00.607Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T17:00:00.607Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T17:00:00.607Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T17:00:00.607Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T17:00:00.607Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T17:00:00.694Z+ rustup --version
632026-05-28T17:00:00.703Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T17:00:00.706Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T17:00:00.724Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T17:00:00.727Z+ cargo --version
672026-05-28T17:00:00.741Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T17:00:00.744Z+ rustc --version
692026-05-28T17:00:00.764Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T17:00:00.767Zprocess exited: duration 16311 ms, exit code 0
 
712026-05-28T17:00:00.773Zstarting task 2: "authentication"
722026-05-28T17:00:00.789Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T17:00:00.795Zstarting task 3: "clone repository"
742026-05-28T17:00:00.798Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T17:00:00.801Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T17:00:00.838ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T17:00:02.387Z+ cd /work/oxidecomputer/opte
782026-05-28T17:00:02.387Z+ git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
792026-05-28T17:00:02.897ZFrom https://github.com/oxidecomputer/opte
802026-05-28T17:00:02.897Z * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD
812026-05-28T17:00:02.903Z+ [[ -n eviction-policy ]]
822026-05-28T17:00:02.906Z++ git branch --show-current
832026-05-28T17:00:02.906Z+ current=master
842026-05-28T17:00:02.906Z+ [[ master != eviction-policy ]]
852026-05-28T17:00:02.906Z+ git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
862026-05-28T17:00:02.909Z+ git checkout -f eviction-policy
872026-05-28T17:00:02.937ZSwitched to branch 'eviction-policy'
882026-05-28T17:00:02.940Z+ git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
892026-05-28T17:00:02.967ZHEAD is now at dba5a03 Ry review feedback.
902026-05-28T17:00:02.970Zprocess exited: duration 2172 ms, exit code 0
 
912026-05-28T17:00:02.977Zstarting task 4: "build"
922026-05-28T17:00:02.981Z+ source .github/buildomat/common.sh
932026-05-28T17:00:02.981Z++ rustup show active-toolchain
942026-05-28T17:00:02.986Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T17:00:02.989Z++ pushd xde
962026-05-28T17:00:02.989Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T17:00:02.989Z++ rustup show active-toolchain
982026-05-28T17:00:02.992Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-28T17:00:03.448Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-28T17:00:03.451Zinfo: downloading 6 components
1012026-05-28T17:00:17.051Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T17:00:17.148Z+++ rustup show active-toolchain -v
1032026-05-28T17:00:17.151Z+++ head -n 1
1042026-05-28T17:00:17.151Z+++ cut '-d ' -f1
1052026-05-28T17:00:17.205Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-28T17:00:17.205Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-28T17:00:17.205Z++ popd
1082026-05-28T17:00:17.205Z/work/oxidecomputer/opte
1092026-05-28T17:00:17.213Z+ cargo --version
1102026-05-28T17:00:17.220Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-28T17:00:17.220Z+ rustc --version
1122026-05-28T17:00:17.239Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-28T17:00:17.245Z+ cd lib/opte
1142026-05-28T17:00:17.245Z+ header 'check style'
1152026-05-28T17:00:17.245Z+ echo '# ==== check style ==== #'
1162026-05-28T17:00:17.245Z# ==== check style ==== #
1172026-05-28T17:00:17.245Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-28T17:00:17.428Z
1192026-05-28T17:00:17.428Zreal 0.181472608
1202026-05-28T17:00:17.428Zuser 0.139404213
1212026-05-28T17:00:17.428Zsys 0.036332914
1222026-05-28T17:00:17.428Ztrap 0.000010000
1232026-05-28T17:00:17.428Ztflt 0.000003390
1242026-05-28T17:00:17.428Zdflt 0.000007310
1252026-05-28T17:00:17.428Zkflt 0.000000980
1262026-05-28T17:00:17.428Zlock 0.030609841
1272026-05-28T17:00:17.428Zslp 0.161130310
1282026-05-28T17:00:17.428Zlat 0.000820490
1292026-05-28T17:00:17.428Zstop 0.000085670
1302026-05-28T17:00:17.433Z+ header 'check docs'
1312026-05-28T17:00:17.433Z+ echo '# ==== check docs ==== #'
1322026-05-28T17:00:17.433Z# ==== check docs ==== #
1332026-05-28T17:00:17.433Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-28T17:00:17.433Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-28T17:00:17.497Z Updating crates.io index
1362026-05-28T17:00:17.501Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-28T17:00:18.486Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-28T17:00:19.180Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-28T17:00:19.658Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-28T17:00:20.036Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-28T17:00:20.498Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-28T17:00:20.823Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-28T17:00:22.709Z Downloading crates ...
1442026-05-28T17:00:22.759Z Downloaded ingot-types v0.1.2
1452026-05-28T17:00:22.762Z Downloaded digest v0.10.7
1462026-05-28T17:00:22.819Z Downloaded plain v0.2.3
1472026-05-28T17:00:22.826Z Downloaded defmt v0.3.100
1482026-05-28T17:00:22.826Z Downloaded ingot-macros v0.1.1
1492026-05-28T17:00:22.826Z Downloaded defmt-macros v1.0.1
1502026-05-28T17:00:22.826Z Downloaded macaddr v1.0.1
1512026-05-28T17:00:22.826Z Downloaded usdt-macro v0.6.0
1522026-05-28T17:00:22.826Z Downloaded bitflags v1.3.2
1532026-05-28T17:00:22.826Z Downloaded thiserror v2.0.18
1542026-05-28T17:00:22.826Z Downloaded embedded-io v0.6.1
1552026-05-28T17:00:22.827Z Downloaded cpufeatures v0.2.17
1562026-05-28T17:00:22.827Z Downloaded darling_core v0.21.3
1572026-05-28T17:00:22.827Z Downloaded cfg-if v1.0.4
1582026-05-28T17:00:22.827Z Downloaded itertools v0.14.0
1592026-05-28T17:00:22.827Z Downloaded hash32 v0.3.1
1602026-05-28T17:00:22.827Z Downloaded generic-array v0.14.7
1612026-05-28T17:00:22.827Z Downloaded memchr v2.8.0
1622026-05-28T17:00:22.827Z Downloaded proc-macro2 v1.0.106
1632026-05-28T17:00:22.830Z Downloaded block-buffer v0.10.4
1642026-05-28T17:00:22.835Z Downloaded strsim v0.11.1
1652026-05-28T17:00:22.835Z Downloaded proc-macro-error2 v2.0.1
1662026-05-28T17:00:22.839Z Downloaded embedded-io v0.4.0
1672026-05-28T17:00:22.839Z Downloaded ident_case v1.0.1
1682026-05-28T17:00:22.845Z Downloaded fnv v1.0.7
1692026-05-28T17:00:22.846Z Downloaded dyn-clone v1.0.20
1702026-05-28T17:00:22.849Z Downloaded scroll v0.13.0
1712026-05-28T17:00:22.849Z Downloaded ipnetwork v0.21.1
1722026-05-28T17:00:22.849Z Downloaded either v1.15.0
1732026-05-28T17:00:22.857Z Downloaded cobs v0.3.0
1742026-05-28T17:00:22.857Z Downloaded stable_deref_trait v1.2.1
1752026-05-28T17:00:22.860Z Downloaded dof v0.4.0
1762026-05-28T17:00:22.860Z Downloaded managed v0.8.0
1772026-05-28T17:00:22.860Z Downloaded defmt-parser v1.0.0
1782026-05-28T17:00:22.860Z Downloaded darling_macro v0.21.3
1792026-05-28T17:00:22.860Z Downloaded pretty-hex v0.4.2
1802026-05-28T17:00:22.860Z Downloaded thread-id v5.1.0
1812026-05-28T17:00:22.868Z Downloaded sha2 v0.10.9
1822026-05-28T17:00:22.871Z Downloaded darling_macro v0.23.0
1832026-05-28T17:00:22.873Z Downloaded itoa v1.0.18
1842026-05-28T17:00:22.873Z Downloaded scroll_derive v0.13.1
1852026-05-28T17:00:22.878Z Downloaded crypto-common v0.1.7
1862026-05-28T17:00:22.884Z Downloaded usdt v0.6.0
1872026-05-28T17:00:22.887Z Downloaded proc-macro-error-attr2 v2.0.0
1882026-05-28T17:00:22.887Z Downloaded usdt-attr-macro v0.6.0
1892026-05-28T17:00:22.887Z Downloaded ref-cast-impl v1.0.25
1902026-05-28T17:00:22.891Z Downloaded quote v1.0.45
1912026-05-28T17:00:22.894Z Downloaded thiserror-impl v2.0.18
1922026-05-28T17:00:22.894Z Downloaded dtrace-parser v0.3.0
1932026-05-28T17:00:22.906Z Downloaded serde_tokenstream v0.2.3
1942026-05-28T17:00:22.910Z Downloaded unicode-ident v1.0.24
1952026-05-28T17:00:22.913Z Downloaded version_check v0.9.5
1962026-05-28T17:00:22.913Z Downloaded ref-cast v1.0.25
1972026-05-28T17:00:22.917Z Downloaded zmij v1.0.21
1982026-05-28T17:00:22.922Z Downloaded byteorder v1.5.0
1992026-05-28T17:00:22.925Z Downloaded usdt-impl v0.6.0
2002026-05-28T17:00:22.925Z Downloaded tabwriter v1.4.1
2012026-05-28T17:00:22.925Z Downloaded ingot v0.1.1
2022026-05-28T17:00:22.925Z Downloaded bitflags v2.11.1
2032026-05-28T17:00:22.930Z Downloaded pest_derive v2.8.6
2042026-05-28T17:00:22.934Z Downloaded defmt v1.0.1
2052026-05-28T17:00:22.938Z Downloaded darling v0.21.3
2062026-05-28T17:00:22.941Z Downloaded heapless v0.8.0
2072026-05-28T17:00:22.952Z Downloaded pest_generator v2.8.6
2082026-05-28T17:00:22.956Z Downloaded postcard v1.1.3
2092026-05-28T17:00:22.960Z Downloaded serde_derive v1.0.228
2102026-05-28T17:00:22.960Z Downloaded crc32fast v1.5.0
2112026-05-28T17:00:22.963Z Downloaded darling v0.23.0
2122026-05-28T17:00:22.966Z Downloaded darling_core v0.23.0
2132026-05-28T17:00:22.969Z Downloaded log v0.4.29
2142026-05-28T17:00:22.972Z Downloaded memmap2 v0.9.10
2152026-05-28T17:00:22.972Z Downloaded ucd-trie v0.1.7
2162026-05-28T17:00:22.975Z Downloaded pest_meta v2.8.6
2172026-05-28T17:00:22.978Z Downloaded typenum v1.20.0
2182026-05-28T17:00:22.981Z Downloaded serde_core v1.0.228
2192026-05-28T17:00:23.007Z Downloaded serde v1.0.228
2202026-05-28T17:00:23.010Z Downloaded zerocopy-derive v0.8.48
2212026-05-28T17:00:23.025Z Downloaded serde_json v1.0.149
2222026-05-28T17:00:23.038Z Downloaded pest v2.8.6
2232026-05-28T17:00:23.062Z Downloaded aho-corasick v1.1.4
2242026-05-28T17:00:23.068Z Downloaded regex v1.12.3
2252026-05-28T17:00:23.105Z Downloaded unicode-width v0.2.2
2262026-05-28T17:00:23.110Z Downloaded goblin v0.10.5
2272026-05-28T17:00:23.117Z Downloaded smoltcp v0.11.0
2282026-05-28T17:00:23.124Z Downloaded zerocopy v0.8.48
2292026-05-28T17:00:23.134Z Downloaded syn v2.0.117
2302026-05-28T17:00:23.140Z Downloaded regex-syntax v0.8.10
2312026-05-28T17:00:23.168Z Downloaded regex-automata v0.4.14
2322026-05-28T17:00:23.177Z Downloaded libc v0.2.186
2332026-05-28T17:00:23.239Z Compiling proc-macro2 v1.0.106
2342026-05-28T17:00:23.239Z Compiling quote v1.0.45
2352026-05-28T17:00:23.239Z Compiling unicode-ident v1.0.24
2362026-05-28T17:00:23.242Z Documenting unicode-ident v1.0.24
2372026-05-28T17:00:23.242Z Compiling strsim v0.11.1
2382026-05-28T17:00:23.242Z Compiling ident_case v1.0.1
2392026-05-28T17:00:23.242Z Compiling serde_core v1.0.228
2402026-05-28T17:00:23.392Z Compiling fnv v1.0.7
2412026-05-28T17:00:23.413Z Compiling memchr v2.8.0
2422026-05-28T17:00:23.476Z Compiling thiserror v2.0.18
2432026-05-28T17:00:23.580Z Compiling serde v1.0.228
2442026-05-28T17:00:23.786Z Compiling regex-syntax v0.8.10
2452026-05-28T17:00:23.793Z Compiling zerocopy v0.8.48
2462026-05-28T17:00:23.822Z Compiling aho-corasick v1.1.4
2472026-05-28T17:00:23.913Z Documenting proc-macro2 v1.0.106
2482026-05-28T17:00:24.355Z Checking syn v2.0.117
2492026-05-28T17:00:24.474Z Compiling either v1.15.0
2502026-05-28T17:00:24.487Z Documenting quote v1.0.45
2512026-05-28T17:00:24.782Z Checking byteorder v1.5.0
2522026-05-28T17:00:24.938Z Compiling itertools v0.14.0
2532026-05-28T17:00:24.981Z Documenting syn v2.0.117
2542026-05-28T17:00:25.181Z Compiling heapless v0.8.0
2552026-05-28T17:00:25.248Z Compiling regex-automata v0.4.14
2562026-05-28T17:00:25.486Z Documenting memchr v2.8.0
2572026-05-28T17:00:26.006Z Checking bitflags v2.11.1
2582026-05-28T17:00:26.101Z Documenting aho-corasick v1.1.4
2592026-05-28T17:00:26.145Z Checking hash32 v0.3.1
2602026-05-28T17:00:26.156Z Documenting serde_core v1.0.228
2612026-05-28T17:00:26.251Z Checking stable_deref_trait v1.2.1
2622026-05-28T17:00:26.314Z Checking cfg-if v1.0.4
2632026-05-28T17:00:26.374Z Documenting regex-syntax v0.8.10
2642026-05-28T17:00:26.379Z Checking macaddr v1.0.1
2652026-05-28T17:00:26.517Z Checking darling_core v0.21.3
2662026-05-28T17:00:26.946Z Compiling regex v1.12.3
2672026-05-28T17:00:27.336Z Compiling darling_core v0.23.0
2682026-05-28T17:00:27.343Z Compiling smoltcp v0.11.0
2692026-05-28T17:00:27.397Z Documenting regex-automata v0.4.14
2702026-05-28T17:00:27.770Z Documenting zerocopy-derive v0.8.48
2712026-05-28T17:00:27.807Z Documenting thiserror-impl v2.0.18
2722026-05-28T17:00:27.982Z Compiling zerocopy-derive v0.8.48
2732026-05-28T17:00:27.989Z Compiling serde_derive v1.0.228
2742026-05-28T17:00:28.560Z Compiling thiserror-impl v2.0.18
2752026-05-28T17:00:28.649Z Documenting serde_derive v1.0.228
2762026-05-28T17:00:28.996Z Documenting regex v1.12.3
2772026-05-28T17:00:29.079Z Compiling darling_macro v0.21.3
2782026-05-28T17:00:29.107Z Checking bitflags v1.3.2
2792026-05-28T17:00:29.177Z Documenting byteorder v1.5.0
2802026-05-28T17:00:29.469Z Compiling darling_macro v0.23.0
2812026-05-28T17:00:29.671Z Compiling darling v0.21.3
2822026-05-28T17:00:29.747Z Compiling ingot-macros v0.1.1
2832026-05-28T17:00:29.779Z Checking managed v0.8.0
2842026-05-28T17:00:29.948Z Checking cobs v0.3.0
2852026-05-28T17:00:29.955Z Documenting ingot-macros v0.1.1
2862026-05-28T17:00:29.962Z Documenting thiserror v2.0.18
2872026-05-28T17:00:30.047Z Documenting hash32 v0.3.1
2882026-05-28T17:00:30.074Z Documenting zerocopy v0.8.48
2892026-05-28T17:00:30.077Z Documenting bitflags v2.11.1
2902026-05-28T17:00:30.478Z Documenting stable_deref_trait v1.2.1
2912026-05-28T17:00:30.650Z Compiling ref-cast v1.0.25
2922026-05-28T17:00:30.843Z Documenting serde v1.0.228
2932026-05-28T17:00:30.975Z Compiling crc32fast v1.5.0
2942026-05-28T17:00:30.993Z Documenting cfg-if v1.0.4
2952026-05-28T17:00:31.127Z Documenting macaddr v1.0.1
2962026-05-28T17:00:31.203Z Checking postcard v1.1.3
2972026-05-28T17:00:31.308Z Documenting heapless v0.8.0
2982026-05-28T17:00:31.489Z Documenting cobs v0.3.0
2992026-05-28T17:00:31.674Z Compiling ref-cast-impl v1.0.25
3002026-05-28T17:00:32.161Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-05-28T17:00:32.220Z Checking ipnetwork v0.21.1
3022026-05-28T17:00:32.262Z Documenting managed v0.8.0
3032026-05-28T17:00:32.391Z Checking unicode-width v0.2.2
3042026-05-28T17:00:32.404Z Checking ingot-types v0.1.2
3052026-05-28T17:00:32.560Z Compiling version_check v0.9.5
3062026-05-28T17:00:32.568Z Documenting postcard v1.1.3
3072026-05-28T17:00:32.639Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3082026-05-28T17:00:32.711Z Compiling darling v0.23.0
3092026-05-28T17:00:32.740Z Checking ingot v0.1.1
3102026-05-28T17:00:32.787Z Documenting ref-cast-impl v1.0.25
3112026-05-28T17:00:32.833Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3122026-05-28T17:00:33.030Z Documenting either v1.15.0
3132026-05-28T17:00:33.052Z Documenting ingot-types v0.1.2
3142026-05-28T17:00:33.058Z Documenting smoltcp v0.11.0
3152026-05-28T17:00:33.074Z Documenting unicode-width v0.2.2
3162026-05-28T17:00:33.332Z Documenting ipnetwork v0.21.1
3172026-05-28T17:00:33.608Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-05-28T17:00:33.857Z Documenting ref-cast v1.0.25
3192026-05-28T17:00:34.099Z Documenting itertools v0.14.0
3202026-05-28T17:00:34.320Z Documenting tabwriter v1.4.1
3212026-05-28T17:00:34.347Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-05-28T17:00:34.629Z Documenting ingot v0.1.1
3232026-05-28T17:00:34.851Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3242026-05-28T17:00:35.207Z Checking tabwriter v1.4.1
3252026-05-28T17:00:35.434Z Documenting crc32fast v1.5.0
3262026-05-28T17:00:35.539Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-05-28T17:00:35.564Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-05-28T17:00:35.711Z Checking dyn-clone v1.0.20
3292026-05-28T17:00:35.810Z Documenting dyn-clone v1.0.20
3302026-05-28T17:00:37.100Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-05-28T17:00:38.245Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-05-28T17:00:40.542Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.10s
3332026-05-28T17:00:40.631Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-05-28T17:00:40.653Z
3352026-05-28T17:00:40.653Zreal 23.202658538
3362026-05-28T17:00:40.653Zuser 1:16.474394718
3372026-05-28T17:00:40.653Zsys 15.939497648
3382026-05-28T17:00:40.653Ztrap 0.036613470
3392026-05-28T17:00:40.653Ztflt 0.117088829
3402026-05-28T17:00:40.653Zdflt 0.127260372
3412026-05-28T17:00:40.653Zkflt 0.004838492
3422026-05-28T17:00:40.653Zlock 6:46.983167510
3432026-05-28T17:00:40.653Zslp 4:16.348226227
3442026-05-28T17:00:40.653Zlat 8.832195980
3452026-05-28T17:00:40.653Zstop 9.841580656
3462026-05-28T17:00:40.656Z+ header 'analyze std + api'
3472026-05-28T17:00:40.656Z+ echo '# ==== analyze std + api ==== #'
3482026-05-28T17:00:40.656Z# ==== analyze std + api ==== #
3492026-05-28T17:00:40.656Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-05-28T17:00:40.893Z Compiling proc-macro2 v1.0.106
3512026-05-28T17:00:40.893Z Compiling quote v1.0.45
3522026-05-28T17:00:40.893Z Compiling unicode-ident v1.0.24
3532026-05-28T17:00:40.893Z Compiling memchr v2.8.0
3542026-05-28T17:00:40.893Z Compiling thiserror v2.0.18
3552026-05-28T17:00:40.896Z Compiling zerocopy v0.8.48
3562026-05-28T17:00:40.896Z Compiling zmij v1.0.21
3572026-05-28T17:00:40.897Z Compiling libc v0.2.186
3582026-05-28T17:00:41.074Z Compiling serde_core v1.0.228
3592026-05-28T17:00:41.260Z Compiling strsim v0.11.1
3602026-05-28T17:00:41.288Z Compiling ident_case v1.0.1
3612026-05-28T17:00:41.292Z Compiling ucd-trie v0.1.7
3622026-05-28T17:00:41.310Z Compiling serde_json v1.0.149
3632026-05-28T17:00:41.498Z Compiling pest v2.8.6
3642026-05-28T17:00:41.510Z Compiling serde v1.0.228
3652026-05-28T17:00:41.620Z Compiling fnv v1.0.7
3662026-05-28T17:00:41.839Z Compiling aho-corasick v1.1.4
3672026-05-28T17:00:41.895Z Compiling itoa v1.0.18
3682026-05-28T17:00:42.064Z Checking byteorder v1.5.0
3692026-05-28T17:00:42.141Z Compiling syn v2.0.117
3702026-05-28T17:00:42.196Z Compiling regex-syntax v0.8.10
3712026-05-28T17:00:42.557Z Compiling pest_meta v2.8.6
3722026-05-28T17:00:42.651Z Compiling either v1.15.0
3732026-05-28T17:00:42.696Z Compiling usdt-impl v0.6.0
3742026-05-28T17:00:42.945Z Compiling itertools v0.14.0
3752026-05-28T17:00:43.154Z Compiling thread-id v5.1.0
3762026-05-28T17:00:43.270Z Checking plain v0.2.3
3772026-05-28T17:00:43.377Z Compiling heapless v0.8.0
3782026-05-28T17:00:43.520Z Checking log v0.4.29
3792026-05-28T17:00:43.665Z Compiling regex-automata v0.4.14
3802026-05-28T17:00:44.053Z Checking bitflags v2.11.1
3812026-05-28T17:00:44.213Z Checking hash32 v0.3.1
3822026-05-28T17:00:44.217Z Checking pretty-hex v0.4.2
3832026-05-28T17:00:44.274Z Compiling smoltcp v0.11.0
3842026-05-28T17:00:44.301Z Checking cfg-if v1.0.4
3852026-05-28T17:00:44.320Z Checking macaddr v1.0.1
3862026-05-28T17:00:44.324Z Checking stable_deref_trait v1.2.1
3872026-05-28T17:00:44.568Z Compiling ref-cast v1.0.25
3882026-05-28T17:00:44.621Z Compiling pest_generator v2.8.6
3892026-05-28T17:00:44.625Z Compiling darling_core v0.21.3
3902026-05-28T17:00:44.766Z Compiling darling_core v0.23.0
3912026-05-28T17:00:44.902Z Checking bitflags v1.3.2
3922026-05-28T17:00:44.961Z Compiling version_check v0.9.5
3932026-05-28T17:00:44.973Z Checking managed v0.8.0
3942026-05-28T17:00:45.147Z Compiling crc32fast v1.5.0
3952026-05-28T17:00:45.227Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3962026-05-28T17:00:45.447Z Compiling regex v1.12.3
3972026-05-28T17:00:45.555Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-28T17:00:45.780Z Compiling thiserror-impl v2.0.18
3992026-05-28T17:00:45.834Z Compiling serde_derive v1.0.228
4002026-05-28T17:00:45.837Z Compiling zerocopy-derive v0.8.48
4012026-05-28T17:00:46.264Z Compiling pest_derive v2.8.6
4022026-05-28T17:00:46.410Z Compiling scroll_derive v0.13.1
4032026-05-28T17:00:46.467Z Compiling ref-cast-impl v1.0.25
4042026-05-28T17:00:46.687Z Compiling darling_macro v0.21.3
4052026-05-28T17:00:46.776Z Checking memmap2 v0.9.10
4062026-05-28T17:00:46.840Z Compiling darling_macro v0.23.0
4072026-05-28T17:00:47.086Z Checking cobs v0.3.0
4082026-05-28T17:00:47.108Z Checking dtrace-parser v0.3.0
4092026-05-28T17:00:47.233Z Checking scroll v0.13.0
4102026-05-28T17:00:47.236Z Compiling darling v0.21.3
4112026-05-28T17:00:47.302Z Compiling ingot-macros v0.1.1
4122026-05-28T17:00:47.341Z Checking ipnetwork v0.21.1
4132026-05-28T17:00:47.392Z Compiling darling v0.23.0
4142026-05-28T17:00:47.448Z Checking goblin v0.10.5
4152026-05-28T17:00:47.461Z Checking unicode-width v0.2.2
4162026-05-28T17:00:47.503Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4172026-05-28T17:00:47.702Z Checking tabwriter v1.4.1
4182026-05-28T17:00:47.927Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4192026-05-28T17:00:48.390Z Checking dyn-clone v1.0.20
4202026-05-28T17:00:48.940Z Checking postcard v1.1.3
4212026-05-28T17:00:48.943Z Compiling serde_tokenstream v0.2.3
4222026-05-28T17:00:49.953Z Compiling dof v0.4.0
4232026-05-28T17:00:49.960Z Checking ingot-types v0.1.2
4242026-05-28T17:00:50.250Z Checking ingot v0.1.1
4252026-05-28T17:00:50.808Z Compiling usdt-macro v0.6.0
4262026-05-28T17:00:50.808Z Compiling usdt-attr-macro v0.6.0
4272026-05-28T17:00:51.401Z Checking usdt v0.6.0
4282026-05-28T17:00:51.660Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-05-28T17:00:59.988Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.28s
4302026-05-28T17:01:00.016Z
4312026-05-28T17:01:00.019Zreal 19.358081162
4322026-05-28T17:01:00.019Zuser 1:04.359921276
4332026-05-28T17:01:00.019Zsys 12.976457233
4342026-05-28T17:01:00.019Ztrap 0.033055065
4352026-05-28T17:01:00.019Ztflt 0.130059947
4362026-05-28T17:01:00.019Zdflt 0.195524650
4372026-05-28T17:01:00.019Zkflt 0.000017470
4382026-05-28T17:01:00.019Zlock 3:45.605359986
4392026-05-28T17:01:00.019Zslp 3:27.952291450
4402026-05-28T17:01:00.019Zlat 3.032103641
4412026-05-28T17:01:00.019Zstop 6.297486796
4422026-05-28T17:01:00.019Z+ header 'analyze no_std + engine + kernel'
4432026-05-28T17:01:00.019Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-05-28T17:01:00.019Z# ==== analyze no_std + engine + kernel ==== #
4452026-05-28T17:01:00.019Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4462026-05-28T17:01:00.201Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4472026-05-28T17:01:00.201Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-05-28T17:01:00.204Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-05-28T17:01:00.222Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-05-28T17:01:00.469Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-05-28T17:01:04.738Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.67s
4522026-05-28T17:01:04.767Z
4532026-05-28T17:01:04.770Zreal 4.744413517
4542026-05-28T17:01:04.770Zuser 5.119712012
4552026-05-28T17:01:04.770Zsys 0.910755491
4562026-05-28T17:01:04.770Ztrap 0.000716721
4572026-05-28T17:01:04.770Ztflt 0.009579771
4582026-05-28T17:01:04.770Zdflt 0.002866334
4592026-05-28T17:01:04.770Zkflt 0.000000000
4602026-05-28T17:01:04.770Zlock 16.900257779
4612026-05-28T17:01:04.770Zslp 18.266510749
4622026-05-28T17:01:04.770Zlat 0.020382492
4632026-05-28T17:01:04.771Zstop 0.237241842
4642026-05-28T17:01:04.771Z+ header test
4652026-05-28T17:01:04.771Z+ echo '# ==== test ==== #'
4662026-05-28T17:01:04.771Z# ==== test ==== #
4672026-05-28T17:01:04.771Z+ ptime -m cargo test
4682026-05-28T17:01:04.920Z Compiling serde_core v1.0.228
4692026-05-28T17:01:04.923Z Compiling thiserror v2.0.18
4702026-05-28T17:01:04.942Z Compiling zerocopy v0.8.48
4712026-05-28T17:01:04.945Z Compiling memchr v2.8.0
4722026-05-28T17:01:04.948Z Compiling byteorder v1.5.0
4732026-05-28T17:01:04.951Z Compiling unicode-ident v1.0.24
4742026-05-28T17:01:04.951Z Compiling libc v0.2.186
4752026-05-28T17:01:04.954Z Compiling zmij v1.0.21
4762026-05-28T17:01:05.027Z Compiling proc-macro2 v1.0.106
4772026-05-28T17:01:05.075Z Compiling scroll v0.13.0
4782026-05-28T17:01:05.152Z Compiling ucd-trie v0.1.7
4792026-05-28T17:01:05.290Z Compiling plain v0.2.3
4802026-05-28T17:01:05.315Z Compiling log v0.4.29
4812026-05-28T17:01:05.339Z Compiling itoa v1.0.18
4822026-05-28T17:01:05.385Z Compiling quote v1.0.45
4832026-05-28T17:01:05.542Z Compiling goblin v0.10.5
4842026-05-28T17:01:05.599Z Compiling pest v2.8.6
4852026-05-28T17:01:05.856Z Compiling hash32 v0.3.1
4862026-05-28T17:01:06.025Z Compiling cfg-if v1.0.4
4872026-05-28T17:01:06.036Z Compiling stable_deref_trait v1.2.1
4882026-05-28T17:01:06.091Z Compiling macaddr v1.0.1
4892026-05-28T17:01:06.102Z Compiling pretty-hex v0.4.2
4902026-05-28T17:01:06.230Z Compiling heapless v0.8.0
4912026-05-28T17:01:06.341Z Compiling syn v2.0.117
4922026-05-28T17:01:06.511Z Compiling thread-id v5.1.0
4932026-05-28T17:01:06.587Z Compiling cobs v0.3.0
4942026-05-28T17:01:06.668Z Compiling dtrace-parser v0.3.0
4952026-05-28T17:01:06.869Z Compiling serde v1.0.228
4962026-05-28T17:01:06.921Z Compiling bitflags v2.11.1
4972026-05-28T17:01:07.327Z Compiling serde_json v1.0.149
4982026-05-28T17:01:07.333Z Compiling bitflags v1.3.2
4992026-05-28T17:01:07.393Z Compiling managed v0.8.0
5002026-05-28T17:01:07.504Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-05-28T17:01:07.615Z Compiling smoltcp v0.11.0
5022026-05-28T17:01:07.748Z Compiling ingot-types v0.1.2
5032026-05-28T17:01:07.814Z Compiling postcard v1.1.3
5042026-05-28T17:01:07.939Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-05-28T17:01:08.142Z Compiling ingot v0.1.1
5062026-05-28T17:01:08.165Z Compiling memmap2 v0.9.10
5072026-05-28T17:01:08.461Z Compiling dof v0.4.0
5082026-05-28T17:01:08.526Z Compiling either v1.15.0
5092026-05-28T17:01:08.753Z Compiling unicode-width v0.2.2
5102026-05-28T17:01:09.062Z Compiling ipnetwork v0.21.1
5112026-05-28T17:01:09.604Z Compiling usdt-impl v0.6.0
5122026-05-28T17:01:10.278Z Compiling usdt v0.6.0
5132026-05-28T17:01:10.366Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5142026-05-28T17:01:10.479Z Compiling tabwriter v1.4.1
5152026-05-28T17:01:10.899Z Compiling itertools v0.14.0
5162026-05-28T17:01:10.905Z Compiling ref-cast v1.0.25
5172026-05-28T17:01:10.996Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5182026-05-28T17:01:11.706Z Compiling crc32fast v1.5.0
5192026-05-28T17:01:11.946Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-05-28T17:01:11.958Z Compiling dyn-clone v1.0.20
5212026-05-28T17:01:26.766Z Finished `test` profile [optimized + debuginfo] target(s) in 21.98s
5222026-05-28T17:01:26.784Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-a94184124038e6c9)
5232026-05-28T17:01:26.787Z
5242026-05-28T17:01:26.787Zrunning 80 tests
5252026-05-28T17:01:26.787Ztest d_error::tests::name_and_data_storage ... ok
5262026-05-28T17:01:26.787Ztest ddi::mblk::test::chain_append_links ... ok
5272026-05-28T17:01:26.787Ztest d_error::tests::name_truncation ... ok
5282026-05-28T17:01:26.788Ztest ddi::mblk::test::chain_breaks_links ... ok
5292026-05-28T17:01:26.788Ztest ddi::mblk::test::prefix_len ... ok
5302026-05-28T17:01:26.788Ztest ddi::mblk::test::expand_and_shrink ... ok
5312026-05-28T17:01:26.788Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5322026-05-28T17:01:26.788Ztest ddi::mblk::test::chain_drain_complete ... ok
5332026-05-28T17:01:26.788Ztest ddi::mblk::test::read_seg ... ok
5342026-05-28T17:01:26.788Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5352026-05-28T17:01:26.788Ztest ddi::mblk::test::truncate ... ok
5362026-05-28T17:01:26.788Ztest ddi::mblk::test::zero_byte_packet ... ok
5372026-05-28T17:01:26.788Ztest ddi::mblk::test::uninitialized_packet ... ok
5382026-05-28T17:01:26.788Ztest ddi::time::test::good_interval ... ok
5392026-05-28T17:01:26.793Ztest ddi::mblk::test::wrap ... ok
5402026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_client_id ... ok
5412026-05-28T17:01:26.793Ztest engine::dhcp::test::offlink_encode ... ok
5422026-05-28T17:01:26.793Ztest engine::dhcp::test::domain_search_option_encode ... ok
5432026-05-28T17:01:26.793Ztest engine::dhcp::test::hostname_encode ... ok
5442026-05-28T17:01:26.793Ztest engine::dhcp::test::domainname_encode ... ok
5452026-05-28T17:01:26.793Ztest engine::dhcp::test::rfc3442_encode ... ok
5462026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5472026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5482026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5492026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_iata ... ok
5502026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_iana ... ok
5512026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_option_request ... ok
5522026-05-28T17:01:26.793Ztest ddi::time::test::bad_interval - should panic ... ok
5532026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5542026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5552026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5562026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5572026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5582026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5592026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_server_id ... ok
5602026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5612026-05-28T17:01:26.793Ztest engine::dhcpv6::options::test::test_status ... ok
5622026-05-28T17:01:26.793Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5632026-05-28T17:01:26.793Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5642026-05-28T17:01:26.794Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5652026-05-28T17:01:26.794Ztest engine::ether::test::emit ... ok
5662026-05-28T17:01:26.794Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5672026-05-28T17:01:26.794Ztest engine::flow_table::test::eviction_basics ... ok
5682026-05-28T17:01:26.794Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5692026-05-28T17:01:26.794Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5702026-05-28T17:01:26.794Ztest engine::flow_table::test::flow_clear ... ok
5712026-05-28T17:01:26.794Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5722026-05-28T17:01:26.794Ztest engine::flow_table::test::flow_expired ... ok
5732026-05-28T17:01:26.794Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5742026-05-28T17:01:26.794Ztest engine::ip::v4::test::cidr_match ... ok
5752026-05-28T17:01:26.794Ztest engine::geneve::test::emit_no_opts ... ok
5762026-05-28T17:01:26.794Ztest engine::geneve::test::emit_single_opt ... ok
5772026-05-28T17:01:26.794Ztest engine::ip::v4::test::emit ... ok
5782026-05-28T17:01:26.794Ztest engine::ip::v4::test::match_check ... ok
5792026-05-28T17:01:26.794Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5802026-05-28T17:01:26.794Ztest engine::ip::v6::test::from_pairs ... ok
5812026-05-28T17:01:26.794Ztest engine::ip::v6::test::emit ... ok
5822026-05-28T17:01:26.794Ztest engine::ip::v6::test::extension_push_spec ... ok
5832026-05-28T17:01:26.794Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5842026-05-28T17:01:26.794Ztest engine::ip::v6::test::test_set_total_len ... ok
5852026-05-28T17:01:26.794Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5862026-05-28T17:01:26.794Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5872026-05-28T17:01:26.794Ztest engine::ip::v6::test::option_push_spec ... ok
5882026-05-28T17:01:26.794Ztest engine::nat::test::nat4_rewrite ... ok
5892026-05-28T17:01:26.794Ztest engine::packet::test::straddled_tcp ... ok
5902026-05-28T17:01:26.794Ztest engine::ip::v6::test::push_spec ... ok
5912026-05-28T17:01:26.795Ztest engine::layer::test::find_rule ... ok
5922026-05-28T17:01:26.795Ztest engine::packet::test::read_multi_segment ... ok
5932026-05-28T17:01:26.795Ztest engine::packet::test::udp6_packet_with_padding ... ok
5942026-05-28T17:01:26.795Ztest engine::packet::test::small_packet_with_padding ... ok
5952026-05-28T17:01:26.795Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5962026-05-28T17:01:26.795Ztest engine::packet::test::read_single_segment ... ok
5972026-05-28T17:01:26.795Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5982026-05-28T17:01:26.795Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5992026-05-28T17:01:26.795Ztest engine::rule::rule_matching ... ok
6002026-05-28T17:01:26.795Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6012026-05-28T17:01:26.795Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6022026-05-28T17:01:26.795Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6032026-05-28T17:01:26.795Ztest engine::snat::test::nat_mappings ... ok
6042026-05-28T17:01:26.795Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6052026-05-28T17:01:26.795Z
6062026-05-28T17:01:26.795Ztest result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6072026-05-28T17:01:26.795Z
6082026-05-28T17:01:26.795Z Doc-tests opte
6092026-05-28T17:01:28.762Z
6102026-05-28T17:01:28.762Zrunning 3 tests
6112026-05-28T17:01:28.765Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6122026-05-28T17:01:28.765Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6132026-05-28T17:01:28.765Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6142026-05-28T17:01:28.765Z
6152026-05-28T17:01:28.765Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6162026-05-28T17:01:28.765Z
6172026-05-28T17:01:28.770Zall doctests ran in 1.41s; merged doctests compilation took 1.40s
6182026-05-28T17:01:28.809Z
6192026-05-28T17:01:28.809Zreal 24.031556469
6202026-05-28T17:01:28.809Zuser 2:00.963040511
6212026-05-28T17:01:28.809Zsys 7.157920514
6222026-05-28T17:01:28.814Ztrap 0.057273911
6232026-05-28T17:01:28.814Ztflt 0.160534397
6242026-05-28T17:01:28.814Zdflt 0.339157194
6252026-05-28T17:01:28.814Zkflt 0.000004710
6262026-05-28T17:01:28.814Zlock 5:55.206232341
6272026-05-28T17:01:28.814Zslp 3:41.294104186
6282026-05-28T17:01:28.814Zlat 5.773556884
6292026-05-28T17:01:28.814Zstop 2.695966465
6302026-05-28T17:01:28.814Zprocess exited: duration 85832 ms, exit code 0
 
6312026-05-28T17:01:28.821Zfound 0 output files