01KR4H9BN74NTWKMV73RWC8MX1: opte

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

Buildomat Job: 01KR4H9TVWETWRD8B1T7PEFATH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T19:34:37.611Zjob assigned to worker 01KR4HA40NY8GRVCRGV1XPBHRT [factory aws, i-02555e641a59171a4] (queued for 51 s)
 
22026-05-08T19:34:44.708Zstarting task 0: "setup"
32026-05-08T19:34:44.718Z++ uname -s
42026-05-08T19:34:44.718Z+ kern=SunOS
52026-05-08T19:34:44.718Z+ build_user=build
62026-05-08T19:34:44.718Z+ build_uid=12345
72026-05-08T19:34:44.718Z+ work_dir=/work
82026-05-08T19:34:44.719Z+ input_dir=/input
92026-05-08T19:34:44.719Z+ [[ 0 == 12345 ]]
102026-05-08T19:34:44.719Z+ case "$kern" in
112026-05-08T19:34:44.719Z+ groupadd -g 12345 build
122026-05-08T19:34:44.724Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T19:34:46.719Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T19:34:46.835Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T19:34:46.838Z+ home_fs=zfs
162026-05-08T19:34:46.838Z+ [[ zfs == autofs ]]
172026-05-08T19:34:46.838Z+ mkdir -p /home/build
182026-05-08T19:34:46.838Z+ chown build:build /home/build /work
192026-05-08T19:34:47.839Z+ chmod 0700 /home/build /work
202026-05-08T19:34:47.842Zprocess exited: duration 3134 ms, exit code 0
 
212026-05-08T19:34:47.849Zstarting task 1: "rust-toolchain"
222026-05-08T19:34:47.853Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-08T19:34:47.853Z * rust toolchain channel = "1.90.0"
242026-05-08T19:34:47.853Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T19:34:47.853Z * rust toolchain profile = "default"
262026-05-08T19:34:47.853Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T19:34:47.853Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T19:34:47.857Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T19:34:47.857Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-08T19:34:47.972Zinfo: downloading installer
312026-05-08T19:34:49.490Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T19:34:49.490Zwarn: /opt/ooce/bin
332026-05-08T19:34:49.490Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T19:34:49.490Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T19:34:49.490Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T19:34:49.490Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T19:34:49.490Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T19:34:49.490Zerror: cannot install while Rust is installed
392026-05-08T19:34:49.490Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T19:34:49.490Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T19:34:49.490Zwarn: /home/build/.rustup/settings.toml
422026-05-08T19:34:49.490Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T19:34:49.490Zwarn: instead of the one inferred from the default host triple.
442026-05-08T19:34:49.503Zinfo: profile set to default
452026-05-08T19:34:49.503Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T19:34:49.506Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-08T19:34:49.663Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-08T19:34:49.666Zinfo: downloading 6 components
492026-05-08T19:35:05.247Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-08T19:35:05.247Z
512026-05-08T19:35:05.272Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-08T19:35:05.272Z
532026-05-08T19:35:05.272Z
542026-05-08T19:35:05.272ZRust is installed now. Great!
552026-05-08T19:35:05.272Z
562026-05-08T19:35:05.276ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T19:35:05.276Zenvironment variable. This has not been done automatically.
582026-05-08T19:35:05.276Z
592026-05-08T19:35:05.276ZTo configure your current shell, you need to source
602026-05-08T19:35:05.276Zthe corresponding env file under $HOME/.cargo.
612026-05-08T19:35:05.276Z
622026-05-08T19:35:05.276ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T19:35:05.276Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T19:35:05.276Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T19:35:05.276Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T19:35:05.276Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T19:35:05.276Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T19:35:05.276Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T19:35:05.276Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T19:35:05.276Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T19:35:05.348Z+ rustup --version
722026-05-08T19:35:05.357Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T19:35:05.360Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T19:35:05.378Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-08T19:35:05.384Z+ cargo --version
762026-05-08T19:35:05.394Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-08T19:35:05.397Z+ rustc --version
782026-05-08T19:35:05.416Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-08T19:35:05.418Zprocess exited: duration 17564 ms, exit code 0
 
802026-05-08T19:35:05.424Zstarting task 2: "authentication"
812026-05-08T19:35:05.441Zprocess exited: duration 16 ms, exit code 0
 
822026-05-08T19:35:05.447Zstarting task 3: "clone repository"
832026-05-08T19:35:05.450Z+ mkdir -p /work/oxidecomputer/opte
842026-05-08T19:35:05.453Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-08T19:35:05.486ZCloning into '/work/oxidecomputer/opte'...
862026-05-08T19:35:06.538Z+ cd /work/oxidecomputer/opte
872026-05-08T19:35:06.538Z+ git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616
882026-05-08T19:35:06.805ZFrom https://github.com/oxidecomputer/opte
892026-05-08T19:35:06.805Z * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD
902026-05-08T19:35:06.810Z+ [[ -n ry/faster-syn-expiry ]]
912026-05-08T19:35:06.812Z++ git branch --show-current
922026-05-08T19:35:06.813Z+ current=master
932026-05-08T19:35:06.813Z+ [[ master != ry/faster-syn-expiry ]]
942026-05-08T19:35:06.813Z+ git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616
952026-05-08T19:35:06.815Z+ git checkout -f ry/faster-syn-expiry
962026-05-08T19:35:06.832ZSwitched to branch 'ry/faster-syn-expiry'
972026-05-08T19:35:06.837Z+ git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616
982026-05-08T19:35:06.839ZHEAD is now at 324103b firewall table headroom to 512k
992026-05-08T19:35:06.840Zprocess exited: duration 1389 ms, exit code 0
 
1002026-05-08T19:35:06.845Zstarting task 4: "build"
1012026-05-08T19:35:06.848Z+ source .github/buildomat/common.sh
1022026-05-08T19:35:06.851Z++ rustup show active-toolchain
1032026-05-08T19:35:06.854Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-08T19:35:06.858Z++ pushd xde
1052026-05-08T19:35:06.858Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-08T19:35:06.858Z++ rustup show active-toolchain
1072026-05-08T19:35:06.862Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-05-08T19:35:07.035Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-05-08T19:35:07.041Zinfo: downloading 6 components
1102026-05-08T19:35:22.155Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-08T19:35:22.225Z+++ rustup show active-toolchain -v
1122026-05-08T19:35:22.228Z+++ head -n 1
1132026-05-08T19:35:22.228Z+++ cut '-d ' -f1
1142026-05-08T19:35:22.282Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-05-08T19:35:22.282Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-05-08T19:35:22.282Z++ popd
1172026-05-08T19:35:22.285Z/work/oxidecomputer/opte
1182026-05-08T19:35:22.285Z+ cargo --version
1192026-05-08T19:35:22.291Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-05-08T19:35:22.293Z+ rustc --version
1212026-05-08T19:35:22.314Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-05-08T19:35:22.316Z+ cd lib/opte
1232026-05-08T19:35:22.316Z+ header 'check style'
1242026-05-08T19:35:22.316Z+ echo '# ==== check style ==== #'
1252026-05-08T19:35:22.316Z# ==== check style ==== #
1262026-05-08T19:35:22.316Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1272026-05-08T19:35:22.498Z
1282026-05-08T19:35:22.498Zreal 0.179251589
1292026-05-08T19:35:22.498Zuser 0.136078909
1302026-05-08T19:35:22.498Zsys 0.038140329
1312026-05-08T19:35:22.498Ztrap 0.000009507
1322026-05-08T19:35:22.498Ztflt 0.000024771
1332026-05-08T19:35:22.498Zdflt 0.000017475
1342026-05-08T19:35:22.498Zkflt 0.000004579
1352026-05-08T19:35:22.498Zlock 0.046373638
1362026-05-08T19:35:22.498Zslp 0.161868836
1372026-05-08T19:35:22.498Zlat 0.001054711
1382026-05-08T19:35:22.498Zstop 0.000106956
1392026-05-08T19:35:22.501Z+ header 'check docs'
1402026-05-08T19:35:22.501Z+ echo '# ==== check docs ==== #'
1412026-05-08T19:35:22.501Z# ==== check docs ==== #
1422026-05-08T19:35:22.501Z+ RUSTDOCFLAGS='-D warnings'
1432026-05-08T19:35:22.501Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-05-08T19:35:22.566Z Updating crates.io index
1452026-05-08T19:35:22.603Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-08T19:35:23.624Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-08T19:35:23.946Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-08T19:35:24.313Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-08T19:35:24.761Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-08T19:35:25.032Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-08T19:35:25.293Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-08T19:35:27.557Z Downloading crates ...
1532026-05-08T19:35:27.622Z Downloaded dyn-clone v1.0.20
1542026-05-08T19:35:27.625Z Downloaded darling_macro v0.21.3
1552026-05-08T19:35:27.629Z Downloaded macaddr v1.0.1
1562026-05-08T19:35:27.631Z Downloaded pest_meta v2.8.5
1572026-05-08T19:35:27.634Z Downloaded crypto-common v0.1.7
1582026-05-08T19:35:27.638Z Downloaded embedded-io v0.6.1
1592026-05-08T19:35:27.641Z Downloaded managed v0.8.0
1602026-05-08T19:35:27.641Z Downloaded block-buffer v0.10.4
1612026-05-08T19:35:27.641Z Downloaded cfg-if v1.0.4
1622026-05-08T19:35:27.646Z Downloaded fnv v1.0.7
1632026-05-08T19:35:27.649Z Downloaded dtrace-parser v0.3.0
1642026-05-08T19:35:27.649Z Downloaded cpufeatures v0.2.17
1652026-05-08T19:35:27.649Z Downloaded dof v0.4.0
1662026-05-08T19:35:27.656Z Downloaded generic-array v0.14.7
1672026-05-08T19:35:27.659Z Downloaded itoa v1.0.17
1682026-05-08T19:35:27.667Z Downloaded ref-cast-impl v1.0.25
1692026-05-08T19:35:27.670Z Downloaded usdt-macro v0.6.0
1702026-05-08T19:35:27.670Z Downloaded ingot v0.1.1
1712026-05-08T19:35:27.678Z Downloaded proc-macro-error-attr2 v2.0.0
1722026-05-08T19:35:27.681Z Downloaded hash32 v0.3.1
1732026-05-08T19:35:27.681Z Downloaded ident_case v1.0.1
1742026-05-08T19:35:27.681Z Downloaded tabwriter v1.4.1
1752026-05-08T19:35:27.681Z Downloaded embedded-io v0.4.0
1762026-05-08T19:35:27.684Z Downloaded cobs v0.3.0
1772026-05-08T19:35:27.687Z Downloaded defmt-parser v1.0.0
1782026-05-08T19:35:27.690Z Downloaded pretty-hex v0.4.1
1792026-05-08T19:35:27.694Z Downloaded usdt v0.6.0
1802026-05-08T19:35:27.699Z Downloaded stable_deref_trait v1.2.1
1812026-05-08T19:35:27.699Z Downloaded defmt v0.3.100
1822026-05-08T19:35:27.701Z Downloaded pest_generator v2.8.5
1832026-05-08T19:35:27.704Z Downloaded either v1.15.0
1842026-05-08T19:35:27.704Z Downloaded bitflags v1.3.2
1852026-05-08T19:35:27.707Z Downloaded usdt-attr-macro v0.6.0
1862026-05-08T19:35:27.707Z Downloaded ingot-types v0.1.2
1872026-05-08T19:35:27.708Z Downloaded byteorder v1.5.0
1882026-05-08T19:35:27.708Z Downloaded usdt-impl v0.6.0
1892026-05-08T19:35:27.711Z Downloaded defmt-macros v1.0.1
1902026-05-08T19:35:27.713Z Downloaded ref-cast v1.0.25
1912026-05-08T19:35:27.718Z Downloaded memmap2 v0.9.9
1922026-05-08T19:35:27.721Z Downloaded ingot-macros v0.1.1
1932026-05-08T19:35:27.721Z Downloaded pest_derive v2.8.5
1942026-05-08T19:35:27.724Z Downloaded proc-macro-error2 v2.0.1
1952026-05-08T19:35:27.724Z Downloaded scroll v0.13.0
1962026-05-08T19:35:27.734Z Downloaded scroll_derive v0.13.1
1972026-05-08T19:35:27.737Z Downloaded version_check v0.9.5
1982026-05-08T19:35:27.740Z Downloaded plain v0.2.3
1992026-05-08T19:35:27.742Z Downloaded strsim v0.11.1
2002026-05-08T19:35:27.745Z Downloaded thread-id v5.1.0
2012026-05-08T19:35:27.748Z Downloaded sha2 v0.10.9
2022026-05-08T19:35:27.753Z Downloaded quote v1.0.44
2032026-05-08T19:35:27.757Z Downloaded zmij v1.0.17
2042026-05-08T19:35:27.760Z Downloaded darling v0.21.3
2052026-05-08T19:35:27.763Z Downloaded thiserror v2.0.18
2062026-05-08T19:35:27.775Z Downloaded thiserror-impl v2.0.18
2072026-05-08T19:35:27.782Z Downloaded serde_tokenstream v0.2.2
2082026-05-08T19:35:27.785Z Downloaded unicode-ident v1.0.22
2092026-05-08T19:35:27.789Z Downloaded postcard v1.1.3
2102026-05-08T19:35:27.793Z Downloaded crc32fast v1.5.0
2112026-05-08T19:35:27.796Z Downloaded ipnetwork v0.21.1
2122026-05-08T19:35:27.805Z Downloaded bitflags v2.10.0
2132026-05-08T19:35:27.814Z Downloaded digest v0.10.7
2142026-05-08T19:35:27.817Z Downloaded defmt v1.0.1
2152026-05-08T19:35:27.826Z Downloaded heapless v0.8.0
2162026-05-08T19:35:27.835Z Downloaded serde_derive v1.0.228
2172026-05-08T19:35:27.838Z Downloaded serde_core v1.0.228
2182026-05-08T19:35:27.843Z Downloaded ucd-trie v0.1.7
2192026-05-08T19:35:27.846Z Downloaded log v0.4.29
2202026-05-08T19:35:27.853Z Downloaded darling_core v0.21.3
2212026-05-08T19:35:27.861Z Downloaded typenum v1.19.0
2222026-05-08T19:35:27.864Z Downloaded proc-macro2 v1.0.106
2232026-05-08T19:35:27.867Z Downloaded memchr v2.7.6
2242026-05-08T19:35:27.870Z Downloaded serde v1.0.228
2252026-05-08T19:35:27.883Z Downloaded zerocopy-derive v0.8.34
2262026-05-08T19:35:27.923Z Downloaded pest v2.8.5
2272026-05-08T19:35:27.949Z Downloaded regex v1.12.2
2282026-05-08T19:35:27.952Z Downloaded itertools v0.14.0
2292026-05-08T19:35:27.959Z Downloaded aho-corasick v1.1.4
2302026-05-08T19:35:27.965Z Downloaded serde_json v1.0.149
2312026-05-08T19:35:28.021Z Downloaded zerocopy v0.8.34
2322026-05-08T19:35:28.032Z Downloaded unicode-width v0.2.2
2332026-05-08T19:35:28.035Z Downloaded syn v2.0.114
2342026-05-08T19:35:28.041Z Downloaded smoltcp v0.11.0
2352026-05-08T19:35:28.047Z Downloaded goblin v0.10.4
2362026-05-08T19:35:28.055Z Downloaded regex-syntax v0.8.8
2372026-05-08T19:35:28.093Z Downloaded regex-automata v0.4.13
2382026-05-08T19:35:28.109Z Downloaded libc v0.2.180
2392026-05-08T19:35:28.164Z Compiling proc-macro2 v1.0.106
2402026-05-08T19:35:28.164Z Compiling quote v1.0.44
2412026-05-08T19:35:28.167Z Compiling unicode-ident v1.0.22
2422026-05-08T19:35:28.167Z Documenting unicode-ident v1.0.22
2432026-05-08T19:35:28.167Z Compiling ident_case v1.0.1
2442026-05-08T19:35:28.167Z Compiling fnv v1.0.7
2452026-05-08T19:35:28.167Z Compiling serde_core v1.0.228
2462026-05-08T19:35:28.309Z Compiling strsim v0.11.1
2472026-05-08T19:35:28.326Z Compiling memchr v2.7.6
2482026-05-08T19:35:28.546Z Compiling serde v1.0.228
2492026-05-08T19:35:28.559Z Compiling zerocopy v0.8.34
2502026-05-08T19:35:28.606Z Compiling thiserror v2.0.18
2512026-05-08T19:35:28.613Z Compiling regex-syntax v0.8.8
2522026-05-08T19:35:28.851Z Documenting proc-macro2 v1.0.106
2532026-05-08T19:35:28.895Z Compiling aho-corasick v1.1.4
2542026-05-08T19:35:29.224Z Compiling syn v2.0.114
2552026-05-08T19:35:29.276Z Documenting ident_case v1.0.1
2562026-05-08T19:35:29.392Z Documenting quote v1.0.44
2572026-05-08T19:35:29.666Z Documenting fnv v1.0.7
2582026-05-08T19:35:29.701Z Compiling either v1.15.0
2592026-05-08T19:35:29.862Z Documenting syn v2.0.114
2602026-05-08T19:35:29.993Z Documenting strsim v0.11.1
2612026-05-08T19:35:30.100Z Compiling regex-automata v0.4.13
2622026-05-08T19:35:30.298Z Checking byteorder v1.5.0
2632026-05-08T19:35:30.443Z Compiling itertools v0.14.0
2642026-05-08T19:35:30.451Z Documenting memchr v2.7.6
2652026-05-08T19:35:30.670Z Compiling heapless v0.8.0
2662026-05-08T19:35:31.046Z Documenting aho-corasick v1.1.4
2672026-05-08T19:35:31.114Z Checking hash32 v0.3.1
2682026-05-08T19:35:31.210Z Checking darling_core v0.21.3
2692026-05-08T19:35:31.216Z Checking bitflags v2.10.0
2702026-05-08T19:35:31.363Z Documenting serde_core v1.0.228
2712026-05-08T19:35:31.899Z Compiling regex v1.12.2
2722026-05-08T19:35:31.954Z Documenting darling_core v0.21.3
2732026-05-08T19:35:32.140Z Checking stable_deref_trait v1.2.1
2742026-05-08T19:35:32.206Z Checking cfg-if v1.0.4
2752026-05-08T19:35:32.268Z Documenting regex-syntax v0.8.8
2762026-05-08T19:35:32.278Z Checking macaddr v1.0.1
2772026-05-08T19:35:32.418Z Compiling smoltcp v0.11.0
2782026-05-08T19:35:32.882Z Compiling thiserror-impl v2.0.18
2792026-05-08T19:35:32.974Z Compiling serde_derive v1.0.228
2802026-05-08T19:35:33.020Z Compiling zerocopy-derive v0.8.34
2812026-05-08T19:35:33.050Z Documenting darling_macro v0.21.3
2822026-05-08T19:35:33.191Z Documenting serde_derive v1.0.228
2832026-05-08T19:35:33.397Z Documenting regex-automata v0.4.13
2842026-05-08T19:35:33.673Z Documenting zerocopy-derive v0.8.34
2852026-05-08T19:35:33.792Z Documenting thiserror-impl v2.0.18
2862026-05-08T19:35:33.800Z Compiling darling_macro v0.21.3
2872026-05-08T19:35:34.235Z Checking cobs v0.3.0
2882026-05-08T19:35:34.273Z Checking bitflags v1.3.2
2892026-05-08T19:35:34.331Z Checking managed v0.8.0
2902026-05-08T19:35:34.348Z Compiling darling v0.21.3
2912026-05-08T19:35:34.417Z Compiling ingot-macros v0.1.1
2922026-05-08T19:35:34.430Z Documenting darling v0.21.3
2932026-05-08T19:35:34.461Z Documenting byteorder v1.5.0
2942026-05-08T19:35:34.529Z Documenting zerocopy v0.8.34
2952026-05-08T19:35:34.574Z Documenting thiserror v2.0.18
2962026-05-08T19:35:34.863Z Documenting regex v1.12.2
2972026-05-08T19:35:34.964Z Documenting hash32 v0.3.1
2982026-05-08T19:35:35.104Z Documenting bitflags v2.10.0
2992026-05-08T19:35:35.333Z Compiling ref-cast v1.0.25
3002026-05-08T19:35:35.444Z Compiling crc32fast v1.5.0
3012026-05-08T19:35:35.658Z Documenting cfg-if v1.0.4
3022026-05-08T19:35:35.697Z Documenting ingot-macros v0.1.1
3032026-05-08T19:35:35.739Z Documenting serde v1.0.228
3042026-05-08T19:35:35.799Z Documenting macaddr v1.0.1
3052026-05-08T19:35:36.067Z Documenting stable_deref_trait v1.2.1
3062026-05-08T19:35:36.122Z Checking postcard v1.1.3
3072026-05-08T19:35:36.285Z Documenting cobs v0.3.0
3082026-05-08T19:35:36.389Z Compiling ref-cast-impl v1.0.25
3092026-05-08T19:35:36.542Z Documenting heapless v0.8.0
3102026-05-08T19:35:36.938Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-05-08T19:35:36.964Z Compiling version_check v0.9.5
3122026-05-08T19:35:37.034Z Checking ingot-types v0.1.2
3132026-05-08T19:35:37.144Z Documenting ingot-types v0.1.2
3142026-05-08T19:35:37.147Z Checking unicode-width v0.2.2
3152026-05-08T19:35:37.171Z Documenting managed v0.8.0
3162026-05-08T19:35:37.229Z Checking ipnetwork v0.21.1
3172026-05-08T19:35:37.391Z Checking ingot v0.1.1
3182026-05-08T19:35:37.397Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3192026-05-08T19:35:37.401Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3202026-05-08T19:35:37.463Z Documenting ref-cast-impl v1.0.25
3212026-05-08T19:35:37.558Z Documenting postcard v1.1.3
3222026-05-08T19:35:37.607Z Documenting unicode-width v0.2.2
3232026-05-08T19:35:37.656Z Documenting either v1.15.0
3242026-05-08T19:35:37.852Z Documenting smoltcp v0.11.0
3252026-05-08T19:35:38.125Z Documenting ingot v0.1.1
3262026-05-08T19:35:38.310Z Documenting ipnetwork v0.21.1
3272026-05-08T19:35:38.511Z Documenting ref-cast v1.0.25
3282026-05-08T19:35:38.714Z Documenting itertools v0.14.0
3292026-05-08T19:35:38.893Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-05-08T19:35:38.986Z Checking tabwriter v1.4.1
3312026-05-08T19:35:39.167Z Documenting tabwriter v1.4.1
3322026-05-08T19:35:39.769Z Documenting crc32fast v1.5.0
3332026-05-08T19:35:39.776Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3342026-05-08T19:35:39.781Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3352026-05-08T19:35:39.860Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-05-08T19:35:40.010Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-05-08T19:35:40.404Z Documenting dyn-clone v1.0.20
3382026-05-08T19:35:40.426Z Checking dyn-clone v1.0.20
3392026-05-08T19:35:40.479Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-05-08T19:35:42.511Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-05-08T19:35:44.724Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.21s
3422026-05-08T19:35:44.804Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-05-08T19:35:44.821Z
3442026-05-08T19:35:44.824Zreal 22.300633248
3452026-05-08T19:35:44.824Zuser 1:13.835821318
3462026-05-08T19:35:44.824Zsys 15.712080187
3472026-05-08T19:35:44.824Ztrap 0.047023423
3482026-05-08T19:35:44.824Ztflt 0.064744900
3492026-05-08T19:35:44.824Zdflt 0.076624587
3502026-05-08T19:35:44.824Zkflt 0.008286870
3512026-05-08T19:35:44.824Zlock 5:54.452844541
3522026-05-08T19:35:44.824Zslp 4:56.521533434
3532026-05-08T19:35:44.824Zlat 9.061846760
3542026-05-08T19:35:44.824Zstop 8.909812893
3552026-05-08T19:35:44.824Z+ header 'analyze std + api'
3562026-05-08T19:35:44.824Z+ echo '# ==== analyze std + api ==== #'
3572026-05-08T19:35:44.824Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3582026-05-08T19:35:44.824Z# ==== analyze std + api ==== #
3592026-05-08T19:35:45.052Z Compiling proc-macro2 v1.0.106
3602026-05-08T19:35:45.053Z Compiling quote v1.0.44
3612026-05-08T19:35:45.053Z Compiling unicode-ident v1.0.22
3622026-05-08T19:35:45.053Z Compiling memchr v2.7.6
3632026-05-08T19:35:45.057Z Compiling thiserror v2.0.18
3642026-05-08T19:35:45.057Z Compiling zerocopy v0.8.34
3652026-05-08T19:35:45.057Z Compiling zmij v1.0.17
3662026-05-08T19:35:45.057Z Compiling serde_core v1.0.228
3672026-05-08T19:35:45.228Z Compiling libc v0.2.180
3682026-05-08T19:35:45.390Z Compiling ucd-trie v0.1.7
3692026-05-08T19:35:45.422Z Compiling serde_json v1.0.149
3702026-05-08T19:35:45.609Z Compiling pest v2.8.5
3712026-05-08T19:35:45.620Z Compiling serde v1.0.228
3722026-05-08T19:35:45.629Z Compiling strsim v0.11.1
3732026-05-08T19:35:45.655Z Compiling ident_case v1.0.1
3742026-05-08T19:35:45.761Z Compiling fnv v1.0.7
3752026-05-08T19:35:45.988Z Compiling aho-corasick v1.1.4
3762026-05-08T19:35:46.006Z Compiling itoa v1.0.17
3772026-05-08T19:35:46.180Z Checking byteorder v1.5.0
3782026-05-08T19:35:46.269Z Compiling syn v2.0.114
3792026-05-08T19:35:46.304Z Compiling regex-syntax v0.8.8
3802026-05-08T19:35:46.704Z Compiling pest_meta v2.8.5
3812026-05-08T19:35:46.833Z Compiling usdt-impl v0.6.0
3822026-05-08T19:35:46.898Z Compiling either v1.15.0
3832026-05-08T19:35:47.067Z Compiling itertools v0.14.0
3842026-05-08T19:35:47.284Z Compiling thread-id v5.1.0
3852026-05-08T19:35:47.403Z Checking plain v0.2.3
3862026-05-08T19:35:47.519Z Compiling heapless v0.8.0
3872026-05-08T19:35:47.589Z Checking log v0.4.29
3882026-05-08T19:35:47.754Z Compiling regex-automata v0.4.13
3892026-05-08T19:35:48.206Z Checking bitflags v2.10.0
3902026-05-08T19:35:48.309Z Checking hash32 v0.3.1
3912026-05-08T19:35:48.345Z Checking macaddr v1.0.1
3922026-05-08T19:35:48.366Z Checking cfg-if v1.0.4
3932026-05-08T19:35:48.400Z Checking pretty-hex v0.4.1
3942026-05-08T19:35:48.420Z Compiling smoltcp v0.11.0
3952026-05-08T19:35:48.481Z Checking stable_deref_trait v1.2.1
3962026-05-08T19:35:48.650Z Compiling version_check v0.9.5
3972026-05-08T19:35:48.658Z Checking managed v0.8.0
3982026-05-08T19:35:48.743Z Compiling pest_generator v2.8.5
3992026-05-08T19:35:48.830Z Compiling darling_core v0.21.3
4002026-05-08T19:35:48.916Z Checking bitflags v1.3.2
4012026-05-08T19:35:48.921Z Compiling crc32fast v1.5.0
4022026-05-08T19:35:48.975Z Compiling ref-cast v1.0.25
4032026-05-08T19:35:49.230Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4042026-05-08T19:35:49.312Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4052026-05-08T19:35:49.361Z Checking memmap2 v0.9.9
4062026-05-08T19:35:49.466Z Compiling regex v1.12.2
4072026-05-08T19:35:49.517Z Checking unicode-width v0.2.2
4082026-05-08T19:35:49.594Z Checking ipnetwork v0.21.1
4092026-05-08T19:35:49.756Z Checking tabwriter v1.4.1
4102026-05-08T19:35:49.892Z Checking dyn-clone v1.0.20
4112026-05-08T19:35:49.962Z Compiling thiserror-impl v2.0.18
4122026-05-08T19:35:49.978Z Compiling serde_derive v1.0.228
4132026-05-08T19:35:50.000Z Compiling zerocopy-derive v0.8.34
4142026-05-08T19:35:50.293Z Compiling pest_derive v2.8.5
4152026-05-08T19:35:50.320Z Compiling scroll_derive v0.13.1
4162026-05-08T19:35:50.520Z Compiling ref-cast-impl v1.0.25
4172026-05-08T19:35:50.786Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-05-08T19:35:50.933Z Compiling darling_macro v0.21.3
4192026-05-08T19:35:51.117Z Checking scroll v0.13.0
4202026-05-08T19:35:51.216Z Compiling dtrace-parser v0.3.0
4212026-05-08T19:35:51.242Z Checking cobs v0.3.0
4222026-05-08T19:35:51.326Z Checking goblin v0.10.4
4232026-05-08T19:35:51.439Z Compiling darling v0.21.3
4242026-05-08T19:35:51.507Z Compiling ingot-macros v0.1.1
4252026-05-08T19:35:51.531Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-05-08T19:35:52.584Z Checking postcard v1.1.3
4272026-05-08T19:35:52.600Z Compiling serde_tokenstream v0.2.2
4282026-05-08T19:35:53.113Z Compiling dof v0.4.0
4292026-05-08T19:35:53.647Z Checking ingot-types v0.1.2
4302026-05-08T19:35:53.922Z Compiling usdt-macro v0.6.0
4312026-05-08T19:35:53.922Z Compiling usdt-attr-macro v0.6.0
4322026-05-08T19:35:53.942Z Checking ingot v0.1.1
4332026-05-08T19:35:54.511Z Checking usdt v0.6.0
4342026-05-08T19:35:55.236Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-05-08T19:36:03.144Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.26s
4362026-05-08T19:36:03.170Z
4372026-05-08T19:36:03.173Zreal 18.339470260
4382026-05-08T19:36:03.173Zuser 59.585909370
4392026-05-08T19:36:03.173Zsys 11.760581275
4402026-05-08T19:36:03.174Ztrap 0.031600414
4412026-05-08T19:36:03.174Ztflt 0.196285221
4422026-05-08T19:36:03.174Zdflt 0.183892654
4432026-05-08T19:36:03.174Zkflt 0.000007868
4442026-05-08T19:36:03.174Zlock 2:28.013807826
4452026-05-08T19:36:03.174Zslp 4:04.602255749
4462026-05-08T19:36:03.174Zlat 3.366474247
4472026-05-08T19:36:03.174Zstop 6.083164792
4482026-05-08T19:36:03.174Z+ header 'analyze no_std + engine + kernel'
4492026-05-08T19:36:03.174Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-05-08T19:36:03.174Z# ==== analyze no_std + engine + kernel ==== #
4512026-05-08T19:36:03.174Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-05-08T19:36:03.342Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4532026-05-08T19:36:03.342Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4542026-05-08T19:36:03.342Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-05-08T19:36:03.345Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-05-08T19:36:03.602Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-05-08T19:36:07.682Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.46s
4582026-05-08T19:36:07.708Z
4592026-05-08T19:36:07.708Zreal 4.531080640
4602026-05-08T19:36:07.708Zuser 4.915565082
4612026-05-08T19:36:07.708Zsys 0.846213833
4622026-05-08T19:36:07.708Ztrap 0.000457464
4632026-05-08T19:36:07.708Ztflt 0.009264334
4642026-05-08T19:36:07.708Zdflt 0.003736381
4652026-05-08T19:36:07.708Zkflt 0.000000000
4662026-05-08T19:36:07.709Zlock 16.149653409
4672026-05-08T19:36:07.709Zslp 17.460553950
4682026-05-08T19:36:07.709Zlat 0.018293229
4692026-05-08T19:36:07.709Zstop 0.230368384
4702026-05-08T19:36:07.712Z+ header test
4712026-05-08T19:36:07.712Z+ echo '# ==== test ==== #'
4722026-05-08T19:36:07.712Z# ==== test ==== #
4732026-05-08T19:36:07.712Z+ ptime -m cargo test
4742026-05-08T19:36:07.857Z Compiling serde_core v1.0.228
4752026-05-08T19:36:07.858Z Compiling thiserror v2.0.18
4762026-05-08T19:36:07.861Z Compiling zerocopy v0.8.34
4772026-05-08T19:36:07.876Z Compiling byteorder v1.5.0
4782026-05-08T19:36:07.880Z Compiling memchr v2.7.6
4792026-05-08T19:36:07.883Z Compiling unicode-ident v1.0.22
4802026-05-08T19:36:07.883Z Compiling zmij v1.0.17
4812026-05-08T19:36:07.883Z Compiling libc v0.2.180
4822026-05-08T19:36:07.961Z Compiling scroll v0.13.0
4832026-05-08T19:36:08.005Z Compiling proc-macro2 v1.0.106
4842026-05-08T19:36:08.087Z Compiling plain v0.2.3
4852026-05-08T19:36:08.183Z Compiling log v0.4.29
4862026-05-08T19:36:08.223Z Compiling ucd-trie v0.1.7
4872026-05-08T19:36:08.238Z Compiling itoa v1.0.17
4882026-05-08T19:36:08.258Z Compiling hash32 v0.3.1
4892026-05-08T19:36:08.397Z Compiling quote v1.0.44
4902026-05-08T19:36:08.412Z Compiling pest v2.8.5
4912026-05-08T19:36:08.498Z Compiling goblin v0.10.4
4922026-05-08T19:36:08.873Z Compiling macaddr v1.0.1
4932026-05-08T19:36:09.038Z Compiling cfg-if v1.0.4
4942026-05-08T19:36:09.101Z Compiling stable_deref_trait v1.2.1
4952026-05-08T19:36:09.124Z Compiling pretty-hex v0.4.1
4962026-05-08T19:36:09.168Z Compiling heapless v0.8.0
4972026-05-08T19:36:09.271Z Compiling syn v2.0.114
4982026-05-08T19:36:09.464Z Compiling dtrace-parser v0.3.0
4992026-05-08T19:36:09.597Z Compiling serde v1.0.228
5002026-05-08T19:36:09.803Z Compiling serde_json v1.0.149
5012026-05-08T19:36:09.938Z Compiling bitflags v2.10.0
5022026-05-08T19:36:10.137Z Compiling ingot-types v0.1.2
5032026-05-08T19:36:10.225Z Compiling thread-id v5.1.0
5042026-05-08T19:36:10.300Z Compiling cobs v0.3.0
5052026-05-08T19:36:10.327Z Compiling bitflags v1.3.2
5062026-05-08T19:36:10.393Z Compiling managed v0.8.0
5072026-05-08T19:36:10.522Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-08T19:36:10.571Z Compiling smoltcp v0.11.0
5092026-05-08T19:36:10.610Z Compiling ingot v0.1.1
5102026-05-08T19:36:10.625Z Compiling postcard v1.1.3
5112026-05-08T19:36:10.742Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5122026-05-08T19:36:10.970Z Compiling memmap2 v0.9.9
5132026-05-08T19:36:11.265Z Compiling unicode-width v0.2.2
5142026-05-08T19:36:11.316Z Compiling either v1.15.0
5152026-05-08T19:36:11.511Z Compiling dof v0.4.0
5162026-05-08T19:36:11.567Z Compiling ipnetwork v0.21.1
5172026-05-08T19:36:12.100Z Compiling itertools v0.14.0
5182026-05-08T19:36:12.712Z Compiling usdt-impl v0.6.0
5192026-05-08T19:36:13.063Z Compiling usdt v0.6.0
5202026-05-08T19:36:13.072Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-05-08T19:36:13.549Z Compiling tabwriter v1.4.1
5222026-05-08T19:36:13.686Z Compiling ref-cast v1.0.25
5232026-05-08T19:36:13.818Z Compiling crc32fast v1.5.0
5242026-05-08T19:36:13.966Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-05-08T19:36:14.060Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-05-08T19:36:14.622Z Compiling dyn-clone v1.0.20
5272026-05-08T19:36:28.629Z Finished `test` profile [optimized + debuginfo] target(s) in 20.90s
5282026-05-08T19:36:28.642Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-9ab918899798f645)
5292026-05-08T19:36:28.647Z
5302026-05-08T19:36:28.647Zrunning 72 tests
5312026-05-08T19:36:28.647Ztest d_error::tests::name_and_data_storage ... ok
5322026-05-08T19:36:28.647Ztest ddi::mblk::test::chain_append_links ... ok
5332026-05-08T19:36:28.647Ztest d_error::tests::name_truncation ... ok
5342026-05-08T19:36:28.647Ztest ddi::mblk::test::chain_breaks_links ... ok
5352026-05-08T19:36:28.647Ztest ddi::mblk::test::expand_and_shrink ... ok
5362026-05-08T19:36:28.647Ztest ddi::mblk::test::chain_drain_complete ... ok
5372026-05-08T19:36:28.647Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5382026-05-08T19:36:28.647Ztest ddi::mblk::test::prefix_len ... ok
5392026-05-08T19:36:28.647Ztest ddi::mblk::test::read_seg ... ok
5402026-05-08T19:36:28.647Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5412026-05-08T19:36:28.647Ztest ddi::mblk::test::uninitialized_packet ... ok
5422026-05-08T19:36:28.647Ztest ddi::mblk::test::truncate ... ok
5432026-05-08T19:36:28.647Ztest ddi::mblk::test::wrap ... ok
5442026-05-08T19:36:28.647Ztest ddi::mblk::test::zero_byte_packet ... ok
5452026-05-08T19:36:28.647Ztest ddi::time::test::good_interval ... ok
5462026-05-08T19:36:28.647Ztest engine::dhcp::test::hostname_encode ... ok
5472026-05-08T19:36:28.648Ztest engine::dhcp::test::domainname_encode ... ok
5482026-05-08T19:36:28.648Ztest engine::dhcp::test::domain_search_option_encode ... ok
5492026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5502026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_client_id ... ok
5512026-05-08T19:36:28.648Ztest engine::dhcp::test::offlink_encode ... ok
5522026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5532026-05-08T19:36:28.648Ztest engine::dhcp::test::rfc3442_encode ... ok
5542026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_iana ... ok
5552026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5562026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5572026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_iata ... ok
5582026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_option_request ... ok
5592026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5602026-05-08T19:36:28.648Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5612026-05-08T19:36:28.649Ztest ddi::time::test::bad_interval - should panic ... ok
5622026-05-08T19:36:28.649Ztest engine::dhcpv6::options::test::test_status ... ok
5632026-05-08T19:36:28.649Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5642026-05-08T19:36:28.649Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5652026-05-08T19:36:28.649Ztest engine::dhcpv6::options::test::test_server_id ... ok
5662026-05-08T19:36:28.649Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5672026-05-08T19:36:28.649Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5682026-05-08T19:36:28.649Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5692026-05-08T19:36:28.649Ztest engine::ether::test::emit ... ok
5702026-05-08T19:36:28.649Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5712026-05-08T19:36:28.649Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5722026-05-08T19:36:28.650Ztest engine::flow_table::test::flow_expired ... ok
5732026-05-08T19:36:28.650Ztest engine::flow_table::test::flow_clear ... ok
5742026-05-08T19:36:28.650Ztest engine::geneve::test::emit_no_opts ... ok
5752026-05-08T19:36:28.650Ztest engine::geneve::test::emit_single_opt ... ok
5762026-05-08T19:36:28.650Ztest engine::ip::v4::test::cidr_match ... ok
5772026-05-08T19:36:28.650Ztest engine::ip::v4::test::emit ... ok
5782026-05-08T19:36:28.650Ztest engine::ip::v6::test::emit ... ok
5792026-05-08T19:36:28.650Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5802026-05-08T19:36:28.650Ztest engine::ip::v4::test::match_check ... ok
5812026-05-08T19:36:28.650Ztest engine::ip::v6::test::from_pairs ... ok
5822026-05-08T19:36:28.650Ztest engine::ip::v6::test::option_push_spec ... ok
5832026-05-08T19:36:28.650Ztest engine::ip::v6::test::extension_push_spec ... ok
5842026-05-08T19:36:28.651Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5852026-05-08T19:36:28.651Ztest engine::nat::test::nat4_rewrite ... ok
5862026-05-08T19:36:28.651Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5872026-05-08T19:36:28.651Ztest engine::ip::v6::test::test_set_total_len ... ok
5882026-05-08T19:36:28.651Ztest engine::packet::test::small_packet_with_padding ... ok
5892026-05-08T19:36:28.651Ztest engine::layer::test::find_rule ... ok
5902026-05-08T19:36:28.651Ztest engine::packet::test::read_multi_segment ... ok
5912026-05-08T19:36:28.651Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5922026-05-08T19:36:28.651Ztest engine::packet::test::read_single_segment ... ok
5932026-05-08T19:36:28.651Ztest engine::ip::v6::test::push_spec ... ok
5942026-05-08T19:36:28.651Ztest engine::packet::test::straddled_tcp ... ok
5952026-05-08T19:36:28.651Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5962026-05-08T19:36:28.656Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5972026-05-08T19:36:28.656Ztest engine::packet::test::udp6_packet_with_padding ... ok
5982026-05-08T19:36:28.656Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5992026-05-08T19:36:28.656Ztest engine::rule::rule_matching ... ok
6002026-05-08T19:36:28.656Ztest engine::snat::test::nat_mappings ... ok
6012026-05-08T19:36:28.656Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6022026-05-08T19:36:28.656Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6032026-05-08T19:36:28.656Z
6042026-05-08T19:36:28.656Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-05-08T19:36:28.656Z
6062026-05-08T19:36:28.656Z Doc-tests opte
6072026-05-08T19:36:30.559Z
6082026-05-08T19:36:30.559Zrunning 3 tests
6092026-05-08T19:36:30.563Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-05-08T19:36:30.563Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6112026-05-08T19:36:30.563Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6122026-05-08T19:36:30.563Z
6132026-05-08T19:36:30.563Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-05-08T19:36:30.564Z
6152026-05-08T19:36:30.617Z
6162026-05-08T19:36:30.617Zreal 22.875618865
6172026-05-08T19:36:30.617Zuser 2:00.503275399
6182026-05-08T19:36:30.617Zsys 6.656612027
6192026-05-08T19:36:30.617Ztrap 0.056292015
6202026-05-08T19:36:30.617Ztflt 0.133245694
6212026-05-08T19:36:30.617Zdflt 0.343814160
6222026-05-08T19:36:30.649Zkflt 0.000014127
6232026-05-08T19:36:30.649Zlock 4:33.273727350
6242026-05-08T19:36:30.649Zslp 4:59.310891565
6252026-05-08T19:36:30.649Zlat 6.951405863
6262026-05-08T19:36:30.649Zstop 2.594806460
6272026-05-08T19:36:30.649Zprocess exited: duration 83735 ms, exit code 0
 
6282026-05-08T19:36:30.691Zfound 0 output files