01M0VFRMRQKZE9ESNHGN38611V: opte

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

Buildomat Job: 01M0VFTJFZSW3MXEPY851JMSCS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:36:50.760Zjob assigned to worker 01M0VFTQ9Z3Y2CF37A5ZZVVXJB [factory aws, i-010f44cd621e3ac28] (queued for 46 s)
 
22026-08-25T03:36:57.462Zstarting task 0: "setup"
32026-08-25T03:36:57.469Z++ uname -s
42026-08-25T03:36:57.475Z+ kern=SunOS
52026-08-25T03:36:57.475Z+ build_user=build
62026-08-25T03:36:57.475Z+ build_uid=12345
72026-08-25T03:36:57.475Z+ work_dir=/work
82026-08-25T03:36:57.475Z+ input_dir=/input
92026-08-25T03:36:57.475Z+ [[ 0 == 12345 ]]
102026-08-25T03:36:57.475Z+ case "$kern" in
112026-08-25T03:36:57.475Z+ groupadd -g 12345 build
122026-08-25T03:36:57.476Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:36:59.486Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:36:59.563Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:36:59.567Z+ home_fs=zfs
162026-08-25T03:36:59.567Z+ [[ zfs == autofs ]]
172026-08-25T03:36:59.567Z+ mkdir -p /home/build
182026-08-25T03:36:59.568Z+ chown build:build /home/build /work
192026-08-25T03:37:01.582Z+ chmod 0700 /home/build /work
202026-08-25T03:37:01.599Zprocess exited: duration 4108 ms, exit code 0
 
212026-08-25T03:37:01.630Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:01.648Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:01.648Z * rust toolchain channel = "1.97.1"
242026-08-25T03:37:01.648Z * rust toolchain profile = "default"
252026-08-25T03:37:01.648Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T03:37:01.648Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:37:01.648Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:37:01.648Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:01.648Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:01.715Zinfo: downloading installer
312026-08-25T03:37:03.462Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:03.462Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:03.462Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:03.462Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:03.462Zinfo: profile set to default
362026-08-25T03:37:03.462Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:03.462Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:03.462Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:03.462Zinfo: downloading 6 components
402026-08-25T03:37:17.655Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T03:37:17.655Z
422026-08-25T03:37:17.684Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:17.685Z
442026-08-25T03:37:17.685Z
452026-08-25T03:37:17.685ZRust is installed now. Great!
462026-08-25T03:37:17.685Z
472026-08-25T03:37:17.685ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:17.685Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:17.685Z
502026-08-25T03:37:17.685ZTo configure your current shell, you need to source
512026-08-25T03:37:17.685Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:17.686Z
532026-08-25T03:37:17.687ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:17.687Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:17.687Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:17.687Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:17.687Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:17.687Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:17.687Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:17.696Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:17.696Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:17.775Z+ rustup --version
632026-08-25T03:37:17.785Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:17.789Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:17.806Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:17.811Z+ cargo --version
672026-08-25T03:37:17.823Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:17.826Z+ rustc --version
692026-08-25T03:37:17.845Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:17.849Zprocess exited: duration 16230 ms, exit code 0
 
712026-08-25T03:37:17.857Zstarting task 2: "authentication"
722026-08-25T03:37:17.885ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:37:52.474Zprocess exited: duration 34615 ms, exit code 0
 
742026-08-25T03:37:52.482Zstarting task 3: "clone repository"
752026-08-25T03:37:52.486Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:37:52.490Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:37:52.519ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:37:53.579Z+ cd /work/oxidecomputer/opte
792026-08-25T03:37:53.579Z+ git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db
802026-08-25T03:37:53.850ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:37:53.850Z * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD
822026-08-25T03:37:53.856Z+ [[ -n renovate/clap ]]
832026-08-25T03:37:53.859Z++ git branch --show-current
842026-08-25T03:37:53.859Z+ current=master
852026-08-25T03:37:53.859Z+ [[ master != renovate/clap ]]
862026-08-25T03:37:53.859Z+ git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db
872026-08-25T03:37:53.864Z+ git checkout -f renovate/clap
882026-08-25T03:37:53.878ZSwitched to branch 'renovate/clap'
892026-08-25T03:37:53.882Z+ git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db
902026-08-25T03:37:53.896ZHEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6
912026-08-25T03:37:53.899Zprocess exited: duration 1412 ms, exit code 0
 
922026-08-25T03:37:53.926Zstarting task 4: "build"
932026-08-25T03:37:53.946Z+ source .github/buildomat/common.sh
942026-08-25T03:37:53.946Z++ rustup show active-toolchain
952026-08-25T03:37:53.946Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:37:53.948Z++ pushd xde
972026-08-25T03:37:53.948Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-25T03:37:53.948Z++ rustup show active-toolchain
992026-08-25T03:37:53.948Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:37:54.209Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:37:54.239Zinfo: downloading 6 components
1022026-08-25T03:38:10.438Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:10.515Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:10.524Z+++ head -n 1
1052026-08-25T03:38:10.524Z+++ cut '-d ' -f1
1062026-08-25T03:38:10.578Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:10.578Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:10.578Z++ popd
1092026-08-25T03:38:10.587Z/work/oxidecomputer/opte
1102026-08-25T03:38:10.588Z+ cargo --version
1112026-08-25T03:38:10.588Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T03:38:10.588Z+ rustc --version
1132026-08-25T03:38:10.608Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T03:38:10.621Z+ cd lib/opte
1152026-08-25T03:38:10.622Z+ header 'check style'
1162026-08-25T03:38:10.622Z+ echo '# ==== check style ==== #'
1172026-08-25T03:38:10.622Z# ==== check style ==== #
1182026-08-25T03:38:10.622Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-08-25T03:38:10.784Z
1202026-08-25T03:38:10.785Zreal 0.179120820
1212026-08-25T03:38:10.785Zuser 0.139747849
1222026-08-25T03:38:10.785Zsys 0.034418569
1232026-08-25T03:38:10.785Ztrap 0.000009688
1242026-08-25T03:38:10.785Ztflt 0.000013536
1252026-08-25T03:38:10.785Zdflt 0.000011887
1262026-08-25T03:38:10.785Zkflt 0.000000000
1272026-08-25T03:38:10.785Zlock 0.030834916
1282026-08-25T03:38:10.786Zslp 0.159621069
1292026-08-25T03:38:10.786Zlat 0.000724421
1302026-08-25T03:38:10.786Zstop 0.000085491
1312026-08-25T03:38:10.823Z+ header 'check docs'
1322026-08-25T03:38:10.823Z+ echo '# ==== check docs ==== #'
1332026-08-25T03:38:10.824Z# ==== check docs ==== #
1342026-08-25T03:38:10.824Z+ RUSTDOCFLAGS='-D warnings'
1352026-08-25T03:38:10.824Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1362026-08-25T03:38:10.850Z Updating crates.io index
1372026-08-25T03:38:10.869Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-08-25T03:38:11.841Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-08-25T03:38:12.130Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-08-25T03:38:12.403Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-08-25T03:38:12.785Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-08-25T03:38:13.056Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-08-25T03:38:13.352Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-08-25T03:38:14.805Z Downloading crates ...
1452026-08-25T03:38:14.852Z Downloaded hash32 v0.3.1
1462026-08-25T03:38:14.858Z Downloaded ident_case v1.0.1
1472026-08-25T03:38:14.858Z Downloaded bitflags v1.3.2
1482026-08-25T03:38:14.861Z Downloaded scroll v0.13.0
1492026-08-25T03:38:14.868Z Downloaded dtrace-parser v0.3.0
1502026-08-25T03:38:14.872Z Downloaded either v1.16.0
1512026-08-25T03:38:14.872Z Downloaded defmt v0.3.100
1522026-08-25T03:38:14.875Z Downloaded byteorder v1.5.0
1532026-08-25T03:38:14.879Z Downloaded managed v0.8.0
1542026-08-25T03:38:14.882Z Downloaded ref-cast v1.0.25
1552026-08-25T03:38:14.886Z Downloaded cobs v0.3.0
1562026-08-25T03:38:14.890Z Downloaded pretty-hex v0.4.2
1572026-08-25T03:38:14.890Z Downloaded ref-cast-impl v1.0.25
1582026-08-25T03:38:14.890Z Downloaded scroll_derive v0.13.1
1592026-08-25T03:38:14.895Z Downloaded dyn-clone v1.0.20
1602026-08-25T03:38:14.895Z Downloaded darling_macro v0.23.0
1612026-08-25T03:38:14.895Z Downloaded embedded-io v0.6.1
1622026-08-25T03:38:14.895Z Downloaded macaddr v1.0.1
1632026-08-25T03:38:14.900Z Downloaded plain v0.2.3
1642026-08-25T03:38:14.900Z Downloaded defmt-parser v1.0.0
1652026-08-25T03:38:14.900Z Downloaded dof v0.4.0
1662026-08-25T03:38:14.908Z Downloaded itoa v1.0.18
1672026-08-25T03:38:14.908Z Downloaded stable_deref_trait v1.2.1
1682026-08-25T03:38:14.908Z Downloaded tabwriter v1.4.1
1692026-08-25T03:38:14.912Z Downloaded cfg-if v1.0.4
1702026-08-25T03:38:14.912Z Downloaded strsim v0.11.1
1712026-08-25T03:38:14.912Z Downloaded ingot v0.2.0
1722026-08-25T03:38:14.912Z Downloaded ingot-macros v0.2.0
1732026-08-25T03:38:14.916Z Downloaded usdt-macro v0.6.0
1742026-08-25T03:38:14.922Z Downloaded usdt v0.6.0
1752026-08-25T03:38:14.922Z Downloaded usdt-attr-macro v0.6.0
1762026-08-25T03:38:14.926Z Downloaded thread-id v5.1.0
1772026-08-25T03:38:14.926Z Downloaded version_check v0.9.5
1782026-08-25T03:38:14.931Z Downloaded embedded-io v0.4.0
1792026-08-25T03:38:14.932Z Downloaded pest_derive v2.8.7
1802026-08-25T03:38:14.932Z Downloaded ingot-types v0.2.0
1812026-08-25T03:38:14.935Z Downloaded defmt-macros v1.1.1
1822026-08-25T03:38:14.940Z Downloaded ipnetwork v0.21.1
1832026-08-25T03:38:14.940Z Downloaded thiserror v2.0.18
1842026-08-25T03:38:14.944Z Downloaded bitflags v2.13.0
1852026-08-25T03:38:14.948Z Downloaded postcard v1.1.3
1862026-08-25T03:38:14.948Z Downloaded usdt-impl v0.6.0
1872026-08-25T03:38:14.948Z Downloaded quote v1.0.46
1882026-08-25T03:38:14.951Z Downloaded thiserror-impl v2.0.18
1892026-08-25T03:38:14.952Z Downloaded serde_tokenstream v0.2.3
1902026-08-25T03:38:14.952Z Downloaded zmij v1.0.22
1912026-08-25T03:38:14.955Z Downloaded memmap2 v0.9.11
1922026-08-25T03:38:14.959Z Downloaded pest_meta v2.8.7
1932026-08-25T03:38:14.959Z Downloaded defmt v1.1.1
1942026-08-25T03:38:14.965Z Downloaded darling v0.23.0
1952026-08-25T03:38:14.975Z Downloaded pest_generator v2.8.7
1962026-08-25T03:38:14.978Z Downloaded crc32fast v1.5.0
1972026-08-25T03:38:14.978Z Downloaded log v0.4.33
1982026-08-25T03:38:14.978Z Downloaded proc-macro2 v1.0.106
1992026-08-25T03:38:14.985Z Downloaded darling_core v0.23.0
2002026-08-25T03:38:14.989Z Downloaded ucd-trie v0.1.7
2012026-08-25T03:38:14.995Z Downloaded serde_core v1.0.228
2022026-08-25T03:38:14.995Z Downloaded unicode-ident v1.0.24
2032026-08-25T03:38:14.999Z Downloaded heapless v0.8.0
2042026-08-25T03:38:15.004Z Downloaded itertools v0.15.0
2052026-08-25T03:38:15.007Z Downloaded serde_derive v1.0.228
2062026-08-25T03:38:15.020Z Downloaded serde v1.0.228
2072026-08-25T03:38:15.026Z Downloaded memchr v2.8.3
2082026-08-25T03:38:15.029Z Downloaded zerocopy-derive v0.8.54
2092026-08-25T03:38:15.038Z Downloaded pest v2.8.7
2102026-08-25T03:38:15.065Z Downloaded serde_json v1.0.150
2112026-08-25T03:38:15.071Z Downloaded aho-corasick v1.1.4
2122026-08-25T03:38:15.071Z Downloaded regex v1.13.0
2132026-08-25T03:38:15.108Z Downloaded goblin v0.10.7
2142026-08-25T03:38:15.113Z Downloaded unicode-width v0.2.2
2152026-08-25T03:38:15.118Z Downloaded zerocopy v0.8.54
2162026-08-25T03:38:15.125Z Downloaded smoltcp v0.11.0
2172026-08-25T03:38:15.132Z Downloaded syn v2.0.118
2182026-08-25T03:38:15.138Z Downloaded regex-syntax v0.8.11
2192026-08-25T03:38:15.164Z Downloaded regex-automata v0.4.15
2202026-08-25T03:38:15.172Z Downloaded libc v0.2.186
2212026-08-25T03:38:15.275Z Compiling proc-macro2 v1.0.106
2222026-08-25T03:38:15.275Z Compiling quote v1.0.46
2232026-08-25T03:38:15.275Z Compiling unicode-ident v1.0.24
2242026-08-25T03:38:15.299Z Documenting unicode-ident v1.0.24
2252026-08-25T03:38:15.299Z Compiling serde_core v1.0.228
2262026-08-25T03:38:15.299Z Compiling strsim v0.11.1
2272026-08-25T03:38:15.300Z Compiling ident_case v1.0.1
2282026-08-25T03:38:15.400Z Checking memchr v2.8.3
2292026-08-25T03:38:15.525Z Compiling zerocopy v0.8.54
2302026-08-25T03:38:15.581Z Compiling thiserror v2.0.18
2312026-08-25T03:38:15.628Z Compiling serde v1.0.228
2322026-08-25T03:38:15.672Z Compiling regex-syntax v0.8.11
2332026-08-25T03:38:15.913Z Documenting proc-macro2 v1.0.106
2342026-08-25T03:38:15.927Z Compiling aho-corasick v1.1.4
2352026-08-25T03:38:16.093Z Compiling either v1.16.0
2362026-08-25T03:38:16.304Z Checking syn v2.0.118
2372026-08-25T03:38:16.322Z Documenting strsim v0.11.1
2382026-08-25T03:38:16.517Z Documenting quote v1.0.46
2392026-08-25T03:38:16.774Z Documenting ident_case v1.0.1
2402026-08-25T03:38:17.056Z Documenting syn v2.0.118
2412026-08-25T03:38:17.153Z Compiling regex-automata v0.4.15
2422026-08-25T03:38:17.261Z Checking byteorder v1.5.0
2432026-08-25T03:38:17.388Z Compiling itertools v0.15.0
2442026-08-25T03:38:17.425Z Documenting memchr v2.8.3
2452026-08-25T03:38:17.732Z Compiling heapless v0.8.0
2462026-08-25T03:38:18.051Z Documenting aho-corasick v1.1.4
2472026-08-25T03:38:18.191Z Checking hash32 v0.3.1
2482026-08-25T03:38:18.288Z Checking darling_core v0.23.0
2492026-08-25T03:38:18.297Z Checking bitflags v2.13.0
2502026-08-25T03:38:18.449Z Documenting serde_core v1.0.228
2512026-08-25T03:38:18.648Z Checking cfg-if v1.0.4
2522026-08-25T03:38:18.705Z Documenting regex-syntax v0.8.11
2532026-08-25T03:38:18.793Z Compiling regex v1.13.0
2542026-08-25T03:38:19.190Z Documenting darling_core v0.23.0
2552026-08-25T03:38:19.197Z Checking macaddr v1.0.1
2562026-08-25T03:38:19.336Z Checking stable_deref_trait v1.2.1
2572026-08-25T03:38:19.401Z Compiling smoltcp v0.11.0
2582026-08-25T03:38:19.737Z Documenting regex-automata v0.4.15
2592026-08-25T03:38:19.949Z Documenting zerocopy-derive v0.8.54
2602026-08-25T03:38:20.064Z Compiling zerocopy-derive v0.8.54
2612026-08-25T03:38:20.110Z Compiling thiserror-impl v2.0.18
2622026-08-25T03:38:20.126Z Compiling serde_derive v1.0.228
2632026-08-25T03:38:20.353Z Documenting darling_macro v0.23.0
2642026-08-25T03:38:20.749Z Documenting thiserror-impl v2.0.18
2652026-08-25T03:38:20.793Z Documenting serde_derive v1.0.228
2662026-08-25T03:38:21.106Z Documenting regex v1.13.0
2672026-08-25T03:38:21.178Z Checking bitflags v1.3.2
2682026-08-25T03:38:21.283Z Checking managed v0.8.0
2692026-08-25T03:38:21.302Z Compiling darling_macro v0.23.0
2702026-08-25T03:38:21.422Z Documenting byteorder v1.5.0
2712026-08-25T03:38:21.468Z Checking cobs v0.3.0
2722026-08-25T03:38:21.668Z Documenting zerocopy v0.8.54
2732026-08-25T03:38:21.729Z Documenting thiserror v2.0.18
2742026-08-25T03:38:21.849Z Compiling darling v0.23.0
2752026-08-25T03:38:21.912Z Compiling ingot-macros v0.2.0
2762026-08-25T03:38:22.030Z Documenting darling v0.23.0
2772026-08-25T03:38:22.166Z Documenting bitflags v2.13.0
2782026-08-25T03:38:22.294Z Documenting hash32 v0.3.1
2792026-08-25T03:38:22.451Z Documenting stable_deref_trait v1.2.1
2802026-08-25T03:38:22.843Z Documenting ingot-macros v0.2.0
2812026-08-25T03:38:23.003Z Documenting serde v1.0.228
2822026-08-25T03:38:23.170Z Documenting cfg-if v1.0.4
2832026-08-25T03:38:23.291Z Compiling crc32fast v1.5.0
2842026-08-25T03:38:23.346Z Compiling ref-cast v1.0.25
2852026-08-25T03:38:23.657Z Documenting macaddr v1.0.1
2862026-08-25T03:38:23.699Z Documenting heapless v0.8.0
2872026-08-25T03:38:23.736Z Checking postcard v1.1.3
2882026-08-25T03:38:23.999Z Documenting cobs v0.3.0
2892026-08-25T03:38:24.207Z Compiling ref-cast-impl v1.0.25
2902026-08-25T03:38:24.250Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-08-25T03:38:24.477Z Compiling version_check v0.9.5
2922026-08-25T03:38:24.526Z Checking ingot-types v0.2.0
2932026-08-25T03:38:24.605Z Checking ipnetwork v0.21.1
2942026-08-25T03:38:24.738Z Documenting managed v0.8.0
2952026-08-25T03:38:24.793Z Checking unicode-width v0.2.2
2962026-08-25T03:38:24.870Z Checking ingot v0.2.0
2972026-08-25T03:38:24.931Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2982026-08-25T03:38:24.955Z Documenting ingot-types v0.2.0
2992026-08-25T03:38:25.064Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3002026-08-25T03:38:25.082Z Documenting ref-cast-impl v1.0.25
3012026-08-25T03:38:25.172Z Documenting either v1.16.0
3022026-08-25T03:38:25.200Z Documenting unicode-width v0.2.2
3032026-08-25T03:38:25.204Z Documenting postcard v1.1.3
3042026-08-25T03:38:25.475Z Documenting smoltcp v0.11.0
3052026-08-25T03:38:25.814Z Documenting ipnetwork v0.21.1
3062026-08-25T03:38:26.100Z Documenting ingot v0.2.0
3072026-08-25T03:38:26.302Z Documenting itertools v0.15.0
3082026-08-25T03:38:26.464Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3092026-08-25T03:38:26.562Z Documenting ref-cast v1.0.25
3102026-08-25T03:38:26.836Z Documenting tabwriter v1.4.1
3112026-08-25T03:38:27.120Z Checking tabwriter v1.4.1
3122026-08-25T03:38:27.526Z Documenting crc32fast v1.5.0
3132026-08-25T03:38:27.526Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3142026-08-25T03:38:27.783Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3152026-08-25T03:38:27.955Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-08-25T03:38:28.011Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-08-25T03:38:28.408Z Documenting dyn-clone v1.0.20
3182026-08-25T03:38:28.426Z Checking dyn-clone v1.0.20
3192026-08-25T03:38:29.166Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3202026-08-25T03:38:30.831Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3212026-08-25T03:38:33.182Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.38s
3222026-08-25T03:38:33.281Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3232026-08-25T03:38:33.313Z
3242026-08-25T03:38:33.314Zreal 22.486363693
3252026-08-25T03:38:33.314Zuser 1:16.654336934
3262026-08-25T03:38:33.314Zsys 16.439039420
3272026-08-25T03:38:33.314Ztrap 0.040340133
3282026-08-25T03:38:33.314Ztflt 0.041179336
3292026-08-25T03:38:33.314Zdflt 0.072548314
3302026-08-25T03:38:33.314Zkflt 0.004851706
3312026-08-25T03:38:33.314Zlock 6:50.214358260
3322026-08-25T03:38:33.314Zslp 4:30.799481263
3332026-08-25T03:38:33.314Zlat 7.922093935
3342026-08-25T03:38:33.314Zstop 12.727447172
3352026-08-25T03:38:33.314Z+ header 'analyze std + api'
3362026-08-25T03:38:33.314Z+ echo '# ==== analyze std + api ==== #'
3372026-08-25T03:38:33.314Z# ==== analyze std + api ==== #
3382026-08-25T03:38:33.314Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3392026-08-25T03:38:33.547Z Compiling proc-macro2 v1.0.106
3402026-08-25T03:38:33.547Z Compiling quote v1.0.46
3412026-08-25T03:38:33.547Z Compiling unicode-ident v1.0.24
3422026-08-25T03:38:33.547Z Compiling memchr v2.8.3
3432026-08-25T03:38:33.549Z Compiling thiserror v2.0.18
3442026-08-25T03:38:33.577Z Compiling zerocopy v0.8.54
3452026-08-25T03:38:33.577Z Compiling zmij v1.0.22
3462026-08-25T03:38:33.577Z Compiling serde_core v1.0.228
3472026-08-25T03:38:33.716Z Compiling libc v0.2.186
3482026-08-25T03:38:33.875Z Compiling ucd-trie v0.1.7
3492026-08-25T03:38:34.017Z Compiling serde_json v1.0.150
3502026-08-25T03:38:34.083Z Compiling pest v2.8.7
3512026-08-25T03:38:34.090Z Compiling ident_case v1.0.1
3522026-08-25T03:38:34.113Z Compiling serde v1.0.228
3532026-08-25T03:38:34.113Z Compiling strsim v0.11.1
3542026-08-25T03:38:34.421Z Compiling aho-corasick v1.1.4
3552026-08-25T03:38:34.469Z Checking byteorder v1.5.0
3562026-08-25T03:38:34.694Z Compiling itoa v1.0.18
3572026-08-25T03:38:34.720Z Compiling regex-syntax v0.8.11
3582026-08-25T03:38:34.861Z Compiling syn v2.0.118
3592026-08-25T03:38:35.185Z Compiling pest_meta v2.8.7
3602026-08-25T03:38:35.281Z Compiling either v1.16.0
3612026-08-25T03:38:35.295Z Compiling usdt-impl v0.6.0
3622026-08-25T03:38:35.480Z Compiling itertools v0.15.0
3632026-08-25T03:38:35.736Z Compiling thread-id v5.1.0
3642026-08-25T03:38:36.029Z Checking log v0.4.33
3652026-08-25T03:38:36.091Z Compiling heapless v0.8.0
3662026-08-25T03:38:36.207Z Compiling regex-automata v0.4.15
3672026-08-25T03:38:36.230Z Checking plain v0.2.3
3682026-08-25T03:38:36.738Z Checking bitflags v2.13.0
3692026-08-25T03:38:36.781Z Checking hash32 v0.3.1
3702026-08-25T03:38:36.815Z Checking stable_deref_trait v1.2.1
3712026-08-25T03:38:36.880Z Checking pretty-hex v0.4.2
3722026-08-25T03:38:36.900Z Compiling smoltcp v0.11.0
3732026-08-25T03:38:36.938Z Checking macaddr v1.0.1
3742026-08-25T03:38:36.991Z Checking cfg-if v1.0.4
3752026-08-25T03:38:37.147Z Compiling version_check v0.9.5
3762026-08-25T03:38:37.197Z Compiling ref-cast v1.0.25
3772026-08-25T03:38:37.223Z Checking managed v0.8.0
3782026-08-25T03:38:37.399Z Compiling pest_generator v2.8.7
3792026-08-25T03:38:37.399Z Compiling darling_core v0.23.0
3802026-08-25T03:38:37.402Z Compiling crc32fast v1.5.0
3812026-08-25T03:38:37.408Z Checking bitflags v1.3.2
3822026-08-25T03:38:37.527Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-08-25T03:38:37.706Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3842026-08-25T03:38:37.771Z Checking memmap2 v0.9.11
3852026-08-25T03:38:37.929Z Compiling regex v1.13.0
3862026-08-25T03:38:38.017Z Checking unicode-width v0.2.2
3872026-08-25T03:38:38.218Z Checking ipnetwork v0.21.1
3882026-08-25T03:38:38.272Z Checking tabwriter v1.4.1
3892026-08-25T03:38:38.416Z Checking dyn-clone v1.0.20
3902026-08-25T03:38:38.507Z Compiling thiserror-impl v2.0.18
3912026-08-25T03:38:38.507Z Compiling serde_derive v1.0.228
3922026-08-25T03:38:38.587Z Compiling zerocopy-derive v0.8.54
3932026-08-25T03:38:38.662Z Compiling pest_derive v2.8.7
3942026-08-25T03:38:38.733Z Compiling scroll_derive v0.13.1
3952026-08-25T03:38:39.106Z Compiling ref-cast-impl v1.0.25
3962026-08-25T03:38:39.173Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3972026-08-25T03:38:39.480Z Checking scroll v0.13.0
3982026-08-25T03:38:39.504Z Compiling darling_macro v0.23.0
3992026-08-25T03:38:39.702Z Checking goblin v0.10.7
4002026-08-25T03:38:39.752Z Compiling dtrace-parser v0.3.0
4012026-08-25T03:38:39.761Z Checking cobs v0.3.0
4022026-08-25T03:38:40.037Z Compiling darling v0.23.0
4032026-08-25T03:38:40.117Z Compiling ingot-macros v0.2.0
4042026-08-25T03:38:40.149Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4052026-08-25T03:38:41.062Z Checking postcard v1.1.3
4062026-08-25T03:38:41.077Z Compiling serde_tokenstream v0.2.3
4072026-08-25T03:38:42.548Z Compiling dof v0.4.0
4082026-08-25T03:38:42.559Z Checking ingot-types v0.2.0
4092026-08-25T03:38:42.850Z Checking ingot v0.2.0
4102026-08-25T03:38:43.402Z Compiling usdt-macro v0.6.0
4112026-08-25T03:38:43.407Z Compiling usdt-attr-macro v0.6.0
4122026-08-25T03:38:43.993Z Checking usdt v0.6.0
4132026-08-25T03:38:44.267Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4142026-08-25T03:38:52.774Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.43s
4152026-08-25T03:38:52.795Z
4162026-08-25T03:38:52.795Zreal 19.502077974
4172026-08-25T03:38:52.795Zuser 1:02.052665030
4182026-08-25T03:38:52.795Zsys 12.162969034
4192026-08-25T03:38:52.795Ztrap 0.030044399
4202026-08-25T03:38:52.795Ztflt 0.167085297
4212026-08-25T03:38:52.795Zdflt 0.198314004
4222026-08-25T03:38:52.802Zkflt 0.000016309
4232026-08-25T03:38:52.802Zlock 3:53.055900939
4242026-08-25T03:38:52.802Zslp 3:13.426879243
4252026-08-25T03:38:52.802Zlat 3.167753097
4262026-08-25T03:38:52.802Zstop 6.834296313
4272026-08-25T03:38:52.802Z+ header 'analyze no_std + engine + kernel'
4282026-08-25T03:38:52.802Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4292026-08-25T03:38:52.802Z# ==== analyze no_std + engine + kernel ==== #
4302026-08-25T03:38:52.802Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4312026-08-25T03:38:53.377Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4322026-08-25T03:38:53.377Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4332026-08-25T03:38:53.377Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4342026-08-25T03:38:53.382Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4352026-08-25T03:38:53.382Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-08-25T03:38:56.287Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.45s
4372026-08-25T03:38:56.312Z
4382026-08-25T03:38:56.720Zreal 3.514438902
4392026-08-25T03:38:56.720Zuser 3.777567980
4402026-08-25T03:38:56.720Zsys 0.832693818
4412026-08-25T03:38:56.721Ztrap 0.000408469
4422026-08-25T03:38:56.721Ztflt 0.019752342
4432026-08-25T03:38:56.721Zdflt 0.005715798
4442026-08-25T03:38:56.721Zkflt 0.000001429
4452026-08-25T03:38:56.721Zlock 11.625718514
4462026-08-25T03:38:56.721Zslp 14.578063979
4472026-08-25T03:38:56.721Zlat 0.004916773
4482026-08-25T03:38:56.721Zstop 0.184766327
4492026-08-25T03:38:56.721Z+ header test
4502026-08-25T03:38:56.721Z+ echo '# ==== test ==== #'
4512026-08-25T03:38:56.721Z# ==== test ==== #
4522026-08-25T03:38:56.721Z+ ptime -m cargo test
4532026-08-25T03:38:56.745Z Compiling serde_core v1.0.228
4542026-08-25T03:38:56.745Z Compiling thiserror v2.0.18
4552026-08-25T03:38:56.745Z Compiling zerocopy v0.8.54
4562026-08-25T03:38:56.745Z Compiling memchr v2.8.3
4572026-08-25T03:38:56.745Z Compiling byteorder v1.5.0
4582026-08-25T03:38:56.746Z Compiling unicode-ident v1.0.24
4592026-08-25T03:38:56.746Z Compiling scroll v0.13.0
4602026-08-25T03:38:56.746Z Compiling zmij v1.0.22
4612026-08-25T03:38:56.746Z Compiling proc-macro2 v1.0.106
4622026-08-25T03:38:56.746Z Compiling libc v0.2.186
4632026-08-25T03:38:56.746Z Compiling ucd-trie v0.1.7
4642026-08-25T03:38:56.757Z Compiling log v0.4.33
4652026-08-25T03:38:56.862Z Compiling itoa v1.0.18
4662026-08-25T03:38:56.958Z Compiling plain v0.2.3
4672026-08-25T03:38:56.980Z Compiling quote v1.0.46
4682026-08-25T03:38:57.056Z Compiling goblin v0.10.7
4692026-08-25T03:38:57.118Z Compiling pest v2.8.7
4702026-08-25T03:38:57.380Z Compiling hash32 v0.3.1
4712026-08-25T03:38:57.545Z Compiling stable_deref_trait v1.2.1
4722026-08-25T03:38:57.598Z Compiling pretty-hex v0.4.2
4732026-08-25T03:38:57.685Z Compiling cfg-if v1.0.4
4742026-08-25T03:38:57.700Z Compiling macaddr v1.0.1
4752026-08-25T03:38:57.724Z Compiling heapless v0.8.0
4762026-08-25T03:38:57.924Z Compiling syn v2.0.118
4772026-08-25T03:38:58.036Z Compiling thread-id v5.1.0
4782026-08-25T03:38:58.115Z Compiling cobs v0.3.0
4792026-08-25T03:38:58.161Z Compiling dtrace-parser v0.3.0
4802026-08-25T03:38:58.380Z Compiling serde v1.0.228
4812026-08-25T03:38:58.459Z Compiling bitflags v2.13.0
4822026-08-25T03:38:58.795Z Compiling serde_json v1.0.150
4832026-08-25T03:38:58.911Z Compiling bitflags v1.3.2
4842026-08-25T03:38:58.944Z Compiling managed v0.8.0
4852026-08-25T03:38:59.026Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4862026-08-25T03:38:59.162Z Compiling smoltcp v0.11.0
4872026-08-25T03:38:59.252Z Compiling postcard v1.1.3
4882026-08-25T03:38:59.286Z Compiling ingot-types v0.2.0
4892026-08-25T03:38:59.472Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4902026-08-25T03:38:59.601Z Compiling memmap2 v0.9.11
4912026-08-25T03:38:59.685Z Compiling ingot v0.2.0
4922026-08-25T03:38:59.895Z Compiling ipnetwork v0.21.1
4932026-08-25T03:39:00.073Z Compiling dof v0.4.0
4942026-08-25T03:39:00.387Z Compiling unicode-width v0.2.2
4952026-08-25T03:39:00.699Z Compiling either v1.16.0
4962026-08-25T03:39:00.908Z Compiling usdt-impl v0.6.0
4972026-08-25T03:39:01.815Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4982026-08-25T03:39:01.898Z Compiling usdt v0.6.0
4992026-08-25T03:39:01.969Z Compiling itertools v0.15.0
5002026-08-25T03:39:02.514Z Compiling tabwriter v1.4.1
5012026-08-25T03:39:02.940Z Compiling ref-cast v1.0.25
5022026-08-25T03:39:03.072Z Compiling crc32fast v1.5.0
5032026-08-25T03:39:03.316Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-08-25T03:39:03.351Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-08-25T03:39:03.511Z Compiling dyn-clone v1.0.20
5062026-08-25T03:39:18.694Z Finished `test` profile [optimized + debuginfo] target(s) in 22.37s
5072026-08-25T03:39:18.715Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88)
5082026-08-25T03:39:18.725Z
5092026-08-25T03:39:18.725Zrunning 84 tests
5102026-08-25T03:39:18.725Ztest d_error::tests::name_and_data_storage ... ok
5112026-08-25T03:39:18.725Ztest d_error::tests::name_truncation ... ok
5122026-08-25T03:39:18.725Ztest ddi::mblk::test::chain_append_links ... ok
5132026-08-25T03:39:18.725Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5142026-08-25T03:39:18.725Ztest ddi::mblk::test::chain_drain_complete ... ok
5152026-08-25T03:39:18.726Ztest ddi::mblk::test::chain_breaks_links ... ok
5162026-08-25T03:39:18.726Ztest ddi::mblk::test::expand_and_shrink ... ok
5172026-08-25T03:39:18.726Ztest ddi::mblk::test::prefix_len ... ok
5182026-08-25T03:39:18.726Ztest ddi::mblk::test::read_seg ... ok
5192026-08-25T03:39:18.726Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5202026-08-25T03:39:18.726Ztest ddi::mblk::test::uninitialized_packet ... ok
5212026-08-25T03:39:18.726Ztest ddi::mblk::test::truncate ... ok
5222026-08-25T03:39:18.726Ztest ddi::mblk::test::wrap ... ok
5232026-08-25T03:39:18.726Ztest ddi::mblk::test::zero_byte_packet ... ok
5242026-08-25T03:39:18.726Ztest ddi::time::test::good_interval ... ok
5252026-08-25T03:39:18.726Ztest engine::dhcp::test::domainname_encode ... ok
5262026-08-25T03:39:18.726Ztest engine::dhcp::test::hostname_encode ... ok
5272026-08-25T03:39:18.726Ztest engine::dhcp::test::domain_search_option_encode ... ok
5282026-08-25T03:39:18.726Ztest engine::dhcp::test::offlink_encode ... ok
5292026-08-25T03:39:18.726Ztest engine::dhcp::test::rfc3442_encode ... ok
5302026-08-25T03:39:18.726Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5312026-08-25T03:39:18.726Ztest engine::dhcpv6::options::test::test_iana ... ok
5322026-08-25T03:39:18.726Ztest engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok
5332026-08-25T03:39:18.726Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5342026-08-25T03:39:18.726Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5352026-08-25T03:39:18.726Ztest ddi::time::test::bad_interval - should panic ... ok
5362026-08-25T03:39:18.726Ztest engine::dhcpv6::options::test::test_client_id ... ok
5372026-08-25T03:39:18.726Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5382026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_iata ... ok
5392026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_option_request ... ok
5402026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5412026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5422026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5432026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5442026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5452026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_server_id ... ok
5462026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5472026-08-25T03:39:18.727Ztest engine::dhcpv6::options::test::test_status ... ok
5482026-08-25T03:39:18.727Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5492026-08-25T03:39:18.727Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5502026-08-25T03:39:18.727Ztest engine::ether::test::emit ... ok
5512026-08-25T03:39:18.727Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5522026-08-25T03:39:18.727Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5532026-08-25T03:39:18.727Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5542026-08-25T03:39:18.727Ztest engine::flow_table::test::flow_clear ... ok
5552026-08-25T03:39:18.727Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5562026-08-25T03:39:18.727Ztest engine::flow_table::test::eviction_basics ... ok
5572026-08-25T03:39:18.728Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5582026-08-25T03:39:18.728Ztest engine::flow_table::test::flow_expired ... ok
5592026-08-25T03:39:18.728Ztest engine::flow_table::test::priority_lerp ... ok
5602026-08-25T03:39:18.728Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5612026-08-25T03:39:18.728Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5622026-08-25T03:39:18.728Ztest engine::geneve::test::emit_no_opts ... ok
5632026-08-25T03:39:18.728Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5642026-08-25T03:39:18.728Ztest engine::geneve::test::emit_single_opt ... ok
5652026-08-25T03:39:18.728Ztest engine::ip::v4::test::cidr_match ... ok
5662026-08-25T03:39:18.728Ztest engine::ip::v4::test::match_check ... ok
5672026-08-25T03:39:18.728Ztest engine::ip::v4::test::emit ... ok
5682026-08-25T03:39:18.728Ztest engine::ip::v6::test::emit ... ok
5692026-08-25T03:39:18.728Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5702026-08-25T03:39:18.728Ztest engine::ip::v6::test::from_pairs ... ok
5712026-08-25T03:39:18.728Ztest engine::ip::v6::test::extension_push_spec ... ok
5722026-08-25T03:39:18.728Ztest engine::ip::v6::test::option_push_spec ... ok
5732026-08-25T03:39:18.728Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5742026-08-25T03:39:18.728Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5752026-08-25T03:39:18.728Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5762026-08-25T03:39:18.728Ztest engine::packet::test::small_packet_with_padding ... ok
5772026-08-25T03:39:18.728Ztest engine::layer::test::find_rule ... ok
5782026-08-25T03:39:18.728Ztest engine::nat::test::nat4_rewrite ... ok
5792026-08-25T03:39:18.728Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5802026-08-25T03:39:18.728Ztest engine::packet::test::read_single_segment ... ok
5812026-08-25T03:39:18.728Ztest engine::packet::test::read_multi_segment ... ok
5822026-08-25T03:39:18.728Ztest engine::ip::v6::test::push_spec ... ok
5832026-08-25T03:39:18.728Ztest engine::packet::test::udp6_packet_with_padding ... ok
5842026-08-25T03:39:18.728Ztest engine::ip::v6::test::test_set_total_len ... ok
5852026-08-25T03:39:18.728Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5862026-08-25T03:39:18.728Ztest engine::packet::test::straddled_tcp ... ok
5872026-08-25T03:39:18.729Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5882026-08-25T03:39:18.729Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5892026-08-25T03:39:18.729Ztest engine::rule::rule_matching ... ok
5902026-08-25T03:39:18.729Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5912026-08-25T03:39:18.729Ztest engine::snat::test::nat_mappings ... ok
5922026-08-25T03:39:18.729Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5932026-08-25T03:39:18.729Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5942026-08-25T03:39:18.729Z
5952026-08-25T03:39:18.729Ztest result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5962026-08-25T03:39:18.729Z
5972026-08-25T03:39:18.729Z Doc-tests opte
5982026-08-25T03:39:20.716Z
5992026-08-25T03:39:20.716Zrunning 3 tests
6002026-08-25T03:39:20.729Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6012026-08-25T03:39:20.729Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6022026-08-25T03:39:20.729Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6032026-08-25T03:39:20.730Z
6042026-08-25T03:39:20.730Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-08-25T03:39:20.730Z
6062026-08-25T03:39:20.741Zall doctests ran in 1.42s; merged doctests compilation took 1.41s
6072026-08-25T03:39:20.772Z
6082026-08-25T03:39:20.772Zreal 24.442274082
6092026-08-25T03:39:20.772Zuser 2:03.176612677
6102026-08-25T03:39:20.772Zsys 7.118149397
6112026-08-25T03:39:20.783Ztrap 0.056737729
6122026-08-25T03:39:20.784Ztflt 0.220730144
6132026-08-25T03:39:20.784Zdflt 0.403382520
6142026-08-25T03:39:20.784Zkflt 0.000004858
6152026-08-25T03:39:20.784Zlock 6:21.467645478
6162026-08-25T03:39:20.784Zslp 3:40.984851839
6172026-08-25T03:39:20.784Zlat 6.004785798
6182026-08-25T03:39:20.784Zstop 3.553103206
6192026-08-25T03:39:20.784Zprocess exited: duration 86840 ms, exit code 0
 
6202026-08-25T03:39:20.798Zfound 0 output files