01KKZGK7EAGBX3FDRPQMSQKCD7: opte

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

Buildomat Job: 01KKZGKG0AZNM6RZ7GY63MWVR1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T03:43:28.997Zjob assigned to worker 01KKZGKPDEMA4D2A542CXYS4FA [factory aws, i-02284eedf21bb7b80] (queued for 53 s)
 
22026-03-18T03:43:37.242Zstarting task 0: "setup"
32026-03-18T03:43:37.249Z++ uname -s
42026-03-18T03:43:37.252Z+ kern=SunOS
52026-03-18T03:43:37.252Z+ build_user=build
62026-03-18T03:43:37.252Z+ build_uid=12345
72026-03-18T03:43:37.252Z+ work_dir=/work
82026-03-18T03:43:37.252Z+ input_dir=/input
92026-03-18T03:43:37.252Z+ [[ 0 == 12345 ]]
102026-03-18T03:43:37.252Z+ case "$kern" in
112026-03-18T03:43:37.252Z+ groupadd -g 12345 build
122026-03-18T03:43:37.254Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T03:43:39.262Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T03:43:39.378Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T03:43:39.381Z+ home_fs=zfs
162026-03-18T03:43:39.381Z+ [[ zfs == autofs ]]
172026-03-18T03:43:39.381Z+ mkdir -p /home/build
182026-03-18T03:43:39.384Z+ chown build:build /home/build /work
192026-03-18T03:43:41.385Z+ chmod 0700 /home/build /work
202026-03-18T03:43:41.387Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-18T03:43:41.393Zstarting task 1: "rust-toolchain"
222026-03-18T03:43:41.397Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-18T03:43:41.397Z * rust toolchain channel = "1.93.1"
242026-03-18T03:43:41.397Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T03:43:41.397Z * rust toolchain profile = "default"
262026-03-18T03:43:41.397Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T03:43:41.400Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T03:43:41.400Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T03:43:41.400Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-18T03:43:41.555Zinfo: downloading installer
312026-03-18T03:43:43.500Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T03:43:43.500Zwarn: /opt/ooce/bin
332026-03-18T03:43:43.500Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T03:43:43.500Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T03:43:43.500Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T03:43:43.500Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T03:43:43.500Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T03:43:43.500Zerror: cannot install while Rust is installed
392026-03-18T03:43:43.500Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T03:43:43.500Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T03:43:43.500Zwarn: /home/build/.rustup/settings.toml
422026-03-18T03:43:43.500Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T03:43:43.500Zwarn: instead of the one inferred from the default host triple.
442026-03-18T03:43:43.516Zinfo: profile set to default
452026-03-18T03:43:43.516Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T03:43:43.519Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-18T03:43:43.673Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-18T03:43:43.676Zinfo: downloading 6 components
492026-03-18T03:44:02.156Z
502026-03-18T03:44:02.156Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-03-18T03:44:02.197Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-18T03:44:02.197Z
532026-03-18T03:44:02.197Z
542026-03-18T03:44:02.197ZRust is installed now. Great!
552026-03-18T03:44:02.197Z
562026-03-18T03:44:02.200ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T03:44:02.201Zenvironment variable. This has not been done automatically.
582026-03-18T03:44:02.201Z
592026-03-18T03:44:02.201ZTo configure your current shell, you need to source
602026-03-18T03:44:02.201Zthe corresponding env file under $HOME/.cargo.
612026-03-18T03:44:02.201Z
622026-03-18T03:44:02.201ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T03:44:02.201Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T03:44:02.201Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T03:44:02.201Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T03:44:02.201Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T03:44:02.201Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T03:44:02.201Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T03:44:02.201Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T03:44:02.201Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T03:44:02.307Z+ rustup --version
722026-03-18T03:44:02.317Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T03:44:02.320Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T03:44:02.344Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-18T03:44:02.347Z+ cargo --version
762026-03-18T03:44:02.364Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-18T03:44:02.367Z+ rustc --version
782026-03-18T03:44:02.393Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-18T03:44:02.396Zprocess exited: duration 20995 ms, exit code 0
 
802026-03-18T03:44:02.404Zstarting task 2: "authentication"
812026-03-18T03:44:02.424Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T03:44:02.429Zstarting task 3: "clone repository"
832026-03-18T03:44:02.433Z+ mkdir -p /work/oxidecomputer/opte
842026-03-18T03:44:02.436Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-18T03:44:02.475ZCloning into '/work/oxidecomputer/opte'...
862026-03-18T03:44:03.304Z+ cd /work/oxidecomputer/opte
872026-03-18T03:44:03.308Z+ git fetch origin c21bce65b38656aff9ce245724d3a4971087f584
882026-03-18T03:44:03.571ZFrom https://github.com/oxidecomputer/opte
892026-03-18T03:44:03.571Z * branch c21bce65b38656aff9ce245724d3a4971087f584 -> FETCH_HEAD
902026-03-18T03:44:03.579Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-18T03:44:03.582Z++ git branch --show-current
922026-03-18T03:44:03.585Z+ current=master
932026-03-18T03:44:03.585Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-18T03:44:03.585Z+ git branch -f renovate/toml-1.x-lockfile c21bce65b38656aff9ce245724d3a4971087f584
952026-03-18T03:44:03.587Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-18T03:44:03.609ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-18T03:44:03.612Z+ git reset --hard c21bce65b38656aff9ce245724d3a4971087f584
982026-03-18T03:44:03.632ZHEAD is now at c21bce6 Update Rust crate toml to v1.0.7
992026-03-18T03:44:03.634Zprocess exited: duration 1203 ms, exit code 0
 
1002026-03-18T03:44:03.640Zstarting task 4: "build"
1012026-03-18T03:44:03.644Z+ source .github/buildomat/common.sh
1022026-03-18T03:44:03.646Z++ rustup show active-toolchain
1032026-03-18T03:44:03.651Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-18T03:44:03.653Z++ pushd xde
1052026-03-18T03:44:03.654Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-18T03:44:03.654Z++ rustup show active-toolchain
1072026-03-18T03:44:03.658Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-18T03:44:04.322Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-18T03:44:04.324Zinfo: downloading 6 components
1102026-03-18T03:44:21.949Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-18T03:44:22.067Z+++ rustup show active-toolchain -v
1122026-03-18T03:44:22.070Z+++ head -n 1
1132026-03-18T03:44:22.070Z+++ cut '-d ' -f1
1142026-03-18T03:44:22.145Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-18T03:44:22.145Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-18T03:44:22.145Z++ popd
1172026-03-18T03:44:22.148Z/work/oxidecomputer/opte
1182026-03-18T03:44:22.148Z+ cargo --version
1192026-03-18T03:44:22.157Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-18T03:44:22.160Z+ rustc --version
1212026-03-18T03:44:22.186Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-18T03:44:22.189Z+ cd lib/opte
1232026-03-18T03:44:22.189Z+ header 'check style'
1242026-03-18T03:44:22.189Z+ echo '# ==== check style ==== #'
1252026-03-18T03:44:22.189Z# ==== check style ==== #
1262026-03-18T03:44:22.189Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-18T03:44:22.439Z
1282026-03-18T03:44:22.440Zreal 0.247191704
1292026-03-18T03:44:22.440Zuser 0.189973921
1302026-03-18T03:44:22.442Zsys 0.049698910
1312026-03-18T03:44:22.442Ztrap 0.000029898
1322026-03-18T03:44:22.442Ztflt 0.000057358
1332026-03-18T03:44:22.442Zdflt 0.000032726
1342026-03-18T03:44:22.442Zkflt 0.000000000
1352026-03-18T03:44:22.442Zlock 0.061707075
1362026-03-18T03:44:22.442Zslp 0.222794141
1372026-03-18T03:44:22.442Zlat 0.000317707
1382026-03-18T03:44:22.443Zstop 0.000113848
1392026-03-18T03:44:22.443Z+ header 'check docs'
1402026-03-18T03:44:22.443Z+ echo '# ==== check docs ==== #'
1412026-03-18T03:44:22.443Z# ==== check docs ==== #
1422026-03-18T03:44:22.443Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-18T03:44:22.443Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-18T03:44:22.532Z Updating crates.io index
1452026-03-18T03:44:22.534Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-18T03:44:23.338Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-18T03:44:23.857Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-18T03:44:24.259Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-18T03:44:24.526Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-18T03:44:24.985Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-18T03:44:25.265Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-18T03:44:27.200Z Downloading crates ...
1532026-03-18T03:44:27.255Z Downloaded cobs v0.3.0
1542026-03-18T03:44:27.263Z Downloaded crc32fast v1.5.0
1552026-03-18T03:44:27.266Z Downloaded cfg-if v1.0.4
1562026-03-18T03:44:27.274Z Downloaded either v1.15.0
1572026-03-18T03:44:27.277Z Downloaded memmap2 v0.9.10
1582026-03-18T03:44:27.277Z Downloaded cpufeatures v0.2.17
1592026-03-18T03:44:27.280Z Downloaded bitflags v2.11.0
1602026-03-18T03:44:27.282Z Downloaded bitflags v1.3.2
1612026-03-18T03:44:27.303Z Downloaded tabwriter v1.4.1
1622026-03-18T03:44:27.307Z Downloaded block-buffer v0.10.4
1632026-03-18T03:44:27.311Z Downloaded generic-array v0.14.7
1642026-03-18T03:44:27.323Z Downloaded embedded-io v0.6.1
1652026-03-18T03:44:27.328Z Downloaded darling v0.21.3
1662026-03-18T03:44:27.333Z Downloaded dyn-clone v1.0.20
1672026-03-18T03:44:27.335Z Downloaded itoa v1.0.17
1682026-03-18T03:44:27.336Z Downloaded hash32 v0.3.1
1692026-03-18T03:44:27.338Z Downloaded fnv v1.0.7
1702026-03-18T03:44:27.344Z Downloaded scroll_derive v0.13.1
1712026-03-18T03:44:27.346Z Downloaded defmt-parser v1.0.0
1722026-03-18T03:44:27.349Z Downloaded usdt-macro v0.6.0
1732026-03-18T03:44:27.352Z Downloaded dof v0.4.0
1742026-03-18T03:44:27.355Z Downloaded ident_case v1.0.1
1752026-03-18T03:44:27.357Z Downloaded macaddr v1.0.1
1762026-03-18T03:44:27.357Z Downloaded crypto-common v0.1.7
1772026-03-18T03:44:27.362Z Downloaded proc-macro-error-attr2 v2.0.0
1782026-03-18T03:44:27.364Z Downloaded ref-cast-impl v1.0.25
1792026-03-18T03:44:27.367Z Downloaded version_check v0.9.5
1802026-03-18T03:44:27.368Z Downloaded dtrace-parser v0.3.0
1812026-03-18T03:44:27.368Z Downloaded usdt-attr-macro v0.6.0
1822026-03-18T03:44:27.370Z Downloaded pretty-hex v0.4.1
1832026-03-18T03:44:27.373Z Downloaded ingot v0.1.1
1842026-03-18T03:44:27.385Z Downloaded managed v0.8.0
1852026-03-18T03:44:27.388Z Downloaded plain v0.2.3
1862026-03-18T03:44:27.396Z Downloaded darling_macro v0.21.3
1872026-03-18T03:44:27.401Z Downloaded stable_deref_trait v1.2.1
1882026-03-18T03:44:27.404Z Downloaded ref-cast v1.0.25
1892026-03-18T03:44:27.407Z Downloaded embedded-io v0.4.0
1902026-03-18T03:44:27.411Z Downloaded defmt v0.3.100
1912026-03-18T03:44:27.413Z Downloaded ucd-trie v0.1.7
1922026-03-18T03:44:27.416Z Downloaded thread-id v5.1.0
1932026-03-18T03:44:27.416Z Downloaded ipnetwork v0.21.1
1942026-03-18T03:44:27.419Z Downloaded scroll v0.13.0
1952026-03-18T03:44:27.422Z Downloaded digest v0.10.7
1962026-03-18T03:44:27.425Z Downloaded sha2 v0.10.9
1972026-03-18T03:44:27.428Z Downloaded strsim v0.11.1
1982026-03-18T03:44:27.428Z Downloaded zmij v1.0.21
1992026-03-18T03:44:27.428Z Downloaded usdt-impl v0.6.0
2002026-03-18T03:44:27.435Z Downloaded serde_tokenstream v0.2.3
2012026-03-18T03:44:27.438Z Downloaded proc-macro-error2 v2.0.1
2022026-03-18T03:44:27.440Z Downloaded defmt-macros v1.0.1
2032026-03-18T03:44:27.440Z Downloaded defmt v1.0.1
2042026-03-18T03:44:27.446Z Downloaded byteorder v1.5.0
2052026-03-18T03:44:27.448Z Downloaded usdt v0.6.0
2062026-03-18T03:44:27.448Z Downloaded thiserror-impl v2.0.18
2072026-03-18T03:44:27.451Z Downloaded ingot-types v0.1.2
2082026-03-18T03:44:27.458Z Downloaded thiserror v2.0.18
2092026-03-18T03:44:27.462Z Downloaded postcard v1.1.3
2102026-03-18T03:44:27.466Z Downloaded pest_generator v2.8.6
2112026-03-18T03:44:27.469Z Downloaded log v0.4.29
2122026-03-18T03:44:27.471Z Downloaded pest_derive v2.8.6
2132026-03-18T03:44:27.488Z Downloaded ingot-macros v0.1.1
2142026-03-18T03:44:27.497Z Downloaded pest_meta v2.8.6
2152026-03-18T03:44:27.507Z Downloaded serde_core v1.0.228
2162026-03-18T03:44:27.509Z Downloaded proc-macro2 v1.0.106
2172026-03-18T03:44:27.517Z Downloaded unicode-ident v1.0.24
2182026-03-18T03:44:27.520Z Downloaded serde_derive v1.0.228
2192026-03-18T03:44:27.525Z Downloaded quote v1.0.45
2202026-03-18T03:44:27.528Z Downloaded heapless v0.8.0
2212026-03-18T03:44:27.533Z Downloaded typenum v1.19.0
2222026-03-18T03:44:27.544Z Downloaded zerocopy-derive v0.8.42
2232026-03-18T03:44:27.557Z Downloaded serde v1.0.228
2242026-03-18T03:44:27.559Z Downloaded memchr v2.8.0
2252026-03-18T03:44:27.564Z Downloaded darling_core v0.21.3
2262026-03-18T03:44:27.573Z Downloaded regex v1.12.3
2272026-03-18T03:44:27.583Z Downloaded aho-corasick v1.1.4
2282026-03-18T03:44:27.591Z Downloaded pest v2.8.6
2292026-03-18T03:44:27.621Z Downloaded itertools v0.14.0
2302026-03-18T03:44:27.627Z Downloaded serde_json v1.0.149
2312026-03-18T03:44:27.631Z Downloaded regex-automata v0.4.14
2322026-03-18T03:44:27.667Z Downloaded unicode-width v0.2.2
2332026-03-18T03:44:27.673Z Downloaded goblin v0.10.5
2342026-03-18T03:44:27.681Z Downloaded zerocopy v0.8.42
2352026-03-18T03:44:27.692Z Downloaded smoltcp v0.11.0
2362026-03-18T03:44:27.700Z Downloaded syn v2.0.117
2372026-03-18T03:44:27.708Z Downloaded regex-syntax v0.8.10
2382026-03-18T03:44:27.738Z Downloaded libc v0.2.183
2392026-03-18T03:44:27.814Z Compiling proc-macro2 v1.0.106
2402026-03-18T03:44:27.814Z Compiling quote v1.0.45
2412026-03-18T03:44:27.814Z Compiling unicode-ident v1.0.24
2422026-03-18T03:44:27.817Z Documenting unicode-ident v1.0.24
2432026-03-18T03:44:27.817Z Compiling strsim v0.11.1
2442026-03-18T03:44:27.817Z Compiling serde_core v1.0.228
2452026-03-18T03:44:27.817Z Compiling ident_case v1.0.1
2462026-03-18T03:44:28.006Z Compiling fnv v1.0.7
2472026-03-18T03:44:28.034Z Compiling memchr v2.8.0
2482026-03-18T03:44:28.312Z Compiling serde v1.0.228
2492026-03-18T03:44:28.335Z Compiling thiserror v2.0.18
2502026-03-18T03:44:28.358Z Compiling regex-syntax v0.8.10
2512026-03-18T03:44:28.388Z Compiling zerocopy v0.8.42
2522026-03-18T03:44:28.710Z Documenting proc-macro2 v1.0.106
2532026-03-18T03:44:28.765Z Compiling aho-corasick v1.1.4
2542026-03-18T03:44:29.199Z Compiling syn v2.0.117
2552026-03-18T03:44:29.242Z Documenting strsim v0.11.1
2562026-03-18T03:44:29.427Z Documenting quote v1.0.45
2572026-03-18T03:44:29.830Z Documenting fnv v1.0.7
2582026-03-18T03:44:29.864Z Checking byteorder v1.5.0
2592026-03-18T03:44:30.040Z Documenting syn v2.0.117
2602026-03-18T03:44:30.400Z Compiling regex-automata v0.4.14
2612026-03-18T03:44:30.417Z Compiling either v1.15.0
2622026-03-18T03:44:30.670Z Documenting ident_case v1.0.1
2632026-03-18T03:44:30.697Z Compiling itertools v0.14.0
2642026-03-18T03:44:31.204Z Documenting memchr v2.8.0
2652026-03-18T03:44:31.232Z Compiling heapless v0.8.0
2662026-03-18T03:44:31.807Z Checking bitflags v2.11.0
2672026-03-18T03:44:32.002Z Checking hash32 v0.3.1
2682026-03-18T03:44:32.009Z Documenting aho-corasick v1.1.4
2692026-03-18T03:44:32.057Z Checking darling_core v0.21.3
2702026-03-18T03:44:32.135Z Documenting serde_core v1.0.228
2712026-03-18T03:44:32.363Z Checking cfg-if v1.0.4
2722026-03-18T03:44:32.431Z Checking stable_deref_trait v1.2.1
2732026-03-18T03:44:32.508Z Documenting regex-syntax v0.8.10
2742026-03-18T03:44:33.156Z Documenting darling_core v0.21.3
2752026-03-18T03:44:33.348Z Compiling regex v1.12.3
2762026-03-18T03:44:33.761Z Checking macaddr v1.0.1
2772026-03-18T03:44:33.860Z Documenting regex-automata v0.4.14
2782026-03-18T03:44:33.877Z Compiling smoltcp v0.11.0
2792026-03-18T03:44:34.324Z Documenting thiserror-impl v2.0.18
2802026-03-18T03:44:34.346Z Documenting zerocopy-derive v0.8.42
2812026-03-18T03:44:34.395Z Documenting serde_derive v1.0.228
2822026-03-18T03:44:34.495Z Compiling zerocopy-derive v0.8.42
2832026-03-18T03:44:34.642Z Compiling serde_derive v1.0.228
2842026-03-18T03:44:35.324Z Compiling thiserror-impl v2.0.18
2852026-03-18T03:44:35.503Z Documenting darling_macro v0.21.3
2862026-03-18T03:44:35.811Z Compiling darling_macro v0.21.3
2872026-03-18T03:44:35.879Z Documenting regex v1.12.3
2882026-03-18T03:44:35.952Z Checking managed v0.8.0
2892026-03-18T03:44:36.083Z Documenting byteorder v1.5.0
2902026-03-18T03:44:36.186Z Checking bitflags v1.3.2
2912026-03-18T03:44:36.261Z Documenting bitflags v2.11.0
2922026-03-18T03:44:36.392Z Documenting zerocopy v0.8.42
2932026-03-18T03:44:36.537Z Compiling darling v0.21.3
2942026-03-18T03:44:36.625Z Compiling ingot-macros v0.1.1
2952026-03-18T03:44:36.793Z Documenting darling v0.21.3
2962026-03-18T03:44:37.135Z Checking cobs v0.3.0
2972026-03-18T03:44:37.212Z Documenting thiserror v2.0.18
2982026-03-18T03:44:37.298Z Documenting hash32 v0.3.1
2992026-03-18T03:44:37.332Z Documenting macaddr v1.0.1
3002026-03-18T03:44:37.937Z Documenting ingot-macros v0.1.1
3012026-03-18T03:44:38.083Z Documenting stable_deref_trait v1.2.1
3022026-03-18T03:44:38.353Z Documenting serde v1.0.228
3032026-03-18T03:44:38.582Z Compiling crc32fast v1.5.0
3042026-03-18T03:44:38.828Z Compiling ref-cast v1.0.25
3052026-03-18T03:44:38.886Z Documenting cfg-if v1.0.4
3062026-03-18T03:44:39.000Z Checking postcard v1.1.3
3072026-03-18T03:44:39.279Z Documenting heapless v0.8.0
3082026-03-18T03:44:39.358Z Documenting cobs v0.3.0
3092026-03-18T03:44:39.686Z Compiling ref-cast-impl v1.0.25
3102026-03-18T03:44:40.211Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-03-18T03:44:40.240Z Compiling version_check v0.9.5
3122026-03-18T03:44:40.275Z Documenting managed v0.8.0
3132026-03-18T03:44:40.415Z Checking ingot-types v0.1.2
3142026-03-18T03:44:40.425Z Checking ipnetwork v0.21.1
3152026-03-18T03:44:40.530Z Checking unicode-width v0.2.2
3162026-03-18T03:44:40.643Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3172026-03-18T03:44:40.790Z Documenting postcard v1.1.3
3182026-03-18T03:44:40.846Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3192026-03-18T03:44:40.873Z Checking ingot v0.1.1
3202026-03-18T03:44:40.928Z Documenting ingot-types v0.1.2
3212026-03-18T03:44:40.942Z Documenting ref-cast-impl v1.0.25
3222026-03-18T03:44:41.009Z Documenting unicode-width v0.2.2
3232026-03-18T03:44:41.105Z Documenting either v1.15.0
3242026-03-18T03:44:41.321Z Documenting smoltcp v0.11.0
3252026-03-18T03:44:41.772Z Documenting ipnetwork v0.21.1
3262026-03-18T03:44:42.178Z Checking tabwriter v1.4.1
3272026-03-18T03:44:42.430Z Documenting itertools v0.14.0
3282026-03-18T03:44:42.746Z Documenting tabwriter v1.4.1
3292026-03-18T03:44:43.083Z Documenting ref-cast v1.0.25
3302026-03-18T03:44:43.092Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-03-18T03:44:43.453Z Documenting crc32fast v1.5.0
3322026-03-18T03:44:43.480Z Documenting ingot v0.1.1
3332026-03-18T03:44:44.078Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3342026-03-18T03:44:44.221Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3352026-03-18T03:44:44.248Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-03-18T03:44:44.879Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-03-18T03:44:44.926Z Documenting dyn-clone v1.0.20
3382026-03-18T03:44:45.075Z Checking dyn-clone v1.0.20
3392026-03-18T03:44:46.907Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-03-18T03:44:48.488Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-03-18T03:44:51.474Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.01s
3422026-03-18T03:44:51.584Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-03-18T03:44:51.605Z
3442026-03-18T03:44:51.608Zreal 29.134604882
3452026-03-18T03:44:51.608Zuser 1:44.804688577
3462026-03-18T03:44:51.608Zsys 20.154841823
3472026-03-18T03:44:51.608Ztrap 0.054055097
3482026-03-18T03:44:51.608Ztflt 0.145969116
3492026-03-18T03:44:51.608Zdflt 0.074644432
3502026-03-18T03:44:51.608Zkflt 0.001777854
3512026-03-18T03:44:51.608Zlock 10:05.004706542
3522026-03-18T03:44:51.608Zslp 5:51.335824143
3532026-03-18T03:44:51.608Zlat 9.294783289
3542026-03-18T03:44:51.608Zstop 12.553770984
3552026-03-18T03:44:51.608Z+ header 'analyze std + api'
3562026-03-18T03:44:51.608Z+ echo '# ==== analyze std + api ==== #'
3572026-03-18T03:44:51.608Z# ==== analyze std + api ==== #
3582026-03-18T03:44:51.608Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-03-18T03:44:51.915Z Compiling proc-macro2 v1.0.106
3602026-03-18T03:44:51.915Z Compiling quote v1.0.45
3612026-03-18T03:44:51.918Z Compiling unicode-ident v1.0.24
3622026-03-18T03:44:51.918Z Compiling memchr v2.8.0
3632026-03-18T03:44:51.918Z Compiling thiserror v2.0.18
3642026-03-18T03:44:51.918Z Compiling zerocopy v0.8.42
3652026-03-18T03:44:51.918Z Compiling zmij v1.0.21
3662026-03-18T03:44:51.918Z Compiling serde_core v1.0.228
3672026-03-18T03:44:52.133Z Compiling libc v0.2.183
3682026-03-18T03:44:52.380Z Compiling serde_json v1.0.149
3692026-03-18T03:44:52.416Z Compiling ucd-trie v0.1.7
3702026-03-18T03:44:52.619Z Compiling pest v2.8.6
3712026-03-18T03:44:52.664Z Compiling strsim v0.11.1
3722026-03-18T03:44:52.702Z Compiling serde v1.0.228
3732026-03-18T03:44:52.727Z Compiling ident_case v1.0.1
3742026-03-18T03:44:52.773Z Compiling fnv v1.0.7
3752026-03-18T03:44:53.151Z Compiling aho-corasick v1.1.4
3762026-03-18T03:44:53.217Z Checking byteorder v1.5.0
3772026-03-18T03:44:53.449Z Compiling itoa v1.0.17
3782026-03-18T03:44:53.467Z Compiling regex-syntax v0.8.10
3792026-03-18T03:44:53.527Z Compiling syn v2.0.117
3802026-03-18T03:44:54.097Z Compiling pest_meta v2.8.6
3812026-03-18T03:44:54.432Z Compiling either v1.15.0
3822026-03-18T03:44:54.544Z Compiling usdt-impl v0.6.0
3832026-03-18T03:44:54.683Z Compiling itertools v0.14.0
3842026-03-18T03:44:55.123Z Compiling thread-id v5.1.0
3852026-03-18T03:44:55.197Z Compiling heapless v0.8.0
3862026-03-18T03:44:55.440Z Compiling regex-automata v0.4.14
3872026-03-18T03:44:55.448Z Checking plain v0.2.3
3882026-03-18T03:44:55.559Z Checking log v0.4.29
3892026-03-18T03:44:56.349Z Checking bitflags v2.11.0
3902026-03-18T03:44:56.349Z Checking hash32 v0.3.1
3912026-03-18T03:44:56.410Z Checking pretty-hex v0.4.1
3922026-03-18T03:44:56.490Z Compiling smoltcp v0.11.0
3932026-03-18T03:44:56.546Z Checking macaddr v1.0.1
3942026-03-18T03:44:56.674Z Checking cfg-if v1.0.4
3952026-03-18T03:44:56.712Z Checking stable_deref_trait v1.2.1
3962026-03-18T03:44:56.883Z Checking managed v0.8.0
3972026-03-18T03:44:56.917Z Compiling pest_generator v2.8.6
3982026-03-18T03:44:56.928Z Compiling darling_core v0.21.3
3992026-03-18T03:44:57.145Z Checking bitflags v1.3.2
4002026-03-18T03:44:57.218Z Compiling crc32fast v1.5.0
4012026-03-18T03:44:57.248Z Compiling version_check v0.9.5
4022026-03-18T03:44:57.341Z Compiling ref-cast v1.0.25
4032026-03-18T03:44:57.610Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4042026-03-18T03:44:57.739Z Compiling regex v1.12.3
4052026-03-18T03:44:57.842Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-03-18T03:44:57.929Z Checking memmap2 v0.9.10
4072026-03-18T03:44:58.224Z Checking ipnetwork v0.21.1
4082026-03-18T03:44:58.281Z Checking unicode-width v0.2.2
4092026-03-18T03:44:58.599Z Checking tabwriter v1.4.1
4102026-03-18T03:44:58.631Z Checking dyn-clone v1.0.20
4112026-03-18T03:44:58.867Z Compiling thiserror-impl v2.0.18
4122026-03-18T03:44:58.867Z Compiling serde_derive v1.0.228
4132026-03-18T03:44:58.973Z Compiling zerocopy-derive v0.8.42
4142026-03-18T03:44:59.017Z Compiling pest_derive v2.8.6
4152026-03-18T03:44:59.309Z Compiling scroll_derive v0.13.1
4162026-03-18T03:44:59.649Z Compiling ref-cast-impl v1.0.25
4172026-03-18T03:44:59.654Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-03-18T03:44:59.776Z Compiling darling_macro v0.21.3
4192026-03-18T03:45:00.307Z Checking scroll v0.13.0
4202026-03-18T03:45:00.452Z Compiling darling v0.21.3
4212026-03-18T03:45:00.504Z Compiling dtrace-parser v0.3.0
4222026-03-18T03:45:00.529Z Compiling ingot-macros v0.1.1
4232026-03-18T03:45:00.529Z Checking cobs v0.3.0
4242026-03-18T03:45:00.542Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4252026-03-18T03:45:00.590Z Checking goblin v0.10.5
4262026-03-18T03:45:02.546Z Checking postcard v1.1.3
4272026-03-18T03:45:02.573Z Compiling serde_tokenstream v0.2.3
4282026-03-18T03:45:04.478Z Checking dof v0.4.0
4292026-03-18T03:45:04.478Z Checking ingot-types v0.1.2
4302026-03-18T03:45:04.888Z Checking ingot v0.1.1
4312026-03-18T03:45:05.781Z Compiling usdt-macro v0.6.0
4322026-03-18T03:45:05.784Z Compiling usdt-attr-macro v0.6.0
4332026-03-18T03:45:06.532Z Checking usdt v0.6.0
4342026-03-18T03:45:06.921Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4352026-03-18T03:45:18.481Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.80s
4362026-03-18T03:45:18.513Z
4372026-03-18T03:45:18.516Zreal 26.893355475
4382026-03-18T03:45:18.516Zuser 1:27.504795141
4392026-03-18T03:45:18.516Zsys 15.430700665
4402026-03-18T03:45:18.516Ztrap 0.045100268
4412026-03-18T03:45:18.516Ztflt 0.170637109
4422026-03-18T03:45:18.516Zdflt 0.228215081
4432026-03-18T03:45:18.516Zkflt 0.000005377
4442026-03-18T03:45:18.516Zlock 5:11.751997650
4452026-03-18T03:45:18.516Zslp 4:27.293631454
4462026-03-18T03:45:18.516Zlat 2.830013041
4472026-03-18T03:45:18.516Zstop 7.368883593
4482026-03-18T03:45:18.516Z+ header 'analyze no_std + engine + kernel'
4492026-03-18T03:45:18.516Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4502026-03-18T03:45:18.516Z# ==== analyze no_std + engine + kernel ==== #
4512026-03-18T03:45:18.516Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4522026-03-18T03:45:18.747Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4532026-03-18T03:45:18.750Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4542026-03-18T03:45:18.772Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-03-18T03:45:18.775Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-03-18T03:45:19.115Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-03-18T03:45:25.208Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.63s
4582026-03-18T03:45:25.241Z
4592026-03-18T03:45:25.244Zreal 6.718761954
4602026-03-18T03:45:25.244Zuser 7.234904651
4612026-03-18T03:45:25.244Zsys 1.133563202
4622026-03-18T03:45:25.244Ztrap 0.001097637
4632026-03-18T03:45:25.244Ztflt 0.005973086
4642026-03-18T03:45:25.244Zdflt 0.001926317
4652026-03-18T03:45:25.244Zkflt 0.000000000
4662026-03-18T03:45:25.244Zlock 24.535702925
4672026-03-18T03:45:25.244Zslp 25.271609237
4682026-03-18T03:45:25.244Zlat 0.018795656
4692026-03-18T03:45:25.244Zstop 0.259495871
4702026-03-18T03:45:25.244Z+ header test
4712026-03-18T03:45:25.244Z+ echo '# ==== test ==== #'
4722026-03-18T03:45:25.244Z# ==== test ==== #
4732026-03-18T03:45:25.244Z+ ptime -m cargo test
4742026-03-18T03:45:25.438Z Compiling serde_core v1.0.228
4752026-03-18T03:45:25.441Z Compiling thiserror v2.0.18
4762026-03-18T03:45:25.441Z Compiling zerocopy v0.8.42
4772026-03-18T03:45:25.468Z Compiling byteorder v1.5.0
4782026-03-18T03:45:25.470Z Compiling memchr v2.8.0
4792026-03-18T03:45:25.475Z Compiling unicode-ident v1.0.24
4802026-03-18T03:45:25.478Z Compiling scroll v0.13.0
4812026-03-18T03:45:25.481Z Compiling zmij v1.0.21
4822026-03-18T03:45:25.571Z Compiling proc-macro2 v1.0.106
4832026-03-18T03:45:25.628Z Compiling libc v0.2.183
4842026-03-18T03:45:25.750Z Compiling ucd-trie v0.1.7
4852026-03-18T03:45:25.821Z Compiling itoa v1.0.17
4862026-03-18T03:45:25.946Z Compiling log v0.4.29
4872026-03-18T03:45:26.119Z Compiling plain v0.2.3
4882026-03-18T03:45:26.141Z Compiling quote v1.0.45
4892026-03-18T03:45:26.228Z Compiling goblin v0.10.5
4902026-03-18T03:45:26.239Z Compiling pest v2.8.6
4912026-03-18T03:45:26.632Z Compiling hash32 v0.3.1
4922026-03-18T03:45:26.831Z Compiling cfg-if v1.0.4
4932026-03-18T03:45:26.906Z Compiling macaddr v1.0.1
4942026-03-18T03:45:26.985Z Compiling pretty-hex v0.4.1
4952026-03-18T03:45:27.158Z Compiling stable_deref_trait v1.2.1
4962026-03-18T03:45:27.236Z Compiling heapless v0.8.0
4972026-03-18T03:45:27.241Z Compiling syn v2.0.117
4982026-03-18T03:45:27.569Z Compiling thread-id v5.1.0
4992026-03-18T03:45:27.662Z Compiling cobs v0.3.0
5002026-03-18T03:45:27.812Z Compiling dtrace-parser v0.3.0
5012026-03-18T03:45:29.022Z Compiling serde v1.0.228
5022026-03-18T03:45:29.025Z Compiling serde_json v1.0.149
5032026-03-18T03:45:29.025Z Compiling bitflags v2.11.0
5042026-03-18T03:45:29.025Z Compiling bitflags v1.3.2
5052026-03-18T03:45:29.025Z Compiling managed v0.8.0
5062026-03-18T03:45:29.095Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-03-18T03:45:29.142Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-03-18T03:45:29.251Z Compiling smoltcp v0.11.0
5092026-03-18T03:45:29.388Z Compiling postcard v1.1.3
5102026-03-18T03:45:29.857Z Compiling ingot-types v0.1.2
5112026-03-18T03:45:29.884Z Compiling memmap2 v0.9.10
5122026-03-18T03:45:29.896Z Compiling ipnetwork v0.21.1
5132026-03-18T03:45:30.259Z Compiling dof v0.4.0
5142026-03-18T03:45:30.379Z Compiling ingot v0.1.1
5152026-03-18T03:45:30.563Z Compiling unicode-width v0.2.2
5162026-03-18T03:45:30.964Z Compiling either v1.15.0
5172026-03-18T03:45:31.229Z Compiling usdt-impl v0.6.0
5182026-03-18T03:45:32.344Z Compiling usdt v0.6.0
5192026-03-18T03:45:32.435Z Compiling itertools v0.14.0
5202026-03-18T03:45:33.115Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-03-18T03:45:33.505Z Compiling tabwriter v1.4.1
5222026-03-18T03:45:34.033Z Compiling ref-cast v1.0.25
5232026-03-18T03:45:34.199Z Compiling crc32fast v1.5.0
5242026-03-18T03:45:34.373Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252026-03-18T03:45:34.499Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-03-18T03:45:34.984Z Compiling dyn-clone v1.0.20
5272026-03-18T03:45:52.733Z Finished `test` profile [optimized + debuginfo] target(s) in 27.47s
5282026-03-18T03:45:52.748Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-eafb29c1102bc78b)
5292026-03-18T03:45:52.751Z
5302026-03-18T03:45:52.751Zrunning 72 tests
5312026-03-18T03:45:52.751Ztest d_error::tests::name_truncation ... ok
5322026-03-18T03:45:52.751Ztest d_error::tests::name_and_data_storage ... ok
5332026-03-18T03:45:52.751Ztest ddi::mblk::test::chain_append_links ... ok
5342026-03-18T03:45:52.751Ztest ddi::mblk::test::chain_breaks_links ... ok
5352026-03-18T03:45:52.751Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5362026-03-18T03:45:52.751Ztest ddi::mblk::test::expand_and_shrink ... ok
5372026-03-18T03:45:52.751Ztest ddi::mblk::test::chain_drain_complete ... ok
5382026-03-18T03:45:52.751Ztest ddi::mblk::test::prefix_len ... ok
5392026-03-18T03:45:52.751Ztest ddi::mblk::test::read_seg ... ok
5402026-03-18T03:45:52.751Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5412026-03-18T03:45:52.751Ztest ddi::mblk::test::uninitialized_packet ... ok
5422026-03-18T03:45:52.751Ztest ddi::mblk::test::truncate ... ok
5432026-03-18T03:45:52.751Ztest ddi::mblk::test::wrap ... ok
5442026-03-18T03:45:52.751Ztest ddi::time::test::good_interval ... ok
5452026-03-18T03:45:52.751Ztest ddi::mblk::test::zero_byte_packet ... ok
5462026-03-18T03:45:52.754Ztest engine::dhcp::test::domainname_encode ... ok
5472026-03-18T03:45:52.754Ztest engine::dhcp::test::hostname_encode ... ok
5482026-03-18T03:45:52.754Ztest engine::dhcp::test::domain_search_option_encode ... ok
5492026-03-18T03:45:52.754Ztest engine::dhcpv6::options::test::test_client_id ... ok
5502026-03-18T03:45:52.754Ztest engine::dhcp::test::offlink_encode ... ok
5512026-03-18T03:45:52.754Ztest engine::dhcp::test::rfc3442_encode ... ok
5522026-03-18T03:45:52.754Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5532026-03-18T03:45:52.754Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5542026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5552026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5562026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_iata ... ok
5572026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_iana ... ok
5582026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_option_request ... ok
5592026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5602026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5612026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5622026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5632026-03-18T03:45:52.755Ztest ddi::time::test::bad_interval - should panic ... ok
5642026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5652026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_server_id ... ok
5662026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5672026-03-18T03:45:52.755Ztest engine::dhcpv6::options::test::test_status ... ok
5682026-03-18T03:45:52.755Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5692026-03-18T03:45:52.755Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5702026-03-18T03:45:52.755Ztest engine::ether::test::emit ... ok
5712026-03-18T03:45:52.755Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5722026-03-18T03:45:52.755Ztest engine::flow_table::test::flow_clear ... ok
5732026-03-18T03:45:52.755Ztest engine::flow_table::test::flow_expired ... ok
5742026-03-18T03:45:52.755Ztest engine::geneve::test::emit_single_opt ... ok
5752026-03-18T03:45:52.755Ztest engine::geneve::test::emit_no_opts ... ok
5762026-03-18T03:45:52.755Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5772026-03-18T03:45:52.755Ztest engine::ip::v4::test::match_check ... ok
5782026-03-18T03:45:52.755Ztest engine::ip::v6::test::emit ... ok
5792026-03-18T03:45:52.755Ztest engine::ip::v4::test::emit ... ok
5802026-03-18T03:45:52.755Ztest engine::ip::v4::test::cidr_match ... ok
5812026-03-18T03:45:52.755Ztest engine::ip::v6::test::from_pairs ... ok
5822026-03-18T03:45:52.755Ztest engine::ip::v6::test::option_push_spec ... ok
5832026-03-18T03:45:52.755Ztest engine::ip::v6::test::extension_push_spec ... ok
5842026-03-18T03:45:52.755Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5852026-03-18T03:45:52.755Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5862026-03-18T03:45:52.755Ztest engine::ip::v6::test::test_set_total_len ... ok
5872026-03-18T03:45:52.755Ztest engine::layer::test::find_rule ... ok
5882026-03-18T03:45:52.755Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5892026-03-18T03:45:52.755Ztest engine::packet::test::read_multi_segment ... ok
5902026-03-18T03:45:52.755Ztest engine::nat::test::nat4_rewrite ... ok
5912026-03-18T03:45:52.755Ztest engine::packet::test::read_single_segment ... ok
5922026-03-18T03:45:52.756Ztest engine::packet::test::small_packet_with_padding ... ok
5932026-03-18T03:45:52.756Ztest engine::packet::test::straddled_tcp ... ok
5942026-03-18T03:45:52.756Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5952026-03-18T03:45:52.756Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5962026-03-18T03:45:52.756Ztest engine::packet::test::udp6_packet_with_padding ... ok
5972026-03-18T03:45:52.756Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5982026-03-18T03:45:52.756Ztest engine::rule::rule_matching ... ok
5992026-03-18T03:45:52.756Ztest engine::ip::v6::test::push_spec ... ok
6002026-03-18T03:45:52.756Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6012026-03-18T03:45:52.756Ztest engine::snat::test::nat_mappings ... ok
6022026-03-18T03:45:52.756Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6032026-03-18T03:45:52.756Z
6042026-03-18T03:45:52.756Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6052026-03-18T03:45:52.756Z
6062026-03-18T03:45:52.756Z Doc-tests opte
6072026-03-18T03:45:55.312Z
6082026-03-18T03:45:55.312Zrunning 3 tests
6092026-03-18T03:45:55.315Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6102026-03-18T03:45:55.315Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6112026-03-18T03:45:55.315Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6122026-03-18T03:45:55.315Z
6132026-03-18T03:45:55.315Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-03-18T03:45:55.316Z
6152026-03-18T03:45:55.321Zall doctests ran in 1.79s; merged doctests compilation took 1.78s
6162026-03-18T03:45:55.367Z
6172026-03-18T03:45:55.370Zreal 30.104371297
6182026-03-18T03:45:55.370Zuser 2:33.777195321
6192026-03-18T03:45:55.370Zsys 8.747680254
6202026-03-18T03:45:55.370Ztrap 0.073229607
6212026-03-18T03:45:55.370Ztflt 0.247415658
6222026-03-18T03:45:55.370Zdflt 0.355353190
6232026-03-18T03:45:55.370Zkflt 0.000002919
6242026-03-18T03:45:55.370Zlock 7:47.439315619
6252026-03-18T03:45:55.370Zslp 4:49.647453049
6262026-03-18T03:45:55.370Zlat 6.876607307
6272026-03-18T03:45:55.370Zstop 3.074434875
6282026-03-18T03:45:55.370Zprocess exited: duration 111692 ms, exit code 0
 
6292026-03-18T03:45:55.376Zfound 0 output files