01KWH4QC7T55KQ3P75FENNB7S6: opte

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

Buildomat Job: 01KWH4QSQ655TCWK5G859FKSKJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T10:07:50.869Zjob assigned to worker 01KWH4QV9M4P50SASZNZD9TRHR [factory aws, i-01e7afe8119f9562a] (queued for 43 s)
 
22026-07-02T10:07:57.358Zstarting task 0: "setup"
32026-07-02T10:07:57.365Z++ uname -s
42026-07-02T10:07:57.368Z+ kern=SunOS
52026-07-02T10:07:57.368Z+ build_user=build
62026-07-02T10:07:57.368Z+ build_uid=12345
72026-07-02T10:07:57.368Z+ work_dir=/work
82026-07-02T10:07:57.368Z+ input_dir=/input
92026-07-02T10:07:57.368Z+ [[ 0 == 12345 ]]
102026-07-02T10:07:57.371Z+ case "$kern" in
112026-07-02T10:07:57.372Z+ groupadd -g 12345 build
122026-07-02T10:07:57.375Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T10:07:59.375Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T10:07:59.499Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T10:07:59.502Z+ home_fs=zfs
162026-07-02T10:07:59.502Z+ [[ zfs == autofs ]]
172026-07-02T10:07:59.502Z+ mkdir -p /home/build
182026-07-02T10:07:59.502Z+ chown build:build /home/build /work
192026-07-02T10:08:01.503Z+ chmod 0700 /home/build /work
202026-07-02T10:08:01.506Zprocess exited: duration 4147 ms, exit code 0
 
212026-07-02T10:08:01.511Zstarting task 1: "rust-toolchain"
222026-07-02T10:08:01.516Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T10:08:01.516Z * rust toolchain channel = "1.96.1"
242026-07-02T10:08:01.516Z * rust toolchain profile = "default"
252026-07-02T10:08:01.516Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T10:08:01.516Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T10:08:01.520Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T10:08:01.520Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T10:08:01.520Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T10:08:01.623Zinfo: downloading installer
312026-07-02T10:08:03.016Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T10:08:03.016Zwarn: /home/build/.rustup/settings.toml
332026-07-02T10:08:03.016Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T10:08:03.017Zwarn: instead of the one inferred from the default host triple.
352026-07-02T10:08:03.029Zinfo: profile set to default
362026-07-02T10:08:03.029Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T10:08:03.031Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T10:08:03.182Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T10:08:03.185Zinfo: downloading 6 components
402026-07-02T10:08:21.057Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T10:08:21.057Z
422026-07-02T10:08:21.088Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T10:08:21.088Z
442026-07-02T10:08:21.088Z
452026-07-02T10:08:21.088ZRust is installed now. Great!
462026-07-02T10:08:21.088Z
472026-07-02T10:08:21.088ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T10:08:21.093Zenvironment variable. This has not been done automatically.
492026-07-02T10:08:21.093Z
502026-07-02T10:08:21.093ZTo configure your current shell, you need to source
512026-07-02T10:08:21.093Zthe corresponding env file under $HOME/.cargo.
522026-07-02T10:08:21.093Z
532026-07-02T10:08:21.093ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T10:08:21.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T10:08:21.093Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T10:08:21.094Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T10:08:21.094Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T10:08:21.094Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T10:08:21.094Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T10:08:21.094Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T10:08:21.094Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T10:08:21.174Z+ rustup --version
632026-07-02T10:08:21.183Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T10:08:21.186Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T10:08:21.204Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T10:08:21.207Z+ cargo --version
672026-07-02T10:08:21.219Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T10:08:21.222Z+ rustc --version
692026-07-02T10:08:21.241Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T10:08:21.244Zprocess exited: duration 19731 ms, exit code 0
 
712026-07-02T10:08:21.251Zstarting task 2: "authentication"
722026-07-02T10:08:21.268Zprocess exited: duration 16 ms, exit code 0
 
732026-07-02T10:08:21.275Zstarting task 3: "clone repository"
742026-07-02T10:08:21.278Z+ mkdir -p /work/oxidecomputer/opte
752026-07-02T10:08:21.281Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-02T10:08:21.308ZCloning into '/work/oxidecomputer/opte'...
772026-07-02T10:08:22.141Z+ cd /work/oxidecomputer/opte
782026-07-02T10:08:22.141Z+ git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b
792026-07-02T10:08:22.368ZFrom https://github.com/oxidecomputer/opte
802026-07-02T10:08:22.368Z * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD
812026-07-02T10:08:22.375Z+ [[ -n renovate/rand ]]
822026-07-02T10:08:22.378Z++ git branch --show-current
832026-07-02T10:08:22.378Z+ current=master
842026-07-02T10:08:22.378Z+ [[ master != renovate/rand ]]
852026-07-02T10:08:22.378Z+ git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b
862026-07-02T10:08:22.381Z+ git checkout -f renovate/rand
872026-07-02T10:08:22.397ZSwitched to branch 'renovate/rand'
882026-07-02T10:08:22.400Z+ git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b
892026-07-02T10:08:22.403ZHEAD is now at e923888 Update Rust crate rand to 0.10.2
902026-07-02T10:08:22.403Zprocess exited: duration 1128 ms, exit code 0
 
912026-07-02T10:08:22.409Zstarting task 4: "build"
922026-07-02T10:08:22.413Z+ source .github/buildomat/common.sh
932026-07-02T10:08:22.415Z++ rustup show active-toolchain
942026-07-02T10:08:22.419Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-02T10:08:22.419Z++ pushd xde
962026-07-02T10:08:22.419Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-02T10:08:22.419Z++ rustup show active-toolchain
982026-07-02T10:08:22.424Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-02T10:08:22.841Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-02T10:08:22.844Zinfo: downloading 6 components
1012026-07-02T10:08:38.842Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-02T10:08:38.938Z+++ rustup show active-toolchain -v
1032026-07-02T10:08:38.941Z+++ head -n 1
1042026-07-02T10:08:38.941Z+++ cut '-d ' -f1
1052026-07-02T10:08:38.993Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-02T10:08:38.993Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-02T10:08:38.997Z++ popd
1082026-07-02T10:08:38.997Z/work/oxidecomputer/opte
1092026-07-02T10:08:38.997Z+ cargo --version
1102026-07-02T10:08:39.004Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-02T10:08:39.007Z+ rustc --version
1122026-07-02T10:08:39.026Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-02T10:08:39.032Z+ cd lib/opte
1142026-07-02T10:08:39.032Z+ header 'check style'
1152026-07-02T10:08:39.032Z+ echo '# ==== check style ==== #'
1162026-07-02T10:08:39.032Z# ==== check style ==== #
1172026-07-02T10:08:39.032Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-02T10:08:39.213Z
1192026-07-02T10:08:39.213Zreal 0.180925586
1202026-07-02T10:08:39.213Zuser 0.137660229
1212026-07-02T10:08:39.213Zsys 0.036796811
1222026-07-02T10:08:39.213Ztrap 0.000013150
1232026-07-02T10:08:39.213Ztflt 0.000045810
1242026-07-02T10:08:39.213Zdflt 0.000016580
1252026-07-02T10:08:39.214Zkflt 0.000000000
1262026-07-02T10:08:39.214Zlock 0.031006430
1272026-07-02T10:08:39.214Zslp 0.160464737
1282026-07-02T10:08:39.214Zlat 0.000964930
1292026-07-02T10:08:39.214Zstop 0.000099850
1302026-07-02T10:08:39.219Z+ header 'check docs'
1312026-07-02T10:08:39.219Z+ echo '# ==== check docs ==== #'
1322026-07-02T10:08:39.219Z# ==== check docs ==== #
1332026-07-02T10:08:39.219Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-02T10:08:39.219Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-02T10:08:39.285Z Updating crates.io index
1362026-07-02T10:08:39.288Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-02T10:08:40.035Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-02T10:08:40.287Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-02T10:08:40.589Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-02T10:08:40.807Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-02T10:08:41.080Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-02T10:08:41.366Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-02T10:08:43.234Z Downloading crates ...
1442026-07-02T10:08:43.317Z Downloaded aho-corasick v1.1.4
1452026-07-02T10:08:43.322Z Downloaded bitflags v2.13.0
1462026-07-02T10:08:43.325Z Downloaded bitflags v1.3.2
1472026-07-02T10:08:43.328Z Downloaded cpufeatures v0.2.17
1482026-07-02T10:08:43.328Z Downloaded pest_generator v2.8.6
1492026-07-02T10:08:43.332Z Downloaded dyn-clone v1.0.20
1502026-07-02T10:08:43.332Z Downloaded dof v0.4.0
1512026-07-02T10:08:43.335Z Downloaded defmt-macros v1.1.0
1522026-07-02T10:08:43.339Z Downloaded defmt v1.1.0
1532026-07-02T10:08:43.340Z Downloaded either v1.16.0
1542026-07-02T10:08:43.340Z Downloaded defmt v0.3.100
1552026-07-02T10:08:43.345Z Downloaded managed v0.8.0
1562026-07-02T10:08:43.345Z Downloaded defmt-parser v1.0.0
1572026-07-02T10:08:43.345Z Downloaded hash32 v0.3.1
1582026-07-02T10:08:43.345Z Downloaded usdt-macro v0.6.0
1592026-07-02T10:08:43.345Z Downloaded ingot-types v0.1.2
1602026-07-02T10:08:43.350Z Downloaded itoa v1.0.18
1612026-07-02T10:08:43.354Z Downloaded crypto-common v0.1.7
1622026-07-02T10:08:43.355Z Downloaded fnv v1.0.7
1632026-07-02T10:08:43.359Z Downloaded plain v0.2.3
1642026-07-02T10:08:43.362Z Downloaded strsim v0.11.1
1652026-07-02T10:08:43.366Z Downloaded macaddr v1.0.1
1662026-07-02T10:08:43.369Z Downloaded usdt v0.6.0
1672026-07-02T10:08:43.369Z Downloaded cobs v0.3.0
1682026-07-02T10:08:43.369Z Downloaded darling_macro v0.21.3
1692026-07-02T10:08:43.372Z Downloaded ident_case v1.0.1
1702026-07-02T10:08:43.372Z Downloaded block-buffer v0.10.4
1712026-07-02T10:08:43.372Z Downloaded darling_macro v0.23.0
1722026-07-02T10:08:43.378Z Downloaded usdt-attr-macro v0.6.0
1732026-07-02T10:08:43.381Z Downloaded embedded-io v0.4.0
1742026-07-02T10:08:43.381Z Downloaded thread-id v5.1.0
1752026-07-02T10:08:43.381Z Downloaded generic-array v0.14.7
1762026-07-02T10:08:43.381Z Downloaded version_check v0.9.5
1772026-07-02T10:08:43.385Z Downloaded cfg-if v1.0.4
1782026-07-02T10:08:43.385Z Downloaded pretty-hex v0.4.2
1792026-07-02T10:08:43.389Z Downloaded dtrace-parser v0.3.0
1802026-07-02T10:08:43.389Z Downloaded stable_deref_trait v1.2.1
1812026-07-02T10:08:43.392Z Downloaded tabwriter v1.4.1
1822026-07-02T10:08:43.392Z Downloaded ref-cast-impl v1.0.25
1832026-07-02T10:08:43.392Z Downloaded ref-cast v1.0.25
1842026-07-02T10:08:43.395Z Downloaded crc32fast v1.5.0
1852026-07-02T10:08:43.398Z Downloaded byteorder v1.5.0
1862026-07-02T10:08:43.398Z Downloaded embedded-io v0.6.1
1872026-07-02T10:08:43.398Z Downloaded ingot v0.1.1
1882026-07-02T10:08:43.401Z Downloaded thiserror v2.0.18
1892026-07-02T10:08:43.416Z Downloaded scroll_derive v0.13.1
1902026-07-02T10:08:43.419Z Downloaded proc-macro-error-attr2 v2.0.0
1912026-07-02T10:08:43.432Z Downloaded ipnetwork v0.21.1
1922026-07-02T10:08:43.435Z Downloaded usdt-impl v0.6.0
1932026-07-02T10:08:43.435Z Downloaded zmij v1.0.21
1942026-07-02T10:08:43.435Z Downloaded log v0.4.33
1952026-07-02T10:08:43.438Z Downloaded pest_derive v2.8.6
1962026-07-02T10:08:43.441Z Downloaded scroll v0.13.0
1972026-07-02T10:08:43.441Z Downloaded thiserror-impl v2.0.18
1982026-07-02T10:08:43.441Z Downloaded darling v0.23.0
1992026-07-02T10:08:43.444Z Downloaded ingot-macros v0.1.1
2002026-07-02T10:08:43.444Z Downloaded postcard v1.1.3
2012026-07-02T10:08:43.447Z Downloaded quote v1.0.46
2022026-07-02T10:08:43.450Z Downloaded proc-macro-error2 v2.0.1
2032026-07-02T10:08:43.450Z Downloaded sha2 v0.10.9
2042026-07-02T10:08:43.461Z Downloaded darling v0.21.3
2052026-07-02T10:08:43.467Z Downloaded memmap2 v0.9.11
2062026-07-02T10:08:43.470Z Downloaded digest v0.10.7
2072026-07-02T10:08:43.470Z Downloaded ucd-trie v0.1.7
2082026-07-02T10:08:43.476Z Downloaded serde_tokenstream v0.2.3
2092026-07-02T10:08:43.499Z Downloaded pest_meta v2.8.6
2102026-07-02T10:08:43.501Z Downloaded proc-macro2 v1.0.106
2112026-07-02T10:08:43.510Z Downloaded serde_derive v1.0.228
2122026-07-02T10:08:43.515Z Downloaded serde_core v1.0.228
2132026-07-02T10:08:43.520Z Downloaded unicode-ident v1.0.24
2142026-07-02T10:08:43.523Z Downloaded darling_core v0.21.3
2152026-07-02T10:08:43.537Z Downloaded darling_core v0.23.0
2162026-07-02T10:08:43.557Z Downloaded memchr v2.8.2
2172026-07-02T10:08:43.562Z Downloaded serde v1.0.228
2182026-07-02T10:08:43.565Z Downloaded heapless v0.8.0
2192026-07-02T10:08:43.569Z Downloaded typenum v1.20.1
2202026-07-02T10:08:43.575Z Downloaded zerocopy-derive v0.8.52
2212026-07-02T10:08:43.579Z Downloaded itertools v0.14.0
2222026-07-02T10:08:43.583Z Downloaded pest v2.8.6
2232026-07-02T10:08:43.615Z Downloaded itertools v0.15.0
2242026-07-02T10:08:43.619Z Downloaded regex v1.12.4
2252026-07-02T10:08:43.644Z Downloaded serde_json v1.0.150
2262026-07-02T10:08:43.650Z Downloaded goblin v0.10.7
2272026-07-02T10:08:43.676Z Downloaded zerocopy v0.8.52
2282026-07-02T10:08:43.686Z Downloaded unicode-width v0.2.2
2292026-07-02T10:08:43.691Z Downloaded syn v2.0.118
2302026-07-02T10:08:43.696Z Downloaded smoltcp v0.11.0
2312026-07-02T10:08:43.711Z Downloaded regex-syntax v0.8.11
2322026-07-02T10:08:43.766Z Downloaded regex-automata v0.4.14
2332026-07-02T10:08:43.772Z Downloaded libc v0.2.186
2342026-07-02T10:08:43.811Z Compiling proc-macro2 v1.0.106
2352026-07-02T10:08:43.814Z Compiling quote v1.0.46
2362026-07-02T10:08:43.814Z Compiling unicode-ident v1.0.24
2372026-07-02T10:08:43.814Z Documenting unicode-ident v1.0.24
2382026-07-02T10:08:43.814Z Compiling strsim v0.11.1
2392026-07-02T10:08:43.814Z Compiling ident_case v1.0.1
2402026-07-02T10:08:43.814Z Compiling serde_core v1.0.228
2412026-07-02T10:08:43.966Z Compiling fnv v1.0.7
2422026-07-02T10:08:43.984Z Compiling memchr v2.8.2
2432026-07-02T10:08:44.171Z Compiling regex-syntax v0.8.11
2442026-07-02T10:08:44.210Z Compiling serde v1.0.228
2452026-07-02T10:08:44.263Z Compiling zerocopy v0.8.52
2462026-07-02T10:08:44.312Z Compiling thiserror v2.0.18
2472026-07-02T10:08:44.524Z Documenting proc-macro2 v1.0.106
2482026-07-02T10:08:44.564Z Compiling aho-corasick v1.1.4
2492026-07-02T10:08:44.860Z Compiling syn v2.0.118
2502026-07-02T10:08:45.126Z Documenting quote v1.0.46
2512026-07-02T10:08:45.486Z Checking byteorder v1.5.0
2522026-07-02T10:08:45.642Z Documenting syn v2.0.118
2532026-07-02T10:08:45.642Z Compiling regex-automata v0.4.14
2542026-07-02T10:08:45.690Z Compiling either v1.16.0
2552026-07-02T10:08:45.917Z Compiling itertools v0.14.0
2562026-07-02T10:08:46.001Z Documenting memchr v2.8.2
2572026-07-02T10:08:46.269Z Compiling heapless v0.8.0
2582026-07-02T10:08:46.665Z Documenting aho-corasick v1.1.4
2592026-07-02T10:08:46.741Z Checking bitflags v2.13.0
2602026-07-02T10:08:46.899Z Checking hash32 v0.3.1
2612026-07-02T10:08:46.931Z Documenting serde_core v1.0.228
2622026-07-02T10:08:47.007Z Checking macaddr v1.0.1
2632026-07-02T10:08:47.148Z Checking stable_deref_trait v1.2.1
2642026-07-02T10:08:47.174Z Checking cfg-if v1.0.4
2652026-07-02T10:08:47.213Z Documenting regex-syntax v0.8.11
2662026-07-02T10:08:47.320Z Compiling darling_core v0.21.3
2672026-07-02T10:08:47.422Z Compiling regex v1.12.4
2682026-07-02T10:08:47.737Z Compiling darling_core v0.23.0
2692026-07-02T10:08:48.026Z Compiling smoltcp v0.11.0
2702026-07-02T10:08:48.266Z Documenting regex-automata v0.4.14
2712026-07-02T10:08:48.376Z Documenting thiserror-impl v2.0.18
2722026-07-02T10:08:48.529Z Compiling serde_derive v1.0.228
2732026-07-02T10:08:48.607Z Compiling thiserror-impl v2.0.18
2742026-07-02T10:08:48.650Z Compiling zerocopy-derive v0.8.52
2752026-07-02T10:08:49.162Z Documenting serde_derive v1.0.228
2762026-07-02T10:08:49.309Z Documenting zerocopy-derive v0.8.52
2772026-07-02T10:08:49.415Z Compiling darling_macro v0.21.3
2782026-07-02T10:08:49.628Z Documenting regex v1.12.4
2792026-07-02T10:08:49.854Z Compiling darling_macro v0.23.0
2802026-07-02T10:08:49.925Z Checking cobs v0.3.0
2812026-07-02T10:08:49.992Z Compiling darling v0.21.3
2822026-07-02T10:08:50.067Z Compiling ingot-macros v0.1.1
2832026-07-02T10:08:50.317Z Checking bitflags v1.3.2
2842026-07-02T10:08:50.380Z Checking managed v0.8.0
2852026-07-02T10:08:50.402Z Documenting byteorder v1.5.0
2862026-07-02T10:08:50.428Z Documenting zerocopy v0.8.52
2872026-07-02T10:08:50.523Z Documenting thiserror v2.0.18
2882026-07-02T10:08:50.543Z Documenting ingot-macros v0.1.1
2892026-07-02T10:08:50.564Z Documenting bitflags v2.13.0
2902026-07-02T10:08:50.987Z Documenting hash32 v0.3.1
2912026-07-02T10:08:51.150Z Documenting stable_deref_trait v1.2.1
2922026-07-02T10:08:51.345Z Documenting serde v1.0.228
2932026-07-02T10:08:51.532Z Compiling crc32fast v1.5.0
2942026-07-02T10:08:51.675Z Compiling ref-cast v1.0.25
2952026-07-02T10:08:51.692Z Documenting cfg-if v1.0.4
2962026-07-02T10:08:51.843Z Documenting macaddr v1.0.1
2972026-07-02T10:08:51.944Z Documenting heapless v0.8.0
2982026-07-02T10:08:52.058Z Checking postcard v1.1.3
2992026-07-02T10:08:52.214Z Documenting cobs v0.3.0
3002026-07-02T10:08:52.401Z Compiling ref-cast-impl v1.0.25
3012026-07-02T10:08:52.902Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-07-02T10:08:52.920Z Compiling version_check v0.9.5
3032026-07-02T10:08:52.975Z Checking ingot-types v0.1.2
3042026-07-02T10:08:52.984Z Checking ipnetwork v0.21.1
3052026-07-02T10:08:53.081Z Checking unicode-width v0.2.2
3062026-07-02T10:08:53.156Z Documenting managed v0.8.0
3072026-07-02T10:08:53.185Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3082026-07-02T10:08:53.322Z Documenting postcard v1.1.3
3092026-07-02T10:08:53.325Z Checking ingot v0.1.1
3102026-07-02T10:08:53.325Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-07-02T10:08:53.436Z Compiling darling v0.23.0
3122026-07-02T10:08:53.511Z Documenting ref-cast-impl v1.0.25
3132026-07-02T10:08:53.535Z Documenting either v1.16.0
3142026-07-02T10:08:53.601Z Documenting ingot-types v0.1.2
3152026-07-02T10:08:53.857Z Documenting ipnetwork v0.21.1
3162026-07-02T10:08:53.876Z Documenting smoltcp v0.11.0
3172026-07-02T10:08:54.128Z Documenting unicode-width v0.2.2
3182026-07-02T10:08:54.358Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-07-02T10:08:54.588Z Documenting itertools v0.15.0
3202026-07-02T10:08:54.826Z Documenting ref-cast v1.0.25
3212026-07-02T10:08:54.908Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-07-02T10:08:55.118Z Documenting ingot v0.1.1
3232026-07-02T10:08:55.343Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3242026-07-02T10:08:55.565Z Documenting tabwriter v1.4.1
3252026-07-02T10:08:55.783Z Checking itertools v0.15.0
3262026-07-02T10:08:55.979Z Checking tabwriter v1.4.1
3272026-07-02T10:08:56.120Z Documenting crc32fast v1.5.0
3282026-07-02T10:08:56.178Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-07-02T10:08:56.262Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-07-02T10:08:56.446Z Checking dyn-clone v1.0.20
3312026-07-02T10:08:56.549Z Documenting dyn-clone v1.0.20
3322026-07-02T10:08:57.563Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-07-02T10:08:58.827Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-07-02T10:09:01.113Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.89s
3352026-07-02T10:09:01.189Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-07-02T10:09:01.213Z
3372026-07-02T10:09:01.216Zreal 21.980639015
3382026-07-02T10:09:01.217Zuser 1:17.685135055
3392026-07-02T10:09:01.217Zsys 16.509015648
3402026-07-02T10:09:01.217Ztrap 0.046565130
3412026-07-02T10:09:01.217Ztflt 0.050057427
3422026-07-02T10:09:01.217Zdflt 0.156866859
3432026-07-02T10:09:01.217Zkflt 0.004783810
3442026-07-02T10:09:01.217Zlock 7:44.738427783
3452026-07-02T10:09:01.217Zslp 4:18.583749079
3462026-07-02T10:09:01.217Zlat 8.203990220
3472026-07-02T10:09:01.217Zstop 12.908555077
3482026-07-02T10:09:01.217Z+ header 'analyze std + api'
3492026-07-02T10:09:01.217Z+ echo '# ==== analyze std + api ==== #'
3502026-07-02T10:09:01.217Z# ==== analyze std + api ==== #
3512026-07-02T10:09:01.217Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3522026-07-02T10:09:01.456Z Compiling proc-macro2 v1.0.106
3532026-07-02T10:09:01.456Z Compiling quote v1.0.46
3542026-07-02T10:09:01.459Z Compiling unicode-ident v1.0.24
3552026-07-02T10:09:01.459Z Compiling memchr v2.8.2
3562026-07-02T10:09:01.459Z Compiling thiserror v2.0.18
3572026-07-02T10:09:01.459Z Compiling zerocopy v0.8.52
3582026-07-02T10:09:01.460Z Compiling zmij v1.0.21
3592026-07-02T10:09:01.460Z Compiling libc v0.2.186
3602026-07-02T10:09:01.631Z Compiling serde_core v1.0.228
3612026-07-02T10:09:01.823Z Compiling ucd-trie v0.1.7
3622026-07-02T10:09:01.851Z Compiling ident_case v1.0.1
3632026-07-02T10:09:01.854Z Compiling serde_json v1.0.150
3642026-07-02T10:09:01.873Z Compiling strsim v0.11.1
3652026-07-02T10:09:01.958Z Compiling pest v2.8.6
3662026-07-02T10:09:02.049Z Compiling serde v1.0.228
3672026-07-02T10:09:02.250Z Compiling fnv v1.0.7
3682026-07-02T10:09:02.412Z Compiling aho-corasick v1.1.4
3692026-07-02T10:09:02.436Z Compiling regex-syntax v0.8.11
3702026-07-02T10:09:02.440Z Checking byteorder v1.5.0
3712026-07-02T10:09:02.715Z Compiling itoa v1.0.18
3722026-07-02T10:09:02.828Z Compiling syn v2.0.118
3732026-07-02T10:09:03.009Z Compiling pest_meta v2.8.6
3742026-07-02T10:09:03.344Z Compiling either v1.16.0
3752026-07-02T10:09:03.511Z Compiling usdt-impl v0.6.0
3762026-07-02T10:09:03.545Z Compiling itertools v0.14.0
3772026-07-02T10:09:03.848Z Compiling thread-id v5.1.0
3782026-07-02T10:09:03.968Z Compiling regex-automata v0.4.14
3792026-07-02T10:09:04.110Z Checking log v0.4.33
3802026-07-02T10:09:04.306Z Compiling heapless v0.8.0
3812026-07-02T10:09:04.312Z Checking plain v0.2.3
3822026-07-02T10:09:04.666Z Checking bitflags v2.13.0
3832026-07-02T10:09:04.772Z Checking hash32 v0.3.1
3842026-07-02T10:09:04.777Z Checking cfg-if v1.0.4
3852026-07-02T10:09:04.826Z Compiling smoltcp v0.11.0
3862026-07-02T10:09:04.830Z Checking pretty-hex v0.4.2
3872026-07-02T10:09:04.854Z Checking macaddr v1.0.1
3882026-07-02T10:09:04.932Z Checking stable_deref_trait v1.2.1
3892026-07-02T10:09:05.080Z Compiling ref-cast v1.0.25
3902026-07-02T10:09:05.138Z Compiling version_check v0.9.5
3912026-07-02T10:09:05.169Z Compiling crc32fast v1.5.0
3922026-07-02T10:09:05.353Z Compiling pest_generator v2.8.6
3932026-07-02T10:09:05.394Z Compiling darling_core v0.21.3
3942026-07-02T10:09:05.405Z Compiling darling_core v0.23.0
3952026-07-02T10:09:05.464Z Checking bitflags v1.3.2
3962026-07-02T10:09:05.523Z Checking managed v0.8.0
3972026-07-02T10:09:05.618Z Compiling regex v1.12.4
3982026-07-02T10:09:05.994Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3992026-07-02T10:09:06.102Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4002026-07-02T10:09:06.262Z Checking memmap2 v0.9.11
4012026-07-02T10:09:06.419Z Checking unicode-width v0.2.2
4022026-07-02T10:09:06.425Z Checking ipnetwork v0.21.1
4032026-07-02T10:09:06.537Z Compiling thiserror-impl v2.0.18
4042026-07-02T10:09:06.541Z Compiling serde_derive v1.0.228
4052026-07-02T10:09:06.599Z Compiling zerocopy-derive v0.8.52
4062026-07-02T10:09:06.667Z Compiling pest_derive v2.8.6
4072026-07-02T10:09:06.941Z Compiling scroll_derive v0.13.1
4082026-07-02T10:09:07.063Z Compiling ref-cast-impl v1.0.25
4092026-07-02T10:09:07.387Z Checking itertools v0.15.0
4102026-07-02T10:09:07.568Z Compiling darling_macro v0.21.3
4112026-07-02T10:09:07.594Z Compiling darling_macro v0.23.0
4122026-07-02T10:09:07.746Z Checking tabwriter v1.4.1
4132026-07-02T10:09:07.760Z Checking scroll v0.13.0
4142026-07-02T10:09:07.882Z Checking dtrace-parser v0.3.0
4152026-07-02T10:09:07.985Z Checking goblin v0.10.7
4162026-07-02T10:09:08.124Z Compiling darling v0.21.3
4172026-07-02T10:09:08.146Z Checking cobs v0.3.0
4182026-07-02T10:09:08.191Z Compiling ingot-macros v0.1.1
4192026-07-02T10:09:08.282Z Compiling darling v0.23.0
4202026-07-02T10:09:08.354Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4212026-07-02T10:09:08.497Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-07-02T10:09:08.722Z Checking dyn-clone v1.0.20
4232026-07-02T10:09:09.612Z Checking postcard v1.1.3
4242026-07-02T10:09:09.650Z Compiling serde_tokenstream v0.2.3
4252026-07-02T10:09:10.667Z Checking ingot-types v0.1.2
4262026-07-02T10:09:10.668Z Checking dof v0.4.0
4272026-07-02T10:09:11.006Z Checking ingot v0.1.1
4282026-07-02T10:09:11.645Z Compiling usdt-macro v0.6.0
4292026-07-02T10:09:11.645Z Compiling usdt-attr-macro v0.6.0
4302026-07-02T10:09:12.268Z Checking usdt v0.6.0
4312026-07-02T10:09:12.444Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-07-02T10:09:20.817Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.55s
4332026-07-02T10:09:20.846Z
4342026-07-02T10:09:20.849Zreal 19.626100043
4352026-07-02T10:09:20.849Zuser 1:04.952425387
4362026-07-02T10:09:20.849Zsys 13.038355276
4372026-07-02T10:09:20.849Ztrap 0.031822050
4382026-07-02T10:09:20.849Ztflt 0.146597012
4392026-07-02T10:09:20.849Zdflt 0.189250904
4402026-07-02T10:09:20.849Zkflt 0.000010630
4412026-07-02T10:09:20.849Zlock 3:46.233995550
4422026-07-02T10:09:20.849Zslp 3:27.665477048
4432026-07-02T10:09:20.850Zlat 3.330699750
4442026-07-02T10:09:20.850Zstop 6.770710613
4452026-07-02T10:09:20.850Z+ header 'analyze no_std + engine + kernel'
4462026-07-02T10:09:20.850Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-07-02T10:09:20.850Z# ==== analyze no_std + engine + kernel ==== #
4482026-07-02T10:09:20.850Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-07-02T10:09:21.026Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-07-02T10:09:21.027Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-07-02T10:09:21.047Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-07-02T10:09:21.050Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-07-02T10:09:21.289Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-07-02T10:09:24.947Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.05s
4552026-07-02T10:09:24.974Z
4562026-07-02T10:09:24.978Zreal 4.122584779
4572026-07-02T10:09:24.978Zuser 4.496481306
4582026-07-02T10:09:24.978Zsys 0.906504960
4592026-07-02T10:09:24.978Ztrap 0.001009330
4602026-07-02T10:09:24.978Ztflt 0.002357450
4612026-07-02T10:09:24.978Zdflt 0.004741360
4622026-07-02T10:09:24.978Zkflt 0.000000000
4632026-07-02T10:09:24.978Zlock 21.371795070
4642026-07-02T10:09:24.978Zslp 16.466380180
4652026-07-02T10:09:24.978Zlat 0.017443740
4662026-07-02T10:09:24.978Zstop 0.244168963
4672026-07-02T10:09:24.978Z+ header test
4682026-07-02T10:09:24.978Z+ echo '# ==== test ==== #'
4692026-07-02T10:09:24.978Z# ==== test ==== #
4702026-07-02T10:09:24.978Z+ ptime -m cargo test
4712026-07-02T10:09:25.123Z Compiling serde_core v1.0.228
4722026-07-02T10:09:25.123Z Compiling thiserror v2.0.18
4732026-07-02T10:09:25.126Z Compiling zerocopy v0.8.52
4742026-07-02T10:09:25.126Z Compiling byteorder v1.5.0
4752026-07-02T10:09:25.146Z Compiling memchr v2.8.2
4762026-07-02T10:09:25.153Z Compiling unicode-ident v1.0.24
4772026-07-02T10:09:25.156Z Compiling libc v0.2.186
4782026-07-02T10:09:25.156Z Compiling zmij v1.0.21
4792026-07-02T10:09:25.230Z Compiling proc-macro2 v1.0.106
4802026-07-02T10:09:25.276Z Compiling scroll v0.13.0
4812026-07-02T10:09:25.355Z Compiling itoa v1.0.18
4822026-07-02T10:09:25.490Z Compiling log v0.4.33
4832026-07-02T10:09:25.526Z Compiling ucd-trie v0.1.7
4842026-07-02T10:09:25.543Z Compiling plain v0.2.3
4852026-07-02T10:09:25.611Z Compiling goblin v0.10.7
4862026-07-02T10:09:25.638Z Compiling quote v1.0.46
4872026-07-02T10:09:25.718Z Compiling pest v2.8.6
4882026-07-02T10:09:26.239Z Compiling hash32 v0.3.1
4892026-07-02T10:09:26.313Z Compiling pretty-hex v0.4.2
4902026-07-02T10:09:26.406Z Compiling stable_deref_trait v1.2.1
4912026-07-02T10:09:26.443Z Compiling cfg-if v1.0.4
4922026-07-02T10:09:26.474Z Compiling macaddr v1.0.1
4932026-07-02T10:09:26.504Z Compiling heapless v0.8.0
4942026-07-02T10:09:26.715Z Compiling syn v2.0.118
4952026-07-02T10:09:26.728Z Compiling thread-id v5.1.0
4962026-07-02T10:09:26.802Z Compiling dtrace-parser v0.3.0
4972026-07-02T10:09:26.950Z Compiling serde v1.0.228
4982026-07-02T10:09:27.183Z Compiling serde_json v1.0.150
4992026-07-02T10:09:27.461Z Compiling bitflags v2.13.0
5002026-07-02T10:09:27.610Z Compiling cobs v0.3.0
5012026-07-02T10:09:27.885Z Compiling bitflags v1.3.2
5022026-07-02T10:09:27.888Z Compiling managed v0.8.0
5032026-07-02T10:09:27.950Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-07-02T10:09:28.037Z Compiling ingot-types v0.1.2
5052026-07-02T10:09:28.108Z Compiling smoltcp v0.11.0
5062026-07-02T10:09:28.190Z Compiling postcard v1.1.3
5072026-07-02T10:09:28.193Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-07-02T10:09:28.441Z Compiling ingot v0.1.1
5092026-07-02T10:09:28.531Z Compiling memmap2 v0.9.11
5102026-07-02T10:09:28.805Z Compiling dof v0.4.0
5112026-07-02T10:09:28.831Z Compiling either v1.16.0
5122026-07-02T10:09:29.042Z Compiling unicode-width v0.2.2
5132026-07-02T10:09:29.357Z Compiling ipnetwork v0.21.1
5142026-07-02T10:09:29.880Z Compiling usdt-impl v0.6.0
5152026-07-02T10:09:30.308Z Compiling usdt v0.6.0
5162026-07-02T10:09:30.403Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5172026-07-02T10:09:30.683Z Compiling tabwriter v1.4.1
5182026-07-02T10:09:30.947Z Compiling itertools v0.15.0
5192026-07-02T10:09:31.127Z Compiling ref-cast v1.0.25
5202026-07-02T10:09:31.224Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-07-02T10:09:31.945Z Compiling crc32fast v1.5.0
5222026-07-02T10:09:32.223Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-07-02T10:09:32.398Z Compiling dyn-clone v1.0.20
5242026-07-02T10:09:47.036Z Finished `test` profile [optimized + debuginfo] target(s) in 22.05s
5252026-07-02T10:09:47.050Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-07443bf0ff949554)
5262026-07-02T10:09:47.054Z
5272026-07-02T10:09:47.054Zrunning 83 tests
5282026-07-02T10:09:47.054Ztest ddi::mblk::test::chain_append_links ... ok
5292026-07-02T10:09:47.054Ztest d_error::tests::name_truncation ... ok
5302026-07-02T10:09:47.054Ztest d_error::tests::name_and_data_storage ... ok
5312026-07-02T10:09:47.054Ztest ddi::mblk::test::expand_and_shrink ... ok
5322026-07-02T10:09:47.054Ztest ddi::mblk::test::chain_breaks_links ... ok
5332026-07-02T10:09:47.054Ztest ddi::mblk::test::prefix_len ... ok
5342026-07-02T10:09:47.055Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5352026-07-02T10:09:47.055Ztest ddi::mblk::test::chain_drain_complete ... ok
5362026-07-02T10:09:47.055Ztest ddi::mblk::test::read_seg ... ok
5372026-07-02T10:09:47.055Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5382026-07-02T10:09:47.056Ztest ddi::mblk::test::uninitialized_packet ... ok
5392026-07-02T10:09:47.056Ztest ddi::mblk::test::truncate ... ok
5402026-07-02T10:09:47.056Ztest ddi::mblk::test::wrap ... ok
5412026-07-02T10:09:47.056Ztest ddi::mblk::test::zero_byte_packet ... ok
5422026-07-02T10:09:47.056Ztest ddi::time::test::good_interval ... ok
5432026-07-02T10:09:47.056Ztest engine::dhcpv6::options::test::test_client_id ... ok
5442026-07-02T10:09:47.056Ztest engine::dhcp::test::domainname_encode ... ok
5452026-07-02T10:09:47.056Ztest engine::dhcp::test::rfc3442_encode ... ok
5462026-07-02T10:09:47.062Ztest engine::dhcp::test::offlink_encode ... ok
5472026-07-02T10:09:47.062Ztest engine::dhcp::test::domain_search_option_encode ... ok
5482026-07-02T10:09:47.062Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5492026-07-02T10:09:47.062Ztest engine::dhcp::test::hostname_encode ... ok
5502026-07-02T10:09:47.063Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5512026-07-02T10:09:47.063Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5522026-07-02T10:09:47.063Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5532026-07-02T10:09:47.063Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5542026-07-02T10:09:47.063Ztest engine::dhcpv6::options::test::test_iata ... ok
5552026-07-02T10:09:47.063Ztest engine::dhcpv6::options::test::test_option_request ... ok
5562026-07-02T10:09:47.063Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5572026-07-02T10:09:47.063Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5582026-07-02T10:09:47.064Ztest ddi::time::test::bad_interval - should panic ... ok
5592026-07-02T10:09:47.064Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5602026-07-02T10:09:47.064Ztest engine::dhcpv6::options::test::test_iana ... ok
5612026-07-02T10:09:47.064Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5622026-07-02T10:09:47.064Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5632026-07-02T10:09:47.065Ztest engine::dhcpv6::options::test::test_status ... ok
5642026-07-02T10:09:47.065Ztest engine::dhcpv6::options::test::test_server_id ... ok
5652026-07-02T10:09:47.065Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5662026-07-02T10:09:47.065Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5672026-07-02T10:09:47.065Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5682026-07-02T10:09:47.065Ztest engine::ether::test::emit ... ok
5692026-07-02T10:09:47.065Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5702026-07-02T10:09:47.065Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5712026-07-02T10:09:47.065Ztest engine::flow_table::test::flow_clear ... ok
5722026-07-02T10:09:47.065Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5732026-07-02T10:09:47.065Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5742026-07-02T10:09:47.065Ztest engine::flow_table::test::eviction_basics ... ok
5752026-07-02T10:09:47.065Ztest engine::flow_table::test::flow_expired ... ok
5762026-07-02T10:09:47.065Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5772026-07-02T10:09:47.065Ztest engine::flow_table::test::priority_lerp ... ok
5782026-07-02T10:09:47.065Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5792026-07-02T10:09:47.065Ztest engine::geneve::test::emit_no_opts ... ok
5802026-07-02T10:09:47.065Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5812026-07-02T10:09:47.066Ztest engine::ip::v4::test::emit ... ok
5822026-07-02T10:09:47.066Ztest engine::geneve::test::emit_single_opt ... ok
5832026-07-02T10:09:47.066Ztest engine::ip::v4::test::match_check ... ok
5842026-07-02T10:09:47.066Ztest engine::ip::v4::test::cidr_match ... ok
5852026-07-02T10:09:47.066Ztest engine::ip::v6::test::emit ... ok
5862026-07-02T10:09:47.066Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5872026-07-02T10:09:47.066Ztest engine::ip::v6::test::from_pairs ... ok
5882026-07-02T10:09:47.066Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5892026-07-02T10:09:47.066Ztest engine::ip::v6::test::extension_push_spec ... ok
5902026-07-02T10:09:47.066Ztest engine::ip::v6::test::option_push_spec ... ok
5912026-07-02T10:09:47.066Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5922026-07-02T10:09:47.066Ztest engine::ip::v6::test::test_set_total_len ... ok
5932026-07-02T10:09:47.066Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5942026-07-02T10:09:47.066Ztest engine::layer::test::find_rule ... ok
5952026-07-02T10:09:47.066Ztest engine::packet::test::read_multi_segment ... ok
5962026-07-02T10:09:47.066Ztest engine::nat::test::nat4_rewrite ... ok
5972026-07-02T10:09:47.066Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5982026-07-02T10:09:47.067Ztest engine::packet::test::read_single_segment ... ok
5992026-07-02T10:09:47.067Ztest engine::packet::test::small_packet_with_padding ... ok
6002026-07-02T10:09:47.067Ztest engine::packet::test::straddled_tcp ... ok
6012026-07-02T10:09:47.067Ztest engine::ip::v6::test::push_spec ... ok
6022026-07-02T10:09:47.067Ztest engine::packet::test::udp6_packet_with_padding ... ok
6032026-07-02T10:09:47.067Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6042026-07-02T10:09:47.067Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6052026-07-02T10:09:47.067Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6062026-07-02T10:09:47.067Ztest engine::rule::rule_matching ... ok
6072026-07-02T10:09:47.068Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6082026-07-02T10:09:47.068Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6092026-07-02T10:09:47.068Ztest engine::snat::test::nat_mappings ... ok
6102026-07-02T10:09:47.068Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6112026-07-02T10:09:47.068Z
6122026-07-02T10:09:47.068Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-07-02T10:09:47.068Z
6142026-07-02T10:09:47.068Z Doc-tests opte
6152026-07-02T10:09:49.004Z
6162026-07-02T10:09:49.004Zrunning 3 tests
6172026-07-02T10:09:49.007Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6182026-07-02T10:09:49.007Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6192026-07-02T10:09:49.007Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6202026-07-02T10:09:49.007Z
6212026-07-02T10:09:49.007Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-07-02T10:09:49.007Z
6232026-07-02T10:09:49.013Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6242026-07-02T10:09:49.055Z
6252026-07-02T10:09:49.055Zreal 24.067429159
6262026-07-02T10:09:49.055Zuser 2:01.379212856
6272026-07-02T10:09:49.055Zsys 7.183445065
6282026-07-02T10:09:49.055Ztrap 0.057319560
6292026-07-02T10:09:49.055Ztflt 0.248778930
6302026-07-02T10:09:49.056Zdflt 0.317346387
6312026-07-02T10:09:49.056Zkflt 0.000008100
6322026-07-02T10:09:49.056Zlock 5:55.518329038
6332026-07-02T10:09:49.057Zslp 3:42.144920054
6342026-07-02T10:09:49.101Zlat 5.780462384
6352026-07-02T10:09:49.101Zstop 2.835492164
6362026-07-02T10:09:49.101Zprocess exited: duration 86643 ms, exit code 0
 
6372026-07-02T10:09:49.110Zfound 0 output files