01KVM708T5FXADPVCJEGVP90NK: opte

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

Buildomat Job: 01KVM70KG7TGVKT5C0P45345TF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T04:29:42.238Zjob assigned to worker 01KVM70SSNCAGB1KHZ1V4NFD0P [factory aws, i-02e5d210958324920] (queued for 47 s)
 
22026-06-21T04:29:48.822Zstarting task 0: "setup"
32026-06-21T04:29:48.827Z++ uname -s
42026-06-21T04:29:48.830Z+ kern=SunOS
52026-06-21T04:29:48.830Z+ build_user=build
62026-06-21T04:29:48.830Z+ build_uid=12345
72026-06-21T04:29:48.830Z+ work_dir=/work
82026-06-21T04:29:48.830Z+ input_dir=/input
92026-06-21T04:29:48.830Z+ [[ 0 == 12345 ]]
102026-06-21T04:29:48.830Z+ case "$kern" in
112026-06-21T04:29:48.830Z+ groupadd -g 12345 build
122026-06-21T04:29:48.834Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T04:29:50.836Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T04:29:50.945Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T04:29:50.947Z+ home_fs=zfs
162026-06-21T04:29:50.948Z+ [[ zfs == autofs ]]
172026-06-21T04:29:50.948Z+ mkdir -p /home/build
182026-06-21T04:29:50.948Z+ chown build:build /home/build /work
192026-06-21T04:29:52.949Z+ chmod 0700 /home/build /work
202026-06-21T04:29:52.951Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-21T04:29:52.957Zstarting task 1: "rust-toolchain"
222026-06-21T04:29:52.961Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-21T04:29:52.961Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-21T04:29:52.961Z * rust toolchain channel = "1.96.0"
252026-06-21T04:29:52.961Z * rust toolchain profile = "default"
262026-06-21T04:29:52.963Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-21T04:29:52.964Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T04:29:52.964Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T04:29:52.964Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-21T04:29:53.067Zinfo: downloading installer
312026-06-21T04:29:54.774Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T04:29:54.774Zwarn: /home/build/.rustup/settings.toml
332026-06-21T04:29:54.774Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T04:29:54.774Zwarn: instead of the one inferred from the default host triple.
352026-06-21T04:29:54.786Zinfo: profile set to default
362026-06-21T04:29:54.786Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T04:29:54.789Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-21T04:29:54.938Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-21T04:29:54.941Zinfo: downloading 6 components
402026-06-21T04:30:09.988Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-21T04:30:09.989Z
422026-06-21T04:30:10.016Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-21T04:30:10.016Z
442026-06-21T04:30:10.017Z
452026-06-21T04:30:10.017ZRust is installed now. Great!
462026-06-21T04:30:10.017Z
472026-06-21T04:30:10.017ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T04:30:10.017Zenvironment variable. This has not been done automatically.
492026-06-21T04:30:10.017Z
502026-06-21T04:30:10.017ZTo configure your current shell, you need to source
512026-06-21T04:30:10.017Zthe corresponding env file under $HOME/.cargo.
522026-06-21T04:30:10.017Z
532026-06-21T04:30:10.020ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T04:30:10.020Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T04:30:10.021Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T04:30:10.021Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T04:30:10.021Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T04:30:10.021Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T04:30:10.021Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T04:30:10.021Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T04:30:10.021Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T04:30:10.106Z+ rustup --version
632026-06-21T04:30:10.115Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T04:30:10.118Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T04:30:10.137Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-21T04:30:10.140Z+ cargo --version
672026-06-21T04:30:10.153Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-21T04:30:10.156Z+ rustc --version
692026-06-21T04:30:10.175Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-21T04:30:10.178Zprocess exited: duration 17220 ms, exit code 0
 
712026-06-21T04:30:10.183Zstarting task 2: "authentication"
722026-06-21T04:30:10.200Zprocess exited: duration 16 ms, exit code 0
 
732026-06-21T04:30:10.205Zstarting task 3: "clone repository"
742026-06-21T04:30:10.209Z+ mkdir -p /work/oxidecomputer/opte
752026-06-21T04:30:10.212Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-21T04:30:10.241ZCloning into '/work/oxidecomputer/opte'...
772026-06-21T04:30:11.041Z+ cd /work/oxidecomputer/opte
782026-06-21T04:30:11.041Z+ git fetch origin e02f36f315434dba17735ebe14165d251d1e7fb8
792026-06-21T04:30:11.255ZFrom https://github.com/oxidecomputer/opte
802026-06-21T04:30:11.255Z * branch e02f36f315434dba17735ebe14165d251d1e7fb8 -> FETCH_HEAD
812026-06-21T04:30:11.260Z+ [[ -n renovate/rust-1.x ]]
822026-06-21T04:30:11.263Z++ git branch --show-current
832026-06-21T04:30:11.263Z+ current=master
842026-06-21T04:30:11.263Z+ [[ master != renovate/rust-1.x ]]
852026-06-21T04:30:11.263Z+ git branch -f renovate/rust-1.x e02f36f315434dba17735ebe14165d251d1e7fb8
862026-06-21T04:30:11.266Z+ git checkout -f renovate/rust-1.x
872026-06-21T04:30:11.282ZSwitched to branch 'renovate/rust-1.x'
882026-06-21T04:30:11.285Z+ git reset --hard e02f36f315434dba17735ebe14165d251d1e7fb8
892026-06-21T04:30:11.299ZHEAD is now at e02f36f Update Rust to nightly-2026-06-21
902026-06-21T04:30:11.302Zprocess exited: duration 1093 ms, exit code 0
 
912026-06-21T04:30:11.307Zstarting task 4: "build"
922026-06-21T04:30:11.311Z+ source .github/buildomat/common.sh
932026-06-21T04:30:11.313Z++ rustup show active-toolchain
942026-06-21T04:30:11.316Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-21T04:30:11.320Z++ pushd xde
962026-06-21T04:30:11.320Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-21T04:30:11.320Z++ rustup show active-toolchain
982026-06-21T04:30:11.324Zinfo: syncing channel updates for nightly-2026-06-21-x86_64-unknown-illumos
992026-06-21T04:30:11.486Zinfo: latest update on 2026-06-21 for version 1.98.0-nightly (8b6558a02 2026-06-20)
1002026-06-21T04:30:11.489Zinfo: downloading 6 components
1012026-06-21T04:30:27.743Znightly-2026-06-21-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-21T04:30:27.841Z+++ rustup show active-toolchain -v
1032026-06-21T04:30:27.844Z+++ head -n 1
1042026-06-21T04:30:27.844Z+++ cut '-d ' -f1
1052026-06-21T04:30:27.897Z++ export NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1062026-06-21T04:30:27.897Z++ NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1072026-06-21T04:30:27.897Z++ popd
1082026-06-21T04:30:27.900Z/work/oxidecomputer/opte
1092026-06-21T04:30:27.900Z+ cargo --version
1102026-06-21T04:30:27.907Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-21T04:30:27.910Z+ rustc --version
1122026-06-21T04:30:27.929Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-21T04:30:27.932Z+ cd lib/opte
1142026-06-21T04:30:27.932Z+ header 'check style'
1152026-06-21T04:30:27.932Z+ echo '# ==== check style ==== #'
1162026-06-21T04:30:27.932Z# ==== check style ==== #
1172026-06-21T04:30:27.932Z+ ptime -m cargo +nightly-2026-06-21-x86_64-unknown-illumos fmt -- --check
1182026-06-21T04:30:28.120Z
1192026-06-21T04:30:28.121Zreal 0.185192704
1202026-06-21T04:30:28.121Zuser 0.141822490
1212026-06-21T04:30:28.121Zsys 0.037087658
1222026-06-21T04:30:28.121Ztrap 0.000049410
1232026-06-21T04:30:28.121Ztflt 0.000017270
1242026-06-21T04:30:28.124Zdflt 0.000001830
1252026-06-21T04:30:28.124Zkflt 0.000000000
1262026-06-21T04:30:28.124Zlock 0.032114786
1272026-06-21T04:30:28.124Zslp 0.164571614
1282026-06-21T04:30:28.124Zlat 0.000761610
1292026-06-21T04:30:28.124Zstop 0.000097380
1302026-06-21T04:30:28.124Z+ header 'check docs'
1312026-06-21T04:30:28.124Z+ echo '# ==== check docs ==== #'
1322026-06-21T04:30:28.124Z# ==== check docs ==== #
1332026-06-21T04:30:28.124Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-21T04:30:28.124Z+ ptime -m cargo +nightly-2026-06-21-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-21T04:30:28.191Z Updating crates.io index
1362026-06-21T04:30:28.194Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-21T04:30:28.844Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-21T04:30:29.076Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-21T04:30:29.432Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-21T04:30:29.692Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-21T04:30:29.938Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-21T04:30:30.209Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-21T04:30:32.242Z Downloading crates ...
1442026-06-21T04:30:32.300Z Downloaded crypto-common v0.1.7
1452026-06-21T04:30:32.309Z Downloaded darling_core v0.21.3
1462026-06-21T04:30:32.313Z Downloaded darling v0.23.0
1472026-06-21T04:30:32.316Z Downloaded darling_macro v0.21.3
1482026-06-21T04:30:32.319Z Downloaded digest v0.10.7
1492026-06-21T04:30:32.319Z Downloaded log v0.4.32
1502026-06-21T04:30:32.319Z Downloaded macaddr v1.0.1
1512026-06-21T04:30:32.328Z Downloaded cfg-if v1.0.4
1522026-06-21T04:30:32.332Z Downloaded embedded-io v0.6.1
1532026-06-21T04:30:32.335Z Downloaded defmt-macros v1.1.0
1542026-06-21T04:30:32.337Z Downloaded dtrace-parser v0.3.0
1552026-06-21T04:30:32.337Z Downloaded ingot-types v0.1.2
1562026-06-21T04:30:32.338Z Downloaded darling_core v0.23.0
1572026-06-21T04:30:32.341Z Downloaded defmt v1.1.0
1582026-06-21T04:30:32.343Z Downloaded cpufeatures v0.2.17
1592026-06-21T04:30:32.343Z Downloaded generic-array v0.14.7
1602026-06-21T04:30:32.343Z Downloaded darling_macro v0.23.0
1612026-06-21T04:30:32.346Z Downloaded either v1.16.0
1622026-06-21T04:30:32.350Z Downloaded block-buffer v0.10.4
1632026-06-21T04:30:32.353Z Downloaded version_check v0.9.5
1642026-06-21T04:30:32.353Z Downloaded plain v0.2.3
1652026-06-21T04:30:32.357Z Downloaded fnv v1.0.7
1662026-06-21T04:30:32.363Z Downloaded embedded-io v0.4.0
1672026-06-21T04:30:32.365Z Downloaded dyn-clone v1.0.20
1682026-06-21T04:30:32.366Z Downloaded darling v0.21.3
1692026-06-21T04:30:32.371Z Downloaded defmt-parser v1.0.0
1702026-06-21T04:30:32.377Z Downloaded cobs v0.3.0
1712026-06-21T04:30:32.380Z Downloaded usdt-attr-macro v0.6.0
1722026-06-21T04:30:32.380Z Downloaded defmt v0.3.100
1732026-06-21T04:30:32.380Z Downloaded dof v0.4.0
1742026-06-21T04:30:32.382Z Downloaded hash32 v0.3.1
1752026-06-21T04:30:32.385Z Downloaded ident_case v1.0.1
1762026-06-21T04:30:32.388Z Downloaded usdt v0.6.0
1772026-06-21T04:30:32.392Z Downloaded ingot-macros v0.1.1
1782026-06-21T04:30:32.395Z Downloaded bitflags v1.3.2
1792026-06-21T04:30:32.398Z Downloaded sha2 v0.10.9
1802026-06-21T04:30:32.401Z Downloaded thread-id v5.1.0
1812026-06-21T04:30:32.401Z Downloaded thiserror v2.0.18
1822026-06-21T04:30:32.405Z Downloaded memmap2 v0.9.10
1832026-06-21T04:30:32.407Z Downloaded managed v0.8.0
1842026-06-21T04:30:32.410Z Downloaded pretty-hex v0.4.2
1852026-06-21T04:30:32.414Z Downloaded ref-cast v1.0.25
1862026-06-21T04:30:32.416Z Downloaded proc-macro-error-attr2 v2.0.0
1872026-06-21T04:30:32.419Z Downloaded stable_deref_trait v1.2.1
1882026-06-21T04:30:32.421Z Downloaded tabwriter v1.4.1
1892026-06-21T04:30:32.424Z Downloaded strsim v0.11.1
1902026-06-21T04:30:32.427Z Downloaded usdt-macro v0.6.0
1912026-06-21T04:30:32.427Z Downloaded zmij v1.0.21
1922026-06-21T04:30:32.427Z Downloaded scroll v0.13.0
1932026-06-21T04:30:32.429Z Downloaded scroll_derive v0.13.1
1942026-06-21T04:30:32.434Z Downloaded ipnetwork v0.21.1
1952026-06-21T04:30:32.438Z Downloaded crc32fast v1.5.0
1962026-06-21T04:30:32.445Z Downloaded ingot v0.1.1
1972026-06-21T04:30:32.448Z Downloaded itoa v1.0.18
1982026-06-21T04:30:32.451Z Downloaded quote v1.0.45
1992026-06-21T04:30:32.451Z Downloaded ref-cast-impl v1.0.25
2002026-06-21T04:30:32.453Z Downloaded byteorder v1.5.0
2012026-06-21T04:30:32.462Z Downloaded thiserror-impl v2.0.18
2022026-06-21T04:30:32.465Z Downloaded pest_derive v2.8.6
2032026-06-21T04:30:32.468Z Downloaded pest_generator v2.8.6
2042026-06-21T04:30:32.471Z Downloaded proc-macro-error2 v2.0.1
2052026-06-21T04:30:32.473Z Downloaded serde_tokenstream v0.2.3
2062026-06-21T04:30:32.476Z Downloaded bitflags v2.13.0
2072026-06-21T04:30:32.483Z Downloaded usdt-impl v0.6.0
2082026-06-21T04:30:32.490Z Downloaded postcard v1.1.3
2092026-06-21T04:30:32.493Z Downloaded serde_core v1.0.228
2102026-06-21T04:30:32.506Z Downloaded ucd-trie v0.1.7
2112026-06-21T04:30:32.509Z Downloaded proc-macro2 v1.0.106
2122026-06-21T04:30:32.512Z Downloaded serde_derive v1.0.228
2132026-06-21T04:30:32.514Z Downloaded unicode-ident v1.0.24
2142026-06-21T04:30:32.520Z Downloaded heapless v0.8.0
2152026-06-21T04:30:32.527Z Downloaded pest_meta v2.8.6
2162026-06-21T04:30:32.535Z Downloaded serde v1.0.228
2172026-06-21T04:30:32.551Z Downloaded memchr v2.8.2
2182026-06-21T04:30:32.554Z Downloaded typenum v1.20.1
2192026-06-21T04:30:32.569Z Downloaded zerocopy-derive v0.8.52
2202026-06-21T04:30:32.579Z Downloaded itertools v0.14.0
2212026-06-21T04:30:32.585Z Downloaded pest v2.8.6
2222026-06-21T04:30:32.589Z Downloaded itertools v0.15.0
2232026-06-21T04:30:32.598Z Downloaded regex v1.12.4
2242026-06-21T04:30:32.601Z Downloaded serde_json v1.0.150
2252026-06-21T04:30:32.604Z Downloaded aho-corasick v1.1.4
2262026-06-21T04:30:32.643Z Downloaded goblin v0.10.7
2272026-06-21T04:30:32.668Z Downloaded zerocopy v0.8.52
2282026-06-21T04:30:32.678Z Downloaded syn v2.0.117
2292026-06-21T04:30:32.685Z Downloaded smoltcp v0.11.0
2302026-06-21T04:30:32.691Z Downloaded unicode-width v0.2.2
2312026-06-21T04:30:32.693Z Downloaded regex-syntax v0.8.11
2322026-06-21T04:30:32.726Z Downloaded regex-automata v0.4.14
2332026-06-21T04:30:32.738Z Downloaded libc v0.2.186
2342026-06-21T04:30:32.796Z Compiling proc-macro2 v1.0.106
2352026-06-21T04:30:32.796Z Compiling quote v1.0.45
2362026-06-21T04:30:32.796Z Compiling unicode-ident v1.0.24
2372026-06-21T04:30:32.800Z Documenting unicode-ident v1.0.24
2382026-06-21T04:30:32.800Z Compiling ident_case v1.0.1
2392026-06-21T04:30:32.800Z Compiling strsim v0.11.1
2402026-06-21T04:30:32.800Z Compiling serde_core v1.0.228
2412026-06-21T04:30:32.953Z Compiling fnv v1.0.7
2422026-06-21T04:30:32.972Z Compiling memchr v2.8.2
2432026-06-21T04:30:33.191Z Compiling zerocopy v0.8.52
2442026-06-21T04:30:33.201Z Compiling serde v1.0.228
2452026-06-21T04:30:33.241Z Compiling regex-syntax v0.8.11
2462026-06-21T04:30:33.247Z Compiling thiserror v2.0.18
2472026-06-21T04:30:33.511Z Documenting proc-macro2 v1.0.106
2482026-06-21T04:30:33.539Z Compiling aho-corasick v1.1.4
2492026-06-21T04:30:33.826Z Checking syn v2.0.117
2502026-06-21T04:30:33.927Z Compiling either v1.16.0
2512026-06-21T04:30:34.096Z Documenting quote v1.0.45
2522026-06-21T04:30:34.309Z Checking byteorder v1.5.0
2532026-06-21T04:30:34.465Z Compiling itertools v0.14.0
2542026-06-21T04:30:34.599Z Documenting syn v2.0.117
2552026-06-21T04:30:34.670Z Compiling regex-automata v0.4.14
2562026-06-21T04:30:34.945Z Compiling heapless v0.8.0
2572026-06-21T04:30:35.255Z Documenting memchr v2.8.2
2582026-06-21T04:30:35.459Z Checking bitflags v2.13.0
2592026-06-21T04:30:35.615Z Checking hash32 v0.3.1
2602026-06-21T04:30:35.696Z Documenting serde_core v1.0.228
2612026-06-21T04:30:35.721Z Documenting regex-syntax v0.8.11
2622026-06-21T04:30:35.797Z Checking cfg-if v1.0.4
2632026-06-21T04:30:35.889Z Documenting aho-corasick v1.1.4
2642026-06-21T04:30:35.940Z Checking stable_deref_trait v1.2.1
2652026-06-21T04:30:36.006Z Checking macaddr v1.0.1
2662026-06-21T04:30:36.146Z Checking darling_core v0.21.3
2672026-06-21T04:30:36.740Z Compiling regex v1.12.4
2682026-06-21T04:30:36.762Z Compiling darling_core v0.23.0
2692026-06-21T04:30:36.843Z Documenting regex-automata v0.4.14
2702026-06-21T04:30:37.075Z Compiling smoltcp v0.11.0
2712026-06-21T04:30:37.369Z Documenting serde_derive v1.0.228
2722026-06-21T04:30:37.476Z Compiling serde_derive v1.0.228
2732026-06-21T04:30:37.482Z Compiling thiserror-impl v2.0.18
2742026-06-21T04:30:37.529Z Compiling zerocopy-derive v0.8.52
2752026-06-21T04:30:38.291Z Documenting regex v1.12.4
2762026-06-21T04:30:38.453Z Documenting thiserror-impl v2.0.18
2772026-06-21T04:30:38.546Z Documenting zerocopy-derive v0.8.52
2782026-06-21T04:30:38.769Z Compiling darling_macro v0.21.3
2792026-06-21T04:30:38.862Z Checking cobs v0.3.0
2802026-06-21T04:30:38.945Z Compiling darling_macro v0.23.0
2812026-06-21T04:30:39.159Z Checking bitflags v1.3.2
2822026-06-21T04:30:39.222Z Documenting byteorder v1.5.0
2832026-06-21T04:30:39.292Z Checking managed v0.8.0
2842026-06-21T04:30:39.346Z Compiling darling v0.21.3
2852026-06-21T04:30:39.418Z Compiling ingot-macros v0.1.1
2862026-06-21T04:30:39.421Z Documenting ingot-macros v0.1.1
2872026-06-21T04:30:39.458Z Documenting zerocopy v0.8.52
2882026-06-21T04:30:39.473Z Documenting thiserror v2.0.18
2892026-06-21T04:30:39.528Z Documenting bitflags v2.13.0
2902026-06-21T04:30:39.832Z Documenting hash32 v0.3.1
2912026-06-21T04:30:40.031Z Compiling crc32fast v1.5.0
2922026-06-21T04:30:40.230Z Documenting serde v1.0.228
2932026-06-21T04:30:40.334Z Documenting stable_deref_trait v1.2.1
2942026-06-21T04:30:40.374Z Compiling ref-cast v1.0.25
2952026-06-21T04:30:40.610Z Documenting cfg-if v1.0.4
2962026-06-21T04:30:40.614Z Documenting macaddr v1.0.1
2972026-06-21T04:30:40.735Z Checking postcard v1.1.3
2982026-06-21T04:30:40.850Z Documenting heapless v0.8.0
2992026-06-21T04:30:41.046Z Documenting cobs v0.3.0
3002026-06-21T04:30:41.300Z Compiling ref-cast-impl v1.0.25
3012026-06-21T04:31:41.906Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-06-21T04:31:41.929Z Compiling version_check v0.9.5
3032026-06-21T04:31:41.929Z Checking ipnetwork v0.21.1
3042026-06-21T04:31:41.929Z Documenting managed v0.8.0
3052026-06-21T04:31:41.929Z Checking unicode-width v0.2.2
3062026-06-21T04:31:41.929Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3072026-06-21T04:31:41.930Z Checking ingot-types v0.1.2
3082026-06-21T04:31:41.930Z Documenting postcard v1.1.3
3092026-06-21T04:31:41.930Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-06-21T04:31:41.930Z Compiling darling v0.23.0
3112026-06-21T04:31:41.930Z Documenting ref-cast-impl v1.0.25
3122026-06-21T04:31:41.930Z Documenting unicode-width v0.2.2
3132026-06-21T04:31:41.930Z Documenting ingot-types v0.1.2
3142026-06-21T04:31:41.930Z Checking ingot v0.1.1
3152026-06-21T04:31:41.930Z Documenting either v1.16.0
3162026-06-21T04:31:41.930Z Documenting smoltcp v0.11.0
3172026-06-21T04:31:41.930Z Documenting ipnetwork v0.21.1
3182026-06-21T04:31:41.930Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-06-21T04:31:41.930Z Documenting ref-cast v1.0.25
3202026-06-21T04:31:41.930Z Documenting tabwriter v1.4.1
3212026-06-21T04:31:41.930Z Documenting ingot v0.1.1
3222026-06-21T04:31:41.930Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-06-21T04:31:41.930Z Documenting itertools v0.15.0
3242026-06-21T04:31:41.930Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-06-21T04:31:41.930Z Checking tabwriter v1.4.1
3262026-06-21T04:31:41.956Z Checking itertools v0.15.0
3272026-06-21T04:31:41.957Z Documenting crc32fast v1.5.0
3282026-06-21T04:31:41.957Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-06-21T04:31:41.957Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-21T04:31:41.957Z Documenting dyn-clone v1.0.20
3312026-06-21T04:31:41.957Z Checking dyn-clone v1.0.20
3322026-06-21T04:31:41.957Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-21T04:31:41.957Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-06-21T04:31:41.957Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.93s
3352026-06-21T04:31:41.957Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3362026-06-21T04:31:41.957Z
3372026-06-21T04:31:41.957Zreal 22.030233050
3382026-06-21T04:31:41.957Zuser 1:17.216460101
3392026-06-21T04:31:41.957Zsys 16.528293135
3402026-06-21T04:31:41.957Ztrap 0.047009167
3412026-06-21T04:31:41.957Ztflt 0.031757391
3422026-06-21T04:31:41.957Zdflt 0.072707296
3432026-06-21T04:31:41.957Zkflt 0.004428986
3442026-06-21T04:31:41.957Zlock 7:46.897395092
3452026-06-21T04:31:41.957Zslp 4:18.194195032
3462026-06-21T04:31:41.957Zlat 7.983697075
3472026-06-21T04:31:41.957Zstop 13.201140499
3482026-06-21T04:31:41.958Z+ header 'analyze std + api'
3492026-06-21T04:31:41.958Z+ echo '# ==== analyze std + api ==== #'
3502026-06-21T04:31:41.958Z# ==== analyze std + api ==== #
3512026-06-21T04:31:41.958Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3522026-06-21T04:31:41.958Z Compiling proc-macro2 v1.0.106
3532026-06-21T04:31:41.960Z Compiling quote v1.0.45
3542026-06-21T04:31:41.960Z Compiling unicode-ident v1.0.24
3552026-06-21T04:31:41.960Z Compiling memchr v2.8.2
3562026-06-21T04:31:41.960Z Compiling thiserror v2.0.18
3572026-06-21T04:31:41.960Z Compiling zerocopy v0.8.52
3582026-06-21T04:31:41.960Z Compiling zmij v1.0.21
3592026-06-21T04:31:41.960Z Compiling libc v0.2.186
3602026-06-21T04:31:41.960Z Compiling serde_core v1.0.228
3612026-06-21T04:31:41.960Z Compiling ucd-trie v0.1.7
3622026-06-21T04:31:41.960Z Compiling ident_case v1.0.1
3632026-06-21T04:31:41.960Z Compiling serde_json v1.0.150
3642026-06-21T04:31:41.960Z Compiling strsim v0.11.1
3652026-06-21T04:31:41.960Z Compiling pest v2.8.6
3662026-06-21T04:31:41.960Z Compiling serde v1.0.228
3672026-06-21T04:31:41.960Z Compiling fnv v1.0.7
3682026-06-21T04:31:41.960Z Compiling aho-corasick v1.1.4
3692026-06-21T04:31:41.960Z Compiling itoa v1.0.18
3702026-06-21T04:31:41.960Z Checking byteorder v1.5.0
3712026-06-21T04:31:41.961Z Compiling regex-syntax v0.8.11
3722026-06-21T04:31:41.961Z Compiling syn v2.0.117
3732026-06-21T04:31:41.961Z Compiling pest_meta v2.8.6
3742026-06-21T04:31:41.961Z Compiling either v1.16.0
3752026-06-21T04:31:41.961Z Compiling usdt-impl v0.6.0
3762026-06-21T04:31:41.961Z Compiling itertools v0.14.0
3772026-06-21T04:31:41.961Z Compiling thread-id v5.1.0
3782026-06-21T04:31:41.961Z Checking log v0.4.32
3792026-06-21T04:31:41.961Z Compiling heapless v0.8.0
3802026-06-21T04:31:41.961Z Checking plain v0.2.3
3812026-06-21T04:31:41.961Z Compiling regex-automata v0.4.14
3822026-06-21T04:31:41.961Z Checking bitflags v2.13.0
3832026-06-21T04:31:41.961Z Checking hash32 v0.3.1
3842026-06-21T04:31:41.961Z Checking macaddr v1.0.1
3852026-06-21T04:31:41.961Z Compiling smoltcp v0.11.0
3862026-06-21T04:31:41.961Z Checking pretty-hex v0.4.2
3872026-06-21T04:31:41.961Z Checking stable_deref_trait v1.2.1
3882026-06-21T04:31:41.961Z Checking cfg-if v1.0.4
3892026-06-21T04:31:41.961Z Compiling version_check v0.9.5
3902026-06-21T04:31:41.961Z Checking managed v0.8.0
3912026-06-21T04:31:41.961Z Checking bitflags v1.3.2
3922026-06-21T04:31:41.961Z Compiling pest_generator v2.8.6
3932026-06-21T04:31:41.961Z Compiling darling_core v0.21.3
3942026-06-21T04:31:41.961Z Compiling darling_core v0.23.0
3952026-06-21T04:31:41.961Z Compiling crc32fast v1.5.0
3962026-06-21T04:31:41.961Z Compiling ref-cast v1.0.25
3972026-06-21T04:31:41.962Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3982026-06-21T04:31:41.962Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3992026-06-21T04:31:41.962Z Compiling regex v1.12.4
4002026-06-21T04:31:41.962Z Checking memmap2 v0.9.10
4012026-06-21T04:31:41.962Z Checking unicode-width v0.2.2
4022026-06-21T04:31:41.962Z Compiling thiserror-impl v2.0.18
4032026-06-21T04:31:41.962Z Compiling serde_derive v1.0.228
4042026-06-21T04:31:41.962Z Compiling zerocopy-derive v0.8.52
4052026-06-21T04:31:41.962Z Compiling pest_derive v2.8.6
4062026-06-21T04:31:41.962Z Compiling scroll_derive v0.13.1
4072026-06-21T04:31:41.962Z Compiling ref-cast-impl v1.0.25
4082026-06-21T04:31:41.962Z Compiling darling_macro v0.21.3
4092026-06-21T04:31:41.964Z Compiling darling_macro v0.23.0
4102026-06-21T04:31:41.964Z Checking ipnetwork v0.21.1
4112026-06-21T04:31:41.964Z Checking itertools v0.15.0
4122026-06-21T04:31:41.964Z Checking scroll v0.13.0
4132026-06-21T04:31:41.964Z Checking cobs v0.3.0
4142026-06-21T04:31:41.964Z Compiling dtrace-parser v0.3.0
4152026-06-21T04:31:41.964Z Checking goblin v0.10.7
4162026-06-21T04:31:41.964Z Compiling darling v0.21.3
4172026-06-21T04:31:41.964Z Compiling darling v0.23.0
4182026-06-21T04:31:41.964Z Compiling ingot-macros v0.1.1
4192026-06-21T04:31:41.964Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4202026-06-21T04:31:41.964Z Checking tabwriter v1.4.1
4212026-06-21T04:31:41.964Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4222026-06-21T04:31:41.964Z# ==== analyze no_std + engine + kernel ==== #
4232026-06-21T04:31:41.964Z# ==== test ==== #
4242026-06-21T04:31:41.965Z
4252026-06-21T04:31:41.965Zrunning 83 tests
4262026-06-21T04:31:41.991Ztest d_error::tests::name_truncation ... ok
4272026-06-21T04:31:41.991Ztest d_error::tests::name_and_data_storage ... ok
4282026-06-21T04:31:41.991Z Checking dyn-clone v1.0.20
4292026-06-21T04:31:41.991Z Checking postcard v1.1.3
4302026-06-21T04:31:41.991Ztest ddi::mblk::test::chain_append_links ... ok
4312026-06-21T04:31:41.991Z Compiling serde_tokenstream v0.2.3
4322026-06-21T04:31:41.991Ztest ddi::mblk::test::chain_breaks_links ... ok
4332026-06-21T04:31:41.991Z Checking ingot-types v0.1.2
4342026-06-21T04:31:41.991Ztest ddi::mblk::test::chain_has_correct_ends ... ok
4352026-06-21T04:31:41.991Z Checking dof v0.4.0
4362026-06-21T04:31:41.991Ztest ddi::mblk::test::chain_drain_complete ... ok
4372026-06-21T04:31:41.991Z Checking ingot v0.1.1
4382026-06-21T04:31:41.991Ztest ddi::mblk::test::expand_and_shrink ... ok
4392026-06-21T04:31:41.991Z Compiling usdt-attr-macro v0.6.0
4402026-06-21T04:31:41.992Ztest ddi::mblk::test::prefix_len ... ok
4412026-06-21T04:31:41.992Z Compiling usdt-macro v0.6.0
4422026-06-21T04:31:41.992Ztest ddi::mblk::test::read_seg ... ok
4432026-06-21T04:31:41.992Z Checking usdt v0.6.0
4442026-06-21T04:31:41.992Ztest ddi::mblk::test::test_long_packet_continuation ... ok
4452026-06-21T04:31:41.992Ztest ddi::mblk::test::truncate ... ok
4462026-06-21T04:31:41.992Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4472026-06-21T04:31:41.992Ztest ddi::mblk::test::uninitialized_packet ... ok
4482026-06-21T04:31:41.992Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.42s
4492026-06-21T04:31:41.992Ztest ddi::mblk::test::wrap ... ok
4502026-06-21T04:31:41.992Z
4512026-06-21T04:31:41.992Ztest ddi::time::test::good_interval ... ok
4522026-06-21T04:31:41.992Zreal 19.492564258
4532026-06-21T04:31:41.992Ztest ddi::mblk::test::zero_byte_packet ... ok
4542026-06-21T04:31:41.993Zuser 1:04.167659281
4552026-06-21T04:31:41.993Ztest engine::dhcp::test::hostname_encode ... ok
4562026-06-21T04:31:41.993Zsys 12.596867546
4572026-06-21T04:31:41.993Ztest engine::dhcp::test::domain_search_option_encode ... ok
4582026-06-21T04:31:41.993Ztrap 0.032016005
4592026-06-21T04:31:41.993Ztest engine::dhcp::test::domainname_encode ... ok
4602026-06-21T04:31:41.993Ztflt 0.151263346
4612026-06-21T04:31:41.993Ztest engine::dhcpv6::options::test::test_client_id ... ok
4622026-06-21T04:31:41.993Zdflt 0.179298580
4632026-06-21T04:31:41.993Ztest engine::dhcp::test::rfc3442_encode ... ok
4642026-06-21T04:31:41.993Zkflt 0.000018680
4652026-06-21T04:31:41.993Zlock 3:42.235540809
4662026-06-21T04:31:41.993Zslp 3:24.533644439
4672026-06-21T04:31:41.993Zlat 3.173903743
4682026-06-21T04:31:41.994Zstop 6.514130781
4692026-06-21T04:31:41.994Z+ header 'analyze no_std + engine + kernel'
4702026-06-21T04:31:41.994Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4712026-06-21T04:31:41.994Z+ ptime -m cargo +nightly-2026-06-21-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4722026-06-21T04:31:41.994Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4732026-06-21T04:31:41.994Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4742026-06-21T04:31:41.994Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
4752026-06-21T04:31:41.994Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4762026-06-21T04:31:41.994Ztest engine::dhcp::test::offlink_encode ... ok
4772026-06-21T04:31:41.994Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4782026-06-21T04:31:41.994Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
4792026-06-21T04:31:41.994Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4802026-06-21T04:31:41.994Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.14s
4812026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_iana ... ok
4822026-06-21T04:31:41.995Z
4832026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
4842026-06-21T04:31:41.995Zreal 4.210408637
4852026-06-21T04:31:41.995Zuser 4.582487588
4862026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_iata ... ok
4872026-06-21T04:31:41.995Zsys 0.918395751
4882026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_option_request ... ok
4892026-06-21T04:31:41.995Ztrap 0.000636430
4902026-06-21T04:31:41.995Ztest ddi::time::test::bad_interval - should panic ... ok
4912026-06-21T04:31:41.995Ztflt 0.007442721
4922026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
4932026-06-21T04:31:41.995Zdflt 0.005329045
4942026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
4952026-06-21T04:31:41.995Zkflt 0.000000000
4962026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
4972026-06-21T04:31:41.995Zlock 18.974679585
4982026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_server_id ... ok
4992026-06-21T04:31:41.995Zslp 16.753227764
5002026-06-21T04:31:41.995Zlat 0.017401663
5012026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5022026-06-21T04:31:41.995Zstop 0.239556610
5032026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5042026-06-21T04:31:41.995Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5052026-06-21T04:31:41.995Z+ header test
5062026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5072026-06-21T04:31:41.995Z+ echo '# ==== test ==== #'
5082026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_status ... ok
5092026-06-21T04:31:41.995Z+ ptime -m cargo test
5102026-06-21T04:31:41.995Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5112026-06-21T04:31:41.995Z Compiling serde_core v1.0.228
5122026-06-21T04:31:41.995Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5132026-06-21T04:31:41.995Z Compiling thiserror v2.0.18
5142026-06-21T04:31:41.995Ztest engine::ether::test::emit ... ok
5152026-06-21T04:31:41.995Z Compiling zerocopy v0.8.52
5162026-06-21T04:31:41.995Z Compiling memchr v2.8.2
5172026-06-21T04:31:41.995Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5182026-06-21T04:31:41.995Z Compiling byteorder v1.5.0
5192026-06-21T04:31:41.996Z Compiling unicode-ident v1.0.24
5202026-06-21T04:31:41.996Ztest engine::flow_table::test::flow_expired ... ok
5212026-06-21T04:31:41.996Z Compiling scroll v0.13.0
5222026-06-21T04:31:41.996Ztest engine::flow_table::test::priority_lerp ... ok
5232026-06-21T04:31:41.996Z Compiling libc v0.2.186
5242026-06-21T04:31:41.996Ztest engine::flow_table::test::children_prevent_timer_expiry ... ok
5252026-06-21T04:31:41.996Z Compiling proc-macro2 v1.0.106
5262026-06-21T04:31:42.016Ztest engine::flow_table::test::eviction_selects_highest_prio ... ok
5272026-06-21T04:31:42.016Z Compiling zmij v1.0.21
5282026-06-21T04:31:42.016Ztest engine::flow_table::test::eviction_invalidates_descendents ... ok
5292026-06-21T04:31:42.016Z Compiling itoa v1.0.18
5302026-06-21T04:31:42.016Ztest engine::flow_table::test::eviction_basics ... ok
5312026-06-21T04:31:42.016Z Compiling plain v0.2.3
5322026-06-21T04:31:42.016Ztest engine::flow_table::test::flow_clear ... ok
5332026-06-21T04:31:42.016Z Compiling log v0.4.32
5342026-06-21T04:31:42.016Ztest engine::flow_table::test::eviction_priority_inheritance ... ok
5352026-06-21T04:31:42.016Z Compiling ucd-trie v0.1.7
5362026-06-21T04:31:42.016Ztest engine::flow_table::test::priority_lerp_clamps ... ok
5372026-06-21T04:31:42.017Z Compiling goblin v0.10.7
5382026-06-21T04:31:42.017Ztest engine::flow_table::test::priority_lerp_rejects_bad_params ... ok
5392026-06-21T04:31:42.017Z Compiling pest v2.8.6
5402026-06-21T04:31:42.017Ztest engine::flow_table::test::timer_expiry_propagation ... ok
5412026-06-21T04:31:42.017Z Compiling quote v1.0.45
5422026-06-21T04:31:42.017Z Compiling hash32 v0.3.1
5432026-06-21T04:31:42.017Ztest engine::geneve::test::emit_no_opts ... ok
5442026-06-21T04:31:42.017Z Compiling stable_deref_trait v1.2.1
5452026-06-21T04:31:42.017Z Compiling cfg-if v1.0.4
5462026-06-21T04:31:42.017Z Compiling macaddr v1.0.1
5472026-06-21T04:31:42.017Z Compiling pretty-hex v0.4.2
5482026-06-21T04:31:42.018Z Compiling heapless v0.8.0
5492026-06-21T04:31:42.018Z Compiling syn v2.0.117
5502026-06-21T04:31:42.018Z Compiling thread-id v5.1.0
5512026-06-21T04:31:42.018Z Compiling dtrace-parser v0.3.0
5522026-06-21T04:31:42.018Z Compiling serde v1.0.228
5532026-06-21T04:31:42.018Z Compiling serde_json v1.0.150
5542026-06-21T04:31:42.018Ztest engine::geneve::test::emit_single_opt ... ok
5552026-06-21T04:31:42.018Z Compiling bitflags v2.13.0
5562026-06-21T04:31:42.018Ztest engine::ip::v4::test::cidr_match ... ok
5572026-06-21T04:31:42.018Z Compiling cobs v0.3.0
5582026-06-21T04:31:42.018Ztest engine::ip::v4::test::emit ... ok
5592026-06-21T04:31:42.018Z Compiling bitflags v1.3.2
5602026-06-21T04:31:42.018Z Compiling managed v0.8.0
5612026-06-21T04:31:42.018Ztest engine::ip::v4::test::match_check ... ok
5622026-06-21T04:31:42.018Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5632026-06-21T04:31:42.018Ztest engine::ip::v6::test::emit ... ok
5642026-06-21T04:31:42.018Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5652026-06-21T04:31:42.018Ztest engine::ip::v6::test::option_push_spec ... ok
5662026-06-21T04:31:42.018Ztest engine::ip::v6::test::extension_push_spec ... ok
5672026-06-21T04:31:42.018Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5682026-06-21T04:31:42.018Ztest engine::ip::v6::test::test_set_total_len ... ok
5692026-06-21T04:31:42.018Ztest engine::layer::test::find_rule ... ok
5702026-06-21T04:31:42.018Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5712026-06-21T04:31:42.018Ztest engine::packet::test::read_multi_segment ... ok
5722026-06-21T04:31:42.018Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5732026-06-21T04:31:42.018Ztest engine::ip::v6::test::from_pairs ... ok
5742026-06-21T04:31:42.019Ztest engine::nat::test::nat4_rewrite ... ok
5752026-06-21T04:31:42.019Z Compiling ingot-types v0.1.2
5762026-06-21T04:31:42.019Ztest engine::packet::test::read_single_segment ... ok
5772026-06-21T04:31:42.019Z Compiling smoltcp v0.11.0
5782026-06-21T04:31:42.019Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5792026-06-21T04:31:42.019Z Compiling postcard v1.1.3
5802026-06-21T04:31:42.019Ztest engine::ip::v6::test::push_spec ... ok
5812026-06-21T04:31:42.019Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5822026-06-21T04:31:42.019Ztest engine::packet::test::small_packet_with_padding ... ok
5832026-06-21T04:31:42.019Z Compiling ingot v0.1.1
5842026-06-21T04:31:42.019Ztest engine::packet::test::straddled_tcp ... ok
5852026-06-21T04:31:42.019Z Compiling memmap2 v0.9.10
5862026-06-21T04:31:42.019Ztest engine::packet::test::udp6_packet_with_padding ... ok
5872026-06-21T04:31:42.019Z Compiling dof v0.4.0
5882026-06-21T04:31:42.019Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
5892026-06-21T04:31:42.019Z Compiling unicode-width v0.2.2
5902026-06-21T04:31:42.019Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
5912026-06-21T04:31:42.020Z Compiling either v1.16.0
5922026-06-21T04:31:42.020Ztest engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok
5932026-06-21T04:31:42.020Z Compiling ipnetwork v0.21.1
5942026-06-21T04:31:42.020Ztest engine::port::tests::established_tcp_eviction_prio_unchanging ... ok
5952026-06-21T04:31:42.020Ztest engine::rule::rule_matching ... ok
5962026-06-21T04:31:42.020Ztest engine::snat::test::snat4_desc_lifecycle ... ok
5972026-06-21T04:31:42.020Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
5982026-06-21T04:31:42.020Ztest engine::snat::test::nat_mappings ... ok
5992026-06-21T04:31:42.020Z
6002026-06-21T04:31:42.020Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6012026-06-21T04:31:42.020Z
6022026-06-21T04:31:42.020Z
6032026-06-21T04:31:42.020Zrunning 3 tests
6042026-06-21T04:31:42.020Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6052026-06-21T04:31:42.020Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6062026-06-21T04:31:42.020Z Compiling usdt-impl v0.6.0
6072026-06-21T04:31:42.020Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6082026-06-21T04:31:42.020Z Compiling usdt v0.6.0
6092026-06-21T04:31:42.020Z
6102026-06-21T04:31:42.020Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6112026-06-21T04:31:42.020Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6122026-06-21T04:31:42.020Z Compiling itertools v0.15.0
6132026-06-21T04:31:42.020Z
6142026-06-21T04:31:42.020Z Compiling tabwriter v1.4.1
6152026-06-21T04:31:42.020Zall doctests ran in 1.41s; merged doctests compilation took 1.40s
6162026-06-21T04:31:42.020Z Compiling ref-cast v1.0.25
6172026-06-21T04:31:42.020Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6182026-06-21T04:31:42.020Z Compiling crc32fast v1.5.0
6192026-06-21T04:31:42.020Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6202026-06-21T04:31:42.020Z Compiling dyn-clone v1.0.20
6212026-06-21T04:31:42.020Z Finished `test` profile [optimized + debuginfo] target(s) in 22.11s
6222026-06-21T04:31:42.020Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df13950e119e285c)
6232026-06-21T04:31:42.020Z Doc-tests opte
6242026-06-21T04:31:42.020Z
6252026-06-21T04:31:42.020Zreal 24.158838468
6262026-06-21T04:31:42.032Zuser 2:02.547252208
6272026-06-21T04:31:42.033Zsys 7.113376416
6282026-06-21T04:31:42.033Ztrap 0.057492190
6292026-06-21T04:31:42.033Ztflt 0.160520733
6302026-06-21T04:31:42.033Zdflt 0.306269803
6312026-06-21T04:31:42.033Zkflt 0.002684465
6322026-06-21T04:31:42.033Zlock 5:55.815723785
6332026-06-21T04:31:42.033Zslp 3:40.304768959
6342026-06-21T04:31:42.033Zlat 7.029419601
6352026-06-21T04:31:42.033Zstop 3.679630661
6362026-06-21T04:31:42.033Zprocess exited: duration 86745 ms, exit code 0
 
6372026-06-21T04:31:42.041Zfound 0 output files