01KRB1QCBDKKC1YYHN12PSZX91: opte

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

Buildomat Job: 01KRB1QPVE4S93SRGY81HZWKFR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:17:11.643Zjob assigned to worker 01KRB1QV88EPST6CQQKFPS5HVV [factory aws, i-09b065202680e9deb] (queued for 46 s)
 
22026-05-11T08:17:18.190Zstarting task 0: "setup"
32026-05-11T08:17:18.197Z++ uname -s
42026-05-11T08:17:18.200Z+ kern=SunOS
52026-05-11T08:17:18.200Z+ build_user=build
62026-05-11T08:17:18.200Z+ build_uid=12345
72026-05-11T08:17:18.200Z+ work_dir=/work
82026-05-11T08:17:18.200Z+ input_dir=/input
92026-05-11T08:17:18.200Z+ [[ 0 == 12345 ]]
102026-05-11T08:17:18.200Z+ case "$kern" in
112026-05-11T08:17:18.201Z+ groupadd -g 12345 build
122026-05-11T08:17:18.215Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:17:20.223Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:17:20.385Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:17:20.389Z+ home_fs=zfs
162026-05-11T08:17:20.389Z+ [[ zfs == autofs ]]
172026-05-11T08:17:20.389Z+ mkdir -p /home/build
182026-05-11T08:17:20.389Z+ chown build:build /home/build /work
192026-05-11T08:17:21.389Z+ chmod 0700 /home/build /work
202026-05-11T08:17:21.393Zprocess exited: duration 3206 ms, exit code 0
 
212026-05-11T08:17:21.401Zstarting task 1: "rust-toolchain"
222026-05-11T08:17:21.405Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:17:21.405Z * rust toolchain channel = "1.94.1"
242026-05-11T08:17:21.405Z * rust toolchain profile = "default"
252026-05-11T08:17:21.405Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T08:17:21.405Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T08:17:21.405Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T08:17:21.408Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:17:21.408Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:17:21.511Zinfo: downloading installer
312026-05-11T08:17:22.887Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:17:22.887Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:17:22.887Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:17:22.887Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:17:22.900Zinfo: profile set to default
362026-05-11T08:17:22.900Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:17:22.903Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:17:23.037Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:17:23.040Zinfo: downloading 6 components
402026-05-11T08:17:37.161Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T08:17:37.161Z
422026-05-11T08:17:37.190Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:17:37.190Z
442026-05-11T08:17:37.190Z
452026-05-11T08:17:37.190ZRust is installed now. Great!
462026-05-11T08:17:37.190Z
472026-05-11T08:17:37.193ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:17:37.193Zenvironment variable. This has not been done automatically.
492026-05-11T08:17:37.194Z
502026-05-11T08:17:37.194ZTo configure your current shell, you need to source
512026-05-11T08:17:37.194Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:17:37.194Z
532026-05-11T08:17:37.194ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:17:37.194Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:17:37.194Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:17:37.194Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:17:37.194Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:17:37.194Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:17:37.194Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:17:37.194Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:17:37.194Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:17:37.282Z+ rustup --version
632026-05-11T08:17:37.291Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:17:37.294Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:17:37.311Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:17:37.314Z+ cargo --version
672026-05-11T08:17:37.327Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:17:37.330Z+ rustc --version
692026-05-11T08:17:37.350Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:17:37.353Zprocess exited: duration 15950 ms, exit code 0
 
712026-05-11T08:17:37.361Zstarting task 2: "authentication"
722026-05-11T08:17:37.375Zprocess exited: duration 16 ms, exit code 0
 
732026-05-11T08:17:37.381Zstarting task 3: "clone repository"
742026-05-11T08:17:37.384Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:17:37.387Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:17:37.418ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:17:38.251Z+ cd /work/oxidecomputer/opte
782026-05-11T08:17:38.255Z+ git fetch origin a1bdb07ea675b8f2567bee78c70a37e044765d53
792026-05-11T08:17:38.549ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:17:38.550Z * branch a1bdb07ea675b8f2567bee78c70a37e044765d53 -> FETCH_HEAD
812026-05-11T08:17:38.557Z+ [[ -n renovate/nix-0.x-lockfile ]]
822026-05-11T08:17:38.560Z++ git branch --show-current
832026-05-11T08:17:38.560Z+ current=master
842026-05-11T08:17:38.560Z+ [[ master != renovate/nix-0.x-lockfile ]]
852026-05-11T08:17:38.560Z+ git branch -f renovate/nix-0.x-lockfile a1bdb07ea675b8f2567bee78c70a37e044765d53
862026-05-11T08:17:38.564Z+ git checkout -f renovate/nix-0.x-lockfile
872026-05-11T08:17:38.579ZSwitched to branch 'renovate/nix-0.x-lockfile'
882026-05-11T08:17:38.583Z+ git reset --hard a1bdb07ea675b8f2567bee78c70a37e044765d53
892026-05-11T08:17:38.597ZHEAD is now at a1bdb07 Update Rust crate nix to v0.31.3
902026-05-11T08:17:38.601Zprocess exited: duration 1214 ms, exit code 0
 
912026-05-11T08:17:38.607Zstarting task 4: "build"
922026-05-11T08:17:38.611Z+ source .github/buildomat/common.sh
932026-05-11T08:17:38.614Z++ rustup show active-toolchain
942026-05-11T08:17:38.617Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:17:38.617Z++ pushd xde
962026-05-11T08:17:38.617Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T08:17:38.617Z++ rustup show active-toolchain
982026-05-11T08:17:38.625Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:17:38.782Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:17:38.786Zinfo: downloading 6 components
1012026-05-11T08:17:55.092Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:17:55.180Z+++ rustup show active-toolchain -v
1032026-05-11T08:17:55.183Z+++ head -n 1
1042026-05-11T08:17:55.183Z+++ cut '-d ' -f1
1052026-05-11T08:17:55.233Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:17:55.233Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:17:55.233Z++ popd
1082026-05-11T08:17:55.236Z/work/oxidecomputer/opte
1092026-05-11T08:17:55.236Z+ cargo --version
1102026-05-11T08:17:55.243Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T08:17:55.246Z+ rustc --version
1122026-05-11T08:17:55.265Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T08:17:55.268Z+ cd lib/opte
1142026-05-11T08:17:55.268Z+ header 'check style'
1152026-05-11T08:17:55.268Z+ echo '# ==== check style ==== #'
1162026-05-11T08:17:55.268Z# ==== check style ==== #
1172026-05-11T08:17:55.268Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-11T08:17:55.444Z
1192026-05-11T08:17:55.444Zreal 0.174303080
1202026-05-11T08:17:55.444Zuser 0.133215761
1212026-05-11T08:17:55.444Zsys 0.035300641
1222026-05-11T08:17:55.444Ztrap 0.000009478
1232026-05-11T08:17:55.444Ztflt 0.000006157
1242026-05-11T08:17:55.448Zdflt 0.000007738
1252026-05-11T08:17:55.448Zkflt 0.000000000
1262026-05-11T08:17:55.448Zlock 0.035951856
1272026-05-11T08:17:55.448Zslp 0.154128157
1282026-05-11T08:17:55.448Zlat 0.000827021
1292026-05-11T08:17:55.448Zstop 0.000096291
1302026-05-11T08:17:55.448Z+ header 'check docs'
1312026-05-11T08:17:55.448Z+ echo '# ==== check docs ==== #'
1322026-05-11T08:17:55.448Z# ==== check docs ==== #
1332026-05-11T08:17:55.448Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-11T08:17:55.448Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-11T08:17:55.516Z Updating crates.io index
1362026-05-11T08:17:55.520Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-11T08:17:56.258Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-11T08:17:56.877Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-11T08:17:57.205Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-11T08:17:57.483Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-11T08:17:57.934Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-11T08:17:58.217Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-11T08:18:00.069Z Downloading crates ...
1442026-05-11T08:18:00.122Z Downloaded bitflags v1.3.2
1452026-05-11T08:18:00.125Z Downloaded hash32 v0.3.1
1462026-05-11T08:18:00.131Z Downloaded ident_case v1.0.1
1472026-05-11T08:18:00.134Z Downloaded defmt v0.3.100
1482026-05-11T08:18:00.137Z Downloaded dyn-clone v1.0.20
1492026-05-11T08:18:00.138Z Downloaded dof v0.4.0
1502026-05-11T08:18:00.138Z Downloaded defmt-parser v1.0.0
1512026-05-11T08:18:00.141Z Downloaded darling_macro v0.23.0
1522026-05-11T08:18:00.144Z Downloaded cpufeatures v0.2.17
1532026-05-11T08:18:00.147Z Downloaded fnv v1.0.7
1542026-05-11T08:18:00.147Z Downloaded aho-corasick v1.1.4
1552026-05-11T08:18:00.150Z Downloaded macaddr v1.0.1
1562026-05-11T08:18:00.150Z Downloaded block-buffer v0.10.4
1572026-05-11T08:18:00.150Z Downloaded cfg-if v1.0.4
1582026-05-11T08:18:00.154Z Downloaded dtrace-parser v0.3.0
1592026-05-11T08:18:00.157Z Downloaded managed v0.8.0
1602026-05-11T08:18:00.157Z Downloaded ingot-types v0.1.2
1612026-05-11T08:18:00.160Z Downloaded defmt-macros v1.0.1
1622026-05-11T08:18:00.160Z Downloaded cobs v0.3.0
1632026-05-11T08:18:00.160Z Downloaded itoa v1.0.18
1642026-05-11T08:18:00.163Z Downloaded generic-array v0.14.7
1652026-05-11T08:18:00.163Z Downloaded plain v0.2.3
1662026-05-11T08:18:00.167Z Downloaded embedded-io v0.6.1
1672026-05-11T08:18:00.173Z Downloaded digest v0.10.7
1682026-05-11T08:18:00.176Z Downloaded ingot v0.1.1
1692026-05-11T08:18:00.179Z Downloaded darling_macro v0.21.3
1702026-05-11T08:18:00.179Z Downloaded embedded-io v0.4.0
1712026-05-11T08:18:00.183Z Downloaded crypto-common v0.1.7
1722026-05-11T08:18:00.187Z Downloaded postcard v1.1.3
1732026-05-11T08:18:00.190Z Downloaded byteorder v1.5.0
1742026-05-11T08:18:00.190Z Downloaded ipnetwork v0.21.1
1752026-05-11T08:18:00.194Z Downloaded ref-cast v1.0.25
1762026-05-11T08:18:00.198Z Downloaded version_check v0.9.5
1772026-05-11T08:18:00.201Z Downloaded usdt-macro v0.6.0
1782026-05-11T08:18:00.201Z Downloaded stable_deref_trait v1.2.1
1792026-05-11T08:18:00.204Z Downloaded scroll_derive v0.13.1
1802026-05-11T08:18:00.205Z Downloaded pretty-hex v0.4.2
1812026-05-11T08:18:00.211Z Downloaded proc-macro-error-attr2 v2.0.0
1822026-05-11T08:18:00.219Z Downloaded either v1.15.0
1832026-05-11T08:18:00.222Z Downloaded strsim v0.11.1
1842026-05-11T08:18:00.227Z Downloaded tabwriter v1.4.1
1852026-05-11T08:18:00.231Z Downloaded thread-id v5.1.0
1862026-05-11T08:18:00.234Z Downloaded ref-cast-impl v1.0.25
1872026-05-11T08:18:00.234Z Downloaded usdt-attr-macro v0.6.0
1882026-05-11T08:18:00.234Z Downloaded crc32fast v1.5.0
1892026-05-11T08:18:00.237Z Downloaded pest_derive v2.8.6
1902026-05-11T08:18:00.240Z Downloaded darling v0.23.0
1912026-05-11T08:18:00.243Z Downloaded ingot-macros v0.1.1
1922026-05-11T08:18:00.246Z Downloaded defmt v1.0.1
1932026-05-11T08:18:00.249Z Downloaded thiserror-impl v2.0.18
1942026-05-11T08:18:00.249Z Downloaded serde_tokenstream v0.2.3
1952026-05-11T08:18:00.249Z Downloaded scroll v0.13.0
1962026-05-11T08:18:00.254Z Downloaded quote v1.0.45
1972026-05-11T08:18:00.257Z Downloaded zmij v1.0.21
1982026-05-11T08:18:00.257Z Downloaded thiserror v2.0.18
1992026-05-11T08:18:00.260Z Downloaded pest_generator v2.8.6
2002026-05-11T08:18:00.260Z Downloaded sha2 v0.10.9
2012026-05-11T08:18:00.263Z Downloaded darling v0.21.3
2022026-05-11T08:18:00.263Z Downloaded usdt-impl v0.6.0
2032026-05-11T08:18:00.277Z Downloaded memmap2 v0.9.10
2042026-05-11T08:18:00.282Z Downloaded ucd-trie v0.1.7
2052026-05-11T08:18:00.285Z Downloaded proc-macro-error2 v2.0.1
2062026-05-11T08:18:00.290Z Downloaded log v0.4.29
2072026-05-11T08:18:00.293Z Downloaded bitflags v2.11.1
2082026-05-11T08:18:00.310Z Downloaded usdt v0.6.0
2092026-05-11T08:18:00.319Z Downloaded heapless v0.8.0
2102026-05-11T08:18:00.322Z Downloaded serde_core v1.0.228
2112026-05-11T08:18:00.329Z Downloaded serde_derive v1.0.228
2122026-05-11T08:18:00.339Z Downloaded unicode-ident v1.0.24
2132026-05-11T08:18:00.343Z Downloaded darling_core v0.21.3
2142026-05-11T08:18:00.347Z Downloaded pest_meta v2.8.6
2152026-05-11T08:18:00.347Z Downloaded memchr v2.8.0
2162026-05-11T08:18:00.351Z Downloaded proc-macro2 v1.0.106
2172026-05-11T08:18:00.354Z Downloaded serde v1.0.228
2182026-05-11T08:18:00.361Z Downloaded darling_core v0.23.0
2192026-05-11T08:18:00.364Z Downloaded zerocopy-derive v0.8.48
2202026-05-11T08:18:00.377Z Downloaded typenum v1.20.0
2212026-05-11T08:18:00.387Z Downloaded itertools v0.14.0
2222026-05-11T08:18:00.397Z Downloaded pest v2.8.6
2232026-05-11T08:18:00.415Z Downloaded serde_json v1.0.149
2242026-05-11T08:18:00.418Z Downloaded regex v1.12.3
2252026-05-11T08:18:00.470Z Downloaded goblin v0.10.5
2262026-05-11T08:18:00.474Z Downloaded zerocopy v0.8.48
2272026-05-11T08:18:00.484Z Downloaded syn v2.0.117
2282026-05-11T08:18:00.490Z Downloaded unicode-width v0.2.2
2292026-05-11T08:18:00.493Z Downloaded smoltcp v0.11.0
2302026-05-11T08:18:00.499Z Downloaded regex-syntax v0.8.10
2312026-05-11T08:18:00.534Z Downloaded regex-automata v0.4.14
2322026-05-11T08:18:00.542Z Downloaded libc v0.2.186
2332026-05-11T08:18:00.602Z Compiling proc-macro2 v1.0.106
2342026-05-11T08:18:00.602Z Compiling quote v1.0.45
2352026-05-11T08:18:00.602Z Compiling unicode-ident v1.0.24
2362026-05-11T08:18:00.606Z Documenting unicode-ident v1.0.24
2372026-05-11T08:18:00.606Z Compiling ident_case v1.0.1
2382026-05-11T08:18:00.606Z Compiling strsim v0.11.1
2392026-05-11T08:18:00.606Z Compiling serde_core v1.0.228
2402026-05-11T08:18:00.757Z Compiling fnv v1.0.7
2412026-05-11T08:18:00.775Z Checking memchr v2.8.0
2422026-05-11T08:18:00.841Z Compiling serde v1.0.228
2432026-05-11T08:18:01.003Z Compiling thiserror v2.0.18
2442026-05-11T08:18:01.053Z Compiling zerocopy v0.8.48
2452026-05-11T08:18:01.172Z Documenting proc-macro2 v1.0.106
2462026-05-11T08:18:01.246Z Compiling aho-corasick v1.1.4
2472026-05-11T08:18:01.355Z Compiling regex-syntax v0.8.10
2482026-05-11T08:18:01.640Z Checking syn v2.0.117
2492026-05-11T08:18:01.746Z Documenting quote v1.0.45
2502026-05-11T08:18:01.754Z Compiling either v1.15.0
2512026-05-11T08:18:02.187Z Checking byteorder v1.5.0
2522026-05-11T08:18:02.238Z Documenting syn v2.0.117
2532026-05-11T08:18:02.338Z Compiling itertools v0.14.0
2542026-05-11T08:18:02.528Z Compiling heapless v0.8.0
2552026-05-11T08:18:02.677Z Documenting memchr v2.8.0
2562026-05-11T08:18:02.843Z Compiling regex-automata v0.4.14
2572026-05-11T08:18:03.296Z Documenting aho-corasick v1.1.4
2582026-05-11T08:18:03.547Z Checking bitflags v2.11.1
2592026-05-11T08:18:03.561Z Checking hash32 v0.3.1
2602026-05-11T08:18:03.620Z Documenting serde_core v1.0.228
2612026-05-11T08:18:03.661Z Checking cfg-if v1.0.4
2622026-05-11T08:18:03.698Z Documenting regex-syntax v0.8.10
2632026-05-11T08:18:03.719Z Checking macaddr v1.0.1
2642026-05-11T08:18:03.950Z Checking stable_deref_trait v1.2.1
2652026-05-11T08:18:04.015Z Checking darling_core v0.21.3
2662026-05-11T08:18:04.190Z Compiling darling_core v0.23.0
2672026-05-11T08:18:04.613Z Compiling regex v1.12.3
2682026-05-11T08:18:04.735Z Documenting regex-automata v0.4.14
2692026-05-11T08:18:05.012Z Compiling smoltcp v0.11.0
2702026-05-11T08:18:05.262Z Compiling thiserror-impl v2.0.18
2712026-05-11T08:18:05.272Z Compiling serde_derive v1.0.228
2722026-05-11T08:18:05.334Z Compiling zerocopy-derive v0.8.48
2732026-05-11T08:18:05.641Z Documenting zerocopy-derive v0.8.48
2742026-05-11T08:18:06.085Z Documenting regex v1.12.3
2752026-05-11T08:18:06.134Z Documenting thiserror-impl v2.0.18
2762026-05-11T08:18:06.216Z Compiling darling_macro v0.21.3
2772026-05-11T08:18:06.333Z Compiling darling_macro v0.23.0
2782026-05-11T08:18:06.528Z Documenting serde_derive v1.0.228
2792026-05-11T08:18:06.637Z Checking cobs v0.3.0
2802026-05-11T08:18:06.805Z Compiling darling v0.21.3
2812026-05-11T08:18:06.882Z Compiling ingot-macros v0.1.1
2822026-05-11T08:18:06.984Z Checking bitflags v1.3.2
2832026-05-11T08:18:06.994Z Documenting byteorder v1.5.0
2842026-05-11T08:18:07.045Z Checking managed v0.8.0
2852026-05-11T08:18:07.098Z Documenting thiserror v2.0.18
2862026-05-11T08:18:07.146Z Documenting ingot-macros v0.1.1
2872026-05-11T08:18:07.223Z Documenting zerocopy v0.8.48
2882026-05-11T08:18:07.535Z Documenting hash32 v0.3.1
2892026-05-11T08:18:07.695Z Documenting bitflags v2.11.1
2902026-05-11T08:18:07.909Z Compiling crc32fast v1.5.0
2912026-05-11T08:18:08.079Z Documenting serde v1.0.228
2922026-05-11T08:18:08.214Z Documenting macaddr v1.0.1
2932026-05-11T08:18:08.335Z Documenting cfg-if v1.0.4
2942026-05-11T08:18:08.396Z Compiling ref-cast v1.0.25
2952026-05-11T08:18:08.481Z Documenting stable_deref_trait v1.2.1
2962026-05-11T08:18:08.747Z Checking postcard v1.1.3
2972026-05-11T08:18:08.795Z Documenting cobs v0.3.0
2982026-05-11T08:18:09.010Z Compiling ref-cast-impl v1.0.25
2992026-05-11T08:18:09.086Z Documenting heapless v0.8.0
3002026-05-11T08:18:09.498Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-05-11T08:18:09.593Z Checking ingot-types v0.1.2
3022026-05-11T08:18:09.608Z Checking unicode-width v0.2.2
3032026-05-11T08:18:09.707Z Compiling version_check v0.9.5
3042026-05-11T08:18:09.740Z Checking ipnetwork v0.21.1
3052026-05-11T08:18:09.830Z Documenting managed v0.8.0
3062026-05-11T08:18:09.851Z Documenting postcard v1.1.3
3072026-05-11T08:18:09.908Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3082026-05-11T08:18:09.927Z Checking ingot v0.1.1
3092026-05-11T08:18:09.977Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3102026-05-11T08:18:10.095Z Compiling darling v0.23.0
3112026-05-11T08:18:10.171Z Documenting ref-cast-impl v1.0.25
3122026-05-11T08:18:10.220Z Documenting ipnetwork v0.21.1
3132026-05-11T08:18:10.298Z Documenting ingot-types v0.1.2
3142026-05-11T08:18:10.494Z Documenting smoltcp v0.11.0
3152026-05-11T08:18:10.502Z Documenting unicode-width v0.2.2
3162026-05-11T08:18:10.729Z Documenting either v1.15.0
3172026-05-11T08:18:10.971Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-05-11T08:18:11.228Z Documenting ref-cast v1.0.25
3192026-05-11T08:18:11.486Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3202026-05-11T08:18:11.523Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3212026-05-11T08:18:11.779Z Documenting ingot v0.1.1
3222026-05-11T08:18:11.966Z Documenting tabwriter v1.4.1
3232026-05-11T08:18:12.210Z Checking tabwriter v1.4.1
3242026-05-11T08:18:12.220Z Documenting itertools v0.14.0
3252026-05-11T08:18:12.441Z Documenting crc32fast v1.5.0
3262026-05-11T08:18:12.752Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-05-11T08:18:12.850Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-05-11T08:18:13.082Z Documenting dyn-clone v1.0.20
3292026-05-11T08:18:13.113Z Checking dyn-clone v1.0.20
3302026-05-11T08:18:14.452Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-05-11T08:18:15.597Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-05-11T08:18:17.857Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.40s
3332026-05-11T08:18:17.944Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-05-11T08:18:17.964Z
3352026-05-11T08:18:17.968Zreal 22.499903555
3362026-05-11T08:18:17.968Zuser 1:16.401011530
3372026-05-11T08:18:17.968Zsys 16.027486965
3382026-05-11T08:18:17.968Ztrap 0.041020592
3392026-05-11T08:18:17.968Ztflt 0.036459762
3402026-05-11T08:18:17.968Zdflt 0.069266971
3412026-05-11T08:18:17.968Zkflt 0.005892894
3422026-05-11T08:18:17.968Zlock 6:45.015541744
3432026-05-11T08:18:17.968Zslp 4:15.670578472
3442026-05-11T08:18:17.968Zlat 8.754178005
3452026-05-11T08:18:17.968Zstop 9.626750543
3462026-05-11T08:18:17.968Z+ header 'analyze std + api'
3472026-05-11T08:18:17.968Z+ echo '# ==== analyze std + api ==== #'
3482026-05-11T08:18:17.968Z# ==== analyze std + api ==== #
3492026-05-11T08:18:17.968Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-05-11T08:18:18.212Z Compiling proc-macro2 v1.0.106
3512026-05-11T08:18:18.212Z Compiling quote v1.0.45
3522026-05-11T08:18:18.215Z Compiling unicode-ident v1.0.24
3532026-05-11T08:18:18.215Z Compiling memchr v2.8.0
3542026-05-11T08:18:18.215Z Compiling thiserror v2.0.18
3552026-05-11T08:18:18.215Z Compiling zerocopy v0.8.48
3562026-05-11T08:18:18.215Z Compiling zmij v1.0.21
3572026-05-11T08:18:18.215Z Compiling serde_core v1.0.228
3582026-05-11T08:18:18.388Z Compiling libc v0.2.186
3592026-05-11T08:18:18.549Z Compiling serde_json v1.0.149
3602026-05-11T08:18:18.577Z Compiling strsim v0.11.1
3612026-05-11T08:18:18.582Z Compiling ucd-trie v0.1.7
3622026-05-11T08:18:18.593Z Compiling ident_case v1.0.1
3632026-05-11T08:18:18.703Z Compiling pest v2.8.6
3642026-05-11T08:18:18.827Z Compiling serde v1.0.228
3652026-05-11T08:18:19.015Z Compiling fnv v1.0.7
3662026-05-11T08:18:19.139Z Compiling aho-corasick v1.1.4
3672026-05-11T08:18:19.209Z Compiling regex-syntax v0.8.10
3682026-05-11T08:18:19.482Z Checking byteorder v1.5.0
3692026-05-11T08:18:19.566Z Compiling syn v2.0.117
3702026-05-11T08:18:19.589Z Compiling itoa v1.0.18
3712026-05-11T08:18:19.756Z Compiling pest_meta v2.8.6
3722026-05-11T08:18:20.131Z Compiling usdt-impl v0.6.0
3732026-05-11T08:18:20.136Z Compiling either v1.15.0
3742026-05-11T08:18:20.326Z Compiling itertools v0.14.0
3752026-05-11T08:18:20.564Z Compiling thread-id v5.1.0
3762026-05-11T08:18:20.631Z Compiling regex-automata v0.4.14
3772026-05-11T08:18:20.827Z Compiling heapless v0.8.0
3782026-05-11T08:18:20.894Z Checking plain v0.2.3
3792026-05-11T08:18:20.986Z Checking log v0.4.29
3802026-05-11T08:18:21.350Z Checking bitflags v2.11.1
3812026-05-11T08:18:21.455Z Checking hash32 v0.3.1
3822026-05-11T08:18:21.513Z Compiling smoltcp v0.11.0
3832026-05-11T08:18:21.575Z Checking pretty-hex v0.4.2
3842026-05-11T08:18:21.685Z Checking macaddr v1.0.1
3852026-05-11T08:18:21.716Z Checking cfg-if v1.0.4
3862026-05-11T08:18:21.775Z Checking stable_deref_trait v1.2.1
3872026-05-11T08:18:21.854Z Compiling crc32fast v1.5.0
3882026-05-11T08:18:21.864Z Checking managed v0.8.0
3892026-05-11T08:18:21.894Z Checking bitflags v1.3.2
3902026-05-11T08:18:21.955Z Compiling ref-cast v1.0.25
3912026-05-11T08:18:22.042Z Compiling pest_generator v2.8.6
3922026-05-11T08:18:22.133Z Compiling darling_core v0.21.3
3932026-05-11T08:18:22.214Z Compiling darling_core v0.23.0
3942026-05-11T08:18:22.260Z Compiling version_check v0.9.5
3952026-05-11T08:18:22.366Z Compiling regex v1.12.3
3962026-05-11T08:18:22.531Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3972026-05-11T08:18:22.769Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-11T08:18:22.785Z Checking memmap2 v0.9.10
3992026-05-11T08:18:22.941Z Checking ipnetwork v0.21.1
4002026-05-11T08:18:23.108Z Checking unicode-width v0.2.2
4012026-05-11T08:18:23.231Z Compiling thiserror-impl v2.0.18
4022026-05-11T08:18:23.272Z Compiling serde_derive v1.0.228
4032026-05-11T08:18:23.347Z Compiling zerocopy-derive v0.8.48
4042026-05-11T08:18:23.808Z Compiling pest_derive v2.8.6
4052026-05-11T08:18:23.865Z Compiling scroll_derive v0.13.1
4062026-05-11T08:18:24.211Z Compiling darling_macro v0.21.3
4072026-05-11T08:18:24.249Z Compiling ref-cast-impl v1.0.25
4082026-05-11T08:18:24.299Z Checking tabwriter v1.4.1
4092026-05-11T08:18:24.304Z Compiling darling_macro v0.23.0
4102026-05-11T08:18:24.520Z Compiling dtrace-parser v0.3.0
4112026-05-11T08:18:24.661Z Checking scroll v0.13.0
4122026-05-11T08:18:24.755Z Compiling darling v0.21.3
4132026-05-11T08:18:24.816Z Checking cobs v0.3.0
4142026-05-11T08:18:24.819Z Compiling darling v0.23.0
4152026-05-11T08:18:24.822Z Compiling ingot-macros v0.1.1
4162026-05-11T08:18:24.882Z Checking goblin v0.10.5
4172026-05-11T08:18:24.886Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4182026-05-11T08:18:25.038Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4192026-05-11T08:18:25.281Z Checking dyn-clone v1.0.20
4202026-05-11T08:18:26.308Z Checking postcard v1.1.3
4212026-05-11T08:18:26.330Z Compiling serde_tokenstream v0.2.3
4222026-05-11T08:18:27.384Z Checking dof v0.4.0
4232026-05-11T08:18:27.384Z Checking ingot-types v0.1.2
4242026-05-11T08:18:27.685Z Checking ingot v0.1.1
4252026-05-11T08:18:28.318Z Compiling usdt-macro v0.6.0
4262026-05-11T08:18:28.322Z Compiling usdt-attr-macro v0.6.0
4272026-05-11T08:18:28.892Z Checking usdt v0.6.0
4282026-05-11T08:18:29.099Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-05-11T08:18:37.190Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.17s
4302026-05-11T08:18:37.219Z
4312026-05-11T08:18:37.219Zreal 19.247740881
4322026-05-11T08:18:37.219Zuser 1:03.912525240
4332026-05-11T08:18:37.219Zsys 12.540064371
4342026-05-11T08:18:37.219Ztrap 0.031750241
4352026-05-11T08:18:37.219Ztflt 0.140168099
4362026-05-11T08:18:37.219Zdflt 0.222040124
4372026-05-11T08:18:37.219Zkflt 0.000014809
4382026-05-11T08:18:37.219Zlock 3:42.446302727
4392026-05-11T08:18:37.219Zslp 3:22.209118376
4402026-05-11T08:18:37.219Zlat 3.762017111
4412026-05-11T08:18:37.219Zstop 6.253111621
4422026-05-11T08:18:37.223Z+ header 'analyze no_std + engine + kernel'
4432026-05-11T08:18:37.223Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-05-11T08:18:37.223Z# ==== analyze no_std + engine + kernel ==== #
4452026-05-11T08:18:37.223Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4462026-05-11T08:18:37.398Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4472026-05-11T08:18:37.398Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-05-11T08:18:37.403Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-05-11T08:18:37.418Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-05-11T08:18:37.664Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-05-11T08:18:41.820Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.55s
4522026-05-11T08:18:41.847Z
4532026-05-11T08:18:41.847Zreal 4.623045091
4542026-05-11T08:18:41.847Zuser 5.014479377
4552026-05-11T08:18:41.847Zsys 0.888862112
4562026-05-11T08:18:41.851Ztrap 0.000688518
4572026-05-11T08:18:41.851Ztflt 0.008834717
4582026-05-11T08:18:41.851Zdflt 0.002181000
4592026-05-11T08:18:41.851Zkflt 0.000000000
4602026-05-11T08:18:41.851Zlock 16.450079819
4612026-05-11T08:18:41.851Zslp 17.905887098
4622026-05-11T08:18:41.851Zlat 0.024230892
4632026-05-11T08:18:41.851Zstop 0.235413842
4642026-05-11T08:18:41.851Z+ header test
4652026-05-11T08:18:41.851Z+ echo '# ==== test ==== #'
4662026-05-11T08:18:41.851Z# ==== test ==== #
4672026-05-11T08:18:41.852Z+ ptime -m cargo test
4682026-05-11T08:18:41.995Z Compiling serde_core v1.0.228
4692026-05-11T08:18:41.996Z Compiling thiserror v2.0.18
4702026-05-11T08:18:42.000Z Compiling zerocopy v0.8.48
4712026-05-11T08:18:42.000Z Compiling byteorder v1.5.0
4722026-05-11T08:18:42.018Z Compiling memchr v2.8.0
4732026-05-11T08:18:42.027Z Compiling unicode-ident v1.0.24
4742026-05-11T08:18:42.030Z Compiling zmij v1.0.21
4752026-05-11T08:18:42.030Z Compiling libc v0.2.186
4762026-05-11T08:18:42.103Z Compiling proc-macro2 v1.0.106
4772026-05-11T08:18:42.147Z Compiling scroll v0.13.0
4782026-05-11T08:18:42.228Z Compiling plain v0.2.3
4792026-05-11T08:18:42.325Z Compiling log v0.4.29
4802026-05-11T08:18:42.367Z Compiling itoa v1.0.18
4812026-05-11T08:18:42.390Z Compiling ucd-trie v0.1.7
4822026-05-11T08:18:42.412Z Compiling hash32 v0.3.1
4832026-05-11T08:18:42.536Z Compiling pest v2.8.6
4842026-05-11T08:18:42.568Z Compiling goblin v0.10.5
4852026-05-11T08:18:42.618Z Compiling quote v1.0.45
4862026-05-11T08:18:43.111Z Compiling pretty-hex v0.4.2
4872026-05-11T08:18:43.240Z Compiling stable_deref_trait v1.2.1
4882026-05-11T08:18:43.296Z Compiling cfg-if v1.0.4
4892026-05-11T08:18:43.308Z Compiling macaddr v1.0.1
4902026-05-11T08:18:43.358Z Compiling heapless v0.8.0
4912026-05-11T08:18:43.555Z Compiling syn v2.0.117
4922026-05-11T08:18:43.590Z Compiling dtrace-parser v0.3.0
4932026-05-11T08:18:43.797Z Compiling serde v1.0.228
4942026-05-11T08:18:43.943Z Compiling bitflags v2.11.1
4952026-05-11T08:18:44.282Z Compiling serde_json v1.0.149
4962026-05-11T08:18:44.351Z Compiling thread-id v5.1.0
4972026-05-11T08:18:44.425Z Compiling cobs v0.3.0
4982026-05-11T08:18:44.428Z Compiling bitflags v1.3.2
4992026-05-11T08:18:44.490Z Compiling managed v0.8.0
5002026-05-11T08:18:44.703Z Compiling smoltcp v0.11.0
5012026-05-11T08:18:44.714Z Compiling postcard v1.1.3
5022026-05-11T08:18:44.888Z Compiling ingot-types v0.1.2
5032026-05-11T08:18:45.025Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-05-11T08:18:45.063Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-05-11T08:18:45.248Z Compiling ingot v0.1.1
5062026-05-11T08:18:45.291Z Compiling memmap2 v0.9.10
5072026-05-11T08:18:45.582Z Compiling dof v0.4.0
5082026-05-11T08:18:45.670Z Compiling either v1.15.0
5092026-05-11T08:18:45.871Z Compiling ipnetwork v0.21.1
5102026-05-11T08:18:46.421Z Compiling usdt-impl v0.6.0
5112026-05-11T08:18:47.263Z Compiling unicode-width v0.2.2
5122026-05-11T08:18:47.448Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5132026-05-11T08:18:47.507Z Compiling tabwriter v1.4.1
5142026-05-11T08:18:47.571Z Compiling usdt v0.6.0
5152026-05-11T08:18:47.942Z Compiling itertools v0.14.0
5162026-05-11T08:18:48.211Z Compiling ref-cast v1.0.25
5172026-05-11T08:18:48.306Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5182026-05-11T08:18:48.998Z Compiling crc32fast v1.5.0
5192026-05-11T08:18:49.005Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-05-11T08:18:49.237Z Compiling dyn-clone v1.0.20
5212026-05-11T08:19:02.506Z Finished `test` profile [optimized + debuginfo] target(s) in 20.64s
5222026-05-11T08:19:02.522Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d)
5232026-05-11T08:19:02.526Z
5242026-05-11T08:19:02.526Zrunning 72 tests
5252026-05-11T08:19:02.526Ztest d_error::tests::name_truncation ... ok
5262026-05-11T08:19:02.526Ztest d_error::tests::name_and_data_storage ... ok
5272026-05-11T08:19:02.526Ztest ddi::mblk::test::chain_breaks_links ... ok
5282026-05-11T08:19:02.526Ztest ddi::mblk::test::chain_append_links ... ok
5292026-05-11T08:19:02.526Ztest ddi::mblk::test::chain_drain_complete ... ok
5302026-05-11T08:19:02.526Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5312026-05-11T08:19:02.526Ztest ddi::mblk::test::expand_and_shrink ... ok
5322026-05-11T08:19:02.526Ztest ddi::mblk::test::prefix_len ... ok
5332026-05-11T08:19:02.526Ztest ddi::mblk::test::read_seg ... ok
5342026-05-11T08:19:02.531Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5352026-05-11T08:19:02.531Ztest ddi::mblk::test::truncate ... ok
5362026-05-11T08:19:02.531Ztest ddi::mblk::test::uninitialized_packet ... ok
5372026-05-11T08:19:02.531Ztest ddi::mblk::test::zero_byte_packet ... ok
5382026-05-11T08:19:02.531Ztest ddi::mblk::test::wrap ... ok
5392026-05-11T08:19:02.531Ztest ddi::time::test::good_interval ... ok
5402026-05-11T08:19:02.531Ztest engine::dhcp::test::domainname_encode ... ok
5412026-05-11T08:19:02.531Ztest engine::dhcp::test::domain_search_option_encode ... ok
5422026-05-11T08:19:02.531Ztest engine::dhcp::test::rfc3442_encode ... ok
5432026-05-11T08:19:02.531Ztest engine::dhcp::test::offlink_encode ... ok
5442026-05-11T08:19:02.531Ztest engine::dhcp::test::hostname_encode ... ok
5452026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_client_id ... ok
5462026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5472026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5482026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5492026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_iana ... ok
5502026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_iata ... ok
5512026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5522026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_option_request ... ok
5532026-05-11T08:19:02.531Ztest ddi::time::test::bad_interval - should panic ... ok
5542026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5552026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5562026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5572026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5582026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5592026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_status ... ok
5602026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5612026-05-11T08:19:02.531Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5622026-05-11T08:19:02.531Ztest engine::dhcpv6::options::test::test_server_id ... ok
5632026-05-11T08:19:02.531Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5642026-05-11T08:19:02.531Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5652026-05-11T08:19:02.531Ztest engine::ether::test::emit ... ok
5662026-05-11T08:19:02.531Ztest engine::flow_table::test::flow_clear ... ok
5672026-05-11T08:19:02.532Ztest engine::geneve::test::emit_no_opts ... ok
5682026-05-11T08:19:02.532Ztest engine::geneve::test::emit_single_opt ... ok
5692026-05-11T08:19:02.532Ztest engine::flow_table::test::flow_expired ... ok
5702026-05-11T08:19:02.532Ztest engine::ip::v4::test::cidr_match ... ok
5712026-05-11T08:19:02.532Ztest engine::ip::v4::test::emit ... ok
5722026-05-11T08:19:02.532Ztest engine::ip::v4::test::match_check ... ok
5732026-05-11T08:19:02.532Ztest engine::ip::v6::test::extension_push_spec ... ok
5742026-05-11T08:19:02.532Ztest engine::ip::v6::test::from_pairs ... ok
5752026-05-11T08:19:02.532Ztest engine::ip::v6::test::option_push_spec ... ok
5762026-05-11T08:19:02.532Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5772026-05-11T08:19:02.532Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5782026-05-11T08:19:02.532Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5792026-05-11T08:19:02.532Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5802026-05-11T08:19:02.532Ztest engine::ip::v6::test::emit ... ok
5812026-05-11T08:19:02.532Ztest engine::ip::v6::test::test_set_total_len ... ok
5822026-05-11T08:19:02.532Ztest engine::ip::v6::test::push_spec ... ok
5832026-05-11T08:19:02.532Ztest engine::layer::test::find_rule ... ok
5842026-05-11T08:19:02.532Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5852026-05-11T08:19:02.532Ztest engine::packet::test::read_multi_segment ... ok
5862026-05-11T08:19:02.532Ztest engine::packet::test::read_single_segment ... ok
5872026-05-11T08:19:02.532Ztest engine::packet::test::small_packet_with_padding ... ok
5882026-05-11T08:19:02.532Ztest engine::packet::test::straddled_tcp ... ok
5892026-05-11T08:19:02.532Ztest engine::nat::test::nat4_rewrite ... ok
5902026-05-11T08:19:02.532Ztest engine::packet::test::udp6_packet_with_padding ... ok
5912026-05-11T08:19:02.532Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5922026-05-11T08:19:02.532Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5932026-05-11T08:19:02.532Ztest engine::rule::rule_matching ... ok
5942026-05-11T08:19:02.532Ztest engine::snat::test::nat_mappings ... ok
5952026-05-11T08:19:02.532Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5962026-05-11T08:19:02.532Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5972026-05-11T08:19:02.532Z
5982026-05-11T08:19:02.532Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5992026-05-11T08:19:02.532Z
6002026-05-11T08:19:02.532Z Doc-tests opte
6012026-05-11T08:19:04.452Z
6022026-05-11T08:19:04.452Zrunning 3 tests
6032026-05-11T08:19:04.455Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6042026-05-11T08:19:04.455Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6052026-05-11T08:19:04.455Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6062026-05-11T08:19:04.455Z
6072026-05-11T08:19:04.455Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-05-11T08:19:04.455Z
6092026-05-11T08:19:04.461Zall doctests ran in 1.36s; merged doctests compilation took 1.34s
6102026-05-11T08:19:04.501Z
6112026-05-11T08:19:04.504Zreal 22.643315975
6122026-05-11T08:19:04.504Zuser 1:56.427936528
6132026-05-11T08:19:04.504Zsys 6.901077151
6142026-05-11T08:19:04.504Ztrap 0.051339739
6152026-05-11T08:19:04.504Ztflt 0.238187551
6162026-05-11T08:19:04.504Zdflt 0.344247822
6172026-05-11T08:19:04.504Zkflt 0.000022968
6182026-05-11T08:19:04.504Zlock 5:47.275190916
6192026-05-11T08:19:04.504Zslp 3:38.899519128
6202026-05-11T08:19:04.504Zlat 5.509017371
6212026-05-11T08:19:04.504Zstop 2.614181791
6222026-05-11T08:19:04.504Zprocess exited: duration 85894 ms, exit code 0
 
6232026-05-11T08:19:04.511Zfound 0 output files