01KR1D6QDE7WG84Z89NBY84PMK: opte

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

Buildomat Job: 01KR1D76A6BXVV7CGBD44PDF2F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T14:25:29.436Zjob assigned to worker 01KR1D79VT50C979VDAAX25EDS [factory aws, i-017768a84417c5397] (queued for 47 s)
 
22026-05-07T14:25:35.765Zstarting task 0: "setup"
32026-05-07T14:25:35.769Z++ uname -s
42026-05-07T14:25:35.772Z+ kern=SunOS
52026-05-07T14:25:35.772Z+ build_user=build
62026-05-07T14:25:35.772Z+ build_uid=12345
72026-05-07T14:25:35.772Z+ work_dir=/work
82026-05-07T14:25:35.772Z+ input_dir=/input
92026-05-07T14:25:35.772Z+ [[ 0 == 12345 ]]
102026-05-07T14:25:35.772Z+ case "$kern" in
112026-05-07T14:25:35.772Z+ groupadd -g 12345 build
122026-05-07T14:25:35.776Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T14:25:37.779Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T14:25:37.903Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T14:25:37.906Z+ home_fs=zfs
162026-05-07T14:25:37.906Z+ [[ zfs == autofs ]]
172026-05-07T14:25:37.906Z+ mkdir -p /home/build
182026-05-07T14:25:37.906Z+ chown build:build /home/build /work
192026-05-07T14:25:39.906Z+ chmod 0700 /home/build /work
202026-05-07T14:25:39.909Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-07T14:25:39.915Zstarting task 1: "rust-toolchain"
222026-05-07T14:25:39.920Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-07T14:25:39.920Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T14:25:39.920Z * rust toolchain channel = "1.94.1"
252026-05-07T14:25:39.920Z * rust toolchain profile = "default"
262026-05-07T14:25:39.920Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T14:25:39.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T14:25:39.923Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T14:25:39.923Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-07T14:25:40.026Zinfo: downloading installer
312026-05-07T14:25:41.345Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T14:25:41.345Zwarn: /home/build/.rustup/settings.toml
332026-05-07T14:25:41.345Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T14:25:41.345Zwarn: instead of the one inferred from the default host triple.
352026-05-07T14:25:41.357Zinfo: profile set to default
362026-05-07T14:25:41.357Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T14:25:41.360Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-07T14:25:41.490Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-07T14:25:41.494Zinfo: downloading 6 components
402026-05-07T14:25:55.666Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-07T14:25:55.666Z
422026-05-07T14:25:55.694Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-07T14:25:55.694Z
442026-05-07T14:25:55.694Z
452026-05-07T14:25:55.694ZRust is installed now. Great!
462026-05-07T14:25:55.694Z
472026-05-07T14:25:55.694ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T14:25:55.694Zenvironment variable. This has not been done automatically.
492026-05-07T14:25:55.694Z
502026-05-07T14:25:55.694ZTo configure your current shell, you need to source
512026-05-07T14:25:55.697Zthe corresponding env file under $HOME/.cargo.
522026-05-07T14:25:55.697Z
532026-05-07T14:25:55.697ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T14:25:55.697Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T14:25:55.697Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T14:25:55.697Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T14:25:55.697Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T14:25:55.697Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T14:25:55.697Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T14:25:55.697Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T14:25:55.697Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T14:25:55.786Z+ rustup --version
632026-05-07T14:25:55.795Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T14:25:55.799Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T14:25:55.816Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-07T14:25:55.819Z+ cargo --version
672026-05-07T14:25:55.832Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-07T14:25:55.835Z+ rustc --version
692026-05-07T14:25:55.854Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-07T14:25:55.857Zprocess exited: duration 15938 ms, exit code 0
 
712026-05-07T14:25:55.866Zstarting task 2: "authentication"
722026-05-07T14:25:55.879Zprocess exited: duration 16 ms, exit code 0
 
732026-05-07T14:25:55.887Zstarting task 3: "clone repository"
742026-05-07T14:25:55.890Z+ mkdir -p /work/oxidecomputer/opte
752026-05-07T14:25:55.894Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-07T14:25:55.923ZCloning into '/work/oxidecomputer/opte'...
772026-05-07T14:25:56.762Z+ cd /work/oxidecomputer/opte
782026-05-07T14:25:56.763Z+ git fetch origin 459486abe3d1adc5ce68964ce2679d9fa1f51488
792026-05-07T14:25:57.017ZFrom https://github.com/oxidecomputer/opte
802026-05-07T14:25:57.017Z * branch 459486abe3d1adc5ce68964ce2679d9fa1f51488 -> FETCH_HEAD
812026-05-07T14:25:57.024Z+ [[ -n faster-syn-expiry ]]
822026-05-07T14:25:57.027Z++ git branch --show-current
832026-05-07T14:25:57.027Z+ current=master
842026-05-07T14:25:57.027Z+ [[ master != faster-syn-expiry ]]
852026-05-07T14:25:57.027Z+ git branch -f faster-syn-expiry 459486abe3d1adc5ce68964ce2679d9fa1f51488
862026-05-07T14:25:57.030Z+ git checkout -f faster-syn-expiry
872026-05-07T14:25:57.045ZSwitched to branch 'faster-syn-expiry'
882026-05-07T14:25:57.048Z+ git reset --hard 459486abe3d1adc5ce68964ce2679d9fa1f51488
892026-05-07T14:25:57.051ZHEAD is now at 459486a Missed a transition, as it turns out.
902026-05-07T14:25:57.051Zprocess exited: duration 1165 ms, exit code 0
 
912026-05-07T14:25:57.057Zstarting task 4: "build"
922026-05-07T14:25:57.061Z+ source .github/buildomat/common.sh
932026-05-07T14:25:57.064Z++ rustup show active-toolchain
942026-05-07T14:25:57.068Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-07T14:25:57.068Z++ pushd xde
962026-05-07T14:25:57.068Z++ rustup show active-toolchain
972026-05-07T14:25:57.068Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-05-07T14:25:57.072Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-07T14:25:57.562Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-07T14:25:57.565Zinfo: downloading 6 components
1012026-05-07T14:26:10.773Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-07T14:26:10.870Z+++ rustup show active-toolchain -v
1032026-05-07T14:26:10.873Z+++ head -n 1
1042026-05-07T14:26:10.873Z+++ cut '-d ' -f1
1052026-05-07T14:26:10.920Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-07T14:26:10.920Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-07T14:26:10.920Z++ popd
1082026-05-07T14:26:10.923Z/work/oxidecomputer/opte
1092026-05-07T14:26:10.923Z+ cargo --version
1102026-05-07T14:26:10.928Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-07T14:26:10.931Z+ rustc --version
1122026-05-07T14:26:10.952Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-07T14:26:10.955Z+ cd lib/opte
1142026-05-07T14:26:10.956Z+ header 'check style'
1152026-05-07T14:26:10.956Z+ echo '# ==== check style ==== #'
1162026-05-07T14:26:10.956Z# ==== check style ==== #
1172026-05-07T14:26:10.956Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-07T14:26:11.132Z
1192026-05-07T14:26:11.132Zreal 0.176217811
1202026-05-07T14:26:11.132Zuser 0.133751304
1212026-05-07T14:26:11.132Zsys 0.035803724
1222026-05-07T14:26:11.132Ztrap 0.000062048
1232026-05-07T14:26:11.132Ztflt 0.000028364
1242026-05-07T14:26:11.136Zdflt 0.000039131
1252026-05-07T14:26:11.136Zkflt 0.000000000
1262026-05-07T14:26:11.136Zlock 0.032156941
1272026-05-07T14:26:11.136Zslp 0.155704494
1282026-05-07T14:26:11.136Zlat 0.000686432
1292026-05-07T14:26:11.136Zstop 0.000091850
1302026-05-07T14:26:11.137Z+ header 'check docs'
1312026-05-07T14:26:11.137Z+ echo '# ==== check docs ==== #'
1322026-05-07T14:26:11.137Z# ==== check docs ==== #
1332026-05-07T14:26:11.137Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-07T14:26:11.137Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-07T14:26:11.202Z Updating crates.io index
1362026-05-07T14:26:11.247Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-07T14:26:12.508Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-07T14:26:13.044Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-07T14:26:13.434Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-07T14:26:13.882Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-07T14:26:14.179Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-07T14:26:14.492Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-07T14:26:16.636Z Downloading crates ...
1442026-05-07T14:26:16.685Z Downloaded bitflags v1.3.2
1452026-05-07T14:26:16.698Z Downloaded crc32fast v1.5.0
1462026-05-07T14:26:16.702Z Downloaded aho-corasick v1.1.4
1472026-05-07T14:26:16.705Z Downloaded generic-array v0.14.7
1482026-05-07T14:26:16.711Z Downloaded ref-cast-impl v1.0.25
1492026-05-07T14:26:16.711Z Downloaded cpufeatures v0.2.17
1502026-05-07T14:26:16.714Z Downloaded bitflags v2.11.1
1512026-05-07T14:26:16.714Z Downloaded ingot v0.1.1
1522026-05-07T14:26:16.714Z Downloaded crypto-common v0.1.7
1532026-05-07T14:26:16.714Z Downloaded defmt-parser v1.0.0
1542026-05-07T14:26:16.720Z Downloaded heapless v0.8.0
1552026-05-07T14:26:16.732Z Downloaded thread-id v5.1.0
1562026-05-07T14:26:16.735Z Downloaded scroll_derive v0.13.1
1572026-05-07T14:26:16.735Z Downloaded proc-macro-error2 v2.0.1
1582026-05-07T14:26:16.735Z Downloaded itoa v1.0.18
1592026-05-07T14:26:16.739Z Downloaded itertools v0.14.0
1602026-05-07T14:26:16.741Z Downloaded embedded-io v0.6.1
1612026-05-07T14:26:16.741Z Downloaded managed v0.8.0
1622026-05-07T14:26:16.747Z Downloaded pretty-hex v0.4.2
1632026-05-07T14:26:16.751Z Downloaded ingot-macros v0.1.1
1642026-05-07T14:26:16.751Z Downloaded defmt-macros v1.0.1
1652026-05-07T14:26:16.751Z Downloaded postcard v1.1.3
1662026-05-07T14:26:16.754Z Downloaded memmap2 v0.9.10
1672026-05-07T14:26:16.754Z Downloaded darling_macro v0.23.0
1682026-05-07T14:26:16.754Z Downloaded block-buffer v0.10.4
1692026-05-07T14:26:16.754Z Downloaded fnv v1.0.7
1702026-05-07T14:26:16.754Z Downloaded tabwriter v1.4.1
1712026-05-07T14:26:16.757Z Downloaded dyn-clone v1.0.20
1722026-05-07T14:26:16.760Z Downloaded dtrace-parser v0.3.0
1732026-05-07T14:26:16.760Z Downloaded defmt v0.3.100
1742026-05-07T14:26:16.763Z Downloaded strsim v0.11.1
1752026-05-07T14:26:16.763Z Downloaded dof v0.4.0
1762026-05-07T14:26:16.763Z Downloaded ident_case v1.0.1
1772026-05-07T14:26:16.768Z Downloaded pest_generator v2.8.6
1782026-05-07T14:26:16.778Z Downloaded hash32 v0.3.1
1792026-05-07T14:26:16.781Z Downloaded cobs v0.3.0
1802026-05-07T14:26:16.781Z Downloaded embedded-io v0.4.0
1812026-05-07T14:26:16.784Z Downloaded macaddr v1.0.1
1822026-05-07T14:26:16.787Z Downloaded ref-cast v1.0.25
1832026-05-07T14:26:16.788Z Downloaded plain v0.2.3
1842026-05-07T14:26:16.794Z Downloaded proc-macro-error-attr2 v2.0.0
1852026-05-07T14:26:16.800Z Downloaded cfg-if v1.0.4
1862026-05-07T14:26:16.801Z Downloaded stable_deref_trait v1.2.1
1872026-05-07T14:26:16.801Z Downloaded version_check v0.9.5
1882026-05-07T14:26:16.801Z Downloaded usdt-attr-macro v0.6.0
1892026-05-07T14:26:16.805Z Downloaded thiserror v2.0.18
1902026-05-07T14:26:16.805Z Downloaded byteorder v1.5.0
1912026-05-07T14:26:16.808Z Downloaded darling_macro v0.21.3
1922026-05-07T14:26:16.808Z Downloaded usdt-macro v0.6.0
1932026-05-07T14:26:16.811Z Downloaded darling v0.21.3
1942026-05-07T14:26:16.814Z Downloaded zmij v1.0.21
1952026-05-07T14:26:16.814Z Downloaded ipnetwork v0.21.1
1962026-05-07T14:26:16.820Z Downloaded usdt-impl v0.6.0
1972026-05-07T14:26:16.823Z Downloaded quote v1.0.45
1982026-05-07T14:26:16.826Z Downloaded thiserror-impl v2.0.18
1992026-05-07T14:26:16.826Z Downloaded ingot-types v0.1.2
2002026-05-07T14:26:16.829Z Downloaded usdt v0.6.0
2012026-05-07T14:26:16.829Z Downloaded either v1.15.0
2022026-05-07T14:26:16.832Z Downloaded defmt v1.0.1
2032026-05-07T14:26:16.835Z Downloaded scroll v0.13.0
2042026-05-07T14:26:16.835Z Downloaded digest v0.10.7
2052026-05-07T14:26:16.838Z Downloaded ucd-trie v0.1.7
2062026-05-07T14:26:16.841Z Downloaded sha2 v0.10.9
2072026-05-07T14:26:16.841Z Downloaded serde_tokenstream v0.2.3
2082026-05-07T14:26:16.857Z Downloaded pest_derive v2.8.6
2092026-05-07T14:26:16.863Z Downloaded darling_core v0.21.3
2102026-05-07T14:26:16.866Z Downloaded proc-macro2 v1.0.106
2112026-05-07T14:26:16.869Z Downloaded zerocopy-derive v0.8.48
2122026-05-07T14:26:16.881Z Downloaded darling v0.23.0
2132026-05-07T14:26:16.885Z Downloaded log v0.4.29
2142026-05-07T14:26:16.888Z Downloaded serde_derive v1.0.228
2152026-05-07T14:26:16.888Z Downloaded unicode-ident v1.0.24
2162026-05-07T14:26:16.903Z Downloaded serde v1.0.228
2172026-05-07T14:26:16.906Z Downloaded pest_meta v2.8.6
2182026-05-07T14:26:16.911Z Downloaded serde_core v1.0.228
2192026-05-07T14:26:16.914Z Downloaded darling_core v0.23.0
2202026-05-07T14:26:16.920Z Downloaded memchr v2.8.0
2212026-05-07T14:26:16.923Z Downloaded typenum v1.20.0
2222026-05-07T14:26:16.934Z Downloaded pest v2.8.6
2232026-05-07T14:26:16.952Z Downloaded serde_json v1.0.149
2242026-05-07T14:26:16.963Z Downloaded regex v1.12.3
2252026-05-07T14:26:17.016Z Downloaded goblin v0.10.5
2262026-05-07T14:26:17.020Z Downloaded smoltcp v0.11.0
2272026-05-07T14:26:17.026Z Downloaded syn v2.0.117
2282026-05-07T14:26:17.032Z Downloaded zerocopy v0.8.48
2292026-05-07T14:26:17.042Z Downloaded unicode-width v0.2.2
2302026-05-07T14:26:17.045Z Downloaded regex-syntax v0.8.10
2312026-05-07T14:26:17.078Z Downloaded regex-automata v0.4.14
2322026-05-07T14:26:17.088Z Downloaded libc v0.2.186
2332026-05-07T14:26:17.152Z Compiling proc-macro2 v1.0.106
2342026-05-07T14:26:17.152Z Compiling quote v1.0.45
2352026-05-07T14:26:17.152Z Compiling unicode-ident v1.0.24
2362026-05-07T14:26:17.156Z Documenting unicode-ident v1.0.24
2372026-05-07T14:26:17.156Z Compiling strsim v0.11.1
2382026-05-07T14:26:17.156Z Compiling ident_case v1.0.1
2392026-05-07T14:26:17.207Z Compiling serde_core v1.0.228
2402026-05-07T14:26:17.301Z Compiling fnv v1.0.7
2412026-05-07T14:26:17.319Z Checking memchr v2.8.0
2422026-05-07T14:26:17.496Z Compiling thiserror v2.0.18
2432026-05-07T14:26:17.531Z Compiling zerocopy v0.8.48
2442026-05-07T14:26:17.583Z Compiling regex-syntax v0.8.10
2452026-05-07T14:26:17.624Z Compiling serde v1.0.228
2462026-05-07T14:26:17.831Z Documenting proc-macro2 v1.0.106
2472026-05-07T14:26:17.858Z Compiling aho-corasick v1.1.4
2482026-05-07T14:26:18.141Z Checking syn v2.0.117
2492026-05-07T14:26:18.401Z Documenting quote v1.0.45
2502026-05-07T14:26:18.636Z Checking byteorder v1.5.0
2512026-05-07T14:26:18.789Z Compiling either v1.15.0
2522026-05-07T14:26:18.891Z Documenting syn v2.0.117
2532026-05-07T14:26:18.974Z Compiling itertools v0.14.0
2542026-05-07T14:26:18.984Z Documenting memchr v2.8.0
2552026-05-07T14:26:19.275Z Compiling regex-automata v0.4.14
2562026-05-07T14:26:19.534Z Compiling heapless v0.8.0
2572026-05-07T14:26:19.629Z Documenting aho-corasick v1.1.4
2582026-05-07T14:26:20.002Z Checking bitflags v2.11.1
2592026-05-07T14:26:20.153Z Checking hash32 v0.3.1
2602026-05-07T14:26:20.165Z Documenting serde_core v1.0.228
2612026-05-07T14:26:20.246Z Checking cfg-if v1.0.4
2622026-05-07T14:26:20.259Z Checking stable_deref_trait v1.2.1
2632026-05-07T14:26:20.303Z Checking macaddr v1.0.1
2642026-05-07T14:26:20.367Z Documenting regex-syntax v0.8.10
2652026-05-07T14:26:20.406Z Checking darling_core v0.21.3
2662026-05-07T14:26:20.438Z Compiling smoltcp v0.11.0
2672026-05-07T14:26:20.865Z Compiling darling_core v0.23.0
2682026-05-07T14:26:21.076Z Compiling regex v1.12.3
2692026-05-07T14:26:21.392Z Documenting regex-automata v0.4.14
2702026-05-07T14:26:21.734Z Documenting thiserror-impl v2.0.18
2712026-05-07T14:26:21.799Z Documenting zerocopy-derive v0.8.48
2722026-05-07T14:26:21.821Z Documenting serde_derive v1.0.228
2732026-05-07T14:26:21.909Z Compiling thiserror-impl v2.0.18
2742026-05-07T14:26:22.493Z Compiling zerocopy-derive v0.8.48
2752026-05-07T14:26:22.523Z Compiling serde_derive v1.0.228
2762026-05-07T14:26:22.771Z Documenting regex v1.12.3
2772026-05-07T14:26:22.829Z Compiling darling_macro v0.21.3
2782026-05-07T14:26:22.928Z Compiling darling_macro v0.23.0
2792026-05-07T14:26:22.981Z Checking bitflags v1.3.2
2802026-05-07T14:26:23.045Z Checking managed v0.8.0
2812026-05-07T14:26:23.189Z Documenting byteorder v1.5.0
2822026-05-07T14:26:23.209Z Checking cobs v0.3.0
2832026-05-07T14:26:23.218Z Documenting thiserror v2.0.18
2842026-05-07T14:26:23.339Z Documenting bitflags v2.11.1
2852026-05-07T14:26:23.427Z Compiling darling v0.21.3
2862026-05-07T14:26:23.503Z Compiling ingot-macros v0.1.1
2872026-05-07T14:26:23.567Z Compiling ref-cast v1.0.25
2882026-05-07T14:26:23.605Z Documenting ingot-macros v0.1.1
2892026-05-07T14:26:23.714Z Documenting hash32 v0.3.1
2902026-05-07T14:26:23.871Z Documenting stable_deref_trait v1.2.1
2912026-05-07T14:26:23.887Z Documenting zerocopy v0.8.48
2922026-05-07T14:26:24.086Z Documenting macaddr v1.0.1
2932026-05-07T14:26:24.275Z Documenting cfg-if v1.0.4
2942026-05-07T14:26:24.444Z Compiling crc32fast v1.5.0
2952026-05-07T14:26:24.645Z Documenting heapless v0.8.0
2962026-05-07T14:26:24.804Z Documenting cobs v0.3.0
2972026-05-07T14:26:25.023Z Compiling ref-cast-impl v1.0.25
2982026-05-07T14:26:25.382Z Documenting serde v1.0.228
2992026-05-07T14:26:25.635Z Checking postcard v1.1.3
3002026-05-07T14:26:25.642Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-05-07T14:26:25.892Z Compiling version_check v0.9.5
3022026-05-07T14:26:26.006Z Checking ipnetwork v0.21.1
3032026-05-07T14:26:26.061Z Checking unicode-width v0.2.2
3042026-05-07T14:26:26.162Z Documenting managed v0.8.0
3052026-05-07T14:26:26.182Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3062026-05-07T14:26:26.295Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-05-07T14:26:26.305Z Compiling darling v0.23.0
3082026-05-07T14:26:26.378Z Documenting ref-cast-impl v1.0.25
3092026-05-07T14:26:26.423Z Documenting unicode-width v0.2.2
3102026-05-07T14:26:26.525Z Documenting ipnetwork v0.21.1
3112026-05-07T14:26:26.674Z Checking ingot-types v0.1.2
3122026-05-07T14:26:26.851Z Documenting ingot-types v0.1.2
3132026-05-07T14:26:27.006Z Checking ingot v0.1.1
3142026-05-07T14:26:27.027Z Documenting postcard v1.1.3
3152026-05-07T14:26:27.100Z Documenting smoltcp v0.11.0
3162026-05-07T14:26:27.369Z Documenting either v1.15.0
3172026-05-07T14:26:27.572Z Documenting ref-cast v1.0.25
3182026-05-07T14:26:27.779Z Documenting tabwriter v1.4.1
3192026-05-07T14:26:28.025Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3202026-05-07T14:26:28.303Z Documenting ingot v0.1.1
3212026-05-07T14:26:28.486Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-05-07T14:26:28.549Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-05-07T14:26:28.752Z Documenting itertools v0.14.0
3242026-05-07T14:26:29.133Z Checking tabwriter v1.4.1
3252026-05-07T14:26:29.332Z Documenting crc32fast v1.5.0
3262026-05-07T14:26:29.368Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-05-07T14:26:29.485Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-05-07T14:26:29.679Z Checking dyn-clone v1.0.20
3292026-05-07T14:26:29.777Z Documenting dyn-clone v1.0.20
3302026-05-07T14:26:30.736Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-05-07T14:26:31.993Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-05-07T14:26:34.180Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.03s
3332026-05-07T14:26:34.266Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-05-07T14:26:34.287Z
3352026-05-07T14:26:34.290Zreal 23.129848832
3362026-05-07T14:26:34.290Zuser 1:15.316462100
3372026-05-07T14:26:34.290Zsys 16.005428260
3382026-05-07T14:26:34.290Ztrap 0.040401515
3392026-05-07T14:26:34.291Ztflt 0.036902873
3402026-05-07T14:26:34.291Zdflt 0.088624957
3412026-05-07T14:26:34.291Zkflt 0.004928072
3422026-05-07T14:26:34.291Zlock 7:01.409936016
3432026-05-07T14:26:34.291Zslp 4:18.049898000
3442026-05-07T14:26:34.291Zlat 7.822786244
3452026-05-07T14:26:34.291Zstop 9.813998225
3462026-05-07T14:26:34.291Z+ header 'analyze std + api'
3472026-05-07T14:26:34.291Z+ echo '# ==== analyze std + api ==== #'
3482026-05-07T14:26:34.291Z# ==== analyze std + api ==== #
3492026-05-07T14:26:34.291Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-05-07T14:26:34.530Z Compiling proc-macro2 v1.0.106
3512026-05-07T14:26:34.530Z Compiling quote v1.0.45
3522026-05-07T14:26:34.533Z Compiling unicode-ident v1.0.24
3532026-05-07T14:26:34.533Z Compiling memchr v2.8.0
3542026-05-07T14:26:34.534Z Compiling thiserror v2.0.18
3552026-05-07T14:26:34.534Z Compiling zerocopy v0.8.48
3562026-05-07T14:26:34.534Z Compiling zmij v1.0.21
3572026-05-07T14:26:34.534Z Compiling serde_core v1.0.228
3582026-05-07T14:26:34.706Z Compiling libc v0.2.186
3592026-05-07T14:26:34.873Z Compiling ident_case v1.0.1
3602026-05-07T14:26:34.905Z Compiling ucd-trie v0.1.7
3612026-05-07T14:26:34.909Z Compiling serde_json v1.0.149
3622026-05-07T14:26:34.912Z Compiling strsim v0.11.1
3632026-05-07T14:26:35.076Z Compiling pest v2.8.6
3642026-05-07T14:26:35.127Z Compiling serde v1.0.228
3652026-05-07T14:26:35.337Z Compiling fnv v1.0.7
3662026-05-07T14:26:35.446Z Compiling aho-corasick v1.1.4
3672026-05-07T14:26:35.467Z Compiling regex-syntax v0.8.10
3682026-05-07T14:26:35.486Z Checking byteorder v1.5.0
3692026-05-07T14:26:35.750Z Compiling itoa v1.0.18
3702026-05-07T14:26:35.903Z Compiling syn v2.0.117
3712026-05-07T14:26:36.083Z Compiling pest_meta v2.8.6
3722026-05-07T14:26:36.281Z Compiling usdt-impl v0.6.0
3732026-05-07T14:26:36.431Z Compiling either v1.15.0
3742026-05-07T14:26:36.619Z Compiling itertools v0.14.0
3752026-05-07T14:26:36.776Z Compiling thread-id v5.1.0
3762026-05-07T14:26:36.887Z Compiling regex-automata v0.4.14
3772026-05-07T14:26:36.908Z Compiling heapless v0.8.0
3782026-05-07T14:26:37.131Z Checking plain v0.2.3
3792026-05-07T14:26:37.222Z Checking log v0.4.29
3802026-05-07T14:26:37.658Z Checking bitflags v2.11.1
3812026-05-07T14:26:37.737Z Checking hash32 v0.3.1
3822026-05-07T14:26:37.814Z Checking cfg-if v1.0.4
3832026-05-07T14:26:37.821Z Compiling smoltcp v0.11.0
3842026-05-07T14:26:37.853Z Checking stable_deref_trait v1.2.1
3852026-05-07T14:26:37.869Z Checking macaddr v1.0.1
3862026-05-07T14:26:37.916Z Checking pretty-hex v0.4.2
3872026-05-07T14:26:38.131Z Compiling crc32fast v1.5.0
3882026-05-07T14:26:38.148Z Checking bitflags v1.3.2
3892026-05-07T14:26:38.206Z Compiling ref-cast v1.0.25
3902026-05-07T14:26:38.210Z Checking managed v0.8.0
3912026-05-07T14:26:38.369Z Compiling pest_generator v2.8.6
3922026-05-07T14:26:38.378Z Compiling darling_core v0.21.3
3932026-05-07T14:26:38.399Z Compiling darling_core v0.23.0
3942026-05-07T14:26:38.403Z Compiling version_check v0.9.5
3952026-05-07T14:26:38.537Z Compiling regex v1.12.3
3962026-05-07T14:26:38.669Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3972026-05-07T14:26:38.938Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-07T14:26:38.977Z Checking memmap2 v0.9.10
3992026-05-07T14:26:39.252Z Checking unicode-width v0.2.2
4002026-05-07T14:26:39.323Z Checking ipnetwork v0.21.1
4012026-05-07T14:26:39.492Z Checking tabwriter v1.4.1
4022026-05-07T14:26:39.519Z Compiling thiserror-impl v2.0.18
4032026-05-07T14:26:39.609Z Compiling serde_derive v1.0.228
4042026-05-07T14:26:39.623Z Compiling zerocopy-derive v0.8.48
4052026-05-07T14:26:40.046Z Compiling pest_derive v2.8.6
4062026-05-07T14:26:40.163Z Compiling scroll_derive v0.13.1
4072026-05-07T14:26:40.473Z Compiling ref-cast-impl v1.0.25
4082026-05-07T14:26:40.519Z Compiling darling_macro v0.21.3
4092026-05-07T14:26:40.526Z Compiling darling_macro v0.23.0
4102026-05-07T14:26:40.536Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4112026-05-07T14:26:40.923Z Compiling dtrace-parser v0.3.0
4122026-05-07T14:26:40.968Z Checking scroll v0.13.0
4132026-05-07T14:26:41.043Z Compiling darling v0.21.3
4142026-05-07T14:26:41.102Z Checking cobs v0.3.0
4152026-05-07T14:26:41.111Z Compiling ingot-macros v0.1.1
4162026-05-07T14:26:41.185Z Checking goblin v0.10.5
4172026-05-07T14:26:41.236Z Compiling darling v0.23.0
4182026-05-07T14:26:41.305Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4192026-05-07T14:26:41.390Z Checking dyn-clone v1.0.20
4202026-05-07T14:26:42.463Z Checking postcard v1.1.3
4212026-05-07T14:26:42.485Z Compiling serde_tokenstream v0.2.3
4222026-05-07T14:26:43.631Z Checking ingot-types v0.1.2
4232026-05-07T14:26:43.631Z Checking dof v0.4.0
4242026-05-07T14:26:43.923Z Checking ingot v0.1.1
4252026-05-07T14:26:44.524Z Compiling usdt-macro v0.6.0
4262026-05-07T14:26:44.524Z Compiling usdt-attr-macro v0.6.0
4272026-05-07T14:26:45.099Z Checking usdt v0.6.0
4282026-05-07T14:26:45.341Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-05-07T14:26:53.301Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.96s
4302026-05-07T14:26:53.331Z
4312026-05-07T14:26:53.334Zreal 19.034605729
4322026-05-07T14:26:53.334Zuser 1:03.216768433
4332026-05-07T14:26:53.334Zsys 12.493153744
4342026-05-07T14:26:53.334Ztrap 0.030620036
4352026-05-07T14:26:53.334Ztflt 0.149388714
4362026-05-07T14:26:53.334Zdflt 0.179680043
4372026-05-07T14:26:53.334Zkflt 0.000018966
4382026-05-07T14:26:53.334Zlock 3:39.652472559
4392026-05-07T14:26:53.334Zslp 3:20.161569130
4402026-05-07T14:26:53.334Zlat 2.702516964
4412026-05-07T14:26:53.334Zstop 6.241134956
4422026-05-07T14:26:53.334Z+ header 'analyze no_std + engine + kernel'
4432026-05-07T14:26:53.334Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-05-07T14:26:53.334Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4452026-05-07T14:26:53.334Z# ==== analyze no_std + engine + kernel ==== #
4462026-05-07T14:26:53.509Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4472026-05-07T14:26:53.509Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-05-07T14:26:53.515Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-05-07T14:26:53.515Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-05-07T14:26:53.772Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-05-07T14:26:57.919Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.54s
4522026-05-07T14:26:57.948Z
4532026-05-07T14:26:57.948Zreal 4.609701118
4542026-05-07T14:26:57.948Zuser 4.990137288
4552026-05-07T14:26:57.948Zsys 0.883457449
4562026-05-07T14:26:57.948Ztrap 0.000595873
4572026-05-07T14:26:57.948Ztflt 0.008439938
4582026-05-07T14:26:57.948Zdflt 0.001445047
4592026-05-07T14:26:57.948Zkflt 0.000003029
4602026-05-07T14:26:57.948Zlock 16.381713321
4612026-05-07T14:26:57.948Zslp 17.794557497
4622026-05-07T14:26:57.948Zlat 0.021335707
4632026-05-07T14:26:57.948Zstop 0.252701230
4642026-05-07T14:26:57.952Z+ header test
4652026-05-07T14:26:57.952Z+ echo '# ==== test ==== #'
4662026-05-07T14:26:57.952Z+ ptime -m cargo test
4672026-05-07T14:26:57.952Z# ==== test ==== #
4682026-05-07T14:26:58.095Z Compiling serde_core v1.0.228
4692026-05-07T14:26:58.098Z Compiling thiserror v2.0.18
4702026-05-07T14:26:58.098Z Compiling zerocopy v0.8.48
4712026-05-07T14:26:58.119Z Compiling memchr v2.8.0
4722026-05-07T14:26:58.122Z Compiling byteorder v1.5.0
4732026-05-07T14:26:58.125Z Compiling unicode-ident v1.0.24
4742026-05-07T14:26:58.126Z Compiling scroll v0.13.0
4752026-05-07T14:26:58.126Z Compiling libc v0.2.186
4762026-05-07T14:26:58.200Z Compiling proc-macro2 v1.0.106
4772026-05-07T14:26:58.245Z Compiling zmij v1.0.21
4782026-05-07T14:26:58.334Z Compiling ucd-trie v0.1.7
4792026-05-07T14:26:58.376Z Compiling log v0.4.29
4802026-05-07T14:26:58.467Z Compiling itoa v1.0.18
4812026-05-07T14:26:58.595Z Compiling plain v0.2.3
4822026-05-07T14:26:58.616Z Compiling quote v1.0.45
4832026-05-07T14:26:58.697Z Compiling goblin v0.10.5
4842026-05-07T14:26:58.728Z Compiling pest v2.8.6
4852026-05-07T14:26:59.034Z Compiling hash32 v0.3.1
4862026-05-07T14:26:59.215Z Compiling stable_deref_trait v1.2.1
4872026-05-07T14:26:59.289Z Compiling cfg-if v1.0.4
4882026-05-07T14:26:59.299Z Compiling macaddr v1.0.1
4892026-05-07T14:26:59.351Z Compiling pretty-hex v0.4.2
4902026-05-07T14:26:59.480Z Compiling heapless v0.8.0
4912026-05-07T14:26:59.550Z Compiling syn v2.0.117
4922026-05-07T14:26:59.673Z Compiling thread-id v5.1.0
4932026-05-07T14:26:59.747Z Compiling cobs v0.3.0
4942026-05-07T14:26:59.955Z Compiling serde v1.0.228
4952026-05-07T14:27:00.023Z Compiling serde_json v1.0.149
4962026-05-07T14:27:00.040Z Compiling bitflags v2.11.1
4972026-05-07T14:27:00.457Z Compiling dtrace-parser v0.3.0
4982026-05-07T14:27:00.467Z Compiling bitflags v1.3.2
4992026-05-07T14:27:00.528Z Compiling managed v0.8.0
5002026-05-07T14:27:00.570Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-05-07T14:27:00.746Z Compiling smoltcp v0.11.0
5022026-05-07T14:27:00.794Z Compiling postcard v1.1.3
5032026-05-07T14:27:01.000Z Compiling ingot-types v0.1.2
5042026-05-07T14:27:01.096Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-05-07T14:27:01.144Z Compiling memmap2 v0.9.10
5062026-05-07T14:27:01.393Z Compiling ingot v0.1.1
5072026-05-07T14:27:01.432Z Compiling unicode-width v0.2.2
5082026-05-07T14:27:01.685Z Compiling dof v0.4.0
5092026-05-07T14:27:01.740Z Compiling either v1.15.0
5102026-05-07T14:27:01.943Z Compiling ipnetwork v0.21.1
5112026-05-07T14:27:02.474Z Compiling usdt-impl v0.6.0
5122026-05-07T14:27:03.144Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5132026-05-07T14:27:03.606Z Compiling usdt v0.6.0
5142026-05-07T14:27:04.045Z Compiling itertools v0.14.0
5152026-05-07T14:27:04.244Z Compiling tabwriter v1.4.1
5162026-05-07T14:27:04.667Z Compiling ref-cast v1.0.25
5172026-05-07T14:27:04.765Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5182026-05-07T14:27:05.078Z Compiling crc32fast v1.5.0
5192026-05-07T14:27:05.320Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-05-07T14:27:05.448Z Compiling dyn-clone v1.0.20
5212026-05-07T14:27:18.476Z Finished `test` profile [optimized + debuginfo] target(s) in 20.51s
5222026-05-07T14:27:18.489Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d)
5232026-05-07T14:27:18.496Z
5242026-05-07T14:27:18.496Zrunning 72 tests
5252026-05-07T14:27:18.496Ztest d_error::tests::name_truncation ... ok
5262026-05-07T14:27:18.496Ztest d_error::tests::name_and_data_storage ... ok
5272026-05-07T14:27:18.496Ztest ddi::mblk::test::chain_append_links ... ok
5282026-05-07T14:27:18.496Ztest ddi::mblk::test::chain_breaks_links ... ok
5292026-05-07T14:27:18.496Ztest ddi::mblk::test::chain_drain_complete ... ok
5302026-05-07T14:27:18.496Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5312026-05-07T14:27:18.496Ztest ddi::mblk::test::prefix_len ... ok
5322026-05-07T14:27:18.496Ztest ddi::mblk::test::expand_and_shrink ... ok
5332026-05-07T14:27:18.496Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5342026-05-07T14:27:18.496Ztest ddi::mblk::test::read_seg ... ok
5352026-05-07T14:27:18.496Ztest ddi::mblk::test::wrap ... ok
5362026-05-07T14:27:18.496Ztest ddi::mblk::test::truncate ... ok
5372026-05-07T14:27:18.496Ztest ddi::mblk::test::uninitialized_packet ... ok
5382026-05-07T14:27:18.496Ztest ddi::mblk::test::zero_byte_packet ... ok
5392026-05-07T14:27:18.496Ztest ddi::time::test::good_interval ... ok
5402026-05-07T14:27:18.496Ztest engine::dhcpv6::options::test::test_client_id ... ok
5412026-05-07T14:27:18.496Ztest engine::dhcp::test::offlink_encode ... ok
5422026-05-07T14:27:18.496Ztest engine::dhcp::test::hostname_encode ... ok
5432026-05-07T14:27:18.496Ztest engine::dhcp::test::domain_search_option_encode ... ok
5442026-05-07T14:27:18.496Ztest engine::dhcp::test::rfc3442_encode ... ok
5452026-05-07T14:27:18.496Ztest engine::dhcp::test::domainname_encode ... ok
5462026-05-07T14:27:18.497Ztest ddi::time::test::bad_interval - should panic ... ok
5472026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5482026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5492026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5502026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_iata ... ok
5512026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_option_request ... ok
5522026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5532026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_iana ... ok
5542026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5552026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5562026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5572026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5582026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5592026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_server_id ... ok
5602026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5612026-05-07T14:27:18.497Ztest engine::dhcpv6::options::test::test_status ... ok
5622026-05-07T14:27:18.497Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5632026-05-07T14:27:18.497Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5642026-05-07T14:27:18.497Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5652026-05-07T14:27:18.497Ztest engine::ether::test::emit ... ok
5662026-05-07T14:27:18.497Ztest engine::flow_table::test::flow_clear ... ok
5672026-05-07T14:27:18.497Ztest engine::flow_table::test::flow_expired ... ok
5682026-05-07T14:27:18.497Ztest engine::geneve::test::emit_no_opts ... ok
5692026-05-07T14:27:18.497Ztest engine::geneve::test::emit_single_opt ... ok
5702026-05-07T14:27:18.497Ztest engine::ip::v4::test::cidr_match ... ok
5712026-05-07T14:27:18.497Ztest engine::ip::v4::test::emit ... ok
5722026-05-07T14:27:18.497Ztest engine::ip::v4::test::match_check ... ok
5732026-05-07T14:27:18.498Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5742026-05-07T14:27:18.498Ztest engine::ip::v6::test::emit ... ok
5752026-05-07T14:27:18.498Ztest engine::ip::v6::test::from_pairs ... ok
5762026-05-07T14:27:18.498Ztest engine::ip::v6::test::extension_push_spec ... ok
5772026-05-07T14:27:18.498Ztest engine::ip::v6::test::option_push_spec ... ok
5782026-05-07T14:27:18.498Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5792026-05-07T14:27:18.498Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5802026-05-07T14:27:18.498Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5812026-05-07T14:27:18.498Ztest engine::ip::v6::test::test_set_total_len ... ok
5822026-05-07T14:27:18.498Ztest engine::layer::test::find_rule ... ok
5832026-05-07T14:27:18.498Ztest engine::nat::test::nat4_rewrite ... ok
5842026-05-07T14:27:18.498Ztest engine::packet::test::read_multi_segment ... ok
5852026-05-07T14:27:18.498Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5862026-05-07T14:27:18.498Ztest engine::ip::v6::test::push_spec ... ok
5872026-05-07T14:27:18.498Ztest engine::packet::test::read_single_segment ... ok
5882026-05-07T14:27:18.498Ztest engine::packet::test::small_packet_with_padding ... ok
5892026-05-07T14:27:18.498Ztest engine::packet::test::straddled_tcp ... ok
5902026-05-07T14:27:18.498Ztest engine::packet::test::udp6_packet_with_padding ... ok
5912026-05-07T14:27:18.498Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5922026-05-07T14:27:18.498Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5932026-05-07T14:27:18.498Ztest engine::rule::rule_matching ... ok
5942026-05-07T14:27:18.498Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5952026-05-07T14:27:18.498Ztest engine::snat::test::nat_mappings ... ok
5962026-05-07T14:27:18.498Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5972026-05-07T14:27:18.498Z
5982026-05-07T14:27:18.498Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5992026-05-07T14:27:18.498Z
6002026-05-07T14:27:18.498Z Doc-tests opte
6012026-05-07T14:27:20.423Z
6022026-05-07T14:27:20.423Zrunning 3 tests
6032026-05-07T14:27:20.427Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6042026-05-07T14:27:20.427Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6052026-05-07T14:27:20.427Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6062026-05-07T14:27:20.427Z
6072026-05-07T14:27:20.427Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-05-07T14:27:20.427Z
6092026-05-07T14:27:20.432Zall doctests ran in 1.36s; merged doctests compilation took 1.35s
6102026-05-07T14:27:20.470Z
6112026-05-07T14:27:20.470Zreal 22.508691817
6122026-05-07T14:27:20.470Zuser 1:55.482558705
6132026-05-07T14:27:20.470Zsys 6.964073921
6142026-05-07T14:27:20.470Ztrap 0.052585054
6152026-05-07T14:27:20.471Ztflt 0.173049488
6162026-05-07T14:27:20.471Zdflt 0.379338471
6172026-05-07T14:27:20.471Zkflt 0.000010327
6182026-05-07T14:27:20.471Zlock 5:44.905918851
6192026-05-07T14:27:20.471Zslp 3:35.259963102
6202026-05-07T14:27:20.471Zlat 6.717606648
6212026-05-07T14:27:20.471Zstop 3.121124423
6222026-05-07T14:27:20.474Zprocess exited: duration 83400 ms, exit code 0
 
6232026-05-07T14:27:20.481Zfound 0 output files