01KQNYAV2JVC70WEA39664K9H9: opte

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

Buildomat Job: 01KQNYB3DN6492YWTXWBVGSQ7Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-03T03:33:48.102Zjob assigned to worker 01KQNYB660GN7X1SVPX4RGYK5D [factory aws, i-0685a7ea1c59e3e1c] (queued for 45 s)
 
22026-05-03T03:33:54.509Zstarting task 0: "setup"
32026-05-03T03:33:54.513Z++ uname -s
42026-05-03T03:33:54.516Z+ kern=SunOS
52026-05-03T03:33:54.516Z+ build_user=build
62026-05-03T03:33:54.516Z+ build_uid=12345
72026-05-03T03:33:54.516Z+ work_dir=/work
82026-05-03T03:33:54.516Z+ input_dir=/input
92026-05-03T03:33:54.517Z+ [[ 0 == 12345 ]]
102026-05-03T03:33:54.517Z+ case "$kern" in
112026-05-03T03:33:54.517Z+ groupadd -g 12345 build
122026-05-03T03:33:54.520Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-03T03:33:56.523Z+ zfs create -o mountpoint=/work rpool/work
142026-05-03T03:33:56.637Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-03T03:33:56.640Z+ home_fs=zfs
162026-05-03T03:33:56.640Z+ [[ zfs == autofs ]]
172026-05-03T03:33:56.640Z+ mkdir -p /home/build
182026-05-03T03:33:56.640Z+ chown build:build /home/build /work
192026-05-03T03:33:58.641Z+ chmod 0700 /home/build /work
202026-05-03T03:33:58.645Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-03T03:33:58.652Zstarting task 1: "rust-toolchain"
222026-05-03T03:33:58.656Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-03T03:33:58.656Z * rust toolchain channel = "1.94.1"
242026-05-03T03:33:58.656Z * rust toolchain profile = "default"
252026-05-03T03:33:58.656Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-03T03:33:58.656Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-03T03:33:58.656Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-03T03:33:58.660Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-03T03:33:58.660Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-03T03:33:58.803Zinfo: downloading installer
312026-05-03T03:34:00.139Zwarn: It looks like you have an existing installation of Rust at:
322026-05-03T03:34:00.139Zwarn: /opt/ooce/bin
332026-05-03T03:34:00.139Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-03T03:34:00.139Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-03T03:34:00.139Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-03T03:34:00.139Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-03T03:34:00.139Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-03T03:34:00.139Zerror: cannot install while Rust is installed
392026-05-03T03:34:00.139Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-03T03:34:00.139Zwarn: It looks like you have an existing rustup settings file at:
412026-05-03T03:34:00.139Zwarn: /home/build/.rustup/settings.toml
422026-05-03T03:34:00.139Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-03T03:34:00.140Zwarn: instead of the one inferred from the default host triple.
442026-05-03T03:34:00.153Zinfo: profile set to default
452026-05-03T03:34:00.153Zinfo: default host triple is x86_64-unknown-illumos
462026-05-03T03:34:00.157Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-03T03:34:00.286Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-03T03:34:00.290Zinfo: downloading 6 components
492026-05-03T03:34:16.332Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-03T03:34:16.332Z
512026-05-03T03:34:16.366Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-03T03:34:16.366Z
532026-05-03T03:34:16.366Z
542026-05-03T03:34:16.366ZRust is installed now. Great!
552026-05-03T03:34:16.366Z
562026-05-03T03:34:16.366ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-03T03:34:16.366Zenvironment variable. This has not been done automatically.
582026-05-03T03:34:16.366Z
592026-05-03T03:34:16.366ZTo configure your current shell, you need to source
602026-05-03T03:34:16.366Zthe corresponding env file under $HOME/.cargo.
612026-05-03T03:34:16.366Z
622026-05-03T03:34:16.366ZThis is usually done by running one of the following (note the leading DOT):
632026-05-03T03:34:16.366Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-03T03:34:16.366Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-03T03:34:16.366Zsource "~/.cargo/env.nu" # For nushell
662026-05-03T03:34:16.366Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-03T03:34:16.366Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-03T03:34:16.366Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-03T03:34:16.369Zwarn: no default linker (`cc`) was found in your PATH
702026-05-03T03:34:16.369Zwarn: many Rust crates require a system C toolchain to build
712026-05-03T03:34:16.451Z+ rustup --version
722026-05-03T03:34:16.460Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-03T03:34:16.463Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-03T03:34:16.482Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-03T03:34:16.485Z+ cargo --version
762026-05-03T03:34:16.498Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-03T03:34:16.501Z+ rustc --version
782026-05-03T03:34:16.518Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-03T03:34:16.522Zprocess exited: duration 17865 ms, exit code 0
 
802026-05-03T03:34:16.529Zstarting task 2: "authentication"
812026-05-03T03:34:16.547Zprocess exited: duration 17 ms, exit code 0
 
822026-05-03T03:34:16.553Zstarting task 3: "clone repository"
832026-05-03T03:34:16.559Z+ mkdir -p /work/oxidecomputer/opte
842026-05-03T03:34:16.563Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-03T03:34:16.590ZCloning into '/work/oxidecomputer/opte'...
862026-05-03T03:34:17.397Z+ cd /work/oxidecomputer/opte
872026-05-03T03:34:17.397Z+ git fetch origin 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
882026-05-03T03:34:17.628ZFrom https://github.com/oxidecomputer/opte
892026-05-03T03:34:17.628Z * branch 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 -> FETCH_HEAD
902026-05-03T03:34:17.634Z+ [[ -n renovate/ctor-0.x ]]
912026-05-03T03:34:17.637Z++ git branch --show-current
922026-05-03T03:34:17.637Z+ current=master
932026-05-03T03:34:17.637Z+ [[ master != renovate/ctor-0.x ]]
942026-05-03T03:34:17.637Z+ git branch -f renovate/ctor-0.x 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
952026-05-03T03:34:17.640Z+ git checkout -f renovate/ctor-0.x
962026-05-03T03:34:17.654ZSwitched to branch 'renovate/ctor-0.x'
972026-05-03T03:34:17.658Z+ git reset --hard 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
982026-05-03T03:34:17.670ZHEAD is now at 8630f7d Update Rust crate ctor to 0.13
992026-05-03T03:34:17.673Zprocess exited: duration 1117 ms, exit code 0
 
1002026-05-03T03:34:17.682Zstarting task 4: "build"
1012026-05-03T03:34:17.686Z+ source .github/buildomat/common.sh
1022026-05-03T03:34:17.686Z++ rustup show active-toolchain
1032026-05-03T03:34:17.689Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-03T03:34:17.689Z++ pushd xde
1052026-05-03T03:34:17.693Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-03T03:34:17.693Z++ rustup show active-toolchain
1072026-05-03T03:34:17.697Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-03T03:34:17.827Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-03T03:34:17.830Zinfo: downloading 6 components
1102026-05-03T03:34:33.283Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-03T03:34:33.388Z+++ rustup show active-toolchain -v
1122026-05-03T03:34:33.391Z+++ head -n 1
1132026-05-03T03:34:33.391Z+++ cut '-d ' -f1
1142026-05-03T03:34:33.445Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-03T03:34:33.445Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-03T03:34:33.445Z++ popd
1172026-05-03T03:34:33.449Z/work/oxidecomputer/opte
1182026-05-03T03:34:33.449Z+ cargo --version
1192026-05-03T03:34:33.455Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-03T03:34:33.458Z+ rustc --version
1212026-05-03T03:34:33.477Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-03T03:34:33.481Z+ cd lib/opte
1232026-05-03T03:34:33.481Z+ header 'check style'
1242026-05-03T03:34:33.481Z+ echo '# ==== check style ==== #'
1252026-05-03T03:34:33.481Z# ==== check style ==== #
1262026-05-03T03:34:33.481Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-05-03T03:34:33.660Z
1282026-05-03T03:34:33.660Zreal 0.177582142
1292026-05-03T03:34:33.660Zuser 0.134990508
1302026-05-03T03:34:33.660Zsys 0.036539174
1312026-05-03T03:34:33.660Ztrap 0.000079333
1322026-05-03T03:34:33.660Ztflt 0.000012845
1332026-05-03T03:34:33.663Zdflt 0.000002599
1342026-05-03T03:34:33.663Zkflt 0.000000000
1352026-05-03T03:34:33.663Zlock 0.031591698
1362026-05-03T03:34:33.663Zslp 0.157749512
1372026-05-03T03:34:33.663Zlat 0.000794234
1382026-05-03T03:34:33.663Zstop 0.000087418
1392026-05-03T03:34:33.663Z+ header 'check docs'
1402026-05-03T03:34:33.663Z+ echo '# ==== check docs ==== #'
1412026-05-03T03:34:33.663Z# ==== check docs ==== #
1422026-05-03T03:34:33.663Z+ RUSTDOCFLAGS='-D warnings'
1432026-05-03T03:34:33.663Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-05-03T03:34:33.733Z Updating crates.io index
1452026-05-03T03:34:33.765Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-03T03:34:34.944Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-03T03:34:35.210Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-03T03:34:35.504Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-03T03:34:35.789Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-03T03:34:36.175Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-03T03:34:36.441Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-03T03:34:38.160Z Downloading crates ...
1532026-05-03T03:34:38.216Z Downloaded itoa v1.0.18
1542026-05-03T03:34:38.219Z Downloaded fnv v1.0.7
1552026-05-03T03:34:38.219Z Downloaded defmt-macros v1.0.1
1562026-05-03T03:34:38.222Z Downloaded byteorder v1.5.0
1572026-05-03T03:34:38.222Z Downloaded dof v0.4.0
1582026-05-03T03:34:38.225Z Downloaded macaddr v1.0.1
1592026-05-03T03:34:38.229Z Downloaded proc-macro-error-attr2 v2.0.0
1602026-05-03T03:34:38.232Z Downloaded memmap2 v0.9.10
1612026-05-03T03:34:38.235Z Downloaded scroll v0.13.0
1622026-05-03T03:34:38.235Z Downloaded either v1.15.0
1632026-05-03T03:34:38.238Z Downloaded ingot-types v0.1.2
1642026-05-03T03:34:38.241Z Downloaded ucd-trie v0.1.7
1652026-05-03T03:34:38.244Z Downloaded thiserror-impl v2.0.18
1662026-05-03T03:34:38.247Z Downloaded quote v1.0.45
1672026-05-03T03:34:38.247Z Downloaded cpufeatures v0.2.17
1682026-05-03T03:34:38.250Z Downloaded defmt-parser v1.0.0
1692026-05-03T03:34:38.250Z Downloaded darling v0.21.3
1702026-05-03T03:34:38.254Z Downloaded crypto-common v0.1.7
1712026-05-03T03:34:38.258Z Downloaded zerocopy-derive v0.8.48
1722026-05-03T03:34:38.265Z Downloaded darling_macro v0.23.0
1732026-05-03T03:34:38.268Z Downloaded darling_macro v0.21.3
1742026-05-03T03:34:38.272Z Downloaded cobs v0.3.0
1752026-05-03T03:34:38.275Z Downloaded memchr v2.8.0
1762026-05-03T03:34:38.278Z Downloaded ref-cast-impl v1.0.25
1772026-05-03T03:34:38.281Z Downloaded embedded-io v0.4.0
1782026-05-03T03:34:38.284Z Downloaded tabwriter v1.4.1
1792026-05-03T03:34:38.287Z Downloaded strsim v0.11.1
1802026-05-03T03:34:38.287Z Downloaded ref-cast v1.0.25
1812026-05-03T03:34:38.287Z Downloaded managed v0.8.0
1822026-05-03T03:34:38.290Z Downloaded cfg-if v1.0.4
1832026-05-03T03:34:38.295Z Downloaded defmt v1.0.1
1842026-05-03T03:34:38.298Z Downloaded regex v1.12.3
1852026-05-03T03:34:38.298Z Downloaded block-buffer v0.10.4
1862026-05-03T03:34:38.302Z Downloaded defmt v0.3.100
1872026-05-03T03:34:38.305Z Downloaded scroll_derive v0.13.1
1882026-05-03T03:34:38.308Z Downloaded generic-array v0.14.7
1892026-05-03T03:34:38.311Z Downloaded plain v0.2.3
1902026-05-03T03:34:38.314Z Downloaded pretty-hex v0.4.2
1912026-05-03T03:34:38.314Z Downloaded ident_case v1.0.1
1922026-05-03T03:34:38.317Z Downloaded bitflags v1.3.2
1932026-05-03T03:34:38.318Z Downloaded hash32 v0.3.1
1942026-05-03T03:34:38.321Z Downloaded usdt-impl v0.6.0
1952026-05-03T03:34:38.325Z Downloaded dyn-clone v1.0.20
1962026-05-03T03:34:38.330Z Downloaded embedded-io v0.6.1
1972026-05-03T03:34:38.335Z Downloaded digest v0.10.7
1982026-05-03T03:34:38.338Z Downloaded dtrace-parser v0.3.0
1992026-05-03T03:34:38.347Z Downloaded ingot v0.1.1
2002026-05-03T03:34:38.350Z Downloaded version_check v0.9.5
2012026-05-03T03:34:38.353Z Downloaded usdt v0.6.0
2022026-05-03T03:34:38.356Z Downloaded usdt-macro v0.6.0
2032026-05-03T03:34:38.356Z Downloaded usdt-attr-macro v0.6.0
2042026-05-03T03:34:38.356Z Downloaded pest_generator v2.8.6
2052026-05-03T03:34:38.360Z Downloaded ipnetwork v0.21.1
2062026-05-03T03:34:38.360Z Downloaded darling v0.23.0
2072026-05-03T03:34:38.363Z Downloaded stable_deref_trait v1.2.1
2082026-05-03T03:34:38.363Z Downloaded postcard v1.1.3
2092026-05-03T03:34:38.363Z Downloaded thread-id v5.1.0
2102026-05-03T03:34:38.371Z Downloaded crc32fast v1.5.0
2112026-05-03T03:34:38.375Z Downloaded zmij v1.0.21
2122026-05-03T03:34:38.386Z Downloaded serde_tokenstream v0.2.3
2132026-05-03T03:34:38.389Z Downloaded proc-macro-error2 v2.0.1
2142026-05-03T03:34:38.389Z Downloaded thiserror v2.0.18
2152026-05-03T03:34:38.392Z Downloaded sha2 v0.10.9
2162026-05-03T03:34:38.396Z Downloaded bitflags v2.11.1
2172026-05-03T03:34:38.396Z Downloaded pest_derive v2.8.6
2182026-05-03T03:34:38.399Z Downloaded ingot-macros v0.1.1
2192026-05-03T03:34:38.399Z Downloaded aho-corasick v1.1.4
2202026-05-03T03:34:38.407Z Downloaded serde_core v1.0.228
2212026-05-03T03:34:38.410Z Downloaded log v0.4.29
2222026-05-03T03:34:38.414Z Downloaded proc-macro2 v1.0.106
2232026-05-03T03:34:38.418Z Downloaded darling_core v0.21.3
2242026-05-03T03:34:38.422Z Downloaded unicode-ident v1.0.24
2252026-05-03T03:34:38.422Z Downloaded pest_meta v2.8.6
2262026-05-03T03:34:38.425Z Downloaded darling_core v0.23.0
2272026-05-03T03:34:38.429Z Downloaded serde_derive v1.0.228
2282026-05-03T03:34:38.435Z Downloaded heapless v0.8.0
2292026-05-03T03:34:38.438Z Downloaded serde v1.0.228
2302026-05-03T03:34:38.458Z Downloaded typenum v1.20.0
2312026-05-03T03:34:38.462Z Downloaded pest v2.8.6
2322026-05-03T03:34:38.477Z Downloaded itertools v0.14.0
2332026-05-03T03:34:38.485Z Downloaded syn v2.0.117
2342026-05-03T03:34:38.494Z Downloaded serde_json v1.0.149
2352026-05-03T03:34:38.528Z Downloaded goblin v0.10.5
2362026-05-03T03:34:38.544Z Downloaded zerocopy v0.8.48
2372026-05-03T03:34:38.555Z Downloaded unicode-width v0.2.2
2382026-05-03T03:34:38.558Z Downloaded regex-syntax v0.8.10
2392026-05-03T03:34:38.562Z Downloaded smoltcp v0.11.0
2402026-05-03T03:34:38.591Z Downloaded regex-automata v0.4.14
2412026-05-03T03:34:38.601Z Downloaded libc v0.2.186
2422026-05-03T03:34:38.659Z Compiling proc-macro2 v1.0.106
2432026-05-03T03:34:38.659Z Compiling quote v1.0.45
2442026-05-03T03:34:38.662Z Compiling unicode-ident v1.0.24
2452026-05-03T03:34:38.662Z Documenting unicode-ident v1.0.24
2462026-05-03T03:34:38.662Z Compiling ident_case v1.0.1
2472026-05-03T03:34:38.662Z Compiling strsim v0.11.1
2482026-05-03T03:34:38.717Z Compiling serde_core v1.0.228
2492026-05-03T03:34:38.813Z Compiling fnv v1.0.7
2502026-05-03T03:34:38.835Z Compiling memchr v2.8.0
2512026-05-03T03:34:38.895Z Compiling thiserror v2.0.18
2522026-05-03T03:34:39.002Z Compiling serde v1.0.228
2532026-05-03T03:34:39.045Z Compiling regex-syntax v0.8.10
2542026-05-03T03:34:39.199Z Documenting proc-macro2 v1.0.106
2552026-05-03T03:34:39.229Z Compiling aho-corasick v1.1.4
2562026-05-03T03:34:39.389Z Compiling zerocopy v0.8.48
2572026-05-03T03:34:39.651Z Checking syn v2.0.117
2582026-05-03T03:34:39.747Z Documenting quote v1.0.45
2592026-05-03T03:34:39.883Z Checking byteorder v1.5.0
2602026-05-03T03:34:40.249Z Documenting syn v2.0.117
2612026-05-03T03:34:40.365Z Compiling either v1.15.0
2622026-05-03T03:34:40.484Z Compiling regex-automata v0.4.14
2632026-05-03T03:34:40.564Z Compiling itertools v0.14.0
2642026-05-03T03:34:40.630Z Documenting memchr v2.8.0
2652026-05-03T03:34:41.073Z Compiling heapless v0.8.0
2662026-05-03T03:34:41.258Z Documenting aho-corasick v1.1.4
2672026-05-03T03:34:41.529Z Checking bitflags v2.11.1
2682026-05-03T03:34:41.600Z Checking hash32 v0.3.1
2692026-05-03T03:34:41.678Z Documenting serde_core v1.0.228
2702026-05-03T03:34:41.707Z Documenting regex-syntax v0.8.10
2712026-05-03T03:34:41.854Z Checking cfg-if v1.0.4
2722026-05-03T03:34:41.913Z Checking stable_deref_trait v1.2.1
2732026-05-03T03:34:41.983Z Checking macaddr v1.0.1
2742026-05-03T03:34:42.123Z Compiling darling_core v0.21.3
2752026-05-03T03:34:42.135Z Compiling regex v1.12.3
2762026-05-03T03:34:42.186Z Compiling darling_core v0.23.0
2772026-05-03T03:34:42.706Z Documenting regex-automata v0.4.14
2782026-05-03T03:34:42.853Z Compiling smoltcp v0.11.0
2792026-05-03T03:34:43.341Z Compiling serde_derive v1.0.228
2802026-05-03T03:34:43.375Z Compiling thiserror-impl v2.0.18
2812026-05-03T03:34:43.507Z Compiling zerocopy-derive v0.8.48
2822026-05-03T03:34:43.519Z Documenting serde_derive v1.0.228
2832026-05-03T03:34:44.041Z Documenting zerocopy-derive v0.8.48
2842026-05-03T03:34:44.090Z Documenting regex v1.12.3
2852026-05-03T03:34:44.301Z Compiling darling_macro v0.21.3
2862026-05-03T03:34:44.355Z Compiling darling_macro v0.23.0
2872026-05-03T03:34:44.658Z Documenting thiserror-impl v2.0.18
2882026-05-03T03:34:44.752Z Checking cobs v0.3.0
2892026-05-03T03:34:44.880Z Compiling darling v0.21.3
2902026-05-03T03:34:44.945Z Documenting byteorder v1.5.0
2912026-05-03T03:34:44.951Z Checking bitflags v1.3.2
2922026-05-03T03:34:44.955Z Compiling ingot-macros v0.1.1
2932026-05-03T03:34:45.008Z Checking managed v0.8.0
2942026-05-03T03:34:45.060Z Documenting zerocopy v0.8.48
2952026-05-03T03:34:45.183Z Documenting ingot-macros v0.1.1
2962026-05-03T03:34:45.283Z Documenting bitflags v2.11.1
2972026-05-03T03:34:45.461Z Documenting thiserror v2.0.18
2982026-05-03T03:34:45.609Z Documenting hash32 v0.3.1
2992026-05-03T03:34:45.906Z Documenting stable_deref_trait v1.2.1
3002026-05-03T03:34:46.042Z Compiling ref-cast v1.0.25
3012026-05-03T03:34:46.208Z Documenting serde v1.0.228
3022026-05-03T03:34:46.352Z Documenting macaddr v1.0.1
3032026-05-03T03:34:46.410Z Documenting cfg-if v1.0.4
3042026-05-03T03:34:46.449Z Compiling crc32fast v1.5.0
3052026-05-03T03:34:46.544Z Documenting heapless v0.8.0
3062026-05-03T03:34:46.779Z Checking postcard v1.1.3
3072026-05-03T03:34:46.917Z Documenting cobs v0.3.0
3082026-05-03T03:34:47.043Z Compiling ref-cast-impl v1.0.25
3092026-05-03T03:34:47.288Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-05-03T03:34:47.625Z Documenting managed v0.8.0
3112026-05-03T03:34:47.632Z Checking ingot-types v0.1.2
3122026-05-03T03:34:47.635Z Compiling version_check v0.9.5
3132026-05-03T03:34:47.671Z Checking ipnetwork v0.21.1
3142026-05-03T03:34:47.746Z Checking unicode-width v0.2.2
3152026-05-03T03:34:47.844Z Documenting postcard v1.1.3
3162026-05-03T03:34:47.917Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3172026-05-03T03:34:47.984Z Checking ingot v0.1.1
3182026-05-03T03:34:47.991Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3192026-05-03T03:34:48.191Z Compiling darling v0.23.0
3202026-05-03T03:34:48.221Z Documenting ingot-types v0.1.2
3212026-05-03T03:34:48.228Z Documenting ref-cast-impl v1.0.25
3222026-05-03T03:34:48.263Z Documenting either v1.15.0
3232026-05-03T03:34:48.336Z Documenting smoltcp v0.11.0
3242026-05-03T03:34:48.592Z Documenting ipnetwork v0.21.1
3252026-05-03T03:34:48.628Z Documenting unicode-width v0.2.2
3262026-05-03T03:34:48.901Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3272026-05-03T03:34:49.151Z Documenting itertools v0.14.0
3282026-05-03T03:34:49.391Z Documenting ref-cast v1.0.25
3292026-05-03T03:34:49.605Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-05-03T03:34:49.669Z Documenting ingot v0.1.1
3312026-05-03T03:34:49.893Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-05-03T03:34:50.116Z Documenting tabwriter v1.4.1
3332026-05-03T03:34:50.483Z Checking tabwriter v1.4.1
3342026-05-03T03:34:50.617Z Documenting crc32fast v1.5.0
3352026-05-03T03:34:50.716Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-05-03T03:34:50.771Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-05-03T03:34:50.982Z Documenting dyn-clone v1.0.20
3382026-05-03T03:34:51.225Z Checking dyn-clone v1.0.20
3392026-05-03T03:34:52.084Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-05-03T03:34:53.345Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-05-03T03:34:55.578Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.90s
3422026-05-03T03:34:55.663Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-05-03T03:34:55.681Z
3442026-05-03T03:34:55.681Zreal 21.998305106
3452026-05-03T03:34:55.681Zuser 1:15.807124109
3462026-05-03T03:34:55.681Zsys 15.922629563
3472026-05-03T03:34:55.681Ztrap 0.044548985
3482026-05-03T03:34:55.681Ztflt 0.054354915
3492026-05-03T03:34:55.681Zdflt 0.073057445
3502026-05-03T03:34:55.682Zkflt 0.004811284
3512026-05-03T03:34:55.682Zlock 6:44.123777122
3522026-05-03T03:34:55.682Zslp 4:13.359841643
3532026-05-03T03:34:55.682Zlat 8.934463717
3542026-05-03T03:34:55.685Zstop 9.135810340
3552026-05-03T03:34:55.685Z+ header 'analyze std + api'
3562026-05-03T03:34:55.685Z+ echo '# ==== analyze std + api ==== #'
3572026-05-03T03:34:55.685Z# ==== analyze std + api ==== #
3582026-05-03T03:34:55.685Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-05-03T03:34:55.921Z Compiling proc-macro2 v1.0.106
3602026-05-03T03:34:55.921Z Compiling quote v1.0.45
3612026-05-03T03:34:55.921Z Compiling unicode-ident v1.0.24
3622026-05-03T03:34:55.921Z Compiling memchr v2.8.0
3632026-05-03T03:34:55.921Z Compiling thiserror v2.0.18
3642026-05-03T03:34:55.925Z Compiling zerocopy v0.8.48
3652026-05-03T03:34:55.925Z Compiling zmij v1.0.21
3662026-05-03T03:34:55.925Z Compiling serde_core v1.0.228
3672026-05-03T03:34:56.094Z Compiling libc v0.2.186
3682026-05-03T03:34:56.253Z Compiling ucd-trie v0.1.7
3692026-05-03T03:34:56.282Z Compiling strsim v0.11.1
3702026-05-03T03:34:56.287Z Compiling serde_json v1.0.149
3712026-05-03T03:34:56.295Z Compiling ident_case v1.0.1
3722026-05-03T03:34:56.405Z Compiling pest v2.8.6
3732026-05-03T03:34:56.494Z Compiling serde v1.0.228
3742026-05-03T03:34:56.710Z Compiling fnv v1.0.7
3752026-05-03T03:34:56.821Z Compiling aho-corasick v1.1.4
3762026-05-03T03:34:56.853Z Compiling regex-syntax v0.8.10
3772026-05-03T03:34:57.138Z Compiling itoa v1.0.18
3782026-05-03T03:34:57.204Z Compiling syn v2.0.117
3792026-05-03T03:34:57.296Z Checking byteorder v1.5.0
3802026-05-03T03:34:57.466Z Compiling pest_meta v2.8.6
3812026-05-03T03:34:57.659Z Compiling usdt-impl v0.6.0
3822026-05-03T03:34:57.886Z Compiling either v1.15.0
3832026-05-03T03:34:58.082Z Compiling itertools v0.14.0
3842026-05-03T03:34:58.229Z Compiling thread-id v5.1.0
3852026-05-03T03:34:58.302Z Compiling regex-automata v0.4.14
3862026-05-03T03:34:58.595Z Compiling heapless v0.8.0
3872026-05-03T03:34:58.667Z Checking log v0.4.29
3882026-05-03T03:34:58.812Z Checking plain v0.2.3
3892026-05-03T03:34:59.042Z Checking bitflags v2.11.1
3902026-05-03T03:34:59.097Z Checking hash32 v0.3.1
3912026-05-03T03:34:59.196Z Checking cfg-if v1.0.4
3922026-05-03T03:34:59.214Z Checking macaddr v1.0.1
3932026-05-03T03:34:59.319Z Compiling smoltcp v0.11.0
3942026-05-03T03:34:59.348Z Checking pretty-hex v0.4.2
3952026-05-03T03:34:59.459Z Checking stable_deref_trait v1.2.1
3962026-05-03T03:34:59.498Z Compiling version_check v0.9.5
3972026-05-03T03:34:59.546Z Checking managed v0.8.0
3982026-05-03T03:34:59.639Z Compiling pest_generator v2.8.6
3992026-05-03T03:34:59.718Z Compiling darling_core v0.21.3
4002026-05-03T03:34:59.759Z Compiling darling_core v0.23.0
4012026-05-03T03:34:59.856Z Compiling ref-cast v1.0.25
4022026-05-03T03:34:59.879Z Checking bitflags v1.3.2
4032026-05-03T03:34:59.940Z Compiling crc32fast v1.5.0
4042026-05-03T03:35:00.154Z Compiling regex v1.12.3
4052026-05-03T03:35:00.278Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4062026-05-03T03:35:00.515Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-05-03T03:35:00.543Z Checking memmap2 v0.9.10
4082026-05-03T03:35:00.794Z Checking unicode-width v0.2.2
4092026-05-03T03:35:00.856Z Compiling thiserror-impl v2.0.18
4102026-05-03T03:35:00.860Z Compiling serde_derive v1.0.228
4112026-05-03T03:35:00.870Z Compiling zerocopy-derive v0.8.48
4122026-05-03T03:35:01.036Z Compiling pest_derive v2.8.6
4132026-05-03T03:35:01.399Z Compiling scroll_derive v0.13.1
4142026-05-03T03:35:01.429Z Compiling ref-cast-impl v1.0.25
4152026-05-03T03:35:01.527Z Checking ipnetwork v0.21.1
4162026-05-03T03:35:01.700Z Checking tabwriter v1.4.1
4172026-05-03T03:35:01.802Z Compiling darling_macro v0.21.3
4182026-05-03T03:35:01.820Z Compiling darling_macro v0.23.0
4192026-05-03T03:35:02.128Z Checking dtrace-parser v0.3.0
4202026-05-03T03:35:02.194Z Checking scroll v0.13.0
4212026-05-03T03:35:02.347Z Compiling darling v0.21.3
4222026-05-03T03:35:02.354Z Checking cobs v0.3.0
4232026-05-03T03:35:02.413Z Checking goblin v0.10.5
4242026-05-03T03:35:02.417Z Compiling ingot-macros v0.1.1
4252026-05-03T03:35:02.487Z Compiling darling v0.23.0
4262026-05-03T03:35:02.559Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4272026-05-03T03:35:02.773Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4282026-05-03T03:35:03.031Z Checking dyn-clone v1.0.20
4292026-05-03T03:35:03.916Z Checking postcard v1.1.3
4302026-05-03T03:35:03.941Z Compiling serde_tokenstream v0.2.3
4312026-05-03T03:35:04.894Z Checking ingot-types v0.1.2
4322026-05-03T03:35:04.894Z Checking dof v0.4.0
4332026-05-03T03:35:05.194Z Checking ingot v0.1.1
4342026-05-03T03:35:05.888Z Compiling usdt-macro v0.6.0
4352026-05-03T03:35:05.888Z Compiling usdt-attr-macro v0.6.0
4362026-05-03T03:35:06.461Z Checking usdt v0.6.0
4372026-05-03T03:35:06.592Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-05-03T03:35:14.669Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.93s
4392026-05-03T03:35:14.698Z
4402026-05-03T03:35:14.701Zreal 19.006423406
4412026-05-03T03:35:14.701Zuser 1:03.484466811
4422026-05-03T03:35:14.701Zsys 12.393234442
4432026-05-03T03:35:14.701Ztrap 0.031088575
4442026-05-03T03:35:14.701Ztflt 0.146729371
4452026-05-03T03:35:14.701Zdflt 0.192988159
4462026-05-03T03:35:14.701Zkflt 0.000018163
4472026-05-03T03:35:14.701Zlock 3:40.547809709
4482026-05-03T03:35:14.701Zslp 3:20.346108997
4492026-05-03T03:35:14.701Zlat 3.702993048
4502026-05-03T03:35:14.701Zstop 6.747290359
4512026-05-03T03:35:14.702Z+ header 'analyze no_std + engine + kernel'
4522026-05-03T03:35:14.702Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4532026-05-03T03:35:14.702Z# ==== analyze no_std + engine + kernel ==== #
4542026-05-03T03:35:14.702Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4552026-05-03T03:35:14.874Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-05-03T03:35:14.875Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-05-03T03:35:14.878Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4582026-05-03T03:35:14.894Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-05-03T03:35:15.140Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4602026-05-03T03:35:19.308Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.56s
4612026-05-03T03:35:19.337Z
4622026-05-03T03:35:19.340Zreal 4.630494859
4632026-05-03T03:35:19.340Zuser 5.001142921
4642026-05-03T03:35:19.340Zsys 0.890871458
4652026-05-03T03:35:19.340Ztrap 0.000641682
4662026-05-03T03:35:19.340Ztflt 0.008609928
4672026-05-03T03:35:19.340Zdflt 0.002342001
4682026-05-03T03:35:19.340Zkflt 0.000000000
4692026-05-03T03:35:19.340Zlock 16.459702421
4702026-05-03T03:35:19.340Zslp 17.880976228
4712026-05-03T03:35:19.340Zlat 0.019970214
4722026-05-03T03:35:19.340Zstop 0.233935255
4732026-05-03T03:35:19.340Z+ header test
4742026-05-03T03:35:19.341Z+ echo '# ==== test ==== #'
4752026-05-03T03:35:19.341Z+ ptime -m cargo test
4762026-05-03T03:35:19.341Z# ==== test ==== #
4772026-05-03T03:35:19.486Z Compiling serde_core v1.0.228
4782026-05-03T03:35:19.489Z Compiling thiserror v2.0.18
4792026-05-03T03:35:19.489Z Compiling zerocopy v0.8.48
4802026-05-03T03:35:19.510Z Compiling byteorder v1.5.0
4812026-05-03T03:35:19.513Z Compiling memchr v2.8.0
4822026-05-03T03:35:19.516Z Compiling unicode-ident v1.0.24
4832026-05-03T03:35:19.519Z Compiling scroll v0.13.0
4842026-05-03T03:35:19.519Z Compiling libc v0.2.186
4852026-05-03T03:35:19.591Z Compiling zmij v1.0.21
4862026-05-03T03:35:19.638Z Compiling proc-macro2 v1.0.106
4872026-05-03T03:35:19.715Z Compiling ucd-trie v0.1.7
4882026-05-03T03:35:19.772Z Compiling itoa v1.0.18
4892026-05-03T03:35:19.857Z Compiling plain v0.2.3
4902026-05-03T03:35:19.956Z Compiling log v0.4.29
4912026-05-03T03:35:19.960Z Compiling pest v2.8.6
4922026-05-03T03:35:20.025Z Compiling quote v1.0.45
4932026-05-03T03:35:20.172Z Compiling goblin v0.10.5
4942026-05-03T03:35:20.425Z Compiling hash32 v0.3.1
4952026-05-03T03:35:20.591Z Compiling stable_deref_trait v1.2.1
4962026-05-03T03:35:20.661Z Compiling pretty-hex v0.4.2
4972026-05-03T03:35:20.704Z Compiling macaddr v1.0.1
4982026-05-03T03:35:20.787Z Compiling cfg-if v1.0.4
4992026-05-03T03:35:20.850Z Compiling heapless v0.8.0
5002026-05-03T03:35:20.951Z Compiling syn v2.0.117
5012026-05-03T03:35:21.053Z Compiling dtrace-parser v0.3.0
5022026-05-03T03:35:21.293Z Compiling serde v1.0.228
5032026-05-03T03:35:21.454Z Compiling serde_json v1.0.149
5042026-05-03T03:35:21.679Z Compiling bitflags v2.11.1
5052026-05-03T03:35:21.927Z Compiling thread-id v5.1.0
5062026-05-03T03:35:22.001Z Compiling cobs v0.3.0
5072026-05-03T03:35:22.093Z Compiling managed v0.8.0
5082026-05-03T03:35:22.283Z Compiling ingot-types v0.1.2
5092026-05-03T03:35:22.316Z Compiling bitflags v1.3.2
5102026-05-03T03:35:22.384Z Compiling smoltcp v0.11.0
5112026-05-03T03:35:22.389Z Compiling postcard v1.1.3
5122026-05-03T03:35:22.477Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5132026-05-03T03:35:22.677Z Compiling ingot v0.1.1
5142026-05-03T03:35:22.698Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5152026-05-03T03:35:22.725Z Compiling memmap2 v0.9.10
5162026-05-03T03:35:23.017Z Compiling dof v0.4.0
5172026-05-03T03:35:23.311Z Compiling ipnetwork v0.21.1
5182026-05-03T03:35:23.853Z Compiling usdt-impl v0.6.0
5192026-05-03T03:35:24.604Z Compiling unicode-width v0.2.2
5202026-05-03T03:35:24.705Z Compiling either v1.15.0
5212026-05-03T03:35:24.903Z Compiling itertools v0.14.0
5222026-05-03T03:35:24.906Z Compiling tabwriter v1.4.1
5232026-05-03T03:35:24.912Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5242026-05-03T03:35:25.328Z Compiling usdt v0.6.0
5252026-05-03T03:35:25.946Z Compiling ref-cast v1.0.25
5262026-05-03T03:35:26.042Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5272026-05-03T03:35:26.370Z Compiling crc32fast v1.5.0
5282026-05-03T03:35:26.612Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292026-05-03T03:35:26.642Z Compiling dyn-clone v1.0.20
5302026-05-03T03:35:39.863Z Finished `test` profile [optimized + debuginfo] target(s) in 20.51s
5312026-05-03T03:35:39.875Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d)
5322026-05-03T03:35:39.879Z
5332026-05-03T03:35:39.879Zrunning 72 tests
5342026-05-03T03:35:39.903Ztest d_error::tests::name_truncation ... ok
5352026-05-03T03:35:39.903Ztest d_error::tests::name_and_data_storage ... ok
5362026-05-03T03:35:39.903Ztest ddi::mblk::test::chain_breaks_links ... ok
5372026-05-03T03:35:39.903Ztest ddi::mblk::test::chain_append_links ... ok
5382026-05-03T03:35:39.903Ztest ddi::mblk::test::chain_drain_complete ... ok
5392026-05-03T03:35:39.903Ztest ddi::mblk::test::expand_and_shrink ... ok
5402026-05-03T03:35:39.903Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5412026-05-03T03:35:39.903Ztest ddi::mblk::test::prefix_len ... ok
5422026-05-03T03:35:39.903Ztest ddi::mblk::test::read_seg ... ok
5432026-05-03T03:35:39.903Ztest ddi::mblk::test::truncate ... ok
5442026-05-03T03:35:39.904Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5452026-05-03T03:35:39.904Ztest ddi::mblk::test::uninitialized_packet ... ok
5462026-05-03T03:35:39.904Ztest ddi::mblk::test::zero_byte_packet ... ok
5472026-05-03T03:35:39.904Ztest ddi::mblk::test::wrap ... ok
5482026-05-03T03:35:39.904Ztest ddi::time::test::good_interval ... ok
5492026-05-03T03:35:39.904Ztest engine::dhcp::test::domainname_encode ... ok
5502026-05-03T03:35:39.904Ztest engine::dhcp::test::domain_search_option_encode ... ok
5512026-05-03T03:35:39.904Ztest engine::dhcp::test::offlink_encode ... ok
5522026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5532026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_client_id ... ok
5542026-05-03T03:35:39.904Ztest engine::dhcp::test::rfc3442_encode ... ok
5552026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5562026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5572026-05-03T03:35:39.904Ztest engine::dhcp::test::hostname_encode ... ok
5582026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_iana ... ok
5592026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_iata ... ok
5602026-05-03T03:35:39.904Ztest ddi::time::test::bad_interval - should panic ... ok
5612026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5622026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_option_request ... ok
5632026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5642026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5652026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5662026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5672026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5682026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_server_id ... ok
5692026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5702026-05-03T03:35:39.904Ztest engine::dhcpv6::options::test::test_status ... ok
5712026-05-03T03:35:39.904Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5722026-05-03T03:35:39.904Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5732026-05-03T03:35:39.904Ztest engine::ether::test::emit ... ok
5742026-05-03T03:35:39.904Ztest engine::flow_table::test::flow_clear ... ok
5752026-05-03T03:35:39.904Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5762026-05-03T03:35:39.904Ztest engine::ip::v4::test::emit ... ok
5772026-05-03T03:35:39.904Ztest engine::geneve::test::emit_no_opts ... ok
5782026-05-03T03:35:39.905Ztest engine::flow_table::test::flow_expired ... ok
5792026-05-03T03:35:39.905Ztest engine::ip::v4::test::cidr_match ... ok
5802026-05-03T03:35:39.905Ztest engine::ip::v6::test::emit ... ok
5812026-05-03T03:35:39.905Ztest engine::ip::v4::test::match_check ... ok
5822026-05-03T03:35:39.905Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5832026-05-03T03:35:39.905Ztest engine::geneve::test::emit_single_opt ... ok
5842026-05-03T03:35:39.905Ztest engine::ip::v6::test::extension_push_spec ... ok
5852026-05-03T03:35:39.905Ztest engine::ip::v6::test::from_pairs ... ok
5862026-05-03T03:35:39.905Ztest engine::ip::v6::test::option_push_spec ... ok
5872026-05-03T03:35:39.905Ztest engine::ip::v6::test::test_set_total_len ... ok
5882026-05-03T03:35:39.905Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5892026-05-03T03:35:39.905Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5902026-05-03T03:35:39.905Ztest engine::nat::test::nat4_rewrite ... ok
5912026-05-03T03:35:39.905Ztest engine::layer::test::find_rule ... ok
5922026-05-03T03:35:39.905Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5932026-05-03T03:35:39.905Ztest engine::packet::test::small_packet_with_padding ... ok
5942026-05-03T03:35:39.905Ztest engine::packet::test::straddled_tcp ... ok
5952026-05-03T03:35:39.905Ztest engine::packet::test::read_single_segment ... ok
5962026-05-03T03:35:39.905Ztest engine::packet::test::read_multi_segment ... ok
5972026-05-03T03:35:39.905Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5982026-05-03T03:35:39.905Ztest engine::packet::test::udp6_packet_with_padding ... ok
5992026-05-03T03:35:39.905Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6002026-05-03T03:35:39.905Ztest engine::rule::rule_matching ... ok
6012026-05-03T03:35:39.905Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6022026-05-03T03:35:39.905Ztest engine::snat::test::nat_mappings ... ok
6032026-05-03T03:35:39.905Ztest engine::ip::v6::test::push_spec ... ok
6042026-05-03T03:35:39.905Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6052026-05-03T03:35:39.905Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
6062026-05-03T03:35:39.905Z
6072026-05-03T03:35:39.905Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-05-03T03:35:39.905Z
6092026-05-03T03:35:39.905Z Doc-tests opte
6102026-05-03T03:35:41.815Z
6112026-05-03T03:35:41.815Zrunning 3 tests
6122026-05-03T03:35:41.819Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6132026-05-03T03:35:41.819Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6142026-05-03T03:35:41.819Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6152026-05-03T03:35:41.819Z
6162026-05-03T03:35:41.819Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6172026-05-03T03:35:41.819Z
6182026-05-03T03:35:41.824Zall doctests ran in 1.36s; merged doctests compilation took 1.35s
6192026-05-03T03:35:41.863Z
6202026-05-03T03:35:41.863Zreal 22.512583496
6212026-05-03T03:35:41.863Zuser 1:55.736397567
6222026-05-03T03:35:41.863Zsys 6.929284104
6232026-05-03T03:35:41.863Ztrap 0.052790825
6242026-05-03T03:35:41.863Ztflt 0.253374196
6252026-05-03T03:35:41.863Zdflt 0.381814463
6262026-05-03T03:35:41.863Zkflt 0.000013746
6272026-05-03T03:35:41.867Zlock 5:44.617946303
6282026-05-03T03:35:41.867Zslp 3:36.329975545
6292026-05-03T03:35:41.867Zlat 6.015168643
6302026-05-03T03:35:41.867Zstop 2.755954466
6312026-05-03T03:35:41.867Zprocess exited: duration 84167 ms, exit code 0
 
6322026-05-03T03:35:41.873Zfound 0 output files