01KNRWYT0GM43AG70107ZSH7A5: opte

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

Buildomat Job: 01KNRWZ30A1GTCA0MRVA0CRCWN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-09T10:36:10.651Zjob assigned to worker 01KNRWZBK3ZV14Z3EH8TWQ1F69 [factory aws, i-04b8b25e645df5d96] (queued for 50 s)
 
22026-04-09T10:36:17.081Zstarting task 0: "setup"
32026-04-09T10:36:17.085Z++ uname -s
42026-04-09T10:36:17.088Z+ kern=SunOS
52026-04-09T10:36:17.088Z+ build_user=build
62026-04-09T10:36:17.088Z+ build_uid=12345
72026-04-09T10:36:17.088Z+ work_dir=/work
82026-04-09T10:36:17.088Z+ input_dir=/input
92026-04-09T10:36:17.088Z+ [[ 0 == 12345 ]]
102026-04-09T10:36:17.088Z+ case "$kern" in
112026-04-09T10:36:17.088Z+ groupadd -g 12345 build
122026-04-09T10:36:17.091Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-09T10:36:19.099Z+ zfs create -o mountpoint=/work rpool/work
142026-04-09T10:36:19.220Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-09T10:36:19.226Z+ home_fs=zfs
162026-04-09T10:36:19.226Z+ [[ zfs == autofs ]]
172026-04-09T10:36:19.226Z+ mkdir -p /home/build
182026-04-09T10:36:19.226Z+ chown build:build /home/build /work
192026-04-09T10:36:20.224Z+ chmod 0700 /home/build /work
202026-04-09T10:36:20.228Zprocess exited: duration 3147 ms, exit code 0
 
212026-04-09T10:36:20.234Zstarting task 1: "rust-toolchain"
222026-04-09T10:36:20.238Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-09T10:36:20.238Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-09T10:36:20.238Z * rust toolchain channel = "1.90.0"
252026-04-09T10:36:20.238Z * rust toolchain profile = "default"
262026-04-09T10:36:20.238Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-09T10:36:20.238Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-09T10:36:20.242Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-09T10:36:20.242Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-09T10:36:20.365Zinfo: downloading installer
312026-04-09T10:36:21.770Zwarn: It looks like you have an existing installation of Rust at:
322026-04-09T10:36:21.770Zwarn: /opt/ooce/bin
332026-04-09T10:36:21.770Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-09T10:36:21.770Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-09T10:36:21.771Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-09T10:36:21.771Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-09T10:36:21.771Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-09T10:36:21.771Zerror: cannot install while Rust is installed
392026-04-09T10:36:21.771Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-09T10:36:21.771Zwarn: It looks like you have an existing rustup settings file at:
412026-04-09T10:36:21.771Zwarn: /home/build/.rustup/settings.toml
422026-04-09T10:36:21.771Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-09T10:36:21.771Zwarn: instead of the one inferred from the default host triple.
442026-04-09T10:36:21.784Zinfo: profile set to default
452026-04-09T10:36:21.784Zinfo: default host triple is x86_64-unknown-illumos
462026-04-09T10:36:21.787Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-09T10:36:21.929Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-09T10:36:21.932Zinfo: downloading 6 components
492026-04-09T10:36:36.090Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-09T10:36:36.091Z
512026-04-09T10:36:36.121Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-09T10:36:36.121Z
532026-04-09T10:36:36.124Z
542026-04-09T10:36:36.124ZRust is installed now. Great!
552026-04-09T10:36:36.124Z
562026-04-09T10:36:36.124ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-09T10:36:36.124Zenvironment variable. This has not been done automatically.
582026-04-09T10:36:36.124Z
592026-04-09T10:36:36.124ZTo configure your current shell, you need to source
602026-04-09T10:36:36.124Zthe corresponding env file under $HOME/.cargo.
612026-04-09T10:36:36.124Z
622026-04-09T10:36:36.124ZThis is usually done by running one of the following (note the leading DOT):
632026-04-09T10:36:36.124Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-09T10:36:36.124Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-09T10:36:36.124Zsource "~/.cargo/env.nu" # For nushell
662026-04-09T10:36:36.124Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-09T10:36:36.124Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-09T10:36:36.124Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-09T10:36:36.125Zwarn: no default linker (`cc`) was found in your PATH
702026-04-09T10:36:36.125Zwarn: many Rust crates require a system C toolchain to build
712026-04-09T10:36:36.205Z+ rustup --version
722026-04-09T10:36:36.213Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-09T10:36:36.217Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-09T10:36:36.236Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-09T10:36:36.239Z+ cargo --version
762026-04-09T10:36:36.251Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-09T10:36:36.254Z+ rustc --version
782026-04-09T10:36:36.274Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-09T10:36:36.277Zprocess exited: duration 16039 ms, exit code 0
 
802026-04-09T10:36:36.283Zstarting task 2: "authentication"
812026-04-09T10:36:36.299Zprocess exited: duration 16 ms, exit code 0
 
822026-04-09T10:36:36.306Zstarting task 3: "clone repository"
832026-04-09T10:36:36.309Z+ mkdir -p /work/oxidecomputer/opte
842026-04-09T10:36:36.312Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-09T10:36:36.340ZCloning into '/work/oxidecomputer/opte'...
862026-04-09T10:36:37.163Z+ cd /work/oxidecomputer/opte
872026-04-09T10:36:37.166Z+ git fetch origin ab9008db67870d407c9413ef129e4eb701cc81a6
882026-04-09T10:36:37.416ZFrom https://github.com/oxidecomputer/opte
892026-04-09T10:36:37.416Z * branch ab9008db67870d407c9413ef129e4eb701cc81a6 -> FETCH_HEAD
902026-04-09T10:36:37.423Z+ [[ -n zl/filter-mcast-srcs ]]
912026-04-09T10:36:37.426Z++ git branch --show-current
922026-04-09T10:36:37.426Z+ current=master
932026-04-09T10:36:37.426Z+ [[ master != zl/filter-mcast-srcs ]]
942026-04-09T10:36:37.426Z+ git branch -f zl/filter-mcast-srcs ab9008db67870d407c9413ef129e4eb701cc81a6
952026-04-09T10:36:37.430Z+ git checkout -f zl/filter-mcast-srcs
962026-04-09T10:36:37.444ZSwitched to branch 'zl/filter-mcast-srcs'
972026-04-09T10:36:37.448Z+ git reset --hard ab9008db67870d407c9413ef129e4eb701cc81a6
982026-04-09T10:36:37.451ZHEAD is now at ab9008d [review] api comment updates for ord impl
992026-04-09T10:36:37.454Zprocess exited: duration 1145 ms, exit code 0
 
1002026-04-09T10:36:37.460Zstarting task 4: "build"
1012026-04-09T10:36:37.464Z+ source .github/buildomat/common.sh
1022026-04-09T10:36:37.464Z++ rustup show active-toolchain
1032026-04-09T10:36:37.470Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-09T10:36:37.473Z++ pushd xde
1052026-04-09T10:36:37.473Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-09T10:36:37.473Z++ rustup show active-toolchain
1072026-04-09T10:36:37.477Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-04-09T10:36:37.628Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-04-09T10:36:37.631Zinfo: downloading 6 components
1102026-04-09T10:36:53.989Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-09T10:36:54.066Z+++ rustup show active-toolchain -v
1122026-04-09T10:36:54.069Z+++ head -n 1
1132026-04-09T10:36:54.069Z+++ cut '-d ' -f1
1142026-04-09T10:36:54.126Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-04-09T10:36:54.126Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-04-09T10:36:54.126Z++ popd
1172026-04-09T10:36:54.129Z/work/oxidecomputer/opte
1182026-04-09T10:36:54.129Z+ cargo --version
1192026-04-09T10:36:54.136Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-04-09T10:36:54.139Z+ rustc --version
1212026-04-09T10:36:54.159Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-04-09T10:36:54.162Z+ cd lib/opte
1232026-04-09T10:36:54.163Z+ header 'check style'
1242026-04-09T10:36:54.163Z+ echo '# ==== check style ==== #'
1252026-04-09T10:36:54.163Z# ==== check style ==== #
1262026-04-09T10:36:54.163Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1272026-04-09T10:36:54.345Z
1282026-04-09T10:36:54.346Zreal 0.180108797
1292026-04-09T10:36:54.346Zuser 0.135166832
1302026-04-09T10:36:54.349Zsys 0.040196161
1312026-04-09T10:36:54.349Ztrap 0.000006428
1322026-04-09T10:36:54.349Ztflt 0.000003828
1332026-04-09T10:36:54.349Zdflt 0.000051529
1342026-04-09T10:36:54.349Zkflt 0.000000000
1352026-04-09T10:36:54.349Zlock 0.047425578
1362026-04-09T10:36:54.349Zslp 0.160791575
1372026-04-09T10:36:54.349Zlat 0.001181055
1382026-04-09T10:36:54.349Zstop 0.000119550
1392026-04-09T10:36:54.349Z+ header 'check docs'
1402026-04-09T10:36:54.349Z+ echo '# ==== check docs ==== #'
1412026-04-09T10:36:54.349Z# ==== check docs ==== #
1422026-04-09T10:36:54.349Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-09T10:36:54.349Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-09T10:36:54.415Z Updating crates.io index
1452026-04-09T10:36:54.447Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-09T10:36:55.390Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-09T10:36:55.670Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-09T10:36:56.059Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-09T10:36:56.428Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-09T10:36:56.690Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-09T10:36:56.950Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-09T10:36:58.538Z Downloading crates ...
1532026-04-09T10:36:58.586Z Downloaded byteorder v1.5.0
1542026-04-09T10:36:58.589Z Downloaded cfg-if v1.0.4
1552026-04-09T10:36:58.592Z Downloaded hash32 v0.3.1
1562026-04-09T10:36:58.595Z Downloaded darling_macro v0.21.3
1572026-04-09T10:36:58.595Z Downloaded block-buffer v0.10.4
1582026-04-09T10:36:58.595Z Downloaded dyn-clone v1.0.20
1592026-04-09T10:36:58.595Z Downloaded dof v0.4.0
1602026-04-09T10:36:58.598Z Downloaded dtrace-parser v0.3.0
1612026-04-09T10:36:58.598Z Downloaded defmt-parser v1.0.0
1622026-04-09T10:36:58.599Z Downloaded either v1.15.0
1632026-04-09T10:36:58.599Z Downloaded digest v0.10.7
1642026-04-09T10:36:58.602Z Downloaded embedded-io v0.4.0
1652026-04-09T10:36:58.606Z Downloaded ref-cast v1.0.25
1662026-04-09T10:36:58.609Z Downloaded managed v0.8.0
1672026-04-09T10:36:58.612Z Downloaded ref-cast-impl v1.0.25
1682026-04-09T10:36:58.620Z Downloaded bitflags v1.3.2
1692026-04-09T10:36:58.623Z Downloaded ipnetwork v0.21.1
1702026-04-09T10:36:58.628Z Downloaded generic-array v0.14.7
1712026-04-09T10:36:58.633Z Downloaded thread-id v5.1.0
1722026-04-09T10:36:58.636Z Downloaded usdt-macro v0.6.0
1732026-04-09T10:36:58.636Z Downloaded strsim v0.11.1
1742026-04-09T10:36:58.639Z Downloaded itoa v1.0.17
1752026-04-09T10:36:58.643Z Downloaded crypto-common v0.1.7
1762026-04-09T10:36:58.646Z Downloaded cpufeatures v0.2.17
1772026-04-09T10:36:58.646Z Downloaded embedded-io v0.6.1
1782026-04-09T10:36:58.646Z Downloaded pretty-hex v0.4.1
1792026-04-09T10:36:58.650Z Downloaded defmt v0.3.100
1802026-04-09T10:36:58.653Z Downloaded version_check v0.9.5
1812026-04-09T10:36:58.653Z Downloaded serde_tokenstream v0.2.2
1822026-04-09T10:36:58.656Z Downloaded thiserror v2.0.18
1832026-04-09T10:36:58.656Z Downloaded scroll v0.13.0
1842026-04-09T10:36:58.659Z Downloaded bitflags v2.10.0
1852026-04-09T10:36:58.662Z Downloaded stable_deref_trait v1.2.1
1862026-04-09T10:36:58.662Z Downloaded fnv v1.0.7
1872026-04-09T10:36:58.662Z Downloaded tabwriter v1.4.1
1882026-04-09T10:36:58.665Z Downloaded ident_case v1.0.1
1892026-04-09T10:36:58.665Z Downloaded usdt v0.6.0
1902026-04-09T10:36:58.669Z Downloaded usdt-attr-macro v0.6.0
1912026-04-09T10:36:58.672Z Downloaded scroll_derive v0.13.1
1922026-04-09T10:36:58.672Z Downloaded proc-macro-error-attr2 v2.0.0
1932026-04-09T10:36:58.675Z Downloaded plain v0.2.3
1942026-04-09T10:36:58.683Z Downloaded thiserror-impl v2.0.18
1952026-04-09T10:36:58.686Z Downloaded usdt-impl v0.6.0
1962026-04-09T10:36:58.686Z Downloaded macaddr v1.0.1
1972026-04-09T10:36:58.692Z Downloaded sha2 v0.10.9
1982026-04-09T10:36:58.695Z Downloaded ingot-types v0.1.2
1992026-04-09T10:36:58.698Z Downloaded quote v1.0.44
2002026-04-09T10:36:58.701Z Downloaded defmt-macros v1.0.1
2012026-04-09T10:36:58.701Z Downloaded postcard v1.1.3
2022026-04-09T10:36:58.708Z Downloaded cobs v0.3.0
2032026-04-09T10:36:58.712Z Downloaded aho-corasick v1.1.4
2042026-04-09T10:36:58.715Z Downloaded zmij v1.0.20
2052026-04-09T10:36:58.715Z Downloaded proc-macro-error2 v2.0.1
2062026-04-09T10:36:58.718Z Downloaded ingot v0.1.1
2072026-04-09T10:36:58.723Z Downloaded darling v0.21.3
2082026-04-09T10:36:58.730Z Downloaded ucd-trie v0.1.7
2092026-04-09T10:36:58.733Z Downloaded serde_core v1.0.228
2102026-04-09T10:36:58.736Z Downloaded heapless v0.8.0
2112026-04-09T10:36:58.739Z Downloaded crc32fast v1.5.0
2122026-04-09T10:36:58.742Z Downloaded memmap2 v0.9.9
2132026-04-09T10:36:58.746Z Downloaded pest_generator v2.8.6
2142026-04-09T10:36:58.749Z Downloaded ingot-macros v0.1.1
2152026-04-09T10:36:58.749Z Downloaded serde_derive v1.0.228
2162026-04-09T10:36:58.752Z Downloaded pest_derive v2.8.6
2172026-04-09T10:36:58.756Z Downloaded unicode-ident v1.0.23
2182026-04-09T10:36:58.759Z Downloaded log v0.4.29
2192026-04-09T10:36:58.763Z Downloaded defmt v1.0.1
2202026-04-09T10:36:58.768Z Downloaded proc-macro2 v1.0.106
2212026-04-09T10:36:58.772Z Downloaded pest_meta v2.8.6
2222026-04-09T10:36:58.776Z Downloaded typenum v1.19.0
2232026-04-09T10:36:58.783Z Downloaded serde v1.0.228
2242026-04-09T10:36:58.796Z Downloaded darling_core v0.21.3
2252026-04-09T10:36:58.799Z Downloaded memchr v2.8.0
2262026-04-09T10:36:58.813Z Downloaded zerocopy-derive v0.8.39
2272026-04-09T10:36:58.824Z Downloaded pest v2.8.6
2282026-04-09T10:36:58.829Z Downloaded regex v1.12.3
2292026-04-09T10:36:58.836Z Downloaded serde_json v1.0.149
2302026-04-09T10:36:58.842Z Downloaded itertools v0.14.0
2312026-04-09T10:36:58.872Z Downloaded goblin v0.10.4
2322026-04-09T10:36:58.894Z Downloaded zerocopy v0.8.39
2332026-04-09T10:36:58.905Z Downloaded unicode-width v0.2.2
2342026-04-09T10:36:58.908Z Downloaded syn v2.0.114
2352026-04-09T10:36:58.915Z Downloaded smoltcp v0.11.0
2362026-04-09T10:36:58.923Z Downloaded regex-syntax v0.8.9
2372026-04-09T10:36:58.960Z Downloaded regex-automata v0.4.14
2382026-04-09T10:36:58.968Z Downloaded libc v0.2.180
2392026-04-09T10:36:59.024Z Compiling proc-macro2 v1.0.106
2402026-04-09T10:36:59.025Z Compiling quote v1.0.44
2412026-04-09T10:36:59.025Z Compiling unicode-ident v1.0.23
2422026-04-09T10:36:59.028Z Documenting unicode-ident v1.0.23
2432026-04-09T10:36:59.028Z Compiling ident_case v1.0.1
2442026-04-09T10:36:59.028Z Compiling serde_core v1.0.228
2452026-04-09T10:36:59.028Z Compiling strsim v0.11.1
2462026-04-09T10:36:59.173Z Compiling fnv v1.0.7
2472026-04-09T10:36:59.190Z Compiling memchr v2.8.0
2482026-04-09T10:36:59.368Z Compiling serde v1.0.228
2492026-04-09T10:36:59.406Z Compiling thiserror v2.0.18
2502026-04-09T10:36:59.454Z Compiling regex-syntax v0.8.9
2512026-04-09T10:36:59.505Z Compiling zerocopy v0.8.39
2522026-04-09T10:36:59.669Z Documenting proc-macro2 v1.0.106
2532026-04-09T10:36:59.739Z Compiling aho-corasick v1.1.4
2542026-04-09T10:37:00.085Z Compiling syn v2.0.114
2552026-04-09T10:37:00.154Z Checking byteorder v1.5.0
2562026-04-09T10:37:00.251Z Documenting quote v1.0.44
2572026-04-09T10:37:00.319Z Documenting ident_case v1.0.1
2582026-04-09T10:37:00.733Z Documenting syn v2.0.114
2592026-04-09T10:37:00.761Z Compiling either v1.15.0
2602026-04-09T10:37:00.916Z Documenting strsim v0.11.1
2612026-04-09T10:37:00.961Z Compiling regex-automata v0.4.14
2622026-04-09T10:37:01.234Z Documenting fnv v1.0.7
2632026-04-09T10:37:01.378Z Compiling itertools v0.14.0
2642026-04-09T10:37:01.572Z Compiling heapless v0.8.0
2652026-04-09T10:37:01.675Z Documenting memchr v2.8.0
2662026-04-09T10:37:02.020Z Checking bitflags v2.10.0
2672026-04-09T10:37:02.136Z Checking darling_core v0.21.3
2682026-04-09T10:37:02.174Z Checking hash32 v0.3.1
2692026-04-09T10:37:02.281Z Documenting serde_core v1.0.228
2702026-04-09T10:37:02.292Z Documenting aho-corasick v1.1.4
2712026-04-09T10:37:02.850Z Documenting darling_core v0.21.3
2722026-04-09T10:37:03.038Z Compiling regex v1.12.3
2732026-04-09T10:37:03.088Z Checking cfg-if v1.0.4
2742026-04-09T10:37:03.148Z Checking macaddr v1.0.1
2752026-04-09T10:37:03.258Z Checking stable_deref_trait v1.2.1
2762026-04-09T10:37:03.296Z Documenting regex-syntax v0.8.9
2772026-04-09T10:37:03.323Z Compiling smoltcp v0.11.0
2782026-04-09T10:37:03.733Z Compiling thiserror-impl v2.0.18
2792026-04-09T10:37:03.826Z Compiling serde_derive v1.0.228
2802026-04-09T10:37:03.880Z Compiling zerocopy-derive v0.8.39
2812026-04-09T10:37:03.917Z Documenting darling_macro v0.21.3
2822026-04-09T10:37:03.942Z Documenting zerocopy-derive v0.8.39
2832026-04-09T10:37:04.369Z Documenting regex-automata v0.4.14
2842026-04-09T10:37:04.538Z Documenting thiserror-impl v2.0.18
2852026-04-09T10:37:04.632Z Documenting serde_derive v1.0.228
2862026-04-09T10:37:04.683Z Compiling darling_macro v0.21.3
2872026-04-09T10:37:04.706Z Checking bitflags v1.3.2
2882026-04-09T10:37:04.780Z Checking managed v0.8.0
2892026-04-09T10:37:04.961Z Documenting byteorder v1.5.0
2902026-04-09T10:37:05.056Z Checking cobs v0.3.0
2912026-04-09T10:37:05.202Z Documenting bitflags v2.10.0
2922026-04-09T10:37:05.265Z Compiling darling v0.21.3
2932026-04-09T10:37:05.298Z Documenting darling v0.21.3
2942026-04-09T10:37:05.337Z Compiling ingot-macros v0.1.1
2952026-04-09T10:37:05.522Z Documenting hash32 v0.3.1
2962026-04-09T10:37:05.759Z Documenting regex v1.12.3
2972026-04-09T10:37:05.803Z Documenting thiserror v2.0.18
2982026-04-09T10:37:05.947Z Documenting zerocopy v0.8.39
2992026-04-09T10:37:06.157Z Documenting macaddr v1.0.1
3002026-04-09T10:37:06.254Z Documenting cfg-if v1.0.4
3012026-04-09T10:37:06.403Z Documenting stable_deref_trait v1.2.1
3022026-04-09T10:37:06.644Z Documenting ingot-macros v0.1.1
3032026-04-09T10:37:06.730Z Documenting serde v1.0.228
3042026-04-09T10:37:06.879Z Compiling crc32fast v1.5.0
3052026-04-09T10:37:06.964Z Compiling ref-cast v1.0.25
3062026-04-09T10:37:07.042Z Documenting heapless v0.8.0
3072026-04-09T10:37:07.210Z Checking postcard v1.1.3
3082026-04-09T10:37:07.317Z Documenting cobs v0.3.0
3092026-04-09T10:37:07.720Z Compiling ref-cast-impl v1.0.25
3102026-04-09T10:37:07.873Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-04-09T10:37:07.990Z Checking ipnetwork v0.21.1
3122026-04-09T10:37:08.011Z Documenting managed v0.8.0
3132026-04-09T10:37:08.121Z Checking unicode-width v0.2.2
3142026-04-09T10:37:08.174Z Checking ingot-types v0.1.2
3152026-04-09T10:37:08.307Z Compiling version_check v0.9.5
3162026-04-09T10:37:08.313Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3172026-04-09T10:37:08.362Z Documenting ref-cast-impl v1.0.25
3182026-04-09T10:37:08.418Z Documenting postcard v1.1.3
3192026-04-09T10:37:08.511Z Checking ingot v0.1.1
3202026-04-09T10:37:08.575Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3212026-04-09T10:37:08.607Z Documenting smoltcp v0.11.0
3222026-04-09T10:37:08.656Z Documenting unicode-width v0.2.2
3232026-04-09T10:37:08.804Z Documenting either v1.15.0
3242026-04-09T10:37:09.082Z Documenting ingot-types v0.1.2
3252026-04-09T10:37:09.093Z Documenting ipnetwork v0.21.1
3262026-04-09T10:37:09.303Z Documenting ref-cast v1.0.25
3272026-04-09T10:37:09.545Z Checking tabwriter v1.4.1
3282026-04-09T10:37:09.703Z Documenting itertools v0.14.0
3292026-04-09T10:37:09.903Z Documenting tabwriter v1.4.1
3302026-04-09T10:37:10.099Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-04-09T10:37:10.378Z Documenting crc32fast v1.5.0
3322026-04-09T10:37:10.485Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3332026-04-09T10:37:10.538Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3342026-04-09T10:37:10.815Z Documenting ingot v0.1.1
3352026-04-09T10:37:11.018Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-04-09T10:37:11.057Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-04-09T10:37:11.268Z Documenting dyn-clone v1.0.20
3382026-04-09T10:37:11.543Z Checking dyn-clone v1.0.20
3392026-04-09T10:37:13.170Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-04-09T10:37:14.184Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-04-09T10:37:16.401Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.04s
3422026-04-09T10:37:16.480Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-04-09T10:37:16.498Z
3442026-04-09T10:37:16.502Zreal 22.131294940
3452026-04-09T10:37:16.502Zuser 1:15.582817637
3462026-04-09T10:37:16.502Zsys 15.750743711
3472026-04-09T10:37:16.502Ztrap 0.044504575
3482026-04-09T10:37:16.502Ztflt 0.080160709
3492026-04-09T10:37:16.502Zdflt 0.072577526
3502026-04-09T10:37:16.502Zkflt 0.005092512
3512026-04-09T10:37:16.502Zlock 5:39.409700729
3522026-04-09T10:37:16.502Zslp 4:55.892998980
3532026-04-09T10:37:16.502Zlat 8.094566171
3542026-04-09T10:37:16.502Zstop 8.537732580
3552026-04-09T10:37:16.502Z+ header 'analyze std + api'
3562026-04-09T10:37:16.503Z+ echo '# ==== analyze std + api ==== #'
3572026-04-09T10:37:16.503Z# ==== analyze std + api ==== #
3582026-04-09T10:37:16.503Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-04-09T10:37:16.733Z Compiling proc-macro2 v1.0.106
3602026-04-09T10:37:16.733Z Compiling quote v1.0.44
3612026-04-09T10:37:16.733Z Compiling unicode-ident v1.0.23
3622026-04-09T10:37:16.733Z Compiling memchr v2.8.0
3632026-04-09T10:37:16.736Z Compiling thiserror v2.0.18
3642026-04-09T10:37:16.736Z Compiling zerocopy v0.8.39
3652026-04-09T10:37:16.736Z Compiling zmij v1.0.20
3662026-04-09T10:37:16.736Z Compiling serde_core v1.0.228
3672026-04-09T10:37:16.905Z Compiling libc v0.2.180
3682026-04-09T10:37:17.068Z Compiling serde_json v1.0.149
3692026-04-09T10:37:17.100Z Compiling ucd-trie v0.1.7
3702026-04-09T10:37:17.294Z Compiling pest v2.8.6
3712026-04-09T10:37:17.317Z Compiling serde v1.0.228
3722026-04-09T10:37:17.333Z Compiling strsim v0.11.1
3732026-04-09T10:37:17.337Z Compiling ident_case v1.0.1
3742026-04-09T10:37:17.440Z Compiling fnv v1.0.7
3752026-04-09T10:37:17.702Z Compiling aho-corasick v1.1.4
3762026-04-09T10:37:17.719Z Checking byteorder v1.5.0
3772026-04-09T10:37:17.750Z Compiling itoa v1.0.17
3782026-04-09T10:37:17.917Z Compiling regex-syntax v0.8.9
3792026-04-09T10:37:18.121Z Compiling syn v2.0.114
3802026-04-09T10:37:18.312Z Compiling pest_meta v2.8.6
3812026-04-09T10:37:18.590Z Compiling either v1.15.0
3822026-04-09T10:37:18.627Z Compiling usdt-impl v0.6.0
3832026-04-09T10:37:18.784Z Compiling itertools v0.14.0
3842026-04-09T10:37:19.057Z Compiling thread-id v5.1.0
3852026-04-09T10:37:19.171Z Compiling heapless v0.8.0
3862026-04-09T10:37:19.243Z Checking log v0.4.29
3872026-04-09T10:37:19.335Z Compiling regex-automata v0.4.14
3882026-04-09T10:37:19.458Z Checking plain v0.2.3
3892026-04-09T10:37:19.915Z Checking bitflags v2.10.0
3902026-04-09T10:37:19.956Z Checking hash32 v0.3.1
3912026-04-09T10:37:19.995Z Checking macaddr v1.0.1
3922026-04-09T10:37:20.023Z Checking cfg-if v1.0.4
3932026-04-09T10:37:20.067Z Checking pretty-hex v0.4.1
3942026-04-09T10:37:20.070Z Compiling smoltcp v0.11.0
3952026-04-09T10:37:20.106Z Checking stable_deref_trait v1.2.1
3962026-04-09T10:37:20.295Z Compiling version_check v0.9.5
3972026-04-09T10:37:20.405Z Compiling ref-cast v1.0.25
3982026-04-09T10:37:20.408Z Compiling crc32fast v1.5.0
3992026-04-09T10:37:20.547Z Checking bitflags v1.3.2
4002026-04-09T10:37:20.563Z Checking managed v0.8.0
4012026-04-09T10:37:20.609Z Compiling pest_generator v2.8.6
4022026-04-09T10:37:20.687Z Compiling darling_core v0.21.3
4032026-04-09T10:37:20.778Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4042026-04-09T10:37:20.804Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4052026-04-09T10:37:21.022Z Checking memmap2 v0.9.9
4062026-04-09T10:37:21.097Z Compiling regex v1.12.3
4072026-04-09T10:37:21.180Z Checking ipnetwork v0.21.1
4082026-04-09T10:37:21.242Z Checking unicode-width v0.2.2
4092026-04-09T10:37:21.482Z Checking tabwriter v1.4.1
4102026-04-09T10:37:21.612Z Checking dyn-clone v1.0.20
4112026-04-09T10:37:21.815Z Compiling thiserror-impl v2.0.18
4122026-04-09T10:37:21.819Z Compiling serde_derive v1.0.228
4132026-04-09T10:37:21.819Z Compiling zerocopy-derive v0.8.39
4142026-04-09T10:37:21.827Z Compiling pest_derive v2.8.6
4152026-04-09T10:37:21.939Z Compiling scroll_derive v0.13.1
4162026-04-09T10:37:22.220Z Compiling ref-cast-impl v1.0.25
4172026-04-09T10:37:22.325Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-04-09T10:37:22.696Z Compiling darling_macro v0.21.3
4192026-04-09T10:37:22.745Z Checking scroll v0.13.0
4202026-04-09T10:37:22.956Z Checking goblin v0.10.4
4212026-04-09T10:37:23.054Z Compiling dtrace-parser v0.3.0
4222026-04-09T10:37:23.077Z Checking cobs v0.3.0
4232026-04-09T10:37:23.199Z Compiling darling v0.21.3
4242026-04-09T10:37:23.270Z Compiling ingot-macros v0.1.1
4252026-04-09T10:37:23.291Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-04-09T10:37:24.456Z Checking postcard v1.1.3
4272026-04-09T10:37:24.461Z Compiling serde_tokenstream v0.2.2
4282026-04-09T10:37:25.796Z Checking dof v0.4.0
4292026-04-09T10:37:25.796Z Checking ingot-types v0.1.2
4302026-04-09T10:37:26.092Z Checking ingot v0.1.1
4312026-04-09T10:37:26.707Z Compiling usdt-attr-macro v0.6.0
4322026-04-09T10:37:26.707Z Compiling usdt-macro v0.6.0
4332026-04-09T10:37:27.295Z Checking usdt v0.6.0
4342026-04-09T10:37:27.549Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-04-09T10:37:35.682Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.12s
4362026-04-09T10:37:35.709Z
4372026-04-09T10:37:35.712Zreal 19.201234045
4382026-04-09T10:37:35.712Zuser 1:01.925090754
4392026-04-09T10:37:35.712Zsys 12.033599344
4402026-04-09T10:37:35.712Ztrap 0.030962056
4412026-04-09T10:37:35.712Ztflt 0.178267782
4422026-04-09T10:37:35.712Zdflt 0.208050193
4432026-04-09T10:37:35.712Zkflt 0.000009375
4442026-04-09T10:37:35.712Zlock 2:34.800645399
4452026-04-09T10:37:35.712Zslp 4:13.319406982
4462026-04-09T10:37:35.712Zlat 2.819568908
4472026-04-09T10:37:35.712Zstop 5.471633830
4482026-04-09T10:37:35.712Z+ header 'analyze no_std + engine + kernel'
4492026-04-09T10:37:35.712Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-04-09T10:37:35.712Z# ==== analyze no_std + engine + kernel ==== #
4512026-04-09T10:37:35.712Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-04-09T10:37:35.885Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4532026-04-09T10:37:35.885Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4542026-04-09T10:37:35.885Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-04-09T10:37:35.885Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-04-09T10:37:36.152Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-04-09T10:37:40.326Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.57s
4582026-04-09T10:37:40.349Z
4592026-04-09T10:37:40.353Zreal 4.634015551
4602026-04-09T10:37:40.353Zuser 5.008939948
4612026-04-09T10:37:40.353Zsys 0.863648541
4622026-04-09T10:37:40.353Ztrap 0.000786091
4632026-04-09T10:37:40.353Ztflt 0.009515878
4642026-04-09T10:37:40.353Zdflt 0.003372563
4652026-04-09T10:37:40.353Zkflt 0.000000000
4662026-04-09T10:37:40.353Zlock 19.807114253
4672026-04-09T10:37:40.353Zslp 17.777398861
4682026-04-09T10:37:40.353Zlat 0.016010365
4692026-04-09T10:37:40.353Zstop 0.237021599
4702026-04-09T10:37:40.353Z+ header test
4712026-04-09T10:37:40.353Z+ echo '# ==== test ==== #'
4722026-04-09T10:37:40.353Z# ==== test ==== #
4732026-04-09T10:37:40.353Z+ ptime -m cargo test
4742026-04-09T10:37:40.494Z Compiling serde_core v1.0.228
4752026-04-09T10:37:40.497Z Compiling thiserror v2.0.18
4762026-04-09T10:37:40.497Z Compiling zerocopy v0.8.39
4772026-04-09T10:37:40.497Z Compiling byteorder v1.5.0
4782026-04-09T10:37:40.514Z Compiling memchr v2.8.0
4792026-04-09T10:37:40.519Z Compiling unicode-ident v1.0.23
4802026-04-09T10:37:40.522Z Compiling zmij v1.0.20
4812026-04-09T10:37:40.522Z Compiling libc v0.2.180
4822026-04-09T10:37:40.597Z Compiling proc-macro2 v1.0.106
4832026-04-09T10:37:40.646Z Compiling scroll v0.13.0
4842026-04-09T10:37:40.727Z Compiling ucd-trie v0.1.7
4852026-04-09T10:37:40.876Z Compiling plain v0.2.3
4862026-04-09T10:37:40.876Z Compiling log v0.4.29
4872026-04-09T10:37:40.907Z Compiling itoa v1.0.17
4882026-04-09T10:37:40.969Z Compiling quote v1.0.44
4892026-04-09T10:37:41.092Z Compiling goblin v0.10.4
4902026-04-09T10:37:41.162Z Compiling pest v2.8.6
4912026-04-09T10:37:41.379Z Compiling hash32 v0.3.1
4922026-04-09T10:37:41.540Z Compiling pretty-hex v0.4.1
4932026-04-09T10:37:41.625Z Compiling cfg-if v1.0.4
4942026-04-09T10:37:41.673Z Compiling macaddr v1.0.1
4952026-04-09T10:37:41.688Z Compiling stable_deref_trait v1.2.1
4962026-04-09T10:37:41.758Z Compiling heapless v0.8.0
4972026-04-09T10:37:41.933Z Compiling syn v2.0.114
4982026-04-09T10:37:42.081Z Compiling thread-id v5.1.0
4992026-04-09T10:37:42.156Z Compiling cobs v0.3.0
5002026-04-09T10:37:42.188Z Compiling bitflags v1.3.2
5012026-04-09T10:37:42.255Z Compiling serde v1.0.228
5022026-04-09T10:37:42.430Z Compiling serde_json v1.0.149
5032026-04-09T10:37:42.433Z Compiling bitflags v2.10.0
5042026-04-09T10:37:42.818Z Compiling dtrace-parser v0.3.0
5052026-04-09T10:37:42.880Z Compiling managed v0.8.0
5062026-04-09T10:37:42.905Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-04-09T10:37:43.097Z Compiling smoltcp v0.11.0
5082026-04-09T10:37:43.127Z Compiling postcard v1.1.3
5092026-04-09T10:37:43.259Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5102026-04-09T10:37:43.471Z Compiling ingot-types v0.1.2
5112026-04-09T10:37:43.624Z Compiling memmap2 v0.9.9
5122026-04-09T10:37:43.838Z Compiling ingot v0.1.1
5132026-04-09T10:37:43.862Z Compiling unicode-width v0.2.2
5142026-04-09T10:37:43.915Z Compiling either v1.15.0
5152026-04-09T10:37:44.117Z Compiling dof v0.4.0
5162026-04-09T10:37:44.166Z Compiling ipnetwork v0.21.1
5172026-04-09T10:37:44.707Z Compiling itertools v0.14.0
5182026-04-09T10:37:45.707Z Compiling usdt-impl v0.6.0
5192026-04-09T10:37:46.127Z Compiling usdt v0.6.0
5202026-04-09T10:37:46.170Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-04-09T10:37:46.408Z Compiling tabwriter v1.4.1
5222026-04-09T10:37:46.754Z Compiling ref-cast v1.0.25
5232026-04-09T10:37:46.831Z Compiling crc32fast v1.5.0
5242026-04-09T10:37:46.887Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-04-09T10:37:47.078Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-04-09T10:37:47.577Z Compiling dyn-clone v1.0.20
5272026-04-09T10:38:01.673Z Finished `test` profile [optimized + debuginfo] target(s) in 21.31s
5282026-04-09T10:38:01.686Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-f2fe74f9482a9a3c)
5292026-04-09T10:38:01.690Z
5302026-04-09T10:38:01.690Zrunning 72 tests
5312026-04-09T10:38:01.690Ztest d_error::tests::name_and_data_storage ... ok
5322026-04-09T10:38:01.690Ztest d_error::tests::name_truncation ... ok
5332026-04-09T10:38:01.690Ztest ddi::mblk::test::chain_append_links ... ok
5342026-04-09T10:38:01.690Ztest ddi::mblk::test::chain_breaks_links ... ok
5352026-04-09T10:38:01.690Ztest ddi::mblk::test::chain_drain_complete ... ok
5362026-04-09T10:38:01.690Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5372026-04-09T10:38:01.690Ztest ddi::mblk::test::expand_and_shrink ... ok
5382026-04-09T10:38:01.690Ztest ddi::mblk::test::prefix_len ... ok
5392026-04-09T10:38:01.690Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5402026-04-09T10:38:01.690Ztest ddi::mblk::test::truncate ... ok
5412026-04-09T10:38:01.690Ztest ddi::mblk::test::read_seg ... ok
5422026-04-09T10:38:01.690Ztest ddi::mblk::test::wrap ... ok
5432026-04-09T10:38:01.690Ztest ddi::mblk::test::uninitialized_packet ... ok
5442026-04-09T10:38:01.690Ztest ddi::mblk::test::zero_byte_packet ... ok
5452026-04-09T10:38:01.690Ztest ddi::time::test::good_interval ... ok
5462026-04-09T10:38:01.690Ztest engine::dhcp::test::domain_search_option_encode ... ok
5472026-04-09T10:38:01.690Ztest engine::dhcp::test::domainname_encode ... ok
5482026-04-09T10:38:01.690Ztest engine::dhcp::test::offlink_encode ... ok
5492026-04-09T10:38:01.690Ztest engine::dhcp::test::rfc3442_encode ... ok
5502026-04-09T10:38:01.690Ztest engine::dhcp::test::hostname_encode ... ok
5512026-04-09T10:38:01.690Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5522026-04-09T10:38:01.690Ztest engine::dhcpv6::options::test::test_client_id ... ok
5532026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5542026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5552026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_iana ... ok
5562026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5572026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5582026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5592026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_option_request ... ok
5602026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_iata ... ok
5612026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5622026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5632026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5642026-04-09T10:38:01.694Ztest ddi::time::test::bad_interval - should panic ... ok
5652026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_server_id ... ok
5662026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5672026-04-09T10:38:01.694Ztest engine::dhcpv6::options::test::test_status ... ok
5682026-04-09T10:38:01.694Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5692026-04-09T10:38:01.694Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5702026-04-09T10:38:01.694Ztest engine::ether::test::emit ... ok
5712026-04-09T10:38:01.694Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5722026-04-09T10:38:01.694Ztest engine::flow_table::test::flow_clear ... ok
5732026-04-09T10:38:01.694Ztest engine::flow_table::test::flow_expired ... ok
5742026-04-09T10:38:01.694Ztest engine::geneve::test::emit_no_opts ... ok
5752026-04-09T10:38:01.694Ztest engine::geneve::test::emit_single_opt ... ok
5762026-04-09T10:38:01.694Ztest engine::ip::v4::test::cidr_match ... ok
5772026-04-09T10:38:01.694Ztest engine::ip::v4::test::emit ... ok
5782026-04-09T10:38:01.694Ztest engine::ip::v4::test::match_check ... ok
5792026-04-09T10:38:01.694Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5802026-04-09T10:38:01.695Ztest engine::ip::v6::test::emit ... ok
5812026-04-09T10:38:01.695Ztest engine::ip::v6::test::from_pairs ... ok
5822026-04-09T10:38:01.695Ztest engine::ip::v6::test::extension_push_spec ... ok
5832026-04-09T10:38:01.695Ztest engine::ip::v6::test::option_push_spec ... ok
5842026-04-09T10:38:01.695Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5852026-04-09T10:38:01.695Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5862026-04-09T10:38:01.695Ztest engine::ip::v6::test::test_set_total_len ... ok
5872026-04-09T10:38:01.695Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5882026-04-09T10:38:01.695Ztest engine::layer::test::find_rule ... ok
5892026-04-09T10:38:01.695Ztest engine::nat::test::nat4_rewrite ... ok
5902026-04-09T10:38:01.695Ztest engine::packet::test::straddled_tcp ... ok
5912026-04-09T10:38:01.695Ztest engine::packet::test::read_multi_segment ... ok
5922026-04-09T10:38:01.695Ztest engine::packet::test::small_packet_with_padding ... ok
5932026-04-09T10:38:01.695Ztest engine::packet::test::read_single_segment ... ok
5942026-04-09T10:38:01.695Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5952026-04-09T10:38:01.695Ztest engine::packet::test::udp6_packet_with_padding ... ok
5962026-04-09T10:38:01.695Ztest engine::ip::v6::test::push_spec ... ok
5972026-04-09T10:38:01.695Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5982026-04-09T10:38:01.695Ztest engine::rule::rule_matching ... ok
5992026-04-09T10:38:01.695Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6002026-04-09T10:38:01.695Ztest engine::snat::test::nat_mappings ... ok
6012026-04-09T10:38:01.695Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6022026-04-09T10:38:01.695Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6032026-04-09T10:38:01.695Z
6042026-04-09T10:38:01.695Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-04-09T10:38:01.695Z
6062026-04-09T10:38:01.695Z Doc-tests opte
6072026-04-09T10:38:03.677Z
6082026-04-09T10:38:03.677Zrunning 3 tests
6092026-04-09T10:38:03.680Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-04-09T10:38:03.680Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-04-09T10:38:03.680Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6122026-04-09T10:38:03.680Z
6132026-04-09T10:38:03.680Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-04-09T10:38:03.680Z
6152026-04-09T10:38:03.724Z
6162026-04-09T10:38:03.728Zreal 23.362375730
6172026-04-09T10:38:03.728Zuser 2:02.485335743
6182026-04-09T10:38:03.728Zsys 6.875768432
6192026-04-09T10:38:03.728Ztrap 0.057401076
6202026-04-09T10:38:03.728Ztflt 0.183080689
6212026-04-09T10:38:03.728Zdflt 0.391038971
6222026-04-09T10:38:03.728Zkflt 0.000005839
6232026-04-09T10:38:03.728Zlock 4:38.119988256
6242026-04-09T10:38:03.728Zslp 5:05.150266059
6252026-04-09T10:38:03.728Zlat 6.418260030
6262026-04-09T10:38:03.728Zstop 2.384041143
6272026-04-09T10:38:03.728Zprocess exited: duration 86252 ms, exit code 0
 
6282026-04-09T10:38:03.735Zfound 0 output files