01KNPEFJY1Y9F4YW7XS5VSCWGE: opte

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

Buildomat Job: 01KNPEFXFQ93ZVSGZWDYPHKJDF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T11:44:42.835Zjob assigned to worker 01KNPEG3HCFZ4Z63A180VYRPEM [factory aws, i-0e7f7347f3b60ed49] (queued for 48 s)
 
22026-04-08T11:44:49.433Zstarting task 0: "setup"
32026-04-08T11:44:49.439Z++ uname -s
42026-04-08T11:44:49.446Z+ kern=SunOS
52026-04-08T11:44:49.446Z+ build_user=build
62026-04-08T11:44:49.446Z+ build_uid=12345
72026-04-08T11:44:49.446Z+ work_dir=/work
82026-04-08T11:44:49.446Z+ input_dir=/input
92026-04-08T11:44:49.446Z+ [[ 0 == 12345 ]]
102026-04-08T11:44:49.446Z+ case "$kern" in
112026-04-08T11:44:49.446Z+ groupadd -g 12345 build
122026-04-08T11:44:49.447Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-08T11:44:51.449Z+ zfs create -o mountpoint=/work rpool/work
142026-04-08T11:44:51.562Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-08T11:44:51.570Z+ home_fs=zfs
162026-04-08T11:44:51.570Z+ [[ zfs == autofs ]]
172026-04-08T11:44:51.570Z+ mkdir -p /home/build
182026-04-08T11:44:51.570Z+ chown build:build /home/build /work
192026-04-08T11:44:53.566Z+ chmod 0700 /home/build /work
202026-04-08T11:44:53.574Zprocess exited: duration 4135 ms, exit code 0
 
212026-04-08T11:44:53.587Zstarting task 1: "rust-toolchain"
222026-04-08T11:44:53.595Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-08T11:44:53.596Z * rust toolchain channel = "1.94.1"
242026-04-08T11:44:53.596Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-08T11:44:53.596Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-08T11:44:53.596Z * rust toolchain profile = "default"
272026-04-08T11:44:53.596Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-08T11:44:53.596Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-08T11:44:53.596Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-08T11:44:53.714Zinfo: downloading installer
312026-04-08T11:44:55.166Zwarn: It looks like you have an existing installation of Rust at:
322026-04-08T11:44:55.167Zwarn: /opt/ooce/bin
332026-04-08T11:44:55.167Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-08T11:44:55.167Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-08T11:44:55.167Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-08T11:44:55.167Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-08T11:44:55.167Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-08T11:44:55.167Zerror: cannot install while Rust is installed
392026-04-08T11:44:55.167Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-08T11:44:55.167Zwarn: It looks like you have an existing rustup settings file at:
412026-04-08T11:44:55.167Zwarn: /home/build/.rustup/settings.toml
422026-04-08T11:44:55.167Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-08T11:44:55.167Zwarn: instead of the one inferred from the default host triple.
442026-04-08T11:44:55.180Zinfo: profile set to default
452026-04-08T11:44:55.180Zinfo: default host triple is x86_64-unknown-illumos
462026-04-08T11:44:55.189Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-08T11:44:55.314Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-08T11:44:55.321Zinfo: downloading 6 components
492026-04-08T11:45:09.792Z
502026-04-08T11:45:09.792Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-04-08T11:45:09.820Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-08T11:45:09.820Z
532026-04-08T11:45:09.821Z
542026-04-08T11:45:09.824ZRust is installed now. Great!
552026-04-08T11:45:09.824Z
562026-04-08T11:45:09.824ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-08T11:45:09.824Zenvironment variable. This has not been done automatically.
582026-04-08T11:45:09.824Z
592026-04-08T11:45:09.824ZTo configure your current shell, you need to source
602026-04-08T11:45:09.824Zthe corresponding env file under $HOME/.cargo.
612026-04-08T11:45:09.824Z
622026-04-08T11:45:09.824ZThis is usually done by running one of the following (note the leading DOT):
632026-04-08T11:45:09.824Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-08T11:45:09.824Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-08T11:45:09.824Zsource "~/.cargo/env.nu" # For nushell
662026-04-08T11:45:09.824Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-08T11:45:09.824Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-08T11:45:09.824Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-08T11:45:09.824Zwarn: no default linker (`cc`) was found in your PATH
702026-04-08T11:45:09.824Zwarn: many Rust crates require a system C toolchain to build
712026-04-08T11:45:09.908Z+ rustup --version
722026-04-08T11:45:09.916Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-08T11:45:09.919Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-08T11:45:09.937Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-08T11:45:09.940Z+ cargo --version
762026-04-08T11:45:09.953Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-08T11:45:09.956Z+ rustc --version
782026-04-08T11:45:09.975Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T11:45:09.977Zprocess exited: duration 16387 ms, exit code 0
 
802026-04-08T11:45:09.983Zstarting task 2: "authentication"
812026-04-08T11:45:09.999Zprocess exited: duration 15 ms, exit code 0
 
822026-04-08T11:45:10.005Zstarting task 3: "clone repository"
832026-04-08T11:45:10.008Z+ mkdir -p /work/oxidecomputer/opte
842026-04-08T11:45:10.011Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-08T11:45:10.039ZCloning into '/work/oxidecomputer/opte'...
862026-04-08T11:45:10.823Z+ cd /work/oxidecomputer/opte
872026-04-08T11:45:10.823Z+ git fetch origin 07b25ab9bacb22f85ae34197b4a0cb310b233e01
882026-04-08T11:45:11.096ZFrom https://github.com/oxidecomputer/opte
892026-04-08T11:45:11.096Z * branch 07b25ab9bacb22f85ae34197b4a0cb310b233e01 -> FETCH_HEAD
902026-04-08T11:45:11.102Z+ [[ -n '' ]]
912026-04-08T11:45:11.102Z+ git reset --hard 07b25ab9bacb22f85ae34197b4a0cb310b233e01
922026-04-08T11:45:11.118ZHEAD is now at 07b25ab Better per-layer KStats for errors
932026-04-08T11:45:11.121Zprocess exited: duration 1112 ms, exit code 0
 
942026-04-08T11:45:11.129Zstarting task 4: "build"
952026-04-08T11:45:11.132Z+ source .github/buildomat/common.sh
962026-04-08T11:45:11.132Z++ rustup show active-toolchain
972026-04-08T11:45:11.136Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-08T11:45:11.139Z++ pushd xde
992026-04-08T11:45:11.139Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-08T11:45:11.139Z++ rustup show active-toolchain
1012026-04-08T11:45:11.142Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-08T11:45:11.280Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-08T11:45:11.283Zinfo: downloading 6 components
1042026-04-08T11:45:25.244Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-08T11:45:25.319Z+++ rustup show active-toolchain -v
1062026-04-08T11:45:25.322Z+++ head -n 1
1072026-04-08T11:45:25.322Z+++ cut '-d ' -f1
1082026-04-08T11:45:25.373Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-08T11:45:25.373Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-08T11:45:25.373Z++ popd
1112026-04-08T11:45:25.376Z/work/oxidecomputer/opte
1122026-04-08T11:45:25.376Z+ cargo --version
1132026-04-08T11:45:25.383Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-08T11:45:25.386Z+ rustc --version
1152026-04-08T11:45:25.405Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-08T11:45:25.409Z+ cd lib/opte
1172026-04-08T11:45:25.409Z+ header 'check style'
1182026-04-08T11:45:25.409Z+ echo '# ==== check style ==== #'
1192026-04-08T11:45:25.409Z# ==== check style ==== #
1202026-04-08T11:45:25.409Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1212026-04-08T11:45:25.587Z
1222026-04-08T11:45:25.588Zreal 0.176895383
1232026-04-08T11:45:25.588Zuser 0.131409649
1242026-04-08T11:45:25.588Zsys 0.039352037
1252026-04-08T11:45:25.588Ztrap 0.000009287
1262026-04-08T11:45:25.588Ztflt 0.000020545
1272026-04-08T11:45:25.588Zdflt 0.000017696
1282026-04-08T11:45:25.588Zkflt 0.000000000
1292026-04-08T11:45:25.588Zlock 0.030963997
1302026-04-08T11:45:25.588Zslp 0.154382749
1312026-04-08T11:45:25.588Zlat 0.000682400
1322026-04-08T11:45:25.588Zstop 0.000087771
1332026-04-08T11:45:25.591Z+ header 'check docs'
1342026-04-08T11:45:25.591Z+ echo '# ==== check docs ==== #'
1352026-04-08T11:45:25.591Z# ==== check docs ==== #
1362026-04-08T11:45:25.591Z+ RUSTDOCFLAGS='-D warnings'
1372026-04-08T11:45:25.591Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1382026-04-08T11:45:25.658Z Updating crates.io index
1392026-04-08T11:45:25.661Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-04-08T11:45:26.462Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-04-08T11:45:26.762Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-04-08T11:45:27.079Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-04-08T11:45:27.476Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-04-08T11:45:27.728Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-04-08T11:45:27.969Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-04-08T11:45:29.575Z Downloading crates ...
1472026-04-08T11:45:29.623Z Downloaded crc32fast v1.5.0
1482026-04-08T11:45:29.628Z Downloaded byteorder v1.5.0
1492026-04-08T11:45:29.631Z Downloaded defmt v0.3.100
1502026-04-08T11:45:29.631Z Downloaded block-buffer v0.10.4
1512026-04-08T11:45:29.634Z Downloaded darling v0.23.0
1522026-04-08T11:45:29.634Z Downloaded cobs v0.3.0
1532026-04-08T11:45:29.637Z Downloaded darling_macro v0.21.3
1542026-04-08T11:45:29.637Z Downloaded darling v0.21.3
1552026-04-08T11:45:29.640Z Downloaded digest v0.10.7
1562026-04-08T11:45:29.642Z Downloaded defmt-parser v1.0.0
1572026-04-08T11:45:29.642Z Downloaded plain v0.2.3
1582026-04-08T11:45:29.642Z Downloaded cpufeatures v0.2.17
1592026-04-08T11:45:29.646Z Downloaded dof v0.4.0
1602026-04-08T11:45:29.648Z Downloaded itoa v1.0.18
1612026-04-08T11:45:29.648Z Downloaded embedded-io v0.6.1
1622026-04-08T11:45:29.651Z Downloaded managed v0.8.0
1632026-04-08T11:45:29.654Z Downloaded dyn-clone v1.0.20
1642026-04-08T11:45:29.657Z Downloaded scroll_derive v0.13.1
1652026-04-08T11:45:29.657Z Downloaded fnv v1.0.7
1662026-04-08T11:45:29.657Z Downloaded generic-array v0.14.7
1672026-04-08T11:45:29.661Z Downloaded darling_macro v0.23.0
1682026-04-08T11:45:29.664Z Downloaded usdt-attr-macro v0.6.0
1692026-04-08T11:45:29.668Z Downloaded embedded-io v0.4.0
1702026-04-08T11:45:29.671Z Downloaded crypto-common v0.1.7
1712026-04-08T11:45:29.674Z Downloaded ident_case v1.0.1
1722026-04-08T11:45:29.674Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-04-08T11:45:29.676Z Downloaded usdt v0.6.0
1742026-04-08T11:45:29.679Z Downloaded defmt-macros v1.0.1
1752026-04-08T11:45:29.682Z Downloaded cfg-if v1.0.4
1762026-04-08T11:45:29.682Z Downloaded bitflags v1.3.2
1772026-04-08T11:45:29.686Z Downloaded ingot v0.1.1
1782026-04-08T11:45:29.689Z Downloaded hash32 v0.3.1
1792026-04-08T11:45:29.689Z Downloaded macaddr v1.0.1
1802026-04-08T11:45:29.690Z Downloaded tabwriter v1.4.1
1812026-04-08T11:45:29.692Z Downloaded dtrace-parser v0.3.0
1822026-04-08T11:45:29.693Z Downloaded ref-cast-impl v1.0.25
1832026-04-08T11:45:29.695Z Downloaded usdt-macro v0.6.0
1842026-04-08T11:45:29.698Z Downloaded thread-id v5.1.0
1852026-04-08T11:45:29.701Z Downloaded pretty-hex v0.4.2
1862026-04-08T11:45:29.705Z Downloaded strsim v0.11.1
1872026-04-08T11:45:29.714Z Downloaded defmt v1.0.1
1882026-04-08T11:45:29.721Z Downloaded ref-cast v1.0.25
1892026-04-08T11:45:29.724Z Downloaded ipnetwork v0.21.1
1902026-04-08T11:45:29.729Z Downloaded version_check v0.9.5
1912026-04-08T11:45:29.732Z Downloaded stable_deref_trait v1.2.1
1922026-04-08T11:45:29.732Z Downloaded ingot-types v0.1.2
1932026-04-08T11:45:29.738Z Downloaded pest_derive v2.8.6
1942026-04-08T11:45:29.741Z Downloaded scroll v0.13.0
1952026-04-08T11:45:29.741Z Downloaded either v1.15.0
1962026-04-08T11:45:29.745Z Downloaded zmij v1.0.21
1972026-04-08T11:45:29.748Z Downloaded serde_tokenstream v0.2.3
1982026-04-08T11:45:29.748Z Downloaded quote v1.0.45
1992026-04-08T11:45:29.751Z Downloaded proc-macro-error2 v2.0.1
2002026-04-08T11:45:29.754Z Downloaded thiserror-impl v2.0.18
2012026-04-08T11:45:29.757Z Downloaded thiserror v2.0.18
2022026-04-08T11:45:29.760Z Downloaded postcard v1.1.3
2032026-04-08T11:45:29.763Z Downloaded memmap2 v0.9.10
2042026-04-08T11:45:29.766Z Downloaded ingot-macros v0.1.1
2052026-04-08T11:45:29.769Z Downloaded bitflags v2.11.0
2062026-04-08T11:45:29.773Z Downloaded usdt-impl v0.6.0
2072026-04-08T11:45:29.776Z Downloaded pest_generator v2.8.6
2082026-04-08T11:45:29.781Z Downloaded log v0.4.29
2092026-04-08T11:45:29.789Z Downloaded sha2 v0.10.9
2102026-04-08T11:45:29.792Z Downloaded heapless v0.8.0
2112026-04-08T11:45:29.795Z Downloaded darling_core v0.21.3
2122026-04-08T11:45:29.801Z Downloaded serde_core v1.0.228
2132026-04-08T11:45:29.803Z Downloaded serde_derive v1.0.228
2142026-04-08T11:45:29.807Z Downloaded proc-macro2 v1.0.106
2152026-04-08T11:45:29.809Z Downloaded darling_core v0.23.0
2162026-04-08T11:45:29.817Z Downloaded pest_meta v2.8.6
2172026-04-08T11:45:29.820Z Downloaded ucd-trie v0.1.7
2182026-04-08T11:45:29.823Z Downloaded unicode-ident v1.0.24
2192026-04-08T11:45:29.829Z Downloaded serde v1.0.228
2202026-04-08T11:45:29.836Z Downloaded typenum v1.19.0
2212026-04-08T11:45:29.839Z Downloaded zerocopy-derive v0.8.47
2222026-04-08T11:45:29.854Z Downloaded memchr v2.8.0
2232026-04-08T11:45:29.874Z Downloaded pest v2.8.6
2242026-04-08T11:45:29.876Z Downloaded regex v1.12.3
2252026-04-08T11:45:29.893Z Downloaded serde_json v1.0.149
2262026-04-08T11:45:29.902Z Downloaded itertools v0.14.0
2272026-04-08T11:45:29.911Z Downloaded aho-corasick v1.1.4
2282026-04-08T11:45:29.945Z Downloaded goblin v0.10.5
2292026-04-08T11:45:29.957Z Downloaded unicode-width v0.2.2
2302026-04-08T11:45:29.963Z Downloaded zerocopy v0.8.47
2312026-04-08T11:45:29.972Z Downloaded syn v2.0.117
2322026-04-08T11:45:29.978Z Downloaded smoltcp v0.11.0
2332026-04-08T11:45:29.987Z Downloaded regex-syntax v0.8.10
2342026-04-08T11:45:30.016Z Downloaded regex-automata v0.4.14
2352026-04-08T11:45:30.026Z Downloaded libc v0.2.183
2362026-04-08T11:45:30.087Z Compiling proc-macro2 v1.0.106
2372026-04-08T11:45:30.087Z Compiling quote v1.0.45
2382026-04-08T11:45:30.087Z Compiling unicode-ident v1.0.24
2392026-04-08T11:45:30.090Z Documenting unicode-ident v1.0.24
2402026-04-08T11:45:30.090Z Compiling ident_case v1.0.1
2412026-04-08T11:45:30.090Z Compiling strsim v0.11.1
2422026-04-08T11:45:30.146Z Compiling serde_core v1.0.228
2432026-04-08T11:45:30.235Z Compiling fnv v1.0.7
2442026-04-08T11:45:30.254Z Checking memchr v2.8.0
2452026-04-08T11:45:30.327Z Compiling regex-syntax v0.8.10
2462026-04-08T11:45:30.437Z Compiling serde v1.0.228
2472026-04-08T11:45:30.560Z Compiling thiserror v2.0.18
2482026-04-08T11:45:30.679Z Documenting proc-macro2 v1.0.106
2492026-04-08T11:45:30.742Z Compiling aho-corasick v1.1.4
2502026-04-08T11:45:30.804Z Compiling zerocopy v0.8.47
2512026-04-08T11:45:31.063Z Checking syn v2.0.117
2522026-04-08T11:45:31.235Z Documenting quote v1.0.45
2532026-04-08T11:45:31.713Z Documenting syn v2.0.117
2542026-04-08T11:45:31.877Z Compiling regex-automata v0.4.14
2552026-04-08T11:45:31.930Z Compiling either v1.15.0
2562026-04-08T11:45:32.111Z Checking byteorder v1.5.0
2572026-04-08T11:45:32.125Z Compiling itertools v0.14.0
2582026-04-08T11:45:32.263Z Documenting memchr v2.8.0
2592026-04-08T11:45:32.336Z Compiling heapless v0.8.0
2602026-04-08T11:45:32.791Z Checking hash32 v0.3.1
2612026-04-08T11:45:32.870Z Documenting aho-corasick v1.1.4
2622026-04-08T11:45:32.895Z Checking bitflags v2.11.0
2632026-04-08T11:45:33.013Z Documenting serde_core v1.0.228
2642026-04-08T11:45:33.047Z Checking cfg-if v1.0.4
2652026-04-08T11:45:33.107Z Documenting regex-syntax v0.8.10
2662026-04-08T11:45:33.365Z Checking stable_deref_trait v1.2.1
2672026-04-08T11:45:33.432Z Checking macaddr v1.0.1
2682026-04-08T11:45:33.573Z Compiling darling_core v0.21.3
2692026-04-08T11:45:33.701Z Compiling regex v1.12.3
2702026-04-08T11:45:33.916Z Compiling darling_core v0.23.0
2712026-04-08T11:45:34.150Z Documenting regex-automata v0.4.14
2722026-04-08T11:45:34.276Z Compiling smoltcp v0.11.0
2732026-04-08T11:45:34.682Z Documenting thiserror-impl v2.0.18
2742026-04-08T11:45:34.712Z Documenting serde_derive v1.0.228
2752026-04-08T11:45:34.749Z Compiling zerocopy-derive v0.8.47
2762026-04-08T11:45:34.897Z Compiling serde_derive v1.0.228
2772026-04-08T11:45:35.450Z Compiling thiserror-impl v2.0.18
2782026-04-08T11:45:35.479Z Documenting regex v1.12.3
2792026-04-08T11:45:35.524Z Documenting zerocopy-derive v0.8.47
2802026-04-08T11:45:35.652Z Compiling darling_macro v0.21.3
2812026-04-08T11:45:36.003Z Compiling darling_macro v0.23.0
2822026-04-08T11:45:36.158Z Checking managed v0.8.0
2832026-04-08T11:45:36.226Z Compiling darling v0.21.3
2842026-04-08T11:45:36.299Z Compiling ingot-macros v0.1.1
2852026-04-08T11:45:36.360Z Checking bitflags v1.3.2
2862026-04-08T11:45:36.395Z Documenting byteorder v1.5.0
2872026-04-08T11:45:36.418Z Documenting ingot-macros v0.1.1
2882026-04-08T11:45:36.425Z Documenting zerocopy v0.8.47
2892026-04-08T11:45:36.579Z Documenting bitflags v2.11.0
2902026-04-08T11:45:36.766Z Checking cobs v0.3.0
2912026-04-08T11:45:36.895Z Documenting thiserror v2.0.18
2922026-04-08T11:45:36.924Z Documenting hash32 v0.3.1
2932026-04-08T11:45:37.198Z Documenting cfg-if v1.0.4
2942026-04-08T11:45:37.401Z Compiling ref-cast v1.0.25
2952026-04-08T11:45:37.567Z Documenting serde v1.0.228
2962026-04-08T11:45:37.714Z Compiling crc32fast v1.5.0
2972026-04-08T11:45:37.766Z Documenting stable_deref_trait v1.2.1
2982026-04-08T11:45:37.899Z Documenting macaddr v1.0.1
2992026-04-08T11:45:37.934Z Checking postcard v1.1.3
3002026-04-08T11:45:38.144Z Documenting cobs v0.3.0
3012026-04-08T11:45:38.332Z Documenting heapless v0.8.0
3022026-04-08T11:45:38.518Z Compiling ref-cast-impl v1.0.25
3032026-04-08T11:45:38.690Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-04-08T11:45:38.943Z Compiling version_check v0.9.5
3052026-04-08T11:45:38.971Z Checking ingot-types v0.1.2
3062026-04-08T11:45:39.078Z Checking unicode-width v0.2.2
3072026-04-08T11:45:39.113Z Documenting managed v0.8.0
3082026-04-08T11:45:39.178Z Checking ipnetwork v0.21.1
3092026-04-08T11:45:39.307Z Checking ingot v0.1.1
3102026-04-08T11:45:39.317Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3112026-04-08T11:45:39.343Z Documenting postcard v1.1.3
3122026-04-08T11:45:39.368Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3132026-04-08T11:45:39.437Z Compiling darling v0.23.0
3142026-04-08T11:45:39.516Z Documenting ref-cast-impl v1.0.25
3152026-04-08T11:45:39.610Z Documenting unicode-width v0.2.2
3162026-04-08T11:45:39.670Z Documenting ingot-types v0.1.2
3172026-04-08T11:45:39.830Z Documenting smoltcp v0.11.0
3182026-04-08T11:45:39.957Z Documenting ipnetwork v0.21.1
3192026-04-08T11:45:40.107Z Documenting either v1.15.0
3202026-04-08T11:45:40.333Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3212026-04-08T11:45:40.568Z Documenting ref-cast v1.0.25
3222026-04-08T11:45:40.768Z Documenting tabwriter v1.4.1
3232026-04-08T11:45:40.859Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-04-08T11:45:41.053Z Documenting ingot v0.1.1
3252026-04-08T11:45:41.305Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3262026-04-08T11:45:41.494Z Documenting itertools v0.14.0
3272026-04-08T11:45:41.879Z Checking tabwriter v1.4.1
3282026-04-08T11:45:42.064Z Documenting crc32fast v1.5.0
3292026-04-08T11:45:42.094Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-04-08T11:45:42.130Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-04-08T11:45:42.352Z Checking dyn-clone v1.0.20
3322026-04-08T11:45:42.391Z Documenting dyn-clone v1.0.20
3332026-04-08T11:45:43.408Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3342026-04-08T11:45:44.671Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3352026-04-08T11:45:46.838Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.23s
3362026-04-08T11:45:46.925Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3372026-04-08T11:45:46.944Z
3382026-04-08T11:45:46.947Zreal 21.332569035
3392026-04-08T11:45:46.947Zuser 1:15.252387104
3402026-04-08T11:45:46.947Zsys 15.796379127
3412026-04-08T11:45:46.947Ztrap 0.044093477
3422026-04-08T11:45:46.947Ztflt 0.030041387
3432026-04-08T11:45:46.947Zdflt 0.076057612
3442026-04-08T11:45:46.947Zkflt 0.004884241
3452026-04-08T11:45:46.947Zlock 6:37.040972512
3462026-04-08T11:45:46.947Zslp 4:10.923747964
3472026-04-08T11:45:46.947Zlat 8.427975938
3482026-04-08T11:45:46.947Zstop 9.836197208
3492026-04-08T11:45:46.947Z+ header 'analyze std + api'
3502026-04-08T11:45:46.947Z+ echo '# ==== analyze std + api ==== #'
3512026-04-08T11:45:46.947Z# ==== analyze std + api ==== #
3522026-04-08T11:45:46.947Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3532026-04-08T11:45:47.186Z Compiling proc-macro2 v1.0.106
3542026-04-08T11:45:47.186Z Compiling quote v1.0.45
3552026-04-08T11:45:47.186Z Compiling unicode-ident v1.0.24
3562026-04-08T11:45:47.186Z Compiling memchr v2.8.0
3572026-04-08T11:45:47.187Z Compiling thiserror v2.0.18
3582026-04-08T11:45:47.196Z Compiling zerocopy v0.8.47
3592026-04-08T11:45:47.197Z Compiling zmij v1.0.21
3602026-04-08T11:45:47.197Z Compiling libc v0.2.183
3612026-04-08T11:45:47.439Z Compiling serde_core v1.0.228
3622026-04-08T11:45:47.519Z Compiling strsim v0.11.1
3632026-04-08T11:45:47.547Z Compiling ident_case v1.0.1
3642026-04-08T11:45:47.555Z Compiling serde_json v1.0.149
3652026-04-08T11:45:47.576Z Compiling ucd-trie v0.1.7
3662026-04-08T11:45:47.755Z Compiling pest v2.8.6
3672026-04-08T11:45:47.758Z Compiling serde v1.0.228
3682026-04-08T11:45:47.874Z Compiling fnv v1.0.7
3692026-04-08T11:45:48.090Z Compiling aho-corasick v1.1.4
3702026-04-08T11:45:48.141Z Compiling itoa v1.0.18
3712026-04-08T11:45:48.319Z Compiling regex-syntax v0.8.10
3722026-04-08T11:45:48.434Z Compiling syn v2.0.117
3732026-04-08T11:45:48.460Z Checking byteorder v1.5.0
3742026-04-08T11:45:48.854Z Compiling pest_meta v2.8.6
3752026-04-08T11:45:49.032Z Compiling either v1.15.0
3762026-04-08T11:45:49.064Z Compiling usdt-impl v0.6.0
3772026-04-08T11:45:49.234Z Compiling itertools v0.14.0
3782026-04-08T11:45:49.497Z Compiling thread-id v5.1.0
3792026-04-08T11:45:49.621Z Compiling heapless v0.8.0
3802026-04-08T11:45:49.723Z Checking log v0.4.29
3812026-04-08T11:45:49.785Z Compiling regex-automata v0.4.14
3822026-04-08T11:45:50.119Z Checking plain v0.2.3
3832026-04-08T11:45:50.380Z Checking bitflags v2.11.0
3842026-04-08T11:45:50.465Z Checking hash32 v0.3.1
3852026-04-08T11:45:50.528Z Checking pretty-hex v0.4.2
3862026-04-08T11:45:50.538Z Checking macaddr v1.0.1
3872026-04-08T11:45:50.538Z Compiling smoltcp v0.11.0
3882026-04-08T11:45:50.545Z Checking cfg-if v1.0.4
3892026-04-08T11:45:50.630Z Checking stable_deref_trait v1.2.1
3902026-04-08T11:45:50.793Z Compiling pest_generator v2.8.6
3912026-04-08T11:45:50.809Z Compiling darling_core v0.21.3
3922026-04-08T11:45:50.837Z Compiling darling_core v0.23.0
3932026-04-08T11:45:51.063Z Compiling version_check v0.9.5
3942026-04-08T11:45:51.140Z Checking bitflags v1.3.2
3952026-04-08T11:45:51.202Z Compiling crc32fast v1.5.0
3962026-04-08T11:45:51.328Z Compiling ref-cast v1.0.25
3972026-04-08T11:45:51.571Z Checking managed v0.8.0
3982026-04-08T11:45:51.581Z Compiling regex v1.12.3
3992026-04-08T11:45:51.695Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4002026-04-08T11:45:51.875Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4012026-04-08T11:45:51.940Z Checking memmap2 v0.9.10
4022026-04-08T11:45:52.027Z Compiling thiserror-impl v2.0.18
4032026-04-08T11:45:52.092Z Compiling serde_derive v1.0.228
4042026-04-08T11:45:52.160Z Compiling zerocopy-derive v0.8.47
4052026-04-08T11:45:52.323Z Compiling pest_derive v2.8.6
4062026-04-08T11:45:52.635Z Compiling scroll_derive v0.13.1
4072026-04-08T11:45:52.748Z Compiling ref-cast-impl v1.0.25
4082026-04-08T11:45:52.819Z Checking ipnetwork v0.21.1
4092026-04-08T11:45:52.882Z Compiling darling_macro v0.21.3
4102026-04-08T11:45:52.916Z Compiling darling_macro v0.23.0
4112026-04-08T11:45:53.168Z Checking unicode-width v0.2.2
4122026-04-08T11:45:53.356Z Checking cobs v0.3.0
4132026-04-08T11:45:53.408Z Compiling darling v0.21.3
4142026-04-08T11:45:53.412Z Checking dtrace-parser v0.3.0
4152026-04-08T11:45:53.463Z Compiling darling v0.23.0
4162026-04-08T11:45:53.463Z Checking scroll v0.13.0
4172026-04-08T11:45:53.475Z Compiling ingot-macros v0.1.1
4182026-04-08T11:45:53.491Z Checking tabwriter v1.4.1
4192026-04-08T11:45:53.530Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4202026-04-08T11:45:53.674Z Checking goblin v0.10.5
4212026-04-08T11:45:54.046Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-04-08T11:45:54.405Z Checking dyn-clone v1.0.20
4232026-04-08T11:45:55.151Z Checking postcard v1.1.3
4242026-04-08T11:45:55.202Z Compiling serde_tokenstream v0.2.3
4252026-04-08T11:45:56.188Z Checking ingot-types v0.1.2
4262026-04-08T11:45:56.188Z Checking dof v0.4.0
4272026-04-08T11:45:56.483Z Checking ingot v0.1.1
4282026-04-08T11:45:57.078Z Compiling usdt-attr-macro v0.6.0
4292026-04-08T11:45:57.082Z Compiling usdt-macro v0.6.0
4302026-04-08T11:45:57.651Z Checking usdt v0.6.0
4312026-04-08T11:45:57.880Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-04-08T11:46:05.867Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.87s
4332026-04-08T11:46:05.897Z
4342026-04-08T11:46:05.900Zreal 18.943352484
4352026-04-08T11:46:05.901Zuser 1:03.272257478
4362026-04-08T11:46:05.901Zsys 12.321508588
4372026-04-08T11:46:05.901Ztrap 0.031480369
4382026-04-08T11:46:05.901Ztflt 0.154973029
4392026-04-08T11:46:05.901Zdflt 0.168201836
4402026-04-08T11:46:05.901Zkflt 0.000008868
4412026-04-08T11:46:05.901Zlock 3:40.215089602
4422026-04-08T11:46:05.901Zslp 3:21.007053953
4432026-04-08T11:46:05.901Zlat 3.259228552
4442026-04-08T11:46:05.901Zstop 6.229869773
4452026-04-08T11:46:05.901Z+ header 'analyze no_std + engine + kernel'
4462026-04-08T11:46:05.901Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-04-08T11:46:05.901Z# ==== analyze no_std + engine + kernel ==== #
4482026-04-08T11:46:05.901Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-04-08T11:46:06.076Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-04-08T11:46:06.076Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-04-08T11:46:06.076Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-04-08T11:46:06.080Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-04-08T11:46:06.340Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-04-08T11:46:10.480Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.53s
4552026-04-08T11:46:10.510Z
4562026-04-08T11:46:10.514Zreal 4.604696472
4572026-04-08T11:46:10.514Zuser 4.985114135
4582026-04-08T11:46:10.514Zsys 0.882125264
4592026-04-08T11:46:10.514Ztrap 0.000678998
4602026-04-08T11:46:10.514Ztflt 0.005824860
4612026-04-08T11:46:10.514Zdflt 0.002383070
4622026-04-08T11:46:10.515Zkflt 0.000000000
4632026-04-08T11:46:10.515Zlock 16.368640810
4642026-04-08T11:46:10.515Zslp 17.765426852
4652026-04-08T11:46:10.515Zlat 0.019354752
4662026-04-08T11:46:10.515Zstop 0.255047063
4672026-04-08T11:46:10.515Z+ header test
4682026-04-08T11:46:10.515Z+ echo '# ==== test ==== #'
4692026-04-08T11:46:10.515Z# ==== test ==== #
4702026-04-08T11:46:10.515Z+ ptime -m cargo test
4712026-04-08T11:46:10.660Z Compiling serde_core v1.0.228
4722026-04-08T11:46:10.660Z Compiling thiserror v2.0.18
4732026-04-08T11:46:10.664Z Compiling zerocopy v0.8.47
4742026-04-08T11:46:10.684Z Compiling memchr v2.8.0
4752026-04-08T11:46:10.688Z Compiling byteorder v1.5.0
4762026-04-08T11:46:10.691Z Compiling unicode-ident v1.0.24
4772026-04-08T11:46:10.691Z Compiling zmij v1.0.21
4782026-04-08T11:46:10.691Z Compiling libc v0.2.183
4792026-04-08T11:46:10.768Z Compiling scroll v0.13.0
4802026-04-08T11:46:10.811Z Compiling proc-macro2 v1.0.106
4812026-04-08T11:46:10.894Z Compiling ucd-trie v0.1.7
4822026-04-08T11:46:11.026Z Compiling itoa v1.0.18
4832026-04-08T11:46:11.030Z Compiling plain v0.2.3
4842026-04-08T11:46:11.051Z Compiling log v0.4.29
4852026-04-08T11:46:11.122Z Compiling pest v2.8.6
4862026-04-08T11:46:11.265Z Compiling goblin v0.10.5
4872026-04-08T11:46:11.274Z Compiling quote v1.0.45
4882026-04-08T11:46:11.596Z Compiling hash32 v0.3.1
4892026-04-08T11:46:11.760Z Compiling cfg-if v1.0.4
4902026-04-08T11:46:11.823Z Compiling stable_deref_trait v1.2.1
4912026-04-08T11:46:11.892Z Compiling macaddr v1.0.1
4922026-04-08T11:46:11.951Z Compiling pretty-hex v0.4.2
4932026-04-08T11:46:12.079Z Compiling heapless v0.8.0
4942026-04-08T11:46:12.137Z Compiling dtrace-parser v0.3.0
4952026-04-08T11:46:12.235Z Compiling syn v2.0.117
4962026-04-08T11:46:12.516Z Compiling serde v1.0.228
4972026-04-08T11:46:12.622Z Compiling bitflags v2.11.0
4982026-04-08T11:46:12.825Z Compiling serde_json v1.0.149
4992026-04-08T11:46:13.048Z Compiling thread-id v5.1.0
5002026-04-08T11:46:13.124Z Compiling cobs v0.3.0
5012026-04-08T11:46:13.156Z Compiling managed v0.8.0
5022026-04-08T11:46:13.379Z Compiling bitflags v1.3.2
5032026-04-08T11:46:13.405Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-04-08T11:46:13.443Z Compiling smoltcp v0.11.0
5052026-04-08T11:46:13.615Z Compiling ingot-types v0.1.2
5062026-04-08T11:46:13.624Z Compiling postcard v1.1.3
5072026-04-08T11:46:13.637Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-04-08T11:46:13.959Z Compiling ingot v0.1.1
5092026-04-08T11:46:14.010Z Compiling memmap2 v0.9.10
5102026-04-08T11:46:14.212Z Compiling dof v0.4.0
5112026-04-08T11:46:14.298Z Compiling unicode-width v0.2.2
5122026-04-08T11:46:14.599Z Compiling ipnetwork v0.21.1
5132026-04-08T11:46:15.138Z Compiling usdt-impl v0.6.0
5142026-04-08T11:46:15.748Z Compiling either v1.15.0
5152026-04-08T11:46:15.954Z Compiling itertools v0.14.0
5162026-04-08T11:46:15.963Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5172026-04-08T11:46:16.165Z Compiling usdt v0.6.0
5182026-04-08T11:46:16.808Z Compiling tabwriter v1.4.1
5192026-04-08T11:46:17.209Z Compiling ref-cast v1.0.25
5202026-04-08T11:46:17.304Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-04-08T11:46:17.371Z Compiling crc32fast v1.5.0
5222026-04-08T11:46:17.658Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-04-08T11:46:17.661Z Compiling dyn-clone v1.0.20
5242026-04-08T11:46:30.964Z Finished `test` profile [optimized + debuginfo] target(s) in 20.44s
5252026-04-08T11:46:30.978Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-a1420e1d6c59c53f)
5262026-04-08T11:46:30.982Z
5272026-04-08T11:46:30.982Zrunning 72 tests
5282026-04-08T11:46:30.982Ztest d_error::tests::name_and_data_storage ... ok
5292026-04-08T11:46:30.982Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5302026-04-08T11:46:30.982Ztest ddi::mblk::test::chain_breaks_links ... ok
5312026-04-08T11:46:30.982Ztest ddi::mblk::test::chain_append_links ... ok
5322026-04-08T11:46:30.982Ztest d_error::tests::name_truncation ... ok
5332026-04-08T11:46:30.982Ztest ddi::mblk::test::chain_drain_complete ... ok
5342026-04-08T11:46:30.982Ztest ddi::mblk::test::prefix_len ... ok
5352026-04-08T11:46:30.982Ztest ddi::mblk::test::expand_and_shrink ... ok
5362026-04-08T11:46:30.982Ztest ddi::mblk::test::read_seg ... ok
5372026-04-08T11:46:30.982Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5382026-04-08T11:46:30.982Ztest ddi::mblk::test::uninitialized_packet ... ok
5392026-04-08T11:46:30.982Ztest ddi::mblk::test::zero_byte_packet ... ok
5402026-04-08T11:46:30.982Ztest ddi::mblk::test::truncate ... ok
5412026-04-08T11:46:30.987Ztest ddi::mblk::test::wrap ... ok
5422026-04-08T11:46:30.987Ztest engine::dhcp::test::offlink_encode ... ok
5432026-04-08T11:46:30.987Ztest engine::dhcp::test::domain_search_option_encode ... ok
5442026-04-08T11:46:30.987Ztest engine::dhcp::test::domainname_encode ... ok
5452026-04-08T11:46:30.987Ztest engine::dhcp::test::hostname_encode ... ok
5462026-04-08T11:46:30.987Ztest ddi::time::test::good_interval ... ok
5472026-04-08T11:46:30.987Ztest engine::dhcp::test::rfc3442_encode ... ok
5482026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_client_id ... ok
5492026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5502026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5512026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5522026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_iana ... ok
5532026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_iata ... ok
5542026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_option_request ... ok
5552026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5562026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5572026-04-08T11:46:30.987Ztest ddi::time::test::bad_interval - should panic ... ok
5582026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5592026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5602026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_server_id ... ok
5612026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5622026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5632026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5642026-04-08T11:46:30.987Ztest engine::dhcpv6::options::test::test_status ... ok
5652026-04-08T11:46:30.987Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5662026-04-08T11:46:30.987Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5672026-04-08T11:46:30.987Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5682026-04-08T11:46:30.987Ztest engine::ether::test::emit ... ok
5692026-04-08T11:46:30.987Ztest engine::flow_table::test::flow_clear ... ok
5702026-04-08T11:46:30.987Ztest engine::flow_table::test::flow_expired ... ok
5712026-04-08T11:46:30.987Ztest engine::geneve::test::emit_no_opts ... ok
5722026-04-08T11:46:30.987Ztest engine::ip::v4::test::cidr_match ... ok
5732026-04-08T11:46:30.987Ztest engine::geneve::test::emit_single_opt ... ok
5742026-04-08T11:46:30.987Ztest engine::ip::v4::test::emit ... ok
5752026-04-08T11:46:30.987Ztest engine::ip::v4::test::match_check ... ok
5762026-04-08T11:46:30.987Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5772026-04-08T11:46:30.987Ztest engine::ip::v6::test::emit ... ok
5782026-04-08T11:46:30.988Ztest engine::ip::v6::test::from_pairs ... ok
5792026-04-08T11:46:30.988Ztest engine::ip::v6::test::extension_push_spec ... ok
5802026-04-08T11:46:30.988Ztest engine::ip::v6::test::option_push_spec ... ok
5812026-04-08T11:46:30.988Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5822026-04-08T11:46:30.988Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5832026-04-08T11:46:30.988Ztest engine::ip::v6::test::test_set_total_len ... ok
5842026-04-08T11:46:30.988Ztest engine::layer::test::find_rule ... ok
5852026-04-08T11:46:30.988Ztest engine::nat::test::nat4_rewrite ... ok
5862026-04-08T11:46:30.988Ztest engine::packet::test::read_multi_segment ... ok
5872026-04-08T11:46:30.988Ztest engine::packet::test::read_single_segment ... ok
5882026-04-08T11:46:30.988Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5892026-04-08T11:46:30.988Ztest engine::packet::test::small_packet_with_padding ... ok
5902026-04-08T11:46:30.988Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5912026-04-08T11:46:30.988Ztest engine::packet::test::udp6_packet_with_padding ... ok
5922026-04-08T11:46:30.988Ztest engine::packet::test::straddled_tcp ... ok
5932026-04-08T11:46:30.988Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5942026-04-08T11:46:30.989Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5952026-04-08T11:46:30.989Ztest engine::rule::rule_matching ... ok
5962026-04-08T11:46:30.989Ztest engine::ip::v6::test::push_spec ... ok
5972026-04-08T11:46:30.989Ztest engine::snat::test::nat_mappings ... ok
5982026-04-08T11:46:30.989Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5992026-04-08T11:46:30.989Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6002026-04-08T11:46:30.989Z
6012026-04-08T11:46:30.989Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6022026-04-08T11:46:30.989Z
6032026-04-08T11:46:30.989Z Doc-tests opte
6042026-04-08T11:46:32.878Z
6052026-04-08T11:46:32.879Zrunning 3 tests
6062026-04-08T11:46:32.883Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6072026-04-08T11:46:32.883Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6082026-04-08T11:46:32.883Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6092026-04-08T11:46:32.883Z
6102026-04-08T11:46:32.883Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6112026-04-08T11:46:32.883Z
6122026-04-08T11:46:32.887Zall doctests ran in 1.34s; merged doctests compilation took 1.32s
6132026-04-08T11:46:32.926Z
6142026-04-08T11:46:32.930Zreal 22.402684150
6152026-04-08T11:46:32.930Zuser 1:55.251933946
6162026-04-08T11:46:32.931Zsys 6.837810656
6172026-04-08T11:46:32.931Ztrap 0.054049325
6182026-04-08T11:46:32.931Ztflt 0.217114854
6192026-04-08T11:46:32.931Zdflt 0.352157331
6202026-04-08T11:46:32.931Zkflt 0.000006368
6212026-04-08T11:46:32.931Zlock 5:42.773249843
6222026-04-08T11:46:32.931Zslp 3:33.915426929
6232026-04-08T11:46:32.931Zlat 6.543679971
6242026-04-08T11:46:32.931Zstop 2.919588746
6252026-04-08T11:46:32.931Zprocess exited: duration 81786 ms, exit code 0
 
6262026-04-08T11:46:32.939Zfound 0 output files