01KYEAJ0MJX7KCXKEH7SY6JASA: opte

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

Buildomat Job: 01KYEAK60T5Q40745263JEGT2T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:24:01.375Zjob assigned to worker 01KYEAK7M8RPXWX13HC6GEXHBC [factory aws, i-0a82a9715cdd7f8a1] (queued for 53 s)
 
22026-07-26T04:24:09.141Zstarting task 0: "setup"
32026-07-26T04:24:09.161Z++ uname -s
42026-07-26T04:24:09.161Z+ kern=SunOS
52026-07-26T04:24:09.161Z+ build_user=build
62026-07-26T04:24:09.161Z+ build_uid=12345
72026-07-26T04:24:09.161Z+ work_dir=/work
82026-07-26T04:24:09.161Z+ input_dir=/input
92026-07-26T04:24:09.161Z+ [[ 0 == 12345 ]]
102026-07-26T04:24:09.161Z+ case "$kern" in
112026-07-26T04:24:09.161Z+ groupadd -g 12345 build
122026-07-26T04:24:09.161Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:24:11.102Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:24:11.218Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:24:11.224Z+ home_fs=zfs
162026-07-26T04:24:11.224Z+ [[ zfs == autofs ]]
172026-07-26T04:24:11.224Z+ mkdir -p /home/build
182026-07-26T04:24:11.224Z+ chown build:build /home/build /work
192026-07-26T04:24:13.219Z+ chmod 0700 /home/build /work
202026-07-26T04:24:13.225Zprocess exited: duration 4129 ms, exit code 0
 
212026-07-26T04:24:13.244Zstarting task 1: "rust-toolchain"
222026-07-26T04:24:13.279Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:24:13.279Z * rust toolchain channel = "1.97.1"
242026-07-26T04:24:13.279Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-26T04:24:13.279Z * rust toolchain profile = "default"
262026-07-26T04:24:13.279Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:24:13.279Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:24:13.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:24:13.279Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:24:13.304Zinfo: downloading installer
312026-07-26T04:24:14.680Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:24:14.680Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:24:14.680Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:24:14.680Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:24:14.691Zinfo: profile set to default
362026-07-26T04:24:14.691Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:24:14.696Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:24:14.872Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:24:14.879Zinfo: downloading 6 components
402026-07-26T04:24:31.079Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:24:31.079Z
422026-07-26T04:24:31.107Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:31.107Z
442026-07-26T04:24:31.107Z
452026-07-26T04:24:31.107ZRust is installed now. Great!
462026-07-26T04:24:31.107Z
472026-07-26T04:24:31.110ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:31.110Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:31.111Z
502026-07-26T04:24:31.111ZTo configure your current shell, you need to source
512026-07-26T04:24:31.111Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:31.111Z
532026-07-26T04:24:31.111ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:31.111Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:31.111Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:31.111Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:31.111Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:31.111Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:31.111Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:31.111Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:31.111Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:31.204Z+ rustup --version
632026-07-26T04:24:31.213Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:31.217Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:31.234Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:31.237Z+ cargo --version
672026-07-26T04:24:31.250Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:31.254Z+ rustc --version
692026-07-26T04:24:31.271Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:31.274Zprocess exited: duration 18033 ms, exit code 0
 
712026-07-26T04:24:31.281Zstarting task 2: "authentication"
722026-07-26T04:24:31.297Zprocess exited: duration 16 ms, exit code 0
 
732026-07-26T04:24:31.714Zstarting task 3: "clone repository"
742026-07-26T04:24:31.718Z+ mkdir -p /work/oxidecomputer/opte
752026-07-26T04:24:31.721Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-26T04:24:31.750ZCloning into '/work/oxidecomputer/opte'...
772026-07-26T04:24:32.674Z+ cd /work/oxidecomputer/opte
782026-07-26T04:24:32.674Z+ git fetch origin 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
792026-07-26T04:24:32.902ZFrom https://github.com/oxidecomputer/opte
802026-07-26T04:24:32.902Z * branch 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad -> FETCH_HEAD
812026-07-26T04:24:32.909Z+ [[ -n renovate/ctor-1.x ]]
822026-07-26T04:24:32.912Z++ git branch --show-current
832026-07-26T04:24:32.913Z+ current=master
842026-07-26T04:24:32.913Z+ [[ master != renovate/ctor-1.x ]]
852026-07-26T04:24:32.913Z+ git branch -f renovate/ctor-1.x 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
862026-07-26T04:24:32.917Z+ git checkout -f renovate/ctor-1.x
872026-07-26T04:24:32.932ZSwitched to branch 'renovate/ctor-1.x'
882026-07-26T04:24:32.935Z+ git reset --hard 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
892026-07-26T04:24:32.948ZHEAD is now at 10df0e1 Update Rust crate ctor to v1
902026-07-26T04:24:32.952Zprocess exited: duration 1234 ms, exit code 0
 
912026-07-26T04:24:32.960Zstarting task 4: "build"
922026-07-26T04:24:32.963Z+ source .github/buildomat/common.sh
932026-07-26T04:24:32.963Z++ rustup show active-toolchain
942026-07-26T04:24:32.968Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-26T04:24:32.972Z++ pushd xde
962026-07-26T04:24:32.972Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-26T04:24:32.972Z++ rustup show active-toolchain
982026-07-26T04:24:32.975Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-26T04:24:33.120Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-26T04:24:33.123Zinfo: downloading 6 components
1012026-07-26T04:24:48.301Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-26T04:24:48.405Z+++ rustup show active-toolchain -v
1032026-07-26T04:24:48.409Z+++ head -n 1
1042026-07-26T04:24:48.409Z+++ cut '-d ' -f1
1052026-07-26T04:24:48.461Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-26T04:24:48.461Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:48.461Z++ popd
1082026-07-26T04:24:48.464Z/work/oxidecomputer/opte
1092026-07-26T04:24:48.464Z+ cargo --version
1102026-07-26T04:24:48.470Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-26T04:24:48.474Z+ rustc --version
1122026-07-26T04:24:48.494Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-26T04:24:48.499Z+ cd lib/opte
1142026-07-26T04:24:48.499Z+ header 'check style'
1152026-07-26T04:24:48.499Z+ echo '# ==== check style ==== #'
1162026-07-26T04:24:48.499Z# ==== check style ==== #
1172026-07-26T04:24:48.499Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-07-26T04:24:48.680Z
1192026-07-26T04:24:48.680Zreal 0.184423710
1202026-07-26T04:24:48.680Zuser 0.141395821
1212026-07-26T04:24:48.680Zsys 0.036002861
1222026-07-26T04:24:48.680Ztrap 0.000074467
1232026-07-26T04:24:48.680Ztflt 0.000003918
1242026-07-26T04:24:48.680Zdflt 0.000009718
1252026-07-26T04:24:48.680Zkflt 0.000000979
1262026-07-26T04:24:48.680Zlock 0.030570495
1272026-07-26T04:24:48.680Zslp 0.164705367
1282026-07-26T04:24:48.680Zlat 0.000785011
1292026-07-26T04:24:48.680Zstop 0.000102701
1302026-07-26T04:24:48.683Z+ header 'check docs'
1312026-07-26T04:24:48.683Z+ echo '# ==== check docs ==== #'
1322026-07-26T04:24:48.683Z# ==== check docs ==== #
1332026-07-26T04:24:48.684Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-26T04:24:48.684Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-26T04:24:48.751Z Updating crates.io index
1362026-07-26T04:24:48.754Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-26T04:24:49.503Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-26T04:24:49.752Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-26T04:24:49.984Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-26T04:24:50.302Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-26T04:24:50.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-26T04:24:50.789Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-26T04:24:52.479Z Downloading crates ...
1442026-07-26T04:24:52.523Z Downloaded cobs v0.3.0
1452026-07-26T04:24:52.526Z Downloaded darling_macro v0.23.0
1462026-07-26T04:24:52.526Z Downloaded defmt v0.3.100
1472026-07-26T04:24:52.533Z Downloaded defmt v1.1.1
1482026-07-26T04:24:52.536Z Downloaded defmt-macros v1.1.1
1492026-07-26T04:24:52.540Z Downloaded dyn-clone v1.0.20
1502026-07-26T04:24:52.540Z Downloaded ref-cast-impl v1.0.25
1512026-07-26T04:24:52.540Z Downloaded cfg-if v1.0.4
1522026-07-26T04:24:52.545Z Downloaded embedded-io v0.4.0
1532026-07-26T04:24:52.549Z Downloaded plain v0.2.3
1542026-07-26T04:24:52.549Z Downloaded embedded-io v0.6.1
1552026-07-26T04:24:52.553Z Downloaded dtrace-parser v0.3.0
1562026-07-26T04:24:52.553Z Downloaded defmt-parser v1.0.0
1572026-07-26T04:24:52.553Z Downloaded itoa v1.0.18
1582026-07-26T04:24:52.561Z Downloaded macaddr v1.0.1
1592026-07-26T04:24:52.565Z Downloaded ref-cast v1.0.25
1602026-07-26T04:24:52.565Z Downloaded hash32 v0.3.1
1612026-07-26T04:24:52.569Z Downloaded pretty-hex v0.4.2
1622026-07-26T04:24:52.573Z Downloaded dof v0.4.0
1632026-07-26T04:24:52.578Z Downloaded tabwriter v1.4.1
1642026-07-26T04:24:52.578Z Downloaded managed v0.8.0
1652026-07-26T04:24:52.583Z Downloaded strsim v0.11.1
1662026-07-26T04:24:52.588Z Downloaded thread-id v5.1.0
1672026-07-26T04:24:52.591Z Downloaded scroll_derive v0.13.1
1682026-07-26T04:24:52.594Z Downloaded stable_deref_trait v1.2.1
1692026-07-26T04:24:52.599Z Downloaded usdt-macro v0.6.0
1702026-07-26T04:24:52.602Z Downloaded usdt v0.6.0
1712026-07-26T04:24:52.606Z Downloaded ipnetwork v0.21.1
1722026-07-26T04:24:52.609Z Downloaded ident_case v1.0.1
1732026-07-26T04:24:52.609Z Downloaded ingot-types v0.2.0
1742026-07-26T04:24:52.609Z Downloaded scroll v0.13.0
1752026-07-26T04:24:52.609Z Downloaded byteorder v1.5.0
1762026-07-26T04:24:52.616Z Downloaded usdt-attr-macro v0.6.0
1772026-07-26T04:24:52.621Z Downloaded either v1.16.0
1782026-07-26T04:24:52.625Z Downloaded thiserror v2.0.18
1792026-07-26T04:24:52.628Z Downloaded pest_derive v2.8.7
1802026-07-26T04:24:52.628Z Downloaded version_check v0.9.5
1812026-07-26T04:24:52.628Z Downloaded bitflags v1.3.2
1822026-07-26T04:24:52.631Z Downloaded thiserror-impl v2.0.18
1832026-07-26T04:24:52.632Z Downloaded zmij v1.0.22
1842026-07-26T04:24:52.639Z Downloaded ingot v0.2.0
1852026-07-26T04:24:52.642Z Downloaded serde_tokenstream v0.2.3
1862026-07-26T04:24:52.647Z Downloaded darling v0.23.0
1872026-07-26T04:24:52.651Z Downloaded ingot-macros v0.2.0
1882026-07-26T04:24:52.651Z Downloaded pest_generator v2.8.7
1892026-07-26T04:24:52.656Z Downloaded memmap2 v0.9.11
1902026-07-26T04:24:52.660Z Downloaded postcard v1.1.3
1912026-07-26T04:24:52.664Z Downloaded crc32fast v1.5.0
1922026-07-26T04:24:52.674Z Downloaded quote v1.0.46
1932026-07-26T04:24:52.678Z Downloaded usdt-impl v0.6.0
1942026-07-26T04:24:52.683Z Downloaded log v0.4.33
1952026-07-26T04:24:52.687Z Downloaded bitflags v2.13.0
1962026-07-26T04:24:52.690Z Downloaded ucd-trie v0.1.7
1972026-07-26T04:24:52.694Z Downloaded pest_meta v2.8.7
1982026-07-26T04:24:52.698Z Downloaded serde_derive v1.0.228
1992026-07-26T04:24:52.701Z Downloaded serde_core v1.0.228
2002026-07-26T04:24:52.704Z Downloaded unicode-ident v1.0.24
2012026-07-26T04:24:52.715Z Downloaded heapless v0.8.0
2022026-07-26T04:24:52.718Z Downloaded proc-macro2 v1.0.106
2032026-07-26T04:24:52.722Z Downloaded darling_core v0.23.0
2042026-07-26T04:24:52.730Z Downloaded aho-corasick v1.1.4
2052026-07-26T04:24:52.740Z Downloaded serde v1.0.228
2062026-07-26T04:24:52.744Z Downloaded zerocopy-derive v0.8.54
2072026-07-26T04:24:52.747Z Downloaded memchr v2.8.3
2082026-07-26T04:24:52.793Z Downloaded itertools v0.15.0
2092026-07-26T04:24:52.796Z Downloaded pest v2.8.7
2102026-07-26T04:24:52.801Z Downloaded serde_json v1.0.150
2112026-07-26T04:24:52.804Z Downloaded regex v1.13.0
2122026-07-26T04:24:52.851Z Downloaded goblin v0.10.7
2132026-07-26T04:24:52.860Z Downloaded unicode-width v0.2.2
2142026-07-26T04:24:52.863Z Downloaded zerocopy v0.8.54
2152026-07-26T04:24:52.873Z Downloaded syn v2.0.118
2162026-07-26T04:24:52.882Z Downloaded regex-syntax v0.8.11
2172026-07-26T04:24:52.887Z Downloaded smoltcp v0.11.0
2182026-07-26T04:24:52.917Z Downloaded regex-automata v0.4.15
2192026-07-26T04:24:52.931Z Downloaded libc v0.2.186
2202026-07-26T04:24:52.984Z Compiling proc-macro2 v1.0.106
2212026-07-26T04:24:52.984Z Compiling quote v1.0.46
2222026-07-26T04:24:52.984Z Compiling unicode-ident v1.0.24
2232026-07-26T04:24:52.988Z Documenting unicode-ident v1.0.24
2242026-07-26T04:24:52.988Z Compiling ident_case v1.0.1
2252026-07-26T04:24:52.988Z Compiling strsim v0.11.1
2262026-07-26T04:24:52.988Z Compiling serde_core v1.0.228
2272026-07-26T04:24:53.146Z Compiling memchr v2.8.3
2282026-07-26T04:24:53.346Z Compiling serde v1.0.228
2292026-07-26T04:24:53.398Z Compiling zerocopy v0.8.54
2302026-07-26T04:24:53.433Z Compiling thiserror v2.0.18
2312026-07-26T04:24:53.451Z Compiling regex-syntax v0.8.11
2322026-07-26T04:24:53.665Z Documenting proc-macro2 v1.0.106
2332026-07-26T04:24:53.713Z Compiling aho-corasick v1.1.4
2342026-07-26T04:24:54.014Z Compiling syn v2.0.118
2352026-07-26T04:24:54.101Z Documenting strsim v0.11.1
2362026-07-26T04:24:54.236Z Documenting quote v1.0.46
2372026-07-26T04:24:54.528Z Documenting ident_case v1.0.1
2382026-07-26T04:24:54.570Z Checking byteorder v1.5.0
2392026-07-26T04:24:54.721Z Compiling either v1.16.0
2402026-07-26T04:24:54.743Z Documenting syn v2.0.118
2412026-07-26T04:24:54.829Z Compiling regex-automata v0.4.15
2422026-07-26T04:24:54.983Z Compiling itertools v0.15.0
2432026-07-26T04:24:55.084Z Compiling heapless v0.8.0
2442026-07-26T04:24:55.394Z Documenting memchr v2.8.3
2452026-07-26T04:24:55.600Z Checking bitflags v2.13.0
2462026-07-26T04:24:55.761Z Checking hash32 v0.3.1
2472026-07-26T04:24:55.863Z Documenting serde_core v1.0.228
2482026-07-26T04:24:55.989Z Checking darling_core v0.23.0
2492026-07-26T04:24:56.024Z Documenting aho-corasick v1.1.4
2502026-07-26T04:24:56.246Z Checking macaddr v1.0.1
2512026-07-26T04:24:56.728Z Documenting darling_core v0.23.0
2522026-07-26T04:24:56.860Z Compiling regex v1.13.0
2532026-07-26T04:24:56.891Z Checking stable_deref_trait v1.2.1
2542026-07-26T04:24:56.957Z Checking cfg-if v1.0.4
2552026-07-26T04:24:57.026Z Documenting regex-syntax v0.8.11
2562026-07-26T04:24:57.343Z Compiling smoltcp v0.11.0
2572026-07-26T04:24:57.531Z Compiling zerocopy-derive v0.8.54
2582026-07-26T04:24:57.737Z Compiling thiserror-impl v2.0.18
2592026-07-26T04:24:57.850Z Compiling serde_derive v1.0.228
2602026-07-26T04:24:57.880Z Documenting darling_macro v0.23.0
2612026-07-26T04:24:57.900Z Documenting zerocopy-derive v0.8.54
2622026-07-26T04:24:58.111Z Documenting regex-automata v0.4.15
2632026-07-26T04:24:58.538Z Compiling darling_macro v0.23.0
2642026-07-26T04:24:58.575Z Documenting serde_derive v1.0.228
2652026-07-26T04:24:58.593Z Documenting thiserror-impl v2.0.18
2662026-07-26T04:24:58.750Z Checking managed v0.8.0
2672026-07-26T04:24:58.936Z Documenting byteorder v1.5.0
2682026-07-26T04:24:59.067Z Checking cobs v0.3.0
2692026-07-26T04:24:59.123Z Compiling darling v0.23.0
2702026-07-26T04:24:59.207Z Compiling ingot-macros v0.2.0
2712026-07-26T04:24:59.264Z Documenting darling v0.23.0
2722026-07-26T04:24:59.478Z Documenting regex v1.13.0
2732026-07-26T04:24:59.634Z Checking bitflags v1.3.2
2742026-07-26T04:24:59.648Z Documenting thiserror v2.0.18
2752026-07-26T04:24:59.681Z Documenting hash32 v0.3.1
2762026-07-26T04:24:59.883Z Documenting zerocopy v0.8.54
2772026-07-26T04:25:00.111Z Documenting bitflags v2.13.0
2782026-07-26T04:25:00.220Z Documenting cfg-if v1.0.4
2792026-07-26T04:25:00.403Z Compiling crc32fast v1.5.0
2802026-07-26T04:25:00.668Z Documenting ingot-macros v0.2.0
2812026-07-26T04:25:00.706Z Documenting serde v1.0.228
2822026-07-26T04:25:00.806Z Compiling ref-cast v1.0.25
2832026-07-26T04:25:00.945Z Documenting stable_deref_trait v1.2.1
2842026-07-26T04:25:00.962Z Documenting macaddr v1.0.1
2852026-07-26T04:25:01.162Z Checking postcard v1.1.3
2862026-07-26T04:25:01.479Z Documenting cobs v0.3.0
2872026-07-26T04:25:01.515Z Documenting heapless v0.8.0
2882026-07-26T04:25:01.702Z Compiling ref-cast-impl v1.0.25
2892026-07-26T04:25:01.842Z Checking ingot-types v0.2.0
2902026-07-26T04:25:01.881Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-07-26T04:25:02.104Z Compiling version_check v0.9.5
2922026-07-26T04:25:02.180Z Checking ingot v0.2.0
2932026-07-26T04:25:02.245Z Checking ipnetwork v0.21.1
2942026-07-26T04:25:02.295Z Documenting managed v0.8.0
2952026-07-26T04:25:02.300Z Checking unicode-width v0.2.2
2962026-07-26T04:25:02.415Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2972026-07-26T04:25:02.526Z Documenting postcard v1.1.3
2982026-07-26T04:25:02.537Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-07-26T04:25:02.579Z Documenting ref-cast-impl v1.0.25
3002026-07-26T04:25:02.656Z Documenting unicode-width v0.2.2
3012026-07-26T04:25:02.841Z Documenting ipnetwork v0.21.1
3022026-07-26T04:25:03.146Z Documenting smoltcp v0.11.0
3032026-07-26T04:25:03.157Z Documenting ingot-types v0.2.0
3042026-07-26T04:25:03.422Z Documenting either v1.16.0
3052026-07-26T04:25:03.723Z Checking tabwriter v1.4.1
3062026-07-26T04:25:03.831Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3072026-07-26T04:25:03.888Z Documenting tabwriter v1.4.1
3082026-07-26T04:25:04.145Z Documenting ref-cast v1.0.25
3092026-07-26T04:25:04.486Z Documenting crc32fast v1.5.0
3102026-07-26T04:25:04.574Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3112026-07-26T04:25:04.658Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3122026-07-26T04:25:04.694Z Documenting ingot v0.2.0
3132026-07-26T04:25:04.919Z Documenting itertools v0.15.0
3142026-07-26T04:25:05.256Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-07-26T04:25:05.300Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-07-26T04:25:05.540Z Documenting dyn-clone v1.0.20
3172026-07-26T04:25:05.730Z Checking dyn-clone v1.0.20
3182026-07-26T04:25:07.819Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3192026-07-26T04:25:08.937Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3202026-07-26T04:25:11.222Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.53s
3212026-07-26T04:25:11.311Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3222026-07-26T04:25:11.336Z
3232026-07-26T04:25:11.339Zreal 22.634151514
3242026-07-26T04:25:11.340Zuser 1:15.739762677
3252026-07-26T04:25:11.340Zsys 16.186289430
3262026-07-26T04:25:11.340Ztrap 0.039873612
3272026-07-26T04:25:11.340Ztflt 0.104798330
3282026-07-26T04:25:11.341Zdflt 0.121862735
3292026-07-26T04:25:11.341Zkflt 0.004566053
3302026-07-26T04:25:11.341Zlock 6:25.258793552
3312026-07-26T04:25:11.341Zslp 4:19.587364051
3322026-07-26T04:25:11.341Zlat 7.336771970
3332026-07-26T04:25:11.341Zstop 12.215710265
3342026-07-26T04:25:11.341Z+ header 'analyze std + api'
3352026-07-26T04:25:11.341Z+ echo '# ==== analyze std + api ==== #'
3362026-07-26T04:25:11.341Z# ==== analyze std + api ==== #
3372026-07-26T04:25:11.341Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3382026-07-26T04:25:11.569Z Compiling proc-macro2 v1.0.106
3392026-07-26T04:25:11.569Z Compiling quote v1.0.46
3402026-07-26T04:25:11.569Z Compiling unicode-ident v1.0.24
3412026-07-26T04:25:11.569Z Compiling memchr v2.8.3
3422026-07-26T04:25:11.573Z Compiling thiserror v2.0.18
3432026-07-26T04:25:11.573Z Compiling zerocopy v0.8.54
3442026-07-26T04:25:11.573Z Compiling zmij v1.0.22
3452026-07-26T04:25:11.573Z Compiling libc v0.2.186
3462026-07-26T04:25:11.744Z Compiling serde_core v1.0.228
3472026-07-26T04:25:11.901Z Compiling serde_json v1.0.150
3482026-07-26T04:25:11.932Z Compiling ucd-trie v0.1.7
3492026-07-26T04:25:11.979Z Compiling serde v1.0.228
3502026-07-26T04:25:12.116Z Compiling pest v2.8.7
3512026-07-26T04:25:12.143Z Compiling strsim v0.11.1
3522026-07-26T04:25:12.147Z Compiling ident_case v1.0.1
3532026-07-26T04:25:12.458Z Compiling aho-corasick v1.1.4
3542026-07-26T04:25:12.501Z Checking byteorder v1.5.0
3552026-07-26T04:25:12.717Z Compiling itoa v1.0.18
3562026-07-26T04:25:12.795Z Compiling syn v2.0.118
3572026-07-26T04:25:12.858Z Compiling regex-syntax v0.8.11
3582026-07-26T04:25:13.184Z Compiling pest_meta v2.8.7
3592026-07-26T04:25:13.277Z Compiling either v1.16.0
3602026-07-26T04:25:13.329Z Compiling usdt-impl v0.6.0
3612026-07-26T04:25:13.572Z Compiling itertools v0.15.0
3622026-07-26T04:25:13.848Z Compiling thread-id v5.1.0
3632026-07-26T04:25:14.102Z Compiling heapless v0.8.0
3642026-07-26T04:25:14.127Z Checking plain v0.2.3
3652026-07-26T04:25:14.216Z Checking log v0.4.33
3662026-07-26T04:25:14.248Z Compiling regex-automata v0.4.15
3672026-07-26T04:25:14.705Z Checking bitflags v2.13.0
3682026-07-26T04:25:14.851Z Checking hash32 v0.3.1
3692026-07-26T04:25:14.864Z Compiling smoltcp v0.11.0
3702026-07-26T04:25:14.953Z Checking cfg-if v1.0.4
3712026-07-26T04:25:14.963Z Checking macaddr v1.0.1
3722026-07-26T04:25:15.005Z Checking pretty-hex v0.4.2
3732026-07-26T04:25:15.085Z Checking stable_deref_trait v1.2.1
3742026-07-26T04:25:15.112Z Checking managed v0.8.0
3752026-07-26T04:25:15.171Z Compiling pest_generator v2.8.7
3762026-07-26T04:25:15.183Z Compiling darling_core v0.23.0
3772026-07-26T04:25:15.287Z Compiling crc32fast v1.5.0
3782026-07-26T04:25:15.385Z Checking bitflags v1.3.2
3792026-07-26T04:25:15.442Z Compiling version_check v0.9.5
3802026-07-26T04:25:15.505Z Compiling ref-cast v1.0.25
3812026-07-26T04:25:15.700Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3822026-07-26T04:25:15.767Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3832026-07-26T04:25:15.838Z Checking memmap2 v0.9.11
3842026-07-26T04:25:15.941Z Compiling regex v1.13.0
3852026-07-26T04:25:15.993Z Checking unicode-width v0.2.2
3862026-07-26T04:25:16.228Z Checking ipnetwork v0.21.1
3872026-07-26T04:25:16.322Z Checking tabwriter v1.4.1
3882026-07-26T04:25:16.351Z Compiling thiserror-impl v2.0.18
3892026-07-26T04:25:16.395Z Compiling serde_derive v1.0.228
3902026-07-26T04:25:16.456Z Compiling zerocopy-derive v0.8.54
3912026-07-26T04:25:16.745Z Compiling pest_derive v2.8.7
3922026-07-26T04:25:16.757Z Compiling scroll_derive v0.13.1
3932026-07-26T04:25:17.065Z Compiling ref-cast-impl v1.0.25
3942026-07-26T04:25:17.247Z Compiling darling_macro v0.23.0
3952026-07-26T04:25:17.259Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3962026-07-26T04:25:17.475Z Checking dyn-clone v1.0.20
3972026-07-26T04:25:17.564Z Checking scroll v0.13.0
3982026-07-26T04:25:17.610Z Compiling dtrace-parser v0.3.0
3992026-07-26T04:25:17.634Z Checking cobs v0.3.0
4002026-07-26T04:25:17.825Z Checking goblin v0.10.7
4012026-07-26T04:25:17.856Z Compiling darling v0.23.0
4022026-07-26T04:25:17.917Z Compiling ingot-macros v0.2.0
4032026-07-26T04:25:17.926Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4042026-07-26T04:25:19.095Z Checking postcard v1.1.3
4052026-07-26T04:25:19.104Z Compiling serde_tokenstream v0.2.3
4062026-07-26T04:25:20.428Z Compiling dof v0.4.0
4072026-07-26T04:25:20.441Z Checking ingot-types v0.2.0
4082026-07-26T04:25:20.731Z Checking ingot v0.2.0
4092026-07-26T04:25:21.270Z Compiling usdt-macro v0.6.0
4102026-07-26T04:25:21.270Z Compiling usdt-attr-macro v0.6.0
4112026-07-26T04:25:21.859Z Checking usdt v0.6.0
4122026-07-26T04:25:22.145Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4132026-07-26T04:25:30.570Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.18s
4142026-07-26T04:25:30.595Z
4152026-07-26T04:25:30.595Zreal 19.254628982
4162026-07-26T04:25:30.595Zuser 1:01.333083726
4172026-07-26T04:25:30.595Zsys 11.990241186
4182026-07-26T04:25:30.599Ztrap 0.029701844
4192026-07-26T04:25:30.599Ztflt 0.157792399
4202026-07-26T04:25:30.599Zdflt 0.211935660
4212026-07-26T04:25:30.599Zkflt 0.000022206
4222026-07-26T04:25:30.599Zlock 3:49.489683480
4232026-07-26T04:25:30.599Zslp 3:13.743747532
4242026-07-26T04:25:30.599Zlat 3.310506336
4252026-07-26T04:25:30.599Zstop 6.108389406
4262026-07-26T04:25:30.599Z+ header 'analyze no_std + engine + kernel'
4272026-07-26T04:25:30.599Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4282026-07-26T04:25:30.600Z# ==== analyze no_std + engine + kernel ==== #
4292026-07-26T04:25:30.600Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4302026-07-26T04:25:30.762Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-07-26T04:25:30.762Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4322026-07-26T04:25:30.765Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-07-26T04:25:30.765Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4342026-07-26T04:25:30.973Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-07-26T04:25:34.038Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.40s
4362026-07-26T04:25:34.063Z
4372026-07-26T04:25:34.066Zreal 3.461722363
4382026-07-26T04:25:34.066Zuser 3.728553690
4392026-07-26T04:25:34.066Zsys 0.822554663
4402026-07-26T04:25:34.066Ztrap 0.000469796
4412026-07-26T04:25:34.066Ztflt 0.018522312
4422026-07-26T04:25:34.066Zdflt 0.006696819
4432026-07-26T04:25:34.066Zkflt 0.000000000
4442026-07-26T04:25:34.066Zlock 11.415518532
4452026-07-26T04:25:34.066Zslp 14.401195951
4462026-07-26T04:25:34.066Zlat 0.005861763
4472026-07-26T04:25:34.066Zstop 0.187558103
4482026-07-26T04:25:34.066Z+ header test
4492026-07-26T04:25:34.066Z+ echo '# ==== test ==== #'
4502026-07-26T04:25:34.066Z# ==== test ==== #
4512026-07-26T04:25:34.066Z+ ptime -m cargo test
4522026-07-26T04:25:34.203Z Compiling serde_core v1.0.228
4532026-07-26T04:25:34.207Z Compiling thiserror v2.0.18
4542026-07-26T04:25:34.207Z Compiling zerocopy v0.8.54
4552026-07-26T04:25:34.227Z Compiling byteorder v1.5.0
4562026-07-26T04:25:34.230Z Compiling memchr v2.8.3
4572026-07-26T04:25:34.232Z Compiling unicode-ident v1.0.24
4582026-07-26T04:25:34.236Z Compiling libc v0.2.186
4592026-07-26T04:25:34.236Z Compiling zmij v1.0.22
4602026-07-26T04:25:34.309Z Compiling proc-macro2 v1.0.106
4612026-07-26T04:25:34.357Z Compiling scroll v0.13.0
4622026-07-26T04:25:34.432Z Compiling ucd-trie v0.1.7
4632026-07-26T04:25:34.565Z Compiling log v0.4.33
4642026-07-26T04:25:34.606Z Compiling itoa v1.0.18
4652026-07-26T04:25:34.618Z Compiling plain v0.2.3
4662026-07-26T04:25:34.713Z Compiling goblin v0.10.7
4672026-07-26T04:25:34.789Z Compiling quote v1.0.46
4682026-07-26T04:25:34.863Z Compiling pest v2.8.7
4692026-07-26T04:25:35.118Z Compiling hash32 v0.3.1
4702026-07-26T04:25:35.283Z Compiling macaddr v1.0.1
4712026-07-26T04:25:35.397Z Compiling cfg-if v1.0.4
4722026-07-26T04:25:35.458Z Compiling stable_deref_trait v1.2.1
4732026-07-26T04:25:35.526Z Compiling pretty-hex v0.4.2
4742026-07-26T04:25:35.531Z Compiling heapless v0.8.0
4752026-07-26T04:25:35.650Z Compiling syn v2.0.118
4762026-07-26T04:25:35.775Z Compiling thread-id v5.1.0
4772026-07-26T04:25:35.846Z Compiling cobs v0.3.0
4782026-07-26T04:25:35.976Z Compiling serde v1.0.228
4792026-07-26T04:25:36.125Z Compiling bitflags v2.13.0
4802026-07-26T04:25:36.160Z Compiling serde_json v1.0.150
4812026-07-26T04:25:36.529Z Compiling dtrace-parser v0.3.0
4822026-07-26T04:25:36.533Z Compiling bitflags v1.3.2
4832026-07-26T04:25:36.593Z Compiling managed v0.8.0
4842026-07-26T04:25:36.609Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4852026-07-26T04:25:36.812Z Compiling smoltcp v0.11.0
4862026-07-26T04:25:36.831Z Compiling postcard v1.1.3
4872026-07-26T04:25:37.024Z Compiling ingot-types v0.2.0
4882026-07-26T04:25:37.177Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4892026-07-26T04:25:37.181Z Compiling memmap2 v0.9.11
4902026-07-26T04:25:37.417Z Compiling ingot v0.2.0
4912026-07-26T04:25:37.471Z Compiling either v1.16.0
4922026-07-26T04:25:37.676Z Compiling dof v0.4.0
4932026-07-26T04:25:37.791Z Compiling ipnetwork v0.21.1
4942026-07-26T04:25:38.292Z Compiling unicode-width v0.2.2
4952026-07-26T04:25:38.590Z Compiling usdt-impl v0.6.0
4962026-07-26T04:25:39.272Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4972026-07-26T04:25:39.630Z Compiling usdt v0.6.0
4982026-07-26T04:25:40.053Z Compiling tabwriter v1.4.1
4992026-07-26T04:25:40.249Z Compiling itertools v0.15.0
5002026-07-26T04:25:40.467Z Compiling ref-cast v1.0.25
5012026-07-26T04:25:40.598Z Compiling crc32fast v1.5.0
5022026-07-26T04:25:40.835Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5032026-07-26T04:25:40.936Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5042026-07-26T04:25:41.461Z Compiling dyn-clone v1.0.20
5052026-07-26T04:25:56.223Z Finished `test` profile [optimized + debuginfo] target(s) in 22.15s
5062026-07-26T04:25:56.233Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88)
5072026-07-26T04:25:56.236Z
5082026-07-26T04:25:56.236Zrunning 84 tests
5092026-07-26T04:25:56.236Ztest d_error::tests::name_truncation ... ok
5102026-07-26T04:25:56.236Ztest d_error::tests::name_and_data_storage ... ok
5112026-07-26T04:25:56.236Ztest ddi::mblk::test::chain_append_links ... ok
5122026-07-26T04:25:56.236Ztest ddi::mblk::test::chain_breaks_links ... ok
5132026-07-26T04:25:56.236Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5142026-07-26T04:25:56.236Ztest ddi::mblk::test::expand_and_shrink ... ok
5152026-07-26T04:25:56.236Ztest ddi::mblk::test::chain_drain_complete ... ok
5162026-07-26T04:25:56.236Ztest ddi::mblk::test::prefix_len ... ok
5172026-07-26T04:25:56.236Ztest ddi::mblk::test::read_seg ... ok
5182026-07-26T04:25:56.236Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5192026-07-26T04:25:56.236Ztest ddi::mblk::test::uninitialized_packet ... ok
5202026-07-26T04:25:56.236Ztest ddi::mblk::test::truncate ... ok
5212026-07-26T04:25:56.236Ztest ddi::time::test::good_interval ... ok
5222026-07-26T04:25:56.241Ztest ddi::mblk::test::wrap ... ok
5232026-07-26T04:25:56.241Ztest engine::dhcp::test::offlink_encode ... ok
5242026-07-26T04:25:56.241Ztest engine::dhcp::test::domainname_encode ... ok
5252026-07-26T04:25:56.241Ztest engine::dhcp::test::domain_search_option_encode ... ok
5262026-07-26T04:25:56.241Ztest engine::dhcp::test::hostname_encode ... ok
5272026-07-26T04:25:56.241Ztest ddi::mblk::test::zero_byte_packet ... ok
5282026-07-26T04:25:56.241Ztest engine::dhcp::test::rfc3442_encode ... ok
5292026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5302026-07-26T04:25:56.241Ztest ddi::time::test::bad_interval - should panic ... ok
5312026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_client_id ... ok
5322026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5332026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok
5342026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5352026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_iana ... ok
5362026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_option_request ... ok
5372026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_iata ... ok
5382026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5392026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5402026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5412026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5422026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_server_id ... ok
5432026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5442026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5452026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5462026-07-26T04:25:56.241Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5472026-07-26T04:25:56.241Ztest engine::dhcpv6::options::test::test_status ... ok
5482026-07-26T04:25:56.241Ztest engine::ether::test::emit ... ok
5492026-07-26T04:25:56.242Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5502026-07-26T04:25:56.242Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5512026-07-26T04:25:56.242Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5522026-07-26T04:25:56.242Ztest engine::flow_table::test::eviction_basics ... ok
5532026-07-26T04:25:56.242Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5542026-07-26T04:25:56.242Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5552026-07-26T04:25:56.242Ztest engine::flow_table::test::flow_clear ... ok
5562026-07-26T04:25:56.242Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5572026-07-26T04:25:56.242Ztest engine::flow_table::test::flow_expired ... ok
5582026-07-26T04:25:56.242Ztest engine::flow_table::test::priority_lerp ... ok
5592026-07-26T04:25:56.242Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5602026-07-26T04:25:56.242Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5612026-07-26T04:25:56.242Ztest engine::ip::v4::test::match_check ... ok
5622026-07-26T04:25:56.242Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5632026-07-26T04:25:56.242Ztest engine::geneve::test::emit_no_opts ... ok
5642026-07-26T04:25:56.242Ztest engine::ip::v4::test::cidr_match ... ok
5652026-07-26T04:25:56.242Ztest engine::ip::v4::test::emit ... ok
5662026-07-26T04:25:56.242Ztest engine::geneve::test::emit_single_opt ... ok
5672026-07-26T04:25:56.242Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5682026-07-26T04:25:56.242Ztest engine::ip::v6::test::emit ... ok
5692026-07-26T04:25:56.242Ztest engine::ip::v6::test::from_pairs ... ok
5702026-07-26T04:25:56.242Ztest engine::ip::v6::test::option_push_spec ... ok
5712026-07-26T04:25:56.242Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5722026-07-26T04:25:56.242Ztest engine::ip::v6::test::extension_push_spec ... ok
5732026-07-26T04:25:56.242Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5742026-07-26T04:25:56.242Ztest engine::nat::test::nat4_rewrite ... ok
5752026-07-26T04:25:56.242Ztest engine::packet::test::read_multi_segment ... ok
5762026-07-26T04:25:56.242Ztest engine::layer::test::find_rule ... ok
5772026-07-26T04:25:56.242Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5782026-07-26T04:25:56.242Ztest engine::packet::test::small_packet_with_padding ... ok
5792026-07-26T04:25:56.242Ztest engine::packet::test::read_single_segment ... ok
5802026-07-26T04:25:56.242Ztest engine::ip::v6::test::test_set_total_len ... ok
5812026-07-26T04:25:56.242Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5822026-07-26T04:25:56.242Ztest engine::packet::test::straddled_tcp ... ok
5832026-07-26T04:25:56.242Ztest engine::packet::test::udp6_packet_with_padding ... ok
5842026-07-26T04:25:56.242Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5852026-07-26T04:25:56.242Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5862026-07-26T04:25:56.242Ztest engine::rule::rule_matching ... ok
5872026-07-26T04:25:56.242Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5882026-07-26T04:25:56.242Ztest engine::ip::v6::test::push_spec ... ok
5892026-07-26T04:25:56.243Ztest engine::snat::test::nat_mappings ... ok
5902026-07-26T04:25:56.243Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5912026-07-26T04:25:56.243Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5922026-07-26T04:25:56.243Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5932026-07-26T04:25:56.243Z
5942026-07-26T04:25:56.243Ztest result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5952026-07-26T04:25:56.243Z
5962026-07-26T04:25:56.243Z Doc-tests opte
5972026-07-26T04:25:58.252Z
5982026-07-26T04:25:58.252Zrunning 3 tests
5992026-07-26T04:25:58.255Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6002026-07-26T04:25:58.255Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6012026-07-26T04:25:58.255Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6022026-07-26T04:25:58.255Z
6032026-07-26T04:25:58.255Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-07-26T04:25:58.255Z
6052026-07-26T04:25:58.259Zall doctests ran in 1.43s; merged doctests compilation took 1.42s
6062026-07-26T04:25:58.300Z
6072026-07-26T04:25:58.302Zreal 24.227588791
6082026-07-26T04:25:58.303Zuser 2:01.882417515
6092026-07-26T04:25:58.303Zsys 7.091835700
6102026-07-26T04:25:58.303Ztrap 0.057155853
6112026-07-26T04:25:58.303Ztflt 0.196253600
6122026-07-26T04:25:58.303Zdflt 0.369888453
6132026-07-26T04:25:58.303Zkflt 0.000011726
6142026-07-26T04:25:58.303Zlock 6:20.088211870
6152026-07-26T04:25:58.303Zslp 3:40.854361324
6162026-07-26T04:25:58.304Zlat 5.121964080
6172026-07-26T04:25:58.304Zstop 2.719229100
6182026-07-26T04:25:58.304Zprocess exited: duration 85341 ms, exit code 0
 
6192026-07-26T04:25:58.310Zfound 0 output files