01KVSA6T5Y9XGD2HKM78RXT9Y2: opte

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

Buildomat Job: 01KVSA78E61BJS7J8TZZABHQX9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T04:01:53.456Zjob assigned to worker 01KVSA78GDZREXS88FYN0G09ZY [factory aws, i-0621d44607f9a09cf] (queued for 42 s)
 
22026-06-23T04:01:59.536Zstarting task 0: "setup"
32026-06-23T04:01:59.543Z++ uname -s
42026-06-23T04:01:59.547Z+ kern=SunOS
52026-06-23T04:01:59.547Z+ build_user=build
62026-06-23T04:01:59.547Z+ build_uid=12345
72026-06-23T04:01:59.547Z+ work_dir=/work
82026-06-23T04:01:59.547Z+ input_dir=/input
92026-06-23T04:01:59.547Z+ [[ 0 == 12345 ]]
102026-06-23T04:01:59.547Z+ case "$kern" in
112026-06-23T04:01:59.547Z+ groupadd -g 12345 build
122026-06-23T04:01:59.547Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T04:02:01.554Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T04:02:01.714Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T04:02:01.717Z+ home_fs=zfs
162026-06-23T04:02:01.718Z+ [[ zfs == autofs ]]
172026-06-23T04:02:01.718Z+ mkdir -p /home/build
182026-06-23T04:02:01.718Z+ chown build:build /home/build /work
192026-06-23T04:02:03.718Z+ chmod 0700 /home/build /work
202026-06-23T04:02:03.722Zprocess exited: duration 4183 ms, exit code 0
 
212026-06-23T04:02:03.729Zstarting task 1: "rust-toolchain"
222026-06-23T04:02:03.733Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-23T04:02:03.733Z * rust toolchain channel = "1.96.0"
242026-06-23T04:02:03.733Z * rust toolchain profile = "default"
252026-06-23T04:02:03.733Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-23T04:02:03.733Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T04:02:03.733Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T04:02:03.736Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T04:02:03.736Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-23T04:02:03.827Zinfo: downloading installer
312026-06-23T04:02:05.466Zwarn: It looks like you have an existing rustup settings file at:
322026-06-23T04:02:05.466Zwarn: /home/build/.rustup/settings.toml
332026-06-23T04:02:05.466Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-23T04:02:05.466Zwarn: instead of the one inferred from the default host triple.
352026-06-23T04:02:05.479Zinfo: profile set to default
362026-06-23T04:02:05.479Zinfo: default host triple is x86_64-unknown-illumos
372026-06-23T04:02:05.482Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-23T04:02:05.630Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-23T04:02:05.633Zinfo: downloading 6 components
402026-06-23T04:02:20.943Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-23T04:02:20.943Z
422026-06-23T04:02:20.971Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-23T04:02:20.971Z
442026-06-23T04:02:20.974Z
452026-06-23T04:02:20.974ZRust is installed now. Great!
462026-06-23T04:02:20.974Z
472026-06-23T04:02:20.974ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-23T04:02:20.974Zenvironment variable. This has not been done automatically.
492026-06-23T04:02:20.974Z
502026-06-23T04:02:20.975ZTo configure your current shell, you need to source
512026-06-23T04:02:20.975Zthe corresponding env file under $HOME/.cargo.
522026-06-23T04:02:20.975Z
532026-06-23T04:02:20.975ZThis is usually done by running one of the following (note the leading DOT):
542026-06-23T04:02:20.975Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-23T04:02:20.975Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-23T04:02:20.975Zsource "~/.cargo/env.nu" # For nushell
572026-06-23T04:02:20.975Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-23T04:02:20.975Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-23T04:02:20.975Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-23T04:02:20.975Zwarn: no default linker (`cc`) was found in your PATH
612026-06-23T04:02:20.975Zwarn: many Rust crates require a system C toolchain to build
622026-06-23T04:02:21.065Z+ rustup --version
632026-06-23T04:02:21.074Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-23T04:02:21.077Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-23T04:02:21.094Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-23T04:02:21.097Z+ cargo --version
672026-06-23T04:02:21.110Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-23T04:02:21.113Z+ rustc --version
692026-06-23T04:02:21.131Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-23T04:02:21.135Zprocess exited: duration 17404 ms, exit code 0
 
712026-06-23T04:02:21.141Zstarting task 2: "authentication"
722026-06-23T04:02:21.157Zprocess exited: duration 16 ms, exit code 0
 
732026-06-23T04:02:21.164Zstarting task 3: "clone repository"
742026-06-23T04:02:21.167Z+ mkdir -p /work/oxidecomputer/opte
752026-06-23T04:02:21.170Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-23T04:02:21.199ZCloning into '/work/oxidecomputer/opte'...
772026-06-23T04:02:22.035Z+ cd /work/oxidecomputer/opte
782026-06-23T04:02:22.035Z+ git fetch origin e4d975c78abcaeec70759150b1bdeec0f875cb28
792026-06-23T04:02:22.247ZFrom https://github.com/oxidecomputer/opte
802026-06-23T04:02:22.247Z * branch e4d975c78abcaeec70759150b1bdeec0f875cb28 -> FETCH_HEAD
812026-06-23T04:02:22.252Z+ [[ -n renovate/ron-0.x-lockfile ]]
822026-06-23T04:02:22.255Z++ git branch --show-current
832026-06-23T04:02:22.255Z+ current=master
842026-06-23T04:02:22.255Z+ [[ master != renovate/ron-0.x-lockfile ]]
852026-06-23T04:02:22.256Z+ git branch -f renovate/ron-0.x-lockfile e4d975c78abcaeec70759150b1bdeec0f875cb28
862026-06-23T04:02:22.259Z+ git checkout -f renovate/ron-0.x-lockfile
872026-06-23T04:02:22.273ZSwitched to branch 'renovate/ron-0.x-lockfile'
882026-06-23T04:02:22.277Z+ git reset --hard e4d975c78abcaeec70759150b1bdeec0f875cb28
892026-06-23T04:02:22.292ZHEAD is now at e4d975c Update Rust crate ron to v0.12.2
902026-06-23T04:02:22.300Zprocess exited: duration 1126 ms, exit code 0
 
912026-06-23T04:02:22.310Zstarting task 4: "build"
922026-06-23T04:02:22.320Z+ source .github/buildomat/common.sh
932026-06-23T04:02:22.321Z++ rustup show active-toolchain
942026-06-23T04:02:22.327Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-23T04:02:22.328Z++ pushd xde
962026-06-23T04:02:22.328Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-23T04:02:22.328Z++ rustup show active-toolchain
982026-06-23T04:02:22.328Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-23T04:02:22.751Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-23T04:02:22.755Zinfo: downloading 6 components
1012026-06-23T04:02:38.947Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-23T04:02:39.047Z+++ rustup show active-toolchain -v
1032026-06-23T04:02:39.051Z+++ head -n 1
1042026-06-23T04:02:39.051Z+++ cut '-d ' -f1
1052026-06-23T04:02:39.106Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-23T04:02:39.106Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-23T04:02:39.106Z++ popd
1082026-06-23T04:02:39.110Z/work/oxidecomputer/opte
1092026-06-23T04:02:39.110Z+ cargo --version
1102026-06-23T04:02:39.113Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-23T04:02:39.117Z+ rustc --version
1122026-06-23T04:02:39.136Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-23T04:02:39.140Z+ cd lib/opte
1142026-06-23T04:02:39.140Z+ header 'check style'
1152026-06-23T04:02:39.140Z+ echo '# ==== check style ==== #'
1162026-06-23T04:02:39.140Z# ==== check style ==== #
1172026-06-23T04:02:39.140Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-23T04:02:39.323Z
1192026-06-23T04:02:39.323Zreal 0.181037006
1202026-06-23T04:02:39.323Zuser 0.139177824
1212026-06-23T04:02:39.323Zsys 0.035652874
1222026-06-23T04:02:39.323Ztrap 0.000045990
1232026-06-23T04:02:39.323Ztflt 0.000011340
1242026-06-23T04:02:39.323Zdflt 0.000010160
1252026-06-23T04:02:39.327Zkflt 0.000000000
1262026-06-23T04:02:39.327Zlock 0.031258864
1272026-06-23T04:02:39.327Zslp 0.160924469
1282026-06-23T04:02:39.327Zlat 0.000704590
1292026-06-23T04:02:39.327Zstop 0.000098320
1302026-06-23T04:02:39.327Z+ header 'check docs'
1312026-06-23T04:02:39.327Z+ echo '# ==== check docs ==== #'
1322026-06-23T04:02:39.327Z# ==== check docs ==== #
1332026-06-23T04:02:39.327Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-23T04:02:39.327Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-23T04:02:39.392Z Updating crates.io index
1362026-06-23T04:02:39.395Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-23T04:02:40.018Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-23T04:02:40.436Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-23T04:02:40.754Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-23T04:02:40.996Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-23T04:02:41.266Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-23T04:02:41.506Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-23T04:02:43.798Z Downloading crates ...
1442026-06-23T04:02:43.851Z Downloaded ident_case v1.0.1
1452026-06-23T04:02:43.857Z Downloaded ingot-types v0.1.2
1462026-06-23T04:02:43.878Z Downloaded goblin v0.10.7
1472026-06-23T04:02:43.883Z Downloaded either v1.16.0
1482026-06-23T04:02:43.883Z Downloaded ref-cast-impl v1.0.25
1492026-06-23T04:02:43.887Z Downloaded proc-macro2 v1.0.106
1502026-06-23T04:02:43.890Z Downloaded ipnetwork v0.21.1
1512026-06-23T04:02:43.893Z Downloaded embedded-io v0.6.1
1522026-06-23T04:02:43.893Z Downloaded darling v0.23.0
1532026-06-23T04:02:43.896Z Downloaded bitflags v1.3.2
1542026-06-23T04:02:43.896Z Downloaded block-buffer v0.10.4
1552026-06-23T04:02:43.896Z Downloaded crc32fast v1.5.0
1562026-06-23T04:02:43.899Z Downloaded fnv v1.0.7
1572026-06-23T04:02:43.899Z Downloaded digest v0.10.7
1582026-06-23T04:02:43.899Z Downloaded embedded-io v0.4.0
1592026-06-23T04:02:43.902Z Downloaded dof v0.4.0
1602026-06-23T04:02:43.906Z Downloaded bitflags v2.13.0
1612026-06-23T04:02:43.909Z Downloaded macaddr v1.0.1
1622026-06-23T04:02:43.912Z Downloaded defmt-parser v1.0.0
1632026-06-23T04:02:43.916Z Downloaded darling_core v0.21.3
1642026-06-23T04:02:43.919Z Downloaded log v0.4.32
1652026-06-23T04:02:43.919Z Downloaded defmt-macros v1.1.0
1662026-06-23T04:02:43.919Z Downloaded cpufeatures v0.2.17
1672026-06-23T04:02:43.930Z Downloaded itertools v0.15.0
1682026-06-23T04:02:43.934Z Downloaded cfg-if v1.0.4
1692026-06-23T04:02:43.939Z Downloaded crypto-common v0.1.7
1702026-06-23T04:02:43.942Z Downloaded pretty-hex v0.4.2
1712026-06-23T04:02:43.942Z Downloaded dyn-clone v1.0.20
1722026-06-23T04:02:43.951Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-06-23T04:02:43.955Z Downloaded version_check v0.9.5
1742026-06-23T04:02:43.960Z Downloaded defmt v0.3.100
1752026-06-23T04:02:43.964Z Downloaded byteorder v1.5.0
1762026-06-23T04:02:43.964Z Downloaded scroll_derive v0.13.1
1772026-06-23T04:02:43.964Z Downloaded tabwriter v1.4.1
1782026-06-23T04:02:43.973Z Downloaded serde_tokenstream v0.2.3
1792026-06-23T04:02:43.976Z Downloaded thiserror v2.0.18
1802026-06-23T04:02:43.980Z Downloaded strsim v0.11.1
1812026-06-23T04:02:43.983Z Downloaded thread-id v5.1.0
1822026-06-23T04:02:43.987Z Downloaded thiserror-impl v2.0.18
1832026-06-23T04:02:43.991Z Downloaded zmij v1.0.21
1842026-06-23T04:02:43.991Z Downloaded managed v0.8.0
1852026-06-23T04:02:43.991Z Downloaded usdt-impl v0.6.0
1862026-06-23T04:02:43.991Z Downloaded darling_macro v0.23.0
1872026-06-23T04:02:43.997Z Downloaded ingot-macros v0.1.1
1882026-06-23T04:02:44.000Z Downloaded scroll v0.13.0
1892026-06-23T04:02:44.003Z Downloaded usdt-attr-macro v0.6.0
1902026-06-23T04:02:44.006Z Downloaded dtrace-parser v0.3.0
1912026-06-23T04:02:44.006Z Downloaded hash32 v0.3.1
1922026-06-23T04:02:44.009Z Downloaded generic-array v0.14.7
1932026-06-23T04:02:44.013Z Downloaded itoa v1.0.18
1942026-06-23T04:02:44.019Z Downloaded darling_macro v0.21.3
1952026-06-23T04:02:44.023Z Downloaded usdt-macro v0.6.0
1962026-06-23T04:02:44.032Z Downloaded pest_derive v2.8.6
1972026-06-23T04:02:44.036Z Downloaded ucd-trie v0.1.7
1982026-06-23T04:02:44.039Z Downloaded ref-cast v1.0.25
1992026-06-23T04:02:44.042Z Downloaded stable_deref_trait v1.2.1
2002026-06-23T04:02:44.045Z Downloaded usdt v0.6.0
2012026-06-23T04:02:44.048Z Downloaded cobs v0.3.0
2022026-06-23T04:02:44.048Z Downloaded ingot v0.1.1
2032026-06-23T04:02:44.048Z Downloaded pest v2.8.6
2042026-06-23T04:02:44.054Z Downloaded pest_generator v2.8.6
2052026-06-23T04:02:44.057Z Downloaded itertools v0.14.0
2062026-06-23T04:02:44.061Z Downloaded serde_core v1.0.228
2072026-06-23T04:02:44.064Z Downloaded memmap2 v0.9.10
2082026-06-23T04:02:44.068Z Downloaded sha2 v0.10.9
2092026-06-23T04:02:44.071Z Downloaded proc-macro-error2 v2.0.1
2102026-06-23T04:02:44.074Z Downloaded darling v0.21.3
2112026-06-23T04:02:44.077Z Downloaded defmt v1.1.0
2122026-06-23T04:02:44.081Z Downloaded plain v0.2.3
2132026-06-23T04:02:44.090Z Downloaded memchr v2.8.2
2142026-06-23T04:02:44.095Z Downloaded quote v1.0.45
2152026-06-23T04:02:44.102Z Downloaded serde_derive v1.0.228
2162026-06-23T04:02:44.105Z Downloaded unicode-ident v1.0.24
2172026-06-23T04:02:44.105Z Downloaded heapless v0.8.0
2182026-06-23T04:02:44.112Z Downloaded darling_core v0.23.0
2192026-06-23T04:02:44.119Z Downloaded pest_meta v2.8.6
2202026-06-23T04:02:44.122Z Downloaded postcard v1.1.3
2212026-06-23T04:02:44.143Z Downloaded serde v1.0.228
2222026-06-23T04:02:44.147Z Downloaded zerocopy-derive v0.8.52
2232026-06-23T04:02:44.161Z Downloaded typenum v1.20.1
2242026-06-23T04:02:44.193Z Downloaded regex v1.12.4
2252026-06-23T04:02:44.196Z Downloaded aho-corasick v1.1.4
2262026-06-23T04:02:44.202Z Downloaded serde_json v1.0.150
2272026-06-23T04:02:44.240Z Downloaded syn v2.0.117
2282026-06-23T04:02:44.246Z Downloaded zerocopy v0.8.52
2292026-06-23T04:02:44.255Z Downloaded smoltcp v0.11.0
2302026-06-23T04:02:44.262Z Downloaded unicode-width v0.2.2
2312026-06-23T04:02:44.265Z Downloaded regex-syntax v0.8.11
2322026-06-23T04:02:44.295Z Downloaded regex-automata v0.4.14
2332026-06-23T04:02:44.327Z Downloaded libc v0.2.186
2342026-06-23T04:02:44.369Z Compiling proc-macro2 v1.0.106
2352026-06-23T04:02:44.369Z Compiling quote v1.0.45
2362026-06-23T04:02:44.372Z Compiling unicode-ident v1.0.24
2372026-06-23T04:02:44.372Z Documenting unicode-ident v1.0.24
2382026-06-23T04:02:44.373Z Compiling strsim v0.11.1
2392026-06-23T04:02:44.373Z Compiling ident_case v1.0.1
2402026-06-23T04:02:44.373Z Compiling serde_core v1.0.228
2412026-06-23T04:02:44.525Z Compiling fnv v1.0.7
2422026-06-23T04:02:44.547Z Checking memchr v2.8.2
2432026-06-23T04:02:44.609Z Compiling regex-syntax v0.8.11
2442026-06-23T04:02:44.717Z Compiling serde v1.0.228
2452026-06-23T04:02:44.810Z Compiling zerocopy v0.8.52
2462026-06-23T04:02:44.866Z Compiling thiserror v2.0.18
2472026-06-23T04:02:45.047Z Documenting proc-macro2 v1.0.106
2482026-06-23T04:02:45.108Z Compiling aho-corasick v1.1.4
2492026-06-23T04:02:45.386Z Checking syn v2.0.117
2502026-06-23T04:02:45.619Z Documenting quote v1.0.45
2512026-06-23T04:02:46.097Z Compiling regex-automata v0.4.14
2522026-06-23T04:02:46.133Z Documenting syn v2.0.117
2532026-06-23T04:02:46.227Z Checking byteorder v1.5.0
2542026-06-23T04:02:46.381Z Compiling either v1.16.0
2552026-06-23T04:02:46.488Z Documenting memchr v2.8.2
2562026-06-23T04:02:46.578Z Compiling itertools v0.14.0
2572026-06-23T04:02:46.632Z Compiling heapless v0.8.0
2582026-06-23T04:02:47.084Z Checking hash32 v0.3.1
2592026-06-23T04:02:47.116Z Documenting aho-corasick v1.1.4
2602026-06-23T04:02:47.188Z Checking bitflags v2.13.0
2612026-06-23T04:02:47.343Z Documenting serde_core v1.0.228
2622026-06-23T04:02:47.350Z Checking cfg-if v1.0.4
2632026-06-23T04:02:47.403Z Documenting regex-syntax v0.8.11
2642026-06-23T04:02:47.775Z Compiling regex v1.12.4
2652026-06-23T04:02:47.863Z Checking stable_deref_trait v1.2.1
2662026-06-23T04:02:47.934Z Compiling darling_core v0.21.3
2672026-06-23T04:02:48.136Z Checking macaddr v1.0.1
2682026-06-23T04:02:48.189Z Compiling darling_core v0.23.0
2692026-06-23T04:02:48.275Z Compiling smoltcp v0.11.0
2702026-06-23T04:02:48.438Z Documenting regex-automata v0.4.14
2712026-06-23T04:02:48.669Z Documenting serde_derive v1.0.228
2722026-06-23T04:02:49.101Z Documenting zerocopy-derive v0.8.52
2732026-06-23T04:02:49.109Z Documenting thiserror-impl v2.0.18
2742026-06-23T04:02:49.217Z Compiling thiserror-impl v2.0.18
2752026-06-23T04:02:49.867Z Compiling serde_derive v1.0.228
2762026-06-23T04:02:49.900Z Compiling zerocopy-derive v0.8.52
2772026-06-23T04:02:49.920Z Documenting regex v1.12.4
2782026-06-23T04:02:50.088Z Compiling darling_macro v0.21.3
2792026-06-23T04:02:50.360Z Checking bitflags v1.3.2
2802026-06-23T04:02:50.367Z Compiling darling_macro v0.23.0
2812026-06-23T04:02:50.420Z Checking managed v0.8.0
2822026-06-23T04:02:50.534Z Checking cobs v0.3.0
2832026-06-23T04:02:50.598Z Documenting byteorder v1.5.0
2842026-06-23T04:02:50.602Z Documenting thiserror v2.0.18
2852026-06-23T04:02:50.658Z Compiling darling v0.21.3
2862026-06-23T04:02:50.732Z Compiling ingot-macros v0.1.1
2872026-06-23T04:02:50.732Z Documenting bitflags v2.13.0
2882026-06-23T04:02:50.784Z Documenting ingot-macros v0.1.1
2892026-06-23T04:02:50.983Z Documenting macaddr v1.0.1
2902026-06-23T04:02:51.156Z Documenting hash32 v0.3.1
2912026-06-23T04:02:51.312Z Compiling ref-cast v1.0.25
2922026-06-23T04:02:51.500Z Documenting zerocopy v0.8.52
2932026-06-23T04:02:51.626Z Documenting stable_deref_trait v1.2.1
2942026-06-23T04:02:51.649Z Documenting cfg-if v1.0.4
2952026-06-23T04:02:51.814Z Compiling crc32fast v1.5.0
2962026-06-23T04:02:52.057Z Documenting cobs v0.3.0
2972026-06-23T04:02:52.150Z Documenting heapless v0.8.0
2982026-06-23T04:02:52.316Z Compiling ref-cast-impl v1.0.25
2992026-06-23T04:02:52.603Z Documenting serde v1.0.228
3002026-06-23T04:02:52.917Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-06-23T04:02:52.937Z Checking postcard v1.1.3
3022026-06-23T04:02:53.205Z Documenting managed v0.8.0
3032026-06-23T04:02:53.313Z Checking unicode-width v0.2.2
3042026-06-23T04:02:53.333Z Compiling version_check v0.9.5
3052026-06-23T04:02:53.395Z Checking ipnetwork v0.21.1
3062026-06-23T04:02:53.555Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-06-23T04:02:53.565Z Compiling darling v0.23.0
3082026-06-23T04:02:53.591Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3092026-06-23T04:02:53.657Z Documenting ref-cast-impl v1.0.25
3102026-06-23T04:02:53.841Z Documenting unicode-width v0.2.2
3112026-06-23T04:02:53.869Z Documenting smoltcp v0.11.0
3122026-06-23T04:02:53.912Z Documenting either v1.16.0
3132026-06-23T04:02:54.184Z Checking ingot-types v0.1.2
3142026-06-23T04:02:54.290Z Documenting postcard v1.1.3
3152026-06-23T04:02:54.368Z Documenting ipnetwork v0.21.1
3162026-06-23T04:02:54.520Z Checking ingot v0.1.1
3172026-06-23T04:02:54.853Z Documenting ref-cast v1.0.25
3182026-06-23T04:02:54.859Z Documenting ingot-types v0.1.2
3192026-06-23T04:02:55.077Z Documenting itertools v0.15.0
3202026-06-23T04:02:55.286Z Documenting tabwriter v1.4.1
3212026-06-23T04:02:55.645Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3222026-06-23T04:02:55.888Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-06-23T04:02:56.029Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-06-23T04:02:56.126Z Checking tabwriter v1.4.1
3252026-06-23T04:02:56.264Z Checking itertools v0.15.0
3262026-06-23T04:02:56.457Z Documenting crc32fast v1.5.0
3272026-06-23T04:02:56.685Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-06-23T04:02:56.718Z Documenting ingot v0.1.1
3292026-06-23T04:02:56.875Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-23T04:02:57.017Z Documenting dyn-clone v1.0.20
3312026-06-23T04:02:57.137Z Checking dyn-clone v1.0.20
3322026-06-23T04:02:58.876Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-23T04:03:00.004Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-06-23T04:03:02.266Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.93s
3352026-06-23T04:03:02.347Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-06-23T04:03:02.369Z
3372026-06-23T04:03:02.373Zreal 23.028023164
3382026-06-23T04:03:02.373Zuser 1:16.545094008
3392026-06-23T04:03:02.373Zsys 16.053146600
3402026-06-23T04:03:02.373Ztrap 0.049181938
3412026-06-23T04:03:02.373Ztflt 0.051347267
3422026-06-23T04:03:02.373Zdflt 0.074921912
3432026-06-23T04:03:02.373Zkflt 0.005159923
3442026-06-23T04:03:02.373Zlock 7:49.497305903
3452026-06-23T04:03:02.373Zslp 4:17.842958927
3462026-06-23T04:03:02.373Zlat 5.892181187
3472026-06-23T04:03:02.373Zstop 11.989658510
3482026-06-23T04:03:02.373Z+ header 'analyze std + api'
3492026-06-23T04:03:02.373Z+ echo '# ==== analyze std + api ==== #'
3502026-06-23T04:03:02.373Z# ==== analyze std + api ==== #
3512026-06-23T04:03:02.373Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3522026-06-23T04:03:02.608Z Compiling proc-macro2 v1.0.106
3532026-06-23T04:03:02.608Z Compiling quote v1.0.45
3542026-06-23T04:03:02.608Z Compiling unicode-ident v1.0.24
3552026-06-23T04:03:02.608Z Compiling memchr v2.8.2
3562026-06-23T04:03:02.608Z Compiling thiserror v2.0.18
3572026-06-23T04:03:02.612Z Compiling zerocopy v0.8.52
3582026-06-23T04:03:02.612Z Compiling zmij v1.0.21
3592026-06-23T04:03:02.612Z Compiling serde_core v1.0.228
3602026-06-23T04:03:02.785Z Compiling libc v0.2.186
3612026-06-23T04:03:02.949Z Compiling serde_json v1.0.150
3622026-06-23T04:03:02.977Z Compiling ident_case v1.0.1
3632026-06-23T04:03:02.982Z Compiling strsim v0.11.1
3642026-06-23T04:03:02.988Z Compiling ucd-trie v0.1.7
3652026-06-23T04:03:03.161Z Compiling pest v2.8.6
3662026-06-23T04:03:03.206Z Compiling serde v1.0.228
3672026-06-23T04:03:03.385Z Compiling fnv v1.0.7
3682026-06-23T04:03:03.530Z Compiling aho-corasick v1.1.4
3692026-06-23T04:03:03.533Z Compiling itoa v1.0.18
3702026-06-23T04:03:03.750Z Compiling regex-syntax v0.8.11
3712026-06-23T04:03:03.858Z Checking byteorder v1.5.0
3722026-06-23T04:03:03.955Z Compiling syn v2.0.117
3732026-06-23T04:03:04.287Z Compiling pest_meta v2.8.6
3742026-06-23T04:03:04.417Z Compiling usdt-impl v0.6.0
3752026-06-23T04:03:04.421Z Compiling either v1.16.0
3762026-06-23T04:03:04.613Z Compiling itertools v0.14.0
3772026-06-23T04:03:04.855Z Compiling thread-id v5.1.0
3782026-06-23T04:03:05.121Z Checking log v0.4.32
3792026-06-23T04:03:05.125Z Checking plain v0.2.3
3802026-06-23T04:03:05.211Z Compiling regex-automata v0.4.14
3812026-06-23T04:03:05.261Z Compiling heapless v0.8.0
3822026-06-23T04:03:05.788Z Checking bitflags v2.13.0
3832026-06-23T04:03:05.832Z Checking hash32 v0.3.1
3842026-06-23T04:03:05.869Z Checking cfg-if v1.0.4
3852026-06-23T04:03:05.924Z Checking stable_deref_trait v1.2.1
3862026-06-23T04:03:05.944Z Checking pretty-hex v0.4.2
3872026-06-23T04:03:05.948Z Compiling smoltcp v0.11.0
3882026-06-23T04:03:05.986Z Checking macaddr v1.0.1
3892026-06-23T04:03:06.186Z Compiling crc32fast v1.5.0
3902026-06-23T04:03:06.270Z Compiling ref-cast v1.0.25
3912026-06-23T04:03:06.285Z Compiling version_check v0.9.5
3922026-06-23T04:03:06.460Z Compiling pest_generator v2.8.6
3932026-06-23T04:03:06.460Z Compiling darling_core v0.21.3
3942026-06-23T04:03:06.551Z Compiling darling_core v0.23.0
3952026-06-23T04:03:06.565Z Checking bitflags v1.3.2
3962026-06-23T04:03:06.617Z Checking managed v0.8.0
3972026-06-23T04:03:06.655Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3982026-06-23T04:03:06.896Z Compiling regex v1.12.4
3992026-06-23T04:03:07.095Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4002026-06-23T04:03:07.287Z Checking memmap2 v0.9.10
4012026-06-23T04:03:07.443Z Checking unicode-width v0.2.2
4022026-06-23T04:03:07.525Z Compiling thiserror-impl v2.0.18
4032026-06-23T04:03:07.569Z Compiling serde_derive v1.0.228
4042026-06-23T04:03:07.709Z Compiling zerocopy-derive v0.8.52
4052026-06-23T04:03:07.771Z Compiling pest_derive v2.8.6
4062026-06-23T04:03:07.974Z Compiling scroll_derive v0.13.1
4072026-06-23T04:03:08.103Z Compiling ref-cast-impl v1.0.25
4082026-06-23T04:03:08.253Z Checking ipnetwork v0.21.1
4092026-06-23T04:03:08.426Z Checking tabwriter v1.4.1
4102026-06-23T04:03:08.540Z Compiling darling_macro v0.21.3
4112026-06-23T04:03:08.564Z Checking itertools v0.15.0
4122026-06-23T04:03:08.608Z Compiling darling_macro v0.23.0
4132026-06-23T04:03:08.807Z Checking scroll v0.13.0
4142026-06-23T04:03:08.866Z Checking dtrace-parser v0.3.0
4152026-06-23T04:03:09.025Z Checking goblin v0.10.7
4162026-06-23T04:03:09.101Z Compiling darling v0.21.3
4172026-06-23T04:03:09.104Z Checking cobs v0.3.0
4182026-06-23T04:03:09.170Z Compiling ingot-macros v0.1.1
4192026-06-23T04:03:09.236Z Compiling darling v0.23.0
4202026-06-23T04:03:09.308Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4212026-06-23T04:03:09.499Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-06-23T04:03:09.849Z Checking dyn-clone v1.0.20
4232026-06-23T04:03:10.626Z Checking postcard v1.1.3
4242026-06-23T04:03:10.643Z Compiling serde_tokenstream v0.2.3
4252026-06-23T04:03:11.725Z Checking ingot-types v0.1.2
4262026-06-23T04:03:11.725Z Checking dof v0.4.0
4272026-06-23T04:03:12.018Z Checking ingot v0.1.1
4282026-06-23T04:03:12.586Z Compiling usdt-attr-macro v0.6.0
4292026-06-23T04:03:12.586Z Compiling usdt-macro v0.6.0
4302026-06-23T04:03:13.162Z Checking usdt v0.6.0
4312026-06-23T04:03:13.409Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-06-23T04:03:21.736Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.31s
4332026-06-23T04:03:21.766Z
4342026-06-23T04:03:21.766Zreal 19.389732582
4352026-06-23T04:03:21.766Zuser 1:03.648348028
4362026-06-23T04:03:21.766Zsys 12.576239502
4372026-06-23T04:03:21.766Ztrap 0.034031534
4382026-06-23T04:03:21.766Ztflt 0.187569245
4392026-06-23T04:03:21.766Zdflt 0.200727483
4402026-06-23T04:03:21.766Zkflt 0.000020760
4412026-06-23T04:03:21.766Zlock 3:42.038701219
4422026-06-23T04:03:21.766Zslp 3:23.740278291
4432026-06-23T04:03:21.766Zlat 2.957810375
4442026-06-23T04:03:21.766Zstop 6.164026474
4452026-06-23T04:03:21.770Z+ header 'analyze no_std + engine + kernel'
4462026-06-23T04:03:21.770Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-06-23T04:03:21.770Z# ==== analyze no_std + engine + kernel ==== #
4482026-06-23T04:03:21.770Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-06-23T04:03:21.943Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-06-23T04:03:21.944Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-06-23T04:03:21.947Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-06-23T04:03:21.947Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-06-23T04:03:22.202Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-06-23T04:03:25.885Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.07s
4552026-06-23T04:03:25.913Z
4562026-06-23T04:03:25.916Zreal 4.141774440
4572026-06-23T04:03:25.916Zuser 4.519354997
4582026-06-23T04:03:25.917Zsys 0.902163002
4592026-06-23T04:03:25.917Ztrap 0.000602000
4602026-06-23T04:03:25.917Ztflt 0.007695283
4612026-06-23T04:03:25.917Zdflt 0.005849082
4622026-06-23T04:03:25.917Zkflt 0.000000000
4632026-06-23T04:03:25.917Zlock 18.643601372
4642026-06-23T04:03:25.917Zslp 16.450694895
4652026-06-23T04:03:25.917Zlat 0.021312305
4662026-06-23T04:03:25.917Zstop 0.282139456
4672026-06-23T04:03:25.917Z+ header test
4682026-06-23T04:03:25.917Z+ echo '# ==== test ==== #'
4692026-06-23T04:03:25.917Z+ ptime -m cargo test
4702026-06-23T04:03:25.917Z# ==== test ==== #
4712026-06-23T04:03:26.063Z Compiling serde_core v1.0.228
4722026-06-23T04:03:26.066Z Compiling thiserror v2.0.18
4732026-06-23T04:03:26.085Z Compiling zerocopy v0.8.52
4742026-06-23T04:03:26.088Z Compiling memchr v2.8.2
4752026-06-23T04:03:26.094Z Compiling byteorder v1.5.0
4762026-06-23T04:03:26.097Z Compiling unicode-ident v1.0.24
4772026-06-23T04:03:26.097Z Compiling libc v0.2.186
4782026-06-23T04:03:26.097Z Compiling scroll v0.13.0
4792026-06-23T04:03:26.169Z Compiling proc-macro2 v1.0.106
4802026-06-23T04:03:26.217Z Compiling zmij v1.0.21
4812026-06-23T04:03:26.295Z Compiling plain v0.2.3
4822026-06-23T04:03:26.348Z Compiling itoa v1.0.18
4832026-06-23T04:03:26.384Z Compiling ucd-trie v0.1.7
4842026-06-23T04:03:26.438Z Compiling log v0.4.32
4852026-06-23T04:03:26.591Z Compiling goblin v0.10.7
4862026-06-23T04:03:26.598Z Compiling pest v2.8.6
4872026-06-23T04:03:26.662Z Compiling quote v1.0.45
4882026-06-23T04:03:27.093Z Compiling hash32 v0.3.1
4892026-06-23T04:03:27.256Z Compiling pretty-hex v0.4.2
4902026-06-23T04:03:27.311Z Compiling stable_deref_trait v1.2.1
4912026-06-23T04:03:27.377Z Compiling macaddr v1.0.1
4922026-06-23T04:03:27.381Z Compiling cfg-if v1.0.4
4932026-06-23T04:03:27.441Z Compiling heapless v0.8.0
4942026-06-23T04:03:27.606Z Compiling syn v2.0.117
4952026-06-23T04:03:27.621Z Compiling dtrace-parser v0.3.0
4962026-06-23T04:03:27.893Z Compiling serde v1.0.228
4972026-06-23T04:03:28.078Z Compiling bitflags v2.13.0
4982026-06-23T04:03:28.284Z Compiling serde_json v1.0.150
4992026-06-23T04:03:28.492Z Compiling thread-id v5.1.0
5002026-06-23T04:03:28.535Z Compiling cobs v0.3.0
5012026-06-23T04:03:28.565Z Compiling bitflags v1.3.2
5022026-06-23T04:03:28.632Z Compiling managed v0.8.0
5032026-06-23T04:03:28.819Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-06-23T04:03:28.851Z Compiling ingot-types v0.1.2
5052026-06-23T04:03:28.940Z Compiling smoltcp v0.11.0
5062026-06-23T04:03:29.033Z Compiling postcard v1.1.3
5072026-06-23T04:03:29.040Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-23T04:03:29.250Z Compiling ingot v0.1.1
5092026-06-23T04:03:29.374Z Compiling memmap2 v0.9.10
5102026-06-23T04:03:29.654Z Compiling dof v0.4.0
5112026-06-23T04:03:29.660Z Compiling either v1.16.0
5122026-06-23T04:03:29.859Z Compiling ipnetwork v0.21.1
5132026-06-23T04:03:30.382Z Compiling usdt-impl v0.6.0
5142026-06-23T04:03:31.208Z Compiling unicode-width v0.2.2
5152026-06-23T04:03:31.420Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-06-23T04:03:31.457Z Compiling tabwriter v1.4.1
5172026-06-23T04:03:31.517Z Compiling usdt v0.6.0
5182026-06-23T04:03:31.880Z Compiling itertools v0.15.0
5192026-06-23T04:03:32.126Z Compiling ref-cast v1.0.25
5202026-06-23T04:03:32.221Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-06-23T04:03:32.939Z Compiling crc32fast v1.5.0
5222026-06-23T04:03:33.193Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-06-23T04:03:33.202Z Compiling dyn-clone v1.0.20
5242026-06-23T04:03:47.935Z Finished `test` profile [optimized + debuginfo] target(s) in 22.01s
5252026-06-23T04:03:47.948Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df13950e119e285c)
5262026-06-23T04:03:47.952Z
5272026-06-23T04:03:47.952Zrunning 83 tests
5282026-06-23T04:03:47.952Ztest ddi::mblk::test::expand_and_shrink ... ok
5292026-06-23T04:03:47.952Ztest d_error::tests::name_truncation ... ok
5302026-06-23T04:03:47.952Ztest d_error::tests::name_and_data_storage ... ok
5312026-06-23T04:03:47.952Ztest ddi::mblk::test::chain_append_links ... ok
5322026-06-23T04:03:47.952Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5332026-06-23T04:03:47.952Ztest ddi::mblk::test::chain_breaks_links ... ok
5342026-06-23T04:03:47.952Ztest ddi::mblk::test::prefix_len ... ok
5352026-06-23T04:03:47.952Ztest ddi::mblk::test::chain_drain_complete ... ok
5362026-06-23T04:03:47.952Ztest ddi::mblk::test::read_seg ... ok
5372026-06-23T04:03:47.952Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5382026-06-23T04:03:47.952Ztest ddi::mblk::test::truncate ... ok
5392026-06-23T04:03:47.952Ztest ddi::mblk::test::uninitialized_packet ... ok
5402026-06-23T04:03:47.952Ztest ddi::mblk::test::wrap ... ok
5412026-06-23T04:03:47.952Ztest ddi::mblk::test::zero_byte_packet ... ok
5422026-06-23T04:03:47.953Ztest ddi::time::test::good_interval ... ok
5432026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_client_id ... ok
5442026-06-23T04:03:47.953Ztest engine::dhcp::test::domainname_encode ... ok
5452026-06-23T04:03:47.953Ztest engine::dhcp::test::domain_search_option_encode ... ok
5462026-06-23T04:03:47.953Ztest engine::dhcp::test::rfc3442_encode ... ok
5472026-06-23T04:03:47.953Ztest engine::dhcp::test::offlink_encode ... ok
5482026-06-23T04:03:47.953Ztest engine::dhcp::test::hostname_encode ... ok
5492026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5502026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5512026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_iata ... ok
5522026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_iana ... ok
5532026-06-23T04:03:47.953Ztest ddi::time::test::bad_interval - should panic ... ok
5542026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5552026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_option_request ... ok
5562026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5572026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5582026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5592026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5602026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5612026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5622026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_server_id ... ok
5632026-06-23T04:03:47.953Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5642026-06-23T04:03:47.958Ztest engine::dhcpv6::options::test::test_status ... ok
5652026-06-23T04:03:47.958Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5662026-06-23T04:03:47.958Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5672026-06-23T04:03:47.958Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5682026-06-23T04:03:47.958Ztest engine::ether::test::emit ... ok
5692026-06-23T04:03:47.958Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5702026-06-23T04:03:47.958Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5712026-06-23T04:03:47.958Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5722026-06-23T04:03:47.958Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5732026-06-23T04:03:47.958Ztest engine::flow_table::test::flow_expired ... ok
5742026-06-23T04:03:47.959Ztest engine::flow_table::test::eviction_basics ... ok
5752026-06-23T04:03:47.959Ztest engine::flow_table::test::flow_clear ... ok
5762026-06-23T04:03:47.959Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5772026-06-23T04:03:47.959Ztest engine::flow_table::test::priority_lerp ... ok
5782026-06-23T04:03:47.959Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5792026-06-23T04:03:47.959Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5802026-06-23T04:03:47.959Ztest engine::ip::v4::test::match_check ... ok
5812026-06-23T04:03:47.959Ztest engine::ip::v4::test::cidr_match ... ok
5822026-06-23T04:03:47.959Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5832026-06-23T04:03:47.959Ztest engine::ip::v4::test::emit ... ok
5842026-06-23T04:03:47.959Ztest engine::ip::v6::test::emit ... ok
5852026-06-23T04:03:47.959Ztest engine::geneve::test::emit_single_opt ... ok
5862026-06-23T04:03:47.959Ztest engine::geneve::test::emit_no_opts ... ok
5872026-06-23T04:03:47.959Ztest engine::ip::v6::test::option_push_spec ... ok
5882026-06-23T04:03:47.959Ztest engine::ip::v6::test::extension_push_spec ... ok
5892026-06-23T04:03:47.959Ztest engine::ip::v6::test::from_pairs ... ok
5902026-06-23T04:03:47.959Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5912026-06-23T04:03:47.959Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5922026-06-23T04:03:47.959Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5932026-06-23T04:03:47.959Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5942026-06-23T04:03:47.959Ztest engine::layer::test::find_rule ... ok
5952026-06-23T04:03:47.959Ztest engine::ip::v6::test::test_set_total_len ... ok
5962026-06-23T04:03:47.959Ztest engine::ip::v6::test::push_spec ... ok
5972026-06-23T04:03:47.959Ztest engine::nat::test::nat4_rewrite ... ok
5982026-06-23T04:03:47.959Ztest engine::packet::test::read_multi_segment ... ok
5992026-06-23T04:03:47.959Ztest engine::packet::test::read_single_segment ... ok
6002026-06-23T04:03:47.959Ztest engine::packet::test::straddled_tcp ... ok
6012026-06-23T04:03:47.960Ztest engine::packet::test::small_packet_with_padding ... ok
6022026-06-23T04:03:47.960Ztest engine::packet::test::udp6_packet_with_padding ... ok
6032026-06-23T04:03:47.960Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6042026-06-23T04:03:47.960Ztest engine::rule::rule_matching ... ok
6052026-06-23T04:03:47.960Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6062026-06-23T04:03:47.960Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6072026-06-23T04:03:47.960Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6082026-06-23T04:03:47.960Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6092026-06-23T04:03:47.960Ztest engine::snat::test::nat_mappings ... ok
6102026-06-23T04:03:47.960Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6112026-06-23T04:03:47.960Z
6122026-06-23T04:03:47.960Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-06-23T04:03:47.960Z
6142026-06-23T04:03:47.960Z Doc-tests opte
6152026-06-23T04:03:49.902Z
6162026-06-23T04:03:49.902Zrunning 3 tests
6172026-06-23T04:03:49.906Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6182026-06-23T04:03:49.906Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6192026-06-23T04:03:49.906Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6202026-06-23T04:03:49.906Z
6212026-06-23T04:03:49.906Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-06-23T04:03:49.906Z
6232026-06-23T04:03:49.912Zall doctests ran in 1.40s; merged doctests compilation took 1.39s
6242026-06-23T04:03:49.952Z
6252026-06-23T04:03:49.952Zreal 24.027687570
6262026-06-23T04:03:49.952Zuser 2:01.788953302
6272026-06-23T04:03:49.952Zsys 7.068253605
6282026-06-23T04:03:49.952Ztrap 0.056777403
6292026-06-23T04:03:49.952Ztflt 0.149789740
6302026-06-23T04:03:49.955Zdflt 0.360524404
6312026-06-23T04:03:49.955Zkflt 0.000002050
6322026-06-23T04:03:49.955Zlock 5:53.901053105
6332026-06-23T04:03:49.955Zslp 3:38.937224118
6342026-06-23T04:03:49.955Zlat 6.447819081
6352026-06-23T04:03:49.955Zstop 3.486769249
6362026-06-23T04:03:49.955Zprocess exited: duration 87643 ms, exit code 0
 
6372026-06-23T04:03:49.962Zfound 0 output files