01KN4Q1ZAA242J2RHQDDKGG0PR: opte

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

Buildomat Job: 01KN4Q29P9T63WVJXV05CRKBYK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T14:32:52.617Zjob assigned to worker 01KN4QAP2WV75KFBB8AMZFYGFR [factory aws, i-022c9cf1eceb331f3] (queued for 5 m 27 s)
 
22026-04-01T14:32:59.714Zstarting task 0: "setup"
32026-04-01T14:32:59.718Z++ uname -s
42026-04-01T14:32:59.721Z+ kern=SunOS
52026-04-01T14:32:59.721Z+ build_user=build
62026-04-01T14:32:59.721Z+ build_uid=12345
72026-04-01T14:32:59.721Z+ work_dir=/work
82026-04-01T14:32:59.721Z+ input_dir=/input
92026-04-01T14:32:59.721Z+ [[ 0 == 12345 ]]
102026-04-01T14:32:59.721Z+ case "$kern" in
112026-04-01T14:32:59.721Z+ groupadd -g 12345 build
122026-04-01T14:32:59.721Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T14:33:01.726Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T14:33:01.849Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T14:33:01.853Z+ home_fs=zfs
162026-04-01T14:33:01.853Z+ [[ zfs == autofs ]]
172026-04-01T14:33:01.853Z+ mkdir -p /home/build
182026-04-01T14:33:01.853Z+ chown build:build /home/build /work
192026-04-01T14:33:03.854Z+ chmod 0700 /home/build /work
202026-04-01T14:33:03.857Zprocess exited: duration 4142 ms, exit code 0
 
212026-04-01T14:33:03.863Zstarting task 1: "rust-toolchain"
222026-04-01T14:33:03.867Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-01T14:33:03.867Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-01T14:33:03.867Z * rust toolchain channel = "1.94.1"
252026-04-01T14:33:03.867Z * rust toolchain profile = "default"
262026-04-01T14:33:03.870Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T14:33:03.870Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T14:33:03.870Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T14:33:03.870Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-01T14:33:03.987Zinfo: downloading installer
312026-04-01T14:33:05.604Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T14:33:05.604Zwarn: /opt/ooce/bin
332026-04-01T14:33:05.604Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T14:33:05.604Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T14:33:05.604Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T14:33:05.604Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T14:33:05.604Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T14:33:05.604Zerror: cannot install while Rust is installed
392026-04-01T14:33:05.604Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T14:33:05.604Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T14:33:05.604Zwarn: /home/build/.rustup/settings.toml
422026-04-01T14:33:05.604Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T14:33:05.604Zwarn: instead of the one inferred from the default host triple.
442026-04-01T14:33:05.627Zinfo: profile set to default
452026-04-01T14:33:05.627Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T14:33:05.630Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-01T14:33:05.786Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-01T14:33:05.789Zinfo: downloading 6 components
492026-04-01T14:33:21.679Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-01T14:33:21.679Z
512026-04-01T14:33:21.706Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-01T14:33:21.706Z
532026-04-01T14:33:21.706Z
542026-04-01T14:33:21.706ZRust is installed now. Great!
552026-04-01T14:33:21.706Z
562026-04-01T14:33:21.709ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T14:33:21.709Zenvironment variable. This has not been done automatically.
582026-04-01T14:33:21.709Z
592026-04-01T14:33:21.709ZTo configure your current shell, you need to source
602026-04-01T14:33:21.709Zthe corresponding env file under $HOME/.cargo.
612026-04-01T14:33:21.709Z
622026-04-01T14:33:21.709ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T14:33:21.709Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T14:33:21.709Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T14:33:21.709Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T14:33:21.709Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T14:33:21.709Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T14:33:21.709Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T14:33:21.709Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T14:33:21.709Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T14:33:21.800Z+ rustup --version
722026-04-01T14:33:21.808Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T14:33:21.811Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T14:33:21.829Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-01T14:33:21.832Z+ cargo --version
762026-04-01T14:33:21.844Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-01T14:33:21.847Z+ rustc --version
782026-04-01T14:33:21.866Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-01T14:33:21.869Zprocess exited: duration 18003 ms, exit code 0
 
802026-04-01T14:33:21.875Zstarting task 2: "authentication"
812026-04-01T14:33:21.891Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T14:33:21.897Zstarting task 3: "clone repository"
832026-04-01T14:33:21.900Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T14:33:21.903Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T14:33:22.108ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T14:33:23.070Z+ cd /work/oxidecomputer/opte
872026-04-01T14:33:23.070Z+ git fetch origin 405ae574a05cc2ef6b87cba638f705991d049001
882026-04-01T14:33:23.318ZFrom https://github.com/oxidecomputer/opte
892026-04-01T14:33:23.318Z * branch 405ae574a05cc2ef6b87cba638f705991d049001 -> FETCH_HEAD
902026-04-01T14:33:23.323Z+ [[ -n '' ]]
912026-04-01T14:33:23.323Z+ git reset --hard 405ae574a05cc2ef6b87cba638f705991d049001
922026-04-01T14:33:23.339ZHEAD is now at 405ae57 Merge branch 'master' into renovate/rand
932026-04-01T14:33:23.342Zprocess exited: duration 1443 ms, exit code 0
 
942026-04-01T14:33:23.348Zstarting task 4: "build"
952026-04-01T14:33:23.351Z+ source .github/buildomat/common.sh
962026-04-01T14:33:23.351Z++ rustup show active-toolchain
972026-04-01T14:33:23.357Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-01T14:33:23.360Z++ pushd xde
992026-04-01T14:33:23.360Z++ rustup show active-toolchain
1002026-04-01T14:33:23.360Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1012026-04-01T14:33:23.363Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-01T14:33:23.510Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-01T14:33:23.513Zinfo: downloading 6 components
1042026-04-01T14:33:38.715Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-01T14:33:38.798Z+++ rustup show active-toolchain -v
1062026-04-01T14:33:38.801Z+++ head -n 1
1072026-04-01T14:33:38.801Z+++ cut '-d ' -f1
1082026-04-01T14:33:38.853Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-01T14:33:38.853Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-01T14:33:38.853Z++ popd
1112026-04-01T14:33:38.853Z/work/oxidecomputer/opte
1122026-04-01T14:33:38.856Z+ cargo --version
1132026-04-01T14:33:38.862Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-01T14:33:38.865Z+ rustc --version
1152026-04-01T14:33:38.884Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-01T14:33:38.887Z+ cd lib/opte
1172026-04-01T14:33:38.887Z+ header 'check style'
1182026-04-01T14:33:38.887Z+ echo '# ==== check style ==== #'
1192026-04-01T14:33:38.887Z# ==== check style ==== #
1202026-04-01T14:33:38.887Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1212026-04-01T14:33:39.066Z
1222026-04-01T14:33:39.066Zreal 0.176720670
1232026-04-01T14:33:39.066Zuser 0.134668286
1242026-04-01T14:33:39.066Zsys 0.035604647
1252026-04-01T14:33:39.066Ztrap 0.000059294
1262026-04-01T14:33:39.066Ztflt 0.000015986
1272026-04-01T14:33:39.069Zdflt 0.000003929
1282026-04-01T14:33:39.069Zkflt 0.000000000
1292026-04-01T14:33:39.069Zlock 0.030833292
1302026-04-01T14:33:39.069Zslp 0.156648069
1312026-04-01T14:33:39.070Zlat 0.000754500
1322026-04-01T14:33:39.070Zstop 0.000099406
1332026-04-01T14:33:39.070Z+ header 'check docs'
1342026-04-01T14:33:39.070Z+ echo '# ==== check docs ==== #'
1352026-04-01T14:33:39.070Z# ==== check docs ==== #
1362026-04-01T14:33:39.070Z+ RUSTDOCFLAGS='-D warnings'
1372026-04-01T14:33:39.070Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1382026-04-01T14:33:39.137Z Updating crates.io index
1392026-04-01T14:33:39.170Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-04-01T14:33:40.174Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-04-01T14:33:40.477Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-04-01T14:33:40.879Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-04-01T14:33:41.369Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-04-01T14:33:41.698Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-04-01T14:33:42.804Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-04-01T14:33:45.014Z Downloading crates ...
1472026-04-01T14:33:45.062Z Downloaded crypto-common v0.1.7
1482026-04-01T14:33:45.070Z Downloaded bitflags v1.3.2
1492026-04-01T14:33:45.075Z Downloaded darling v0.23.0
1502026-04-01T14:33:45.080Z Downloaded macaddr v1.0.1
1512026-04-01T14:33:45.083Z Downloaded dtrace-parser v0.3.0
1522026-04-01T14:33:45.086Z Downloaded fnv v1.0.7
1532026-04-01T14:33:45.089Z Downloaded itoa v1.0.18
1542026-04-01T14:33:45.089Z Downloaded cobs v0.3.0
1552026-04-01T14:33:45.092Z Downloaded darling_core v0.21.3
1562026-04-01T14:33:45.094Z Downloaded darling v0.21.3
1572026-04-01T14:33:45.094Z Downloaded crc32fast v1.5.0
1582026-04-01T14:33:45.097Z Downloaded darling_macro v0.23.0
1592026-04-01T14:33:45.106Z Downloaded ident_case v1.0.1
1602026-04-01T14:33:45.110Z Downloaded thread-id v5.1.0
1612026-04-01T14:33:45.110Z Downloaded defmt-parser v1.0.0
1622026-04-01T14:33:45.112Z Downloaded cpufeatures v0.2.17
1632026-04-01T14:33:45.112Z Downloaded usdt-macro v0.6.0
1642026-04-01T14:33:45.116Z Downloaded generic-array v0.14.7
1652026-04-01T14:33:45.119Z Downloaded defmt v0.3.100
1662026-04-01T14:33:45.119Z Downloaded ref-cast-impl v1.0.25
1672026-04-01T14:33:45.120Z Downloaded plain v0.2.3
1682026-04-01T14:33:45.122Z Downloaded version_check v0.9.5
1692026-04-01T14:33:45.126Z Downloaded cfg-if v1.0.4
1702026-04-01T14:33:45.129Z Downloaded scroll_derive v0.13.1
1712026-04-01T14:33:45.129Z Downloaded usdt-attr-macro v0.6.0
1722026-04-01T14:33:45.132Z Downloaded darling_macro v0.21.3
1732026-04-01T14:33:45.135Z Downloaded tabwriter v1.4.1
1742026-04-01T14:33:45.138Z Downloaded dyn-clone v1.0.20
1752026-04-01T14:33:45.138Z Downloaded block-buffer v0.10.4
1762026-04-01T14:33:45.145Z Downloaded ingot-types v0.1.2
1772026-04-01T14:33:45.149Z Downloaded digest v0.10.7
1782026-04-01T14:33:45.152Z Downloaded defmt v1.0.1
1792026-04-01T14:33:45.158Z Downloaded managed v0.8.0
1802026-04-01T14:33:45.162Z Downloaded embedded-io v0.4.0
1812026-04-01T14:33:45.166Z Downloaded strsim v0.11.1
1822026-04-01T14:33:45.169Z Downloaded dof v0.4.0
1832026-04-01T14:33:45.169Z Downloaded usdt v0.6.0
1842026-04-01T14:33:45.169Z Downloaded hash32 v0.3.1
1852026-04-01T14:33:45.169Z Downloaded stable_deref_trait v1.2.1
1862026-04-01T14:33:45.176Z Downloaded pretty-hex v0.4.2
1872026-04-01T14:33:45.179Z Downloaded ref-cast v1.0.25
1882026-04-01T14:33:45.179Z Downloaded proc-macro-error-attr2 v2.0.0
1892026-04-01T14:33:45.182Z Downloaded ingot v0.1.1
1902026-04-01T14:33:45.185Z Downloaded either v1.15.0
1912026-04-01T14:33:45.188Z Downloaded serde_tokenstream v0.2.3
1922026-04-01T14:33:45.191Z Downloaded embedded-io v0.6.1
1932026-04-01T14:33:45.197Z Downloaded sha2 v0.10.9
1942026-04-01T14:33:45.200Z Downloaded pest_generator v2.8.6
1952026-04-01T14:33:45.200Z Downloaded bitflags v2.11.0
1962026-04-01T14:33:45.203Z Downloaded memmap2 v0.9.10
1972026-04-01T14:33:45.203Z Downloaded ingot-macros v0.1.1
1982026-04-01T14:33:45.206Z Downloaded ipnetwork v0.21.1
1992026-04-01T14:33:45.209Z Downloaded thiserror-impl v2.0.18
2002026-04-01T14:33:45.214Z Downloaded thiserror v2.0.18
2012026-04-01T14:33:45.217Z Downloaded zmij v1.0.21
2022026-04-01T14:33:45.220Z Downloaded quote v1.0.45
2032026-04-01T14:33:45.224Z Downloaded pest_derive v2.8.6
2042026-04-01T14:33:45.229Z Downloaded scroll v0.13.0
2052026-04-01T14:33:45.232Z Downloaded defmt-macros v1.0.1
2062026-04-01T14:33:45.237Z Downloaded proc-macro-error2 v2.0.1
2072026-04-01T14:33:45.240Z Downloaded postcard v1.1.3
2082026-04-01T14:33:45.243Z Downloaded log v0.4.29
2092026-04-01T14:33:45.246Z Downloaded pest_meta v2.8.6
2102026-04-01T14:33:45.250Z Downloaded usdt-impl v0.6.0
2112026-04-01T14:33:45.266Z Downloaded serde_derive v1.0.228
2122026-04-01T14:33:45.269Z Downloaded unicode-ident v1.0.24
2132026-04-01T14:33:45.272Z Downloaded darling_core v0.23.0
2142026-04-01T14:33:45.275Z Downloaded proc-macro2 v1.0.106
2152026-04-01T14:33:45.278Z Downloaded serde_core v1.0.228
2162026-04-01T14:33:45.281Z Downloaded ucd-trie v0.1.7
2172026-04-01T14:33:45.281Z Downloaded byteorder v1.5.0
2182026-04-01T14:33:45.281Z Downloaded heapless v0.8.0
2192026-04-01T14:33:45.306Z Downloaded typenum v1.19.0
2202026-04-01T14:33:45.319Z Downloaded zerocopy-derive v0.8.48
2212026-04-01T14:33:45.329Z Downloaded memchr v2.8.0
2222026-04-01T14:33:45.335Z Downloaded serde v1.0.228
2232026-04-01T14:33:45.361Z Downloaded pest v2.8.6
2242026-04-01T14:33:45.385Z Downloaded itertools v0.14.0
2252026-04-01T14:33:45.390Z Downloaded serde_json v1.0.149
2262026-04-01T14:33:45.394Z Downloaded regex v1.12.3
2272026-04-01T14:33:45.404Z Downloaded aho-corasick v1.1.4
2282026-04-01T14:33:45.458Z Downloaded unicode-width v0.2.2
2292026-04-01T14:33:45.468Z Downloaded zerocopy v0.8.48
2302026-04-01T14:33:45.478Z Downloaded goblin v0.10.5
2312026-04-01T14:33:45.482Z Downloaded syn v2.0.117
2322026-04-01T14:33:45.487Z Downloaded smoltcp v0.11.0
2332026-04-01T14:33:45.498Z Downloaded regex-syntax v0.8.10
2342026-04-01T14:33:45.548Z Downloaded regex-automata v0.4.14
2352026-04-01T14:33:45.556Z Downloaded libc v0.2.184
2362026-04-01T14:33:45.614Z Compiling proc-macro2 v1.0.106
2372026-04-01T14:33:45.614Z Compiling quote v1.0.45
2382026-04-01T14:33:45.617Z Compiling unicode-ident v1.0.24
2392026-04-01T14:33:45.617Z Documenting unicode-ident v1.0.24
2402026-04-01T14:33:45.617Z Compiling strsim v0.11.1
2412026-04-01T14:33:45.617Z Compiling ident_case v1.0.1
2422026-04-01T14:33:45.617Z Compiling serde_core v1.0.228
2432026-04-01T14:33:45.766Z Compiling fnv v1.0.7
2442026-04-01T14:33:45.788Z Compiling memchr v2.8.0
2452026-04-01T14:33:45.940Z Compiling zerocopy v0.8.48
2462026-04-01T14:33:45.946Z Compiling regex-syntax v0.8.10
2472026-04-01T14:33:45.988Z Compiling thiserror v2.0.18
2482026-04-01T14:33:46.136Z Compiling serde v1.0.228
2492026-04-01T14:33:46.301Z Compiling aho-corasick v1.1.4
2502026-04-01T14:33:46.712Z Checking byteorder v1.5.0
2512026-04-01T14:33:46.802Z Documenting proc-macro2 v1.0.106
2522026-04-01T14:33:47.299Z Checking syn v2.0.117
2532026-04-01T14:33:47.344Z Documenting quote v1.0.45
2542026-04-01T14:33:47.350Z Compiling regex-automata v0.4.14
2552026-04-01T14:33:47.636Z Compiling either v1.15.0
2562026-04-01T14:33:47.828Z Documenting syn v2.0.117
2572026-04-01T14:33:47.828Z Compiling itertools v0.14.0
2582026-04-01T14:33:47.907Z Documenting memchr v2.8.0
2592026-04-01T14:33:48.088Z Compiling heapless v0.8.0
2602026-04-01T14:33:48.521Z Documenting aho-corasick v1.1.4
2612026-04-01T14:33:48.545Z Checking bitflags v2.11.0
2622026-04-01T14:33:48.698Z Checking hash32 v0.3.1
2632026-04-01T14:33:48.808Z Documenting serde_core v1.0.228
2642026-04-01T14:33:49.079Z Compiling regex v1.12.3
2652026-04-01T14:33:49.261Z Documenting regex-syntax v0.8.10
2662026-04-01T14:33:49.312Z Checking macaddr v1.0.1
2672026-04-01T14:33:49.457Z Checking cfg-if v1.0.4
2682026-04-01T14:33:49.513Z Checking stable_deref_trait v1.2.1
2692026-04-01T14:33:49.572Z Checking darling_core v0.21.3
2702026-04-01T14:33:49.579Z Compiling smoltcp v0.11.0
2712026-04-01T14:33:49.848Z Documenting zerocopy-derive v0.8.48
2722026-04-01T14:33:49.926Z Compiling darling_core v0.23.0
2732026-04-01T14:33:50.278Z Documenting regex-automata v0.4.14
2742026-04-01T14:33:50.487Z Documenting serde_derive v1.0.228
2752026-04-01T14:33:50.508Z Documenting thiserror-impl v2.0.18
2762026-04-01T14:33:50.989Z Documenting byteorder v1.5.0
2772026-04-01T14:33:51.057Z Checking bitflags v1.3.2
2782026-04-01T14:33:51.077Z Compiling serde_derive v1.0.228
2792026-04-01T14:33:51.125Z Compiling zerocopy-derive v0.8.48
2802026-04-01T14:33:51.262Z Compiling thiserror-impl v2.0.18
2812026-04-01T14:33:51.605Z Documenting regex v1.12.3
2822026-04-01T14:33:51.636Z Checking managed v0.8.0
2832026-04-01T14:33:51.815Z Documenting hash32 v0.3.1
2842026-04-01T14:33:51.815Z Documenting bitflags v2.11.0
2852026-04-01T14:33:51.970Z Compiling darling_macro v0.21.3
2862026-04-01T14:33:51.976Z Compiling darling_macro v0.23.0
2872026-04-01T14:33:52.315Z Documenting cfg-if v1.0.4
2882026-04-01T14:33:52.597Z Documenting zerocopy v0.8.48
2892026-04-01T14:33:52.612Z Documenting thiserror v2.0.18
2902026-04-01T14:33:52.618Z Compiling darling v0.21.3
2912026-04-01T14:33:52.648Z Checking cobs v0.3.0
2922026-04-01T14:33:52.685Z Compiling ingot-macros v0.1.1
2932026-04-01T14:33:52.746Z Documenting ingot-macros v0.1.1
2942026-04-01T14:33:52.772Z Compiling crc32fast v1.5.0
2952026-04-01T14:33:52.830Z Compiling ref-cast v1.0.25
2962026-04-01T14:33:53.064Z Documenting stable_deref_trait v1.2.1
2972026-04-01T14:33:53.119Z Documenting macaddr v1.0.1
2982026-04-01T14:33:53.191Z Documenting cobs v0.3.0
2992026-04-01T14:33:53.576Z Documenting heapless v0.8.0
3002026-04-01T14:33:53.791Z Documenting serde v1.0.228
3012026-04-01T14:33:54.130Z Compiling ref-cast-impl v1.0.25
3022026-04-01T14:33:54.162Z Checking postcard v1.1.3
3032026-04-01T14:33:54.443Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-04-01T14:33:54.748Z Documenting managed v0.8.0
3052026-04-01T14:33:54.860Z Checking unicode-width v0.2.2
3062026-04-01T14:33:55.103Z Compiling version_check v0.9.5
3072026-04-01T14:33:55.114Z Checking ipnetwork v0.21.1
3082026-04-01T14:33:55.244Z Documenting postcard v1.1.3
3092026-04-01T14:33:55.282Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-04-01T14:33:55.321Z Checking darling v0.23.0
3112026-04-01T14:33:55.370Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3122026-04-01T14:33:55.388Z Documenting ref-cast-impl v1.0.25
3132026-04-01T14:33:55.415Z Documenting unicode-width v0.2.2
3142026-04-01T14:33:55.424Z Checking ingot-types v0.1.2
3152026-04-01T14:33:55.608Z Documenting ipnetwork v0.21.1
3162026-04-01T14:33:55.611Z Documenting ingot-types v0.1.2
3172026-04-01T14:33:55.620Z Documenting smoltcp v0.11.0
3182026-04-01T14:33:55.792Z Checking ingot v0.1.1
3192026-04-01T14:33:56.017Z Documenting either v1.15.0
3202026-04-01T14:33:56.290Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3212026-04-01T14:33:56.459Z Documenting tabwriter v1.4.1
3222026-04-01T14:33:56.686Z Documenting ref-cast v1.0.25
3232026-04-01T14:33:56.933Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3242026-04-01T14:33:56.955Z Checking tabwriter v1.4.1
3252026-04-01T14:33:57.217Z Documenting ingot v0.1.1
3262026-04-01T14:33:57.259Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-04-01T14:33:57.417Z Documenting itertools v0.14.0
3282026-04-01T14:33:57.804Z Documenting crc32fast v1.5.0
3292026-04-01T14:33:58.003Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-04-01T14:33:58.022Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-04-01T14:33:58.102Z Checking dyn-clone v1.0.20
3322026-04-01T14:33:58.198Z Documenting dyn-clone v1.0.20
3332026-04-01T14:33:59.645Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3342026-04-01T14:34:00.775Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3352026-04-01T14:34:02.965Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.88s
3362026-04-01T14:34:03.047Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3372026-04-01T14:34:03.065Z
3382026-04-01T14:34:03.068Zreal 23.979248649
3392026-04-01T14:34:03.068Zuser 1:15.124605409
3402026-04-01T14:34:03.068Zsys 15.672083871
3412026-04-01T14:34:03.068Ztrap 0.046699397
3422026-04-01T14:34:03.068Ztflt 0.238308328
3432026-04-01T14:34:03.068Zdflt 1.139112814
3442026-04-01T14:34:03.068Zkflt 0.009435987
3452026-04-01T14:34:03.068Zlock 6:46.189678396
3462026-04-01T14:34:03.068Zslp 4:27.853006596
3472026-04-01T14:34:03.068Zlat 7.183395515
3482026-04-01T14:34:03.068Zstop 8.909329624
3492026-04-01T14:34:03.069Z+ header 'analyze std + api'
3502026-04-01T14:34:03.069Z+ echo '# ==== analyze std + api ==== #'
3512026-04-01T14:34:03.069Z# ==== analyze std + api ==== #
3522026-04-01T14:34:03.069Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3532026-04-01T14:34:03.300Z Compiling proc-macro2 v1.0.106
3542026-04-01T14:34:03.300Z Compiling quote v1.0.45
3552026-04-01T14:34:03.300Z Compiling unicode-ident v1.0.24
3562026-04-01T14:34:03.303Z Compiling memchr v2.8.0
3572026-04-01T14:34:03.303Z Compiling thiserror v2.0.18
3582026-04-01T14:34:03.303Z Compiling zerocopy v0.8.48
3592026-04-01T14:34:03.303Z Compiling zmij v1.0.21
3602026-04-01T14:34:03.303Z Compiling libc v0.2.184
3612026-04-01T14:34:03.483Z Compiling serde_core v1.0.228
3622026-04-01T14:34:03.648Z Compiling ucd-trie v0.1.7
3632026-04-01T14:34:03.680Z Compiling ident_case v1.0.1
3642026-04-01T14:34:03.686Z Compiling strsim v0.11.1
3652026-04-01T14:34:03.715Z Compiling serde_json v1.0.149
3662026-04-01T14:34:03.793Z Compiling pest v2.8.6
3672026-04-01T14:34:03.919Z Compiling serde v1.0.228
3682026-04-01T14:34:04.093Z Compiling fnv v1.0.7
3692026-04-01T14:34:04.207Z Compiling aho-corasick v1.1.4
3702026-04-01T14:34:04.278Z Compiling regex-syntax v0.8.10
3712026-04-01T14:34:04.297Z Checking byteorder v1.5.0
3722026-04-01T14:34:04.486Z Compiling itoa v1.0.18
3732026-04-01T14:34:04.649Z Compiling syn v2.0.117
3742026-04-01T14:34:04.915Z Compiling pest_meta v2.8.6
3752026-04-01T14:34:05.136Z Compiling either v1.15.0
3762026-04-01T14:34:05.307Z Compiling usdt-impl v0.6.0
3772026-04-01T14:34:05.329Z Compiling itertools v0.14.0
3782026-04-01T14:34:05.634Z Compiling thread-id v5.1.0
3792026-04-01T14:34:05.743Z Compiling regex-automata v0.4.14
3802026-04-01T14:34:05.895Z Checking log v0.4.29
3812026-04-01T14:34:06.173Z Checking plain v0.2.3
3822026-04-01T14:34:06.198Z Compiling heapless v0.8.0
3832026-04-01T14:34:06.463Z Checking bitflags v2.11.0
3842026-04-01T14:34:06.540Z Checking hash32 v0.3.1
3852026-04-01T14:34:06.622Z Checking cfg-if v1.0.4
3862026-04-01T14:34:06.642Z Checking macaddr v1.0.1
3872026-04-01T14:34:06.646Z Checking stable_deref_trait v1.2.1
3882026-04-01T14:34:06.674Z Compiling smoltcp v0.11.0
3892026-04-01T14:34:06.705Z Checking pretty-hex v0.4.2
3902026-04-01T14:34:06.888Z Checking bitflags v1.3.2
3912026-04-01T14:34:06.943Z Compiling version_check v0.9.5
3922026-04-01T14:34:06.946Z Checking managed v0.8.0
3932026-04-01T14:34:06.998Z Compiling crc32fast v1.5.0
3942026-04-01T14:34:07.113Z Compiling pest_generator v2.8.6
3952026-04-01T14:34:07.140Z Compiling darling_core v0.21.3
3962026-04-01T14:34:07.209Z Compiling darling_core v0.23.0
3972026-04-01T14:34:07.263Z Compiling ref-cast v1.0.25
3982026-04-01T14:34:07.303Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3992026-04-01T14:34:07.547Z Compiling regex v1.12.3
4002026-04-01T14:34:07.726Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4012026-04-01T14:34:07.936Z Checking memmap2 v0.9.10
4022026-04-01T14:34:08.091Z Checking unicode-width v0.2.2
4032026-04-01T14:34:08.179Z Checking ipnetwork v0.21.1
4042026-04-01T14:34:08.239Z Compiling thiserror-impl v2.0.18
4052026-04-01T14:34:08.266Z Compiling serde_derive v1.0.228
4062026-04-01T14:34:08.329Z Compiling zerocopy-derive v0.8.48
4072026-04-01T14:34:08.343Z Compiling pest_derive v2.8.6
4082026-04-01T14:34:08.823Z Compiling scroll_derive v0.13.1
4092026-04-01T14:34:08.827Z Compiling ref-cast-impl v1.0.25
4102026-04-01T14:34:08.875Z Checking tabwriter v1.4.1
4112026-04-01T14:34:09.016Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4122026-04-01T14:34:09.227Z Compiling darling_macro v0.21.3
4132026-04-01T14:34:09.320Z Compiling darling_macro v0.23.0
4142026-04-01T14:34:09.606Z Checking dtrace-parser v0.3.0
4152026-04-01T14:34:09.620Z Checking scroll v0.13.0
4162026-04-01T14:34:09.833Z Compiling darling v0.21.3
4172026-04-01T14:34:09.836Z Checking goblin v0.10.5
4182026-04-01T14:34:09.851Z Checking cobs v0.3.0
4192026-04-01T14:34:09.902Z Compiling ingot-macros v0.1.1
4202026-04-01T14:34:09.987Z Compiling darling v0.23.0
4212026-04-01T14:34:10.058Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4222026-04-01T14:34:10.445Z Checking dyn-clone v1.0.20
4232026-04-01T14:34:11.328Z Checking postcard v1.1.3
4242026-04-01T14:34:11.343Z Compiling serde_tokenstream v0.2.3
4252026-04-01T14:34:12.367Z Checking ingot-types v0.1.2
4262026-04-01T14:34:12.367Z Checking dof v0.4.0
4272026-04-01T14:34:12.663Z Checking ingot v0.1.1
4282026-04-01T14:34:13.236Z Compiling usdt-attr-macro v0.6.0
4292026-04-01T14:34:13.236Z Compiling usdt-macro v0.6.0
4302026-04-01T14:34:13.839Z Checking usdt v0.6.0
4312026-04-01T14:34:14.095Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-04-01T14:34:22.047Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.93s
4332026-04-01T14:34:22.075Z
4342026-04-01T14:34:22.078Zreal 19.002867002
4352026-04-01T14:34:22.078Zuser 1:03.404138587
4362026-04-01T14:34:22.078Zsys 12.359104370
4372026-04-01T14:34:22.078Ztrap 0.032409711
4382026-04-01T14:34:22.078Ztflt 0.122065593
4392026-04-01T14:34:22.078Zdflt 0.158616945
4402026-04-01T14:34:22.078Zkflt 0.000009628
4412026-04-01T14:34:22.078Zlock 3:40.873074283
4422026-04-01T14:34:22.078Zslp 3:21.435180332
4432026-04-01T14:34:22.078Zlat 3.055763099
4442026-04-01T14:34:22.078Zstop 6.210095131
4452026-04-01T14:34:22.078Z+ header 'analyze no_std + engine + kernel'
4462026-04-01T14:34:22.078Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-04-01T14:34:22.078Z# ==== analyze no_std + engine + kernel ==== #
4482026-04-01T14:34:22.078Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-04-01T14:34:22.249Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-04-01T14:34:22.250Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-04-01T14:34:22.252Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-04-01T14:34:22.269Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-04-01T14:34:22.513Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-04-01T14:34:26.660Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.54s
4552026-04-01T14:34:26.688Z
4562026-04-01T14:34:26.691Zreal 4.605834745
4572026-04-01T14:34:26.692Zuser 5.009751846
4582026-04-01T14:34:26.692Zsys 0.870275769
4592026-04-01T14:34:26.692Ztrap 0.000762277
4602026-04-01T14:34:26.692Ztflt 0.009419401
4612026-04-01T14:34:26.692Zdflt 0.002910083
4622026-04-01T14:34:26.692Zkflt 0.000000000
4632026-04-01T14:34:26.692Zlock 16.414128658
4642026-04-01T14:34:26.692Zslp 17.858432108
4652026-04-01T14:34:26.692Zlat 0.016032814
4662026-04-01T14:34:26.692Zstop 0.233335613
4672026-04-01T14:34:26.692Z+ header test
4682026-04-01T14:34:26.692Z+ echo '# ==== test ==== #'
4692026-04-01T14:34:26.692Z# ==== test ==== #
4702026-04-01T14:34:26.692Z+ ptime -m cargo test
4712026-04-01T14:34:26.834Z Compiling serde_core v1.0.228
4722026-04-01T14:34:26.837Z Compiling thiserror v2.0.18
4732026-04-01T14:34:26.837Z Compiling zerocopy v0.8.48
4742026-04-01T14:34:26.858Z Compiling memchr v2.8.0
4752026-04-01T14:34:26.862Z Compiling byteorder v1.5.0
4762026-04-01T14:34:26.865Z Compiling unicode-ident v1.0.24
4772026-04-01T14:34:26.868Z Compiling zmij v1.0.21
4782026-04-01T14:34:26.868Z Compiling scroll v0.13.0
4792026-04-01T14:34:26.939Z Compiling libc v0.2.184
4802026-04-01T14:34:26.984Z Compiling proc-macro2 v1.0.106
4812026-04-01T14:34:27.068Z Compiling plain v0.2.3
4822026-04-01T14:34:27.123Z Compiling log v0.4.29
4832026-04-01T14:34:27.162Z Compiling itoa v1.0.18
4842026-04-01T14:34:27.225Z Compiling ucd-trie v0.1.7
4852026-04-01T14:34:27.283Z Compiling goblin v0.10.5
4862026-04-01T14:34:27.335Z Compiling quote v1.0.45
4872026-04-01T14:34:27.416Z Compiling pest v2.8.6
4882026-04-01T14:34:27.948Z Compiling hash32 v0.3.1
4892026-04-01T14:34:28.024Z Compiling cfg-if v1.0.4
4902026-04-01T14:34:28.087Z Compiling macaddr v1.0.1
4912026-04-01T14:34:28.107Z Compiling stable_deref_trait v1.2.1
4922026-04-01T14:34:28.176Z Compiling pretty-hex v0.4.2
4932026-04-01T14:34:28.301Z Compiling heapless v0.8.0
4942026-04-01T14:34:28.339Z Compiling syn v2.0.117
4952026-04-01T14:34:28.390Z Compiling thread-id v5.1.0
4962026-04-01T14:34:28.464Z Compiling dtrace-parser v0.3.0
4972026-04-01T14:34:28.753Z Compiling serde v1.0.228
4982026-04-01T14:34:28.769Z Compiling serde_json v1.0.149
4992026-04-01T14:34:29.151Z Compiling bitflags v2.11.0
5002026-04-01T14:34:29.364Z Compiling cobs v0.3.0
5012026-04-01T14:34:29.559Z Compiling bitflags v1.3.2
5022026-04-01T14:34:29.627Z Compiling managed v0.8.0
5032026-04-01T14:34:29.646Z Compiling ingot-types v0.1.2
5042026-04-01T14:34:29.820Z Compiling smoltcp v0.11.0
5052026-04-01T14:34:29.838Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5062026-04-01T14:34:29.855Z Compiling postcard v1.1.3
5072026-04-01T14:34:30.050Z Compiling dof v0.4.0
5082026-04-01T14:34:30.056Z Compiling ingot v0.1.1
5092026-04-01T14:34:30.196Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5102026-04-01T14:34:30.778Z Compiling usdt-impl v0.6.0
5112026-04-01T14:34:31.898Z Compiling memmap2 v0.9.10
5122026-04-01T14:34:32.124Z Compiling either v1.15.0
5132026-04-01T14:34:32.192Z Compiling ipnetwork v0.21.1
5142026-04-01T14:34:32.282Z Compiling unicode-width v0.2.2
5152026-04-01T14:34:32.332Z Compiling itertools v0.14.0
5162026-04-01T14:34:32.586Z Compiling tabwriter v1.4.1
5172026-04-01T14:34:32.738Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5182026-04-01T14:34:33.003Z Compiling ref-cast v1.0.25
5192026-04-01T14:34:33.098Z Compiling usdt v0.6.0
5202026-04-01T14:34:33.751Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-04-01T14:34:33.839Z Compiling crc32fast v1.5.0
5222026-04-01T14:34:33.899Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-04-01T14:34:34.088Z Compiling dyn-clone v1.0.20
5242026-04-01T14:34:47.199Z Finished `test` profile [optimized + debuginfo] target(s) in 20.50s
5252026-04-01T14:34:47.214Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-4930993bcc81343b)
5262026-04-01T14:34:47.218Z
5272026-04-01T14:34:47.218Zrunning 72 tests
5282026-04-01T14:34:47.218Ztest d_error::tests::name_and_data_storage ... ok
5292026-04-01T14:34:47.218Ztest d_error::tests::name_truncation ... ok
5302026-04-01T14:34:47.218Ztest ddi::mblk::test::expand_and_shrink ... ok
5312026-04-01T14:34:47.218Ztest ddi::mblk::test::chain_breaks_links ... ok
5322026-04-01T14:34:47.218Ztest ddi::mblk::test::chain_append_links ... ok
5332026-04-01T14:34:47.218Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5342026-04-01T14:34:47.218Ztest ddi::mblk::test::prefix_len ... ok
5352026-04-01T14:34:47.218Ztest ddi::mblk::test::chain_drain_complete ... ok
5362026-04-01T14:34:47.218Ztest ddi::mblk::test::read_seg ... ok
5372026-04-01T14:34:47.218Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5382026-04-01T14:34:47.218Ztest ddi::mblk::test::uninitialized_packet ... ok
5392026-04-01T14:34:47.218Ztest ddi::mblk::test::truncate ... ok
5402026-04-01T14:34:47.218Ztest ddi::time::test::good_interval ... ok
5412026-04-01T14:34:47.218Ztest ddi::mblk::test::zero_byte_packet ... ok
5422026-04-01T14:34:47.218Ztest ddi::mblk::test::wrap ... ok
5432026-04-01T14:34:47.218Ztest engine::dhcp::test::hostname_encode ... ok
5442026-04-01T14:34:47.218Ztest engine::dhcp::test::domain_search_option_encode ... ok
5452026-04-01T14:34:47.218Ztest engine::dhcp::test::domainname_encode ... ok
5462026-04-01T14:34:47.218Ztest engine::dhcp::test::offlink_encode ... ok
5472026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_client_id ... ok
5482026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5492026-04-01T14:34:47.218Ztest engine::dhcp::test::rfc3442_encode ... ok
5502026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5512026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5522026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5532026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_iata ... ok
5542026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5552026-04-01T14:34:47.218Ztest ddi::time::test::bad_interval - should panic ... ok
5562026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_iana ... ok
5572026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5582026-04-01T14:34:47.218Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5592026-04-01T14:34:47.222Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5602026-04-01T14:34:47.222Ztest engine::dhcpv6::options::test::test_option_request ... ok
5612026-04-01T14:34:47.222Ztest engine::dhcpv6::options::test::test_server_id ... ok
5622026-04-01T14:34:47.222Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5632026-04-01T14:34:47.222Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5642026-04-01T14:34:47.222Ztest engine::dhcpv6::options::test::test_status ... ok
5652026-04-01T14:34:47.222Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5662026-04-01T14:34:47.222Ztest engine::ether::test::emit ... ok
5672026-04-01T14:34:47.222Ztest engine::flow_table::test::flow_expired ... ok
5682026-04-01T14:34:47.222Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5692026-04-01T14:34:47.222Ztest engine::flow_table::test::flow_clear ... ok
5702026-04-01T14:34:47.222Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5712026-04-01T14:34:47.222Ztest engine::geneve::test::emit_no_opts ... ok
5722026-04-01T14:34:47.222Ztest engine::geneve::test::emit_single_opt ... ok
5732026-04-01T14:34:47.222Ztest engine::ip::v4::test::cidr_match ... ok
5742026-04-01T14:34:47.222Ztest engine::ip::v4::test::emit ... ok
5752026-04-01T14:34:47.222Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5762026-04-01T14:34:47.222Ztest engine::ip::v4::test::match_check ... ok
5772026-04-01T14:34:47.222Ztest engine::ip::v6::test::emit ... ok
5782026-04-01T14:34:47.222Ztest engine::ip::v6::test::from_pairs ... ok
5792026-04-01T14:34:47.222Ztest engine::ip::v6::test::extension_push_spec ... ok
5802026-04-01T14:34:47.222Ztest engine::ip::v6::test::option_push_spec ... ok
5812026-04-01T14:34:47.222Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5822026-04-01T14:34:47.222Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5832026-04-01T14:34:47.222Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5842026-04-01T14:34:47.222Ztest engine::ip::v6::test::test_set_total_len ... ok
5852026-04-01T14:34:47.222Ztest engine::packet::test::straddled_tcp ... ok
5862026-04-01T14:34:47.222Ztest engine::layer::test::find_rule ... ok
5872026-04-01T14:34:47.222Ztest engine::packet::test::read_single_segment ... ok
5882026-04-01T14:34:47.222Ztest engine::packet::test::small_packet_with_padding ... ok
5892026-04-01T14:34:47.222Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5902026-04-01T14:34:47.222Ztest engine::packet::test::read_multi_segment ... ok
5912026-04-01T14:34:47.223Ztest engine::packet::test::udp6_packet_with_padding ... ok
5922026-04-01T14:34:47.223Ztest engine::ip::v6::test::push_spec ... ok
5932026-04-01T14:34:47.223Ztest engine::nat::test::nat4_rewrite ... ok
5942026-04-01T14:34:47.223Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5952026-04-01T14:34:47.223Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5962026-04-01T14:34:47.223Ztest engine::rule::rule_matching ... ok
5972026-04-01T14:34:47.223Ztest engine::snat::test::nat_mappings ... ok
5982026-04-01T14:34:47.223Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5992026-04-01T14:34:47.223Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6002026-04-01T14:34:47.223Z
6012026-04-01T14:34:47.223Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6022026-04-01T14:34:47.223Z
6032026-04-01T14:34:47.223Z Doc-tests opte
6042026-04-01T14:34:49.153Z
6052026-04-01T14:34:49.153Zrunning 3 tests
6062026-04-01T14:34:49.156Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6072026-04-01T14:34:49.156Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6082026-04-01T14:34:49.156Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6092026-04-01T14:34:49.156Z
6102026-04-01T14:34:49.156Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6112026-04-01T14:34:49.157Z
6122026-04-01T14:34:49.161Zall doctests ran in 1.37s; merged doctests compilation took 1.36s
6132026-04-01T14:34:49.200Z
6142026-04-01T14:34:49.203Zreal 22.501401232
6152026-04-01T14:34:49.203Zuser 1:55.841215151
6162026-04-01T14:34:49.203Zsys 6.879476074
6172026-04-01T14:34:49.203Ztrap 0.053696372
6182026-04-01T14:34:49.203Ztflt 0.255868756
6192026-04-01T14:34:49.203Zdflt 0.296041652
6202026-04-01T14:34:49.203Zkflt 0.000000000
6212026-04-01T14:34:49.203Zlock 5:45.476026259
6222026-04-01T14:34:49.204Zslp 3:37.151172129
6232026-04-01T14:34:49.204Zlat 6.175894954
6242026-04-01T14:34:49.204Zstop 2.725233884
6252026-04-01T14:34:49.204Zprocess exited: duration 85846 ms, exit code 0
 
6262026-04-01T14:34:49.210Zfound 0 output files