01KV590GM8CW935KW9GB3H95SH: opte

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

Buildomat Job: 01KV590VZBY3NJ5ZTMM2MB9J09

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T09:16:10.172Zjob assigned to worker 01KV590ZXY3MAF0J2N302W6QP8 [factory aws, i-0b59e8767c8238a62] (queued for 46 s)
 
22026-06-15T09:16:16.853Zstarting task 0: "setup"
32026-06-15T09:16:16.857Z++ uname -s
42026-06-15T09:16:16.861Z+ kern=SunOS
52026-06-15T09:16:16.861Z+ build_user=build
62026-06-15T09:16:16.861Z+ build_uid=12345
72026-06-15T09:16:16.861Z+ work_dir=/work
82026-06-15T09:16:16.861Z+ input_dir=/input
92026-06-15T09:16:16.861Z+ [[ 0 == 12345 ]]
102026-06-15T09:16:16.861Z+ case "$kern" in
112026-06-15T09:16:16.861Z+ groupadd -g 12345 build
122026-06-15T09:16:16.864Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T09:16:18.867Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T09:16:18.940Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T09:16:18.943Z+ home_fs=zfs
162026-06-15T09:16:18.943Z+ [[ zfs == autofs ]]
172026-06-15T09:16:18.943Z+ mkdir -p /home/build
182026-06-15T09:16:18.943Z+ chown build:build /home/build /work
192026-06-15T09:16:20.944Z+ chmod 0700 /home/build /work
202026-06-15T09:16:20.947Zprocess exited: duration 4095 ms, exit code 0
 
212026-06-15T09:16:20.953Zstarting task 1: "rust-toolchain"
222026-06-15T09:16:20.957Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-15T09:16:20.958Z * rust toolchain channel = "1.95.0"
242026-06-15T09:16:20.958Z * rust toolchain profile = "default"
252026-06-15T09:16:20.958Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-15T09:16:20.958Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T09:16:20.958Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T09:16:20.961Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T09:16:20.961Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-15T09:16:21.064Zinfo: downloading installer
312026-06-15T09:16:22.514Zwarn: It looks like you have an existing rustup settings file at:
322026-06-15T09:16:22.514Zwarn: /home/build/.rustup/settings.toml
332026-06-15T09:16:22.514Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-15T09:16:22.515Zwarn: instead of the one inferred from the default host triple.
352026-06-15T09:16:22.527Zinfo: profile set to default
362026-06-15T09:16:22.527Zinfo: default host triple is x86_64-unknown-illumos
372026-06-15T09:16:22.530Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-15T09:16:22.669Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-15T09:16:22.672Zinfo: downloading 6 components
402026-06-15T09:16:37.643Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-15T09:16:37.643Z
422026-06-15T09:16:37.677Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-15T09:16:37.677Z
442026-06-15T09:16:37.677Z
452026-06-15T09:16:37.677ZRust is installed now. Great!
462026-06-15T09:16:37.677Z
472026-06-15T09:16:37.677ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-15T09:16:37.681Zenvironment variable. This has not been done automatically.
492026-06-15T09:16:37.681Z
502026-06-15T09:16:37.681ZTo configure your current shell, you need to source
512026-06-15T09:16:37.681Zthe corresponding env file under $HOME/.cargo.
522026-06-15T09:16:37.681Z
532026-06-15T09:16:37.681ZThis is usually done by running one of the following (note the leading DOT):
542026-06-15T09:16:37.681Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-15T09:16:37.681Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-15T09:16:37.681Zsource "~/.cargo/env.nu" # For nushell
572026-06-15T09:16:37.681Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-15T09:16:37.681Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-15T09:16:37.681Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-15T09:16:37.681Zwarn: no default linker (`cc`) was found in your PATH
612026-06-15T09:16:37.681Zwarn: many Rust crates require a system C toolchain to build
622026-06-15T09:16:37.769Z+ rustup --version
632026-06-15T09:16:37.778Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-15T09:16:37.781Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-15T09:16:37.799Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-15T09:16:37.803Z+ cargo --version
672026-06-15T09:16:37.816Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-15T09:16:37.819Z+ rustc --version
692026-06-15T09:16:37.838Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-15T09:16:37.841Zprocess exited: duration 16886 ms, exit code 0
 
712026-06-15T09:16:37.847Zstarting task 2: "authentication"
722026-06-15T09:16:37.863Zprocess exited: duration 16 ms, exit code 0
 
732026-06-15T09:16:37.870Zstarting task 3: "clone repository"
742026-06-15T09:16:37.873Z+ mkdir -p /work/oxidecomputer/opte
752026-06-15T09:16:37.876Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-15T09:16:37.906ZCloning into '/work/oxidecomputer/opte'...
772026-06-15T09:16:38.751Z+ cd /work/oxidecomputer/opte
782026-06-15T09:16:38.755Z+ git fetch origin fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
792026-06-15T09:16:39.002ZFrom https://github.com/oxidecomputer/opte
802026-06-15T09:16:39.002Z * branch fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 -> FETCH_HEAD
812026-06-15T09:16:39.007Z+ [[ -n renovate/lock-file-maintenance ]]
822026-06-15T09:16:39.011Z++ git branch --show-current
832026-06-15T09:16:39.011Z+ current=master
842026-06-15T09:16:39.011Z+ [[ master != renovate/lock-file-maintenance ]]
852026-06-15T09:16:39.011Z+ git branch -f renovate/lock-file-maintenance fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
862026-06-15T09:16:39.014Z+ git checkout -f renovate/lock-file-maintenance
872026-06-15T09:16:39.030ZSwitched to branch 'renovate/lock-file-maintenance'
882026-06-15T09:16:39.033Z+ git reset --hard fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
892026-06-15T09:16:39.047ZHEAD is now at fa2f5fe Lock file maintenance
902026-06-15T09:16:39.051Zprocess exited: duration 1177 ms, exit code 0
 
912026-06-15T09:16:39.057Zstarting task 4: "build"
922026-06-15T09:16:39.061Z+ source .github/buildomat/common.sh
932026-06-15T09:16:39.064Z++ rustup show active-toolchain
942026-06-15T09:16:39.067Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-15T09:16:39.068Z++ pushd xde
962026-06-15T09:16:39.068Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-15T09:16:39.068Z++ rustup show active-toolchain
982026-06-15T09:16:39.072Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-15T09:16:39.213Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-15T09:16:39.217Zinfo: downloading 6 components
1012026-06-15T09:16:55.864Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-15T09:16:55.960Z+++ rustup show active-toolchain -v
1032026-06-15T09:16:55.963Z+++ head -n 1
1042026-06-15T09:16:55.963Z+++ cut '-d ' -f1
1052026-06-15T09:16:56.016Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-15T09:16:56.016Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-15T09:16:56.016Z++ popd
1082026-06-15T09:16:56.020Z/work/oxidecomputer/opte
1092026-06-15T09:16:56.020Z+ cargo --version
1102026-06-15T09:16:56.026Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-15T09:16:56.030Z+ rustc --version
1122026-06-15T09:16:56.049Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-15T09:16:56.052Z+ cd lib/opte
1142026-06-15T09:16:56.052Z+ header 'check style'
1152026-06-15T09:16:56.052Z+ echo '# ==== check style ==== #'
1162026-06-15T09:16:56.052Z# ==== check style ==== #
1172026-06-15T09:16:56.052Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-06-15T09:16:56.239Z
1192026-06-15T09:16:56.240Zreal 0.185892488
1202026-06-15T09:16:56.240Zuser 0.143094921
1212026-06-15T09:16:56.240Zsys 0.036216611
1222026-06-15T09:16:56.240Ztrap 0.000047760
1232026-06-15T09:16:56.240Ztflt 0.000022530
1242026-06-15T09:16:56.240Zdflt 0.000018640
1252026-06-15T09:16:56.240Zkflt 0.000000000
1262026-06-15T09:16:56.240Zlock 0.030935190
1272026-06-15T09:16:56.240Zslp 0.165699939
1282026-06-15T09:16:56.240Zlat 0.001102160
1292026-06-15T09:16:56.240Zstop 0.000086930
1302026-06-15T09:16:56.243Z+ header 'check docs'
1312026-06-15T09:16:56.243Z+ echo '# ==== check docs ==== #'
1322026-06-15T09:16:56.244Z# ==== check docs ==== #
1332026-06-15T09:16:56.244Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-15T09:16:56.244Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-15T09:16:56.313Z Updating crates.io index
1362026-06-15T09:16:56.316Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-15T09:16:57.150Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-15T09:16:57.432Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-15T09:16:57.936Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-15T09:16:58.181Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-15T09:16:58.568Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-15T09:16:58.855Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-15T09:17:00.715Z Downloading crates ...
1442026-06-15T09:17:00.779Z Downloaded generic-array v0.14.7
1452026-06-15T09:17:00.782Z Downloaded ident_case v1.0.1
1462026-06-15T09:17:00.785Z Downloaded dtrace-parser v0.3.0
1472026-06-15T09:17:00.785Z Downloaded defmt v0.3.100
1482026-06-15T09:17:00.785Z Downloaded fnv v1.0.7
1492026-06-15T09:17:00.790Z Downloaded block-buffer v0.10.4
1502026-06-15T09:17:00.793Z Downloaded dyn-clone v1.0.20
1512026-06-15T09:17:00.793Z Downloaded defmt-parser v1.0.0
1522026-06-15T09:17:00.796Z Downloaded cpufeatures v0.2.17
1532026-06-15T09:17:00.800Z Downloaded hash32 v0.3.1
1542026-06-15T09:17:00.803Z Downloaded dof v0.4.0
1552026-06-15T09:17:00.806Z Downloaded embedded-io v0.6.1
1562026-06-15T09:17:00.809Z Downloaded aho-corasick v1.1.4
1572026-06-15T09:17:00.811Z Downloaded tabwriter v1.4.1
1582026-06-15T09:17:00.814Z Downloaded pretty-hex v0.4.2
1592026-06-15T09:17:00.818Z Downloaded usdt-macro v0.6.0
1602026-06-15T09:17:00.820Z Downloaded itoa v1.0.18
1612026-06-15T09:17:00.820Z Downloaded darling_macro v0.21.3
1622026-06-15T09:17:00.823Z Downloaded managed v0.8.0
1632026-06-15T09:17:00.826Z Downloaded darling_macro v0.23.0
1642026-06-15T09:17:00.833Z Downloaded crypto-common v0.1.7
1652026-06-15T09:17:00.839Z Downloaded embedded-io v0.4.0
1662026-06-15T09:17:00.846Z Downloaded cfg-if v1.0.4
1672026-06-15T09:17:00.849Z Downloaded scroll_derive v0.13.1
1682026-06-15T09:17:00.849Z Downloaded ref-cast-impl v1.0.25
1692026-06-15T09:17:00.852Z Downloaded version_check v0.9.5
1702026-06-15T09:17:00.852Z Downloaded strsim v0.11.1
1712026-06-15T09:17:00.855Z Downloaded usdt-attr-macro v0.6.0
1722026-06-15T09:17:00.855Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-06-15T09:17:00.862Z Downloaded thread-id v5.1.0
1742026-06-15T09:17:00.864Z Downloaded ref-cast v1.0.25
1752026-06-15T09:17:00.864Z Downloaded cobs v0.3.0
1762026-06-15T09:17:00.871Z Downloaded ipnetwork v0.21.1
1772026-06-15T09:17:00.874Z Downloaded ingot-types v0.1.2
1782026-06-15T09:17:00.874Z Downloaded ingot v0.1.1
1792026-06-15T09:17:00.877Z Downloaded macaddr v1.0.1
1802026-06-15T09:17:00.880Z Downloaded stable_deref_trait v1.2.1
1812026-06-15T09:17:00.880Z Downloaded byteorder v1.5.0
1822026-06-15T09:17:00.883Z Downloaded bitflags v1.3.2
1832026-06-15T09:17:00.886Z Downloaded either v1.16.0
1842026-06-15T09:17:00.889Z Downloaded plain v0.2.3
1852026-06-15T09:17:00.891Z Downloaded sha2 v0.10.9
1862026-06-15T09:17:00.891Z Downloaded usdt-impl v0.6.0
1872026-06-15T09:17:00.894Z Downloaded digest v0.10.7
1882026-06-15T09:17:00.894Z Downloaded proc-macro-error2 v2.0.1
1892026-06-15T09:17:00.899Z Downloaded usdt v0.6.0
1902026-06-15T09:17:00.903Z Downloaded thiserror-impl v2.0.18
1912026-06-15T09:17:00.905Z Downloaded quote v1.0.45
1922026-06-15T09:17:00.908Z Downloaded scroll v0.13.0
1932026-06-15T09:17:00.911Z Downloaded zmij v1.0.21
1942026-06-15T09:17:00.914Z Downloaded defmt v1.1.0
1952026-06-15T09:17:00.917Z Downloaded darling v0.23.0
1962026-06-15T09:17:00.920Z Downloaded serde_tokenstream v0.2.3
1972026-06-15T09:17:00.923Z Downloaded defmt-macros v1.1.0
1982026-06-15T09:17:00.923Z Downloaded pest_derive v2.8.6
1992026-06-15T09:17:00.928Z Downloaded ingot-macros v0.1.1
2002026-06-15T09:17:00.931Z Downloaded darling v0.21.3
2012026-06-15T09:17:00.933Z Downloaded memmap2 v0.9.10
2022026-06-15T09:17:00.933Z Downloaded crc32fast v1.5.0
2032026-06-15T09:17:00.940Z Downloaded pest_generator v2.8.6
2042026-06-15T09:17:00.942Z Downloaded ucd-trie v0.1.7
2052026-06-15T09:17:00.947Z Downloaded thiserror v2.0.18
2062026-06-15T09:17:00.950Z Downloaded bitflags v2.13.0
2072026-06-15T09:17:00.960Z Downloaded postcard v1.1.3
2082026-06-15T09:17:00.963Z Downloaded serde_core v1.0.228
2092026-06-15T09:17:00.966Z Downloaded log v0.4.32
2102026-06-15T09:17:00.968Z Downloaded unicode-ident v1.0.24
2112026-06-15T09:17:00.971Z Downloaded proc-macro2 v1.0.106
2122026-06-15T09:17:01.981Z Downloaded darling_core v0.21.3
2132026-06-15T09:17:01.984Z Downloaded darling_core v0.23.0
2142026-06-15T09:17:01.984Z Downloaded serde_derive v1.0.228
2152026-06-15T09:17:01.984Z Downloaded heapless v0.8.0
2162026-06-15T09:17:01.985Z Downloaded pest_meta v2.8.6
2172026-06-15T09:17:01.985Z Downloaded serde v1.0.228
2182026-06-15T09:17:01.985Z Downloaded memchr v2.8.2
2192026-06-15T09:17:01.985Z Downloaded zerocopy-derive v0.8.52
2202026-06-15T09:17:01.985Z Downloaded typenum v1.20.1
2212026-06-15T09:17:01.985Z Downloaded pest v2.8.6
2222026-06-15T09:17:01.985Z Downloaded regex v1.12.4
2232026-06-15T09:17:01.985Z Downloaded itertools v0.14.0
2242026-06-15T09:17:01.985Z Downloaded serde_json v1.0.150
2252026-06-15T09:17:01.985Z Downloaded goblin v0.10.7
2262026-06-15T09:17:01.985Z Downloaded zerocopy v0.8.52
2272026-06-15T09:17:01.985Z Downloaded syn v2.0.117
2282026-06-15T09:17:01.985Z Downloaded unicode-width v0.2.2
2292026-06-15T09:17:01.985Z Downloaded regex-syntax v0.8.11
2302026-06-15T09:17:01.985Z Downloaded smoltcp v0.11.0
2312026-06-15T09:17:01.985Z Downloaded regex-automata v0.4.14
2322026-06-15T09:17:01.985Z Downloaded libc v0.2.186
2332026-06-15T09:17:01.985Z Compiling proc-macro2 v1.0.106
2342026-06-15T09:17:01.985Z Compiling quote v1.0.45
2352026-06-15T09:17:01.985Z Compiling unicode-ident v1.0.24
2362026-06-15T09:17:01.985Z Documenting unicode-ident v1.0.24
2372026-06-15T09:17:01.985Z Compiling ident_case v1.0.1
2382026-06-15T09:17:01.985Z Compiling strsim v0.11.1
2392026-06-15T09:17:01.985Z Compiling serde_core v1.0.228
2402026-06-15T09:17:01.985Z Compiling fnv v1.0.7
2412026-06-15T09:17:01.985Z Checking memchr v2.8.2
2422026-06-15T09:17:01.985Z Compiling serde v1.0.228
2432026-06-15T09:17:01.985Z Compiling thiserror v2.0.18
2442026-06-15T09:17:01.985Z Compiling zerocopy v0.8.52
2452026-06-15T09:17:01.985Z Compiling regex-syntax v0.8.11
2462026-06-15T09:17:01.985Z Documenting proc-macro2 v1.0.106
2472026-06-15T09:17:01.985Z Compiling aho-corasick v1.1.4
2482026-06-15T09:17:02.233Z Checking syn v2.0.117
2492026-06-15T09:17:02.362Z Checking byteorder v1.5.0
2502026-06-15T09:17:02.370Z Documenting quote v1.0.45
2512026-06-15T09:17:02.528Z Compiling either v1.16.0
2522026-06-15T09:17:02.880Z Documenting syn v2.0.117
2532026-06-15T09:17:02.983Z Compiling itertools v0.14.0
2542026-06-15T09:17:03.104Z Compiling regex-automata v0.4.14
2552026-06-15T09:17:03.336Z Compiling heapless v0.8.0
2562026-06-15T09:17:03.638Z Documenting memchr v2.8.2
2572026-06-15T09:17:03.901Z Checking bitflags v2.13.0
2582026-06-15T09:17:04.055Z Checking hash32 v0.3.1
2592026-06-15T09:17:04.162Z Documenting serde_core v1.0.228
2602026-06-15T09:17:04.190Z Checking cfg-if v1.0.4
2612026-06-15T09:17:04.197Z Checking macaddr v1.0.1
2622026-06-15T09:17:04.256Z Documenting aho-corasick v1.1.4
2632026-06-15T09:17:04.328Z Checking stable_deref_trait v1.2.1
2642026-06-15T09:17:04.331Z Documenting regex-syntax v0.8.11
2652026-06-15T09:17:04.392Z Checking darling_core v0.21.3
2662026-06-15T09:17:05.076Z Compiling regex v1.12.4
2672026-06-15T09:17:05.330Z Compiling darling_core v0.23.0
2682026-06-15T09:17:05.359Z Documenting regex-automata v0.4.14
2692026-06-15T09:17:05.539Z Compiling smoltcp v0.11.0
2702026-06-15T09:17:05.872Z Documenting thiserror-impl v2.0.18
2712026-06-15T09:17:05.904Z Documenting serde_derive v1.0.228
2722026-06-15T09:17:05.920Z Documenting zerocopy-derive v0.8.52
2732026-06-15T09:17:05.968Z Compiling zerocopy-derive v0.8.52
2742026-06-15T09:17:06.678Z Compiling serde_derive v1.0.228
2752026-06-15T09:17:06.771Z Compiling thiserror-impl v2.0.18
2762026-06-15T09:17:06.824Z Documenting regex v1.12.4
2772026-06-15T09:17:07.073Z Compiling darling_macro v0.21.3
2782026-06-15T09:17:07.133Z Checking managed v0.8.0
2792026-06-15T09:17:07.312Z Documenting byteorder v1.5.0
2802026-06-15T09:17:07.334Z Checking bitflags v1.3.2
2812026-06-15T09:17:07.395Z Documenting bitflags v2.13.0
2822026-06-15T09:17:07.478Z Compiling darling_macro v0.23.0
2832026-06-15T09:17:07.649Z Compiling darling v0.21.3
2842026-06-15T09:17:07.725Z Documenting ingot-macros v0.1.1
2852026-06-15T09:17:07.728Z Compiling ingot-macros v0.1.1
2862026-06-15T09:17:07.854Z Documenting hash32 v0.3.1
2872026-06-15T09:17:08.045Z Documenting thiserror v2.0.18
2882026-06-15T09:17:08.067Z Documenting zerocopy v0.8.52
2892026-06-15T09:17:08.098Z Checking cobs v0.3.0
2902026-06-15T09:17:08.231Z Documenting cfg-if v1.0.4
2912026-06-15T09:17:08.376Z Documenting stable_deref_trait v1.2.1
2922026-06-15T09:17:08.567Z Documenting macaddr v1.0.1
2932026-06-15T09:17:08.731Z Compiling crc32fast v1.5.0
2942026-06-15T09:17:08.945Z Compiling ref-cast v1.0.25
2952026-06-15T09:17:09.060Z Documenting cobs v0.3.0
2962026-06-15T09:17:09.076Z Documenting heapless v0.8.0
2972026-06-15T09:17:09.301Z Compiling ref-cast-impl v1.0.25
2982026-06-15T09:17:09.597Z Documenting serde v1.0.228
2992026-06-15T09:17:09.757Z Checking postcard v1.1.3
3002026-06-15T09:17:09.893Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-06-15T09:17:10.025Z Compiling version_check v0.9.5
3022026-06-15T09:17:10.128Z Checking ipnetwork v0.21.1
3032026-06-15T09:17:10.298Z Documenting managed v0.8.0
3042026-06-15T09:17:10.298Z Checking unicode-width v0.2.2
3052026-06-15T09:17:10.329Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3062026-06-15T09:17:10.413Z Checking ingot-types v0.1.2
3072026-06-15T09:17:10.420Z Compiling darling v0.23.0
3082026-06-15T09:17:10.537Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3092026-06-15T09:17:10.583Z Documenting ref-cast-impl v1.0.25
3102026-06-15T09:17:10.623Z Documenting ipnetwork v0.21.1
3112026-06-15T09:17:10.760Z Checking ingot v0.1.1
3122026-06-15T09:17:10.878Z Documenting unicode-width v0.2.2
3132026-06-15T09:17:11.035Z Documenting ingot-types v0.1.2
3142026-06-15T09:17:11.220Z Documenting postcard v1.1.3
3152026-06-15T09:17:11.293Z Documenting smoltcp v0.11.0
3162026-06-15T09:17:11.552Z Documenting either v1.16.0
3172026-06-15T09:17:11.818Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-06-15T09:17:12.022Z Documenting ref-cast v1.0.25
3192026-06-15T09:17:12.232Z Documenting tabwriter v1.4.1
3202026-06-15T09:17:12.308Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3212026-06-15T09:17:12.527Z Documenting ingot v0.1.1
3222026-06-15T09:17:12.781Z Checking tabwriter v1.4.1
3232026-06-15T09:17:12.917Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3242026-06-15T09:17:12.979Z Documenting itertools v0.14.0
3252026-06-15T09:17:13.463Z Documenting crc32fast v1.5.0
3262026-06-15T09:17:13.602Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-06-15T09:17:13.713Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-06-15T09:17:13.854Z Documenting dyn-clone v1.0.20
3292026-06-15T09:17:13.861Z Checking dyn-clone v1.0.20
3302026-06-15T09:17:14.918Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-06-15T09:17:16.208Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-06-15T09:17:18.435Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.18s
3332026-06-15T09:17:18.525Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-06-15T09:17:18.544Z
3352026-06-15T09:17:18.547Zreal 22.285019056
3362026-06-15T09:17:18.547Zuser 1:16.179342443
3372026-06-15T09:17:18.547Zsys 16.009651955
3382026-06-15T09:17:18.547Ztrap 0.038286990
3392026-06-15T09:17:18.547Ztflt 0.069917973
3402026-06-15T09:17:18.547Zdflt 0.069493236
3412026-06-15T09:17:18.547Zkflt 0.005098800
3422026-06-15T09:17:18.547Zlock 6:58.863625926
3432026-06-15T09:17:18.547Zslp 4:18.595560988
3442026-06-15T09:17:18.547Zlat 8.849362022
3452026-06-15T09:17:18.547Zstop 9.884337384
3462026-06-15T09:17:18.547Z+ header 'analyze std + api'
3472026-06-15T09:17:18.547Z+ echo '# ==== analyze std + api ==== #'
3482026-06-15T09:17:18.547Z# ==== analyze std + api ==== #
3492026-06-15T09:17:18.547Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-06-15T09:17:18.787Z Compiling proc-macro2 v1.0.106
3512026-06-15T09:17:18.787Z Compiling quote v1.0.45
3522026-06-15T09:17:18.787Z Compiling unicode-ident v1.0.24
3532026-06-15T09:17:18.787Z Compiling memchr v2.8.2
3542026-06-15T09:17:18.787Z Compiling thiserror v2.0.18
3552026-06-15T09:17:18.790Z Compiling zerocopy v0.8.52
3562026-06-15T09:17:18.790Z Compiling zmij v1.0.21
3572026-06-15T09:17:18.808Z Compiling libc v0.2.186
3582026-06-15T09:17:18.966Z Compiling serde_core v1.0.228
3592026-06-15T09:17:19.164Z Compiling serde_json v1.0.150
3602026-06-15T09:17:19.188Z Compiling strsim v0.11.1
3612026-06-15T09:17:19.196Z Compiling ucd-trie v0.1.7
3622026-06-15T09:17:19.217Z Compiling ident_case v1.0.1
3632026-06-15T09:17:19.329Z Compiling pest v2.8.6
3642026-06-15T09:17:19.392Z Compiling serde v1.0.228
3652026-06-15T09:17:19.596Z Compiling fnv v1.0.7
3662026-06-15T09:17:19.726Z Compiling aho-corasick v1.1.4
3672026-06-15T09:17:19.761Z Compiling itoa v1.0.18
3682026-06-15T09:17:19.931Z Checking byteorder v1.5.0
3692026-06-15T09:17:20.027Z Compiling regex-syntax v0.8.11
3702026-06-15T09:17:20.119Z Compiling syn v2.0.117
3712026-06-15T09:17:20.472Z Compiling pest_meta v2.8.6
3722026-06-15T09:17:20.530Z Compiling either v1.16.0
3732026-06-15T09:17:20.559Z Compiling usdt-impl v0.6.0
3742026-06-15T09:17:20.827Z Compiling itertools v0.14.0
3752026-06-15T09:17:21.073Z Compiling thread-id v5.1.0
3762026-06-15T09:17:21.336Z Checking log v0.4.32
3772026-06-15T09:17:21.421Z Checking plain v0.2.3
3782026-06-15T09:17:21.477Z Compiling heapless v0.8.0
3792026-06-15T09:17:21.512Z Compiling regex-automata v0.4.14
3802026-06-15T09:17:22.058Z Checking bitflags v2.13.0
3812026-06-15T09:17:22.105Z Checking hash32 v0.3.1
3822026-06-15T09:17:22.143Z Checking pretty-hex v0.4.2
3832026-06-15T09:17:22.216Z Checking macaddr v1.0.1
3842026-06-15T09:17:22.219Z Checking cfg-if v1.0.4
3852026-06-15T09:17:22.250Z Compiling smoltcp v0.11.0
3862026-06-15T09:17:22.261Z Checking stable_deref_trait v1.2.1
3872026-06-15T09:17:22.416Z Compiling crc32fast v1.5.0
3882026-06-15T09:17:22.465Z Compiling version_check v0.9.5
3892026-06-15T09:17:22.593Z Compiling pest_generator v2.8.6
3902026-06-15T09:17:22.686Z Compiling darling_core v0.21.3
3912026-06-15T09:17:22.707Z Compiling darling_core v0.23.0
3922026-06-15T09:17:22.740Z Checking managed v0.8.0
3932026-06-15T09:17:22.837Z Checking bitflags v1.3.2
3942026-06-15T09:17:22.899Z Compiling ref-cast v1.0.25
3952026-06-15T09:17:23.203Z Compiling regex v1.12.4
3962026-06-15T09:17:23.249Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3972026-06-15T09:17:23.545Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-15T09:17:23.593Z Checking memmap2 v0.9.10
3992026-06-15T09:17:23.751Z Checking unicode-width v0.2.2
4002026-06-15T09:17:23.766Z Compiling thiserror-impl v2.0.18
4012026-06-15T09:17:23.850Z Compiling serde_derive v1.0.228
4022026-06-15T09:17:23.995Z Compiling zerocopy-derive v0.8.52
4032026-06-15T09:17:24.054Z Compiling pest_derive v2.8.6
4042026-06-15T09:17:24.087Z Compiling scroll_derive v0.13.1
4052026-06-15T09:17:24.256Z Compiling ref-cast-impl v1.0.25
4062026-06-15T09:17:24.746Z Checking ipnetwork v0.21.1
4072026-06-15T09:17:24.770Z Compiling darling_macro v0.21.3
4082026-06-15T09:17:24.773Z Compiling darling_macro v0.23.0
4092026-06-15T09:17:24.901Z Checking scroll v0.13.0
4102026-06-15T09:17:24.934Z Checking tabwriter v1.4.1
4112026-06-15T09:17:25.064Z Checking dtrace-parser v0.3.0
4122026-06-15T09:17:25.118Z Checking goblin v0.10.7
4132026-06-15T09:17:25.295Z Checking cobs v0.3.0
4142026-06-15T09:17:25.320Z Compiling darling v0.23.0
4152026-06-15T09:17:25.320Z Compiling darling v0.21.3
4162026-06-15T09:17:25.392Z Compiling ingot-macros v0.1.1
4172026-06-15T09:17:25.430Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4182026-06-15T09:17:25.815Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4192026-06-15T09:17:26.152Z Checking dyn-clone v1.0.20
4202026-06-15T09:17:26.947Z Checking postcard v1.1.3
4212026-06-15T09:17:26.963Z Compiling serde_tokenstream v0.2.3
4222026-06-15T09:17:28.077Z Checking ingot-types v0.1.2
4232026-06-15T09:17:28.077Z Checking dof v0.4.0
4242026-06-15T09:17:28.371Z Checking ingot v0.1.1
4252026-06-15T09:17:28.920Z Compiling usdt-attr-macro v0.6.0
4262026-06-15T09:17:28.924Z Compiling usdt-macro v0.6.0
4272026-06-15T09:17:29.515Z Checking usdt v0.6.0
4282026-06-15T09:17:29.788Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-06-15T09:17:38.139Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.54s
4302026-06-15T09:17:38.169Z
4312026-06-15T09:17:38.169Zreal 19.618312770
4322026-06-15T09:17:38.169Zuser 1:04.273973212
4332026-06-15T09:17:38.169Zsys 12.964115927
4342026-06-15T09:17:38.169Ztrap 0.034004600
4352026-06-15T09:17:38.169Ztflt 0.135360009
4362026-06-15T09:17:38.172Zdflt 0.200502437
4372026-06-15T09:17:38.172Zkflt 0.000013550
4382026-06-15T09:17:38.172Zlock 3:46.286335878
4392026-06-15T09:17:38.172Zslp 3:27.371120509
4402026-06-15T09:17:38.172Zlat 2.949901460
4412026-06-15T09:17:38.172Zstop 6.040967203
4422026-06-15T09:17:38.172Z+ header 'analyze no_std + engine + kernel'
4432026-06-15T09:17:38.173Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-06-15T09:17:38.173Z# ==== analyze no_std + engine + kernel ==== #
4452026-06-15T09:17:38.173Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4462026-06-15T09:17:38.350Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4472026-06-15T09:17:38.350Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-06-15T09:17:38.354Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-06-15T09:17:38.354Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-06-15T09:17:38.641Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-06-15T09:17:42.878Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.66s
4522026-06-15T09:17:42.907Z
4532026-06-15T09:17:42.907Zreal 4.730975322
4542026-06-15T09:17:42.907Zuser 5.101111515
4552026-06-15T09:17:42.907Zsys 0.891094796
4562026-06-15T09:17:42.907Ztrap 0.000653770
4572026-06-15T09:17:42.907Ztflt 0.005754250
4582026-06-15T09:17:42.907Zdflt 0.001330430
4592026-06-15T09:17:42.907Zkflt 0.000000000
4602026-06-15T09:17:42.907Zlock 16.833333556
4612026-06-15T09:17:42.910Zslp 18.132505189
4622026-06-15T09:17:42.910Zlat 0.019680072
4632026-06-15T09:17:42.910Zstop 0.261029070
4642026-06-15T09:17:42.910Z+ header test
4652026-06-15T09:17:42.910Z+ echo '# ==== test ==== #'
4662026-06-15T09:17:42.910Z# ==== test ==== #
4672026-06-15T09:17:42.910Z+ ptime -m cargo test
4682026-06-15T09:17:43.055Z Compiling serde_core v1.0.228
4692026-06-15T09:17:43.059Z Compiling thiserror v2.0.18
4702026-06-15T09:17:43.059Z Compiling zerocopy v0.8.52
4712026-06-15T09:17:43.059Z Compiling memchr v2.8.2
4722026-06-15T09:17:43.076Z Compiling byteorder v1.5.0
4732026-06-15T09:17:43.085Z Compiling unicode-ident v1.0.24
4742026-06-15T09:17:43.088Z Compiling zmij v1.0.21
4752026-06-15T09:17:43.088Z Compiling libc v0.2.186
4762026-06-15T09:17:43.161Z Compiling proc-macro2 v1.0.106
4772026-06-15T09:17:43.208Z Compiling scroll v0.13.0
4782026-06-15T09:17:43.285Z Compiling ucd-trie v0.1.7
4792026-06-15T09:17:43.422Z Compiling itoa v1.0.18
4802026-06-15T09:17:43.448Z Compiling log v0.4.32
4812026-06-15T09:17:43.469Z Compiling plain v0.2.3
4822026-06-15T09:17:43.565Z Compiling goblin v0.10.7
4832026-06-15T09:17:43.669Z Compiling quote v1.0.45
4842026-06-15T09:17:43.673Z Compiling pest v2.8.6
4852026-06-15T09:17:44.011Z Compiling hash32 v0.3.1
4862026-06-15T09:17:44.174Z Compiling pretty-hex v0.4.2
4872026-06-15T09:17:44.302Z Compiling stable_deref_trait v1.2.1
4882026-06-15T09:17:44.316Z Compiling cfg-if v1.0.4
4892026-06-15T09:17:44.374Z Compiling macaddr v1.0.1
4902026-06-15T09:17:44.374Z Compiling heapless v0.8.0
4912026-06-15T09:17:44.617Z Compiling syn v2.0.117
4922026-06-15T09:17:44.639Z Compiling thread-id v5.1.0
4932026-06-15T09:17:44.712Z Compiling dtrace-parser v0.3.0
4942026-06-15T09:17:44.811Z Compiling serde v1.0.228
4952026-06-15T09:17:45.056Z Compiling serde_json v1.0.150
4962026-06-15T09:17:45.409Z Compiling bitflags v2.13.0
4972026-06-15T09:17:45.450Z Compiling cobs v0.3.0
4982026-06-15T09:17:45.730Z Compiling managed v0.8.0
4992026-06-15T09:17:45.840Z Compiling bitflags v1.3.2
5002026-06-15T09:17:45.908Z Compiling ingot-types v0.1.2
5012026-06-15T09:17:45.957Z Compiling smoltcp v0.11.0
5022026-06-15T09:17:45.970Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5032026-06-15T09:17:46.092Z Compiling postcard v1.1.3
5042026-06-15T09:17:46.213Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-06-15T09:17:46.307Z Compiling ingot v0.1.1
5062026-06-15T09:17:46.440Z Compiling memmap2 v0.9.10
5072026-06-15T09:17:46.749Z Compiling dof v0.4.0
5082026-06-15T09:17:46.839Z Compiling either v1.16.0
5092026-06-15T09:17:47.048Z Compiling unicode-width v0.2.2
5102026-06-15T09:17:47.351Z Compiling ipnetwork v0.21.1
5112026-06-15T09:17:47.894Z Compiling usdt-impl v0.6.0
5122026-06-15T09:17:48.205Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5132026-06-15T09:17:48.335Z Compiling usdt v0.6.0
5142026-06-15T09:17:48.562Z Compiling tabwriter v1.4.1
5152026-06-15T09:17:48.966Z Compiling itertools v0.14.0
5162026-06-15T09:17:48.988Z Compiling ref-cast v1.0.25
5172026-06-15T09:17:49.086Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5182026-06-15T09:17:49.847Z Compiling crc32fast v1.5.0
5192026-06-15T09:17:50.090Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-06-15T09:17:50.246Z Compiling dyn-clone v1.0.20
5212026-06-15T09:18:04.926Z Finished `test` profile [optimized + debuginfo] target(s) in 22.00s
5222026-06-15T09:18:04.939Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-0a1a8e607a1a6e06)
5232026-06-15T09:18:04.943Z
5242026-06-15T09:18:04.943Zrunning 83 tests
5252026-06-15T09:18:04.943Ztest ddi::mblk::test::chain_append_links ... ok
5262026-06-15T09:18:04.943Ztest ddi::mblk::test::chain_breaks_links ... ok
5272026-06-15T09:18:04.943Ztest d_error::tests::name_and_data_storage ... ok
5282026-06-15T09:18:04.943Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5292026-06-15T09:18:04.943Ztest d_error::tests::name_truncation ... ok
5302026-06-15T09:18:04.943Ztest ddi::mblk::test::expand_and_shrink ... ok
5312026-06-15T09:18:04.943Ztest ddi::mblk::test::chain_drain_complete ... ok
5322026-06-15T09:18:04.943Ztest ddi::mblk::test::prefix_len ... ok
5332026-06-15T09:18:04.943Ztest ddi::mblk::test::read_seg ... ok
5342026-06-15T09:18:04.943Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5352026-06-15T09:18:04.944Ztest ddi::mblk::test::truncate ... ok
5362026-06-15T09:18:04.944Ztest ddi::mblk::test::uninitialized_packet ... ok
5372026-06-15T09:18:04.944Ztest ddi::mblk::test::wrap ... ok
5382026-06-15T09:18:04.944Ztest ddi::mblk::test::zero_byte_packet ... ok
5392026-06-15T09:18:04.944Ztest ddi::time::test::good_interval ... ok
5402026-06-15T09:18:04.944Ztest engine::dhcp::test::domainname_encode ... ok
5412026-06-15T09:18:04.944Ztest engine::dhcp::test::domain_search_option_encode ... ok
5422026-06-15T09:18:04.944Ztest engine::dhcp::test::hostname_encode ... ok
5432026-06-15T09:18:04.944Ztest engine::dhcp::test::offlink_encode ... ok
5442026-06-15T09:18:04.944Ztest engine::dhcp::test::rfc3442_encode ... ok
5452026-06-15T09:18:04.944Ztest ddi::time::test::bad_interval - should panic ... ok
5462026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_client_id ... ok
5472026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5482026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5492026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5502026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_iana ... ok
5512026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_iata ... ok
5522026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5532026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_option_request ... ok
5542026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5552026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5562026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5572026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5582026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5592026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_server_id ... ok
5602026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5612026-06-15T09:18:04.944Ztest engine::dhcpv6::options::test::test_status ... ok
5622026-06-15T09:18:04.945Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5632026-06-15T09:18:04.945Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5642026-06-15T09:18:04.945Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5652026-06-15T09:18:04.945Ztest engine::ether::test::emit ... ok
5662026-06-15T09:18:04.945Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5672026-06-15T09:18:04.945Ztest engine::flow_table::test::eviction_basics ... ok
5682026-06-15T09:18:04.945Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5692026-06-15T09:18:04.945Ztest engine::flow_table::test::flow_clear ... ok
5702026-06-15T09:18:04.945Ztest engine::flow_table::test::priority_lerp ... ok
5712026-06-15T09:18:04.945Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5722026-06-15T09:18:04.945Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5732026-06-15T09:18:04.949Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5742026-06-15T09:18:04.949Ztest engine::flow_table::test::flow_expired ... ok
5752026-06-15T09:18:04.949Ztest engine::geneve::test::emit_no_opts ... ok
5762026-06-15T09:18:04.949Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5772026-06-15T09:18:04.949Ztest engine::geneve::test::emit_single_opt ... ok
5782026-06-15T09:18:04.949Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5792026-06-15T09:18:04.949Ztest engine::ip::v4::test::cidr_match ... ok
5802026-06-15T09:18:04.949Ztest engine::ip::v4::test::emit ... ok
5812026-06-15T09:18:04.949Ztest engine::ip::v4::test::match_check ... ok
5822026-06-15T09:18:04.949Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5832026-06-15T09:18:04.949Ztest engine::ip::v6::test::emit ... ok
5842026-06-15T09:18:04.949Ztest engine::ip::v6::test::from_pairs ... ok
5852026-06-15T09:18:04.949Ztest engine::ip::v6::test::extension_push_spec ... ok
5862026-06-15T09:18:04.949Ztest engine::ip::v6::test::option_push_spec ... ok
5872026-06-15T09:18:04.949Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5882026-06-15T09:18:04.949Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5892026-06-15T09:18:04.949Ztest engine::ip::v6::test::test_set_total_len ... ok
5902026-06-15T09:18:04.949Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5912026-06-15T09:18:04.950Ztest engine::layer::test::find_rule ... ok
5922026-06-15T09:18:04.950Ztest engine::packet::test::small_packet_with_padding ... ok
5932026-06-15T09:18:04.950Ztest engine::packet::test::read_multi_segment ... ok
5942026-06-15T09:18:04.950Ztest engine::nat::test::nat4_rewrite ... ok
5952026-06-15T09:18:04.950Ztest engine::packet::test::read_single_segment ... ok
5962026-06-15T09:18:04.950Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5972026-06-15T09:18:04.950Ztest engine::packet::test::straddled_tcp ... ok
5982026-06-15T09:18:04.950Ztest engine::packet::test::udp6_packet_with_padding ... ok
5992026-06-15T09:18:04.950Ztest engine::ip::v6::test::push_spec ... ok
6002026-06-15T09:18:04.950Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6012026-06-15T09:18:04.950Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6022026-06-15T09:18:04.950Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6032026-06-15T09:18:04.950Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6042026-06-15T09:18:04.950Ztest engine::rule::rule_matching ... ok
6052026-06-15T09:18:04.950Ztest engine::snat::test::nat_mappings ... ok
6062026-06-15T09:18:04.950Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6072026-06-15T09:18:04.950Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6082026-06-15T09:18:04.950Z
6092026-06-15T09:18:04.950Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6102026-06-15T09:18:04.950Z
6112026-06-15T09:18:04.950Z Doc-tests opte
6122026-06-15T09:18:06.913Z
6132026-06-15T09:18:06.913Zrunning 3 tests
6142026-06-15T09:18:06.916Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6152026-06-15T09:18:06.916Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6162026-06-15T09:18:06.916Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6172026-06-15T09:18:06.916Z
6182026-06-15T09:18:06.916Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6192026-06-15T09:18:06.916Z
6202026-06-15T09:18:06.922Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6212026-06-15T09:18:06.962Z
6222026-06-15T09:18:06.962Zreal 24.045306280
6232026-06-15T09:18:06.962Zuser 2:01.361013668
6242026-06-15T09:18:06.962Zsys 7.188641359
6252026-06-15T09:18:06.965Ztrap 0.055021730
6262026-06-15T09:18:06.965Ztflt 0.191093665
6272026-06-15T09:18:06.965Zdflt 0.334913423
6282026-06-15T09:18:06.965Zkflt 0.000031150
6292026-06-15T09:18:06.965Zlock 5:56.038457871
6302026-06-15T09:18:06.965Zslp 3:41.862730756
6312026-06-15T09:18:06.965Zlat 5.484306381
6322026-06-15T09:18:06.965Zstop 2.668939297
6332026-06-15T09:18:06.966Zprocess exited: duration 87905 ms, exit code 0
 
6342026-06-15T09:18:06.972Zfound 0 output files