01KM4NTRQFGXACAG9NPCF19KRV: opte

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

Buildomat Job: 01KM4NV2NR1RGAVXFATCVE8EHG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:51:13.881Zjob assigned to worker 01KM4NV6X3YJZY981K8KREFTJW [factory aws, i-0e6789f79dd704bbc] (queued for 55 s)
 
22026-03-20T03:51:22.064Zstarting task 0: "setup"
32026-03-20T03:51:22.071Z++ uname -s
42026-03-20T03:51:22.074Z+ kern=SunOS
52026-03-20T03:51:22.074Z+ build_user=build
62026-03-20T03:51:22.074Z+ build_uid=12345
72026-03-20T03:51:22.074Z+ work_dir=/work
82026-03-20T03:51:22.074Z+ input_dir=/input
92026-03-20T03:51:22.074Z+ [[ 0 == 12345 ]]
102026-03-20T03:51:22.074Z+ case "$kern" in
112026-03-20T03:51:22.075Z+ groupadd -g 12345 build
122026-03-20T03:51:22.078Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:51:24.082Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:51:24.206Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:51:24.209Z+ home_fs=zfs
162026-03-20T03:51:24.209Z+ [[ zfs == autofs ]]
172026-03-20T03:51:24.209Z+ mkdir -p /home/build
182026-03-20T03:51:24.209Z+ chown build:build /home/build /work
192026-03-20T03:51:26.212Z+ chmod 0700 /home/build /work
202026-03-20T03:51:26.215Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-20T03:51:26.222Zstarting task 1: "rust-toolchain"
222026-03-20T03:51:26.226Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-20T03:51:26.226Z * rust toolchain channel = "1.93.1"
242026-03-20T03:51:26.226Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T03:51:26.226Z * rust toolchain profile = "default"
262026-03-20T03:51:26.226Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:51:26.229Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:51:26.229Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:51:26.230Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-20T03:51:26.361Zinfo: downloading installer
312026-03-20T03:51:27.839Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:51:27.839Zwarn: /opt/ooce/bin
332026-03-20T03:51:27.839Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:51:27.839Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:51:27.839Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:51:27.839Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:51:27.839Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:51:27.839Zerror: cannot install while Rust is installed
392026-03-20T03:51:27.839Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:51:27.839Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:51:27.839Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:51:27.839Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:51:27.839Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:51:27.850Zinfo: profile set to default
452026-03-20T03:51:27.850Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:51:27.854Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-20T03:51:28.048Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-20T03:51:28.052Zinfo: downloading 6 components
492026-03-20T03:51:47.322Z
502026-03-20T03:51:47.322Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-03-20T03:51:47.360Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-20T03:51:47.360Z
532026-03-20T03:51:47.360Z
542026-03-20T03:51:47.360ZRust is installed now. Great!
552026-03-20T03:51:47.360Z
562026-03-20T03:51:47.364ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:51:47.364Zenvironment variable. This has not been done automatically.
582026-03-20T03:51:47.364Z
592026-03-20T03:51:47.364ZTo configure your current shell, you need to source
602026-03-20T03:51:47.364Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:51:47.364Z
622026-03-20T03:51:47.364ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:51:47.364Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:51:47.364Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:51:47.364Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:51:47.364Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:51:47.364Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:51:47.364Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:51:47.364Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:51:47.365Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:51:47.469Z+ rustup --version
722026-03-20T03:51:47.481Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:51:47.485Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:51:47.506Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-20T03:51:47.509Z+ cargo --version
762026-03-20T03:51:47.525Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-20T03:51:47.529Z+ rustc --version
782026-03-20T03:51:47.552Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-20T03:51:47.555Zprocess exited: duration 21328 ms, exit code 0
 
802026-03-20T03:51:47.562Zstarting task 2: "authentication"
812026-03-20T03:51:47.582Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T03:51:47.589Zstarting task 3: "clone repository"
832026-03-20T03:51:47.593Z+ mkdir -p /work/oxidecomputer/opte
842026-03-20T03:51:47.596Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-20T03:51:47.630ZCloning into '/work/oxidecomputer/opte'...
862026-03-20T03:51:48.439Z+ cd /work/oxidecomputer/opte
872026-03-20T03:51:48.439Z+ git fetch origin 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
882026-03-20T03:51:48.674ZFrom https://github.com/oxidecomputer/opte
892026-03-20T03:51:48.674Z * branch 7b098d1e83085e12a4e9293d3e7ea217b7b4729c -> FETCH_HEAD
902026-03-20T03:51:48.682Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
912026-03-20T03:51:48.685Z++ git branch --show-current
922026-03-20T03:51:48.685Z+ current=master
932026-03-20T03:51:48.685Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
942026-03-20T03:51:48.685Z+ git branch -f renovate/zerocopy-0.x-lockfile 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
952026-03-20T03:51:48.689Z+ git checkout -f renovate/zerocopy-0.x-lockfile
962026-03-20T03:51:48.711ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
972026-03-20T03:51:48.714Z+ git reset --hard 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
982026-03-20T03:51:48.718ZHEAD is now at 7b098d1 Update Rust crate zerocopy to v0.8.47
992026-03-20T03:51:48.718Zprocess exited: duration 1127 ms, exit code 0
 
1002026-03-20T03:51:48.725Zstarting task 4: "build"
1012026-03-20T03:51:48.729Z+ source .github/buildomat/common.sh
1022026-03-20T03:51:48.732Z++ rustup show active-toolchain
1032026-03-20T03:51:48.736Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-20T03:51:48.739Z++ pushd xde
1052026-03-20T03:51:48.739Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-20T03:51:48.739Z++ rustup show active-toolchain
1072026-03-20T03:51:48.743Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-20T03:51:48.938Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-20T03:51:48.941Zinfo: downloading 6 components
1102026-03-20T03:52:06.303Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-20T03:52:06.406Z+++ rustup show active-toolchain -v
1122026-03-20T03:52:06.410Z+++ head -n 1
1132026-03-20T03:52:06.410Z+++ cut '-d ' -f1
1142026-03-20T03:52:06.471Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-20T03:52:06.471Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-20T03:52:06.471Z++ popd
1172026-03-20T03:52:06.474Z/work/oxidecomputer/opte
1182026-03-20T03:52:06.474Z+ cargo --version
1192026-03-20T03:52:06.483Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-20T03:52:06.487Z+ rustc --version
1212026-03-20T03:52:06.510Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-20T03:52:06.513Z+ cd lib/opte
1232026-03-20T03:52:06.513Z+ header 'check style'
1242026-03-20T03:52:06.513Z+ echo '# ==== check style ==== #'
1252026-03-20T03:52:06.513Z# ==== check style ==== #
1262026-03-20T03:52:06.513Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-20T03:52:06.763Z
1282026-03-20T03:52:06.763Zreal 0.246776927
1292026-03-20T03:52:06.763Zuser 0.190191089
1302026-03-20T03:52:06.763Zsys 0.048116413
1312026-03-20T03:52:06.763Ztrap 0.000075221
1322026-03-20T03:52:06.763Ztflt 0.000037167
1332026-03-20T03:52:06.763Zdflt 0.000010445
1342026-03-20T03:52:06.763Zkflt 0.000000000
1352026-03-20T03:52:06.763Zlock 0.060852654
1362026-03-20T03:52:06.763Zslp 0.223981174
1372026-03-20T03:52:06.763Zlat 0.000866943
1382026-03-20T03:52:06.763Zstop 0.000110385
1392026-03-20T03:52:06.767Z+ header 'check docs'
1402026-03-20T03:52:06.767Z+ echo '# ==== check docs ==== #'
1412026-03-20T03:52:06.767Z# ==== check docs ==== #
1422026-03-20T03:52:06.767Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-20T03:52:06.767Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-20T03:52:06.858Z Updating crates.io index
1452026-03-20T03:52:06.861Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-20T03:52:07.687Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-20T03:52:08.256Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-20T03:52:08.670Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-20T03:52:09.080Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-20T03:52:09.358Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-20T03:52:09.635Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-20T03:52:11.811Z Downloading crates ...
1532026-03-20T03:52:11.879Z Downloaded managed v0.8.0
1542026-03-20T03:52:11.883Z Downloaded itoa v1.0.17
1552026-03-20T03:52:11.893Z Downloaded quote v1.0.45
1562026-03-20T03:52:11.897Z Downloaded zmij v1.0.21
1572026-03-20T03:52:11.897Z Downloaded postcard v1.1.3
1582026-03-20T03:52:11.900Z Downloaded pest_derive v2.8.6
1592026-03-20T03:52:11.900Z Downloaded scroll_derive v0.13.1
1602026-03-20T03:52:11.903Z Downloaded cobs v0.3.0
1612026-03-20T03:52:11.904Z Downloaded thread-id v5.1.0
1622026-03-20T03:52:11.904Z Downloaded sha2 v0.10.9
1632026-03-20T03:52:11.907Z Downloaded block-buffer v0.10.4
1642026-03-20T03:52:11.910Z Downloaded hash32 v0.3.1
1652026-03-20T03:52:11.910Z Downloaded proc-macro-error2 v2.0.1
1662026-03-20T03:52:11.914Z Downloaded pest_generator v2.8.6
1672026-03-20T03:52:11.917Z Downloaded ref-cast v1.0.25
1682026-03-20T03:52:11.921Z Downloaded ref-cast-impl v1.0.25
1692026-03-20T03:52:11.924Z Downloaded scroll v0.13.0
1702026-03-20T03:52:11.929Z Downloaded ingot-types v0.1.2
1712026-03-20T03:52:11.943Z Downloaded memmap2 v0.9.10
1722026-03-20T03:52:11.947Z Downloaded either v1.15.0
1732026-03-20T03:52:11.947Z Downloaded usdt-attr-macro v0.6.0
1742026-03-20T03:52:11.947Z Downloaded unicode-ident v1.0.24
1752026-03-20T03:52:11.950Z Downloaded log v0.4.29
1762026-03-20T03:52:11.950Z Downloaded darling_macro v0.21.3
1772026-03-20T03:52:11.954Z Downloaded usdt-macro v0.6.0
1782026-03-20T03:52:11.954Z Downloaded dtrace-parser v0.3.0
1792026-03-20T03:52:11.957Z Downloaded defmt v0.3.100
1802026-03-20T03:52:11.960Z Downloaded plain v0.2.3
1812026-03-20T03:52:11.964Z Downloaded fnv v1.0.7
1822026-03-20T03:52:11.964Z Downloaded cpufeatures v0.2.17
1832026-03-20T03:52:11.970Z Downloaded stable_deref_trait v1.2.1
1842026-03-20T03:52:11.974Z Downloaded embedded-io v0.4.0
1852026-03-20T03:52:11.977Z Downloaded dof v0.4.0
1862026-03-20T03:52:11.977Z Downloaded defmt-parser v1.0.0
1872026-03-20T03:52:11.980Z Downloaded version_check v0.9.5
1882026-03-20T03:52:11.987Z Downloaded usdt v0.6.0
1892026-03-20T03:52:11.991Z Downloaded strsim v0.11.1
1902026-03-20T03:52:11.991Z Downloaded macaddr v1.0.1
1912026-03-20T03:52:11.994Z Downloaded tabwriter v1.4.1
1922026-03-20T03:52:11.997Z Downloaded proc-macro-error-attr2 v2.0.0
1932026-03-20T03:52:12.001Z Downloaded embedded-io v0.6.1
1942026-03-20T03:52:12.001Z Downloaded cfg-if v1.0.4
1952026-03-20T03:52:12.005Z Downloaded crypto-common v0.1.7
1962026-03-20T03:52:12.008Z Downloaded byteorder v1.5.0
1972026-03-20T03:52:12.012Z Downloaded darling_core v0.21.3
1982026-03-20T03:52:12.017Z Downloaded dyn-clone v1.0.20
1992026-03-20T03:52:12.020Z Downloaded pretty-hex v0.4.1
2002026-03-20T03:52:12.020Z Downloaded ident_case v1.0.1
2012026-03-20T03:52:12.021Z Downloaded generic-array v0.14.7
2022026-03-20T03:52:12.032Z Downloaded serde_tokenstream v0.2.3
2032026-03-20T03:52:12.035Z Downloaded ingot v0.1.1
2042026-03-20T03:52:12.035Z Downloaded thiserror v2.0.18
2052026-03-20T03:52:12.039Z Downloaded pest_meta v2.8.6
2062026-03-20T03:52:12.042Z Downloaded ipnetwork v0.21.1
2072026-03-20T03:52:12.042Z Downloaded digest v0.10.7
2082026-03-20T03:52:12.046Z Downloaded darling v0.21.3
2092026-03-20T03:52:12.049Z Downloaded serde_derive v1.0.228
2102026-03-20T03:52:12.050Z Downloaded bitflags v1.3.2
2112026-03-20T03:52:12.053Z Downloaded defmt-macros v1.0.1
2122026-03-20T03:52:12.053Z Downloaded thiserror-impl v2.0.18
2132026-03-20T03:52:12.057Z Downloaded defmt v1.0.1
2142026-03-20T03:52:12.057Z Downloaded proc-macro2 v1.0.106
2152026-03-20T03:52:12.066Z Downloaded bitflags v2.11.0
2162026-03-20T03:52:12.070Z Downloaded usdt-impl v0.6.0
2172026-03-20T03:52:12.070Z Downloaded serde_core v1.0.228
2182026-03-20T03:52:12.074Z Downloaded ucd-trie v0.1.7
2192026-03-20T03:52:12.088Z Downloaded crc32fast v1.5.0
2202026-03-20T03:52:12.103Z Downloaded ingot-macros v0.1.1
2212026-03-20T03:52:12.109Z Downloaded heapless v0.8.0
2222026-03-20T03:52:12.111Z Downloaded typenum v1.19.0
2232026-03-20T03:52:12.115Z Downloaded itertools v0.14.0
2242026-03-20T03:52:12.127Z Downloaded memchr v2.8.0
2252026-03-20T03:52:12.130Z Downloaded serde v1.0.228
2262026-03-20T03:52:12.135Z Downloaded zerocopy-derive v0.8.47
2272026-03-20T03:52:12.148Z Downloaded pest v2.8.6
2282026-03-20T03:52:12.157Z Downloaded aho-corasick v1.1.4
2292026-03-20T03:52:12.164Z Downloaded serde_json v1.0.149
2302026-03-20T03:52:12.171Z Downloaded regex v1.12.3
2312026-03-20T03:52:12.192Z Downloaded goblin v0.10.5
2322026-03-20T03:52:12.211Z Downloaded regex-syntax v0.8.10
2332026-03-20T03:52:12.222Z Downloaded syn v2.0.117
2342026-03-20T03:52:12.231Z Downloaded unicode-width v0.2.2
2352026-03-20T03:52:12.237Z Downloaded zerocopy v0.8.47
2362026-03-20T03:52:12.249Z Downloaded smoltcp v0.11.0
2372026-03-20T03:52:12.288Z Downloaded regex-automata v0.4.14
2382026-03-20T03:52:12.299Z Downloaded libc v0.2.183
2392026-03-20T03:52:12.376Z Compiling proc-macro2 v1.0.106
2402026-03-20T03:52:12.376Z Compiling quote v1.0.45
2412026-03-20T03:52:12.379Z Compiling unicode-ident v1.0.24
2422026-03-20T03:52:12.379Z Documenting unicode-ident v1.0.24
2432026-03-20T03:52:12.379Z Compiling fnv v1.0.7
2442026-03-20T03:52:12.379Z Compiling strsim v0.11.1
2452026-03-20T03:52:12.379Z Compiling serde_core v1.0.228
2462026-03-20T03:52:12.557Z Compiling ident_case v1.0.1
2472026-03-20T03:52:12.701Z Checking memchr v2.8.0
2482026-03-20T03:52:12.777Z Compiling thiserror v2.0.18
2492026-03-20T03:52:12.831Z Compiling zerocopy v0.8.47
2502026-03-20T03:52:12.884Z Compiling serde v1.0.228
2512026-03-20T03:52:12.901Z Compiling regex-syntax v0.8.10
2522026-03-20T03:52:13.218Z Documenting proc-macro2 v1.0.106
2532026-03-20T03:52:13.289Z Compiling aho-corasick v1.1.4
2542026-03-20T03:52:13.731Z Compiling syn v2.0.117
2552026-03-20T03:52:13.929Z Documenting quote v1.0.45
2562026-03-20T03:52:13.941Z Compiling either v1.15.0
2572026-03-20T03:52:14.182Z Documenting fnv v1.0.7
2582026-03-20T03:52:14.535Z Documenting syn v2.0.117
2592026-03-20T03:52:14.745Z Checking byteorder v1.5.0
2602026-03-20T03:52:14.943Z Compiling regex-automata v0.4.14
2612026-03-20T03:52:14.968Z Documenting strsim v0.11.1
2622026-03-20T03:52:15.237Z Documenting ident_case v1.0.1
2632026-03-20T03:52:15.554Z Compiling itertools v0.14.0
2642026-03-20T03:52:15.727Z Compiling heapless v0.8.0
2652026-03-20T03:52:15.790Z Documenting memchr v2.8.0
2662026-03-20T03:52:16.332Z Checking bitflags v2.11.0
2672026-03-20T03:52:16.525Z Checking hash32 v0.3.1
2682026-03-20T03:52:16.594Z Documenting aho-corasick v1.1.4
2692026-03-20T03:52:16.622Z Checking darling_core v0.21.3
2702026-03-20T03:52:16.682Z Documenting serde_core v1.0.228
2712026-03-20T03:52:17.277Z Documenting darling_core v0.21.3
2722026-03-20T03:52:17.700Z Compiling regex v1.12.3
2732026-03-20T03:52:17.987Z Checking macaddr v1.0.1
2742026-03-20T03:52:17.996Z Documenting regex-syntax v0.8.10
2752026-03-20T03:52:18.165Z Checking stable_deref_trait v1.2.1
2762026-03-20T03:52:18.239Z Checking cfg-if v1.0.4
2772026-03-20T03:52:18.248Z Compiling smoltcp v0.11.0
2782026-03-20T03:52:18.872Z Documenting zerocopy-derive v0.8.47
2792026-03-20T03:52:18.899Z Documenting darling_macro v0.21.3
2802026-03-20T03:52:18.947Z Compiling zerocopy-derive v0.8.47
2812026-03-20T03:52:19.048Z Compiling serde_derive v1.0.228
2822026-03-20T03:52:19.057Z Compiling thiserror-impl v2.0.18
2832026-03-20T03:52:19.366Z Documenting regex-automata v0.4.14
2842026-03-20T03:52:19.742Z Documenting thiserror-impl v2.0.18
2852026-03-20T03:52:19.925Z Documenting serde_derive v1.0.228
2862026-03-20T03:52:19.959Z Documenting byteorder v1.5.0
2872026-03-20T03:52:20.327Z Compiling darling_macro v0.21.3
2882026-03-20T03:52:20.583Z Checking managed v0.8.0
2892026-03-20T03:52:20.795Z Checking bitflags v1.3.2
2902026-03-20T03:52:20.822Z Checking cobs v0.3.0
2912026-03-20T03:52:20.832Z Documenting thiserror v2.0.18
2922026-03-20T03:52:20.864Z Documenting zerocopy v0.8.47
2932026-03-20T03:52:20.976Z Documenting hash32 v0.3.1
2942026-03-20T03:52:21.051Z Compiling darling v0.21.3
2952026-03-20T03:52:21.137Z Compiling ingot-macros v0.1.1
2962026-03-20T03:52:21.172Z Documenting darling v0.21.3
2972026-03-20T03:52:21.432Z Documenting regex v1.12.3
2982026-03-20T03:52:21.537Z Documenting bitflags v2.11.0
2992026-03-20T03:52:21.810Z Documenting cfg-if v1.0.4
3002026-03-20T03:52:22.229Z Documenting stable_deref_trait v1.2.1
3012026-03-20T03:52:22.400Z Documenting macaddr v1.0.1
3022026-03-20T03:52:22.617Z Compiling crc32fast v1.5.0
3032026-03-20T03:52:22.939Z Documenting ingot-macros v0.1.1
3042026-03-20T03:52:22.969Z Documenting serde v1.0.228
3052026-03-20T03:52:23.087Z Compiling ref-cast v1.0.25
3062026-03-20T03:52:23.265Z Checking postcard v1.1.3
3072026-03-20T03:52:23.335Z Documenting heapless v0.8.0
3082026-03-20T03:52:23.576Z Documenting cobs v0.3.0
3092026-03-20T03:52:24.255Z Compiling ref-cast-impl v1.0.25
3102026-03-20T03:52:24.438Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-03-20T03:52:24.721Z Documenting managed v0.8.0
3122026-03-20T03:52:24.752Z Checking unicode-width v0.2.2
3132026-03-20T03:52:24.948Z Checking ingot-types v0.1.2
3142026-03-20T03:52:24.960Z Checking ipnetwork v0.21.1
3152026-03-20T03:52:24.991Z Compiling version_check v0.9.5
3162026-03-20T03:52:25.069Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3172026-03-20T03:52:25.174Z Documenting ref-cast-impl v1.0.25
3182026-03-20T03:52:25.199Z Documenting postcard v1.1.3
3192026-03-20T03:52:25.232Z Documenting unicode-width v0.2.2
3202026-03-20T03:52:25.347Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3212026-03-20T03:52:25.409Z Checking ingot v0.1.1
3222026-03-20T03:52:25.659Z Documenting ingot-types v0.1.2
3232026-03-20T03:52:25.677Z Documenting either v1.15.0
3242026-03-20T03:52:25.710Z Documenting smoltcp v0.11.0
3252026-03-20T03:52:26.040Z Documenting ipnetwork v0.21.1
3262026-03-20T03:52:26.396Z Checking tabwriter v1.4.1
3272026-03-20T03:52:26.651Z Documenting ref-cast v1.0.25
3282026-03-20T03:52:26.975Z Documenting tabwriter v1.4.1
3292026-03-20T03:52:27.342Z Documenting itertools v0.14.0
3302026-03-20T03:52:27.612Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-03-20T03:52:27.697Z Documenting crc32fast v1.5.0
3322026-03-20T03:52:27.759Z Documenting ingot v0.1.1
3332026-03-20T03:52:28.199Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3342026-03-20T03:52:28.572Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3352026-03-20T03:52:28.759Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-03-20T03:52:28.847Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-03-20T03:52:29.256Z Documenting dyn-clone v1.0.20
3382026-03-20T03:52:29.425Z Checking dyn-clone v1.0.20
3392026-03-20T03:52:31.038Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-03-20T03:52:32.537Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-03-20T03:52:35.532Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.75s
3422026-03-20T03:52:35.633Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-03-20T03:52:35.653Z
3442026-03-20T03:52:35.657Zreal 28.863474741
3452026-03-20T03:52:35.657Zuser 1:44.354380410
3462026-03-20T03:52:35.657Zsys 19.779978343
3472026-03-20T03:52:35.657Ztrap 0.056811618
3482026-03-20T03:52:35.657Ztflt 0.276990850
3492026-03-20T03:52:35.657Zdflt 0.043172834
3502026-03-20T03:52:35.657Zkflt 0.001651418
3512026-03-20T03:52:35.657Zlock 9:41.182173753
3522026-03-20T03:52:35.657Zslp 5:42.885217895
3532026-03-20T03:52:35.657Zlat 10.101971427
3542026-03-20T03:52:35.657Zstop 13.336887764
3552026-03-20T03:52:35.657Z+ header 'analyze std + api'
3562026-03-20T03:52:35.657Z+ echo '# ==== analyze std + api ==== #'
3572026-03-20T03:52:35.657Z# ==== analyze std + api ==== #
3582026-03-20T03:52:35.657Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-03-20T03:52:35.955Z Compiling proc-macro2 v1.0.106
3602026-03-20T03:52:35.955Z Compiling quote v1.0.45
3612026-03-20T03:52:35.955Z Compiling unicode-ident v1.0.24
3622026-03-20T03:52:35.958Z Compiling memchr v2.8.0
3632026-03-20T03:52:35.958Z Compiling thiserror v2.0.18
3642026-03-20T03:52:35.958Z Compiling zerocopy v0.8.47
3652026-03-20T03:52:35.958Z Compiling zmij v1.0.21
3662026-03-20T03:52:35.958Z Compiling serde_core v1.0.228
3672026-03-20T03:52:36.160Z Compiling libc v0.2.183
3682026-03-20T03:52:36.394Z Compiling serde_json v1.0.149
3692026-03-20T03:52:36.431Z Compiling ucd-trie v0.1.7
3702026-03-20T03:52:36.638Z Compiling pest v2.8.6
3712026-03-20T03:52:36.684Z Compiling fnv v1.0.7
3722026-03-20T03:52:36.738Z Compiling serde v1.0.228
3732026-03-20T03:52:36.783Z Compiling ident_case v1.0.1
3742026-03-20T03:52:36.786Z Compiling strsim v0.11.1
3752026-03-20T03:52:37.187Z Compiling aho-corasick v1.1.4
3762026-03-20T03:52:37.221Z Compiling itoa v1.0.17
3772026-03-20T03:52:37.525Z Compiling regex-syntax v0.8.10
3782026-03-20T03:52:37.568Z Checking byteorder v1.5.0
3792026-03-20T03:52:37.734Z Compiling syn v2.0.117
3802026-03-20T03:52:38.200Z Compiling pest_meta v2.8.6
3812026-03-20T03:52:38.282Z Compiling either v1.15.0
3822026-03-20T03:52:38.307Z Compiling usdt-impl v0.6.0
3832026-03-20T03:52:38.624Z Compiling itertools v0.14.0
3842026-03-20T03:52:38.882Z Compiling thread-id v5.1.0
3852026-03-20T03:52:39.375Z Checking log v0.4.29
3862026-03-20T03:52:39.409Z Checking plain v0.2.3
3872026-03-20T03:52:39.412Z Compiling heapless v0.8.0
3882026-03-20T03:52:39.516Z Compiling regex-automata v0.4.14
3892026-03-20T03:52:40.245Z Checking bitflags v2.11.0
3902026-03-20T03:52:40.288Z Checking hash32 v0.3.1
3912026-03-20T03:52:40.378Z Checking stable_deref_trait v1.2.1
3922026-03-20T03:52:40.432Z Compiling smoltcp v0.11.0
3932026-03-20T03:52:40.439Z Checking macaddr v1.0.1
3942026-03-20T03:52:40.450Z Checking cfg-if v1.0.4
3952026-03-20T03:52:40.530Z Checking pretty-hex v0.4.1
3962026-03-20T03:52:40.738Z Compiling version_check v0.9.5
3972026-03-20T03:52:40.820Z Compiling crc32fast v1.5.0
3982026-03-20T03:52:40.864Z Checking bitflags v1.3.2
3992026-03-20T03:52:40.933Z Compiling ref-cast v1.0.25
4002026-03-20T03:52:41.054Z Checking managed v0.8.0
4012026-03-20T03:52:41.093Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4022026-03-20T03:52:41.172Z Compiling pest_generator v2.8.6
4032026-03-20T03:52:41.282Z Compiling darling_core v0.21.3
4042026-03-20T03:52:41.434Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4052026-03-20T03:52:41.439Z Checking memmap2 v0.9.10
4062026-03-20T03:52:41.837Z Compiling regex v1.12.3
4072026-03-20T03:52:41.868Z Checking unicode-width v0.2.2
4082026-03-20T03:52:42.041Z Checking ipnetwork v0.21.1
4092026-03-20T03:52:42.181Z Checking tabwriter v1.4.1
4102026-03-20T03:52:42.410Z Checking dyn-clone v1.0.20
4112026-03-20T03:52:42.902Z Compiling thiserror-impl v2.0.18
4122026-03-20T03:52:42.902Z Compiling serde_derive v1.0.228
4132026-03-20T03:52:42.905Z Compiling zerocopy-derive v0.8.47
4142026-03-20T03:52:42.905Z Compiling pest_derive v2.8.6
4152026-03-20T03:52:43.053Z Compiling scroll_derive v0.13.1
4162026-03-20T03:52:43.480Z Compiling ref-cast-impl v1.0.25
4172026-03-20T03:52:43.519Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-03-20T03:52:44.047Z Compiling darling_macro v0.21.3
4192026-03-20T03:52:44.094Z Checking scroll v0.13.0
4202026-03-20T03:52:44.369Z Checking goblin v0.10.5
4212026-03-20T03:52:44.575Z Compiling dtrace-parser v0.3.0
4222026-03-20T03:52:44.600Z Checking cobs v0.3.0
4232026-03-20T03:52:44.698Z Compiling darling v0.21.3
4242026-03-20T03:52:44.775Z Compiling ingot-macros v0.1.1
4252026-03-20T03:52:44.821Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-03-20T03:52:46.530Z Checking postcard v1.1.3
4272026-03-20T03:52:46.642Z Compiling serde_tokenstream v0.2.3
4282026-03-20T03:52:48.416Z Checking dof v0.4.0
4292026-03-20T03:52:48.416Z Checking ingot-types v0.1.2
4302026-03-20T03:52:48.824Z Checking ingot v0.1.1
4312026-03-20T03:52:49.650Z Compiling usdt-attr-macro v0.6.0
4322026-03-20T03:52:49.653Z Compiling usdt-macro v0.6.0
4332026-03-20T03:52:50.392Z Checking usdt v0.6.0
4342026-03-20T03:52:50.828Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-03-20T03:53:02.374Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.65s
4362026-03-20T03:53:02.406Z
4372026-03-20T03:53:02.410Zreal 26.740530902
4382026-03-20T03:53:02.410Zuser 1:26.548193227
4392026-03-20T03:53:02.410Zsys 15.128546760
4402026-03-20T03:53:02.410Ztrap 0.043713222
4412026-03-20T03:53:02.410Ztflt 0.183695708
4422026-03-20T03:53:02.410Zdflt 0.206327888
4432026-03-20T03:53:02.410Zkflt 0.000018653
4442026-03-20T03:53:02.410Zlock 5:08.888681652
4452026-03-20T03:53:02.410Zslp 4:24.167038093
4462026-03-20T03:53:02.410Zlat 3.448713946
4472026-03-20T03:53:02.410Zstop 7.444550529
4482026-03-20T03:53:02.410Z+ header 'analyze no_std + engine + kernel'
4492026-03-20T03:53:02.410Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-03-20T03:53:02.410Z# ==== analyze no_std + engine + kernel ==== #
4512026-03-20T03:53:02.410Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-03-20T03:53:02.637Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4532026-03-20T03:53:02.637Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4542026-03-20T03:53:02.640Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-03-20T03:53:02.664Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-03-20T03:53:03.005Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-03-20T03:53:09.041Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.58s
4582026-03-20T03:53:09.070Z
4592026-03-20T03:53:09.074Zreal 6.655277486
4602026-03-20T03:53:09.074Zuser 7.168283911
4612026-03-20T03:53:09.074Zsys 1.117501223
4622026-03-20T03:53:09.074Ztrap 0.001045101
4632026-03-20T03:53:09.074Ztflt 0.005388886
4642026-03-20T03:53:09.074Zdflt 0.001715718
4652026-03-20T03:53:09.074Zkflt 0.000001209
4662026-03-20T03:53:09.074Zlock 29.048323054
4672026-03-20T03:53:09.074Zslp 25.015770860
4682026-03-20T03:53:09.074Zlat 0.020926545
4692026-03-20T03:53:09.074Zstop 0.283301435
4702026-03-20T03:53:09.074Z+ header test
4712026-03-20T03:53:09.074Z+ echo '# ==== test ==== #'
4722026-03-20T03:53:09.074Z+ ptime -m cargo test
4732026-03-20T03:53:09.074Z# ==== test ==== #
4742026-03-20T03:53:09.260Z Compiling serde_core v1.0.228
4752026-03-20T03:53:09.284Z Compiling thiserror v2.0.18
4762026-03-20T03:53:09.287Z Compiling zerocopy v0.8.47
4772026-03-20T03:53:09.290Z Compiling byteorder v1.5.0
4782026-03-20T03:53:09.293Z Compiling memchr v2.8.0
4792026-03-20T03:53:09.297Z Compiling unicode-ident v1.0.24
4802026-03-20T03:53:09.300Z Compiling zmij v1.0.21
4812026-03-20T03:53:09.300Z Compiling scroll v0.13.0
4822026-03-20T03:53:09.387Z Compiling proc-macro2 v1.0.106
4832026-03-20T03:53:09.447Z Compiling libc v0.2.183
4842026-03-20T03:53:09.563Z Compiling plain v0.2.3
4852026-03-20T03:53:09.636Z Compiling ucd-trie v0.1.7
4862026-03-20T03:53:09.676Z Compiling log v0.4.29
4872026-03-20T03:53:09.768Z Compiling itoa v1.0.17
4882026-03-20T03:53:09.929Z Compiling quote v1.0.45
4892026-03-20T03:53:09.945Z Compiling goblin v0.10.5
4902026-03-20T03:53:10.082Z Compiling pest v2.8.6
4912026-03-20T03:53:10.529Z Compiling hash32 v0.3.1
4922026-03-20T03:53:10.725Z Compiling pretty-hex v0.4.1
4932026-03-20T03:53:10.751Z Compiling macaddr v1.0.1
4942026-03-20T03:53:10.882Z Compiling cfg-if v1.0.4
4952026-03-20T03:53:10.954Z Compiling stable_deref_trait v1.2.1
4962026-03-20T03:53:11.036Z Compiling heapless v0.8.0
4972026-03-20T03:53:11.063Z Compiling syn v2.0.117
4982026-03-20T03:53:11.326Z Compiling thread-id v5.1.0
4992026-03-20T03:53:11.414Z Compiling cobs v0.3.0
5002026-03-20T03:53:11.614Z Compiling dtrace-parser v0.3.0
5012026-03-20T03:53:11.760Z Compiling managed v0.8.0
5022026-03-20T03:53:12.045Z Compiling serde v1.0.228
5032026-03-20T03:53:12.098Z Compiling serde_json v1.0.149
5042026-03-20T03:53:12.444Z Compiling bitflags v2.11.0
5052026-03-20T03:53:12.891Z Compiling bitflags v1.3.2
5062026-03-20T03:53:12.949Z Compiling smoltcp v0.11.0
5072026-03-20T03:53:12.952Z Compiling postcard v1.1.3
5082026-03-20T03:53:12.966Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-03-20T03:53:13.397Z Compiling ingot-types v0.1.2
5102026-03-20T03:53:13.613Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-03-20T03:53:13.699Z Compiling memmap2 v0.9.10
5122026-03-20T03:53:13.898Z Compiling dof v0.4.0
5132026-03-20T03:53:13.927Z Compiling ingot v0.1.1
5142026-03-20T03:53:14.064Z Compiling ipnetwork v0.21.1
5152026-03-20T03:53:14.722Z Compiling either v1.15.0
5162026-03-20T03:53:14.984Z Compiling usdt-impl v0.6.0
5172026-03-20T03:53:16.116Z Compiling unicode-width v0.2.2
5182026-03-20T03:53:16.220Z Compiling usdt v0.6.0
5192026-03-20T03:53:16.488Z Compiling tabwriter v1.4.1
5202026-03-20T03:53:16.995Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-03-20T03:53:17.010Z Compiling itertools v0.14.0
5222026-03-20T03:53:17.037Z Compiling ref-cast v1.0.25
5232026-03-20T03:53:17.199Z Compiling crc32fast v1.5.0
5242026-03-20T03:53:17.488Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-03-20T03:53:18.340Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-03-20T03:53:18.699Z Compiling dyn-clone v1.0.20
5272026-03-20T03:53:36.420Z Finished `test` profile [optimized + debuginfo] target(s) in 27.33s
5282026-03-20T03:53:36.437Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-ad2dba8bacc65e07)
5292026-03-20T03:53:36.441Z
5302026-03-20T03:53:36.441Zrunning 72 tests
5312026-03-20T03:53:36.441Ztest d_error::tests::name_truncation ... ok
5322026-03-20T03:53:36.441Ztest d_error::tests::name_and_data_storage ... ok
5332026-03-20T03:53:36.441Ztest ddi::mblk::test::chain_breaks_links ... ok
5342026-03-20T03:53:36.441Ztest ddi::mblk::test::chain_append_links ... ok
5352026-03-20T03:53:36.441Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5362026-03-20T03:53:36.441Ztest ddi::mblk::test::expand_and_shrink ... ok
5372026-03-20T03:53:36.441Ztest ddi::mblk::test::prefix_len ... ok
5382026-03-20T03:53:36.442Ztest ddi::mblk::test::chain_drain_complete ... ok
5392026-03-20T03:53:36.442Ztest ddi::mblk::test::read_seg ... ok
5402026-03-20T03:53:36.442Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5412026-03-20T03:53:36.442Ztest ddi::mblk::test::uninitialized_packet ... ok
5422026-03-20T03:53:36.442Ztest ddi::mblk::test::truncate ... ok
5432026-03-20T03:53:36.442Ztest ddi::mblk::test::wrap ... ok
5442026-03-20T03:53:36.442Ztest ddi::mblk::test::zero_byte_packet ... ok
5452026-03-20T03:53:36.442Ztest ddi::time::test::good_interval ... ok
5462026-03-20T03:53:36.442Ztest engine::dhcp::test::hostname_encode ... ok
5472026-03-20T03:53:36.442Ztest engine::dhcp::test::domainname_encode ... ok
5482026-03-20T03:53:36.442Ztest engine::dhcp::test::domain_search_option_encode ... ok
5492026-03-20T03:53:36.442Ztest engine::dhcp::test::offlink_encode ... ok
5502026-03-20T03:53:36.442Ztest engine::dhcp::test::rfc3442_encode ... ok
5512026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5522026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_client_id ... ok
5532026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5542026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5552026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5562026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5572026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_iana ... ok
5582026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_option_request ... ok
5592026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_iata ... ok
5602026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5612026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5622026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5632026-03-20T03:53:36.442Ztest ddi::time::test::bad_interval - should panic ... ok
5642026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5652026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5662026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_server_id ... ok
5672026-03-20T03:53:36.442Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5682026-03-20T03:53:36.442Ztest engine::dhcpv6::options::test::test_status ... ok
5692026-03-20T03:53:36.442Ztest engine::ether::test::emit ... ok
5702026-03-20T03:53:36.442Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5712026-03-20T03:53:36.442Ztest engine::geneve::test::emit_no_opts ... ok
5722026-03-20T03:53:36.442Ztest engine::geneve::test::emit_single_opt ... ok
5732026-03-20T03:53:36.442Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5742026-03-20T03:53:36.442Ztest engine::ip::v4::test::match_check ... ok
5752026-03-20T03:53:36.442Ztest engine::ip::v4::test::emit ... ok
5762026-03-20T03:53:36.442Ztest engine::flow_table::test::flow_clear ... ok
5772026-03-20T03:53:36.443Ztest engine::flow_table::test::flow_expired ... ok
5782026-03-20T03:53:36.443Ztest engine::ip::v4::test::cidr_match ... ok
5792026-03-20T03:53:36.443Ztest engine::ip::v6::test::from_pairs ... ok
5802026-03-20T03:53:36.443Ztest engine::ip::v6::test::emit ... ok
5812026-03-20T03:53:36.443Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5822026-03-20T03:53:36.443Ztest engine::ip::v6::test::option_push_spec ... ok
5832026-03-20T03:53:36.443Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5842026-03-20T03:53:36.443Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5852026-03-20T03:53:36.443Ztest engine::ip::v6::test::test_set_total_len ... ok
5862026-03-20T03:53:36.443Ztest engine::ip::v6::test::extension_push_spec ... ok
5872026-03-20T03:53:36.443Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5882026-03-20T03:53:36.443Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5892026-03-20T03:53:36.443Ztest engine::packet::test::read_multi_segment ... ok
5902026-03-20T03:53:36.443Ztest engine::layer::test::find_rule ... ok
5912026-03-20T03:53:36.443Ztest engine::packet::test::read_single_segment ... ok
5922026-03-20T03:53:36.443Ztest engine::nat::test::nat4_rewrite ... ok
5932026-03-20T03:53:36.443Ztest engine::packet::test::small_packet_with_padding ... ok
5942026-03-20T03:53:36.443Ztest engine::packet::test::straddled_tcp ... ok
5952026-03-20T03:53:36.443Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5962026-03-20T03:53:36.443Ztest engine::rule::rule_matching ... ok
5972026-03-20T03:53:36.443Ztest engine::packet::test::udp6_packet_with_padding ... ok
5982026-03-20T03:53:36.443Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5992026-03-20T03:53:36.443Ztest engine::ip::v6::test::push_spec ... ok
6002026-03-20T03:53:36.443Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-03-20T03:53:36.443Ztest engine::snat::test::nat_mappings ... ok
6022026-03-20T03:53:36.443Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6032026-03-20T03:53:36.443Z
6042026-03-20T03:53:36.443Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-03-20T03:53:36.443Z
6062026-03-20T03:53:36.447Z Doc-tests opte
6072026-03-20T03:53:38.971Z
6082026-03-20T03:53:38.972Zrunning 3 tests
6092026-03-20T03:53:38.975Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-03-20T03:53:38.975Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6112026-03-20T03:53:38.975Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6122026-03-20T03:53:38.975Z
6132026-03-20T03:53:38.975Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-03-20T03:53:38.975Z
6152026-03-20T03:53:38.980Zall doctests ran in 1.75s; merged doctests compilation took 1.74s
6162026-03-20T03:53:39.024Z
6172026-03-20T03:53:39.028Zreal 29.936457192
6182026-03-20T03:53:39.028Zuser 2:33.454192323
6192026-03-20T03:53:39.028Zsys 8.509319375
6202026-03-20T03:53:39.028Ztrap 0.073914786
6212026-03-20T03:53:39.028Ztflt 0.268518423
6222026-03-20T03:53:39.028Zdflt 0.413577865
6232026-03-20T03:53:39.028Zkflt 0.001479477
6242026-03-20T03:53:39.028Zlock 7:43.969635770
6252026-03-20T03:53:39.028Zslp 4:45.908088635
6262026-03-20T03:53:39.028Zlat 5.882231636
6272026-03-20T03:53:39.028Zstop 3.097868749
6282026-03-20T03:53:39.028Zprocess exited: duration 110275 ms, exit code 0
 
6292026-03-20T03:53:39.035Zfound 0 output files