01KVFJGDN54F40H93EX2JXMZQZ: opte

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

Buildomat Job: 01KVFJGTJKZ1TXQFM3CVJHP7XS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T09:14:33.519Zjob assigned to worker 01KVFJGXVWKGR01ZXECFCQH5FR [factory aws, i-051b5b4502b4a451a] (queued for 45 s)
 
22026-06-19T09:14:40.007Zstarting task 0: "setup"
32026-06-19T09:14:40.010Z++ uname -s
42026-06-19T09:14:40.013Z+ kern=SunOS
52026-06-19T09:14:40.013Z+ build_user=build
62026-06-19T09:14:40.013Z+ build_uid=12345
72026-06-19T09:14:40.013Z+ work_dir=/work
82026-06-19T09:14:40.013Z+ input_dir=/input
92026-06-19T09:14:40.013Z+ [[ 0 == 12345 ]]
102026-06-19T09:14:40.013Z+ case "$kern" in
112026-06-19T09:14:40.013Z+ groupadd -g 12345 build
122026-06-19T09:14:40.016Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T09:14:42.019Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T09:14:42.128Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T09:14:42.131Z+ home_fs=zfs
162026-06-19T09:14:42.131Z+ [[ zfs == autofs ]]
172026-06-19T09:14:42.131Z+ mkdir -p /home/build
182026-06-19T09:14:42.131Z+ chown build:build /home/build /work
192026-06-19T09:14:44.132Z+ chmod 0700 /home/build /work
202026-06-19T09:14:44.135Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-19T09:14:44.140Zstarting task 1: "rust-toolchain"
222026-06-19T09:14:44.144Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-19T09:14:44.144Z * rust toolchain channel = "1.96.0"
242026-06-19T09:14:44.144Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-19T09:14:44.144Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-19T09:14:44.144Z * rust toolchain profile = "default"
272026-06-19T09:14:44.144Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T09:14:44.147Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T09:14:44.147Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-19T09:14:44.255Zinfo: downloading installer
312026-06-19T09:14:45.604Zwarn: It looks like you have an existing rustup settings file at:
322026-06-19T09:14:45.604Zwarn: /home/build/.rustup/settings.toml
332026-06-19T09:14:45.604Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-19T09:14:45.604Zwarn: instead of the one inferred from the default host triple.
352026-06-19T09:14:45.616Zinfo: profile set to default
362026-06-19T09:14:45.616Zinfo: default host triple is x86_64-unknown-illumos
372026-06-19T09:14:45.619Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-19T09:14:45.753Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-19T09:14:45.756Zinfo: downloading 6 components
402026-06-19T09:15:00.294Z
412026-06-19T09:15:00.294Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-19T09:15:00.321Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-19T09:15:00.322Z
442026-06-19T09:15:00.322Z
452026-06-19T09:15:00.322ZRust is installed now. Great!
462026-06-19T09:15:00.322Z
472026-06-19T09:15:00.322ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-19T09:15:00.322Zenvironment variable. This has not been done automatically.
492026-06-19T09:15:00.322Z
502026-06-19T09:15:00.322ZTo configure your current shell, you need to source
512026-06-19T09:15:00.322Zthe corresponding env file under $HOME/.cargo.
522026-06-19T09:15:00.322Z
532026-06-19T09:15:00.322ZThis is usually done by running one of the following (note the leading DOT):
542026-06-19T09:15:00.325Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-19T09:15:00.325Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-19T09:15:00.325Zsource "~/.cargo/env.nu" # For nushell
572026-06-19T09:15:00.325Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-19T09:15:00.325Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-19T09:15:00.325Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-19T09:15:00.325Zwarn: no default linker (`cc`) was found in your PATH
612026-06-19T09:15:00.325Zwarn: many Rust crates require a system C toolchain to build
622026-06-19T09:15:00.405Z+ rustup --version
632026-06-19T09:15:00.416Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-19T09:15:00.416Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-19T09:15:00.434Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-19T09:15:00.437Z+ cargo --version
672026-06-19T09:15:00.450Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-19T09:15:00.453Z+ rustc --version
692026-06-19T09:15:00.472Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-19T09:15:00.475Zprocess exited: duration 16333 ms, exit code 0
 
712026-06-19T09:15:00.480Zstarting task 2: "authentication"
722026-06-19T09:15:00.496Zprocess exited: duration 15 ms, exit code 0
 
732026-06-19T09:15:00.501Zstarting task 3: "clone repository"
742026-06-19T09:15:00.504Z+ mkdir -p /work/oxidecomputer/opte
752026-06-19T09:15:00.507Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-19T09:15:00.540ZCloning into '/work/oxidecomputer/opte'...
772026-06-19T09:15:01.354Z+ cd /work/oxidecomputer/opte
782026-06-19T09:15:01.354Z+ git fetch origin 2d39e9716319d602429e771c12b3c6628589c63b
792026-06-19T09:15:01.633ZFrom https://github.com/oxidecomputer/opte
802026-06-19T09:15:01.633Z * branch 2d39e9716319d602429e771c12b3c6628589c63b -> FETCH_HEAD
812026-06-19T09:15:01.638Z+ [[ -n renovate/rust-1.x ]]
822026-06-19T09:15:01.641Z++ git branch --show-current
832026-06-19T09:15:01.641Z+ current=master
842026-06-19T09:15:01.641Z+ [[ master != renovate/rust-1.x ]]
852026-06-19T09:15:01.641Z+ git branch -f renovate/rust-1.x 2d39e9716319d602429e771c12b3c6628589c63b
862026-06-19T09:15:01.644Z+ git checkout -f renovate/rust-1.x
872026-06-19T09:15:01.660ZSwitched to branch 'renovate/rust-1.x'
882026-06-19T09:15:01.663Z+ git reset --hard 2d39e9716319d602429e771c12b3c6628589c63b
892026-06-19T09:15:01.676ZHEAD is now at 2d39e97 ...
902026-06-19T09:15:01.679Zprocess exited: duration 1175 ms, exit code 0
 
912026-06-19T09:15:01.684Zstarting task 4: "build"
922026-06-19T09:15:01.688Z+ source .github/buildomat/common.sh
932026-06-19T09:15:01.690Z++ rustup show active-toolchain
942026-06-19T09:15:01.693Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-19T09:15:01.696Z++ pushd xde
962026-06-19T09:15:01.696Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-19T09:15:01.696Z++ rustup show active-toolchain
982026-06-19T09:15:01.699Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-19T09:15:01.846Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-19T09:15:01.849Zinfo: downloading 6 components
1012026-06-19T09:15:15.432Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-19T09:15:15.524Z+++ rustup show active-toolchain -v
1032026-06-19T09:15:15.527Z+++ head -n 1
1042026-06-19T09:15:15.527Z+++ cut '-d ' -f1
1052026-06-19T09:15:15.579Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-19T09:15:15.579Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-19T09:15:15.579Z++ popd
1082026-06-19T09:15:15.582Z/work/oxidecomputer/opte
1092026-06-19T09:15:15.582Z+ cargo --version
1102026-06-19T09:15:15.589Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-19T09:15:15.592Z+ rustc --version
1122026-06-19T09:15:15.612Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-19T09:15:15.614Z+ cd lib/opte
1142026-06-19T09:15:15.614Z+ header 'check style'
1152026-06-19T09:15:15.615Z+ echo '# ==== check style ==== #'
1162026-06-19T09:15:15.615Z# ==== check style ==== #
1172026-06-19T09:15:15.615Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-19T09:15:15.799Z
1192026-06-19T09:15:15.799Zreal 0.182013099
1202026-06-19T09:15:15.799Zuser 0.138604359
1212026-06-19T09:15:15.799Zsys 0.036681578
1222026-06-19T09:15:15.799Ztrap 0.000010868
1232026-06-19T09:15:15.799Ztflt 0.000005358
1242026-06-19T09:15:15.803Zdflt 0.000008397
1252026-06-19T09:15:15.803Zkflt 0.000000000
1262026-06-19T09:15:15.803Zlock 0.031123266
1272026-06-19T09:15:15.803Zslp 0.161742709
1282026-06-19T09:15:15.803Zlat 0.000599601
1292026-06-19T09:15:15.803Zstop 0.000099171
1302026-06-19T09:15:15.803Z+ header 'check docs'
1312026-06-19T09:15:15.803Z+ echo '# ==== check docs ==== #'
1322026-06-19T09:15:15.803Z# ==== check docs ==== #
1332026-06-19T09:15:15.803Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-19T09:15:15.803Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-19T09:15:15.868Z Updating crates.io index
1362026-06-19T09:15:15.871Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-19T09:15:16.803Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-19T09:15:17.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-19T09:15:17.457Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-19T09:15:17.698Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-19T09:15:17.951Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-19T09:15:18.215Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-19T09:15:20.466Z Downloading crates ...
1442026-06-19T09:15:20.519Z Downloaded darling v0.23.0
1452026-06-19T09:15:20.524Z Downloaded block-buffer v0.10.4
1462026-06-19T09:15:20.527Z Downloaded cfg-if v1.0.4
1472026-06-19T09:15:20.527Z Downloaded bitflags v1.3.2
1482026-06-19T09:15:20.530Z Downloaded cobs v0.3.0
1492026-06-19T09:15:20.532Z Downloaded hash32 v0.3.1
1502026-06-19T09:15:20.532Z Downloaded generic-array v0.14.7
1512026-06-19T09:15:20.535Z Downloaded cpufeatures v0.2.17
1522026-06-19T09:15:20.537Z Downloaded ident_case v1.0.1
1532026-06-19T09:15:20.537Z Downloaded macaddr v1.0.1
1542026-06-19T09:15:20.540Z Downloaded crypto-common v0.1.7
1552026-06-19T09:15:20.540Z Downloaded plain v0.2.3
1562026-06-19T09:15:20.546Z Downloaded dof v0.4.0
1572026-06-19T09:15:20.549Z Downloaded embedded-io v0.4.0
1582026-06-19T09:15:20.549Z Downloaded dtrace-parser v0.3.0
1592026-06-19T09:15:20.551Z Downloaded embedded-io v0.6.1
1602026-06-19T09:15:20.554Z Downloaded managed v0.8.0
1612026-06-19T09:15:20.558Z Downloaded itoa v1.0.18
1622026-06-19T09:15:20.558Z Downloaded darling_macro v0.21.3
1632026-06-19T09:15:20.558Z Downloaded ingot v0.1.1
1642026-06-19T09:15:20.565Z Downloaded dyn-clone v1.0.20
1652026-06-19T09:15:20.568Z Downloaded fnv v1.0.7
1662026-06-19T09:15:20.568Z Downloaded darling_macro v0.23.0
1672026-06-19T09:15:20.571Z Downloaded strsim v0.11.1
1682026-06-19T09:15:20.575Z Downloaded defmt v0.3.100
1692026-06-19T09:15:20.578Z Downloaded pretty-hex v0.4.2
1702026-06-19T09:15:20.580Z Downloaded defmt-parser v1.0.0
1712026-06-19T09:15:20.583Z Downloaded scroll_derive v0.13.1
1722026-06-19T09:15:20.589Z Downloaded usdt v0.6.0
1732026-06-19T09:15:20.592Z Downloaded version_check v0.9.5
1742026-06-19T09:15:20.595Z Downloaded proc-macro-error-attr2 v2.0.0
1752026-06-19T09:15:20.597Z Downloaded usdt-macro v0.6.0
1762026-06-19T09:15:20.601Z Downloaded ipnetwork v0.21.1
1772026-06-19T09:15:20.604Z Downloaded defmt-macros v1.1.0
1782026-06-19T09:15:20.607Z Downloaded either v1.16.0
1792026-06-19T09:15:20.607Z Downloaded ingot-types v0.1.2
1802026-06-19T09:15:20.609Z Downloaded bitflags v2.13.0
1812026-06-19T09:15:20.612Z Downloaded ref-cast-impl v1.0.25
1822026-06-19T09:15:20.614Z Downloaded usdt-attr-macro v0.6.0
1832026-06-19T09:15:20.617Z Downloaded stable_deref_trait v1.2.1
1842026-06-19T09:15:20.617Z Downloaded ref-cast v1.0.25
1852026-06-19T09:15:20.625Z Downloaded tabwriter v1.4.1
1862026-06-19T09:15:20.628Z Downloaded thread-id v5.1.0
1872026-06-19T09:15:20.631Z Downloaded byteorder v1.5.0
1882026-06-19T09:15:20.640Z Downloaded digest v0.10.7
1892026-06-19T09:15:20.642Z Downloaded quote v1.0.45
1902026-06-19T09:15:20.643Z Downloaded sha2 v0.10.9
1912026-06-19T09:15:20.647Z Downloaded darling v0.21.3
1922026-06-19T09:15:20.651Z Downloaded thiserror v2.0.18
1932026-06-19T09:15:20.654Z Downloaded pest_derive v2.8.6
1942026-06-19T09:15:20.656Z Downloaded scroll v0.13.0
1952026-06-19T09:15:20.661Z Downloaded usdt-impl v0.6.0
1962026-06-19T09:15:20.664Z Downloaded zmij v1.0.21
1972026-06-19T09:15:20.664Z Downloaded proc-macro-error2 v2.0.1
1982026-06-19T09:15:20.666Z Downloaded serde_tokenstream v0.2.3
1992026-06-19T09:15:20.666Z Downloaded memmap2 v0.9.10
2002026-06-19T09:15:20.669Z Downloaded ingot-macros v0.1.1
2012026-06-19T09:15:20.672Z Downloaded thiserror-impl v2.0.18
2022026-06-19T09:15:20.672Z Downloaded crc32fast v1.5.0
2032026-06-19T09:15:20.672Z Downloaded pest_generator v2.8.6
2042026-06-19T09:15:20.682Z Downloaded ucd-trie v0.1.7
2052026-06-19T09:15:20.685Z Downloaded heapless v0.8.0
2062026-06-19T09:15:20.701Z Downloaded defmt v1.1.0
2072026-06-19T09:15:20.706Z Downloaded proc-macro2 v1.0.106
2082026-06-19T09:15:20.708Z Downloaded serde_core v1.0.228
2092026-06-19T09:15:20.711Z Downloaded unicode-ident v1.0.24
2102026-06-19T09:15:20.713Z Downloaded log v0.4.32
2112026-06-19T09:15:20.716Z Downloaded postcard v1.1.3
2122026-06-19T09:15:20.720Z Downloaded serde_derive v1.0.228
2132026-06-19T09:15:20.723Z Downloaded darling_core v0.21.3
2142026-06-19T09:15:20.725Z Downloaded darling_core v0.23.0
2152026-06-19T09:15:20.728Z Downloaded pest_meta v2.8.6
2162026-06-19T09:15:20.735Z Downloaded aho-corasick v1.1.4
2172026-06-19T09:15:20.758Z Downloaded memchr v2.8.2
2182026-06-19T09:15:20.761Z Downloaded typenum v1.20.1
2192026-06-19T09:15:20.763Z Downloaded zerocopy-derive v0.8.52
2202026-06-19T09:15:20.780Z Downloaded serde v1.0.228
2212026-06-19T09:15:20.790Z Downloaded pest v2.8.6
2222026-06-19T09:15:20.794Z Downloaded itertools v0.15.0
2232026-06-19T09:15:20.808Z Downloaded itertools v0.14.0
2242026-06-19T09:15:20.812Z Downloaded regex v1.12.4
2252026-06-19T09:15:20.826Z Downloaded serde_json v1.0.150
2262026-06-19T09:15:20.876Z Downloaded goblin v0.10.7
2272026-06-19T09:15:20.879Z Downloaded zerocopy v0.8.52
2282026-06-19T09:15:20.889Z Downloaded unicode-width v0.2.2
2292026-06-19T09:15:20.892Z Downloaded syn v2.0.117
2302026-06-19T09:15:20.898Z Downloaded smoltcp v0.11.0
2312026-06-19T09:15:20.906Z Downloaded regex-syntax v0.8.11
2322026-06-19T09:15:20.937Z Downloaded regex-automata v0.4.14
2332026-06-19T09:15:20.949Z Downloaded libc v0.2.186
2342026-06-19T09:15:21.007Z Compiling proc-macro2 v1.0.106
2352026-06-19T09:15:21.007Z Compiling quote v1.0.45
2362026-06-19T09:15:21.010Z Compiling unicode-ident v1.0.24
2372026-06-19T09:15:21.010Z Documenting unicode-ident v1.0.24
2382026-06-19T09:15:21.010Z Compiling strsim v0.11.1
2392026-06-19T09:15:21.010Z Compiling ident_case v1.0.1
2402026-06-19T09:15:21.011Z Compiling serde_core v1.0.228
2412026-06-19T09:15:21.162Z Compiling fnv v1.0.7
2422026-06-19T09:15:21.175Z Compiling memchr v2.8.2
2432026-06-19T09:15:21.357Z Compiling thiserror v2.0.18
2442026-06-19T09:15:21.406Z Compiling zerocopy v0.8.52
2452026-06-19T09:15:21.449Z Compiling regex-syntax v0.8.11
2462026-06-19T09:15:21.551Z Documenting proc-macro2 v1.0.106
2472026-06-19T09:15:21.697Z Compiling aho-corasick v1.1.4
2482026-06-19T09:15:21.729Z Compiling serde v1.0.228
2492026-06-19T09:15:21.990Z Checking syn v2.0.117
2502026-06-19T09:15:22.171Z Documenting quote v1.0.45
2512026-06-19T09:15:22.671Z Documenting syn v2.0.117
2522026-06-19T09:15:22.731Z Compiling either v1.16.0
2532026-06-19T09:15:22.888Z Compiling regex-automata v0.4.14
2542026-06-19T09:15:22.935Z Checking byteorder v1.5.0
2552026-06-19T09:15:23.071Z Compiling itertools v0.14.0
2562026-06-19T09:15:23.087Z Compiling heapless v0.8.0
2572026-06-19T09:15:23.336Z Documenting memchr v2.8.2
2582026-06-19T09:15:23.557Z Checking hash32 v0.3.1
2592026-06-19T09:15:23.665Z Checking bitflags v2.13.0
2602026-06-19T09:15:23.827Z Documenting serde_core v1.0.228
2612026-06-19T09:15:24.034Z Documenting aho-corasick v1.1.4
2622026-06-19T09:15:24.073Z Checking cfg-if v1.0.4
2632026-06-19T09:15:24.132Z Checking stable_deref_trait v1.2.1
2642026-06-19T09:15:24.198Z Documenting regex-syntax v0.8.11
2652026-06-19T09:15:24.333Z Checking macaddr v1.0.1
2662026-06-19T09:15:24.480Z Checking darling_core v0.21.3
2672026-06-19T09:15:24.874Z Compiling regex v1.12.4
2682026-06-19T09:15:24.886Z Compiling darling_core v0.23.0
2692026-06-19T09:15:25.225Z Documenting regex-automata v0.4.14
2702026-06-19T09:15:25.265Z Compiling smoltcp v0.11.0
2712026-06-19T09:15:25.513Z Documenting thiserror-impl v2.0.18
2722026-06-19T09:15:25.623Z Documenting serde_derive v1.0.228
2732026-06-19T09:15:25.719Z Compiling zerocopy-derive v0.8.52
2742026-06-19T09:15:25.764Z Compiling serde_derive v1.0.228
2752026-06-19T09:15:26.305Z Compiling thiserror-impl v2.0.18
2762026-06-19T09:15:26.582Z Documenting regex v1.12.4
2772026-06-19T09:15:26.627Z Documenting zerocopy-derive v0.8.52
2782026-06-19T09:15:26.812Z Compiling darling_macro v0.21.3
2792026-06-19T09:15:26.958Z Compiling darling_macro v0.23.0
2802026-06-19T09:15:27.091Z Documenting byteorder v1.5.0
2812026-06-19T09:15:27.379Z Compiling darling v0.21.3
2822026-06-19T09:15:27.452Z Compiling ingot-macros v0.1.1
2832026-06-19T09:15:27.499Z Checking managed v0.8.0
2842026-06-19T09:15:27.535Z Checking bitflags v1.3.2
2852026-06-19T09:15:27.560Z Documenting zerocopy v0.8.52
2862026-06-19T09:15:27.594Z Documenting thiserror v2.0.18
2872026-06-19T09:15:27.625Z Checking cobs v0.3.0
2882026-06-19T09:15:27.676Z Documenting ingot-macros v0.1.1
2892026-06-19T09:15:27.704Z Documenting hash32 v0.3.1
2902026-06-19T09:15:27.751Z Documenting bitflags v2.13.0
2912026-06-19T09:15:28.114Z Documenting cfg-if v1.0.4
2922026-06-19T09:15:28.283Z Compiling crc32fast v1.5.0
2932026-06-19T09:15:28.476Z Documenting serde v1.0.228
2942026-06-19T09:15:28.616Z Documenting macaddr v1.0.1
2952026-06-19T09:15:28.665Z Documenting stable_deref_trait v1.2.1
2962026-06-19T09:15:28.857Z Compiling ref-cast v1.0.25
2972026-06-19T09:15:28.923Z Checking postcard v1.1.3
2982026-06-19T09:15:29.211Z Documenting cobs v0.3.0
2992026-06-19T09:15:29.243Z Compiling ref-cast-impl v1.0.25
3002026-06-19T09:15:29.352Z Documenting heapless v0.8.0
3012026-06-19T09:15:29.958Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-06-19T09:15:29.990Z Checking unicode-width v0.2.2
3032026-06-19T09:15:30.059Z Checking ipnetwork v0.21.1
3042026-06-19T09:15:30.198Z Checking ingot-types v0.1.2
3052026-06-19T09:15:30.224Z Compiling version_check v0.9.5
3062026-06-19T09:15:30.234Z Documenting managed v0.8.0
3072026-06-19T09:15:30.250Z Documenting postcard v1.1.3
3082026-06-19T09:15:30.382Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3092026-06-19T09:15:30.425Z Compiling darling v0.23.0
3102026-06-19T09:15:30.511Z Documenting ref-cast-impl v1.0.25
3112026-06-19T09:15:30.519Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3122026-06-19T09:15:30.558Z Checking ingot v0.1.1
3132026-06-19T09:15:30.755Z Documenting either v1.16.0
3142026-06-19T09:15:30.762Z Documenting ingot-types v0.1.2
3152026-06-19T09:15:30.854Z Documenting ipnetwork v0.21.1
3162026-06-19T09:15:30.941Z Documenting smoltcp v0.11.0
3172026-06-19T09:15:31.177Z Documenting unicode-width v0.2.2
3182026-06-19T09:15:31.417Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-06-19T09:15:31.636Z Documenting ref-cast v1.0.25
3202026-06-19T09:15:31.859Z Documenting itertools v0.15.0
3212026-06-19T09:15:32.083Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-06-19T09:15:32.148Z Documenting ingot v0.1.1
3232026-06-19T09:15:32.398Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3242026-06-19T09:15:32.581Z Documenting tabwriter v1.4.1
3252026-06-19T09:15:32.918Z Checking itertools v0.15.0
3262026-06-19T09:15:32.961Z Checking tabwriter v1.4.1
3272026-06-19T09:15:33.167Z Documenting crc32fast v1.5.0
3282026-06-19T09:15:33.177Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-06-19T09:15:33.220Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-19T09:15:33.436Z Documenting dyn-clone v1.0.20
3312026-06-19T09:15:33.710Z Checking dyn-clone v1.0.20
3322026-06-19T09:15:34.513Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-19T09:15:35.782Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-06-19T09:15:38.074Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.26s
3352026-06-19T09:15:38.151Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-06-19T09:15:38.175Z
3372026-06-19T09:15:38.178Zreal 22.355734694
3382026-06-19T09:15:38.178Zuser 1:16.582386974
3392026-06-19T09:15:38.178Zsys 16.466664728
3402026-06-19T09:15:38.178Ztrap 0.042906831
3412026-06-19T09:15:38.178Ztflt 0.091251777
3422026-06-19T09:15:38.178Zdflt 0.048741167
3432026-06-19T09:15:38.178Zkflt 0.005076396
3442026-06-19T09:15:38.178Zlock 7:35.566669334
3452026-06-19T09:15:38.178Zslp 4:14.702136769
3462026-06-19T09:15:38.178Zlat 9.460154007
3472026-06-19T09:15:38.178Zstop 13.085790548
3482026-06-19T09:15:38.178Z+ header 'analyze std + api'
3492026-06-19T09:15:38.178Z+ echo '# ==== analyze std + api ==== #'
3502026-06-19T09:15:38.178Z# ==== analyze std + api ==== #
3512026-06-19T09:15:38.178Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3522026-06-19T09:15:38.414Z Compiling proc-macro2 v1.0.106
3532026-06-19T09:15:38.415Z Compiling quote v1.0.45
3542026-06-19T09:15:38.415Z Compiling unicode-ident v1.0.24
3552026-06-19T09:15:38.415Z Compiling memchr v2.8.2
3562026-06-19T09:15:38.418Z Compiling thiserror v2.0.18
3572026-06-19T09:15:38.418Z Compiling zerocopy v0.8.52
3582026-06-19T09:15:38.418Z Compiling zmij v1.0.21
3592026-06-19T09:15:38.418Z Compiling libc v0.2.186
3602026-06-19T09:15:38.600Z Compiling serde_core v1.0.228
3612026-06-19T09:15:38.769Z Compiling strsim v0.11.1
3622026-06-19T09:15:38.801Z Compiling ident_case v1.0.1
3632026-06-19T09:15:38.804Z Compiling serde_json v1.0.150
3642026-06-19T09:15:38.834Z Compiling ucd-trie v0.1.7
3652026-06-19T09:15:39.019Z Compiling pest v2.8.6
3662026-06-19T09:15:39.041Z Compiling serde v1.0.228
3672026-06-19T09:15:39.127Z Compiling fnv v1.0.7
3682026-06-19T09:15:39.271Z Compiling aho-corasick v1.1.4
3692026-06-19T09:15:39.402Z Compiling itoa v1.0.18
3702026-06-19T09:15:39.406Z Checking byteorder v1.5.0
3712026-06-19T09:15:39.594Z Compiling regex-syntax v0.8.11
3722026-06-19T09:15:39.639Z Compiling syn v2.0.117
3732026-06-19T09:15:40.018Z Compiling pest_meta v2.8.6
3742026-06-19T09:15:40.230Z Compiling usdt-impl v0.6.0
3752026-06-19T09:15:40.302Z Compiling either v1.16.0
3762026-06-19T09:15:40.506Z Compiling itertools v0.14.0
3772026-06-19T09:15:40.663Z Compiling thread-id v5.1.0
3782026-06-19T09:15:40.773Z Compiling heapless v0.8.0
3792026-06-19T09:15:40.946Z Checking log v0.4.32
3802026-06-19T09:15:41.056Z Compiling regex-automata v0.4.14
3812026-06-19T09:15:41.212Z Checking plain v0.2.3
3822026-06-19T09:15:41.628Z Checking bitflags v2.13.0
3832026-06-19T09:15:41.653Z Checking hash32 v0.3.1
3842026-06-19T09:15:41.717Z Checking pretty-hex v0.4.2
3852026-06-19T09:15:41.764Z Checking macaddr v1.0.1
3862026-06-19T09:15:41.767Z Checking cfg-if v1.0.4
3872026-06-19T09:15:41.783Z Checking stable_deref_trait v1.2.1
3882026-06-19T09:15:41.820Z Compiling smoltcp v0.11.0
3892026-06-19T09:15:41.986Z Compiling pest_generator v2.8.6
3902026-06-19T09:15:42.044Z Compiling darling_core v0.21.3
3912026-06-19T09:15:42.134Z Compiling darling_core v0.23.0
3922026-06-19T09:15:42.222Z Checking managed v0.8.0
3932026-06-19T09:15:42.332Z Checking bitflags v1.3.2
3942026-06-19T09:15:42.392Z Compiling version_check v0.9.5
3952026-06-19T09:15:42.399Z Compiling ref-cast v1.0.25
3962026-06-19T09:15:42.596Z Compiling crc32fast v1.5.0
3972026-06-19T09:15:42.655Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3982026-06-19T09:15:42.702Z Compiling regex v1.12.4
3992026-06-19T09:15:42.931Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4002026-06-19T09:15:43.087Z Checking memmap2 v0.9.10
4012026-06-19T09:15:43.158Z Compiling thiserror-impl v2.0.18
4022026-06-19T09:15:43.232Z Compiling serde_derive v1.0.228
4032026-06-19T09:15:43.266Z Compiling zerocopy-derive v0.8.52
4042026-06-19T09:15:43.606Z Compiling pest_derive v2.8.6
4052026-06-19T09:15:43.933Z Compiling scroll_derive v0.13.1
4062026-06-19T09:15:44.112Z Compiling ref-cast-impl v1.0.25
4072026-06-19T09:15:44.177Z Compiling darling_macro v0.21.3
4082026-06-19T09:15:44.194Z Compiling darling_macro v0.23.0
4092026-06-19T09:15:44.318Z Checking unicode-width v0.2.2
4102026-06-19T09:15:44.560Z Compiling dtrace-parser v0.3.0
4112026-06-19T09:15:44.572Z Checking cobs v0.3.0
4122026-06-19T09:15:44.709Z Compiling darling v0.21.3
4132026-06-19T09:15:44.732Z Compiling darling v0.23.0
4142026-06-19T09:15:44.746Z Checking scroll v0.13.0
4152026-06-19T09:15:44.777Z Compiling ingot-macros v0.1.1
4162026-06-19T09:15:44.801Z Checking ipnetwork v0.21.1
4172026-06-19T09:15:44.938Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4182026-06-19T09:15:44.955Z Checking goblin v0.10.7
4192026-06-19T09:15:45.047Z Checking tabwriter v1.4.1
4202026-06-19T09:15:45.160Z Checking itertools v0.15.0
4212026-06-19T09:15:45.184Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-06-19T09:15:45.761Z Checking dyn-clone v1.0.20
4232026-06-19T09:15:46.295Z Checking postcard v1.1.3
4242026-06-19T09:15:46.318Z Compiling serde_tokenstream v0.2.3
4252026-06-19T09:15:47.251Z Checking ingot-types v0.1.2
4262026-06-19T09:15:47.339Z Compiling dof v0.4.0
4272026-06-19T09:15:47.556Z Checking ingot v0.1.1
4282026-06-19T09:15:48.194Z Compiling usdt-attr-macro v0.6.0
4292026-06-19T09:15:48.195Z Compiling usdt-macro v0.6.0
4302026-06-19T09:15:48.770Z Checking usdt v0.6.0
4312026-06-19T09:15:49.009Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-06-19T09:15:57.395Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.16s
4332026-06-19T09:15:57.424Z
4342026-06-19T09:15:57.427Zreal 19.242508325
4352026-06-19T09:15:57.427Zuser 1:03.679651534
4362026-06-19T09:15:57.427Zsys 12.551193435
4372026-06-19T09:15:57.427Ztrap 0.032133589
4382026-06-19T09:15:57.427Ztflt 0.119144446
4392026-06-19T09:15:57.427Zdflt 0.186292505
4402026-06-19T09:15:57.427Zkflt 0.000035707
4412026-06-19T09:15:57.427Zlock 3:42.270342424
4422026-06-19T09:15:57.427Zslp 3:23.346042582
4432026-06-19T09:15:57.427Zlat 2.890519541
4442026-06-19T09:15:57.427Zstop 6.344184685
4452026-06-19T09:15:57.427Z+ header 'analyze no_std + engine + kernel'
4462026-06-19T09:15:57.427Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4472026-06-19T09:15:57.427Z# ==== analyze no_std + engine + kernel ==== #
4482026-06-19T09:15:57.427Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4492026-06-19T09:15:57.604Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4502026-06-19T09:15:57.604Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4512026-06-19T09:15:57.625Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-06-19T09:15:57.629Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-06-19T09:15:57.867Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4542026-06-19T09:16:01.602Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.13s
4552026-06-19T09:16:01.630Z
4562026-06-19T09:16:01.634Zreal 4.200141727
4572026-06-19T09:16:01.634Zuser 4.559217589
4582026-06-19T09:16:01.634Zsys 0.922348230
4592026-06-19T09:16:01.634Ztrap 0.000686103
4602026-06-19T09:16:01.634Ztflt 0.008561378
4612026-06-19T09:16:01.634Zdflt 0.002827444
4622026-06-19T09:16:01.634Zkflt 0.000000000
4632026-06-19T09:16:01.634Zlock 18.903871169
4642026-06-19T09:16:01.634Zslp 16.679873986
4652026-06-19T09:16:01.635Zlat 0.015164626
4662026-06-19T09:16:01.635Zstop 0.238365804
4672026-06-19T09:16:01.635Z+ header test
4682026-06-19T09:16:01.635Z+ echo '# ==== test ==== #'
4692026-06-19T09:16:01.635Z+ ptime -m cargo test
4702026-06-19T09:16:01.635Z# ==== test ==== #
4712026-06-19T09:16:01.779Z Compiling serde_core v1.0.228
4722026-06-19T09:16:01.782Z Compiling thiserror v2.0.18
4732026-06-19T09:16:01.800Z Compiling zerocopy v0.8.52
4742026-06-19T09:16:01.804Z Compiling byteorder v1.5.0
4752026-06-19T09:16:01.807Z Compiling memchr v2.8.2
4762026-06-19T09:16:01.811Z Compiling unicode-ident v1.0.24
4772026-06-19T09:16:01.814Z Compiling zmij v1.0.21
4782026-06-19T09:16:01.814Z Compiling scroll v0.13.0
4792026-06-19T09:16:01.885Z Compiling proc-macro2 v1.0.106
4802026-06-19T09:16:01.934Z Compiling libc v0.2.186
4812026-06-19T09:16:02.008Z Compiling plain v0.2.3
4822026-06-19T09:16:02.062Z Compiling ucd-trie v0.1.7
4832026-06-19T09:16:02.103Z Compiling log v0.4.32
4842026-06-19T09:16:02.175Z Compiling itoa v1.0.18
4852026-06-19T09:16:02.277Z Compiling quote v1.0.45
4862026-06-19T09:16:02.332Z Compiling goblin v0.10.7
4872026-06-19T09:16:02.428Z Compiling pest v2.8.6
4882026-06-19T09:16:02.764Z Compiling hash32 v0.3.1
4892026-06-19T09:16:02.925Z Compiling pretty-hex v0.4.2
4902026-06-19T09:16:02.925Z Compiling stable_deref_trait v1.2.1
4912026-06-19T09:16:02.994Z Compiling macaddr v1.0.1
4922026-06-19T09:16:03.051Z Compiling cfg-if v1.0.4
4932026-06-19T09:16:03.119Z Compiling heapless v0.8.0
4942026-06-19T09:16:03.239Z Compiling syn v2.0.117
4952026-06-19T09:16:03.342Z Compiling thread-id v5.1.0
4962026-06-19T09:16:03.415Z Compiling cobs v0.3.0
4972026-06-19T09:16:03.579Z Compiling serde v1.0.228
4982026-06-19T09:16:03.697Z Compiling serde_json v1.0.150
4992026-06-19T09:16:03.750Z Compiling bitflags v2.13.0
5002026-06-19T09:16:04.149Z Compiling dtrace-parser v0.3.0
5012026-06-19T09:16:04.158Z Compiling bitflags v1.3.2
5022026-06-19T09:16:04.221Z Compiling managed v0.8.0
5032026-06-19T09:16:04.232Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-06-19T09:16:04.440Z Compiling smoltcp v0.11.0
5052026-06-19T09:16:04.453Z Compiling postcard v1.1.3
5062026-06-19T09:16:04.682Z Compiling ingot-types v0.1.2
5072026-06-19T09:16:04.770Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-19T09:16:04.798Z Compiling memmap2 v0.9.10
5092026-06-19T09:16:05.078Z Compiling ingot v0.1.1
5102026-06-19T09:16:05.088Z Compiling unicode-width v0.2.2
5112026-06-19T09:16:05.370Z Compiling dof v0.4.0
5122026-06-19T09:16:05.387Z Compiling either v1.16.0
5132026-06-19T09:16:05.591Z Compiling ipnetwork v0.21.1
5142026-06-19T09:16:06.116Z Compiling usdt-impl v0.6.0
5152026-06-19T09:16:06.799Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-06-19T09:16:07.307Z Compiling usdt v0.6.0
5172026-06-19T09:16:07.702Z Compiling itertools v0.15.0
5182026-06-19T09:16:07.910Z Compiling tabwriter v1.4.1
5192026-06-19T09:16:08.325Z Compiling ref-cast v1.0.25
5202026-06-19T09:16:08.422Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-06-19T09:16:08.628Z Compiling crc32fast v1.5.0
5222026-06-19T09:16:08.912Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5232026-06-19T09:16:09.122Z Compiling dyn-clone v1.0.20
5242026-06-19T09:16:23.651Z Finished `test` profile [optimized + debuginfo] target(s) in 22.01s
5252026-06-19T09:16:23.665Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df13950e119e285c)
5262026-06-19T09:16:23.668Z
5272026-06-19T09:16:23.668Zrunning 83 tests
5282026-06-19T09:16:23.668Ztest d_error::tests::name_and_data_storage ... ok
5292026-06-19T09:16:23.668Ztest ddi::mblk::test::chain_breaks_links ... ok
5302026-06-19T09:16:23.668Ztest d_error::tests::name_truncation ... ok
5312026-06-19T09:16:23.668Ztest ddi::mblk::test::chain_append_links ... ok
5322026-06-19T09:16:23.668Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5332026-06-19T09:16:23.668Ztest ddi::mblk::test::chain_drain_complete ... ok
5342026-06-19T09:16:23.668Ztest ddi::mblk::test::prefix_len ... ok
5352026-06-19T09:16:23.668Ztest ddi::mblk::test::expand_and_shrink ... ok
5362026-06-19T09:16:23.668Ztest ddi::mblk::test::read_seg ... ok
5372026-06-19T09:16:23.668Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5382026-06-19T09:16:23.668Ztest ddi::mblk::test::truncate ... ok
5392026-06-19T09:16:23.668Ztest ddi::mblk::test::uninitialized_packet ... ok
5402026-06-19T09:16:23.668Ztest ddi::mblk::test::wrap ... ok
5412026-06-19T09:16:23.668Ztest ddi::mblk::test::zero_byte_packet ... ok
5422026-06-19T09:16:23.668Ztest ddi::time::test::good_interval ... ok
5432026-06-19T09:16:23.672Ztest engine::dhcp::test::domain_search_option_encode ... ok
5442026-06-19T09:16:23.672Ztest engine::dhcp::test::domainname_encode ... ok
5452026-06-19T09:16:23.672Ztest engine::dhcp::test::hostname_encode ... ok
5462026-06-19T09:16:23.672Ztest engine::dhcp::test::rfc3442_encode ... ok
5472026-06-19T09:16:23.672Ztest engine::dhcp::test::offlink_encode ... ok
5482026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_client_id ... ok
5492026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5502026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_iana ... ok
5512026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5522026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5532026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5542026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5552026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_option_request ... ok
5562026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5572026-06-19T09:16:23.672Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5582026-06-19T09:16:23.673Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5592026-06-19T09:16:23.673Ztest engine::dhcpv6::options::test::test_iata ... ok
5602026-06-19T09:16:23.673Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5612026-06-19T09:16:23.673Ztest ddi::time::test::bad_interval - should panic ... ok
5622026-06-19T09:16:23.673Ztest engine::dhcpv6::options::test::test_server_id ... ok
5632026-06-19T09:16:23.673Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5642026-06-19T09:16:23.673Ztest engine::dhcpv6::options::test::test_status ... ok
5652026-06-19T09:16:23.673Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5662026-06-19T09:16:23.673Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5672026-06-19T09:16:23.673Ztest engine::ether::test::emit ... ok
5682026-06-19T09:16:23.673Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5692026-06-19T09:16:23.673Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5702026-06-19T09:16:23.673Ztest engine::flow_table::test::eviction_basics ... ok
5712026-06-19T09:16:23.673Ztest engine::flow_table::test::flow_clear ... ok
5722026-06-19T09:16:23.673Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5732026-06-19T09:16:23.673Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5742026-06-19T09:16:23.673Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5752026-06-19T09:16:23.673Ztest engine::flow_table::test::flow_expired ... ok
5762026-06-19T09:16:23.673Ztest engine::flow_table::test::priority_lerp ... ok
5772026-06-19T09:16:23.673Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5782026-06-19T09:16:23.673Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5792026-06-19T09:16:23.673Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5802026-06-19T09:16:23.673Ztest engine::ip::v4::test::cidr_match ... ok
5812026-06-19T09:16:23.673Ztest engine::ip::v4::test::emit ... ok
5822026-06-19T09:16:23.673Ztest engine::geneve::test::emit_no_opts ... ok
5832026-06-19T09:16:23.673Ztest engine::ip::v4::test::match_check ... ok
5842026-06-19T09:16:23.673Ztest engine::geneve::test::emit_single_opt ... ok
5852026-06-19T09:16:23.673Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5862026-06-19T09:16:23.673Ztest engine::ip::v6::test::emit ... ok
5872026-06-19T09:16:23.673Ztest engine::ip::v6::test::from_pairs ... ok
5882026-06-19T09:16:23.673Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5892026-06-19T09:16:23.673Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5902026-06-19T09:16:23.673Ztest engine::ip::v6::test::option_push_spec ... ok
5912026-06-19T09:16:23.673Ztest engine::ip::v6::test::extension_push_spec ... ok
5922026-06-19T09:16:23.673Ztest engine::ip::v6::test::test_set_total_len ... ok
5932026-06-19T09:16:23.673Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5942026-06-19T09:16:23.673Ztest engine::layer::test::find_rule ... ok
5952026-06-19T09:16:23.673Ztest engine::packet::test::read_multi_segment ... ok
5962026-06-19T09:16:23.674Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5972026-06-19T09:16:23.674Ztest engine::packet::test::read_single_segment ... ok
5982026-06-19T09:16:23.674Ztest engine::nat::test::nat4_rewrite ... ok
5992026-06-19T09:16:23.674Ztest engine::packet::test::small_packet_with_padding ... ok
6002026-06-19T09:16:23.674Ztest engine::ip::v6::test::push_spec ... ok
6012026-06-19T09:16:23.674Ztest engine::packet::test::straddled_tcp ... ok
6022026-06-19T09:16:23.674Ztest engine::packet::test::udp6_packet_with_padding ... ok
6032026-06-19T09:16:23.674Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6042026-06-19T09:16:23.674Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
6052026-06-19T09:16:23.674Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
6062026-06-19T09:16:23.674Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6072026-06-19T09:16:23.674Ztest engine::rule::rule_matching ... ok
6082026-06-19T09:16:23.674Ztest engine::snat::test::nat_mappings ... ok
6092026-06-19T09:16:23.674Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6102026-06-19T09:16:23.674Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6112026-06-19T09:16:23.674Z
6122026-06-19T09:16:23.674Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6132026-06-19T09:16:23.674Z
6142026-06-19T09:16:23.674Z Doc-tests opte
6152026-06-19T09:16:25.608Z
6162026-06-19T09:16:25.608Zrunning 3 tests
6172026-06-19T09:16:25.611Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6182026-06-19T09:16:25.611Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6192026-06-19T09:16:25.611Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6202026-06-19T09:16:25.611Z
6212026-06-19T09:16:25.611Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-06-19T09:16:25.611Z
6232026-06-19T09:16:25.616Zall doctests ran in 1.37s; merged doctests compilation took 1.36s
6242026-06-19T09:16:25.656Z
6252026-06-19T09:16:25.656Zreal 24.016003778
6262026-06-19T09:16:25.659Zuser 2:01.596604810
6272026-06-19T09:16:25.659Zsys 7.131431736
6282026-06-19T09:16:25.659Ztrap 0.055654000
6292026-06-19T09:16:25.659Ztflt 0.143493324
6302026-06-19T09:16:25.659Zdflt 0.459998540
6312026-06-19T09:16:25.659Zkflt 0.000005008
6322026-06-19T09:16:25.659Zlock 5:54.065596949
6332026-06-19T09:16:25.659Zslp 3:39.538966003
6342026-06-19T09:16:25.659Zlat 6.244239971
6352026-06-19T09:16:25.659Zstop 2.771333972
6362026-06-19T09:16:25.659Zprocess exited: duration 83971 ms, exit code 0
 
6372026-06-19T09:16:25.665Zfound 0 output files