01KKTT7VYV6C9R1R02XXDGAYJY: opte

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

Buildomat Job: 01KKTT86XPBKW8ZQ72JHGN0NHW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T07:55:57.352Zjob assigned to worker 01KKTT8DY4KZNTVR2Z705G6PS1 [factory aws, i-03e98e18846f9593e] (queued for 58 s)
 
22026-03-16T07:56:05.728Zstarting task 0: "setup"
32026-03-16T07:56:05.732Z++ uname -s
42026-03-16T07:56:05.735Z+ kern=SunOS
52026-03-16T07:56:05.736Z+ build_user=build
62026-03-16T07:56:05.736Z+ build_uid=12345
72026-03-16T07:56:05.736Z+ work_dir=/work
82026-03-16T07:56:05.736Z+ input_dir=/input
92026-03-16T07:56:05.736Z+ [[ 0 == 12345 ]]
102026-03-16T07:56:05.736Z+ case "$kern" in
112026-03-16T07:56:05.736Z+ groupadd -g 12345 build
122026-03-16T07:56:05.739Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T07:56:07.744Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T07:56:07.867Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T07:56:07.870Z+ home_fs=zfs
162026-03-16T07:56:07.870Z+ [[ zfs == autofs ]]
172026-03-16T07:56:07.870Z+ mkdir -p /home/build
182026-03-16T07:56:07.873Z+ chown build:build /home/build /work
192026-03-16T07:56:09.874Z+ chmod 0700 /home/build /work
202026-03-16T07:56:09.877Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-16T07:56:09.883Zstarting task 1: "rust-toolchain"
222026-03-16T07:56:09.887Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-16T07:56:09.887Z * rust toolchain channel = "1.93.1"
242026-03-16T07:56:09.887Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T07:56:09.887Z * rust toolchain profile = "default"
262026-03-16T07:56:09.887Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T07:56:09.887Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T07:56:09.890Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T07:56:09.891Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-16T07:56:09.999Zinfo: downloading installer
312026-03-16T07:56:11.650Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T07:56:11.650Zwarn: /opt/ooce/bin
332026-03-16T07:56:11.650Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T07:56:11.650Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T07:56:11.650Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T07:56:11.650Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T07:56:11.650Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T07:56:11.650Zerror: cannot install while Rust is installed
392026-03-16T07:56:11.650Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T07:56:11.650Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T07:56:11.650Zwarn: /home/build/.rustup/settings.toml
422026-03-16T07:56:11.650Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T07:56:11.650Zwarn: instead of the one inferred from the default host triple.
442026-03-16T07:56:11.665Zinfo: profile set to default
452026-03-16T07:56:11.666Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T07:56:11.668Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-16T07:56:11.804Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-16T07:56:11.807Zinfo: downloading 6 components
492026-03-16T07:56:26.548Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-16T07:56:26.548Z
512026-03-16T07:56:26.583Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-16T07:56:26.583Z
532026-03-16T07:56:26.587Z
542026-03-16T07:56:26.587ZRust is installed now. Great!
552026-03-16T07:56:26.587Z
562026-03-16T07:56:26.587ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T07:56:26.587Zenvironment variable. This has not been done automatically.
582026-03-16T07:56:26.587Z
592026-03-16T07:56:26.587ZTo configure your current shell, you need to source
602026-03-16T07:56:26.587Zthe corresponding env file under $HOME/.cargo.
612026-03-16T07:56:26.587Z
622026-03-16T07:56:26.587ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T07:56:26.587Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T07:56:26.587Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T07:56:26.587Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T07:56:26.587Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T07:56:26.587Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T07:56:26.587Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T07:56:26.587Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T07:56:26.587Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T07:56:26.698Z+ rustup --version
722026-03-16T07:56:26.709Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T07:56:26.712Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T07:56:26.735Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-16T07:56:26.738Z+ cargo --version
762026-03-16T07:56:26.755Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-16T07:56:26.758Z+ rustc --version
782026-03-16T07:56:26.782Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-16T07:56:26.786Zprocess exited: duration 16897 ms, exit code 0
 
802026-03-16T07:56:26.792Zstarting task 2: "authentication"
812026-03-16T07:56:26.811Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T07:56:26.817Zstarting task 3: "clone repository"
832026-03-16T07:56:26.821Z+ mkdir -p /work/oxidecomputer/opte
842026-03-16T07:56:26.824Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-16T07:56:26.857ZCloning into '/work/oxidecomputer/opte'...
862026-03-16T07:56:28.082Z+ cd /work/oxidecomputer/opte
872026-03-16T07:56:28.085Z+ git fetch origin d9b87439179a558c7a423c2898fff6831fa5f5be
882026-03-16T07:56:28.320ZFrom https://github.com/oxidecomputer/opte
892026-03-16T07:56:28.320Z * branch d9b87439179a558c7a423c2898fff6831fa5f5be -> FETCH_HEAD
902026-03-16T07:56:28.327Z+ [[ -n renovate/lock-file-maintenance ]]
912026-03-16T07:56:28.330Z++ git branch --show-current
922026-03-16T07:56:28.331Z+ current=master
932026-03-16T07:56:28.331Z+ [[ master != renovate/lock-file-maintenance ]]
942026-03-16T07:56:28.331Z+ git branch -f renovate/lock-file-maintenance d9b87439179a558c7a423c2898fff6831fa5f5be
952026-03-16T07:56:28.334Z+ git checkout -f renovate/lock-file-maintenance
962026-03-16T07:56:28.357ZSwitched to branch 'renovate/lock-file-maintenance'
972026-03-16T07:56:28.359Z+ git reset --hard d9b87439179a558c7a423c2898fff6831fa5f5be
982026-03-16T07:56:28.362ZHEAD is now at d9b8743 Lock file maintenance
992026-03-16T07:56:28.366Zprocess exited: duration 1545 ms, exit code 0
 
1002026-03-16T07:56:28.372Zstarting task 4: "build"
1012026-03-16T07:56:28.376Z+ source .github/buildomat/common.sh
1022026-03-16T07:56:28.379Z++ rustup show active-toolchain
1032026-03-16T07:56:28.383Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-16T07:56:28.386Z++ pushd xde
1052026-03-16T07:56:28.386Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-16T07:56:28.386Z++ rustup show active-toolchain
1072026-03-16T07:56:28.390Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-16T07:56:28.554Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-16T07:56:28.557Zinfo: downloading 6 components
1102026-03-16T07:56:47.265Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-16T07:56:47.373Z+++ rustup show active-toolchain -v
1122026-03-16T07:56:47.376Z+++ head -n 1
1132026-03-16T07:56:47.376Z+++ cut '-d ' -f1
1142026-03-16T07:56:47.439Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-16T07:56:47.439Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-16T07:56:47.439Z++ popd
1172026-03-16T07:56:47.442Z/work/oxidecomputer/opte
1182026-03-16T07:56:47.442Z+ cargo --version
1192026-03-16T07:56:47.451Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-16T07:56:47.454Z+ rustc --version
1212026-03-16T07:56:47.478Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-16T07:56:47.481Z+ cd lib/opte
1232026-03-16T07:56:47.481Z+ header 'check style'
1242026-03-16T07:56:47.481Z+ echo '# ==== check style ==== #'
1252026-03-16T07:56:47.481Z# ==== check style ==== #
1262026-03-16T07:56:47.481Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-16T07:56:47.724Z
1282026-03-16T07:56:47.724Zreal 0.239064629
1292026-03-16T07:56:47.724Zuser 0.185953759
1302026-03-16T07:56:47.724Zsys 0.046175758
1312026-03-16T07:56:47.727Ztrap 0.000017513
1322026-03-16T07:56:47.727Ztflt 0.000006526
1332026-03-16T07:56:47.727Zdflt 0.000014433
1342026-03-16T07:56:47.727Zkflt 0.000000000
1352026-03-16T07:56:47.727Zlock 0.060715100
1362026-03-16T07:56:47.727Zslp 0.216447283
1372026-03-16T07:56:47.727Zlat 0.000231800
1382026-03-16T07:56:47.727Zstop 0.000123076
1392026-03-16T07:56:47.727Z+ header 'check docs'
1402026-03-16T07:56:47.727Z+ echo '# ==== check docs ==== #'
1412026-03-16T07:56:47.727Z# ==== check docs ==== #
1422026-03-16T07:56:47.727Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-16T07:56:47.727Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-16T07:56:47.812Z Updating crates.io index
1452026-03-16T07:56:47.870Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-16T07:56:48.841Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-16T07:56:49.158Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-16T07:56:49.554Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-16T07:56:49.997Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-16T07:56:50.248Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-16T07:56:50.533Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-16T07:56:52.666Z Downloading crates ...
1532026-03-16T07:56:52.717Z Downloaded cobs v0.3.0
1542026-03-16T07:56:52.719Z Downloaded darling_macro v0.21.3
1552026-03-16T07:56:52.719Z Downloaded cfg-if v1.0.4
1562026-03-16T07:56:52.722Z Downloaded crypto-common v0.1.7
1572026-03-16T07:56:52.725Z Downloaded block-buffer v0.10.4
1582026-03-16T07:56:52.732Z Downloaded darling v0.21.3
1592026-03-16T07:56:52.736Z Downloaded memmap2 v0.9.10
1602026-03-16T07:56:52.739Z Downloaded defmt-parser v1.0.0
1612026-03-16T07:56:52.739Z Downloaded zmij v1.0.21
1622026-03-16T07:56:52.742Z Downloaded fnv v1.0.7
1632026-03-16T07:56:52.742Z Downloaded proc-macro-error2 v2.0.1
1642026-03-16T07:56:52.745Z Downloaded pest_generator v2.8.6
1652026-03-16T07:56:52.747Z Downloaded strsim v0.11.1
1662026-03-16T07:56:52.750Z Downloaded dyn-clone v1.0.20
1672026-03-16T07:56:52.753Z Downloaded stable_deref_trait v1.2.1
1682026-03-16T07:56:52.753Z Downloaded ingot v0.1.1
1692026-03-16T07:56:52.756Z Downloaded generic-array v0.14.7
1702026-03-16T07:56:52.756Z Downloaded darling_core v0.21.3
1712026-03-16T07:56:52.759Z Downloaded ref-cast v1.0.25
1722026-03-16T07:56:52.762Z Downloaded managed v0.8.0
1732026-03-16T07:56:52.765Z Downloaded usdt-attr-macro v0.6.0
1742026-03-16T07:56:52.765Z Downloaded serde_tokenstream v0.2.3
1752026-03-16T07:56:52.765Z Downloaded either v1.15.0
1762026-03-16T07:56:52.768Z Downloaded hash32 v0.3.1
1772026-03-16T07:56:52.768Z Downloaded cpufeatures v0.2.17
1782026-03-16T07:56:52.772Z Downloaded plain v0.2.3
1792026-03-16T07:56:52.775Z Downloaded defmt v0.3.100
1802026-03-16T07:56:52.775Z Downloaded macaddr v1.0.1
1812026-03-16T07:56:52.778Z Downloaded pretty-hex v0.4.2
1822026-03-16T07:56:52.783Z Downloaded dof v0.4.0
1832026-03-16T07:56:52.786Z Downloaded embedded-io v0.4.0
1842026-03-16T07:56:52.792Z Downloaded thread-id v5.1.0
1852026-03-16T07:56:52.797Z Downloaded defmt v1.0.1
1862026-03-16T07:56:52.803Z Downloaded tabwriter v1.4.1
1872026-03-16T07:56:52.806Z Downloaded embedded-io v0.6.1
1882026-03-16T07:56:52.809Z Downloaded ident_case v1.0.1
1892026-03-16T07:56:52.813Z Downloaded usdt v0.6.0
1902026-03-16T07:56:52.816Z Downloaded version_check v0.9.5
1912026-03-16T07:56:52.816Z Downloaded proc-macro-error-attr2 v2.0.0
1922026-03-16T07:56:52.816Z Downloaded usdt-macro v0.6.0
1932026-03-16T07:56:52.823Z Downloaded scroll_derive v0.13.1
1942026-03-16T07:56:52.826Z Downloaded dtrace-parser v0.3.0
1952026-03-16T07:56:52.826Z Downloaded defmt-macros v1.0.1
1962026-03-16T07:56:52.831Z Downloaded digest v0.10.7
1972026-03-16T07:56:52.839Z Downloaded byteorder v1.5.0
1982026-03-16T07:56:52.849Z Downloaded ref-cast-impl v1.0.25
1992026-03-16T07:56:52.853Z Downloaded itoa v1.0.17
2002026-03-16T07:56:52.856Z Downloaded bitflags v1.3.2
2012026-03-16T07:56:52.864Z Downloaded ingot-types v0.1.2
2022026-03-16T07:56:52.867Z Downloaded quote v1.0.45
2032026-03-16T07:56:52.870Z Downloaded thiserror-impl v2.0.18
2042026-03-16T07:56:52.877Z Downloaded postcard v1.1.3
2052026-03-16T07:56:52.880Z Downloaded crc32fast v1.5.0
2062026-03-16T07:56:52.886Z Downloaded pest_derive v2.8.6
2072026-03-16T07:56:52.890Z Downloaded sha2 v0.10.9
2082026-03-16T07:56:52.894Z Downloaded usdt-impl v0.6.0
2092026-03-16T07:56:52.896Z Downloaded ipnetwork v0.21.1
2102026-03-16T07:56:52.899Z Downloaded thiserror v2.0.18
2112026-03-16T07:56:52.902Z Downloaded scroll v0.13.0
2122026-03-16T07:56:52.910Z Downloaded bitflags v2.11.0
2132026-03-16T07:56:52.913Z Downloaded proc-macro2 v1.0.106
2142026-03-16T07:56:52.922Z Downloaded heapless v0.8.0
2152026-03-16T07:56:52.930Z Downloaded unicode-ident v1.0.24
2162026-03-16T07:56:52.933Z Downloaded ucd-trie v0.1.7
2172026-03-16T07:56:52.937Z Downloaded ingot-macros v0.1.1
2182026-03-16T07:56:52.940Z Downloaded typenum v1.19.0
2192026-03-16T07:56:52.954Z Downloaded serde_core v1.0.228
2202026-03-16T07:56:52.957Z Downloaded pest_meta v2.8.6
2212026-03-16T07:56:52.960Z Downloaded log v0.4.29
2222026-03-16T07:56:52.964Z Downloaded serde_derive v1.0.228
2232026-03-16T07:56:52.969Z Downloaded zerocopy-derive v0.8.42
2242026-03-16T07:56:52.986Z Downloaded serde v1.0.228
2252026-03-16T07:56:52.991Z Downloaded memchr v2.8.0
2262026-03-16T07:56:53.035Z Downloaded pest v2.8.6
2272026-03-16T07:56:53.043Z Downloaded itertools v0.14.0
2282026-03-16T07:56:53.047Z Downloaded serde_json v1.0.149
2292026-03-16T07:56:53.053Z Downloaded regex v1.12.3
2302026-03-16T07:56:53.077Z Downloaded aho-corasick v1.1.4
2312026-03-16T07:56:53.110Z Downloaded zerocopy v0.8.42
2322026-03-16T07:56:53.121Z Downloaded goblin v0.10.5
2332026-03-16T07:56:53.130Z Downloaded unicode-width v0.2.2
2342026-03-16T07:56:53.135Z Downloaded syn v2.0.117
2352026-03-16T07:56:53.143Z Downloaded smoltcp v0.11.0
2362026-03-16T07:56:53.151Z Downloaded regex-syntax v0.8.10
2372026-03-16T07:56:53.184Z Downloaded regex-automata v0.4.14
2382026-03-16T07:56:53.202Z Downloaded libc v0.2.183
2392026-03-16T07:56:53.277Z Compiling proc-macro2 v1.0.106
2402026-03-16T07:56:53.277Z Compiling quote v1.0.45
2412026-03-16T07:56:53.280Z Compiling unicode-ident v1.0.24
2422026-03-16T07:56:53.280Z Documenting unicode-ident v1.0.24
2432026-03-16T07:56:53.280Z Compiling ident_case v1.0.1
2442026-03-16T07:56:53.280Z Compiling serde_core v1.0.228
2452026-03-16T07:56:53.280Z Compiling strsim v0.11.1
2462026-03-16T07:56:53.468Z Compiling fnv v1.0.7
2472026-03-16T07:56:53.488Z Compiling memchr v2.8.0
2482026-03-16T07:56:53.768Z Compiling thiserror v2.0.18
2492026-03-16T07:56:53.798Z Compiling serde v1.0.228
2502026-03-16T07:56:53.816Z Compiling regex-syntax v0.8.10
2512026-03-16T07:56:53.838Z Compiling zerocopy v0.8.42
2522026-03-16T07:56:54.190Z Documenting proc-macro2 v1.0.106
2532026-03-16T07:56:54.193Z Compiling aho-corasick v1.1.4
2542026-03-16T07:56:54.699Z Compiling syn v2.0.117
2552026-03-16T07:56:54.758Z Documenting fnv v1.0.7
2562026-03-16T07:56:54.950Z Documenting quote v1.0.45
2572026-03-16T07:56:55.320Z Checking byteorder v1.5.0
2582026-03-16T07:56:55.361Z Documenting ident_case v1.0.1
2592026-03-16T07:56:55.512Z Documenting strsim v0.11.1
2602026-03-16T07:56:55.590Z Documenting syn v2.0.117
2612026-03-16T07:56:55.924Z Compiling regex-automata v0.4.14
2622026-03-16T07:56:55.933Z Compiling either v1.15.0
2632026-03-16T07:56:56.181Z Compiling itertools v0.14.0
2642026-03-16T07:56:56.190Z Compiling heapless v0.8.0
2652026-03-16T07:56:56.569Z Documenting memchr v2.8.0
2662026-03-16T07:56:56.891Z Checking bitflags v2.11.0
2672026-03-16T07:56:57.082Z Checking hash32 v0.3.1
2682026-03-16T07:56:57.207Z Documenting serde_core v1.0.228
2692026-03-16T07:56:57.361Z Documenting aho-corasick v1.1.4
2702026-03-16T07:56:57.554Z Checking darling_core v0.21.3
2712026-03-16T07:56:57.781Z Checking stable_deref_trait v1.2.1
2722026-03-16T07:56:57.856Z Checking cfg-if v1.0.4
2732026-03-16T07:56:57.922Z Checking macaddr v1.0.1
2742026-03-16T07:56:58.214Z Documenting darling_core v0.21.3
2752026-03-16T07:56:58.409Z Compiling regex v1.12.3
2762026-03-16T07:56:58.792Z Documenting regex-syntax v0.8.10
2772026-03-16T07:56:59.175Z Compiling smoltcp v0.11.0
2782026-03-16T07:56:59.426Z Documenting serde_derive v1.0.228
2792026-03-16T07:56:59.650Z Documenting thiserror-impl v2.0.18
2802026-03-16T07:56:59.678Z Documenting darling_macro v0.21.3
2812026-03-16T07:56:59.842Z Compiling thiserror-impl v2.0.18
2822026-03-16T07:57:00.142Z Compiling serde_derive v1.0.228
2832026-03-16T07:57:00.230Z Compiling zerocopy-derive v0.8.42
2842026-03-16T07:57:00.536Z Documenting regex-automata v0.4.14
2852026-03-16T07:57:00.718Z Documenting zerocopy-derive v0.8.42
2862026-03-16T07:57:00.893Z Checking managed v0.8.0
2872026-03-16T07:57:01.123Z Documenting byteorder v1.5.0
2882026-03-16T07:57:01.174Z Compiling darling_macro v0.21.3
2892026-03-16T07:57:01.287Z Checking bitflags v1.3.2
2902026-03-16T07:57:01.360Z Documenting bitflags v2.11.0
2912026-03-16T07:57:01.628Z Checking cobs v0.3.0
2922026-03-16T07:57:01.761Z Documenting thiserror v2.0.18
2932026-03-16T07:57:01.789Z Compiling crc32fast v1.5.0
2942026-03-16T07:57:01.897Z Compiling darling v0.21.3
2952026-03-16T07:57:01.918Z Documenting darling v0.21.3
2962026-03-16T07:57:01.989Z Compiling ingot-macros v0.1.1
2972026-03-16T07:57:02.224Z Documenting zerocopy v0.8.42
2982026-03-16T07:57:02.311Z Documenting regex v1.12.3
2992026-03-16T07:57:02.386Z Documenting hash32 v0.3.1
3002026-03-16T07:57:02.583Z Documenting macaddr v1.0.1
3012026-03-16T07:57:02.956Z Documenting stable_deref_trait v1.2.1
3022026-03-16T07:57:03.097Z Documenting cfg-if v1.0.4
3032026-03-16T07:57:03.334Z Compiling ref-cast v1.0.25
3042026-03-16T07:57:03.668Z Documenting ingot-macros v0.1.1
3052026-03-16T07:57:03.775Z Documenting cobs v0.3.0
3062026-03-16T07:57:03.816Z Documenting serde v1.0.228
3072026-03-16T07:57:04.055Z Documenting heapless v0.8.0
3082026-03-16T07:57:04.331Z Checking postcard v1.1.3
3092026-03-16T07:57:04.711Z Compiling ref-cast-impl v1.0.25
3102026-03-16T07:57:05.121Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-03-16T07:57:05.315Z Documenting managed v0.8.0
3122026-03-16T07:57:05.452Z Compiling version_check v0.9.5
3132026-03-16T07:57:05.722Z Checking ipnetwork v0.21.1
3142026-03-16T07:57:05.749Z Checking unicode-width v0.2.2
3152026-03-16T07:57:05.801Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3162026-03-16T07:57:05.804Z Documenting postcard v1.1.3
3172026-03-16T07:57:05.934Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3182026-03-16T07:57:06.068Z Documenting ref-cast-impl v1.0.25
3192026-03-16T07:57:06.100Z Documenting unicode-width v0.2.2
3202026-03-16T07:57:06.187Z Checking ingot-types v0.1.2
3212026-03-16T07:57:06.197Z Documenting either v1.15.0
3222026-03-16T07:57:06.358Z Documenting ingot-types v0.1.2
3232026-03-16T07:57:06.404Z Documenting smoltcp v0.11.0
3242026-03-16T07:57:06.657Z Checking ingot v0.1.1
3252026-03-16T07:57:06.783Z Documenting ipnetwork v0.21.1
3262026-03-16T07:57:07.158Z Checking tabwriter v1.4.1
3272026-03-16T07:57:07.409Z Documenting itertools v0.14.0
3282026-03-16T07:57:07.706Z Documenting tabwriter v1.4.1
3292026-03-16T07:57:08.033Z Documenting ref-cast v1.0.25
3302026-03-16T07:57:08.431Z Documenting ingot v0.1.1
3312026-03-16T07:57:08.549Z Documenting crc32fast v1.5.0
3322026-03-16T07:57:08.722Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3332026-03-16T07:57:08.777Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3342026-03-16T07:57:09.211Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3352026-03-16T07:57:09.837Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-03-16T07:57:09.966Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-03-16T07:57:10.040Z Documenting dyn-clone v1.0.20
3382026-03-16T07:57:10.137Z Checking dyn-clone v1.0.20
3392026-03-16T07:57:11.836Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-03-16T07:57:13.308Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-03-16T07:57:16.285Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.54s
3422026-03-16T07:57:16.388Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-03-16T07:57:16.408Z
3442026-03-16T07:57:16.412Zreal 28.655198124
3452026-03-16T07:57:16.412Zuser 1:44.431730161
3462026-03-16T07:57:16.412Zsys 19.736080372
3472026-03-16T07:57:16.412Ztrap 0.063532575
3482026-03-16T07:57:16.412Ztflt 0.238758742
3492026-03-16T07:57:16.412Zdflt 0.118271528
3502026-03-16T07:57:16.412Zkflt 0.002059012
3512026-03-16T07:57:16.412Zlock 9:27.592010121
3522026-03-16T07:57:16.412Zslp 5:40.404360517
3532026-03-16T07:57:16.412Zlat 11.077955601
3542026-03-16T07:57:16.412Zstop 12.555340089
3552026-03-16T07:57:16.412Z+ header 'analyze std + api'
3562026-03-16T07:57:16.412Z+ echo '# ==== analyze std + api ==== #'
3572026-03-16T07:57:16.412Z# ==== analyze std + api ==== #
3582026-03-16T07:57:16.412Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-03-16T07:57:16.710Z Compiling proc-macro2 v1.0.106
3602026-03-16T07:57:16.710Z Compiling quote v1.0.45
3612026-03-16T07:57:16.710Z Compiling unicode-ident v1.0.24
3622026-03-16T07:57:16.713Z Compiling memchr v2.8.0
3632026-03-16T07:57:16.713Z Compiling thiserror v2.0.18
3642026-03-16T07:57:16.713Z Compiling zerocopy v0.8.42
3652026-03-16T07:57:16.713Z Compiling zmij v1.0.21
3662026-03-16T07:57:16.713Z Compiling libc v0.2.183
3672026-03-16T07:57:16.919Z Compiling serde_core v1.0.228
3682026-03-16T07:57:17.160Z Compiling ucd-trie v0.1.7
3692026-03-16T07:57:17.192Z Compiling serde_json v1.0.149
3702026-03-16T07:57:17.252Z Compiling fnv v1.0.7
3712026-03-16T07:57:17.355Z Compiling pest v2.8.6
3722026-03-16T07:57:17.438Z Compiling strsim v0.11.1
3732026-03-16T07:57:17.464Z Compiling serde v1.0.228
3742026-03-16T07:57:17.512Z Compiling ident_case v1.0.1
3752026-03-16T07:57:17.890Z Compiling aho-corasick v1.1.4
3762026-03-16T07:57:17.934Z Compiling itoa v1.0.17
3772026-03-16T07:57:17.959Z Compiling regex-syntax v0.8.10
3782026-03-16T07:57:18.293Z Checking byteorder v1.5.0
3792026-03-16T07:57:18.454Z Compiling syn v2.0.117
3802026-03-16T07:57:18.982Z Compiling pest_meta v2.8.6
3812026-03-16T07:57:19.033Z Compiling either v1.15.0
3822026-03-16T07:57:19.226Z Compiling usdt-impl v0.6.0
3832026-03-16T07:57:19.283Z Compiling itertools v0.14.0
3842026-03-16T07:57:19.799Z Compiling thread-id v5.1.0
3852026-03-16T07:57:19.935Z Compiling regex-automata v0.4.14
3862026-03-16T07:57:19.942Z Checking plain v0.2.3
3872026-03-16T07:57:20.207Z Checking log v0.4.29
3882026-03-16T07:57:20.394Z Compiling heapless v0.8.0
3892026-03-16T07:57:20.963Z Checking bitflags v2.11.0
3902026-03-16T07:57:20.968Z Checking hash32 v0.3.1
3912026-03-16T07:57:21.105Z Compiling smoltcp v0.11.0
3922026-03-16T07:57:21.124Z Checking cfg-if v1.0.4
3932026-03-16T07:57:21.156Z Checking macaddr v1.0.1
3942026-03-16T07:57:21.187Z Checking pretty-hex v0.4.2
3952026-03-16T07:57:21.317Z Checking stable_deref_trait v1.2.1
3962026-03-16T07:57:21.615Z Compiling ref-cast v1.0.25
3972026-03-16T07:57:21.627Z Checking bitflags v1.3.2
3982026-03-16T07:57:21.696Z Compiling version_check v0.9.5
3992026-03-16T07:57:21.765Z Compiling crc32fast v1.5.0
4002026-03-16T07:57:21.883Z Compiling pest_generator v2.8.6
4012026-03-16T07:57:22.007Z Compiling darling_core v0.21.3
4022026-03-16T07:57:22.043Z Checking managed v0.8.0
4032026-03-16T07:57:22.161Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4042026-03-16T07:57:22.268Z Compiling regex v1.12.3
4052026-03-16T07:57:22.506Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-03-16T07:57:22.700Z Checking memmap2 v0.9.10
4072026-03-16T07:57:22.874Z Checking unicode-width v0.2.2
4082026-03-16T07:57:22.892Z Checking ipnetwork v0.21.1
4092026-03-16T07:57:23.180Z Checking tabwriter v1.4.1
4102026-03-16T07:57:23.292Z Checking dyn-clone v1.0.20
4112026-03-16T07:57:23.598Z Compiling thiserror-impl v2.0.18
4122026-03-16T07:57:23.598Z Compiling serde_derive v1.0.228
4132026-03-16T07:57:23.605Z Compiling zerocopy-derive v0.8.42
4142026-03-16T07:57:23.605Z Compiling pest_derive v2.8.6
4152026-03-16T07:57:23.903Z Compiling scroll_derive v0.13.1
4162026-03-16T07:57:24.191Z Compiling ref-cast-impl v1.0.25
4172026-03-16T07:57:24.223Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-03-16T07:57:24.814Z Compiling darling_macro v0.21.3
4192026-03-16T07:57:24.997Z Checking scroll v0.13.0
4202026-03-16T07:57:25.273Z Checking goblin v0.10.5
4212026-03-16T07:57:25.293Z Compiling dtrace-parser v0.3.0
4222026-03-16T07:57:25.316Z Checking cobs v0.3.0
4232026-03-16T07:57:25.481Z Compiling darling v0.21.3
4242026-03-16T07:57:25.561Z Compiling ingot-macros v0.1.1
4252026-03-16T07:57:25.612Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-03-16T07:57:27.229Z Checking postcard v1.1.3
4272026-03-16T07:57:27.347Z Compiling serde_tokenstream v0.2.3
4282026-03-16T07:57:29.135Z Checking ingot-types v0.1.2
4292026-03-16T07:57:29.135Z Checking dof v0.4.0
4302026-03-16T07:57:29.537Z Checking ingot v0.1.1
4312026-03-16T07:57:30.355Z Compiling usdt-attr-macro v0.6.0
4322026-03-16T07:57:30.359Z Compiling usdt-macro v0.6.0
4332026-03-16T07:57:31.104Z Checking usdt v0.6.0
4342026-03-16T07:57:31.578Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-03-16T07:57:43.105Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.62s
4362026-03-16T07:57:43.138Z
4372026-03-16T07:57:43.141Zreal 26.714862042
4382026-03-16T07:57:43.141Zuser 1:26.699589815
4392026-03-16T07:57:43.141Zsys 14.993108643
4402026-03-16T07:57:43.141Ztrap 0.045326135
4412026-03-16T07:57:43.141Ztflt 0.171974070
4422026-03-16T07:57:43.141Zdflt 0.202718156
4432026-03-16T07:57:43.141Zkflt 0.000008756
4442026-03-16T07:57:43.141Zlock 5:08.850853156
4452026-03-16T07:57:43.141Zslp 4:25.148493028
4462026-03-16T07:57:43.141Zlat 3.392442042
4472026-03-16T07:57:43.141Zstop 7.492324309
4482026-03-16T07:57:43.141Z+ header 'analyze no_std + engine + kernel'
4492026-03-16T07:57:43.141Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-03-16T07:57:43.141Z# ==== analyze no_std + engine + kernel ==== #
4512026-03-16T07:57:43.142Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-03-16T07:57:43.372Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4532026-03-16T07:57:43.377Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4542026-03-16T07:57:43.377Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-03-16T07:57:43.401Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-03-16T07:57:43.742Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-03-16T07:57:49.733Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.53s
4582026-03-16T07:57:49.763Z
4592026-03-16T07:57:49.766Zreal 6.616019902
4602026-03-16T07:57:49.766Zuser 7.138924097
4612026-03-16T07:57:49.766Zsys 1.103655160
4622026-03-16T07:57:49.766Ztrap 0.001045632
4632026-03-16T07:57:49.766Ztflt 0.005520293
4642026-03-16T07:57:49.766Zdflt 0.001879264
4652026-03-16T07:57:49.767Zkflt 0.000000000
4662026-03-16T07:57:49.767Zlock 28.833413426
4672026-03-16T07:57:49.767Zslp 24.896707340
4682026-03-16T07:57:49.767Zlat 0.019035215
4692026-03-16T07:57:49.767Zstop 0.288293864
4702026-03-16T07:57:49.767Z+ header test
4712026-03-16T07:57:49.767Z+ echo '# ==== test ==== #'
4722026-03-16T07:57:49.767Z# ==== test ==== #
4732026-03-16T07:57:49.767Z+ ptime -m cargo test
4742026-03-16T07:57:49.957Z Compiling serde_core v1.0.228
4752026-03-16T07:57:49.960Z Compiling thiserror v2.0.18
4762026-03-16T07:57:49.960Z Compiling zerocopy v0.8.42
4772026-03-16T07:57:49.985Z Compiling byteorder v1.5.0
4782026-03-16T07:57:49.988Z Compiling memchr v2.8.0
4792026-03-16T07:57:49.992Z Compiling unicode-ident v1.0.24
4802026-03-16T07:57:49.996Z Compiling libc v0.2.183
4812026-03-16T07:57:49.999Z Compiling scroll v0.13.0
4822026-03-16T07:57:50.081Z Compiling zmij v1.0.21
4832026-03-16T07:57:50.145Z Compiling proc-macro2 v1.0.106
4842026-03-16T07:57:50.267Z Compiling itoa v1.0.17
4852026-03-16T07:57:50.327Z Compiling ucd-trie v0.1.7
4862026-03-16T07:57:50.478Z Compiling log v0.4.29
4872026-03-16T07:57:50.559Z Compiling plain v0.2.3
4882026-03-16T07:57:50.583Z Compiling pest v2.8.6
4892026-03-16T07:57:50.676Z Compiling goblin v0.10.5
4902026-03-16T07:57:50.748Z Compiling quote v1.0.45
4912026-03-16T07:57:51.217Z Compiling hash32 v0.3.1
4922026-03-16T07:57:51.411Z Compiling cfg-if v1.0.4
4932026-03-16T07:57:51.482Z Compiling macaddr v1.0.1
4942026-03-16T07:57:51.583Z Compiling pretty-hex v0.4.2
4952026-03-16T07:57:51.741Z Compiling stable_deref_trait v1.2.1
4962026-03-16T07:57:51.794Z Compiling syn v2.0.117
4972026-03-16T07:57:51.820Z Compiling heapless v0.8.0
4982026-03-16T07:57:52.022Z Compiling thread-id v5.1.0
4992026-03-16T07:57:52.109Z Compiling dtrace-parser v0.3.0
5002026-03-16T07:57:52.430Z Compiling cobs v0.3.0
5012026-03-16T07:57:52.758Z Compiling serde v1.0.228
5022026-03-16T07:57:52.771Z Compiling serde_json v1.0.149
5032026-03-16T07:57:52.892Z Compiling bitflags v2.11.0
5042026-03-16T07:57:53.393Z Compiling managed v0.8.0
5052026-03-16T07:57:53.612Z Compiling bitflags v1.3.2
5062026-03-16T07:57:53.664Z Compiling smoltcp v0.11.0
5072026-03-16T07:57:53.678Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-03-16T07:57:53.686Z Compiling postcard v1.1.3
5092026-03-16T07:57:53.965Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5102026-03-16T07:57:54.155Z Compiling ingot-types v0.1.2
5112026-03-16T07:57:54.311Z Compiling memmap2 v0.9.10
5122026-03-16T07:57:54.701Z Compiling dof v0.4.0
5132026-03-16T07:57:54.705Z Compiling ingot v0.1.1
5142026-03-16T07:57:54.723Z Compiling unicode-width v0.2.2
5152026-03-16T07:57:55.117Z Compiling either v1.15.0
5162026-03-16T07:57:55.381Z Compiling ipnetwork v0.21.1
5172026-03-16T07:57:56.038Z Compiling usdt-impl v0.6.0
5182026-03-16T07:57:56.644Z Compiling usdt v0.6.0
5192026-03-16T07:57:56.942Z Compiling itertools v0.14.0
5202026-03-16T07:57:57.391Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-03-16T07:57:57.753Z Compiling tabwriter v1.4.1
5222026-03-16T07:57:58.279Z Compiling ref-cast v1.0.25
5232026-03-16T07:57:58.432Z Compiling crc32fast v1.5.0
5242026-03-16T07:57:58.731Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-03-16T07:57:58.907Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-03-16T07:57:59.366Z Compiling dyn-clone v1.0.20
5272026-03-16T07:58:17.149Z Finished `test` profile [optimized + debuginfo] target(s) in 27.36s
5282026-03-16T07:58:17.164Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-adb099c2f98d4870)
5292026-03-16T07:58:17.167Z
5302026-03-16T07:58:17.167Zrunning 72 tests
5312026-03-16T07:58:17.167Ztest d_error::tests::name_truncation ... ok
5322026-03-16T07:58:17.167Ztest ddi::mblk::test::chain_breaks_links ... ok
5332026-03-16T07:58:17.167Ztest ddi::mblk::test::chain_append_links ... ok
5342026-03-16T07:58:17.167Ztest d_error::tests::name_and_data_storage ... ok
5352026-03-16T07:58:17.167Ztest ddi::mblk::test::chain_drain_complete ... ok
5362026-03-16T07:58:17.167Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5372026-03-16T07:58:17.167Ztest ddi::mblk::test::expand_and_shrink ... ok
5382026-03-16T07:58:17.167Ztest ddi::mblk::test::prefix_len ... ok
5392026-03-16T07:58:17.167Ztest ddi::mblk::test::read_seg ... ok
5402026-03-16T07:58:17.167Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5412026-03-16T07:58:17.167Ztest ddi::mblk::test::truncate ... ok
5422026-03-16T07:58:17.167Ztest ddi::mblk::test::uninitialized_packet ... ok
5432026-03-16T07:58:17.167Ztest ddi::mblk::test::wrap ... ok
5442026-03-16T07:58:17.167Ztest ddi::mblk::test::zero_byte_packet ... ok
5452026-03-16T07:58:17.167Ztest ddi::time::test::good_interval ... ok
5462026-03-16T07:58:17.167Ztest engine::dhcp::test::offlink_encode ... ok
5472026-03-16T07:58:17.171Ztest engine::dhcp::test::domainname_encode ... ok
5482026-03-16T07:58:17.171Ztest engine::dhcp::test::domain_search_option_encode ... ok
5492026-03-16T07:58:17.171Ztest engine::dhcp::test::hostname_encode ... ok
5502026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_client_id ... ok
5512026-03-16T07:58:17.171Ztest engine::dhcp::test::rfc3442_encode ... ok
5522026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5532026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5542026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5552026-03-16T07:58:17.171Ztest ddi::time::test::bad_interval - should panic ... ok
5562026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_iata ... ok
5572026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_iana ... ok
5582026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5592026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_option_request ... ok
5602026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5612026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5622026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5632026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5642026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_server_id ... ok
5652026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5662026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5672026-03-16T07:58:17.171Ztest engine::dhcpv6::options::test::test_status ... ok
5682026-03-16T07:58:17.172Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5692026-03-16T07:58:17.172Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5702026-03-16T07:58:17.172Ztest engine::ether::test::emit ... ok
5712026-03-16T07:58:17.172Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5722026-03-16T07:58:17.172Ztest engine::flow_table::test::flow_clear ... ok
5732026-03-16T07:58:17.172Ztest engine::flow_table::test::flow_expired ... ok
5742026-03-16T07:58:17.172Ztest engine::geneve::test::emit_single_opt ... ok
5752026-03-16T07:58:17.172Ztest engine::geneve::test::emit_no_opts ... ok
5762026-03-16T07:58:17.172Ztest engine::ip::v4::test::cidr_match ... ok
5772026-03-16T07:58:17.172Ztest engine::ip::v4::test::emit ... ok
5782026-03-16T07:58:17.172Ztest engine::ip::v4::test::match_check ... ok
5792026-03-16T07:58:17.172Ztest engine::ip::v6::test::option_push_spec ... ok
5802026-03-16T07:58:17.172Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5812026-03-16T07:58:17.172Ztest engine::ip::v6::test::emit ... ok
5822026-03-16T07:58:17.172Ztest engine::ip::v6::test::from_pairs ... ok
5832026-03-16T07:58:17.172Ztest engine::ip::v6::test::extension_push_spec ... ok
5842026-03-16T07:58:17.172Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5852026-03-16T07:58:17.172Ztest engine::layer::test::find_rule ... ok
5862026-03-16T07:58:17.172Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5872026-03-16T07:58:17.172Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5882026-03-16T07:58:17.172Ztest engine::ip::v6::test::test_set_total_len ... ok
5892026-03-16T07:58:17.172Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5902026-03-16T07:58:17.172Ztest engine::nat::test::nat4_rewrite ... ok
5912026-03-16T07:58:17.172Ztest engine::packet::test::read_multi_segment ... ok
5922026-03-16T07:58:17.172Ztest engine::packet::test::read_single_segment ... ok
5932026-03-16T07:58:17.172Ztest engine::packet::test::small_packet_with_padding ... ok
5942026-03-16T07:58:17.172Ztest engine::packet::test::straddled_tcp ... ok
5952026-03-16T07:58:17.172Ztest engine::packet::test::udp6_packet_with_padding ... ok
5962026-03-16T07:58:17.172Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5972026-03-16T07:58:17.172Ztest engine::rule::rule_matching ... ok
5982026-03-16T07:58:17.172Ztest engine::ip::v6::test::push_spec ... ok
5992026-03-16T07:58:17.172Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6002026-03-16T07:58:17.172Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-03-16T07:58:17.172Ztest engine::snat::test::nat_mappings ... ok
6022026-03-16T07:58:17.172Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6032026-03-16T07:58:17.172Z
6042026-03-16T07:58:17.172Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-03-16T07:58:17.172Z
6062026-03-16T07:58:17.173Z Doc-tests opte
6072026-03-16T07:58:19.692Z
6082026-03-16T07:58:19.692Zrunning 3 tests
6092026-03-16T07:58:19.695Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-03-16T07:58:19.695Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-03-16T07:58:19.695Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6122026-03-16T07:58:19.695Z
6132026-03-16T07:58:19.695Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-03-16T07:58:19.695Z
6152026-03-16T07:58:19.701Zall doctests ran in 1.76s; merged doctests compilation took 1.74s
6162026-03-16T07:58:19.749Z
6172026-03-16T07:58:19.752Zreal 29.964886174
6182026-03-16T07:58:19.752Zuser 2:33.572643628
6192026-03-16T07:58:19.752Zsys 8.483713699
6202026-03-16T07:58:19.752Ztrap 0.074718298
6212026-03-16T07:58:19.752Ztflt 0.300754892
6222026-03-16T07:58:19.752Zdflt 0.303308293
6232026-03-16T07:58:19.752Zkflt 0.000018894
6242026-03-16T07:58:19.752Zlock 7:44.861371015
6252026-03-16T07:58:19.752Zslp 4:47.548880917
6262026-03-16T07:58:19.752Zlat 6.947347957
6272026-03-16T07:58:19.752Zstop 3.216451876
6282026-03-16T07:58:19.752Zprocess exited: duration 111344 ms, exit code 0
 
6292026-03-16T07:58:19.758Zfound 0 output files