|
|
|
| 1 | 2026-07-02T10:07:50.869Z | job assigned to worker 01KWH4QV9M4P50SASZNZD9TRHR [factory aws, i-01e7afe8119f9562a] (queued for 43 s) |
| |
| 2 | 2026-07-02T10:07:57.358Z | starting task 0: "setup" |
| 3 | 2026-07-02T10:07:57.365Z | ++ uname -s |
| 4 | 2026-07-02T10:07:57.368Z | + kern=SunOS |
| 5 | 2026-07-02T10:07:57.368Z | + build_user=build |
| 6 | 2026-07-02T10:07:57.368Z | + build_uid=12345 |
| 7 | 2026-07-02T10:07:57.368Z | + work_dir=/work |
| 8 | 2026-07-02T10:07:57.368Z | + input_dir=/input |
| 9 | 2026-07-02T10:07:57.368Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-02T10:07:57.371Z | + case "$kern" in |
| 11 | 2026-07-02T10:07:57.372Z | + groupadd -g 12345 build |
| 12 | 2026-07-02T10:07:57.375Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-02T10:07:59.375Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-02T10:07:59.499Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-02T10:07:59.502Z | + home_fs=zfs |
| 16 | 2026-07-02T10:07:59.502Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-02T10:07:59.502Z | + mkdir -p /home/build |
| 18 | 2026-07-02T10:07:59.502Z | + chown build:build /home/build /work |
| 19 | 2026-07-02T10:08:01.503Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-02T10:08:01.506Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-07-02T10:08:01.511Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-02T10:08:01.516Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-02T10:08:01.516Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-02T10:08:01.516Z | * rust toolchain profile = "default" |
| 25 | 2026-07-02T10:08:01.516Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-02T10:08:01.516Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-02T10:08:01.520Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-02T10:08:01.520Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-02T10:08:01.520Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-02T10:08:01.623Z | info: downloading installer |
| 31 | 2026-07-02T10:08:03.016Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-02T10:08:03.016Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-02T10:08:03.016Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-02T10:08:03.017Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-02T10:08:03.029Z | info: profile set to default |
| 36 | 2026-07-02T10:08:03.029Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-02T10:08:03.031Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-02T10:08:03.182Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-02T10:08:03.185Z | info: downloading 6 components |
| 40 | 2026-07-02T10:08:21.057Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-02T10:08:21.057Z | |
| 42 | 2026-07-02T10:08:21.088Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-02T10:08:21.088Z | |
| 44 | 2026-07-02T10:08:21.088Z | |
| 45 | 2026-07-02T10:08:21.088Z | Rust is installed now. Great! |
| 46 | 2026-07-02T10:08:21.088Z | |
| 47 | 2026-07-02T10:08:21.088Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-02T10:08:21.093Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-02T10:08:21.093Z | |
| 50 | 2026-07-02T10:08:21.093Z | To configure your current shell, you need to source |
| 51 | 2026-07-02T10:08:21.093Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-02T10:08:21.093Z | |
| 53 | 2026-07-02T10:08:21.093Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-02T10:08:21.093Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-02T10:08:21.093Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-02T10:08:21.094Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-02T10:08:21.094Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-02T10:08:21.094Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-02T10:08:21.094Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-02T10:08:21.094Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-02T10:08:21.094Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-02T10:08:21.174Z | + rustup --version |
| 63 | 2026-07-02T10:08:21.183Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-02T10:08:21.186Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-02T10:08:21.204Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-02T10:08:21.207Z | + cargo --version |
| 67 | 2026-07-02T10:08:21.219Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-02T10:08:21.222Z | + rustc --version |
| 69 | 2026-07-02T10:08:21.241Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-02T10:08:21.244Z | process exited: duration 19731 ms, exit code 0 |
| |
| 71 | 2026-07-02T10:08:21.251Z | starting task 2: "authentication" |
| 72 | 2026-07-02T10:08:21.268Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-02T10:08:21.275Z | starting task 3: "clone repository" |
| 74 | 2026-07-02T10:08:21.278Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-02T10:08:21.281Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-02T10:08:21.308Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-02T10:08:22.141Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-02T10:08:22.141Z | + git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 79 | 2026-07-02T10:08:22.368Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-02T10:08:22.368Z | * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD |
| 81 | 2026-07-02T10:08:22.375Z | + [[ -n renovate/rand ]] |
| 82 | 2026-07-02T10:08:22.378Z | ++ git branch --show-current |
| 83 | 2026-07-02T10:08:22.378Z | + current=master |
| 84 | 2026-07-02T10:08:22.378Z | + [[ master != renovate/rand ]] |
| 85 | 2026-07-02T10:08:22.378Z | + git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 86 | 2026-07-02T10:08:22.381Z | + git checkout -f renovate/rand |
| 87 | 2026-07-02T10:08:22.397Z | Switched to branch 'renovate/rand' |
| 88 | 2026-07-02T10:08:22.400Z | + git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 89 | 2026-07-02T10:08:22.403Z | HEAD is now at e923888 Update Rust crate rand to 0.10.2 |
| 90 | 2026-07-02T10:08:22.403Z | process exited: duration 1128 ms, exit code 0 |
| |
| 91 | 2026-07-02T10:08:22.409Z | starting task 4: "build" |
| 92 | 2026-07-02T10:08:22.413Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-02T10:08:22.415Z | ++ rustup show active-toolchain |
| 94 | 2026-07-02T10:08:22.419Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-02T10:08:22.419Z | ++ pushd xde |
| 96 | 2026-07-02T10:08:22.419Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-02T10:08:22.419Z | ++ rustup show active-toolchain |
| 98 | 2026-07-02T10:08:22.424Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-02T10:08:22.841Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-02T10:08:22.844Z | info: downloading 6 components |
| 101 | 2026-07-02T10:08:38.842Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-02T10:08:38.938Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-02T10:08:38.941Z | +++ head -n 1 |
| 104 | 2026-07-02T10:08:38.941Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-02T10:08:38.993Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-02T10:08:38.993Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-02T10:08:38.997Z | ++ popd |
| 108 | 2026-07-02T10:08:38.997Z | /work/oxidecomputer/opte |
| 109 | 2026-07-02T10:08:38.997Z | + cargo --version |
| 110 | 2026-07-02T10:08:39.004Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-02T10:08:39.007Z | + rustc --version |
| 112 | 2026-07-02T10:08:39.026Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-02T10:08:39.032Z | + cd lib/opte |
| 114 | 2026-07-02T10:08:39.032Z | + header 'check style' |
| 115 | 2026-07-02T10:08:39.032Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-02T10:08:39.032Z | # ==== check style ==== # |
| 117 | 2026-07-02T10:08:39.032Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-02T10:08:39.213Z | |
| 119 | 2026-07-02T10:08:39.213Z | real 0.180925586 |
| 120 | 2026-07-02T10:08:39.213Z | user 0.137660229 |
| 121 | 2026-07-02T10:08:39.213Z | sys 0.036796811 |
| 122 | 2026-07-02T10:08:39.213Z | trap 0.000013150 |
| 123 | 2026-07-02T10:08:39.213Z | tflt 0.000045810 |
| 124 | 2026-07-02T10:08:39.213Z | dflt 0.000016580 |
| 125 | 2026-07-02T10:08:39.214Z | kflt 0.000000000 |
| 126 | 2026-07-02T10:08:39.214Z | lock 0.031006430 |
| 127 | 2026-07-02T10:08:39.214Z | slp 0.160464737 |
| 128 | 2026-07-02T10:08:39.214Z | lat 0.000964930 |
| 129 | 2026-07-02T10:08:39.214Z | stop 0.000099850 |
| 130 | 2026-07-02T10:08:39.219Z | + header 'check docs' |
| 131 | 2026-07-02T10:08:39.219Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-02T10:08:39.219Z | # ==== check docs ==== # |
| 133 | 2026-07-02T10:08:39.219Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-02T10:08:39.219Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-02T10:08:39.285Z | Updating crates.io index |
| 136 | 2026-07-02T10:08:39.288Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-02T10:08:40.035Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-02T10:08:40.287Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-02T10:08:40.589Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-02T10:08:40.807Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-02T10:08:41.080Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-02T10:08:41.366Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-02T10:08:43.234Z | Downloading crates ... |
| 144 | 2026-07-02T10:08:43.317Z | Downloaded aho-corasick v1.1.4 |
| 145 | 2026-07-02T10:08:43.322Z | Downloaded bitflags v2.13.0 |
| 146 | 2026-07-02T10:08:43.325Z | Downloaded bitflags v1.3.2 |
| 147 | 2026-07-02T10:08:43.328Z | Downloaded cpufeatures v0.2.17 |
| 148 | 2026-07-02T10:08:43.328Z | Downloaded pest_generator v2.8.6 |
| 149 | 2026-07-02T10:08:43.332Z | Downloaded dyn-clone v1.0.20 |
| 150 | 2026-07-02T10:08:43.332Z | Downloaded dof v0.4.0 |
| 151 | 2026-07-02T10:08:43.335Z | Downloaded defmt-macros v1.1.0 |
| 152 | 2026-07-02T10:08:43.339Z | Downloaded defmt v1.1.0 |
| 153 | 2026-07-02T10:08:43.340Z | Downloaded either v1.16.0 |
| 154 | 2026-07-02T10:08:43.340Z | Downloaded defmt v0.3.100 |
| 155 | 2026-07-02T10:08:43.345Z | Downloaded managed v0.8.0 |
| 156 | 2026-07-02T10:08:43.345Z | Downloaded defmt-parser v1.0.0 |
| 157 | 2026-07-02T10:08:43.345Z | Downloaded hash32 v0.3.1 |
| 158 | 2026-07-02T10:08:43.345Z | Downloaded usdt-macro v0.6.0 |
| 159 | 2026-07-02T10:08:43.345Z | Downloaded ingot-types v0.1.2 |
| 160 | 2026-07-02T10:08:43.350Z | Downloaded itoa v1.0.18 |
| 161 | 2026-07-02T10:08:43.354Z | Downloaded crypto-common v0.1.7 |
| 162 | 2026-07-02T10:08:43.355Z | Downloaded fnv v1.0.7 |
| 163 | 2026-07-02T10:08:43.359Z | Downloaded plain v0.2.3 |
| 164 | 2026-07-02T10:08:43.362Z | Downloaded strsim v0.11.1 |
| 165 | 2026-07-02T10:08:43.366Z | Downloaded macaddr v1.0.1 |
| 166 | 2026-07-02T10:08:43.369Z | Downloaded usdt v0.6.0 |
| 167 | 2026-07-02T10:08:43.369Z | Downloaded cobs v0.3.0 |
| 168 | 2026-07-02T10:08:43.369Z | Downloaded darling_macro v0.21.3 |
| 169 | 2026-07-02T10:08:43.372Z | Downloaded ident_case v1.0.1 |
| 170 | 2026-07-02T10:08:43.372Z | Downloaded block-buffer v0.10.4 |
| 171 | 2026-07-02T10:08:43.372Z | Downloaded darling_macro v0.23.0 |
| 172 | 2026-07-02T10:08:43.378Z | Downloaded usdt-attr-macro v0.6.0 |
| 173 | 2026-07-02T10:08:43.381Z | Downloaded embedded-io v0.4.0 |
| 174 | 2026-07-02T10:08:43.381Z | Downloaded thread-id v5.1.0 |
| 175 | 2026-07-02T10:08:43.381Z | Downloaded generic-array v0.14.7 |
| 176 | 2026-07-02T10:08:43.381Z | Downloaded version_check v0.9.5 |
| 177 | 2026-07-02T10:08:43.385Z | Downloaded cfg-if v1.0.4 |
| 178 | 2026-07-02T10:08:43.385Z | Downloaded pretty-hex v0.4.2 |
| 179 | 2026-07-02T10:08:43.389Z | Downloaded dtrace-parser v0.3.0 |
| 180 | 2026-07-02T10:08:43.389Z | Downloaded stable_deref_trait v1.2.1 |
| 181 | 2026-07-02T10:08:43.392Z | Downloaded tabwriter v1.4.1 |
| 182 | 2026-07-02T10:08:43.392Z | Downloaded ref-cast-impl v1.0.25 |
| 183 | 2026-07-02T10:08:43.392Z | Downloaded ref-cast v1.0.25 |
| 184 | 2026-07-02T10:08:43.395Z | Downloaded crc32fast v1.5.0 |
| 185 | 2026-07-02T10:08:43.398Z | Downloaded byteorder v1.5.0 |
| 186 | 2026-07-02T10:08:43.398Z | Downloaded embedded-io v0.6.1 |
| 187 | 2026-07-02T10:08:43.398Z | Downloaded ingot v0.1.1 |
| 188 | 2026-07-02T10:08:43.401Z | Downloaded thiserror v2.0.18 |
| 189 | 2026-07-02T10:08:43.416Z | Downloaded scroll_derive v0.13.1 |
| 190 | 2026-07-02T10:08:43.419Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 191 | 2026-07-02T10:08:43.432Z | Downloaded ipnetwork v0.21.1 |
| 192 | 2026-07-02T10:08:43.435Z | Downloaded usdt-impl v0.6.0 |
| 193 | 2026-07-02T10:08:43.435Z | Downloaded zmij v1.0.21 |
| 194 | 2026-07-02T10:08:43.435Z | Downloaded log v0.4.33 |
| 195 | 2026-07-02T10:08:43.438Z | Downloaded pest_derive v2.8.6 |
| 196 | 2026-07-02T10:08:43.441Z | Downloaded scroll v0.13.0 |
| 197 | 2026-07-02T10:08:43.441Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-07-02T10:08:43.441Z | Downloaded darling v0.23.0 |
| 199 | 2026-07-02T10:08:43.444Z | Downloaded ingot-macros v0.1.1 |
| 200 | 2026-07-02T10:08:43.444Z | Downloaded postcard v1.1.3 |
| 201 | 2026-07-02T10:08:43.447Z | Downloaded quote v1.0.46 |
| 202 | 2026-07-02T10:08:43.450Z | Downloaded proc-macro-error2 v2.0.1 |
| 203 | 2026-07-02T10:08:43.450Z | Downloaded sha2 v0.10.9 |
| 204 | 2026-07-02T10:08:43.461Z | Downloaded darling v0.21.3 |
| 205 | 2026-07-02T10:08:43.467Z | Downloaded memmap2 v0.9.11 |
| 206 | 2026-07-02T10:08:43.470Z | Downloaded digest v0.10.7 |
| 207 | 2026-07-02T10:08:43.470Z | Downloaded ucd-trie v0.1.7 |
| 208 | 2026-07-02T10:08:43.476Z | Downloaded serde_tokenstream v0.2.3 |
| 209 | 2026-07-02T10:08:43.499Z | Downloaded pest_meta v2.8.6 |
| 210 | 2026-07-02T10:08:43.501Z | Downloaded proc-macro2 v1.0.106 |
| 211 | 2026-07-02T10:08:43.510Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-07-02T10:08:43.515Z | Downloaded serde_core v1.0.228 |
| 213 | 2026-07-02T10:08:43.520Z | Downloaded unicode-ident v1.0.24 |
| 214 | 2026-07-02T10:08:43.523Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-07-02T10:08:43.537Z | Downloaded darling_core v0.23.0 |
| 216 | 2026-07-02T10:08:43.557Z | Downloaded memchr v2.8.2 |
| 217 | 2026-07-02T10:08:43.562Z | Downloaded serde v1.0.228 |
| 218 | 2026-07-02T10:08:43.565Z | Downloaded heapless v0.8.0 |
| 219 | 2026-07-02T10:08:43.569Z | Downloaded typenum v1.20.1 |
| 220 | 2026-07-02T10:08:43.575Z | Downloaded zerocopy-derive v0.8.52 |
| 221 | 2026-07-02T10:08:43.579Z | Downloaded itertools v0.14.0 |
| 222 | 2026-07-02T10:08:43.583Z | Downloaded pest v2.8.6 |
| 223 | 2026-07-02T10:08:43.615Z | Downloaded itertools v0.15.0 |
| 224 | 2026-07-02T10:08:43.619Z | Downloaded regex v1.12.4 |
| 225 | 2026-07-02T10:08:43.644Z | Downloaded serde_json v1.0.150 |
| 226 | 2026-07-02T10:08:43.650Z | Downloaded goblin v0.10.7 |
| 227 | 2026-07-02T10:08:43.676Z | Downloaded zerocopy v0.8.52 |
| 228 | 2026-07-02T10:08:43.686Z | Downloaded unicode-width v0.2.2 |
| 229 | 2026-07-02T10:08:43.691Z | Downloaded syn v2.0.118 |
| 230 | 2026-07-02T10:08:43.696Z | Downloaded smoltcp v0.11.0 |
| 231 | 2026-07-02T10:08:43.711Z | Downloaded regex-syntax v0.8.11 |
| 232 | 2026-07-02T10:08:43.766Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-07-02T10:08:43.772Z | Downloaded libc v0.2.186 |
| 234 | 2026-07-02T10:08:43.811Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-07-02T10:08:43.814Z | Compiling quote v1.0.46 |
| 236 | 2026-07-02T10:08:43.814Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-07-02T10:08:43.814Z | Documenting unicode-ident v1.0.24 |
| 238 | 2026-07-02T10:08:43.814Z | Compiling strsim v0.11.1 |
| 239 | 2026-07-02T10:08:43.814Z | Compiling ident_case v1.0.1 |
| 240 | 2026-07-02T10:08:43.814Z | Compiling serde_core v1.0.228 |
| 241 | 2026-07-02T10:08:43.966Z | Compiling fnv v1.0.7 |
| 242 | 2026-07-02T10:08:43.984Z | Compiling memchr v2.8.2 |
| 243 | 2026-07-02T10:08:44.171Z | Compiling regex-syntax v0.8.11 |
| 244 | 2026-07-02T10:08:44.210Z | Compiling serde v1.0.228 |
| 245 | 2026-07-02T10:08:44.263Z | Compiling zerocopy v0.8.52 |
| 246 | 2026-07-02T10:08:44.312Z | Compiling thiserror v2.0.18 |
| 247 | 2026-07-02T10:08:44.524Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-07-02T10:08:44.564Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-07-02T10:08:44.860Z | Compiling syn v2.0.118 |
| 250 | 2026-07-02T10:08:45.126Z | Documenting quote v1.0.46 |
| 251 | 2026-07-02T10:08:45.486Z | Checking byteorder v1.5.0 |
| 252 | 2026-07-02T10:08:45.642Z | Documenting syn v2.0.118 |
| 253 | 2026-07-02T10:08:45.642Z | Compiling regex-automata v0.4.14 |
| 254 | 2026-07-02T10:08:45.690Z | Compiling either v1.16.0 |
| 255 | 2026-07-02T10:08:45.917Z | Compiling itertools v0.14.0 |
| 256 | 2026-07-02T10:08:46.001Z | Documenting memchr v2.8.2 |
| 257 | 2026-07-02T10:08:46.269Z | Compiling heapless v0.8.0 |
| 258 | 2026-07-02T10:08:46.665Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-07-02T10:08:46.741Z | Checking bitflags v2.13.0 |
| 260 | 2026-07-02T10:08:46.899Z | Checking hash32 v0.3.1 |
| 261 | 2026-07-02T10:08:46.931Z | Documenting serde_core v1.0.228 |
| 262 | 2026-07-02T10:08:47.007Z | Checking macaddr v1.0.1 |
| 263 | 2026-07-02T10:08:47.148Z | Checking stable_deref_trait v1.2.1 |
| 264 | 2026-07-02T10:08:47.174Z | Checking cfg-if v1.0.4 |
| 265 | 2026-07-02T10:08:47.213Z | Documenting regex-syntax v0.8.11 |
| 266 | 2026-07-02T10:08:47.320Z | Compiling darling_core v0.21.3 |
| 267 | 2026-07-02T10:08:47.422Z | Compiling regex v1.12.4 |
| 268 | 2026-07-02T10:08:47.737Z | Compiling darling_core v0.23.0 |
| 269 | 2026-07-02T10:08:48.026Z | Compiling smoltcp v0.11.0 |
| 270 | 2026-07-02T10:08:48.266Z | Documenting regex-automata v0.4.14 |
| 271 | 2026-07-02T10:08:48.376Z | Documenting thiserror-impl v2.0.18 |
| 272 | 2026-07-02T10:08:48.529Z | Compiling serde_derive v1.0.228 |
| 273 | 2026-07-02T10:08:48.607Z | Compiling thiserror-impl v2.0.18 |
| 274 | 2026-07-02T10:08:48.650Z | Compiling zerocopy-derive v0.8.52 |
| 275 | 2026-07-02T10:08:49.162Z | Documenting serde_derive v1.0.228 |
| 276 | 2026-07-02T10:08:49.309Z | Documenting zerocopy-derive v0.8.52 |
| 277 | 2026-07-02T10:08:49.415Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-07-02T10:08:49.628Z | Documenting regex v1.12.4 |
| 279 | 2026-07-02T10:08:49.854Z | Compiling darling_macro v0.23.0 |
| 280 | 2026-07-02T10:08:49.925Z | Checking cobs v0.3.0 |
| 281 | 2026-07-02T10:08:49.992Z | Compiling darling v0.21.3 |
| 282 | 2026-07-02T10:08:50.067Z | Compiling ingot-macros v0.1.1 |
| 283 | 2026-07-02T10:08:50.317Z | Checking bitflags v1.3.2 |
| 284 | 2026-07-02T10:08:50.380Z | Checking managed v0.8.0 |
| 285 | 2026-07-02T10:08:50.402Z | Documenting byteorder v1.5.0 |
| 286 | 2026-07-02T10:08:50.428Z | Documenting zerocopy v0.8.52 |
| 287 | 2026-07-02T10:08:50.523Z | Documenting thiserror v2.0.18 |
| 288 | 2026-07-02T10:08:50.543Z | Documenting ingot-macros v0.1.1 |
| 289 | 2026-07-02T10:08:50.564Z | Documenting bitflags v2.13.0 |
| 290 | 2026-07-02T10:08:50.987Z | Documenting hash32 v0.3.1 |
| 291 | 2026-07-02T10:08:51.150Z | Documenting stable_deref_trait v1.2.1 |
| 292 | 2026-07-02T10:08:51.345Z | Documenting serde v1.0.228 |
| 293 | 2026-07-02T10:08:51.532Z | Compiling crc32fast v1.5.0 |
| 294 | 2026-07-02T10:08:51.675Z | Compiling ref-cast v1.0.25 |
| 295 | 2026-07-02T10:08:51.692Z | Documenting cfg-if v1.0.4 |
| 296 | 2026-07-02T10:08:51.843Z | Documenting macaddr v1.0.1 |
| 297 | 2026-07-02T10:08:51.944Z | Documenting heapless v0.8.0 |
| 298 | 2026-07-02T10:08:52.058Z | Checking postcard v1.1.3 |
| 299 | 2026-07-02T10:08:52.214Z | Documenting cobs v0.3.0 |
| 300 | 2026-07-02T10:08:52.401Z | Compiling ref-cast-impl v1.0.25 |
| 301 | 2026-07-02T10:08:52.902Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 302 | 2026-07-02T10:08:52.920Z | Compiling version_check v0.9.5 |
| 303 | 2026-07-02T10:08:52.975Z | Checking ingot-types v0.1.2 |
| 304 | 2026-07-02T10:08:52.984Z | Checking ipnetwork v0.21.1 |
| 305 | 2026-07-02T10:08:53.081Z | Checking unicode-width v0.2.2 |
| 306 | 2026-07-02T10:08:53.156Z | Documenting managed v0.8.0 |
| 307 | 2026-07-02T10:08:53.185Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 308 | 2026-07-02T10:08:53.322Z | Documenting postcard v1.1.3 |
| 309 | 2026-07-02T10:08:53.325Z | Checking ingot v0.1.1 |
| 310 | 2026-07-02T10:08:53.325Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 311 | 2026-07-02T10:08:53.436Z | Compiling darling v0.23.0 |
| 312 | 2026-07-02T10:08:53.511Z | Documenting ref-cast-impl v1.0.25 |
| 313 | 2026-07-02T10:08:53.535Z | Documenting either v1.16.0 |
| 314 | 2026-07-02T10:08:53.601Z | Documenting ingot-types v0.1.2 |
| 315 | 2026-07-02T10:08:53.857Z | Documenting ipnetwork v0.21.1 |
| 316 | 2026-07-02T10:08:53.876Z | Documenting smoltcp v0.11.0 |
| 317 | 2026-07-02T10:08:54.128Z | Documenting unicode-width v0.2.2 |
| 318 | 2026-07-02T10:08:54.358Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 319 | 2026-07-02T10:08:54.588Z | Documenting itertools v0.15.0 |
| 320 | 2026-07-02T10:08:54.826Z | Documenting ref-cast v1.0.25 |
| 321 | 2026-07-02T10:08:54.908Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-07-02T10:08:55.118Z | Documenting ingot v0.1.1 |
| 323 | 2026-07-02T10:08:55.343Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 324 | 2026-07-02T10:08:55.565Z | Documenting tabwriter v1.4.1 |
| 325 | 2026-07-02T10:08:55.783Z | Checking itertools v0.15.0 |
| 326 | 2026-07-02T10:08:55.979Z | Checking tabwriter v1.4.1 |
| 327 | 2026-07-02T10:08:56.120Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-07-02T10:08:56.178Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-07-02T10:08:56.262Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-07-02T10:08:56.446Z | Checking dyn-clone v1.0.20 |
| 331 | 2026-07-02T10:08:56.549Z | Documenting dyn-clone v1.0.20 |
| 332 | 2026-07-02T10:08:57.563Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 333 | 2026-07-02T10:08:58.827Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 334 | 2026-07-02T10:09:01.113Z | Finished `dev` profile [optimized + debuginfo] target(s) in 21.89s |
| 335 | 2026-07-02T10:09:01.189Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 336 | 2026-07-02T10:09:01.213Z | |
| 337 | 2026-07-02T10:09:01.216Z | real 21.980639015 |
| 338 | 2026-07-02T10:09:01.217Z | user 1:17.685135055 |
| 339 | 2026-07-02T10:09:01.217Z | sys 16.509015648 |
| 340 | 2026-07-02T10:09:01.217Z | trap 0.046565130 |
| 341 | 2026-07-02T10:09:01.217Z | tflt 0.050057427 |
| 342 | 2026-07-02T10:09:01.217Z | dflt 0.156866859 |
| 343 | 2026-07-02T10:09:01.217Z | kflt 0.004783810 |
| 344 | 2026-07-02T10:09:01.217Z | lock 7:44.738427783 |
| 345 | 2026-07-02T10:09:01.217Z | slp 4:18.583749079 |
| 346 | 2026-07-02T10:09:01.217Z | lat 8.203990220 |
| 347 | 2026-07-02T10:09:01.217Z | stop 12.908555077 |
| 348 | 2026-07-02T10:09:01.217Z | + header 'analyze std + api' |
| 349 | 2026-07-02T10:09:01.217Z | + echo '# ==== analyze std + api ==== #' |
| 350 | 2026-07-02T10:09:01.217Z | # ==== analyze std + api ==== # |
| 351 | 2026-07-02T10:09:01.217Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 352 | 2026-07-02T10:09:01.456Z | Compiling proc-macro2 v1.0.106 |
| 353 | 2026-07-02T10:09:01.456Z | Compiling quote v1.0.46 |
| 354 | 2026-07-02T10:09:01.459Z | Compiling unicode-ident v1.0.24 |
| 355 | 2026-07-02T10:09:01.459Z | Compiling memchr v2.8.2 |
| 356 | 2026-07-02T10:09:01.459Z | Compiling thiserror v2.0.18 |
| 357 | 2026-07-02T10:09:01.459Z | Compiling zerocopy v0.8.52 |
| 358 | 2026-07-02T10:09:01.460Z | Compiling zmij v1.0.21 |
| 359 | 2026-07-02T10:09:01.460Z | Compiling libc v0.2.186 |
| 360 | 2026-07-02T10:09:01.631Z | Compiling serde_core v1.0.228 |
| 361 | 2026-07-02T10:09:01.823Z | Compiling ucd-trie v0.1.7 |
| 362 | 2026-07-02T10:09:01.851Z | Compiling ident_case v1.0.1 |
| 363 | 2026-07-02T10:09:01.854Z | Compiling serde_json v1.0.150 |
| 364 | 2026-07-02T10:09:01.873Z | Compiling strsim v0.11.1 |
| 365 | 2026-07-02T10:09:01.958Z | Compiling pest v2.8.6 |
| 366 | 2026-07-02T10:09:02.049Z | Compiling serde v1.0.228 |
| 367 | 2026-07-02T10:09:02.250Z | Compiling fnv v1.0.7 |
| 368 | 2026-07-02T10:09:02.412Z | Compiling aho-corasick v1.1.4 |
| 369 | 2026-07-02T10:09:02.436Z | Compiling regex-syntax v0.8.11 |
| 370 | 2026-07-02T10:09:02.440Z | Checking byteorder v1.5.0 |
| 371 | 2026-07-02T10:09:02.715Z | Compiling itoa v1.0.18 |
| 372 | 2026-07-02T10:09:02.828Z | Compiling syn v2.0.118 |
| 373 | 2026-07-02T10:09:03.009Z | Compiling pest_meta v2.8.6 |
| 374 | 2026-07-02T10:09:03.344Z | Compiling either v1.16.0 |
| 375 | 2026-07-02T10:09:03.511Z | Compiling usdt-impl v0.6.0 |
| 376 | 2026-07-02T10:09:03.545Z | Compiling itertools v0.14.0 |
| 377 | 2026-07-02T10:09:03.848Z | Compiling thread-id v5.1.0 |
| 378 | 2026-07-02T10:09:03.968Z | Compiling regex-automata v0.4.14 |
| 379 | 2026-07-02T10:09:04.110Z | Checking log v0.4.33 |
| 380 | 2026-07-02T10:09:04.306Z | Compiling heapless v0.8.0 |
| 381 | 2026-07-02T10:09:04.312Z | Checking plain v0.2.3 |
| 382 | 2026-07-02T10:09:04.666Z | Checking bitflags v2.13.0 |
| 383 | 2026-07-02T10:09:04.772Z | Checking hash32 v0.3.1 |
| 384 | 2026-07-02T10:09:04.777Z | Checking cfg-if v1.0.4 |
| 385 | 2026-07-02T10:09:04.826Z | Compiling smoltcp v0.11.0 |
| 386 | 2026-07-02T10:09:04.830Z | Checking pretty-hex v0.4.2 |
| 387 | 2026-07-02T10:09:04.854Z | Checking macaddr v1.0.1 |
| 388 | 2026-07-02T10:09:04.932Z | Checking stable_deref_trait v1.2.1 |
| 389 | 2026-07-02T10:09:05.080Z | Compiling ref-cast v1.0.25 |
| 390 | 2026-07-02T10:09:05.138Z | Compiling version_check v0.9.5 |
| 391 | 2026-07-02T10:09:05.169Z | Compiling crc32fast v1.5.0 |
| 392 | 2026-07-02T10:09:05.353Z | Compiling pest_generator v2.8.6 |
| 393 | 2026-07-02T10:09:05.394Z | Compiling darling_core v0.21.3 |
| 394 | 2026-07-02T10:09:05.405Z | Compiling darling_core v0.23.0 |
| 395 | 2026-07-02T10:09:05.464Z | Checking bitflags v1.3.2 |
| 396 | 2026-07-02T10:09:05.523Z | Checking managed v0.8.0 |
| 397 | 2026-07-02T10:09:05.618Z | Compiling regex v1.12.4 |
| 398 | 2026-07-02T10:09:05.994Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 399 | 2026-07-02T10:09:06.102Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 400 | 2026-07-02T10:09:06.262Z | Checking memmap2 v0.9.11 |
| 401 | 2026-07-02T10:09:06.419Z | Checking unicode-width v0.2.2 |
| 402 | 2026-07-02T10:09:06.425Z | Checking ipnetwork v0.21.1 |
| 403 | 2026-07-02T10:09:06.537Z | Compiling thiserror-impl v2.0.18 |
| 404 | 2026-07-02T10:09:06.541Z | Compiling serde_derive v1.0.228 |
| 405 | 2026-07-02T10:09:06.599Z | Compiling zerocopy-derive v0.8.52 |
| 406 | 2026-07-02T10:09:06.667Z | Compiling pest_derive v2.8.6 |
| 407 | 2026-07-02T10:09:06.941Z | Compiling scroll_derive v0.13.1 |
| 408 | 2026-07-02T10:09:07.063Z | Compiling ref-cast-impl v1.0.25 |
| 409 | 2026-07-02T10:09:07.387Z | Checking itertools v0.15.0 |
| 410 | 2026-07-02T10:09:07.568Z | Compiling darling_macro v0.21.3 |
| 411 | 2026-07-02T10:09:07.594Z | Compiling darling_macro v0.23.0 |
| 412 | 2026-07-02T10:09:07.746Z | Checking tabwriter v1.4.1 |
| 413 | 2026-07-02T10:09:07.760Z | Checking scroll v0.13.0 |
| 414 | 2026-07-02T10:09:07.882Z | Checking dtrace-parser v0.3.0 |
| 415 | 2026-07-02T10:09:07.985Z | Checking goblin v0.10.7 |
| 416 | 2026-07-02T10:09:08.124Z | Compiling darling v0.21.3 |
| 417 | 2026-07-02T10:09:08.146Z | Checking cobs v0.3.0 |
| 418 | 2026-07-02T10:09:08.191Z | Compiling ingot-macros v0.1.1 |
| 419 | 2026-07-02T10:09:08.282Z | Compiling darling v0.23.0 |
| 420 | 2026-07-02T10:09:08.354Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 421 | 2026-07-02T10:09:08.497Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 422 | 2026-07-02T10:09:08.722Z | Checking dyn-clone v1.0.20 |
| 423 | 2026-07-02T10:09:09.612Z | Checking postcard v1.1.3 |
| 424 | 2026-07-02T10:09:09.650Z | Compiling serde_tokenstream v0.2.3 |
| 425 | 2026-07-02T10:09:10.667Z | Checking ingot-types v0.1.2 |
| 426 | 2026-07-02T10:09:10.668Z | Checking dof v0.4.0 |
| 427 | 2026-07-02T10:09:11.006Z | Checking ingot v0.1.1 |
| 428 | 2026-07-02T10:09:11.645Z | Compiling usdt-macro v0.6.0 |
| 429 | 2026-07-02T10:09:11.645Z | Compiling usdt-attr-macro v0.6.0 |
| 430 | 2026-07-02T10:09:12.268Z | Checking usdt v0.6.0 |
| 431 | 2026-07-02T10:09:12.444Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 432 | 2026-07-02T10:09:20.817Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.55s |
| 433 | 2026-07-02T10:09:20.846Z | |
| 434 | 2026-07-02T10:09:20.849Z | real 19.626100043 |
| 435 | 2026-07-02T10:09:20.849Z | user 1:04.952425387 |
| 436 | 2026-07-02T10:09:20.849Z | sys 13.038355276 |
| 437 | 2026-07-02T10:09:20.849Z | trap 0.031822050 |
| 438 | 2026-07-02T10:09:20.849Z | tflt 0.146597012 |
| 439 | 2026-07-02T10:09:20.849Z | dflt 0.189250904 |
| 440 | 2026-07-02T10:09:20.849Z | kflt 0.000010630 |
| 441 | 2026-07-02T10:09:20.849Z | lock 3:46.233995550 |
| 442 | 2026-07-02T10:09:20.849Z | slp 3:27.665477048 |
| 443 | 2026-07-02T10:09:20.850Z | lat 3.330699750 |
| 444 | 2026-07-02T10:09:20.850Z | stop 6.770710613 |
| 445 | 2026-07-02T10:09:20.850Z | + header 'analyze no_std + engine + kernel' |
| 446 | 2026-07-02T10:09:20.850Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 447 | 2026-07-02T10:09:20.850Z | # ==== analyze no_std + engine + kernel ==== # |
| 448 | 2026-07-02T10:09:20.850Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 449 | 2026-07-02T10:09:21.026Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 450 | 2026-07-02T10:09:21.027Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 451 | 2026-07-02T10:09:21.047Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 452 | 2026-07-02T10:09:21.050Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 453 | 2026-07-02T10:09:21.289Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 454 | 2026-07-02T10:09:24.947Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.05s |
| 455 | 2026-07-02T10:09:24.974Z | |
| 456 | 2026-07-02T10:09:24.978Z | real 4.122584779 |
| 457 | 2026-07-02T10:09:24.978Z | user 4.496481306 |
| 458 | 2026-07-02T10:09:24.978Z | sys 0.906504960 |
| 459 | 2026-07-02T10:09:24.978Z | trap 0.001009330 |
| 460 | 2026-07-02T10:09:24.978Z | tflt 0.002357450 |
| 461 | 2026-07-02T10:09:24.978Z | dflt 0.004741360 |
| 462 | 2026-07-02T10:09:24.978Z | kflt 0.000000000 |
| 463 | 2026-07-02T10:09:24.978Z | lock 21.371795070 |
| 464 | 2026-07-02T10:09:24.978Z | slp 16.466380180 |
| 465 | 2026-07-02T10:09:24.978Z | lat 0.017443740 |
| 466 | 2026-07-02T10:09:24.978Z | stop 0.244168963 |
| 467 | 2026-07-02T10:09:24.978Z | + header test |
| 468 | 2026-07-02T10:09:24.978Z | + echo '# ==== test ==== #' |
| 469 | 2026-07-02T10:09:24.978Z | # ==== test ==== # |
| 470 | 2026-07-02T10:09:24.978Z | + ptime -m cargo test |
| 471 | 2026-07-02T10:09:25.123Z | Compiling serde_core v1.0.228 |
| 472 | 2026-07-02T10:09:25.123Z | Compiling thiserror v2.0.18 |
| 473 | 2026-07-02T10:09:25.126Z | Compiling zerocopy v0.8.52 |
| 474 | 2026-07-02T10:09:25.126Z | Compiling byteorder v1.5.0 |
| 475 | 2026-07-02T10:09:25.146Z | Compiling memchr v2.8.2 |
| 476 | 2026-07-02T10:09:25.153Z | Compiling unicode-ident v1.0.24 |
| 477 | 2026-07-02T10:09:25.156Z | Compiling libc v0.2.186 |
| 478 | 2026-07-02T10:09:25.156Z | Compiling zmij v1.0.21 |
| 479 | 2026-07-02T10:09:25.230Z | Compiling proc-macro2 v1.0.106 |
| 480 | 2026-07-02T10:09:25.276Z | Compiling scroll v0.13.0 |
| 481 | 2026-07-02T10:09:25.355Z | Compiling itoa v1.0.18 |
| 482 | 2026-07-02T10:09:25.490Z | Compiling log v0.4.33 |
| 483 | 2026-07-02T10:09:25.526Z | Compiling ucd-trie v0.1.7 |
| 484 | 2026-07-02T10:09:25.543Z | Compiling plain v0.2.3 |
| 485 | 2026-07-02T10:09:25.611Z | Compiling goblin v0.10.7 |
| 486 | 2026-07-02T10:09:25.638Z | Compiling quote v1.0.46 |
| 487 | 2026-07-02T10:09:25.718Z | Compiling pest v2.8.6 |
| 488 | 2026-07-02T10:09:26.239Z | Compiling hash32 v0.3.1 |
| 489 | 2026-07-02T10:09:26.313Z | Compiling pretty-hex v0.4.2 |
| 490 | 2026-07-02T10:09:26.406Z | Compiling stable_deref_trait v1.2.1 |
| 491 | 2026-07-02T10:09:26.443Z | Compiling cfg-if v1.0.4 |
| 492 | 2026-07-02T10:09:26.474Z | Compiling macaddr v1.0.1 |
| 493 | 2026-07-02T10:09:26.504Z | Compiling heapless v0.8.0 |
| 494 | 2026-07-02T10:09:26.715Z | Compiling syn v2.0.118 |
| 495 | 2026-07-02T10:09:26.728Z | Compiling thread-id v5.1.0 |
| 496 | 2026-07-02T10:09:26.802Z | Compiling dtrace-parser v0.3.0 |
| 497 | 2026-07-02T10:09:26.950Z | Compiling serde v1.0.228 |
| 498 | 2026-07-02T10:09:27.183Z | Compiling serde_json v1.0.150 |
| 499 | 2026-07-02T10:09:27.461Z | Compiling bitflags v2.13.0 |
| 500 | 2026-07-02T10:09:27.610Z | Compiling cobs v0.3.0 |
| 501 | 2026-07-02T10:09:27.885Z | Compiling bitflags v1.3.2 |
| 502 | 2026-07-02T10:09:27.888Z | Compiling managed v0.8.0 |
| 503 | 2026-07-02T10:09:27.950Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 504 | 2026-07-02T10:09:28.037Z | Compiling ingot-types v0.1.2 |
| 505 | 2026-07-02T10:09:28.108Z | Compiling smoltcp v0.11.0 |
| 506 | 2026-07-02T10:09:28.190Z | Compiling postcard v1.1.3 |
| 507 | 2026-07-02T10:09:28.193Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-07-02T10:09:28.441Z | Compiling ingot v0.1.1 |
| 509 | 2026-07-02T10:09:28.531Z | Compiling memmap2 v0.9.11 |
| 510 | 2026-07-02T10:09:28.805Z | Compiling dof v0.4.0 |
| 511 | 2026-07-02T10:09:28.831Z | Compiling either v1.16.0 |
| 512 | 2026-07-02T10:09:29.042Z | Compiling unicode-width v0.2.2 |
| 513 | 2026-07-02T10:09:29.357Z | Compiling ipnetwork v0.21.1 |
| 514 | 2026-07-02T10:09:29.880Z | Compiling usdt-impl v0.6.0 |
| 515 | 2026-07-02T10:09:30.308Z | Compiling usdt v0.6.0 |
| 516 | 2026-07-02T10:09:30.403Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 517 | 2026-07-02T10:09:30.683Z | Compiling tabwriter v1.4.1 |
| 518 | 2026-07-02T10:09:30.947Z | Compiling itertools v0.15.0 |
| 519 | 2026-07-02T10:09:31.127Z | Compiling ref-cast v1.0.25 |
| 520 | 2026-07-02T10:09:31.224Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 521 | 2026-07-02T10:09:31.945Z | Compiling crc32fast v1.5.0 |
| 522 | 2026-07-02T10:09:32.223Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 523 | 2026-07-02T10:09:32.398Z | Compiling dyn-clone v1.0.20 |
| 524 | 2026-07-02T10:09:47.036Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.05s |
| 525 | 2026-07-02T10:09:47.050Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-07443bf0ff949554) |
| 526 | 2026-07-02T10:09:47.054Z | |
| 527 | 2026-07-02T10:09:47.054Z | running 83 tests |
| 528 | 2026-07-02T10:09:47.054Z | test ddi::mblk::test::chain_append_links ... ok |
| 529 | 2026-07-02T10:09:47.054Z | test d_error::tests::name_truncation ... ok |
| 530 | 2026-07-02T10:09:47.054Z | test d_error::tests::name_and_data_storage ... ok |
| 531 | 2026-07-02T10:09:47.054Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 532 | 2026-07-02T10:09:47.054Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 533 | 2026-07-02T10:09:47.054Z | test ddi::mblk::test::prefix_len ... ok |
| 534 | 2026-07-02T10:09:47.055Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 535 | 2026-07-02T10:09:47.055Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 536 | 2026-07-02T10:09:47.055Z | test ddi::mblk::test::read_seg ... ok |
| 537 | 2026-07-02T10:09:47.055Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 538 | 2026-07-02T10:09:47.056Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 539 | 2026-07-02T10:09:47.056Z | test ddi::mblk::test::truncate ... ok |
| 540 | 2026-07-02T10:09:47.056Z | test ddi::mblk::test::wrap ... ok |
| 541 | 2026-07-02T10:09:47.056Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 542 | 2026-07-02T10:09:47.056Z | test ddi::time::test::good_interval ... ok |
| 543 | 2026-07-02T10:09:47.056Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 544 | 2026-07-02T10:09:47.056Z | test engine::dhcp::test::domainname_encode ... ok |
| 545 | 2026-07-02T10:09:47.056Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 546 | 2026-07-02T10:09:47.062Z | test engine::dhcp::test::offlink_encode ... ok |
| 547 | 2026-07-02T10:09:47.062Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 548 | 2026-07-02T10:09:47.062Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 549 | 2026-07-02T10:09:47.062Z | test engine::dhcp::test::hostname_encode ... ok |
| 550 | 2026-07-02T10:09:47.063Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 551 | 2026-07-02T10:09:47.063Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 552 | 2026-07-02T10:09:47.063Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 553 | 2026-07-02T10:09:47.063Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 554 | 2026-07-02T10:09:47.063Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 555 | 2026-07-02T10:09:47.063Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 556 | 2026-07-02T10:09:47.063Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 557 | 2026-07-02T10:09:47.063Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 558 | 2026-07-02T10:09:47.064Z | test ddi::time::test::bad_interval - should panic ... ok |
| 559 | 2026-07-02T10:09:47.064Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 560 | 2026-07-02T10:09:47.064Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 561 | 2026-07-02T10:09:47.064Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 562 | 2026-07-02T10:09:47.064Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 563 | 2026-07-02T10:09:47.065Z | test engine::dhcpv6::options::test::test_status ... ok |
| 564 | 2026-07-02T10:09:47.065Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 565 | 2026-07-02T10:09:47.065Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 566 | 2026-07-02T10:09:47.065Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 567 | 2026-07-02T10:09:47.065Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 568 | 2026-07-02T10:09:47.065Z | test engine::ether::test::emit ... ok |
| 569 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 570 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 571 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::flow_clear ... ok |
| 572 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 573 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 574 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::eviction_basics ... ok |
| 575 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::flow_expired ... ok |
| 576 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 577 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::priority_lerp ... ok |
| 578 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 579 | 2026-07-02T10:09:47.065Z | test engine::geneve::test::emit_no_opts ... ok |
| 580 | 2026-07-02T10:09:47.065Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 581 | 2026-07-02T10:09:47.066Z | test engine::ip::v4::test::emit ... ok |
| 582 | 2026-07-02T10:09:47.066Z | test engine::geneve::test::emit_single_opt ... ok |
| 583 | 2026-07-02T10:09:47.066Z | test engine::ip::v4::test::match_check ... ok |
| 584 | 2026-07-02T10:09:47.066Z | test engine::ip::v4::test::cidr_match ... ok |
| 585 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::emit ... ok |
| 586 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 587 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::from_pairs ... ok |
| 588 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 589 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 590 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::option_push_spec ... ok |
| 591 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 592 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 593 | 2026-07-02T10:09:47.066Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 594 | 2026-07-02T10:09:47.066Z | test engine::layer::test::find_rule ... ok |
| 595 | 2026-07-02T10:09:47.066Z | test engine::packet::test::read_multi_segment ... ok |
| 596 | 2026-07-02T10:09:47.066Z | test engine::nat::test::nat4_rewrite ... ok |
| 597 | 2026-07-02T10:09:47.066Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 598 | 2026-07-02T10:09:47.067Z | test engine::packet::test::read_single_segment ... ok |
| 599 | 2026-07-02T10:09:47.067Z | test engine::packet::test::small_packet_with_padding ... ok |
| 600 | 2026-07-02T10:09:47.067Z | test engine::packet::test::straddled_tcp ... ok |
| 601 | 2026-07-02T10:09:47.067Z | test engine::ip::v6::test::push_spec ... ok |
| 602 | 2026-07-02T10:09:47.067Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 603 | 2026-07-02T10:09:47.067Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 604 | 2026-07-02T10:09:47.067Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 605 | 2026-07-02T10:09:47.067Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 606 | 2026-07-02T10:09:47.067Z | test engine::rule::rule_matching ... ok |
| 607 | 2026-07-02T10:09:47.068Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 608 | 2026-07-02T10:09:47.068Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 609 | 2026-07-02T10:09:47.068Z | test engine::snat::test::nat_mappings ... ok |
| 610 | 2026-07-02T10:09:47.068Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 611 | 2026-07-02T10:09:47.068Z | |
| 612 | 2026-07-02T10:09:47.068Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 613 | 2026-07-02T10:09:47.068Z | |
| 614 | 2026-07-02T10:09:47.068Z | Doc-tests opte |
| 615 | 2026-07-02T10:09:49.004Z | |
| 616 | 2026-07-02T10:09:49.004Z | running 3 tests |
| 617 | 2026-07-02T10:09:49.007Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 618 | 2026-07-02T10:09:49.007Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 619 | 2026-07-02T10:09:49.007Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 620 | 2026-07-02T10:09:49.007Z | |
| 621 | 2026-07-02T10:09:49.007Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 622 | 2026-07-02T10:09:49.007Z | |
| 623 | 2026-07-02T10:09:49.013Z | all doctests ran in 1.39s; merged doctests compilation took 1.38s |
| 624 | 2026-07-02T10:09:49.055Z | |
| 625 | 2026-07-02T10:09:49.055Z | real 24.067429159 |
| 626 | 2026-07-02T10:09:49.055Z | user 2:01.379212856 |
| 627 | 2026-07-02T10:09:49.055Z | sys 7.183445065 |
| 628 | 2026-07-02T10:09:49.055Z | trap 0.057319560 |
| 629 | 2026-07-02T10:09:49.055Z | tflt 0.248778930 |
| 630 | 2026-07-02T10:09:49.056Z | dflt 0.317346387 |
| 631 | 2026-07-02T10:09:49.056Z | kflt 0.000008100 |
| 632 | 2026-07-02T10:09:49.056Z | lock 5:55.518329038 |
| 633 | 2026-07-02T10:09:49.057Z | slp 3:42.144920054 |
| 634 | 2026-07-02T10:09:49.101Z | lat 5.780462384 |
| 635 | 2026-07-02T10:09:49.101Z | stop 2.835492164 |
| 636 | 2026-07-02T10:09:49.101Z | process exited: duration 86643 ms, exit code 0 |
| |
| 637 | 2026-07-02T10:09:49.110Z | found 0 output files |