01KXZH2N1BRGFJRF8RXHAKZAVF: opte

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

Buildomat Job: 01KXZH36V3YWBXVA6R9FMD53GG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:28:57.514Zjob assigned to worker 01KXZH3EP467PDJ0EYJM336PJV [factory aws, i-0598d57a37a8f2e13] (queued for 49 s)
 
22026-07-20T10:29:03.802Zstarting task 0: "setup"
32026-07-20T10:29:03.806Z++ uname -s
42026-07-20T10:29:03.815Z+ kern=SunOS
52026-07-20T10:29:03.815Z+ build_user=build
62026-07-20T10:29:03.815Z+ build_uid=12345
72026-07-20T10:29:03.815Z+ work_dir=/work
82026-07-20T10:29:03.816Z+ input_dir=/input
92026-07-20T10:29:03.816Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:03.816Z+ case "$kern" in
112026-07-20T10:29:03.816Z+ groupadd -g 12345 build
122026-07-20T10:29:03.816Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:05.816Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:05.989Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:05.993Z+ home_fs=zfs
162026-07-20T10:29:05.993Z+ [[ zfs == autofs ]]
172026-07-20T10:29:05.993Z+ mkdir -p /home/build
182026-07-20T10:29:05.993Z+ chown build:build /home/build /work
192026-07-20T10:29:07.994Z+ chmod 0700 /home/build /work
202026-07-20T10:29:07.997Zprocess exited: duration 4198 ms, exit code 0
 
212026-07-20T10:29:08.003Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:08.008Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:08.008Z * rust toolchain channel = "1.96.1"
242026-07-20T10:29:08.008Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-20T10:29:08.008Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-20T10:29:08.008Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:08.008Z * rust toolchain profile = "default"
282026-07-20T10:29:08.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:08.011Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:08.112Zinfo: downloading installer
312026-07-20T10:29:09.420Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:29:09.420Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:29:09.420Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:29:09.420Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:29:09.432Zinfo: profile set to default
362026-07-20T10:29:09.432Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:29:09.436Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:29:09.570Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:29:09.573Zinfo: downloading 6 components
402026-07-20T10:29:23.934Z
412026-07-20T10:29:23.934Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-20T10:29:23.974Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:29:23.974Z
442026-07-20T10:29:23.974Z
452026-07-20T10:29:23.974ZRust is installed now. Great!
462026-07-20T10:29:23.974Z
472026-07-20T10:29:23.974ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:29:23.974Zenvironment variable. This has not been done automatically.
492026-07-20T10:29:23.974Z
502026-07-20T10:29:23.974ZTo configure your current shell, you need to source
512026-07-20T10:29:23.974Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:29:23.974Z
532026-07-20T10:29:23.974ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:29:23.975Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:29:23.975Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:29:23.975Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:29:23.976Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:29:23.976Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:29:23.976Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:29:23.979Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:29:23.980Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:29:24.068Z+ rustup --version
632026-07-20T10:29:24.077Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:29:24.080Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:29:24.098Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:29:24.101Z+ cargo --version
672026-07-20T10:29:24.115Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:29:24.118Z+ rustc --version
692026-07-20T10:29:24.137Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:29:24.140Zprocess exited: duration 16135 ms, exit code 0
 
712026-07-20T10:29:24.146Zstarting task 2: "authentication"
722026-07-20T10:29:24.162Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T10:29:24.170Zstarting task 3: "clone repository"
742026-07-20T10:29:24.173Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:29:24.176Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:29:24.204ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:29:25.072Z+ cd /work/oxidecomputer/opte
782026-07-20T10:29:25.075Z+ git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db
792026-07-20T10:29:25.277ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:29:25.277Z * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD
812026-07-20T10:29:25.282Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-07-20T10:29:25.285Z++ git branch --show-current
832026-07-20T10:29:25.285Z+ current=master
842026-07-20T10:29:25.285Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-07-20T10:29:25.285Z+ git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db
862026-07-20T10:29:25.288Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-07-20T10:29:25.304ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-07-20T10:29:25.307Z+ git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db
892026-07-20T10:29:25.320ZHEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104
902026-07-20T10:29:25.323Zprocess exited: duration 1150 ms, exit code 0
 
912026-07-20T10:29:25.331Zstarting task 4: "build"
922026-07-20T10:29:25.334Z+ source .github/buildomat/common.sh
932026-07-20T10:29:25.334Z++ rustup show active-toolchain
942026-07-20T10:29:25.338Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:29:25.341Z++ pushd xde
962026-07-20T10:29:25.341Z++ rustup show active-toolchain
972026-07-20T10:29:25.341Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-20T10:29:25.344Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:29:25.479Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:29:25.482Zinfo: downloading 6 components
1012026-07-20T10:29:38.666Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:29:38.764Z+++ rustup show active-toolchain -v
1032026-07-20T10:29:38.767Z+++ head -n 1
1042026-07-20T10:29:38.767Z+++ cut '-d ' -f1
1052026-07-20T10:29:38.826Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:29:38.826Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:29:38.829Z++ popd
1082026-07-20T10:29:38.829Z/work/oxidecomputer/opte
1092026-07-20T10:29:38.829Z+ cargo --version
1102026-07-20T10:29:38.836Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:29:38.838Z+ rustc --version
1122026-07-20T10:29:38.857Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:29:38.860Z+ cd lib/opte
1142026-07-20T10:29:38.860Z+ header 'check style'
1152026-07-20T10:29:38.860Z+ echo '# ==== check style ==== #'
1162026-07-20T10:29:38.860Z# ==== check style ==== #
1172026-07-20T10:29:38.860Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:29:39.045Z
1192026-07-20T10:29:39.045Zreal 0.182978599
1202026-07-20T10:29:39.045Zuser 0.139195327
1212026-07-20T10:29:39.045Zsys 0.037192470
1222026-07-20T10:29:39.045Ztrap 0.000047690
1232026-07-20T10:29:39.045Ztflt 0.000016120
1242026-07-20T10:29:39.047Zdflt 0.000010560
1252026-07-20T10:29:39.047Zkflt 0.000000000
1262026-07-20T10:29:39.047Zlock 0.031407608
1272026-07-20T10:29:39.047Zslp 0.162509084
1282026-07-20T10:29:39.047Zlat 0.000786240
1292026-07-20T10:29:39.047Zstop 0.000099990
1302026-07-20T10:29:39.051Z+ header 'check docs'
1312026-07-20T10:29:39.051Z+ echo '# ==== check docs ==== #'
1322026-07-20T10:29:39.051Z# ==== check docs ==== #
1332026-07-20T10:29:39.051Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-20T10:29:39.051Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-20T10:29:39.121Z Updating crates.io index
1362026-07-20T10:29:39.124Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:29:39.787Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:29:40.032Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:29:40.364Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:29:40.613Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:29:40.857Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:29:41.161Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:29:43.185Z Downloading crates ...
1442026-07-20T10:29:43.225Z Downloaded cfg-if v1.0.4
1452026-07-20T10:29:43.229Z Downloaded byteorder v1.5.0
1462026-07-20T10:29:43.233Z Downloaded bitflags v2.13.0
1472026-07-20T10:29:43.236Z Downloaded cobs v0.3.0
1482026-07-20T10:29:43.239Z Downloaded darling_macro v0.23.0
1492026-07-20T10:29:43.240Z Downloaded embedded-io v0.6.1
1502026-07-20T10:29:43.244Z Downloaded dof v0.4.0
1512026-07-20T10:29:43.244Z Downloaded darling_macro v0.21.3
1522026-07-20T10:29:43.247Z Downloaded dyn-clone v1.0.20
1532026-07-20T10:29:43.250Z Downloaded hash32 v0.3.1
1542026-07-20T10:29:43.250Z Downloaded bitflags v1.3.2
1552026-07-20T10:29:43.254Z Downloaded defmt v0.3.100
1562026-07-20T10:29:43.257Z Downloaded fnv v1.0.7
1572026-07-20T10:29:43.257Z Downloaded ref-cast-impl v1.0.25
1582026-07-20T10:29:43.261Z Downloaded plain v0.2.3
1592026-07-20T10:29:43.264Z Downloaded defmt-parser v1.0.0
1602026-07-20T10:29:43.264Z Downloaded embedded-io v0.4.0
1612026-07-20T10:29:43.272Z Downloaded ref-cast v1.0.25
1622026-07-20T10:29:43.275Z Downloaded stable_deref_trait v1.2.1
1632026-07-20T10:29:43.278Z Downloaded thread-id v5.1.0
1642026-07-20T10:29:43.278Z Downloaded ident_case v1.0.1
1652026-07-20T10:29:43.283Z Downloaded macaddr v1.0.1
1662026-07-20T10:29:43.283Z Downloaded pest_generator v2.8.7
1672026-07-20T10:29:43.286Z Downloaded pest_derive v2.8.7
1682026-07-20T10:29:43.289Z Downloaded itoa v1.0.18
1692026-07-20T10:29:43.293Z Downloaded pretty-hex v0.4.2
1702026-07-20T10:29:43.296Z Downloaded usdt v0.6.0
1712026-07-20T10:29:43.299Z Downloaded managed v0.8.0
1722026-07-20T10:29:43.302Z Downloaded usdt-macro v0.6.0
1732026-07-20T10:29:43.305Z Downloaded tabwriter v1.4.1
1742026-07-20T10:29:43.308Z Downloaded scroll_derive v0.13.1
1752026-07-20T10:29:43.309Z Downloaded strsim v0.11.1
1762026-07-20T10:29:43.309Z Downloaded usdt-attr-macro v0.6.0
1772026-07-20T10:29:43.312Z Downloaded dtrace-parser v0.3.0
1782026-07-20T10:29:43.316Z Downloaded ingot-types v0.1.2
1792026-07-20T10:29:43.319Z Downloaded ipnetwork v0.21.1
1802026-07-20T10:29:43.323Z Downloaded either v1.16.0
1812026-07-20T10:29:43.326Z Downloaded defmt-macros v1.1.1
1822026-07-20T10:29:43.326Z Downloaded usdt-impl v0.6.0
1832026-07-20T10:29:43.329Z Downloaded serde_tokenstream v0.2.3
1842026-07-20T10:29:43.333Z Downloaded memmap2 v0.9.11
1852026-07-20T10:29:43.337Z Downloaded scroll v0.13.0
1862026-07-20T10:29:43.337Z Downloaded thiserror v2.0.18
1872026-07-20T10:29:43.340Z Downloaded quote v1.0.46
1882026-07-20T10:29:43.343Z Downloaded ingot v0.1.1
1892026-07-20T10:29:43.343Z Downloaded thiserror-impl v2.0.18
1902026-07-20T10:29:43.346Z Downloaded zmij v1.0.22
1912026-07-20T10:29:43.353Z Downloaded pest_meta v2.8.7
1922026-07-20T10:29:43.357Z Downloaded darling v0.23.0
1932026-07-20T10:29:43.360Z Downloaded defmt v1.1.1
1942026-07-20T10:29:43.363Z Downloaded postcard v1.1.3
1952026-07-20T10:29:43.374Z Downloaded version_check v0.9.5
1962026-07-20T10:29:43.377Z Downloaded ingot-macros v0.1.1
1972026-07-20T10:29:43.383Z Downloaded darling v0.21.3
1982026-07-20T10:29:43.386Z Downloaded log v0.4.33
1992026-07-20T10:29:43.389Z Downloaded proc-macro2 v1.0.106
2002026-07-20T10:29:43.392Z Downloaded darling_core v0.23.0
2012026-07-20T10:29:43.395Z Downloaded crc32fast v1.5.0
2022026-07-20T10:29:43.398Z Downloaded serde_derive v1.0.228
2032026-07-20T10:29:43.402Z Downloaded unicode-ident v1.0.24
2042026-07-20T10:29:43.405Z Downloaded serde_core v1.0.228
2052026-07-20T10:29:43.408Z Downloaded ucd-trie v0.1.7
2062026-07-20T10:29:43.412Z Downloaded heapless v0.8.0
2072026-07-20T10:29:43.418Z Downloaded darling_core v0.21.3
2082026-07-20T10:29:43.430Z Downloaded memchr v2.8.3
2092026-07-20T10:29:43.434Z Downloaded serde v1.0.228
2102026-07-20T10:29:43.451Z Downloaded zerocopy-derive v0.8.54
2112026-07-20T10:29:43.462Z Downloaded aho-corasick v1.1.4
2122026-07-20T10:29:43.469Z Downloaded pest v2.8.7
2132026-07-20T10:29:43.479Z Downloaded itertools v0.15.0
2142026-07-20T10:29:43.488Z Downloaded itertools v0.14.0
2152026-07-20T10:29:43.495Z Downloaded regex v1.13.0
2162026-07-20T10:29:43.499Z Downloaded serde_json v1.0.150
2172026-07-20T10:29:43.543Z Downloaded unicode-width v0.2.2
2182026-07-20T10:29:43.554Z Downloaded goblin v0.10.7
2192026-07-20T10:29:43.558Z Downloaded zerocopy v0.8.54
2202026-07-20T10:29:43.569Z Downloaded smoltcp v0.11.0
2212026-07-20T10:29:43.575Z Downloaded syn v2.0.118
2222026-07-20T10:29:43.581Z Downloaded regex-syntax v0.8.11
2232026-07-20T10:29:43.610Z Downloaded regex-automata v0.4.15
2242026-07-20T10:29:43.620Z Downloaded libc v0.2.186
2252026-07-20T10:29:43.678Z Compiling proc-macro2 v1.0.106
2262026-07-20T10:29:43.678Z Compiling quote v1.0.46
2272026-07-20T10:29:43.678Z Compiling unicode-ident v1.0.24
2282026-07-20T10:29:43.681Z Documenting unicode-ident v1.0.24
2292026-07-20T10:29:43.681Z Compiling ident_case v1.0.1
2302026-07-20T10:29:43.681Z Compiling strsim v0.11.1
2312026-07-20T10:29:43.681Z Compiling serde_core v1.0.228
2322026-07-20T10:29:43.832Z Compiling fnv v1.0.7
2332026-07-20T10:29:43.854Z Compiling memchr v2.8.3
2342026-07-20T10:29:43.916Z Compiling regex-syntax v0.8.11
2352026-07-20T10:29:44.021Z Compiling serde v1.0.228
2362026-07-20T10:29:44.075Z Compiling zerocopy v0.8.54
2372026-07-20T10:29:44.228Z Documenting proc-macro2 v1.0.106
2382026-07-20T10:29:44.335Z Compiling aho-corasick v1.1.4
2392026-07-20T10:29:44.453Z Compiling thiserror v2.0.18
2402026-07-20T10:29:44.672Z Checking syn v2.0.118
2412026-07-20T10:29:44.792Z Documenting quote v1.0.46
2422026-07-20T10:29:45.283Z Documenting syn v2.0.118
2432026-07-20T10:29:45.522Z Compiling regex-automata v0.4.15
2442026-07-20T10:29:45.525Z Checking byteorder v1.5.0
2452026-07-20T10:29:45.675Z Compiling either v1.16.0
2462026-07-20T10:29:45.722Z Compiling heapless v0.8.0
2472026-07-20T10:29:45.872Z Compiling itertools v0.14.0
2482026-07-20T10:29:45.962Z Documenting memchr v2.8.3
2492026-07-20T10:29:46.180Z Checking hash32 v0.3.1
2502026-07-20T10:29:46.282Z Checking bitflags v2.13.0
2512026-07-20T10:29:46.436Z Documenting serde_core v1.0.228
2522026-07-20T10:29:46.583Z Documenting aho-corasick v1.1.4
2532026-07-20T10:29:46.639Z Documenting regex-syntax v0.8.11
2542026-07-20T10:29:47.076Z Compiling darling_core v0.21.3
2552026-07-20T10:29:47.260Z Compiling regex v1.13.0
2562026-07-20T10:29:47.438Z Checking stable_deref_trait v1.2.1
2572026-07-20T10:29:47.550Z Checking cfg-if v1.0.4
2582026-07-20T10:29:47.594Z Checking macaddr v1.0.1
2592026-07-20T10:29:47.684Z Compiling darling_core v0.23.0
2602026-07-20T10:29:47.702Z Documenting regex-automata v0.4.15
2612026-07-20T10:29:47.932Z Compiling smoltcp v0.11.0
2622026-07-20T10:29:48.335Z Compiling zerocopy-derive v0.8.54
2632026-07-20T10:29:48.446Z Compiling thiserror-impl v2.0.18
2642026-07-20T10:29:48.545Z Compiling serde_derive v1.0.228
2652026-07-20T10:29:48.664Z Documenting serde_derive v1.0.228
2662026-07-20T10:29:49.080Z Documenting regex v1.13.0
2672026-07-20T10:29:49.117Z Documenting thiserror-impl v2.0.18
2682026-07-20T10:29:49.233Z Compiling darling_macro v0.21.3
2692026-07-20T10:29:49.755Z Checking cobs v0.3.0
2702026-07-20T10:29:49.766Z Documenting zerocopy-derive v0.8.54
2712026-07-20T10:29:49.794Z Compiling darling v0.21.3
2722026-07-20T10:29:49.813Z Compiling darling_macro v0.23.0
2732026-07-20T10:29:49.866Z Compiling ingot-macros v0.1.1
2742026-07-20T10:29:49.949Z Checking bitflags v1.3.2
2752026-07-20T10:29:49.977Z Documenting byteorder v1.5.0
2762026-07-20T10:29:50.008Z Checking managed v0.8.0
2772026-07-20T10:29:50.095Z Documenting thiserror v2.0.18
2782026-07-20T10:29:50.188Z Documenting ingot-macros v0.1.1
2792026-07-20T10:29:50.380Z Documenting bitflags v2.13.0
2802026-07-20T10:29:50.513Z Documenting hash32 v0.3.1
2812026-07-20T10:29:50.704Z Documenting zerocopy v0.8.54
2822026-07-20T10:29:50.841Z Compiling crc32fast v1.5.0
2832026-07-20T10:29:51.033Z Documenting stable_deref_trait v1.2.1
2842026-07-20T10:29:51.136Z Documenting cfg-if v1.0.4
2852026-07-20T10:29:51.184Z Compiling ref-cast v1.0.25
2862026-07-20T10:29:51.388Z Documenting serde v1.0.228
2872026-07-20T10:29:51.502Z Documenting macaddr v1.0.1
2882026-07-20T10:29:51.544Z Documenting heapless v0.8.0
2892026-07-20T10:29:51.621Z Checking postcard v1.1.3
2902026-07-20T10:29:51.774Z Documenting cobs v0.3.0
2912026-07-20T10:29:52.043Z Compiling ref-cast-impl v1.0.25
2922026-07-20T10:29:52.489Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-07-20T10:29:52.548Z Checking unicode-width v0.2.2
2942026-07-20T10:29:52.591Z Checking ingot-types v0.1.2
2952026-07-20T10:29:52.710Z Compiling version_check v0.9.5
2962026-07-20T10:29:52.760Z Checking ipnetwork v0.21.1
2972026-07-20T10:29:52.797Z Documenting managed v0.8.0
2982026-07-20T10:29:52.931Z Documenting postcard v1.1.3
2992026-07-20T10:29:52.938Z Checking ingot v0.1.1
3002026-07-20T10:29:52.971Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3012026-07-20T10:29:53.082Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-07-20T10:29:53.146Z Compiling darling v0.23.0
3032026-07-20T10:29:53.218Z Documenting ref-cast-impl v1.0.25
3042026-07-20T10:29:53.225Z Documenting either v1.16.0
3052026-07-20T10:29:53.334Z Documenting unicode-width v0.2.2
3062026-07-20T10:29:53.459Z Documenting smoltcp v0.11.0
3072026-07-20T10:29:53.943Z Documenting ingot-types v0.1.2
3082026-07-20T10:29:53.959Z Documenting ipnetwork v0.21.1
3092026-07-20T10:29:54.225Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-07-20T10:29:54.434Z Documenting itertools v0.15.0
3112026-07-20T10:29:54.492Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3122026-07-20T10:29:54.674Z Documenting ref-cast v1.0.25
3132026-07-20T10:29:54.886Z Documenting tabwriter v1.4.1
3142026-07-20T10:29:55.284Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3152026-07-20T10:29:55.316Z Checking itertools v0.15.0
3162026-07-20T10:29:55.462Z Checking tabwriter v1.4.1
3172026-07-20T10:29:55.784Z Documenting ingot v0.1.1
3182026-07-20T10:29:55.802Z Documenting crc32fast v1.5.0
3192026-07-20T10:29:55.951Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3202026-07-20T10:29:56.023Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-20T10:29:56.038Z Checking dyn-clone v1.0.20
3222026-07-20T10:29:56.130Z Documenting dyn-clone v1.0.20
3232026-07-20T10:29:58.200Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-20T10:29:59.318Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-07-20T10:30:01.549Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.49s
3262026-07-20T10:30:01.623Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3272026-07-20T10:30:01.644Z
3282026-07-20T10:30:01.647Zreal 22.579402403
3292026-07-20T10:30:01.648Zuser 1:15.755289400
3302026-07-20T10:30:01.648Zsys 16.230880239
3312026-07-20T10:30:01.648Ztrap 0.046441527
3322026-07-20T10:30:01.648Ztflt 0.074019178
3332026-07-20T10:30:01.648Zdflt 0.041448547
3342026-07-20T10:30:01.648Zkflt 0.004403363
3352026-07-20T10:30:01.648Zlock 7:50.583897319
3362026-07-20T10:30:01.648Zslp 4:17.361748454
3372026-07-20T10:30:01.648Zlat 8.912859417
3382026-07-20T10:30:01.648Zstop 11.880059695
3392026-07-20T10:30:01.648Z+ header 'analyze std + api'
3402026-07-20T10:30:01.648Z+ echo '# ==== analyze std + api ==== #'
3412026-07-20T10:30:01.648Z# ==== analyze std + api ==== #
3422026-07-20T10:30:01.648Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3432026-07-20T10:30:01.879Z Compiling proc-macro2 v1.0.106
3442026-07-20T10:30:01.879Z Compiling quote v1.0.46
3452026-07-20T10:30:01.879Z Compiling unicode-ident v1.0.24
3462026-07-20T10:30:01.879Z Compiling memchr v2.8.3
3472026-07-20T10:30:01.883Z Compiling thiserror v2.0.18
3482026-07-20T10:30:01.883Z Compiling zerocopy v0.8.54
3492026-07-20T10:30:01.883Z Compiling zmij v1.0.22
3502026-07-20T10:30:01.883Z Compiling libc v0.2.186
3512026-07-20T10:30:02.049Z Compiling serde_core v1.0.228
3522026-07-20T10:30:02.238Z Compiling strsim v0.11.1
3532026-07-20T10:30:02.263Z Compiling serde_json v1.0.150
3542026-07-20T10:30:02.268Z Compiling ident_case v1.0.1
3552026-07-20T10:30:02.309Z Compiling ucd-trie v0.1.7
3562026-07-20T10:30:02.482Z Compiling pest v2.8.7
3572026-07-20T10:30:02.493Z Compiling serde v1.0.228
3582026-07-20T10:30:02.611Z Compiling fnv v1.0.7
3592026-07-20T10:30:02.838Z Compiling aho-corasick v1.1.4
3602026-07-20T10:30:02.888Z Compiling regex-syntax v0.8.11
3612026-07-20T10:30:03.108Z Checking byteorder v1.5.0
3622026-07-20T10:30:03.206Z Compiling syn v2.0.118
3632026-07-20T10:30:03.212Z Compiling itoa v1.0.18
3642026-07-20T10:30:03.630Z Compiling pest_meta v2.8.7
3652026-07-20T10:30:03.702Z Compiling usdt-impl v0.6.0
3662026-07-20T10:30:03.822Z Compiling either v1.16.0
3672026-07-20T10:30:04.018Z Compiling itertools v0.14.0
3682026-07-20T10:30:04.175Z Compiling thread-id v5.1.0
3692026-07-20T10:30:04.243Z Checking plain v0.2.3
3702026-07-20T10:30:04.258Z Checking log v0.4.33
3712026-07-20T10:30:04.396Z Compiling regex-automata v0.4.15
3722026-07-20T10:30:04.470Z Compiling heapless v0.8.0
3732026-07-20T10:30:05.047Z Checking bitflags v2.13.0
3742026-07-20T10:30:05.093Z Checking hash32 v0.3.1
3752026-07-20T10:30:05.204Z Checking stable_deref_trait v1.2.1
3762026-07-20T10:30:05.207Z Checking macaddr v1.0.1
3772026-07-20T10:30:05.238Z Checking cfg-if v1.0.4
3782026-07-20T10:30:05.262Z Compiling smoltcp v0.11.0
3792026-07-20T10:30:05.287Z Checking pretty-hex v0.4.2
3802026-07-20T10:30:05.481Z Checking bitflags v1.3.2
3812026-07-20T10:30:05.526Z Compiling ref-cast v1.0.25
3822026-07-20T10:30:05.538Z Compiling pest_generator v2.8.7
3832026-07-20T10:30:05.599Z Compiling darling_core v0.21.3
3842026-07-20T10:30:05.696Z Compiling darling_core v0.23.0
3852026-07-20T10:30:05.844Z Checking managed v0.8.0
3862026-07-20T10:30:05.931Z Compiling crc32fast v1.5.0
3872026-07-20T10:30:06.018Z Compiling regex v1.13.0
3882026-07-20T10:30:06.139Z Compiling version_check v0.9.5
3892026-07-20T10:30:06.402Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3902026-07-20T10:30:06.435Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3912026-07-20T10:30:06.659Z Checking memmap2 v0.9.11
3922026-07-20T10:30:06.730Z Compiling thiserror-impl v2.0.18
3932026-07-20T10:30:06.741Z Compiling serde_derive v1.0.228
3942026-07-20T10:30:06.813Z Compiling zerocopy-derive v0.8.54
3952026-07-20T10:30:06.886Z Compiling pest_derive v2.8.7
3962026-07-20T10:30:07.343Z Compiling scroll_derive v0.13.1
3972026-07-20T10:30:07.427Z Compiling ref-cast-impl v1.0.25
3982026-07-20T10:30:07.475Z Checking unicode-width v0.2.2
3992026-07-20T10:30:07.681Z Compiling darling_macro v0.21.3
4002026-07-20T10:30:07.787Z Compiling darling_macro v0.23.0
4012026-07-20T10:30:07.898Z Checking ipnetwork v0.21.1
4022026-07-20T10:30:08.050Z Checking cobs v0.3.0
4032026-07-20T10:30:08.067Z Checking dtrace-parser v0.3.0
4042026-07-20T10:30:08.172Z Checking scroll v0.13.0
4052026-07-20T10:30:08.269Z Compiling darling v0.21.3
4062026-07-20T10:30:08.304Z Checking itertools v0.15.0
4072026-07-20T10:30:08.336Z Compiling darling v0.23.0
4082026-07-20T10:30:08.336Z Compiling ingot-macros v0.1.1
4092026-07-20T10:30:08.389Z Checking goblin v0.10.7
4102026-07-20T10:30:08.405Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4112026-07-20T10:30:08.711Z Checking tabwriter v1.4.1
4122026-07-20T10:30:08.851Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4132026-07-20T10:30:09.273Z Checking dyn-clone v1.0.20
4142026-07-20T10:30:09.807Z Checking postcard v1.1.3
4152026-07-20T10:30:09.821Z Compiling serde_tokenstream v0.2.3
4162026-07-20T10:30:10.841Z Checking ingot-types v0.1.2
4172026-07-20T10:30:10.841Z Checking dof v0.4.0
4182026-07-20T10:30:11.135Z Checking ingot v0.1.1
4192026-07-20T10:30:11.720Z Compiling usdt-macro v0.6.0
4202026-07-20T10:30:11.720Z Compiling usdt-attr-macro v0.6.0
4212026-07-20T10:30:12.312Z Checking usdt v0.6.0
4222026-07-20T10:30:12.565Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4232026-07-20T10:30:20.874Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.18s
4242026-07-20T10:30:20.901Z
4252026-07-20T10:30:20.904Zreal 19.251819357
4262026-07-20T10:30:20.904Zuser 1:03.574401817
4272026-07-20T10:30:20.904Zsys 12.927071934
4282026-07-20T10:30:20.904Ztrap 0.031142585
4292026-07-20T10:30:20.904Ztflt 0.139105385
4302026-07-20T10:30:20.904Zdflt 0.191409380
4312026-07-20T10:30:20.904Zkflt 0.000012210
4322026-07-20T10:30:20.904Zlock 3:41.530760432
4332026-07-20T10:30:20.904Zslp 3:24.470643540
4342026-07-20T10:30:20.904Zlat 3.362533784
4352026-07-20T10:30:20.904Zstop 6.476307244
4362026-07-20T10:30:20.904Z+ header 'analyze no_std + engine + kernel'
4372026-07-20T10:30:20.904Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4382026-07-20T10:30:20.904Z# ==== analyze no_std + engine + kernel ==== #
4392026-07-20T10:30:20.904Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4402026-07-20T10:30:21.074Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4412026-07-20T10:30:21.077Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4422026-07-20T10:30:21.096Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-07-20T10:30:21.099Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-07-20T10:30:21.327Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4452026-07-20T10:30:24.967Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.02s
4462026-07-20T10:30:24.994Z
4472026-07-20T10:30:24.994Zreal 4.087080544
4482026-07-20T10:30:24.998Zuser 4.453509125
4492026-07-20T10:30:24.998Zsys 0.903486771
4502026-07-20T10:30:24.998Ztrap 0.000593590
4512026-07-20T10:30:24.998Ztflt 0.001256220
4522026-07-20T10:30:24.998Zdflt 0.004535703
4532026-07-20T10:30:24.998Zkflt 0.000000000
4542026-07-20T10:30:24.999Zlock 18.392377498
4552026-07-20T10:30:24.999Zslp 16.344780127
4562026-07-20T10:30:24.999Zlat 0.022932550
4572026-07-20T10:30:24.999Zstop 0.238263045
4582026-07-20T10:30:24.999Z+ header test
4592026-07-20T10:30:24.999Z+ echo '# ==== test ==== #'
4602026-07-20T10:30:24.999Z# ==== test ==== #
4612026-07-20T10:30:24.999Z+ ptime -m cargo test
4622026-07-20T10:30:25.139Z Compiling serde_core v1.0.228
4632026-07-20T10:30:25.139Z Compiling thiserror v2.0.18
4642026-07-20T10:30:25.139Z Compiling zerocopy v0.8.54
4652026-07-20T10:30:25.142Z Compiling byteorder v1.5.0
4662026-07-20T10:30:25.142Z Compiling memchr v2.8.3
4672026-07-20T10:30:25.168Z Compiling unicode-ident v1.0.24
4682026-07-20T10:30:25.171Z Compiling libc v0.2.186
4692026-07-20T10:30:25.171Z Compiling zmij v1.0.22
4702026-07-20T10:30:25.244Z Compiling proc-macro2 v1.0.106
4712026-07-20T10:30:25.291Z Compiling scroll v0.13.0
4722026-07-20T10:30:25.364Z Compiling log v0.4.33
4732026-07-20T10:30:25.501Z Compiling ucd-trie v0.1.7
4742026-07-20T10:30:25.544Z Compiling itoa v1.0.18
4752026-07-20T10:30:25.553Z Compiling plain v0.2.3
4762026-07-20T10:30:25.592Z Compiling quote v1.0.46
4772026-07-20T10:30:25.644Z Compiling pest v2.8.7
4782026-07-20T10:30:25.792Z Compiling goblin v0.10.7
4792026-07-20T10:30:26.205Z Compiling hash32 v0.3.1
4802026-07-20T10:30:26.245Z Compiling pretty-hex v0.4.2
4812026-07-20T10:30:26.364Z Compiling stable_deref_trait v1.2.1
4822026-07-20T10:30:26.368Z Compiling cfg-if v1.0.4
4832026-07-20T10:30:26.424Z Compiling macaddr v1.0.1
4842026-07-20T10:30:26.428Z Compiling heapless v0.8.0
4852026-07-20T10:30:26.670Z Compiling dtrace-parser v0.3.0
4862026-07-20T10:30:26.692Z Compiling syn v2.0.118
4872026-07-20T10:30:26.860Z Compiling thread-id v5.1.0
4882026-07-20T10:30:26.933Z Compiling serde v1.0.228
4892026-07-20T10:30:27.115Z Compiling bitflags v2.13.0
4902026-07-20T10:30:27.328Z Compiling serde_json v1.0.150
4912026-07-20T10:30:27.540Z Compiling cobs v0.3.0
4922026-07-20T10:30:27.578Z Compiling bitflags v1.3.2
4932026-07-20T10:30:27.644Z Compiling managed v0.8.0
4942026-07-20T10:30:27.818Z Compiling smoltcp v0.11.0
4952026-07-20T10:30:27.867Z Compiling postcard v1.1.3
4962026-07-20T10:30:28.000Z Compiling ingot-types v0.1.2
4972026-07-20T10:30:28.132Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4982026-07-20T10:30:28.211Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4992026-07-20T10:30:28.371Z Compiling ingot v0.1.1
5002026-07-20T10:30:28.395Z Compiling memmap2 v0.9.11
5012026-07-20T10:30:28.690Z Compiling dof v0.4.0
5022026-07-20T10:30:28.808Z Compiling ipnetwork v0.21.1
5032026-07-20T10:30:29.326Z Compiling unicode-width v0.2.2
5042026-07-20T10:30:29.635Z Compiling usdt-impl v0.6.0
5052026-07-20T10:30:30.214Z Compiling either v1.16.0
5062026-07-20T10:30:30.420Z Compiling itertools v0.15.0
5072026-07-20T10:30:30.427Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5082026-07-20T10:30:30.607Z Compiling usdt v0.6.0
5092026-07-20T10:30:31.216Z Compiling tabwriter v1.4.1
5102026-07-20T10:30:31.630Z Compiling ref-cast v1.0.25
5112026-07-20T10:30:31.725Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-07-20T10:30:31.975Z Compiling crc32fast v1.5.0
5132026-07-20T10:30:32.000Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-07-20T10:30:32.215Z Compiling dyn-clone v1.0.20
5152026-07-20T10:30:46.761Z Finished `test` profile [optimized + debuginfo] target(s) in 21.75s
5162026-07-20T10:30:46.774Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-1adab74d50a59dbc)
5172026-07-20T10:30:46.777Z
5182026-07-20T10:30:46.777Zrunning 83 tests
5192026-07-20T10:30:46.777Ztest d_error::tests::name_truncation ... ok
5202026-07-20T10:30:46.777Ztest d_error::tests::name_and_data_storage ... ok
5212026-07-20T10:30:46.777Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5222026-07-20T10:30:46.777Ztest ddi::mblk::test::chain_drain_complete ... ok
5232026-07-20T10:30:46.777Ztest ddi::mblk::test::expand_and_shrink ... ok
5242026-07-20T10:30:46.777Ztest ddi::mblk::test::chain_append_links ... ok
5252026-07-20T10:30:46.778Ztest ddi::mblk::test::chain_breaks_links ... ok
5262026-07-20T10:30:46.778Ztest ddi::mblk::test::prefix_len ... ok
5272026-07-20T10:30:46.778Ztest ddi::mblk::test::read_seg ... ok
5282026-07-20T10:30:46.778Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5292026-07-20T10:30:46.778Ztest ddi::mblk::test::uninitialized_packet ... ok
5302026-07-20T10:30:46.778Ztest ddi::mblk::test::truncate ... ok
5312026-07-20T10:30:46.778Ztest ddi::mblk::test::zero_byte_packet ... ok
5322026-07-20T10:30:46.778Ztest ddi::time::test::good_interval ... ok
5332026-07-20T10:30:46.778Ztest ddi::mblk::test::wrap ... ok
5342026-07-20T10:30:46.778Ztest engine::dhcp::test::domain_search_option_encode ... ok
5352026-07-20T10:30:46.783Ztest engine::dhcp::test::hostname_encode ... ok
5362026-07-20T10:30:46.783Ztest engine::dhcp::test::domainname_encode ... ok
5372026-07-20T10:30:46.783Ztest engine::dhcp::test::offlink_encode ... ok
5382026-07-20T10:30:46.783Ztest engine::dhcp::test::rfc3442_encode ... ok
5392026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_client_id ... ok
5402026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5412026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5422026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5432026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_iana ... ok
5442026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_iata ... ok
5452026-07-20T10:30:46.783Ztest ddi::time::test::bad_interval - should panic ... ok
5462026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5472026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_option_request ... ok
5482026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5492026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5502026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5512026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5522026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_server_id ... ok
5532026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5542026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5552026-07-20T10:30:46.783Ztest engine::dhcpv6::options::test::test_status ... ok
5562026-07-20T10:30:46.783Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5572026-07-20T10:30:46.783Ztest engine::ether::test::emit ... ok
5582026-07-20T10:30:46.783Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5592026-07-20T10:30:46.783Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5602026-07-20T10:30:46.783Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5612026-07-20T10:30:46.783Ztest engine::flow_table::test::eviction_basics ... ok
5622026-07-20T10:30:46.783Ztest engine::flow_table::test::flow_clear ... ok
5632026-07-20T10:30:46.783Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5642026-07-20T10:30:46.783Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5652026-07-20T10:30:46.783Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5662026-07-20T10:30:46.783Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5672026-07-20T10:30:46.784Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5682026-07-20T10:30:46.784Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5692026-07-20T10:30:46.784Ztest engine::flow_table::test::flow_expired ... ok
5702026-07-20T10:30:46.784Ztest engine::flow_table::test::priority_lerp ... ok
5712026-07-20T10:30:46.784Ztest engine::geneve::test::emit_single_opt ... ok
5722026-07-20T10:30:46.784Ztest engine::geneve::test::emit_no_opts ... ok
5732026-07-20T10:30:46.784Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5742026-07-20T10:30:46.784Ztest engine::ip::v4::test::cidr_match ... ok
5752026-07-20T10:30:46.784Ztest engine::ip::v4::test::emit ... ok
5762026-07-20T10:30:46.784Ztest engine::ip::v6::test::emit ... ok
5772026-07-20T10:30:46.784Ztest engine::ip::v4::test::match_check ... ok
5782026-07-20T10:30:46.784Ztest engine::ip::v6::test::option_push_spec ... ok
5792026-07-20T10:30:46.784Ztest engine::ip::v6::test::extension_push_spec ... ok
5802026-07-20T10:30:46.784Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5812026-07-20T10:30:46.784Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5822026-07-20T10:30:46.784Ztest engine::ip::v6::test::from_pairs ... ok
5832026-07-20T10:30:46.784Ztest engine::ip::v6::test::test_set_total_len ... ok
5842026-07-20T10:30:46.784Ztest engine::layer::test::find_rule ... ok
5852026-07-20T10:30:46.784Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5862026-07-20T10:30:46.784Ztest engine::nat::test::nat4_rewrite ... ok
5872026-07-20T10:30:46.784Ztest engine::ip::v6::test::push_spec ... ok
5882026-07-20T10:30:46.785Ztest engine::packet::test::read_multi_segment ... ok
5892026-07-20T10:30:46.785Ztest engine::packet::test::read_single_segment ... ok
5902026-07-20T10:30:46.785Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5912026-07-20T10:30:46.785Ztest engine::packet::test::small_packet_with_padding ... ok
5922026-07-20T10:30:46.785Ztest engine::packet::test::straddled_tcp ... ok
5932026-07-20T10:30:46.785Ztest engine::packet::test::udp6_packet_with_padding ... ok
5942026-07-20T10:30:46.785Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5952026-07-20T10:30:46.785Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5962026-07-20T10:30:46.785Ztest engine::rule::rule_matching ... ok
5972026-07-20T10:30:46.785Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5982026-07-20T10:30:46.785Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5992026-07-20T10:30:46.785Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6002026-07-20T10:30:46.785Ztest engine::snat::test::nat_mappings ... ok
6012026-07-20T10:30:46.785Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6022026-07-20T10:30:46.785Z
6032026-07-20T10:30:46.785Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6042026-07-20T10:30:46.785Z
6052026-07-20T10:30:46.785Z Doc-tests opte
6062026-07-20T10:30:48.727Z
6072026-07-20T10:30:48.727Zrunning 3 tests
6082026-07-20T10:30:48.731Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6092026-07-20T10:30:48.731Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6102026-07-20T10:30:48.731Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6112026-07-20T10:30:48.731Z
6122026-07-20T10:30:48.731Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-07-20T10:30:48.732Z
6142026-07-20T10:30:48.736Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6152026-07-20T10:30:48.774Z
6162026-07-20T10:30:48.777Zreal 23.770538642
6172026-07-20T10:30:48.778Zuser 1:59.276119010
6182026-07-20T10:30:48.778Zsys 7.200997390
6192026-07-20T10:30:48.778Ztrap 0.055002130
6202026-07-20T10:30:48.778Ztflt 0.232778897
6212026-07-20T10:30:48.778Zdflt 0.345301105
6222026-07-20T10:30:48.778Zkflt 0.000000000
6232026-07-20T10:30:48.778Zlock 5:49.521728697
6242026-07-20T10:30:48.778Zslp 3:38.407217551
6252026-07-20T10:30:48.778Zlat 5.631074981
6262026-07-20T10:30:48.778Zstop 3.191920186
6272026-07-20T10:30:48.778Zprocess exited: duration 83445 ms, exit code 0
 
6282026-07-20T10:30:48.787Zfound 0 output files