01KTQSKCTBG4CVT231EZR5QNJ0: opte

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

Buildomat Job: 01KTQSKTGFWVNH2Q1MVNRKQ3XX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T03:36:47.438Zjob assigned to worker 01KTQSKWSMRR3VJT58K5R7KD7G [factory aws, i-0821686cf06bfa495] (queued for 47 s)
 
22026-06-10T03:36:53.952Zstarting task 0: "setup"
32026-06-10T03:36:53.959Z++ uname -s
42026-06-10T03:36:53.962Z+ kern=SunOS
52026-06-10T03:36:53.962Z+ build_user=build
62026-06-10T03:36:53.962Z+ build_uid=12345
72026-06-10T03:36:53.962Z+ work_dir=/work
82026-06-10T03:36:53.962Z+ input_dir=/input
92026-06-10T03:36:53.962Z+ [[ 0 == 12345 ]]
102026-06-10T03:36:53.962Z+ case "$kern" in
112026-06-10T03:36:53.962Z+ groupadd -g 12345 build
122026-06-10T03:36:53.964Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T03:36:55.969Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T03:36:56.128Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T03:36:56.131Z+ home_fs=zfs
162026-06-10T03:36:56.131Z+ [[ zfs == autofs ]]
172026-06-10T03:36:56.132Z+ mkdir -p /home/build
182026-06-10T03:36:56.132Z+ chown build:build /home/build /work
192026-06-10T03:36:58.132Z+ chmod 0700 /home/build /work
202026-06-10T03:36:58.135Zprocess exited: duration 4182 ms, exit code 0
 
212026-06-10T03:36:58.141Zstarting task 1: "rust-toolchain"
222026-06-10T03:36:58.145Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-10T03:36:58.145Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-10T03:36:58.145Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-10T03:36:58.145Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-10T03:36:58.145Z * rust toolchain channel = "1.95.0"
272026-06-10T03:36:58.145Z * rust toolchain profile = "default"
282026-06-10T03:36:58.148Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T03:36:58.148Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-10T03:36:58.439Zinfo: downloading installer
312026-06-10T03:36:59.792Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T03:36:59.792Zwarn: /home/build/.rustup/settings.toml
332026-06-10T03:36:59.792Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T03:36:59.792Zwarn: instead of the one inferred from the default host triple.
352026-06-10T03:36:59.804Zinfo: profile set to default
362026-06-10T03:36:59.804Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T03:36:59.807Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-10T03:36:59.974Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-10T03:36:59.977Zinfo: downloading 6 components
402026-06-10T03:37:17.629Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-10T03:37:17.629Z
422026-06-10T03:37:17.660Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-10T03:37:17.660Z
442026-06-10T03:37:17.663Z
452026-06-10T03:37:17.663ZRust is installed now. Great!
462026-06-10T03:37:17.663Z
472026-06-10T03:37:17.663ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T03:37:17.663Zenvironment variable. This has not been done automatically.
492026-06-10T03:37:17.663Z
502026-06-10T03:37:17.663ZTo configure your current shell, you need to source
512026-06-10T03:37:17.663Zthe corresponding env file under $HOME/.cargo.
522026-06-10T03:37:17.663Z
532026-06-10T03:37:17.663ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T03:37:17.663Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T03:37:17.663Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T03:37:17.663Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T03:37:17.663Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T03:37:17.663Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T03:37:17.663Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T03:37:17.663Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T03:37:17.663Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T03:37:17.768Z+ rustup --version
632026-06-10T03:37:17.777Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T03:37:17.780Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T03:37:17.799Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-10T03:37:17.802Z+ cargo --version
672026-06-10T03:37:17.815Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-10T03:37:17.818Z+ rustc --version
692026-06-10T03:37:17.837Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-10T03:37:17.840Zprocess exited: duration 19699 ms, exit code 0
 
712026-06-10T03:37:17.846Zstarting task 2: "authentication"
722026-06-10T03:37:17.861Zprocess exited: duration 15 ms, exit code 0
 
732026-06-10T03:37:17.867Zstarting task 3: "clone repository"
742026-06-10T03:37:17.870Z+ mkdir -p /work/oxidecomputer/opte
752026-06-10T03:37:17.873Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-10T03:37:17.910ZCloning into '/work/oxidecomputer/opte'...
772026-06-10T03:37:18.784Z+ cd /work/oxidecomputer/opte
782026-06-10T03:37:18.784Z+ git fetch origin db98f704610f68ee307e8d8df839d51ba2252392
792026-06-10T03:37:19.032ZFrom https://github.com/oxidecomputer/opte
802026-06-10T03:37:19.032Z * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD
812026-06-10T03:37:19.040Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-06-10T03:37:19.042Z++ git branch --show-current
832026-06-10T03:37:19.042Z+ current=master
842026-06-10T03:37:19.042Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-06-10T03:37:19.042Z+ git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392
862026-06-10T03:37:19.045Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-06-10T03:37:19.062ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-06-10T03:37:19.064Z+ git reset --hard db98f704610f68ee307e8d8df839d51ba2252392
892026-06-10T03:37:19.078ZHEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52
902026-06-10T03:37:19.081Zprocess exited: duration 1212 ms, exit code 0
 
912026-06-10T03:37:19.087Zstarting task 4: "build"
922026-06-10T03:37:19.090Z+ source .github/buildomat/common.sh
932026-06-10T03:37:19.093Z++ rustup show active-toolchain
942026-06-10T03:37:19.096Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-10T03:37:19.098Z++ pushd xde
962026-06-10T03:37:19.098Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-10T03:37:19.098Z++ rustup show active-toolchain
982026-06-10T03:37:19.102Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-10T03:37:19.461Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-10T03:37:19.464Zinfo: downloading 6 components
1012026-06-10T03:38:16.130Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-10T03:38:16.223Z+++ rustup show active-toolchain -v
1032026-06-10T03:38:16.226Z+++ head -n 1
1042026-06-10T03:38:16.226Z+++ cut '-d ' -f1
1052026-06-10T03:38:16.274Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-10T03:38:16.274Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-10T03:38:16.274Z++ popd
1082026-06-10T03:38:16.276Z/work/oxidecomputer/opte
1092026-06-10T03:38:16.276Z+ cargo --version
1102026-06-10T03:38:16.284Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-10T03:38:16.287Z+ rustc --version
1122026-06-10T03:38:16.305Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-10T03:38:16.308Z+ cd lib/opte
1142026-06-10T03:38:16.308Z+ header 'check style'
1152026-06-10T03:38:16.308Z+ echo '# ==== check style ==== #'
1162026-06-10T03:38:16.308Z# ==== check style ==== #
1172026-06-10T03:38:16.308Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-06-10T03:38:16.489Z
1192026-06-10T03:38:16.490Zreal 0.178870682
1202026-06-10T03:38:16.490Zuser 0.138549500
1212026-06-10T03:38:16.490Zsys 0.035355141
1222026-06-10T03:38:16.490Ztrap 0.000013060
1232026-06-10T03:38:16.490Ztflt 0.000050470
1242026-06-10T03:38:16.490Zdflt 0.000048510
1252026-06-10T03:38:16.490Zkflt 0.000000000
1262026-06-10T03:38:16.490Zlock 0.034809939
1272026-06-10T03:38:16.490Zslp 0.158578041
1282026-06-10T03:38:16.490Zlat 0.000926280
1292026-06-10T03:38:16.490Zstop 0.000090250
1302026-06-10T03:38:16.493Z+ header 'check docs'
1312026-06-10T03:38:16.493Z+ echo '# ==== check docs ==== #'
1322026-06-10T03:38:16.493Z# ==== check docs ==== #
1332026-06-10T03:38:16.493Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-10T03:38:16.493Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-10T03:38:16.558Z Updating crates.io index
1362026-06-10T03:38:16.595Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-10T03:38:17.954Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-10T03:38:18.376Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-10T03:38:18.719Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-10T03:38:19.124Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-10T03:38:19.369Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-10T03:38:19.621Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-10T03:38:21.361Z Downloading crates ...
1442026-06-10T03:38:21.426Z Downloaded dof v0.4.0
1452026-06-10T03:38:21.429Z Downloaded ipnetwork v0.21.1
1462026-06-10T03:38:21.432Z Downloaded bitflags v1.3.2
1472026-06-10T03:38:21.448Z Downloaded darling_core v0.23.0
1482026-06-10T03:38:21.452Z Downloaded ingot-macros v0.1.1
1492026-06-10T03:38:21.455Z Downloaded plain v0.2.3
1502026-06-10T03:38:21.461Z Downloaded crypto-common v0.1.7
1512026-06-10T03:38:21.464Z Downloaded block-buffer v0.10.4
1522026-06-10T03:38:21.464Z Downloaded defmt-macros v1.1.0
1532026-06-10T03:38:21.468Z Downloaded byteorder v1.5.0
1542026-06-10T03:38:21.468Z Downloaded aho-corasick v1.1.4
1552026-06-10T03:38:21.473Z Downloaded darling v0.23.0
1562026-06-10T03:38:21.476Z Downloaded bitflags v2.13.0
1572026-06-10T03:38:21.478Z Downloaded dyn-clone v1.0.20
1582026-06-10T03:38:21.481Z Downloaded dtrace-parser v0.3.0
1592026-06-10T03:38:21.481Z Downloaded darling_macro v0.23.0
1602026-06-10T03:38:21.481Z Downloaded ident_case v1.0.1
1612026-06-10T03:38:21.481Z Downloaded defmt-parser v1.0.0
1622026-06-10T03:38:21.481Z Downloaded darling_macro v0.21.3
1632026-06-10T03:38:21.484Z Downloaded ref-cast v1.0.25
1642026-06-10T03:38:21.487Z Downloaded managed v0.8.0
1652026-06-10T03:38:21.487Z Downloaded macaddr v1.0.1
1662026-06-10T03:38:21.490Z Downloaded cfg-if v1.0.4
1672026-06-10T03:38:21.493Z Downloaded ref-cast-impl v1.0.25
1682026-06-10T03:38:21.493Z Downloaded cpufeatures v0.2.17
1692026-06-10T03:38:21.500Z Downloaded tabwriter v1.4.1
1702026-06-10T03:38:21.503Z Downloaded embedded-io v0.6.1
1712026-06-10T03:38:21.506Z Downloaded hash32 v0.3.1
1722026-06-10T03:38:21.514Z Downloaded scroll_derive v0.13.1
1732026-06-10T03:38:21.517Z Downloaded proc-macro-error-attr2 v2.0.0
1742026-06-10T03:38:21.517Z Downloaded usdt-attr-macro v0.6.0
1752026-06-10T03:38:21.517Z Downloaded usdt-macro v0.6.0
1762026-06-10T03:38:21.521Z Downloaded embedded-io v0.4.0
1772026-06-10T03:38:21.528Z Downloaded usdt-impl v0.6.0
1782026-06-10T03:38:21.536Z Downloaded generic-array v0.14.7
1792026-06-10T03:38:21.538Z Downloaded pretty-hex v0.4.2
1802026-06-10T03:38:21.543Z Downloaded sha2 v0.10.9
1812026-06-10T03:38:21.545Z Downloaded scroll v0.13.0
1822026-06-10T03:38:21.545Z Downloaded ingot-types v0.1.2
1832026-06-10T03:38:21.548Z Downloaded defmt v0.3.100
1842026-06-10T03:38:21.551Z Downloaded fnv v1.0.7
1852026-06-10T03:38:21.551Z Downloaded cobs v0.3.0
1862026-06-10T03:38:21.554Z Downloaded version_check v0.9.5
1872026-06-10T03:38:21.558Z Downloaded usdt v0.6.0
1882026-06-10T03:38:21.560Z Downloaded thread-id v5.1.0
1892026-06-10T03:38:21.560Z Downloaded itoa v1.0.18
1902026-06-10T03:38:21.563Z Downloaded strsim v0.11.1
1912026-06-10T03:38:21.566Z Downloaded stable_deref_trait v1.2.1
1922026-06-10T03:38:21.569Z Downloaded proc-macro-error2 v2.0.1
1932026-06-10T03:38:21.573Z Downloaded either v1.16.0
1942026-06-10T03:38:21.578Z Downloaded pest_generator v2.8.6
1952026-06-10T03:38:21.582Z Downloaded digest v0.10.7
1962026-06-10T03:38:21.585Z Downloaded serde_tokenstream v0.2.3
1972026-06-10T03:38:21.585Z Downloaded ingot v0.1.1
1982026-06-10T03:38:21.587Z Downloaded zmij v1.0.21
1992026-06-10T03:38:21.587Z Downloaded thiserror-impl v2.0.18
2002026-06-10T03:38:21.587Z Downloaded darling v0.21.3
2012026-06-10T03:38:21.590Z Downloaded log v0.4.32
2022026-06-10T03:38:21.594Z Downloaded quote v1.0.45
2032026-06-10T03:38:21.601Z Downloaded thiserror v2.0.18
2042026-06-10T03:38:21.609Z Downloaded postcard v1.1.3
2052026-06-10T03:38:21.612Z Downloaded unicode-ident v1.0.24
2062026-06-10T03:38:21.615Z Downloaded pest_derive v2.8.6
2072026-06-10T03:38:21.615Z Downloaded memmap2 v0.9.10
2082026-06-10T03:38:21.618Z Downloaded serde_derive v1.0.228
2092026-06-10T03:38:21.620Z Downloaded crc32fast v1.5.0
2102026-06-10T03:38:21.639Z Downloaded defmt v1.1.0
2112026-06-10T03:38:21.646Z Downloaded ucd-trie v0.1.7
2122026-06-10T03:38:21.649Z Downloaded proc-macro2 v1.0.106
2132026-06-10T03:38:21.658Z Downloaded serde v1.0.228
2142026-06-10T03:38:21.660Z Downloaded pest_meta v2.8.6
2152026-06-10T03:38:21.665Z Downloaded serde_core v1.0.228
2162026-06-10T03:38:21.668Z Downloaded heapless v0.8.0
2172026-06-10T03:38:21.670Z Downloaded zerocopy-derive v0.8.52
2182026-06-10T03:38:21.674Z Downloaded darling_core v0.21.3
2192026-06-10T03:38:21.681Z Downloaded typenum v1.20.1
2202026-06-10T03:38:21.684Z Downloaded memchr v2.8.1
2212026-06-10T03:38:21.711Z Downloaded pest v2.8.6
2222026-06-10T03:38:21.716Z Downloaded itertools v0.14.0
2232026-06-10T03:38:21.735Z Downloaded serde_json v1.0.150
2242026-06-10T03:38:21.745Z Downloaded regex v1.12.4
2252026-06-10T03:38:21.812Z Downloaded zerocopy v0.8.52
2262026-06-10T03:38:21.824Z Downloaded unicode-width v0.2.2
2272026-06-10T03:38:21.827Z Downloaded smoltcp v0.11.0
2282026-06-10T03:38:21.831Z Downloaded goblin v0.10.7
2292026-06-10T03:38:21.836Z Downloaded syn v2.0.117
2302026-06-10T03:38:21.841Z Downloaded regex-syntax v0.8.11
2312026-06-10T03:38:21.865Z Downloaded regex-automata v0.4.14
2322026-06-10T03:38:21.872Z Downloaded libc v0.2.186
2332026-06-10T03:38:21.931Z Compiling proc-macro2 v1.0.106
2342026-06-10T03:38:21.931Z Compiling quote v1.0.45
2352026-06-10T03:38:21.931Z Compiling unicode-ident v1.0.24
2362026-06-10T03:38:21.931Z Documenting unicode-ident v1.0.24
2372026-06-10T03:38:21.931Z Compiling strsim v0.11.1
2382026-06-10T03:38:21.935Z Compiling ident_case v1.0.1
2392026-06-10T03:38:21.992Z Compiling serde_core v1.0.228
2402026-06-10T03:38:22.085Z Compiling fnv v1.0.7
2412026-06-10T03:38:22.100Z Checking memchr v2.8.1
2422026-06-10T03:38:22.259Z Compiling zerocopy v0.8.52
2432026-06-10T03:38:22.310Z Compiling serde v1.0.228
2442026-06-10T03:38:22.362Z Compiling regex-syntax v0.8.11
2452026-06-10T03:38:22.422Z Compiling thiserror v2.0.18
2462026-06-10T03:38:22.648Z Documenting proc-macro2 v1.0.106
2472026-06-10T03:38:22.648Z Compiling aho-corasick v1.1.4
2482026-06-10T03:38:22.940Z Checking syn v2.0.117
2492026-06-10T03:38:23.008Z Checking byteorder v1.5.0
2502026-06-10T03:38:23.208Z Documenting quote v1.0.45
2512026-06-10T03:38:23.409Z Compiling either v1.16.0
2522026-06-10T03:38:23.605Z Compiling itertools v0.14.0
2532026-06-10T03:38:23.697Z Documenting syn v2.0.117
2542026-06-10T03:38:23.814Z Compiling regex-automata v0.4.14
2552026-06-10T03:38:24.040Z Compiling heapless v0.8.0
2562026-06-10T03:38:24.345Z Documenting memchr v2.8.1
2572026-06-10T03:38:24.565Z Checking bitflags v2.13.0
2582026-06-10T03:38:24.717Z Checking hash32 v0.3.1
2592026-06-10T03:38:24.809Z Documenting serde_core v1.0.228
2602026-06-10T03:38:24.821Z Documenting regex-syntax v0.8.11
2612026-06-10T03:38:24.888Z Checking stable_deref_trait v1.2.1
2622026-06-10T03:38:24.951Z Documenting aho-corasick v1.1.4
2632026-06-10T03:38:24.954Z Checking cfg-if v1.0.4
2642026-06-10T03:38:25.009Z Checking macaddr v1.0.1
2652026-06-10T03:38:25.232Z Checking darling_core v0.21.3
2662026-06-10T03:38:25.751Z Compiling regex v1.12.4
2672026-06-10T03:38:25.787Z Compiling darling_core v0.23.0
2682026-06-10T03:38:25.876Z Documenting regex-automata v0.4.14
2692026-06-10T03:38:26.141Z Compiling smoltcp v0.11.0
2702026-06-10T03:38:26.431Z Documenting zerocopy-derive v0.8.52
2712026-06-10T03:38:26.501Z Documenting thiserror-impl v2.0.18
2722026-06-10T03:38:26.557Z Documenting serde_derive v1.0.228
2732026-06-10T03:38:26.636Z Compiling zerocopy-derive v0.8.52
2742026-06-10T03:38:27.191Z Compiling serde_derive v1.0.228
2752026-06-10T03:38:27.252Z Compiling thiserror-impl v2.0.18
2762026-06-10T03:38:27.324Z Documenting regex v1.12.4
2772026-06-10T03:38:27.687Z Documenting byteorder v1.5.0
2782026-06-10T03:38:27.757Z Checking managed v0.8.0
2792026-06-10T03:38:27.760Z Compiling darling_macro v0.21.3
2802026-06-10T03:38:27.909Z Compiling darling_macro v0.23.0
2812026-06-10T03:38:27.942Z Checking bitflags v1.3.2
2822026-06-10T03:38:28.005Z Documenting bitflags v2.13.0
2832026-06-10T03:38:28.203Z Documenting zerocopy v0.8.52
2842026-06-10T03:38:28.300Z Documenting hash32 v0.3.1
2852026-06-10T03:38:28.345Z Compiling darling v0.21.3
2862026-06-10T03:38:28.421Z Compiling ingot-macros v0.1.1
2872026-06-10T03:38:28.575Z Documenting ingot-macros v0.1.1
2882026-06-10T03:38:28.610Z Checking cobs v0.3.0
2892026-06-10T03:38:28.629Z Documenting thiserror v2.0.18
2902026-06-10T03:38:28.736Z Documenting stable_deref_trait v1.2.1
2912026-06-10T03:38:28.822Z Compiling crc32fast v1.5.0
2922026-06-10T03:38:29.114Z Documenting macaddr v1.0.1
2932026-06-10T03:38:29.137Z Compiling ref-cast v1.0.25
2942026-06-10T03:38:29.300Z Documenting cfg-if v1.0.4
2952026-06-10T03:38:29.504Z Documenting heapless v0.8.0
2962026-06-10T03:38:29.645Z Documenting cobs v0.3.0
2972026-06-10T03:38:29.970Z Documenting serde v1.0.228
2982026-06-10T03:38:30.216Z Compiling ref-cast-impl v1.0.25
2992026-06-10T03:38:30.289Z Checking postcard v1.1.3
3002026-06-10T03:38:30.551Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-06-10T03:38:30.795Z Documenting managed v0.8.0
3022026-06-10T03:38:30.805Z Checking ipnetwork v0.21.1
3032026-06-10T03:38:30.812Z Compiling version_check v0.9.5
3042026-06-10T03:38:31.020Z Checking unicode-width v0.2.2
3052026-06-10T03:38:31.072Z Checking ingot-types v0.1.2
3062026-06-10T03:38:31.079Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3072026-06-10T03:38:31.091Z Documenting ingot-types v0.1.2
3082026-06-10T03:38:31.126Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3092026-06-10T03:38:31.258Z Compiling darling v0.23.0
3102026-06-10T03:38:31.313Z Documenting ref-cast-impl v1.0.25
3112026-06-10T03:38:31.328Z Documenting ipnetwork v0.21.1
3122026-06-10T03:38:31.352Z Documenting either v1.16.0
3132026-06-10T03:38:31.403Z Documenting postcard v1.1.3
3142026-06-10T03:38:31.410Z Checking ingot v0.1.1
3152026-06-10T03:38:31.479Z Documenting smoltcp v0.11.0
3162026-06-10T03:38:31.845Z Documenting unicode-width v0.2.2
3172026-06-10T03:38:32.125Z Documenting ingot v0.1.1
3182026-06-10T03:38:32.305Z Documenting itertools v0.14.0
3192026-06-10T03:38:32.591Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3202026-06-10T03:38:32.823Z Documenting ref-cast v1.0.25
3212026-06-10T03:38:32.957Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-06-10T03:38:33.082Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-06-10T03:38:33.489Z Checking tabwriter v1.4.1
3242026-06-10T03:38:33.650Z Documenting tabwriter v1.4.1
3252026-06-10T03:38:33.799Z Documenting crc32fast v1.5.0
3262026-06-10T03:38:33.962Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-06-10T03:38:34.118Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-06-10T03:38:34.266Z Checking dyn-clone v1.0.20
3292026-06-10T03:38:34.334Z Documenting dyn-clone v1.0.20
3302026-06-10T03:38:34.996Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-06-10T03:38:36.554Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-06-10T03:38:38.805Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.30s
3332026-06-10T03:38:38.893Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-06-10T03:38:38.913Z
3352026-06-10T03:38:38.913Zreal 22.402982303
3362026-06-10T03:38:38.913Zuser 1:15.358464826
3372026-06-10T03:38:38.913Zsys 15.677449129
3382026-06-10T03:38:38.913Ztrap 0.042925792
3392026-06-10T03:38:38.916Ztflt 0.041412560
3402026-06-10T03:38:38.916Zdflt 0.097990401
3412026-06-10T03:38:38.916Zkflt 0.005524916
3422026-06-10T03:38:38.916Zlock 6:50.988337322
3432026-06-10T03:38:38.916Zslp 4:13.373729696
3442026-06-10T03:38:38.916Zlat 8.831739825
3452026-06-10T03:38:38.916Zstop 9.720737224
3462026-06-10T03:38:38.917Z+ header 'analyze std + api'
3472026-06-10T03:38:38.917Z+ echo '# ==== analyze std + api ==== #'
3482026-06-10T03:38:38.917Z# ==== analyze std + api ==== #
3492026-06-10T03:38:38.917Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-06-10T03:38:39.153Z Compiling proc-macro2 v1.0.106
3512026-06-10T03:38:39.153Z Compiling quote v1.0.45
3522026-06-10T03:38:39.153Z Compiling unicode-ident v1.0.24
3532026-06-10T03:38:39.153Z Compiling memchr v2.8.1
3542026-06-10T03:38:39.153Z Compiling thiserror v2.0.18
3552026-06-10T03:38:39.158Z Compiling zerocopy v0.8.52
3562026-06-10T03:38:39.158Z Compiling zmij v1.0.21
3572026-06-10T03:38:39.174Z Compiling libc v0.2.186
3582026-06-10T03:38:39.328Z Compiling serde_core v1.0.228
3592026-06-10T03:38:39.514Z Compiling ident_case v1.0.1
3602026-06-10T03:38:39.539Z Compiling serde_json v1.0.150
3612026-06-10T03:38:39.544Z Compiling ucd-trie v0.1.7
3622026-06-10T03:38:39.562Z Compiling strsim v0.11.1
3632026-06-10T03:38:39.734Z Compiling pest v2.8.6
3642026-06-10T03:38:39.765Z Compiling serde v1.0.228
3652026-06-10T03:38:39.883Z Compiling fnv v1.0.7
3662026-06-10T03:38:40.109Z Compiling aho-corasick v1.1.4
3672026-06-10T03:38:40.132Z Compiling itoa v1.0.18
3682026-06-10T03:38:40.153Z Compiling regex-syntax v0.8.11
3692026-06-10T03:38:40.296Z Checking byteorder v1.5.0
3702026-06-10T03:38:40.408Z Compiling syn v2.0.117
3712026-06-10T03:38:40.797Z Compiling pest_meta v2.8.6
3722026-06-10T03:38:40.963Z Compiling either v1.16.0
3732026-06-10T03:38:41.186Z Compiling usdt-impl v0.6.0
3742026-06-10T03:38:41.209Z Compiling itertools v0.14.0
3752026-06-10T03:38:41.564Z Compiling regex-automata v0.4.14
3762026-06-10T03:38:41.716Z Compiling thread-id v5.1.0
3772026-06-10T03:38:41.821Z Compiling heapless v0.8.0
3782026-06-10T03:38:42.049Z Checking plain v0.2.3
3792026-06-10T03:38:42.123Z Checking log v0.4.32
3802026-06-10T03:38:42.290Z Checking bitflags v2.13.0
3812026-06-10T03:38:42.419Z Checking hash32 v0.3.1
3822026-06-10T03:38:42.422Z Checking cfg-if v1.0.4
3832026-06-10T03:38:42.497Z Checking pretty-hex v0.4.2
3842026-06-10T03:38:42.552Z Compiling smoltcp v0.11.0
3852026-06-10T03:38:42.595Z Checking macaddr v1.0.1
3862026-06-10T03:38:42.603Z Checking stable_deref_trait v1.2.1
3872026-06-10T03:38:42.797Z Compiling pest_generator v2.8.6
3882026-06-10T03:38:42.889Z Compiling darling_core v0.21.3
3892026-06-10T03:38:42.908Z Compiling darling_core v0.23.0
3902026-06-10T03:38:43.043Z Checking managed v0.8.0
3912026-06-10T03:38:43.226Z Compiling crc32fast v1.5.0
3922026-06-10T03:38:43.282Z Compiling regex v1.12.4
3932026-06-10T03:38:43.418Z Compiling ref-cast v1.0.25
3942026-06-10T03:38:43.521Z Checking bitflags v1.3.2
3952026-06-10T03:38:43.582Z Compiling version_check v0.9.5
3962026-06-10T03:38:43.803Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3972026-06-10T03:38:43.849Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3982026-06-10T03:38:44.003Z Compiling thiserror-impl v2.0.18
3992026-06-10T03:38:44.102Z Compiling serde_derive v1.0.228
4002026-06-10T03:38:44.112Z Compiling zerocopy-derive v0.8.52
4012026-06-10T03:38:44.122Z Compiling pest_derive v2.8.6
4022026-06-10T03:38:44.639Z Compiling scroll_derive v0.13.1
4032026-06-10T03:38:44.703Z Compiling ref-cast-impl v1.0.25
4042026-06-10T03:38:44.845Z Checking memmap2 v0.9.10
4052026-06-10T03:38:44.944Z Compiling darling_macro v0.21.3
4062026-06-10T03:38:44.979Z Compiling darling_macro v0.23.0
4072026-06-10T03:38:45.179Z Checking ipnetwork v0.21.1
4082026-06-10T03:38:45.282Z Checking dtrace-parser v0.3.0
4092026-06-10T03:38:45.368Z Checking cobs v0.3.0
4102026-06-10T03:38:45.440Z Checking scroll v0.13.0
4112026-06-10T03:38:45.480Z Compiling darling v0.21.3
4122026-06-10T03:38:45.507Z Checking unicode-width v0.2.2
4132026-06-10T03:38:45.521Z Compiling darling v0.23.0
4142026-06-10T03:38:45.545Z Compiling ingot-macros v0.1.1
4152026-06-10T03:38:45.589Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4162026-06-10T03:38:45.654Z Checking goblin v0.10.7
4172026-06-10T03:38:45.743Z Checking tabwriter v1.4.1
4182026-06-10T03:38:46.001Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4192026-06-10T03:38:46.407Z Checking dyn-clone v1.0.20
4202026-06-10T03:38:47.091Z Checking postcard v1.1.3
4212026-06-10T03:38:47.110Z Compiling serde_tokenstream v0.2.3
4222026-06-10T03:38:48.074Z Checking ingot-types v0.1.2
4232026-06-10T03:38:48.074Z Checking dof v0.4.0
4242026-06-10T03:38:48.377Z Checking ingot v0.1.1
4252026-06-10T03:38:49.004Z Compiling usdt-attr-macro v0.6.0
4262026-06-10T03:38:49.007Z Compiling usdt-macro v0.6.0
4272026-06-10T03:38:49.590Z Checking usdt v0.6.0
4282026-06-10T03:38:49.794Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-06-10T03:38:58.024Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.06s
4302026-06-10T03:38:58.052Z
4312026-06-10T03:38:58.056Zreal 19.134566617
4322026-06-10T03:38:58.056Zuser 1:03.473067894
4332026-06-10T03:38:58.056Zsys 12.883121333
4342026-06-10T03:38:58.056Ztrap 0.032579275
4352026-06-10T03:38:58.056Ztflt 0.129956893
4362026-06-10T03:38:58.056Zdflt 0.181006746
4372026-06-10T03:38:58.056Zkflt 0.000015630
4382026-06-10T03:38:58.056Zlock 3:41.954852887
4392026-06-10T03:38:58.056Zslp 3:24.918075524
4402026-06-10T03:38:58.056Zlat 2.859793070
4412026-06-10T03:38:58.056Zstop 6.099330540
4422026-06-10T03:38:58.056Z+ header 'analyze no_std + engine + kernel'
4432026-06-10T03:38:58.056Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-06-10T03:38:58.056Z# ==== analyze no_std + engine + kernel ==== #
4452026-06-10T03:38:58.056Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4462026-06-10T03:38:58.232Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4472026-06-10T03:38:58.235Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-06-10T03:38:58.254Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-06-10T03:38:58.257Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-06-10T03:38:58.520Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-06-10T03:39:02.731Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.63s
4522026-06-10T03:39:02.756Z
4532026-06-10T03:39:02.759Zreal 4.697713788
4542026-06-10T03:39:02.759Zuser 5.062275845
4552026-06-10T03:39:02.759Zsys 0.891665240
4562026-06-10T03:39:02.759Ztrap 0.000556760
4572026-06-10T03:39:02.759Ztflt 0.008826451
4582026-06-10T03:39:02.759Zdflt 0.002711681
4592026-06-10T03:39:02.759Zkflt 0.000000000
4602026-06-10T03:39:02.759Zlock 20.037657284
4612026-06-10T03:39:02.759Zslp 18.020064992
4622026-06-10T03:39:02.760Zlat 0.021190804
4632026-06-10T03:39:02.760Zstop 0.215954172
4642026-06-10T03:39:02.760Z+ header test
4652026-06-10T03:39:02.760Z+ echo '# ==== test ==== #'
4662026-06-10T03:39:02.760Z# ==== test ==== #
4672026-06-10T03:39:02.760Z+ ptime -m cargo test
4682026-06-10T03:39:02.909Z Compiling serde_core v1.0.228
4692026-06-10T03:39:02.912Z Compiling thiserror v2.0.18
4702026-06-10T03:39:02.912Z Compiling zerocopy v0.8.52
4712026-06-10T03:39:02.932Z Compiling memchr v2.8.1
4722026-06-10T03:39:02.935Z Compiling byteorder v1.5.0
4732026-06-10T03:39:02.939Z Compiling unicode-ident v1.0.24
4742026-06-10T03:39:02.942Z Compiling zmij v1.0.21
4752026-06-10T03:39:02.942Z Compiling libc v0.2.186
4762026-06-10T03:39:03.017Z Compiling proc-macro2 v1.0.106
4772026-06-10T03:39:03.069Z Compiling scroll v0.13.0
4782026-06-10T03:39:03.143Z Compiling log v0.4.32
4792026-06-10T03:39:03.277Z Compiling itoa v1.0.18
4802026-06-10T03:39:03.312Z Compiling plain v0.2.3
4812026-06-10T03:39:03.330Z Compiling ucd-trie v0.1.7
4822026-06-10T03:39:03.366Z Compiling quote v1.0.45
4832026-06-10T03:39:03.406Z Compiling goblin v0.10.7
4842026-06-10T03:39:03.527Z Compiling pest v2.8.6
4852026-06-10T03:39:04.023Z Compiling hash32 v0.3.1
4862026-06-10T03:39:04.026Z Compiling cfg-if v1.0.4
4872026-06-10T03:39:04.085Z Compiling pretty-hex v0.4.2
4882026-06-10T03:39:04.182Z Compiling macaddr v1.0.1
4892026-06-10T03:39:04.212Z Compiling stable_deref_trait v1.2.1
4902026-06-10T03:39:04.285Z Compiling heapless v0.8.0
4912026-06-10T03:39:04.426Z Compiling syn v2.0.117
4922026-06-10T03:39:04.472Z Compiling thread-id v5.1.0
4932026-06-10T03:39:04.547Z Compiling cobs v0.3.0
4942026-06-10T03:39:04.741Z Compiling serde v1.0.228
4952026-06-10T03:39:04.836Z Compiling serde_json v1.0.150
4962026-06-10T03:39:04.884Z Compiling bitflags v2.13.0
4972026-06-10T03:39:05.244Z Compiling dtrace-parser v0.3.0
4982026-06-10T03:39:05.296Z Compiling managed v0.8.0
4992026-06-10T03:39:05.386Z Compiling bitflags v1.3.2
5002026-06-10T03:39:05.452Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-06-10T03:39:05.515Z Compiling smoltcp v0.11.0
5022026-06-10T03:39:05.693Z Compiling ingot-types v0.1.2
5032026-06-10T03:39:05.801Z Compiling postcard v1.1.3
5042026-06-10T03:39:05.862Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-06-10T03:39:06.088Z Compiling ingot v0.1.1
5062026-06-10T03:39:06.137Z Compiling memmap2 v0.9.10
5072026-06-10T03:39:06.430Z Compiling dof v0.4.0
5082026-06-10T03:39:06.455Z Compiling either v1.16.0
5092026-06-10T03:39:06.663Z Compiling unicode-width v0.2.2
5102026-06-10T03:39:06.961Z Compiling ipnetwork v0.21.1
5112026-06-10T03:39:07.504Z Compiling usdt-impl v0.6.0
5122026-06-10T03:39:07.967Z Compiling usdt v0.6.0
5132026-06-10T03:39:08.334Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5142026-06-10T03:39:08.585Z Compiling tabwriter v1.4.1
5152026-06-10T03:39:08.802Z Compiling itertools v0.14.0
5162026-06-10T03:39:09.005Z Compiling ref-cast v1.0.25
5172026-06-10T03:39:09.101Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5182026-06-10T03:39:09.751Z Compiling crc32fast v1.5.0
5192026-06-10T03:39:09.838Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-06-10T03:39:09.993Z Compiling dyn-clone v1.0.20
5212026-06-10T03:39:24.549Z Finished `test` profile [optimized + debuginfo] target(s) in 21.78s
5222026-06-10T03:39:24.566Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-3483e89f5d24a40c)
5232026-06-10T03:39:24.569Z
5242026-06-10T03:39:24.569Zrunning 83 tests
5252026-06-10T03:39:24.569Ztest ddi::mblk::test::chain_append_links ... ok
5262026-06-10T03:39:24.569Ztest d_error::tests::name_and_data_storage ... ok
5272026-06-10T03:39:24.569Ztest d_error::tests::name_truncation ... ok
5282026-06-10T03:39:24.569Ztest ddi::mblk::test::chain_breaks_links ... ok
5292026-06-10T03:39:24.569Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5302026-06-10T03:39:24.569Ztest ddi::mblk::test::chain_drain_complete ... ok
5312026-06-10T03:39:24.569Ztest ddi::mblk::test::prefix_len ... ok
5322026-06-10T03:39:24.569Ztest ddi::mblk::test::expand_and_shrink ... ok
5332026-06-10T03:39:24.569Ztest ddi::mblk::test::read_seg ... ok
5342026-06-10T03:39:24.569Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5352026-06-10T03:39:24.569Ztest ddi::mblk::test::truncate ... ok
5362026-06-10T03:39:24.569Ztest ddi::mblk::test::uninitialized_packet ... ok
5372026-06-10T03:39:24.569Ztest ddi::mblk::test::wrap ... ok
5382026-06-10T03:39:24.569Ztest ddi::mblk::test::zero_byte_packet ... ok
5392026-06-10T03:39:24.573Ztest ddi::time::test::good_interval ... ok
5402026-06-10T03:39:24.573Ztest engine::dhcp::test::domain_search_option_encode ... ok
5412026-06-10T03:39:24.573Ztest engine::dhcp::test::domainname_encode ... ok
5422026-06-10T03:39:24.573Ztest engine::dhcp::test::hostname_encode ... ok
5432026-06-10T03:39:24.573Ztest engine::dhcp::test::rfc3442_encode ... ok
5442026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5452026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5462026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_iana ... ok
5472026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5482026-06-10T03:39:24.573Ztest engine::dhcp::test::offlink_encode ... ok
5492026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_client_id ... ok
5502026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_iata ... ok
5512026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5522026-06-10T03:39:24.573Ztest ddi::time::test::bad_interval - should panic ... ok
5532026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5542026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5552026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5562026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_option_request ... ok
5572026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5582026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5592026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_server_id ... ok
5602026-06-10T03:39:24.573Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5612026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5622026-06-10T03:39:24.573Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5632026-06-10T03:39:24.573Ztest engine::ether::test::emit ... ok
5642026-06-10T03:39:24.573Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5652026-06-10T03:39:24.573Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5662026-06-10T03:39:24.573Ztest engine::dhcpv6::options::test::test_status ... ok
5672026-06-10T03:39:24.573Ztest engine::flow_table::test::flow_clear ... ok
5682026-06-10T03:39:24.574Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5692026-06-10T03:39:24.574Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5702026-06-10T03:39:24.574Ztest engine::flow_table::test::flow_expired ... ok
5712026-06-10T03:39:24.574Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5722026-06-10T03:39:24.574Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5732026-06-10T03:39:24.574Ztest engine::flow_table::test::eviction_basics ... ok
5742026-06-10T03:39:24.574Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5752026-06-10T03:39:24.574Ztest engine::flow_table::test::priority_lerp ... ok
5762026-06-10T03:39:24.574Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5772026-06-10T03:39:24.574Ztest engine::ip::v4::test::match_check ... ok
5782026-06-10T03:39:24.574Ztest engine::ip::v4::test::cidr_match ... ok
5792026-06-10T03:39:24.574Ztest engine::ip::v4::test::emit ... ok
5802026-06-10T03:39:24.574Ztest engine::geneve::test::emit_no_opts ... ok
5812026-06-10T03:39:24.574Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5822026-06-10T03:39:24.574Ztest engine::geneve::test::emit_single_opt ... ok
5832026-06-10T03:39:24.574Ztest engine::ip::v6::test::emit ... ok
5842026-06-10T03:39:24.574Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5852026-06-10T03:39:24.574Ztest engine::ip::v6::test::extension_push_spec ... ok
5862026-06-10T03:39:24.574Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5872026-06-10T03:39:24.574Ztest engine::ip::v6::test::option_push_spec ... ok
5882026-06-10T03:39:24.574Ztest engine::ip::v6::test::from_pairs ... ok
5892026-06-10T03:39:24.574Ztest engine::packet::test::read_multi_segment ... ok
5902026-06-10T03:39:24.574Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5912026-06-10T03:39:24.574Ztest engine::packet::test::read_single_segment ... ok
5922026-06-10T03:39:24.574Ztest engine::layer::test::find_rule ... ok
5932026-06-10T03:39:24.574Ztest engine::nat::test::nat4_rewrite ... ok
5942026-06-10T03:39:24.574Ztest engine::packet::test::straddled_tcp ... ok
5952026-06-10T03:39:24.574Ztest engine::packet::test::small_packet_with_padding ... ok
5962026-06-10T03:39:24.574Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5972026-06-10T03:39:24.574Ztest engine::packet::test::udp6_packet_with_padding ... ok
5982026-06-10T03:39:24.574Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5992026-06-10T03:39:24.574Ztest engine::ip::v6::test::test_set_total_len ... ok
6002026-06-10T03:39:24.574Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6012026-06-10T03:39:24.574Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6022026-06-10T03:39:24.574Ztest engine::snat::test::nat_mappings ... ok
6032026-06-10T03:39:24.574Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6042026-06-10T03:39:24.574Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6052026-06-10T03:39:24.574Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6062026-06-10T03:39:24.574Ztest engine::rule::rule_matching ... ok
6072026-06-10T03:39:24.575Ztest engine::ip::v6::test::push_spec ... ok
6082026-06-10T03:39:24.575Z
6092026-06-10T03:39:24.575Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6102026-06-10T03:39:24.575Z
6112026-06-10T03:39:24.575Z Doc-tests opte
6122026-06-10T03:39:26.525Z
6132026-06-10T03:39:26.525Zrunning 3 tests
6142026-06-10T03:39:26.529Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6152026-06-10T03:39:26.529Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6162026-06-10T03:39:26.529Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6172026-06-10T03:39:26.529Z
6182026-06-10T03:39:26.529Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6192026-06-10T03:39:26.529Z
6202026-06-10T03:39:26.534Zall doctests ran in 1.39s; merged doctests compilation took 1.38s
6212026-06-10T03:39:26.573Z
6222026-06-10T03:39:26.573Zreal 23.806766087
6232026-06-10T03:39:26.573Zuser 1:59.790229579
6242026-06-10T03:39:26.573Zsys 7.196384970
6252026-06-10T03:39:26.573Ztrap 0.054614280
6262026-06-10T03:39:26.573Ztflt 0.134020462
6272026-06-10T03:39:26.576Zdflt 0.363740787
6282026-06-10T03:39:26.576Zkflt 0.000001260
6292026-06-10T03:39:26.576Zlock 5:50.679114784
6302026-06-10T03:39:26.577Zslp 3:38.236319387
6312026-06-10T03:39:26.577Zlat 5.368114886
6322026-06-10T03:39:26.577Zstop 2.908342054
6332026-06-10T03:39:26.577Zprocess exited: duration 127486 ms, exit code 0
 
6342026-06-10T03:39:26.583Zfound 0 output files