01KXZGY6CJ4RCKB27AR5RH7H17: opte

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

Buildomat Job: 01KXZGYKWVXM0BD9SFAMWPBHHM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:26:23.027Zjob assigned to worker 01KXZGYR25H5348SWZBGVAWKQF [factory aws, i-0551379e792277874] (queued for 45 s)
 
22026-07-20T10:26:29.580Zstarting task 0: "setup"
32026-07-20T10:26:29.586Z++ uname -s
42026-07-20T10:26:29.589Z+ kern=SunOS
52026-07-20T10:26:29.589Z+ build_user=build
62026-07-20T10:26:29.589Z+ build_uid=12345
72026-07-20T10:26:29.589Z+ work_dir=/work
82026-07-20T10:26:29.589Z+ input_dir=/input
92026-07-20T10:26:29.589Z+ [[ 0 == 12345 ]]
102026-07-20T10:26:29.589Z+ case "$kern" in
112026-07-20T10:26:29.589Z+ groupadd -g 12345 build
122026-07-20T10:26:29.589Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:26:31.594Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:26:31.672Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:26:31.675Z+ home_fs=zfs
162026-07-20T10:26:31.675Z+ [[ zfs == autofs ]]
172026-07-20T10:26:31.675Z+ mkdir -p /home/build
182026-07-20T10:26:31.675Z+ chown build:build /home/build /work
192026-07-20T10:26:33.676Z+ chmod 0700 /home/build /work
202026-07-20T10:26:33.679Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-20T10:26:33.686Zstarting task 1: "rust-toolchain"
222026-07-20T10:26:33.689Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-20T10:26:33.689Z * rust toolchain channel = "1.97.1"
242026-07-20T10:26:33.689Z * rust toolchain profile = "default"
252026-07-20T10:26:33.689Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T10:26:33.689Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:26:33.689Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:26:33.692Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:26:33.692Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-20T10:26:33.783Zinfo: downloading installer
312026-07-20T10:26:35.183Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:26:35.183Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:26:35.183Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:26:35.183Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:26:35.195Zinfo: profile set to default
362026-07-20T10:26:35.195Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:26:35.198Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-20T10:26:35.342Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-20T10:26:35.345Zinfo: downloading 6 components
402026-07-20T10:26:50.607Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-20T10:26:50.607Z
422026-07-20T10:26:50.633Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-20T10:26:50.633Z
442026-07-20T10:26:50.637Z
452026-07-20T10:26:50.637ZRust is installed now. Great!
462026-07-20T10:26:50.637Z
472026-07-20T10:26:50.637ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:26:50.637Zenvironment variable. This has not been done automatically.
492026-07-20T10:26:50.637Z
502026-07-20T10:26:50.637ZTo configure your current shell, you need to source
512026-07-20T10:26:50.637Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:26:50.637Z
532026-07-20T10:26:50.637ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:26:50.637Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:26:50.637Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:26:50.637Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:26:50.637Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:26:50.637Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:26:50.637Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:26:50.637Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:26:50.637Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:26:50.726Z+ rustup --version
632026-07-20T10:26:50.734Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:26:50.737Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:26:50.755Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-20T10:26:50.758Z+ cargo --version
672026-07-20T10:26:50.772Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-20T10:26:50.775Z+ rustc --version
692026-07-20T10:26:50.794Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-20T10:26:50.797Zprocess exited: duration 17111 ms, exit code 0
 
712026-07-20T10:26:50.804Zstarting task 2: "authentication"
722026-07-20T10:26:50.820Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T10:26:50.826Zstarting task 3: "clone repository"
742026-07-20T10:26:50.830Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:26:50.833Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:26:50.858ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:26:51.771Z+ cd /work/oxidecomputer/opte
782026-07-20T10:26:51.771Z+ git fetch origin f04c4146ba7ad7a4df970fd938a817569f0d2d47
792026-07-20T10:26:51.981ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:26:51.981Z * branch f04c4146ba7ad7a4df970fd938a817569f0d2d47 -> FETCH_HEAD
812026-07-20T10:26:51.986Z+ [[ -n renovate/rust-1.x ]]
822026-07-20T10:26:51.989Z++ git branch --show-current
832026-07-20T10:26:51.989Z+ current=master
842026-07-20T10:26:51.990Z+ [[ master != renovate/rust-1.x ]]
852026-07-20T10:26:51.990Z+ git branch -f renovate/rust-1.x f04c4146ba7ad7a4df970fd938a817569f0d2d47
862026-07-20T10:26:51.992Z+ git checkout -f renovate/rust-1.x
872026-07-20T10:26:52.009ZSwitched to branch 'renovate/rust-1.x'
882026-07-20T10:26:52.012Z+ git reset --hard f04c4146ba7ad7a4df970fd938a817569f0d2d47
892026-07-20T10:26:52.015ZHEAD is now at f04c414 One (1) clippy fix
902026-07-20T10:26:52.015Zprocess exited: duration 1186 ms, exit code 0
 
912026-07-20T10:26:52.022Zstarting task 4: "build"
922026-07-20T10:26:52.025Z+ source .github/buildomat/common.sh
932026-07-20T10:26:52.025Z++ rustup show active-toolchain
942026-07-20T10:26:52.031Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:26:52.035Z++ pushd xde
962026-07-20T10:26:52.035Z++ rustup show active-toolchain
972026-07-20T10:26:52.035Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-20T10:26:52.038Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-20T10:26:52.185Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-20T10:26:52.189Zinfo: downloading 6 components
1012026-07-20T10:27:07.108Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:27:07.203Z+++ rustup show active-toolchain -v
1032026-07-20T10:27:07.207Z+++ head -n 1
1042026-07-20T10:27:07.207Z+++ cut '-d ' -f1
1052026-07-20T10:27:07.256Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-20T10:27:07.256Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-20T10:27:07.259Z++ popd
1082026-07-20T10:27:07.259Z/work/oxidecomputer/opte
1092026-07-20T10:27:07.259Z+ cargo --version
1102026-07-20T10:27:07.265Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-20T10:27:07.269Z+ rustc --version
1122026-07-20T10:27:07.287Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-20T10:27:07.290Z+ cd lib/opte
1142026-07-20T10:27:07.290Z+ header 'check style'
1152026-07-20T10:27:07.290Z+ echo '# ==== check style ==== #'
1162026-07-20T10:27:07.290Z# ==== check style ==== #
1172026-07-20T10:27:07.290Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:27:07.468Z
1192026-07-20T10:27:07.468Zreal 0.176089672
1202026-07-20T10:27:07.468Zuser 0.136578511
1212026-07-20T10:27:07.468Zsys 0.034627495
1222026-07-20T10:27:07.468Ztrap 0.000010170
1232026-07-20T10:27:07.468Ztflt 0.000014780
1242026-07-20T10:27:07.468Zdflt 0.000011370
1252026-07-20T10:27:07.468Zkflt 0.000000000
1262026-07-20T10:27:07.468Zlock 0.030443934
1272026-07-20T10:27:07.468Zslp 0.157095996
1282026-07-20T10:27:07.468Zlat 0.000785380
1292026-07-20T10:27:07.468Zstop 0.000084400
1302026-07-20T10:27:07.473Z+ header 'check docs'
1312026-07-20T10:27:07.473Z+ echo '# ==== check docs ==== #'
1322026-07-20T10:27:07.473Z# ==== check docs ==== #
1332026-07-20T10:27:07.473Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-20T10:27:07.473Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-20T10:27:07.535Z Updating crates.io index
1362026-07-20T10:27:07.538Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:27:08.277Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:27:08.520Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:27:08.860Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:27:09.093Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:27:09.320Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:27:09.598Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:27:11.357Z Downloading crates ...
1442026-07-20T10:27:11.395Z Downloaded cfg-if v1.0.4
1452026-07-20T10:27:11.420Z Downloaded aho-corasick v1.1.4
1462026-07-20T10:27:11.423Z Downloaded cobs v0.3.0
1472026-07-20T10:27:11.429Z Downloaded plain v0.2.3
1482026-07-20T10:27:11.432Z Downloaded managed v0.8.0
1492026-07-20T10:27:11.432Z Downloaded ingot v0.1.1
1502026-07-20T10:27:11.432Z Downloaded bitflags v1.3.2
1512026-07-20T10:27:11.435Z Downloaded ipnetwork v0.21.1
1522026-07-20T10:27:11.435Z Downloaded pest_derive v2.8.7
1532026-07-20T10:27:11.438Z Downloaded embedded-io v0.6.1
1542026-07-20T10:27:11.438Z Downloaded fnv v1.0.7
1552026-07-20T10:27:11.441Z Downloaded defmt-parser v1.0.0
1562026-07-20T10:27:11.442Z Downloaded dof v0.4.0
1572026-07-20T10:27:11.442Z Downloaded embedded-io v0.4.0
1582026-07-20T10:27:11.445Z Downloaded darling_macro v0.21.3
1592026-07-20T10:27:11.447Z Downloaded defmt v0.3.100
1602026-07-20T10:27:11.447Z Downloaded ident_case v1.0.1
1612026-07-20T10:27:11.448Z Downloaded itoa v1.0.18
1622026-07-20T10:27:11.451Z Downloaded log v0.4.33
1632026-07-20T10:27:11.454Z Downloaded either v1.16.0
1642026-07-20T10:27:11.454Z Downloaded pretty-hex v0.4.2
1652026-07-20T10:27:11.454Z Downloaded dtrace-parser v0.3.0
1662026-07-20T10:27:11.454Z Downloaded dyn-clone v1.0.20
1672026-07-20T10:27:11.457Z Downloaded strsim v0.11.1
1682026-07-20T10:27:11.460Z Downloaded version_check v0.9.5
1692026-07-20T10:27:11.460Z Downloaded ref-cast v1.0.25
1702026-07-20T10:27:11.463Z Downloaded macaddr v1.0.1
1712026-07-20T10:27:11.463Z Downloaded usdt v0.6.0
1722026-07-20T10:27:11.463Z Downloaded usdt-macro v0.6.0
1732026-07-20T10:27:11.469Z Downloaded darling_macro v0.23.0
1742026-07-20T10:27:11.479Z Downloaded tabwriter v1.4.1
1752026-07-20T10:27:11.483Z Downloaded thread-id v5.1.0
1762026-07-20T10:27:11.486Z Downloaded scroll_derive v0.13.1
1772026-07-20T10:27:11.489Z Downloaded ref-cast-impl v1.0.25
1782026-07-20T10:27:11.489Z Downloaded stable_deref_trait v1.2.1
1792026-07-20T10:27:11.489Z Downloaded usdt-attr-macro v0.6.0
1802026-07-20T10:27:11.489Z Downloaded pest_generator v2.8.7
1812026-07-20T10:27:11.493Z Downloaded byteorder v1.5.0
1822026-07-20T10:27:11.496Z Downloaded hash32 v0.3.1
1832026-07-20T10:27:11.496Z Downloaded zmij v1.0.21
1842026-07-20T10:27:11.504Z Downloaded usdt-impl v0.6.0
1852026-07-20T10:27:11.507Z Downloaded defmt-macros v1.1.1
1862026-07-20T10:27:11.512Z Downloaded ingot-types v0.1.2
1872026-07-20T10:27:11.521Z Downloaded quote v1.0.46
1882026-07-20T10:27:11.524Z Downloaded thiserror v2.0.18
1892026-07-20T10:27:11.527Z Downloaded serde_tokenstream v0.2.3
1902026-07-20T10:27:11.530Z Downloaded ingot-macros v0.1.1
1912026-07-20T10:27:11.530Z Downloaded thiserror-impl v2.0.18
1922026-07-20T10:27:11.533Z Downloaded pest_meta v2.8.7
1932026-07-20T10:27:11.545Z Downloaded crc32fast v1.5.0
1942026-07-20T10:27:11.548Z Downloaded darling v0.23.0
1952026-07-20T10:27:11.551Z Downloaded defmt v1.1.1
1962026-07-20T10:27:11.556Z Downloaded memmap2 v0.9.11
1972026-07-20T10:27:11.559Z Downloaded scroll v0.13.0
1982026-07-20T10:27:11.559Z Downloaded postcard v1.1.3
1992026-07-20T10:27:11.563Z Downloaded heapless v0.8.0
2002026-07-20T10:27:11.566Z Downloaded ucd-trie v0.1.7
2012026-07-20T10:27:11.569Z Downloaded darling v0.21.3
2022026-07-20T10:27:11.573Z Downloaded serde_derive v1.0.228
2032026-07-20T10:27:11.579Z Downloaded proc-macro2 v1.0.106
2042026-07-20T10:27:11.582Z Downloaded serde_core v1.0.228
2052026-07-20T10:27:11.585Z Downloaded bitflags v2.13.0
2062026-07-20T10:27:11.589Z Downloaded darling_core v0.21.3
2072026-07-20T10:27:11.602Z Downloaded unicode-ident v1.0.24
2082026-07-20T10:27:11.608Z Downloaded darling_core v0.23.0
2092026-07-20T10:27:11.611Z Downloaded zerocopy-derive v0.8.52
2102026-07-20T10:27:11.615Z Downloaded serde v1.0.228
2112026-07-20T10:27:11.623Z Downloaded memchr v2.8.2
2122026-07-20T10:27:11.638Z Downloaded pest v2.8.7
2132026-07-20T10:27:11.661Z Downloaded serde_json v1.0.150
2142026-07-20T10:27:11.668Z Downloaded itertools v0.15.0
2152026-07-20T10:27:11.675Z Downloaded itertools v0.14.0
2162026-07-20T10:27:11.678Z Downloaded regex v1.12.4
2172026-07-20T10:27:11.727Z Downloaded zerocopy v0.8.52
2182026-07-20T10:27:11.737Z Downloaded unicode-width v0.2.2
2192026-07-20T10:27:11.740Z Downloaded goblin v0.10.7
2202026-07-20T10:27:11.744Z Downloaded smoltcp v0.11.0
2212026-07-20T10:27:11.750Z Downloaded syn v2.0.118
2222026-07-20T10:27:11.756Z Downloaded regex-syntax v0.8.11
2232026-07-20T10:27:11.790Z Downloaded regex-automata v0.4.14
2242026-07-20T10:27:11.798Z Downloaded libc v0.2.186
2252026-07-20T10:27:11.851Z Compiling proc-macro2 v1.0.106
2262026-07-20T10:27:11.852Z Compiling quote v1.0.46
2272026-07-20T10:27:11.855Z Compiling unicode-ident v1.0.24
2282026-07-20T10:27:11.855Z Documenting unicode-ident v1.0.24
2292026-07-20T10:27:11.855Z Compiling strsim v0.11.1
2302026-07-20T10:27:11.855Z Compiling ident_case v1.0.1
2312026-07-20T10:27:11.855Z Compiling serde_core v1.0.228
2322026-07-20T10:27:12.014Z Compiling fnv v1.0.7
2332026-07-20T10:27:12.031Z Compiling memchr v2.8.2
2342026-07-20T10:27:12.097Z Compiling thiserror v2.0.18
2352026-07-20T10:27:12.222Z Compiling zerocopy v0.8.52
2362026-07-20T10:27:12.393Z Documenting proc-macro2 v1.0.106
2372026-07-20T10:27:12.406Z Compiling aho-corasick v1.1.4
2382026-07-20T10:27:12.440Z Compiling serde v1.0.228
2392026-07-20T10:27:12.571Z Compiling regex-syntax v0.8.11
2402026-07-20T10:27:12.841Z Checking syn v2.0.118
2412026-07-20T10:27:12.902Z Compiling either v1.16.0
2422026-07-20T10:27:12.987Z Documenting quote v1.0.46
2432026-07-20T10:27:13.105Z Checking byteorder v1.5.0
2442026-07-20T10:27:13.462Z Compiling itertools v0.14.0
2452026-07-20T10:27:13.510Z Documenting syn v2.0.118
2462026-07-20T10:27:13.771Z Documenting memchr v2.8.2
2472026-07-20T10:27:13.837Z Compiling heapless v0.8.0
2482026-07-20T10:27:14.150Z Compiling regex-automata v0.4.14
2492026-07-20T10:27:14.413Z Documenting aho-corasick v1.1.4
2502026-07-20T10:27:14.686Z Checking bitflags v2.13.0
2512026-07-20T10:27:14.783Z Checking hash32 v0.3.1
2522026-07-20T10:27:14.838Z Documenting serde_core v1.0.228
2532026-07-20T10:27:14.842Z Checking macaddr v1.0.1
2542026-07-20T10:27:14.886Z Documenting regex-syntax v0.8.11
2552026-07-20T10:27:15.061Z Checking cfg-if v1.0.4
2562026-07-20T10:27:15.118Z Checking stable_deref_trait v1.2.1
2572026-07-20T10:27:15.155Z Checking darling_core v0.21.3
2582026-07-20T10:27:15.184Z Compiling smoltcp v0.11.0
2592026-07-20T10:27:15.537Z Compiling darling_core v0.23.0
2602026-07-20T10:27:15.902Z Compiling regex v1.12.4
2612026-07-20T10:27:15.911Z Documenting regex-automata v0.4.14
2622026-07-20T10:27:16.466Z Documenting zerocopy-derive v0.8.52
2632026-07-20T10:27:16.534Z Compiling serde_derive v1.0.228
2642026-07-20T10:27:16.565Z Compiling zerocopy-derive v0.8.52
2652026-07-20T10:27:16.651Z Compiling thiserror-impl v2.0.18
2662026-07-20T10:27:17.249Z Documenting regex v1.12.4
2672026-07-20T10:27:17.276Z Documenting serde_derive v1.0.228
2682026-07-20T10:27:17.303Z Documenting thiserror-impl v2.0.18
2692026-07-20T10:27:17.602Z Compiling darling_macro v0.21.3
2702026-07-20T10:27:17.605Z Compiling darling_macro v0.23.0
2712026-07-20T10:27:17.948Z Checking cobs v0.3.0
2722026-07-20T10:27:18.090Z Checking managed v0.8.0
2732026-07-20T10:27:18.165Z Documenting byteorder v1.5.0
2742026-07-20T10:27:18.168Z Compiling darling v0.21.3
2752026-07-20T10:27:18.240Z Compiling ingot-macros v0.1.1
2762026-07-20T10:27:18.280Z Checking bitflags v1.3.2
2772026-07-20T10:27:18.307Z Documenting ingot-macros v0.1.1
2782026-07-20T10:27:18.356Z Documenting thiserror v2.0.18
2792026-07-20T10:27:18.434Z Documenting zerocopy v0.8.52
2802026-07-20T10:27:18.505Z Documenting bitflags v2.13.0
2812026-07-20T10:27:18.759Z Documenting hash32 v0.3.1
2822026-07-20T10:27:18.928Z Documenting stable_deref_trait v1.2.1
2832026-07-20T10:27:19.160Z Documenting cfg-if v1.0.4
2842026-07-20T10:27:19.306Z Documenting serde v1.0.228
2852026-07-20T10:27:19.470Z Compiling crc32fast v1.5.0
2862026-07-20T10:27:19.638Z Compiling ref-cast v1.0.25
2872026-07-20T10:27:19.679Z Documenting macaddr v1.0.1
2882026-07-20T10:27:19.804Z Checking postcard v1.1.3
2892026-07-20T10:27:19.810Z Documenting heapless v0.8.0
2902026-07-20T10:27:20.001Z Documenting cobs v0.3.0
2912026-07-20T10:27:20.219Z Compiling ref-cast-impl v1.0.25
2922026-07-20T10:27:20.529Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-07-20T10:27:20.802Z Compiling version_check v0.9.5
2942026-07-20T10:27:20.868Z Checking unicode-width v0.2.2
2952026-07-20T10:27:20.906Z Checking ipnetwork v0.21.1
2962026-07-20T10:27:20.913Z Checking ingot-types v0.1.2
2972026-07-20T10:27:20.920Z Documenting managed v0.8.0
2982026-07-20T10:27:21.069Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2992026-07-20T10:27:21.077Z Documenting postcard v1.1.3
3002026-07-20T10:27:21.101Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-07-20T10:27:21.222Z Compiling darling v0.23.0
3022026-07-20T10:27:21.253Z Checking ingot v0.1.1
3032026-07-20T10:27:21.295Z Documenting ref-cast-impl v1.0.25
3042026-07-20T10:27:21.302Z Documenting either v1.16.0
3052026-07-20T10:27:21.427Z Documenting ingot-types v0.1.2
3062026-07-20T10:27:21.595Z Documenting smoltcp v0.11.0
3072026-07-20T10:27:21.734Z Documenting ipnetwork v0.21.1
3082026-07-20T10:27:21.828Z Documenting unicode-width v0.2.2
3092026-07-20T10:27:22.088Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-07-20T10:27:22.314Z Documenting itertools v0.15.0
3112026-07-20T10:27:22.551Z Documenting ref-cast v1.0.25
3122026-07-20T10:27:22.771Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3132026-07-20T10:27:22.842Z Documenting ingot v0.1.1
3142026-07-20T10:27:23.098Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3152026-07-20T10:27:23.266Z Documenting tabwriter v1.4.1
3162026-07-20T10:27:23.492Z Checking tabwriter v1.4.1
3172026-07-20T10:27:23.652Z Checking itertools v0.15.0
3182026-07-20T10:27:23.762Z Documenting crc32fast v1.5.0
3192026-07-20T10:27:23.915Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3202026-07-20T10:27:23.923Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-20T10:27:24.181Z Documenting dyn-clone v1.0.20
3222026-07-20T10:27:24.403Z Checking dyn-clone v1.0.20
3232026-07-20T10:27:25.541Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-20T10:27:26.686Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-07-20T10:27:28.939Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.46s
3262026-07-20T10:27:29.027Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3272026-07-20T10:27:29.049Z
3282026-07-20T10:27:29.052Zreal 21.562178678
3292026-07-20T10:27:29.053Zuser 1:15.488017438
3302026-07-20T10:27:29.053Zsys 16.162549479
3312026-07-20T10:27:29.053Ztrap 0.043638737
3322026-07-20T10:27:29.053Ztflt 0.036844966
3332026-07-20T10:27:29.053Zdflt 0.135114924
3342026-07-20T10:27:29.053Zkflt 0.004668423
3352026-07-20T10:27:29.053Zlock 5:53.944607022
3362026-07-20T10:27:29.053Zslp 4:11.785891104
3372026-07-20T10:27:29.053Zlat 8.034837719
3382026-07-20T10:27:29.053Zstop 12.480739081
3392026-07-20T10:27:29.053Z+ header 'analyze std + api'
3402026-07-20T10:27:29.053Z+ echo '# ==== analyze std + api ==== #'
3412026-07-20T10:27:29.053Z# ==== analyze std + api ==== #
3422026-07-20T10:27:29.053Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3432026-07-20T10:27:29.282Z Compiling proc-macro2 v1.0.106
3442026-07-20T10:27:29.282Z Compiling quote v1.0.46
3452026-07-20T10:27:29.282Z Compiling unicode-ident v1.0.24
3462026-07-20T10:27:29.282Z Compiling memchr v2.8.2
3472026-07-20T10:27:29.285Z Compiling thiserror v2.0.18
3482026-07-20T10:27:29.285Z Compiling zerocopy v0.8.52
3492026-07-20T10:27:29.302Z Compiling zmij v1.0.21
3502026-07-20T10:27:29.305Z Compiling serde_core v1.0.228
3512026-07-20T10:27:29.458Z Compiling libc v0.2.186
3522026-07-20T10:27:29.616Z Compiling strsim v0.11.1
3532026-07-20T10:27:29.647Z Compiling ucd-trie v0.1.7
3542026-07-20T10:27:29.650Z Compiling serde_json v1.0.150
3552026-07-20T10:27:29.651Z Compiling ident_case v1.0.1
3562026-07-20T10:27:29.810Z Compiling pest v2.8.7
3572026-07-20T10:27:29.853Z Compiling serde v1.0.228
3582026-07-20T10:27:30.069Z Compiling fnv v1.0.7
3592026-07-20T10:27:30.180Z Compiling aho-corasick v1.1.4
3602026-07-20T10:27:30.184Z Compiling regex-syntax v0.8.11
3612026-07-20T10:27:30.206Z Compiling itoa v1.0.18
3622026-07-20T10:27:30.374Z Checking byteorder v1.5.0
3632026-07-20T10:27:30.559Z Compiling syn v2.0.118
3642026-07-20T10:27:30.835Z Compiling pest_meta v2.8.7
3652026-07-20T10:27:31.108Z Compiling either v1.16.0
3662026-07-20T10:27:31.179Z Compiling usdt-impl v0.6.0
3672026-07-20T10:27:31.303Z Compiling itertools v0.14.0
3682026-07-20T10:27:31.549Z Compiling regex-automata v0.4.14
3692026-07-20T10:27:31.616Z Compiling thread-id v5.1.0
3702026-07-20T10:27:32.066Z Checking plain v0.2.3
3712026-07-20T10:27:32.098Z Checking log v0.4.33
3722026-07-20T10:27:32.123Z Compiling heapless v0.8.0
3732026-07-20T10:27:32.396Z Checking bitflags v2.13.0
3742026-07-20T10:27:32.522Z Checking hash32 v0.3.1
3752026-07-20T10:27:32.555Z Compiling smoltcp v0.11.0
3762026-07-20T10:27:32.569Z Checking stable_deref_trait v1.2.1
3772026-07-20T10:27:32.620Z Checking pretty-hex v0.4.2
3782026-07-20T10:27:32.632Z Checking macaddr v1.0.1
3792026-07-20T10:27:32.726Z Checking cfg-if v1.0.4
3802026-07-20T10:27:32.843Z Compiling crc32fast v1.5.0
3812026-07-20T10:27:32.859Z Checking managed v0.8.0
3822026-07-20T10:27:32.869Z Compiling ref-cast v1.0.25
3832026-07-20T10:27:33.031Z Compiling pest_generator v2.8.7
3842026-07-20T10:27:33.113Z Compiling darling_core v0.21.3
3852026-07-20T10:27:33.120Z Compiling darling_core v0.23.0
3862026-07-20T10:27:33.162Z Compiling regex v1.12.4
3872026-07-20T10:27:33.183Z Checking bitflags v1.3.2
3882026-07-20T10:27:33.242Z Compiling version_check v0.9.5
3892026-07-20T10:27:33.509Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3902026-07-20T10:27:33.746Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3912026-07-20T10:27:33.752Z Checking memmap2 v0.9.11
3922026-07-20T10:27:34.057Z Checking unicode-width v0.2.2
3932026-07-20T10:27:34.086Z Checking ipnetwork v0.21.1
3942026-07-20T10:27:34.103Z Checking itertools v0.15.0
3952026-07-20T10:27:34.131Z Compiling thiserror-impl v2.0.18
3962026-07-20T10:27:34.256Z Compiling serde_derive v1.0.228
3972026-07-20T10:27:34.299Z Compiling zerocopy-derive v0.8.52
3982026-07-20T10:27:34.805Z Compiling pest_derive v2.8.7
3992026-07-20T10:27:34.832Z Compiling scroll_derive v0.13.1
4002026-07-20T10:27:35.212Z Compiling darling_macro v0.21.3
4012026-07-20T10:27:35.216Z Compiling ref-cast-impl v1.0.25
4022026-07-20T10:27:35.219Z Compiling darling_macro v0.23.0
4032026-07-20T10:27:35.398Z Compiling dtrace-parser v0.3.0
4042026-07-20T10:27:35.620Z Checking scroll v0.13.0
4052026-07-20T10:27:35.625Z Checking cobs v0.3.0
4062026-07-20T10:27:35.751Z Compiling darling v0.21.3
4072026-07-20T10:27:35.757Z Compiling darling v0.23.0
4082026-07-20T10:27:35.818Z Compiling ingot-macros v0.1.1
4092026-07-20T10:27:35.821Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4102026-07-20T10:27:35.838Z Checking goblin v0.10.7
4112026-07-20T10:27:35.866Z Checking tabwriter v1.4.1
4122026-07-20T10:27:35.974Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4132026-07-20T10:27:36.149Z Checking dyn-clone v1.0.20
4142026-07-20T10:27:37.162Z Checking postcard v1.1.3
4152026-07-20T10:27:37.184Z Compiling serde_tokenstream v0.2.3
4162026-07-20T10:27:38.272Z Checking ingot-types v0.1.2
4172026-07-20T10:27:38.276Z Checking dof v0.4.0
4182026-07-20T10:27:38.577Z Checking ingot v0.1.1
4192026-07-20T10:27:39.232Z Compiling usdt-macro v0.6.0
4202026-07-20T10:27:39.235Z Compiling usdt-attr-macro v0.6.0
4212026-07-20T10:27:39.828Z Checking usdt v0.6.0
4222026-07-20T10:27:40.004Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4232026-07-20T10:27:48.264Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.16s
4242026-07-20T10:27:48.291Z
4252026-07-20T10:27:48.295Zreal 19.236034690
4262026-07-20T10:27:48.295Zuser 1:03.227761953
4272026-07-20T10:27:48.295Zsys 12.403509266
4282026-07-20T10:27:48.295Ztrap 0.034178285
4292026-07-20T10:27:48.295Ztflt 0.163833916
4302026-07-20T10:27:48.295Zdflt 0.198875699
4312026-07-20T10:27:48.295Zkflt 0.000037640
4322026-07-20T10:27:48.295Zlock 3:59.161853663
4332026-07-20T10:27:48.295Zslp 3:21.212866208
4342026-07-20T10:27:48.295Zlat 2.710290678
4352026-07-20T10:27:48.295Zstop 6.266010660
4362026-07-20T10:27:48.295Z+ header 'analyze no_std + engine + kernel'
4372026-07-20T10:27:48.295Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4382026-07-20T10:27:48.295Z# ==== analyze no_std + engine + kernel ==== #
4392026-07-20T10:27:48.295Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4402026-07-20T10:27:48.463Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4412026-07-20T10:27:48.464Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4422026-07-20T10:27:48.467Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-07-20T10:27:48.467Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-07-20T10:27:48.679Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4452026-07-20T10:27:51.663Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.32s
4462026-07-20T10:27:51.689Z
4472026-07-20T10:27:51.693Zreal 3.392760244
4482026-07-20T10:27:51.693Zuser 3.668191404
4492026-07-20T10:27:51.693Zsys 0.824074880
4502026-07-20T10:27:51.693Ztrap 0.000584690
4512026-07-20T10:27:51.693Ztflt 0.019696621
4522026-07-20T10:27:51.695Zdflt 0.005588742
4532026-07-20T10:27:51.695Zkflt 0.000000890
4542026-07-20T10:27:51.695Zlock 11.128691659
4552026-07-20T10:27:51.695Zslp 14.218017305
4562026-07-20T10:27:51.695Zlat 0.006148880
4572026-07-20T10:27:51.695Zstop 0.190184296
4582026-07-20T10:27:51.695Z+ header test
4592026-07-20T10:27:51.695Z+ echo '# ==== test ==== #'
4602026-07-20T10:27:51.695Z# ==== test ==== #
4612026-07-20T10:27:51.695Z+ ptime -m cargo test
4622026-07-20T10:27:51.833Z Compiling serde_core v1.0.228
4632026-07-20T10:27:51.836Z Compiling thiserror v2.0.18
4642026-07-20T10:27:51.853Z Compiling zerocopy v0.8.52
4652026-07-20T10:27:51.857Z Compiling memchr v2.8.2
4662026-07-20T10:27:51.860Z Compiling byteorder v1.5.0
4672026-07-20T10:27:51.863Z Compiling unicode-ident v1.0.24
4682026-07-20T10:27:51.866Z Compiling scroll v0.13.0
4692026-07-20T10:27:51.868Z Compiling zmij v1.0.21
4702026-07-20T10:27:51.937Z Compiling proc-macro2 v1.0.106
4712026-07-20T10:27:51.985Z Compiling libc v0.2.186
4722026-07-20T10:27:52.065Z Compiling itoa v1.0.18
4732026-07-20T10:27:52.118Z Compiling log v0.4.33
4742026-07-20T10:27:52.223Z Compiling ucd-trie v0.1.7
4752026-07-20T10:27:52.316Z Compiling plain v0.2.3
4762026-07-20T10:27:52.327Z Compiling quote v1.0.46
4772026-07-20T10:27:52.345Z Compiling hash32 v0.3.1
4782026-07-20T10:27:52.410Z Compiling goblin v0.10.7
4792026-07-20T10:27:52.499Z Compiling pest v2.8.7
4802026-07-20T10:27:52.907Z Compiling macaddr v1.0.1
4812026-07-20T10:27:52.943Z Compiling stable_deref_trait v1.2.1
4822026-07-20T10:27:53.013Z Compiling cfg-if v1.0.4
4832026-07-20T10:27:53.074Z Compiling pretty-hex v0.4.2
4842026-07-20T10:27:53.153Z Compiling heapless v0.8.0
4852026-07-20T10:27:53.201Z Compiling syn v2.0.118
4862026-07-20T10:27:53.408Z Compiling thread-id v5.1.0
4872026-07-20T10:27:53.481Z Compiling cobs v0.3.0
4882026-07-20T10:27:53.597Z Compiling serde v1.0.228
4892026-07-20T10:27:53.755Z Compiling serde_json v1.0.150
4902026-07-20T10:27:53.851Z Compiling bitflags v2.13.0
4912026-07-20T10:27:54.160Z Compiling dtrace-parser v0.3.0
4922026-07-20T10:27:54.249Z Compiling bitflags v1.3.2
4932026-07-20T10:27:54.262Z Compiling managed v0.8.0
4942026-07-20T10:27:54.312Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4952026-07-20T10:27:54.482Z Compiling smoltcp v0.11.0
4962026-07-20T10:27:54.532Z Compiling postcard v1.1.3
4972026-07-20T10:27:54.666Z Compiling ingot-types v0.1.2
4982026-07-20T10:27:54.837Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4992026-07-20T10:27:54.879Z Compiling memmap2 v0.9.11
5002026-07-20T10:27:55.051Z Compiling ingot v0.1.1
5012026-07-20T10:27:55.167Z Compiling ipnetwork v0.21.1
5022026-07-20T10:27:55.433Z Compiling dof v0.4.0
5032026-07-20T10:27:55.658Z Compiling either v1.16.0
5042026-07-20T10:27:55.865Z Compiling unicode-width v0.2.2
5052026-07-20T10:27:56.176Z Compiling usdt-impl v0.6.0
5062026-07-20T10:27:56.810Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-20T10:27:57.248Z Compiling usdt v0.6.0
5082026-07-20T10:27:57.672Z Compiling tabwriter v1.4.1
5092026-07-20T10:27:57.863Z Compiling itertools v0.15.0
5102026-07-20T10:27:58.083Z Compiling ref-cast v1.0.25
5112026-07-20T10:27:58.178Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-07-20T10:27:58.627Z Compiling crc32fast v1.5.0
5132026-07-20T10:27:58.868Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-07-20T10:27:58.908Z Compiling dyn-clone v1.0.20
5152026-07-20T10:28:13.747Z Finished `test` profile [optimized + debuginfo] target(s) in 22.04s
5162026-07-20T10:28:13.760Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-e4cff253b691af2a)
5172026-07-20T10:28:13.763Z
5182026-07-20T10:28:13.764Zrunning 83 tests
5192026-07-20T10:28:13.764Ztest d_error::tests::name_truncation ... ok
5202026-07-20T10:28:13.764Ztest d_error::tests::name_and_data_storage ... ok
5212026-07-20T10:28:13.764Ztest ddi::mblk::test::chain_drain_complete ... ok
5222026-07-20T10:28:13.765Ztest ddi::mblk::test::chain_append_links ... ok
5232026-07-20T10:28:13.765Ztest ddi::mblk::test::chain_breaks_links ... ok
5242026-07-20T10:28:13.766Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5252026-07-20T10:28:13.766Ztest ddi::mblk::test::expand_and_shrink ... ok
5262026-07-20T10:28:13.766Ztest ddi::mblk::test::prefix_len ... ok
5272026-07-20T10:28:13.766Ztest ddi::mblk::test::read_seg ... ok
5282026-07-20T10:28:13.766Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5292026-07-20T10:28:13.766Ztest ddi::mblk::test::uninitialized_packet ... ok
5302026-07-20T10:28:13.766Ztest ddi::mblk::test::truncate ... ok
5312026-07-20T10:28:13.766Ztest ddi::mblk::test::wrap ... ok
5322026-07-20T10:28:13.766Ztest ddi::mblk::test::zero_byte_packet ... ok
5332026-07-20T10:28:13.766Ztest ddi::time::test::good_interval ... ok
5342026-07-20T10:28:13.766Ztest engine::dhcp::test::hostname_encode ... ok
5352026-07-20T10:28:13.766Ztest engine::dhcp::test::offlink_encode ... ok
5362026-07-20T10:28:13.766Ztest engine::dhcp::test::domain_search_option_encode ... ok
5372026-07-20T10:28:13.766Ztest engine::dhcp::test::domainname_encode ... ok
5382026-07-20T10:28:13.766Ztest engine::dhcpv6::options::test::test_client_id ... ok
5392026-07-20T10:28:13.766Ztest engine::dhcp::test::rfc3442_encode ... ok
5402026-07-20T10:28:13.766Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5412026-07-20T10:28:13.766Ztest ddi::time::test::bad_interval - should panic ... ok
5422026-07-20T10:28:13.766Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5432026-07-20T10:28:13.766Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5442026-07-20T10:28:13.766Ztest engine::dhcpv6::options::test::test_iana ... ok
5452026-07-20T10:28:13.766Ztest engine::dhcpv6::options::test::test_iata ... ok
5462026-07-20T10:28:13.766Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5472026-07-20T10:28:13.767Ztest engine::dhcpv6::options::test::test_option_request ... ok
5482026-07-20T10:28:13.767Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5492026-07-20T10:28:13.767Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5502026-07-20T10:28:13.767Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5512026-07-20T10:28:13.767Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5522026-07-20T10:28:13.767Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5532026-07-20T10:28:13.767Ztest engine::dhcpv6::options::test::test_server_id ... ok
5542026-07-20T10:28:13.771Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5552026-07-20T10:28:13.771Ztest engine::dhcpv6::options::test::test_status ... ok
5562026-07-20T10:28:13.771Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5572026-07-20T10:28:13.771Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5582026-07-20T10:28:13.771Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5592026-07-20T10:28:13.771Ztest engine::ether::test::emit ... ok
5602026-07-20T10:28:13.771Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5612026-07-20T10:28:13.771Ztest engine::flow_table::test::eviction_basics ... ok
5622026-07-20T10:28:13.771Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5632026-07-20T10:28:13.771Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5642026-07-20T10:28:13.771Ztest engine::flow_table::test::flow_clear ... ok
5652026-07-20T10:28:13.771Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5662026-07-20T10:28:13.771Ztest engine::flow_table::test::flow_expired ... ok
5672026-07-20T10:28:13.771Ztest engine::flow_table::test::priority_lerp ... ok
5682026-07-20T10:28:13.771Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5692026-07-20T10:28:13.771Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5702026-07-20T10:28:13.771Ztest engine::ip::v4::test::emit ... ok
5712026-07-20T10:28:13.771Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5722026-07-20T10:28:13.771Ztest engine::geneve::test::emit_single_opt ... ok
5732026-07-20T10:28:13.771Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5742026-07-20T10:28:13.771Ztest engine::ip::v4::test::match_check ... ok
5752026-07-20T10:28:13.771Ztest engine::ip::v6::test::emit ... ok
5762026-07-20T10:28:13.771Ztest engine::ip::v4::test::cidr_match ... ok
5772026-07-20T10:28:13.771Ztest engine::ip::v6::test::option_push_spec ... ok
5782026-07-20T10:28:13.771Ztest engine::ip::v6::test::extension_push_spec ... ok
5792026-07-20T10:28:13.771Ztest engine::geneve::test::emit_no_opts ... ok
5802026-07-20T10:28:13.771Ztest engine::ip::v6::test::test_set_total_len ... ok
5812026-07-20T10:28:13.771Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5822026-07-20T10:28:13.771Ztest engine::layer::test::find_rule ... ok
5832026-07-20T10:28:13.771Ztest engine::nat::test::nat4_rewrite ... ok
5842026-07-20T10:28:13.771Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5852026-07-20T10:28:13.771Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5862026-07-20T10:28:13.771Ztest engine::ip::v6::test::from_pairs ... ok
5872026-07-20T10:28:13.771Ztest engine::ip::v6::test::push_spec ... ok
5882026-07-20T10:28:13.771Ztest engine::packet::test::read_multi_segment ... ok
5892026-07-20T10:28:13.771Ztest engine::packet::test::read_single_segment ... ok
5902026-07-20T10:28:13.771Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5912026-07-20T10:28:13.772Ztest engine::packet::test::straddled_tcp ... ok
5922026-07-20T10:28:13.772Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5932026-07-20T10:28:13.772Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5942026-07-20T10:28:13.772Ztest engine::packet::test::udp6_packet_with_padding ... ok
5952026-07-20T10:28:13.772Ztest engine::packet::test::small_packet_with_padding ... ok
5962026-07-20T10:28:13.772Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5972026-07-20T10:28:13.772Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5982026-07-20T10:28:13.772Ztest engine::rule::rule_matching ... ok
5992026-07-20T10:28:13.772Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6002026-07-20T10:28:13.772Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6012026-07-20T10:28:13.772Ztest engine::snat::test::nat_mappings ... ok
6022026-07-20T10:28:13.772Z
6032026-07-20T10:28:13.772Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-07-20T10:28:13.772Z
6052026-07-20T10:28:13.772Z Doc-tests opte
6062026-07-20T10:28:15.711Z
6072026-07-20T10:28:15.712Zrunning 3 tests
6082026-07-20T10:28:15.715Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6092026-07-20T10:28:15.715Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6102026-07-20T10:28:15.715Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-07-20T10:28:15.715Z
6122026-07-20T10:28:15.715Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-07-20T10:28:15.715Z
6142026-07-20T10:28:15.720Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6152026-07-20T10:28:15.759Z
6162026-07-20T10:28:15.762Zreal 24.059448644
6172026-07-20T10:28:15.762Zuser 2:01.312374536
6182026-07-20T10:28:15.762Zsys 7.057773003
6192026-07-20T10:28:15.762Ztrap 0.051618055
6202026-07-20T10:28:15.762Ztflt 0.141952811
6212026-07-20T10:28:15.762Zdflt 0.416377702
6222026-07-20T10:28:15.762Zkflt 0.000003770
6232026-07-20T10:28:15.762Zlock 6:16.109281900
6242026-07-20T10:28:15.762Zslp 3:38.454148073
6252026-07-20T10:28:15.762Zlat 5.528471521
6262026-07-20T10:28:15.762Zstop 2.894016192
6272026-07-20T10:28:15.762Zprocess exited: duration 83737 ms, exit code 0
 
6282026-07-20T10:28:15.769Zfound 0 output files