01KPCT3F7Y9DVN32EF7Y71BBFR: opte

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

Buildomat Job: 01KPCT4GJM9VY9Q1VKKJF3HESM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T04:11:38.147Zjob assigned to worker 01KPCT4W8VNTKX7QWA45663N5F [factory aws, i-0e3bc5c3f45218b61] (queued for 57 s)
 
22026-04-17T04:11:45.056Zstarting task 0: "setup"
32026-04-17T04:11:45.061Z++ uname -s
42026-04-17T04:11:45.061Z+ kern=SunOS
52026-04-17T04:11:45.061Z+ build_user=build
62026-04-17T04:11:45.061Z+ build_uid=12345
72026-04-17T04:11:45.061Z+ work_dir=/work
82026-04-17T04:11:45.061Z+ input_dir=/input
92026-04-17T04:11:45.061Z+ [[ 0 == 12345 ]]
102026-04-17T04:11:45.061Z+ case "$kern" in
112026-04-17T04:11:45.062Z+ groupadd -g 12345 build
122026-04-17T04:11:45.062Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T04:11:47.065Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T04:11:47.160Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T04:11:47.164Z+ home_fs=zfs
162026-04-17T04:11:47.164Z+ [[ zfs == autofs ]]
172026-04-17T04:11:47.164Z+ mkdir -p /home/build
182026-04-17T04:11:47.164Z+ chown build:build /home/build /work
192026-04-17T04:11:49.165Z+ chmod 0700 /home/build /work
202026-04-17T04:11:49.173Zprocess exited: duration 4121 ms, exit code 0
 
212026-04-17T04:11:49.183Zstarting task 1: "rust-toolchain"
222026-04-17T04:11:49.187Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-04-17T04:11:49.187Z * rust toolchain channel = "1.95.0"
242026-04-17T04:11:49.187Z * rust toolchain profile = "default"
252026-04-17T04:11:49.187Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-17T04:11:49.187Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T04:11:49.187Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T04:11:49.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T04:11:49.195Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-04-17T04:11:49.307Zinfo: downloading installer
312026-04-17T04:11:50.775Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T04:11:50.775Zwarn: /opt/ooce/bin
332026-04-17T04:11:50.775Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T04:11:50.775Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T04:11:50.776Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T04:11:50.776Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T04:11:50.776Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T04:11:50.776Zerror: cannot install while Rust is installed
392026-04-17T04:11:50.776Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T04:11:50.776Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T04:11:50.776Zwarn: /home/build/.rustup/settings.toml
422026-04-17T04:11:50.776Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T04:11:50.776Zwarn: instead of the one inferred from the default host triple.
442026-04-17T04:11:50.786Zinfo: profile set to default
452026-04-17T04:11:50.786Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T04:11:50.792Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
472026-04-17T04:11:50.943Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-17T04:11:50.954Zinfo: downloading 6 components
492026-04-17T04:12:05.713Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
502026-04-17T04:12:05.714Z
512026-04-17T04:12:05.746Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-17T04:12:05.746Z
532026-04-17T04:12:05.746Z
542026-04-17T04:12:05.750ZRust is installed now. Great!
552026-04-17T04:12:05.750Z
562026-04-17T04:12:05.750ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T04:12:05.750Zenvironment variable. This has not been done automatically.
582026-04-17T04:12:05.750Z
592026-04-17T04:12:05.750ZTo configure your current shell, you need to source
602026-04-17T04:12:05.750Zthe corresponding env file under $HOME/.cargo.
612026-04-17T04:12:05.750Z
622026-04-17T04:12:05.750ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T04:12:05.750Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T04:12:05.750Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T04:12:05.750Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T04:12:05.750Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T04:12:05.751Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T04:12:05.751Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T04:12:05.751Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T04:12:05.751Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T04:12:05.833Z+ rustup --version
722026-04-17T04:12:05.843Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T04:12:05.852Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T04:12:05.864Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-17T04:12:05.867Z+ cargo --version
762026-04-17T04:12:05.880Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-17T04:12:05.884Z+ rustc --version
782026-04-17T04:12:05.903Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-17T04:12:05.907Zprocess exited: duration 16719 ms, exit code 0
 
802026-04-17T04:12:05.916Zstarting task 2: "authentication"
812026-04-17T04:12:05.934Zprocess exited: duration 18 ms, exit code 0
 
822026-04-17T04:12:05.942Zstarting task 3: "clone repository"
832026-04-17T04:12:05.945Z+ mkdir -p /work/oxidecomputer/opte
842026-04-17T04:12:05.948Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-17T04:12:05.970ZCloning into '/work/oxidecomputer/opte'...
862026-04-17T04:12:07.193Z+ cd /work/oxidecomputer/opte
872026-04-17T04:12:07.197Z+ git fetch origin 882c068b404722c1733d645e40a73d14bb4404e1
882026-04-17T04:12:07.424ZFrom https://github.com/oxidecomputer/opte
892026-04-17T04:12:07.424Z * branch 882c068b404722c1733d645e40a73d14bb4404e1 -> FETCH_HEAD
902026-04-17T04:12:07.430Z+ [[ -n renovate/rust-1.x ]]
912026-04-17T04:12:07.438Z++ git branch --show-current
922026-04-17T04:12:07.438Z+ current=master
932026-04-17T04:12:07.438Z+ [[ master != renovate/rust-1.x ]]
942026-04-17T04:12:07.438Z+ git branch -f renovate/rust-1.x 882c068b404722c1733d645e40a73d14bb4404e1
952026-04-17T04:12:07.438Z+ git checkout -f renovate/rust-1.x
962026-04-17T04:12:07.451ZSwitched to branch 'renovate/rust-1.x'
972026-04-17T04:12:07.455Z+ git reset --hard 882c068b404722c1733d645e40a73d14bb4404e1
982026-04-17T04:12:07.467ZHEAD is now at 882c068 Update dependency rust to v1.95.0
992026-04-17T04:12:07.474Zprocess exited: duration 1525 ms, exit code 0
 
1002026-04-17T04:12:07.484Zstarting task 4: "build"
1012026-04-17T04:12:07.493Z+ source .github/buildomat/common.sh
1022026-04-17T04:12:07.493Z++ rustup show active-toolchain
1032026-04-17T04:12:07.497Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-17T04:12:07.497Z++ pushd xde
1052026-04-17T04:12:07.497Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-17T04:12:07.497Z++ rustup show active-toolchain
1072026-04-17T04:12:07.505Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-17T04:12:08.005Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-17T04:12:08.010Zinfo: downloading 6 components
1102026-04-17T04:12:25.765Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-17T04:12:25.814Z+++ rustup show active-toolchain -v
1122026-04-17T04:12:25.814Z+++ head -n 1
1132026-04-17T04:12:25.830Z+++ cut '-d ' -f1
1142026-04-17T04:12:25.865Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-17T04:12:25.865Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-17T04:12:25.876Z++ popd
1172026-04-17T04:12:25.876Z/work/oxidecomputer/opte
1182026-04-17T04:12:25.877Z+ cargo --version
1192026-04-17T04:12:25.877Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1202026-04-17T04:12:25.877Z+ rustc --version
1212026-04-17T04:12:25.891Zrustc 1.95.0 (59807616e 2026-04-14)
1222026-04-17T04:12:25.891Z+ cd lib/opte
1232026-04-17T04:12:25.891Z+ header 'check style'
1242026-04-17T04:12:25.891Z+ echo '# ==== check style ==== #'
1252026-04-17T04:12:25.891Z# ==== check style ==== #
1262026-04-17T04:12:25.891Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-17T04:12:26.062Z
1282026-04-17T04:12:26.063Zreal 0.177920366
1292026-04-17T04:12:26.063Zuser 0.134767691
1302026-04-17T04:12:26.063Zsys 0.036342314
1312026-04-17T04:12:26.063Ztrap 0.000036354
1322026-04-17T04:12:26.063Ztflt 0.000036444
1332026-04-17T04:12:26.063Zdflt 0.000004039
1342026-04-17T04:12:26.063Zkflt 0.000000000
1352026-04-17T04:12:26.063Zlock 0.031738092
1362026-04-17T04:12:26.063Zslp 0.157663252
1372026-04-17T04:12:26.063Zlat 0.000758560
1382026-04-17T04:12:26.063Zstop 0.000098543
1392026-04-17T04:12:26.166Z+ header 'check docs'
1402026-04-17T04:12:26.166Z+ echo '# ==== check docs ==== #'
1412026-04-17T04:12:26.166Z# ==== check docs ==== #
1422026-04-17T04:12:26.166Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-17T04:12:26.166Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-17T04:12:26.235Z Updating crates.io index
1452026-04-17T04:12:26.235Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-17T04:12:26.944Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-17T04:12:27.454Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-17T04:12:27.868Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-17T04:12:28.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-17T04:12:28.450Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-17T04:12:28.773Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-17T04:12:31.102Z Downloading crates ...
1532026-04-17T04:12:31.138Z Downloaded embedded-io v0.6.1
1542026-04-17T04:12:31.157Z Downloaded cfg-if v1.0.4
1552026-04-17T04:12:31.167Z Downloaded pest_derive v2.8.6
1562026-04-17T04:12:31.167Z Downloaded usdt v0.6.0
1572026-04-17T04:12:31.167Z Downloaded crypto-common v0.1.7
1582026-04-17T04:12:31.167Z Downloaded defmt v1.0.1
1592026-04-17T04:12:31.185Z Downloaded generic-array v0.14.7
1602026-04-17T04:12:31.185Z Downloaded aho-corasick v1.1.4
1612026-04-17T04:12:31.185Z Downloaded memchr v2.8.0
1622026-04-17T04:12:31.185Z Downloaded serde_core v1.0.228
1632026-04-17T04:12:31.185Z Downloaded managed v0.8.0
1642026-04-17T04:12:31.197Z Downloaded either v1.15.0
1652026-04-17T04:12:31.197Z Downloaded darling v0.21.3
1662026-04-17T04:12:31.197Z Downloaded cobs v0.3.0
1672026-04-17T04:12:31.198Z Downloaded dof v0.4.0
1682026-04-17T04:12:31.198Z Downloaded hash32 v0.3.1
1692026-04-17T04:12:31.198Z Downloaded cpufeatures v0.2.17
1702026-04-17T04:12:31.198Z Downloaded serde_tokenstream v0.2.3
1712026-04-17T04:12:31.198Z Downloaded darling_core v0.21.3
1722026-04-17T04:12:31.213Z Downloaded pest_generator v2.8.6
1732026-04-17T04:12:31.213Z Downloaded darling_macro v0.23.0
1742026-04-17T04:12:31.213Z Downloaded ingot-macros v0.1.1
1752026-04-17T04:12:31.213Z Downloaded dyn-clone v1.0.20
1762026-04-17T04:12:31.213Z Downloaded dtrace-parser v0.3.0
1772026-04-17T04:12:31.213Z Downloaded fnv v1.0.7
1782026-04-17T04:12:31.239Z Downloaded tabwriter v1.4.1
1792026-04-17T04:12:31.239Z Downloaded plain v0.2.3
1802026-04-17T04:12:31.239Z Downloaded version_check v0.9.5
1812026-04-17T04:12:31.239Z Downloaded ref-cast-impl v1.0.25
1822026-04-17T04:12:31.239Z Downloaded darling_macro v0.21.3
1832026-04-17T04:12:31.239Z Downloaded bitflags v1.3.2
1842026-04-17T04:12:31.262Z Downloaded defmt v0.3.100
1852026-04-17T04:12:31.262Z Downloaded itoa v1.0.18
1862026-04-17T04:12:31.262Z Downloaded stable_deref_trait v1.2.1
1872026-04-17T04:12:31.262Z Downloaded pretty-hex v0.4.2
1882026-04-17T04:12:31.263Z Downloaded ident_case v1.0.1
1892026-04-17T04:12:31.263Z Downloaded defmt-parser v1.0.0
1902026-04-17T04:12:31.263Z Downloaded embedded-io v0.4.0
1912026-04-17T04:12:31.263Z Downloaded block-buffer v0.10.4
1922026-04-17T04:12:31.263Z Downloaded usdt-attr-macro v0.6.0
1932026-04-17T04:12:31.274Z Downloaded proc-macro-error-attr2 v2.0.0
1942026-04-17T04:12:31.274Z Downloaded usdt-macro v0.6.0
1952026-04-17T04:12:31.274Z Downloaded ingot-types v0.1.2
1962026-04-17T04:12:31.274Z Downloaded ingot v0.1.1
1972026-04-17T04:12:31.284Z Downloaded defmt-macros v1.0.1
1982026-04-17T04:12:31.284Z Downloaded ipnetwork v0.21.1
1992026-04-17T04:12:31.284Z Downloaded memmap2 v0.9.10
2002026-04-17T04:12:31.284Z Downloaded strsim v0.11.1
2012026-04-17T04:12:31.284Z Downloaded ref-cast v1.0.25
2022026-04-17T04:12:31.284Z Downloaded thread-id v5.1.0
2032026-04-17T04:12:31.284Z Downloaded scroll_derive v0.13.1
2042026-04-17T04:12:31.304Z Downloaded thiserror-impl v2.0.18
2052026-04-17T04:12:31.304Z Downloaded thiserror v2.0.18
2062026-04-17T04:12:31.330Z Downloaded byteorder v1.5.0
2072026-04-17T04:12:31.331Z Downloaded darling v0.23.0
2082026-04-17T04:12:31.331Z Downloaded digest v0.10.7
2092026-04-17T04:12:31.331Z Downloaded crc32fast v1.5.0
2102026-04-17T04:12:31.331Z Downloaded proc-macro-error2 v2.0.1
2112026-04-17T04:12:31.331Z Downloaded macaddr v1.0.1
2122026-04-17T04:12:31.331Z Downloaded log v0.4.29
2132026-04-17T04:12:31.331Z Downloaded sha2 v0.10.9
2142026-04-17T04:12:31.331Z Downloaded quote v1.0.45
2152026-04-17T04:12:31.331Z Downloaded zmij v1.0.21
2162026-04-17T04:12:31.341Z Downloaded usdt-impl v0.6.0
2172026-04-17T04:12:31.341Z Downloaded bitflags v2.11.0
2182026-04-17T04:12:31.341Z Downloaded darling_core v0.23.0
2192026-04-17T04:12:31.347Z Downloaded scroll v0.13.0
2202026-04-17T04:12:31.352Z Downloaded ucd-trie v0.1.7
2212026-04-17T04:12:31.352Z Downloaded proc-macro2 v1.0.106
2222026-04-17T04:12:31.362Z Downloaded postcard v1.1.3
2232026-04-17T04:12:31.442Z Downloaded heapless v0.8.0
2242026-04-17T04:12:31.442Z Downloaded unicode-ident v1.0.24
2252026-04-17T04:12:31.442Z Downloaded pest_meta v2.8.6
2262026-04-17T04:12:31.442Z Downloaded serde_derive v1.0.228
2272026-04-17T04:12:31.442Z Downloaded typenum v1.19.0
2282026-04-17T04:12:31.450Z Downloaded zerocopy-derive v0.8.48
2292026-04-17T04:12:31.451Z Downloaded serde v1.0.228
2302026-04-17T04:12:31.451Z Downloaded itertools v0.14.0
2312026-04-17T04:12:31.451Z Downloaded pest v2.8.6
2322026-04-17T04:12:31.451Z Downloaded serde_json v1.0.149
2332026-04-17T04:12:31.476Z Downloaded goblin v0.10.5
2342026-04-17T04:12:31.494Z Downloaded regex v1.12.3
2352026-04-17T04:12:31.514Z Downloaded smoltcp v0.11.0
2362026-04-17T04:12:31.522Z Downloaded zerocopy v0.8.48
2372026-04-17T04:12:31.532Z Downloaded unicode-width v0.2.2
2382026-04-17T04:12:31.540Z Downloaded syn v2.0.117
2392026-04-17T04:12:31.562Z Downloaded regex-syntax v0.8.10
2402026-04-17T04:12:31.606Z Downloaded regex-automata v0.4.14
2412026-04-17T04:12:31.634Z Downloaded libc v0.2.185
2422026-04-17T04:12:31.664Z Compiling proc-macro2 v1.0.106
2432026-04-17T04:12:31.664Z Compiling quote v1.0.45
2442026-04-17T04:12:31.664Z Compiling unicode-ident v1.0.24
2452026-04-17T04:12:31.677Z Documenting unicode-ident v1.0.24
2462026-04-17T04:12:31.678Z Compiling strsim v0.11.1
2472026-04-17T04:12:31.678Z Compiling ident_case v1.0.1
2482026-04-17T04:12:31.678Z Compiling serde_core v1.0.228
2492026-04-17T04:12:31.821Z Compiling fnv v1.0.7
2502026-04-17T04:12:31.848Z Checking memchr v2.8.0
2512026-04-17T04:12:31.905Z Compiling serde v1.0.228
2522026-04-17T04:12:32.050Z Compiling thiserror v2.0.18
2532026-04-17T04:12:32.111Z Compiling regex-syntax v0.8.10
2542026-04-17T04:12:32.219Z Documenting proc-macro2 v1.0.106
2552026-04-17T04:12:32.256Z Compiling aho-corasick v1.1.4
2562026-04-17T04:12:32.423Z Compiling zerocopy v0.8.48
2572026-04-17T04:12:32.714Z Checking syn v2.0.117
2582026-04-17T04:12:32.779Z Documenting quote v1.0.45
2592026-04-17T04:12:32.804Z Compiling either v1.15.0
2602026-04-17T04:12:33.010Z Checking byteorder v1.5.0
2612026-04-17T04:12:33.293Z Documenting syn v2.0.117
2622026-04-17T04:12:33.448Z Compiling itertools v0.14.0
2632026-04-17T04:12:33.532Z Compiling heapless v0.8.0
2642026-04-17T04:12:33.665Z Compiling regex-automata v0.4.14
2652026-04-17T04:12:33.859Z Documenting memchr v2.8.0
2662026-04-17T04:12:34.361Z Checking bitflags v2.11.0
2672026-04-17T04:12:34.494Z Documenting aho-corasick v1.1.4
2682026-04-17T04:12:34.515Z Checking hash32 v0.3.1
2692026-04-17T04:12:34.618Z Documenting serde_core v1.0.228
2702026-04-17T04:12:34.706Z Checking cfg-if v1.0.4
2712026-04-17T04:12:34.757Z Checking stable_deref_trait v1.2.1
2722026-04-17T04:12:34.791Z Documenting regex-syntax v0.8.10
2732026-04-17T04:12:34.815Z Checking macaddr v1.0.1
2742026-04-17T04:12:34.974Z Checking darling_core v0.21.3
2752026-04-17T04:12:35.358Z Compiling regex v1.12.3
2762026-04-17T04:12:35.726Z Compiling darling_core v0.23.0
2772026-04-17T04:12:35.826Z Documenting regex-automata v0.4.14
2782026-04-17T04:12:35.859Z Compiling smoltcp v0.11.0
2792026-04-17T04:12:36.213Z Documenting serde_derive v1.0.228
2802026-04-17T04:12:36.243Z Documenting zerocopy-derive v0.8.48
2812026-04-17T04:12:36.306Z Compiling serde_derive v1.0.228
2822026-04-17T04:12:36.473Z Compiling zerocopy-derive v0.8.48
2832026-04-17T04:12:37.070Z Compiling thiserror-impl v2.0.18
2842026-04-17T04:12:37.142Z Documenting regex v1.12.3
2852026-04-17T04:12:37.195Z Documenting thiserror-impl v2.0.18
2862026-04-17T04:12:37.381Z Compiling darling_macro v0.21.3
2872026-04-17T04:12:37.708Z Checking managed v0.8.0
2882026-04-17T04:12:37.774Z Compiling darling_macro v0.23.0
2892026-04-17T04:12:37.889Z Checking bitflags v1.3.2
2902026-04-17T04:12:37.947Z Documenting byteorder v1.5.0
2912026-04-17T04:12:37.952Z Compiling darling v0.21.3
2922026-04-17T04:12:38.019Z Compiling ingot-macros v0.1.1
2932026-04-17T04:12:38.042Z Documenting ingot-macros v0.1.1
2942026-04-17T04:12:38.088Z Documenting zerocopy v0.8.48
2952026-04-17T04:12:38.344Z Documenting thiserror v2.0.18
2962026-04-17T04:12:38.373Z Checking cobs v0.3.0
2972026-04-17T04:12:38.478Z Documenting hash32 v0.3.1
2982026-04-17T04:12:38.503Z Documenting bitflags v2.11.0
2992026-04-17T04:12:38.875Z Compiling crc32fast v1.5.0
3002026-04-17T04:12:39.068Z Documenting serde v1.0.228
3012026-04-17T04:12:39.178Z Compiling ref-cast v1.0.25
3022026-04-17T04:12:39.259Z Documenting macaddr v1.0.1
3032026-04-17T04:12:39.395Z Documenting stable_deref_trait v1.2.1
3042026-04-17T04:12:39.449Z Documenting cfg-if v1.0.4
3052026-04-17T04:12:39.540Z Checking postcard v1.1.3
3062026-04-17T04:12:39.822Z Documenting cobs v0.3.0
3072026-04-17T04:12:39.963Z Documenting heapless v0.8.0
3082026-04-17T04:12:40.129Z Compiling ref-cast-impl v1.0.25
3092026-04-17T04:12:40.577Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-04-17T04:12:40.712Z Checking unicode-width v0.2.2
3112026-04-17T04:12:40.736Z Checking ipnetwork v0.21.1
3122026-04-17T04:12:40.747Z Checking ingot-types v0.1.2
3132026-04-17T04:12:40.840Z Compiling version_check v0.9.5
3142026-04-17T04:12:40.902Z Documenting managed v0.8.0
3152026-04-17T04:12:40.951Z Documenting postcard v1.1.3
3162026-04-17T04:12:40.991Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3172026-04-17T04:12:41.014Z Compiling darling v0.23.0
3182026-04-17T04:12:41.088Z Documenting ref-cast-impl v1.0.25
3192026-04-17T04:12:41.103Z Checking ingot v0.1.1
3202026-04-17T04:12:41.109Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3212026-04-17T04:12:41.317Z Documenting ingot-types v0.1.2
3222026-04-17T04:12:41.348Z Documenting unicode-width v0.2.2
3232026-04-17T04:12:41.537Z Documenting either v1.15.0
3242026-04-17T04:12:41.557Z Documenting smoltcp v0.11.0
3252026-04-17T04:12:41.806Z Documenting ipnetwork v0.21.1
3262026-04-17T04:12:42.062Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3272026-04-17T04:12:42.281Z Documenting ref-cast v1.0.25
3282026-04-17T04:12:42.498Z Documenting tabwriter v1.4.1
3292026-04-17T04:12:42.624Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-04-17T04:12:42.786Z Documenting ingot v0.1.1
3312026-04-17T04:12:43.002Z Documenting itertools v0.14.0
3322026-04-17T04:12:43.336Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3332026-04-17T04:12:43.665Z Checking tabwriter v1.4.1
3342026-04-17T04:12:43.884Z Documenting crc32fast v1.5.0
3352026-04-17T04:12:43.984Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-04-17T04:12:44.007Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-04-17T04:12:44.128Z Checking dyn-clone v1.0.20
3382026-04-17T04:12:44.233Z Documenting dyn-clone v1.0.20
3392026-04-17T04:12:45.297Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-04-17T04:12:46.543Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-04-17T04:12:48.700Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.63s
3422026-04-17T04:12:48.788Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-04-17T04:12:48.807Z
3442026-04-17T04:12:48.811Zreal 22.731376378
3452026-04-17T04:12:48.811Zuser 1:16.026289707
3462026-04-17T04:12:48.811Zsys 16.043452967
3472026-04-17T04:12:48.811Ztrap 0.044260254
3482026-04-17T04:12:48.811Ztflt 0.033371714
3492026-04-17T04:12:48.811Zdflt 0.097747572
3502026-04-17T04:12:48.811Zkflt 0.004687411
3512026-04-17T04:12:48.811Zlock 6:52.935986396
3522026-04-17T04:12:48.811Zslp 4:17.138559719
3532026-04-17T04:12:48.811Zlat 9.291571970
3542026-04-17T04:12:48.811Zstop 9.691886445
3552026-04-17T04:12:48.811Z+ header 'analyze std + api'
3562026-04-17T04:12:48.811Z+ echo '# ==== analyze std + api ==== #'
3572026-04-17T04:12:48.811Z# ==== analyze std + api ==== #
3582026-04-17T04:12:48.811Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-04-17T04:12:49.052Z Compiling proc-macro2 v1.0.106
3602026-04-17T04:12:49.052Z Compiling quote v1.0.45
3612026-04-17T04:12:49.052Z Compiling unicode-ident v1.0.24
3622026-04-17T04:12:49.052Z Compiling memchr v2.8.0
3632026-04-17T04:12:49.056Z Compiling thiserror v2.0.18
3642026-04-17T04:12:49.056Z Compiling zerocopy v0.8.48
3652026-04-17T04:12:49.056Z Compiling zmij v1.0.21
3662026-04-17T04:12:49.056Z Compiling serde_core v1.0.228
3672026-04-17T04:12:49.230Z Compiling libc v0.2.185
3682026-04-17T04:12:49.417Z Compiling serde_json v1.0.149
3692026-04-17T04:12:49.473Z Compiling ucd-trie v0.1.7
3702026-04-17T04:12:49.478Z Compiling strsim v0.11.1
3712026-04-17T04:12:49.478Z Compiling ident_case v1.0.1
3722026-04-17T04:12:49.630Z Compiling pest v2.8.6
3732026-04-17T04:12:49.666Z Compiling serde v1.0.228
3742026-04-17T04:12:49.882Z Compiling fnv v1.0.7
3752026-04-17T04:12:50.017Z Compiling aho-corasick v1.1.4
3762026-04-17T04:12:50.037Z Compiling regex-syntax v0.8.10
3772026-04-17T04:12:50.075Z Compiling itoa v1.0.18
3782026-04-17T04:12:50.307Z Checking byteorder v1.5.0
3792026-04-17T04:12:50.452Z Compiling syn v2.0.117
3802026-04-17T04:12:50.649Z Compiling pest_meta v2.8.6
3812026-04-17T04:12:50.986Z Compiling usdt-impl v0.6.0
3822026-04-17T04:12:51.024Z Compiling either v1.15.0
3832026-04-17T04:12:51.196Z Compiling itertools v0.14.0
3842026-04-17T04:12:51.400Z Compiling thread-id v5.1.0
3852026-04-17T04:12:51.447Z Compiling regex-automata v0.4.14
3862026-04-17T04:12:51.509Z Checking plain v0.2.3
3872026-04-17T04:12:51.603Z Checking log v0.4.29
3882026-04-17T04:12:51.745Z Compiling heapless v0.8.0
3892026-04-17T04:12:52.200Z Checking bitflags v2.11.0
3902026-04-17T04:12:52.296Z Checking hash32 v0.3.1
3912026-04-17T04:12:52.365Z Checking cfg-if v1.0.4
3922026-04-17T04:12:52.410Z Checking macaddr v1.0.1
3932026-04-17T04:12:52.426Z Compiling smoltcp v0.11.0
3942026-04-17T04:12:52.540Z Checking pretty-hex v0.4.2
3952026-04-17T04:12:52.599Z Checking stable_deref_trait v1.2.1
3962026-04-17T04:12:52.681Z Checking bitflags v1.3.2
3972026-04-17T04:12:52.721Z Compiling version_check v0.9.5
3982026-04-17T04:12:52.733Z Checking managed v0.8.0
3992026-04-17T04:12:52.768Z Compiling ref-cast v1.0.25
4002026-04-17T04:12:52.949Z Compiling pest_generator v2.8.6
4012026-04-17T04:12:53.041Z Compiling darling_core v0.21.3
4022026-04-17T04:12:53.068Z Compiling darling_core v0.23.0
4032026-04-17T04:12:53.093Z Compiling regex v1.12.3
4042026-04-17T04:12:53.114Z Compiling crc32fast v1.5.0
4052026-04-17T04:12:53.456Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4062026-04-17T04:12:53.473Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-04-17T04:12:53.710Z Checking memmap2 v0.9.10
4082026-04-17T04:12:53.954Z Checking ipnetwork v0.21.1
4092026-04-17T04:12:54.017Z Checking unicode-width v0.2.2
4102026-04-17T04:12:54.055Z Compiling thiserror-impl v2.0.18
4112026-04-17T04:12:54.092Z Compiling serde_derive v1.0.228
4122026-04-17T04:12:54.233Z Compiling zerocopy-derive v0.8.48
4132026-04-17T04:12:54.266Z Compiling pest_derive v2.8.6
4142026-04-17T04:12:55.533Z Compiling scroll_derive v0.13.1
4152026-04-17T04:12:55.604Z Compiling ref-cast-impl v1.0.25
4162026-04-17T04:12:55.664Z Compiling darling_macro v0.21.3
4172026-04-17T04:12:55.665Z Compiling darling_macro v0.23.0
4182026-04-17T04:12:55.665Z Compiling dtrace-parser v0.3.0
4192026-04-17T04:12:55.665Z Checking scroll v0.13.0
4202026-04-17T04:12:55.692Z Compiling darling v0.21.3
4212026-04-17T04:12:55.707Z Checking goblin v0.10.5
4222026-04-17T04:12:55.707Z Checking cobs v0.3.0
4232026-04-17T04:12:55.740Z Compiling ingot-macros v0.1.1
4242026-04-17T04:12:55.749Z Compiling darling v0.23.0
4252026-04-17T04:12:55.814Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-04-17T04:12:55.903Z Checking tabwriter v1.4.1
4272026-04-17T04:12:56.019Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4282026-04-17T04:12:56.166Z Checking dyn-clone v1.0.20
4292026-04-17T04:12:57.083Z Checking postcard v1.1.3
4302026-04-17T04:12:57.153Z Compiling serde_tokenstream v0.2.3
4312026-04-17T04:12:58.222Z Checking ingot-types v0.1.2
4322026-04-17T04:12:58.223Z Checking dof v0.4.0
4332026-04-17T04:12:58.565Z Checking ingot v0.1.1
4342026-04-17T04:12:59.145Z Compiling usdt-attr-macro v0.6.0
4352026-04-17T04:12:59.145Z Compiling usdt-macro v0.6.0
4362026-04-17T04:12:59.765Z Checking usdt v0.6.0
4372026-04-17T04:12:59.911Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-04-17T04:13:07.943Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.06s
4392026-04-17T04:13:07.955Z
4402026-04-17T04:13:08.015Zreal 19.139181337
4412026-04-17T04:13:08.015Zuser 1:03.578534394
4422026-04-17T04:13:08.015Zsys 12.948681962
4432026-04-17T04:13:08.016Ztrap 0.030931600
4442026-04-17T04:13:08.016Ztflt 0.131668972
4452026-04-17T04:13:08.016Zdflt 0.201155056
4462026-04-17T04:13:08.016Zkflt 0.000011066
4472026-04-17T04:13:08.016Zlock 3:41.975366394
4482026-04-17T04:13:08.016Zslp 3:24.469419925
4492026-04-17T04:13:08.016Zlat 3.210425498
4502026-04-17T04:13:08.016Zstop 6.697175397
4512026-04-17T04:13:08.016Z+ header 'analyze no_std + engine + kernel'
4522026-04-17T04:13:08.016Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4532026-04-17T04:13:08.016Z# ==== analyze no_std + engine + kernel ==== #
4542026-04-17T04:13:08.016Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4552026-04-17T04:13:08.138Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-04-17T04:13:08.138Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-04-17T04:13:08.151Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4582026-04-17T04:13:08.151Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-04-17T04:13:08.401Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4602026-04-17T04:13:12.572Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.57s
4612026-04-17T04:13:12.599Z
4622026-04-17T04:13:12.602Zreal 4.637682278
4632026-04-17T04:13:12.602Zuser 5.025760045
4642026-04-17T04:13:12.603Zsys 0.889009539
4652026-04-17T04:13:12.603Ztrap 0.000659633
4662026-04-17T04:13:12.603Ztflt 0.010087646
4672026-04-17T04:13:12.603Zdflt 0.003551081
4682026-04-17T04:13:12.603Zkflt 0.000000000
4692026-04-17T04:13:12.603Zlock 16.477876925
4702026-04-17T04:13:12.603Zslp 17.940528150
4712026-04-17T04:13:12.603Zlat 0.024966047
4722026-04-17T04:13:12.603Zstop 0.252773471
4732026-04-17T04:13:12.603Z+ header test
4742026-04-17T04:13:12.603Z+ echo '# ==== test ==== #'
4752026-04-17T04:13:12.603Z# ==== test ==== #
4762026-04-17T04:13:12.603Z+ ptime -m cargo test
4772026-04-17T04:13:12.750Z Compiling serde_core v1.0.228
4782026-04-17T04:13:12.756Z Compiling thiserror v2.0.18
4792026-04-17T04:13:12.756Z Compiling zerocopy v0.8.48
4802026-04-17T04:13:12.777Z Compiling byteorder v1.5.0
4812026-04-17T04:13:12.782Z Compiling memchr v2.8.0
4822026-04-17T04:13:12.782Z Compiling unicode-ident v1.0.24
4832026-04-17T04:13:12.786Z Compiling libc v0.2.185
4842026-04-17T04:13:12.786Z Compiling zmij v1.0.21
4852026-04-17T04:13:12.853Z Compiling proc-macro2 v1.0.106
4862026-04-17T04:13:12.901Z Compiling scroll v0.13.0
4872026-04-17T04:13:12.982Z Compiling plain v0.2.3
4882026-04-17T04:13:13.083Z Compiling itoa v1.0.18
4892026-04-17T04:13:13.108Z Compiling ucd-trie v0.1.7
4902026-04-17T04:13:13.139Z Compiling log v0.4.29
4912026-04-17T04:13:13.162Z Compiling hash32 v0.3.1
4922026-04-17T04:13:13.320Z Compiling goblin v0.10.5
4932026-04-17T04:13:13.335Z Compiling pest v2.8.6
4942026-04-17T04:13:13.360Z Compiling quote v1.0.45
4952026-04-17T04:13:13.836Z Compiling pretty-hex v0.4.2
4962026-04-17T04:13:13.985Z Compiling macaddr v1.0.1
4972026-04-17T04:13:14.031Z Compiling cfg-if v1.0.4
4982026-04-17T04:13:14.093Z Compiling stable_deref_trait v1.2.1
4992026-04-17T04:13:14.170Z Compiling heapless v0.8.0
5002026-04-17T04:13:14.222Z Compiling syn v2.0.117
5012026-04-17T04:13:14.319Z Compiling thread-id v5.1.0
5022026-04-17T04:13:14.407Z Compiling dtrace-parser v0.3.0
5032026-04-17T04:13:14.600Z Compiling serde v1.0.228
5042026-04-17T04:13:14.762Z Compiling serde_json v1.0.149
5052026-04-17T04:13:15.034Z Compiling bitflags v2.11.0
5062026-04-17T04:13:15.234Z Compiling cobs v0.3.0
5072026-04-17T04:13:15.437Z Compiling bitflags v1.3.2
5082026-04-17T04:13:15.504Z Compiling managed v0.8.0
5092026-04-17T04:13:15.508Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5102026-04-17T04:13:15.661Z Compiling ingot-types v0.1.2
5112026-04-17T04:13:15.726Z Compiling smoltcp v0.11.0
5122026-04-17T04:13:15.744Z Compiling postcard v1.1.3
5132026-04-17T04:13:15.749Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5142026-04-17T04:13:16.054Z Compiling ingot v0.1.1
5152026-04-17T04:13:16.089Z Compiling memmap2 v0.9.10
5162026-04-17T04:13:16.327Z Compiling dof v0.4.0
5172026-04-17T04:13:16.379Z Compiling ipnetwork v0.21.1
5182026-04-17T04:13:16.900Z Compiling unicode-width v0.2.2
5192026-04-17T04:13:17.218Z Compiling usdt-impl v0.6.0
5202026-04-17T04:13:17.862Z Compiling either v1.15.0
5212026-04-17T04:13:17.959Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5222026-04-17T04:13:18.102Z Compiling itertools v0.14.0
5232026-04-17T04:13:18.306Z Compiling usdt v0.6.0
5242026-04-17T04:13:18.938Z Compiling tabwriter v1.4.1
5252026-04-17T04:13:19.364Z Compiling ref-cast v1.0.25
5262026-04-17T04:13:19.459Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5272026-04-17T04:13:19.572Z Compiling crc32fast v1.5.0
5282026-04-17T04:13:19.811Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292026-04-17T04:13:19.991Z Compiling dyn-clone v1.0.20
5302026-04-17T04:13:33.716Z Finished `test` profile [optimized + debuginfo] target(s) in 20.46s
5312026-04-17T04:13:33.771Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-daf882778d3b2977)
5322026-04-17T04:13:33.771Z
5332026-04-17T04:13:33.772Zrunning 72 tests
5342026-04-17T04:13:33.772Ztest ddi::mblk::test::chain_append_links ... ok
5352026-04-17T04:13:33.772Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5362026-04-17T04:13:33.772Ztest d_error::tests::name_truncation ... ok
5372026-04-17T04:13:33.772Ztest d_error::tests::name_and_data_storage ... ok
5382026-04-17T04:13:33.772Ztest ddi::mblk::test::chain_breaks_links ... ok
5392026-04-17T04:13:33.772Ztest ddi::mblk::test::expand_and_shrink ... ok
5402026-04-17T04:13:33.772Ztest ddi::mblk::test::prefix_len ... ok
5412026-04-17T04:13:33.772Ztest ddi::mblk::test::chain_drain_complete ... ok
5422026-04-17T04:13:33.772Ztest ddi::mblk::test::read_seg ... ok
5432026-04-17T04:13:33.772Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5442026-04-17T04:13:33.772Ztest ddi::mblk::test::truncate ... ok
5452026-04-17T04:13:33.772Ztest ddi::mblk::test::uninitialized_packet ... ok
5462026-04-17T04:13:33.772Ztest ddi::mblk::test::wrap ... ok
5472026-04-17T04:13:33.772Ztest ddi::mblk::test::zero_byte_packet ... ok
5482026-04-17T04:13:33.772Ztest ddi::time::test::good_interval ... ok
5492026-04-17T04:13:33.772Ztest engine::dhcp::test::domainname_encode ... ok
5502026-04-17T04:13:33.772Ztest engine::dhcp::test::domain_search_option_encode ... ok
5512026-04-17T04:13:33.772Ztest engine::dhcp::test::hostname_encode ... ok
5522026-04-17T04:13:33.772Ztest engine::dhcp::test::offlink_encode ... ok
5532026-04-17T04:13:33.772Ztest engine::dhcp::test::rfc3442_encode ... ok
5542026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_client_id ... ok
5552026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5562026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5572026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5582026-04-17T04:13:33.772Ztest ddi::time::test::bad_interval - should panic ... ok
5592026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5602026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_iana ... ok
5612026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_iata ... ok
5622026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_option_request ... ok
5632026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5642026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5652026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5662026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5672026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5682026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_server_id ... ok
5692026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5702026-04-17T04:13:33.772Ztest engine::dhcpv6::options::test::test_status ... ok
5712026-04-17T04:13:33.773Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5722026-04-17T04:13:33.773Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5732026-04-17T04:13:33.773Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5742026-04-17T04:13:33.773Ztest engine::ether::test::emit ... ok
5752026-04-17T04:13:33.773Ztest engine::flow_table::test::flow_clear ... ok
5762026-04-17T04:13:33.773Ztest engine::flow_table::test::flow_expired ... ok
5772026-04-17T04:13:33.773Ztest engine::geneve::test::emit_single_opt ... ok
5782026-04-17T04:13:33.773Ztest engine::geneve::test::emit_no_opts ... ok
5792026-04-17T04:13:33.773Ztest engine::ip::v4::test::cidr_match ... ok
5802026-04-17T04:13:33.773Ztest engine::ip::v4::test::match_check ... ok
5812026-04-17T04:13:33.773Ztest engine::ip::v4::test::emit ... ok
5822026-04-17T04:13:33.773Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5832026-04-17T04:13:33.773Ztest engine::ip::v6::test::emit ... ok
5842026-04-17T04:13:33.773Ztest engine::ip::v6::test::from_pairs ... ok
5852026-04-17T04:13:33.773Ztest engine::ip::v6::test::extension_push_spec ... ok
5862026-04-17T04:13:33.773Ztest engine::ip::v6::test::option_push_spec ... ok
5872026-04-17T04:13:33.773Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5882026-04-17T04:13:33.773Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5892026-04-17T04:13:33.773Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5902026-04-17T04:13:33.773Ztest engine::layer::test::find_rule ... ok
5912026-04-17T04:13:33.773Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5922026-04-17T04:13:33.773Ztest engine::packet::test::read_multi_segment ... ok
5932026-04-17T04:13:33.773Ztest engine::ip::v6::test::test_set_total_len ... ok
5942026-04-17T04:13:33.773Ztest engine::nat::test::nat4_rewrite ... ok
5952026-04-17T04:13:33.773Ztest engine::packet::test::small_packet_with_padding ... ok
5962026-04-17T04:13:33.773Ztest engine::ip::v6::test::push_spec ... ok
5972026-04-17T04:13:33.773Ztest engine::packet::test::read_single_segment ... ok
5982026-04-17T04:13:33.773Ztest engine::packet::test::udp6_packet_with_padding ... ok
5992026-04-17T04:13:33.773Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6002026-04-17T04:13:33.773Ztest engine::rule::rule_matching ... ok
6012026-04-17T04:13:33.773Ztest engine::packet::test::straddled_tcp ... ok
6022026-04-17T04:13:33.773Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6032026-04-17T04:13:33.773Ztest engine::snat::test::nat_mappings ... ok
6042026-04-17T04:13:33.773Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6052026-04-17T04:13:33.773Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6062026-04-17T04:13:33.774Z
6072026-04-17T04:13:33.774Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-04-17T04:13:33.774Z
6092026-04-17T04:13:33.774Z Doc-tests opte
6102026-04-17T04:13:35.003Z
6112026-04-17T04:13:35.003Zrunning 3 tests
6122026-04-17T04:13:35.014Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6132026-04-17T04:13:35.014Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6142026-04-17T04:13:35.014Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6152026-04-17T04:13:35.014Z
6162026-04-17T04:13:35.014Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6172026-04-17T04:13:35.014Z
6182026-04-17T04:13:35.014Zall doctests ran in 1.35s; merged doctests compilation took 1.34s
6192026-04-17T04:13:35.064Z
6202026-04-17T04:13:35.077Zreal 22.434670541
6212026-04-17T04:13:35.077Zuser 1:54.758719676
6222026-04-17T04:13:35.077Zsys 6.933211754
6232026-04-17T04:13:35.077Ztrap 0.053740188
6242026-04-17T04:13:35.077Ztflt 0.180229023
6252026-04-17T04:13:35.077Zdflt 0.310904620
6262026-04-17T04:13:35.077Zkflt 0.000011557
6272026-04-17T04:13:35.078Zlock 5:41.922704273
6282026-04-17T04:13:35.078Zslp 3:34.461818530
6292026-04-17T04:13:35.078Zlat 6.169179210
6302026-04-17T04:13:35.078Zstop 3.337132440
6312026-04-17T04:13:35.078Zprocess exited: duration 87556 ms, exit code 0
 
6322026-04-17T04:13:35.124Zfound 0 output files