01KQHNPV8Y0DQ9K5DEQX7CAN5G: opte

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

Buildomat Job: 01KQHNQ6Z7FJ8T2Q3ZP4MKDHZ8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T11:46:11.453Zjob assigned to worker 01KQHNQC4FWN31J1F8YQ6F26F0 [factory aws, i-0f4e75dc2c14039ad] (queued for 46 s)
 
22026-05-01T11:46:18.422Zstarting task 0: "setup"
32026-05-01T11:46:18.429Z++ uname -s
42026-05-01T11:46:18.432Z+ kern=SunOS
52026-05-01T11:46:18.432Z+ build_user=build
62026-05-01T11:46:18.432Z+ build_uid=12345
72026-05-01T11:46:18.432Z+ work_dir=/work
82026-05-01T11:46:18.432Z+ input_dir=/input
92026-05-01T11:46:18.432Z+ [[ 0 == 12345 ]]
102026-05-01T11:46:18.432Z+ case "$kern" in
112026-05-01T11:46:18.432Z+ groupadd -g 12345 build
122026-05-01T11:46:18.435Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T11:46:20.440Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T11:46:20.559Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T11:46:20.563Z+ home_fs=zfs
162026-05-01T11:46:20.563Z+ [[ zfs == autofs ]]
172026-05-01T11:46:20.563Z+ mkdir -p /home/build
182026-05-01T11:46:20.563Z+ chown build:build /home/build /work
192026-05-01T11:46:22.564Z+ chmod 0700 /home/build /work
202026-05-01T11:46:22.567Zprocess exited: duration 4143 ms, exit code 0
 
212026-05-01T11:46:22.572Zstarting task 1: "rust-toolchain"
222026-05-01T11:46:22.576Z * rust toolchain channel = "1.94.1"
232026-05-01T11:46:22.576Z * rust toolchain profile = "default"
242026-05-01T11:46:22.576Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
252026-05-01T11:46:22.576Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-01T11:46:22.576Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T11:46:22.576Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T11:46:22.579Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T11:46:22.579Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-01T11:46:22.672Zinfo: downloading installer
312026-05-01T11:46:24.074Zwarn: It looks like you have an existing rustup settings file at:
322026-05-01T11:46:24.074Zwarn: /home/build/.rustup/settings.toml
332026-05-01T11:46:24.074Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-01T11:46:24.074Zwarn: instead of the one inferred from the default host triple.
352026-05-01T11:46:24.085Zinfo: profile set to default
362026-05-01T11:46:24.085Zinfo: default host triple is x86_64-unknown-illumos
372026-05-01T11:46:24.088Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-01T11:46:24.216Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-01T11:46:24.219Zinfo: downloading 6 components
402026-05-01T11:46:38.460Z
412026-05-01T11:46:38.460Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
422026-05-01T11:46:38.491Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-01T11:46:38.491Z
442026-05-01T11:46:38.491Z
452026-05-01T11:46:38.491ZRust is installed now. Great!
462026-05-01T11:46:38.491Z
472026-05-01T11:46:38.491ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-01T11:46:38.491Zenvironment variable. This has not been done automatically.
492026-05-01T11:46:38.492Z
502026-05-01T11:46:38.492ZTo configure your current shell, you need to source
512026-05-01T11:46:38.492Zthe corresponding env file under $HOME/.cargo.
522026-05-01T11:46:38.492Z
532026-05-01T11:46:38.492ZThis is usually done by running one of the following (note the leading DOT):
542026-05-01T11:46:38.495Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-01T11:46:38.495Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-01T11:46:38.495Zsource "~/.cargo/env.nu" # For nushell
572026-05-01T11:46:38.495Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-01T11:46:38.495Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-01T11:46:38.495Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-01T11:46:38.495Zwarn: no default linker (`cc`) was found in your PATH
612026-05-01T11:46:38.495Zwarn: many Rust crates require a system C toolchain to build
622026-05-01T11:46:38.577Z+ rustup --version
632026-05-01T11:46:38.586Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-01T11:46:38.589Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-01T11:46:38.607Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-01T11:46:38.610Z+ cargo --version
672026-05-01T11:46:38.623Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-01T11:46:38.626Z+ rustc --version
692026-05-01T11:46:38.645Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-01T11:46:38.647Zprocess exited: duration 16075 ms, exit code 0
 
712026-05-01T11:46:38.653Zstarting task 2: "authentication"
722026-05-01T11:46:38.669Zprocess exited: duration 15 ms, exit code 0
 
732026-05-01T11:46:38.675Zstarting task 3: "clone repository"
742026-05-01T11:46:38.678Z+ mkdir -p /work/oxidecomputer/opte
752026-05-01T11:46:38.680Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-01T11:46:38.711ZCloning into '/work/oxidecomputer/opte'...
772026-05-01T11:46:39.512Z+ cd /work/oxidecomputer/opte
782026-05-01T11:46:39.512Z+ git fetch origin 4583506ff42244759da4024be62185e7da2eba1a
792026-05-01T11:46:39.736ZFrom https://github.com/oxidecomputer/opte
802026-05-01T11:46:39.736Z * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD
812026-05-01T11:46:39.741Z+ [[ -n helios3 ]]
822026-05-01T11:46:39.744Z++ git branch --show-current
832026-05-01T11:46:39.744Z+ current=master
842026-05-01T11:46:39.744Z+ [[ master != helios3 ]]
852026-05-01T11:46:39.744Z+ git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a
862026-05-01T11:46:39.748Z+ git checkout -f helios3
872026-05-01T11:46:39.762ZSwitched to branch 'helios3'
882026-05-01T11:46:39.765Z+ git reset --hard 4583506ff42244759da4024be62185e7da2eba1a
892026-05-01T11:46:39.779ZHEAD is now at 4583506 Switch to helios3; include helios version in package FMRI
902026-05-01T11:46:39.781Zprocess exited: duration 1104 ms, exit code 0
 
912026-05-01T11:46:39.787Zstarting task 4: "build"
922026-05-01T11:46:39.791Z+ source .github/buildomat/common.sh
932026-05-01T11:46:39.791Z++ rustup show active-toolchain
942026-05-01T11:46:39.796Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-01T11:46:39.799Z++ pushd xde
962026-05-01T11:46:39.799Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-01T11:46:39.799Z++ rustup show active-toolchain
982026-05-01T11:46:39.802Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-01T11:46:39.940Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-01T11:46:39.943Zinfo: downloading 6 components
1012026-05-01T11:46:53.216Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-01T11:46:53.292Z+++ rustup show active-toolchain -v
1032026-05-01T11:46:53.295Z+++ head -n 1
1042026-05-01T11:46:53.295Z+++ cut '-d ' -f1
1052026-05-01T11:46:53.348Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-01T11:46:53.348Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-01T11:46:53.348Z++ popd
1082026-05-01T11:46:53.350Z/work/oxidecomputer/opte
1092026-05-01T11:46:53.350Z+ cargo --version
1102026-05-01T11:46:53.357Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-01T11:46:53.360Z+ rustc --version
1122026-05-01T11:46:53.380Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-01T11:46:53.383Z+ cd lib/opte
1142026-05-01T11:46:53.383Z+ header 'check style'
1152026-05-01T11:46:53.383Z+ echo '# ==== check style ==== #'
1162026-05-01T11:46:53.383Z# ==== check style ==== #
1172026-05-01T11:46:53.383Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-01T11:46:53.563Z
1192026-05-01T11:46:53.563Zreal 0.177838761
1202026-05-01T11:46:53.563Zuser 0.134879590
1212026-05-01T11:46:53.563Zsys 0.035985983
1222026-05-01T11:46:53.563Ztrap 0.000022538
1232026-05-01T11:46:53.563Ztflt 0.000008628
1242026-05-01T11:46:53.563Zdflt 0.000005828
1252026-05-01T11:46:53.563Zkflt 0.000000000
1262026-05-01T11:46:53.563Zlock 0.031666505
1272026-05-01T11:46:53.563Zslp 0.157420766
1282026-05-01T11:46:53.563Zlat 0.000799615
1292026-05-01T11:46:53.563Zstop 0.000087240
1302026-05-01T11:46:53.566Z+ header 'check docs'
1312026-05-01T11:46:53.566Z+ echo '# ==== check docs ==== #'
1322026-05-01T11:46:53.566Z# ==== check docs ==== #
1332026-05-01T11:46:53.566Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-01T11:46:53.566Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-01T11:46:53.633Z Updating crates.io index
1362026-05-01T11:46:53.664Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-01T11:46:54.823Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-01T11:46:55.287Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-01T11:46:55.769Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-01T11:46:56.155Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-01T11:46:56.391Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-01T11:46:56.654Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-01T11:46:58.525Z Downloading crates ...
1442026-05-01T11:46:58.582Z Downloaded defmt-parser v1.0.0
1452026-05-01T11:46:58.584Z Downloaded aho-corasick v1.1.4
1462026-05-01T11:46:58.587Z Downloaded ingot v0.1.1
1472026-05-01T11:46:58.587Z Downloaded dof v0.4.0
1482026-05-01T11:46:58.587Z Downloaded ident_case v1.0.1
1492026-05-01T11:46:58.590Z Downloaded fnv v1.0.7
1502026-05-01T11:46:58.590Z Downloaded cpufeatures v0.2.17
1512026-05-01T11:46:58.590Z Downloaded defmt v0.3.100
1522026-05-01T11:46:58.592Z Downloaded darling v0.21.3
1532026-05-01T11:46:58.596Z Downloaded dyn-clone v1.0.20
1542026-05-01T11:46:58.598Z Downloaded darling_macro v0.23.0
1552026-05-01T11:46:58.599Z Downloaded cfg-if v1.0.4
1562026-05-01T11:46:58.599Z Downloaded managed v0.8.0
1572026-05-01T11:46:58.601Z Downloaded block-buffer v0.10.4
1582026-05-01T11:46:58.601Z Downloaded macaddr v1.0.1
1592026-05-01T11:46:58.601Z Downloaded bitflags v1.3.2
1602026-05-01T11:46:58.604Z Downloaded ipnetwork v0.21.1
1612026-05-01T11:46:58.608Z Downloaded embedded-io v0.6.1
1622026-05-01T11:46:58.613Z Downloaded hash32 v0.3.1
1632026-05-01T11:46:58.615Z Downloaded stable_deref_trait v1.2.1
1642026-05-01T11:46:58.615Z Downloaded tabwriter v1.4.1
1652026-05-01T11:46:58.615Z Downloaded embedded-io v0.4.0
1662026-05-01T11:46:58.618Z Downloaded darling_macro v0.21.3
1672026-05-01T11:46:58.618Z Downloaded crypto-common v0.1.7
1682026-05-01T11:46:58.618Z Downloaded plain v0.2.3
1692026-05-01T11:46:58.624Z Downloaded pretty-hex v0.4.2
1702026-05-01T11:46:58.627Z Downloaded thread-id v5.1.0
1712026-05-01T11:46:58.627Z Downloaded generic-array v0.14.7
1722026-05-01T11:46:58.627Z Downloaded dtrace-parser v0.3.0
1732026-05-01T11:46:58.630Z Downloaded ingot-types v0.1.2
1742026-05-01T11:46:58.633Z Downloaded itoa v1.0.18
1752026-05-01T11:46:58.638Z Downloaded version_check v0.9.5
1762026-05-01T11:46:58.642Z Downloaded ref-cast v1.0.25
1772026-05-01T11:46:58.642Z Downloaded usdt v0.6.0
1782026-05-01T11:46:58.646Z Downloaded scroll_derive v0.13.1
1792026-05-01T11:46:58.652Z Downloaded usdt-macro v0.6.0
1802026-05-01T11:46:58.655Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-05-01T11:46:58.658Z Downloaded usdt-attr-macro v0.6.0
1822026-05-01T11:46:58.658Z Downloaded strsim v0.11.1
1832026-05-01T11:46:58.665Z Downloaded either v1.15.0
1842026-05-01T11:46:58.668Z Downloaded defmt v1.0.1
1852026-05-01T11:46:58.672Z Downloaded defmt-macros v1.0.1
1862026-05-01T11:46:58.675Z Downloaded thiserror-impl v2.0.18
1872026-05-01T11:46:58.678Z Downloaded usdt-impl v0.6.0
1882026-05-01T11:46:58.681Z Downloaded postcard v1.1.3
1892026-05-01T11:46:58.681Z Downloaded ingot-macros v0.1.1
1902026-05-01T11:46:58.683Z Downloaded darling v0.23.0
1912026-05-01T11:46:58.686Z Downloaded thiserror v2.0.18
1922026-05-01T11:46:58.689Z Downloaded zmij v1.0.21
1932026-05-01T11:46:58.689Z Downloaded scroll v0.13.0
1942026-05-01T11:46:58.689Z Downloaded ref-cast-impl v1.0.25
1952026-05-01T11:46:58.692Z Downloaded quote v1.0.45
1962026-05-01T11:46:58.692Z Downloaded digest v0.10.7
1972026-05-01T11:46:58.692Z Downloaded cobs v0.3.0
1982026-05-01T11:46:58.694Z Downloaded proc-macro-error2 v2.0.1
1992026-05-01T11:46:58.701Z Downloaded serde_tokenstream v0.2.3
2002026-05-01T11:46:58.707Z Downloaded ucd-trie v0.1.7
2012026-05-01T11:46:58.710Z Downloaded memmap2 v0.9.10
2022026-05-01T11:46:58.724Z Downloaded pest_generator v2.8.6
2032026-05-01T11:46:58.729Z Downloaded byteorder v1.5.0
2042026-05-01T11:46:58.732Z Downloaded pest_meta v2.8.6
2052026-05-01T11:46:58.735Z Downloaded log v0.4.29
2062026-05-01T11:46:58.735Z Downloaded bitflags v2.11.1
2072026-05-01T11:46:58.738Z Downloaded pest_derive v2.8.6
2082026-05-01T11:46:58.741Z Downloaded proc-macro2 v1.0.106
2092026-05-01T11:46:58.741Z Downloaded crc32fast v1.5.0
2102026-05-01T11:46:58.743Z Downloaded sha2 v0.10.9
2112026-05-01T11:46:58.746Z Downloaded serde_derive v1.0.228
2122026-05-01T11:46:58.759Z Downloaded unicode-ident v1.0.24
2132026-05-01T11:46:58.762Z Downloaded darling_core v0.23.0
2142026-05-01T11:46:58.764Z Downloaded heapless v0.8.0
2152026-05-01T11:46:58.768Z Downloaded serde_core v1.0.228
2162026-05-01T11:46:58.778Z Downloaded serde v1.0.228
2172026-05-01T11:46:58.781Z Downloaded darling_core v0.21.3
2182026-05-01T11:46:58.785Z Downloaded zerocopy-derive v0.8.48
2192026-05-01T11:46:58.789Z Downloaded memchr v2.8.0
2202026-05-01T11:46:58.804Z Downloaded typenum v1.20.0
2212026-05-01T11:46:58.817Z Downloaded pest v2.8.6
2222026-05-01T11:46:58.836Z Downloaded itertools v0.14.0
2232026-05-01T11:46:58.840Z Downloaded serde_json v1.0.149
2242026-05-01T11:46:58.847Z Downloaded regex v1.12.3
2252026-05-01T11:46:58.900Z Downloaded goblin v0.10.5
2262026-05-01T11:46:58.904Z Downloaded syn v2.0.117
2272026-05-01T11:46:58.910Z Downloaded zerocopy v0.8.48
2282026-05-01T11:46:58.920Z Downloaded unicode-width v0.2.2
2292026-05-01T11:46:58.923Z Downloaded smoltcp v0.11.0
2302026-05-01T11:46:58.929Z Downloaded regex-syntax v0.8.10
2312026-05-01T11:46:58.957Z Downloaded regex-automata v0.4.14
2322026-05-01T11:46:58.966Z Downloaded libc v0.2.186
2332026-05-01T11:46:59.027Z Compiling proc-macro2 v1.0.106
2342026-05-01T11:46:59.027Z Compiling quote v1.0.45
2352026-05-01T11:46:59.027Z Compiling unicode-ident v1.0.24
2362026-05-01T11:46:59.030Z Documenting unicode-ident v1.0.24
2372026-05-01T11:46:59.030Z Compiling strsim v0.11.1
2382026-05-01T11:46:59.030Z Compiling ident_case v1.0.1
2392026-05-01T11:46:59.030Z Compiling serde_core v1.0.228
2402026-05-01T11:46:59.181Z Compiling fnv v1.0.7
2412026-05-01T11:46:59.198Z Checking memchr v2.8.0
2422026-05-01T11:46:59.263Z Compiling thiserror v2.0.18
2432026-05-01T11:46:59.415Z Compiling serde v1.0.228
2442026-05-01T11:46:59.454Z Compiling zerocopy v0.8.48
2452026-05-01T11:46:59.559Z Documenting proc-macro2 v1.0.106
2462026-05-01T11:46:59.598Z Compiling aho-corasick v1.1.4
2472026-05-01T11:46:59.746Z Compiling regex-syntax v0.8.10
2482026-05-01T11:47:00.006Z Checking syn v2.0.117
2492026-05-01T11:47:00.125Z Compiling either v1.15.0
2502026-05-01T11:47:00.131Z Documenting quote v1.0.45
2512026-05-01T11:47:00.317Z Checking byteorder v1.5.0
2522026-05-01T11:47:00.608Z Documenting syn v2.0.117
2532026-05-01T11:47:00.659Z Compiling itertools v0.14.0
2542026-05-01T11:47:00.847Z Compiling heapless v0.8.0
2552026-05-01T11:47:00.997Z Documenting memchr v2.8.0
2562026-05-01T11:47:01.151Z Compiling regex-automata v0.4.14
2572026-05-01T11:47:01.604Z Documenting aho-corasick v1.1.4
2582026-05-01T11:47:01.849Z Checking bitflags v2.11.1
2592026-05-01T11:47:01.933Z Checking hash32 v0.3.1
2602026-05-01T11:47:01.950Z Documenting serde_core v1.0.228
2612026-05-01T11:47:02.031Z Checking macaddr v1.0.1
2622026-05-01T11:47:02.041Z Documenting regex-syntax v0.8.10
2632026-05-01T11:47:02.172Z Checking cfg-if v1.0.4
2642026-05-01T11:47:02.341Z Checking stable_deref_trait v1.2.1
2652026-05-01T11:47:02.358Z Checking darling_core v0.21.3
2662026-05-01T11:47:02.641Z Compiling darling_core v0.23.0
2672026-05-01T11:47:03.095Z Compiling regex v1.12.3
2682026-05-01T11:47:03.187Z Documenting regex-automata v0.4.14
2692026-05-01T11:47:03.284Z Compiling smoltcp v0.11.0
2702026-05-01T11:47:03.614Z Documenting zerocopy-derive v0.8.48
2712026-05-01T11:47:03.640Z Documenting serde_derive v1.0.228
2722026-05-01T11:47:03.675Z Compiling serde_derive v1.0.228
2732026-05-01T11:47:03.698Z Compiling zerocopy-derive v0.8.48
2742026-05-01T11:47:03.752Z Compiling thiserror-impl v2.0.18
2752026-05-01T11:47:04.495Z Documenting regex v1.12.3
2762026-05-01T11:47:04.550Z Documenting thiserror-impl v2.0.18
2772026-05-01T11:47:04.633Z Compiling darling_macro v0.21.3
2782026-05-01T11:47:04.704Z Compiling darling_macro v0.23.0
2792026-05-01T11:47:05.066Z Checking cobs v0.3.0
2802026-05-01T11:47:05.194Z Compiling darling v0.21.3
2812026-05-01T11:47:05.267Z Compiling ingot-macros v0.1.1
2822026-05-01T11:47:05.317Z Checking managed v0.8.0
2832026-05-01T11:47:05.336Z Checking bitflags v1.3.2
2842026-05-01T11:47:05.397Z Documenting byteorder v1.5.0
2852026-05-01T11:47:05.430Z Documenting thiserror v2.0.18
2862026-05-01T11:47:05.490Z Documenting zerocopy v0.8.48
2872026-05-01T11:47:05.541Z Documenting bitflags v2.11.1
2882026-05-01T11:47:05.757Z Documenting ingot-macros v0.1.1
2892026-05-01T11:47:05.939Z Documenting hash32 v0.3.1
2902026-05-01T11:47:06.092Z Documenting macaddr v1.0.1
2912026-05-01T11:47:06.281Z Documenting stable_deref_trait v1.2.1
2922026-05-01T11:47:06.462Z Documenting serde v1.0.228
2932026-05-01T11:47:06.633Z Compiling ref-cast v1.0.25
2942026-05-01T11:47:06.684Z Compiling crc32fast v1.5.0
2952026-05-01T11:47:06.789Z Documenting cfg-if v1.0.4
2962026-05-01T11:47:07.023Z Documenting heapless v0.8.0
2972026-05-01T11:47:07.048Z Checking postcard v1.1.3
2982026-05-01T11:47:07.054Z Documenting cobs v0.3.0
2992026-05-01T11:47:07.321Z Compiling ref-cast-impl v1.0.25
3002026-05-01T11:47:07.597Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-05-01T11:47:07.842Z Documenting managed v0.8.0
3022026-05-01T11:47:07.933Z Checking unicode-width v0.2.2
3032026-05-01T11:47:07.971Z Checking ingot-types v0.1.2
3042026-05-01T11:47:08.027Z Compiling version_check v0.9.5
3052026-05-01T11:47:08.173Z Checking ipnetwork v0.21.1
3062026-05-01T11:47:08.189Z Documenting postcard v1.1.3
3072026-05-01T11:47:08.294Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3082026-05-01T11:47:08.305Z Checking ingot v0.1.1
3092026-05-01T11:47:08.347Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-05-01T11:47:08.511Z Compiling darling v0.23.0
3112026-05-01T11:47:08.528Z Documenting smoltcp v0.11.0
3122026-05-01T11:47:08.531Z Documenting ingot-types v0.1.2
3132026-05-01T11:47:08.535Z Documenting ref-cast-impl v1.0.25
3142026-05-01T11:47:08.580Z Documenting ipnetwork v0.21.1
3152026-05-01T11:47:08.818Z Documenting either v1.15.0
3162026-05-01T11:47:08.919Z Documenting unicode-width v0.2.2
3172026-05-01T11:47:09.160Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-05-01T11:47:09.407Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-05-01T11:47:09.626Z Documenting ref-cast v1.0.25
3202026-05-01T11:47:09.804Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3212026-05-01T11:47:09.898Z Documenting ingot v0.1.1
3222026-05-01T11:47:10.099Z Documenting itertools v0.14.0
3232026-05-01T11:47:10.106Z Checking tabwriter v1.4.1
3242026-05-01T11:47:10.567Z Documenting crc32fast v1.5.0
3252026-05-01T11:47:10.673Z Documenting tabwriter v1.4.1
3262026-05-01T11:47:10.771Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-05-01T11:47:10.956Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-05-01T11:47:10.965Z Documenting dyn-clone v1.0.20
3292026-05-01T11:47:11.216Z Checking dyn-clone v1.0.20
3302026-05-01T11:47:12.598Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-05-01T11:47:13.728Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-05-01T11:47:15.874Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.30s
3332026-05-01T11:47:15.962Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-05-01T11:47:15.981Z
3352026-05-01T11:47:15.981Zreal 22.398126427
3362026-05-01T11:47:15.981Zuser 1:15.215593327
3372026-05-01T11:47:15.981Zsys 15.746607647
3382026-05-01T11:47:15.981Ztrap 0.048830574
3392026-05-01T11:47:15.984Ztflt 0.050779234
3402026-05-01T11:47:15.984Zdflt 0.082655706
3412026-05-01T11:47:15.984Zkflt 0.004030282
3422026-05-01T11:47:15.984Zlock 6:32.219668383
3432026-05-01T11:47:15.984Zslp 4:09.092415747
3442026-05-01T11:47:15.984Zlat 6.692337817
3452026-05-01T11:47:15.984Zstop 9.199135670
3462026-05-01T11:47:15.984Z+ header 'analyze std + api'
3472026-05-01T11:47:15.985Z+ echo '# ==== analyze std + api ==== #'
3482026-05-01T11:47:15.985Z# ==== analyze std + api ==== #
3492026-05-01T11:47:15.985Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-05-01T11:47:16.217Z Compiling proc-macro2 v1.0.106
3512026-05-01T11:47:16.217Z Compiling quote v1.0.45
3522026-05-01T11:47:16.217Z Compiling unicode-ident v1.0.24
3532026-05-01T11:47:16.217Z Compiling memchr v2.8.0
3542026-05-01T11:47:16.221Z Compiling thiserror v2.0.18
3552026-05-01T11:47:16.221Z Compiling zerocopy v0.8.48
3562026-05-01T11:47:16.221Z Compiling zmij v1.0.21
3572026-05-01T11:47:16.221Z Compiling serde_core v1.0.228
3582026-05-01T11:47:16.390Z Compiling libc v0.2.186
3592026-05-01T11:47:16.550Z Compiling serde_json v1.0.149
3602026-05-01T11:47:16.581Z Compiling ucd-trie v0.1.7
3612026-05-01T11:47:16.585Z Compiling strsim v0.11.1
3622026-05-01T11:47:16.592Z Compiling ident_case v1.0.1
3632026-05-01T11:47:16.750Z Compiling pest v2.8.6
3642026-05-01T11:47:16.806Z Compiling serde v1.0.228
3652026-05-01T11:47:17.021Z Compiling fnv v1.0.7
3662026-05-01T11:47:17.154Z Compiling aho-corasick v1.1.4
3672026-05-01T11:47:17.164Z Compiling regex-syntax v0.8.10
3682026-05-01T11:47:17.173Z Checking byteorder v1.5.0
3692026-05-01T11:47:17.366Z Compiling itoa v1.0.18
3702026-05-01T11:47:17.529Z Compiling syn v2.0.117
3712026-05-01T11:47:17.845Z Compiling pest_meta v2.8.6
3722026-05-01T11:47:17.991Z Compiling usdt-impl v0.6.0
3732026-05-01T11:47:18.150Z Compiling either v1.15.0
3742026-05-01T11:47:18.341Z Compiling itertools v0.14.0
3752026-05-01T11:47:18.561Z Compiling regex-automata v0.4.14
3762026-05-01T11:47:18.622Z Compiling thread-id v5.1.0
3772026-05-01T11:47:18.814Z Checking log v0.4.29
3782026-05-01T11:47:18.943Z Checking plain v0.2.3
3792026-05-01T11:47:19.035Z Compiling heapless v0.8.0
3802026-05-01T11:47:19.464Z Checking bitflags v2.11.1
3812026-05-01T11:47:19.469Z Checking hash32 v0.3.1
3822026-05-01T11:47:19.542Z Checking macaddr v1.0.1
3832026-05-01T11:47:19.580Z Checking pretty-hex v0.4.2
3842026-05-01T11:47:19.597Z Checking cfg-if v1.0.4
3852026-05-01T11:47:19.614Z Checking stable_deref_trait v1.2.1
3862026-05-01T11:47:19.673Z Compiling smoltcp v0.11.0
3872026-05-01T11:47:19.789Z Compiling ref-cast v1.0.25
3882026-05-01T11:47:19.876Z Compiling pest_generator v2.8.6
3892026-05-01T11:47:19.992Z Compiling darling_core v0.21.3
3902026-05-01T11:47:20.035Z Compiling darling_core v0.23.0
3912026-05-01T11:47:20.103Z Checking managed v0.8.0
3922026-05-01T11:47:20.220Z Compiling regex v1.12.3
3932026-05-01T11:47:20.276Z Checking bitflags v1.3.2
3942026-05-01T11:47:20.337Z Compiling crc32fast v1.5.0
3952026-05-01T11:47:20.484Z Compiling version_check v0.9.5
3962026-05-01T11:47:20.678Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3972026-05-01T11:47:20.754Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3982026-05-01T11:47:20.964Z Checking memmap2 v0.9.10
3992026-05-01T11:47:20.985Z Checking unicode-width v0.2.2
4002026-05-01T11:47:21.077Z Checking ipnetwork v0.21.1
4012026-05-01T11:47:21.099Z Compiling thiserror-impl v2.0.18
4022026-05-01T11:47:21.111Z Compiling serde_derive v1.0.228
4032026-05-01T11:47:21.221Z Compiling zerocopy-derive v0.8.48
4042026-05-01T11:47:21.240Z Compiling pest_derive v2.8.6
4052026-05-01T11:47:21.631Z Compiling scroll_derive v0.13.1
4062026-05-01T11:47:21.724Z Compiling ref-cast-impl v1.0.25
4072026-05-01T11:47:22.077Z Compiling darling_macro v0.21.3
4082026-05-01T11:47:22.126Z Compiling darling_macro v0.23.0
4092026-05-01T11:47:22.427Z Checking cobs v0.3.0
4102026-05-01T11:47:22.482Z Checking scroll v0.13.0
4112026-05-01T11:47:22.487Z Compiling dtrace-parser v0.3.0
4122026-05-01T11:47:22.657Z Compiling darling v0.21.3
4132026-05-01T11:47:22.701Z Checking goblin v0.10.5
4142026-05-01T11:47:22.728Z Compiling ingot-macros v0.1.1
4152026-05-01T11:47:22.791Z Compiling darling v0.23.0
4162026-05-01T11:47:22.862Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4172026-05-01T11:47:23.029Z Checking tabwriter v1.4.1
4182026-05-01T11:47:23.082Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4192026-05-01T11:47:23.321Z Checking dyn-clone v1.0.20
4202026-05-01T11:47:24.155Z Checking postcard v1.1.3
4212026-05-01T11:47:24.176Z Compiling serde_tokenstream v0.2.3
4222026-05-01T11:47:25.228Z Compiling dof v0.4.0
4232026-05-01T11:47:25.233Z Checking ingot-types v0.1.2
4242026-05-01T11:47:25.518Z Checking ingot v0.1.1
4252026-05-01T11:47:26.071Z Compiling usdt-macro v0.6.0
4262026-05-01T11:47:26.071Z Compiling usdt-attr-macro v0.6.0
4272026-05-01T11:47:26.636Z Checking usdt v0.6.0
4282026-05-01T11:47:26.918Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-05-01T11:47:34.896Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s
4302026-05-01T11:47:34.925Z
4312026-05-01T11:47:34.925Zreal 18.937806609
4322026-05-01T11:47:34.925Zuser 1:03.126883485
4332026-05-01T11:47:34.925Zsys 12.265506327
4342026-05-01T11:47:34.925Ztrap 0.031885253
4352026-05-01T11:47:34.925Ztflt 0.166441067
4362026-05-01T11:47:34.925Zdflt 0.175253341
4372026-05-01T11:47:34.925Zkflt 0.000017421
4382026-05-01T11:47:34.925Zlock 3:40.066871264
4392026-05-01T11:47:34.925Zslp 3:20.369180563
4402026-05-01T11:47:34.928Zlat 2.866442362
4412026-05-01T11:47:34.928Zstop 6.308201791
4422026-05-01T11:47:34.928Z+ header 'analyze no_std + engine + kernel'
4432026-05-01T11:47:34.928Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-05-01T11:47:34.928Z# ==== analyze no_std + engine + kernel ==== #
4452026-05-01T11:47:34.928Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4462026-05-01T11:47:35.104Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-05-01T11:47:35.104Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4482026-05-01T11:47:35.125Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-05-01T11:47:35.125Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-05-01T11:47:35.369Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-05-01T11:47:39.491Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.52s
4522026-05-01T11:47:39.520Z
4532026-05-01T11:47:39.520Zreal 4.588836648
4542026-05-01T11:47:39.520Zuser 4.970722659
4552026-05-01T11:47:39.520Zsys 0.881384013
4562026-05-01T11:47:39.520Ztrap 0.000765315
4572026-05-01T11:47:39.520Ztflt 0.009722309
4582026-05-01T11:47:39.520Zdflt 0.002810972
4592026-05-01T11:47:39.520Zkflt 0.000000000
4602026-05-01T11:47:39.520Zlock 16.311979436
4612026-05-01T11:47:39.520Zslp 17.722973773
4622026-05-01T11:47:39.520Zlat 0.013927044
4632026-05-01T11:47:39.520Zstop 0.211133840
4642026-05-01T11:47:39.523Z+ header test
4652026-05-01T11:47:39.523Z+ echo '# ==== test ==== #'
4662026-05-01T11:47:39.523Z+ ptime -m cargo test
4672026-05-01T11:47:39.523Z# ==== test ==== #
4682026-05-01T11:47:39.669Z Compiling serde_core v1.0.228
4692026-05-01T11:47:39.672Z Compiling thiserror v2.0.18
4702026-05-01T11:47:39.689Z Compiling zerocopy v0.8.48
4712026-05-01T11:47:39.694Z Compiling byteorder v1.5.0
4722026-05-01T11:47:39.696Z Compiling memchr v2.8.0
4732026-05-01T11:47:39.700Z Compiling unicode-ident v1.0.24
4742026-05-01T11:47:39.703Z Compiling zmij v1.0.21
4752026-05-01T11:47:39.703Z Compiling scroll v0.13.0
4762026-05-01T11:47:39.773Z Compiling libc v0.2.186
4772026-05-01T11:47:39.819Z Compiling proc-macro2 v1.0.106
4782026-05-01T11:47:39.898Z Compiling itoa v1.0.18
4792026-05-01T11:47:39.950Z Compiling plain v0.2.3
4802026-05-01T11:47:40.046Z Compiling log v0.4.29
4812026-05-01T11:47:40.066Z Compiling ucd-trie v0.1.7
4822026-05-01T11:47:40.119Z Compiling hash32 v0.3.1
4832026-05-01T11:47:40.152Z Compiling macaddr v1.0.1
4842026-05-01T11:47:40.253Z Compiling pest v2.8.6
4852026-05-01T11:47:40.275Z Compiling goblin v0.10.5
4862026-05-01T11:47:40.397Z Compiling quote v1.0.45
4872026-05-01T11:47:40.763Z Compiling stable_deref_trait v1.2.1
4882026-05-01T11:47:40.831Z Compiling pretty-hex v0.4.2
4892026-05-01T11:47:40.957Z Compiling cfg-if v1.0.4
4902026-05-01T11:47:41.020Z Compiling heapless v0.8.0
4912026-05-01T11:47:41.071Z Compiling syn v2.0.117
4922026-05-01T11:47:41.229Z Compiling thread-id v5.1.0
4932026-05-01T11:47:41.307Z Compiling dtrace-parser v0.3.0
4942026-05-01T11:47:41.458Z Compiling serde v1.0.228
4952026-05-01T11:47:41.620Z Compiling bitflags v2.11.1
4962026-05-01T11:47:41.978Z Compiling serde_json v1.0.149
4972026-05-01T11:47:42.034Z Compiling cobs v0.3.0
4982026-05-01T11:47:42.080Z Compiling managed v0.8.0
4992026-05-01T11:47:42.303Z Compiling bitflags v1.3.2
5002026-05-01T11:47:42.309Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-05-01T11:47:42.369Z Compiling smoltcp v0.11.0
5022026-05-01T11:47:42.524Z Compiling ingot-types v0.1.2
5032026-05-01T11:47:42.604Z Compiling postcard v1.1.3
5042026-05-01T11:47:42.663Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-05-01T11:47:42.923Z Compiling ingot v0.1.1
5062026-05-01T11:47:42.938Z Compiling memmap2 v0.9.10
5072026-05-01T11:47:43.223Z Compiling dof v0.4.0
5082026-05-01T11:47:43.238Z Compiling ipnetwork v0.21.1
5092026-05-01T11:47:43.765Z Compiling either v1.15.0
5102026-05-01T11:47:43.963Z Compiling usdt-impl v0.6.0
5112026-05-01T11:47:44.970Z Compiling unicode-width v0.2.2
5122026-05-01T11:47:45.103Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5132026-05-01T11:47:45.112Z Compiling usdt v0.6.0
5142026-05-01T11:47:45.281Z Compiling tabwriter v1.4.1
5152026-05-01T11:47:45.696Z Compiling itertools v0.14.0
5162026-05-01T11:47:45.743Z Compiling ref-cast v1.0.25
5172026-05-01T11:47:45.837Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5182026-05-01T11:47:46.555Z Compiling crc32fast v1.5.0
5192026-05-01T11:47:46.593Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-05-01T11:47:46.795Z Compiling dyn-clone v1.0.20
5212026-05-01T11:47:59.922Z Finished `test` profile [optimized + debuginfo] target(s) in 20.39s
5222026-05-01T11:47:59.935Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d)
5232026-05-01T11:47:59.937Z
5242026-05-01T11:47:59.937Zrunning 72 tests
5252026-05-01T11:47:59.938Ztest d_error::tests::name_truncation ... ok
5262026-05-01T11:47:59.938Ztest ddi::mblk::test::chain_breaks_links ... ok
5272026-05-01T11:47:59.938Ztest ddi::mblk::test::chain_drain_complete ... ok
5282026-05-01T11:47:59.938Ztest d_error::tests::name_and_data_storage ... ok
5292026-05-01T11:47:59.938Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5302026-05-01T11:47:59.938Ztest ddi::mblk::test::chain_append_links ... ok
5312026-05-01T11:47:59.938Ztest ddi::mblk::test::expand_and_shrink ... ok
5322026-05-01T11:47:59.938Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5332026-05-01T11:47:59.938Ztest ddi::mblk::test::prefix_len ... ok
5342026-05-01T11:47:59.938Ztest ddi::mblk::test::read_seg ... ok
5352026-05-01T11:47:59.938Ztest ddi::mblk::test::wrap ... ok
5362026-05-01T11:47:59.938Ztest ddi::mblk::test::zero_byte_packet ... ok
5372026-05-01T11:47:59.938Ztest ddi::mblk::test::uninitialized_packet ... ok
5382026-05-01T11:47:59.941Ztest ddi::mblk::test::truncate ... ok
5392026-05-01T11:47:59.942Ztest ddi::time::test::good_interval ... ok
5402026-05-01T11:47:59.942Ztest engine::dhcp::test::domain_search_option_encode ... ok
5412026-05-01T11:47:59.942Ztest engine::dhcp::test::hostname_encode ... ok
5422026-05-01T11:47:59.942Ztest engine::dhcp::test::domainname_encode ... ok
5432026-05-01T11:47:59.942Ztest engine::dhcp::test::offlink_encode ... ok
5442026-05-01T11:47:59.942Ztest engine::dhcp::test::rfc3442_encode ... ok
5452026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_client_id ... ok
5462026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5472026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_option_request ... ok
5482026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5492026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_iana ... ok
5502026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5512026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5522026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5532026-05-01T11:47:59.942Ztest ddi::time::test::bad_interval - should panic ... ok
5542026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_iata ... ok
5552026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5562026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5572026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_server_id ... ok
5582026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5592026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5602026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5612026-05-01T11:47:59.942Ztest engine::dhcpv6::options::test::test_status ... ok
5622026-05-01T11:47:59.942Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5632026-05-01T11:47:59.942Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5642026-05-01T11:47:59.942Ztest engine::ether::test::emit ... ok
5652026-05-01T11:47:59.942Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5662026-05-01T11:47:59.942Ztest engine::flow_table::test::flow_clear ... ok
5672026-05-01T11:47:59.942Ztest engine::geneve::test::emit_single_opt ... ok
5682026-05-01T11:47:59.942Ztest engine::geneve::test::emit_no_opts ... ok
5692026-05-01T11:47:59.942Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5702026-05-01T11:47:59.942Ztest engine::flow_table::test::flow_expired ... ok
5712026-05-01T11:47:59.942Ztest engine::ip::v4::test::emit ... ok
5722026-05-01T11:47:59.942Ztest engine::ip::v4::test::match_check ... ok
5732026-05-01T11:47:59.942Ztest engine::ip::v4::test::cidr_match ... ok
5742026-05-01T11:47:59.942Ztest engine::ip::v6::test::option_push_spec ... ok
5752026-05-01T11:47:59.942Ztest engine::ip::v6::test::from_pairs ... ok
5762026-05-01T11:47:59.942Ztest engine::ip::v6::test::emit ... ok
5772026-05-01T11:47:59.943Ztest engine::ip::v6::test::extension_push_spec ... ok
5782026-05-01T11:47:59.943Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5792026-05-01T11:47:59.943Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5802026-05-01T11:47:59.943Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5812026-05-01T11:47:59.943Ztest engine::ip::v6::test::test_set_total_len ... ok
5822026-05-01T11:47:59.943Ztest engine::layer::test::find_rule ... ok
5832026-05-01T11:47:59.943Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5842026-05-01T11:47:59.943Ztest engine::nat::test::nat4_rewrite ... ok
5852026-05-01T11:47:59.943Ztest engine::packet::test::read_multi_segment ... ok
5862026-05-01T11:47:59.943Ztest engine::packet::test::small_packet_with_padding ... ok
5872026-05-01T11:47:59.943Ztest engine::packet::test::read_single_segment ... ok
5882026-05-01T11:47:59.943Ztest engine::packet::test::straddled_tcp ... ok
5892026-05-01T11:47:59.943Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5902026-05-01T11:47:59.943Ztest engine::packet::test::udp6_packet_with_padding ... ok
5912026-05-01T11:47:59.943Ztest engine::ip::v6::test::push_spec ... ok
5922026-05-01T11:47:59.943Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5932026-05-01T11:47:59.943Ztest engine::rule::rule_matching ... ok
5942026-05-01T11:47:59.943Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5952026-05-01T11:47:59.943Ztest engine::snat::test::nat_mappings ... ok
5962026-05-01T11:47:59.943Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5972026-05-01T11:47:59.943Z
5982026-05-01T11:47:59.943Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5992026-05-01T11:47:59.943Z
6002026-05-01T11:47:59.943Z Doc-tests opte
6012026-05-01T11:48:01.834Z
6022026-05-01T11:48:01.834Zrunning 3 tests
6032026-05-01T11:48:01.837Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6042026-05-01T11:48:01.837Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6052026-05-01T11:48:01.837Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6062026-05-01T11:48:01.837Z
6072026-05-01T11:48:01.837Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-05-01T11:48:01.837Z
6092026-05-01T11:48:01.842Zall doctests ran in 1.33s; merged doctests compilation took 1.32s
6102026-05-01T11:48:01.884Z
6112026-05-01T11:48:01.885Zreal 22.352949114
6122026-05-01T11:48:01.885Zuser 1:55.406615248
6132026-05-01T11:48:01.885Zsys 6.825832110
6142026-05-01T11:48:01.885Ztrap 0.054685732
6152026-05-01T11:48:01.885Ztflt 0.257743445
6162026-05-01T11:48:01.885Zdflt 0.314172967
6172026-05-01T11:48:01.885Zkflt 0.000001209
6182026-05-01T11:48:01.885Zlock 5:42.980380297
6192026-05-01T11:48:01.885Zslp 3:35.229399725
6202026-05-01T11:48:01.888Zlat 6.303883706
6212026-05-01T11:48:01.888Zstop 3.240442702
6222026-05-01T11:48:01.888Zprocess exited: duration 82096 ms, exit code 0
 
6232026-05-01T11:48:01.894Zfound 0 output files