01KNTS7X17EKDV3CJ45W08VJWA: opte

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

Buildomat Job: 01KNTS98WQECSQTQHH77EJ5MKW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:10:31.681Zjob assigned to worker 01KNTS9V2WGVH40BVND2PS8T43 [factory aws, i-059820e4b7d6c34ca] (queued for 1 m 2 s)
 
22026-04-10T04:10:38.957Zstarting task 0: "setup"
32026-04-10T04:10:38.989Z++ uname -s
42026-04-10T04:10:38.989Z+ kern=SunOS
52026-04-10T04:10:38.989Z+ build_user=build
62026-04-10T04:10:38.989Z+ build_uid=12345
72026-04-10T04:10:38.989Z+ work_dir=/work
82026-04-10T04:10:38.989Z+ input_dir=/input
92026-04-10T04:10:38.989Z+ [[ 0 == 12345 ]]
102026-04-10T04:10:38.990Z+ case "$kern" in
112026-04-10T04:10:38.990Z+ groupadd -g 12345 build
122026-04-10T04:10:38.990Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:10:40.954Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:10:41.067Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:10:41.089Z+ home_fs=zfs
162026-04-10T04:10:41.089Z+ [[ zfs == autofs ]]
172026-04-10T04:10:41.089Z+ mkdir -p /home/build
182026-04-10T04:10:41.089Z+ chown build:build /home/build /work
192026-04-10T04:10:43.056Z+ chmod 0700 /home/build /work
202026-04-10T04:10:43.083Zprocess exited: duration 4144 ms, exit code 0
 
212026-04-10T04:10:43.117Zstarting task 1: "rust-toolchain"
222026-04-10T04:10:43.128Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-10T04:10:43.128Z * rust toolchain channel = "1.94.1"
242026-04-10T04:10:43.128Z * rust toolchain profile = "default"
252026-04-10T04:10:43.128Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T04:10:43.128Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T04:10:43.128Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:10:43.128Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:10:43.128Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-10T04:10:43.227Zinfo: downloading installer
312026-04-10T04:10:44.722Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:10:44.722Zwarn: /opt/ooce/bin
332026-04-10T04:10:44.722Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:10:44.722Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:10:44.722Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:10:44.722Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:10:44.722Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:10:44.722Zerror: cannot install while Rust is installed
392026-04-10T04:10:44.722Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:10:44.722Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:10:44.722Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:10:44.722Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:10:44.723Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:10:44.738Zinfo: profile set to default
452026-04-10T04:10:44.738Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:10:44.753Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-10T04:10:44.881Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:10:44.886Zinfo: downloading 6 components
492026-04-10T04:11:00.273Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-10T04:11:00.273Z
512026-04-10T04:11:00.288Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:11:00.289Z
532026-04-10T04:11:00.289Z
542026-04-10T04:11:00.289ZRust is installed now. Great!
552026-04-10T04:11:00.289Z
562026-04-10T04:11:00.289ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:11:00.289Zenvironment variable. This has not been done automatically.
582026-04-10T04:11:00.289Z
592026-04-10T04:11:00.289ZTo configure your current shell, you need to source
602026-04-10T04:11:00.289Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:11:00.289Z
622026-04-10T04:11:00.289ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:11:00.289Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:11:00.289Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:11:00.290Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:11:00.290Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:11:00.290Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:11:00.290Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:11:00.290Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:11:00.290Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:11:00.420Z+ rustup --version
722026-04-10T04:11:00.475Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:11:00.475Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:11:00.476Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:11:00.476Z+ cargo --version
762026-04-10T04:11:00.476Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:11:00.476Z+ rustc --version
782026-04-10T04:11:00.504Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:11:00.505Zprocess exited: duration 17322 ms, exit code 0
 
802026-04-10T04:11:00.580Zstarting task 2: "authentication"
812026-04-10T04:11:00.621Zprocess exited: duration 57 ms, exit code 0
 
822026-04-10T04:11:00.649Zstarting task 3: "clone repository"
832026-04-10T04:11:00.704Z+ mkdir -p /work/oxidecomputer/opte
842026-04-10T04:11:00.704Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-10T04:11:00.833ZCloning into '/work/oxidecomputer/opte'...
862026-04-10T04:11:01.754Z+ cd /work/oxidecomputer/opte
872026-04-10T04:11:01.754Z+ git fetch origin 981f42c81c852f4e1db75990df54381d710a38cd
882026-04-10T04:11:02.007ZFrom https://github.com/oxidecomputer/opte
892026-04-10T04:11:02.007Z * branch 981f42c81c852f4e1db75990df54381d710a38cd -> FETCH_HEAD
902026-04-10T04:11:02.018Z+ [[ -n renovate/ctor-0.x ]]
912026-04-10T04:11:02.432Z++ git branch --show-current
922026-04-10T04:11:02.432Z+ current=master
932026-04-10T04:11:02.432Z+ [[ master != renovate/ctor-0.x ]]
942026-04-10T04:11:02.432Z+ git branch -f renovate/ctor-0.x 981f42c81c852f4e1db75990df54381d710a38cd
952026-04-10T04:11:02.432Z+ git checkout -f renovate/ctor-0.x
962026-04-10T04:11:02.437ZSwitched to branch 'renovate/ctor-0.x'
972026-04-10T04:11:02.437Z+ git reset --hard 981f42c81c852f4e1db75990df54381d710a38cd
982026-04-10T04:11:02.437ZHEAD is now at 981f42c Update Rust crate ctor to 0.9
992026-04-10T04:11:02.437Zprocess exited: duration 1407 ms, exit code 0
 
1002026-04-10T04:11:02.447Zstarting task 4: "build"
1012026-04-10T04:11:02.453Z+ source .github/buildomat/common.sh
1022026-04-10T04:11:02.453Z++ rustup show active-toolchain
1032026-04-10T04:11:02.457Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-10T04:11:02.457Z++ pushd xde
1052026-04-10T04:11:02.457Z++ rustup show active-toolchain
1062026-04-10T04:11:02.457Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1072026-04-10T04:11:02.463Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-10T04:11:02.630Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-10T04:11:02.639Zinfo: downloading 6 components
1102026-04-10T04:11:18.976Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-10T04:11:19.061Z+++ rustup show active-toolchain -v
1122026-04-10T04:11:19.064Z+++ head -n 1
1132026-04-10T04:11:19.064Z+++ cut '-d ' -f1
1142026-04-10T04:11:19.115Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-10T04:11:19.115Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-10T04:11:19.115Z++ popd
1172026-04-10T04:11:19.119Z/work/oxidecomputer/opte
1182026-04-10T04:11:19.119Z+ cargo --version
1192026-04-10T04:11:19.125Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-10T04:11:19.129Z+ rustc --version
1212026-04-10T04:11:19.148Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-10T04:11:19.153Z+ cd lib/opte
1232026-04-10T04:11:19.153Z+ header 'check style'
1242026-04-10T04:11:19.153Z+ echo '# ==== check style ==== #'
1252026-04-10T04:11:19.153Z# ==== check style ==== #
1262026-04-10T04:11:19.153Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-10T04:11:19.330Z
1282026-04-10T04:11:19.330Zreal 0.177567704
1292026-04-10T04:11:19.330Zuser 0.134115400
1302026-04-10T04:11:19.330Zsys 0.036597463
1312026-04-10T04:11:19.330Ztrap 0.000042594
1322026-04-10T04:11:19.330Ztflt 0.000011176
1332026-04-10T04:11:19.330Zdflt 0.000008207
1342026-04-10T04:11:19.330Zkflt 0.000001089
1352026-04-10T04:11:19.330Zlock 0.031170760
1362026-04-10T04:11:19.330Zslp 0.157031402
1372026-04-10T04:11:19.330Zlat 0.000800040
1382026-04-10T04:11:19.330Zstop 0.000119044
1392026-04-10T04:11:19.334Z+ header 'check docs'
1402026-04-10T04:11:19.334Z+ echo '# ==== check docs ==== #'
1412026-04-10T04:11:19.334Z# ==== check docs ==== #
1422026-04-10T04:11:19.334Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-10T04:11:19.334Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-10T04:11:19.401Z Updating crates.io index
1452026-04-10T04:11:19.442Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-10T04:11:20.449Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-10T04:11:20.714Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-10T04:11:21.086Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-10T04:11:21.344Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-10T04:11:21.791Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-10T04:11:22.014Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-10T04:11:24.153Z Downloading crates ...
1532026-04-10T04:11:24.209Z Downloaded memmap2 v0.9.10
1542026-04-10T04:11:24.220Z Downloaded zerocopy-derive v0.8.48
1552026-04-10T04:11:24.234Z Downloaded aho-corasick v1.1.4
1562026-04-10T04:11:24.247Z Downloaded proc-macro-error2 v2.0.1
1572026-04-10T04:11:24.247Z Downloaded unicode-ident v1.0.24
1582026-04-10T04:11:24.252Z Downloaded ref-cast v1.0.25
1592026-04-10T04:11:24.252Z Downloaded crypto-common v0.1.7
1602026-04-10T04:11:24.265Z Downloaded block-buffer v0.10.4
1612026-04-10T04:11:24.265Z Downloaded plain v0.2.3
1622026-04-10T04:11:24.276Z Downloaded digest v0.10.7
1632026-04-10T04:11:24.276Z Downloaded cpufeatures v0.2.17
1642026-04-10T04:11:24.276Z Downloaded memchr v2.8.0
1652026-04-10T04:11:24.296Z Downloaded dof v0.4.0
1662026-04-10T04:11:24.296Z Downloaded darling_macro v0.21.3
1672026-04-10T04:11:24.310Z Downloaded embedded-io v0.4.0
1682026-04-10T04:11:24.310Z Downloaded dtrace-parser v0.3.0
1692026-04-10T04:11:24.310Z Downloaded proc-macro-error-attr2 v2.0.0
1702026-04-10T04:11:24.310Z Downloaded defmt-macros v1.0.1
1712026-04-10T04:11:24.310Z Downloaded scroll v0.13.0
1722026-04-10T04:11:24.310Z Downloaded stable_deref_trait v1.2.1
1732026-04-10T04:11:24.310Z Downloaded usdt v0.6.0
1742026-04-10T04:11:24.310Z Downloaded macaddr v1.0.1
1752026-04-10T04:11:24.310Z Downloaded defmt v0.3.100
1762026-04-10T04:11:24.321Z Downloaded cfg-if v1.0.4
1772026-04-10T04:11:24.321Z Downloaded strsim v0.11.1
1782026-04-10T04:11:24.321Z Downloaded managed v0.8.0
1792026-04-10T04:11:24.321Z Downloaded fnv v1.0.7
1802026-04-10T04:11:24.322Z Downloaded ref-cast-impl v1.0.25
1812026-04-10T04:11:24.322Z Downloaded embedded-io v0.6.1
1822026-04-10T04:11:24.322Z Downloaded tabwriter v1.4.1
1832026-04-10T04:11:24.322Z Downloaded version_check v0.9.5
1842026-04-10T04:11:24.322Z Downloaded usdt-macro v0.6.0
1852026-04-10T04:11:24.336Z Downloaded darling_core v0.23.0
1862026-04-10T04:11:24.336Z Downloaded usdt-attr-macro v0.6.0
1872026-04-10T04:11:24.336Z Downloaded pretty-hex v0.4.2
1882026-04-10T04:11:24.345Z Downloaded defmt-parser v1.0.0
1892026-04-10T04:11:24.345Z Downloaded ident_case v1.0.1
1902026-04-10T04:11:24.345Z Downloaded darling_macro v0.23.0
1912026-04-10T04:11:24.361Z Downloaded ingot v0.1.1
1922026-04-10T04:11:24.361Z Downloaded cobs v0.3.0
1932026-04-10T04:11:24.361Z Downloaded thread-id v5.1.0
1942026-04-10T04:11:24.361Z Downloaded hash32 v0.3.1
1952026-04-10T04:11:24.361Z Downloaded thiserror v2.0.18
1962026-04-10T04:11:24.379Z Downloaded usdt-impl v0.6.0
1972026-04-10T04:11:24.380Z Downloaded crc32fast v1.5.0
1982026-04-10T04:11:24.380Z Downloaded scroll_derive v0.13.1
1992026-04-10T04:11:24.380Z Downloaded ingot-types v0.1.2
2002026-04-10T04:11:24.380Z Downloaded generic-array v0.14.7
2012026-04-10T04:11:24.380Z Downloaded dyn-clone v1.0.20
2022026-04-10T04:11:24.388Z Downloaded itoa v1.0.18
2032026-04-10T04:11:24.397Z Downloaded serde_tokenstream v0.2.3
2042026-04-10T04:11:24.397Z Downloaded ipnetwork v0.21.1
2052026-04-10T04:11:24.397Z Downloaded defmt v1.0.1
2062026-04-10T04:11:24.409Z Downloaded sha2 v0.10.9
2072026-04-10T04:11:24.410Z Downloaded pest_derive v2.8.6
2082026-04-10T04:11:24.410Z Downloaded ucd-trie v0.1.7
2092026-04-10T04:11:24.410Z Downloaded darling v0.23.0
2102026-04-10T04:11:24.421Z Downloaded bitflags v1.3.2
2112026-04-10T04:11:24.421Z Downloaded proc-macro2 v1.0.106
2122026-04-10T04:11:24.428Z Downloaded zmij v1.0.21
2132026-04-10T04:11:24.428Z Downloaded byteorder v1.5.0
2142026-04-10T04:11:24.429Z Downloaded either v1.15.0
2152026-04-10T04:11:24.498Z Downloaded bitflags v2.11.0
2162026-04-10T04:11:24.498Z Downloaded quote v1.0.45
2172026-04-10T04:11:24.498Z Downloaded log v0.4.29
2182026-04-10T04:11:24.498Z Downloaded ingot-macros v0.1.1
2192026-04-10T04:11:24.498Z Downloaded pest_generator v2.8.6
2202026-04-10T04:11:24.498Z Downloaded darling v0.21.3
2212026-04-10T04:11:24.498Z Downloaded thiserror-impl v2.0.18
2222026-04-10T04:11:24.498Z Downloaded heapless v0.8.0
2232026-04-10T04:11:24.498Z Downloaded serde_derive v1.0.228
2242026-04-10T04:11:24.498Z Downloaded postcard v1.1.3
2252026-04-10T04:11:24.498Z Downloaded serde_core v1.0.228
2262026-04-10T04:11:24.498Z Downloaded serde v1.0.228
2272026-04-10T04:11:24.498Z Downloaded typenum v1.19.0
2282026-04-10T04:11:24.517Z Downloaded pest_meta v2.8.6
2292026-04-10T04:11:24.517Z Downloaded darling_core v0.21.3
2302026-04-10T04:11:24.537Z Downloaded pest v2.8.6
2312026-04-10T04:11:24.541Z Downloaded serde_json v1.0.149
2322026-04-10T04:11:24.551Z Downloaded itertools v0.14.0
2332026-04-10T04:11:24.571Z Downloaded regex v1.12.3
2342026-04-10T04:11:24.597Z Downloaded goblin v0.10.5
2352026-04-10T04:11:24.615Z Downloaded syn v2.0.117
2362026-04-10T04:11:24.636Z Downloaded zerocopy v0.8.48
2372026-04-10T04:11:24.647Z Downloaded unicode-width v0.2.2
2382026-04-10T04:11:24.650Z Downloaded smoltcp v0.11.0
2392026-04-10T04:11:24.656Z Downloaded regex-syntax v0.8.10
2402026-04-10T04:11:24.660Z Downloaded regex-automata v0.4.14
2412026-04-10T04:11:24.691Z Downloaded libc v0.2.184
2422026-04-10T04:11:24.745Z Compiling proc-macro2 v1.0.106
2432026-04-10T04:11:24.745Z Compiling quote v1.0.45
2442026-04-10T04:11:24.745Z Compiling unicode-ident v1.0.24
2452026-04-10T04:11:24.749Z Documenting unicode-ident v1.0.24
2462026-04-10T04:11:24.749Z Compiling strsim v0.11.1
2472026-04-10T04:11:24.749Z Compiling ident_case v1.0.1
2482026-04-10T04:11:24.749Z Compiling serde_core v1.0.228
2492026-04-10T04:11:24.896Z Compiling fnv v1.0.7
2502026-04-10T04:11:24.912Z Compiling memchr v2.8.0
2512026-04-10T04:11:25.070Z Compiling zerocopy v0.8.48
2522026-04-10T04:11:25.089Z Compiling serde v1.0.228
2532026-04-10T04:11:25.266Z Compiling regex-syntax v0.8.10
2542026-04-10T04:11:25.272Z Compiling thiserror v2.0.18
2552026-04-10T04:11:25.471Z Compiling aho-corasick v1.1.4
2562026-04-10T04:11:25.590Z Checking byteorder v1.5.0
2572026-04-10T04:11:25.734Z Documenting proc-macro2 v1.0.106
2582026-04-10T04:11:26.181Z Checking syn v2.0.117
2592026-04-10T04:11:26.248Z Compiling either v1.15.0
2602026-04-10T04:11:26.357Z Documenting quote v1.0.45
2612026-04-10T04:11:26.439Z Compiling itertools v0.14.0
2622026-04-10T04:11:26.816Z Compiling regex-automata v0.4.14
2632026-04-10T04:11:26.851Z Documenting syn v2.0.117
2642026-04-10T04:11:26.875Z Compiling heapless v0.8.0
2652026-04-10T04:11:27.008Z Documenting memchr v2.8.0
2662026-04-10T04:11:27.313Z Checking bitflags v2.11.0
2672026-04-10T04:11:27.454Z Checking hash32 v0.3.1
2682026-04-10T04:11:27.595Z Documenting serde_core v1.0.228
2692026-04-10T04:11:27.615Z Documenting aho-corasick v1.1.4
2702026-04-10T04:11:27.648Z Checking stable_deref_trait v1.2.1
2712026-04-10T04:11:27.711Z Documenting regex-syntax v0.8.10
2722026-04-10T04:11:28.134Z Checking macaddr v1.0.1
2732026-04-10T04:11:28.364Z Checking cfg-if v1.0.4
2742026-04-10T04:11:28.380Z Checking darling_core v0.21.3
2752026-04-10T04:11:28.606Z Compiling regex v1.12.3
2762026-04-10T04:11:28.819Z Documenting regex-automata v0.4.14
2772026-04-10T04:11:28.843Z Compiling darling_core v0.23.0
2782026-04-10T04:11:29.336Z Compiling smoltcp v0.11.0
2792026-04-10T04:11:29.336Z Documenting serde_derive v1.0.228
2802026-04-10T04:11:29.336Z Documenting zerocopy-derive v0.8.48
2812026-04-10T04:11:29.347Z Documenting thiserror-impl v2.0.18
2822026-04-10T04:11:29.931Z Compiling thiserror-impl v2.0.18
2832026-04-10T04:11:30.197Z Compiling serde_derive v1.0.228
2842026-04-10T04:11:30.223Z Compiling zerocopy-derive v0.8.48
2852026-04-10T04:11:30.360Z Documenting regex v1.12.3
2862026-04-10T04:11:30.695Z Checking bitflags v1.3.2
2872026-04-10T04:11:30.758Z Documenting byteorder v1.5.0
2882026-04-10T04:11:30.850Z Compiling darling_macro v0.21.3
2892026-04-10T04:11:30.881Z Checking managed v0.8.0
2902026-04-10T04:11:30.939Z Compiling darling_macro v0.23.0
2912026-04-10T04:11:31.051Z Documenting bitflags v2.11.0
2922026-04-10T04:11:31.582Z Documenting cfg-if v1.0.4
2932026-04-10T04:11:31.585Z Checking cobs v0.3.0
2942026-04-10T04:11:31.586Z Documenting hash32 v0.3.1
2952026-04-10T04:11:31.586Z Compiling darling v0.21.3
2962026-04-10T04:11:31.586Z Compiling ingot-macros v0.1.1
2972026-04-10T04:11:31.586Z Documenting ingot-macros v0.1.1
2982026-04-10T04:11:31.586Z Documenting thiserror v2.0.18
2992026-04-10T04:11:31.669Z Documenting zerocopy v0.8.48
3002026-04-10T04:11:31.796Z Documenting macaddr v1.0.1
3012026-04-10T04:11:31.984Z Compiling crc32fast v1.5.0
3022026-04-10T04:11:32.161Z Compiling ref-cast v1.0.25
3032026-04-10T04:11:32.282Z Documenting stable_deref_trait v1.2.1
3042026-04-10T04:11:32.774Z Documenting cobs v0.3.0
3052026-04-10T04:11:32.784Z Compiling ref-cast-impl v1.0.25
3062026-04-10T04:11:32.785Z Documenting heapless v0.8.0
3072026-04-10T04:11:32.954Z Documenting serde v1.0.228
3082026-04-10T04:11:33.189Z Checking postcard v1.1.3
3092026-04-10T04:11:33.478Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-04-10T04:11:33.668Z Compiling version_check v0.9.5
3112026-04-10T04:11:33.783Z Checking ipnetwork v0.21.1
3122026-04-10T04:11:34.007Z Checking unicode-width v0.2.2
3132026-04-10T04:11:34.007Z Documenting managed v0.8.0
3142026-04-10T04:11:34.007Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3152026-04-10T04:11:34.210Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-04-10T04:11:34.304Z Compiling darling v0.23.0
3172026-04-10T04:11:34.304Z Documenting ref-cast-impl v1.0.25
3182026-04-10T04:11:34.328Z Documenting unicode-width v0.2.2
3192026-04-10T04:11:34.328Z Documenting ipnetwork v0.21.1
3202026-04-10T04:11:34.479Z Documenting postcard v1.1.3
3212026-04-10T04:11:34.493Z Checking ingot-types v0.1.2
3222026-04-10T04:11:34.792Z Documenting ingot-types v0.1.2
3232026-04-10T04:11:34.798Z Checking ingot v0.1.1
3242026-04-10T04:11:34.798Z Documenting smoltcp v0.11.0
3252026-04-10T04:11:35.041Z Documenting either v1.15.0
3262026-04-10T04:11:35.254Z Documenting ref-cast v1.0.25
3272026-04-10T04:11:35.473Z Documenting tabwriter v1.4.1
3282026-04-10T04:11:35.710Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3292026-04-10T04:11:35.991Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3302026-04-10T04:11:36.259Z Documenting ingot v0.1.1
3312026-04-10T04:11:36.272Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3322026-04-10T04:11:36.437Z Documenting itertools v0.14.0
3332026-04-10T04:11:36.657Z Checking tabwriter v1.4.1
3342026-04-10T04:11:37.025Z Documenting crc32fast v1.5.0
3352026-04-10T04:11:37.030Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-04-10T04:11:37.482Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-04-10T04:11:37.534Z Documenting dyn-clone v1.0.20
3382026-04-10T04:11:37.576Z Checking dyn-clone v1.0.20
3392026-04-10T04:11:38.704Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-04-10T04:11:39.827Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-04-10T04:11:42.017Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.67s
3422026-04-10T04:11:42.102Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-04-10T04:11:42.140Z
3442026-04-10T04:11:42.152Zreal 22.767995572
3452026-04-10T04:11:42.152Zuser 1:15.776906520
3462026-04-10T04:11:42.152Zsys 15.468986550
3472026-04-10T04:11:42.152Ztrap 0.040070740
3482026-04-10T04:11:42.152Ztflt 0.143038534
3492026-04-10T04:11:42.152Zdflt 0.724494315
3502026-04-10T04:11:42.152Zkflt 0.009071796
3512026-04-10T04:11:42.152Zlock 6:49.185743745
3522026-04-10T04:11:42.152Zslp 4:22.767066997
3532026-04-10T04:11:42.152Zlat 7.426112655
3542026-04-10T04:11:42.152Zstop 9.035726771
3552026-04-10T04:11:42.152Z+ header 'analyze std + api'
3562026-04-10T04:11:42.152Z+ echo '# ==== analyze std + api ==== #'
3572026-04-10T04:11:42.152Z# ==== analyze std + api ==== #
3582026-04-10T04:11:42.152Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-04-10T04:11:42.364Z Compiling proc-macro2 v1.0.106
3602026-04-10T04:11:42.364Z Compiling quote v1.0.45
3612026-04-10T04:11:42.364Z Compiling unicode-ident v1.0.24
3622026-04-10T04:11:42.373Z Compiling memchr v2.8.0
3632026-04-10T04:11:42.373Z Compiling thiserror v2.0.18
3642026-04-10T04:11:42.373Z Compiling zerocopy v0.8.48
3652026-04-10T04:11:42.373Z Compiling zmij v1.0.21
3662026-04-10T04:11:42.373Z Compiling libc v0.2.184
3672026-04-10T04:11:42.543Z Compiling serde_core v1.0.228
3682026-04-10T04:11:42.705Z Compiling serde_json v1.0.149
3692026-04-10T04:11:42.730Z Compiling ident_case v1.0.1
3702026-04-10T04:11:42.734Z Compiling ucd-trie v0.1.7
3712026-04-10T04:11:42.766Z Compiling strsim v0.11.1
3722026-04-10T04:11:42.923Z Compiling pest v2.8.6
3732026-04-10T04:11:42.945Z Compiling serde v1.0.228
3742026-04-10T04:11:43.523Z Compiling fnv v1.0.7
3752026-04-10T04:11:43.526Z Compiling aho-corasick v1.1.4
3762026-04-10T04:11:43.526Z Compiling regex-syntax v0.8.10
3772026-04-10T04:11:43.526Z Compiling itoa v1.0.18
3782026-04-10T04:11:43.526Z Checking byteorder v1.5.0
3792026-04-10T04:11:43.702Z Compiling syn v2.0.117
3802026-04-10T04:11:44.012Z Compiling pest_meta v2.8.6
3812026-04-10T04:11:44.156Z Compiling usdt-impl v0.6.0
3822026-04-10T04:11:44.389Z Compiling either v1.15.0
3832026-04-10T04:11:44.584Z Compiling itertools v0.14.0
3842026-04-10T04:11:44.685Z Compiling thread-id v5.1.0
3852026-04-10T04:11:44.750Z Compiling regex-automata v0.4.14
3862026-04-10T04:11:44.907Z Checking log v0.4.29
3872026-04-10T04:11:44.925Z Checking plain v0.2.3
3882026-04-10T04:11:45.171Z Compiling heapless v0.8.0
3892026-04-10T04:11:45.514Z Checking bitflags v2.11.0
3902026-04-10T04:11:45.633Z Checking hash32 v0.3.1
3912026-04-10T04:11:45.673Z Checking macaddr v1.0.1
3922026-04-10T04:11:45.704Z Checking pretty-hex v0.4.2
3932026-04-10T04:11:45.725Z Checking cfg-if v1.0.4
3942026-04-10T04:11:45.780Z Compiling smoltcp v0.11.0
3952026-04-10T04:11:45.805Z Checking stable_deref_trait v1.2.1
3962026-04-10T04:11:46.038Z Compiling crc32fast v1.5.0
3972026-04-10T04:11:46.058Z Compiling pest_generator v2.8.6
3982026-04-10T04:11:46.098Z Compiling darling_core v0.21.3
3992026-04-10T04:11:46.207Z Compiling darling_core v0.23.0
4002026-04-10T04:11:46.720Z Compiling ref-cast v1.0.25
4012026-04-10T04:11:46.727Z Checking bitflags v1.3.2
4022026-04-10T04:11:46.727Z Compiling regex v1.12.3
4032026-04-10T04:11:46.727Z Compiling version_check v0.9.5
4042026-04-10T04:11:46.727Z Checking managed v0.8.0
4052026-04-10T04:11:46.837Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-04-10T04:11:46.874Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4072026-04-10T04:11:47.108Z Checking memmap2 v0.9.10
4082026-04-10T04:11:47.129Z Checking ipnetwork v0.21.1
4092026-04-10T04:11:47.282Z Checking unicode-width v0.2.2
4102026-04-10T04:11:47.288Z Compiling thiserror-impl v2.0.18
4112026-04-10T04:11:47.314Z Compiling serde_derive v1.0.228
4122026-04-10T04:11:47.441Z Compiling zerocopy-derive v0.8.48
4132026-04-10T04:11:47.521Z Compiling pest_derive v2.8.6
4142026-04-10T04:11:47.757Z Compiling scroll_derive v0.13.1
4152026-04-10T04:11:48.039Z Compiling ref-cast-impl v1.0.25
4162026-04-10T04:11:48.045Z Checking tabwriter v1.4.1
4172026-04-10T04:11:48.214Z Compiling darling_macro v0.21.3
4182026-04-10T04:11:48.332Z Compiling darling_macro v0.23.0
4192026-04-10T04:11:48.597Z Checking scroll v0.13.0
4202026-04-10T04:11:48.623Z Checking cobs v0.3.0
4212026-04-10T04:11:48.695Z Compiling dtrace-parser v0.3.0
4222026-04-10T04:11:48.753Z Compiling darling v0.21.3
4232026-04-10T04:11:48.814Z Checking goblin v0.10.5
4242026-04-10T04:11:48.822Z Compiling ingot-macros v0.1.1
4252026-04-10T04:11:49.001Z Compiling darling v0.23.0
4262026-04-10T04:11:49.082Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4272026-04-10T04:11:49.317Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4282026-04-10T04:11:49.422Z Checking dyn-clone v1.0.20
4292026-04-10T04:11:50.377Z Checking postcard v1.1.3
4302026-04-10T04:11:50.386Z Compiling serde_tokenstream v0.2.3
4312026-04-10T04:11:51.465Z Checking dof v0.4.0
4322026-04-10T04:11:51.465Z Checking ingot-types v0.1.2
4332026-04-10T04:11:52.187Z Checking ingot v0.1.1
4342026-04-10T04:11:52.393Z Compiling usdt-macro v0.6.0
4352026-04-10T04:11:52.393Z Compiling usdt-attr-macro v0.6.0
4362026-04-10T04:11:53.059Z Checking usdt v0.6.0
4372026-04-10T04:11:53.165Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-04-10T04:12:01.220Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.04s
4392026-04-10T04:12:01.246Z
4402026-04-10T04:12:01.250Zreal 19.119534449
4412026-04-10T04:12:01.250Zuser 1:03.683192975
4422026-04-10T04:12:01.250Zsys 12.317868386
4432026-04-10T04:12:01.250Ztrap 0.031397695
4442026-04-10T04:12:01.250Ztflt 0.170135315
4452026-04-10T04:12:01.250Zdflt 0.188941286
4462026-04-10T04:12:01.250Zkflt 0.000006419
4472026-04-10T04:12:01.250Zlock 3:41.358409853
4482026-04-10T04:12:01.250Zslp 3:19.897138198
4492026-04-10T04:12:01.251Zlat 3.847000853
4502026-04-10T04:12:01.251Zstop 7.329498049
4512026-04-10T04:12:01.251Z+ header 'analyze no_std + engine + kernel'
4522026-04-10T04:12:01.251Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4532026-04-10T04:12:01.251Z# ==== analyze no_std + engine + kernel ==== #
4542026-04-10T04:12:01.251Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4552026-04-10T04:12:01.427Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-04-10T04:12:01.427Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-04-10T04:12:01.432Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4582026-04-10T04:12:01.448Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-04-10T04:12:01.693Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4602026-04-10T04:12:05.860Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.57s
4612026-04-10T04:12:05.890Z
4622026-04-10T04:12:05.890Zreal 4.634426273
4632026-04-10T04:12:05.890Zuser 5.020121342
4642026-04-10T04:12:05.890Zsys 0.877106262
4652026-04-10T04:12:05.890Ztrap 0.000672577
4662026-04-10T04:12:05.890Ztflt 0.008960527
4672026-04-10T04:12:05.890Zdflt 0.002315610
4682026-04-10T04:12:05.890Zkflt 0.000001759
4692026-04-10T04:12:05.890Zlock 16.470286874
4702026-04-10T04:12:05.890Zslp 17.857293473
4712026-04-10T04:12:05.890Zlat 0.019792898
4722026-04-10T04:12:05.895Zstop 0.236328061
4732026-04-10T04:12:05.895Z+ header test
4742026-04-10T04:12:05.895Z+ echo '# ==== test ==== #'
4752026-04-10T04:12:05.895Z+ ptime -m cargo test
4762026-04-10T04:12:05.895Z# ==== test ==== #
4772026-04-10T04:12:06.036Z Compiling serde_core v1.0.228
4782026-04-10T04:12:06.040Z Compiling thiserror v2.0.18
4792026-04-10T04:12:06.460Z Compiling zerocopy v0.8.48
4802026-04-10T04:12:06.463Z Compiling byteorder v1.5.0
4812026-04-10T04:12:06.463Z Compiling memchr v2.8.0
4822026-04-10T04:12:06.463Z Compiling unicode-ident v1.0.24
4832026-04-10T04:12:06.463Z Compiling zmij v1.0.21
4842026-04-10T04:12:06.463Z Compiling libc v0.2.184
4852026-04-10T04:12:06.463Z Compiling proc-macro2 v1.0.106
4862026-04-10T04:12:06.463Z Compiling scroll v0.13.0
4872026-04-10T04:12:06.463Z Compiling plain v0.2.3
4882026-04-10T04:12:06.463Z Compiling itoa v1.0.18
4892026-04-10T04:12:06.463Z Compiling log v0.4.29
4902026-04-10T04:12:06.463Z Compiling ucd-trie v0.1.7
4912026-04-10T04:12:06.463Z Compiling hash32 v0.3.1
4922026-04-10T04:12:06.613Z Compiling pest v2.8.6
4932026-04-10T04:12:06.617Z Compiling goblin v0.10.5
4942026-04-10T04:12:06.617Z Compiling quote v1.0.45
4952026-04-10T04:12:07.138Z Compiling cfg-if v1.0.4
4962026-04-10T04:12:07.202Z Compiling macaddr v1.0.1
4972026-04-10T04:12:07.287Z Compiling pretty-hex v0.4.2
4982026-04-10T04:12:07.436Z Compiling stable_deref_trait v1.2.1
4992026-04-10T04:12:07.466Z Compiling syn v2.0.117
5002026-04-10T04:12:07.497Z Compiling heapless v0.8.0
5012026-04-10T04:12:07.644Z Compiling dtrace-parser v0.3.0
5022026-04-10T04:12:07.947Z Compiling serde v1.0.228
5032026-04-10T04:12:08.029Z Compiling serde_json v1.0.149
5042026-04-10T04:12:08.366Z Compiling bitflags v2.11.0
5052026-04-10T04:12:08.578Z Compiling thread-id v5.1.0
5062026-04-10T04:12:08.659Z Compiling cobs v0.3.0
5072026-04-10T04:12:08.779Z Compiling bitflags v1.3.2
5082026-04-10T04:12:08.845Z Compiling managed v0.8.0
5092026-04-10T04:12:08.945Z Compiling ingot-types v0.1.2
5102026-04-10T04:12:08.945Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-04-10T04:12:09.050Z Compiling smoltcp v0.11.0
5122026-04-10T04:12:09.069Z Compiling postcard v1.1.3
5132026-04-10T04:12:09.164Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5142026-04-10T04:12:09.323Z Compiling ingot v0.1.1
5152026-04-10T04:12:09.410Z Compiling dof v0.4.0
5162026-04-10T04:12:09.744Z Compiling memmap2 v0.9.10
5172026-04-10T04:12:10.036Z Compiling either v1.15.0
5182026-04-10T04:12:10.238Z Compiling usdt-impl v0.6.0
5192026-04-10T04:12:11.156Z Compiling unicode-width v0.2.2
5202026-04-10T04:12:11.304Z Compiling ipnetwork v0.21.1
5212026-04-10T04:12:11.468Z Compiling tabwriter v1.4.1
5222026-04-10T04:12:11.542Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5232026-04-10T04:12:11.858Z Compiling usdt v0.6.0
5242026-04-10T04:12:11.904Z Compiling itertools v0.14.0
5252026-04-10T04:12:12.488Z Compiling ref-cast v1.0.25
5262026-04-10T04:12:12.584Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5272026-04-10T04:12:13.293Z Compiling crc32fast v1.5.0
5282026-04-10T04:12:13.307Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292026-04-10T04:12:13.352Z Compiling dyn-clone v1.0.20
5302026-04-10T04:12:26.560Z Finished `test` profile [optimized + debuginfo] target(s) in 20.61s
5312026-04-10T04:12:26.589Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-4930993bcc81343b)
5322026-04-10T04:12:26.589Z
5332026-04-10T04:12:26.590Zrunning 72 tests
5342026-04-10T04:12:26.590Ztest d_error::tests::name_truncation ... ok
5352026-04-10T04:12:26.590Ztest d_error::tests::name_and_data_storage ... ok
5362026-04-10T04:12:26.590Ztest ddi::mblk::test::chain_breaks_links ... ok
5372026-04-10T04:12:26.590Ztest ddi::mblk::test::prefix_len ... ok
5382026-04-10T04:12:26.590Ztest ddi::mblk::test::expand_and_shrink ... ok
5392026-04-10T04:12:26.590Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5402026-04-10T04:12:26.590Ztest ddi::mblk::test::chain_drain_complete ... ok
5412026-04-10T04:12:26.590Ztest ddi::mblk::test::chain_append_links ... ok
5422026-04-10T04:12:26.590Ztest ddi::mblk::test::read_seg ... ok
5432026-04-10T04:12:26.591Ztest ddi::mblk::test::truncate ... ok
5442026-04-10T04:12:26.591Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5452026-04-10T04:12:26.591Ztest ddi::mblk::test::uninitialized_packet ... ok
5462026-04-10T04:12:26.591Ztest ddi::mblk::test::wrap ... ok
5472026-04-10T04:12:26.591Ztest ddi::time::test::good_interval ... ok
5482026-04-10T04:12:26.591Ztest ddi::mblk::test::zero_byte_packet ... ok
5492026-04-10T04:12:26.591Ztest engine::dhcp::test::offlink_encode ... ok
5502026-04-10T04:12:26.591Ztest engine::dhcp::test::domain_search_option_encode ... ok
5512026-04-10T04:12:26.591Ztest engine::dhcp::test::domainname_encode ... ok
5522026-04-10T04:12:26.591Ztest engine::dhcp::test::rfc3442_encode ... ok
5532026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5542026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_client_id ... ok
5552026-04-10T04:12:26.591Ztest engine::dhcp::test::hostname_encode ... ok
5562026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5572026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5582026-04-10T04:12:26.591Ztest ddi::time::test::bad_interval - should panic ... ok
5592026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_iata ... ok
5602026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_iana ... ok
5612026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5622026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5632026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5642026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_option_request ... ok
5652026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5662026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5672026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_server_id ... ok
5682026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5692026-04-10T04:12:26.591Ztest engine::dhcpv6::options::test::test_status ... ok
5702026-04-10T04:12:26.591Ztest engine::ether::test::emit ... ok
5712026-04-10T04:12:26.591Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5722026-04-10T04:12:26.592Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5732026-04-10T04:12:26.592Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5742026-04-10T04:12:26.592Ztest engine::flow_table::test::flow_expired ... ok
5752026-04-10T04:12:26.592Ztest engine::flow_table::test::flow_clear ... ok
5762026-04-10T04:12:26.592Ztest engine::geneve::test::emit_single_opt ... ok
5772026-04-10T04:12:26.592Ztest engine::ip::v4::test::cidr_match ... ok
5782026-04-10T04:12:26.592Ztest engine::ip::v4::test::match_check ... ok
5792026-04-10T04:12:26.592Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5802026-04-10T04:12:26.592Ztest engine::ip::v4::test::emit ... ok
5812026-04-10T04:12:26.592Ztest engine::geneve::test::emit_no_opts ... ok
5822026-04-10T04:12:26.592Ztest engine::ip::v6::test::option_push_spec ... ok
5832026-04-10T04:12:26.593Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5842026-04-10T04:12:26.593Ztest engine::ip::v6::test::from_pairs ... ok
5852026-04-10T04:12:26.593Ztest engine::ip::v6::test::extension_push_spec ... ok
5862026-04-10T04:12:26.593Ztest engine::ip::v6::test::emit ... ok
5872026-04-10T04:12:26.593Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5882026-04-10T04:12:26.593Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5892026-04-10T04:12:26.593Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5902026-04-10T04:12:26.593Ztest engine::packet::test::read_multi_segment ... ok
5912026-04-10T04:12:26.593Ztest engine::layer::test::find_rule ... ok
5922026-04-10T04:12:26.593Ztest engine::nat::test::nat4_rewrite ... ok
5932026-04-10T04:12:26.593Ztest engine::packet::test::small_packet_with_padding ... ok
5942026-04-10T04:12:26.593Ztest engine::ip::v6::test::test_set_total_len ... ok
5952026-04-10T04:12:26.593Ztest engine::packet::test::straddled_tcp ... ok
5962026-04-10T04:12:26.593Ztest engine::rule::rule_matching ... ok
5972026-04-10T04:12:26.593Ztest engine::packet::test::udp6_packet_with_padding ... ok
5982026-04-10T04:12:26.593Ztest engine::packet::test::read_single_segment ... ok
5992026-04-10T04:12:26.593Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
6002026-04-10T04:12:26.593Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6012026-04-10T04:12:26.593Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6022026-04-10T04:12:26.593Ztest engine::ip::v6::test::push_spec ... ok
6032026-04-10T04:12:26.593Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6042026-04-10T04:12:26.593Ztest engine::snat::test::nat_mappings ... ok
6052026-04-10T04:12:26.593Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6062026-04-10T04:12:26.593Z
6072026-04-10T04:12:26.593Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-04-10T04:12:26.593Z
6092026-04-10T04:12:26.594Z Doc-tests opte
6102026-04-10T04:12:28.496Z
6112026-04-10T04:12:28.497Zrunning 3 tests
6122026-04-10T04:12:28.914Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6132026-04-10T04:12:28.914Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6142026-04-10T04:12:28.914Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6152026-04-10T04:12:28.914Z
6162026-04-10T04:12:28.914Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6172026-04-10T04:12:28.914Z
6182026-04-10T04:12:28.914Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6192026-04-10T04:12:29.000Z
6202026-04-10T04:12:29.000Zreal 22.639534899
6212026-04-10T04:12:29.000Zuser 1:56.437526981
6222026-04-10T04:12:29.000Zsys 6.922067892
6232026-04-10T04:12:29.000Ztrap 0.053672976
6242026-04-10T04:12:29.000Ztflt 0.258775097
6252026-04-10T04:12:29.000Zdflt 0.318317302
6262026-04-10T04:12:29.001Zkflt 0.000070903
6272026-04-10T04:12:29.001Zlock 5:46.755233623
6282026-04-10T04:12:29.001Zslp 3:38.986622579
6292026-04-10T04:12:29.001Zlat 5.395000114
6302026-04-10T04:12:29.001Zstop 2.796892652
6312026-04-10T04:12:29.001Zprocess exited: duration 86088 ms, exit code 0
 
6322026-04-10T04:12:29.101Zfound 0 output files