|
|
|
| 1 | 2026-07-20T10:29:52.774Z | job assigned to worker 01KXZH54CGRDC2RWPW9GR55NMV [factory aws, i-024e1281f6b4ebd1b] (queued for 52 s) |
| |
| 2 | 2026-07-20T10:29:59.535Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:29:59.540Z | ++ uname -s |
| 4 | 2026-07-20T10:29:59.544Z | + kern=SunOS |
| 5 | 2026-07-20T10:29:59.544Z | + build_user=build |
| 6 | 2026-07-20T10:29:59.544Z | + build_uid=12345 |
| 7 | 2026-07-20T10:29:59.544Z | + work_dir=/work |
| 8 | 2026-07-20T10:29:59.544Z | + input_dir=/input |
| 9 | 2026-07-20T10:29:59.544Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:29:59.544Z | + case "$kern" in |
| 11 | 2026-07-20T10:29:59.544Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:29:59.544Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:30:01.548Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:30:01.622Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:30:01.625Z | + home_fs=zfs |
| 16 | 2026-07-20T10:30:01.625Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:30:01.625Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:30:01.625Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:30:03.625Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:30:03.628Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:30:03.636Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:30:03.640Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T10:30:03.640Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-20T10:30:03.640Z | * rust toolchain profile = "default" |
| 25 | 2026-07-20T10:30:03.640Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-20T10:30:03.640Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:30:03.640Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:30:03.643Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:30:03.643Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T10:30:03.724Z | info: downloading installer |
| 31 | 2026-07-20T10:30:04.986Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:30:04.986Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:30:04.986Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:30:04.986Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:30:04.998Z | info: profile set to default |
| 36 | 2026-07-20T10:30:04.998Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:30:05.002Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:30:05.123Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T10:30:05.126Z | info: downloading 6 components |
| 40 | 2026-07-20T10:30:19.204Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:30:19.204Z | |
| 42 | 2026-07-20T10:30:19.231Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T10:30:19.231Z | |
| 44 | 2026-07-20T10:30:19.231Z | |
| 45 | 2026-07-20T10:30:19.231Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:30:19.231Z | |
| 47 | 2026-07-20T10:30:19.235Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:30:19.235Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:30:19.235Z | |
| 50 | 2026-07-20T10:30:19.235Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:30:19.235Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:30:19.235Z | |
| 53 | 2026-07-20T10:30:19.235Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:30:19.235Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:30:19.235Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:30:19.235Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:30:19.235Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:30:19.235Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:30:19.235Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:30:19.235Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:30:19.235Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:30:19.315Z | + rustup --version |
| 63 | 2026-07-20T10:30:19.324Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:30:19.327Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:30:19.345Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T10:30:19.348Z | + cargo --version |
| 67 | 2026-07-20T10:30:19.362Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T10:30:19.365Z | + rustc --version |
| 69 | 2026-07-20T10:30:19.384Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T10:30:19.387Z | process exited: duration 15750 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:30:19.395Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:30:19.411Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:30:19.421Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:30:19.424Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:30:19.424Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:30:19.454Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:30:20.332Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:30:20.332Z | + git fetch origin b5e629226eddedd338edab91994849d43ab40201 |
| 79 | 2026-07-20T10:30:20.542Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:30:20.542Z | * branch b5e629226eddedd338edab91994849d43ab40201 -> FETCH_HEAD |
| 81 | 2026-07-20T10:30:20.549Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-07-20T10:30:20.552Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:30:20.552Z | + current=master |
| 84 | 2026-07-20T10:30:20.552Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-07-20T10:30:20.552Z | + git branch -f renovate/uuid-1.x-lockfile b5e629226eddedd338edab91994849d43ab40201 |
| 86 | 2026-07-20T10:30:20.555Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-07-20T10:30:20.571Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-07-20T10:30:20.574Z | + git reset --hard b5e629226eddedd338edab91994849d43ab40201 |
| 89 | 2026-07-20T10:30:20.588Z | HEAD is now at b5e6292 Update Rust crate uuid to v1.24.0 |
| 90 | 2026-07-20T10:30:20.591Z | process exited: duration 1169 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:30:20.597Z | starting task 4: "build" |
| 92 | 2026-07-20T10:30:20.600Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:30:20.603Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:30:20.607Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:30:20.610Z | ++ pushd xde |
| 96 | 2026-07-20T10:30:20.610Z | ++ rustup show active-toolchain |
| 97 | 2026-07-20T10:30:20.610Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-20T10:30:20.613Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:30:20.751Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-20T10:30:20.754Z | info: downloading 6 components |
| 101 | 2026-07-20T10:30:33.670Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:30:33.765Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:30:33.768Z | +++ head -n 1 |
| 104 | 2026-07-20T10:30:33.768Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:30:33.820Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:30:33.820Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:30:33.820Z | ++ popd |
| 108 | 2026-07-20T10:30:33.827Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:30:33.827Z | + cargo --version |
| 110 | 2026-07-20T10:30:33.830Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-20T10:30:33.830Z | + rustc --version |
| 112 | 2026-07-20T10:30:33.851Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-20T10:30:33.855Z | + cd lib/opte |
| 114 | 2026-07-20T10:30:33.855Z | + header 'check style' |
| 115 | 2026-07-20T10:30:33.855Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-20T10:30:33.855Z | # ==== check style ==== # |
| 117 | 2026-07-20T10:30:33.855Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-20T10:30:34.043Z | |
| 119 | 2026-07-20T10:30:34.043Z | real 0.186209792 |
| 120 | 2026-07-20T10:30:34.043Z | user 0.142020590 |
| 121 | 2026-07-20T10:30:34.043Z | sys 0.036610720 |
| 122 | 2026-07-20T10:30:34.043Z | trap 0.000063900 |
| 123 | 2026-07-20T10:30:34.043Z | tflt 0.000028320 |
| 124 | 2026-07-20T10:30:34.046Z | dflt 0.000012400 |
| 125 | 2026-07-20T10:30:34.046Z | kflt 0.000000000 |
| 126 | 2026-07-20T10:30:34.046Z | lock 0.031118498 |
| 127 | 2026-07-20T10:30:34.046Z | slp 0.166030368 |
| 128 | 2026-07-20T10:30:34.046Z | lat 0.000696770 |
| 129 | 2026-07-20T10:30:34.046Z | stop 0.000100790 |
| 130 | 2026-07-20T10:30:34.047Z | + header 'check docs' |
| 131 | 2026-07-20T10:30:34.047Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-20T10:30:34.047Z | # ==== check docs ==== # |
| 133 | 2026-07-20T10:30:34.047Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-20T10:30:34.047Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-20T10:30:34.113Z | Updating crates.io index |
| 136 | 2026-07-20T10:30:34.117Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-20T10:30:34.827Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-20T10:30:35.071Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-20T10:30:35.388Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-20T10:30:35.607Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-20T10:30:35.849Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-20T10:30:36.101Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-20T10:30:37.869Z | Downloading crates ... |
| 144 | 2026-07-20T10:30:37.926Z | Downloaded defmt v0.3.100 |
| 145 | 2026-07-20T10:30:37.930Z | Downloaded pretty-hex v0.4.2 |
| 146 | 2026-07-20T10:30:37.933Z | Downloaded hash32 v0.3.1 |
| 147 | 2026-07-20T10:30:37.939Z | Downloaded fnv v1.0.7 |
| 148 | 2026-07-20T10:30:37.959Z | Downloaded cobs v0.3.0 |
| 149 | 2026-07-20T10:30:37.963Z | Downloaded darling_macro v0.23.0 |
| 150 | 2026-07-20T10:30:37.963Z | Downloaded ident_case v1.0.1 |
| 151 | 2026-07-20T10:30:37.963Z | Downloaded bitflags v1.3.2 |
| 152 | 2026-07-20T10:30:37.964Z | Downloaded byteorder v1.5.0 |
| 153 | 2026-07-20T10:30:37.967Z | Downloaded dtrace-parser v0.3.0 |
| 154 | 2026-07-20T10:30:37.970Z | Downloaded macaddr v1.0.1 |
| 155 | 2026-07-20T10:30:37.974Z | Downloaded ref-cast v1.0.25 |
| 156 | 2026-07-20T10:30:37.979Z | Downloaded scroll_derive v0.13.1 |
| 157 | 2026-07-20T10:30:37.979Z | Downloaded managed v0.8.0 |
| 158 | 2026-07-20T10:30:37.983Z | Downloaded darling_macro v0.21.3 |
| 159 | 2026-07-20T10:30:37.983Z | Downloaded defmt-parser v1.0.0 |
| 160 | 2026-07-20T10:30:37.983Z | Downloaded embedded-io v0.4.0 |
| 161 | 2026-07-20T10:30:37.987Z | Downloaded embedded-io v0.6.1 |
| 162 | 2026-07-20T10:30:37.996Z | Downloaded strsim v0.11.1 |
| 163 | 2026-07-20T10:30:37.999Z | Downloaded tabwriter v1.4.1 |
| 164 | 2026-07-20T10:30:37.999Z | Downloaded stable_deref_trait v1.2.1 |
| 165 | 2026-07-20T10:30:37.999Z | Downloaded version_check v0.9.5 |
| 166 | 2026-07-20T10:30:38.004Z | Downloaded ipnetwork v0.21.1 |
| 167 | 2026-07-20T10:30:38.004Z | Downloaded quote v1.0.46 |
| 168 | 2026-07-20T10:30:38.008Z | Downloaded defmt-macros v1.1.1 |
| 169 | 2026-07-20T10:30:38.011Z | Downloaded dof v0.4.0 |
| 170 | 2026-07-20T10:30:38.011Z | Downloaded either v1.16.0 |
| 171 | 2026-07-20T10:30:38.011Z | Downloaded itertools v0.14.0 |
| 172 | 2026-07-20T10:30:38.014Z | Downloaded usdt v0.6.0 |
| 173 | 2026-07-20T10:30:38.017Z | Downloaded usdt-macro v0.6.0 |
| 174 | 2026-07-20T10:30:38.021Z | Downloaded thread-id v5.1.0 |
| 175 | 2026-07-20T10:30:38.021Z | Downloaded cfg-if v1.0.4 |
| 176 | 2026-07-20T10:30:38.026Z | Downloaded ref-cast-impl v1.0.25 |
| 177 | 2026-07-20T10:30:38.029Z | Downloaded usdt-attr-macro v0.6.0 |
| 178 | 2026-07-20T10:30:38.033Z | Downloaded pest_derive v2.8.7 |
| 179 | 2026-07-20T10:30:38.036Z | Downloaded pest_generator v2.8.7 |
| 180 | 2026-07-20T10:30:38.036Z | Downloaded plain v0.2.3 |
| 181 | 2026-07-20T10:30:38.040Z | Downloaded ingot-types v0.1.2 |
| 182 | 2026-07-20T10:30:38.043Z | Downloaded dyn-clone v1.0.20 |
| 183 | 2026-07-20T10:30:38.043Z | Downloaded itoa v1.0.18 |
| 184 | 2026-07-20T10:30:38.047Z | Downloaded ingot v0.1.1 |
| 185 | 2026-07-20T10:30:38.047Z | Downloaded zmij v1.0.22 |
| 186 | 2026-07-20T10:30:38.053Z | Downloaded defmt v1.1.1 |
| 187 | 2026-07-20T10:30:38.053Z | Downloaded pest_meta v2.8.7 |
| 188 | 2026-07-20T10:30:38.053Z | Downloaded thiserror v2.0.18 |
| 189 | 2026-07-20T10:30:38.057Z | Downloaded crc32fast v1.5.0 |
| 190 | 2026-07-20T10:30:38.057Z | Downloaded postcard v1.1.3 |
| 191 | 2026-07-20T10:30:38.066Z | Downloaded thiserror-impl v2.0.18 |
| 192 | 2026-07-20T10:30:38.070Z | Downloaded scroll v0.13.0 |
| 193 | 2026-07-20T10:30:38.073Z | Downloaded serde_tokenstream v0.2.3 |
| 194 | 2026-07-20T10:30:38.077Z | Downloaded darling v0.23.0 |
| 195 | 2026-07-20T10:30:38.081Z | Downloaded ingot-macros v0.1.1 |
| 196 | 2026-07-20T10:30:38.084Z | Downloaded memmap2 v0.9.11 |
| 197 | 2026-07-20T10:30:38.087Z | Downloaded darling v0.21.3 |
| 198 | 2026-07-20T10:30:38.087Z | Downloaded bitflags v2.13.0 |
| 199 | 2026-07-20T10:30:38.097Z | Downloaded ucd-trie v0.1.7 |
| 200 | 2026-07-20T10:30:38.101Z | Downloaded usdt-impl v0.6.0 |
| 201 | 2026-07-20T10:30:38.105Z | Downloaded log v0.4.33 |
| 202 | 2026-07-20T10:30:38.113Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-07-20T10:30:38.116Z | Downloaded heapless v0.8.0 |
| 204 | 2026-07-20T10:30:38.122Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-07-20T10:30:38.129Z | Downloaded proc-macro2 v1.0.106 |
| 206 | 2026-07-20T10:30:38.137Z | Downloaded darling_core v0.21.3 |
| 207 | 2026-07-20T10:30:38.150Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-07-20T10:30:38.155Z | Downloaded darling_core v0.23.0 |
| 209 | 2026-07-20T10:30:38.158Z | Downloaded serde v1.0.228 |
| 210 | 2026-07-20T10:30:38.161Z | Downloaded memchr v2.8.3 |
| 211 | 2026-07-20T10:30:38.180Z | Downloaded zerocopy-derive v0.8.54 |
| 212 | 2026-07-20T10:30:38.197Z | Downloaded pest v2.8.7 |
| 213 | 2026-07-20T10:30:38.205Z | Downloaded itertools v0.15.0 |
| 214 | 2026-07-20T10:30:38.218Z | Downloaded aho-corasick v1.1.4 |
| 215 | 2026-07-20T10:30:38.228Z | Downloaded regex v1.13.0 |
| 216 | 2026-07-20T10:30:38.230Z | Downloaded serde_json v1.0.150 |
| 217 | 2026-07-20T10:30:38.297Z | Downloaded goblin v0.10.7 |
| 218 | 2026-07-20T10:30:38.307Z | Downloaded zerocopy v0.8.54 |
| 219 | 2026-07-20T10:30:38.317Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-20T10:30:38.324Z | Downloaded unicode-width v0.2.2 |
| 221 | 2026-07-20T10:30:38.327Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-07-20T10:30:38.335Z | Downloaded regex-syntax v0.8.11 |
| 223 | 2026-07-20T10:30:38.380Z | Downloaded regex-automata v0.4.15 |
| 224 | 2026-07-20T10:30:38.388Z | Downloaded libc v0.2.186 |
| 225 | 2026-07-20T10:30:38.448Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-07-20T10:30:38.448Z | Compiling quote v1.0.46 |
| 227 | 2026-07-20T10:30:38.448Z | Compiling unicode-ident v1.0.24 |
| 228 | 2026-07-20T10:30:38.451Z | Documenting unicode-ident v1.0.24 |
| 229 | 2026-07-20T10:30:38.451Z | Compiling strsim v0.11.1 |
| 230 | 2026-07-20T10:30:38.451Z | Compiling ident_case v1.0.1 |
| 231 | 2026-07-20T10:30:38.451Z | Compiling serde_core v1.0.228 |
| 232 | 2026-07-20T10:30:38.601Z | Compiling fnv v1.0.7 |
| 233 | 2026-07-20T10:30:38.618Z | Checking memchr v2.8.3 |
| 234 | 2026-07-20T10:30:38.687Z | Compiling regex-syntax v0.8.11 |
| 235 | 2026-07-20T10:30:38.894Z | Compiling zerocopy v0.8.54 |
| 236 | 2026-07-20T10:30:38.902Z | Compiling thiserror v2.0.18 |
| 237 | 2026-07-20T10:30:39.005Z | Documenting proc-macro2 v1.0.106 |
| 238 | 2026-07-20T10:30:39.190Z | Compiling aho-corasick v1.1.4 |
| 239 | 2026-07-20T10:30:39.241Z | Compiling serde v1.0.228 |
| 240 | 2026-07-20T10:30:39.460Z | Checking syn v2.0.118 |
| 241 | 2026-07-20T10:30:39.568Z | Documenting quote v1.0.46 |
| 242 | 2026-07-20T10:30:39.667Z | Checking byteorder v1.5.0 |
| 243 | 2026-07-20T10:30:40.062Z | Documenting syn v2.0.118 |
| 244 | 2026-07-20T10:30:40.257Z | Compiling regex-automata v0.4.15 |
| 245 | 2026-07-20T10:30:40.332Z | Compiling either v1.16.0 |
| 246 | 2026-07-20T10:30:40.541Z | Compiling itertools v0.14.0 |
| 247 | 2026-07-20T10:30:40.567Z | Documenting memchr v2.8.3 |
| 248 | 2026-07-20T10:30:40.721Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-20T10:30:41.177Z | Checking bitflags v2.13.0 |
| 250 | 2026-07-20T10:30:41.186Z | Documenting aho-corasick v1.1.4 |
| 251 | 2026-07-20T10:30:41.331Z | Checking hash32 v0.3.1 |
| 252 | 2026-07-20T10:30:41.404Z | Documenting serde_core v1.0.228 |
| 253 | 2026-07-20T10:30:41.524Z | Checking stable_deref_trait v1.2.1 |
| 254 | 2026-07-20T10:30:41.590Z | Documenting regex-syntax v0.8.11 |
| 255 | 2026-07-20T10:30:41.731Z | Checking macaddr v1.0.1 |
| 256 | 2026-07-20T10:30:41.878Z | Compiling darling_core v0.21.3 |
| 257 | 2026-07-20T10:30:42.011Z | Compiling regex v1.13.0 |
| 258 | 2026-07-20T10:30:42.050Z | Checking cfg-if v1.0.4 |
| 259 | 2026-07-20T10:30:42.108Z | Compiling darling_core v0.23.0 |
| 260 | 2026-07-20T10:30:42.609Z | Documenting regex-automata v0.4.15 |
| 261 | 2026-07-20T10:30:42.617Z | Compiling smoltcp v0.11.0 |
| 262 | 2026-07-20T10:30:43.102Z | Compiling zerocopy-derive v0.8.54 |
| 263 | 2026-07-20T10:30:43.109Z | Compiling serde_derive v1.0.228 |
| 264 | 2026-07-20T10:30:43.307Z | Compiling thiserror-impl v2.0.18 |
| 265 | 2026-07-20T10:30:43.382Z | Documenting thiserror-impl v2.0.18 |
| 266 | 2026-07-20T10:30:43.857Z | Documenting serde_derive v1.0.228 |
| 267 | 2026-07-20T10:30:44.043Z | Compiling darling_macro v0.21.3 |
| 268 | 2026-07-20T10:30:44.052Z | Documenting regex v1.13.0 |
| 269 | 2026-07-20T10:30:44.228Z | Documenting zerocopy-derive v0.8.54 |
| 270 | 2026-07-20T10:30:44.288Z | Compiling darling_macro v0.23.0 |
| 271 | 2026-07-20T10:30:44.617Z | Compiling darling v0.21.3 |
| 272 | 2026-07-20T10:30:44.633Z | Checking cobs v0.3.0 |
| 273 | 2026-07-20T10:30:44.692Z | Compiling ingot-macros v0.1.1 |
| 274 | 2026-07-20T10:30:44.863Z | Documenting byteorder v1.5.0 |
| 275 | 2026-07-20T10:30:44.889Z | Checking managed v0.8.0 |
| 276 | 2026-07-20T10:30:45.013Z | Checking bitflags v1.3.2 |
| 277 | 2026-07-20T10:30:45.071Z | Documenting ingot-macros v0.1.1 |
| 278 | 2026-07-20T10:30:45.076Z | Documenting thiserror v2.0.18 |
| 279 | 2026-07-20T10:30:45.166Z | Documenting zerocopy v0.8.54 |
| 280 | 2026-07-20T10:30:45.191Z | Documenting bitflags v2.13.0 |
| 281 | 2026-07-20T10:30:45.409Z | Documenting hash32 v0.3.1 |
| 282 | 2026-07-20T10:30:45.592Z | Documenting cfg-if v1.0.4 |
| 283 | 2026-07-20T10:30:45.831Z | Compiling crc32fast v1.5.0 |
| 284 | 2026-07-20T10:30:45.972Z | Documenting serde v1.0.228 |
| 285 | 2026-07-20T10:30:46.130Z | Documenting stable_deref_trait v1.2.1 |
| 286 | 2026-07-20T10:30:46.137Z | Compiling ref-cast v1.0.25 |
| 287 | 2026-07-20T10:30:46.245Z | Documenting macaddr v1.0.1 |
| 288 | 2026-07-20T10:30:46.341Z | Checking postcard v1.1.3 |
| 289 | 2026-07-20T10:30:46.538Z | Documenting cobs v0.3.0 |
| 290 | 2026-07-20T10:30:46.631Z | Documenting heapless v0.8.0 |
| 291 | 2026-07-20T10:30:46.812Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-07-20T10:30:47.300Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-07-20T10:30:47.368Z | Checking ingot-types v0.1.2 |
| 294 | 2026-07-20T10:30:47.405Z | Checking unicode-width v0.2.2 |
| 295 | 2026-07-20T10:30:47.564Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-07-20T10:30:47.576Z | Compiling version_check v0.9.5 |
| 297 | 2026-07-20T10:30:47.630Z | Documenting managed v0.8.0 |
| 298 | 2026-07-20T10:30:47.643Z | Documenting postcard v1.1.3 |
| 299 | 2026-07-20T10:30:47.709Z | Checking ingot v0.1.1 |
| 300 | 2026-07-20T10:30:47.737Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-07-20T10:30:47.778Z | Compiling darling v0.23.0 |
| 302 | 2026-07-20T10:30:47.854Z | Documenting ref-cast-impl v1.0.25 |
| 303 | 2026-07-20T10:30:47.881Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 304 | 2026-07-20T10:30:48.131Z | Documenting unicode-width v0.2.2 |
| 305 | 2026-07-20T10:30:48.139Z | Documenting either v1.16.0 |
| 306 | 2026-07-20T10:30:48.184Z | Documenting ingot-types v0.1.2 |
| 307 | 2026-07-20T10:30:48.363Z | Documenting smoltcp v0.11.0 |
| 308 | 2026-07-20T10:30:48.601Z | Documenting ipnetwork v0.21.1 |
| 309 | 2026-07-20T10:30:48.840Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-07-20T10:30:49.050Z | Documenting ref-cast v1.0.25 |
| 311 | 2026-07-20T10:30:49.326Z | Documenting itertools v0.15.0 |
| 312 | 2026-07-20T10:30:49.337Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 313 | 2026-07-20T10:30:49.546Z | Documenting tabwriter v1.4.1 |
| 314 | 2026-07-20T10:30:49.846Z | Documenting ingot v0.1.1 |
| 315 | 2026-07-20T10:30:50.101Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 316 | 2026-07-20T10:30:50.183Z | Checking tabwriter v1.4.1 |
| 317 | 2026-07-20T10:30:50.321Z | Checking itertools v0.15.0 |
| 318 | 2026-07-20T10:30:50.512Z | Documenting crc32fast v1.5.0 |
| 319 | 2026-07-20T10:30:50.759Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 320 | 2026-07-20T10:30:50.781Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 321 | 2026-07-20T10:30:50.889Z | Documenting dyn-clone v1.0.20 |
| 322 | 2026-07-20T10:30:51.065Z | Checking dyn-clone v1.0.20 |
| 323 | 2026-07-20T10:30:52.234Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-07-20T10:30:53.378Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-07-20T10:30:55.626Z | Finished `dev` profile [optimized + debuginfo] target(s) in 21.57s |
| 326 | 2026-07-20T10:30:55.698Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 327 | 2026-07-20T10:30:55.722Z | |
| 328 | 2026-07-20T10:30:55.725Z | real 21.659227994 |
| 329 | 2026-07-20T10:30:55.725Z | user 1:16.151513994 |
| 330 | 2026-07-20T10:30:55.725Z | sys 16.203643694 |
| 331 | 2026-07-20T10:30:55.725Z | trap 0.049533221 |
| 332 | 2026-07-20T10:30:55.725Z | tflt 0.084869191 |
| 333 | 2026-07-20T10:30:55.725Z | dflt 0.047163283 |
| 334 | 2026-07-20T10:30:55.725Z | kflt 0.004757663 |
| 335 | 2026-07-20T10:30:55.725Z | lock 7:37.148383311 |
| 336 | 2026-07-20T10:30:55.725Z | slp 4:15.315425570 |
| 337 | 2026-07-20T10:30:55.725Z | lat 8.058795178 |
| 338 | 2026-07-20T10:30:55.725Z | stop 12.204575285 |
| 339 | 2026-07-20T10:30:55.725Z | + header 'analyze std + api' |
| 340 | 2026-07-20T10:30:55.726Z | + echo '# ==== analyze std + api ==== #' |
| 341 | 2026-07-20T10:30:55.726Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 342 | 2026-07-20T10:30:55.726Z | # ==== analyze std + api ==== # |
| 343 | 2026-07-20T10:30:55.957Z | Compiling proc-macro2 v1.0.106 |
| 344 | 2026-07-20T10:30:55.957Z | Compiling quote v1.0.46 |
| 345 | 2026-07-20T10:30:55.959Z | Compiling unicode-ident v1.0.24 |
| 346 | 2026-07-20T10:30:55.959Z | Compiling memchr v2.8.3 |
| 347 | 2026-07-20T10:30:55.959Z | Compiling thiserror v2.0.18 |
| 348 | 2026-07-20T10:30:55.975Z | Compiling zerocopy v0.8.54 |
| 349 | 2026-07-20T10:30:55.975Z | Compiling zmij v1.0.22 |
| 350 | 2026-07-20T10:30:55.975Z | Compiling libc v0.2.186 |
| 351 | 2026-07-20T10:30:56.154Z | Compiling serde_core v1.0.228 |
| 352 | 2026-07-20T10:30:56.320Z | Compiling ucd-trie v0.1.7 |
| 353 | 2026-07-20T10:30:56.342Z | Compiling strsim v0.11.1 |
| 354 | 2026-07-20T10:30:56.352Z | Compiling ident_case v1.0.1 |
| 355 | 2026-07-20T10:30:56.379Z | Compiling serde_json v1.0.150 |
| 356 | 2026-07-20T10:30:56.471Z | Compiling pest v2.8.7 |
| 357 | 2026-07-20T10:30:56.557Z | Compiling serde v1.0.228 |
| 358 | 2026-07-20T10:30:56.745Z | Compiling fnv v1.0.7 |
| 359 | 2026-07-20T10:30:56.913Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-07-20T10:30:57.006Z | Checking byteorder v1.5.0 |
| 361 | 2026-07-20T10:30:57.195Z | Compiling itoa v1.0.18 |
| 362 | 2026-07-20T10:30:57.215Z | Compiling regex-syntax v0.8.11 |
| 363 | 2026-07-20T10:30:57.309Z | Compiling syn v2.0.118 |
| 364 | 2026-07-20T10:30:57.659Z | Compiling pest_meta v2.8.7 |
| 365 | 2026-07-20T10:30:57.699Z | Compiling usdt-impl v0.6.0 |
| 366 | 2026-07-20T10:30:57.840Z | Compiling either v1.16.0 |
| 367 | 2026-07-20T10:30:58.026Z | Compiling itertools v0.14.0 |
| 368 | 2026-07-20T10:30:58.275Z | Compiling thread-id v5.1.0 |
| 369 | 2026-07-20T10:30:58.346Z | Checking plain v0.2.3 |
| 370 | 2026-07-20T10:30:58.566Z | Checking log v0.4.33 |
| 371 | 2026-07-20T10:30:58.615Z | Compiling heapless v0.8.0 |
| 372 | 2026-07-20T10:30:58.704Z | Compiling regex-automata v0.4.15 |
| 373 | 2026-07-20T10:30:59.240Z | Checking bitflags v2.13.0 |
| 374 | 2026-07-20T10:30:59.250Z | Checking hash32 v0.3.1 |
| 375 | 2026-07-20T10:30:59.289Z | Compiling smoltcp v0.11.0 |
| 376 | 2026-07-20T10:30:59.391Z | Checking stable_deref_trait v1.2.1 |
| 377 | 2026-07-20T10:30:59.395Z | Checking pretty-hex v0.4.2 |
| 378 | 2026-07-20T10:30:59.452Z | Checking cfg-if v1.0.4 |
| 379 | 2026-07-20T10:30:59.496Z | Checking macaddr v1.0.1 |
| 380 | 2026-07-20T10:30:59.627Z | Checking managed v0.8.0 |
| 381 | 2026-07-20T10:30:59.636Z | Compiling version_check v0.9.5 |
| 382 | 2026-07-20T10:30:59.674Z | Compiling pest_generator v2.8.7 |
| 383 | 2026-07-20T10:30:59.798Z | Compiling darling_core v0.21.3 |
| 384 | 2026-07-20T10:30:59.828Z | Compiling darling_core v0.23.0 |
| 385 | 2026-07-20T10:30:59.875Z | Checking bitflags v1.3.2 |
| 386 | 2026-07-20T10:30:59.907Z | Compiling ref-cast v1.0.25 |
| 387 | 2026-07-20T10:30:59.934Z | Compiling crc32fast v1.5.0 |
| 388 | 2026-07-20T10:31:00.258Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 389 | 2026-07-20T10:31:00.285Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 390 | 2026-07-20T10:31:00.515Z | Compiling regex v1.13.0 |
| 391 | 2026-07-20T10:31:00.590Z | Checking memmap2 v0.9.11 |
| 392 | 2026-07-20T10:31:00.748Z | Checking ipnetwork v0.21.1 |
| 393 | 2026-07-20T10:31:00.909Z | Compiling thiserror-impl v2.0.18 |
| 394 | 2026-07-20T10:31:00.914Z | Compiling serde_derive v1.0.228 |
| 395 | 2026-07-20T10:31:00.917Z | Compiling zerocopy-derive v0.8.54 |
| 396 | 2026-07-20T10:31:01.204Z | Compiling pest_derive v2.8.7 |
| 397 | 2026-07-20T10:31:01.428Z | Compiling scroll_derive v0.13.1 |
| 398 | 2026-07-20T10:31:01.542Z | Compiling ref-cast-impl v1.0.25 |
| 399 | 2026-07-20T10:31:01.721Z | Checking unicode-width v0.2.2 |
| 400 | 2026-07-20T10:31:01.871Z | Compiling darling_macro v0.21.3 |
| 401 | 2026-07-20T10:31:01.874Z | Compiling darling_macro v0.23.0 |
| 402 | 2026-07-20T10:31:02.152Z | Checking itertools v0.15.0 |
| 403 | 2026-07-20T10:31:02.195Z | Checking dtrace-parser v0.3.0 |
| 404 | 2026-07-20T10:31:02.229Z | Checking scroll v0.13.0 |
| 405 | 2026-07-20T10:31:02.433Z | Compiling darling v0.21.3 |
| 406 | 2026-07-20T10:31:02.442Z | Checking cobs v0.3.0 |
| 407 | 2026-07-20T10:31:02.453Z | Checking goblin v0.10.7 |
| 408 | 2026-07-20T10:31:02.480Z | Compiling ingot-macros v0.1.1 |
| 409 | 2026-07-20T10:31:02.592Z | Compiling darling v0.23.0 |
| 410 | 2026-07-20T10:31:02.615Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 411 | 2026-07-20T10:31:02.937Z | Checking tabwriter v1.4.1 |
| 412 | 2026-07-20T10:31:03.117Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 413 | 2026-07-20T10:31:03.402Z | Checking dyn-clone v1.0.20 |
| 414 | 2026-07-20T10:31:03.956Z | Checking postcard v1.1.3 |
| 415 | 2026-07-20T10:31:04.012Z | Compiling serde_tokenstream v0.2.3 |
| 416 | 2026-07-20T10:31:04.978Z | Checking dof v0.4.0 |
| 417 | 2026-07-20T10:31:04.978Z | Checking ingot-types v0.1.2 |
| 418 | 2026-07-20T10:31:05.309Z | Checking ingot v0.1.1 |
| 419 | 2026-07-20T10:31:05.915Z | Compiling usdt-attr-macro v0.6.0 |
| 420 | 2026-07-20T10:31:05.915Z | Compiling usdt-macro v0.6.0 |
| 421 | 2026-07-20T10:31:06.498Z | Checking usdt v0.6.0 |
| 422 | 2026-07-20T10:31:06.718Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 423 | 2026-07-20T10:31:14.973Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.20s |
| 424 | 2026-07-20T10:31:14.999Z | |
| 425 | 2026-07-20T10:31:15.003Z | real 19.271979609 |
| 426 | 2026-07-20T10:31:15.003Z | user 1:03.680428707 |
| 427 | 2026-07-20T10:31:15.003Z | sys 13.110100200 |
| 428 | 2026-07-20T10:31:15.003Z | trap 0.032188611 |
| 429 | 2026-07-20T10:31:15.003Z | tflt 0.143919418 |
| 430 | 2026-07-20T10:31:15.003Z | dflt 0.234561747 |
| 431 | 2026-07-20T10:31:15.003Z | kflt 0.000020670 |
| 432 | 2026-07-20T10:31:15.003Z | lock 3:42.176338534 |
| 433 | 2026-07-20T10:31:15.003Z | slp 3:23.755591538 |
| 434 | 2026-07-20T10:31:15.003Z | lat 4.067569737 |
| 435 | 2026-07-20T10:31:15.003Z | stop 7.960918286 |
| 436 | 2026-07-20T10:31:15.003Z | + header 'analyze no_std + engine + kernel' |
| 437 | 2026-07-20T10:31:15.003Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 438 | 2026-07-20T10:31:15.003Z | # ==== analyze no_std + engine + kernel ==== # |
| 439 | 2026-07-20T10:31:15.003Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 440 | 2026-07-20T10:31:15.172Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 441 | 2026-07-20T10:31:15.173Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 442 | 2026-07-20T10:31:15.193Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 443 | 2026-07-20T10:31:15.197Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 444 | 2026-07-20T10:31:15.426Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 445 | 2026-07-20T10:31:19.077Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.03s |
| 446 | 2026-07-20T10:31:19.105Z | |
| 447 | 2026-07-20T10:31:19.164Z | real 4.097043905 |
| 448 | 2026-07-20T10:31:19.164Z | user 4.466310750 |
| 449 | 2026-07-20T10:31:19.164Z | sys 0.904602299 |
| 450 | 2026-07-20T10:31:19.164Z | trap 0.000614360 |
| 451 | 2026-07-20T10:31:19.164Z | tflt 0.002357390 |
| 452 | 2026-07-20T10:31:19.164Z | dflt 0.005000763 |
| 453 | 2026-07-20T10:31:19.164Z | kflt 0.000001040 |
| 454 | 2026-07-20T10:31:19.164Z | lock 18.446036170 |
| 455 | 2026-07-20T10:31:19.164Z | slp 16.389434410 |
| 456 | 2026-07-20T10:31:19.165Z | lat 0.020933542 |
| 457 | 2026-07-20T10:31:19.165Z | stop 0.234748170 |
| 458 | 2026-07-20T10:31:19.165Z | + header test |
| 459 | 2026-07-20T10:31:19.165Z | + echo '# ==== test ==== #' |
| 460 | 2026-07-20T10:31:19.165Z | + ptime -m cargo test |
| 461 | 2026-07-20T10:31:19.165Z | # ==== test ==== # |
| 462 | 2026-07-20T10:31:19.284Z | Compiling serde_core v1.0.228 |
| 463 | 2026-07-20T10:31:19.347Z | Compiling thiserror v2.0.18 |
| 464 | 2026-07-20T10:31:19.347Z | Compiling zerocopy v0.8.54 |
| 465 | 2026-07-20T10:31:19.347Z | Compiling byteorder v1.5.0 |
| 466 | 2026-07-20T10:31:19.347Z | Compiling memchr v2.8.3 |
| 467 | 2026-07-20T10:31:19.347Z | Compiling unicode-ident v1.0.24 |
| 468 | 2026-07-20T10:31:19.348Z | Compiling scroll v0.13.0 |
| 469 | 2026-07-20T10:31:19.348Z | Compiling zmij v1.0.22 |
| 470 | 2026-07-20T10:31:19.373Z | Compiling proc-macro2 v1.0.106 |
| 471 | 2026-07-20T10:31:19.399Z | Compiling libc v0.2.186 |
| 472 | 2026-07-20T10:31:19.474Z | Compiling itoa v1.0.18 |
| 473 | 2026-07-20T10:31:19.531Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-07-20T10:31:19.650Z | Compiling plain v0.2.3 |
| 475 | 2026-07-20T10:31:19.729Z | Compiling log v0.4.33 |
| 476 | 2026-07-20T10:31:19.743Z | Compiling quote v1.0.46 |
| 477 | 2026-07-20T10:31:19.743Z | Compiling pest v2.8.7 |
| 478 | 2026-07-20T10:31:19.964Z | Compiling goblin v0.10.7 |
| 479 | 2026-07-20T10:31:20.233Z | Compiling hash32 v0.3.1 |
| 480 | 2026-07-20T10:31:20.388Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-07-20T10:31:20.394Z | Compiling pretty-hex v0.4.2 |
| 482 | 2026-07-20T10:31:20.448Z | Compiling macaddr v1.0.1 |
| 483 | 2026-07-20T10:31:20.521Z | Compiling stable_deref_trait v1.2.1 |
| 484 | 2026-07-20T10:31:20.586Z | Compiling heapless v0.8.0 |
| 485 | 2026-07-20T10:31:20.704Z | Compiling syn v2.0.118 |
| 486 | 2026-07-20T10:31:20.808Z | Compiling dtrace-parser v0.3.0 |
| 487 | 2026-07-20T10:31:21.033Z | Compiling serde v1.0.228 |
| 488 | 2026-07-20T10:31:21.207Z | Compiling bitflags v2.13.0 |
| 489 | 2026-07-20T10:31:21.418Z | Compiling serde_json v1.0.150 |
| 490 | 2026-07-20T10:31:21.638Z | Compiling thread-id v5.1.0 |
| 491 | 2026-07-20T10:31:21.655Z | Compiling cobs v0.3.0 |
| 492 | 2026-07-20T10:31:21.697Z | Compiling managed v0.8.0 |
| 493 | 2026-07-20T10:31:21.913Z | Compiling bitflags v1.3.2 |
| 494 | 2026-07-20T10:31:21.926Z | Compiling postcard v1.1.3 |
| 495 | 2026-07-20T10:31:21.986Z | Compiling smoltcp v0.11.0 |
| 496 | 2026-07-20T10:31:22.102Z | Compiling ingot-types v0.1.2 |
| 497 | 2026-07-20T10:31:22.222Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-07-20T10:31:22.269Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 499 | 2026-07-20T10:31:22.464Z | Compiling ingot v0.1.1 |
| 500 | 2026-07-20T10:31:22.502Z | Compiling memmap2 v0.9.11 |
| 501 | 2026-07-20T10:31:22.814Z | Compiling either v1.16.0 |
| 502 | 2026-07-20T10:31:22.871Z | Compiling dof v0.4.0 |
| 503 | 2026-07-20T10:31:23.022Z | Compiling ipnetwork v0.21.1 |
| 504 | 2026-07-20T10:31:23.555Z | Compiling unicode-width v0.2.2 |
| 505 | 2026-07-20T10:31:23.856Z | Compiling usdt-impl v0.6.0 |
| 506 | 2026-07-20T10:31:24.377Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-07-20T10:31:24.510Z | Compiling usdt v0.6.0 |
| 508 | 2026-07-20T10:31:24.696Z | Compiling tabwriter v1.4.1 |
| 509 | 2026-07-20T10:31:25.120Z | Compiling itertools v0.15.0 |
| 510 | 2026-07-20T10:31:25.125Z | Compiling ref-cast v1.0.25 |
| 511 | 2026-07-20T10:31:25.217Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-07-20T10:31:25.946Z | Compiling crc32fast v1.5.0 |
| 513 | 2026-07-20T10:31:26.183Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-07-20T10:31:26.197Z | Compiling dyn-clone v1.0.20 |
| 515 | 2026-07-20T10:31:40.831Z | Finished `test` profile [optimized + debuginfo] target(s) in 21.71s |
| 516 | 2026-07-20T10:31:40.844Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-1adab74d50a59dbc) |
| 517 | 2026-07-20T10:31:40.847Z | |
| 518 | 2026-07-20T10:31:40.847Z | running 83 tests |
| 519 | 2026-07-20T10:31:40.847Z | test d_error::tests::name_truncation ... ok |
| 520 | 2026-07-20T10:31:40.847Z | test d_error::tests::name_and_data_storage ... ok |
| 521 | 2026-07-20T10:31:40.847Z | test ddi::mblk::test::chain_append_links ... ok |
| 522 | 2026-07-20T10:31:40.847Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 523 | 2026-07-20T10:31:40.847Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 524 | 2026-07-20T10:31:40.847Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 525 | 2026-07-20T10:31:40.847Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 526 | 2026-07-20T10:31:40.847Z | test ddi::mblk::test::prefix_len ... ok |
| 527 | 2026-07-20T10:31:40.847Z | test ddi::mblk::test::read_seg ... ok |
| 528 | 2026-07-20T10:31:40.847Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 529 | 2026-07-20T10:31:40.849Z | test ddi::mblk::test::truncate ... ok |
| 530 | 2026-07-20T10:31:40.849Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 531 | 2026-07-20T10:31:40.849Z | test ddi::mblk::test::wrap ... ok |
| 532 | 2026-07-20T10:31:40.849Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 533 | 2026-07-20T10:31:40.849Z | test ddi::time::test::good_interval ... ok |
| 534 | 2026-07-20T10:31:40.849Z | test engine::dhcp::test::domainname_encode ... ok |
| 535 | 2026-07-20T10:31:40.849Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 536 | 2026-07-20T10:31:40.849Z | test engine::dhcp::test::hostname_encode ... ok |
| 537 | 2026-07-20T10:31:40.849Z | test engine::dhcp::test::offlink_encode ... ok |
| 538 | 2026-07-20T10:31:40.849Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 539 | 2026-07-20T10:31:40.849Z | test ddi::time::test::bad_interval - should panic ... ok |
| 540 | 2026-07-20T10:31:40.849Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 541 | 2026-07-20T10:31:40.849Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 542 | 2026-07-20T10:31:40.849Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 543 | 2026-07-20T10:31:40.849Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 544 | 2026-07-20T10:31:40.849Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 545 | 2026-07-20T10:31:40.849Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 546 | 2026-07-20T10:31:40.849Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 547 | 2026-07-20T10:31:40.849Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 548 | 2026-07-20T10:31:40.852Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 549 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 550 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 551 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 552 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 553 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 554 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 555 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::options::test::test_status ... ok |
| 556 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 557 | 2026-07-20T10:31:40.853Z | test engine::ether::test::emit ... ok |
| 558 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 559 | 2026-07-20T10:31:40.853Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 560 | 2026-07-20T10:31:40.853Z | test engine::flow_table::test::eviction_basics ... ok |
| 561 | 2026-07-20T10:31:40.853Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 562 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 563 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::flow_expired ... ok |
| 564 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::flow_clear ... ok |
| 565 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 566 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 567 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 568 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::priority_lerp ... ok |
| 569 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 570 | 2026-07-20T10:31:40.854Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 571 | 2026-07-20T10:31:40.854Z | test engine::geneve::test::emit_single_opt ... ok |
| 572 | 2026-07-20T10:31:40.854Z | test engine::geneve::test::emit_no_opts ... ok |
| 573 | 2026-07-20T10:31:40.854Z | test engine::ip::v4::test::match_check ... ok |
| 574 | 2026-07-20T10:31:40.854Z | test engine::ip::v4::test::emit ... ok |
| 575 | 2026-07-20T10:31:40.854Z | test engine::ip::v4::test::cidr_match ... ok |
| 576 | 2026-07-20T10:31:40.854Z | test engine::ip::v6::test::from_pairs ... ok |
| 577 | 2026-07-20T10:31:40.855Z | test engine::ip::v6::test::option_push_spec ... ok |
| 578 | 2026-07-20T10:31:40.855Z | test engine::ip::v6::test::emit ... ok |
| 579 | 2026-07-20T10:31:40.855Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 580 | 2026-07-20T10:31:40.855Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 581 | 2026-07-20T10:31:40.855Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 582 | 2026-07-20T10:31:40.855Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 583 | 2026-07-20T10:31:40.855Z | test engine::layer::test::find_rule ... ok |
| 584 | 2026-07-20T10:31:40.855Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 585 | 2026-07-20T10:31:40.855Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 586 | 2026-07-20T10:31:40.855Z | test engine::packet::test::read_multi_segment ... ok |
| 587 | 2026-07-20T10:31:40.855Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 588 | 2026-07-20T10:31:40.855Z | test engine::packet::test::small_packet_with_padding ... ok |
| 589 | 2026-07-20T10:31:40.855Z | test engine::nat::test::nat4_rewrite ... ok |
| 590 | 2026-07-20T10:31:40.855Z | test engine::packet::test::straddled_tcp ... ok |
| 591 | 2026-07-20T10:31:40.855Z | test engine::packet::test::read_single_segment ... ok |
| 592 | 2026-07-20T10:31:40.856Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 593 | 2026-07-20T10:31:40.856Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 594 | 2026-07-20T10:31:40.856Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 595 | 2026-07-20T10:31:40.856Z | test engine::ip::v6::test::push_spec ... ok |
| 596 | 2026-07-20T10:31:40.856Z | test engine::rule::rule_matching ... ok |
| 597 | 2026-07-20T10:31:40.856Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 598 | 2026-07-20T10:31:40.856Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 599 | 2026-07-20T10:31:40.856Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 600 | 2026-07-20T10:31:40.856Z | test engine::snat::test::nat_mappings ... ok |
| 601 | 2026-07-20T10:31:40.856Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 602 | 2026-07-20T10:31:40.856Z | |
| 603 | 2026-07-20T10:31:40.856Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 604 | 2026-07-20T10:31:40.856Z | |
| 605 | 2026-07-20T10:31:40.856Z | Doc-tests opte |
| 606 | 2026-07-20T10:31:42.780Z | |
| 607 | 2026-07-20T10:31:42.781Z | running 3 tests |
| 608 | 2026-07-20T10:31:42.784Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 609 | 2026-07-20T10:31:42.784Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 610 | 2026-07-20T10:31:42.784Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 611 | 2026-07-20T10:31:42.784Z | |
| 612 | 2026-07-20T10:31:42.784Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 613 | 2026-07-20T10:31:42.784Z | |
| 614 | 2026-07-20T10:31:42.789Z | all doctests ran in 1.38s; merged doctests compilation took 1.37s |
| 615 | 2026-07-20T10:31:42.828Z | |
| 616 | 2026-07-20T10:31:42.828Z | real 23.716490760 |
| 617 | 2026-07-20T10:31:42.828Z | user 1:59.326715714 |
| 618 | 2026-07-20T10:31:42.828Z | sys 7.119722993 |
| 619 | 2026-07-20T10:31:42.828Z | trap 0.054842203 |
| 620 | 2026-07-20T10:31:42.832Z | tflt 0.250846918 |
| 621 | 2026-07-20T10:31:42.832Z | dflt 0.302852011 |
| 622 | 2026-07-20T10:31:42.832Z | kflt 0.000008450 |
| 623 | 2026-07-20T10:31:42.832Z | lock 5:48.264625008 |
| 624 | 2026-07-20T10:31:42.832Z | slp 3:36.398165576 |
| 625 | 2026-07-20T10:31:42.832Z | lat 5.487388680 |
| 626 | 2026-07-20T10:31:42.832Z | stop 3.298967845 |
| 627 | 2026-07-20T10:31:42.832Z | process exited: duration 82232 ms, exit code 0 |
| |
| 628 | 2026-07-20T10:31:42.838Z | found 0 output files |