01KNY388EJ4182TCFFB7M3X0XJ: opte

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

Buildomat Job: 01KNY38M88VS52NST8N58SHJHM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-11T11:02:21.664Zjob assigned to worker 01KNY38QCD61098RPY1A3PYP0C [factory aws, i-0b640bf295b5a2a6b] (queued for 45 s)
 
22026-04-11T11:02:28.798Zstarting task 0: "setup"
32026-04-11T11:02:28.805Z++ uname -s
42026-04-11T11:02:28.808Z+ kern=SunOS
52026-04-11T11:02:28.808Z+ build_user=build
62026-04-11T11:02:28.808Z+ build_uid=12345
72026-04-11T11:02:28.808Z+ work_dir=/work
82026-04-11T11:02:28.808Z+ input_dir=/input
92026-04-11T11:02:28.808Z+ [[ 0 == 12345 ]]
102026-04-11T11:02:28.808Z+ case "$kern" in
112026-04-11T11:02:28.808Z+ groupadd -g 12345 build
122026-04-11T11:02:28.813Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-11T11:02:30.815Z+ zfs create -o mountpoint=/work rpool/work
142026-04-11T11:02:30.935Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-11T11:02:30.939Z+ home_fs=zfs
162026-04-11T11:02:30.939Z+ [[ zfs == autofs ]]
172026-04-11T11:02:30.939Z+ mkdir -p /home/build
182026-04-11T11:02:30.939Z+ chown build:build /home/build /work
192026-04-11T11:02:32.940Z+ chmod 0700 /home/build /work
202026-04-11T11:02:32.942Zprocess exited: duration 4143 ms, exit code 0
 
212026-04-11T11:02:32.948Zstarting task 1: "rust-toolchain"
222026-04-11T11:02:32.952Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-11T11:02:32.952Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-11T11:02:32.952Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-11T11:02:32.952Z * rust toolchain channel = "1.94.1"
262026-04-11T11:02:32.952Z * rust toolchain profile = "default"
272026-04-11T11:02:32.952Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-11T11:02:32.955Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-11T11:02:32.955Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-11T11:02:33.029Zinfo: downloading installer
312026-04-11T11:02:34.327Zwarn: It looks like you have an existing installation of Rust at:
322026-04-11T11:02:34.327Zwarn: /opt/ooce/bin
332026-04-11T11:02:34.327Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-11T11:02:34.327Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-11T11:02:34.327Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-11T11:02:34.327Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-11T11:02:34.327Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-11T11:02:34.327Zerror: cannot install while Rust is installed
392026-04-11T11:02:34.327Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-11T11:02:34.327Zwarn: It looks like you have an existing rustup settings file at:
412026-04-11T11:02:34.328Zwarn: /home/build/.rustup/settings.toml
422026-04-11T11:02:34.328Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-11T11:02:34.328Zwarn: instead of the one inferred from the default host triple.
442026-04-11T11:02:34.341Zinfo: profile set to default
452026-04-11T11:02:34.341Zinfo: default host triple is x86_64-unknown-illumos
462026-04-11T11:02:34.343Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-11T11:02:34.471Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-11T11:02:34.474Zinfo: downloading 6 components
492026-04-11T11:02:48.855Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-11T11:02:48.855Z
512026-04-11T11:02:48.891Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-11T11:02:48.891Z
532026-04-11T11:02:48.891Z
542026-04-11T11:02:48.891ZRust is installed now. Great!
552026-04-11T11:02:48.891Z
562026-04-11T11:02:48.891ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-11T11:02:48.891Zenvironment variable. This has not been done automatically.
582026-04-11T11:02:48.891Z
592026-04-11T11:02:48.891ZTo configure your current shell, you need to source
602026-04-11T11:02:48.891Zthe corresponding env file under $HOME/.cargo.
612026-04-11T11:02:48.891Z
622026-04-11T11:02:48.891ZThis is usually done by running one of the following (note the leading DOT):
632026-04-11T11:02:48.891Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-11T11:02:48.891Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-11T11:02:48.891Zsource "~/.cargo/env.nu" # For nushell
662026-04-11T11:02:48.891Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-11T11:02:48.891Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-11T11:02:48.891Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-11T11:02:48.894Zwarn: no default linker (`cc`) was found in your PATH
702026-04-11T11:02:48.894Zwarn: many Rust crates require a system C toolchain to build
712026-04-11T11:02:48.980Z+ rustup --version
722026-04-11T11:02:48.989Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-11T11:02:48.992Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-11T11:02:49.011Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-11T11:02:49.013Z+ cargo --version
762026-04-11T11:02:49.026Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-11T11:02:49.029Z+ rustc --version
782026-04-11T11:02:49.048Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-11T11:02:49.051Zprocess exited: duration 16100 ms, exit code 0
 
802026-04-11T11:02:49.058Zstarting task 2: "authentication"
812026-04-11T11:02:49.072Zprocess exited: duration 15 ms, exit code 0
 
822026-04-11T11:02:49.078Zstarting task 3: "clone repository"
832026-04-11T11:02:49.081Z+ mkdir -p /work/oxidecomputer/opte
842026-04-11T11:02:49.084Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-11T11:02:49.115ZCloning into '/work/oxidecomputer/opte'...
862026-04-11T11:02:49.913Z+ cd /work/oxidecomputer/opte
872026-04-11T11:02:49.913Z+ git fetch origin dfda687075abf5c0520839a05209c4240d404191
882026-04-11T11:02:50.164ZFrom https://github.com/oxidecomputer/opte
892026-04-11T11:02:50.164Z * branch dfda687075abf5c0520839a05209c4240d404191 -> FETCH_HEAD
902026-04-11T11:02:50.194Z+ [[ -n renovate/rand ]]
912026-04-11T11:02:50.194Z++ git branch --show-current
922026-04-11T11:02:50.194Z+ current=master
932026-04-11T11:02:50.194Z+ [[ master != renovate/rand ]]
942026-04-11T11:02:50.194Z+ git branch -f renovate/rand dfda687075abf5c0520839a05209c4240d404191
952026-04-11T11:02:50.194Z+ git checkout -f renovate/rand
962026-04-11T11:02:50.194ZSwitched to branch 'renovate/rand'
972026-04-11T11:02:50.195Z+ git reset --hard dfda687075abf5c0520839a05209c4240d404191
982026-04-11T11:02:50.207ZHEAD is now at dfda687 Update Rust crate rand to 0.10.1
992026-04-11T11:02:50.209Zprocess exited: duration 1128 ms, exit code 0
 
1002026-04-11T11:02:50.213Zstarting task 4: "build"
1012026-04-11T11:02:50.217Z+ source .github/buildomat/common.sh
1022026-04-11T11:02:50.220Z++ rustup show active-toolchain
1032026-04-11T11:02:50.223Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-11T11:02:50.225Z++ pushd xde
1052026-04-11T11:02:50.225Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-11T11:02:50.225Z++ rustup show active-toolchain
1072026-04-11T11:02:50.228Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-11T11:02:50.736Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-11T11:02:50.739Zinfo: downloading 6 components
1102026-04-11T11:03:07.379Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-11T11:03:07.480Z+++ rustup show active-toolchain -v
1122026-04-11T11:03:07.483Z+++ head -n 1
1132026-04-11T11:03:07.483Z+++ cut '-d ' -f1
1142026-04-11T11:03:07.535Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-11T11:03:07.536Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-11T11:03:07.536Z++ popd
1172026-04-11T11:03:07.538Z/work/oxidecomputer/opte
1182026-04-11T11:03:07.538Z+ cargo --version
1192026-04-11T11:03:07.545Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-11T11:03:07.547Z+ rustc --version
1212026-04-11T11:03:07.568Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-11T11:03:07.571Z+ cd lib/opte
1232026-04-11T11:03:07.571Z+ header 'check style'
1242026-04-11T11:03:07.571Z+ echo '# ==== check style ==== #'
1252026-04-11T11:03:07.571Z# ==== check style ==== #
1262026-04-11T11:03:07.571Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-11T11:03:07.750Z
1282026-04-11T11:03:07.750Zreal 0.176970249
1292026-04-11T11:03:07.750Zuser 0.134669892
1302026-04-11T11:03:07.750Zsys 0.035891629
1312026-04-11T11:03:07.750Ztrap 0.000061349
1322026-04-11T11:03:07.750Ztflt 0.000005119
1332026-04-11T11:03:07.750Zdflt 0.000111970
1342026-04-11T11:03:07.750Zkflt 0.000000000
1352026-04-11T11:03:07.750Zlock 0.030831805
1362026-04-11T11:03:07.750Zslp 0.157149007
1372026-04-11T11:03:07.750Zlat 0.000796564
1382026-04-11T11:03:07.750Zstop 0.000099119
1392026-04-11T11:03:07.753Z+ header 'check docs'
1402026-04-11T11:03:07.753Z+ echo '# ==== check docs ==== #'
1412026-04-11T11:03:07.753Z# ==== check docs ==== #
1422026-04-11T11:03:07.753Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-11T11:03:07.753Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-11T11:03:07.825Z Updating crates.io index
1452026-04-11T11:03:07.828Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-11T11:03:08.485Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-11T11:03:09.394Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-11T11:03:09.820Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-11T11:03:10.262Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-11T11:03:10.512Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-11T11:03:10.786Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-11T11:03:12.968Z Downloading crates ...
1532026-04-11T11:03:13.028Z Downloaded darling_macro v0.23.0
1542026-04-11T11:03:13.030Z Downloaded aho-corasick v1.1.4
1552026-04-11T11:03:13.033Z Downloaded embedded-io v0.4.0
1562026-04-11T11:03:13.033Z Downloaded dtrace-parser v0.3.0
1572026-04-11T11:03:13.033Z Downloaded cfg-if v1.0.4
1582026-04-11T11:03:13.036Z Downloaded darling_macro v0.21.3
1592026-04-11T11:03:13.039Z Downloaded ident_case v1.0.1
1602026-04-11T11:03:13.039Z Downloaded fnv v1.0.7
1612026-04-11T11:03:13.042Z Downloaded cobs v0.3.0
1622026-04-11T11:03:13.042Z Downloaded hash32 v0.3.1
1632026-04-11T11:03:13.047Z Downloaded ref-cast-impl v1.0.25
1642026-04-11T11:03:13.050Z Downloaded dyn-clone v1.0.20
1652026-04-11T11:03:13.050Z Downloaded defmt v0.3.100
1662026-04-11T11:03:13.053Z Downloaded macaddr v1.0.1
1672026-04-11T11:03:13.053Z Downloaded block-buffer v0.10.4
1682026-04-11T11:03:13.056Z Downloaded managed v0.8.0
1692026-04-11T11:03:13.058Z Downloaded plain v0.2.3
1702026-04-11T11:03:13.061Z Downloaded itoa v1.0.18
1712026-04-11T11:03:13.064Z Downloaded dof v0.4.0
1722026-04-11T11:03:13.068Z Downloaded ref-cast v1.0.25
1732026-04-11T11:03:13.070Z Downloaded stable_deref_trait v1.2.1
1742026-04-11T11:03:13.071Z Downloaded crypto-common v0.1.7
1752026-04-11T11:03:13.080Z Downloaded usdt-macro v0.6.0
1762026-04-11T11:03:13.083Z Downloaded embedded-io v0.6.1
1772026-04-11T11:03:13.087Z Downloaded proc-macro-error-attr2 v2.0.0
1782026-04-11T11:03:13.090Z Downloaded usdt v0.6.0
1792026-04-11T11:03:13.096Z Downloaded version_check v0.9.5
1802026-04-11T11:03:13.098Z Downloaded usdt-attr-macro v0.6.0
1812026-04-11T11:03:13.103Z Downloaded generic-array v0.14.7
1822026-04-11T11:03:13.108Z Downloaded tabwriter v1.4.1
1832026-04-11T11:03:13.111Z Downloaded strsim v0.11.1
1842026-04-11T11:03:13.114Z Downloaded pretty-hex v0.4.2
1852026-04-11T11:03:13.118Z Downloaded defmt-parser v1.0.0
1862026-04-11T11:03:13.120Z Downloaded ingot v0.1.1
1872026-04-11T11:03:13.120Z Downloaded digest v0.10.7
1882026-04-11T11:03:13.123Z Downloaded bitflags v1.3.2
1892026-04-11T11:03:13.123Z Downloaded either v1.15.0
1902026-04-11T11:03:13.123Z Downloaded defmt-macros v1.0.1
1912026-04-11T11:03:13.126Z Downloaded defmt v1.0.1
1922026-04-11T11:03:13.128Z Downloaded thread-id v5.1.0
1932026-04-11T11:03:13.128Z Downloaded ipnetwork v0.21.1
1942026-04-11T11:03:13.131Z Downloaded pest_generator v2.8.6
1952026-04-11T11:03:13.133Z Downloaded memmap2 v0.9.10
1962026-04-11T11:03:13.133Z Downloaded thiserror v2.0.18
1972026-04-11T11:03:13.136Z Downloaded crc32fast v1.5.0
1982026-04-11T11:03:13.138Z Downloaded thiserror-impl v2.0.18
1992026-04-11T11:03:13.138Z Downloaded ingot-macros v0.1.1
2002026-04-11T11:03:13.138Z Downloaded cpufeatures v0.2.17
2012026-04-11T11:03:13.141Z Downloaded serde_tokenstream v0.2.3
2022026-04-11T11:03:13.141Z Downloaded scroll_derive v0.13.1
2032026-04-11T11:03:13.144Z Downloaded zmij v1.0.21
2042026-04-11T11:03:13.152Z Downloaded quote v1.0.45
2052026-04-11T11:03:13.156Z Downloaded sha2 v0.10.9
2062026-04-11T11:03:13.159Z Downloaded darling v0.23.0
2072026-04-11T11:03:13.159Z Downloaded usdt-impl v0.6.0
2082026-04-11T11:03:13.162Z Downloaded pest_derive v2.8.6
2092026-04-11T11:03:13.165Z Downloaded postcard v1.1.3
2102026-04-11T11:03:13.167Z Downloaded byteorder v1.5.0
2112026-04-11T11:03:13.175Z Downloaded ingot-types v0.1.2
2122026-04-11T11:03:13.188Z Downloaded scroll v0.13.0
2132026-04-11T11:03:13.191Z Downloaded proc-macro-error2 v2.0.1
2142026-04-11T11:03:13.194Z Downloaded log v0.4.29
2152026-04-11T11:03:13.194Z Downloaded darling v0.21.3
2162026-04-11T11:03:13.196Z Downloaded bitflags v2.11.0
2172026-04-11T11:03:13.199Z Downloaded heapless v0.8.0
2182026-04-11T11:03:13.202Z Downloaded proc-macro2 v1.0.106
2192026-04-11T11:03:13.211Z Downloaded serde_derive v1.0.228
2202026-04-11T11:03:13.213Z Downloaded ucd-trie v0.1.7
2212026-04-11T11:03:13.214Z Downloaded serde_core v1.0.228
2222026-04-11T11:03:13.216Z Downloaded unicode-ident v1.0.24
2232026-04-11T11:03:13.219Z Downloaded pest_meta v2.8.6
2242026-04-11T11:03:13.219Z Downloaded darling_core v0.21.3
2252026-04-11T11:03:13.222Z Downloaded darling_core v0.23.0
2262026-04-11T11:03:13.237Z Downloaded typenum v1.19.0
2272026-04-11T11:03:13.241Z Downloaded memchr v2.8.0
2282026-04-11T11:03:13.247Z Downloaded serde v1.0.228
2292026-04-11T11:03:13.261Z Downloaded zerocopy-derive v0.8.48
2302026-04-11T11:03:13.286Z Downloaded pest v2.8.6
2312026-04-11T11:03:13.288Z Downloaded itertools v0.14.0
2322026-04-11T11:03:13.299Z Downloaded regex v1.12.3
2332026-04-11T11:03:13.306Z Downloaded serde_json v1.0.149
2342026-04-11T11:03:13.358Z Downloaded goblin v0.10.5
2352026-04-11T11:03:13.362Z Downloaded unicode-width v0.2.2
2362026-04-11T11:03:13.369Z Downloaded zerocopy v0.8.48
2372026-04-11T11:03:13.379Z Downloaded smoltcp v0.11.0
2382026-04-11T11:03:13.385Z Downloaded syn v2.0.117
2392026-04-11T11:03:13.395Z Downloaded regex-syntax v0.8.10
2402026-04-11T11:03:13.424Z Downloaded regex-automata v0.4.14
2412026-04-11T11:03:13.434Z Downloaded libc v0.2.184
2422026-04-11T11:03:13.492Z Compiling proc-macro2 v1.0.106
2432026-04-11T11:03:13.492Z Compiling quote v1.0.45
2442026-04-11T11:03:13.492Z Compiling unicode-ident v1.0.24
2452026-04-11T11:03:13.495Z Documenting unicode-ident v1.0.24
2462026-04-11T11:03:13.495Z Compiling ident_case v1.0.1
2472026-04-11T11:03:13.495Z Compiling strsim v0.11.1
2482026-04-11T11:03:13.495Z Compiling serde_core v1.0.228
2492026-04-11T11:03:13.644Z Compiling fnv v1.0.7
2502026-04-11T11:03:13.665Z Checking memchr v2.8.0
2512026-04-11T11:03:13.825Z Compiling zerocopy v0.8.48
2522026-04-11T11:03:13.843Z Compiling serde v1.0.228
2532026-04-11T11:03:13.887Z Compiling regex-syntax v0.8.10
2542026-04-11T11:03:14.074Z Documenting proc-macro2 v1.0.106
2552026-04-11T11:03:14.153Z Compiling aho-corasick v1.1.4
2562026-04-11T11:03:14.212Z Compiling thiserror v2.0.18
2572026-04-11T11:03:14.541Z Compiling syn v2.0.117
2582026-04-11T11:03:14.626Z Documenting quote v1.0.45
2592026-04-11T11:03:14.959Z Checking byteorder v1.5.0
2602026-04-11T11:03:15.109Z Compiling either v1.15.0
2612026-04-11T11:03:15.116Z Documenting syn v2.0.117
2622026-04-11T11:03:15.307Z Compiling regex-automata v0.4.14
2632026-04-11T11:03:15.322Z Compiling itertools v0.14.0
2642026-04-11T11:03:15.539Z Documenting memchr v2.8.0
2652026-04-11T11:03:15.932Z Compiling heapless v0.8.0
2662026-04-11T11:03:16.161Z Documenting aho-corasick v1.1.4
2672026-04-11T11:03:16.387Z Checking bitflags v2.11.0
2682026-04-11T11:03:16.535Z Checking hash32 v0.3.1
2692026-04-11T11:03:16.537Z Documenting serde_core v1.0.228
2702026-04-11T11:03:16.641Z Checking macaddr v1.0.1
2712026-04-11T11:03:16.648Z Checking stable_deref_trait v1.2.1
2722026-04-11T11:03:16.781Z Documenting regex-syntax v0.8.10
2732026-04-11T11:03:16.798Z Checking cfg-if v1.0.4
2742026-04-11T11:03:16.861Z Checking darling_core v0.21.3
2752026-04-11T11:03:17.074Z Compiling regex v1.12.3
2762026-04-11T11:03:17.373Z Compiling darling_core v0.23.0
2772026-04-11T11:03:17.678Z Compiling smoltcp v0.11.0
2782026-04-11T11:03:17.856Z Documenting regex-automata v0.4.14
2792026-04-11T11:03:18.046Z Documenting zerocopy-derive v0.8.48
2802026-04-11T11:03:18.139Z Documenting serde_derive v1.0.228
2812026-04-11T11:03:18.165Z Compiling thiserror-impl v2.0.18
2822026-04-11T11:03:18.264Z Compiling zerocopy-derive v0.8.48
2832026-04-11T11:03:18.855Z Compiling serde_derive v1.0.228
2842026-04-11T11:03:18.887Z Documenting thiserror-impl v2.0.18
2852026-04-11T11:03:19.201Z Compiling darling_macro v0.21.3
2862026-04-11T11:03:19.212Z Documenting regex v1.12.3
2872026-04-11T11:03:19.486Z Checking cobs v0.3.0
2882026-04-11T11:03:19.511Z Compiling darling_macro v0.23.0
2892026-04-11T11:03:19.613Z Checking managed v0.8.0
2902026-04-11T11:03:19.636Z Documenting byteorder v1.5.0
2912026-04-11T11:03:19.683Z Checking bitflags v1.3.2
2922026-04-11T11:03:19.743Z Documenting thiserror v2.0.18
2932026-04-11T11:03:19.764Z Compiling darling v0.21.3
2942026-04-11T11:03:19.859Z Compiling ingot-macros v0.1.1
2952026-04-11T11:03:19.879Z Documenting zerocopy v0.8.48
2962026-04-11T11:03:20.066Z Documenting ingot-macros v0.1.1
2972026-04-11T11:03:20.100Z Documenting bitflags v2.11.0
2982026-04-11T11:03:20.195Z Documenting hash32 v0.3.1
2992026-04-11T11:03:20.357Z Documenting cfg-if v1.0.4
3002026-04-11T11:03:20.716Z Documenting stable_deref_trait v1.2.1
3012026-04-11T11:03:20.870Z Compiling crc32fast v1.5.0
3022026-04-11T11:03:21.032Z Compiling ref-cast v1.0.25
3032026-04-11T11:03:21.163Z Documenting macaddr v1.0.1
3042026-04-11T11:03:21.290Z Documenting cobs v0.3.0
3052026-04-11T11:03:21.366Z Documenting heapless v0.8.0
3062026-04-11T11:03:21.693Z Documenting serde v1.0.228
3072026-04-11T11:03:21.866Z Compiling ref-cast-impl v1.0.25
3082026-04-11T11:03:21.910Z Checking postcard v1.1.3
3092026-04-11T11:03:22.220Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-04-11T11:03:22.468Z Checking ipnetwork v0.21.1
3112026-04-11T11:03:22.492Z Documenting managed v0.8.0
3122026-04-11T11:03:22.523Z Checking ingot-types v0.1.2
3132026-04-11T11:03:22.582Z Compiling version_check v0.9.5
3142026-04-11T11:03:22.625Z Checking unicode-width v0.2.2
3152026-04-11T11:03:22.645Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-04-11T11:03:22.797Z Documenting ingot-types v0.1.2
3172026-04-11T11:03:22.857Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3182026-04-11T11:03:22.869Z Compiling darling v0.23.0
3192026-04-11T11:03:22.872Z Checking ingot v0.1.1
3202026-04-11T11:03:22.986Z Documenting ref-cast-impl v1.0.25
3212026-04-11T11:03:23.156Z Documenting ipnetwork v0.21.1
3222026-04-11T11:03:23.218Z Documenting either v1.15.0
3232026-04-11T11:03:23.274Z Documenting postcard v1.1.3
3242026-04-11T11:03:23.359Z Documenting smoltcp v0.11.0
3252026-04-11T11:03:23.599Z Documenting unicode-width v0.2.2
3262026-04-11T11:03:23.882Z Documenting ingot v0.1.1
3272026-04-11T11:03:24.077Z Documenting ref-cast v1.0.25
3282026-04-11T11:03:24.305Z Documenting itertools v0.14.0
3292026-04-11T11:03:24.429Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-04-11T11:03:24.561Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3312026-04-11T11:03:24.845Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-04-11T11:03:25.043Z Documenting tabwriter v1.4.1
3332026-04-11T11:03:25.268Z Checking tabwriter v1.4.1
3342026-04-11T11:03:25.513Z Documenting crc32fast v1.5.0
3352026-04-11T11:03:25.626Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-04-11T11:03:25.632Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-04-11T11:03:26.097Z Checking dyn-clone v1.0.20
3382026-04-11T11:03:26.108Z Documenting dyn-clone v1.0.20
3392026-04-11T11:03:26.708Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-04-11T11:03:28.345Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-04-11T11:03:30.541Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.77s
3422026-04-11T11:03:30.627Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-04-11T11:03:30.646Z
3442026-04-11T11:03:30.648Zreal 22.872357494
3452026-04-11T11:03:30.648Zuser 1:16.069462570
3462026-04-11T11:03:30.648Zsys 16.102366848
3472026-04-11T11:03:30.648Ztrap 0.047022592
3482026-04-11T11:03:30.648Ztflt 0.030742096
3492026-04-11T11:03:30.648Zdflt 0.068875141
3502026-04-11T11:03:30.648Zkflt 0.003977632
3512026-04-11T11:03:30.648Zlock 6:53.704973334
3522026-04-11T11:03:30.649Zslp 4:17.525448890
3532026-04-11T11:03:30.649Zlat 8.028325823
3542026-04-11T11:03:30.649Zstop 9.304809351
3552026-04-11T11:03:30.649Z+ header 'analyze std + api'
3562026-04-11T11:03:30.649Z+ echo '# ==== analyze std + api ==== #'
3572026-04-11T11:03:30.649Z# ==== analyze std + api ==== #
3582026-04-11T11:03:30.649Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-04-11T11:03:30.892Z Compiling proc-macro2 v1.0.106
3602026-04-11T11:03:30.892Z Compiling quote v1.0.45
3612026-04-11T11:03:30.895Z Compiling unicode-ident v1.0.24
3622026-04-11T11:03:30.895Z Compiling memchr v2.8.0
3632026-04-11T11:03:30.895Z Compiling thiserror v2.0.18
3642026-04-11T11:03:30.895Z Compiling zerocopy v0.8.48
3652026-04-11T11:03:30.895Z Compiling zmij v1.0.21
3662026-04-11T11:03:30.913Z Compiling serde_core v1.0.228
3672026-04-11T11:03:31.069Z Compiling libc v0.2.184
3682026-04-11T11:03:31.229Z Compiling ucd-trie v0.1.7
3692026-04-11T11:03:31.260Z Compiling serde_json v1.0.149
3702026-04-11T11:03:31.265Z Compiling strsim v0.11.1
3712026-04-11T11:03:31.275Z Compiling ident_case v1.0.1
3722026-04-11T11:03:31.385Z Compiling pest v2.8.6
3732026-04-11T11:03:31.472Z Compiling serde v1.0.228
3742026-04-11T11:03:31.672Z Compiling fnv v1.0.7
3752026-04-11T11:03:31.800Z Compiling aho-corasick v1.1.4
3762026-04-11T11:03:31.828Z Compiling regex-syntax v0.8.10
3772026-04-11T11:03:32.135Z Compiling itoa v1.0.18
3782026-04-11T11:03:32.219Z Compiling syn v2.0.117
3792026-04-11T11:03:32.275Z Checking byteorder v1.5.0
3802026-04-11T11:03:32.474Z Compiling pest_meta v2.8.6
3812026-04-11T11:03:32.693Z Compiling either v1.15.0
3822026-04-11T11:03:32.849Z Compiling usdt-impl v0.6.0
3832026-04-11T11:03:32.983Z Compiling itertools v0.14.0
3842026-04-11T11:03:33.284Z Compiling thread-id v5.1.0
3852026-04-11T11:03:33.298Z Compiling regex-automata v0.4.14
3862026-04-11T11:03:33.544Z Checking log v0.4.29
3872026-04-11T11:03:33.726Z Checking plain v0.2.3
3882026-04-11T11:03:33.782Z Compiling heapless v0.8.0
3892026-04-11T11:03:34.094Z Checking bitflags v2.11.0
3902026-04-11T11:03:34.205Z Checking hash32 v0.3.1
3912026-04-11T11:03:34.251Z Checking stable_deref_trait v1.2.1
3922026-04-11T11:03:34.315Z Checking cfg-if v1.0.4
3932026-04-11T11:03:34.318Z Checking pretty-hex v0.4.2
3942026-04-11T11:03:34.372Z Compiling smoltcp v0.11.0
3952026-04-11T11:03:34.424Z Checking macaddr v1.0.1
3962026-04-11T11:03:34.530Z Compiling ref-cast v1.0.25
3972026-04-11T11:03:34.557Z Compiling crc32fast v1.5.0
3982026-04-11T11:03:34.691Z Compiling pest_generator v2.8.6
3992026-04-11T11:03:34.798Z Compiling darling_core v0.21.3
4002026-04-11T11:03:34.827Z Compiling darling_core v0.23.0
4012026-04-11T11:03:34.838Z Compiling version_check v0.9.5
4022026-04-11T11:03:34.956Z Compiling regex v1.12.3
4032026-04-11T11:03:35.111Z Checking managed v0.8.0
4042026-04-11T11:03:35.292Z Checking bitflags v1.3.2
4052026-04-11T11:03:35.313Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4062026-04-11T11:03:35.417Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-04-11T11:03:35.553Z Checking memmap2 v0.9.10
4082026-04-11T11:03:35.710Z Checking unicode-width v0.2.2
4092026-04-11T11:03:35.837Z Checking ipnetwork v0.21.1
4102026-04-11T11:03:35.843Z Compiling thiserror-impl v2.0.18
4112026-04-11T11:03:35.873Z Compiling serde_derive v1.0.228
4122026-04-11T11:03:35.951Z Compiling zerocopy-derive v0.8.48
4132026-04-11T11:03:36.002Z Compiling pest_derive v2.8.6
4142026-04-11T11:03:36.422Z Compiling scroll_derive v0.13.1
4152026-04-11T11:03:36.487Z Compiling ref-cast-impl v1.0.25
4162026-04-11T11:03:36.518Z Checking tabwriter v1.4.1
4172026-04-11T11:03:36.887Z Compiling darling_macro v0.21.3
4182026-04-11T11:03:36.924Z Compiling darling_macro v0.23.0
4192026-04-11T11:03:37.138Z Compiling dtrace-parser v0.3.0
4202026-04-11T11:03:37.159Z Checking cobs v0.3.0
4212026-04-11T11:03:37.273Z Checking scroll v0.13.0
4222026-04-11T11:03:37.491Z Compiling darling v0.21.3
4232026-04-11T11:03:37.494Z Checking goblin v0.10.5
4242026-04-11T11:03:37.536Z Compiling darling v0.23.0
4252026-04-11T11:03:37.563Z Compiling ingot-macros v0.1.1
4262026-04-11T11:03:37.609Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4272026-04-11T11:03:37.752Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4282026-04-11T11:03:37.997Z Checking dyn-clone v1.0.20
4292026-04-11T11:03:38.942Z Checking postcard v1.1.3
4302026-04-11T11:03:38.986Z Compiling serde_tokenstream v0.2.3
4312026-04-11T11:03:40.013Z Checking dof v0.4.0
4322026-04-11T11:03:40.013Z Checking ingot-types v0.1.2
4332026-04-11T11:03:40.312Z Checking ingot v0.1.1
4342026-04-11T11:03:40.967Z Compiling usdt-attr-macro v0.6.0
4352026-04-11T11:03:40.967Z Compiling usdt-macro v0.6.0
4362026-04-11T11:03:41.543Z Checking usdt v0.6.0
4372026-04-11T11:03:41.723Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-04-11T11:03:49.796Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.09s
4392026-04-11T11:03:49.824Z
4402026-04-11T11:03:49.827Zreal 19.168904244
4412026-04-11T11:03:49.827Zuser 1:03.780919156
4422026-04-11T11:03:49.827Zsys 12.558569846
4432026-04-11T11:03:49.827Ztrap 0.032120204
4442026-04-11T11:03:49.827Ztflt 0.157697253
4452026-04-11T11:03:49.827Zdflt 0.200072937
4462026-04-11T11:03:49.827Zkflt 0.000022874
4472026-04-11T11:03:49.827Zlock 3:41.908235825
4482026-04-11T11:03:49.827Zslp 3:21.444138784
4492026-04-11T11:03:49.827Zlat 3.760275419
4502026-04-11T11:03:49.827Zstop 7.185238445
4512026-04-11T11:03:49.827Z+ header 'analyze no_std + engine + kernel'
4522026-04-11T11:03:49.827Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4532026-04-11T11:03:49.827Z# ==== analyze no_std + engine + kernel ==== #
4542026-04-11T11:03:49.827Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4552026-04-11T11:03:50.001Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-04-11T11:03:50.001Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-04-11T11:03:50.005Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4582026-04-11T11:03:50.005Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-04-11T11:03:50.266Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4602026-04-11T11:03:54.441Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.57s
4612026-04-11T11:03:54.466Z
4622026-04-11T11:03:54.469Zreal 4.634513820
4632026-04-11T11:03:54.469Zuser 5.018940286
4642026-04-11T11:03:54.469Zsys 0.890679201
4652026-04-11T11:03:54.469Ztrap 0.000697247
4662026-04-11T11:03:54.469Ztflt 0.009669532
4672026-04-11T11:03:54.469Zdflt 0.002609253
4682026-04-11T11:03:54.469Zkflt 0.000000000
4692026-04-11T11:03:54.469Zlock 19.789399703
4702026-04-11T11:03:54.469Zslp 17.900750427
4712026-04-11T11:03:54.469Zlat 0.021946483
4722026-04-11T11:03:54.469Zstop 0.257704413
4732026-04-11T11:03:54.469Z+ header test
4742026-04-11T11:03:54.469Z+ echo '# ==== test ==== #'
4752026-04-11T11:03:54.469Z# ==== test ==== #
4762026-04-11T11:03:54.469Z+ ptime -m cargo test
4772026-04-11T11:03:54.620Z Compiling serde_core v1.0.228
4782026-04-11T11:03:54.623Z Compiling thiserror v2.0.18
4792026-04-11T11:03:54.623Z Compiling zerocopy v0.8.48
4802026-04-11T11:03:54.644Z Compiling byteorder v1.5.0
4812026-04-11T11:03:54.646Z Compiling memchr v2.8.0
4822026-04-11T11:03:54.649Z Compiling unicode-ident v1.0.24
4832026-04-11T11:03:54.652Z Compiling scroll v0.13.0
4842026-04-11T11:03:54.652Z Compiling zmij v1.0.21
4852026-04-11T11:03:54.726Z Compiling proc-macro2 v1.0.106
4862026-04-11T11:03:54.771Z Compiling libc v0.2.184
4872026-04-11T11:03:54.849Z Compiling plain v0.2.3
4882026-04-11T11:03:54.906Z Compiling itoa v1.0.18
4892026-04-11T11:03:54.942Z Compiling ucd-trie v0.1.7
4902026-04-11T11:03:55.013Z Compiling log v0.4.29
4912026-04-11T11:03:55.121Z Compiling pest v2.8.6
4922026-04-11T11:03:55.159Z Compiling goblin v0.10.5
4932026-04-11T11:03:55.226Z Compiling quote v1.0.45
4942026-04-11T11:03:55.656Z Compiling hash32 v0.3.1
4952026-04-11T11:03:55.827Z Compiling cfg-if v1.0.4
4962026-04-11T11:03:55.891Z Compiling pretty-hex v0.4.2
4972026-04-11T11:03:55.901Z Compiling macaddr v1.0.1
4982026-04-11T11:03:56.025Z Compiling stable_deref_trait v1.2.1
4992026-04-11T11:03:56.095Z Compiling heapless v0.8.0
5002026-04-11T11:03:56.147Z Compiling dtrace-parser v0.3.0
5012026-04-11T11:03:56.208Z Compiling syn v2.0.117
5022026-04-11T11:03:56.532Z Compiling serde v1.0.228
5032026-04-11T11:03:56.588Z Compiling serde_json v1.0.149
5042026-04-11T11:03:56.862Z Compiling bitflags v2.11.0
5052026-04-11T11:03:57.167Z Compiling thread-id v5.1.0
5062026-04-11T11:03:57.243Z Compiling cobs v0.3.0
5072026-04-11T11:03:57.298Z Compiling managed v0.8.0
5082026-04-11T11:03:57.525Z Compiling ingot-types v0.1.2
5092026-04-11T11:03:57.531Z Compiling bitflags v1.3.2
5102026-04-11T11:03:57.534Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-04-11T11:03:57.590Z Compiling smoltcp v0.11.0
5122026-04-11T11:03:57.639Z Compiling postcard v1.1.3
5132026-04-11T11:03:57.752Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5142026-04-11T11:03:57.917Z Compiling ingot v0.1.1
5152026-04-11T11:03:57.988Z Compiling dof v0.4.0
5162026-04-11T11:03:58.350Z Compiling memmap2 v0.9.10
5172026-04-11T11:03:58.649Z Compiling either v1.15.0
5182026-04-11T11:03:58.849Z Compiling usdt-impl v0.6.0
5192026-04-11T11:03:59.724Z Compiling unicode-width v0.2.2
5202026-04-11T11:03:59.789Z Compiling ipnetwork v0.21.1
5212026-04-11T11:04:00.035Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5222026-04-11T11:04:00.102Z Compiling tabwriter v1.4.1
5232026-04-11T11:04:00.331Z Compiling usdt v0.6.0
5242026-04-11T11:04:00.523Z Compiling itertools v0.14.0
5252026-04-11T11:04:00.967Z Compiling ref-cast v1.0.25
5262026-04-11T11:04:01.066Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5272026-04-11T11:04:01.796Z Compiling crc32fast v1.5.0
5282026-04-11T11:04:01.823Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292026-04-11T11:04:01.861Z Compiling dyn-clone v1.0.20
5302026-04-11T11:04:15.086Z Finished `test` profile [optimized + debuginfo] target(s) in 20.60s
5312026-04-11T11:04:15.099Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-4930993bcc81343b)
5322026-04-11T11:04:15.102Z
5332026-04-11T11:04:15.102Zrunning 72 tests
5342026-04-11T11:04:15.105Ztest ddi::mblk::test::expand_and_shrink ... ok
5352026-04-11T11:04:15.105Ztest ddi::mblk::test::chain_append_links ... ok
5362026-04-11T11:04:15.105Ztest d_error::tests::name_truncation ... ok
5372026-04-11T11:04:15.105Ztest ddi::mblk::test::chain_breaks_links ... ok
5382026-04-11T11:04:15.105Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5392026-04-11T11:04:15.105Ztest d_error::tests::name_and_data_storage ... ok
5402026-04-11T11:04:15.105Ztest ddi::mblk::test::prefix_len ... ok
5412026-04-11T11:04:15.105Ztest ddi::mblk::test::chain_drain_complete ... ok
5422026-04-11T11:04:15.105Ztest ddi::mblk::test::read_seg ... ok
5432026-04-11T11:04:15.105Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5442026-04-11T11:04:15.105Ztest ddi::mblk::test::truncate ... ok
5452026-04-11T11:04:15.105Ztest ddi::mblk::test::uninitialized_packet ... ok
5462026-04-11T11:04:15.106Ztest ddi::mblk::test::zero_byte_packet ... ok
5472026-04-11T11:04:15.106Ztest ddi::mblk::test::wrap ... ok
5482026-04-11T11:04:15.106Ztest ddi::time::test::good_interval ... ok
5492026-04-11T11:04:15.106Ztest engine::dhcp::test::offlink_encode ... ok
5502026-04-11T11:04:15.106Ztest engine::dhcp::test::hostname_encode ... ok
5512026-04-11T11:04:15.106Ztest engine::dhcp::test::domain_search_option_encode ... ok
5522026-04-11T11:04:15.106Ztest engine::dhcp::test::domainname_encode ... ok
5532026-04-11T11:04:15.106Ztest engine::dhcp::test::rfc3442_encode ... ok
5542026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5552026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_client_id ... ok
5562026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5572026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5582026-04-11T11:04:15.106Ztest ddi::time::test::bad_interval - should panic ... ok
5592026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_iata ... ok
5602026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_iana ... ok
5612026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5622026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5632026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_option_request ... ok
5642026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5652026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5662026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5672026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5682026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_server_id ... ok
5692026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5702026-04-11T11:04:15.106Ztest engine::dhcpv6::options::test::test_status ... ok
5712026-04-11T11:04:15.106Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5722026-04-11T11:04:15.106Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5732026-04-11T11:04:15.106Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5742026-04-11T11:04:15.106Ztest engine::ether::test::emit ... ok
5752026-04-11T11:04:15.106Ztest engine::flow_table::test::flow_clear ... ok
5762026-04-11T11:04:15.106Ztest engine::flow_table::test::flow_expired ... ok
5772026-04-11T11:04:15.106Ztest engine::geneve::test::emit_no_opts ... ok
5782026-04-11T11:04:15.106Ztest engine::geneve::test::emit_single_opt ... ok
5792026-04-11T11:04:15.106Ztest engine::ip::v4::test::cidr_match ... ok
5802026-04-11T11:04:15.106Ztest engine::ip::v4::test::emit ... ok
5812026-04-11T11:04:15.106Ztest engine::ip::v4::test::match_check ... ok
5822026-04-11T11:04:15.107Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5832026-04-11T11:04:15.107Ztest engine::ip::v6::test::emit ... ok
5842026-04-11T11:04:15.107Ztest engine::ip::v6::test::from_pairs ... ok
5852026-04-11T11:04:15.107Ztest engine::ip::v6::test::extension_push_spec ... ok
5862026-04-11T11:04:15.107Ztest engine::ip::v6::test::option_push_spec ... ok
5872026-04-11T11:04:15.107Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5882026-04-11T11:04:15.107Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5892026-04-11T11:04:15.107Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5902026-04-11T11:04:15.107Ztest engine::ip::v6::test::test_set_total_len ... ok
5912026-04-11T11:04:15.107Ztest engine::layer::test::find_rule ... ok
5922026-04-11T11:04:15.107Ztest engine::packet::test::small_packet_with_padding ... ok
5932026-04-11T11:04:15.107Ztest engine::packet::test::read_multi_segment ... ok
5942026-04-11T11:04:15.107Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5952026-04-11T11:04:15.107Ztest engine::packet::test::read_single_segment ... ok
5962026-04-11T11:04:15.107Ztest engine::packet::test::udp6_packet_with_padding ... ok
5972026-04-11T11:04:15.107Ztest engine::packet::test::straddled_tcp ... ok
5982026-04-11T11:04:15.107Ztest engine::ip::v6::test::push_spec ... ok
5992026-04-11T11:04:15.107Ztest engine::nat::test::nat4_rewrite ... ok
6002026-04-11T11:04:15.107Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6012026-04-11T11:04:15.107Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6022026-04-11T11:04:15.107Ztest engine::rule::rule_matching ... ok
6032026-04-11T11:04:15.107Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6042026-04-11T11:04:15.107Ztest engine::snat::test::nat_mappings ... ok
6052026-04-11T11:04:15.107Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6062026-04-11T11:04:15.107Z
6072026-04-11T11:04:15.107Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-04-11T11:04:15.107Z
6092026-04-11T11:04:15.107Z Doc-tests opte
6102026-04-11T11:04:17.023Z
6112026-04-11T11:04:17.023Zrunning 3 tests
6122026-04-11T11:04:17.026Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6132026-04-11T11:04:17.026Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6142026-04-11T11:04:17.026Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6152026-04-11T11:04:17.026Z
6162026-04-11T11:04:17.026Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6172026-04-11T11:04:17.026Z
6182026-04-11T11:04:17.032Zall doctests ran in 1.35s; merged doctests compilation took 1.34s
6192026-04-11T11:04:17.074Z
6202026-04-11T11:04:17.074Zreal 22.592514087
6212026-04-11T11:04:17.074Zuser 1:56.278109600
6222026-04-11T11:04:17.074Zsys 6.997626544
6232026-04-11T11:04:17.074Ztrap 0.056080376
6242026-04-11T11:04:17.074Ztflt 0.180593134
6252026-04-11T11:04:17.074Zdflt 0.395741456
6262026-04-11T11:04:17.074Zkflt 0.000005498
6272026-04-11T11:04:17.074Zlock 5:44.975721776
6282026-04-11T11:04:17.074Zslp 3:37.823253819
6292026-04-11T11:04:17.074Zlat 5.587718834
6302026-04-11T11:04:17.074Zstop 2.435835556
6312026-04-11T11:04:17.077Zprocess exited: duration 86847 ms, exit code 0
 
6322026-04-11T11:04:17.083Zfound 0 output files