01KT1EM0E8WXS4DZEGMCG70T8Z: opte

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

Buildomat Job: 01KT1EMFRKK4J9T5RYG7RXMB7H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T11:21:42.125Zjob assigned to worker 01KT1EMT7S2MFWWFD602A8NWJT [factory aws, i-09448237026fcd7e4] (queued for 51 s)
 
22026-06-01T11:21:48.495Zstarting task 0: "setup"
32026-06-01T11:21:48.501Z++ uname -s
42026-06-01T11:21:48.504Z+ kern=SunOS
52026-06-01T11:21:48.504Z+ build_user=build
62026-06-01T11:21:48.504Z+ build_uid=12345
72026-06-01T11:21:48.504Z+ work_dir=/work
82026-06-01T11:21:48.505Z+ input_dir=/input
92026-06-01T11:21:48.505Z+ [[ 0 == 12345 ]]
102026-06-01T11:21:48.505Z+ case "$kern" in
112026-06-01T11:21:48.505Z+ groupadd -g 12345 build
122026-06-01T11:21:48.505Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T11:21:50.509Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T11:21:50.646Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T11:21:50.649Z+ home_fs=zfs
162026-06-01T11:21:50.649Z+ [[ zfs == autofs ]]
172026-06-01T11:21:50.649Z+ mkdir -p /home/build
182026-06-01T11:21:50.649Z+ chown build:build /home/build /work
192026-06-01T11:21:52.650Z+ chmod 0700 /home/build /work
202026-06-01T11:21:52.654Zprocess exited: duration 4156 ms, exit code 0
 
212026-06-01T11:21:52.660Zstarting task 1: "rust-toolchain"
222026-06-01T11:21:52.664Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-01T11:21:52.664Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-01T11:21:52.664Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-01T11:21:52.664Z * rust toolchain channel = "1.95.0"
262026-06-01T11:21:52.664Z * rust toolchain profile = "default"
272026-06-01T11:21:52.667Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T11:21:52.667Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T11:21:52.667Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-01T11:21:52.770Zinfo: downloading installer
312026-06-01T11:21:54.021Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T11:21:54.021Zwarn: /home/build/.rustup/settings.toml
332026-06-01T11:21:54.021Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T11:21:54.021Zwarn: instead of the one inferred from the default host triple.
352026-06-01T11:21:54.033Zinfo: profile set to default
362026-06-01T11:21:54.033Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T11:21:54.037Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-01T11:21:54.164Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-01T11:21:54.167Zinfo: downloading 6 components
402026-06-01T11:22:08.765Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-01T11:22:08.765Z
422026-06-01T11:22:08.795Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-01T11:22:08.795Z
442026-06-01T11:22:08.795Z
452026-06-01T11:22:08.795ZRust is installed now. Great!
462026-06-01T11:22:08.795Z
472026-06-01T11:22:08.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T11:22:08.798Zenvironment variable. This has not been done automatically.
492026-06-01T11:22:08.798Z
502026-06-01T11:22:08.798ZTo configure your current shell, you need to source
512026-06-01T11:22:08.799Zthe corresponding env file under $HOME/.cargo.
522026-06-01T11:22:08.799Z
532026-06-01T11:22:08.799ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T11:22:08.799Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T11:22:08.799Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T11:22:08.799Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T11:22:08.799Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T11:22:08.799Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T11:22:08.799Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T11:22:08.799Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T11:22:08.799Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T11:22:08.887Z+ rustup --version
632026-06-01T11:22:08.895Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T11:22:08.898Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T11:22:08.917Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-01T11:22:08.920Z+ cargo --version
672026-06-01T11:22:08.933Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-01T11:22:08.937Z+ rustc --version
692026-06-01T11:22:08.956Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-01T11:22:08.959Zprocess exited: duration 16297 ms, exit code 0
 
712026-06-01T11:22:08.966Zstarting task 2: "authentication"
722026-06-01T11:22:08.984Zprocess exited: duration 17 ms, exit code 0
 
732026-06-01T11:22:08.992Zstarting task 3: "clone repository"
742026-06-01T11:22:08.996Z+ mkdir -p /work/oxidecomputer/opte
752026-06-01T11:22:09.002Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-01T11:22:09.036ZCloning into '/work/oxidecomputer/opte'...
772026-06-01T11:22:09.882Z+ cd /work/oxidecomputer/opte
782026-06-01T11:22:09.882Z+ git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
792026-06-01T11:22:10.109ZFrom https://github.com/oxidecomputer/opte
802026-06-01T11:22:10.109Z * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD
812026-06-01T11:22:10.115Z+ [[ -n mtu ]]
822026-06-01T11:22:10.118Z++ git branch --show-current
832026-06-01T11:22:10.118Z+ current=master
842026-06-01T11:22:10.118Z+ [[ master != mtu ]]
852026-06-01T11:22:10.118Z+ git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
862026-06-01T11:22:10.121Z+ git checkout -f mtu
872026-06-01T11:22:10.137ZSwitched to branch 'mtu'
882026-06-01T11:22:10.140Z+ git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
892026-06-01T11:22:10.143ZHEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages
902026-06-01T11:22:10.143Zprocess exited: duration 1150 ms, exit code 0
 
912026-06-01T11:22:10.150Zstarting task 4: "build"
922026-06-01T11:22:10.153Z+ source .github/buildomat/common.sh
932026-06-01T11:22:10.153Z++ rustup show active-toolchain
942026-06-01T11:22:10.159Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-01T11:22:10.162Z++ pushd xde
962026-06-01T11:22:10.162Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-01T11:22:10.162Z++ rustup show active-toolchain
982026-06-01T11:22:10.165Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-01T11:22:10.298Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-01T11:22:10.301Zinfo: downloading 6 components
1012026-06-01T11:22:25.140Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-01T11:22:25.238Z+++ rustup show active-toolchain -v
1032026-06-01T11:22:25.241Z+++ head -n 1
1042026-06-01T11:22:25.241Z+++ cut '-d ' -f1
1052026-06-01T11:22:25.294Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-01T11:22:25.294Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-01T11:22:25.297Z++ popd
1082026-06-01T11:22:25.297Z/work/oxidecomputer/opte
1092026-06-01T11:22:25.297Z+ cargo --version
1102026-06-01T11:22:25.304Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-01T11:22:25.306Z+ rustc --version
1122026-06-01T11:22:25.326Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-01T11:22:25.329Z+ cd lib/opte
1142026-06-01T11:22:25.329Z+ header 'check style'
1152026-06-01T11:22:25.329Z+ echo '# ==== check style ==== #'
1162026-06-01T11:22:25.329Z# ==== check style ==== #
1172026-06-01T11:22:25.329Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-06-01T11:22:25.520Z
1192026-06-01T11:22:25.520Zreal 0.188502569
1202026-06-01T11:22:25.520Zuser 0.140291900
1212026-06-01T11:22:25.520Zsys 0.042007693
1222026-06-01T11:22:25.520Ztrap 0.000009780
1232026-06-01T11:22:25.520Ztflt 0.000028780
1242026-06-01T11:22:25.520Zdflt 0.000027290
1252026-06-01T11:22:25.520Zkflt 0.000000000
1262026-06-01T11:22:25.520Zlock 0.031199410
1272026-06-01T11:22:25.520Zslp 0.164151638
1282026-06-01T11:22:25.520Zlat 0.000848650
1292026-06-01T11:22:25.520Zstop 0.000089140
1302026-06-01T11:22:25.524Z+ header 'check docs'
1312026-06-01T11:22:25.524Z+ echo '# ==== check docs ==== #'
1322026-06-01T11:22:25.524Z# ==== check docs ==== #
1332026-06-01T11:22:25.524Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-01T11:22:25.524Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-01T11:22:25.591Z Updating crates.io index
1362026-06-01T11:22:25.594Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-01T11:22:26.346Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-01T11:22:26.985Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-01T11:22:27.374Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-01T11:22:27.774Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-01T11:22:28.027Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-01T11:22:28.277Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-01T11:22:30.447Z Downloading crates ...
1442026-06-01T11:22:30.516Z Downloaded block-buffer v0.10.4
1452026-06-01T11:22:30.519Z Downloaded cpufeatures v0.2.17
1462026-06-01T11:22:30.519Z Downloaded cfg-if v1.0.4
1472026-06-01T11:22:30.524Z Downloaded macaddr v1.0.1
1482026-06-01T11:22:30.527Z Downloaded defmt v0.3.100
1492026-06-01T11:22:30.527Z Downloaded cobs v0.3.0
1502026-06-01T11:22:30.530Z Downloaded aho-corasick v1.1.4
1512026-06-01T11:22:30.534Z Downloaded hash32 v0.3.1
1522026-06-01T11:22:30.534Z Downloaded embedded-io v0.4.0
1532026-06-01T11:22:30.534Z Downloaded embedded-io v0.6.1
1542026-06-01T11:22:30.537Z Downloaded darling_macro v0.23.0
1552026-06-01T11:22:30.537Z Downloaded ident_case v1.0.1
1562026-06-01T11:22:30.537Z Downloaded fnv v1.0.7
1572026-06-01T11:22:31.542Z Downloaded itoa v1.0.18
1582026-06-01T11:22:31.550Z Downloaded plain v0.2.3
1592026-06-01T11:22:31.550Z Downloaded dtrace-parser v0.3.0
1602026-06-01T11:22:31.550Z Downloaded defmt-parser v1.0.0
1612026-06-01T11:22:31.550Z Downloaded dof v0.4.0
1622026-06-01T11:22:31.550Z Downloaded usdt v0.6.0
1632026-06-01T11:22:31.550Z Downloaded darling_macro v0.21.3
1642026-06-01T11:22:31.550Z Downloaded pretty-hex v0.4.2
1652026-06-01T11:22:31.550Z Downloaded ingot v0.1.1
1662026-06-01T11:22:31.550Z Downloaded dyn-clone v1.0.20
1672026-06-01T11:22:31.550Z Downloaded defmt-macros v1.0.1
1682026-06-01T11:22:31.550Z Downloaded bitflags v1.3.2
1692026-06-01T11:22:31.550Z Downloaded proc-macro-error-attr2 v2.0.0
1702026-06-01T11:22:31.550Z Downloaded stable_deref_trait v1.2.1
1712026-06-01T11:22:31.551Z Downloaded version_check v0.9.5
1722026-06-01T11:22:31.551Z Downloaded usdt-attr-macro v0.6.0
1732026-06-01T11:22:31.551Z Downloaded usdt-macro v0.6.0
1742026-06-01T11:22:31.551Z Downloaded managed v0.8.0
1752026-06-01T11:22:31.551Z Downloaded ref-cast-impl v1.0.25
1762026-06-01T11:22:31.551Z Downloaded thread-id v5.1.0
1772026-06-01T11:22:31.551Z Downloaded tabwriter v1.4.1
1782026-06-01T11:22:31.551Z Downloaded ref-cast v1.0.25
1792026-06-01T11:22:31.551Z Downloaded ipnetwork v0.21.1
1802026-06-01T11:22:31.551Z Downloaded digest v0.10.7
1812026-06-01T11:22:31.551Z Downloaded crypto-common v0.1.7
1822026-06-01T11:22:31.551Z Downloaded ingot-types v0.1.2
1832026-06-01T11:22:31.551Z Downloaded either v1.15.0
1842026-06-01T11:22:31.551Z Downloaded strsim v0.11.1
1852026-06-01T11:22:31.551Z Downloaded sha2 v0.10.9
1862026-06-01T11:22:31.551Z Downloaded byteorder v1.5.0
1872026-06-01T11:22:31.551Z Downloaded scroll v0.13.0
1882026-06-01T11:22:31.551Z Downloaded serde_tokenstream v0.2.3
1892026-06-01T11:22:31.551Z Downloaded ingot-macros v0.1.1
1902026-06-01T11:22:31.551Z Downloaded darling v0.21.3
1912026-06-01T11:22:31.551Z Downloaded scroll_derive v0.13.1
1922026-06-01T11:22:31.551Z Downloaded usdt-impl v0.6.0
1932026-06-01T11:22:31.551Z Downloaded thiserror v2.0.18
1942026-06-01T11:22:31.551Z Downloaded quote v1.0.45
1952026-06-01T11:22:31.551Z Downloaded generic-array v0.14.7
1962026-06-01T11:22:31.551Z Downloaded proc-macro-error2 v2.0.1
1972026-06-01T11:22:31.551Z Downloaded pest_derive v2.8.6
1982026-06-01T11:22:31.551Z Downloaded darling v0.23.0
1992026-06-01T11:22:31.551Z Downloaded postcard v1.1.3
2002026-06-01T11:22:31.551Z Downloaded defmt v1.0.1
2012026-06-01T11:22:31.551Z Downloaded crc32fast v1.5.0
2022026-06-01T11:22:31.551Z Downloaded log v0.4.29
2032026-06-01T11:22:31.551Z Downloaded memmap2 v0.9.10
2042026-06-01T11:22:31.551Z Downloaded zmij v1.0.21
2052026-06-01T11:22:31.551Z Downloaded bitflags v2.11.1
2062026-06-01T11:22:31.551Z Downloaded thiserror-impl v2.0.18
2072026-06-01T11:22:31.551Z Downloaded ucd-trie v0.1.7
2082026-06-01T11:22:31.552Z Downloaded heapless v0.8.0
2092026-06-01T11:22:31.552Z Downloaded pest_generator v2.8.6
2102026-06-01T11:22:31.552Z Downloaded proc-macro2 v1.0.106
2112026-06-01T11:22:31.552Z Downloaded unicode-ident v1.0.24
2122026-06-01T11:22:31.552Z Downloaded serde_core v1.0.228
2132026-06-01T11:22:31.552Z Downloaded serde_derive v1.0.228
2142026-06-01T11:22:31.552Z Downloaded darling_core v0.21.3
2152026-06-01T11:22:31.552Z Downloaded pest_meta v2.8.6
2162026-06-01T11:22:31.552Z Downloaded darling_core v0.23.0
2172026-06-01T11:22:31.552Z Downloaded memchr v2.8.0
2182026-06-01T11:22:31.552Z Downloaded zerocopy-derive v0.8.48
2192026-06-01T11:22:31.552Z Downloaded typenum v1.20.0
2202026-06-01T11:22:31.552Z Downloaded serde v1.0.228
2212026-06-01T11:22:31.552Z Downloaded pest v2.8.6
2222026-06-01T11:22:31.552Z Downloaded itertools v0.14.0
2232026-06-01T11:22:31.552Z Downloaded serde_json v1.0.149
2242026-06-01T11:22:31.552Z Downloaded regex v1.12.3
2252026-06-01T11:22:31.552Z Downloaded goblin v0.10.5
2262026-06-01T11:22:31.552Z Downloaded unicode-width v0.2.2
2272026-06-01T11:22:31.552Z Downloaded zerocopy v0.8.48
2282026-06-01T11:22:31.552Z Downloaded syn v2.0.117
2292026-06-01T11:22:31.552Z Downloaded smoltcp v0.11.0
2302026-06-01T11:22:31.552Z Downloaded regex-syntax v0.8.10
2312026-06-01T11:22:31.552Z Downloaded regex-automata v0.4.14
2322026-06-01T11:22:31.552Z Downloaded libc v0.2.186
2332026-06-01T11:22:31.552Z Compiling proc-macro2 v1.0.106
2342026-06-01T11:22:31.552Z Compiling quote v1.0.45
2352026-06-01T11:22:31.552Z Compiling unicode-ident v1.0.24
2362026-06-01T11:22:31.552Z Documenting unicode-ident v1.0.24
2372026-06-01T11:22:31.552Z Compiling ident_case v1.0.1
2382026-06-01T11:22:31.552Z Compiling strsim v0.11.1
2392026-06-01T11:22:31.552Z Compiling serde_core v1.0.228
2402026-06-01T11:22:31.552Z Compiling fnv v1.0.7
2412026-06-01T11:22:31.552Z Checking memchr v2.8.0
2422026-06-01T11:22:31.552Z Compiling zerocopy v0.8.48
2432026-06-01T11:22:31.553Z Compiling thiserror v2.0.18
2442026-06-01T11:22:31.553Z Compiling serde v1.0.228
2452026-06-01T11:22:31.556Z Documenting proc-macro2 v1.0.106
2462026-06-01T11:22:31.591Z Compiling aho-corasick v1.1.4
2472026-06-01T11:22:31.660Z Compiling regex-syntax v0.8.10
2482026-06-01T11:22:31.955Z Checking syn v2.0.117
2492026-06-01T11:22:32.159Z Documenting quote v1.0.45
2502026-06-01T11:22:32.561Z Compiling either v1.15.0
2512026-06-01T11:22:32.667Z Documenting syn v2.0.117
2522026-06-01T11:22:32.765Z Checking byteorder v1.5.0
2532026-06-01T11:22:32.855Z Compiling itertools v0.14.0
2542026-06-01T11:22:32.926Z Compiling heapless v0.8.0
2552026-06-01T11:22:33.045Z Documenting memchr v2.8.0
2562026-06-01T11:22:33.242Z Compiling regex-automata v0.4.14
2572026-06-01T11:22:33.677Z Documenting aho-corasick v1.1.4
2582026-06-01T11:22:33.939Z Checking hash32 v0.3.1
2592026-06-01T11:22:33.998Z Checking bitflags v2.11.1
2602026-06-01T11:22:34.045Z Documenting serde_core v1.0.228
2612026-06-01T11:22:34.073Z Checking cfg-if v1.0.4
2622026-06-01T11:22:34.131Z Checking macaddr v1.0.1
2632026-06-01T11:22:34.234Z Documenting regex-syntax v0.8.10
2642026-06-01T11:22:34.271Z Checking stable_deref_trait v1.2.1
2652026-06-01T11:22:34.337Z Checking darling_core v0.21.3
2662026-06-01T11:22:34.631Z Compiling darling_core v0.23.0
2672026-06-01T11:22:34.949Z Compiling regex v1.12.3
2682026-06-01T11:22:35.258Z Compiling smoltcp v0.11.0
2692026-06-01T11:22:35.265Z Documenting regex-automata v0.4.14
2702026-06-01T11:22:35.662Z Compiling zerocopy-derive v0.8.48
2712026-06-01T11:22:35.707Z Compiling thiserror-impl v2.0.18
2722026-06-01T11:22:35.781Z Compiling serde_derive v1.0.228
2732026-06-01T11:22:35.884Z Documenting zerocopy-derive v0.8.48
2742026-06-01T11:22:36.360Z Documenting serde_derive v1.0.228
2752026-06-01T11:22:36.602Z Documenting regex v1.12.3
2762026-06-01T11:22:36.659Z Compiling darling_macro v0.21.3
2772026-06-01T11:22:36.722Z Compiling darling_macro v0.23.0
2782026-06-01T11:22:36.730Z Documenting thiserror-impl v2.0.18
2792026-06-01T11:22:37.027Z Checking cobs v0.3.0
2802026-06-01T11:22:37.274Z Compiling darling v0.21.3
2812026-06-01T11:22:37.348Z Compiling ingot-macros v0.1.1
2822026-06-01T11:22:37.425Z Checking bitflags v1.3.2
2832026-06-01T11:22:37.451Z Documenting byteorder v1.5.0
2842026-06-01T11:22:37.489Z Checking managed v0.8.0
2852026-06-01T11:22:37.564Z Documenting ingot-macros v0.1.1
2862026-06-01T11:22:37.573Z Documenting zerocopy v0.8.48
2872026-06-01T11:22:37.673Z Documenting bitflags v2.11.1
2882026-06-01T11:22:37.751Z Documenting thiserror v2.0.18
2892026-06-01T11:22:38.009Z Documenting hash32 v0.3.1
2902026-06-01T11:22:38.333Z Documenting stable_deref_trait v1.2.1
2912026-06-01T11:22:38.475Z Compiling ref-cast v1.0.25
2922026-06-01T11:22:38.646Z Documenting serde v1.0.228
2932026-06-01T11:22:38.796Z Documenting macaddr v1.0.1
2942026-06-01T11:22:38.855Z Documenting cfg-if v1.0.4
2952026-06-01T11:22:38.897Z Compiling crc32fast v1.5.0
2962026-06-01T11:22:38.990Z Documenting heapless v0.8.0
2972026-06-01T11:22:39.237Z Checking postcard v1.1.3
2982026-06-01T11:22:39.369Z Documenting cobs v0.3.0
2992026-06-01T11:22:39.524Z Compiling ref-cast-impl v1.0.25
3002026-06-01T11:22:39.758Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-06-01T11:22:40.011Z Compiling version_check v0.9.5
3022026-06-01T11:22:40.070Z Checking ingot-types v0.1.2
3032026-06-01T11:22:40.123Z Documenting managed v0.8.0
3042026-06-01T11:22:40.130Z Checking ipnetwork v0.21.1
3052026-06-01T11:22:40.162Z Checking unicode-width v0.2.2
3062026-06-01T11:22:40.304Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3072026-06-01T11:22:40.410Z Documenting postcard v1.1.3
3082026-06-01T11:22:40.414Z Checking ingot v0.1.1
3092026-06-01T11:22:40.450Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-06-01T11:22:40.547Z Compiling darling v0.23.0
3112026-06-01T11:22:40.627Z Documenting ref-cast-impl v1.0.25
3122026-06-01T11:22:40.671Z Documenting ingot-types v0.1.2
3132026-06-01T11:22:40.686Z Documenting either v1.15.0
3142026-06-01T11:22:40.800Z Documenting smoltcp v0.11.0
3152026-06-01T11:22:40.895Z Documenting ipnetwork v0.21.1
3162026-06-01T11:22:41.190Z Documenting unicode-width v0.2.2
3172026-06-01T11:22:41.430Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-06-01T11:22:41.649Z Documenting itertools v0.14.0
3192026-06-01T11:22:41.887Z Documenting ref-cast v1.0.25
3202026-06-01T11:22:41.945Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3212026-06-01T11:22:42.232Z Documenting ingot v0.1.1
3222026-06-01T11:22:42.410Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-06-01T11:22:42.859Z Checking tabwriter v1.4.1
3242026-06-01T11:22:43.026Z Documenting tabwriter v1.4.1
3252026-06-01T11:22:43.093Z Documenting crc32fast v1.5.0
3262026-06-01T11:22:43.271Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-06-01T11:22:43.330Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-06-01T11:22:43.586Z Documenting dyn-clone v1.0.20
3292026-06-01T11:22:43.593Z Checking dyn-clone v1.0.20
3302026-06-01T11:22:44.994Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-06-01T11:22:46.139Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-06-01T11:22:48.423Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.89s
3332026-06-01T11:22:48.513Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-06-01T11:22:48.534Z
3352026-06-01T11:22:48.537Zreal 22.991703795
3362026-06-01T11:22:48.538Zuser 1:16.769926402
3372026-06-01T11:22:48.538Zsys 16.406426639
3382026-06-01T11:22:48.538Ztrap 0.044723070
3392026-06-01T11:22:48.538Ztflt 0.044976585
3402026-06-01T11:22:48.538Zdflt 0.091127364
3412026-06-01T11:22:48.538Zkflt 0.004670460
3422026-06-01T11:22:48.538Zlock 6:55.202701520
3432026-06-01T11:22:48.538Zslp 4:17.904302595
3442026-06-01T11:22:48.538Zlat 9.219263100
3452026-06-01T11:22:48.538Zstop 9.705690603
3462026-06-01T11:22:48.538Z+ header 'analyze std + api'
3472026-06-01T11:22:48.538Z+ echo '# ==== analyze std + api ==== #'
3482026-06-01T11:22:48.538Z# ==== analyze std + api ==== #
3492026-06-01T11:22:48.538Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-06-01T11:22:48.779Z Compiling proc-macro2 v1.0.106
3512026-06-01T11:22:48.779Z Compiling quote v1.0.45
3522026-06-01T11:22:48.779Z Compiling unicode-ident v1.0.24
3532026-06-01T11:22:48.779Z Compiling memchr v2.8.0
3542026-06-01T11:22:48.782Z Compiling thiserror v2.0.18
3552026-06-01T11:22:48.782Z Compiling zerocopy v0.8.48
3562026-06-01T11:22:48.782Z Compiling zmij v1.0.21
3572026-06-01T11:22:48.782Z Compiling libc v0.2.186
3582026-06-01T11:22:48.969Z Compiling serde_core v1.0.228
3592026-06-01T11:22:49.158Z Compiling serde_json v1.0.149
3602026-06-01T11:22:49.175Z Compiling ucd-trie v0.1.7
3612026-06-01T11:22:49.190Z Compiling ident_case v1.0.1
3622026-06-01T11:22:49.205Z Compiling strsim v0.11.1
3632026-06-01T11:22:49.301Z Compiling pest v2.8.6
3642026-06-01T11:22:49.392Z Compiling serde v1.0.228
3652026-06-01T11:22:49.599Z Compiling fnv v1.0.7
3662026-06-01T11:22:49.746Z Compiling aho-corasick v1.1.4
3672026-06-01T11:22:49.780Z Compiling itoa v1.0.18
3682026-06-01T11:22:49.953Z Checking byteorder v1.5.0
3692026-06-01T11:22:50.040Z Compiling regex-syntax v0.8.10
3702026-06-01T11:22:50.127Z Compiling syn v2.0.117
3712026-06-01T11:22:50.458Z Compiling pest_meta v2.8.6
3722026-06-01T11:22:50.538Z Compiling usdt-impl v0.6.0
3732026-06-01T11:22:50.635Z Compiling either v1.15.0
3742026-06-01T11:22:50.828Z Compiling itertools v0.14.0
3752026-06-01T11:22:51.039Z Compiling thread-id v5.1.0
3762026-06-01T11:22:51.287Z Checking plain v0.2.3
3772026-06-01T11:22:51.379Z Compiling heapless v0.8.0
3782026-06-01T11:22:51.400Z Checking log v0.4.29
3792026-06-01T11:22:51.533Z Compiling regex-automata v0.4.14
3802026-06-01T11:22:52.018Z Checking bitflags v2.11.1
3812026-06-01T11:22:52.045Z Checking hash32 v0.3.1
3822026-06-01T11:22:52.073Z Compiling smoltcp v0.11.0
3832026-06-01T11:22:52.208Z Checking pretty-hex v0.4.2
3842026-06-01T11:22:52.216Z Checking cfg-if v1.0.4
3852026-06-01T11:22:52.270Z Checking macaddr v1.0.1
3862026-06-01T11:22:52.273Z Checking stable_deref_trait v1.2.1
3872026-06-01T11:22:52.434Z Checking bitflags v1.3.2
3882026-06-01T11:22:52.437Z Compiling crc32fast v1.5.0
3892026-06-01T11:22:52.475Z Checking managed v0.8.0
3902026-06-01T11:22:52.491Z Compiling ref-cast v1.0.25
3912026-06-01T11:22:52.655Z Compiling pest_generator v2.8.6
3922026-06-01T11:22:52.717Z Compiling darling_core v0.21.3
3932026-06-01T11:22:52.729Z Compiling darling_core v0.23.0
3942026-06-01T11:22:52.819Z Compiling version_check v0.9.5
3952026-06-01T11:22:53.097Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3962026-06-01T11:22:53.278Z Compiling regex v1.12.3
3972026-06-01T11:22:53.361Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-01T11:22:53.647Z Checking memmap2 v0.9.10
3992026-06-01T11:22:53.669Z Checking ipnetwork v0.21.1
4002026-06-01T11:22:53.762Z Compiling thiserror-impl v2.0.18
4012026-06-01T11:22:53.801Z Compiling serde_derive v1.0.228
4022026-06-01T11:22:53.837Z Compiling zerocopy-derive v0.8.48
4032026-06-01T11:22:54.123Z Compiling pest_derive v2.8.6
4042026-06-01T11:22:54.138Z Compiling scroll_derive v0.13.1
4052026-06-01T11:22:54.340Z Compiling ref-cast-impl v1.0.25
4062026-06-01T11:22:54.798Z Compiling darling_macro v0.23.0
4072026-06-01T11:22:54.801Z Compiling darling_macro v0.21.3
4082026-06-01T11:22:54.814Z Checking unicode-width v0.2.2
4092026-06-01T11:22:54.958Z Checking scroll v0.13.0
4102026-06-01T11:22:55.058Z Checking tabwriter v1.4.1
4112026-06-01T11:22:55.062Z Checking cobs v0.3.0
4122026-06-01T11:22:55.122Z Compiling dtrace-parser v0.3.0
4132026-06-01T11:22:55.180Z Checking goblin v0.10.5
4142026-06-01T11:22:55.358Z Compiling darling v0.21.3
4152026-06-01T11:22:55.429Z Compiling ingot-macros v0.1.1
4162026-06-01T11:22:55.429Z Compiling darling v0.23.0
4172026-06-01T11:22:55.503Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4182026-06-01T11:22:55.720Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4192026-06-01T11:22:56.263Z Checking dyn-clone v1.0.20
4202026-06-01T11:22:56.842Z Checking postcard v1.1.3
4212026-06-01T11:22:56.878Z Compiling serde_tokenstream v0.2.3
4222026-06-01T11:22:57.942Z Checking ingot-types v0.1.2
4232026-06-01T11:22:57.942Z Checking dof v0.4.0
4242026-06-01T11:22:58.256Z Checking ingot v0.1.1
4252026-06-01T11:22:58.978Z Compiling usdt-macro v0.6.0
4262026-06-01T11:22:58.978Z Compiling usdt-attr-macro v0.6.0
4272026-06-01T11:22:59.586Z Checking usdt v0.6.0
4282026-06-01T11:22:59.669Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-06-01T11:23:08.004Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.42s
4302026-06-01T11:23:08.032Z
4312026-06-01T11:23:08.037Zreal 19.492141464
4322026-06-01T11:23:08.037Zuser 1:04.262807533
4332026-06-01T11:23:08.037Zsys 13.200487687
4342026-06-01T11:23:08.037Ztrap 0.032291400
4352026-06-01T11:23:08.037Ztflt 0.115591911
4362026-06-01T11:23:08.037Zdflt 0.211559500
4372026-06-01T11:23:08.037Zkflt 0.000040690
4382026-06-01T11:23:08.037Zlock 3:45.277496528
4392026-06-01T11:23:08.037Zslp 3:28.237562537
4402026-06-01T11:23:08.037Zlat 2.664488167
4412026-06-01T11:23:08.037Zstop 6.196990577
4422026-06-01T11:23:08.037Z+ header 'analyze no_std + engine + kernel'
4432026-06-01T11:23:08.037Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-06-01T11:23:08.037Z# ==== analyze no_std + engine + kernel ==== #
4452026-06-01T11:23:08.037Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4462026-06-01T11:23:08.217Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-06-01T11:23:08.217Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4482026-06-01T11:23:08.238Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-06-01T11:23:08.238Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-06-01T11:23:08.486Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-06-01T11:23:12.786Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.71s
4522026-06-01T11:23:12.815Z
4532026-06-01T11:23:12.819Zreal 4.776770798
4542026-06-01T11:23:12.819Zuser 5.138053718
4552026-06-01T11:23:12.819Zsys 0.918735516
4562026-06-01T11:23:12.819Ztrap 0.000714780
4572026-06-01T11:23:12.819Ztflt 0.010467230
4582026-06-01T11:23:12.819Zdflt 0.003083270
4592026-06-01T11:23:12.819Zkflt 0.000000000
4602026-06-01T11:23:12.819Zlock 17.003878100
4612026-06-01T11:23:12.819Zslp 18.373376610
4622026-06-01T11:23:12.819Zlat 0.022642702
4632026-06-01T11:23:12.819Zstop 0.218849863
4642026-06-01T11:23:12.819Z+ header test
4652026-06-01T11:23:12.819Z+ echo '# ==== test ==== #'
4662026-06-01T11:23:12.819Z+ ptime -m cargo test
4672026-06-01T11:23:12.819Z# ==== test ==== #
4682026-06-01T11:23:12.968Z Compiling serde_core v1.0.228
4692026-06-01T11:23:12.971Z Compiling thiserror v2.0.18
4702026-06-01T11:23:12.989Z Compiling zerocopy v0.8.48
4712026-06-01T11:23:12.992Z Compiling byteorder v1.5.0
4722026-06-01T11:23:12.995Z Compiling memchr v2.8.0
4732026-06-01T11:23:12.999Z Compiling unicode-ident v1.0.24
4742026-06-01T11:23:13.003Z Compiling scroll v0.13.0
4752026-06-01T11:23:13.003Z Compiling zmij v1.0.21
4762026-06-01T11:23:13.077Z Compiling proc-macro2 v1.0.106
4772026-06-01T11:23:13.124Z Compiling libc v0.2.186
4782026-06-01T11:23:13.200Z Compiling itoa v1.0.18
4792026-06-01T11:23:13.255Z Compiling plain v0.2.3
4802026-06-01T11:23:13.354Z Compiling log v0.4.29
4812026-06-01T11:23:13.363Z Compiling ucd-trie v0.1.7
4822026-06-01T11:23:13.455Z Compiling quote v1.0.45
4832026-06-01T11:23:13.476Z Compiling goblin v0.10.5
4842026-06-01T11:23:13.575Z Compiling pest v2.8.6
4852026-06-01T11:23:14.072Z Compiling hash32 v0.3.1
4862026-06-01T11:23:14.102Z Compiling stable_deref_trait v1.2.1
4872026-06-01T11:23:14.173Z Compiling cfg-if v1.0.4
4882026-06-01T11:23:14.236Z Compiling pretty-hex v0.4.2
4892026-06-01T11:23:14.236Z Compiling macaddr v1.0.1
4902026-06-01T11:23:14.364Z Compiling heapless v0.8.0
4912026-06-01T11:23:14.481Z Compiling syn v2.0.117
4922026-06-01T11:23:14.546Z Compiling thread-id v5.1.0
4932026-06-01T11:23:14.626Z Compiling dtrace-parser v0.3.0
4942026-06-01T11:23:14.829Z Compiling serde v1.0.228
4952026-06-01T11:23:14.930Z Compiling bitflags v2.11.1
4962026-06-01T11:23:15.292Z Compiling serde_json v1.0.149
4972026-06-01T11:23:15.343Z Compiling cobs v0.3.0
4982026-06-01T11:23:15.468Z Compiling bitflags v1.3.2
4992026-06-01T11:23:15.536Z Compiling managed v0.8.0
5002026-06-01T11:23:15.618Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-06-01T11:23:15.761Z Compiling smoltcp v0.11.0
5022026-06-01T11:23:15.872Z Compiling ingot-types v0.1.2
5032026-06-01T11:23:15.875Z Compiling postcard v1.1.3
5042026-06-01T11:23:16.017Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-06-01T11:23:16.218Z Compiling ingot v0.1.1
5062026-06-01T11:23:16.273Z Compiling dof v0.4.0
5072026-06-01T11:23:16.615Z Compiling memmap2 v0.9.10
5082026-06-01T11:23:16.911Z Compiling either v1.15.0
5092026-06-01T11:23:17.135Z Compiling usdt-impl v0.6.0
5102026-06-01T11:23:18.277Z Compiling ipnetwork v0.21.1
5112026-06-01T11:23:18.437Z Compiling unicode-width v0.2.2
5122026-06-01T11:23:18.525Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5132026-06-01T11:23:18.744Z Compiling tabwriter v1.4.1
5142026-06-01T11:23:18.809Z Compiling usdt v0.6.0
5152026-06-01T11:23:19.168Z Compiling itertools v0.14.0
5162026-06-01T11:23:19.423Z Compiling ref-cast v1.0.25
5172026-06-01T11:23:19.523Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5182026-06-01T11:23:20.035Z Compiling crc32fast v1.5.0
5192026-06-01T11:23:20.223Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-06-01T11:23:20.259Z Compiling dyn-clone v1.0.20
5212026-06-01T11:23:34.988Z Finished `test` profile [optimized + debuginfo] target(s) in 22.16s
5222026-06-01T11:23:35.002Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-a94184124038e6c9)
5232026-06-01T11:23:35.006Z
5242026-06-01T11:23:35.006Zrunning 83 tests
5252026-06-01T11:23:35.006Ztest d_error::tests::name_and_data_storage ... ok
5262026-06-01T11:23:35.006Ztest ddi::mblk::test::chain_breaks_links ... ok
5272026-06-01T11:23:35.006Ztest ddi::mblk::test::expand_and_shrink ... ok
5282026-06-01T11:23:35.006Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5292026-06-01T11:23:35.006Ztest ddi::mblk::test::chain_drain_complete ... ok
5302026-06-01T11:23:35.006Ztest d_error::tests::name_truncation ... ok
5312026-06-01T11:23:35.006Ztest ddi::mblk::test::prefix_len ... ok
5322026-06-01T11:23:35.006Ztest ddi::mblk::test::chain_append_links ... ok
5332026-06-01T11:23:35.006Ztest ddi::mblk::test::read_seg ... ok
5342026-06-01T11:23:35.007Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5352026-06-01T11:23:35.007Ztest ddi::mblk::test::uninitialized_packet ... ok
5362026-06-01T11:23:35.007Ztest ddi::mblk::test::truncate ... ok
5372026-06-01T11:23:35.007Ztest ddi::mblk::test::wrap ... ok
5382026-06-01T11:23:35.007Ztest ddi::mblk::test::zero_byte_packet ... ok
5392026-06-01T11:23:35.007Ztest ddi::time::test::good_interval ... ok
5402026-06-01T11:23:35.007Ztest engine::dhcp::test::hostname_encode ... ok
5412026-06-01T11:23:35.007Ztest engine::dhcp::test::domainname_encode ... ok
5422026-06-01T11:23:35.007Ztest engine::dhcp::test::rfc3442_encode ... ok
5432026-06-01T11:23:35.007Ztest engine::dhcp::test::offlink_encode ... ok
5442026-06-01T11:23:35.007Ztest engine::dhcp::test::domain_search_option_encode ... ok
5452026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_client_id ... ok
5462026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5472026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5482026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5492026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_iata ... ok
5502026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_iana ... ok
5512026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5522026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_option_request ... ok
5532026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5542026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5552026-06-01T11:23:35.007Ztest ddi::time::test::bad_interval - should panic ... ok
5562026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5572026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_status ... ok
5582026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5592026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_server_id ... ok
5602026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5612026-06-01T11:23:35.007Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5622026-06-01T11:23:35.007Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5632026-06-01T11:23:35.007Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5642026-06-01T11:23:35.007Ztest engine::ether::test::emit ... ok
5652026-06-01T11:23:35.007Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5662026-06-01T11:23:35.007Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5672026-06-01T11:23:35.007Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5682026-06-01T11:23:35.007Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5692026-06-01T11:23:35.007Ztest engine::flow_table::test::eviction_basics ... ok
5702026-06-01T11:23:35.007Ztest engine::flow_table::test::flow_clear ... ok
5712026-06-01T11:23:35.007Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5722026-06-01T11:23:35.007Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5732026-06-01T11:23:35.008Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5742026-06-01T11:23:35.008Ztest engine::flow_table::test::flow_expired ... ok
5752026-06-01T11:23:35.008Ztest engine::flow_table::test::priority_lerp ... ok
5762026-06-01T11:23:35.008Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5772026-06-01T11:23:35.008Ztest engine::ip::v4::test::cidr_match ... ok
5782026-06-01T11:23:35.008Ztest engine::geneve::test::emit_single_opt ... ok
5792026-06-01T11:23:35.008Ztest engine::ip::v4::test::emit ... ok
5802026-06-01T11:23:35.008Ztest engine::geneve::test::emit_no_opts ... ok
5812026-06-01T11:23:35.011Ztest engine::ip::v6::test::option_push_spec ... ok
5822026-06-01T11:23:35.011Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5832026-06-01T11:23:35.011Ztest engine::ip::v6::test::from_pairs ... ok
5842026-06-01T11:23:35.011Ztest engine::ip::v6::test::emit ... ok
5852026-06-01T11:23:35.011Ztest engine::ip::v6::test::extension_push_spec ... ok
5862026-06-01T11:23:35.011Ztest engine::ip::v4::test::match_check ... ok
5872026-06-01T11:23:35.011Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5882026-06-01T11:23:35.011Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5892026-06-01T11:23:35.011Ztest engine::ip::v6::test::test_set_total_len ... ok
5902026-06-01T11:23:35.011Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5912026-06-01T11:23:35.011Ztest engine::packet::test::read_multi_segment ... ok
5922026-06-01T11:23:35.012Ztest engine::ip::v6::test::push_spec ... ok
5932026-06-01T11:23:35.012Ztest engine::packet::test::small_packet_with_padding ... ok
5942026-06-01T11:23:35.012Ztest engine::packet::test::straddled_tcp ... ok
5952026-06-01T11:23:35.012Ztest engine::packet::test::read_single_segment ... ok
5962026-06-01T11:23:35.012Ztest engine::nat::test::nat4_rewrite ... ok
5972026-06-01T11:23:35.012Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5982026-06-01T11:23:35.012Ztest engine::layer::test::find_rule ... ok
5992026-06-01T11:23:35.012Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6002026-06-01T11:23:35.012Ztest engine::packet::test::udp6_packet_with_padding ... ok
6012026-06-01T11:23:35.012Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6022026-06-01T11:23:35.012Ztest engine::rule::rule_matching ... ok
6032026-06-01T11:23:35.012Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6042026-06-01T11:23:35.012Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6052026-06-01T11:23:35.012Ztest engine::snat::test::nat_mappings ... ok
6062026-06-01T11:23:35.012Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6072026-06-01T11:23:35.012Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6082026-06-01T11:23:35.012Z
6092026-06-01T11:23:35.012Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6102026-06-01T11:23:35.012Z
6112026-06-01T11:23:35.012Z Doc-tests opte
6122026-06-01T11:23:36.965Z
6132026-06-01T11:23:36.965Zrunning 3 tests
6142026-06-01T11:23:36.968Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6152026-06-01T11:23:36.969Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6162026-06-01T11:23:36.969Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6172026-06-01T11:23:36.969Z
6182026-06-01T11:23:36.969Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6192026-06-01T11:23:36.969Z
6202026-06-01T11:23:36.973Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6212026-06-01T11:23:37.015Z
6222026-06-01T11:23:37.018Zreal 24.188948684
6232026-06-01T11:23:37.018Zuser 2:01.097328021
6242026-06-01T11:23:37.018Zsys 7.240747707
6252026-06-01T11:23:37.018Ztrap 0.056683740
6262026-06-01T11:23:37.018Ztflt 0.166865232
6272026-06-01T11:23:37.018Zdflt 0.353258975
6282026-06-01T11:23:37.018Zkflt 0.000004660
6292026-06-01T11:23:37.018Zlock 5:56.890700760
6302026-06-01T11:23:37.019Zslp 3:41.551226131
6312026-06-01T11:23:37.019Zlat 6.135915953
6322026-06-01T11:23:37.019Zstop 2.636449492
6332026-06-01T11:23:37.019Zprocess exited: duration 86865 ms, exit code 0
 
6342026-06-01T11:23:37.025Zfound 0 output files