01KKJN3V12BJJJD6M05KWZ351Q: opte

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

Buildomat Job: 01KKJN4PEJ7EKRPNVTMFMPKYVZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:52:52.699Zjob assigned to worker 01KKJN2K5C0319S5PRZPVM8M9B [factory aws, i-03a64d7012e4bdb7d] (queued for 1 m 7 s)
 
22026-03-13T03:53:01.088Zstarting task 0: "setup"
32026-03-13T03:53:01.093Z++ uname -s
42026-03-13T03:53:01.096Z+ kern=SunOS
52026-03-13T03:53:01.096Z+ build_user=build
62026-03-13T03:53:01.096Z+ build_uid=12345
72026-03-13T03:53:01.096Z+ work_dir=/work
82026-03-13T03:53:01.096Z+ input_dir=/input
92026-03-13T03:53:01.096Z+ [[ 0 == 12345 ]]
102026-03-13T03:53:01.096Z+ case "$kern" in
112026-03-13T03:53:01.096Z+ groupadd -g 12345 build
122026-03-13T03:53:01.099Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:53:03.125Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:53:03.205Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:53:03.243Z+ home_fs=zfs
162026-03-13T03:53:03.244Z+ [[ zfs == autofs ]]
172026-03-13T03:53:03.245Z+ mkdir -p /home/build
182026-03-13T03:53:03.245Z+ chown build:build /home/build /work
192026-03-13T03:53:05.204Z+ chmod 0700 /home/build /work
202026-03-13T03:53:05.210Zprocess exited: duration 4120 ms, exit code 0
 
212026-03-13T03:53:05.231Zstarting task 1: "rust-toolchain"
222026-03-13T03:53:05.243Z * rust toolchain channel = "1.93.1"
232026-03-13T03:53:05.243Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
242026-03-13T03:53:05.243Z * rust toolchain profile = "default"
252026-03-13T03:53:05.243Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T03:53:05.243Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T03:53:05.243Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T03:53:05.243Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:53:05.243Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-13T03:53:05.364Zinfo: downloading installer
312026-03-13T03:53:07.028Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:53:07.028Zwarn: /opt/ooce/bin
332026-03-13T03:53:07.029Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:53:07.029Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:53:07.029Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:53:07.030Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:53:07.030Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:53:07.030Zerror: cannot install while Rust is installed
392026-03-13T03:53:07.031Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:53:07.031Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:53:07.031Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:53:07.031Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:53:07.031Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:53:07.045Zinfo: profile set to default
452026-03-13T03:53:07.045Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:53:07.045Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-13T03:53:07.206Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-13T03:53:07.210Zinfo: downloading 6 components
492026-03-13T03:53:25.533Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-13T03:53:25.533Z
512026-03-13T03:53:25.571Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-13T03:53:25.571Z
532026-03-13T03:53:25.573Z
542026-03-13T03:53:25.573ZRust is installed now. Great!
552026-03-13T03:53:25.573Z
562026-03-13T03:53:25.573ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:53:25.573Zenvironment variable. This has not been done automatically.
582026-03-13T03:53:25.573Z
592026-03-13T03:53:25.573ZTo configure your current shell, you need to source
602026-03-13T03:53:25.573Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:53:25.574Z
622026-03-13T03:53:25.574ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:53:25.574Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:53:25.574Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:53:25.574Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:53:25.574Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:53:25.574Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:53:25.574Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:53:25.574Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:53:25.574Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:53:25.682Z+ rustup --version
722026-03-13T03:53:25.694Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:53:25.699Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:53:25.719Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-13T03:53:25.724Z+ cargo --version
762026-03-13T03:53:25.739Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-13T03:53:25.745Z+ rustc --version
782026-03-13T03:53:25.774Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-13T03:53:25.778Zprocess exited: duration 20553 ms, exit code 0
 
802026-03-13T03:53:25.787Zstarting task 2: "authentication"
812026-03-13T03:53:25.808Zprocess exited: duration 20 ms, exit code 0
 
822026-03-13T03:53:25.813Zstarting task 3: "clone repository"
832026-03-13T03:53:25.818Z+ mkdir -p /work/oxidecomputer/opte
842026-03-13T03:53:25.822Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-13T03:53:25.913ZCloning into '/work/oxidecomputer/opte'...
862026-03-13T03:53:26.813Z+ cd /work/oxidecomputer/opte
872026-03-13T03:53:26.816Z+ git fetch origin c203ec69fca75b86b0fea1e3e7fe5188a41b285a
882026-03-13T03:53:27.056ZFrom https://github.com/oxidecomputer/opte
892026-03-13T03:53:27.056Z * branch c203ec69fca75b86b0fea1e3e7fe5188a41b285a -> FETCH_HEAD
902026-03-13T03:53:27.064Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-03-13T03:53:27.068Z++ git branch --show-current
922026-03-13T03:53:27.068Z+ current=master
932026-03-13T03:53:27.068Z+ [[ master != renovate/clap-4.x-lockfile ]]
942026-03-13T03:53:27.068Z+ git branch -f renovate/clap-4.x-lockfile c203ec69fca75b86b0fea1e3e7fe5188a41b285a
952026-03-13T03:53:27.073Z+ git checkout -f renovate/clap-4.x-lockfile
962026-03-13T03:53:27.093ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-03-13T03:53:27.098Z+ git reset --hard c203ec69fca75b86b0fea1e3e7fe5188a41b285a
982026-03-13T03:53:27.101ZHEAD is now at c203ec6 Update Rust crate clap to v4.6.0
992026-03-13T03:53:27.101Zprocess exited: duration 1286 ms, exit code 0
 
1002026-03-13T03:53:27.108Zstarting task 4: "build"
1012026-03-13T03:53:27.112Z+ source .github/buildomat/common.sh
1022026-03-13T03:53:27.112Z++ rustup show active-toolchain
1032026-03-13T03:53:27.118Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-13T03:53:27.121Z++ pushd xde
1052026-03-13T03:53:27.121Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-13T03:53:27.121Z++ rustup show active-toolchain
1072026-03-13T03:53:27.126Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-13T03:53:27.330Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-13T03:53:27.333Zinfo: downloading 6 components
1102026-03-13T03:53:43.916Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-13T03:53:44.080Z+++ rustup show active-toolchain -v
1122026-03-13T03:53:44.080Z+++ head -n 1
1132026-03-13T03:53:44.080Z+++ cut '-d ' -f1
1142026-03-13T03:53:44.265Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-13T03:53:44.265Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-13T03:53:44.266Z++ popd
1172026-03-13T03:53:44.266Z/work/oxidecomputer/opte
1182026-03-13T03:53:44.266Z+ cargo --version
1192026-03-13T03:53:44.266Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-13T03:53:44.266Z+ rustc --version
1212026-03-13T03:53:44.266Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-13T03:53:44.266Z+ cd lib/opte
1232026-03-13T03:53:44.266Z+ header 'check style'
1242026-03-13T03:53:44.266Z+ echo '# ==== check style ==== #'
1252026-03-13T03:53:44.266Z# ==== check style ==== #
1262026-03-13T03:53:44.266Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-13T03:53:44.392Z
1282026-03-13T03:53:44.392Zreal 0.246231102
1292026-03-13T03:53:44.392Zuser 0.188670030
1302026-03-13T03:53:44.392Zsys 0.049520630
1312026-03-13T03:53:44.392Ztrap 0.000026235
1322026-03-13T03:53:44.392Ztflt 0.000014250
1332026-03-13T03:53:44.392Zdflt 0.000014132
1342026-03-13T03:53:44.392Zkflt 0.000000990
1352026-03-13T03:53:44.392Zlock 0.062297945
1362026-03-13T03:53:44.393Zslp 0.222182242
1372026-03-13T03:53:44.393Zlat 0.000252897
1382026-03-13T03:53:44.393Zstop 0.000113056
1392026-03-13T03:53:44.393Z+ header 'check docs'
1402026-03-13T03:53:44.393Z+ echo '# ==== check docs ==== #'
1412026-03-13T03:53:44.393Z# ==== check docs ==== #
1422026-03-13T03:53:44.393Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-13T03:53:44.394Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-13T03:53:44.495Z Updating crates.io index
1452026-03-13T03:53:44.495Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-13T03:53:45.257Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-13T03:53:45.511Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-13T03:53:45.818Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-13T03:53:46.340Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-13T03:53:46.621Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-13T03:53:46.821Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-13T03:53:48.268Z Downloading crates ...
1532026-03-13T03:53:48.451Z Downloaded darling_core v0.21.3
1542026-03-13T03:53:48.477Z Downloaded defmt-macros v1.0.1
1552026-03-13T03:53:48.477Z Downloaded log v0.4.29
1562026-03-13T03:53:48.503Z Downloaded scroll v0.13.0
1572026-03-13T03:53:48.503Z Downloaded quote v1.0.45
1582026-03-13T03:53:48.503Z Downloaded plain v0.2.3
1592026-03-13T03:53:48.504Z Downloaded sha2 v0.10.9
1602026-03-13T03:53:48.504Z Downloaded bitflags v1.3.2
1612026-03-13T03:53:48.504Z Downloaded hash32 v0.3.1
1622026-03-13T03:53:48.504Z Downloaded ref-cast v1.0.25
1632026-03-13T03:53:48.504Z Downloaded ingot v0.1.1
1642026-03-13T03:53:48.504Z Downloaded bitflags v2.11.0
1652026-03-13T03:53:48.504Z Downloaded either v1.15.0
1662026-03-13T03:53:48.504Z Downloaded stable_deref_trait v1.2.1
1672026-03-13T03:53:48.505Z Downloaded usdt v0.6.0
1682026-03-13T03:53:48.505Z Downloaded defmt v0.3.100
1692026-03-13T03:53:48.505Z Downloaded serde_core v1.0.228
1702026-03-13T03:53:48.523Z Downloaded ucd-trie v0.1.7
1712026-03-13T03:53:48.523Z Downloaded zerocopy-derive v0.8.42
1722026-03-13T03:53:48.523Z Downloaded zmij v1.0.21
1732026-03-13T03:53:48.523Z Downloaded usdt-macro v0.6.0
1742026-03-13T03:53:48.523Z Downloaded usdt-attr-macro v0.6.0
1752026-03-13T03:53:48.523Z Downloaded version_check v0.9.5
1762026-03-13T03:53:48.523Z Downloaded managed v0.8.0
1772026-03-13T03:53:48.523Z Downloaded ident_case v1.0.1
1782026-03-13T03:53:48.523Z Downloaded cobs v0.3.0
1792026-03-13T03:53:48.523Z Downloaded ref-cast-impl v1.0.25
1802026-03-13T03:53:48.523Z Downloaded crypto-common v0.1.7
1812026-03-13T03:53:48.549Z Downloaded ingot-macros v0.1.1
1822026-03-13T03:53:48.549Z Downloaded darling v0.21.3
1832026-03-13T03:53:48.554Z Downloaded dyn-clone v1.0.20
1842026-03-13T03:53:48.554Z Downloaded tabwriter v1.4.1
1852026-03-13T03:53:48.554Z Downloaded byteorder v1.5.0
1862026-03-13T03:53:48.554Z Downloaded proc-macro-error-attr2 v2.0.0
1872026-03-13T03:53:48.555Z Downloaded defmt-parser v1.0.0
1882026-03-13T03:53:48.555Z Downloaded goblin v0.10.5
1892026-03-13T03:53:48.555Z Downloaded digest v0.10.7
1902026-03-13T03:53:48.555Z Downloaded cpufeatures v0.2.17
1912026-03-13T03:53:48.555Z Downloaded itertools v0.14.0
1922026-03-13T03:53:48.555Z Downloaded thiserror v2.0.18
1932026-03-13T03:53:48.560Z Downloaded usdt-impl v0.6.0
1942026-03-13T03:53:48.560Z Downloaded dof v0.4.0
1952026-03-13T03:53:48.567Z Downloaded ingot-types v0.1.2
1962026-03-13T03:53:48.571Z Downloaded typenum v1.19.0
1972026-03-13T03:53:48.571Z Downloaded pest_generator v2.8.6
1982026-03-13T03:53:48.578Z Downloaded strsim v0.11.1
1992026-03-13T03:53:48.578Z Downloaded scroll_derive v0.13.1
2002026-03-13T03:53:48.578Z Downloaded dtrace-parser v0.3.0
2012026-03-13T03:53:48.590Z Downloaded block-buffer v0.10.4
2022026-03-13T03:53:48.590Z Downloaded ipnetwork v0.21.1
2032026-03-13T03:53:48.600Z Downloaded thread-id v5.1.0
2042026-03-13T03:53:48.600Z Downloaded embedded-io v0.4.0
2052026-03-13T03:53:48.600Z Downloaded darling_macro v0.21.3
2062026-03-13T03:53:48.601Z Downloaded crc32fast v1.5.0
2072026-03-13T03:53:48.616Z Downloaded cfg-if v1.0.4
2082026-03-13T03:53:48.616Z Downloaded macaddr v1.0.1
2092026-03-13T03:53:48.616Z Downloaded embedded-io v0.6.1
2102026-03-13T03:53:48.616Z Downloaded thiserror-impl v2.0.18
2112026-03-13T03:53:48.634Z Downloaded memmap2 v0.9.10
2122026-03-13T03:53:48.634Z Downloaded fnv v1.0.7
2132026-03-13T03:53:48.634Z Downloaded defmt v1.0.1
2142026-03-13T03:53:48.640Z Downloaded proc-macro2 v1.0.106
2152026-03-13T03:53:48.640Z Downloaded itoa v1.0.17
2162026-03-13T03:53:48.651Z Downloaded proc-macro-error2 v2.0.1
2172026-03-13T03:53:48.651Z Downloaded postcard v1.1.3
2182026-03-13T03:53:48.652Z Downloaded pest_derive v2.8.6
2192026-03-13T03:53:48.662Z Downloaded aho-corasick v1.1.4
2202026-03-13T03:53:48.662Z Downloaded generic-array v0.14.7
2212026-03-13T03:53:48.662Z Downloaded pest_meta v2.8.6
2222026-03-13T03:53:48.670Z Downloaded unicode-ident v1.0.24
2232026-03-13T03:53:48.671Z Downloaded memchr v2.8.0
2242026-03-13T03:53:48.676Z Downloaded pest v2.8.6
2252026-03-13T03:53:48.681Z Downloaded serde_derive v1.0.228
2262026-03-13T03:53:48.688Z Downloaded serde v1.0.228
2272026-03-13T03:53:48.703Z Downloaded serde_tokenstream v0.2.3
2282026-03-13T03:53:48.706Z Downloaded regex v1.12.3
2292026-03-13T03:53:48.710Z Downloaded pretty-hex v0.4.1
2302026-03-13T03:53:48.723Z Downloaded heapless v0.8.0
2312026-03-13T03:53:48.750Z Downloaded serde_json v1.0.149
2322026-03-13T03:53:48.785Z Downloaded syn v2.0.117
2332026-03-13T03:53:48.849Z Downloaded zerocopy v0.8.42
2342026-03-13T03:53:48.870Z Downloaded unicode-width v0.2.2
2352026-03-13T03:53:48.870Z Downloaded smoltcp v0.11.0
2362026-03-13T03:53:48.870Z Downloaded regex-syntax v0.8.10
2372026-03-13T03:53:48.870Z Downloaded regex-automata v0.4.14
2382026-03-13T03:53:48.879Z Downloaded libc v0.2.183
2392026-03-13T03:53:48.934Z Compiling proc-macro2 v1.0.106
2402026-03-13T03:53:48.934Z Compiling quote v1.0.45
2412026-03-13T03:53:48.941Z Compiling unicode-ident v1.0.24
2422026-03-13T03:53:48.941Z Documenting unicode-ident v1.0.24
2432026-03-13T03:53:48.941Z Compiling serde_core v1.0.228
2442026-03-13T03:53:48.941Z Compiling fnv v1.0.7
2452026-03-13T03:53:48.941Z Compiling strsim v0.11.1
2462026-03-13T03:53:49.114Z Compiling ident_case v1.0.1
2472026-03-13T03:53:49.245Z Compiling memchr v2.8.0
2482026-03-13T03:53:49.396Z Compiling zerocopy v0.8.42
2492026-03-13T03:53:49.406Z Compiling thiserror v2.0.18
2502026-03-13T03:53:49.431Z Compiling serde v1.0.228
2512026-03-13T03:53:49.730Z Compiling regex-syntax v0.8.10
2522026-03-13T03:53:49.746Z Checking aho-corasick v1.1.4
2532026-03-13T03:53:49.964Z Documenting proc-macro2 v1.0.106
2542026-03-13T03:53:50.109Z Documenting strsim v0.11.1
2552026-03-13T03:53:50.588Z Checking syn v2.0.117
2562026-03-13T03:53:50.642Z Checking byteorder v1.5.0
2572026-03-13T03:53:50.657Z Documenting quote v1.0.45
2582026-03-13T03:53:50.691Z Compiling either v1.15.0
2592026-03-13T03:53:50.856Z Documenting ident_case v1.0.1
2602026-03-13T03:53:50.973Z Documenting fnv v1.0.7
2612026-03-13T03:53:51.332Z Documenting syn v2.0.117
2622026-03-13T03:53:51.572Z Compiling itertools v0.14.0
2632026-03-13T03:53:51.824Z Compiling regex-automata v0.4.14
2642026-03-13T03:53:51.891Z Compiling heapless v0.8.0
2652026-03-13T03:53:52.269Z Documenting memchr v2.8.0
2662026-03-13T03:53:52.834Z Checking bitflags v2.11.0
2672026-03-13T03:53:53.044Z Checking hash32 v0.3.1
2682026-03-13T03:53:53.052Z Documenting aho-corasick v1.1.4
2692026-03-13T03:53:53.161Z Documenting serde_core v1.0.228
2702026-03-13T03:53:53.179Z Checking macaddr v1.0.1
2712026-03-13T03:53:53.356Z Documenting regex-syntax v0.8.10
2722026-03-13T03:53:53.468Z Checking darling_core v0.21.3
2732026-03-13T03:53:54.043Z Documenting darling_core v0.21.3
2742026-03-13T03:53:54.102Z Compiling regex v1.12.3
2752026-03-13T03:53:54.691Z Checking cfg-if v1.0.4
2762026-03-13T03:53:54.694Z Checking stable_deref_trait v1.2.1
2772026-03-13T03:53:54.760Z Documenting regex-automata v0.4.14
2782026-03-13T03:53:54.774Z Compiling smoltcp v0.11.0
2792026-03-13T03:53:55.395Z Documenting serde_derive v1.0.228
2802026-03-13T03:53:55.598Z Documenting darling_macro v0.21.3
2812026-03-13T03:53:55.609Z Documenting zerocopy-derive v0.8.42
2822026-03-13T03:53:55.844Z Documenting thiserror-impl v2.0.18
2832026-03-13T03:53:56.100Z Compiling zerocopy-derive v0.8.42
2842026-03-13T03:53:56.605Z Compiling serde_derive v1.0.228
2852026-03-13T03:53:56.675Z Compiling thiserror-impl v2.0.18
2862026-03-13T03:53:56.900Z Documenting regex v1.12.3
2872026-03-13T03:53:56.911Z Checking bitflags v1.3.2
2882026-03-13T03:53:56.952Z Checking managed v0.8.0
2892026-03-13T03:53:57.100Z Documenting byteorder v1.5.0
2902026-03-13T03:53:57.184Z Documenting bitflags v2.11.0
2912026-03-13T03:53:57.317Z Documenting stable_deref_trait v1.2.1
2922026-03-13T03:53:57.679Z Compiling darling_macro v0.21.3
2932026-03-13T03:53:57.808Z Documenting hash32 v0.3.1
2942026-03-13T03:53:58.130Z Documenting zerocopy v0.8.42
2952026-03-13T03:53:58.295Z Documenting cfg-if v1.0.4
2962026-03-13T03:53:58.391Z Compiling darling v0.21.3
2972026-03-13T03:53:58.408Z Documenting darling v0.21.3
2982026-03-13T03:53:58.480Z Compiling ingot-macros v0.1.1
2992026-03-13T03:53:58.578Z Checking cobs v0.3.0
3002026-03-13T03:53:58.732Z Documenting thiserror v2.0.18
3012026-03-13T03:53:58.743Z Documenting macaddr v1.0.1
3022026-03-13T03:53:58.971Z Compiling ref-cast v1.0.25
3032026-03-13T03:53:59.391Z Compiling crc32fast v1.5.0
3042026-03-13T03:53:59.489Z Documenting ingot-macros v0.1.1
3052026-03-13T03:53:59.639Z Documenting cobs v0.3.0
3062026-03-13T03:53:59.843Z Documenting heapless v0.8.0
3072026-03-13T03:54:00.360Z Documenting serde v1.0.228
3082026-03-13T03:54:00.782Z Checking postcard v1.1.3
3092026-03-13T03:54:00.844Z Compiling ref-cast-impl v1.0.25
3102026-03-13T03:54:01.091Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-03-13T03:54:01.361Z Checking unicode-width v0.2.2
3122026-03-13T03:54:01.411Z Documenting managed v0.8.0
3132026-03-13T03:54:01.590Z Checking ipnetwork v0.21.1
3142026-03-13T03:54:01.613Z Compiling version_check v0.9.5
3152026-03-13T03:54:01.666Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-03-13T03:54:01.808Z Documenting ref-cast-impl v1.0.25
3172026-03-13T03:54:01.981Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3182026-03-13T03:54:02.092Z Documenting unicode-width v0.2.2
3192026-03-13T03:54:02.104Z Checking ingot-types v0.1.2
3202026-03-13T03:54:02.160Z Documenting ingot-types v0.1.2
3212026-03-13T03:54:02.346Z Documenting ipnetwork v0.21.1
3222026-03-13T03:54:02.409Z Documenting postcard v1.1.3
3232026-03-13T03:54:02.528Z Documenting smoltcp v0.11.0
3242026-03-13T03:54:02.572Z Checking ingot v0.1.1
3252026-03-13T03:54:02.868Z Documenting either v1.15.0
3262026-03-13T03:54:03.152Z Documenting ref-cast v1.0.25
3272026-03-13T03:54:03.445Z Documenting tabwriter v1.4.1
3282026-03-13T03:54:03.882Z Documenting ingot v0.1.1
3292026-03-13T03:54:04.173Z Checking tabwriter v1.4.1
3302026-03-13T03:54:04.608Z Documenting crc32fast v1.5.0
3312026-03-13T03:54:04.705Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3322026-03-13T03:54:04.798Z Documenting itertools v0.14.0
3332026-03-13T03:54:05.344Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3342026-03-13T03:54:05.440Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3352026-03-13T03:54:05.593Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-03-13T03:54:05.893Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-03-13T03:54:06.027Z Checking dyn-clone v1.0.20
3382026-03-13T03:54:06.145Z Documenting dyn-clone v1.0.20
3392026-03-13T03:54:07.011Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-03-13T03:54:09.147Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-03-13T03:54:12.155Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.84s
3422026-03-13T03:54:12.262Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-03-13T03:54:12.285Z
3442026-03-13T03:54:12.289Zreal 27.958988784
3452026-03-13T03:54:12.289Zuser 1:44.790582126
3462026-03-13T03:54:12.289Zsys 19.910056418
3472026-03-13T03:54:12.289Ztrap 0.058977654
3482026-03-13T03:54:12.289Ztflt 0.156547268
3492026-03-13T03:54:12.289Zdflt 0.302499820
3502026-03-13T03:54:12.289Zkflt 0.005174980
3512026-03-13T03:54:12.289Zlock 9:54.042025100
3522026-03-13T03:54:12.289Zslp 5:52.056571227
3532026-03-13T03:54:12.289Zlat 8.669010875
3542026-03-13T03:54:12.289Zstop 12.892560617
3552026-03-13T03:54:12.289Z+ header 'analyze std + api'
3562026-03-13T03:54:12.289Z+ echo '# ==== analyze std + api ==== #'
3572026-03-13T03:54:12.289Z# ==== analyze std + api ==== #
3582026-03-13T03:54:12.289Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-03-13T03:54:12.591Z Compiling proc-macro2 v1.0.106
3602026-03-13T03:54:12.591Z Compiling quote v1.0.45
3612026-03-13T03:54:12.591Z Compiling unicode-ident v1.0.24
3622026-03-13T03:54:12.594Z Compiling memchr v2.8.0
3632026-03-13T03:54:12.594Z Compiling thiserror v2.0.18
3642026-03-13T03:54:12.594Z Compiling zerocopy v0.8.42
3652026-03-13T03:54:12.594Z Compiling zmij v1.0.21
3662026-03-13T03:54:12.594Z Compiling libc v0.2.183
3672026-03-13T03:54:12.802Z Compiling serde_core v1.0.228
3682026-03-13T03:54:13.040Z Compiling serde_json v1.0.149
3692026-03-13T03:54:13.081Z Compiling ucd-trie v0.1.7
3702026-03-13T03:54:13.149Z Compiling serde v1.0.228
3712026-03-13T03:54:13.320Z Compiling pest v2.8.6
3722026-03-13T03:54:13.353Z Compiling strsim v0.11.1
3732026-03-13T03:54:13.361Z Compiling fnv v1.0.7
3742026-03-13T03:54:13.454Z Compiling ident_case v1.0.1
3752026-03-13T03:54:13.739Z Compiling aho-corasick v1.1.4
3762026-03-13T03:54:13.860Z Compiling regex-syntax v0.8.10
3772026-03-13T03:54:13.870Z Checking byteorder v1.5.0
3782026-03-13T03:54:14.118Z Compiling itoa v1.0.17
3792026-03-13T03:54:14.298Z Compiling syn v2.0.117
3802026-03-13T03:54:14.798Z Compiling pest_meta v2.8.6
3812026-03-13T03:54:15.027Z Compiling either v1.15.0
3822026-03-13T03:54:15.157Z Compiling usdt-impl v0.6.0
3832026-03-13T03:54:15.423Z Compiling itertools v0.14.0
3842026-03-13T03:54:15.719Z Compiling thread-id v5.1.0
3852026-03-13T03:54:15.842Z Compiling regex-automata v0.4.14
3862026-03-13T03:54:15.898Z Checking log v0.4.29
3872026-03-13T03:54:16.115Z Compiling heapless v0.8.0
3882026-03-13T03:54:16.544Z Checking plain v0.2.3
3892026-03-13T03:54:16.908Z Checking bitflags v2.11.0
3902026-03-13T03:54:17.032Z Checking hash32 v0.3.1
3912026-03-13T03:54:17.101Z Compiling smoltcp v0.11.0
3922026-03-13T03:54:17.157Z Checking stable_deref_trait v1.2.1
3932026-03-13T03:54:17.231Z Checking pretty-hex v0.4.1
3942026-03-13T03:54:17.361Z Checking cfg-if v1.0.4
3952026-03-13T03:54:17.399Z Checking macaddr v1.0.1
3962026-03-13T03:54:17.572Z Checking managed v0.8.0
3972026-03-13T03:54:17.617Z Compiling version_check v0.9.5
3982026-03-13T03:54:17.622Z Compiling ref-cast v1.0.25
3992026-03-13T03:54:17.797Z Compiling pest_generator v2.8.6
4002026-03-13T03:54:17.930Z Compiling darling_core v0.21.3
4012026-03-13T03:54:17.963Z Checking bitflags v1.3.2
4022026-03-13T03:54:18.012Z Compiling crc32fast v1.5.0
4032026-03-13T03:54:18.130Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4042026-03-13T03:54:18.376Z Compiling regex v1.12.3
4052026-03-13T03:54:18.477Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-03-13T03:54:18.639Z Checking memmap2 v0.9.10
4072026-03-13T03:54:18.838Z Checking unicode-width v0.2.2
4082026-03-13T03:54:18.850Z Checking ipnetwork v0.21.1
4092026-03-13T03:54:19.145Z Checking tabwriter v1.4.1
4102026-03-13T03:54:19.256Z Checking dyn-clone v1.0.20
4112026-03-13T03:54:19.555Z Compiling thiserror-impl v2.0.18
4122026-03-13T03:54:19.555Z Compiling serde_derive v1.0.228
4132026-03-13T03:54:19.623Z Compiling zerocopy-derive v0.8.42
4142026-03-13T03:54:19.690Z Compiling pest_derive v2.8.6
4152026-03-13T03:54:19.716Z Compiling scroll_derive v0.13.1
4162026-03-13T03:54:20.322Z Compiling ref-cast-impl v1.0.25
4172026-03-13T03:54:20.364Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-03-13T03:54:20.684Z Compiling darling_macro v0.21.3
4192026-03-13T03:54:20.815Z Checking scroll v0.13.0
4202026-03-13T03:54:21.104Z Checking goblin v0.10.5
4212026-03-13T03:54:21.250Z Compiling dtrace-parser v0.3.0
4222026-03-13T03:54:21.276Z Checking cobs v0.3.0
4232026-03-13T03:54:21.365Z Compiling darling v0.21.3
4242026-03-13T03:54:21.480Z Compiling ingot-macros v0.1.1
4252026-03-13T03:54:21.487Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-03-13T03:54:23.251Z Checking postcard v1.1.3
4272026-03-13T03:54:23.351Z Compiling serde_tokenstream v0.2.3
4282026-03-13T03:54:25.176Z Checking dof v0.4.0
4292026-03-13T03:54:25.176Z Checking ingot-types v0.1.2
4302026-03-13T03:54:25.592Z Checking ingot v0.1.1
4312026-03-13T03:54:26.481Z Compiling usdt-macro v0.6.0
4322026-03-13T03:54:26.512Z Compiling usdt-attr-macro v0.6.0
4332026-03-13T03:54:27.221Z Checking usdt v0.6.0
4342026-03-13T03:54:27.697Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-03-13T03:54:39.241Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.89s
4362026-03-13T03:54:39.274Z
4372026-03-13T03:54:39.277Zreal 26.987864832
4382026-03-13T03:54:39.277Zuser 1:27.753995463
4392026-03-13T03:54:39.277Zsys 15.226751735
4402026-03-13T03:54:39.277Ztrap 0.044938330
4412026-03-13T03:54:39.277Ztflt 0.154981137
4422026-03-13T03:54:39.277Zdflt 0.189313324
4432026-03-13T03:54:39.277Zkflt 0.000008661
4442026-03-13T03:54:39.277Zlock 5:12.385994850
4452026-03-13T03:54:39.277Zslp 4:27.810710695
4462026-03-13T03:54:39.277Zlat 3.693139536
4472026-03-13T03:54:39.277Zstop 8.041304304
4482026-03-13T03:54:39.277Z+ header 'analyze no_std + engine + kernel'
4492026-03-13T03:54:39.277Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-03-13T03:54:39.277Z# ==== analyze no_std + engine + kernel ==== #
4512026-03-13T03:54:39.277Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-03-13T03:54:39.511Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4532026-03-13T03:54:39.511Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4542026-03-13T03:54:39.514Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-03-13T03:54:39.538Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-03-13T03:54:39.886Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-03-13T03:54:45.918Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.59s
4582026-03-13T03:54:45.952Z
4592026-03-13T03:54:45.955Zreal 6.672580058
4602026-03-13T03:54:45.955Zuser 7.196791581
4612026-03-13T03:54:45.955Zsys 1.125546928
4622026-03-13T03:54:45.955Ztrap 0.000902599
4632026-03-13T03:54:45.955Ztflt 0.005047023
4642026-03-13T03:54:45.955Zdflt 0.001693681
4652026-03-13T03:54:45.955Zkflt 0.000000000
4662026-03-13T03:54:45.955Zlock 24.324556818
4672026-03-13T03:54:45.955Zslp 25.121567895
4682026-03-13T03:54:45.955Zlat 0.018863599
4692026-03-13T03:54:45.955Zstop 0.278400786
4702026-03-13T03:54:45.955Z+ header test
4712026-03-13T03:54:45.955Z+ echo '# ==== test ==== #'
4722026-03-13T03:54:45.955Z# ==== test ==== #
4732026-03-13T03:54:45.955Z+ ptime -m cargo test
4742026-03-13T03:54:46.152Z Compiling serde_core v1.0.228
4752026-03-13T03:54:46.173Z Compiling thiserror v2.0.18
4762026-03-13T03:54:46.176Z Compiling zerocopy v0.8.42
4772026-03-13T03:54:46.179Z Compiling memchr v2.8.0
4782026-03-13T03:54:46.179Z Compiling byteorder v1.5.0
4792026-03-13T03:54:46.185Z Compiling unicode-ident v1.0.24
4802026-03-13T03:54:46.188Z Compiling zmij v1.0.21
4812026-03-13T03:54:46.192Z Compiling scroll v0.13.0
4822026-03-13T03:54:46.279Z Compiling libc v0.2.183
4832026-03-13T03:54:46.340Z Compiling proc-macro2 v1.0.106
4842026-03-13T03:54:46.461Z Compiling itoa v1.0.17
4852026-03-13T03:54:46.528Z Compiling plain v0.2.3
4862026-03-13T03:54:46.645Z Compiling ucd-trie v0.1.7
4872026-03-13T03:54:46.660Z Compiling log v0.4.29
4882026-03-13T03:54:46.769Z Compiling hash32 v0.3.1
4892026-03-13T03:54:46.782Z Compiling stable_deref_trait v1.2.1
4902026-03-13T03:54:46.862Z Compiling goblin v0.10.5
4912026-03-13T03:54:46.931Z Compiling pest v2.8.6
4922026-03-13T03:54:46.959Z Compiling quote v1.0.45
4932026-03-13T03:54:47.535Z Compiling pretty-hex v0.4.1
4942026-03-13T03:54:47.696Z Compiling cfg-if v1.0.4
4952026-03-13T03:54:47.770Z Compiling macaddr v1.0.1
4962026-03-13T03:54:47.809Z Compiling syn v2.0.117
4972026-03-13T03:54:48.090Z Compiling heapless v0.8.0
4982026-03-13T03:54:48.249Z Compiling thread-id v5.1.0
4992026-03-13T03:54:48.339Z Compiling cobs v0.3.0
5002026-03-13T03:54:48.678Z Compiling serde v1.0.228
5012026-03-13T03:54:48.681Z Compiling serde_json v1.0.149
5022026-03-13T03:54:48.961Z Compiling bitflags v2.11.0
5032026-03-13T03:54:49.320Z Compiling dtrace-parser v0.3.0
5042026-03-13T03:54:49.488Z Compiling bitflags v1.3.2
5052026-03-13T03:54:49.540Z Compiling managed v0.8.0
5062026-03-13T03:54:49.566Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-03-13T03:54:49.872Z Compiling smoltcp v0.11.0
5082026-03-13T03:54:49.897Z Compiling postcard v1.1.3
5092026-03-13T03:54:49.933Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5102026-03-13T03:54:50.299Z Compiling memmap2 v0.9.10
5112026-03-13T03:54:50.549Z Compiling ingot-types v0.1.2
5122026-03-13T03:54:50.653Z Compiling ipnetwork v0.21.1
5132026-03-13T03:54:50.662Z Compiling unicode-width v0.2.2
5142026-03-13T03:54:51.093Z Compiling dof v0.4.0
5152026-03-13T03:54:51.119Z Compiling ingot v0.1.1
5162026-03-13T03:54:51.341Z Compiling either v1.15.0
5172026-03-13T03:54:51.606Z Compiling itertools v0.14.0
5182026-03-13T03:54:52.953Z Compiling usdt-impl v0.6.0
5192026-03-13T03:54:53.547Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5202026-03-13T03:54:53.973Z Compiling usdt v0.6.0
5212026-03-13T03:54:54.212Z Compiling tabwriter v1.4.1
5222026-03-13T03:54:54.708Z Compiling ref-cast v1.0.25
5232026-03-13T03:54:54.730Z Compiling crc32fast v1.5.0
5242026-03-13T03:54:54.854Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-03-13T03:54:55.024Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-03-13T03:54:55.588Z Compiling dyn-clone v1.0.20
5272026-03-13T03:55:13.501Z Finished `test` profile [optimized + debuginfo] target(s) in 27.54s
5282026-03-13T03:55:13.518Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-eafb29c1102bc78b)
5292026-03-13T03:55:13.522Z
5302026-03-13T03:55:13.522Zrunning 72 tests
5312026-03-13T03:55:13.522Ztest d_error::tests::name_truncation ... ok
5322026-03-13T03:55:13.522Ztest ddi::mblk::test::chain_append_links ... ok
5332026-03-13T03:55:13.522Ztest ddi::mblk::test::chain_breaks_links ... ok
5342026-03-13T03:55:13.522Ztest d_error::tests::name_and_data_storage ... ok
5352026-03-13T03:55:13.522Ztest ddi::mblk::test::expand_and_shrink ... ok
5362026-03-13T03:55:13.522Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5372026-03-13T03:55:13.522Ztest ddi::mblk::test::chain_drain_complete ... ok
5382026-03-13T03:55:13.522Ztest ddi::mblk::test::prefix_len ... ok
5392026-03-13T03:55:13.522Ztest ddi::mblk::test::read_seg ... ok
5402026-03-13T03:55:13.522Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5412026-03-13T03:55:13.522Ztest ddi::mblk::test::truncate ... ok
5422026-03-13T03:55:13.522Ztest ddi::mblk::test::uninitialized_packet ... ok
5432026-03-13T03:55:13.522Ztest ddi::mblk::test::wrap ... ok
5442026-03-13T03:55:13.522Ztest ddi::mblk::test::zero_byte_packet ... ok
5452026-03-13T03:55:13.522Ztest ddi::time::test::good_interval ... ok
5462026-03-13T03:55:13.522Ztest engine::dhcpv6::options::test::test_client_id ... ok
5472026-03-13T03:55:13.522Ztest engine::dhcp::test::domainname_encode ... ok
5482026-03-13T03:55:13.522Ztest engine::dhcp::test::domain_search_option_encode ... ok
5492026-03-13T03:55:13.522Ztest engine::dhcp::test::rfc3442_encode ... ok
5502026-03-13T03:55:13.523Ztest engine::dhcp::test::offlink_encode ... ok
5512026-03-13T03:55:13.523Ztest engine::dhcp::test::hostname_encode ... ok
5522026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5532026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5542026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5552026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_iana ... ok
5562026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_iata ... ok
5572026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5582026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_option_request ... ok
5592026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5602026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5612026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5622026-03-13T03:55:13.523Ztest ddi::time::test::bad_interval - should panic ... ok
5632026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5642026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5652026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_server_id ... ok
5662026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5672026-03-13T03:55:13.523Ztest engine::dhcpv6::options::test::test_status ... ok
5682026-03-13T03:55:13.523Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5692026-03-13T03:55:13.523Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5702026-03-13T03:55:13.523Ztest engine::ether::test::emit ... ok
5712026-03-13T03:55:13.523Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5722026-03-13T03:55:13.523Ztest engine::flow_table::test::flow_clear ... ok
5732026-03-13T03:55:13.523Ztest engine::ip::v4::test::cidr_match ... ok
5742026-03-13T03:55:13.523Ztest engine::geneve::test::emit_no_opts ... ok
5752026-03-13T03:55:13.523Ztest engine::geneve::test::emit_single_opt ... ok
5762026-03-13T03:55:13.523Ztest engine::flow_table::test::flow_expired ... ok
5772026-03-13T03:55:13.523Ztest engine::ip::v4::test::emit ... ok
5782026-03-13T03:55:13.523Ztest engine::ip::v4::test::match_check ... ok
5792026-03-13T03:55:13.523Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5802026-03-13T03:55:13.523Ztest engine::ip::v6::test::from_pairs ... ok
5812026-03-13T03:55:13.523Ztest engine::ip::v6::test::emit ... ok
5822026-03-13T03:55:13.523Ztest engine::ip::v6::test::option_push_spec ... ok
5832026-03-13T03:55:13.523Ztest engine::ip::v6::test::extension_push_spec ... ok
5842026-03-13T03:55:13.523Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5852026-03-13T03:55:13.523Ztest engine::ip::v6::test::test_set_total_len ... ok
5862026-03-13T03:55:13.524Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5872026-03-13T03:55:13.524Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5882026-03-13T03:55:13.524Ztest engine::packet::test::read_multi_segment ... ok
5892026-03-13T03:55:13.524Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5902026-03-13T03:55:13.524Ztest engine::layer::test::find_rule ... ok
5912026-03-13T03:55:13.533Ztest engine::packet::test::straddled_tcp ... ok
5922026-03-13T03:55:13.534Ztest engine::packet::test::small_packet_with_padding ... ok
5932026-03-13T03:55:13.534Ztest engine::nat::test::nat4_rewrite ... ok
5942026-03-13T03:55:13.534Ztest engine::packet::test::read_single_segment ... ok
5952026-03-13T03:55:13.534Ztest engine::ip::v6::test::push_spec ... ok
5962026-03-13T03:55:13.534Ztest engine::packet::test::udp6_packet_with_padding ... ok
5972026-03-13T03:55:13.534Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5982026-03-13T03:55:13.534Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5992026-03-13T03:55:13.534Ztest engine::rule::rule_matching ... ok
6002026-03-13T03:55:13.534Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-03-13T03:55:13.534Ztest engine::snat::test::nat_mappings ... ok
6022026-03-13T03:55:13.534Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6032026-03-13T03:55:13.534Z
6042026-03-13T03:55:13.534Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-03-13T03:55:13.534Z
6062026-03-13T03:55:13.534Z Doc-tests opte
6072026-03-13T03:55:16.091Z
6082026-03-13T03:55:16.091Zrunning 3 tests
6092026-03-13T03:55:16.094Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-03-13T03:55:16.094Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6112026-03-13T03:55:16.094Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6122026-03-13T03:55:16.095Z
6132026-03-13T03:55:16.095Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-03-13T03:55:16.095Z
6152026-03-13T03:55:16.099Zall doctests ran in 1.80s; merged doctests compilation took 1.79s
6162026-03-13T03:55:16.146Z
6172026-03-13T03:55:16.152Zreal 30.186211163
6182026-03-13T03:55:16.152Zuser 2:34.615938441
6192026-03-13T03:55:16.152Zsys 8.575002502
6202026-03-13T03:55:16.152Ztrap 0.075029248
6212026-03-13T03:55:16.153Ztflt 0.312360174
6222026-03-13T03:55:16.153Zdflt 0.295704563
6232026-03-13T03:55:16.153Zkflt 0.000000000
6242026-03-13T03:55:16.153Zlock 7:47.392652476
6252026-03-13T03:55:16.153Zslp 4:47.707323891
6262026-03-13T03:55:16.153Zlat 7.935488773
6272026-03-13T03:55:16.153Zstop 3.737678920
6282026-03-13T03:55:16.153Zprocess exited: duration 109059 ms, exit code 0
 
6292026-03-13T03:55:16.170Zfound 0 output files