01KQRMCAB58XXJWH0KBQMBYHNF: opte

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

Buildomat Job: 01KQRMCJYFC3YXDZV015031E2Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T04:37:39.750Zjob assigned to worker 01KQRMCWEWAQ168J5SDEVX7RAG [factory aws, i-097c142abadd1fe6e] (queued for 50 s)
 
22026-05-04T04:37:46.881Zstarting task 0: "setup"
32026-05-04T04:37:46.887Z++ uname -s
42026-05-04T04:37:46.891Z+ kern=SunOS
52026-05-04T04:37:46.891Z+ build_user=build
62026-05-04T04:37:46.891Z+ build_uid=12345
72026-05-04T04:37:46.891Z+ work_dir=/work
82026-05-04T04:37:46.891Z+ input_dir=/input
92026-05-04T04:37:46.891Z+ [[ 0 == 12345 ]]
102026-05-04T04:37:46.891Z+ case "$kern" in
112026-05-04T04:37:46.891Z+ groupadd -g 12345 build
122026-05-04T04:37:46.891Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T04:37:48.897Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T04:37:49.019Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T04:37:49.022Z+ home_fs=zfs
162026-05-04T04:37:49.022Z+ [[ zfs == autofs ]]
172026-05-04T04:37:49.022Z+ mkdir -p /home/build
182026-05-04T04:37:49.022Z+ chown build:build /home/build /work
192026-05-04T04:37:50.023Z+ chmod 0700 /home/build /work
202026-05-04T04:37:50.027Zprocess exited: duration 3146 ms, exit code 0
 
212026-05-04T04:37:50.034Zstarting task 1: "rust-toolchain"
222026-05-04T04:37:50.038Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-04T04:37:50.038Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-04T04:37:50.038Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-04T04:37:50.038Z * rust toolchain channel = "1.94.1"
262026-05-04T04:37:50.038Z * rust toolchain profile = "default"
272026-05-04T04:37:50.038Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T04:37:50.041Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T04:37:50.042Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-04T04:37:50.166Zinfo: downloading installer
312026-05-04T04:37:51.479Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T04:37:51.479Zwarn: /opt/ooce/bin
332026-05-04T04:37:51.479Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T04:37:51.479Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T04:37:51.479Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T04:37:51.479Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T04:37:51.479Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T04:37:51.479Zerror: cannot install while Rust is installed
392026-05-04T04:37:51.479Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T04:37:51.479Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T04:37:51.479Zwarn: /home/build/.rustup/settings.toml
422026-05-04T04:37:51.479Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T04:37:51.479Zwarn: instead of the one inferred from the default host triple.
442026-05-04T04:37:51.492Zinfo: profile set to default
452026-05-04T04:37:51.492Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T04:37:51.496Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-04T04:37:51.634Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-04T04:37:51.638Zinfo: downloading 6 components
492026-05-04T04:38:08.117Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-04T04:38:08.117Z
512026-05-04T04:38:08.143Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-04T04:38:08.144Z
532026-05-04T04:38:08.144Z
542026-05-04T04:38:08.144ZRust is installed now. Great!
552026-05-04T04:38:08.144Z
562026-05-04T04:38:08.144ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T04:38:08.144Zenvironment variable. This has not been done automatically.
582026-05-04T04:38:08.144Z
592026-05-04T04:38:08.144ZTo configure your current shell, you need to source
602026-05-04T04:38:08.144Zthe corresponding env file under $HOME/.cargo.
612026-05-04T04:38:08.144Z
622026-05-04T04:38:08.144ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T04:38:08.144Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T04:38:08.144Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T04:38:08.144Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T04:38:08.144Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T04:38:08.144Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T04:38:08.147Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T04:38:08.147Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T04:38:08.147Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T04:38:08.233Z+ rustup --version
722026-05-04T04:38:08.242Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T04:38:08.245Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T04:38:08.264Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-04T04:38:08.267Z+ cargo --version
762026-05-04T04:38:08.279Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-04T04:38:08.282Z+ rustc --version
782026-05-04T04:38:08.301Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-04T04:38:08.304Zprocess exited: duration 18268 ms, exit code 0
 
802026-05-04T04:38:08.311Zstarting task 2: "authentication"
812026-05-04T04:38:08.327Zprocess exited: duration 15 ms, exit code 0
 
822026-05-04T04:38:08.334Zstarting task 3: "clone repository"
832026-05-04T04:38:08.337Z+ mkdir -p /work/oxidecomputer/opte
842026-05-04T04:38:08.340Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-04T04:38:08.369ZCloning into '/work/oxidecomputer/opte'...
862026-05-04T04:38:09.162Z+ cd /work/oxidecomputer/opte
872026-05-04T04:38:09.166Z+ git fetch origin 4712a02aed6b63f5cd05fa19bbf30f9f86986733
882026-05-04T04:38:09.415ZFrom https://github.com/oxidecomputer/opte
892026-05-04T04:38:09.415Z * branch 4712a02aed6b63f5cd05fa19bbf30f9f86986733 -> FETCH_HEAD
902026-05-04T04:38:09.420Z+ [[ -n renovate/ctor-1.x ]]
912026-05-04T04:38:09.423Z++ git branch --show-current
922026-05-04T04:38:09.423Z+ current=master
932026-05-04T04:38:09.423Z+ [[ master != renovate/ctor-1.x ]]
942026-05-04T04:38:09.423Z+ git branch -f renovate/ctor-1.x 4712a02aed6b63f5cd05fa19bbf30f9f86986733
952026-05-04T04:38:09.426Z+ git checkout -f renovate/ctor-1.x
962026-05-04T04:38:09.442ZSwitched to branch 'renovate/ctor-1.x'
972026-05-04T04:38:09.445Z+ git reset --hard 4712a02aed6b63f5cd05fa19bbf30f9f86986733
982026-05-04T04:38:09.458ZHEAD is now at 4712a02 Update Rust crate ctor to v1
992026-05-04T04:38:09.461Zprocess exited: duration 1124 ms, exit code 0
 
1002026-05-04T04:38:09.468Zstarting task 4: "build"
1012026-05-04T04:38:09.471Z+ source .github/buildomat/common.sh
1022026-05-04T04:38:09.471Z++ rustup show active-toolchain
1032026-05-04T04:38:09.476Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-04T04:38:09.479Z++ pushd xde
1052026-05-04T04:38:09.479Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-04T04:38:09.479Z++ rustup show active-toolchain
1072026-05-04T04:38:09.482Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-04T04:38:09.618Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-04T04:38:09.621Zinfo: downloading 6 components
1102026-05-04T04:38:25.987Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-04T04:38:26.083Z+++ rustup show active-toolchain -v
1122026-05-04T04:38:26.086Z+++ head -n 1
1132026-05-04T04:38:26.086Z+++ cut '-d ' -f1
1142026-05-04T04:38:26.139Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-04T04:38:26.139Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-04T04:38:26.139Z++ popd
1172026-05-04T04:38:26.142Z/work/oxidecomputer/opte
1182026-05-04T04:38:26.142Z+ cargo --version
1192026-05-04T04:38:26.149Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-04T04:38:26.152Z+ rustc --version
1212026-05-04T04:38:26.171Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-04T04:38:26.174Z+ cd lib/opte
1232026-05-04T04:38:26.174Z+ header 'check style'
1242026-05-04T04:38:26.174Z+ echo '# ==== check style ==== #'
1252026-05-04T04:38:26.174Z# ==== check style ==== #
1262026-05-04T04:38:26.174Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-05-04T04:38:26.353Z
1282026-05-04T04:38:26.353Zreal 0.177294168
1292026-05-04T04:38:26.353Zuser 0.134555761
1302026-05-04T04:38:26.353Zsys 0.036119471
1312026-05-04T04:38:26.353Ztrap 0.000050694
1322026-05-04T04:38:26.354Ztflt 0.000013568
1332026-05-04T04:38:26.354Zdflt 0.000009818
1342026-05-04T04:38:26.354Zkflt 0.000000879
1352026-05-04T04:38:26.354Zlock 0.030374002
1362026-05-04T04:38:26.354Zslp 0.157397685
1372026-05-04T04:38:26.354Zlat 0.000892161
1382026-05-04T04:38:26.354Zstop 0.000150351
1392026-05-04T04:38:26.357Z+ header 'check docs'
1402026-05-04T04:38:26.357Z+ echo '# ==== check docs ==== #'
1412026-05-04T04:38:26.357Z# ==== check docs ==== #
1422026-05-04T04:38:26.357Z+ RUSTDOCFLAGS='-D warnings'
1432026-05-04T04:38:26.357Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-05-04T04:38:26.430Z Updating crates.io index
1452026-05-04T04:38:26.433Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-04T04:38:27.090Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-04T04:38:27.616Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-04T04:38:27.973Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-04T04:38:28.270Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-04T04:38:28.657Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-04T04:38:28.925Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-04T04:38:30.733Z Downloading crates ...
1532026-05-04T04:38:30.785Z Downloaded defmt-macros v1.0.1
1542026-05-04T04:38:30.792Z Downloaded darling v0.21.3
1552026-05-04T04:38:30.798Z Downloaded quote v1.0.45
1562026-05-04T04:38:30.801Z Downloaded darling_core v0.21.3
1572026-05-04T04:38:30.804Z Downloaded unicode-ident v1.0.24
1582026-05-04T04:38:30.815Z Downloaded cfg-if v1.0.4
1592026-05-04T04:38:30.822Z Downloaded smoltcp v0.11.0
1602026-05-04T04:38:30.830Z Downloaded log v0.4.29
1612026-05-04T04:38:30.833Z Downloaded heapless v0.8.0
1622026-05-04T04:38:30.838Z Downloaded ipnetwork v0.21.1
1632026-05-04T04:38:30.841Z Downloaded managed v0.8.0
1642026-05-04T04:38:30.841Z Downloaded darling_macro v0.23.0
1652026-05-04T04:38:30.841Z Downloaded darling_macro v0.21.3
1662026-05-04T04:38:30.841Z Downloaded bitflags v1.3.2
1672026-05-04T04:38:30.845Z Downloaded bitflags v2.11.1
1682026-05-04T04:38:30.848Z Downloaded pest v2.8.6
1692026-05-04T04:38:30.851Z Downloaded defmt v0.3.100
1702026-05-04T04:38:30.851Z Downloaded macaddr v1.0.1
1712026-05-04T04:38:30.851Z Downloaded byteorder v1.5.0
1722026-05-04T04:38:30.851Z Downloaded dof v0.4.0
1732026-05-04T04:38:30.855Z Downloaded darling v0.23.0
1742026-05-04T04:38:30.859Z Downloaded dyn-clone v1.0.20
1752026-05-04T04:38:30.862Z Downloaded cobs v0.3.0
1762026-05-04T04:38:30.865Z Downloaded ingot v0.1.1
1772026-05-04T04:38:30.865Z Downloaded embedded-io v0.6.1
1782026-05-04T04:38:30.868Z Downloaded dtrace-parser v0.3.0
1792026-05-04T04:38:30.868Z Downloaded thread-id v5.1.0
1802026-05-04T04:38:30.872Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-05-04T04:38:30.875Z Downloaded fnv v1.0.7
1822026-05-04T04:38:30.878Z Downloaded pretty-hex v0.4.2
1832026-05-04T04:38:30.878Z Downloaded cpufeatures v0.2.17
1842026-05-04T04:38:30.881Z Downloaded generic-array v0.14.7
1852026-05-04T04:38:30.884Z Downloaded ref-cast-impl v1.0.25
1862026-05-04T04:38:30.884Z Downloaded hash32 v0.3.1
1872026-05-04T04:38:30.887Z Downloaded stable_deref_trait v1.2.1
1882026-05-04T04:38:30.893Z Downloaded strsim v0.11.1
1892026-05-04T04:38:30.898Z Downloaded version_check v0.9.5
1902026-05-04T04:38:30.901Z Downloaded defmt-parser v1.0.0
1912026-05-04T04:38:30.901Z Downloaded usdt-macro v0.6.0
1922026-05-04T04:38:30.901Z Downloaded usdt v0.6.0
1932026-05-04T04:38:30.901Z Downloaded tabwriter v1.4.1
1942026-05-04T04:38:30.913Z Downloaded embedded-io v0.4.0
1952026-05-04T04:38:30.917Z Downloaded block-buffer v0.10.4
1962026-05-04T04:38:30.920Z Downloaded plain v0.2.3
1972026-05-04T04:38:30.920Z Downloaded ident_case v1.0.1
1982026-05-04T04:38:30.920Z Downloaded scroll_derive v0.13.1
1992026-05-04T04:38:30.920Z Downloaded ref-cast v1.0.25
2002026-05-04T04:38:30.923Z Downloaded crypto-common v0.1.7
2012026-05-04T04:38:30.923Z Downloaded itoa v1.0.18
2022026-05-04T04:38:30.926Z Downloaded scroll v0.13.0
2032026-05-04T04:38:30.926Z Downloaded digest v0.10.7
2042026-05-04T04:38:30.932Z Downloaded ingot-types v0.1.2
2052026-05-04T04:38:30.935Z Downloaded usdt-attr-macro v0.6.0
2062026-05-04T04:38:30.935Z Downloaded thiserror v2.0.18
2072026-05-04T04:38:30.938Z Downloaded zmij v1.0.21
2082026-05-04T04:38:30.938Z Downloaded proc-macro-error2 v2.0.1
2092026-05-04T04:38:30.941Z Downloaded usdt-impl v0.6.0
2102026-05-04T04:38:30.944Z Downloaded postcard v1.1.3
2112026-05-04T04:38:30.951Z Downloaded defmt v1.0.1
2122026-05-04T04:38:30.958Z Downloaded thiserror-impl v2.0.18
2132026-05-04T04:38:30.961Z Downloaded pest_generator v2.8.6
2142026-05-04T04:38:30.964Z Downloaded ucd-trie v0.1.7
2152026-05-04T04:38:30.964Z Downloaded sha2 v0.10.9
2162026-05-04T04:38:30.967Z Downloaded serde_tokenstream v0.2.3
2172026-05-04T04:38:30.967Z Downloaded either v1.15.0
2182026-05-04T04:38:30.970Z Downloaded ingot-macros v0.1.1
2192026-05-04T04:38:30.978Z Downloaded pest_derive v2.8.6
2202026-05-04T04:38:30.982Z Downloaded memmap2 v0.9.10
2212026-05-04T04:38:30.988Z Downloaded serde_core v1.0.228
2222026-05-04T04:38:30.992Z Downloaded crc32fast v1.5.0
2232026-05-04T04:38:30.995Z Downloaded serde_derive v1.0.228
2242026-05-04T04:38:31.003Z Downloaded proc-macro2 v1.0.106
2252026-05-04T04:38:31.015Z Downloaded itertools v0.14.0
2262026-05-04T04:38:31.019Z Downloaded pest_meta v2.8.6
2272026-05-04T04:38:31.022Z Downloaded memchr v2.8.0
2282026-05-04T04:38:31.026Z Downloaded serde v1.0.228
2292026-05-04T04:38:31.030Z Downloaded darling_core v0.23.0
2302026-05-04T04:38:31.053Z Downloaded typenum v1.20.0
2312026-05-04T04:38:31.063Z Downloaded zerocopy-derive v0.8.48
2322026-05-04T04:38:31.076Z Downloaded regex v1.12.3
2332026-05-04T04:38:31.085Z Downloaded aho-corasick v1.1.4
2342026-05-04T04:38:31.090Z Downloaded serde_json v1.0.149
2352026-05-04T04:38:31.131Z Downloaded goblin v0.10.5
2362026-05-04T04:38:31.142Z Downloaded zerocopy v0.8.48
2372026-05-04T04:38:31.152Z Downloaded unicode-width v0.2.2
2382026-05-04T04:38:31.155Z Downloaded syn v2.0.117
2392026-05-04T04:38:31.163Z Downloaded regex-syntax v0.8.10
2402026-05-04T04:38:31.187Z Downloaded regex-automata v0.4.14
2412026-05-04T04:38:31.204Z Downloaded libc v0.2.186
2422026-05-04T04:38:31.266Z Compiling proc-macro2 v1.0.106
2432026-05-04T04:38:31.266Z Compiling quote v1.0.45
2442026-05-04T04:38:31.270Z Compiling unicode-ident v1.0.24
2452026-05-04T04:38:31.270Z Documenting unicode-ident v1.0.24
2462026-05-04T04:38:31.270Z Compiling strsim v0.11.1
2472026-05-04T04:38:31.270Z Compiling ident_case v1.0.1
2482026-05-04T04:38:31.325Z Compiling serde_core v1.0.228
2492026-05-04T04:38:31.420Z Compiling fnv v1.0.7
2502026-05-04T04:38:31.456Z Checking memchr v2.8.0
2512026-05-04T04:38:31.609Z Compiling regex-syntax v0.8.10
2522026-05-04T04:38:31.615Z Compiling zerocopy v0.8.48
2532026-05-04T04:38:31.658Z Compiling thiserror v2.0.18
2542026-05-04T04:38:31.708Z Compiling serde v1.0.228
2552026-05-04T04:38:31.995Z Documenting proc-macro2 v1.0.106
2562026-05-04T04:38:32.001Z Compiling aho-corasick v1.1.4
2572026-05-04T04:38:32.310Z Compiling syn v2.0.117
2582026-05-04T04:38:32.349Z Checking byteorder v1.5.0
2592026-05-04T04:38:32.496Z Compiling either v1.15.0
2602026-05-04T04:38:32.542Z Documenting quote v1.0.45
2612026-05-04T04:38:32.832Z Compiling itertools v0.14.0
2622026-05-04T04:38:33.023Z Documenting syn v2.0.117
2632026-05-04T04:38:33.094Z Compiling regex-automata v0.4.14
2642026-05-04T04:38:33.357Z Compiling heapless v0.8.0
2652026-05-04T04:38:33.608Z Documenting memchr v2.8.0
2662026-05-04T04:38:33.810Z Checking bitflags v2.11.1
2672026-05-04T04:38:33.958Z Checking hash32 v0.3.1
2682026-05-04T04:38:34.015Z Documenting serde_core v1.0.228
2692026-05-04T04:38:34.145Z Checking cfg-if v1.0.4
2702026-05-04T04:38:34.202Z Checking macaddr v1.0.1
2712026-05-04T04:38:34.217Z Documenting aho-corasick v1.1.4
2722026-05-04T04:38:34.239Z Documenting regex-syntax v0.8.10
2732026-05-04T04:38:34.335Z Checking stable_deref_trait v1.2.1
2742026-05-04T04:38:34.402Z Checking darling_core v0.21.3
2752026-05-04T04:38:35.065Z Compiling regex v1.12.3
2762026-05-04T04:38:35.308Z Documenting regex-automata v0.4.14
2772026-05-04T04:38:35.350Z Compiling darling_core v0.23.0
2782026-05-04T04:38:35.461Z Compiling smoltcp v0.11.0
2792026-05-04T04:38:35.691Z Documenting serde_derive v1.0.228
2802026-05-04T04:38:35.820Z Documenting thiserror-impl v2.0.18
2812026-05-04T04:38:35.871Z Compiling serde_derive v1.0.228
2822026-05-04T04:38:35.929Z Compiling thiserror-impl v2.0.18
2832026-05-04T04:38:36.562Z Compiling zerocopy-derive v0.8.48
2842026-05-04T04:38:36.641Z Documenting regex v1.12.3
2852026-05-04T04:38:36.689Z Documenting zerocopy-derive v0.8.48
2862026-05-04T04:38:37.078Z Compiling darling_macro v0.21.3
2872026-05-04T04:38:37.202Z Documenting byteorder v1.5.0
2882026-05-04T04:38:37.222Z Checking cobs v0.3.0
2892026-05-04T04:38:37.352Z Checking managed v0.8.0
2902026-05-04T04:38:37.430Z Compiling darling_macro v0.23.0
2912026-05-04T04:38:37.453Z Checking bitflags v1.3.2
2922026-05-04T04:38:37.533Z Documenting thiserror v2.0.18
2932026-05-04T04:38:37.543Z Documenting bitflags v2.11.1
2942026-05-04T04:38:37.582Z Documenting stable_deref_trait v1.2.1
2952026-05-04T04:38:37.643Z Compiling darling v0.21.3
2962026-05-04T04:38:37.717Z Compiling ingot-macros v0.1.1
2972026-05-04T04:38:37.816Z Documenting ingot-macros v0.1.1
2982026-05-04T04:38:38.026Z Documenting zerocopy v0.8.48
2992026-05-04T04:38:38.033Z Documenting hash32 v0.3.1
3002026-05-04T04:38:38.193Z Documenting cfg-if v1.0.4
3012026-05-04T04:38:38.384Z Documenting macaddr v1.0.1
3022026-05-04T04:38:38.545Z Documenting serde v1.0.228
3032026-05-04T04:38:38.704Z Compiling crc32fast v1.5.0
3042026-05-04T04:38:38.881Z Compiling ref-cast v1.0.25
3052026-05-04T04:38:38.909Z Checking postcard v1.1.3
3062026-05-04T04:38:39.034Z Documenting heapless v0.8.0
3072026-05-04T04:38:39.108Z Documenting cobs v0.3.0
3082026-05-04T04:38:39.228Z Compiling ref-cast-impl v1.0.25
3092026-05-04T04:38:39.848Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-05-04T04:38:39.902Z Checking unicode-width v0.2.2
3112026-05-04T04:38:40.098Z Compiling version_check v0.9.5
3122026-05-04T04:38:40.149Z Checking ipnetwork v0.21.1
3132026-05-04T04:38:40.265Z Documenting managed v0.8.0
3142026-05-04T04:38:40.341Z Documenting postcard v1.1.3
3152026-05-04T04:38:40.378Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3162026-05-04T04:38:40.382Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3172026-05-04T04:38:40.471Z Compiling darling v0.23.0
3182026-05-04T04:38:40.568Z Documenting ref-cast-impl v1.0.25
3192026-05-04T04:38:40.677Z Documenting ipnetwork v0.21.1
3202026-05-04T04:38:40.698Z Documenting unicode-width v0.2.2
3212026-05-04T04:38:40.730Z Checking ingot-types v0.1.2
3222026-05-04T04:38:41.038Z Documenting ingot-types v0.1.2
3232026-05-04T04:38:41.053Z Documenting smoltcp v0.11.0
3242026-05-04T04:38:41.061Z Checking ingot v0.1.1
3252026-05-04T04:38:41.287Z Documenting either v1.15.0
3262026-05-04T04:38:41.517Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3272026-05-04T04:38:41.741Z Documenting ref-cast v1.0.25
3282026-05-04T04:38:42.001Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3292026-05-04T04:38:42.167Z Documenting tabwriter v1.4.1
3302026-05-04T04:38:42.471Z Documenting ingot v0.1.1
3312026-05-04T04:38:42.511Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3322026-05-04T04:38:42.666Z Documenting itertools v0.14.0
3332026-05-04T04:38:43.047Z Checking tabwriter v1.4.1
3342026-05-04T04:38:43.260Z Documenting crc32fast v1.5.0
3352026-05-04T04:38:43.364Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-05-04T04:38:43.368Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-05-04T04:38:43.391Z Checking dyn-clone v1.0.20
3382026-05-04T04:38:43.485Z Documenting dyn-clone v1.0.20
3392026-05-04T04:38:44.854Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-05-04T04:38:46.023Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-05-04T04:38:48.167Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.80s
3422026-05-04T04:38:48.252Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-05-04T04:38:48.272Z
3442026-05-04T04:38:48.276Zreal 21.896929068
3452026-05-04T04:38:48.276Zuser 1:14.994866445
3462026-05-04T04:38:48.276Zsys 15.793657567
3472026-05-04T04:38:48.276Ztrap 0.045185873
3482026-05-04T04:38:48.276Ztflt 0.040361983
3492026-05-04T04:38:48.276Zdflt 0.076547352
3502026-05-04T04:38:48.276Zkflt 0.004746827
3512026-05-04T04:38:48.276Zlock 6:35.619801274
3522026-05-04T04:38:48.276Zslp 4:08.565436105
3532026-05-04T04:38:48.276Zlat 8.664133903
3542026-05-04T04:38:48.276Zstop 10.442855926
3552026-05-04T04:38:48.276Z+ header 'analyze std + api'
3562026-05-04T04:38:48.276Z+ echo '# ==== analyze std + api ==== #'
3572026-05-04T04:38:48.276Z# ==== analyze std + api ==== #
3582026-05-04T04:38:48.276Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-05-04T04:38:48.513Z Compiling proc-macro2 v1.0.106
3602026-05-04T04:38:48.513Z Compiling quote v1.0.45
3612026-05-04T04:38:48.513Z Compiling unicode-ident v1.0.24
3622026-05-04T04:38:48.516Z Compiling memchr v2.8.0
3632026-05-04T04:38:48.517Z Compiling thiserror v2.0.18
3642026-05-04T04:38:48.517Z Compiling zerocopy v0.8.48
3652026-05-04T04:38:48.517Z Compiling zmij v1.0.21
3662026-05-04T04:38:48.517Z Compiling serde_core v1.0.228
3672026-05-04T04:38:48.684Z Compiling libc v0.2.186
3682026-05-04T04:38:48.844Z Compiling ident_case v1.0.1
3692026-05-04T04:38:48.874Z Compiling ucd-trie v0.1.7
3702026-05-04T04:38:48.877Z Compiling strsim v0.11.1
3712026-05-04T04:38:48.882Z Compiling serde_json v1.0.149
3722026-05-04T04:38:49.043Z Compiling pest v2.8.6
3732026-05-04T04:38:49.092Z Compiling serde v1.0.228
3742026-05-04T04:38:49.307Z Compiling fnv v1.0.7
3752026-05-04T04:38:49.417Z Compiling aho-corasick v1.1.4
3762026-05-04T04:38:49.424Z Compiling itoa v1.0.18
3772026-05-04T04:38:49.448Z Compiling regex-syntax v0.8.10
3782026-05-04T04:38:49.631Z Checking byteorder v1.5.0
3792026-05-04T04:38:49.828Z Compiling syn v2.0.117
3802026-05-04T04:38:50.104Z Compiling pest_meta v2.8.6
3812026-05-04T04:38:50.391Z Compiling either v1.15.0
3822026-05-04T04:38:50.446Z Compiling usdt-impl v0.6.0
3832026-05-04T04:38:50.581Z Compiling itertools v0.14.0
3842026-05-04T04:38:50.860Z Compiling thread-id v5.1.0
3852026-05-04T04:38:50.880Z Compiling regex-automata v0.4.14
3862026-05-04T04:38:51.104Z Compiling heapless v0.8.0
3872026-05-04T04:38:51.348Z Checking plain v0.2.3
3882026-05-04T04:38:51.389Z Checking log v0.4.29
3892026-05-04T04:38:51.655Z Checking bitflags v2.11.1
3902026-05-04T04:38:51.685Z Checking hash32 v0.3.1
3912026-05-04T04:38:51.788Z Checking pretty-hex v0.4.2
3922026-05-04T04:38:51.811Z Checking cfg-if v1.0.4
3932026-05-04T04:38:51.827Z Compiling smoltcp v0.11.0
3942026-05-04T04:38:51.864Z Checking macaddr v1.0.1
3952026-05-04T04:38:51.892Z Checking stable_deref_trait v1.2.1
3962026-05-04T04:38:52.099Z Compiling version_check v0.9.5
3972026-05-04T04:38:52.160Z Checking managed v0.8.0
3982026-05-04T04:38:52.177Z Compiling pest_generator v2.8.6
3992026-05-04T04:38:52.325Z Compiling darling_core v0.21.3
4002026-05-04T04:38:52.333Z Compiling darling_core v0.23.0
4012026-05-04T04:38:52.360Z Compiling crc32fast v1.5.0
4022026-05-04T04:38:52.541Z Compiling regex v1.12.3
4032026-05-04T04:38:52.636Z Checking bitflags v1.3.2
4042026-05-04T04:38:52.698Z Compiling ref-cast v1.0.25
4052026-05-04T04:38:52.963Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4062026-05-04T04:38:53.032Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-05-04T04:38:53.198Z Checking memmap2 v0.9.10
4082026-05-04T04:38:53.312Z Checking unicode-width v0.2.2
4092026-05-04T04:38:53.352Z Checking ipnetwork v0.21.1
4102026-05-04T04:38:53.399Z Compiling thiserror-impl v2.0.18
4112026-05-04T04:38:53.519Z Compiling serde_derive v1.0.228
4122026-05-04T04:38:53.549Z Compiling zerocopy-derive v0.8.48
4132026-05-04T04:38:53.569Z Compiling pest_derive v2.8.6
4142026-05-04T04:38:53.963Z Compiling scroll_derive v0.13.1
4152026-05-04T04:38:53.975Z Compiling ref-cast-impl v1.0.25
4162026-05-04T04:38:54.395Z Compiling darling_macro v0.21.3
4172026-05-04T04:38:54.399Z Compiling darling_macro v0.23.0
4182026-05-04T04:38:54.682Z Checking dtrace-parser v0.3.0
4192026-05-04T04:38:54.763Z Checking scroll v0.13.0
4202026-05-04T04:38:54.952Z Checking cobs v0.3.0
4212026-05-04T04:38:54.963Z Compiling darling v0.21.3
4222026-05-04T04:38:54.995Z Checking goblin v0.10.5
4232026-05-04T04:38:55.031Z Compiling ingot-macros v0.1.1
4242026-05-04T04:38:55.085Z Compiling darling v0.23.0
4252026-05-04T04:38:55.133Z Checking tabwriter v1.4.1
4262026-05-04T04:38:55.155Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4272026-05-04T04:38:55.265Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4282026-05-04T04:38:55.509Z Checking dyn-clone v1.0.20
4292026-05-04T04:38:56.508Z Checking postcard v1.1.3
4302026-05-04T04:38:56.523Z Compiling serde_tokenstream v0.2.3
4312026-05-04T04:38:57.554Z Compiling dof v0.4.0
4322026-05-04T04:38:57.575Z Checking ingot-types v0.1.2
4332026-05-04T04:38:57.861Z Checking ingot v0.1.1
4342026-05-04T04:38:58.407Z Compiling usdt-attr-macro v0.6.0
4352026-05-04T04:38:58.407Z Compiling usdt-macro v0.6.0
4362026-05-04T04:38:58.977Z Checking usdt v0.6.0
4372026-05-04T04:38:59.250Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-05-04T04:39:07.241Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.91s
4392026-05-04T04:39:07.270Z
4402026-05-04T04:39:07.273Zreal 18.989227605
4412026-05-04T04:39:07.273Zuser 1:03.166933767
4422026-05-04T04:39:07.273Zsys 12.310073880
4432026-05-04T04:39:07.273Ztrap 0.033545597
4442026-05-04T04:39:07.273Ztflt 0.181799971
4452026-05-04T04:39:07.273Zdflt 0.168548342
4462026-05-04T04:39:07.273Zkflt 0.000014536
4472026-05-04T04:39:07.273Zlock 3:39.460775309
4482026-05-04T04:39:07.273Zslp 3:20.148817250
4492026-05-04T04:39:07.273Zlat 2.900150770
4502026-05-04T04:39:07.273Zstop 6.310580511
4512026-05-04T04:39:07.273Z+ header 'analyze no_std + engine + kernel'
4522026-05-04T04:39:07.273Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4532026-05-04T04:39:07.273Z# ==== analyze no_std + engine + kernel ==== #
4542026-05-04T04:39:07.273Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4552026-05-04T04:39:07.449Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-05-04T04:39:07.449Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-05-04T04:39:07.452Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4582026-05-04T04:39:07.452Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-05-04T04:39:07.713Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4602026-05-04T04:39:11.896Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.58s
4612026-05-04T04:39:11.924Z
4622026-05-04T04:39:11.928Zreal 4.647908863
4632026-05-04T04:39:11.928Zuser 5.017268253
4642026-05-04T04:39:11.928Zsys 0.880777652
4652026-05-04T04:39:11.928Ztrap 0.000655445
4662026-05-04T04:39:11.928Ztflt 0.007327110
4672026-05-04T04:39:11.928Zdflt 0.001893774
4682026-05-04T04:39:11.928Zkflt 0.000000000
4692026-05-04T04:39:11.928Zlock 16.524480842
4702026-05-04T04:39:11.928Zslp 17.851665435
4712026-05-04T04:39:11.928Zlat 0.022612252
4722026-05-04T04:39:11.928Zstop 0.235818101
4732026-05-04T04:39:11.928Z+ header test
4742026-05-04T04:39:11.928Z+ echo '# ==== test ==== #'
4752026-05-04T04:39:11.928Z+ ptime -m cargo test
4762026-05-04T04:39:11.928Z# ==== test ==== #
4772026-05-04T04:39:12.072Z Compiling serde_core v1.0.228
4782026-05-04T04:39:12.075Z Compiling thiserror v2.0.18
4792026-05-04T04:39:12.093Z Compiling zerocopy v0.8.48
4802026-05-04T04:39:12.097Z Compiling memchr v2.8.0
4812026-05-04T04:39:12.100Z Compiling byteorder v1.5.0
4822026-05-04T04:39:12.103Z Compiling unicode-ident v1.0.24
4832026-05-04T04:39:12.103Z Compiling libc v0.2.186
4842026-05-04T04:39:12.103Z Compiling zmij v1.0.21
4852026-05-04T04:39:12.178Z Compiling proc-macro2 v1.0.106
4862026-05-04T04:39:12.222Z Compiling scroll v0.13.0
4872026-05-04T04:39:12.302Z Compiling ucd-trie v0.1.7
4882026-05-04T04:39:12.437Z Compiling log v0.4.29
4892026-05-04T04:39:12.464Z Compiling plain v0.2.3
4902026-05-04T04:39:12.488Z Compiling itoa v1.0.18
4912026-05-04T04:39:12.559Z Compiling goblin v0.10.5
4922026-05-04T04:39:12.647Z Compiling quote v1.0.45
4932026-05-04T04:39:12.741Z Compiling pest v2.8.6
4942026-05-04T04:39:13.012Z Compiling hash32 v0.3.1
4952026-05-04T04:39:13.172Z Compiling cfg-if v1.0.4
4962026-05-04T04:39:13.235Z Compiling macaddr v1.0.1
4972026-05-04T04:39:13.332Z Compiling pretty-hex v0.4.2
4982026-05-04T04:39:13.464Z Compiling stable_deref_trait v1.2.1
4992026-05-04T04:39:13.490Z Compiling syn v2.0.117
5002026-05-04T04:39:13.524Z Compiling heapless v0.8.0
5012026-05-04T04:39:13.636Z Compiling thread-id v5.1.0
5022026-05-04T04:39:13.709Z Compiling cobs v0.3.0
5032026-05-04T04:39:13.959Z Compiling serde v1.0.228
5042026-05-04T04:39:13.983Z Compiling bitflags v2.11.1
5052026-05-04T04:39:13.990Z Compiling serde_json v1.0.149
5062026-05-04T04:39:14.393Z Compiling dtrace-parser v0.3.0
5072026-05-04T04:39:14.430Z Compiling bitflags v1.3.2
5082026-05-04T04:39:14.495Z Compiling managed v0.8.0
5092026-05-04T04:39:14.577Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5102026-05-04T04:39:14.719Z Compiling smoltcp v0.11.0
5112026-05-04T04:39:14.813Z Compiling postcard v1.1.3
5122026-05-04T04:39:14.978Z Compiling ingot-types v0.1.2
5132026-05-04T04:39:15.072Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5142026-05-04T04:39:15.157Z Compiling memmap2 v0.9.10
5152026-05-04T04:39:15.381Z Compiling dof v0.4.0
5162026-05-04T04:39:15.445Z Compiling ingot v0.1.1
5172026-05-04T04:39:15.662Z Compiling either v1.15.0
5182026-05-04T04:39:15.861Z Compiling ipnetwork v0.21.1
5192026-05-04T04:39:16.395Z Compiling usdt-impl v0.6.0
5202026-05-04T04:39:17.109Z Compiling unicode-width v0.2.2
5212026-05-04T04:39:17.431Z Compiling tabwriter v1.4.1
5222026-05-04T04:39:17.681Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5232026-05-04T04:39:17.846Z Compiling usdt v0.6.0
5242026-05-04T04:39:18.005Z Compiling itertools v0.14.0
5252026-05-04T04:39:18.477Z Compiling ref-cast v1.0.25
5262026-05-04T04:39:18.573Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5272026-05-04T04:39:18.954Z Compiling crc32fast v1.5.0
5282026-05-04T04:39:19.216Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292026-05-04T04:39:19.233Z Compiling dyn-clone v1.0.20
5302026-05-04T04:39:32.405Z Finished `test` profile [optimized + debuginfo] target(s) in 20.46s
5312026-05-04T04:39:32.419Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d)
5322026-05-04T04:39:32.422Z
5332026-05-04T04:39:32.423Zrunning 72 tests
5342026-05-04T04:39:32.423Ztest d_error::tests::name_truncation ... ok
5352026-05-04T04:39:32.423Ztest d_error::tests::name_and_data_storage ... ok
5362026-05-04T04:39:32.423Ztest ddi::mblk::test::chain_breaks_links ... ok
5372026-05-04T04:39:32.423Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5382026-05-04T04:39:32.423Ztest ddi::mblk::test::chain_append_links ... ok
5392026-05-04T04:39:32.423Ztest ddi::mblk::test::prefix_len ... ok
5402026-05-04T04:39:32.423Ztest ddi::mblk::test::expand_and_shrink ... ok
5412026-05-04T04:39:32.423Ztest ddi::mblk::test::chain_drain_complete ... ok
5422026-05-04T04:39:32.423Ztest ddi::mblk::test::read_seg ... ok
5432026-05-04T04:39:32.423Ztest ddi::mblk::test::truncate ... ok
5442026-05-04T04:39:32.423Ztest ddi::mblk::test::uninitialized_packet ... ok
5452026-05-04T04:39:32.423Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5462026-05-04T04:39:32.423Ztest ddi::mblk::test::wrap ... ok
5472026-05-04T04:39:32.423Ztest ddi::mblk::test::zero_byte_packet ... ok
5482026-05-04T04:39:32.423Ztest ddi::time::test::good_interval ... ok
5492026-05-04T04:39:32.423Ztest engine::dhcp::test::domain_search_option_encode ... ok
5502026-05-04T04:39:32.423Ztest engine::dhcp::test::domainname_encode ... ok
5512026-05-04T04:39:32.423Ztest engine::dhcp::test::hostname_encode ... ok
5522026-05-04T04:39:32.423Ztest engine::dhcp::test::rfc3442_encode ... ok
5532026-05-04T04:39:32.423Ztest engine::dhcp::test::offlink_encode ... ok
5542026-05-04T04:39:32.423Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5552026-05-04T04:39:32.423Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5562026-05-04T04:39:32.423Ztest engine::dhcpv6::options::test::test_client_id ... ok
5572026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5582026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_iana ... ok
5592026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_iata ... ok
5602026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5612026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_option_request ... ok
5622026-05-04T04:39:32.427Ztest ddi::time::test::bad_interval - should panic ... ok
5632026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5642026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5652026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5662026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5672026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5682026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_server_id ... ok
5692026-05-04T04:39:32.427Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5702026-05-04T04:39:32.427Ztest engine::dhcpv6::options::test::test_status ... ok
5712026-05-04T04:39:32.428Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5722026-05-04T04:39:32.428Ztest engine::ether::test::emit ... ok
5732026-05-04T04:39:32.428Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5742026-05-04T04:39:32.428Ztest engine::geneve::test::emit_no_opts ... ok
5752026-05-04T04:39:32.428Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5762026-05-04T04:39:32.428Ztest engine::flow_table::test::flow_clear ... ok
5772026-05-04T04:39:32.428Ztest engine::geneve::test::emit_single_opt ... ok
5782026-05-04T04:39:32.429Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5792026-05-04T04:39:32.429Ztest engine::flow_table::test::flow_expired ... ok
5802026-05-04T04:39:32.429Ztest engine::ip::v4::test::match_check ... ok
5812026-05-04T04:39:32.429Ztest engine::ip::v4::test::emit ... ok
5822026-05-04T04:39:32.429Ztest engine::ip::v4::test::cidr_match ... ok
5832026-05-04T04:39:32.429Ztest engine::ip::v6::test::option_push_spec ... ok
5842026-05-04T04:39:32.429Ztest engine::ip::v6::test::from_pairs ... ok
5852026-05-04T04:39:32.429Ztest engine::ip::v6::test::test_set_total_len ... ok
5862026-05-04T04:39:32.429Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5872026-05-04T04:39:32.429Ztest engine::ip::v6::test::extension_push_spec ... ok
5882026-05-04T04:39:32.429Ztest engine::layer::test::find_rule ... ok
5892026-05-04T04:39:32.429Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5902026-05-04T04:39:32.429Ztest engine::ip::v6::test::emit ... ok
5912026-05-04T04:39:32.429Ztest engine::packet::test::read_single_segment ... ok
5922026-05-04T04:39:32.429Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5932026-05-04T04:39:32.429Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5942026-05-04T04:39:32.429Ztest engine::packet::test::read_multi_segment ... ok
5952026-05-04T04:39:32.429Ztest engine::packet::test::small_packet_with_padding ... ok
5962026-05-04T04:39:32.429Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5972026-05-04T04:39:32.429Ztest engine::nat::test::nat4_rewrite ... ok
5982026-05-04T04:39:32.429Ztest engine::ip::v6::test::push_spec ... ok
5992026-05-04T04:39:32.429Ztest engine::packet::test::straddled_tcp ... ok
6002026-05-04T04:39:32.429Ztest engine::rule::rule_matching ... ok
6012026-05-04T04:39:32.429Ztest engine::packet::test::udp6_packet_with_padding ... ok
6022026-05-04T04:39:32.429Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6032026-05-04T04:39:32.429Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6042026-05-04T04:39:32.429Ztest engine::snat::test::nat_mappings ... ok
6052026-05-04T04:39:32.429Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6062026-05-04T04:39:32.430Z
6072026-05-04T04:39:32.430Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-05-04T04:39:32.430Z
6092026-05-04T04:39:32.430Z Doc-tests opte
6102026-05-04T04:39:34.326Z
6112026-05-04T04:39:34.326Zrunning 3 tests
6122026-05-04T04:39:34.329Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6132026-05-04T04:39:34.330Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6142026-05-04T04:39:34.330Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6152026-05-04T04:39:34.330Z
6162026-05-04T04:39:34.330Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6172026-05-04T04:39:34.330Z
6182026-05-04T04:39:34.334Zall doctests ran in 1.34s; merged doctests compilation took 1.33s
6192026-05-04T04:39:34.374Z
6202026-05-04T04:39:34.374Zreal 22.437417888
6212026-05-04T04:39:34.374Zuser 1:55.442870626
6222026-05-04T04:39:34.377Zsys 6.884623098
6232026-05-04T04:39:34.377Ztrap 0.055839006
6242026-05-04T04:39:34.377Ztflt 0.311167829
6252026-05-04T04:39:34.377Zdflt 0.225738498
6262026-05-04T04:39:34.377Zkflt 0.000009158
6272026-05-04T04:39:34.377Zlock 5:42.139241056
6282026-05-04T04:39:34.377Zslp 3:35.666961013
6292026-05-04T04:39:34.377Zlat 5.987671037
6302026-05-04T04:39:34.377Zstop 2.498764171
6312026-05-04T04:39:34.377Zprocess exited: duration 84900 ms, exit code 0
 
6322026-05-04T04:39:34.386Zfound 0 output files