01M11DVT7PAPTWV5R4EXBE7903: opte

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

Buildomat Job: 01M11DW69SVAWJWGE26ZA67P1P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T10:58:10.485Zjob assigned to worker 01M11DW854YYMQ2JT6W7XZF55H [factory aws, i-000ed0a5251b2196e] (queued for 43 s)
 
22026-08-27T10:58:17.040Zstarting task 0: "setup"
32026-08-27T10:58:17.044Z++ uname -s
42026-08-27T10:58:17.047Z+ kern=SunOS
52026-08-27T10:58:17.047Z+ build_user=build
62026-08-27T10:58:17.047Z+ build_uid=12345
72026-08-27T10:58:17.047Z+ work_dir=/work
82026-08-27T10:58:17.047Z+ input_dir=/input
92026-08-27T10:58:17.048Z+ [[ 0 == 12345 ]]
102026-08-27T10:58:17.048Z+ case "$kern" in
112026-08-27T10:58:17.048Z+ groupadd -g 12345 build
122026-08-27T10:58:17.051Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T10:58:19.053Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T10:58:19.123Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T10:58:19.126Z+ home_fs=zfs
162026-08-27T10:58:19.126Z+ [[ zfs == autofs ]]
172026-08-27T10:58:19.126Z+ mkdir -p /home/build
182026-08-27T10:58:19.126Z+ chown build:build /home/build /work
192026-08-27T10:58:21.127Z+ chmod 0700 /home/build /work
202026-08-27T10:58:21.130Zprocess exited: duration 4091 ms, exit code 0
 
212026-08-27T10:58:21.136Zstarting task 1: "rust-toolchain"
222026-08-27T10:58:21.140Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T10:58:21.140Z * rust toolchain channel = "1.97.1"
242026-08-27T10:58:21.140Z * rust toolchain profile = "default"
252026-08-27T10:58:21.140Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T10:58:21.140Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T10:58:21.140Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T10:58:21.143Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T10:58:21.143Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T10:58:21.221Zinfo: downloading installer
312026-08-27T10:58:22.739Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T10:58:22.739Zwarn: /home/build/.rustup/settings.toml
332026-08-27T10:58:22.739Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T10:58:22.739Zwarn: instead of the one inferred from the default host triple.
352026-08-27T10:58:22.751Zinfo: profile set to default
362026-08-27T10:58:22.752Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T10:58:22.755Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T10:58:22.889Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T10:58:22.892Zinfo: downloading 6 components
402026-08-27T10:58:38.190Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T10:58:38.190Z
422026-08-27T10:58:38.216Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T10:58:38.216Z
442026-08-27T10:58:38.217Z
452026-08-27T10:58:38.217ZRust is installed now. Great!
462026-08-27T10:58:38.217Z
472026-08-27T10:58:38.217ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T10:58:38.220Zenvironment variable. This has not been done automatically.
492026-08-27T10:58:38.220Z
502026-08-27T10:58:38.220ZTo configure your current shell, you need to source
512026-08-27T10:58:38.220Zthe corresponding env file under $HOME/.cargo.
522026-08-27T10:58:38.220Z
532026-08-27T10:58:38.220ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T10:58:38.220Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T10:58:38.220Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T10:58:38.220Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T10:58:38.220Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T10:58:38.220Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T10:58:38.220Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T10:58:38.220Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T10:58:38.220Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T10:58:38.308Z+ rustup --version
632026-08-27T10:58:38.316Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T10:58:38.333Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T10:58:38.338Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T10:58:38.342Z+ cargo --version
672026-08-27T10:58:38.355Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T10:58:38.358Z+ rustc --version
692026-08-27T10:58:38.377Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T10:58:38.379Zprocess exited: duration 17242 ms, exit code 0
 
712026-08-27T10:58:38.385Zstarting task 2: "authentication"
722026-08-27T10:58:38.402Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T10:58:38.408Zstarting task 3: "clone repository"
742026-08-27T10:58:38.416Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T10:58:38.422Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T10:58:38.445ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T10:58:39.670Z+ cd /work/oxidecomputer/opte
782026-08-27T10:58:39.674Z+ git fetch origin 8510c9873305aaa3558334b5ffa6819220541249
792026-08-27T10:58:39.941ZFrom https://github.com/oxidecomputer/opte
802026-08-27T10:58:39.941Z * branch 8510c9873305aaa3558334b5ffa6819220541249 -> FETCH_HEAD
812026-08-27T10:58:39.946Z+ [[ -n bound-my-list ]]
822026-08-27T10:58:39.950Z++ git branch --show-current
832026-08-27T10:58:39.950Z+ current=master
842026-08-27T10:58:39.950Z+ [[ master != bound-my-list ]]
852026-08-27T10:58:39.950Z+ git branch -f bound-my-list 8510c9873305aaa3558334b5ffa6819220541249
862026-08-27T10:58:39.954Z+ git checkout -f bound-my-list
872026-08-27T10:58:39.968ZSwitched to branch 'bound-my-list'
882026-08-27T10:58:39.972Z+ git reset --hard 8510c9873305aaa3558334b5ffa6819220541249
892026-08-27T10:58:39.975ZHEAD is now at 8510c98 Nit
902026-08-27T10:58:39.975Zprocess exited: duration 1566 ms, exit code 0
 
912026-08-27T10:58:39.982Zstarting task 4: "build"
922026-08-27T10:58:39.986Z+ source .github/buildomat/common.sh
932026-08-27T10:58:39.986Z++ rustup show active-toolchain
942026-08-27T10:58:39.991Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T10:58:39.994Z++ pushd xde
962026-08-27T10:58:39.994Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T10:58:39.994Z++ rustup show active-toolchain
982026-08-27T10:58:39.997Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T10:58:40.140Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T10:58:40.144Zinfo: downloading 6 components
1012026-08-27T10:58:54.332Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T10:58:54.429Z+++ rustup show active-toolchain -v
1032026-08-27T10:58:54.432Z+++ head -n 1
1042026-08-27T10:58:54.432Z+++ cut '-d ' -f1
1052026-08-27T10:58:54.482Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T10:58:54.482Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T10:58:54.482Z++ popd
1082026-08-27T10:58:54.485Z/work/oxidecomputer/opte
1092026-08-27T10:58:54.485Z+ cargo --version
1102026-08-27T10:58:54.491Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-27T10:58:54.494Z+ rustc --version
1122026-08-27T10:58:54.513Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-27T10:58:54.516Z+ cd lib/opte
1142026-08-27T10:58:54.516Z+ header 'check style'
1152026-08-27T10:58:54.516Z+ echo '# ==== check style ==== #'
1162026-08-27T10:58:54.516Z# ==== check style ==== #
1172026-08-27T10:58:54.516Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-08-27T10:58:54.700Z
1192026-08-27T10:58:54.700Zreal 0.182302699
1202026-08-27T10:58:54.700Zuser 0.140057353
1212026-08-27T10:58:54.700Zsys 0.036009332
1222026-08-27T10:58:54.700Ztrap 0.000010710
1232026-08-27T10:58:54.700Ztflt 0.000002370
1242026-08-27T10:58:54.704Zdflt 0.000004010
1252026-08-27T10:58:54.704Zkflt 0.000000000
1262026-08-27T10:58:54.704Zlock 0.030782812
1272026-08-27T10:58:54.704Zslp 0.162677117
1282026-08-27T10:58:54.704Zlat 0.000635100
1292026-08-27T10:58:54.704Zstop 0.000098330
1302026-08-27T10:58:54.704Z+ header 'check docs'
1312026-08-27T10:58:54.704Z+ echo '# ==== check docs ==== #'
1322026-08-27T10:58:54.704Z# ==== check docs ==== #
1332026-08-27T10:58:54.704Z+ RUSTDOCFLAGS='-D warnings'
1342026-08-27T10:58:54.704Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-08-27T10:58:54.768Z Updating crates.io index
1362026-08-27T10:58:54.771Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-27T10:58:55.757Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-27T10:58:56.039Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-27T10:58:56.310Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-27T10:58:56.691Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-27T10:58:56.969Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-27T10:58:57.286Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-27T10:58:58.812Z Downloading crates ...
1442026-08-27T10:58:58.869Z Downloaded pretty-hex v0.4.2
1452026-08-27T10:58:58.872Z Downloaded managed v0.8.0
1462026-08-27T10:58:58.872Z Downloaded ident_case v1.0.1
1472026-08-27T10:58:58.872Z Downloaded ref-cast v1.0.25
1482026-08-27T10:58:58.876Z Downloaded embedded-io v0.4.0
1492026-08-27T10:58:58.887Z Downloaded darling_macro v0.23.0
1502026-08-27T10:58:58.895Z Downloaded usdt v0.6.0
1512026-08-27T10:58:58.898Z Downloaded ref-cast-impl v1.0.25
1522026-08-27T10:58:58.898Z Downloaded defmt-parser v1.0.0
1532026-08-27T10:58:58.898Z Downloaded cobs v0.3.0
1542026-08-27T10:58:58.905Z Downloaded dyn-clone v1.0.20
1552026-08-27T10:58:58.909Z Downloaded itoa v1.0.18
1562026-08-27T10:58:58.913Z Downloaded defmt v0.3.100
1572026-08-27T10:58:58.916Z Downloaded plain v0.2.3
1582026-08-27T10:58:58.916Z Downloaded defmt-macros v1.1.1
1592026-08-27T10:58:58.922Z Downloaded thiserror-impl v2.0.18
1602026-08-27T10:58:58.926Z Downloaded hash32 v0.3.1
1612026-08-27T10:58:58.930Z Downloaded stable_deref_trait v1.2.1
1622026-08-27T10:58:58.933Z Downloaded dof v0.4.0
1632026-08-27T10:58:58.933Z Downloaded dtrace-parser v0.3.0
1642026-08-27T10:58:58.938Z Downloaded version_check v0.9.5
1652026-08-27T10:58:58.941Z Downloaded macaddr v1.0.1
1662026-08-27T10:58:58.941Z Downloaded scroll_derive v0.13.1
1672026-08-27T10:58:58.941Z Downloaded strsim v0.11.1
1682026-08-27T10:58:58.941Z Downloaded thread-id v5.1.0
1692026-08-27T10:58:58.947Z Downloaded usdt-macro v0.6.0
1702026-08-27T10:58:58.950Z Downloaded cfg-if v1.0.4
1712026-08-27T10:58:58.950Z Downloaded usdt-attr-macro v0.6.0
1722026-08-27T10:58:58.952Z Downloaded tabwriter v1.4.1
1732026-08-27T10:58:58.961Z Downloaded bitflags v1.3.2
1742026-08-27T10:58:58.964Z Downloaded thiserror v2.0.18
1752026-08-27T10:58:58.967Z Downloaded byteorder v1.5.0
1762026-08-27T10:58:58.970Z Downloaded embedded-io v0.6.1
1772026-08-27T10:58:58.970Z Downloaded pest_generator v2.8.7
1782026-08-27T10:58:58.973Z Downloaded crc32fast v1.5.0
1792026-08-27T10:58:58.973Z Downloaded ingot-macros v0.2.0
1802026-08-27T10:58:58.973Z Downloaded bitflags v2.13.0
1812026-08-27T10:58:58.979Z Downloaded ingot-types v0.2.0
1822026-08-27T10:58:58.984Z Downloaded quote v1.0.46
1832026-08-27T10:58:58.987Z Downloaded either v1.16.0
1842026-08-27T10:58:58.990Z Downloaded ipnetwork v0.21.1
1852026-08-27T10:58:58.990Z Downloaded pest_derive v2.8.7
1862026-08-27T10:58:58.995Z Downloaded serde_tokenstream v0.2.3
1872026-08-27T10:58:59.004Z Downloaded ingot v0.2.0
1882026-08-27T10:58:59.007Z Downloaded defmt v1.1.1
1892026-08-27T10:58:59.009Z Downloaded memmap2 v0.9.11
1902026-08-27T10:58:59.010Z Downloaded postcard v1.1.3
1912026-08-27T10:58:59.012Z Downloaded pest_meta v2.8.7
1922026-08-27T10:58:59.015Z Downloaded usdt-impl v0.6.0
1932026-08-27T10:58:59.019Z Downloaded heapless v0.8.0
1942026-08-27T10:58:59.022Z Downloaded darling v0.23.0
1952026-08-27T10:58:59.025Z Downloaded scroll v0.13.0
1962026-08-27T10:58:59.028Z Downloaded ucd-trie v0.1.7
1972026-08-27T10:58:59.038Z Downloaded log v0.4.33
1982026-08-27T10:58:59.041Z Downloaded proc-macro2 v1.0.106
1992026-08-27T10:58:59.045Z Downloaded serde_derive v1.0.228
2002026-08-27T10:58:59.047Z Downloaded aho-corasick v1.1.4
2012026-08-27T10:58:59.051Z Downloaded serde_core v1.0.228
2022026-08-27T10:58:59.054Z Downloaded unicode-ident v1.0.24
2032026-08-27T10:58:59.060Z Downloaded zmij v1.0.22
2042026-08-27T10:58:59.092Z Downloaded darling_core v0.23.0
2052026-08-27T10:58:59.095Z Downloaded serde v1.0.228
2062026-08-27T10:58:59.101Z Downloaded zerocopy-derive v0.8.54
2072026-08-27T10:58:59.110Z Downloaded memchr v2.8.3
2082026-08-27T10:58:59.129Z Downloaded pest v2.8.7
2092026-08-27T10:58:59.156Z Downloaded itertools v0.15.0
2102026-08-27T10:58:59.164Z Downloaded serde_json v1.0.150
2112026-08-27T10:58:59.170Z Downloaded regex v1.13.0
2122026-08-27T10:58:59.211Z Downloaded goblin v0.10.7
2132026-08-27T10:58:59.236Z Downloaded unicode-width v0.2.2
2142026-08-27T10:58:59.246Z Downloaded syn v2.0.118
2152026-08-27T10:58:59.252Z Downloaded zerocopy v0.8.54
2162026-08-27T10:58:59.263Z Downloaded smoltcp v0.11.0
2172026-08-27T10:58:59.269Z Downloaded regex-syntax v0.8.11
2182026-08-27T10:58:59.299Z Downloaded regex-automata v0.4.15
2192026-08-27T10:58:59.321Z Downloaded libc v0.2.186
2202026-08-27T10:58:59.375Z Compiling proc-macro2 v1.0.106
2212026-08-27T10:58:59.375Z Compiling quote v1.0.46
2222026-08-27T10:58:59.375Z Compiling unicode-ident v1.0.24
2232026-08-27T10:58:59.378Z Documenting unicode-ident v1.0.24
2242026-08-27T10:58:59.378Z Compiling serde_core v1.0.228
2252026-08-27T10:58:59.378Z Compiling ident_case v1.0.1
2262026-08-27T10:58:59.379Z Compiling strsim v0.11.1
2272026-08-27T10:58:59.550Z Compiling memchr v2.8.3
2282026-08-27T10:58:59.705Z Compiling regex-syntax v0.8.11
2292026-08-27T10:58:59.730Z Compiling zerocopy v0.8.54
2302026-08-27T10:58:59.785Z Compiling thiserror v2.0.18
2312026-08-27T10:58:59.832Z Compiling serde v1.0.228
2322026-08-27T10:59:00.112Z Documenting proc-macro2 v1.0.106
2332026-08-27T10:59:00.126Z Compiling aho-corasick v1.1.4
2342026-08-27T10:59:00.235Z Documenting ident_case v1.0.1
2352026-08-27T10:59:00.544Z Compiling syn v2.0.118
2362026-08-27T10:59:00.674Z Documenting quote v1.0.46
2372026-08-27T10:59:00.698Z Documenting strsim v0.11.1
2382026-08-27T10:59:01.193Z Documenting syn v2.0.118
2392026-08-27T10:59:01.215Z Compiling regex-automata v0.4.15
2402026-08-27T10:59:01.259Z Checking byteorder v1.5.0
2412026-08-27T10:59:01.415Z Compiling either v1.16.0
2422026-08-27T10:59:01.526Z Documenting memchr v2.8.3
2432026-08-27T10:59:01.621Z Compiling itertools v0.15.0
2442026-08-27T10:59:01.782Z Compiling heapless v0.8.0
2452026-08-27T10:59:02.156Z Documenting aho-corasick v1.1.4
2462026-08-27T10:59:02.246Z Checking hash32 v0.3.1
2472026-08-27T10:59:02.353Z Checking bitflags v2.13.0
2482026-08-27T10:59:02.511Z Documenting serde_core v1.0.228
2492026-08-27T10:59:02.578Z Checking darling_core v0.23.0
2502026-08-27T10:59:02.864Z Compiling regex v1.13.0
2512026-08-27T10:59:03.174Z Documenting darling_core v0.23.0
2522026-08-27T10:59:03.247Z Documenting regex-syntax v0.8.11
2532026-08-27T10:59:03.470Z Checking cfg-if v1.0.4
2542026-08-27T10:59:03.515Z Checking macaddr v1.0.1
2552026-08-27T10:59:03.526Z Checking stable_deref_trait v1.2.1
2562026-08-27T10:59:03.653Z Compiling smoltcp v0.11.0
2572026-08-27T10:59:04.084Z Documenting zerocopy-derive v0.8.54
2582026-08-27T10:59:04.099Z Compiling zerocopy-derive v0.8.54
2592026-08-27T10:59:04.132Z Compiling thiserror-impl v2.0.18
2602026-08-27T10:59:04.282Z Compiling serde_derive v1.0.228
2612026-08-27T10:59:04.282Z Documenting regex-automata v0.4.15
2622026-08-27T10:59:04.417Z Documenting darling_macro v0.23.0
2632026-08-27T10:59:04.853Z Documenting serde_derive v1.0.228
2642026-08-27T10:59:04.886Z Documenting thiserror-impl v2.0.18
2652026-08-27T10:59:04.984Z Compiling darling_macro v0.23.0
2662026-08-27T10:59:05.078Z Checking bitflags v1.3.2
2672026-08-27T10:59:05.140Z Checking managed v0.8.0
2682026-08-27T10:59:05.321Z Documenting byteorder v1.5.0
2692026-08-27T10:59:05.445Z Checking cobs v0.3.0
2702026-08-27T10:59:05.563Z Compiling darling v0.23.0
2712026-08-27T10:59:05.623Z Documenting darling v0.23.0
2722026-08-27T10:59:05.635Z Compiling ingot-macros v0.2.0
2732026-08-27T10:59:05.642Z Documenting regex v1.13.0
2742026-08-27T10:59:05.717Z Documenting thiserror v2.0.18
2752026-08-27T10:59:05.872Z Documenting hash32 v0.3.1
2762026-08-27T10:59:06.104Z Documenting zerocopy v0.8.54
2772026-08-27T10:59:06.256Z Documenting bitflags v2.13.0
2782026-08-27T10:59:06.519Z Documenting stable_deref_trait v1.2.1
2792026-08-27T10:59:06.628Z Compiling crc32fast v1.5.0
2802026-08-27T10:59:06.904Z Documenting ingot-macros v0.2.0
2812026-08-27T10:59:06.945Z Compiling ref-cast v1.0.25
2822026-08-27T10:59:07.048Z Documenting serde v1.0.228
2832026-08-27T10:59:07.209Z Documenting macaddr v1.0.1
2842026-08-27T10:59:07.271Z Documenting cfg-if v1.0.4
2852026-08-27T10:59:07.400Z Checking postcard v1.1.3
2862026-08-27T10:59:07.706Z Documenting heapless v0.8.0
2872026-08-27T10:59:07.809Z Documenting cobs v0.3.0
2882026-08-27T10:59:08.165Z Compiling ref-cast-impl v1.0.25
2892026-08-27T10:59:08.275Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-08-27T10:59:08.351Z Checking ingot-types v0.2.0
2912026-08-27T10:59:08.489Z Compiling version_check v0.9.5
2922026-08-27T10:59:08.529Z Checking ipnetwork v0.21.1
2932026-08-27T10:59:08.685Z Checking ingot v0.2.0
2942026-08-27T10:59:08.699Z Checking unicode-width v0.2.2
2952026-08-27T10:59:08.740Z Documenting managed v0.8.0
2962026-08-27T10:59:08.750Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2972026-08-27T10:59:08.753Z Documenting postcard v1.1.3
2982026-08-27T10:59:08.859Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-08-27T10:59:08.934Z Documenting ref-cast-impl v1.0.25
3002026-08-27T10:59:08.983Z Documenting ipnetwork v0.21.1
3012026-08-27T10:59:09.075Z Documenting either v1.16.0
3022026-08-27T10:59:09.330Z Documenting ingot-types v0.2.0
3032026-08-27T10:59:09.430Z Documenting smoltcp v0.11.0
3042026-08-27T10:59:09.678Z Documenting unicode-width v0.2.2
3052026-08-27T10:59:09.998Z Checking tabwriter v1.4.1
3062026-08-27T10:59:10.171Z Documenting itertools v0.15.0
3072026-08-27T10:59:10.223Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3082026-08-27T10:59:10.411Z Documenting ref-cast v1.0.25
3092026-08-27T10:59:10.672Z Documenting crc32fast v1.5.0
3102026-08-27T10:59:10.982Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3112026-08-27T10:59:11.004Z Documenting ingot v0.2.0
3122026-08-27T10:59:11.045Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3132026-08-27T10:59:11.191Z Documenting tabwriter v1.4.1
3142026-08-27T10:59:11.630Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-08-27T10:59:11.699Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-08-27T10:59:11.831Z Documenting dyn-clone v1.0.20
3172026-08-27T10:59:12.105Z Checking dyn-clone v1.0.20
3182026-08-27T10:59:14.155Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3192026-08-27T10:59:15.250Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3202026-08-27T10:59:17.569Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.86s
3212026-08-27T10:59:17.656Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3222026-08-27T10:59:17.681Z
3232026-08-27T10:59:17.685Zreal 22.959706362
3242026-08-27T10:59:17.685Zuser 1:15.546046864
3252026-08-27T10:59:17.685Zsys 16.083582570
3262026-08-27T10:59:17.685Ztrap 0.039458177
3272026-08-27T10:59:17.685Ztflt 0.101738125
3282026-08-27T10:59:17.685Zdflt 0.105375800
3292026-08-27T10:59:17.685Zkflt 0.005465976
3302026-08-27T10:59:17.685Zlock 6:29.275952959
3312026-08-27T10:59:17.685Zslp 4:20.221911259
3322026-08-27T10:59:17.685Zlat 7.560601032
3332026-08-27T10:59:17.685Zstop 12.329413444
3342026-08-27T10:59:17.685Z+ header 'analyze std + api'
3352026-08-27T10:59:17.685Z+ echo '# ==== analyze std + api ==== #'
3362026-08-27T10:59:17.685Z# ==== analyze std + api ==== #
3372026-08-27T10:59:17.685Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3382026-08-27T10:59:17.907Z Compiling proc-macro2 v1.0.106
3392026-08-27T10:59:17.908Z Compiling quote v1.0.46
3402026-08-27T10:59:17.908Z Compiling unicode-ident v1.0.24
3412026-08-27T10:59:17.911Z Compiling memchr v2.8.3
3422026-08-27T10:59:17.911Z Compiling thiserror v2.0.18
3432026-08-27T10:59:17.927Z Compiling zerocopy v0.8.54
3442026-08-27T10:59:17.930Z Compiling zmij v1.0.22
3452026-08-27T10:59:17.930Z Compiling serde_core v1.0.228
3462026-08-27T10:59:18.082Z Compiling libc v0.2.186
3472026-08-27T10:59:18.239Z Compiling ucd-trie v0.1.7
3482026-08-27T10:59:18.268Z Compiling serde_json v1.0.150
3492026-08-27T10:59:18.433Z Compiling pest v2.8.7
3502026-08-27T10:59:18.450Z Compiling ident_case v1.0.1
3512026-08-27T10:59:18.476Z Compiling serde v1.0.228
3522026-08-27T10:59:18.479Z Compiling strsim v0.11.1
3532026-08-27T10:59:18.802Z Compiling aho-corasick v1.1.4
3542026-08-27T10:59:18.816Z Compiling regex-syntax v0.8.11
3552026-08-27T10:59:19.082Z Checking byteorder v1.5.0
3562026-08-27T10:59:19.176Z Compiling itoa v1.0.18
3572026-08-27T10:59:19.290Z Compiling syn v2.0.118
3582026-08-27T10:59:19.606Z Compiling pest_meta v2.8.7
3592026-08-27T10:59:19.655Z Compiling usdt-impl v0.6.0
3602026-08-27T10:59:19.757Z Compiling either v1.16.0
3612026-08-27T10:59:19.953Z Compiling itertools v0.15.0
3622026-08-27T10:59:20.105Z Compiling thread-id v5.1.0
3632026-08-27T10:59:20.175Z Checking log v0.4.33
3642026-08-27T10:59:20.203Z Compiling regex-automata v0.4.15
3652026-08-27T10:59:20.375Z Checking plain v0.2.3
3662026-08-27T10:59:20.464Z Compiling heapless v0.8.0
3672026-08-27T10:59:20.915Z Checking bitflags v2.13.0
3682026-08-27T10:59:21.064Z Checking hash32 v0.3.1
3692026-08-27T10:59:21.072Z Checking pretty-hex v0.4.2
3702026-08-27T10:59:21.175Z Checking macaddr v1.0.1
3712026-08-27T10:59:21.178Z Checking stable_deref_trait v1.2.1
3722026-08-27T10:59:21.239Z Compiling smoltcp v0.11.0
3732026-08-27T10:59:21.270Z Checking cfg-if v1.0.4
3742026-08-27T10:59:21.509Z Checking bitflags v1.3.2
3752026-08-27T10:59:21.550Z Checking managed v0.8.0
3762026-08-27T10:59:21.565Z Compiling version_check v0.9.5
3772026-08-27T10:59:21.568Z Compiling crc32fast v1.5.0
3782026-08-27T10:59:21.677Z Compiling ref-cast v1.0.25
3792026-08-27T10:59:21.726Z Compiling pest_generator v2.8.7
3802026-08-27T10:59:21.830Z Compiling darling_core v0.23.0
3812026-08-27T10:59:21.874Z Compiling regex v1.13.0
3822026-08-27T10:59:21.909Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-08-27T10:59:22.146Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3842026-08-27T10:59:22.259Z Checking memmap2 v0.9.11
3852026-08-27T10:59:22.413Z Checking ipnetwork v0.21.1
3862026-08-27T10:59:22.448Z Checking unicode-width v0.2.2
3872026-08-27T10:59:22.685Z Checking tabwriter v1.4.1
3882026-08-27T10:59:22.731Z Checking dyn-clone v1.0.20
3892026-08-27T10:59:22.890Z Compiling thiserror-impl v2.0.18
3902026-08-27T10:59:22.890Z Compiling serde_derive v1.0.228
3912026-08-27T10:59:22.894Z Compiling zerocopy-derive v0.8.54
3922026-08-27T10:59:22.894Z Compiling pest_derive v2.8.7
3932026-08-27T10:59:23.166Z Compiling scroll_derive v0.13.1
3942026-08-27T10:59:23.294Z Compiling ref-cast-impl v1.0.25
3952026-08-27T10:59:23.393Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3962026-08-27T10:59:23.766Z Compiling darling_macro v0.23.0
3972026-08-27T10:59:23.939Z Checking scroll v0.13.0
3982026-08-27T10:59:24.100Z Compiling dtrace-parser v0.3.0
3992026-08-27T10:59:24.121Z Checking cobs v0.3.0
4002026-08-27T10:59:24.140Z Checking goblin v0.10.7
4012026-08-27T10:59:24.298Z Compiling darling v0.23.0
4022026-08-27T10:59:24.365Z Compiling ingot-macros v0.2.0
4032026-08-27T10:59:24.398Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4042026-08-27T10:59:25.511Z Checking postcard v1.1.3
4052026-08-27T10:59:25.536Z Compiling serde_tokenstream v0.2.3
4062026-08-27T10:59:26.758Z Compiling dof v0.4.0
4072026-08-27T10:59:26.776Z Checking ingot-types v0.2.0
4082026-08-27T10:59:27.070Z Checking ingot v0.2.0
4092026-08-27T10:59:27.618Z Compiling usdt-attr-macro v0.6.0
4102026-08-27T10:59:27.618Z Compiling usdt-macro v0.6.0
4112026-08-27T10:59:28.203Z Checking usdt v0.6.0
4122026-08-27T10:59:28.465Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4132026-08-27T10:59:36.953Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.22s
4142026-08-27T10:59:36.978Z
4152026-08-27T10:59:36.978Zreal 19.291357358
4162026-08-27T10:59:36.978Zuser 1:01.298860010
4172026-08-27T10:59:36.981Zsys 11.855426018
4182026-08-27T10:59:36.981Ztrap 0.029533108
4192026-08-27T10:59:36.981Ztflt 0.171495491
4202026-08-27T10:59:36.981Zdflt 0.218543408
4212026-08-27T10:59:36.981Zkflt 0.000016660
4222026-08-27T10:59:36.981Zlock 3:50.465164943
4232026-08-27T10:59:36.981Zslp 3:10.514899456
4242026-08-27T10:59:36.982Zlat 3.166117000
4252026-08-27T10:59:36.982Zstop 6.317065620
4262026-08-27T10:59:36.982Z+ header 'analyze no_std + engine + kernel'
4272026-08-27T10:59:36.982Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4282026-08-27T10:59:36.982Z# ==== analyze no_std + engine + kernel ==== #
4292026-08-27T10:59:36.982Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4302026-08-27T10:59:37.144Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-08-27T10:59:37.144Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4322026-08-27T10:59:37.147Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-08-27T10:59:37.148Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4342026-08-27T10:59:37.357Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-08-27T10:59:40.405Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.38s
4362026-08-27T10:59:40.430Z
4372026-08-27T10:59:40.433Zreal 3.445840296
4382026-08-27T10:59:40.433Zuser 3.713042141
4392026-08-27T10:59:40.433Zsys 0.819108310
4402026-08-27T10:59:40.433Ztrap 0.000340730
4412026-08-27T10:59:40.433Ztflt 0.019610796
4422026-08-27T10:59:40.433Zdflt 0.005555975
4432026-08-27T10:59:40.433Zkflt 0.000000000
4442026-08-27T10:59:40.433Zlock 11.363129434
4452026-08-27T10:59:40.433Zslp 14.323707962
4462026-08-27T10:59:40.433Zlat 0.005541691
4472026-08-27T10:59:40.433Zstop 0.183812885
4482026-08-27T10:59:40.433Z+ header test
4492026-08-27T10:59:40.433Z+ echo '# ==== test ==== #'
4502026-08-27T10:59:40.433Z+ ptime -m cargo test
4512026-08-27T10:59:40.433Z# ==== test ==== #
4522026-08-27T10:59:40.572Z Compiling serde_core v1.0.228
4532026-08-27T10:59:40.575Z Compiling thiserror v2.0.18
4542026-08-27T10:59:40.575Z Compiling zerocopy v0.8.54
4552026-08-27T10:59:40.575Z Compiling byteorder v1.5.0
4562026-08-27T10:59:40.591Z Compiling memchr v2.8.3
4572026-08-27T10:59:40.599Z Compiling unicode-ident v1.0.24
4582026-08-27T10:59:40.602Z Compiling scroll v0.13.0
4592026-08-27T10:59:40.602Z Compiling libc v0.2.186
4602026-08-27T10:59:40.675Z Compiling proc-macro2 v1.0.106
4612026-08-27T10:59:40.719Z Compiling zmij v1.0.22
4622026-08-27T10:59:40.800Z Compiling log v0.4.33
4632026-08-27T10:59:40.871Z Compiling itoa v1.0.18
4642026-08-27T10:59:40.945Z Compiling plain v0.2.3
4652026-08-27T10:59:41.030Z Compiling ucd-trie v0.1.7
4662026-08-27T10:59:41.039Z Compiling quote v1.0.46
4672026-08-27T10:59:41.100Z Compiling goblin v0.10.7
4682026-08-27T10:59:41.127Z Compiling hash32 v0.3.1
4692026-08-27T10:59:41.285Z Compiling pest v2.8.7
4702026-08-27T10:59:41.656Z Compiling stable_deref_trait v1.2.1
4712026-08-27T10:59:41.710Z Compiling cfg-if v1.0.4
4722026-08-27T10:59:41.723Z Compiling pretty-hex v0.4.2
4732026-08-27T10:59:41.770Z Compiling macaddr v1.0.1
4742026-08-27T10:59:41.847Z Compiling heapless v0.8.0
4752026-08-27T10:59:42.019Z Compiling syn v2.0.118
4762026-08-27T10:59:42.168Z Compiling thread-id v5.1.0
4772026-08-27T10:59:42.244Z Compiling cobs v0.3.0
4782026-08-27T10:59:42.286Z Compiling managed v0.8.0
4792026-08-27T10:59:42.505Z Compiling serde v1.0.228
4802026-08-27T10:59:42.517Z Compiling bitflags v2.13.0
4812026-08-27T10:59:42.564Z Compiling serde_json v1.0.150
4822026-08-27T10:59:42.922Z Compiling dtrace-parser v0.3.0
4832026-08-27T10:59:42.928Z Compiling bitflags v1.3.2
4842026-08-27T10:59:42.990Z Compiling smoltcp v0.11.0
4852026-08-27T10:59:43.127Z Compiling postcard v1.1.3
4862026-08-27T10:59:43.390Z Compiling ingot-types v0.2.0
4872026-08-27T10:59:43.473Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4882026-08-27T10:59:43.546Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4892026-08-27T10:59:43.771Z Compiling ingot v0.2.0
4902026-08-27T10:59:43.783Z Compiling memmap2 v0.9.11
4912026-08-27T10:59:44.066Z Compiling dof v0.4.0
4922026-08-27T10:59:44.070Z Compiling ipnetwork v0.21.1
4932026-08-27T10:59:44.563Z Compiling unicode-width v0.2.2
4942026-08-27T10:59:44.862Z Compiling usdt-impl v0.6.0
4952026-08-27T10:59:45.624Z Compiling either v1.16.0
4962026-08-27T10:59:45.829Z Compiling itertools v0.15.0
4972026-08-27T10:59:45.920Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4982026-08-27T10:59:46.446Z Compiling usdt v0.6.0
4992026-08-27T10:59:47.054Z Compiling tabwriter v1.4.1
5002026-08-27T10:59:47.129Z Compiling ref-cast v1.0.25
5012026-08-27T10:59:47.260Z Compiling crc32fast v1.5.0
5022026-08-27T10:59:47.364Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5032026-08-27T10:59:47.466Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5042026-08-27T10:59:47.500Z Compiling dyn-clone v1.0.20
5052026-08-27T11:00:02.488Z Finished `test` profile [optimized + debuginfo] target(s) in 22.04s
5062026-08-27T11:00:02.500Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88)
5072026-08-27T11:00:02.504Z
5082026-08-27T11:00:02.504Zrunning 84 tests
5092026-08-27T11:00:02.504Ztest d_error::tests::name_truncation ... ok
5102026-08-27T11:00:02.504Ztest d_error::tests::name_and_data_storage ... ok
5112026-08-27T11:00:02.504Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5122026-08-27T11:00:02.504Ztest ddi::mblk::test::chain_breaks_links ... ok
5132026-08-27T11:00:02.504Ztest ddi::mblk::test::chain_append_links ... ok
5142026-08-27T11:00:02.504Ztest ddi::mblk::test::prefix_len ... ok
5152026-08-27T11:00:02.504Ztest ddi::mblk::test::expand_and_shrink ... ok
5162026-08-27T11:00:02.504Ztest ddi::mblk::test::chain_drain_complete ... ok
5172026-08-27T11:00:02.504Ztest ddi::mblk::test::read_seg ... ok
5182026-08-27T11:00:02.504Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5192026-08-27T11:00:02.504Ztest ddi::mblk::test::uninitialized_packet ... ok
5202026-08-27T11:00:02.504Ztest ddi::mblk::test::wrap ... ok
5212026-08-27T11:00:02.504Ztest ddi::mblk::test::truncate ... ok
5222026-08-27T11:00:02.504Ztest ddi::mblk::test::zero_byte_packet ... ok
5232026-08-27T11:00:02.504Ztest ddi::time::test::good_interval ... ok
5242026-08-27T11:00:02.504Ztest engine::dhcp::test::hostname_encode ... ok
5252026-08-27T11:00:02.504Ztest engine::dhcp::test::domainname_encode ... ok
5262026-08-27T11:00:02.504Ztest engine::dhcp::test::domain_search_option_encode ... ok
5272026-08-27T11:00:02.504Ztest engine::dhcp::test::offlink_encode ... ok
5282026-08-27T11:00:02.504Ztest engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok
5292026-08-27T11:00:02.504Ztest engine::dhcp::test::rfc3442_encode ... ok
5302026-08-27T11:00:02.504Ztest engine::dhcpv6::options::test::test_client_id ... ok
5312026-08-27T11:00:02.504Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5322026-08-27T11:00:02.504Ztest engine::dhcpv6::options::test::test_iana ... ok
5332026-08-27T11:00:02.504Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5342026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5352026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_iata ... ok
5362026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5372026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_option_request ... ok
5382026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5392026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5402026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5412026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5422026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5432026-08-27T11:00:02.508Ztest ddi::time::test::bad_interval - should panic ... ok
5442026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_status ... ok
5452026-08-27T11:00:02.508Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5462026-08-27T11:00:02.508Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5472026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_server_id ... ok
5482026-08-27T11:00:02.508Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5492026-08-27T11:00:02.508Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5502026-08-27T11:00:02.508Ztest engine::ether::test::emit ... ok
5512026-08-27T11:00:02.508Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5522026-08-27T11:00:02.508Ztest engine::flow_table::test::flow_clear ... ok
5532026-08-27T11:00:02.508Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5542026-08-27T11:00:02.508Ztest engine::flow_table::test::eviction_basics ... ok
5552026-08-27T11:00:02.508Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5562026-08-27T11:00:02.508Ztest engine::flow_table::test::flow_expired ... ok
5572026-08-27T11:00:02.508Ztest engine::flow_table::test::priority_lerp ... ok
5582026-08-27T11:00:02.508Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5592026-08-27T11:00:02.508Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5602026-08-27T11:00:02.509Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5612026-08-27T11:00:02.509Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5622026-08-27T11:00:02.509Ztest engine::ip::v4::test::emit ... ok
5632026-08-27T11:00:02.509Ztest engine::geneve::test::emit_no_opts ... ok
5642026-08-27T11:00:02.509Ztest engine::ip::v4::test::cidr_match ... ok
5652026-08-27T11:00:02.509Ztest engine::geneve::test::emit_single_opt ... ok
5662026-08-27T11:00:02.509Ztest engine::ip::v4::test::match_check ... ok
5672026-08-27T11:00:02.509Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5682026-08-27T11:00:02.509Ztest engine::ip::v6::test::emit ... ok
5692026-08-27T11:00:02.509Ztest engine::ip::v6::test::from_pairs ... ok
5702026-08-27T11:00:02.509Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5712026-08-27T11:00:02.509Ztest engine::ip::v6::test::extension_push_spec ... ok
5722026-08-27T11:00:02.509Ztest engine::ip::v6::test::option_push_spec ... ok
5732026-08-27T11:00:02.509Ztest engine::ip::v6::test::test_set_total_len ... ok
5742026-08-27T11:00:02.509Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5752026-08-27T11:00:02.509Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5762026-08-27T11:00:02.509Ztest engine::layer::test::find_rule ... ok
5772026-08-27T11:00:02.509Ztest engine::packet::test::small_packet_with_padding ... ok
5782026-08-27T11:00:02.509Ztest engine::packet::test::read_multi_segment ... ok
5792026-08-27T11:00:02.509Ztest engine::nat::test::nat4_rewrite ... ok
5802026-08-27T11:00:02.509Ztest engine::packet::test::read_single_segment ... ok
5812026-08-27T11:00:02.509Ztest engine::packet::test::straddled_tcp ... ok
5822026-08-27T11:00:02.509Ztest engine::ip::v6::test::push_spec ... ok
5832026-08-27T11:00:02.509Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5842026-08-27T11:00:02.509Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5852026-08-27T11:00:02.509Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5862026-08-27T11:00:02.509Ztest engine::packet::test::udp6_packet_with_padding ... ok
5872026-08-27T11:00:02.509Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5882026-08-27T11:00:02.509Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5892026-08-27T11:00:02.509Ztest engine::rule::rule_matching ... ok
5902026-08-27T11:00:02.509Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5912026-08-27T11:00:02.509Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5922026-08-27T11:00:02.509Ztest engine::snat::test::nat_mappings ... ok
5932026-08-27T11:00:02.509Z
5942026-08-27T11:00:02.509Ztest result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5952026-08-27T11:00:02.509Z
5962026-08-27T11:00:02.509Z Doc-tests opte
5972026-08-27T11:00:04.486Z
5982026-08-27T11:00:04.486Zrunning 3 tests
5992026-08-27T11:00:04.489Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6002026-08-27T11:00:04.489Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6012026-08-27T11:00:04.489Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6022026-08-27T11:00:04.489Z
6032026-08-27T11:00:04.489Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-08-27T11:00:04.490Z
6052026-08-27T11:00:04.494Zall doctests ran in 1.40s; merged doctests compilation took 1.39s
6062026-08-27T11:00:04.533Z
6072026-08-27T11:00:04.533Zreal 24.093122464
6082026-08-27T11:00:04.533Zuser 2:01.616502960
6092026-08-27T11:00:04.533Zsys 7.008536574
6102026-08-27T11:00:04.533Ztrap 0.053791242
6112026-08-27T11:00:04.533Ztflt 0.147588386
6122026-08-27T11:00:04.536Zdflt 0.358384157
6132026-08-27T11:00:04.536Zkflt 0.000006650
6142026-08-27T11:00:04.536Zlock 6:16.527560280
6152026-08-27T11:00:04.536Zslp 3:39.847026820
6162026-08-27T11:00:04.536Zlat 4.882500391
6172026-08-27T11:00:04.536Zstop 2.676426775
6182026-08-27T11:00:04.536Zprocess exited: duration 84551 ms, exit code 0
 
6192026-08-27T11:00:04.543Zfound 0 output files