01KN4JEPWXM4RB88CF436G0JT6: opte

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

Buildomat Job: 01KN4JF50ECC5544684C73YPRP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T13:07:52.605Zjob assigned to worker 01KN4JFD38E390D6VXPRPSFP4D [factory aws, i-0ffca7f10ddaf18d2] (queued for 48 s)
 
22026-04-01T13:07:59.880Zstarting task 0: "setup"
32026-04-01T13:07:59.887Z++ uname -s
42026-04-01T13:07:59.890Z+ kern=SunOS
52026-04-01T13:07:59.890Z+ build_user=build
62026-04-01T13:07:59.890Z+ build_uid=12345
72026-04-01T13:07:59.890Z+ work_dir=/work
82026-04-01T13:07:59.890Z+ input_dir=/input
92026-04-01T13:07:59.890Z+ [[ 0 == 12345 ]]
102026-04-01T13:07:59.891Z+ case "$kern" in
112026-04-01T13:07:59.891Z+ groupadd -g 12345 build
122026-04-01T13:07:59.893Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T13:08:01.898Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T13:08:02.002Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T13:08:02.005Z+ home_fs=zfs
162026-04-01T13:08:02.005Z+ [[ zfs == autofs ]]
172026-04-01T13:08:02.005Z+ mkdir -p /home/build
182026-04-01T13:08:02.005Z+ chown build:build /home/build /work
192026-04-01T13:08:04.005Z+ chmod 0700 /home/build /work
202026-04-01T13:08:04.008Zprocess exited: duration 4126 ms, exit code 0
 
212026-04-01T13:08:04.015Zstarting task 1: "rust-toolchain"
222026-04-01T13:08:04.019Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-04-01T13:08:04.019Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-01T13:08:04.019Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-01T13:08:04.019Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-01T13:08:04.019Z * rust toolchain channel = "1.93.1"
272026-04-01T13:08:04.019Z * rust toolchain profile = "default"
282026-04-01T13:08:04.022Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T13:08:04.022Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-04-01T13:08:04.142Zinfo: downloading installer
312026-04-01T13:08:05.773Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T13:08:05.773Zwarn: /opt/ooce/bin
332026-04-01T13:08:05.773Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T13:08:05.773Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T13:08:05.773Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T13:08:05.773Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T13:08:05.773Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T13:08:05.773Zerror: cannot install while Rust is installed
392026-04-01T13:08:05.773Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T13:08:05.773Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T13:08:05.773Zwarn: /home/build/.rustup/settings.toml
422026-04-01T13:08:05.773Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T13:08:05.773Zwarn: instead of the one inferred from the default host triple.
442026-04-01T13:08:05.786Zinfo: profile set to default
452026-04-01T13:08:05.786Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T13:08:05.789Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-04-01T13:08:05.911Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-04-01T13:08:05.914Zinfo: downloading 6 components
492026-04-01T13:08:21.681Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-04-01T13:08:21.681Z
512026-04-01T13:08:21.707Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-04-01T13:08:21.707Z
532026-04-01T13:08:21.707Z
542026-04-01T13:08:21.707ZRust is installed now. Great!
552026-04-01T13:08:21.707Z
562026-04-01T13:08:21.707ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T13:08:21.708Zenvironment variable. This has not been done automatically.
582026-04-01T13:08:21.708Z
592026-04-01T13:08:21.708ZTo configure your current shell, you need to source
602026-04-01T13:08:21.708Zthe corresponding env file under $HOME/.cargo.
612026-04-01T13:08:21.708Z
622026-04-01T13:08:21.708ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T13:08:21.708Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T13:08:21.708Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T13:08:21.708Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T13:08:21.708Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T13:08:21.708Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T13:08:21.708Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T13:08:21.711Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T13:08:21.711Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T13:08:21.795Z+ rustup --version
722026-04-01T13:08:21.805Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T13:08:21.808Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T13:08:21.826Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-04-01T13:08:21.828Z+ cargo --version
762026-04-01T13:08:21.842Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-04-01T13:08:21.844Z+ rustc --version
782026-04-01T13:08:21.863Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-04-01T13:08:21.865Zprocess exited: duration 17848 ms, exit code 0
 
802026-04-01T13:08:21.871Zstarting task 2: "authentication"
812026-04-01T13:08:21.887Zprocess exited: duration 15 ms, exit code 0
 
822026-04-01T13:08:21.892Zstarting task 3: "clone repository"
832026-04-01T13:08:21.895Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T13:08:21.898Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T13:08:21.929ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T13:08:22.846Z+ cd /work/oxidecomputer/opte
872026-04-01T13:08:22.846Z+ git fetch origin 6667036f728e9a8e2d120b744081a50a095570ff
882026-04-01T13:08:23.123ZFrom https://github.com/oxidecomputer/opte
892026-04-01T13:08:23.123Z * branch 6667036f728e9a8e2d120b744081a50a095570ff -> FETCH_HEAD
902026-04-01T13:08:23.128Z+ [[ -n renovate/darling-0.x ]]
912026-04-01T13:08:23.131Z++ git branch --show-current
922026-04-01T13:08:23.131Z+ current=master
932026-04-01T13:08:23.131Z+ [[ master != renovate/darling-0.x ]]
942026-04-01T13:08:23.131Z+ git branch -f renovate/darling-0.x 6667036f728e9a8e2d120b744081a50a095570ff
952026-04-01T13:08:23.134Z+ git checkout -f renovate/darling-0.x
962026-04-01T13:08:23.149ZSwitched to branch 'renovate/darling-0.x'
972026-04-01T13:08:23.154Z+ git reset --hard 6667036f728e9a8e2d120b744081a50a095570ff
982026-04-01T13:08:23.165ZHEAD is now at 6667036 Update Rust crate darling to 0.23
992026-04-01T13:08:23.168Zprocess exited: duration 1273 ms, exit code 0
 
1002026-04-01T13:08:23.174Zstarting task 4: "build"
1012026-04-01T13:08:23.178Z+ source .github/buildomat/common.sh
1022026-04-01T13:08:23.178Z++ rustup show active-toolchain
1032026-04-01T13:08:23.183Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-01T13:08:23.186Z++ pushd xde
1052026-04-01T13:08:23.186Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-01T13:08:23.186Z++ rustup show active-toolchain
1072026-04-01T13:08:23.191Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-04-01T13:08:23.347Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-04-01T13:08:23.351Zinfo: downloading 6 components
1102026-04-01T13:08:37.069Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-01T13:08:37.156Z+++ rustup show active-toolchain -v
1122026-04-01T13:08:37.159Z+++ head -n 1
1132026-04-01T13:08:37.159Z+++ cut '-d ' -f1
1142026-04-01T13:08:37.210Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-04-01T13:08:37.210Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-04-01T13:08:37.210Z++ popd
1172026-04-01T13:08:37.213Z/work/oxidecomputer/opte
1182026-04-01T13:08:37.213Z+ cargo --version
1192026-04-01T13:08:37.221Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-04-01T13:08:37.224Z+ rustc --version
1212026-04-01T13:08:37.241Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-04-01T13:08:37.244Z+ cd lib/opte
1232026-04-01T13:08:37.244Z+ header 'check style'
1242026-04-01T13:08:37.244Z+ echo '# ==== check style ==== #'
1252026-04-01T13:08:37.244Z# ==== check style ==== #
1262026-04-01T13:08:37.244Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-04-01T13:08:37.422Z
1282026-04-01T13:08:37.422Zreal 0.176196837
1292026-04-01T13:08:37.422Zuser 0.133692911
1302026-04-01T13:08:37.422Zsys 0.037799865
1312026-04-01T13:08:37.423Ztrap 0.000005959
1322026-04-01T13:08:37.423Ztflt 0.000014465
1332026-04-01T13:08:37.423Zdflt 0.000003328
1342026-04-01T13:08:37.423Zkflt 0.000000000
1352026-04-01T13:08:37.423Zlock 0.045439811
1362026-04-01T13:08:37.423Zslp 0.158477684
1372026-04-01T13:08:37.423Zlat 0.001009785
1382026-04-01T13:08:37.423Zstop 0.000093619
1392026-04-01T13:08:37.426Z+ header 'check docs'
1402026-04-01T13:08:37.426Z+ echo '# ==== check docs ==== #'
1412026-04-01T13:08:37.426Z# ==== check docs ==== #
1422026-04-01T13:08:37.426Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-01T13:08:37.426Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-01T13:08:37.491Z Updating crates.io index
1452026-04-01T13:08:37.540Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-01T13:08:39.548Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-01T13:08:39.848Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-01T13:08:40.608Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-01T13:08:41.110Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-01T13:08:41.870Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-01T13:08:42.491Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-01T13:08:44.635Z Downloading crates ...
1532026-04-01T13:08:44.680Z Downloaded dof v0.4.0
1542026-04-01T13:08:44.687Z Downloaded defmt-parser v1.0.0
1552026-04-01T13:08:44.690Z Downloaded dyn-clone v1.0.20
1562026-04-01T13:08:44.692Z Downloaded digest v0.10.7
1572026-04-01T13:08:44.695Z Downloaded defmt-macros v1.0.1
1582026-04-01T13:08:44.700Z Downloaded macaddr v1.0.1
1592026-04-01T13:08:44.703Z Downloaded hash32 v0.3.1
1602026-04-01T13:08:44.703Z Downloaded aho-corasick v1.1.4
1612026-04-01T13:08:44.707Z Downloaded stable_deref_trait v1.2.1
1622026-04-01T13:08:44.710Z Downloaded embedded-io v0.4.0
1632026-04-01T13:08:44.710Z Downloaded either v1.15.0
1642026-04-01T13:08:44.710Z Downloaded usdt-attr-macro v0.6.0
1652026-04-01T13:08:44.713Z Downloaded plain v0.2.3
1662026-04-01T13:08:44.716Z Downloaded crypto-common v0.1.7
1672026-04-01T13:08:44.718Z Downloaded fnv v1.0.7
1682026-04-01T13:08:44.719Z Downloaded strsim v0.11.1
1692026-04-01T13:08:44.719Z Downloaded generic-array v0.14.7
1702026-04-01T13:08:44.725Z Downloaded ref-cast-impl v1.0.25
1712026-04-01T13:08:44.728Z Downloaded dtrace-parser v0.3.0
1722026-04-01T13:08:44.731Z Downloaded cobs v0.3.0
1732026-04-01T13:08:44.734Z Downloaded embedded-io v0.6.1
1742026-04-01T13:08:44.738Z Downloaded usdt v0.6.0
1752026-04-01T13:08:44.745Z Downloaded pretty-hex v0.4.2
1762026-04-01T13:08:44.748Z Downloaded usdt-macro v0.6.0
1772026-04-01T13:08:44.751Z Downloaded darling_macro v0.23.0
1782026-04-01T13:08:44.756Z Downloaded itoa v1.0.18
1792026-04-01T13:08:44.759Z Downloaded block-buffer v0.10.4
1802026-04-01T13:08:44.762Z Downloaded ipnetwork v0.21.1
1812026-04-01T13:08:44.762Z Downloaded proc-macro-error2 v2.0.1
1822026-04-01T13:08:44.762Z Downloaded managed v0.8.0
1832026-04-01T13:08:44.765Z Downloaded scroll_derive v0.13.1
1842026-04-01T13:08:44.768Z Downloaded cpufeatures v0.2.17
1852026-04-01T13:08:44.768Z Downloaded darling_macro v0.21.3
1862026-04-01T13:08:44.771Z Downloaded thread-id v5.1.0
1872026-04-01T13:08:44.773Z Downloaded proc-macro-error-attr2 v2.0.0
1882026-04-01T13:08:44.773Z Downloaded ident_case v1.0.1
1892026-04-01T13:08:44.776Z Downloaded ref-cast v1.0.25
1902026-04-01T13:08:44.776Z Downloaded defmt v0.3.100
1912026-04-01T13:08:44.776Z Downloaded ingot-macros v0.1.1
1922026-04-01T13:08:44.780Z Downloaded bitflags v2.11.0
1932026-04-01T13:08:44.785Z Downloaded tabwriter v1.4.1
1942026-04-01T13:08:44.788Z Downloaded scroll v0.13.0
1952026-04-01T13:08:44.788Z Downloaded ingot v0.1.1
1962026-04-01T13:08:44.788Z Downloaded version_check v0.9.5
1972026-04-01T13:08:44.792Z Downloaded bitflags v1.3.2
1982026-04-01T13:08:44.795Z Downloaded thiserror v2.0.18
1992026-04-01T13:08:44.797Z Downloaded sha2 v0.10.9
2002026-04-01T13:08:44.802Z Downloaded defmt v1.0.1
2012026-04-01T13:08:44.806Z Downloaded quote v1.0.45
2022026-04-01T13:08:44.808Z Downloaded zmij v1.0.21
2032026-04-01T13:08:44.811Z Downloaded pest_derive v2.8.6
2042026-04-01T13:08:44.814Z Downloaded thiserror-impl v2.0.18
2052026-04-01T13:08:44.817Z Downloaded ingot-types v0.1.2
2062026-04-01T13:08:44.817Z Downloaded cfg-if v1.0.4
2072026-04-01T13:08:44.820Z Downloaded pest_generator v2.8.6
2082026-04-01T13:08:44.823Z Downloaded byteorder v1.5.0
2092026-04-01T13:08:44.829Z Downloaded postcard v1.1.3
2102026-04-01T13:08:44.831Z Downloaded darling v0.23.0
2112026-04-01T13:08:44.834Z Downloaded usdt-impl v0.6.0
2122026-04-01T13:08:44.850Z Downloaded serde_tokenstream v0.2.3
2132026-04-01T13:08:44.853Z Downloaded heapless v0.8.0
2142026-04-01T13:08:44.855Z Downloaded ucd-trie v0.1.7
2152026-04-01T13:08:44.859Z Downloaded proc-macro2 v1.0.106
2162026-04-01T13:08:44.860Z Downloaded serde_derive v1.0.228
2172026-04-01T13:08:44.862Z Downloaded log v0.4.29
2182026-04-01T13:08:44.865Z Downloaded memmap2 v0.9.10
2192026-04-01T13:08:44.870Z Downloaded darling v0.21.3
2202026-04-01T13:08:44.873Z Downloaded serde_core v1.0.228
2212026-04-01T13:08:44.876Z Downloaded crc32fast v1.5.0
2222026-04-01T13:08:44.879Z Downloaded unicode-ident v1.0.24
2232026-04-01T13:08:44.882Z Downloaded typenum v1.19.0
2242026-04-01T13:08:44.890Z Downloaded pest_meta v2.8.6
2252026-04-01T13:08:44.896Z Downloaded darling_core v0.23.0
2262026-04-01T13:08:44.898Z Downloaded darling_core v0.21.3
2272026-04-01T13:08:44.901Z Downloaded zerocopy-derive v0.8.47
2282026-04-01T13:08:44.905Z Downloaded memchr v2.8.0
2292026-04-01T13:08:44.908Z Downloaded serde v1.0.228
2302026-04-01T13:08:44.934Z Downloaded pest v2.8.6
2312026-04-01T13:08:44.954Z Downloaded serde_json v1.0.149
2322026-04-01T13:08:44.958Z Downloaded regex v1.12.3
2332026-04-01T13:08:44.961Z Downloaded itertools v0.14.0
2342026-04-01T13:08:45.007Z Downloaded goblin v0.10.5
2352026-04-01T13:08:45.017Z Downloaded unicode-width v0.2.2
2362026-04-01T13:08:45.022Z Downloaded zerocopy v0.8.47
2372026-04-01T13:08:45.033Z Downloaded smoltcp v0.11.0
2382026-04-01T13:08:45.038Z Downloaded syn v2.0.117
2392026-04-01T13:08:45.044Z Downloaded regex-syntax v0.8.10
2402026-04-01T13:08:45.080Z Downloaded regex-automata v0.4.14
2412026-04-01T13:08:45.088Z Downloaded libc v0.2.183
2422026-04-01T13:08:45.147Z Compiling proc-macro2 v1.0.106
2432026-04-01T13:08:45.147Z Compiling quote v1.0.45
2442026-04-01T13:08:45.147Z Compiling unicode-ident v1.0.24
2452026-04-01T13:08:45.150Z Documenting unicode-ident v1.0.24
2462026-04-01T13:08:45.150Z Compiling strsim v0.11.1
2472026-04-01T13:08:45.150Z Compiling ident_case v1.0.1
2482026-04-01T13:08:45.150Z Compiling serde_core v1.0.228
2492026-04-01T13:08:45.301Z Compiling fnv v1.0.7
2502026-04-01T13:08:45.318Z Checking memchr v2.8.0
2512026-04-01T13:08:45.478Z Compiling serde v1.0.228
2522026-04-01T13:08:45.494Z Compiling regex-syntax v0.8.10
2532026-04-01T13:08:45.531Z Compiling zerocopy v0.8.47
2542026-04-01T13:08:45.734Z Documenting proc-macro2 v1.0.106
2552026-04-01T13:08:45.782Z Compiling aho-corasick v1.1.4
2562026-04-01T13:08:45.872Z Compiling thiserror v2.0.18
2572026-04-01T13:08:46.219Z Checking syn v2.0.117
2582026-04-01T13:08:46.307Z Documenting quote v1.0.45
2592026-04-01T13:08:46.386Z Compiling either v1.15.0
2602026-04-01T13:08:46.657Z Checking byteorder v1.5.0
2612026-04-01T13:08:46.779Z Documenting syn v2.0.117
2622026-04-01T13:08:46.811Z Compiling itertools v0.14.0
2632026-04-01T13:08:46.984Z Compiling regex-automata v0.4.14
2642026-04-01T13:08:47.179Z Documenting memchr v2.8.0
2652026-04-01T13:08:47.514Z Compiling heapless v0.8.0
2662026-04-01T13:08:47.784Z Documenting aho-corasick v1.1.4
2672026-04-01T13:08:47.972Z Checking bitflags v2.11.0
2682026-04-01T13:08:48.001Z Checking hash32 v0.3.1
2692026-04-01T13:08:48.107Z Documenting serde_core v1.0.228
2702026-04-01T13:08:48.124Z Checking cfg-if v1.0.4
2712026-04-01T13:08:48.166Z Checking stable_deref_trait v1.2.1
2722026-04-01T13:08:48.180Z Checking macaddr v1.0.1
2732026-04-01T13:08:48.312Z Documenting regex-syntax v0.8.10
2742026-04-01T13:08:48.318Z Checking darling_core v0.21.3
2752026-04-01T13:08:48.508Z Compiling smoltcp v0.11.0
2762026-04-01T13:08:48.896Z Compiling regex v1.12.3
2772026-04-01T13:08:49.273Z Compiling darling_core v0.23.0
2782026-04-01T13:08:49.362Z Documenting regex-automata v0.4.14
2792026-04-01T13:08:49.507Z Documenting thiserror-impl v2.0.18
2802026-04-01T13:08:49.588Z Documenting zerocopy-derive v0.8.47
2812026-04-01T13:08:49.804Z Documenting serde_derive v1.0.228
2822026-04-01T13:08:49.931Z Compiling zerocopy-derive v0.8.47
2832026-04-01T13:08:50.283Z Compiling serde_derive v1.0.228
2842026-04-01T13:08:50.416Z Compiling thiserror-impl v2.0.18
2852026-04-01T13:08:50.711Z Documenting regex v1.12.3
2862026-04-01T13:08:50.863Z Documenting byteorder v1.5.0
2872026-04-01T13:08:50.913Z Checking managed v0.8.0
2882026-04-01T13:08:50.962Z Compiling darling_macro v0.21.3
2892026-04-01T13:08:51.093Z Checking bitflags v1.3.2
2902026-04-01T13:08:51.155Z Documenting bitflags v2.11.0
2912026-04-01T13:08:51.386Z Documenting hash32 v0.3.1
2922026-04-01T13:08:51.393Z Compiling darling_macro v0.23.0
2932026-04-01T13:08:51.542Z Compiling darling v0.21.3
2942026-04-01T13:08:51.615Z Compiling ingot-macros v0.1.1
2952026-04-01T13:08:51.699Z Documenting ingot-macros v0.1.1
2962026-04-01T13:08:51.707Z Checking cobs v0.3.0
2972026-04-01T13:08:51.768Z Documenting thiserror v2.0.18
2982026-04-01T13:08:51.834Z Documenting zerocopy v0.8.47
2992026-04-01T13:08:51.917Z Compiling crc32fast v1.5.0
3002026-04-01T13:08:51.972Z Documenting macaddr v1.0.1
3012026-04-01T13:08:52.223Z Documenting cfg-if v1.0.4
3022026-04-01T13:08:52.303Z Compiling ref-cast v1.0.25
3032026-04-01T13:08:52.516Z Documenting stable_deref_trait v1.2.1
3042026-04-01T13:08:52.663Z Documenting cobs v0.3.0
3052026-04-01T13:08:52.948Z Documenting serde v1.0.228
3062026-04-01T13:08:53.080Z Documenting heapless v0.8.0
3072026-04-01T13:08:53.258Z Compiling ref-cast-impl v1.0.25
3082026-04-01T13:08:53.332Z Checking postcard v1.1.3
3092026-04-01T13:08:53.896Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-04-01T13:08:53.930Z Compiling version_check v0.9.5
3112026-04-01T13:08:54.023Z Documenting managed v0.8.0
3122026-04-01T13:08:54.101Z Checking unicode-width v0.2.2
3132026-04-01T13:08:54.225Z Checking ipnetwork v0.21.1
3142026-04-01T13:08:54.318Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3152026-04-01T13:08:54.343Z Checking ingot-types v0.1.2
3162026-04-01T13:08:54.350Z Compiling darling v0.23.0
3172026-04-01T13:08:54.396Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3182026-04-01T13:08:54.421Z Documenting ref-cast-impl v1.0.25
3192026-04-01T13:08:54.491Z Documenting postcard v1.1.3
3202026-04-01T13:08:54.560Z Documenting either v1.15.0
3212026-04-01T13:08:54.683Z Checking ingot v0.1.1
3222026-04-01T13:08:54.710Z Documenting unicode-width v0.2.2
3232026-04-01T13:08:54.836Z Documenting ingot-types v0.1.2
3242026-04-01T13:08:54.849Z Documenting smoltcp v0.11.0
3252026-04-01T13:08:55.122Z Documenting ipnetwork v0.21.1
3262026-04-01T13:08:55.327Z Documenting itertools v0.14.0
3272026-04-01T13:08:55.577Z Documenting ref-cast v1.0.25
3282026-04-01T13:08:55.816Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3292026-04-01T13:08:56.032Z Documenting tabwriter v1.4.1
3302026-04-01T13:08:56.181Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-04-01T13:08:56.338Z Documenting ingot v0.1.1
3322026-04-01T13:08:56.589Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3332026-04-01T13:08:56.921Z Checking tabwriter v1.4.1
3342026-04-01T13:08:57.141Z Documenting crc32fast v1.5.0
3352026-04-01T13:08:57.242Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-04-01T13:08:57.275Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-04-01T13:08:57.605Z Checking dyn-clone v1.0.20
3382026-04-01T13:08:57.701Z Documenting dyn-clone v1.0.20
3392026-04-01T13:08:58.808Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-04-01T13:08:59.950Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-04-01T13:09:02.155Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.72s
3422026-04-01T13:09:02.240Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-04-01T13:09:02.259Z
3442026-04-01T13:09:02.259Zreal 24.815053295
3452026-04-01T13:09:02.259Zuser 1:15.388604835
3462026-04-01T13:09:02.259Zsys 15.960813443
3472026-04-01T13:09:02.263Ztrap 0.045699143
3482026-04-01T13:09:02.263Ztflt 0.122985881
3492026-04-01T13:09:02.263Zdflt 0.058796102
3502026-04-01T13:09:02.263Zkflt 0.008475052
3512026-04-01T13:09:02.263Zlock 6:41.579684775
3522026-04-01T13:09:02.264Zslp 4:14.336117406
3532026-04-01T13:09:02.264Zlat 9.618697563
3542026-04-01T13:09:02.264Zstop 9.690349095
3552026-04-01T13:09:02.264Z+ header 'analyze std + api'
3562026-04-01T13:09:02.264Z+ echo '# ==== analyze std + api ==== #'
3572026-04-01T13:09:02.264Z# ==== analyze std + api ==== #
3582026-04-01T13:09:02.264Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-04-01T13:09:02.492Z Compiling proc-macro2 v1.0.106
3602026-04-01T13:09:02.492Z Compiling quote v1.0.45
3612026-04-01T13:09:02.492Z Compiling unicode-ident v1.0.24
3622026-04-01T13:09:02.492Z Compiling memchr v2.8.0
3632026-04-01T13:09:02.492Z Compiling thiserror v2.0.18
3642026-04-01T13:09:02.492Z Compiling zerocopy v0.8.47
3652026-04-01T13:09:02.492Z Compiling zmij v1.0.21
3662026-04-01T13:09:02.495Z Compiling serde_core v1.0.228
3672026-04-01T13:09:02.664Z Compiling libc v0.2.183
3682026-04-01T13:09:02.843Z Compiling ucd-trie v0.1.7
3692026-04-01T13:09:02.874Z Compiling strsim v0.11.1
3702026-04-01T13:09:02.877Z Compiling serde_json v1.0.149
3712026-04-01T13:09:02.877Z Compiling ident_case v1.0.1
3722026-04-01T13:09:02.984Z Compiling pest v2.8.6
3732026-04-01T13:09:03.096Z Compiling serde v1.0.228
3742026-04-01T13:09:03.301Z Compiling fnv v1.0.7
3752026-04-01T13:09:03.419Z Compiling aho-corasick v1.1.4
3762026-04-01T13:09:03.457Z Compiling regex-syntax v0.8.10
3772026-04-01T13:09:03.466Z Checking byteorder v1.5.0
3782026-04-01T13:09:03.657Z Compiling itoa v1.0.18
3792026-04-01T13:09:03.828Z Compiling syn v2.0.117
3802026-04-01T13:09:04.165Z Compiling pest_meta v2.8.6
3812026-04-01T13:09:04.365Z Compiling usdt-impl v0.6.0
3822026-04-01T13:09:04.457Z Compiling either v1.15.0
3832026-04-01T13:09:04.736Z Compiling itertools v0.14.0
3842026-04-01T13:09:04.836Z Compiling thread-id v5.1.0
3852026-04-01T13:09:04.895Z Compiling regex-automata v0.4.14
3862026-04-01T13:09:05.121Z Compiling heapless v0.8.0
3872026-04-01T13:09:05.195Z Checking log v0.4.29
3882026-04-01T13:09:05.339Z Checking plain v0.2.3
3892026-04-01T13:09:05.613Z Checking bitflags v2.11.0
3902026-04-01T13:09:05.662Z Checking hash32 v0.3.1
3912026-04-01T13:09:05.768Z Checking cfg-if v1.0.4
3922026-04-01T13:09:05.778Z Checking stable_deref_trait v1.2.1
3932026-04-01T13:09:05.822Z Checking macaddr v1.0.1
3942026-04-01T13:09:05.838Z Checking pretty-hex v0.4.2
3952026-04-01T13:09:05.945Z Compiling smoltcp v0.11.0
3962026-04-01T13:09:06.151Z Compiling version_check v0.9.5
3972026-04-01T13:09:06.180Z Checking managed v0.8.0
3982026-04-01T13:09:06.279Z Compiling pest_generator v2.8.6
3992026-04-01T13:09:06.318Z Compiling darling_core v0.21.3
4002026-04-01T13:09:06.355Z Compiling darling_core v0.23.0
4012026-04-01T13:09:06.428Z Compiling ref-cast v1.0.25
4022026-04-01T13:09:06.587Z Compiling regex v1.12.3
4032026-04-01T13:09:06.740Z Compiling crc32fast v1.5.0
4042026-04-01T13:09:06.885Z Checking bitflags v1.3.2
4052026-04-01T13:09:07.009Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4062026-04-01T13:09:07.059Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-04-01T13:09:07.257Z Checking memmap2 v0.9.10
4082026-04-01T13:09:07.345Z Checking unicode-width v0.2.2
4092026-04-01T13:09:07.439Z Checking ipnetwork v0.21.1
4102026-04-01T13:09:07.445Z Compiling thiserror-impl v2.0.18
4112026-04-01T13:09:07.579Z Compiling serde_derive v1.0.228
4122026-04-01T13:09:07.579Z Compiling zerocopy-derive v0.8.47
4132026-04-01T13:09:07.603Z Compiling pest_derive v2.8.6
4142026-04-01T13:09:07.998Z Compiling scroll_derive v0.13.1
4152026-04-01T13:09:08.105Z Compiling ref-cast-impl v1.0.25
4162026-04-01T13:09:08.128Z Checking tabwriter v1.4.1
4172026-04-01T13:09:08.392Z Compiling darling_macro v0.21.3
4182026-04-01T13:09:08.455Z Compiling darling_macro v0.23.0
4192026-04-01T13:09:08.763Z Checking cobs v0.3.0
4202026-04-01T13:09:08.793Z Compiling dtrace-parser v0.3.0
4212026-04-01T13:09:08.855Z Checking scroll v0.13.0
4222026-04-01T13:09:09.048Z Compiling darling v0.21.3
4232026-04-01T13:09:09.069Z Checking goblin v0.10.5
4242026-04-01T13:09:09.118Z Compiling ingot-macros v0.1.1
4252026-04-01T13:09:09.137Z Compiling darling v0.23.0
4262026-04-01T13:09:09.207Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4272026-04-01T13:09:09.400Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4282026-04-01T13:09:09.570Z Checking dyn-clone v1.0.20
4292026-04-01T13:09:10.570Z Checking postcard v1.1.3
4302026-04-01T13:09:10.587Z Compiling serde_tokenstream v0.2.3
4312026-04-01T13:09:11.617Z Checking dof v0.4.0
4322026-04-01T13:09:11.617Z Checking ingot-types v0.1.2
4332026-04-01T13:09:11.910Z Checking ingot v0.1.1
4342026-04-01T13:09:12.469Z Compiling usdt-macro v0.6.0
4352026-04-01T13:09:12.469Z Compiling usdt-attr-macro v0.6.0
4362026-04-01T13:09:13.145Z Checking usdt v0.6.0
4372026-04-01T13:09:13.308Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-04-01T13:09:21.358Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.04s
4392026-04-01T13:09:21.386Z
4402026-04-01T13:09:21.390Zreal 19.120809867
4412026-04-01T13:09:21.390Zuser 1:03.675725741
4422026-04-01T13:09:21.390Zsys 12.718149871
4432026-04-01T13:09:21.390Ztrap 0.032517220
4442026-04-01T13:09:21.390Ztflt 0.139007631
4452026-04-01T13:09:21.390Zdflt 0.170557244
4462026-04-01T13:09:21.390Zkflt 0.000013099
4472026-04-01T13:09:21.390Zlock 3:42.024645008
4482026-04-01T13:09:21.390Zslp 3:23.692426635
4492026-04-01T13:09:21.390Zlat 3.314303673
4502026-04-01T13:09:21.390Zstop 6.340207124
4512026-04-01T13:09:21.390Z+ header 'analyze no_std + engine + kernel'
4522026-04-01T13:09:21.390Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4532026-04-01T13:09:21.390Z# ==== analyze no_std + engine + kernel ==== #
4542026-04-01T13:09:21.390Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4552026-04-01T13:09:21.566Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-04-01T13:09:21.566Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4572026-04-01T13:09:21.570Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4582026-04-01T13:09:21.570Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-04-01T13:09:21.832Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4602026-04-01T13:09:25.962Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.53s
4612026-04-01T13:09:25.989Z
4622026-04-01T13:09:25.993Zreal 4.595693785
4632026-04-01T13:09:25.993Zuser 4.968745988
4642026-04-01T13:09:25.993Zsys 0.895010682
4652026-04-01T13:09:25.993Ztrap 0.000661352
4662026-04-01T13:09:25.993Ztflt 0.005542209
4672026-04-01T13:09:25.993Zdflt 0.001948513
4682026-04-01T13:09:25.993Zkflt 0.000000000
4692026-04-01T13:09:25.993Zlock 19.579316689
4702026-04-01T13:09:25.993Zslp 17.746570832
4712026-04-01T13:09:25.993Zlat 0.021038501
4722026-04-01T13:09:25.993Zstop 0.256804693
4732026-04-01T13:09:25.993Z+ header test
4742026-04-01T13:09:25.993Z+ echo '# ==== test ==== #'
4752026-04-01T13:09:25.993Z+ ptime -m cargo test
4762026-04-01T13:09:25.993Z# ==== test ==== #
4772026-04-01T13:09:26.137Z Compiling serde_core v1.0.228
4782026-04-01T13:09:26.157Z Compiling thiserror v2.0.18
4792026-04-01T13:09:26.160Z Compiling zerocopy v0.8.47
4802026-04-01T13:09:26.164Z Compiling byteorder v1.5.0
4812026-04-01T13:09:26.164Z Compiling memchr v2.8.0
4822026-04-01T13:09:26.167Z Compiling unicode-ident v1.0.24
4832026-04-01T13:09:26.170Z Compiling zmij v1.0.21
4842026-04-01T13:09:26.170Z Compiling libc v0.2.183
4852026-04-01T13:09:26.243Z Compiling scroll v0.13.0
4862026-04-01T13:09:26.290Z Compiling proc-macro2 v1.0.106
4872026-04-01T13:09:26.367Z Compiling plain v0.2.3
4882026-04-01T13:09:26.462Z Compiling itoa v1.0.18
4892026-04-01T13:09:26.502Z Compiling log v0.4.29
4902026-04-01T13:09:26.509Z Compiling ucd-trie v0.1.7
4912026-04-01T13:09:26.526Z Compiling hash32 v0.3.1
4922026-04-01T13:09:26.682Z Compiling goblin v0.10.5
4932026-04-01T13:09:26.709Z Compiling quote v1.0.45
4942026-04-01T13:09:26.713Z Compiling pest v2.8.6
4952026-04-01T13:09:27.203Z Compiling macaddr v1.0.1
4962026-04-01T13:09:27.363Z Compiling cfg-if v1.0.4
4972026-04-01T13:09:27.425Z Compiling stable_deref_trait v1.2.1
4982026-04-01T13:09:27.459Z Compiling pretty-hex v0.4.2
4992026-04-01T13:09:27.491Z Compiling heapless v0.8.0
5002026-04-01T13:09:27.596Z Compiling syn v2.0.117
5012026-04-01T13:09:27.732Z Compiling dtrace-parser v0.3.0
5022026-04-01T13:09:27.925Z Compiling serde v1.0.228
5032026-04-01T13:09:28.102Z Compiling bitflags v2.11.0
5042026-04-01T13:09:28.460Z Compiling serde_json v1.0.149
5052026-04-01T13:09:28.511Z Compiling thread-id v5.1.0
5062026-04-01T13:09:28.569Z Compiling cobs v0.3.0
5072026-04-01T13:09:28.583Z Compiling managed v0.8.0
5082026-04-01T13:09:28.812Z Compiling bitflags v1.3.2
5092026-04-01T13:09:28.867Z Compiling smoltcp v0.11.0
5102026-04-01T13:09:28.876Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-04-01T13:09:29.050Z Compiling ingot-types v0.1.2
5122026-04-01T13:09:29.112Z Compiling postcard v1.1.3
5132026-04-01T13:09:29.137Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5142026-04-01T13:09:29.447Z Compiling ingot v0.1.1
5152026-04-01T13:09:29.456Z Compiling memmap2 v0.9.10
5162026-04-01T13:09:29.724Z Compiling dof v0.4.0
5172026-04-01T13:09:29.738Z Compiling unicode-width v0.2.2
5182026-04-01T13:09:30.042Z Compiling either v1.15.0
5192026-04-01T13:09:30.243Z Compiling ipnetwork v0.21.1
5202026-04-01T13:09:30.767Z Compiling usdt-impl v0.6.0
5212026-04-01T13:09:31.231Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5222026-04-01T13:09:31.654Z Compiling usdt v0.6.0
5232026-04-01T13:09:31.673Z Compiling itertools v0.14.0
5242026-04-01T13:09:32.251Z Compiling tabwriter v1.4.1
5252026-04-01T13:09:32.670Z Compiling ref-cast v1.0.25
5262026-04-01T13:09:32.763Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5272026-04-01T13:09:33.154Z Compiling crc32fast v1.5.0
5282026-04-01T13:09:33.166Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292026-04-01T13:09:33.396Z Compiling dyn-clone v1.0.20
5302026-04-01T13:09:46.595Z Finished `test` profile [optimized + debuginfo] target(s) in 20.59s
5312026-04-01T13:09:46.609Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-4b21d6a2c00e2ba3)
5322026-04-01T13:09:46.613Z
5332026-04-01T13:09:46.613Zrunning 72 tests
5342026-04-01T13:09:46.613Ztest d_error::tests::name_truncation ... ok
5352026-04-01T13:09:46.613Ztest d_error::tests::name_and_data_storage ... ok
5362026-04-01T13:09:46.613Ztest ddi::mblk::test::chain_breaks_links ... ok
5372026-04-01T13:09:46.613Ztest ddi::mblk::test::chain_append_links ... ok
5382026-04-01T13:09:46.613Ztest ddi::mblk::test::chain_drain_complete ... ok
5392026-04-01T13:09:46.613Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5402026-04-01T13:09:46.613Ztest ddi::mblk::test::prefix_len ... ok
5412026-04-01T13:09:46.613Ztest ddi::mblk::test::expand_and_shrink ... ok
5422026-04-01T13:09:46.613Ztest ddi::mblk::test::read_seg ... ok
5432026-04-01T13:09:46.613Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5442026-04-01T13:09:46.613Ztest ddi::mblk::test::truncate ... ok
5452026-04-01T13:09:46.613Ztest ddi::mblk::test::uninitialized_packet ... ok
5462026-04-01T13:09:46.613Ztest ddi::mblk::test::wrap ... ok
5472026-04-01T13:09:46.613Ztest ddi::mblk::test::zero_byte_packet ... ok
5482026-04-01T13:09:46.613Ztest ddi::time::test::good_interval ... ok
5492026-04-01T13:09:46.613Ztest engine::dhcp::test::domainname_encode ... ok
5502026-04-01T13:09:46.613Ztest engine::dhcp::test::domain_search_option_encode ... ok
5512026-04-01T13:09:46.613Ztest engine::dhcp::test::hostname_encode ... ok
5522026-04-01T13:09:46.613Ztest engine::dhcp::test::rfc3442_encode ... ok
5532026-04-01T13:09:46.613Ztest engine::dhcpv6::options::test::test_client_id ... ok
5542026-04-01T13:09:46.613Ztest engine::dhcp::test::offlink_encode ... ok
5552026-04-01T13:09:46.613Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5562026-04-01T13:09:46.613Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5572026-04-01T13:09:46.613Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5582026-04-01T13:09:46.613Ztest engine::dhcpv6::options::test::test_iana ... ok
5592026-04-01T13:09:46.613Ztest engine::dhcpv6::options::test::test_iata ... ok
5602026-04-01T13:09:46.613Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5612026-04-01T13:09:46.617Ztest engine::dhcpv6::options::test::test_option_request ... ok
5622026-04-01T13:09:46.617Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5632026-04-01T13:09:46.617Ztest ddi::time::test::bad_interval - should panic ... ok
5642026-04-01T13:09:46.617Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5652026-04-01T13:09:46.618Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5662026-04-01T13:09:46.618Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5672026-04-01T13:09:46.618Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5682026-04-01T13:09:46.618Ztest engine::dhcpv6::options::test::test_server_id ... ok
5692026-04-01T13:09:46.618Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5702026-04-01T13:09:46.618Ztest engine::dhcpv6::options::test::test_status ... ok
5712026-04-01T13:09:46.618Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5722026-04-01T13:09:46.618Ztest engine::ether::test::emit ... ok
5732026-04-01T13:09:46.618Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5742026-04-01T13:09:46.618Ztest engine::ip::v4::test::cidr_match ... ok
5752026-04-01T13:09:46.618Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5762026-04-01T13:09:46.618Ztest engine::flow_table::test::flow_clear ... ok
5772026-04-01T13:09:46.618Ztest engine::geneve::test::emit_no_opts ... ok
5782026-04-01T13:09:46.618Ztest engine::geneve::test::emit_single_opt ... ok
5792026-04-01T13:09:46.618Ztest engine::ip::v4::test::emit ... ok
5802026-04-01T13:09:46.618Ztest engine::ip::v4::test::match_check ... ok
5812026-04-01T13:09:46.618Ztest engine::ip::v6::test::emit ... ok
5822026-04-01T13:09:46.618Ztest engine::flow_table::test::flow_expired ... ok
5832026-04-01T13:09:46.618Ztest engine::ip::v6::test::from_pairs ... ok
5842026-04-01T13:09:46.618Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5852026-04-01T13:09:46.619Ztest engine::ip::v6::test::extension_push_spec ... ok
5862026-04-01T13:09:46.619Ztest engine::ip::v6::test::option_push_spec ... ok
5872026-04-01T13:09:46.619Ztest engine::nat::test::nat4_rewrite ... ok
5882026-04-01T13:09:46.619Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5892026-04-01T13:09:46.619Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5902026-04-01T13:09:46.619Ztest engine::ip::v6::test::test_set_total_len ... ok
5912026-04-01T13:09:46.619Ztest engine::layer::test::find_rule ... ok
5922026-04-01T13:09:46.619Ztest engine::packet::test::read_single_segment ... ok
5932026-04-01T13:09:46.619Ztest engine::packet::test::straddled_tcp ... ok
5942026-04-01T13:09:46.619Ztest engine::packet::test::read_multi_segment ... ok
5952026-04-01T13:09:46.619Ztest engine::packet::test::small_packet_with_padding ... ok
5962026-04-01T13:09:46.619Ztest engine::rule::rule_matching ... ok
5972026-04-01T13:09:46.619Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5982026-04-01T13:09:46.619Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5992026-04-01T13:09:46.619Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
6002026-04-01T13:09:46.619Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
6012026-04-01T13:09:46.619Ztest engine::packet::test::udp6_packet_with_padding ... ok
6022026-04-01T13:09:46.619Ztest engine::snat::test::nat_mappings ... ok
6032026-04-01T13:09:46.619Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6042026-04-01T13:09:46.619Ztest engine::ip::v6::test::push_spec ... ok
6052026-04-01T13:09:46.619Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6062026-04-01T13:09:46.619Z
6072026-04-01T13:09:46.619Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-04-01T13:09:46.619Z
6092026-04-01T13:09:46.619Z Doc-tests opte
6102026-04-01T13:09:48.526Z
6112026-04-01T13:09:48.526Zrunning 3 tests
6122026-04-01T13:09:48.529Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6132026-04-01T13:09:48.529Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6142026-04-01T13:09:48.529Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6152026-04-01T13:09:48.529Z
6162026-04-01T13:09:48.530Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6172026-04-01T13:09:48.530Z
6182026-04-01T13:09:48.535Zall doctests ran in 1.34s; merged doctests compilation took 1.33s
6192026-04-01T13:09:48.574Z
6202026-04-01T13:09:48.574Zreal 22.573325556
6212026-04-01T13:09:48.574Zuser 1:56.308015097
6222026-04-01T13:09:48.574Zsys 6.881236002
6232026-04-01T13:09:48.574Ztrap 0.055780890
6242026-04-01T13:09:48.574Ztflt 0.147219066
6252026-04-01T13:09:48.574Zdflt 0.330581714
6262026-04-01T13:09:48.574Zkflt 0.000008207
6272026-04-01T13:09:48.574Zlock 5:46.013233441
6282026-04-01T13:09:48.574Zslp 3:36.637947154
6292026-04-01T13:09:48.574Zlat 5.428042514
6302026-04-01T13:09:48.574Zstop 2.631661827
6312026-04-01T13:09:48.578Zprocess exited: duration 85394 ms, exit code 0
 
6322026-04-01T13:09:48.584Zfound 0 output files