01KMPQ10ZGE2KH3VANHCA0RDSQ: opte

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

Buildomat Job: 01KMPQ1DAB9PJCX0HGA72NEBCG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:21:12.476Zjob assigned to worker 01KMPRB2R7A7649MRT5RAZ3Y9R [factory aws, i-08191f2f03be7318b] (queued for 23 m 38 s)
 
22026-03-27T04:21:19.210Zstarting task 0: "setup"
32026-03-27T04:21:19.214Z++ uname -s
42026-03-27T04:21:19.217Z+ kern=SunOS
52026-03-27T04:21:19.217Z+ build_user=build
62026-03-27T04:21:19.217Z+ build_uid=12345
72026-03-27T04:21:19.217Z+ work_dir=/work
82026-03-27T04:21:19.217Z+ input_dir=/input
92026-03-27T04:21:19.217Z+ [[ 0 == 12345 ]]
102026-03-27T04:21:19.217Z+ case "$kern" in
112026-03-27T04:21:19.217Z+ groupadd -g 12345 build
122026-03-27T04:21:19.219Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:21:21.226Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:21:21.343Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:21:21.346Z+ home_fs=zfs
162026-03-27T04:21:21.346Z+ [[ zfs == autofs ]]
172026-03-27T04:21:21.346Z+ mkdir -p /home/build
182026-03-27T04:21:21.346Z+ chown build:build /home/build /work
192026-03-27T04:21:23.348Z+ chmod 0700 /home/build /work
202026-03-27T04:21:23.351Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-27T04:21:23.356Zstarting task 1: "rust-toolchain"
222026-03-27T04:21:23.361Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-27T04:21:23.361Z * rust toolchain channel = "1.93.1"
242026-03-27T04:21:23.361Z * rust toolchain profile = "default"
252026-03-27T04:21:23.361Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T04:21:23.361Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:21:23.361Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:21:23.364Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:21:23.364Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-27T04:21:23.489Zinfo: downloading installer
312026-03-27T04:21:24.860Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:21:24.861Zwarn: /opt/ooce/bin
332026-03-27T04:21:24.861Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:21:24.861Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:21:24.861Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:21:24.861Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:21:24.861Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:21:24.861Zerror: cannot install while Rust is installed
392026-03-27T04:21:24.861Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:21:24.861Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:21:24.861Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:21:24.861Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:21:24.861Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:21:24.878Zinfo: profile set to default
452026-03-27T04:21:24.879Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:21:24.892Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-27T04:21:25.032Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-27T04:21:25.043Zinfo: downloading 6 components
492026-03-27T04:21:43.005Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-27T04:21:43.005Z
512026-03-27T04:21:43.031Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-27T04:21:43.031Z
532026-03-27T04:21:43.031Z
542026-03-27T04:21:43.031ZRust is installed now. Great!
552026-03-27T04:21:43.031Z
562026-03-27T04:21:43.031ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:21:43.031Zenvironment variable. This has not been done automatically.
582026-03-27T04:21:43.031Z
592026-03-27T04:21:43.031ZTo configure your current shell, you need to source
602026-03-27T04:21:43.031Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:21:43.031Z
622026-03-27T04:21:43.034ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:21:43.034Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:21:43.034Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:21:43.034Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:21:43.034Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:21:43.034Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:21:43.034Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:21:43.034Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:21:43.034Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:21:43.124Z+ rustup --version
722026-03-27T04:21:43.135Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:21:43.138Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:21:43.156Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-27T04:21:43.159Z+ cargo --version
762026-03-27T04:21:43.171Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-27T04:21:43.174Z+ rustc --version
782026-03-27T04:21:43.191Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-27T04:21:43.195Zprocess exited: duration 19835 ms, exit code 0
 
802026-03-27T04:21:43.202Zstarting task 2: "authentication"
812026-03-27T04:21:43.218Zprocess exited: duration 15 ms, exit code 0
 
822026-03-27T04:21:43.225Zstarting task 3: "clone repository"
832026-03-27T04:21:43.229Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:21:43.231Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:21:43.263ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:21:44.091Z+ cd /work/oxidecomputer/opte
872026-03-27T04:21:44.091Z+ git fetch origin 56e75ed31151689afa450c72cf51c5ae25ec8925
882026-03-27T04:21:44.327ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:21:44.327Z * branch 56e75ed31151689afa450c72cf51c5ae25ec8925 -> FETCH_HEAD
902026-03-27T04:21:44.333Z+ [[ -n renovate/uuid-1.x-lockfile ]]
912026-03-27T04:21:44.337Z++ git branch --show-current
922026-03-27T04:21:44.338Z+ current=master
932026-03-27T04:21:44.338Z+ [[ master != renovate/uuid-1.x-lockfile ]]
942026-03-27T04:21:44.338Z+ git branch -f renovate/uuid-1.x-lockfile 56e75ed31151689afa450c72cf51c5ae25ec8925
952026-03-27T04:21:44.341Z+ git checkout -f renovate/uuid-1.x-lockfile
962026-03-27T04:21:44.354ZSwitched to branch 'renovate/uuid-1.x-lockfile'
972026-03-27T04:21:44.359Z+ git reset --hard 56e75ed31151689afa450c72cf51c5ae25ec8925
982026-03-27T04:21:44.372ZHEAD is now at 56e75ed Update Rust crate uuid to v1.23.0
992026-03-27T04:21:44.376Zprocess exited: duration 1145 ms, exit code 0
 
1002026-03-27T04:21:44.382Zstarting task 4: "build"
1012026-03-27T04:21:44.388Z+ source .github/buildomat/common.sh
1022026-03-27T04:21:44.388Z++ rustup show active-toolchain
1032026-03-27T04:21:44.392Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:21:44.392Z++ pushd xde
1052026-03-27T04:21:44.392Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:21:44.392Z++ rustup show active-toolchain
1072026-03-27T04:21:44.397Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:21:44.550Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:21:44.555Zinfo: downloading 6 components
1102026-03-27T04:21:59.578Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:21:59.672Z+++ rustup show active-toolchain -v
1122026-03-27T04:21:59.675Z+++ head -n 1
1132026-03-27T04:21:59.675Z+++ cut '-d ' -f1
1142026-03-27T04:21:59.729Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:21:59.729Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:21:59.729Z++ popd
1172026-03-27T04:21:59.732Z/work/oxidecomputer/opte
1182026-03-27T04:21:59.732Z+ cargo --version
1192026-03-27T04:21:59.739Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-27T04:21:59.741Z+ rustc --version
1212026-03-27T04:21:59.762Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-27T04:21:59.766Z+ cd lib/opte
1232026-03-27T04:21:59.766Z+ header 'check style'
1242026-03-27T04:21:59.766Z+ echo '# ==== check style ==== #'
1252026-03-27T04:21:59.766Z# ==== check style ==== #
1262026-03-27T04:21:59.766Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-27T04:21:59.948Z
1282026-03-27T04:21:59.948Zreal 0.181491007
1292026-03-27T04:21:59.948Zuser 0.136796822
1302026-03-27T04:21:59.948Zsys 0.038312072
1312026-03-27T04:21:59.948Ztrap 0.000050684
1322026-03-27T04:21:59.948Ztflt 0.000015376
1332026-03-27T04:21:59.953Zdflt 0.000022415
1342026-03-27T04:21:59.953Zkflt 0.000000000
1352026-03-27T04:21:59.953Zlock 0.046166896
1362026-03-27T04:21:59.954Zslp 0.164243302
1372026-03-27T04:21:59.954Zlat 0.001205590
1382026-03-27T04:21:59.954Zstop 0.000111747
1392026-03-27T04:21:59.954Z+ header 'check docs'
1402026-03-27T04:21:59.954Z+ echo '# ==== check docs ==== #'
1412026-03-27T04:21:59.954Z# ==== check docs ==== #
1422026-03-27T04:21:59.954Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-27T04:21:59.954Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-27T04:22:00.029Z Updating crates.io index
1452026-03-27T04:22:00.089Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-27T04:22:01.052Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-27T04:22:01.343Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-27T04:22:01.679Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-27T04:22:02.269Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-27T04:22:02.518Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-27T04:22:02.798Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-27T04:22:05.201Z Downloading crates ...
1532026-03-27T04:22:05.252Z Downloaded defmt v0.3.100
1542026-03-27T04:22:05.255Z Downloaded dof v0.4.0
1552026-03-27T04:22:05.265Z Downloaded usdt-macro v0.6.0
1562026-03-27T04:22:05.269Z Downloaded log v0.4.29
1572026-03-27T04:22:05.293Z Downloaded regex-syntax v0.8.10
1582026-03-27T04:22:05.298Z Downloaded ref-cast v1.0.25
1592026-03-27T04:22:05.301Z Downloaded ref-cast-impl v1.0.25
1602026-03-27T04:22:05.301Z Downloaded bitflags v1.3.2
1612026-03-27T04:22:05.309Z Downloaded managed v0.8.0
1622026-03-27T04:22:05.312Z Downloaded aho-corasick v1.1.4
1632026-03-27T04:22:05.315Z Downloaded fnv v1.0.7
1642026-03-27T04:22:05.315Z Downloaded digest v0.10.7
1652026-03-27T04:22:05.320Z Downloaded usdt-impl v0.6.0
1662026-03-27T04:22:05.324Z Downloaded serde_tokenstream v0.2.3
1672026-03-27T04:22:05.326Z Downloaded sha2 v0.10.9
1682026-03-27T04:22:05.329Z Downloaded pretty-hex v0.4.2
1692026-03-27T04:22:05.334Z Downloaded memmap2 v0.9.10
1702026-03-27T04:22:05.337Z Downloaded cpufeatures v0.2.17
1712026-03-27T04:22:05.344Z Downloaded darling_macro v0.21.3
1722026-03-27T04:22:05.347Z Downloaded crypto-common v0.1.7
1732026-03-27T04:22:05.350Z Downloaded bitflags v2.11.0
1742026-03-27T04:22:05.354Z Downloaded hash32 v0.3.1
1752026-03-27T04:22:05.362Z Downloaded strsim v0.11.1
1762026-03-27T04:22:05.371Z Downloaded usdt v0.6.0
1772026-03-27T04:22:05.373Z Downloaded tabwriter v1.4.1
1782026-03-27T04:22:05.383Z Downloaded typenum v1.19.0
1792026-03-27T04:22:05.385Z Downloaded dyn-clone v1.0.20
1802026-03-27T04:22:05.389Z Downloaded usdt-attr-macro v0.6.0
1812026-03-27T04:22:05.391Z Downloaded block-buffer v0.10.4
1822026-03-27T04:22:05.392Z Downloaded thread-id v5.1.0
1832026-03-27T04:22:05.392Z Downloaded proc-macro-error-attr2 v2.0.0
1842026-03-27T04:22:05.394Z Downloaded scroll_derive v0.13.1
1852026-03-27T04:22:05.394Z Downloaded macaddr v1.0.1
1862026-03-27T04:22:05.399Z Downloaded embedded-io v0.6.1
1872026-03-27T04:22:05.402Z Downloaded generic-array v0.14.7
1882026-03-27T04:22:05.404Z Downloaded cobs v0.3.0
1892026-03-27T04:22:05.407Z Downloaded stable_deref_trait v1.2.1
1902026-03-27T04:22:05.407Z Downloaded ident_case v1.0.1
1912026-03-27T04:22:05.413Z Downloaded plain v0.2.3
1922026-03-27T04:22:05.416Z Downloaded itoa v1.0.18
1932026-03-27T04:22:05.416Z Downloaded embedded-io v0.4.0
1942026-03-27T04:22:05.416Z Downloaded dtrace-parser v0.3.0
1952026-03-27T04:22:05.421Z Downloaded thiserror v2.0.18
1962026-03-27T04:22:05.424Z Downloaded byteorder v1.5.0
1972026-03-27T04:22:05.427Z Downloaded defmt-parser v1.0.0
1982026-03-27T04:22:05.430Z Downloaded either v1.15.0
1992026-03-27T04:22:05.436Z Downloaded cfg-if v1.0.4
2002026-03-27T04:22:05.444Z Downloaded scroll v0.13.0
2012026-03-27T04:22:05.447Z Downloaded quote v1.0.45
2022026-03-27T04:22:05.447Z Downloaded zmij v1.0.21
2032026-03-27T04:22:05.451Z Downloaded ingot v0.1.1
2042026-03-27T04:22:05.454Z Downloaded version_check v0.9.5
2052026-03-27T04:22:05.454Z Downloaded ingot-types v0.1.2
2062026-03-27T04:22:05.456Z Downloaded defmt v1.0.1
2072026-03-27T04:22:05.465Z Downloaded ucd-trie v0.1.7
2082026-03-27T04:22:05.468Z Downloaded pest_derive v2.8.6
2092026-03-27T04:22:05.471Z Downloaded postcard v1.1.3
2102026-03-27T04:22:05.475Z Downloaded memchr v2.8.0
2112026-03-27T04:22:05.479Z Downloaded darling v0.21.3
2122026-03-27T04:22:05.482Z Downloaded proc-macro-error2 v2.0.1
2132026-03-27T04:22:05.485Z Downloaded serde v1.0.228
2142026-03-27T04:22:05.487Z Downloaded defmt-macros v1.0.1
2152026-03-27T04:22:05.487Z Downloaded crc32fast v1.5.0
2162026-03-27T04:22:05.490Z Downloaded pest_generator v2.8.6
2172026-03-27T04:22:05.490Z Downloaded thiserror-impl v2.0.18
2182026-03-27T04:22:05.490Z Downloaded ipnetwork v0.21.1
2192026-03-27T04:22:05.495Z Downloaded serde_core v1.0.228
2202026-03-27T04:22:05.498Z Downloaded serde_derive v1.0.228
2212026-03-27T04:22:05.501Z Downloaded ingot-macros v0.1.1
2222026-03-27T04:22:05.512Z Downloaded zerocopy-derive v0.8.47
2232026-03-27T04:22:05.516Z Downloaded proc-macro2 v1.0.106
2242026-03-27T04:22:05.522Z Downloaded pest_meta v2.8.6
2252026-03-27T04:22:05.525Z Downloaded heapless v0.8.0
2262026-03-27T04:22:05.528Z Downloaded pest v2.8.6
2272026-03-27T04:22:05.530Z Downloaded unicode-ident v1.0.24
2282026-03-27T04:22:05.547Z Downloaded darling_core v0.21.3
2292026-03-27T04:22:05.569Z Downloaded regex v1.12.3
2302026-03-27T04:22:05.604Z Downloaded serde_json v1.0.149
2312026-03-27T04:22:05.615Z Downloaded itertools v0.14.0
2322026-03-27T04:22:05.661Z Downloaded goblin v0.10.5
2332026-03-27T04:22:05.667Z Downloaded zerocopy v0.8.47
2342026-03-27T04:22:05.677Z Downloaded unicode-width v0.2.2
2352026-03-27T04:22:05.680Z Downloaded syn v2.0.117
2362026-03-27T04:22:05.686Z Downloaded smoltcp v0.11.0
2372026-03-27T04:22:05.727Z Downloaded regex-automata v0.4.14
2382026-03-27T04:22:05.743Z Downloaded libc v0.2.183
2392026-03-27T04:22:05.803Z Compiling proc-macro2 v1.0.106
2402026-03-27T04:22:05.803Z Compiling quote v1.0.45
2412026-03-27T04:22:05.803Z Compiling unicode-ident v1.0.24
2422026-03-27T04:22:05.806Z Documenting unicode-ident v1.0.24
2432026-03-27T04:22:05.806Z Compiling fnv v1.0.7
2442026-03-27T04:22:05.806Z Compiling ident_case v1.0.1
2452026-03-27T04:22:05.806Z Compiling strsim v0.11.1
2462026-03-27T04:22:05.957Z Compiling serde_core v1.0.228
2472026-03-27T04:22:05.975Z Compiling memchr v2.8.0
2482026-03-27T04:22:06.154Z Compiling thiserror v2.0.18
2492026-03-27T04:22:06.191Z Compiling serde v1.0.228
2502026-03-27T04:22:06.197Z Compiling regex-syntax v0.8.10
2512026-03-27T04:22:06.256Z Compiling zerocopy v0.8.47
2522026-03-27T04:22:06.510Z Documenting proc-macro2 v1.0.106
2532026-03-27T04:22:06.529Z Compiling aho-corasick v1.1.4
2542026-03-27T04:22:06.879Z Compiling syn v2.0.117
2552026-03-27T04:22:06.923Z Documenting fnv v1.0.7
2562026-03-27T04:22:07.063Z Documenting quote v1.0.45
2572026-03-27T04:22:07.334Z Documenting ident_case v1.0.1
2582026-03-27T04:22:07.365Z Compiling either v1.15.0
2592026-03-27T04:22:07.546Z Documenting syn v2.0.117
2602026-03-27T04:22:07.558Z Checking byteorder v1.5.0
2612026-03-27T04:22:07.710Z Compiling regex-automata v0.4.14
2622026-03-27T04:22:07.776Z Documenting strsim v0.11.1
2632026-03-27T04:22:07.888Z Compiling itertools v0.14.0
2642026-03-27T04:22:08.233Z Documenting memchr v2.8.0
2652026-03-27T04:22:08.239Z Compiling heapless v0.8.0
2662026-03-27T04:22:08.701Z Checking bitflags v2.11.0
2672026-03-27T04:22:08.821Z Checking darling_core v0.21.3
2682026-03-27T04:22:08.853Z Documenting aho-corasick v1.1.4
2692026-03-27T04:22:08.861Z Checking hash32 v0.3.1
2702026-03-27T04:22:08.969Z Documenting serde_core v1.0.228
2712026-03-27T04:22:09.124Z Checking stable_deref_trait v1.2.1
2722026-03-27T04:22:09.190Z Checking cfg-if v1.0.4
2732026-03-27T04:22:09.565Z Documenting darling_core v0.21.3
2742026-03-27T04:22:09.698Z Compiling regex v1.12.3
2752026-03-27T04:22:09.787Z Documenting regex-syntax v0.8.10
2762026-03-27T04:22:10.105Z Checking macaddr v1.0.1
2772026-03-27T04:22:10.267Z Compiling smoltcp v0.11.0
2782026-03-27T04:22:10.470Z Compiling serde_derive v1.0.228
2792026-03-27T04:22:10.615Z Compiling zerocopy-derive v0.8.47
2802026-03-27T04:22:10.630Z Compiling thiserror-impl v2.0.18
2812026-03-27T04:22:10.665Z Documenting zerocopy-derive v0.8.47
2822026-03-27T04:22:10.701Z Documenting darling_macro v0.21.3
2832026-03-27T04:22:10.854Z Documenting regex-automata v0.4.14
2842026-03-27T04:22:11.351Z Compiling darling_macro v0.21.3
2852026-03-27T04:22:11.357Z Documenting thiserror-impl v2.0.18
2862026-03-27T04:22:11.437Z Documenting serde_derive v1.0.228
2872026-03-27T04:22:11.844Z Checking managed v0.8.0
2882026-03-27T04:22:11.926Z Compiling darling v0.21.3
2892026-03-27T04:22:11.933Z Documenting darling v0.21.3
2902026-03-27T04:22:11.999Z Compiling ingot-macros v0.1.1
2912026-03-27T04:22:12.095Z Checking cobs v0.3.0
2922026-03-27T04:22:12.185Z Documenting regex v1.12.3
2932026-03-27T04:22:12.219Z Checking bitflags v1.3.2
2942026-03-27T04:22:12.248Z Documenting byteorder v1.5.0
2952026-03-27T04:22:12.278Z Documenting thiserror v2.0.18
2962026-03-27T04:22:12.550Z Documenting zerocopy v0.8.47
2972026-03-27T04:22:12.773Z Documenting bitflags v2.11.0
2982026-03-27T04:22:12.886Z Documenting hash32 v0.3.1
2992026-03-27T04:22:13.055Z Compiling ref-cast v1.0.25
3002026-03-27T04:22:13.323Z Documenting ingot-macros v0.1.1
3012026-03-27T04:22:13.373Z Documenting serde v1.0.228
3022026-03-27T04:22:13.456Z Compiling crc32fast v1.5.0
3032026-03-27T04:22:13.474Z Documenting stable_deref_trait v1.2.1
3042026-03-27T04:22:13.621Z Documenting cfg-if v1.0.4
3052026-03-27T04:22:13.750Z Documenting macaddr v1.0.1
3062026-03-27T04:22:14.031Z Documenting heapless v0.8.0
3072026-03-27T04:22:14.251Z Checking postcard v1.1.3
3082026-03-27T04:22:14.442Z Documenting cobs v0.3.0
3092026-03-27T04:22:14.622Z Compiling ref-cast-impl v1.0.25
3102026-03-27T04:22:14.672Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-03-27T04:22:14.792Z Checking ingot-types v0.1.2
3122026-03-27T04:22:14.921Z Compiling version_check v0.9.5
3132026-03-27T04:22:14.999Z Checking unicode-width v0.2.2
3142026-03-27T04:22:15.121Z Checking ingot v0.1.1
3152026-03-27T04:22:15.189Z Documenting managed v0.8.0
3162026-03-27T04:22:15.211Z Checking ipnetwork v0.21.1
3172026-03-27T04:22:15.240Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3182026-03-27T04:22:15.257Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3192026-03-27T04:22:15.276Z Documenting postcard v1.1.3
3202026-03-27T04:22:15.423Z Documenting ref-cast-impl v1.0.25
3212026-03-27T04:22:15.533Z Documenting unicode-width v0.2.2
3222026-03-27T04:22:15.721Z Documenting ipnetwork v0.21.1
3232026-03-27T04:22:15.844Z Documenting ingot-types v0.1.2
3242026-03-27T04:22:15.906Z Documenting smoltcp v0.11.0
3252026-03-27T04:22:16.159Z Documenting either v1.15.0
3262026-03-27T04:22:16.638Z Documenting ref-cast v1.0.25
3272026-03-27T04:22:16.676Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3282026-03-27T04:22:16.863Z Documenting tabwriter v1.4.1
3292026-03-27T04:22:17.132Z Checking tabwriter v1.4.1
3302026-03-27T04:22:17.266Z Documenting crc32fast v1.5.0
3312026-03-27T04:22:17.357Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-03-27T04:22:17.432Z Documenting ingot v0.1.1
3332026-03-27T04:22:17.507Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3342026-03-27T04:22:17.647Z Documenting itertools v0.14.0
3352026-03-27T04:22:18.048Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-03-27T04:22:18.190Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-03-27T04:22:18.261Z Documenting dyn-clone v1.0.20
3382026-03-27T04:22:18.581Z Checking dyn-clone v1.0.20
3392026-03-27T04:22:20.293Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-03-27T04:22:21.412Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-03-27T04:22:23.610Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.65s
3422026-03-27T04:22:23.693Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-03-27T04:22:23.711Z
3442026-03-27T04:22:23.714Zreal 23.742876841
3452026-03-27T04:22:23.714Zuser 1:15.382632174
3462026-03-27T04:22:23.715Zsys 16.486183077
3472026-03-27T04:22:23.715Ztrap 0.041727750
3482026-03-27T04:22:23.715Ztflt 0.132568293
3492026-03-27T04:22:23.715Zdflt 0.059374570
3502026-03-27T04:22:23.715Zkflt 0.001971971
3512026-03-27T04:22:23.715Zlock 7:11.754873621
3522026-03-27T04:22:23.716Zslp 4:20.782475076
3532026-03-27T04:22:23.716Zlat 7.370924078
3542026-03-27T04:22:23.716Zstop 9.336451897
3552026-03-27T04:22:23.716Z+ header 'analyze std + api'
3562026-03-27T04:22:23.716Z+ echo '# ==== analyze std + api ==== #'
3572026-03-27T04:22:23.716Z# ==== analyze std + api ==== #
3582026-03-27T04:22:23.716Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-03-27T04:22:23.953Z Compiling proc-macro2 v1.0.106
3602026-03-27T04:22:23.953Z Compiling quote v1.0.45
3612026-03-27T04:22:23.954Z Compiling unicode-ident v1.0.24
3622026-03-27T04:22:23.957Z Compiling memchr v2.8.0
3632026-03-27T04:22:23.957Z Compiling thiserror v2.0.18
3642026-03-27T04:22:23.957Z Compiling zerocopy v0.8.47
3652026-03-27T04:22:23.957Z Compiling zmij v1.0.21
3662026-03-27T04:22:23.957Z Compiling serde_core v1.0.228
3672026-03-27T04:22:24.129Z Compiling libc v0.2.183
3682026-03-27T04:22:24.312Z Compiling ucd-trie v0.1.7
3692026-03-27T04:22:24.343Z Compiling serde_json v1.0.149
3702026-03-27T04:22:24.495Z Compiling pest v2.8.6
3712026-03-27T04:22:24.530Z Compiling serde v1.0.228
3722026-03-27T04:22:24.557Z Compiling fnv v1.0.7
3732026-03-27T04:22:24.564Z Compiling strsim v0.11.1
3742026-03-27T04:22:24.577Z Compiling ident_case v1.0.1
3752026-03-27T04:22:24.901Z Compiling aho-corasick v1.1.4
3762026-03-27T04:22:24.937Z Compiling regex-syntax v0.8.10
3772026-03-27T04:22:25.134Z Compiling syn v2.0.117
3782026-03-27T04:22:25.165Z Compiling itoa v1.0.18
3792026-03-27T04:22:25.326Z Checking byteorder v1.5.0
3802026-03-27T04:22:25.520Z Compiling pest_meta v2.8.6
3812026-03-27T04:22:25.852Z Compiling usdt-impl v0.6.0
3822026-03-27T04:22:26.000Z Compiling either v1.15.0
3832026-03-27T04:22:26.193Z Compiling itertools v0.14.0
3842026-03-27T04:22:26.291Z Compiling thread-id v5.1.0
3852026-03-27T04:22:26.363Z Compiling regex-automata v0.4.14
3862026-03-27T04:22:26.507Z Checking plain v0.2.3
3872026-03-27T04:22:26.713Z Compiling heapless v0.8.0
3882026-03-27T04:22:26.821Z Checking log v0.4.29
3892026-03-27T04:22:27.121Z Checking bitflags v2.11.0
3902026-03-27T04:22:27.157Z Checking hash32 v0.3.1
3912026-03-27T04:22:27.226Z Checking pretty-hex v0.4.2
3922026-03-27T04:22:27.268Z Checking stable_deref_trait v1.2.1
3932026-03-27T04:22:27.271Z Compiling smoltcp v0.11.0
3942026-03-27T04:22:27.331Z Checking cfg-if v1.0.4
3952026-03-27T04:22:27.383Z Checking macaddr v1.0.1
3962026-03-27T04:22:27.514Z Compiling pest_generator v2.8.6
3972026-03-27T04:22:27.543Z Compiling darling_core v0.21.3
3982026-03-27T04:22:27.674Z Compiling version_check v0.9.5
3992026-03-27T04:22:27.756Z Compiling crc32fast v1.5.0
4002026-03-27T04:22:27.941Z Compiling ref-cast v1.0.25
4012026-03-27T04:22:27.977Z Compiling regex v1.12.3
4022026-03-27T04:22:28.041Z Checking managed v0.8.0
4032026-03-27T04:22:28.113Z Checking bitflags v1.3.2
4042026-03-27T04:22:28.207Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4052026-03-27T04:22:28.284Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-03-27T04:22:28.363Z Checking memmap2 v0.9.10
4072026-03-27T04:22:28.456Z Checking unicode-width v0.2.2
4082026-03-27T04:22:28.566Z Checking ipnetwork v0.21.1
4092026-03-27T04:22:28.693Z Checking tabwriter v1.4.1
4102026-03-27T04:22:28.714Z Compiling thiserror-impl v2.0.18
4112026-03-27T04:22:28.731Z Compiling serde_derive v1.0.228
4122026-03-27T04:22:28.837Z Compiling zerocopy-derive v0.8.47
4132026-03-27T04:22:28.913Z Compiling pest_derive v2.8.6
4142026-03-27T04:22:29.418Z Compiling scroll_derive v0.13.1
4152026-03-27T04:22:29.439Z Compiling ref-cast-impl v1.0.25
4162026-03-27T04:22:29.626Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4172026-03-27T04:22:29.674Z Compiling darling_macro v0.21.3
4182026-03-27T04:22:29.941Z Checking dyn-clone v1.0.20
4192026-03-27T04:22:30.066Z Checking dtrace-parser v0.3.0
4202026-03-27T04:22:30.115Z Checking cobs v0.3.0
4212026-03-27T04:22:30.222Z Compiling darling v0.21.3
4222026-03-27T04:22:30.282Z Checking scroll v0.13.0
4232026-03-27T04:22:30.286Z Compiling ingot-macros v0.1.1
4242026-03-27T04:22:30.308Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4252026-03-27T04:22:30.451Z Checking goblin v0.10.5
4262026-03-27T04:22:31.441Z Checking postcard v1.1.3
4272026-03-27T04:22:31.461Z Compiling serde_tokenstream v0.2.3
4282026-03-27T04:22:32.806Z Checking dof v0.4.0
4292026-03-27T04:22:32.816Z Checking ingot-types v0.1.2
4302026-03-27T04:22:33.100Z Checking ingot v0.1.1
4312026-03-27T04:22:33.650Z Compiling usdt-macro v0.6.0
4322026-03-27T04:22:33.650Z Compiling usdt-attr-macro v0.6.0
4332026-03-27T04:22:34.252Z Checking usdt v0.6.0
4342026-03-27T04:22:34.513Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-03-27T04:22:42.520Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.75s
4362026-03-27T04:22:42.549Z
4372026-03-27T04:22:42.549Zreal 18.830020510
4382026-03-27T04:22:42.549Zuser 1:00.994693888
4392026-03-27T04:22:42.550Zsys 12.283086693
4402026-03-27T04:22:42.555Ztrap 0.028681597
4412026-03-27T04:22:42.555Ztflt 0.141837506
4422026-03-27T04:22:42.555Zdflt 0.149405814
4432026-03-27T04:22:42.555Zkflt 0.000015727
4442026-03-27T04:22:42.555Zlock 3:31.714011846
4452026-03-27T04:22:42.555Zslp 3:13.040365665
4462026-03-27T04:22:42.555Zlat 3.081057104
4472026-03-27T04:22:42.555Zstop 6.204321011
4482026-03-27T04:22:42.555Z+ header 'analyze no_std + engine + kernel'
4492026-03-27T04:22:42.555Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-03-27T04:22:42.555Z# ==== analyze no_std + engine + kernel ==== #
4512026-03-27T04:22:42.555Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-03-27T04:22:42.725Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4532026-03-27T04:22:42.725Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4542026-03-27T04:22:42.728Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-03-27T04:22:42.744Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-03-27T04:22:42.990Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-03-27T04:22:47.143Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.55s
4582026-03-27T04:22:47.170Z
4592026-03-27T04:22:47.173Zreal 4.614447965
4602026-03-27T04:22:47.173Zuser 4.998303092
4612026-03-27T04:22:47.173Zsys 0.897407325
4622026-03-27T04:22:47.173Ztrap 0.000725368
4632026-03-27T04:22:47.173Ztflt 0.005422811
4642026-03-27T04:22:47.173Zdflt 0.001598748
4652026-03-27T04:22:47.173Zkflt 0.000000000
4662026-03-27T04:22:47.173Zlock 16.419210666
4672026-03-27T04:22:47.173Zslp 17.882493243
4682026-03-27T04:22:47.173Zlat 0.014563305
4692026-03-27T04:22:47.173Zstop 0.236327469
4702026-03-27T04:22:47.173Z+ header test
4712026-03-27T04:22:47.173Z+ echo '# ==== test ==== #'
4722026-03-27T04:22:47.173Z+ ptime -m cargo test
4732026-03-27T04:22:47.173Z# ==== test ==== #
4742026-03-27T04:22:47.319Z Compiling serde_core v1.0.228
4752026-03-27T04:22:47.322Z Compiling thiserror v2.0.18
4762026-03-27T04:22:47.322Z Compiling zerocopy v0.8.47
4772026-03-27T04:22:47.344Z Compiling memchr v2.8.0
4782026-03-27T04:22:47.344Z Compiling byteorder v1.5.0
4792026-03-27T04:22:47.348Z Compiling unicode-ident v1.0.24
4802026-03-27T04:22:47.351Z Compiling scroll v0.13.0
4812026-03-27T04:22:47.351Z Compiling libc v0.2.183
4822026-03-27T04:22:47.424Z Compiling proc-macro2 v1.0.106
4832026-03-27T04:22:47.468Z Compiling zmij v1.0.21
4842026-03-27T04:22:47.550Z Compiling itoa v1.0.18
4852026-03-27T04:22:47.605Z Compiling log v0.4.29
4862026-03-27T04:22:47.702Z Compiling plain v0.2.3
4872026-03-27T04:22:47.797Z Compiling ucd-trie v0.1.7
4882026-03-27T04:22:47.800Z Compiling goblin v0.10.5
4892026-03-27T04:22:47.820Z Compiling quote v1.0.45
4902026-03-27T04:22:47.831Z Compiling hash32 v0.3.1
4912026-03-27T04:22:47.989Z Compiling pest v2.8.6
4922026-03-27T04:22:48.463Z Compiling cfg-if v1.0.4
4932026-03-27T04:22:48.493Z Compiling pretty-hex v0.4.2
4942026-03-27T04:22:48.526Z Compiling stable_deref_trait v1.2.1
4952026-03-27T04:22:48.594Z Compiling macaddr v1.0.1
4962026-03-27T04:22:48.625Z Compiling heapless v0.8.0
4972026-03-27T04:22:48.836Z Compiling syn v2.0.117
4982026-03-27T04:22:48.889Z Compiling thread-id v5.1.0
4992026-03-27T04:22:48.966Z Compiling cobs v0.3.0
5002026-03-27T04:22:49.059Z Compiling dtrace-parser v0.3.0
5012026-03-27T04:22:49.250Z Compiling serde v1.0.228
5022026-03-27T04:22:49.309Z Compiling bitflags v2.11.0
5032026-03-27T04:22:49.705Z Compiling serde_json v1.0.149
5042026-03-27T04:22:49.740Z Compiling managed v0.8.0
5052026-03-27T04:22:49.883Z Compiling bitflags v1.3.2
5062026-03-27T04:22:49.948Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-03-27T04:22:49.962Z Compiling smoltcp v0.11.0
5082026-03-27T04:22:50.173Z Compiling ingot-types v0.1.2
5092026-03-27T04:22:50.192Z Compiling postcard v1.1.3
5102026-03-27T04:22:50.341Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5112026-03-27T04:22:50.531Z Compiling ingot v0.1.1
5122026-03-27T04:22:50.564Z Compiling memmap2 v0.9.10
5132026-03-27T04:22:50.854Z Compiling dof v0.4.0
5142026-03-27T04:22:50.926Z Compiling either v1.15.0
5152026-03-27T04:22:51.123Z Compiling ipnetwork v0.21.1
5162026-03-27T04:22:51.648Z Compiling usdt-impl v0.6.0
5172026-03-27T04:22:52.559Z Compiling unicode-width v0.2.2
5182026-03-27T04:22:52.753Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5192026-03-27T04:22:52.861Z Compiling tabwriter v1.4.1
5202026-03-27T04:22:52.921Z Compiling usdt v0.6.0
5212026-03-27T04:22:53.279Z Compiling itertools v0.14.0
5222026-03-27T04:22:53.523Z Compiling ref-cast v1.0.25
5232026-03-27T04:22:53.655Z Compiling crc32fast v1.5.0
5242026-03-27T04:22:53.906Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-03-27T04:22:54.260Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-03-27T04:22:54.623Z Compiling dyn-clone v1.0.20
5272026-03-27T04:23:07.698Z Finished `test` profile [optimized + debuginfo] target(s) in 20.51s
5282026-03-27T04:23:07.712Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-8dad9ab344adb75f)
5292026-03-27T04:23:07.715Z
5302026-03-27T04:23:07.715Zrunning 72 tests
5312026-03-27T04:23:07.719Ztest d_error::tests::name_and_data_storage ... ok
5322026-03-27T04:23:07.719Ztest d_error::tests::name_truncation ... ok
5332026-03-27T04:23:07.719Ztest ddi::mblk::test::chain_breaks_links ... ok
5342026-03-27T04:23:07.719Ztest ddi::mblk::test::chain_append_links ... ok
5352026-03-27T04:23:07.719Ztest ddi::mblk::test::chain_drain_complete ... ok
5362026-03-27T04:23:07.719Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5372026-03-27T04:23:07.719Ztest ddi::mblk::test::expand_and_shrink ... ok
5382026-03-27T04:23:07.719Ztest ddi::mblk::test::prefix_len ... ok
5392026-03-27T04:23:07.719Ztest ddi::mblk::test::read_seg ... ok
5402026-03-27T04:23:07.719Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5412026-03-27T04:23:07.720Ztest ddi::mblk::test::truncate ... ok
5422026-03-27T04:23:07.720Ztest ddi::mblk::test::uninitialized_packet ... ok
5432026-03-27T04:23:07.720Ztest ddi::mblk::test::zero_byte_packet ... ok
5442026-03-27T04:23:07.720Ztest ddi::mblk::test::wrap ... ok
5452026-03-27T04:23:07.720Ztest ddi::time::test::good_interval ... ok
5462026-03-27T04:23:07.720Ztest engine::dhcp::test::hostname_encode ... ok
5472026-03-27T04:23:07.720Ztest engine::dhcp::test::domainname_encode ... ok
5482026-03-27T04:23:07.720Ztest engine::dhcp::test::offlink_encode ... ok
5492026-03-27T04:23:07.720Ztest engine::dhcp::test::domain_search_option_encode ... ok
5502026-03-27T04:23:07.720Ztest engine::dhcp::test::rfc3442_encode ... ok
5512026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_client_id ... ok
5522026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5532026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5542026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5552026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_iana ... ok
5562026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_iata ... ok
5572026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_option_request ... ok
5582026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5592026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5602026-03-27T04:23:07.720Ztest ddi::time::test::bad_interval - should panic ... ok
5612026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5622026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5632026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5642026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5652026-03-27T04:23:07.720Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5662026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5672026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_status ... ok
5682026-03-27T04:23:07.720Ztest engine::ether::test::emit ... ok
5692026-03-27T04:23:07.720Ztest engine::dhcpv6::options::test::test_server_id ... ok
5702026-03-27T04:23:07.720Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5712026-03-27T04:23:07.720Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5722026-03-27T04:23:07.720Ztest engine::flow_table::test::flow_clear ... ok
5732026-03-27T04:23:07.720Ztest engine::ip::v4::test::cidr_match ... ok
5742026-03-27T04:23:07.720Ztest engine::geneve::test::emit_no_opts ... ok
5752026-03-27T04:23:07.720Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5762026-03-27T04:23:07.720Ztest engine::ip::v4::test::emit ... ok
5772026-03-27T04:23:07.720Ztest engine::ip::v4::test::match_check ... ok
5782026-03-27T04:23:07.721Ztest engine::geneve::test::emit_single_opt ... ok
5792026-03-27T04:23:07.721Ztest engine::ip::v6::test::emit ... ok
5802026-03-27T04:23:07.721Ztest engine::flow_table::test::flow_expired ... ok
5812026-03-27T04:23:07.721Ztest engine::ip::v6::test::from_pairs ... ok
5822026-03-27T04:23:07.721Ztest engine::ip::v6::test::extension_push_spec ... ok
5832026-03-27T04:23:07.721Ztest engine::ip::v6::test::option_push_spec ... ok
5842026-03-27T04:23:07.721Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5852026-03-27T04:23:07.721Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5862026-03-27T04:23:07.721Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5872026-03-27T04:23:07.721Ztest engine::ip::v6::test::test_set_total_len ... ok
5882026-03-27T04:23:07.721Ztest engine::packet::test::straddled_tcp ... ok
5892026-03-27T04:23:07.721Ztest engine::nat::test::nat4_rewrite ... ok
5902026-03-27T04:23:07.721Ztest engine::layer::test::find_rule ... ok
5912026-03-27T04:23:07.721Ztest engine::packet::test::read_multi_segment ... ok
5922026-03-27T04:23:07.721Ztest engine::ip::v6::test::push_spec ... ok
5932026-03-27T04:23:07.721Ztest engine::packet::test::small_packet_with_padding ... ok
5942026-03-27T04:23:07.721Ztest engine::packet::test::read_single_segment ... ok
5952026-03-27T04:23:07.721Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5962026-03-27T04:23:07.721Ztest engine::packet::test::udp6_packet_with_padding ... ok
5972026-03-27T04:23:07.721Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5982026-03-27T04:23:07.721Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5992026-03-27T04:23:07.721Ztest engine::rule::rule_matching ... ok
6002026-03-27T04:23:07.721Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-03-27T04:23:07.721Ztest engine::snat::test::nat_mappings ... ok
6022026-03-27T04:23:07.721Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6032026-03-27T04:23:07.721Z
6042026-03-27T04:23:07.721Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-03-27T04:23:07.721Z
6062026-03-27T04:23:07.721Z Doc-tests opte
6072026-03-27T04:23:09.624Z
6082026-03-27T04:23:09.624Zrunning 3 tests
6092026-03-27T04:23:09.627Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-03-27T04:23:09.627Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-03-27T04:23:09.627Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6122026-03-27T04:23:09.627Z
6132026-03-27T04:23:09.627Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-03-27T04:23:09.627Z
6152026-03-27T04:23:09.632Zall doctests ran in 1.34s; merged doctests compilation took 1.33s
6162026-03-27T04:23:09.670Z
6172026-03-27T04:23:09.673Zreal 22.488073738
6182026-03-27T04:23:09.673Zuser 1:56.090420875
6192026-03-27T04:23:09.673Zsys 6.897769323
6202026-03-27T04:23:09.673Ztrap 0.053999794
6212026-03-27T04:23:09.673Ztflt 0.281578053
6222026-03-27T04:23:09.673Zdflt 0.308740496
6232026-03-27T04:23:09.673Zkflt 0.000009988
6242026-03-27T04:23:09.674Zlock 5:46.349127298
6252026-03-27T04:23:09.674Zslp 3:37.376851714
6262026-03-27T04:23:09.674Zlat 5.832481405
6272026-03-27T04:23:09.674Zstop 3.054819870
6282026-03-27T04:23:09.674Zprocess exited: duration 85282 ms, exit code 0
 
6292026-03-27T04:23:09.680Zfound 0 output files