01KMPQ0FWWZ990R9HFFEB3F3QA: opte

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

Buildomat Job: 01KMPQ0W87KZZHR9049Y1CDA2Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:17:43.737Zjob assigned to worker 01KMPR4RBR93VHGKSPWMWTSF20 [factory aws, i-0850e0c64bf236a14] (queued for 20 m 26 s)
 
22026-03-27T04:17:50.391Zstarting task 0: "setup"
32026-03-27T04:17:50.396Z++ uname -s
42026-03-27T04:17:50.399Z+ kern=SunOS
52026-03-27T04:17:50.399Z+ build_user=build
62026-03-27T04:17:50.399Z+ build_uid=12345
72026-03-27T04:17:50.399Z+ work_dir=/work
82026-03-27T04:17:50.399Z+ input_dir=/input
92026-03-27T04:17:50.399Z+ [[ 0 == 12345 ]]
102026-03-27T04:17:50.399Z+ case "$kern" in
112026-03-27T04:17:50.399Z+ groupadd -g 12345 build
122026-03-27T04:17:50.402Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:17:52.406Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:17:52.522Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:17:52.525Z+ home_fs=zfs
162026-03-27T04:17:52.525Z+ [[ zfs == autofs ]]
172026-03-27T04:17:52.525Z+ mkdir -p /home/build
182026-03-27T04:17:52.525Z+ chown build:build /home/build /work
192026-03-27T04:17:54.526Z+ chmod 0700 /home/build /work
202026-03-27T04:17:54.529Zprocess exited: duration 4139 ms, exit code 0
 
212026-03-27T04:17:54.536Zstarting task 1: "rust-toolchain"
222026-03-27T04:17:54.540Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-03-27T04:17:54.540Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T04:17:54.540Z * rust toolchain channel = "1.94.1"
252026-03-27T04:17:54.540Z * rust toolchain profile = "default"
262026-03-27T04:17:54.540Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:17:54.540Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:17:54.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:17:54.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-03-27T04:17:54.664Zinfo: downloading installer
312026-03-27T04:17:56.077Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:17:56.077Zwarn: /opt/ooce/bin
332026-03-27T04:17:56.077Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:17:56.077Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:17:56.077Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:17:56.077Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:17:56.077Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:17:56.077Zerror: cannot install while Rust is installed
392026-03-27T04:17:56.077Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:17:56.077Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:17:56.077Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:17:56.077Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:17:56.077Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:17:56.091Zinfo: profile set to default
452026-03-27T04:17:56.091Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:17:56.094Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-03-27T04:17:56.229Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:17:56.232Zinfo: downloading 6 components
492026-03-27T04:18:12.328Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-03-27T04:18:12.328Z
512026-03-27T04:18:12.361Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:18:12.361Z
532026-03-27T04:18:12.361Z
542026-03-27T04:18:12.361ZRust is installed now. Great!
552026-03-27T04:18:12.361Z
562026-03-27T04:18:12.361ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:18:12.361Zenvironment variable. This has not been done automatically.
582026-03-27T04:18:12.361Z
592026-03-27T04:18:12.361ZTo configure your current shell, you need to source
602026-03-27T04:18:12.361Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:18:12.361Z
622026-03-27T04:18:12.362ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:18:12.362Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:18:12.362Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:18:12.362Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:18:12.362Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:18:12.365Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:18:12.365Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:18:12.365Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:18:12.365Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:18:12.461Z+ rustup --version
722026-03-27T04:18:12.470Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:18:12.473Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:18:12.491Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:18:12.494Z+ cargo --version
762026-03-27T04:18:12.507Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:18:12.509Z+ rustc --version
782026-03-27T04:18:12.528Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:18:12.531Zprocess exited: duration 17992 ms, exit code 0
 
802026-03-27T04:18:12.537Zstarting task 2: "authentication"
812026-03-27T04:18:12.553Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:18:12.559Zstarting task 3: "clone repository"
832026-03-27T04:18:12.562Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:18:12.565Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:18:12.594ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:18:13.367Z+ cd /work/oxidecomputer/opte
872026-03-27T04:18:13.367Z+ git fetch origin 931e3ab8cd048bf7641cbe705669ce839d064e22
882026-03-27T04:18:13.613ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:18:13.613Z * branch 931e3ab8cd048bf7641cbe705669ce839d064e22 -> FETCH_HEAD
902026-03-27T04:18:13.619Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:18:13.622Z++ git branch --show-current
922026-03-27T04:18:13.622Z+ current=master
932026-03-27T04:18:13.622Z+ [[ master != renovate/rust-1.x ]]
942026-03-27T04:18:13.622Z+ git branch -f renovate/rust-1.x 931e3ab8cd048bf7641cbe705669ce839d064e22
952026-03-27T04:18:13.625Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:18:13.641ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:18:13.643Z+ git reset --hard 931e3ab8cd048bf7641cbe705669ce839d064e22
982026-03-27T04:18:13.646ZHEAD is now at 931e3ab Update dependency rust to v1.94.1
992026-03-27T04:18:13.646Zprocess exited: duration 1086 ms, exit code 0
 
1002026-03-27T04:18:13.654Zstarting task 4: "build"
1012026-03-27T04:18:13.657Z+ source .github/buildomat/common.sh
1022026-03-27T04:18:13.660Z++ rustup show active-toolchain
1032026-03-27T04:18:13.663Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:18:13.665Z++ pushd xde
1052026-03-27T04:18:13.665Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:18:13.665Z++ rustup show active-toolchain
1072026-03-27T04:18:13.668Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:18:13.814Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:18:13.816Zinfo: downloading 6 components
1102026-03-27T04:18:32.019Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:18:32.112Z+++ rustup show active-toolchain -v
1122026-03-27T04:18:32.115Z+++ head -n 1
1132026-03-27T04:18:32.115Z+++ cut '-d ' -f1
1142026-03-27T04:18:32.165Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:18:32.165Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:18:32.168Z++ popd
1172026-03-27T04:18:32.169Z/work/oxidecomputer/opte
1182026-03-27T04:18:32.169Z+ cargo --version
1192026-03-27T04:18:32.175Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-03-27T04:18:32.178Z+ rustc --version
1212026-03-27T04:18:32.198Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-03-27T04:18:32.201Z+ cd lib/opte
1232026-03-27T04:18:32.202Z+ header 'check style'
1242026-03-27T04:18:32.202Z+ echo '# ==== check style ==== #'
1252026-03-27T04:18:32.202Z# ==== check style ==== #
1262026-03-27T04:18:32.202Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-27T04:18:32.386Z
1282026-03-27T04:18:32.386Zreal 0.180227450
1292026-03-27T04:18:32.386Zuser 0.136934943
1302026-03-27T04:18:32.386Zsys 0.037947952
1312026-03-27T04:18:32.386Ztrap 0.000009577
1322026-03-27T04:18:32.386Ztflt 0.000021774
1332026-03-27T04:18:32.386Zdflt 0.000034009
1342026-03-27T04:18:32.386Zkflt 0.000000000
1352026-03-27T04:18:32.386Zlock 0.045741768
1362026-03-27T04:18:32.386Zslp 0.162450553
1372026-03-27T04:18:32.387Zlat 0.000999661
1382026-03-27T04:18:32.387Zstop 0.000093934
1392026-03-27T04:18:32.390Z+ header 'check docs'
1402026-03-27T04:18:32.390Z+ echo '# ==== check docs ==== #'
1412026-03-27T04:18:32.390Z# ==== check docs ==== #
1422026-03-27T04:18:32.390Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-27T04:18:32.390Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-27T04:18:32.454Z Updating crates.io index
1452026-03-27T04:18:32.493Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-27T04:18:33.126Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-27T04:18:33.658Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-27T04:18:33.999Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-27T04:18:34.293Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-27T04:18:34.618Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-27T04:18:34.875Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-27T04:18:37.465Z Downloading crates ...
1532026-03-27T04:18:37.529Z Downloaded darling_macro v0.21.3
1542026-03-27T04:18:37.532Z Downloaded dtrace-parser v0.3.0
1552026-03-27T04:18:37.532Z Downloaded defmt v0.3.100
1562026-03-27T04:18:37.538Z Downloaded bitflags v1.3.2
1572026-03-27T04:18:37.541Z Downloaded bitflags v2.11.0
1582026-03-27T04:18:37.544Z Downloaded usdt-attr-macro v0.6.0
1592026-03-27T04:18:37.544Z Downloaded ref-cast-impl v1.0.25
1602026-03-27T04:18:37.547Z Downloaded darling_core v0.21.3
1612026-03-27T04:18:37.558Z Downloaded aho-corasick v1.1.4
1622026-03-27T04:18:37.561Z Downloaded managed v0.8.0
1632026-03-27T04:18:37.570Z Downloaded itertools v0.14.0
1642026-03-27T04:18:37.579Z Downloaded syn v2.0.117
1652026-03-27T04:18:37.585Z Downloaded ingot-types v0.1.2
1662026-03-27T04:18:37.589Z Downloaded serde_core v1.0.228
1672026-03-27T04:18:37.592Z Downloaded digest v0.10.7
1682026-03-27T04:18:37.592Z Downloaded ipnetwork v0.21.1
1692026-03-27T04:18:37.594Z Downloaded plain v0.2.3
1702026-03-27T04:18:37.597Z Downloaded ingot v0.1.1
1712026-03-27T04:18:37.597Z Downloaded hash32 v0.3.1
1722026-03-27T04:18:37.597Z Downloaded zmij v1.0.21
1732026-03-27T04:18:37.600Z Downloaded usdt-macro v0.6.0
1742026-03-27T04:18:37.600Z Downloaded serde_tokenstream v0.2.3
1752026-03-27T04:18:37.600Z Downloaded cfg-if v1.0.4
1762026-03-27T04:18:37.600Z Downloaded proc-macro-error-attr2 v2.0.0
1772026-03-27T04:18:37.603Z Downloaded macaddr v1.0.1
1782026-03-27T04:18:37.606Z Downloaded usdt v0.6.0
1792026-03-27T04:18:37.606Z Downloaded pretty-hex v0.4.2
1802026-03-27T04:18:37.606Z Downloaded block-buffer v0.10.4
1812026-03-27T04:18:37.609Z Downloaded stable_deref_trait v1.2.1
1822026-03-27T04:18:37.613Z Downloaded generic-array v0.14.7
1832026-03-27T04:18:37.616Z Downloaded version_check v0.9.5
1842026-03-27T04:18:37.619Z Downloaded ref-cast v1.0.25
1852026-03-27T04:18:37.619Z Downloaded scroll v0.13.0
1862026-03-27T04:18:37.623Z Downloaded embedded-io v0.6.1
1872026-03-27T04:18:37.623Z Downloaded thiserror v2.0.18
1882026-03-27T04:18:37.626Z Downloaded thiserror-impl v2.0.18
1892026-03-27T04:18:37.626Z Downloaded scroll_derive v0.13.1
1902026-03-27T04:18:37.629Z Downloaded crypto-common v0.1.7
1912026-03-27T04:18:37.629Z Downloaded itoa v1.0.18
1922026-03-27T04:18:37.632Z Downloaded dyn-clone v1.0.20
1932026-03-27T04:18:37.636Z Downloaded strsim v0.11.1
1942026-03-27T04:18:37.636Z Downloaded sha2 v0.10.9
1952026-03-27T04:18:37.640Z Downloaded quote v1.0.45
1962026-03-27T04:18:37.643Z Downloaded pest_derive v2.8.6
1972026-03-27T04:18:37.648Z Downloaded defmt-parser v1.0.0
1982026-03-27T04:18:37.651Z Downloaded embedded-io v0.4.0
1992026-03-27T04:18:37.651Z Downloaded tabwriter v1.4.1
2002026-03-27T04:18:37.651Z Downloaded dof v0.4.0
2012026-03-27T04:18:37.656Z Downloaded cpufeatures v0.2.17
2022026-03-27T04:18:37.660Z Downloaded thread-id v5.1.0
2032026-03-27T04:18:37.660Z Downloaded pest_meta v2.8.6
2042026-03-27T04:18:37.664Z Downloaded defmt v1.0.1
2052026-03-27T04:18:37.669Z Downloaded pest_generator v2.8.6
2062026-03-27T04:18:37.672Z Downloaded cobs v0.3.0
2072026-03-27T04:18:37.675Z Downloaded fnv v1.0.7
2082026-03-27T04:18:37.689Z Downloaded usdt-impl v0.6.0
2092026-03-27T04:18:37.696Z Downloaded ingot-macros v0.1.1
2102026-03-27T04:18:37.699Z Downloaded proc-macro2 v1.0.106
2112026-03-27T04:18:37.702Z Downloaded either v1.15.0
2122026-03-27T04:18:37.707Z Downloaded byteorder v1.5.0
2132026-03-27T04:18:37.711Z Downloaded ucd-trie v0.1.7
2142026-03-27T04:18:37.714Z Downloaded postcard v1.1.3
2152026-03-27T04:18:37.714Z Downloaded ident_case v1.0.1
2162026-03-27T04:18:37.716Z Downloaded proc-macro-error2 v2.0.1
2172026-03-27T04:18:37.716Z Downloaded memmap2 v0.9.10
2182026-03-27T04:18:37.716Z Downloaded crc32fast v1.5.0
2192026-03-27T04:18:37.721Z Downloaded darling v0.21.3
2202026-03-27T04:18:37.724Z Downloaded serde v1.0.228
2212026-03-27T04:18:37.727Z Downloaded heapless v0.8.0
2222026-03-27T04:18:37.730Z Downloaded log v0.4.29
2232026-03-27T04:18:37.733Z Downloaded defmt-macros v1.0.1
2242026-03-27T04:18:37.736Z Downloaded unicode-ident v1.0.24
2252026-03-27T04:18:37.739Z Downloaded serde_derive v1.0.228
2262026-03-27T04:18:37.747Z Downloaded zerocopy-derive v0.8.47
2272026-03-27T04:18:37.753Z Downloaded memchr v2.8.0
2282026-03-27T04:18:37.756Z Downloaded typenum v1.19.0
2292026-03-27T04:18:37.779Z Downloaded pest v2.8.6
2302026-03-27T04:18:37.801Z Downloaded serde_json v1.0.149
2312026-03-27T04:18:37.805Z Downloaded regex v1.12.3
2322026-03-27T04:18:37.839Z Downloaded unicode-width v0.2.2
2332026-03-27T04:18:37.851Z Downloaded goblin v0.10.5
2342026-03-27T04:18:37.860Z Downloaded zerocopy v0.8.47
2352026-03-27T04:18:37.870Z Downloaded smoltcp v0.11.0
2362026-03-27T04:18:37.875Z Downloaded regex-syntax v0.8.10
2372026-03-27T04:18:37.915Z Downloaded regex-automata v0.4.14
2382026-03-27T04:18:37.926Z Downloaded libc v0.2.183
2392026-03-27T04:18:37.987Z Compiling proc-macro2 v1.0.106
2402026-03-27T04:18:37.987Z Compiling quote v1.0.45
2412026-03-27T04:18:37.987Z Compiling unicode-ident v1.0.24
2422026-03-27T04:18:37.990Z Documenting unicode-ident v1.0.24
2432026-03-27T04:18:37.990Z Compiling strsim v0.11.1
2442026-03-27T04:18:37.990Z Compiling ident_case v1.0.1
2452026-03-27T04:18:37.990Z Compiling serde_core v1.0.228
2462026-03-27T04:18:38.139Z Compiling fnv v1.0.7
2472026-03-27T04:18:38.220Z Compiling memchr v2.8.0
2482026-03-27T04:18:38.328Z Compiling zerocopy v0.8.47
2492026-03-27T04:18:38.334Z Compiling thiserror v2.0.18
2502026-03-27T04:18:38.365Z Compiling serde v1.0.228
2512026-03-27T04:18:38.419Z Compiling regex-syntax v0.8.10
2522026-03-27T04:18:38.663Z Documenting proc-macro2 v1.0.106
2532026-03-27T04:18:38.663Z Compiling aho-corasick v1.1.4
2542026-03-27T04:18:39.036Z Compiling syn v2.0.117
2552026-03-27T04:18:39.092Z Documenting ident_case v1.0.1
2562026-03-27T04:18:39.263Z Documenting quote v1.0.45
2572026-03-27T04:18:39.514Z Compiling either v1.15.0
2582026-03-27T04:18:39.570Z Documenting strsim v0.11.1
2592026-03-27T04:18:39.711Z Documenting fnv v1.0.7
2602026-03-27T04:18:39.775Z Documenting syn v2.0.117
2612026-03-27T04:18:39.881Z Compiling regex-automata v0.4.14
2622026-03-27T04:18:40.047Z Checking byteorder v1.5.0
2632026-03-27T04:18:40.173Z Compiling itertools v0.14.0
2642026-03-27T04:18:40.198Z Compiling heapless v0.8.0
2652026-03-27T04:18:40.504Z Documenting memchr v2.8.0
2662026-03-27T04:18:40.662Z Checking hash32 v0.3.1
2672026-03-27T04:18:40.770Z Checking bitflags v2.11.0
2682026-03-27T04:18:40.921Z Documenting serde_core v1.0.228
2692026-03-27T04:18:41.114Z Documenting aho-corasick v1.1.4
2702026-03-27T04:18:41.117Z Checking darling_core v0.21.3
2712026-03-27T04:18:41.364Z Checking stable_deref_trait v1.2.1
2722026-03-27T04:18:41.765Z Documenting darling_core v0.21.3
2732026-03-27T04:18:41.935Z Compiling regex v1.12.3
2742026-03-27T04:18:42.039Z Checking cfg-if v1.0.4
2752026-03-27T04:18:42.098Z Checking macaddr v1.0.1
2762026-03-27T04:18:42.235Z Documenting regex-syntax v0.8.10
2772026-03-27T04:18:42.383Z Compiling smoltcp v0.11.0
2782026-03-27T04:18:42.550Z Documenting thiserror-impl v2.0.18
2792026-03-27T04:18:42.623Z Compiling zerocopy-derive v0.8.47
2802026-03-27T04:18:42.721Z Compiling thiserror-impl v2.0.18
2812026-03-27T04:18:42.724Z Compiling serde_derive v1.0.228
2822026-03-27T04:18:42.877Z Documenting darling_macro v0.21.3
2832026-03-27T04:18:43.285Z Documenting regex-automata v0.4.14
2842026-03-27T04:18:43.502Z Compiling darling_macro v0.21.3
2852026-03-27T04:18:43.517Z Documenting serde_derive v1.0.228
2862026-03-27T04:18:43.532Z Documenting zerocopy-derive v0.8.47
2872026-03-27T04:18:43.999Z Checking managed v0.8.0
2882026-03-27T04:18:44.009Z Checking cobs v0.3.0
2892026-03-27T04:18:44.070Z Compiling darling v0.21.3
2902026-03-27T04:18:44.143Z Compiling ingot-macros v0.1.1
2912026-03-27T04:18:44.202Z Documenting darling v0.21.3
2922026-03-27T04:18:44.209Z Checking bitflags v1.3.2
2932026-03-27T04:18:44.267Z Documenting byteorder v1.5.0
2942026-03-27T04:18:44.371Z Documenting zerocopy v0.8.47
2952026-03-27T04:18:44.673Z Documenting regex v1.12.3
2962026-03-27T04:18:44.733Z Documenting thiserror v2.0.18
2972026-03-27T04:18:44.895Z Documenting hash32 v0.3.1
2982026-03-27T04:18:45.164Z Documenting bitflags v2.11.0
2992026-03-27T04:18:45.300Z Documenting macaddr v1.0.1
3002026-03-27T04:18:45.480Z Documenting serde v1.0.228
3012026-03-27T04:18:45.739Z Documenting ingot-macros v0.1.1
3022026-03-27T04:18:45.806Z Compiling crc32fast v1.5.0
3032026-03-27T04:18:45.872Z Documenting cfg-if v1.0.4
3042026-03-27T04:18:46.043Z Compiling ref-cast v1.0.25
3052026-03-27T04:18:46.102Z Documenting stable_deref_trait v1.2.1
3062026-03-27T04:18:46.413Z Checking postcard v1.1.3
3072026-03-27T04:18:46.436Z Documenting cobs v0.3.0
3082026-03-27T04:18:46.632Z Documenting heapless v0.8.0
3092026-03-27T04:18:46.800Z Compiling ref-cast-impl v1.0.25
3102026-03-27T04:18:46.853Z Checking ingot-types v0.1.2
3112026-03-27T04:18:47.032Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3122026-03-27T04:18:47.174Z Checking ingot v0.1.1
3132026-03-27T04:18:47.255Z Checking ipnetwork v0.21.1
3142026-03-27T04:18:47.265Z Checking unicode-width v0.2.2
3152026-03-27T04:18:47.286Z Compiling version_check v0.9.5
3162026-03-27T04:18:47.373Z Documenting managed v0.8.0
3172026-03-27T04:18:47.421Z Documenting postcard v1.1.3
3182026-03-27T04:18:47.498Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3192026-03-27T04:18:47.549Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3202026-03-27T04:18:47.790Z Documenting ref-cast-impl v1.0.25
3212026-03-27T04:18:47.793Z Documenting ingot-types v0.1.2
3222026-03-27T04:18:47.850Z Documenting unicode-width v0.2.2
3232026-03-27T04:18:47.901Z Documenting ipnetwork v0.21.1
3242026-03-27T04:18:48.108Z Documenting smoltcp v0.11.0
3252026-03-27T04:18:48.361Z Documenting either v1.15.0
3262026-03-27T04:18:48.648Z Checking tabwriter v1.4.1
3272026-03-27T04:18:48.716Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3282026-03-27T04:18:48.831Z Documenting tabwriter v1.4.1
3292026-03-27T04:18:49.071Z Documenting ref-cast v1.0.25
3302026-03-27T04:18:49.355Z Documenting crc32fast v1.5.0
3312026-03-27T04:18:49.654Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-03-27T04:18:49.702Z Documenting ingot v0.1.1
3332026-03-27T04:18:49.739Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3342026-03-27T04:18:49.917Z Documenting itertools v0.14.0
3352026-03-27T04:18:50.327Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-03-27T04:18:50.425Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-03-27T04:18:50.561Z Documenting dyn-clone v1.0.20
3382026-03-27T04:18:50.844Z Checking dyn-clone v1.0.20
3392026-03-27T04:18:52.835Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-03-27T04:18:53.917Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-03-27T04:18:56.127Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.73s
3422026-03-27T04:18:56.213Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-03-27T04:18:56.234Z
3442026-03-27T04:18:56.234Zreal 23.825458196
3452026-03-27T04:18:56.234Zuser 1:15.462386492
3462026-03-27T04:18:56.234Zsys 16.364848738
3472026-03-27T04:18:56.234Ztrap 0.047281817
3482026-03-27T04:18:56.234Ztflt 0.167947805
3492026-03-27T04:18:56.234Zdflt 0.096036661
3502026-03-27T04:18:56.234Zkflt 0.004850121
3512026-03-27T04:18:56.237Zlock 7:18.015621554
3522026-03-27T04:18:56.237Zslp 4:21.030834497
3532026-03-27T04:18:56.237Zlat 7.770029347
3542026-03-27T04:18:56.237Zstop 9.711185177
3552026-03-27T04:18:56.237Z+ header 'analyze std + api'
3562026-03-27T04:18:56.237Z+ echo '# ==== analyze std + api ==== #'
3572026-03-27T04:18:56.237Z# ==== analyze std + api ==== #
3582026-03-27T04:18:56.237Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-03-27T04:18:56.476Z Compiling proc-macro2 v1.0.106
3602026-03-27T04:18:56.476Z Compiling quote v1.0.45
3612026-03-27T04:18:56.476Z Compiling unicode-ident v1.0.24
3622026-03-27T04:18:56.476Z Compiling memchr v2.8.0
3632026-03-27T04:18:56.476Z Compiling thiserror v2.0.18
3642026-03-27T04:18:56.476Z Compiling zerocopy v0.8.47
3652026-03-27T04:18:56.479Z Compiling zmij v1.0.21
3662026-03-27T04:18:56.479Z Compiling serde_core v1.0.228
3672026-03-27T04:18:56.649Z Compiling libc v0.2.183
3682026-03-27T04:18:56.811Z Compiling serde_json v1.0.149
3692026-03-27T04:18:56.839Z Compiling ucd-trie v0.1.7
3702026-03-27T04:18:57.011Z Compiling pest v2.8.6
3712026-03-27T04:18:57.024Z Compiling serde v1.0.228
3722026-03-27T04:18:57.068Z Compiling strsim v0.11.1
3732026-03-27T04:18:57.080Z Compiling ident_case v1.0.1
3742026-03-27T04:18:57.189Z Compiling fnv v1.0.7
3752026-03-27T04:18:57.395Z Compiling aho-corasick v1.1.4
3762026-03-27T04:18:57.411Z Checking byteorder v1.5.0
3772026-03-27T04:18:57.602Z Compiling regex-syntax v0.8.10
3782026-03-27T04:18:57.623Z Compiling itoa v1.0.18
3792026-03-27T04:18:57.679Z Compiling syn v2.0.117
3802026-03-27T04:18:58.107Z Compiling pest_meta v2.8.6
3812026-03-27T04:18:58.318Z Compiling either v1.15.0
3822026-03-27T04:18:58.322Z Compiling usdt-impl v0.6.0
3832026-03-27T04:18:58.510Z Compiling itertools v0.14.0
3842026-03-27T04:18:58.765Z Compiling thread-id v5.1.0
3852026-03-27T04:18:58.834Z Compiling heapless v0.8.0
3862026-03-27T04:18:58.940Z Checking plain v0.2.3
3872026-03-27T04:18:59.034Z Compiling regex-automata v0.4.14
3882026-03-27T04:18:59.186Z Checking log v0.4.29
3892026-03-27T04:18:59.665Z Checking bitflags v2.11.0
3902026-03-27T04:18:59.754Z Checking hash32 v0.3.1
3912026-03-27T04:18:59.784Z Compiling smoltcp v0.11.0
3922026-03-27T04:18:59.821Z Checking cfg-if v1.0.4
3932026-03-27T04:18:59.868Z Checking stable_deref_trait v1.2.1
3942026-03-27T04:18:59.877Z Checking pretty-hex v0.4.2
3952026-03-27T04:18:59.932Z Checking macaddr v1.0.1
3962026-03-27T04:19:00.095Z Compiling pest_generator v2.8.6
3972026-03-27T04:19:00.107Z Compiling darling_core v0.21.3
3982026-03-27T04:19:00.139Z Compiling crc32fast v1.5.0
3992026-03-27T04:19:00.350Z Compiling version_check v0.9.5
4002026-03-27T04:19:00.390Z Checking bitflags v1.3.2
4012026-03-27T04:19:00.410Z Checking managed v0.8.0
4022026-03-27T04:19:00.449Z Compiling ref-cast v1.0.25
4032026-03-27T04:19:00.613Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4042026-03-27T04:19:00.741Z Compiling regex v1.12.3
4052026-03-27T04:19:00.781Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-03-27T04:19:00.851Z Checking memmap2 v0.9.10
4072026-03-27T04:19:01.007Z Checking unicode-width v0.2.2
4082026-03-27T04:19:01.056Z Checking ipnetwork v0.21.1
4092026-03-27T04:19:01.248Z Checking tabwriter v1.4.1
4102026-03-27T04:19:01.314Z Compiling thiserror-impl v2.0.18
4112026-03-27T04:19:01.367Z Compiling serde_derive v1.0.228
4122026-03-27T04:19:01.377Z Compiling zerocopy-derive v0.8.47
4132026-03-27T04:19:01.627Z Compiling pest_derive v2.8.6
4142026-03-27T04:19:01.754Z Compiling scroll_derive v0.13.1
4152026-03-27T04:19:01.973Z Compiling ref-cast-impl v1.0.25
4162026-03-27T04:19:02.110Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4172026-03-27T04:19:02.198Z Compiling darling_macro v0.21.3
4182026-03-27T04:19:02.320Z Checking dyn-clone v1.0.20
4192026-03-27T04:19:02.538Z Checking scroll v0.13.0
4202026-03-27T04:19:02.593Z Compiling dtrace-parser v0.3.0
4212026-03-27T04:19:02.598Z Checking cobs v0.3.0
4222026-03-27T04:19:02.722Z Compiling darling v0.21.3
4232026-03-27T04:19:02.750Z Checking goblin v0.10.5
4242026-03-27T04:19:02.791Z Compiling ingot-macros v0.1.1
4252026-03-27T04:19:02.849Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-03-27T04:19:03.992Z Checking postcard v1.1.3
4272026-03-27T04:19:04.011Z Compiling serde_tokenstream v0.2.3
4282026-03-27T04:19:05.353Z Checking ingot-types v0.1.2
4292026-03-27T04:19:05.353Z Checking dof v0.4.0
4302026-03-27T04:19:05.651Z Checking ingot v0.1.1
4312026-03-27T04:19:06.246Z Compiling usdt-attr-macro v0.6.0
4322026-03-27T04:19:06.249Z Compiling usdt-macro v0.6.0
4332026-03-27T04:19:06.817Z Checking usdt v0.6.0
4342026-03-27T04:19:07.043Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-03-27T04:19:15.088Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.80s
4362026-03-27T04:19:15.118Z
4372026-03-27T04:19:15.121Zreal 18.876797907
4382026-03-27T04:19:15.121Zuser 1:00.921830842
4392026-03-27T04:19:15.121Zsys 12.045639452
4402026-03-27T04:19:15.121Ztrap 0.030208851
4412026-03-27T04:19:15.121Ztflt 0.119918117
4422026-03-27T04:19:15.121Zdflt 0.191222423
4432026-03-27T04:19:15.121Zkflt 0.000017975
4442026-03-27T04:19:15.121Zlock 3:31.199502069
4452026-03-27T04:19:15.121Zslp 3:11.547878865
4462026-03-27T04:19:15.121Zlat 2.694057883
4472026-03-27T04:19:15.121Zstop 5.839265747
4482026-03-27T04:19:15.121Z+ header 'analyze no_std + engine + kernel'
4492026-03-27T04:19:15.121Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-03-27T04:19:15.121Z# ==== analyze no_std + engine + kernel ==== #
4512026-03-27T04:19:15.121Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-03-27T04:19:15.298Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4532026-03-27T04:19:15.298Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4542026-03-27T04:19:15.318Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-03-27T04:19:15.322Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-03-27T04:19:15.559Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-03-27T04:19:19.714Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.55s
4582026-03-27T04:19:19.740Z
4592026-03-27T04:19:19.743Zreal 4.614981333
4602026-03-27T04:19:19.743Zuser 4.993655585
4612026-03-27T04:19:19.743Zsys 0.893747509
4622026-03-27T04:19:19.743Ztrap 0.000663119
4632026-03-27T04:19:19.743Ztflt 0.005970314
4642026-03-27T04:19:19.743Zdflt 0.001873362
4652026-03-27T04:19:19.744Zkflt 0.000000000
4662026-03-27T04:19:19.744Zlock 16.426173056
4672026-03-27T04:19:19.744Zslp 17.850056046
4682026-03-27T04:19:19.744Zlat 0.017885846
4692026-03-27T04:19:19.744Zstop 0.214619825
4702026-03-27T04:19:19.744Z+ header test
4712026-03-27T04:19:19.744Z+ echo '# ==== test ==== #'
4722026-03-27T04:19:19.744Z# ==== test ==== #
4732026-03-27T04:19:19.744Z+ ptime -m cargo test
4742026-03-27T04:19:19.887Z Compiling serde_core v1.0.228
4752026-03-27T04:19:19.890Z Compiling thiserror v2.0.18
4762026-03-27T04:19:19.910Z Compiling zerocopy v0.8.47
4772026-03-27T04:19:19.912Z Compiling memchr v2.8.0
4782026-03-27T04:19:19.912Z Compiling byteorder v1.5.0
4792026-03-27T04:19:19.917Z Compiling unicode-ident v1.0.24
4802026-03-27T04:19:19.920Z Compiling zmij v1.0.21
4812026-03-27T04:19:19.920Z Compiling libc v0.2.183
4822026-03-27T04:19:19.991Z Compiling proc-macro2 v1.0.106
4832026-03-27T04:19:20.039Z Compiling scroll v0.13.0
4842026-03-27T04:19:20.121Z Compiling plain v0.2.3
4852026-03-27T04:19:20.215Z Compiling log v0.4.29
4862026-03-27T04:19:20.265Z Compiling itoa v1.0.18
4872026-03-27T04:19:20.278Z Compiling ucd-trie v0.1.7
4882026-03-27T04:19:20.303Z Compiling hash32 v0.3.1
4892026-03-27T04:19:20.428Z Compiling pest v2.8.6
4902026-03-27T04:19:20.461Z Compiling goblin v0.10.5
4912026-03-27T04:19:20.515Z Compiling quote v1.0.45
4922026-03-27T04:19:20.982Z Compiling cfg-if v1.0.4
4932026-03-27T04:19:21.045Z Compiling pretty-hex v0.4.2
4942026-03-27T04:19:21.174Z Compiling stable_deref_trait v1.2.1
4952026-03-27T04:19:21.197Z Compiling macaddr v1.0.1
4962026-03-27T04:19:21.241Z Compiling heapless v0.8.0
4972026-03-27T04:19:21.448Z Compiling syn v2.0.117
4982026-03-27T04:19:21.457Z Compiling dtrace-parser v0.3.0
4992026-03-27T04:19:21.682Z Compiling serde v1.0.228
5002026-03-27T04:19:21.852Z Compiling bitflags v2.11.0
5012026-03-27T04:19:22.143Z Compiling serde_json v1.0.149
5022026-03-27T04:19:22.258Z Compiling thread-id v5.1.0
5032026-03-27T04:19:22.307Z Compiling cobs v0.3.0
5042026-03-27T04:19:22.331Z Compiling managed v0.8.0
5052026-03-27T04:19:22.549Z Compiling bitflags v1.3.2
5062026-03-27T04:19:22.585Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-03-27T04:19:22.613Z Compiling smoltcp v0.11.0
5082026-03-27T04:19:22.761Z Compiling ingot-types v0.1.2
5092026-03-27T04:19:22.806Z Compiling postcard v1.1.3
5102026-03-27T04:19:22.881Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5112026-03-27T04:19:23.142Z Compiling ingot v0.1.1
5122026-03-27T04:19:23.157Z Compiling memmap2 v0.9.10
5132026-03-27T04:19:23.444Z Compiling dof v0.4.0
5142026-03-27T04:19:23.474Z Compiling ipnetwork v0.21.1
5152026-03-27T04:19:24.010Z Compiling unicode-width v0.2.2
5162026-03-27T04:19:24.335Z Compiling usdt-impl v0.6.0
5172026-03-27T04:19:25.104Z Compiling either v1.15.0
5182026-03-27T04:19:25.264Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5192026-03-27T04:19:25.305Z Compiling itertools v0.14.0
5202026-03-27T04:19:25.382Z Compiling usdt v0.6.0
5212026-03-27T04:19:26.020Z Compiling tabwriter v1.4.1
5222026-03-27T04:19:26.444Z Compiling ref-cast v1.0.25
5232026-03-27T04:19:26.541Z Compiling crc32fast v1.5.0
5242026-03-27T04:19:26.731Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-03-27T04:19:26.784Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-03-27T04:19:26.833Z Compiling dyn-clone v1.0.20
5272026-03-27T04:19:40.235Z Finished `test` profile [optimized + debuginfo] target(s) in 20.48s
5282026-03-27T04:19:40.250Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-6e36e39ec0e7173c)
5292026-03-27T04:19:40.253Z
5302026-03-27T04:19:40.253Zrunning 72 tests
5312026-03-27T04:19:40.253Ztest d_error::tests::name_truncation ... ok
5322026-03-27T04:19:40.253Ztest ddi::mblk::test::chain_append_links ... ok
5332026-03-27T04:19:40.253Ztest d_error::tests::name_and_data_storage ... ok
5342026-03-27T04:19:40.253Ztest ddi::mblk::test::chain_drain_complete ... ok
5352026-03-27T04:19:40.253Ztest ddi::mblk::test::chain_breaks_links ... ok
5362026-03-27T04:19:40.253Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5372026-03-27T04:19:40.253Ztest ddi::mblk::test::expand_and_shrink ... ok
5382026-03-27T04:19:40.253Ztest ddi::mblk::test::prefix_len ... ok
5392026-03-27T04:19:40.253Ztest ddi::mblk::test::read_seg ... ok
5402026-03-27T04:19:40.253Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5412026-03-27T04:19:40.253Ztest ddi::mblk::test::truncate ... ok
5422026-03-27T04:19:40.253Ztest ddi::mblk::test::wrap ... ok
5432026-03-27T04:19:40.253Ztest ddi::mblk::test::uninitialized_packet ... ok
5442026-03-27T04:19:40.253Ztest ddi::mblk::test::zero_byte_packet ... ok
5452026-03-27T04:19:40.253Ztest ddi::time::test::good_interval ... ok
5462026-03-27T04:19:40.256Ztest engine::dhcp::test::hostname_encode ... ok
5472026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_client_id ... ok
5482026-03-27T04:19:40.257Ztest engine::dhcp::test::domain_search_option_encode ... ok
5492026-03-27T04:19:40.257Ztest engine::dhcp::test::domainname_encode ... ok
5502026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5512026-03-27T04:19:40.257Ztest engine::dhcp::test::offlink_encode ... ok
5522026-03-27T04:19:40.257Ztest engine::dhcp::test::rfc3442_encode ... ok
5532026-03-27T04:19:40.257Ztest ddi::time::test::bad_interval - should panic ... ok
5542026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5552026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5562026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_iana ... ok
5572026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_iata ... ok
5582026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5592026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_option_request ... ok
5602026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5612026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5622026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5632026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5642026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5652026-03-27T04:19:40.257Ztest engine::dhcpv6::options::test::test_server_id ... ok
5662026-03-27T04:19:40.258Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5672026-03-27T04:19:40.258Ztest engine::dhcpv6::options::test::test_status ... ok
5682026-03-27T04:19:40.258Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5692026-03-27T04:19:40.258Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5702026-03-27T04:19:40.258Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5712026-03-27T04:19:40.258Ztest engine::ether::test::emit ... ok
5722026-03-27T04:19:40.258Ztest engine::flow_table::test::flow_clear ... ok
5732026-03-27T04:19:40.258Ztest engine::flow_table::test::flow_expired ... ok
5742026-03-27T04:19:40.258Ztest engine::geneve::test::emit_no_opts ... ok
5752026-03-27T04:19:40.258Ztest engine::geneve::test::emit_single_opt ... ok
5762026-03-27T04:19:40.258Ztest engine::ip::v4::test::cidr_match ... ok
5772026-03-27T04:19:40.258Ztest engine::ip::v4::test::emit ... ok
5782026-03-27T04:19:40.258Ztest engine::ip::v4::test::match_check ... ok
5792026-03-27T04:19:40.258Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5802026-03-27T04:19:40.258Ztest engine::ip::v6::test::emit ... ok
5812026-03-27T04:19:40.258Ztest engine::ip::v6::test::from_pairs ... ok
5822026-03-27T04:19:40.258Ztest engine::ip::v6::test::extension_push_spec ... ok
5832026-03-27T04:19:40.258Ztest engine::ip::v6::test::option_push_spec ... ok
5842026-03-27T04:19:40.259Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5852026-03-27T04:19:40.259Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5862026-03-27T04:19:40.259Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5872026-03-27T04:19:40.259Ztest engine::layer::test::find_rule ... ok
5882026-03-27T04:19:40.259Ztest engine::ip::v6::test::test_set_total_len ... ok
5892026-03-27T04:19:40.259Ztest engine::nat::test::nat4_rewrite ... ok
5902026-03-27T04:19:40.259Ztest engine::packet::test::read_single_segment ... ok
5912026-03-27T04:19:40.259Ztest engine::packet::test::read_multi_segment ... ok
5922026-03-27T04:19:40.259Ztest engine::packet::test::small_packet_with_padding ... ok
5932026-03-27T04:19:40.259Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5942026-03-27T04:19:40.259Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5952026-03-27T04:19:40.259Ztest engine::packet::test::straddled_tcp ... ok
5962026-03-27T04:19:40.259Ztest engine::rule::rule_matching ... ok
5972026-03-27T04:19:40.259Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5982026-03-27T04:19:40.259Ztest engine::packet::test::udp6_packet_with_padding ... ok
5992026-03-27T04:19:40.259Ztest engine::ip::v6::test::push_spec ... ok
6002026-03-27T04:19:40.259Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-03-27T04:19:40.259Ztest engine::snat::test::nat_mappings ... ok
6022026-03-27T04:19:40.259Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6032026-03-27T04:19:40.259Z
6042026-03-27T04:19:40.259Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-03-27T04:19:40.259Z
6062026-03-27T04:19:40.259Z Doc-tests opte
6072026-03-27T04:19:42.169Z
6082026-03-27T04:19:42.169Zrunning 3 tests
6092026-03-27T04:19:42.172Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-03-27T04:19:42.172Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-03-27T04:19:42.172Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6122026-03-27T04:19:42.173Z
6132026-03-27T04:19:42.173Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-03-27T04:19:42.173Z
6152026-03-27T04:19:42.178Zall doctests ran in 1.35s; merged doctests compilation took 1.34s
6162026-03-27T04:19:42.218Z
6172026-03-27T04:19:42.218Zreal 22.463302906
6182026-03-27T04:19:42.218Zuser 1:55.473750257
6192026-03-27T04:19:42.218Zsys 6.927276448
6202026-03-27T04:19:42.222Ztrap 0.051501473
6212026-03-27T04:19:42.222Ztflt 0.270425506
6222026-03-27T04:19:42.222Zdflt 0.310827426
6232026-03-27T04:19:42.222Zkflt 0.000005497
6242026-03-27T04:19:42.222Zlock 5:43.971034119
6252026-03-27T04:19:42.222Zslp 3:36.681941362
6262026-03-27T04:19:42.222Zlat 6.038538794
6272026-03-27T04:19:42.222Zstop 2.427138330
6282026-03-27T04:19:42.223Zprocess exited: duration 88551 ms, exit code 0
 
6292026-03-27T04:19:42.229Zfound 0 output files