01KMEY72SRH6WW6YWZARYFJJQV: opte

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

Buildomat Job: 01KMEY7FVPHVX3FZQBRT2QVRZQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T03:30:22.519Zjob assigned to worker 01KMEY7K6Y2VFNP1F0RE1QJMGX [factory aws, i-06646f13797ae0f6d] (queued for 1 m 4 s)
 
22026-03-24T03:30:30.695Zstarting task 0: "setup"
32026-03-24T03:30:30.700Z++ uname -s
42026-03-24T03:30:30.704Z+ kern=SunOS
52026-03-24T03:30:30.704Z+ build_user=build
62026-03-24T03:30:30.704Z+ build_uid=12345
72026-03-24T03:30:30.704Z+ work_dir=/work
82026-03-24T03:30:30.704Z+ input_dir=/input
92026-03-24T03:30:30.704Z+ [[ 0 == 12345 ]]
102026-03-24T03:30:30.704Z+ case "$kern" in
112026-03-24T03:30:30.704Z+ groupadd -g 12345 build
122026-03-24T03:30:30.709Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T03:30:32.710Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T03:30:32.802Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T03:30:32.805Z+ home_fs=zfs
162026-03-24T03:30:32.805Z+ [[ zfs == autofs ]]
172026-03-24T03:30:32.805Z+ mkdir -p /home/build
182026-03-24T03:30:32.805Z+ chown build:build /home/build /work
192026-03-24T03:30:34.808Z+ chmod 0700 /home/build /work
202026-03-24T03:30:34.811Zprocess exited: duration 4116 ms, exit code 0
 
212026-03-24T03:30:34.817Zstarting task 1: "rust-toolchain"
222026-03-24T03:30:34.821Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-24T03:30:34.821Z * rust toolchain channel = "1.93.1"
242026-03-24T03:30:34.821Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T03:30:34.821Z * rust toolchain profile = "default"
262026-03-24T03:30:34.821Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T03:30:34.821Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T03:30:34.824Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T03:30:34.824Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-24T03:30:34.910Zinfo: downloading installer
312026-03-24T03:30:36.628Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T03:30:36.628Zwarn: /opt/ooce/bin
332026-03-24T03:30:36.628Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T03:30:36.628Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T03:30:36.628Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T03:30:36.628Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T03:30:36.629Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T03:30:36.629Zerror: cannot install while Rust is installed
392026-03-24T03:30:36.629Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T03:30:36.629Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T03:30:36.629Zwarn: /home/build/.rustup/settings.toml
422026-03-24T03:30:36.629Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T03:30:36.629Zwarn: instead of the one inferred from the default host triple.
442026-03-24T03:30:36.645Zinfo: profile set to default
452026-03-24T03:30:36.645Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T03:30:36.649Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-24T03:30:36.831Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-24T03:30:36.834Zinfo: downloading 6 components
492026-03-24T03:30:54.900Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-24T03:30:54.900Z
512026-03-24T03:30:54.934Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-24T03:30:54.934Z
532026-03-24T03:30:54.939Z
542026-03-24T03:30:54.939ZRust is installed now. Great!
552026-03-24T03:30:54.939Z
562026-03-24T03:30:54.939ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T03:30:54.939Zenvironment variable. This has not been done automatically.
582026-03-24T03:30:54.939Z
592026-03-24T03:30:54.939ZTo configure your current shell, you need to source
602026-03-24T03:30:54.939Zthe corresponding env file under $HOME/.cargo.
612026-03-24T03:30:54.939Z
622026-03-24T03:30:54.939ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T03:30:54.939Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T03:30:54.939Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T03:30:54.939Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T03:30:54.939Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T03:30:54.939Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T03:30:54.939Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T03:30:54.939Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T03:30:54.939Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T03:30:55.037Z+ rustup --version
722026-03-24T03:30:55.048Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T03:30:55.052Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T03:30:55.074Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-24T03:30:55.077Z+ cargo --version
762026-03-24T03:30:55.094Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-24T03:30:55.098Z+ rustc --version
782026-03-24T03:30:55.121Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-24T03:30:55.124Zprocess exited: duration 20304 ms, exit code 0
 
802026-03-24T03:30:55.132Zstarting task 2: "authentication"
812026-03-24T03:30:55.153Zprocess exited: duration 20 ms, exit code 0
 
822026-03-24T03:30:55.159Zstarting task 3: "clone repository"
832026-03-24T03:30:55.163Z+ mkdir -p /work/oxidecomputer/opte
842026-03-24T03:30:55.167Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-24T03:30:55.198ZCloning into '/work/oxidecomputer/opte'...
862026-03-24T03:30:55.992Z+ cd /work/oxidecomputer/opte
872026-03-24T03:30:55.992Z+ git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
882026-03-24T03:30:56.251ZFrom https://github.com/oxidecomputer/opte
892026-03-24T03:30:56.251Z * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD
902026-03-24T03:30:56.259Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-24T03:30:56.262Z++ git branch --show-current
922026-03-24T03:30:56.264Z+ current=master
932026-03-24T03:30:56.264Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-24T03:30:56.265Z+ git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
952026-03-24T03:30:56.268Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-24T03:30:56.289ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-24T03:30:56.292Z+ git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
982026-03-24T03:30:56.295ZHEAD is now at 9b29b03 Update Rust crate toml to v1.1.0
992026-03-24T03:30:56.298Zprocess exited: duration 1136 ms, exit code 0
 
1002026-03-24T03:30:56.304Zstarting task 4: "build"
1012026-03-24T03:30:56.309Z+ source .github/buildomat/common.sh
1022026-03-24T03:30:56.315Z++ rustup show active-toolchain
1032026-03-24T03:30:56.321Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-24T03:30:56.321Z++ pushd xde
1052026-03-24T03:30:56.321Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-24T03:30:56.321Z++ rustup show active-toolchain
1072026-03-24T03:30:56.325Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-24T03:30:56.757Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-24T03:30:56.760Zinfo: downloading 6 components
1102026-03-24T03:31:15.322Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-24T03:31:15.440Z+++ rustup show active-toolchain -v
1122026-03-24T03:31:15.443Z+++ head -n 1
1132026-03-24T03:31:15.443Z+++ cut '-d ' -f1
1142026-03-24T03:31:15.507Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-24T03:31:15.507Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-24T03:31:15.510Z++ popd
1172026-03-24T03:31:15.510Z+ cargo --version
1182026-03-24T03:31:15.510Z/work/oxidecomputer/opte
1192026-03-24T03:31:15.521Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-24T03:31:15.525Z+ rustc --version
1212026-03-24T03:31:15.551Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-24T03:31:15.556Z+ cd lib/opte
1232026-03-24T03:31:15.556Z+ header 'check style'
1242026-03-24T03:31:15.556Z+ echo '# ==== check style ==== #'
1252026-03-24T03:31:15.556Z# ==== check style ==== #
1262026-03-24T03:31:15.556Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-24T03:31:15.814Z
1282026-03-24T03:31:15.814Zreal 0.254030466
1292026-03-24T03:31:15.814Zuser 0.191899967
1302026-03-24T03:31:15.814Zsys 0.052466898
1312026-03-24T03:31:15.814Ztrap 0.000089356
1322026-03-24T03:31:15.814Ztflt 0.000009597
1332026-03-24T03:31:15.821Zdflt 0.000009756
1342026-03-24T03:31:15.821Zkflt 0.000000000
1352026-03-24T03:31:15.821Zlock 0.067277744
1362026-03-24T03:31:15.822Zslp 0.228390492
1372026-03-24T03:31:15.822Zlat 0.002636073
1382026-03-24T03:31:15.822Zstop 0.000220738
1392026-03-24T03:31:15.822Z+ header 'check docs'
1402026-03-24T03:31:15.822Z+ echo '# ==== check docs ==== #'
1412026-03-24T03:31:15.822Z# ==== check docs ==== #
1422026-03-24T03:31:15.822Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-24T03:31:15.822Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-24T03:31:15.913Z Updating crates.io index
1452026-03-24T03:31:15.945Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-24T03:31:16.963Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-24T03:31:17.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-24T03:31:17.612Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-24T03:31:17.997Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-24T03:31:18.249Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-24T03:31:18.531Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-24T03:31:20.586Z Downloading crates ...
1532026-03-24T03:31:20.656Z Downloaded ref-cast-impl v1.0.25
1542026-03-24T03:31:20.662Z Downloaded dtrace-parser v0.3.0
1552026-03-24T03:31:20.680Z Downloaded aho-corasick v1.1.4
1562026-03-24T03:31:20.683Z Downloaded proc-macro-error2 v2.0.1
1572026-03-24T03:31:20.683Z Downloaded proc-macro-error-attr2 v2.0.0
1582026-03-24T03:31:20.693Z Downloaded zerocopy-derive v0.8.42
1592026-03-24T03:31:20.699Z Downloaded syn v2.0.117
1602026-03-24T03:31:20.707Z Downloaded strsim v0.11.1
1612026-03-24T03:31:20.711Z Downloaded plain v0.2.3
1622026-03-24T03:31:20.711Z Downloaded usdt-impl v0.6.0
1632026-03-24T03:31:20.711Z Downloaded unicode-ident v1.0.24
1642026-03-24T03:31:20.720Z Downloaded version_check v0.9.5
1652026-03-24T03:31:20.723Z Downloaded block-buffer v0.10.4
1662026-03-24T03:31:20.727Z Downloaded ref-cast v1.0.25
1672026-03-24T03:31:20.727Z Downloaded pretty-hex v0.4.1
1682026-03-24T03:31:20.732Z Downloaded ident_case v1.0.1
1692026-03-24T03:31:20.732Z Downloaded generic-array v0.14.7
1702026-03-24T03:31:20.732Z Downloaded usdt-attr-macro v0.6.0
1712026-03-24T03:31:20.732Z Downloaded scroll_derive v0.13.1
1722026-03-24T03:31:20.735Z Downloaded usdt v0.6.0
1732026-03-24T03:31:20.735Z Downloaded tabwriter v1.4.1
1742026-03-24T03:31:20.735Z Downloaded fnv v1.0.7
1752026-03-24T03:31:20.739Z Downloaded cpufeatures v0.2.17
1762026-03-24T03:31:20.739Z Downloaded stable_deref_trait v1.2.1
1772026-03-24T03:31:20.741Z Downloaded itoa v1.0.17
1782026-03-24T03:31:20.742Z Downloaded hash32 v0.3.1
1792026-03-24T03:31:20.749Z Downloaded defmt-parser v1.0.0
1802026-03-24T03:31:20.752Z Downloaded embedded-io v0.6.1
1812026-03-24T03:31:20.752Z Downloaded defmt v0.3.100
1822026-03-24T03:31:20.757Z Downloaded crypto-common v0.1.7
1832026-03-24T03:31:20.763Z Downloaded thiserror v2.0.18
1842026-03-24T03:31:20.766Z Downloaded serde_tokenstream v0.2.3
1852026-03-24T03:31:20.770Z Downloaded bitflags v1.3.2
1862026-03-24T03:31:20.773Z Downloaded embedded-io v0.4.0
1872026-03-24T03:31:20.773Z Downloaded macaddr v1.0.1
1882026-03-24T03:31:20.776Z Downloaded dyn-clone v1.0.20
1892026-03-24T03:31:20.776Z Downloaded cfg-if v1.0.4
1902026-03-24T03:31:20.782Z Downloaded usdt-macro v0.6.0
1912026-03-24T03:31:20.785Z Downloaded darling_macro v0.21.3
1922026-03-24T03:31:20.785Z Downloaded dof v0.4.0
1932026-03-24T03:31:20.790Z Downloaded managed v0.8.0
1942026-03-24T03:31:20.801Z Downloaded thread-id v5.1.0
1952026-03-24T03:31:20.805Z Downloaded defmt-macros v1.0.1
1962026-03-24T03:31:20.809Z Downloaded thiserror-impl v2.0.18
1972026-03-24T03:31:20.809Z Downloaded digest v0.10.7
1982026-03-24T03:31:20.809Z Downloaded byteorder v1.5.0
1992026-03-24T03:31:20.813Z Downloaded scroll v0.13.0
2002026-03-24T03:31:20.816Z Downloaded defmt v1.0.1
2012026-03-24T03:31:20.820Z Downloaded ucd-trie v0.1.7
2022026-03-24T03:31:20.824Z Downloaded darling v0.21.3
2032026-03-24T03:31:20.827Z Downloaded proc-macro2 v1.0.106
2042026-03-24T03:31:20.831Z Downloaded zmij v1.0.21
2052026-03-24T03:31:20.831Z Downloaded cobs v0.3.0
2062026-03-24T03:31:20.834Z Downloaded ingot-types v0.1.2
2072026-03-24T03:31:20.834Z Downloaded either v1.15.0
2082026-03-24T03:31:20.834Z Downloaded sha2 v0.10.9
2092026-03-24T03:31:20.834Z Downloaded ingot v0.1.1
2102026-03-24T03:31:20.837Z Downloaded bitflags v2.11.0
2112026-03-24T03:31:20.840Z Downloaded ipnetwork v0.21.1
2122026-03-24T03:31:20.852Z Downloaded quote v1.0.45
2132026-03-24T03:31:20.856Z Downloaded pest_generator v2.8.6
2142026-03-24T03:31:20.856Z Downloaded serde_core v1.0.228
2152026-03-24T03:31:20.859Z Downloaded ingot-macros v0.1.1
2162026-03-24T03:31:20.868Z Downloaded postcard v1.1.3
2172026-03-24T03:31:20.876Z Downloaded serde_derive v1.0.228
2182026-03-24T03:31:20.885Z Downloaded memmap2 v0.9.10
2192026-03-24T03:31:20.890Z Downloaded crc32fast v1.5.0
2202026-03-24T03:31:20.891Z Downloaded log v0.4.29
2212026-03-24T03:31:20.898Z Downloaded typenum v1.19.0
2222026-03-24T03:31:20.901Z Downloaded heapless v0.8.0
2232026-03-24T03:31:20.906Z Downloaded pest_meta v2.8.6
2242026-03-24T03:31:20.909Z Downloaded pest_derive v2.8.6
2252026-03-24T03:31:20.909Z Downloaded darling_core v0.21.3
2262026-03-24T03:31:20.918Z Downloaded serde v1.0.228
2272026-03-24T03:31:20.943Z Downloaded memchr v2.8.0
2282026-03-24T03:31:20.956Z Downloaded pest v2.8.6
2292026-03-24T03:31:20.977Z Downloaded serde_json v1.0.149
2302026-03-24T03:31:20.985Z Downloaded regex v1.12.3
2312026-03-24T03:31:20.988Z Downloaded itertools v0.14.0
2322026-03-24T03:31:21.043Z Downloaded unicode-width v0.2.2
2332026-03-24T03:31:21.051Z Downloaded zerocopy v0.8.42
2342026-03-24T03:31:21.063Z Downloaded goblin v0.10.5
2352026-03-24T03:31:21.068Z Downloaded smoltcp v0.11.0
2362026-03-24T03:31:21.076Z Downloaded regex-syntax v0.8.10
2372026-03-24T03:31:21.107Z Downloaded regex-automata v0.4.14
2382026-03-24T03:31:21.122Z Downloaded libc v0.2.183
2392026-03-24T03:31:21.197Z Compiling proc-macro2 v1.0.106
2402026-03-24T03:31:21.197Z Compiling quote v1.0.45
2412026-03-24T03:31:21.200Z Compiling unicode-ident v1.0.24
2422026-03-24T03:31:21.200Z Documenting unicode-ident v1.0.24
2432026-03-24T03:31:21.200Z Compiling serde_core v1.0.228
2442026-03-24T03:31:21.200Z Compiling ident_case v1.0.1
2452026-03-24T03:31:21.200Z Compiling fnv v1.0.7
2462026-03-24T03:31:21.385Z Compiling strsim v0.11.1
2472026-03-24T03:31:21.391Z Checking memchr v2.8.0
2482026-03-24T03:31:21.678Z Compiling regex-syntax v0.8.10
2492026-03-24T03:31:21.701Z Compiling thiserror v2.0.18
2502026-03-24T03:31:21.732Z Compiling zerocopy v0.8.42
2512026-03-24T03:31:21.760Z Compiling serde v1.0.228
2522026-03-24T03:31:22.129Z Documenting proc-macro2 v1.0.106
2532026-03-24T03:31:22.164Z Compiling aho-corasick v1.1.4
2542026-03-24T03:31:22.537Z Checking syn v2.0.117
2552026-03-24T03:31:22.651Z Documenting fnv v1.0.7
2562026-03-24T03:31:22.861Z Documenting quote v1.0.45
2572026-03-24T03:31:23.225Z Compiling either v1.15.0
2582026-03-24T03:31:23.317Z Documenting strsim v0.11.1
2592026-03-24T03:31:23.478Z Checking byteorder v1.5.0
2602026-03-24T03:31:23.509Z Documenting syn v2.0.117
2612026-03-24T03:31:23.679Z Compiling regex-automata v0.4.14
2622026-03-24T03:31:23.914Z Documenting ident_case v1.0.1
2632026-03-24T03:31:24.163Z Compiling itertools v0.14.0
2642026-03-24T03:31:24.504Z Compiling heapless v0.8.0
2652026-03-24T03:31:24.560Z Documenting memchr v2.8.0
2662026-03-24T03:31:25.080Z Checking bitflags v2.11.0
2672026-03-24T03:31:25.289Z Checking hash32 v0.3.1
2682026-03-24T03:31:25.373Z Documenting aho-corasick v1.1.4
2692026-03-24T03:31:25.398Z Checking darling_core v0.21.3
2702026-03-24T03:31:25.426Z Documenting serde_core v1.0.228
2712026-03-24T03:31:25.895Z Checking stable_deref_trait v1.2.1
2722026-03-24T03:31:25.976Z Compiling regex v1.12.3
2732026-03-24T03:31:26.546Z Documenting darling_core v0.21.3
2742026-03-24T03:31:26.571Z Checking macaddr v1.0.1
2752026-03-24T03:31:26.732Z Documenting regex-syntax v0.8.10
2762026-03-24T03:31:26.790Z Checking cfg-if v1.0.4
2772026-03-24T03:31:26.860Z Compiling smoltcp v0.11.0
2782026-03-24T03:31:27.349Z Documenting zerocopy-derive v0.8.42
2792026-03-24T03:31:27.665Z Documenting serde_derive v1.0.228
2802026-03-24T03:31:28.096Z Compiling thiserror-impl v2.0.18
2812026-03-24T03:31:28.108Z Compiling serde_derive v1.0.228
2822026-03-24T03:31:28.109Z Compiling zerocopy-derive v0.8.42
2832026-03-24T03:31:28.221Z Documenting darling_macro v0.21.3
2842026-03-24T03:31:28.366Z Documenting regex-automata v0.4.14
2852026-03-24T03:31:28.993Z Documenting thiserror-impl v2.0.18
2862026-03-24T03:31:29.277Z Checking managed v0.8.0
2872026-03-24T03:31:29.422Z Compiling darling_macro v0.21.3
2882026-03-24T03:31:29.514Z Documenting byteorder v1.5.0
2892026-03-24T03:31:29.582Z Checking bitflags v1.3.2
2902026-03-24T03:31:29.656Z Documenting bitflags v2.11.0
2912026-03-24T03:31:29.720Z Checking cobs v0.3.0
2922026-03-24T03:31:29.879Z Documenting cfg-if v1.0.4
2932026-03-24T03:31:30.149Z Compiling darling v0.21.3
2942026-03-24T03:31:30.227Z Documenting darling v0.21.3
2952026-03-24T03:31:30.237Z Documenting regex v1.12.3
2962026-03-24T03:31:30.245Z Compiling ingot-macros v0.1.1
2972026-03-24T03:31:30.437Z Documenting hash32 v0.3.1
2982026-03-24T03:31:30.759Z Documenting thiserror v2.0.18
2992026-03-24T03:31:30.966Z Documenting zerocopy v0.8.42
3002026-03-24T03:31:31.203Z Compiling ref-cast v1.0.25
3012026-03-24T03:31:31.534Z Documenting stable_deref_trait v1.2.1
3022026-03-24T03:31:31.614Z Documenting macaddr v1.0.1
3032026-03-24T03:31:31.802Z Documenting ingot-macros v0.1.1
3042026-03-24T03:31:31.948Z Documenting serde v1.0.228
3052026-03-24T03:31:32.206Z Compiling crc32fast v1.5.0
3062026-03-24T03:31:32.256Z Checking postcard v1.1.3
3072026-03-24T03:31:32.462Z Documenting heapless v0.8.0
3082026-03-24T03:31:32.614Z Documenting cobs v0.3.0
3092026-03-24T03:31:33.340Z Compiling ref-cast-impl v1.0.25
3102026-03-24T03:31:33.543Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-03-24T03:31:33.885Z Compiling version_check v0.9.5
3122026-03-24T03:31:33.957Z Documenting managed v0.8.0
3132026-03-24T03:31:34.080Z Checking unicode-width v0.2.2
3142026-03-24T03:31:34.106Z Checking ipnetwork v0.21.1
3152026-03-24T03:31:34.149Z Checking ingot-types v0.1.2
3162026-03-24T03:31:34.253Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3172026-03-24T03:31:34.306Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3182026-03-24T03:31:34.324Z Documenting ref-cast-impl v1.0.25
3192026-03-24T03:31:34.336Z Documenting postcard v1.1.3
3202026-03-24T03:31:34.401Z Documenting unicode-width v0.2.2
3212026-03-24T03:31:34.554Z Documenting either v1.15.0
3222026-03-24T03:31:34.619Z Checking ingot v0.1.1
3232026-03-24T03:31:35.063Z Documenting ingot-types v0.1.2
3242026-03-24T03:31:35.112Z Documenting smoltcp v0.11.0
3252026-03-24T03:31:35.439Z Documenting ipnetwork v0.21.1
3262026-03-24T03:31:35.823Z Checking tabwriter v1.4.1
3272026-03-24T03:31:36.102Z Documenting itertools v0.14.0
3282026-03-24T03:31:36.444Z Documenting ref-cast v1.0.25
3292026-03-24T03:31:36.744Z Documenting tabwriter v1.4.1
3302026-03-24T03:31:36.853Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-03-24T03:31:37.112Z Documenting crc32fast v1.5.0
3322026-03-24T03:31:37.165Z Documenting ingot v0.1.1
3332026-03-24T03:31:37.616Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3342026-03-24T03:31:37.962Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3352026-03-24T03:31:37.987Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-03-24T03:31:38.239Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-03-24T03:31:38.676Z Documenting dyn-clone v1.0.20
3382026-03-24T03:31:38.835Z Checking dyn-clone v1.0.20
3392026-03-24T03:31:40.536Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-03-24T03:31:42.105Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-03-24T03:31:45.129Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.30s
3422026-03-24T03:31:45.234Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-03-24T03:31:45.261Z
3442026-03-24T03:31:45.267Zreal 29.418155178
3452026-03-24T03:31:45.267Zuser 1:46.498131479
3462026-03-24T03:31:45.267Zsys 20.184106402
3472026-03-24T03:31:45.267Ztrap 0.061126993
3482026-03-24T03:31:45.267Ztflt 0.070338272
3492026-03-24T03:31:45.267Zdflt 0.039005358
3502026-03-24T03:31:45.267Zkflt 0.001788742
3512026-03-24T03:31:45.268Zlock 10:14.941304182
3522026-03-24T03:31:45.268Zslp 5:54.040676077
3532026-03-24T03:31:45.268Zlat 10.655842418
3542026-03-24T03:31:45.268Zstop 13.935817660
3552026-03-24T03:31:45.268Z+ header 'analyze std + api'
3562026-03-24T03:31:45.268Z+ echo '# ==== analyze std + api ==== #'
3572026-03-24T03:31:45.268Z# ==== analyze std + api ==== #
3582026-03-24T03:31:45.268Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-03-24T03:31:45.575Z Compiling proc-macro2 v1.0.106
3602026-03-24T03:31:45.575Z Compiling quote v1.0.45
3612026-03-24T03:31:45.575Z Compiling unicode-ident v1.0.24
3622026-03-24T03:31:45.580Z Compiling memchr v2.8.0
3632026-03-24T03:31:45.580Z Compiling thiserror v2.0.18
3642026-03-24T03:31:45.580Z Compiling zerocopy v0.8.42
3652026-03-24T03:31:45.580Z Compiling zmij v1.0.21
3662026-03-24T03:31:45.580Z Compiling serde_core v1.0.228
3672026-03-24T03:31:45.786Z Compiling libc v0.2.183
3682026-03-24T03:31:46.024Z Compiling ucd-trie v0.1.7
3692026-03-24T03:31:46.061Z Compiling serde_json v1.0.149
3702026-03-24T03:31:46.275Z Compiling pest v2.8.6
3712026-03-24T03:31:46.308Z Compiling serde v1.0.228
3722026-03-24T03:31:46.342Z Compiling strsim v0.11.1
3732026-03-24T03:31:46.390Z Compiling ident_case v1.0.1
3742026-03-24T03:31:46.523Z Compiling fnv v1.0.7
3752026-03-24T03:31:46.797Z Compiling aho-corasick v1.1.4
3762026-03-24T03:31:46.865Z Checking byteorder v1.5.0
3772026-03-24T03:31:46.903Z Compiling itoa v1.0.17
3782026-03-24T03:31:47.108Z Compiling regex-syntax v0.8.10
3792026-03-24T03:31:47.407Z Compiling syn v2.0.117
3802026-03-24T03:31:47.711Z Compiling pest_meta v2.8.6
3812026-03-24T03:31:47.939Z Compiling either v1.15.0
3822026-03-24T03:31:48.182Z Compiling usdt-impl v0.6.0
3832026-03-24T03:31:48.252Z Compiling itertools v0.14.0
3842026-03-24T03:31:48.759Z Compiling thread-id v5.1.0
3852026-03-24T03:31:48.845Z Checking log v0.4.29
3862026-03-24T03:31:49.047Z Compiling heapless v0.8.0
3872026-03-24T03:31:49.088Z Compiling regex-automata v0.4.14
3882026-03-24T03:31:49.423Z Checking plain v0.2.3
3892026-03-24T03:31:49.924Z Checking bitflags v2.11.0
3902026-03-24T03:31:49.966Z Checking hash32 v0.3.1
3912026-03-24T03:31:50.016Z Checking stable_deref_trait v1.2.1
3922026-03-24T03:31:50.091Z Checking cfg-if v1.0.4
3932026-03-24T03:31:50.101Z Compiling smoltcp v0.11.0
3942026-03-24T03:31:50.123Z Checking macaddr v1.0.1
3952026-03-24T03:31:50.156Z Checking pretty-hex v0.4.1
3962026-03-24T03:31:50.537Z Compiling crc32fast v1.5.0
3972026-03-24T03:31:50.579Z Compiling ref-cast v1.0.25
3982026-03-24T03:31:50.649Z Compiling version_check v0.9.5
3992026-03-24T03:31:50.823Z Checking bitflags v1.3.2
4002026-03-24T03:31:50.895Z Compiling pest_generator v2.8.6
4012026-03-24T03:31:50.900Z Compiling darling_core v0.21.3
4022026-03-24T03:31:50.961Z Checking managed v0.8.0
4032026-03-24T03:31:51.008Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4042026-03-24T03:31:51.057Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4052026-03-24T03:31:51.331Z Checking memmap2 v0.9.10
4062026-03-24T03:31:51.452Z Compiling regex v1.12.3
4072026-03-24T03:31:51.530Z Checking ipnetwork v0.21.1
4082026-03-24T03:31:51.764Z Checking unicode-width v0.2.2
4092026-03-24T03:31:52.073Z Checking tabwriter v1.4.1
4102026-03-24T03:31:52.167Z Checking dyn-clone v1.0.20
4112026-03-24T03:31:52.544Z Compiling thiserror-impl v2.0.18
4122026-03-24T03:31:52.544Z Compiling serde_derive v1.0.228
4132026-03-24T03:31:52.547Z Compiling zerocopy-derive v0.8.42
4142026-03-24T03:31:52.606Z Compiling pest_derive v2.8.6
4152026-03-24T03:31:52.870Z Compiling scroll_derive v0.13.1
4162026-03-24T03:31:53.240Z Compiling ref-cast-impl v1.0.25
4172026-03-24T03:31:53.275Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-03-24T03:31:53.756Z Compiling darling_macro v0.21.3
4192026-03-24T03:31:53.939Z Checking scroll v0.13.0
4202026-03-24T03:31:54.214Z Checking goblin v0.10.5
4212026-03-24T03:31:54.218Z Compiling dtrace-parser v0.3.0
4222026-03-24T03:31:54.239Z Checking cobs v0.3.0
4232026-03-24T03:31:54.423Z Compiling darling v0.21.3
4242026-03-24T03:31:54.505Z Compiling ingot-macros v0.1.1
4252026-03-24T03:31:54.535Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-03-24T03:31:56.193Z Checking postcard v1.1.3
4272026-03-24T03:31:56.314Z Compiling serde_tokenstream v0.2.3
4282026-03-24T03:31:58.171Z Checking ingot-types v0.1.2
4292026-03-24T03:31:58.171Z Checking dof v0.4.0
4302026-03-24T03:31:58.588Z Checking ingot v0.1.1
4312026-03-24T03:31:59.445Z Compiling usdt-macro v0.6.0
4322026-03-24T03:31:59.448Z Compiling usdt-attr-macro v0.6.0
4332026-03-24T03:32:00.199Z Checking usdt v0.6.0
4342026-03-24T03:32:00.642Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-03-24T03:32:12.310Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.98s
4362026-03-24T03:32:12.341Z
4372026-03-24T03:32:12.345Zreal 27.075873447
4382026-03-24T03:32:12.345Zuser 1:28.046373609
4392026-03-24T03:32:12.345Zsys 15.359166048
4402026-03-24T03:32:12.345Ztrap 0.043458169
4412026-03-24T03:32:12.345Ztflt 0.199057960
4422026-03-24T03:32:12.345Zdflt 0.195381055
4432026-03-24T03:32:12.345Zkflt 0.000023294
4442026-03-24T03:32:12.345Zlock 5:12.551963315
4452026-03-24T03:32:12.345Zslp 4:28.238703985
4462026-03-24T03:32:12.345Zlat 3.460611393
4472026-03-24T03:32:12.345Zstop 7.718248392
4482026-03-24T03:32:12.345Z+ header 'analyze no_std + engine + kernel'
4492026-03-24T03:32:12.345Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-03-24T03:32:12.345Z# ==== analyze no_std + engine + kernel ==== #
4512026-03-24T03:32:12.345Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-03-24T03:32:12.577Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4532026-03-24T03:32:12.577Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4542026-03-24T03:32:12.602Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-03-24T03:32:12.605Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-03-24T03:32:12.955Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-03-24T03:32:19.108Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.71s
4582026-03-24T03:32:19.142Z
4592026-03-24T03:32:19.145Zreal 6.792155520
4602026-03-24T03:32:19.145Zuser 7.309087934
4612026-03-24T03:32:19.145Zsys 1.130946598
4622026-03-24T03:32:19.145Ztrap 0.000913088
4632026-03-24T03:32:19.145Ztflt 0.004826539
4642026-03-24T03:32:19.145Zdflt 0.001947248
4652026-03-24T03:32:19.145Zkflt 0.000000000
4662026-03-24T03:32:19.145Zlock 24.802350176
4672026-03-24T03:32:19.145Zslp 25.495212902
4682026-03-24T03:32:19.145Zlat 0.018710648
4692026-03-24T03:32:19.145Zstop 0.257239327
4702026-03-24T03:32:19.145Z+ header test
4712026-03-24T03:32:19.145Z+ echo '# ==== test ==== #'
4722026-03-24T03:32:19.145Z# ==== test ==== #
4732026-03-24T03:32:19.145Z+ ptime -m cargo test
4742026-03-24T03:32:19.344Z Compiling serde_core v1.0.228
4752026-03-24T03:32:19.348Z Compiling thiserror v2.0.18
4762026-03-24T03:32:19.348Z Compiling zerocopy v0.8.42
4772026-03-24T03:32:19.371Z Compiling memchr v2.8.0
4782026-03-24T03:32:19.376Z Compiling byteorder v1.5.0
4792026-03-24T03:32:19.381Z Compiling unicode-ident v1.0.24
4802026-03-24T03:32:19.385Z Compiling libc v0.2.183
4812026-03-24T03:32:19.385Z Compiling zmij v1.0.21
4822026-03-24T03:32:19.471Z Compiling scroll v0.13.0
4832026-03-24T03:32:19.530Z Compiling proc-macro2 v1.0.106
4842026-03-24T03:32:19.652Z Compiling log v0.4.29
4852026-03-24T03:32:19.833Z Compiling ucd-trie v0.1.7
4862026-03-24T03:32:19.854Z Compiling plain v0.2.3
4872026-03-24T03:32:19.858Z Compiling itoa v1.0.17
4882026-03-24T03:32:19.928Z Compiling hash32 v0.3.1
4892026-03-24T03:32:19.970Z Compiling goblin v0.10.5
4902026-03-24T03:32:20.122Z Compiling quote v1.0.45
4912026-03-24T03:32:20.167Z Compiling pest v2.8.6
4922026-03-24T03:32:20.748Z Compiling macaddr v1.0.1
4932026-03-24T03:32:20.994Z Compiling stable_deref_trait v1.2.1
4942026-03-24T03:32:21.065Z Compiling pretty-hex v0.4.1
4952026-03-24T03:32:21.077Z Compiling cfg-if v1.0.4
4962026-03-24T03:32:21.150Z Compiling heapless v0.8.0
4972026-03-24T03:32:21.236Z Compiling syn v2.0.117
4982026-03-24T03:32:21.433Z Compiling thread-id v5.1.0
4992026-03-24T03:32:21.524Z Compiling cobs v0.3.0
5002026-03-24T03:32:21.727Z Compiling dtrace-parser v0.3.0
5012026-03-24T03:32:21.878Z Compiling managed v0.8.0
5022026-03-24T03:32:22.166Z Compiling serde v1.0.228
5032026-03-24T03:32:22.202Z Compiling serde_json v1.0.149
5042026-03-24T03:32:22.570Z Compiling bitflags v2.11.0
5052026-03-24T03:32:23.056Z Compiling bitflags v1.3.2
5062026-03-24T03:32:23.078Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-03-24T03:32:23.125Z Compiling smoltcp v0.11.0
5082026-03-24T03:32:23.133Z Compiling postcard v1.1.3
5092026-03-24T03:32:23.379Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5102026-03-24T03:32:23.637Z Compiling ingot-types v0.1.2
5112026-03-24T03:32:23.764Z Compiling memmap2 v0.9.10
5122026-03-24T03:32:24.116Z Compiling dof v0.4.0
5132026-03-24T03:32:24.133Z Compiling ingot v0.1.1
5142026-03-24T03:32:24.138Z Compiling ipnetwork v0.21.1
5152026-03-24T03:32:24.814Z Compiling either v1.15.0
5162026-03-24T03:32:25.077Z Compiling unicode-width v0.2.2
5172026-03-24T03:32:25.484Z Compiling usdt-impl v0.6.0
5182026-03-24T03:32:26.353Z Compiling usdt v0.6.0
5192026-03-24T03:32:26.415Z Compiling tabwriter v1.4.1
5202026-03-24T03:32:26.925Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-03-24T03:32:27.126Z Compiling itertools v0.14.0
5222026-03-24T03:32:27.282Z Compiling ref-cast v1.0.25
5232026-03-24T03:32:27.439Z Compiling crc32fast v1.5.0
5242026-03-24T03:32:27.753Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-03-24T03:32:28.639Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-03-24T03:32:28.958Z Compiling dyn-clone v1.0.20
5272026-03-24T03:32:46.819Z Finished `test` profile [optimized + debuginfo] target(s) in 27.66s
5282026-03-24T03:32:46.836Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-eafb29c1102bc78b)
5292026-03-24T03:32:46.839Z
5302026-03-24T03:32:46.840Zrunning 72 tests
5312026-03-24T03:32:46.840Ztest d_error::tests::name_and_data_storage ... ok
5322026-03-24T03:32:46.840Ztest d_error::tests::name_truncation ... ok
5332026-03-24T03:32:46.840Ztest ddi::mblk::test::chain_breaks_links ... ok
5342026-03-24T03:32:46.840Ztest ddi::mblk::test::chain_append_links ... ok
5352026-03-24T03:32:46.840Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5362026-03-24T03:32:46.840Ztest ddi::mblk::test::expand_and_shrink ... ok
5372026-03-24T03:32:46.840Ztest ddi::mblk::test::chain_drain_complete ... ok
5382026-03-24T03:32:46.840Ztest ddi::mblk::test::prefix_len ... ok
5392026-03-24T03:32:46.840Ztest ddi::mblk::test::read_seg ... ok
5402026-03-24T03:32:46.840Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5412026-03-24T03:32:46.840Ztest ddi::mblk::test::uninitialized_packet ... ok
5422026-03-24T03:32:46.840Ztest ddi::mblk::test::truncate ... ok
5432026-03-24T03:32:46.840Ztest ddi::time::test::good_interval ... ok
5442026-03-24T03:32:46.840Ztest ddi::mblk::test::wrap ... ok
5452026-03-24T03:32:46.840Ztest ddi::mblk::test::zero_byte_packet ... ok
5462026-03-24T03:32:46.840Ztest engine::dhcp::test::hostname_encode ... ok
5472026-03-24T03:32:46.845Ztest engine::dhcp::test::domainname_encode ... ok
5482026-03-24T03:32:46.845Ztest engine::dhcp::test::rfc3442_encode ... ok
5492026-03-24T03:32:46.845Ztest engine::dhcp::test::offlink_encode ... ok
5502026-03-24T03:32:46.845Ztest engine::dhcp::test::domain_search_option_encode ... ok
5512026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_client_id ... ok
5522026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5532026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5542026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5552026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_iana ... ok
5562026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5572026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_iata ... ok
5582026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_option_request ... ok
5592026-03-24T03:32:46.845Ztest ddi::time::test::bad_interval - should panic ... ok
5602026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5612026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5622026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5632026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5642026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_server_id ... ok
5652026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5662026-03-24T03:32:46.845Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5672026-03-24T03:32:46.846Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5682026-03-24T03:32:46.846Ztest engine::dhcpv6::options::test::test_status ... ok
5692026-03-24T03:32:46.846Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5702026-03-24T03:32:46.846Ztest engine::ether::test::emit ... ok
5712026-03-24T03:32:46.846Ztest engine::geneve::test::emit_no_opts ... ok
5722026-03-24T03:32:46.846Ztest engine::flow_table::test::flow_clear ... ok
5732026-03-24T03:32:46.846Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5742026-03-24T03:32:46.846Ztest engine::geneve::test::emit_single_opt ... ok
5752026-03-24T03:32:46.846Ztest engine::flow_table::test::flow_expired ... ok
5762026-03-24T03:32:46.846Ztest engine::ip::v4::test::cidr_match ... ok
5772026-03-24T03:32:46.846Ztest engine::ip::v4::test::emit ... ok
5782026-03-24T03:32:46.846Ztest engine::ip::v4::test::match_check ... ok
5792026-03-24T03:32:46.846Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5802026-03-24T03:32:46.846Ztest engine::ip::v6::test::from_pairs ... ok
5812026-03-24T03:32:46.846Ztest engine::ip::v6::test::emit ... ok
5822026-03-24T03:32:46.846Ztest engine::ip::v6::test::option_push_spec ... ok
5832026-03-24T03:32:46.846Ztest engine::ip::v6::test::extension_push_spec ... ok
5842026-03-24T03:32:46.846Ztest engine::ip::v6::test::test_set_total_len ... ok
5852026-03-24T03:32:46.846Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5862026-03-24T03:32:46.846Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5872026-03-24T03:32:46.846Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5882026-03-24T03:32:46.846Ztest engine::packet::test::read_multi_segment ... ok
5892026-03-24T03:32:46.846Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5902026-03-24T03:32:46.846Ztest engine::packet::test::read_single_segment ... ok
5912026-03-24T03:32:46.846Ztest engine::layer::test::find_rule ... ok
5922026-03-24T03:32:46.846Ztest engine::packet::test::small_packet_with_padding ... ok
5932026-03-24T03:32:46.846Ztest engine::packet::test::straddled_tcp ... ok
5942026-03-24T03:32:46.846Ztest engine::nat::test::nat4_rewrite ... ok
5952026-03-24T03:32:46.846Ztest engine::packet::test::udp6_packet_with_padding ... ok
5962026-03-24T03:32:46.846Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5972026-03-24T03:32:46.846Ztest engine::ip::v6::test::push_spec ... ok
5982026-03-24T03:32:46.846Ztest engine::rule::rule_matching ... ok
5992026-03-24T03:32:46.846Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6002026-03-24T03:32:46.846Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-03-24T03:32:46.846Ztest engine::snat::test::nat_mappings ... ok
6022026-03-24T03:32:46.846Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6032026-03-24T03:32:46.846Z
6042026-03-24T03:32:46.846Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-03-24T03:32:46.847Z
6062026-03-24T03:32:46.847Z Doc-tests opte
6072026-03-24T03:32:49.418Z
6082026-03-24T03:32:49.418Zrunning 3 tests
6092026-03-24T03:32:49.424Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-03-24T03:32:49.424Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-03-24T03:32:49.424Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6122026-03-24T03:32:49.424Z
6132026-03-24T03:32:49.424Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-03-24T03:32:49.424Z
6152026-03-24T03:32:49.428Zall doctests ran in 1.80s; merged doctests compilation took 1.79s
6162026-03-24T03:32:49.471Z
6172026-03-24T03:32:49.475Zreal 30.313391360
6182026-03-24T03:32:49.475Zuser 2:35.376277090
6192026-03-24T03:32:49.475Zsys 8.673620985
6202026-03-24T03:32:49.475Ztrap 0.071409296
6212026-03-24T03:32:49.475Ztflt 0.293448034
6222026-03-24T03:32:49.475Zdflt 0.279932609
6232026-03-24T03:32:49.475Zkflt 0.000003458
6242026-03-24T03:32:49.475Zlock 7:49.137942928
6252026-03-24T03:32:49.475Zslp 4:51.124429649
6262026-03-24T03:32:49.475Zlat 6.981715804
6272026-03-24T03:32:49.475Zstop 3.889819895
6282026-03-24T03:32:49.475Zprocess exited: duration 113150 ms, exit code 0
 
6292026-03-24T03:32:49.482Zfound 0 output files