01KXP6B42HS8WAH42RJEX4456W: opte

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

Buildomat Job: 01KXP6BP7F2XY8VNGX1ZJV4RBS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T19:28:13.462Zjob assigned to worker 01KXP6C033C0NSDP4TMTJN9428 [factory aws, i-0e2395faeb5dbc232] (queued for 51 s)
 
22026-07-16T19:28:19.988Zstarting task 0: "setup"
32026-07-16T19:28:19.994Z++ uname -s
42026-07-16T19:28:19.997Z+ kern=SunOS
52026-07-16T19:28:19.997Z+ build_user=build
62026-07-16T19:28:19.997Z+ build_uid=12345
72026-07-16T19:28:19.997Z+ work_dir=/work
82026-07-16T19:28:19.997Z+ input_dir=/input
92026-07-16T19:28:19.998Z+ [[ 0 == 12345 ]]
102026-07-16T19:28:19.998Z+ case "$kern" in
112026-07-16T19:28:19.998Z+ groupadd -g 12345 build
122026-07-16T19:28:19.998Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T19:28:22.002Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T19:28:22.076Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T19:28:22.079Z+ home_fs=zfs
162026-07-16T19:28:22.079Z+ [[ zfs == autofs ]]
172026-07-16T19:28:22.079Z+ mkdir -p /home/build
182026-07-16T19:28:22.079Z+ chown build:build /home/build /work
192026-07-16T19:28:24.080Z+ chmod 0700 /home/build /work
202026-07-16T19:28:24.083Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-16T19:28:24.090Zstarting task 1: "rust-toolchain"
222026-07-16T19:28:24.093Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T19:28:24.093Z * rust toolchain channel = "1.96.1"
242026-07-16T19:28:24.093Z * rust toolchain profile = "default"
252026-07-16T19:28:24.093Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T19:28:24.093Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T19:28:24.093Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T19:28:24.097Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T19:28:24.097Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T19:28:24.177Zinfo: downloading installer
312026-07-16T19:28:25.583Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T19:28:25.583Zwarn: /home/build/.rustup/settings.toml
332026-07-16T19:28:25.583Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T19:28:25.583Zwarn: instead of the one inferred from the default host triple.
352026-07-16T19:28:25.596Zinfo: profile set to default
362026-07-16T19:28:25.596Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T19:28:25.599Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T19:28:25.733Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T19:28:25.737Zinfo: downloading 6 components
402026-07-16T19:28:42.438Z
412026-07-16T19:28:42.438Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-16T19:28:42.466Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T19:28:42.466Z
442026-07-16T19:28:42.469Z
452026-07-16T19:28:42.469ZRust is installed now. Great!
462026-07-16T19:28:42.469Z
472026-07-16T19:28:42.469ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T19:28:42.469Zenvironment variable. This has not been done automatically.
492026-07-16T19:28:42.469Z
502026-07-16T19:28:42.469ZTo configure your current shell, you need to source
512026-07-16T19:28:42.469Zthe corresponding env file under $HOME/.cargo.
522026-07-16T19:28:42.469Z
532026-07-16T19:28:42.470ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T19:28:42.470Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T19:28:42.470Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T19:28:42.470Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T19:28:42.471Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T19:28:42.471Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T19:28:42.471Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T19:28:42.471Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T19:28:42.471Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T19:28:42.559Z+ rustup --version
632026-07-16T19:28:42.568Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T19:28:42.572Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T19:28:42.589Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T19:28:42.592Z+ cargo --version
672026-07-16T19:28:42.605Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T19:28:42.612Z+ rustc --version
692026-07-16T19:28:42.627Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T19:28:42.630Zprocess exited: duration 18539 ms, exit code 0
 
712026-07-16T19:28:42.637Zstarting task 2: "authentication"
722026-07-16T19:28:42.653Zprocess exited: duration 16 ms, exit code 0
 
732026-07-16T19:28:42.660Zstarting task 3: "clone repository"
742026-07-16T19:28:42.665Z+ mkdir -p /work/oxidecomputer/opte
752026-07-16T19:28:42.668Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-16T19:28:42.697ZCloning into '/work/oxidecomputer/opte'...
772026-07-16T19:28:43.552Z+ cd /work/oxidecomputer/opte
782026-07-16T19:28:43.552Z+ git fetch origin 422997750e66c7abef4989baf0ef6f5c20ab5157
792026-07-16T19:28:43.782ZFrom https://github.com/oxidecomputer/opte
802026-07-16T19:28:43.782Z * branch 422997750e66c7abef4989baf0ef6f5c20ab5157 -> FETCH_HEAD
812026-07-16T19:28:43.790Z+ [[ -n icmp-ptb ]]
822026-07-16T19:28:43.794Z++ git branch --show-current
832026-07-16T19:28:43.794Z+ current=master
842026-07-16T19:28:43.794Z+ [[ master != icmp-ptb ]]
852026-07-16T19:28:43.794Z+ git branch -f icmp-ptb 422997750e66c7abef4989baf0ef6f5c20ab5157
862026-07-16T19:28:43.797Z+ git checkout -f icmp-ptb
872026-07-16T19:28:43.814ZSwitched to branch 'icmp-ptb'
882026-07-16T19:28:43.817Z+ git reset --hard 422997750e66c7abef4989baf0ef6f5c20ab5157
892026-07-16T19:28:43.834ZHEAD is now at 4229977 Safety catch
902026-07-16T19:28:43.836Zprocess exited: duration 1174 ms, exit code 0
 
912026-07-16T19:28:43.842Zstarting task 4: "build"
922026-07-16T19:28:43.846Z+ source .github/buildomat/common.sh
932026-07-16T19:28:43.849Z++ rustup show active-toolchain
942026-07-16T19:28:43.852Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-16T19:28:43.855Z++ pushd xde
962026-07-16T19:28:43.855Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-16T19:28:43.855Z++ rustup show active-toolchain
982026-07-16T19:28:43.858Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-16T19:28:44.021Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-16T19:28:44.024Zinfo: downloading 6 components
1012026-07-16T19:28:58.144Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-16T19:28:58.246Z+++ rustup show active-toolchain -v
1032026-07-16T19:28:58.249Z+++ head -n 1
1042026-07-16T19:28:58.249Z+++ cut '-d ' -f1
1052026-07-16T19:28:58.305Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-16T19:28:58.305Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-16T19:28:58.305Z++ popd
1082026-07-16T19:28:58.308Z/work/oxidecomputer/opte
1092026-07-16T19:28:58.308Z+ cargo --version
1102026-07-16T19:28:58.315Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-16T19:28:58.318Z+ rustc --version
1122026-07-16T19:28:58.337Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-16T19:28:58.340Z+ cd lib/opte
1142026-07-16T19:28:58.340Z+ header 'check style'
1152026-07-16T19:28:58.340Z+ echo '# ==== check style ==== #'
1162026-07-16T19:28:58.340Z# ==== check style ==== #
1172026-07-16T19:28:58.340Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-16T19:28:58.527Z
1192026-07-16T19:28:58.527Zreal 0.185303848
1202026-07-16T19:28:58.527Zuser 0.142186958
1212026-07-16T19:28:58.527Zsys 0.036542178
1222026-07-16T19:28:58.527Ztrap 0.000085318
1232026-07-16T19:28:58.527Ztflt 0.000032827
1242026-07-16T19:28:58.527Zdflt 0.000013407
1252026-07-16T19:28:58.527Zkflt 0.000000000
1262026-07-16T19:28:58.527Zlock 0.031504156
1272026-07-16T19:28:58.527Zslp 0.165172803
1282026-07-16T19:28:58.527Zlat 0.000972121
1292026-07-16T19:28:58.527Zstop 0.000096761
1302026-07-16T19:28:58.530Z+ header 'check docs'
1312026-07-16T19:28:58.530Z+ echo '# ==== check docs ==== #'
1322026-07-16T19:28:58.530Z# ==== check docs ==== #
1332026-07-16T19:28:58.531Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-16T19:28:58.531Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-16T19:28:58.597Z Updating crates.io index
1362026-07-16T19:28:58.600Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-16T19:28:59.316Z Updating git repository `https://github.com/oxidecomputer/ingot`
1382026-07-16T19:28:59.654Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-16T19:28:59.882Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-16T19:29:00.289Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-16T19:29:00.555Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-16T19:29:00.810Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-16T19:29:01.132Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-16T19:29:03.104Z Downloading crates ...
1452026-07-16T19:29:03.152Z Downloaded either v1.16.0
1462026-07-16T19:29:03.162Z Downloaded aho-corasick v1.1.4
1472026-07-16T19:29:03.168Z Downloaded stable_deref_trait v1.2.1
1482026-07-16T19:29:03.172Z Downloaded macaddr v1.0.1
1492026-07-16T19:29:03.175Z Downloaded dyn-clone v1.0.20
1502026-07-16T19:29:03.180Z Downloaded pest_generator v2.8.7
1512026-07-16T19:29:03.184Z Downloaded dof v0.4.0
1522026-07-16T19:29:03.187Z Downloaded defmt v0.3.100
1532026-07-16T19:29:03.188Z Downloaded ident_case v1.0.1
1542026-07-16T19:29:03.191Z Downloaded embedded-io v0.4.0
1552026-07-16T19:29:03.191Z Downloaded strsim v0.11.1
1562026-07-16T19:29:03.194Z Downloaded embedded-io v0.6.1
1572026-07-16T19:29:03.194Z Downloaded darling_macro v0.23.0
1582026-07-16T19:29:03.197Z Downloaded memmap2 v0.9.11
1592026-07-16T19:29:03.200Z Downloaded bitflags v1.3.2
1602026-07-16T19:29:03.200Z Downloaded defmt-macros v1.1.1
1612026-07-16T19:29:03.206Z Downloaded itoa v1.0.18
1622026-07-16T19:29:03.210Z Downloaded ref-cast-impl v1.0.25
1632026-07-16T19:29:03.210Z Downloaded scroll_derive v0.13.1
1642026-07-16T19:29:03.210Z Downloaded usdt-attr-macro v0.6.0
1652026-07-16T19:29:03.213Z Downloaded dtrace-parser v0.3.0
1662026-07-16T19:29:03.216Z Downloaded ref-cast v1.0.25
1672026-07-16T19:29:03.216Z Downloaded hash32 v0.3.1
1682026-07-16T19:29:03.219Z Downloaded byteorder v1.5.0
1692026-07-16T19:29:03.225Z Downloaded cfg-if v1.0.4
1702026-07-16T19:29:03.232Z Downloaded managed v0.8.0
1712026-07-16T19:29:03.235Z Downloaded version_check v0.9.5
1722026-07-16T19:29:03.235Z Downloaded plain v0.2.3
1732026-07-16T19:29:03.239Z Downloaded darling_macro v0.21.3
1742026-07-16T19:29:03.242Z Downloaded zmij v1.0.21
1752026-07-16T19:29:03.242Z Downloaded log v0.4.33
1762026-07-16T19:29:03.245Z Downloaded pretty-hex v0.4.2
1772026-07-16T19:29:03.248Z Downloaded thread-id v5.1.0
1782026-07-16T19:29:03.248Z Downloaded tabwriter v1.4.1
1792026-07-16T19:29:03.248Z Downloaded usdt-macro v0.6.0
1802026-07-16T19:29:03.252Z Downloaded cobs v0.3.0
1812026-07-16T19:29:03.256Z Downloaded defmt-parser v1.0.0
1822026-07-16T19:29:03.260Z Downloaded fnv v1.0.7
1832026-07-16T19:29:03.263Z Downloaded darling v0.21.3
1842026-07-16T19:29:03.266Z Downloaded scroll v0.13.0
1852026-07-16T19:29:03.269Z Downloaded ipnetwork v0.21.1
1862026-07-16T19:29:03.269Z Downloaded serde_tokenstream v0.2.3
1872026-07-16T19:29:03.269Z Downloaded thiserror-impl v2.0.18
1882026-07-16T19:29:03.269Z Downloaded usdt-impl v0.6.0
1892026-07-16T19:29:03.276Z Downloaded quote v1.0.46
1902026-07-16T19:29:03.279Z Downloaded thiserror v2.0.18
1912026-07-16T19:29:03.290Z Downloaded pest_derive v2.8.7
1922026-07-16T19:29:03.294Z Downloaded usdt v0.6.0
1932026-07-16T19:29:03.299Z Downloaded crc32fast v1.5.0
1942026-07-16T19:29:03.302Z Downloaded darling v0.23.0
1952026-07-16T19:29:03.305Z Downloaded darling_core v0.21.3
1962026-07-16T19:29:03.308Z Downloaded pest_meta v2.8.7
1972026-07-16T19:29:03.311Z Downloaded postcard v1.1.3
1982026-07-16T19:29:03.311Z Downloaded ucd-trie v0.1.7
1992026-07-16T19:29:03.319Z Downloaded serde_derive v1.0.228
2002026-07-16T19:29:03.322Z Downloaded bitflags v2.13.0
2012026-07-16T19:29:03.325Z Downloaded serde_core v1.0.228
2022026-07-16T19:29:03.329Z Downloaded unicode-ident v1.0.24
2032026-07-16T19:29:03.334Z Downloaded darling_core v0.23.0
2042026-07-16T19:29:03.337Z Downloaded defmt v1.1.1
2052026-07-16T19:29:03.340Z Downloaded proc-macro2 v1.0.106
2062026-07-16T19:29:03.354Z Downloaded heapless v0.8.0
2072026-07-16T19:29:03.357Z Downloaded serde v1.0.228
2082026-07-16T19:29:03.361Z Downloaded zerocopy-derive v0.8.52
2092026-07-16T19:29:03.375Z Downloaded memchr v2.8.2
2102026-07-16T19:29:03.388Z Downloaded regex v1.12.4
2112026-07-16T19:29:03.392Z Downloaded serde_json v1.0.150
2122026-07-16T19:29:03.408Z Downloaded pest v2.8.7
2132026-07-16T19:29:03.411Z Downloaded itertools v0.15.0
2142026-07-16T19:29:03.414Z Downloaded itertools v0.14.0
2152026-07-16T19:29:03.500Z Downloaded unicode-width v0.2.2
2162026-07-16T19:29:03.505Z Downloaded goblin v0.10.7
2172026-07-16T19:29:03.505Z Downloaded zerocopy v0.8.52
2182026-07-16T19:29:03.505Z Downloaded syn v2.0.118
2192026-07-16T19:29:03.513Z Downloaded smoltcp v0.11.0
2202026-07-16T19:29:03.516Z Downloaded regex-syntax v0.8.11
2212026-07-16T19:29:03.544Z Downloaded regex-automata v0.4.14
2222026-07-16T19:29:03.553Z Downloaded libc v0.2.186
2232026-07-16T19:29:03.609Z Compiling proc-macro2 v1.0.106
2242026-07-16T19:29:03.609Z Compiling quote v1.0.46
2252026-07-16T19:29:03.612Z Compiling unicode-ident v1.0.24
2262026-07-16T19:29:03.612Z Documenting unicode-ident v1.0.24
2272026-07-16T19:29:03.612Z Compiling ident_case v1.0.1
2282026-07-16T19:29:03.612Z Compiling strsim v0.11.1
2292026-07-16T19:29:03.612Z Compiling serde_core v1.0.228
2302026-07-16T19:29:03.763Z Compiling fnv v1.0.7
2312026-07-16T19:29:03.784Z Checking memchr v2.8.2
2322026-07-16T19:29:03.845Z Compiling zerocopy v0.8.52
2332026-07-16T19:29:03.954Z Compiling thiserror v2.0.18
2342026-07-16T19:29:04.012Z Compiling serde v1.0.228
2352026-07-16T19:29:04.174Z Documenting proc-macro2 v1.0.106
2362026-07-16T19:29:04.264Z Compiling aho-corasick v1.1.4
2372026-07-16T19:29:04.352Z Compiling regex-syntax v0.8.11
2382026-07-16T19:29:04.621Z Checking syn v2.0.118
2392026-07-16T19:29:04.731Z Checking byteorder v1.5.0
2402026-07-16T19:29:04.747Z Documenting quote v1.0.46
2412026-07-16T19:29:05.149Z Compiling either v1.16.0
2422026-07-16T19:29:05.247Z Documenting syn v2.0.118
2432026-07-16T19:29:05.348Z Compiling itertools v0.14.0
2442026-07-16T19:29:05.491Z Compiling heapless v0.8.0
2452026-07-16T19:29:05.664Z Documenting memchr v2.8.2
2462026-07-16T19:29:05.803Z Compiling regex-automata v0.4.14
2472026-07-16T19:29:06.303Z Documenting aho-corasick v1.1.4
2482026-07-16T19:29:06.508Z Checking bitflags v2.13.0
2492026-07-16T19:29:06.554Z Checking hash32 v0.3.1
2502026-07-16T19:29:06.579Z Documenting serde_core v1.0.228
2512026-07-16T19:29:06.658Z Checking cfg-if v1.0.4
2522026-07-16T19:29:06.665Z Checking stable_deref_trait v1.2.1
2532026-07-16T19:29:06.715Z Checking macaddr v1.0.1
2542026-07-16T19:29:06.811Z Documenting regex-syntax v0.8.11
2552026-07-16T19:29:06.851Z Checking darling_core v0.21.3
2562026-07-16T19:29:07.256Z Compiling darling_core v0.23.0
2572026-07-16T19:29:07.494Z Compiling regex v1.12.4
2582026-07-16T19:29:07.829Z Documenting regex-automata v0.4.14
2592026-07-16T19:29:07.892Z Compiling smoltcp v0.11.0
2602026-07-16T19:29:08.315Z Compiling zerocopy-derive v0.8.52
2612026-07-16T19:29:08.322Z Compiling serde_derive v1.0.228
2622026-07-16T19:29:08.322Z Compiling thiserror-impl v2.0.18
2632026-07-16T19:29:08.633Z Documenting serde_derive v1.0.228
2642026-07-16T19:29:09.040Z Documenting thiserror-impl v2.0.18
2652026-07-16T19:29:09.262Z Documenting regex v1.12.4
2662026-07-16T19:29:09.355Z Compiling darling_macro v0.21.3
2672026-07-16T19:29:09.435Z Compiling darling_macro v0.23.0
2682026-07-16T19:29:09.640Z Checking cobs v0.3.0
2692026-07-16T19:29:09.764Z Documenting zerocopy-derive v0.8.52
2702026-07-16T19:29:09.917Z Checking managed v0.8.0
2712026-07-16T19:29:09.926Z Compiling darling v0.21.3
2722026-07-16T19:29:09.997Z Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2732026-07-16T19:29:10.072Z Checking bitflags v1.3.2
2742026-07-16T19:29:10.117Z Documenting byteorder v1.5.0
2752026-07-16T19:29:10.143Z Documenting ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2762026-07-16T19:29:10.146Z Documenting thiserror v2.0.18
2772026-07-16T19:29:10.155Z Documenting bitflags v2.13.0
2782026-07-16T19:29:10.621Z Documenting zerocopy v0.8.52
2792026-07-16T19:29:10.763Z Documenting hash32 v0.3.1
2802026-07-16T19:29:10.919Z Documenting stable_deref_trait v1.2.1
2812026-07-16T19:29:11.112Z Documenting serde v1.0.228
2822026-07-16T19:29:11.305Z Compiling crc32fast v1.5.0
2832026-07-16T19:29:11.380Z Documenting cfg-if v1.0.4
2842026-07-16T19:29:11.426Z Documenting macaddr v1.0.1
2852026-07-16T19:29:11.588Z Compiling ref-cast v1.0.25
2862026-07-16T19:29:11.636Z Documenting heapless v0.8.0
2872026-07-16T19:29:11.886Z Checking postcard v1.1.3
2882026-07-16T19:29:11.947Z Documenting cobs v0.3.0
2892026-07-16T19:29:12.158Z Compiling ref-cast-impl v1.0.25
2902026-07-16T19:29:12.353Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-07-16T19:29:12.614Z Compiling version_check v0.9.5
2922026-07-16T19:29:12.645Z Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2932026-07-16T19:29:12.698Z Checking unicode-width v0.2.2
2942026-07-16T19:29:12.744Z Checking ipnetwork v0.21.1
2952026-07-16T19:29:12.749Z Documenting managed v0.8.0
2962026-07-16T19:29:12.908Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2972026-07-16T19:29:12.954Z Documenting postcard v1.1.3
2982026-07-16T19:29:13.043Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-07-16T19:29:13.051Z Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3002026-07-16T19:29:13.214Z Compiling darling v0.23.0
3012026-07-16T19:29:13.302Z Documenting ref-cast-impl v1.0.25
3022026-07-16T19:29:13.316Z Documenting unicode-width v0.2.2
3032026-07-16T19:29:13.541Z Documenting either v1.16.0
3042026-07-16T19:29:13.689Z Documenting smoltcp v0.11.0
3052026-07-16T19:29:13.696Z Documenting ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3062026-07-16T19:29:13.923Z Documenting ipnetwork v0.21.1
3072026-07-16T19:29:14.169Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3082026-07-16T19:29:14.365Z Documenting tabwriter v1.4.1
3092026-07-16T19:29:14.595Z Documenting ref-cast v1.0.25
3102026-07-16T19:29:14.653Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3112026-07-16T19:29:14.820Z Documenting itertools v0.15.0
3122026-07-16T19:29:15.122Z Documenting ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3132026-07-16T19:29:15.340Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3142026-07-16T19:29:15.515Z Checking itertools v0.15.0
3152026-07-16T19:29:15.701Z Checking tabwriter v1.4.1
3162026-07-16T19:29:15.917Z Documenting crc32fast v1.5.0
3172026-07-16T19:29:16.029Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-07-16T19:29:16.048Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3192026-07-16T19:29:16.198Z Documenting dyn-clone v1.0.20
3202026-07-16T19:29:16.267Z Checking dyn-clone v1.0.20
3212026-07-16T19:29:17.510Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-07-16T19:29:18.657Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3232026-07-16T19:29:20.986Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.45s
3242026-07-16T19:29:21.059Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3252026-07-16T19:29:21.081Z
3262026-07-16T19:29:21.084Zreal 22.536361074
3272026-07-16T19:29:21.084Zuser 1:16.448700181
3282026-07-16T19:29:21.085Zsys 16.123575605
3292026-07-16T19:29:21.085Ztrap 0.043892008
3302026-07-16T19:29:21.085Ztflt 0.082932802
3312026-07-16T19:29:21.085Zdflt 0.117134110
3322026-07-16T19:29:21.085Zkflt 0.006004772
3332026-07-16T19:29:21.085Zlock 7:44.165190902
3342026-07-16T19:29:21.085Zslp 4:18.457691245
3352026-07-16T19:29:21.086Zlat 8.181959579
3362026-07-16T19:29:21.086Zstop 12.070856768
3372026-07-16T19:29:21.087Z+ header 'analyze std + api'
3382026-07-16T19:29:21.087Z+ echo '# ==== analyze std + api ==== #'
3392026-07-16T19:29:21.087Z# ==== analyze std + api ==== #
3402026-07-16T19:29:21.087Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3412026-07-16T19:29:21.319Z Compiling proc-macro2 v1.0.106
3422026-07-16T19:29:21.319Z Compiling quote v1.0.46
3432026-07-16T19:29:21.319Z Compiling unicode-ident v1.0.24
3442026-07-16T19:29:21.319Z Compiling memchr v2.8.2
3452026-07-16T19:29:21.319Z Compiling thiserror v2.0.18
3462026-07-16T19:29:21.319Z Compiling zerocopy v0.8.52
3472026-07-16T19:29:21.323Z Compiling zmij v1.0.21
3482026-07-16T19:29:21.323Z Compiling serde_core v1.0.228
3492026-07-16T19:29:21.493Z Compiling libc v0.2.186
3502026-07-16T19:29:21.683Z Compiling ucd-trie v0.1.7
3512026-07-16T19:29:21.701Z Compiling strsim v0.11.1
3522026-07-16T19:29:21.714Z Compiling ident_case v1.0.1
3532026-07-16T19:29:21.714Z Compiling serde_json v1.0.150
3542026-07-16T19:29:21.820Z Compiling pest v2.8.7
3552026-07-16T19:29:21.912Z Compiling serde v1.0.228
3562026-07-16T19:29:22.117Z Compiling fnv v1.0.7
3572026-07-16T19:29:22.252Z Compiling aho-corasick v1.1.4
3582026-07-16T19:29:22.273Z Checking byteorder v1.5.0
3592026-07-16T19:29:22.498Z Compiling itoa v1.0.18
3602026-07-16T19:29:22.549Z Compiling regex-syntax v0.8.11
3612026-07-16T19:29:22.658Z Compiling syn v2.0.118
3622026-07-16T19:29:23.052Z Compiling pest_meta v2.8.7
3632026-07-16T19:29:23.087Z Compiling either v1.16.0
3642026-07-16T19:29:23.175Z Compiling usdt-impl v0.6.0
3652026-07-16T19:29:23.281Z Compiling itertools v0.14.0
3662026-07-16T19:29:23.614Z Compiling thread-id v5.1.0
3672026-07-16T19:29:23.723Z Checking log v0.4.33
3682026-07-16T19:29:23.863Z Checking plain v0.2.3
3692026-07-16T19:29:23.931Z Compiling heapless v0.8.0
3702026-07-16T19:29:24.086Z Compiling regex-automata v0.4.14
3712026-07-16T19:29:24.514Z Checking bitflags v2.13.0
3722026-07-16T19:29:24.551Z Checking hash32 v0.3.1
3732026-07-16T19:29:24.652Z Checking pretty-hex v0.4.2
3742026-07-16T19:29:24.676Z Checking stable_deref_trait v1.2.1
3752026-07-16T19:29:24.731Z Checking macaddr v1.0.1
3762026-07-16T19:29:24.758Z Checking cfg-if v1.0.4
3772026-07-16T19:29:24.813Z Compiling smoltcp v0.11.0
3782026-07-16T19:29:24.917Z Compiling crc32fast v1.5.0
3792026-07-16T19:29:24.925Z Checking bitflags v1.3.2
3802026-07-16T19:29:24.982Z Compiling version_check v0.9.5
3812026-07-16T19:29:25.149Z Compiling pest_generator v2.8.7
3822026-07-16T19:29:25.182Z Compiling darling_core v0.21.3
3832026-07-16T19:29:25.208Z Compiling darling_core v0.23.0
3842026-07-16T19:29:25.256Z Compiling ref-cast v1.0.25
3852026-07-16T19:29:25.390Z Checking managed v0.8.0
3862026-07-16T19:29:25.605Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3872026-07-16T19:29:25.752Z Compiling regex v1.12.4
3882026-07-16T19:29:25.900Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3892026-07-16T19:29:26.141Z Checking memmap2 v0.9.11
3902026-07-16T19:29:26.204Z Checking unicode-width v0.2.2
3912026-07-16T19:29:26.275Z Compiling thiserror-impl v2.0.18
3922026-07-16T19:29:26.297Z Compiling serde_derive v1.0.228
3932026-07-16T19:29:26.446Z Compiling zerocopy-derive v0.8.52
3942026-07-16T19:29:26.637Z Compiling pest_derive v2.8.7
3952026-07-16T19:29:26.751Z Compiling scroll_derive v0.13.1
3962026-07-16T19:29:26.835Z Compiling ref-cast-impl v1.0.25
3972026-07-16T19:29:27.130Z Checking ipnetwork v0.21.1
3982026-07-16T19:29:27.235Z Compiling darling_macro v0.21.3
3992026-07-16T19:29:27.288Z Compiling darling_macro v0.23.0
4002026-07-16T19:29:27.474Z Checking itertools v0.15.0
4012026-07-16T19:29:27.555Z Checking scroll v0.13.0
4022026-07-16T19:29:27.559Z Checking cobs v0.3.0
4032026-07-16T19:29:27.605Z Compiling dtrace-parser v0.3.0
4042026-07-16T19:29:27.778Z Checking goblin v0.10.7
4052026-07-16T19:29:27.788Z Compiling darling v0.21.3
4062026-07-16T19:29:27.855Z Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4072026-07-16T19:29:27.930Z Compiling darling v0.23.0
4082026-07-16T19:29:28.002Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4092026-07-16T19:29:28.228Z Checking tabwriter v1.4.1
4102026-07-16T19:29:28.368Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4112026-07-16T19:29:28.764Z Checking dyn-clone v1.0.20
4122026-07-16T19:29:29.401Z Checking postcard v1.1.3
4132026-07-16T19:29:29.421Z Compiling serde_tokenstream v0.2.3
4142026-07-16T19:29:30.512Z Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4152026-07-16T19:29:30.512Z Checking dof v0.4.0
4162026-07-16T19:29:30.804Z Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4172026-07-16T19:29:31.374Z Compiling usdt-attr-macro v0.6.0
4182026-07-16T19:29:31.374Z Compiling usdt-macro v0.6.0
4192026-07-16T19:29:31.959Z Checking usdt v0.6.0
4202026-07-16T19:29:32.242Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4212026-07-16T19:29:40.730Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.59s
4222026-07-16T19:29:40.756Z
4232026-07-16T19:29:40.759Zreal 19.668664628
4242026-07-16T19:29:40.759Zuser 1:04.370535245
4252026-07-16T19:29:40.759Zsys 13.011844495
4262026-07-16T19:29:40.759Ztrap 0.034226154
4272026-07-16T19:29:40.759Ztflt 0.142233268
4282026-07-16T19:29:40.759Zdflt 0.221454261
4292026-07-16T19:29:40.759Zkflt 0.000005986
4302026-07-16T19:29:40.759Zlock 3:46.381417230
4312026-07-16T19:29:40.761Zslp 3:27.471697945
4322026-07-16T19:29:40.761Zlat 3.058006888
4332026-07-16T19:29:40.761Zstop 6.412245447
4342026-07-16T19:29:40.761Z+ header 'analyze no_std + engine + kernel'
4352026-07-16T19:29:40.761Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4362026-07-16T19:29:40.761Z# ==== analyze no_std + engine + kernel ==== #
4372026-07-16T19:29:40.761Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4382026-07-16T19:29:40.940Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4392026-07-16T19:29:40.940Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4402026-07-16T19:29:40.960Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4412026-07-16T19:29:40.960Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4422026-07-16T19:29:41.194Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4432026-07-16T19:29:44.903Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.10s
4442026-07-16T19:29:44.930Z
4452026-07-16T19:29:44.934Zreal 4.168572469
4462026-07-16T19:29:44.934Zuser 4.529418783
4472026-07-16T19:29:44.934Zsys 0.903594033
4482026-07-16T19:29:44.934Ztrap 0.000615660
4492026-07-16T19:29:44.934Ztflt 0.002314114
4502026-07-16T19:29:44.934Zdflt 0.004767320
4512026-07-16T19:29:44.934Zkflt 0.000003949
4522026-07-16T19:29:44.934Zlock 18.729371510
4532026-07-16T19:29:44.934Zslp 16.557471753
4542026-07-16T19:29:44.934Zlat 0.017787043
4552026-07-16T19:29:44.934Zstop 0.235521392
4562026-07-16T19:29:44.934Z+ header test
4572026-07-16T19:29:44.934Z+ echo '# ==== test ==== #'
4582026-07-16T19:29:44.934Z+ ptime -m cargo test
4592026-07-16T19:29:44.934Z# ==== test ==== #
4602026-07-16T19:29:45.077Z Compiling serde_core v1.0.228
4612026-07-16T19:29:45.080Z Compiling thiserror v2.0.18
4622026-07-16T19:29:45.095Z Compiling zerocopy v0.8.52
4632026-07-16T19:29:45.098Z Compiling byteorder v1.5.0
4642026-07-16T19:29:45.101Z Compiling memchr v2.8.2
4652026-07-16T19:29:45.104Z Compiling unicode-ident v1.0.24
4662026-07-16T19:29:45.107Z Compiling libc v0.2.186
4672026-07-16T19:29:45.107Z Compiling zmij v1.0.21
4682026-07-16T19:29:45.178Z Compiling proc-macro2 v1.0.106
4692026-07-16T19:29:45.227Z Compiling scroll v0.13.0
4702026-07-16T19:29:45.303Z Compiling log v0.4.33
4712026-07-16T19:29:45.440Z Compiling itoa v1.0.18
4722026-07-16T19:29:45.470Z Compiling ucd-trie v0.1.7
4732026-07-16T19:29:45.489Z Compiling plain v0.2.3
4742026-07-16T19:29:45.529Z Compiling quote v1.0.46
4752026-07-16T19:29:45.582Z Compiling goblin v0.10.7
4762026-07-16T19:29:45.688Z Compiling pest v2.8.7
4772026-07-16T19:29:46.167Z Compiling hash32 v0.3.1
4782026-07-16T19:29:46.170Z Compiling cfg-if v1.0.4
4792026-07-16T19:29:46.230Z Compiling macaddr v1.0.1
4802026-07-16T19:29:46.330Z Compiling stable_deref_trait v1.2.1
4812026-07-16T19:29:46.399Z Compiling pretty-hex v0.4.2
4822026-07-16T19:29:46.492Z Compiling heapless v0.8.0
4832026-07-16T19:29:46.526Z Compiling syn v2.0.118
4842026-07-16T19:29:46.640Z Compiling thread-id v5.1.0
4852026-07-16T19:29:46.713Z Compiling cobs v0.3.0
4862026-07-16T19:29:46.938Z Compiling serde v1.0.228
4872026-07-16T19:29:47.009Z Compiling bitflags v2.13.0
4882026-07-16T19:29:47.069Z Compiling serde_json v1.0.150
4892026-07-16T19:29:47.402Z Compiling dtrace-parser v0.3.0
4902026-07-16T19:29:47.409Z Compiling managed v0.8.0
4912026-07-16T19:29:47.559Z Compiling bitflags v1.3.2
4922026-07-16T19:29:47.620Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4932026-07-16T19:29:47.624Z Compiling smoltcp v0.11.0
4942026-07-16T19:29:47.862Z Compiling postcard v1.1.3
4952026-07-16T19:29:47.949Z Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4962026-07-16T19:29:48.067Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4972026-07-16T19:29:48.223Z Compiling memmap2 v0.9.11
4982026-07-16T19:29:48.351Z Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4992026-07-16T19:29:48.516Z Compiling dof v0.4.0
5002026-07-16T19:29:48.677Z Compiling unicode-width v0.2.2
5012026-07-16T19:29:48.979Z Compiling ipnetwork v0.21.1
5022026-07-16T19:29:49.499Z Compiling usdt-impl v0.6.0
5032026-07-16T19:29:50.203Z Compiling either v1.16.0
5042026-07-16T19:29:50.415Z Compiling itertools v0.15.0
5052026-07-16T19:29:50.623Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-16T19:29:50.958Z Compiling usdt v0.6.0
5072026-07-16T19:29:51.568Z Compiling tabwriter v1.4.1
5082026-07-16T19:29:51.854Z Compiling ref-cast v1.0.25
5092026-07-16T19:29:51.917Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-07-16T19:29:51.947Z Compiling crc32fast v1.5.0
5112026-07-16T19:29:52.029Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5122026-07-16T19:29:52.186Z Compiling dyn-clone v1.0.20
5132026-07-16T19:30:06.953Z Finished `test` profile [optimized + debuginfo] target(s) in 22.01s
5142026-07-16T19:30:06.965Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-be81df9871e6c7a1)
5152026-07-16T19:30:06.972Z
5162026-07-16T19:30:06.972Zrunning 83 tests
5172026-07-16T19:30:06.972Ztest d_error::tests::name_and_data_storage ... ok
5182026-07-16T19:30:06.973Ztest d_error::tests::name_truncation ... ok
5192026-07-16T19:30:06.973Ztest ddi::mblk::test::chain_append_links ... ok
5202026-07-16T19:30:06.973Ztest ddi::mblk::test::chain_breaks_links ... ok
5212026-07-16T19:30:06.973Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5222026-07-16T19:30:06.973Ztest ddi::mblk::test::chain_drain_complete ... ok
5232026-07-16T19:30:06.973Ztest ddi::mblk::test::expand_and_shrink ... ok
5242026-07-16T19:30:06.973Ztest ddi::mblk::test::prefix_len ... ok
5252026-07-16T19:30:06.973Ztest ddi::mblk::test::read_seg ... ok
5262026-07-16T19:30:06.973Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5272026-07-16T19:30:06.974Ztest ddi::mblk::test::uninitialized_packet ... ok
5282026-07-16T19:30:06.974Ztest ddi::mblk::test::truncate ... ok
5292026-07-16T19:30:06.974Ztest ddi::mblk::test::wrap ... ok
5302026-07-16T19:30:06.974Ztest ddi::mblk::test::zero_byte_packet ... ok
5312026-07-16T19:30:06.974Ztest ddi::time::test::good_interval ... ok
5322026-07-16T19:30:06.974Ztest engine::dhcp::test::domain_search_option_encode ... ok
5332026-07-16T19:30:06.974Ztest engine::dhcp::test::hostname_encode ... ok
5342026-07-16T19:30:06.974Ztest engine::dhcp::test::offlink_encode ... ok
5352026-07-16T19:30:06.974Ztest engine::dhcp::test::domainname_encode ... ok
5362026-07-16T19:30:06.974Ztest engine::dhcp::test::rfc3442_encode ... ok
5372026-07-16T19:30:06.974Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5382026-07-16T19:30:06.974Ztest engine::dhcpv6::options::test::test_client_id ... ok
5392026-07-16T19:30:06.974Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5402026-07-16T19:30:06.974Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5412026-07-16T19:30:06.974Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5422026-07-16T19:30:06.974Ztest engine::dhcpv6::options::test::test_iana ... ok
5432026-07-16T19:30:06.975Ztest ddi::time::test::bad_interval - should panic ... ok
5442026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_iata ... ok
5452026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_option_request ... ok
5462026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5472026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5482026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5492026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5502026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_server_id ... ok
5512026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5522026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5532026-07-16T19:30:06.975Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5542026-07-16T19:30:06.975Ztest engine::dhcpv6::options::test::test_status ... ok
5552026-07-16T19:30:06.975Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5562026-07-16T19:30:06.975Ztest engine::ether::test::emit ... ok
5572026-07-16T19:30:06.975Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5582026-07-16T19:30:06.975Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5592026-07-16T19:30:06.975Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5602026-07-16T19:30:06.975Ztest engine::flow_table::test::flow_clear ... ok
5612026-07-16T19:30:06.975Ztest engine::flow_table::test::priority_lerp ... ok
5622026-07-16T19:30:06.975Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5632026-07-16T19:30:06.975Ztest engine::flow_table::test::flow_expired ... ok
5642026-07-16T19:30:06.975Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5652026-07-16T19:30:06.975Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5662026-07-16T19:30:06.977Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5672026-07-16T19:30:06.977Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5682026-07-16T19:30:06.977Ztest engine::ip::v4::test::cidr_match ... ok
5692026-07-16T19:30:06.977Ztest engine::flow_table::test::eviction_basics ... ok
5702026-07-16T19:30:06.977Ztest engine::geneve::test::emit_single_opt ... ok
5712026-07-16T19:30:06.977Ztest engine::ip::v4::test::emit ... ok
5722026-07-16T19:30:06.977Ztest engine::geneve::test::emit_no_opts ... ok
5732026-07-16T19:30:06.977Ztest engine::ip::v4::test::match_check ... ok
5742026-07-16T19:30:06.977Ztest engine::ip::v6::test::extension_push_spec ... ok
5752026-07-16T19:30:06.977Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5762026-07-16T19:30:06.977Ztest engine::ip::v6::test::option_push_spec ... ok
5772026-07-16T19:30:06.977Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5782026-07-16T19:30:06.977Ztest engine::ip::v6::test::emit ... ok
5792026-07-16T19:30:06.977Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5802026-07-16T19:30:06.977Ztest engine::layer::test::find_rule ... ok
5812026-07-16T19:30:06.977Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5822026-07-16T19:30:06.977Ztest engine::ip::v6::test::test_set_total_len ... ok
5832026-07-16T19:30:06.977Ztest engine::ip::v6::test::push_spec ... ok
5842026-07-16T19:30:06.977Ztest engine::ip::v6::test::from_pairs ... ok
5852026-07-16T19:30:06.977Ztest engine::packet::test::read_single_segment ... ok
5862026-07-16T19:30:06.977Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5872026-07-16T19:30:06.977Ztest engine::packet::test::read_multi_segment ... ok
5882026-07-16T19:30:06.977Ztest engine::nat::test::nat4_rewrite ... ok
5892026-07-16T19:30:06.977Ztest engine::packet::test::small_packet_with_padding ... ok
5902026-07-16T19:30:06.977Ztest engine::packet::test::straddled_tcp ... ok
5912026-07-16T19:30:06.977Ztest engine::packet::test::udp6_packet_with_padding ... ok
5922026-07-16T19:30:06.977Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5932026-07-16T19:30:06.977Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5942026-07-16T19:30:06.978Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5952026-07-16T19:30:06.978Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5962026-07-16T19:30:06.978Ztest engine::rule::rule_matching ... ok
5972026-07-16T19:30:06.978Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5982026-07-16T19:30:06.978Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5992026-07-16T19:30:06.978Ztest engine::snat::test::nat_mappings ... ok
6002026-07-16T19:30:06.978Z
6012026-07-16T19:30:06.978Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6022026-07-16T19:30:06.978Z
6032026-07-16T19:30:06.978Z Doc-tests opte
6042026-07-16T19:30:08.971Z
6052026-07-16T19:30:08.971Zrunning 3 tests
6062026-07-16T19:30:08.975Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6072026-07-16T19:30:08.975Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6082026-07-16T19:30:08.975Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6092026-07-16T19:30:08.975Z
6102026-07-16T19:30:08.975Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6112026-07-16T19:30:08.975Z
6122026-07-16T19:30:08.980Zall doctests ran in 1.42s; merged doctests compilation took 1.41s
6132026-07-16T19:30:09.019Z
6142026-07-16T19:30:09.019Zreal 24.077126804
6152026-07-16T19:30:09.019Zuser 2:00.732662473
6162026-07-16T19:30:09.019Zsys 7.077568814
6172026-07-16T19:30:09.019Ztrap 0.057947885
6182026-07-16T19:30:09.019Ztflt 0.203795632
6192026-07-16T19:30:09.019Zdflt 0.364583388
6202026-07-16T19:30:09.019Zkflt 0.000015728
6212026-07-16T19:30:09.019Zlock 5:55.089491214
6222026-07-16T19:30:09.022Zslp 3:39.728935307
6232026-07-16T19:30:09.024Zlat 6.975192550
6242026-07-16T19:30:09.024Zstop 3.675521554
6252026-07-16T19:30:09.024Zprocess exited: duration 85175 ms, exit code 0
 
6262026-07-16T19:30:09.036Zfound 0 output files