01KYEAGH0JSJQQMW606N28315Z: opte

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

Buildomat Job: 01KYEAHM24Y0149WPMP8MN0WR3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:05.641Zjob assigned to worker 01KYEAHVFJP7NS0KVH7PYBRVTN [factory aws, i-07f1c3554353b8d62] (queued for 48 s)
 
22026-07-26T04:23:12.538Zstarting task 0: "setup"
32026-07-26T04:23:12.593Z++ uname -s
42026-07-26T04:23:12.593Z+ kern=SunOS
52026-07-26T04:23:12.593Z+ build_user=build
62026-07-26T04:23:12.593Z+ build_uid=12345
72026-07-26T04:23:12.593Z+ work_dir=/work
82026-07-26T04:23:12.593Z+ input_dir=/input
92026-07-26T04:23:12.593Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:12.593Z+ case "$kern" in
112026-07-26T04:23:12.593Z+ groupadd -g 12345 build
122026-07-26T04:23:12.593Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:14.552Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:14.648Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:14.651Z+ home_fs=zfs
162026-07-26T04:23:14.651Z+ [[ zfs == autofs ]]
172026-07-26T04:23:14.651Z+ mkdir -p /home/build
182026-07-26T04:23:14.651Z+ chown build:build /home/build /work
192026-07-26T04:23:16.652Z+ chmod 0700 /home/build /work
202026-07-26T04:23:16.655Zprocess exited: duration 4115 ms, exit code 0
 
212026-07-26T04:23:16.660Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:16.664Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:16.664Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-26T04:23:16.664Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-26T04:23:16.664Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-26T04:23:16.664Z * rust toolchain channel = "1.97.1"
272026-07-26T04:23:16.664Z * rust toolchain profile = "default"
282026-07-26T04:23:16.667Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:16.667Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:16.771Zinfo: downloading installer
312026-07-26T04:23:18.087Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:18.087Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:18.087Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:18.087Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:18.100Zinfo: profile set to default
362026-07-26T04:23:18.100Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:18.104Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:18.235Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:18.238Zinfo: downloading 6 components
402026-07-26T04:23:33.400Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:33.400Z
422026-07-26T04:23:33.429Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:33.429Z
442026-07-26T04:23:33.429Z
452026-07-26T04:23:33.429ZRust is installed now. Great!
462026-07-26T04:23:33.429Z
472026-07-26T04:23:33.429ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:33.430Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:33.430Z
502026-07-26T04:23:33.430ZTo configure your current shell, you need to source
512026-07-26T04:23:33.430Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:33.430Z
532026-07-26T04:23:33.430ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:33.433Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:33.433Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:33.433Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:33.433Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:33.433Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:33.433Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:33.433Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:33.433Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:33.517Z+ rustup --version
632026-07-26T04:23:33.524Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:33.531Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:33.547Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:33.551Z+ cargo --version
672026-07-26T04:23:33.564Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:33.567Z+ rustc --version
692026-07-26T04:23:33.586Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:33.592Zprocess exited: duration 16927 ms, exit code 0
 
712026-07-26T04:23:33.598Zstarting task 2: "authentication"
722026-07-26T04:23:33.615ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:23:36.196Zprocess exited: duration 2583 ms, exit code 0
 
742026-07-26T04:23:36.206Zstarting task 3: "clone repository"
752026-07-26T04:23:36.210Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:23:36.217Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:23:36.245ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:23:37.115Z+ cd /work/oxidecomputer/opte
792026-07-26T04:23:37.115Z+ git fetch origin 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
802026-07-26T04:23:37.358ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:23:37.358Z * branch 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d -> FETCH_HEAD
822026-07-26T04:23:37.365Z+ [[ -n renovate/ctor-0.x ]]
832026-07-26T04:23:37.369Z++ git branch --show-current
842026-07-26T04:23:37.369Z+ current=master
852026-07-26T04:23:37.369Z+ [[ master != renovate/ctor-0.x ]]
862026-07-26T04:23:37.369Z+ git branch -f renovate/ctor-0.x 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
872026-07-26T04:23:37.376Z+ git checkout -f renovate/ctor-0.x
882026-07-26T04:23:37.387ZSwitched to branch 'renovate/ctor-0.x'
892026-07-26T04:23:37.392Z+ git reset --hard 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
902026-07-26T04:23:37.392ZHEAD is now at 26ac5f5 Update Rust crate ctor to 0.13
912026-07-26T04:23:37.398Zprocess exited: duration 1185 ms, exit code 0
 
922026-07-26T04:23:37.408Zstarting task 4: "build"
932026-07-26T04:23:37.411Z+ source .github/buildomat/common.sh
942026-07-26T04:23:37.420Z++ rustup show active-toolchain
952026-07-26T04:23:37.420Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:23:37.420Z++ pushd xde
972026-07-26T04:23:37.420Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:23:37.420Z++ rustup show active-toolchain
992026-07-26T04:23:37.423Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:23:37.569Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:23:37.572Zinfo: downloading 6 components
1022026-07-26T04:23:51.516Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:23:51.619Z+++ rustup show active-toolchain -v
1042026-07-26T04:23:51.625Z+++ head -n 1
1052026-07-26T04:23:51.625Z+++ cut '-d ' -f1
1062026-07-26T04:23:51.671Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:51.671Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:23:51.671Z++ popd
1092026-07-26T04:23:51.675Z/work/oxidecomputer/opte
1102026-07-26T04:23:51.675Z+ cargo --version
1112026-07-26T04:23:51.680Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:23:51.684Z+ rustc --version
1132026-07-26T04:23:51.703Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:23:51.705Z+ cd lib/opte
1152026-07-26T04:23:51.705Z+ header 'check style'
1162026-07-26T04:23:51.705Z+ echo '# ==== check style ==== #'
1172026-07-26T04:23:51.706Z# ==== check style ==== #
1182026-07-26T04:23:51.706Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-26T04:23:51.923Z
1202026-07-26T04:23:51.923Zreal 0.187530098
1212026-07-26T04:23:51.923Zuser 0.144487211
1222026-07-26T04:23:51.923Zsys 0.036179112
1232026-07-26T04:23:51.923Ztrap 0.000049510
1242026-07-26T04:23:51.923Ztflt 0.000022620
1252026-07-26T04:23:51.923Zdflt 0.000011090
1262026-07-26T04:23:51.923Zkflt 0.000001120
1272026-07-26T04:23:51.923Zlock 0.031176880
1282026-07-26T04:23:51.923Zslp 0.167800709
1292026-07-26T04:23:51.923Zlat 0.000998240
1302026-07-26T04:23:51.923Zstop 0.000114880
1312026-07-26T04:23:51.932Z+ header 'check docs'
1322026-07-26T04:23:51.932Z+ echo '# ==== check docs ==== #'
1332026-07-26T04:23:51.932Z# ==== check docs ==== #
1342026-07-26T04:23:51.932Z+ RUSTDOCFLAGS='-D warnings'
1352026-07-26T04:23:51.932Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1362026-07-26T04:23:51.966Z Updating crates.io index
1372026-07-26T04:23:51.973Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-07-26T04:23:52.869Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-26T04:23:53.087Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-26T04:23:53.342Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-07-26T04:23:53.673Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-07-26T04:23:53.937Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-26T04:23:54.200Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-26T04:23:55.994Z Downloading crates ...
1452026-07-26T04:23:56.058Z Downloaded darling_macro v0.23.0
1462026-07-26T04:23:56.062Z Downloaded defmt-macros v1.1.1
1472026-07-26T04:23:56.062Z Downloaded ingot v0.2.0
1482026-07-26T04:23:56.062Z Downloaded postcard v1.1.3
1492026-07-26T04:23:56.062Z Downloaded usdt-attr-macro v0.6.0
1502026-07-26T04:23:56.062Z Downloaded thiserror-impl v2.0.18
1512026-07-26T04:23:56.073Z Downloaded bitflags v1.3.2
1522026-07-26T04:23:56.081Z Downloaded embedded-io v0.6.1
1532026-07-26T04:23:56.081Z Downloaded managed v0.8.0
1542026-07-26T04:23:56.081Z Downloaded cfg-if v1.0.4
1552026-07-26T04:23:56.101Z Downloaded defmt-parser v1.0.0
1562026-07-26T04:23:56.101Z Downloaded hash32 v0.3.1
1572026-07-26T04:23:56.101Z Downloaded pretty-hex v0.4.2
1582026-07-26T04:23:56.101Z Downloaded zmij v1.0.22
1592026-07-26T04:23:56.107Z Downloaded defmt v0.3.100
1602026-07-26T04:23:56.107Z Downloaded dof v0.4.0
1612026-07-26T04:23:56.107Z Downloaded dyn-clone v1.0.20
1622026-07-26T04:23:56.107Z Downloaded plain v0.2.3
1632026-07-26T04:23:56.107Z Downloaded cobs v0.3.0
1642026-07-26T04:23:56.112Z Downloaded ident_case v1.0.1
1652026-07-26T04:23:56.112Z Downloaded scroll_derive v0.13.1
1662026-07-26T04:23:56.127Z Downloaded usdt-macro v0.6.0
1672026-07-26T04:23:56.127Z Downloaded stable_deref_trait v1.2.1
1682026-07-26T04:23:56.127Z Downloaded ref-cast v1.0.25
1692026-07-26T04:23:56.127Z Downloaded dtrace-parser v0.3.0
1702026-07-26T04:23:56.149Z Downloaded itoa v1.0.18
1712026-07-26T04:23:56.149Z Downloaded embedded-io v0.4.0
1722026-07-26T04:23:56.149Z Downloaded macaddr v1.0.1
1732026-07-26T04:23:56.157Z Downloaded ingot-types v0.2.0
1742026-07-26T04:23:56.157Z Downloaded ipnetwork v0.21.1
1752026-07-26T04:23:56.157Z Downloaded pest_generator v2.8.7
1762026-07-26T04:23:56.157Z Downloaded thiserror v2.0.18
1772026-07-26T04:23:56.158Z Downloaded crc32fast v1.5.0
1782026-07-26T04:23:56.158Z Downloaded defmt v1.1.1
1792026-07-26T04:23:56.158Z Downloaded strsim v0.11.1
1802026-07-26T04:23:56.158Z Downloaded version_check v0.9.5
1812026-07-26T04:23:56.158Z Downloaded thread-id v5.1.0
1822026-07-26T04:23:56.177Z Downloaded usdt v0.6.0
1832026-07-26T04:23:56.177Z Downloaded ref-cast-impl v1.0.25
1842026-07-26T04:23:56.177Z Downloaded pest_derive v2.8.7
1852026-07-26T04:23:56.180Z Downloaded tabwriter v1.4.1
1862026-07-26T04:23:56.180Z Downloaded usdt-impl v0.6.0
1872026-07-26T04:23:56.181Z Downloaded either v1.16.0
1882026-07-26T04:23:56.181Z Downloaded byteorder v1.5.0
1892026-07-26T04:23:56.203Z Downloaded serde_tokenstream v0.2.3
1902026-07-26T04:23:56.208Z Downloaded pest_meta v2.8.7
1912026-07-26T04:23:56.208Z Downloaded scroll v0.13.0
1922026-07-26T04:23:56.221Z Downloaded darling v0.23.0
1932026-07-26T04:23:56.237Z Downloaded quote v1.0.46
1942026-07-26T04:23:56.237Z Downloaded ucd-trie v0.1.7
1952026-07-26T04:23:56.237Z Downloaded memmap2 v0.9.11
1962026-07-26T04:23:56.237Z Downloaded log v0.4.33
1972026-07-26T04:23:56.237Z Downloaded bitflags v2.13.0
1982026-07-26T04:23:56.237Z Downloaded ingot-macros v0.2.0
1992026-07-26T04:23:56.240Z Downloaded proc-macro2 v1.0.106
2002026-07-26T04:23:56.240Z Downloaded unicode-ident v1.0.24
2012026-07-26T04:23:56.246Z Downloaded serde v1.0.228
2022026-07-26T04:23:56.246Z Downloaded serde_derive v1.0.228
2032026-07-26T04:23:56.252Z Downloaded darling_core v0.23.0
2042026-07-26T04:23:56.306Z Downloaded serde_core v1.0.228
2052026-07-26T04:23:56.316Z Downloaded pest v2.8.7
2062026-07-26T04:23:56.316Z Downloaded heapless v0.8.0
2072026-07-26T04:23:56.316Z Downloaded memchr v2.8.3
2082026-07-26T04:23:56.320Z Downloaded zerocopy-derive v0.8.54
2092026-07-26T04:23:56.346Z Downloaded itertools v0.15.0
2102026-07-26T04:23:56.350Z Downloaded aho-corasick v1.1.4
2112026-07-26T04:23:56.360Z Downloaded serde_json v1.0.150
2122026-07-26T04:23:56.363Z Downloaded regex v1.13.0
2132026-07-26T04:23:56.417Z Downloaded syn v2.0.118
2142026-07-26T04:23:56.436Z Downloaded goblin v0.10.7
2152026-07-26T04:23:56.439Z Downloaded zerocopy v0.8.54
2162026-07-26T04:23:56.452Z Downloaded unicode-width v0.2.2
2172026-07-26T04:23:56.455Z Downloaded smoltcp v0.11.0
2182026-07-26T04:23:56.461Z Downloaded regex-syntax v0.8.11
2192026-07-26T04:23:56.503Z Downloaded regex-automata v0.4.15
2202026-07-26T04:23:56.514Z Downloaded libc v0.2.186
2212026-07-26T04:23:56.569Z Compiling proc-macro2 v1.0.106
2222026-07-26T04:23:56.569Z Compiling quote v1.0.46
2232026-07-26T04:23:56.569Z Compiling unicode-ident v1.0.24
2242026-07-26T04:23:56.576Z Documenting unicode-ident v1.0.24
2252026-07-26T04:23:56.576Z Compiling ident_case v1.0.1
2262026-07-26T04:23:56.576Z Compiling strsim v0.11.1
2272026-07-26T04:23:56.576Z Compiling serde_core v1.0.228
2282026-07-26T04:23:56.733Z Compiling memchr v2.8.3
2292026-07-26T04:23:56.956Z Compiling zerocopy v0.8.54
2302026-07-26T04:23:56.984Z Compiling thiserror v2.0.18
2312026-07-26T04:23:57.031Z Compiling regex-syntax v0.8.11
2322026-07-26T04:23:57.036Z Compiling serde v1.0.228
2332026-07-26T04:23:57.287Z Documenting proc-macro2 v1.0.106
2342026-07-26T04:23:57.326Z Compiling aho-corasick v1.1.4
2352026-07-26T04:23:57.611Z Checking syn v2.0.118
2362026-07-26T04:23:57.715Z Documenting strsim v0.11.1
2372026-07-26T04:23:57.861Z Documenting quote v1.0.46
2382026-07-26T04:23:58.030Z Documenting ident_case v1.0.1
2392026-07-26T04:23:58.195Z Checking byteorder v1.5.0
2402026-07-26T04:23:58.371Z Compiling either v1.16.0
2412026-07-26T04:23:58.374Z Documenting syn v2.0.118
2422026-07-26T04:23:58.444Z Compiling regex-automata v0.4.15
2432026-07-26T04:23:58.567Z Compiling itertools v0.15.0
2442026-07-26T04:23:58.715Z Compiling heapless v0.8.0
2452026-07-26T04:23:59.026Z Documenting memchr v2.8.3
2462026-07-26T04:23:59.183Z Checking bitflags v2.13.0
2472026-07-26T04:23:59.625Z Checking hash32 v0.3.1
2482026-07-26T04:23:59.685Z Documenting serde_core v1.0.228
2492026-07-26T04:23:59.685Z Checking darling_core v0.23.0
2502026-07-26T04:23:59.700Z Documenting aho-corasick v1.1.4
2512026-07-26T04:23:59.820Z Checking cfg-if v1.0.4
2522026-07-26T04:23:59.940Z Checking stable_deref_trait v1.2.1
2532026-07-26T04:23:59.974Z Checking macaddr v1.0.1
2542026-07-26T04:24:00.441Z Documenting darling_core v0.23.0
2552026-07-26T04:24:00.556Z Compiling regex v1.13.0
2562026-07-26T04:24:00.572Z Documenting regex-syntax v0.8.11
2572026-07-26T04:24:00.874Z Compiling smoltcp v0.11.0
2582026-07-26T04:24:01.102Z Documenting zerocopy-derive v0.8.54
2592026-07-26T04:24:01.248Z Compiling serde_derive v1.0.228
2602026-07-26T04:24:01.258Z Compiling zerocopy-derive v0.8.54
2612026-07-26T04:24:01.470Z Compiling thiserror-impl v2.0.18
2622026-07-26T04:24:01.567Z Documenting darling_macro v0.23.0
2632026-07-26T04:24:02.780Z Documenting regex-automata v0.4.15
2642026-07-26T04:24:02.826Z Documenting thiserror-impl v2.0.18
2652026-07-26T04:24:02.827Z Documenting serde_derive v1.0.228
2662026-07-26T04:24:02.828Z Compiling darling_macro v0.23.0
2672026-07-26T04:24:02.854Z Checking managed v0.8.0
2682026-07-26T04:24:02.855Z Checking cobs v0.3.0
2692026-07-26T04:24:02.860Z Checking bitflags v1.3.2
2702026-07-26T04:24:02.894Z Documenting byteorder v1.5.0
2712026-07-26T04:24:02.900Z Documenting thiserror v2.0.18
2722026-07-26T04:24:02.901Z Compiling darling v0.23.0
2732026-07-26T04:24:02.978Z Documenting darling v0.23.0
2742026-07-26T04:24:02.984Z Compiling ingot-macros v0.2.0
2752026-07-26T04:24:03.144Z Documenting regex v1.13.0
2762026-07-26T04:24:03.453Z Documenting zerocopy v0.8.54
2772026-07-26T04:24:03.591Z Documenting bitflags v2.13.0
2782026-07-26T04:24:03.763Z Documenting hash32 v0.3.1
2792026-07-26T04:24:04.025Z Documenting serde v1.0.228
2802026-07-26T04:24:04.244Z Documenting ingot-macros v0.2.0
2812026-07-26T04:24:04.383Z Compiling crc32fast v1.5.0
2822026-07-26T04:24:04.407Z Compiling ref-cast v1.0.25
2832026-07-26T04:24:04.549Z Documenting macaddr v1.0.1
2842026-07-26T04:24:04.685Z Documenting stable_deref_trait v1.2.1
2852026-07-26T04:24:04.734Z Documenting cfg-if v1.0.4
2862026-07-26T04:24:05.197Z Checking postcard v1.1.3
2872026-07-26T04:24:05.313Z Documenting heapless v0.8.0
2882026-07-26T04:24:05.509Z Documenting cobs v0.3.0
2892026-07-26T04:24:05.637Z Checking ingot-types v0.2.0
2902026-07-26T04:24:05.713Z Compiling ref-cast-impl v1.0.25
2912026-07-26T04:24:05.750Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2922026-07-26T04:24:05.982Z Checking unicode-width v0.2.2
2932026-07-26T04:24:05.986Z Checking ingot v0.2.0
2942026-07-26T04:24:06.205Z Compiling version_check v0.9.5
2952026-07-26T04:24:06.242Z Checking ipnetwork v0.21.1
2962026-07-26T04:24:06.270Z Documenting managed v0.8.0
2972026-07-26T04:24:06.355Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-07-26T04:24:06.548Z Documenting ref-cast-impl v1.0.25
2992026-07-26T04:24:06.744Z Documenting postcard v1.1.3
3002026-07-26T04:24:06.744Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3012026-07-26T04:24:06.785Z Documenting ipnetwork v0.21.1
3022026-07-26T04:24:06.785Z Documenting either v1.16.0
3032026-07-26T04:24:07.003Z Documenting ingot-types v0.2.0
3042026-07-26T04:24:07.035Z Documenting smoltcp v0.11.0
3052026-07-26T04:24:07.312Z Documenting unicode-width v0.2.2
3062026-07-26T04:24:07.670Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3072026-07-26T04:24:07.687Z Checking tabwriter v1.4.1
3082026-07-26T04:24:07.868Z Documenting ref-cast v1.0.25
3092026-07-26T04:24:09.062Z Documenting itertools v0.15.0
3102026-07-26T04:24:09.119Z Documenting crc32fast v1.5.0
3112026-07-26T04:24:09.119Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3122026-07-26T04:24:09.119Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3132026-07-26T04:24:09.119Z Documenting ingot v0.2.0
3142026-07-26T04:24:09.119Z Documenting tabwriter v1.4.1
3152026-07-26T04:24:09.171Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-07-26T04:24:09.215Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-07-26T04:24:09.427Z Documenting dyn-clone v1.0.20
3182026-07-26T04:24:09.642Z Checking dyn-clone v1.0.20
3192026-07-26T04:24:11.779Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3202026-07-26T04:24:12.951Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3212026-07-26T04:24:15.259Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.35s
3222026-07-26T04:24:15.346Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3232026-07-26T04:24:15.370Z
3242026-07-26T04:24:15.374Zreal 23.456001515
3252026-07-26T04:24:15.374Zuser 1:16.811402001
3262026-07-26T04:24:15.374Zsys 16.638450078
3272026-07-26T04:24:15.374Ztrap 0.043261830
3282026-07-26T04:24:15.374Ztflt 0.033541554
3292026-07-26T04:24:15.374Zdflt 0.072423489
3302026-07-26T04:24:15.375Zkflt 0.005326150
3312026-07-26T04:24:15.375Zlock 6:45.330999607
3322026-07-26T04:24:15.375Zslp 4:27.217318470
3332026-07-26T04:24:15.375Zlat 6.936240722
3342026-07-26T04:24:15.375Zstop 13.336711995
3352026-07-26T04:24:15.375Z+ header 'analyze std + api'
3362026-07-26T04:24:15.375Z+ echo '# ==== analyze std + api ==== #'
3372026-07-26T04:24:15.375Z# ==== analyze std + api ==== #
3382026-07-26T04:24:15.375Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3392026-07-26T04:24:15.616Z Compiling proc-macro2 v1.0.106
3402026-07-26T04:24:15.616Z Compiling quote v1.0.46
3412026-07-26T04:24:15.616Z Compiling unicode-ident v1.0.24
3422026-07-26T04:24:15.616Z Compiling memchr v2.8.3
3432026-07-26T04:24:15.616Z Compiling thiserror v2.0.18
3442026-07-26T04:24:15.617Z Compiling zerocopy v0.8.54
3452026-07-26T04:24:15.623Z Compiling zmij v1.0.22
3462026-07-26T04:24:15.631Z Compiling libc v0.2.186
3472026-07-26T04:24:15.883Z Compiling serde_core v1.0.228
3482026-07-26T04:24:17.388Z Compiling serde_json v1.0.150
3492026-07-26T04:24:17.424Z Compiling ucd-trie v0.1.7
3502026-07-26T04:24:17.424Z Compiling serde v1.0.228
3512026-07-26T04:24:17.424Z Compiling pest v2.8.7
3522026-07-26T04:24:17.424Z Compiling strsim v0.11.1
3532026-07-26T04:24:17.424Z Compiling ident_case v1.0.1
3542026-07-26T04:24:17.424Z Compiling aho-corasick v1.1.4
3552026-07-26T04:24:17.425Z Checking byteorder v1.5.0
3562026-07-26T04:24:17.425Z Compiling itoa v1.0.18
3572026-07-26T04:24:17.425Z Compiling syn v2.0.118
3582026-07-26T04:24:17.425Z Compiling regex-syntax v0.8.11
3592026-07-26T04:24:17.425Z Compiling pest_meta v2.8.7
3602026-07-26T04:24:17.452Z Compiling usdt-impl v0.6.0
3612026-07-26T04:24:17.477Z Compiling either v1.16.0
3622026-07-26T04:24:17.640Z Compiling itertools v0.15.0
3632026-07-26T04:24:17.890Z Compiling thread-id v5.1.0
3642026-07-26T04:24:17.973Z Checking log v0.4.33
3652026-07-26T04:24:17.997Z Checking plain v0.2.3
3662026-07-26T04:24:18.198Z Compiling heapless v0.8.0
3672026-07-26T04:24:18.464Z Compiling regex-automata v0.4.15
3682026-07-26T04:24:18.803Z Checking bitflags v2.13.0
3692026-07-26T04:24:18.930Z Checking hash32 v0.3.1
3702026-07-26T04:24:18.961Z Checking stable_deref_trait v1.2.1
3712026-07-26T04:24:18.983Z Checking cfg-if v1.0.4
3722026-07-26T04:24:18.987Z Compiling smoltcp v0.11.0
3732026-07-26T04:24:19.021Z Checking pretty-hex v0.4.2
3742026-07-26T04:24:19.042Z Checking macaddr v1.0.1
3752026-07-26T04:24:19.246Z Compiling pest_generator v2.8.7
3762026-07-26T04:24:19.265Z Compiling darling_core v0.23.0
3772026-07-26T04:24:19.316Z Checking managed v0.8.0
3782026-07-26T04:24:19.398Z Compiling ref-cast v1.0.25
3792026-07-26T04:24:19.488Z Checking bitflags v1.3.2
3802026-07-26T04:24:19.496Z Compiling version_check v0.9.5
3812026-07-26T04:24:19.547Z Compiling crc32fast v1.5.0
3822026-07-26T04:24:19.762Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-07-26T04:24:19.844Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3842026-07-26T04:24:19.859Z Checking memmap2 v0.9.11
3852026-07-26T04:24:20.013Z Checking unicode-width v0.2.2
3862026-07-26T04:24:20.145Z Compiling regex v1.13.0
3872026-07-26T04:24:20.176Z Checking ipnetwork v0.21.1
3882026-07-26T04:24:20.253Z Checking tabwriter v1.4.1
3892026-07-26T04:24:20.469Z Compiling thiserror-impl v2.0.18
3902026-07-26T04:24:20.528Z Compiling serde_derive v1.0.228
3912026-07-26T04:24:20.539Z Compiling zerocopy-derive v0.8.54
3922026-07-26T04:24:20.932Z Compiling pest_derive v2.8.7
3932026-07-26T04:24:21.008Z Compiling scroll_derive v0.13.1
3942026-07-26T04:24:21.212Z Compiling ref-cast-impl v1.0.25
3952026-07-26T04:24:21.414Z Compiling darling_macro v0.23.0
3962026-07-26T04:24:21.489Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3972026-07-26T04:24:21.494Z Checking dyn-clone v1.0.20
3982026-07-26T04:24:21.784Z Compiling dtrace-parser v0.3.0
3992026-07-26T04:24:21.790Z Checking cobs v0.3.0
4002026-07-26T04:24:21.851Z Checking scroll v0.13.0
4012026-07-26T04:24:21.985Z Compiling darling v0.23.0
4022026-07-26T04:24:22.062Z Compiling ingot-macros v0.2.0
4032026-07-26T04:24:22.088Z Checking goblin v0.10.7
4042026-07-26T04:24:22.124Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4052026-07-26T04:24:23.234Z Checking postcard v1.1.3
4062026-07-26T04:24:23.250Z Compiling serde_tokenstream v0.2.3
4072026-07-26T04:24:24.585Z Checking ingot-types v0.2.0
4082026-07-26T04:24:24.585Z Checking dof v0.4.0
4092026-07-26T04:24:24.900Z Checking ingot v0.2.0
4102026-07-26T04:24:25.487Z Compiling usdt-macro v0.6.0
4112026-07-26T04:24:25.487Z Compiling usdt-attr-macro v0.6.0
4122026-07-26T04:24:26.083Z Checking usdt v0.6.0
4132026-07-26T04:24:26.316Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4142026-07-26T04:24:34.917Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.49s
4152026-07-26T04:24:34.944Z
4162026-07-26T04:24:34.947Zreal 19.568777473
4172026-07-26T04:24:34.948Zuser 1:02.321416169
4182026-07-26T04:24:34.948Zsys 12.255132083
4192026-07-26T04:24:34.948Ztrap 0.030778770
4202026-07-26T04:24:34.948Ztflt 0.116026481
4212026-07-26T04:24:34.948Zdflt 0.239259956
4222026-07-26T04:24:34.948Zkflt 0.000010670
4232026-07-26T04:24:34.948Zlock 3:55.505753019
4242026-07-26T04:24:34.948Zslp 3:16.457272227
4252026-07-26T04:24:34.948Zlat 2.927138091
4262026-07-26T04:24:34.948Zstop 6.307862406
4272026-07-26T04:24:34.948Z+ header 'analyze no_std + engine + kernel'
4282026-07-26T04:24:34.948Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4292026-07-26T04:24:34.948Z# ==== analyze no_std + engine + kernel ==== #
4302026-07-26T04:24:34.948Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4312026-07-26T04:24:35.113Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4322026-07-26T04:24:35.113Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4332026-07-26T04:24:35.116Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4342026-07-26T04:24:35.116Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4352026-07-26T04:24:35.331Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-07-26T04:24:38.433Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.44s
4372026-07-26T04:24:38.458Z
4382026-07-26T04:24:38.458Zreal 3.508163923
4392026-07-26T04:24:38.459Zuser 3.765905221
4402026-07-26T04:24:38.459Zsys 0.837093425
4412026-07-26T04:24:38.462Ztrap 0.000461950
4422026-07-26T04:24:38.462Ztflt 0.019963423
4432026-07-26T04:24:38.462Zdflt 0.005825211
4442026-07-26T04:24:38.462Zkflt 0.000000000
4452026-07-26T04:24:38.462Zlock 11.590792398
4462026-07-26T04:24:38.462Zslp 14.557445990
4472026-07-26T04:24:38.462Zlat 0.006233190
4482026-07-26T04:24:38.462Zstop 0.189038756
4492026-07-26T04:24:38.462Z+ header test
4502026-07-26T04:24:38.462Z+ echo '# ==== test ==== #'
4512026-07-26T04:24:38.462Z+ ptime -m cargo test
4522026-07-26T04:24:38.462Z# ==== test ==== #
4532026-07-26T04:24:38.603Z Compiling serde_core v1.0.228
4542026-07-26T04:24:38.606Z Compiling thiserror v2.0.18
4552026-07-26T04:24:38.621Z Compiling zerocopy v0.8.54
4562026-07-26T04:24:38.625Z Compiling byteorder v1.5.0
4572026-07-26T04:24:38.625Z Compiling memchr v2.8.3
4582026-07-26T04:24:38.628Z Compiling unicode-ident v1.0.24
4592026-07-26T04:24:38.631Z Compiling zmij v1.0.22
4602026-07-26T04:24:38.631Z Compiling libc v0.2.186
4612026-07-26T04:24:38.705Z Compiling scroll v0.13.0
4622026-07-26T04:24:38.755Z Compiling proc-macro2 v1.0.106
4632026-07-26T04:24:38.830Z Compiling plain v0.2.3
4642026-07-26T04:24:38.935Z Compiling itoa v1.0.18
4652026-07-26T04:24:38.965Z Compiling ucd-trie v0.1.7
4662026-07-26T04:24:38.965Z Compiling log v0.4.33
4672026-07-26T04:24:39.005Z Compiling hash32 v0.3.1
4682026-07-26T04:24:39.192Z Compiling quote v1.0.46
4692026-07-26T04:24:39.197Z Compiling pest v2.8.7
4702026-07-26T04:24:39.197Z Compiling goblin v0.10.7
4712026-07-26T04:24:39.673Z Compiling stable_deref_trait v1.2.1
4722026-07-26T04:24:39.732Z Compiling pretty-hex v0.4.2
4732026-07-26T04:24:39.800Z Compiling macaddr v1.0.1
4742026-07-26T04:24:39.869Z Compiling cfg-if v1.0.4
4752026-07-26T04:24:39.993Z Compiling heapless v0.8.0
4762026-07-26T04:24:40.072Z Compiling syn v2.0.118
4772026-07-26T04:24:40.182Z Compiling thread-id v5.1.0
4782026-07-26T04:24:40.247Z Compiling dtrace-parser v0.3.0
4792026-07-26T04:24:40.367Z Compiling cobs v0.3.0
4802026-07-26T04:24:40.608Z Compiling serde v1.0.228
4812026-07-26T04:24:40.641Z Compiling bitflags v2.13.0
4822026-07-26T04:24:40.861Z Compiling serde_json v1.0.150
4832026-07-26T04:24:41.063Z Compiling bitflags v1.3.2
4842026-07-26T04:24:41.126Z Compiling managed v0.8.0
4852026-07-26T04:24:41.250Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4862026-07-26T04:24:41.354Z Compiling smoltcp v0.11.0
4872026-07-26T04:24:41.467Z Compiling ingot-types v0.2.0
4882026-07-26T04:24:41.486Z Compiling postcard v1.1.3
4892026-07-26T04:24:41.597Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4902026-07-26T04:24:41.830Z Compiling ingot v0.2.0
4912026-07-26T04:24:41.870Z Compiling memmap2 v0.9.11
4922026-07-26T04:24:42.178Z Compiling dof v0.4.0
4932026-07-26T04:24:42.224Z Compiling ipnetwork v0.21.1
4942026-07-26T04:24:42.710Z Compiling either v1.16.0
4952026-07-26T04:24:42.919Z Compiling usdt-impl v0.6.0
4962026-07-26T04:24:43.847Z Compiling unicode-width v0.2.2
4972026-07-26T04:24:44.003Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4982026-07-26T04:24:44.047Z Compiling usdt v0.6.0
4992026-07-26T04:24:44.153Z Compiling tabwriter v1.4.1
5002026-07-26T04:24:44.580Z Compiling itertools v0.15.0
5012026-07-26T04:24:44.661Z Compiling ref-cast v1.0.25
5022026-07-26T04:24:44.794Z Compiling crc32fast v1.5.0
5032026-07-26T04:24:45.039Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-26T04:24:45.533Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-26T04:24:45.766Z Compiling dyn-clone v1.0.20
5062026-07-26T04:25:00.956Z Finished `test` profile [optimized + debuginfo] target(s) in 22.48s
5072026-07-26T04:25:00.970Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88)
5082026-07-26T04:25:00.978Z
5092026-07-26T04:25:00.978Zrunning 84 tests
5102026-07-26T04:25:00.978Ztest d_error::tests::name_and_data_storage ... ok
5112026-07-26T04:25:00.978Ztest d_error::tests::name_truncation ... ok
5122026-07-26T04:25:00.978Ztest ddi::mblk::test::chain_drain_complete ... ok
5132026-07-26T04:25:00.978Ztest ddi::mblk::test::chain_append_links ... ok
5142026-07-26T04:25:00.978Ztest ddi::mblk::test::chain_breaks_links ... ok
5152026-07-26T04:25:00.978Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5162026-07-26T04:25:00.978Ztest ddi::mblk::test::expand_and_shrink ... ok
5172026-07-26T04:25:00.978Ztest ddi::mblk::test::prefix_len ... ok
5182026-07-26T04:25:00.978Ztest ddi::mblk::test::read_seg ... ok
5192026-07-26T04:25:00.978Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5202026-07-26T04:25:00.978Ztest ddi::mblk::test::truncate ... ok
5212026-07-26T04:25:00.979Ztest ddi::mblk::test::uninitialized_packet ... ok
5222026-07-26T04:25:00.979Ztest ddi::mblk::test::wrap ... ok
5232026-07-26T04:25:00.979Ztest ddi::time::test::good_interval ... ok
5242026-07-26T04:25:00.979Ztest ddi::mblk::test::zero_byte_packet ... ok
5252026-07-26T04:25:00.979Ztest engine::dhcp::test::domainname_encode ... ok
5262026-07-26T04:25:00.979Ztest engine::dhcp::test::domain_search_option_encode ... ok
5272026-07-26T04:25:00.979Ztest engine::dhcp::test::hostname_encode ... ok
5282026-07-26T04:25:00.979Ztest engine::dhcp::test::offlink_encode ... ok
5292026-07-26T04:25:00.979Ztest engine::dhcp::test::rfc3442_encode ... ok
5302026-07-26T04:25:00.979Ztest engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok
5312026-07-26T04:25:00.979Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5322026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_client_id ... ok
5332026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5342026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_iata ... ok
5352026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5362026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5372026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5382026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_option_request ... ok
5392026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_iana ... ok
5402026-07-26T04:25:00.980Ztest ddi::time::test::bad_interval - should panic ... ok
5412026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5422026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5432026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5442026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_server_id ... ok
5452026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5462026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_status ... ok
5472026-07-26T04:25:00.980Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5482026-07-26T04:25:00.980Ztest engine::ether::test::emit ... ok
5492026-07-26T04:25:00.980Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5502026-07-26T04:25:00.980Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5512026-07-26T04:25:00.981Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5522026-07-26T04:25:00.981Ztest engine::flow_table::test::flow_clear ... ok
5532026-07-26T04:25:00.981Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5542026-07-26T04:25:00.981Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5552026-07-26T04:25:00.981Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5562026-07-26T04:25:00.981Ztest engine::flow_table::test::flow_expired ... ok
5572026-07-26T04:25:00.981Ztest engine::flow_table::test::eviction_basics ... ok
5582026-07-26T04:25:00.981Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5592026-07-26T04:25:00.981Ztest engine::flow_table::test::priority_lerp ... ok
5602026-07-26T04:25:00.981Ztest engine::geneve::test::emit_single_opt ... ok
5612026-07-26T04:25:00.981Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5622026-07-26T04:25:00.981Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5632026-07-26T04:25:00.981Ztest engine::ip::v4::test::cidr_match ... ok
5642026-07-26T04:25:00.981Ztest engine::geneve::test::emit_no_opts ... ok
5652026-07-26T04:25:00.981Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5662026-07-26T04:25:00.981Ztest engine::ip::v4::test::emit ... ok
5672026-07-26T04:25:00.981Ztest engine::ip::v6::test::from_pairs ... ok
5682026-07-26T04:25:00.981Ztest engine::ip::v4::test::match_check ... ok
5692026-07-26T04:25:00.981Ztest engine::ip::v6::test::emit ... ok
5702026-07-26T04:25:00.982Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5712026-07-26T04:25:00.982Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5722026-07-26T04:25:00.982Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5732026-07-26T04:25:00.982Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5742026-07-26T04:25:00.982Ztest engine::ip::v6::test::extension_push_spec ... ok
5752026-07-26T04:25:00.982Ztest engine::ip::v6::test::option_push_spec ... ok
5762026-07-26T04:25:00.982Ztest engine::ip::v6::test::test_set_total_len ... ok
5772026-07-26T04:25:00.982Ztest engine::layer::test::find_rule ... ok
5782026-07-26T04:25:00.982Ztest engine::packet::test::read_multi_segment ... ok
5792026-07-26T04:25:00.982Ztest engine::nat::test::nat4_rewrite ... ok
5802026-07-26T04:25:00.982Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5812026-07-26T04:25:00.982Ztest engine::packet::test::small_packet_with_padding ... ok
5822026-07-26T04:25:00.982Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5832026-07-26T04:25:00.982Ztest engine::packet::test::read_single_segment ... ok
5842026-07-26T04:25:00.982Ztest engine::packet::test::udp6_packet_with_padding ... ok
5852026-07-26T04:25:00.982Ztest engine::packet::test::straddled_tcp ... ok
5862026-07-26T04:25:00.983Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5872026-07-26T04:25:00.983Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5882026-07-26T04:25:00.983Ztest engine::ip::v6::test::push_spec ... ok
5892026-07-26T04:25:00.983Ztest engine::rule::rule_matching ... ok
5902026-07-26T04:25:00.983Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5912026-07-26T04:25:00.983Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5922026-07-26T04:25:00.983Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5932026-07-26T04:25:00.983Ztest engine::snat::test::nat_mappings ... ok
5942026-07-26T04:25:00.983Z
5952026-07-26T04:25:00.983Ztest result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5962026-07-26T04:25:00.983Z
5972026-07-26T04:25:00.983Z Doc-tests opte
5982026-07-26T04:25:03.029Z
5992026-07-26T04:25:03.029Zrunning 3 tests
6002026-07-26T04:25:03.032Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6012026-07-26T04:25:03.033Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6022026-07-26T04:25:03.033Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6032026-07-26T04:25:03.033Z
6042026-07-26T04:25:03.033Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-07-26T04:25:03.033Z
6062026-07-26T04:25:03.038Zall doctests ran in 1.44s; merged doctests compilation took 1.43s
6072026-07-26T04:25:03.076Z
6082026-07-26T04:25:03.081Zreal 24.605964225
6092026-07-26T04:25:03.081Zuser 2:03.374508562
6102026-07-26T04:25:03.081Zsys 7.166229205
6112026-07-26T04:25:03.081Ztrap 0.052568190
6122026-07-26T04:25:03.081Ztflt 0.208581554
6132026-07-26T04:25:03.081Zdflt 0.451253112
6142026-07-26T04:25:03.081Zkflt 0.000004660
6152026-07-26T04:25:03.081Zlock 6:23.577246915
6162026-07-26T04:25:03.081Zslp 3:42.113187384
6172026-07-26T04:25:03.081Zlat 6.010969425
6182026-07-26T04:25:03.081Zstop 3.131642480
6192026-07-26T04:25:03.081Zprocess exited: duration 85666 ms, exit code 0
 
6202026-07-26T04:25:03.093Zfound 0 output files