|
|
|
| 1 | 2026-07-21T22:39:39.631Z | job assigned to worker 01KY3D9T3PKBCP7C11K0QHG307 [factory aws, i-0f1d539478d336a29] (queued for 56 s) |
| |
| 2 | 2026-07-21T22:39:45.754Z | starting task 0: "setup" |
| 3 | 2026-07-21T22:39:45.758Z | ++ uname -s |
| 4 | 2026-07-21T22:39:45.761Z | + kern=SunOS |
| 5 | 2026-07-21T22:39:45.761Z | + build_user=build |
| 6 | 2026-07-21T22:39:45.761Z | + build_uid=12345 |
| 7 | 2026-07-21T22:39:45.761Z | + work_dir=/work |
| 8 | 2026-07-21T22:39:45.761Z | + input_dir=/input |
| 9 | 2026-07-21T22:39:45.761Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T22:39:45.761Z | + case "$kern" in |
| 11 | 2026-07-21T22:39:45.761Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T22:39:45.764Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T22:39:47.772Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T22:39:47.860Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T22:39:47.867Z | + home_fs=zfs |
| 16 | 2026-07-21T22:39:47.867Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T22:39:47.867Z | + mkdir -p /home/build |
| 18 | 2026-07-21T22:39:47.867Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T22:39:49.864Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T22:39:49.868Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-07-21T22:39:49.874Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T22:39:49.878Z | * rust toolchain channel = "1.96.1" |
| 23 | 2026-07-21T22:39:49.878Z | * rust toolchain profile = "default" |
| 24 | 2026-07-21T22:39:49.878Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 25 | 2026-07-21T22:39:49.878Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-21T22:39:49.878Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-21T22:39:49.878Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-21T22:39:49.883Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T22:39:49.883Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T22:39:49.985Z | info: downloading installer |
| 31 | 2026-07-21T22:39:51.338Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T22:39:51.338Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T22:39:51.338Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T22:39:51.338Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T22:39:51.350Z | info: profile set to default |
| 36 | 2026-07-21T22:39:51.351Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T22:39:51.359Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T22:39:51.483Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T22:39:51.491Z | info: downloading 6 components |
| 40 | 2026-07-21T22:40:05.706Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T22:40:05.706Z | |
| 42 | 2026-07-21T22:40:05.734Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T22:40:05.734Z | |
| 44 | 2026-07-21T22:40:05.734Z | |
| 45 | 2026-07-21T22:40:05.734Z | Rust is installed now. Great! |
| 46 | 2026-07-21T22:40:05.734Z | |
| 47 | 2026-07-21T22:40:05.738Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T22:40:05.738Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T22:40:05.738Z | |
| 50 | 2026-07-21T22:40:05.738Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T22:40:05.738Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T22:40:05.738Z | |
| 53 | 2026-07-21T22:40:05.738Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T22:40:05.738Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T22:40:05.738Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T22:40:05.738Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T22:40:05.738Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T22:40:05.738Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T22:40:05.738Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T22:40:05.738Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T22:40:05.738Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T22:40:05.843Z | + rustup --version |
| 63 | 2026-07-21T22:40:05.852Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T22:40:05.855Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T22:40:05.873Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T22:40:05.876Z | + cargo --version |
| 67 | 2026-07-21T22:40:05.890Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T22:40:05.893Z | + rustc --version |
| 69 | 2026-07-21T22:40:05.912Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T22:40:05.915Z | process exited: duration 16040 ms, exit code 0 |
| |
| 71 | 2026-07-21T22:40:05.921Z | starting task 2: "authentication" |
| 72 | 2026-07-21T22:40:05.938Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-21T22:40:05.944Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T22:40:05.947Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T22:40:05.950Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T22:40:05.979Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T22:40:15.163Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T22:40:15.163Z | + git fetch origin 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 79 | 2026-07-21T22:40:15.456Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T22:40:15.456Z | * branch 099bba29402644c1af9b0ffd1629d9f32d3ac15e -> FETCH_HEAD |
| 81 | 2026-07-21T22:40:15.466Z | + [[ -n dependabot/cargo/openssl-0.10.80 ]] |
| 82 | 2026-07-21T22:40:15.469Z | ++ git branch --show-current |
| 83 | 2026-07-21T22:40:15.469Z | + current=main |
| 84 | 2026-07-21T22:40:15.469Z | + [[ main != dependabot/cargo/openssl-0.10.80 ]] |
| 85 | 2026-07-21T22:40:15.469Z | + git branch -f dependabot/cargo/openssl-0.10.80 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 86 | 2026-07-21T22:40:15.473Z | + git checkout -f dependabot/cargo/openssl-0.10.80 |
| 87 | 2026-07-21T22:40:15.612Z | Switched to branch 'dependabot/cargo/openssl-0.10.80' |
| 88 | 2026-07-21T22:40:15.615Z | + git reset --hard 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 89 | 2026-07-21T22:40:15.756Z | HEAD is now at 099bba294 Bump openssl from 0.10.79 to 0.10.80 |
| 90 | 2026-07-21T22:40:15.756Z | process exited: duration 9810 ms, exit code 0 |
| |
| 91 | 2026-07-21T22:40:15.762Z | starting task 4: "build" |
| 92 | 2026-07-21T22:40:15.766Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-21T22:40:15.766Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-21T22:40:15.766Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-21T22:40:15.770Z | +++ uname -s |
| 96 | 2026-07-21T22:40:15.770Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-21T22:40:15.770Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-21T22:40:15.773Z | + cargo --version |
| 99 | 2026-07-21T22:40:15.779Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-21T22:40:15.782Z | + rustc --version |
| 101 | 2026-07-21T22:40:15.802Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-21T22:40:15.805Z | + cd /tmp |
| 103 | 2026-07-21T22:40:15.805Z | + cargo new --lib test-project |
| 104 | 2026-07-21T22:40:15.823Z | Creating library `test-project` package |
| 105 | 2026-07-21T22:40:15.859Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 106 | 2026-07-21T22:40:15.862Z | + cd test-project |
| 107 | 2026-07-21T22:40:15.862Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 108 | 2026-07-21T22:40:15.882Z | Adding omicron-common (local) to dependencies |
| 109 | 2026-07-21T22:40:15.885Z | Features: |
| 110 | 2026-07-21T22:40:15.885Z | - proptest |
| 111 | 2026-07-21T22:40:15.885Z | - test-strategy |
| 112 | 2026-07-21T22:40:15.885Z | - testing |
| 113 | 2026-07-21T22:40:15.903Z | Updating crates.io index |
| 114 | 2026-07-21T22:40:15.906Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 115 | 2026-07-21T22:40:16.307Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 116 | 2026-07-21T22:40:16.760Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 117 | 2026-07-21T22:40:19.137Z | Locking 368 packages to latest Rust 1.96.1 compatible versions |
| 118 | 2026-07-21T22:40:19.253Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 119 | 2026-07-21T22:40:19.256Z | + cargo check |
| 120 | 2026-07-21T22:40:19.364Z | Updating crates.io index |
| 121 | 2026-07-21T22:40:19.903Z | Locking 1 package to latest Rust 1.96.1 compatible version |
| 122 | 2026-07-21T22:40:19.904Z | Adding omicron-workspace-hack v0.1.0 |
| 123 | 2026-07-21T22:40:19.930Z | Downloading crates ... |
| 124 | 2026-07-21T22:40:19.977Z | Downloaded adler2 v2.0.1 |
| 125 | 2026-07-21T22:40:19.998Z | Downloaded atomicwrites v0.4.4 |
| 126 | 2026-07-21T22:40:20.002Z | Downloaded async-stream-impl v0.3.6 |
| 127 | 2026-07-21T22:40:20.002Z | Downloaded daft v0.1.7 |
| 128 | 2026-07-21T22:40:20.009Z | Downloaded async-stream v0.3.6 |
| 129 | 2026-07-21T22:40:20.014Z | Downloaded itoa v1.0.17 |
| 130 | 2026-07-21T22:40:20.017Z | Downloaded hostname v0.3.1 |
| 131 | 2026-07-21T22:40:20.017Z | Downloaded atomic-waker v1.1.2 |
| 132 | 2026-07-21T22:40:20.020Z | Downloaded futures-macro v0.3.32 |
| 133 | 2026-07-21T22:40:20.020Z | Downloaded cpufeatures v0.2.17 |
| 134 | 2026-07-21T22:40:20.023Z | Downloaded http-body v1.0.1 |
| 135 | 2026-07-21T22:40:20.024Z | Downloaded httpdate v1.0.3 |
| 136 | 2026-07-21T22:40:20.027Z | Downloaded macaddr v1.0.1 |
| 137 | 2026-07-21T22:40:20.027Z | Downloaded darling_macro v0.23.0 |
| 138 | 2026-07-21T22:40:20.027Z | Downloaded mime v0.3.17 |
| 139 | 2026-07-21T22:40:20.031Z | Downloaded iri-string v0.7.10 |
| 140 | 2026-07-21T22:40:20.034Z | Downloaded is-terminal v0.4.17 |
| 141 | 2026-07-21T22:40:20.034Z | Downloaded fastrand v2.3.0 |
| 142 | 2026-07-21T22:40:20.034Z | Downloaded instant v0.1.13 |
| 143 | 2026-07-21T22:40:20.038Z | Downloaded parse-display v0.10.0 |
| 144 | 2026-07-21T22:40:20.041Z | Downloaded num_threads v0.1.7 |
| 145 | 2026-07-21T22:40:20.041Z | Downloaded autocfg v1.5.0 |
| 146 | 2026-07-21T22:40:20.041Z | Downloaded num-conv v0.2.0 |
| 147 | 2026-07-21T22:40:20.044Z | Downloaded idna_adapter v1.2.1 |
| 148 | 2026-07-21T22:40:20.044Z | Downloaded debug-ignore v1.0.5 |
| 149 | 2026-07-21T22:40:20.047Z | Downloaded scroll v0.13.0 |
| 150 | 2026-07-21T22:40:20.047Z | Downloaded crypto-common v0.2.2 |
| 151 | 2026-07-21T22:40:20.048Z | Downloaded cfg_aliases v0.2.1 |
| 152 | 2026-07-21T22:40:20.050Z | Downloaded openssl-probe v0.2.1 |
| 153 | 2026-07-21T22:40:20.050Z | Downloaded omicron-workspace-hack v0.1.0 |
| 154 | 2026-07-21T22:40:20.050Z | Downloaded block-buffer v0.10.4 |
| 155 | 2026-07-21T22:40:20.054Z | Downloaded bit-set v0.8.0 |
| 156 | 2026-07-21T22:40:20.054Z | Downloaded rustversion v1.0.22 |
| 157 | 2026-07-21T22:40:20.054Z | Downloaded percent-encoding v2.3.2 |
| 158 | 2026-07-21T22:40:20.058Z | Downloaded newtype-uuid v1.3.2 |
| 159 | 2026-07-21T22:40:20.058Z | Downloaded cpufeatures v0.3.0 |
| 160 | 2026-07-21T22:40:20.058Z | Downloaded block-buffer v0.12.1 |
| 161 | 2026-07-21T22:40:20.061Z | Downloaded compression-core v0.4.31 |
| 162 | 2026-07-21T22:40:20.061Z | Downloaded crypto-common v0.1.7 |
| 163 | 2026-07-21T22:40:20.061Z | Downloaded ident_case v1.0.1 |
| 164 | 2026-07-21T22:40:20.064Z | Downloaded match_cfg v0.1.0 |
| 165 | 2026-07-21T22:40:20.064Z | Downloaded cfg-if v1.0.4 |
| 166 | 2026-07-21T22:40:20.067Z | Downloaded multer v3.1.0 |
| 167 | 2026-07-21T22:40:20.067Z | Downloaded paste v1.0.15 |
| 168 | 2026-07-21T22:40:20.070Z | Downloaded lock_api v0.4.14 |
| 169 | 2026-07-21T22:40:20.070Z | Downloaded form_urlencoded v1.2.2 |
| 170 | 2026-07-21T22:40:20.070Z | Downloaded litemap v0.8.1 |
| 171 | 2026-07-21T22:40:20.073Z | Downloaded hex v0.4.3 |
| 172 | 2026-07-21T22:40:20.073Z | Downloaded scopeguard v1.2.0 |
| 173 | 2026-07-21T22:40:20.076Z | Downloaded rand_chacha v0.3.1 |
| 174 | 2026-07-21T22:40:20.076Z | Downloaded lru-slab v0.1.2 |
| 175 | 2026-07-21T22:40:20.076Z | Downloaded fnv v1.0.7 |
| 176 | 2026-07-21T22:40:20.076Z | Downloaded jobserver v0.1.34 |
| 177 | 2026-07-21T22:40:20.081Z | Downloaded powerfmt v0.2.0 |
| 178 | 2026-07-21T22:40:20.081Z | Downloaded ipnetwork v0.21.1 |
| 179 | 2026-07-21T22:40:20.084Z | Downloaded ref-cast-impl v1.0.25 |
| 180 | 2026-07-21T22:40:20.084Z | Downloaded futures-core v0.3.32 |
| 181 | 2026-07-21T22:40:20.084Z | Downloaded newtype-uuid-macros v0.1.0 |
| 182 | 2026-07-21T22:40:20.084Z | Downloaded heck v0.5.0 |
| 183 | 2026-07-21T22:40:20.087Z | Downloaded ipnet v2.11.0 |
| 184 | 2026-07-21T22:40:20.090Z | Downloaded async-trait v0.1.89 |
| 185 | 2026-07-21T22:40:20.090Z | Downloaded once_cell v1.21.3 |
| 186 | 2026-07-21T22:40:20.093Z | Downloaded digest v0.10.7 |
| 187 | 2026-07-21T22:40:20.093Z | Downloaded bit-vec v0.8.0 |
| 188 | 2026-07-21T22:40:20.096Z | Downloaded serde_derive_internals v0.29.1 |
| 189 | 2026-07-21T22:40:20.099Z | Downloaded progenitor-client v0.14.0 |
| 190 | 2026-07-21T22:40:20.099Z | Downloaded pretty-hex v0.4.1 |
| 191 | 2026-07-21T22:40:20.102Z | Downloaded dunce v1.0.5 |
| 192 | 2026-07-21T22:40:20.105Z | Downloaded potential_utf v0.1.4 |
| 193 | 2026-07-21T22:40:20.105Z | Downloaded errno v0.3.14 |
| 194 | 2026-07-21T22:40:20.109Z | Downloaded hostname v0.4.2 |
| 195 | 2026-07-21T22:40:20.112Z | Downloaded ref-cast v1.0.25 |
| 196 | 2026-07-21T22:40:20.115Z | Downloaded quick-error v1.2.3 |
| 197 | 2026-07-21T22:40:20.115Z | Downloaded dof v0.4.0 |
| 198 | 2026-07-21T22:40:20.118Z | Downloaded generic-array v0.14.7 |
| 199 | 2026-07-21T22:40:20.121Z | Downloaded rustc-hash v2.1.1 |
| 200 | 2026-07-21T22:40:20.124Z | Downloaded dtrace-parser v0.3.0 |
| 201 | 2026-07-21T22:40:20.124Z | Downloaded rand_xorshift v0.4.0 |
| 202 | 2026-07-21T22:40:20.124Z | Downloaded equivalent v1.0.2 |
| 203 | 2026-07-21T22:40:20.129Z | Downloaded dyn-clone v1.0.20 |
| 204 | 2026-07-21T22:40:20.134Z | Downloaded futures-task v0.3.32 |
| 205 | 2026-07-21T22:40:20.138Z | Downloaded scroll_derive v0.13.1 |
| 206 | 2026-07-21T22:40:20.138Z | Downloaded deranged v0.5.8 |
| 207 | 2026-07-21T22:40:20.170Z | Downloaded cmake v0.1.57 |
| 208 | 2026-07-21T22:40:20.170Z | Downloaded displaydoc v0.2.5 |
| 209 | 2026-07-21T22:40:20.170Z | Downloaded derive-ex v0.1.8 |
| 210 | 2026-07-21T22:40:20.170Z | Downloaded byteorder v1.5.0 |
| 211 | 2026-07-21T22:40:20.170Z | Downloaded daft-derive v0.1.7 |
| 212 | 2026-07-21T22:40:20.170Z | Downloaded rusty-fork v0.3.1 |
| 213 | 2026-07-21T22:40:20.170Z | Downloaded serde_urlencoded v0.7.1 |
| 214 | 2026-07-21T22:40:20.170Z | Downloaded memmap2 v0.9.10 |
| 215 | 2026-07-21T22:40:20.170Z | Downloaded rand_chacha v0.9.0 |
| 216 | 2026-07-21T22:40:20.170Z | Downloaded oxnet v0.1.6 |
| 217 | 2026-07-21T22:40:20.171Z | Downloaded humantime v2.3.0 |
| 218 | 2026-07-21T22:40:20.171Z | Downloaded futures-io v0.3.32 |
| 219 | 2026-07-21T22:40:20.171Z | Downloaded backon v1.6.0 |
| 220 | 2026-07-21T22:40:20.171Z | Downloaded structmeta v0.3.0 |
| 221 | 2026-07-21T22:40:20.171Z | Downloaded find-msvc-tools v0.1.9 |
| 222 | 2026-07-21T22:40:20.171Z | Downloaded either v1.15.0 |
| 223 | 2026-07-21T22:40:20.171Z | Downloaded ppv-lite86 v0.2.21 |
| 224 | 2026-07-21T22:40:20.171Z | Downloaded backoff v0.4.0 |
| 225 | 2026-07-21T22:40:20.171Z | Downloaded darling v0.23.0 |
| 226 | 2026-07-21T22:40:20.175Z | Downloaded strsim v0.11.1 |
| 227 | 2026-07-21T22:40:20.175Z | Downloaded strum v0.27.2 |
| 228 | 2026-07-21T22:40:20.175Z | Downloaded slog-bunyan v2.5.0 |
| 229 | 2026-07-21T22:40:20.175Z | Downloaded anyhow v1.0.102 |
| 230 | 2026-07-21T22:40:20.175Z | Downloaded subtle v2.6.1 |
| 231 | 2026-07-21T22:40:20.175Z | Downloaded time-core v0.1.8 |
| 232 | 2026-07-21T22:40:20.178Z | Downloaded bitflags v2.11.0 |
| 233 | 2026-07-21T22:40:20.181Z | Downloaded thread-id v5.1.0 |
| 234 | 2026-07-21T22:40:20.181Z | Downloaded tinyvec_macros v0.1.1 |
| 235 | 2026-07-21T22:40:20.181Z | Downloaded sync_wrapper v1.0.2 |
| 236 | 2026-07-21T22:40:20.181Z | Downloaded structmeta-derive v0.3.0 |
| 237 | 2026-07-21T22:40:20.184Z | Downloaded stable_deref_trait v1.2.1 |
| 238 | 2026-07-21T22:40:20.187Z | Downloaded take_mut v0.2.2 |
| 239 | 2026-07-21T22:40:20.192Z | Downloaded futures-sink v0.3.32 |
| 240 | 2026-07-21T22:40:20.196Z | Downloaded rustls-native-certs v0.8.3 |
| 241 | 2026-07-21T22:40:20.199Z | Downloaded rand_core v0.9.5 |
| 242 | 2026-07-21T22:40:20.199Z | Downloaded quote v1.0.45 |
| 243 | 2026-07-21T22:40:20.199Z | Downloaded erased-serde v0.3.31 |
| 244 | 2026-07-21T22:40:20.202Z | Downloaded rustls-pemfile v2.2.0 |
| 245 | 2026-07-21T22:40:20.202Z | Downloaded progenitor-extras v0.2.0 |
| 246 | 2026-07-21T22:40:20.206Z | Downloaded http-body-util v0.1.3 |
| 247 | 2026-07-21T22:40:20.209Z | Downloaded schemars_derive v0.8.22 |
| 248 | 2026-07-21T22:40:20.209Z | Downloaded fs_extra v1.3.0 |
| 249 | 2026-07-21T22:40:20.212Z | Downloaded foldhash v0.2.0 |
| 250 | 2026-07-21T22:40:20.212Z | Downloaded rand_core v0.6.4 |
| 251 | 2026-07-21T22:40:20.217Z | Downloaded try-lock v0.2.5 |
| 252 | 2026-07-21T22:40:20.220Z | Downloaded crc32fast v1.5.0 |
| 253 | 2026-07-21T22:40:20.220Z | Downloaded bs58 v0.5.1 |
| 254 | 2026-07-21T22:40:20.223Z | Downloaded sha1 v0.11.0 |
| 255 | 2026-07-21T22:40:20.223Z | Downloaded serde_tokenstream v0.2.3 |
| 256 | 2026-07-21T22:40:20.223Z | Downloaded tower-service v0.3.3 |
| 257 | 2026-07-21T22:40:20.223Z | Downloaded tower-layer v0.3.3 |
| 258 | 2026-07-21T22:40:20.226Z | Downloaded serde_path_to_error v0.1.20 |
| 259 | 2026-07-21T22:40:20.226Z | Downloaded crossbeam-utils v0.8.21 |
| 260 | 2026-07-21T22:40:20.226Z | Downloaded getrandom v0.2.17 |
| 261 | 2026-07-21T22:40:20.229Z | Downloaded digest v0.11.3 |
| 262 | 2026-07-21T22:40:20.229Z | Downloaded slab v0.4.12 |
| 263 | 2026-07-21T22:40:20.232Z | Downloaded sha2 v0.10.9 |
| 264 | 2026-07-21T22:40:20.232Z | Downloaded compression-codecs v0.4.37 |
| 265 | 2026-07-21T22:40:20.235Z | Downloaded unarray v0.1.4 |
| 266 | 2026-07-21T22:40:20.235Z | Downloaded usdt v0.6.0 |
| 267 | 2026-07-21T22:40:20.235Z | Downloaded iana-time-zone v0.1.65 |
| 268 | 2026-07-21T22:40:20.238Z | Downloaded untrusted v0.9.0 |
| 269 | 2026-07-21T22:40:20.241Z | Downloaded signal-hook-registry v1.4.8 |
| 270 | 2026-07-21T22:40:20.241Z | Downloaded simd-adler32 v0.3.8 |
| 271 | 2026-07-21T22:40:20.244Z | Downloaded num-traits v0.2.19 |
| 272 | 2026-07-21T22:40:20.244Z | Downloaded icu_locale_core v2.1.1 |
| 273 | 2026-07-21T22:40:20.249Z | Downloaded usdt-attr-macro v0.6.0 |
| 274 | 2026-07-21T22:40:20.249Z | Downloaded slog-term v2.9.2 |
| 275 | 2026-07-21T22:40:20.252Z | Downloaded slog-async v2.8.0 |
| 276 | 2026-07-21T22:40:20.252Z | Downloaded allocator-api2 v0.2.21 |
| 277 | 2026-07-21T22:40:20.252Z | Downloaded usdt-macro v0.6.0 |
| 278 | 2026-07-21T22:40:20.252Z | Downloaded utf8_iter v1.0.4 |
| 279 | 2026-07-21T22:40:20.256Z | Downloaded waitgroup v0.1.2 |
| 280 | 2026-07-21T22:40:20.259Z | Downloaded tokio-macros v2.7.0 |
| 281 | 2026-07-21T22:40:20.259Z | Downloaded version_check v0.9.5 |
| 282 | 2026-07-21T22:40:20.259Z | Downloaded slog-json v2.6.1 |
| 283 | 2026-07-21T22:40:20.259Z | Downloaded thread_local v1.1.9 |
| 284 | 2026-07-21T22:40:20.259Z | Downloaded thiserror-impl v2.0.18 |
| 285 | 2026-07-21T22:40:20.262Z | Downloaded strum v0.26.3 |
| 286 | 2026-07-21T22:40:20.262Z | Downloaded wait-timeout v0.2.1 |
| 287 | 2026-07-21T22:40:20.265Z | Downloaded time-macros v0.2.27 |
| 288 | 2026-07-21T22:40:20.274Z | Downloaded zerofrom v0.1.6 |
| 289 | 2026-07-21T22:40:20.277Z | Downloaded quinn-udp v0.5.14 |
| 290 | 2026-07-21T22:40:20.280Z | Downloaded plain v0.2.3 |
| 291 | 2026-07-21T22:40:20.281Z | Downloaded hybrid-array v0.4.13 |
| 292 | 2026-07-21T22:40:20.281Z | Downloaded httparse v1.10.1 |
| 293 | 2026-07-21T22:40:20.286Z | Downloaded yoke-derive v0.8.1 |
| 294 | 2026-07-21T22:40:20.286Z | Downloaded semver v1.0.28 |
| 295 | 2026-07-21T22:40:20.289Z | Downloaded futures-executor v0.3.32 |
| 296 | 2026-07-21T22:40:20.289Z | Downloaded serde_spanned v1.1.1 |
| 297 | 2026-07-21T22:40:20.289Z | Downloaded futures-channel v0.3.32 |
| 298 | 2026-07-21T22:40:20.289Z | Downloaded want v0.3.1 |
| 299 | 2026-07-21T22:40:20.289Z | Downloaded pin-project-lite v0.2.17 |
| 300 | 2026-07-21T22:40:20.292Z | Downloaded parking_lot v0.12.5 |
| 301 | 2026-07-21T22:40:20.292Z | Downloaded parse-display-derive v0.10.0 |
| 302 | 2026-07-21T22:40:20.292Z | Downloaded thiserror v2.0.18 |
| 303 | 2026-07-21T22:40:20.295Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 304 | 2026-07-21T22:40:20.298Z | Downloaded rustls-pki-types v1.14.0 |
| 305 | 2026-07-21T22:40:20.298Z | Downloaded miniz_oxide v0.8.9 |
| 306 | 2026-07-21T22:40:20.301Z | Downloaded log v0.4.29 |
| 307 | 2026-07-21T22:40:20.301Z | Downloaded getrandom v0.4.1 |
| 308 | 2026-07-21T22:40:20.306Z | Downloaded hyper-rustls v0.27.7 |
| 309 | 2026-07-21T22:40:20.306Z | Downloaded serde_with_macros v3.21.0 |
| 310 | 2026-07-21T22:40:20.309Z | Downloaded camino v1.2.2 |
| 311 | 2026-07-21T22:40:20.309Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 312 | 2026-07-21T22:40:20.309Z | Downloaded synstructure v0.13.2 |
| 313 | 2026-07-21T22:40:20.312Z | Downloaded usdt-impl v0.6.0 |
| 314 | 2026-07-21T22:40:20.315Z | Downloaded base64 v0.22.1 |
| 315 | 2026-07-21T22:40:20.319Z | Downloaded strum_macros v0.27.2 |
| 316 | 2026-07-21T22:40:20.319Z | Downloaded strum_macros v0.26.4 |
| 317 | 2026-07-21T22:40:20.322Z | Downloaded shlex v1.3.0 |
| 318 | 2026-07-21T22:40:20.322Z | Downloaded tempfile v3.25.0 |
| 319 | 2026-07-21T22:40:20.322Z | Downloaded term v1.2.1 |
| 320 | 2026-07-21T22:40:20.326Z | Downloaded smallvec v1.15.1 |
| 321 | 2026-07-21T22:40:20.326Z | Downloaded zerofrom-derive v0.1.6 |
| 322 | 2026-07-21T22:40:20.329Z | Downloaded schemars v0.8.22 |
| 323 | 2026-07-21T22:40:20.332Z | Downloaded zmij v1.0.21 |
| 324 | 2026-07-21T22:40:20.337Z | Downloaded rustls-platform-verifier v0.6.2 |
| 325 | 2026-07-21T22:40:20.337Z | Downloaded pest_generator v2.8.6 |
| 326 | 2026-07-21T22:40:20.340Z | Downloaded parking_lot_core v0.9.12 |
| 327 | 2026-07-21T22:40:20.340Z | Downloaded zerovec-derive v0.11.2 |
| 328 | 2026-07-21T22:40:20.340Z | Downloaded zeroize v1.8.2 |
| 329 | 2026-07-21T22:40:20.340Z | Downloaded serde_core v1.0.228 |
| 330 | 2026-07-21T22:40:20.340Z | Downloaded proc-macro2 v1.0.106 |
| 331 | 2026-07-21T22:40:20.343Z | Downloaded writeable v0.6.2 |
| 332 | 2026-07-21T22:40:20.343Z | Downloaded serde_derive v1.0.228 |
| 333 | 2026-07-21T22:40:20.346Z | Downloaded dropshot_endpoint v0.17.1 |
| 334 | 2026-07-21T22:40:20.346Z | Downloaded ryu v1.0.23 |
| 335 | 2026-07-21T22:40:20.349Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 336 | 2026-07-21T22:40:20.352Z | Downloaded darling_core v0.23.0 |
| 337 | 2026-07-21T22:40:20.355Z | Downloaded icu_normalizer_data v2.1.1 |
| 338 | 2026-07-21T22:40:20.355Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-07-21T22:40:20.355Z | Downloaded pest_derive v2.8.6 |
| 340 | 2026-07-21T22:40:20.358Z | Downloaded icu_normalizer v2.1.1 |
| 341 | 2026-07-21T22:40:20.358Z | Downloaded tokio-rustls v0.26.4 |
| 342 | 2026-07-21T22:40:20.361Z | Downloaded tinystr v0.8.2 |
| 343 | 2026-07-21T22:40:20.361Z | Downloaded icu_provider v2.1.1 |
| 344 | 2026-07-21T22:40:20.365Z | Downloaded slog v2.8.2 |
| 345 | 2026-07-21T22:40:20.365Z | Downloaded getrandom v0.3.4 |
| 346 | 2026-07-21T22:40:20.368Z | Downloaded test-strategy v0.4.5 |
| 347 | 2026-07-21T22:40:20.368Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 348 | 2026-07-21T22:40:20.373Z | Downloaded spin v0.9.8 |
| 349 | 2026-07-21T22:40:20.375Z | Downloaded yoke v0.8.1 |
| 350 | 2026-07-21T22:40:20.375Z | Downloaded const-oid v0.10.2 |
| 351 | 2026-07-21T22:40:20.376Z | Downloaded bytes v1.11.1 |
| 352 | 2026-07-21T22:40:20.378Z | Downloaded pest_meta v2.8.6 |
| 353 | 2026-07-21T22:40:20.378Z | Downloaded futures v0.3.32 |
| 354 | 2026-07-21T22:40:20.381Z | Downloaded rand v0.9.2 |
| 355 | 2026-07-21T22:40:20.384Z | Downloaded mio v1.2.0 |
| 356 | 2026-07-21T22:40:20.387Z | Downloaded icu_properties v2.1.2 |
| 357 | 2026-07-21T22:40:20.387Z | Downloaded tinyvec v1.10.0 |
| 358 | 2026-07-21T22:40:20.390Z | Downloaded tracing-core v0.1.36 |
| 359 | 2026-07-21T22:40:20.390Z | Downloaded crossbeam-channel v0.5.15 |
| 360 | 2026-07-21T22:40:20.394Z | Downloaded memchr v2.8.0 |
| 361 | 2026-07-21T22:40:20.397Z | Downloaded unicode-ident v1.0.24 |
| 362 | 2026-07-21T22:40:20.397Z | Downloaded indexmap v2.14.0 |
| 363 | 2026-07-21T22:40:20.400Z | Downloaded uuid v1.23.4 |
| 364 | 2026-07-21T22:40:20.400Z | Downloaded quinn v0.11.9 |
| 365 | 2026-07-21T22:40:20.403Z | Downloaded icu_collections v2.1.1 |
| 366 | 2026-07-21T22:40:20.406Z | Downloaded async-compression v0.4.41 |
| 367 | 2026-07-21T22:40:20.409Z | Downloaded cc v1.2.56 |
| 368 | 2026-07-21T22:40:20.412Z | Downloaded rustls-webpki v0.103.13 |
| 369 | 2026-07-21T22:40:20.415Z | Downloaded serde v1.0.228 |
| 370 | 2026-07-21T22:40:20.415Z | Downloaded flate2 v1.1.9 |
| 371 | 2026-07-21T22:40:20.418Z | Downloaded rand v0.8.6 |
| 372 | 2026-07-21T22:40:20.421Z | Downloaded socket2 v0.6.3 |
| 373 | 2026-07-21T22:40:20.424Z | Downloaded zerotrie v0.2.3 |
| 374 | 2026-07-21T22:40:20.439Z | Downloaded url v2.5.8 |
| 375 | 2026-07-21T22:40:20.465Z | Downloaded hyper-util v0.1.20 |
| 376 | 2026-07-21T22:40:20.469Z | Downloaded http v1.4.2 |
| 377 | 2026-07-21T22:40:20.472Z | Downloaded pest v2.8.6 |
| 378 | 2026-07-21T22:40:20.472Z | Downloaded zerocopy-derive v0.8.40 |
| 379 | 2026-07-21T22:40:20.477Z | Downloaded itertools v0.14.0 |
| 380 | 2026-07-21T22:40:20.483Z | Downloaded typenum v1.20.1 |
| 381 | 2026-07-21T22:40:20.487Z | Downloaded tower v0.5.3 |
| 382 | 2026-07-21T22:40:20.490Z | Downloaded regex v1.12.3 |
| 383 | 2026-07-21T22:40:20.493Z | Downloaded hyper v1.10.1 |
| 384 | 2026-07-21T22:40:20.496Z | Downloaded zerovec v0.11.5 |
| 385 | 2026-07-21T22:40:20.499Z | Downloaded idna v1.1.0 |
| 386 | 2026-07-21T22:40:20.502Z | Downloaded icu_properties_data v2.1.2 |
| 387 | 2026-07-21T22:40:20.506Z | Downloaded tokio-util v0.7.18 |
| 388 | 2026-07-21T22:40:20.510Z | Downloaded futures-util v0.3.32 |
| 389 | 2026-07-21T22:40:20.516Z | Downloaded reqwest v0.13.2 |
| 390 | 2026-07-21T22:40:20.519Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-07-21T22:40:20.522Z | Downloaded aws-lc-rs v1.16.3 |
| 392 | 2026-07-21T22:40:20.527Z | Downloaded tower-http v0.6.8 |
| 393 | 2026-07-21T22:40:20.531Z | Downloaded iddqd v0.4.2 |
| 394 | 2026-07-21T22:40:20.535Z | Downloaded hashbrown v0.16.1 |
| 395 | 2026-07-21T22:40:20.538Z | Downloaded h2 v0.4.15 |
| 396 | 2026-07-21T22:40:20.542Z | Downloaded chrono v0.4.45 |
| 397 | 2026-07-21T22:40:20.545Z | Downloaded aho-corasick v1.1.4 |
| 398 | 2026-07-21T22:40:20.548Z | Downloaded serde_json v1.0.150 |
| 399 | 2026-07-21T22:40:20.551Z | Downloaded proptest v1.10.0 |
| 400 | 2026-07-21T22:40:20.557Z | Downloaded serde_with v3.21.0 |
| 401 | 2026-07-21T22:40:20.564Z | Downloaded winnow v1.0.3 |
| 402 | 2026-07-21T22:40:20.575Z | Downloaded time v0.3.47 |
| 403 | 2026-07-21T22:40:20.582Z | Downloaded goblin v0.10.5 |
| 404 | 2026-07-21T22:40:20.592Z | Downloaded zerocopy v0.8.40 |
| 405 | 2026-07-21T22:40:20.598Z | Downloaded syn v2.0.117 |
| 406 | 2026-07-21T22:40:20.603Z | Downloaded quinn-proto v0.11.13 |
| 407 | 2026-07-21T22:40:20.607Z | Downloaded dropshot v0.17.1 |
| 408 | 2026-07-21T22:40:20.665Z | Downloaded regress v0.10.5 |
| 409 | 2026-07-21T22:40:20.672Z | Downloaded regex-syntax v0.8.10 |
| 410 | 2026-07-21T22:40:20.675Z | Downloaded rustix v0.38.44 |
| 411 | 2026-07-21T22:40:20.686Z | Downloaded rustls v0.23.41 |
| 412 | 2026-07-21T22:40:20.693Z | Downloaded rustix v1.1.3 |
| 413 | 2026-07-21T22:40:20.704Z | Downloaded openapiv3 v2.2.0 |
| 414 | 2026-07-21T22:40:20.722Z | Downloaded tracing v0.1.44 |
| 415 | 2026-07-21T22:40:20.743Z | Downloaded regex-automata v0.4.14 |
| 416 | 2026-07-21T22:40:20.771Z | Downloaded encoding_rs v0.8.35 |
| 417 | 2026-07-21T22:40:20.783Z | Downloaded libc v0.2.185 |
| 418 | 2026-07-21T22:40:20.806Z | Downloaded tokio v1.52.1 |
| 419 | 2026-07-21T22:40:20.851Z | Downloaded ring v0.17.14 |
| 420 | 2026-07-21T22:40:21.400Z | Downloaded aws-lc-sys v0.40.0 |
| 421 | 2026-07-21T22:40:21.592Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-07-21T22:40:21.592Z | Compiling quote v1.0.45 |
| 423 | 2026-07-21T22:40:21.592Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-07-21T22:40:21.592Z | Compiling libc v0.2.185 |
| 425 | 2026-07-21T22:40:21.592Z | Checking cfg-if v1.0.4 |
| 426 | 2026-07-21T22:40:21.592Z | Compiling serde_core v1.0.228 |
| 427 | 2026-07-21T22:40:21.592Z | Checking memchr v2.8.0 |
| 428 | 2026-07-21T22:40:21.709Z | Checking itoa v1.0.17 |
| 429 | 2026-07-21T22:40:21.764Z | Compiling serde v1.0.228 |
| 430 | 2026-07-21T22:40:21.853Z | Compiling zmij v1.0.21 |
| 431 | 2026-07-21T22:40:21.881Z | Compiling serde_json v1.0.150 |
| 432 | 2026-07-21T22:40:22.157Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-07-21T22:40:22.160Z | Checking smallvec v1.15.1 |
| 434 | 2026-07-21T22:40:22.184Z | Checking bytes v1.11.1 |
| 435 | 2026-07-21T22:40:22.243Z | Checking futures-core v0.3.32 |
| 436 | 2026-07-21T22:40:22.333Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-07-21T22:40:22.351Z | Checking once_cell v1.21.3 |
| 438 | 2026-07-21T22:40:22.512Z | Checking scopeguard v1.2.0 |
| 439 | 2026-07-21T22:40:22.572Z | Checking errno v0.3.14 |
| 440 | 2026-07-21T22:40:22.603Z | Checking lock_api v0.4.14 |
| 441 | 2026-07-21T22:40:22.608Z | Compiling shlex v1.3.0 |
| 442 | 2026-07-21T22:40:22.674Z | Compiling find-msvc-tools v0.1.9 |
| 443 | 2026-07-21T22:40:22.796Z | Compiling jobserver v0.1.34 |
| 444 | 2026-07-21T22:40:22.796Z | Compiling getrandom v0.4.1 |
| 445 | 2026-07-21T22:40:22.840Z | Checking parking_lot v0.12.5 |
| 446 | 2026-07-21T22:40:22.898Z | Checking signal-hook-registry v1.4.8 |
| 447 | 2026-07-21T22:40:22.925Z | Checking socket2 v0.6.3 |
| 448 | 2026-07-21T22:40:22.980Z | Compiling syn v2.0.117 |
| 449 | 2026-07-21T22:40:23.011Z | Compiling cc v1.2.56 |
| 450 | 2026-07-21T22:40:23.023Z | Checking mio v1.2.0 |
| 451 | 2026-07-21T22:40:23.048Z | Checking futures-sink v0.3.32 |
| 452 | 2026-07-21T22:40:23.080Z | Checking stable_deref_trait v1.2.1 |
| 453 | 2026-07-21T22:40:23.136Z | Compiling rustversion v1.0.22 |
| 454 | 2026-07-21T22:40:23.146Z | Compiling fs_extra v1.3.0 |
| 455 | 2026-07-21T22:40:23.158Z | Compiling autocfg v1.5.0 |
| 456 | 2026-07-21T22:40:23.222Z | Compiling thiserror v2.0.18 |
| 457 | 2026-07-21T22:40:23.292Z | Compiling dunce v1.0.5 |
| 458 | 2026-07-21T22:40:23.380Z | Compiling zerocopy v0.8.40 |
| 459 | 2026-07-21T22:40:23.495Z | Compiling num-traits v0.2.19 |
| 460 | 2026-07-21T22:40:23.517Z | Checking slab v0.4.12 |
| 461 | 2026-07-21T22:40:23.719Z | Compiling cmake v0.1.57 |
| 462 | 2026-07-21T22:40:23.739Z | Checking futures-channel v0.3.32 |
| 463 | 2026-07-21T22:40:23.804Z | Checking equivalent v1.0.2 |
| 464 | 2026-07-21T22:40:23.880Z | Checking zeroize v1.8.2 |
| 465 | 2026-07-21T22:40:24.017Z | Checking http v1.4.2 |
| 466 | 2026-07-21T22:40:24.282Z | Checking bitflags v2.11.0 |
| 467 | 2026-07-21T22:40:24.293Z | Compiling ucd-trie v0.1.7 |
| 468 | 2026-07-21T22:40:24.297Z | Compiling aws-lc-sys v0.40.0 |
| 469 | 2026-07-21T22:40:24.418Z | Checking futures-io v0.3.32 |
| 470 | 2026-07-21T22:40:24.432Z | Checking log v0.4.29 |
| 471 | 2026-07-21T22:40:24.432Z | Checking futures-task v0.3.32 |
| 472 | 2026-07-21T22:40:24.524Z | Compiling aws-lc-rs v1.16.3 |
| 473 | 2026-07-21T22:40:24.535Z | Compiling pest v2.8.6 |
| 474 | 2026-07-21T22:40:24.585Z | Checking rustls-pki-types v1.14.0 |
| 475 | 2026-07-21T22:40:24.607Z | Checking iana-time-zone v0.1.65 |
| 476 | 2026-07-21T22:40:24.627Z | Checking fnv v1.0.7 |
| 477 | 2026-07-21T22:40:24.707Z | Compiling httparse v1.10.1 |
| 478 | 2026-07-21T22:40:24.719Z | Checking litemap v0.8.1 |
| 479 | 2026-07-21T22:40:24.849Z | Checking writeable v0.6.2 |
| 480 | 2026-07-21T22:40:24.869Z | Checking hashbrown v0.17.0 |
| 481 | 2026-07-21T22:40:24.889Z | Compiling schemars v0.8.22 |
| 482 | 2026-07-21T22:40:25.005Z | Checking http-body v1.0.1 |
| 483 | 2026-07-21T22:40:25.114Z | Compiling slog v2.8.2 |
| 484 | 2026-07-21T22:40:25.127Z | Checking semver v1.0.28 |
| 485 | 2026-07-21T22:40:25.152Z | Checking uuid v1.23.4 |
| 486 | 2026-07-21T22:40:25.351Z | Checking tracing-core v0.1.36 |
| 487 | 2026-07-21T22:40:25.363Z | Checking dyn-clone v1.0.20 |
| 488 | 2026-07-21T22:40:25.376Z | Checking indexmap v2.14.0 |
| 489 | 2026-07-21T22:40:25.450Z | Compiling rustls v0.23.41 |
| 490 | 2026-07-21T22:40:25.462Z | Checking percent-encoding v2.3.2 |
| 491 | 2026-07-21T22:40:25.600Z | Checking untrusted v0.9.0 |
| 492 | 2026-07-21T22:40:25.655Z | Compiling pest_meta v2.8.6 |
| 493 | 2026-07-21T22:40:25.667Z | Compiling heck v0.5.0 |
| 494 | 2026-07-21T22:40:25.700Z | Compiling icu_normalizer_data v2.1.1 |
| 495 | 2026-07-21T22:40:25.791Z | Compiling icu_properties_data v2.1.2 |
| 496 | 2026-07-21T22:40:25.858Z | Compiling synstructure v0.13.2 |
| 497 | 2026-07-21T22:40:25.875Z | Compiling serde_derive_internals v0.29.1 |
| 498 | 2026-07-21T22:40:25.923Z | Checking atomic-waker v1.1.2 |
| 499 | 2026-07-21T22:40:25.963Z | Checking tracing v0.1.44 |
| 500 | 2026-07-21T22:40:26.045Z | Compiling rustix v1.1.3 |
| 501 | 2026-07-21T22:40:26.134Z | Compiling getrandom v0.3.4 |
| 502 | 2026-07-21T22:40:26.229Z | Compiling pest_generator v2.8.6 |
| 503 | 2026-07-21T22:40:26.331Z | Checking tower-layer v0.3.3 |
| 504 | 2026-07-21T22:40:26.382Z | Checking try-lock v0.2.5 |
| 505 | 2026-07-21T22:40:26.458Z | Checking tower-service v0.3.3 |
| 506 | 2026-07-21T22:40:26.470Z | Checking fastrand v2.3.0 |
| 507 | 2026-07-21T22:40:26.540Z | Checking subtle v2.6.1 |
| 508 | 2026-07-21T22:40:26.580Z | Checking base64 v0.22.1 |
| 509 | 2026-07-21T22:40:26.641Z | Checking want v0.3.1 |
| 510 | 2026-07-21T22:40:26.863Z | Checking httpdate v1.0.3 |
| 511 | 2026-07-21T22:40:26.883Z | Compiling paste v1.0.15 |
| 512 | 2026-07-21T22:40:26.991Z | Checking form_urlencoded v1.2.2 |
| 513 | 2026-07-21T22:40:27.010Z | Compiling serde_derive v1.0.228 |
| 514 | 2026-07-21T22:40:27.029Z | Compiling zerocopy-derive v0.8.40 |
| 515 | 2026-07-21T22:40:27.045Z | Compiling zerofrom-derive v0.1.6 |
| 516 | 2026-07-21T22:40:27.065Z | Compiling yoke-derive v0.8.1 |
| 517 | 2026-07-21T22:40:27.104Z | Compiling tokio-macros v2.7.0 |
| 518 | 2026-07-21T22:40:27.159Z | Compiling zerovec-derive v0.11.2 |
| 519 | 2026-07-21T22:40:27.473Z | Compiling thiserror-impl v2.0.18 |
| 520 | 2026-07-21T22:40:27.808Z | Checking tokio v1.52.1 |
| 521 | 2026-07-21T22:40:28.044Z | Compiling displaydoc v0.2.5 |
| 522 | 2026-07-21T22:40:28.183Z | Checking zerofrom v0.1.6 |
| 523 | 2026-07-21T22:40:28.207Z | Compiling futures-macro v0.3.32 |
| 524 | 2026-07-21T22:40:28.291Z | Checking yoke v0.8.1 |
| 525 | 2026-07-21T22:40:28.462Z | Checking zerovec v0.11.5 |
| 526 | 2026-07-21T22:40:28.669Z | Compiling schemars_derive v0.8.22 |
| 527 | 2026-07-21T22:40:28.761Z | Checking zerotrie v0.2.3 |
| 528 | 2026-07-21T22:40:28.881Z | Checking tinystr v0.8.2 |
| 529 | 2026-07-21T22:40:28.990Z | Checking futures-util v0.3.32 |
| 530 | 2026-07-21T22:40:29.004Z | Checking potential_utf v0.1.4 |
| 531 | 2026-07-21T22:40:29.050Z | Checking icu_locale_core v2.1.1 |
| 532 | 2026-07-21T22:40:29.118Z | Checking icu_collections v2.1.1 |
| 533 | 2026-07-21T22:40:29.405Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-07-21T22:40:29.576Z | Checking icu_provider v2.1.1 |
| 535 | 2026-07-21T22:40:29.924Z | Checking icu_properties v2.1.2 |
| 536 | 2026-07-21T22:40:29.984Z | Checking icu_normalizer v2.1.1 |
| 537 | 2026-07-21T22:40:30.007Z | Checking chrono v0.4.45 |
| 538 | 2026-07-21T22:40:30.269Z | Checking erased-serde v0.3.31 |
| 539 | 2026-07-21T22:40:30.283Z | Compiling serde_tokenstream v0.2.3 |
| 540 | 2026-07-21T22:40:30.747Z | Compiling scroll_derive v0.13.1 |
| 541 | 2026-07-21T22:40:30.788Z | Checking tokio-util v0.7.18 |
| 542 | 2026-07-21T22:40:30.850Z | Compiling structmeta-derive v0.3.0 |
| 543 | 2026-07-21T22:40:31.054Z | Checking ppv-lite86 v0.2.21 |
| 544 | 2026-07-21T22:40:31.182Z | Checking h2 v0.4.15 |
| 545 | 2026-07-21T22:40:31.346Z | Checking ipnet v2.11.0 |
| 546 | 2026-07-21T22:40:31.456Z | Compiling num-conv v0.2.0 |
| 547 | 2026-07-21T22:40:31.539Z | Compiling usdt-impl v0.6.0 |
| 548 | 2026-07-21T22:40:31.575Z | Compiling crc32fast v1.5.0 |
| 549 | 2026-07-21T22:40:31.656Z | Checking typenum v1.20.1 |
| 550 | 2026-07-21T22:40:31.779Z | Checking powerfmt v0.2.0 |
| 551 | 2026-07-21T22:40:31.812Z | Compiling time-core v0.1.8 |
| 552 | 2026-07-21T22:40:31.856Z | Compiling version_check v0.9.5 |
| 553 | 2026-07-21T22:40:31.871Z | Compiling structmeta v0.3.0 |
| 554 | 2026-07-21T22:40:31.916Z | Checking deranged v0.5.8 |
| 555 | 2026-07-21T22:40:31.946Z | Compiling time-macros v0.2.27 |
| 556 | 2026-07-21T22:40:32.125Z | Checking scroll v0.13.0 |
| 557 | 2026-07-21T22:40:32.337Z | Checking ipnetwork v0.21.1 |
| 558 | 2026-07-21T22:40:32.397Z | Checking hybrid-array v0.4.13 |
| 559 | 2026-07-21T22:40:32.525Z | Checking idna_adapter v1.2.1 |
| 560 | 2026-07-21T22:40:32.636Z | Compiling dtrace-parser v0.3.0 |
| 561 | 2026-07-21T22:40:32.813Z | Checking tempfile v3.25.0 |
| 562 | 2026-07-21T22:40:32.827Z | Checking rand_core v0.9.5 |
| 563 | 2026-07-21T22:40:32.904Z | Compiling thread-id v5.1.0 |
| 564 | 2026-07-21T22:40:32.915Z | Checking sync_wrapper v1.0.2 |
| 565 | 2026-07-21T22:40:32.979Z | Compiling ident_case v1.0.1 |
| 566 | 2026-07-21T22:40:32.990Z | Compiling omicron-workspace-hack v0.1.0 |
| 567 | 2026-07-21T22:40:33.002Z | Checking regex-syntax v0.8.10 |
| 568 | 2026-07-21T22:40:33.012Z | Checking openssl-probe v0.2.1 |
| 569 | 2026-07-21T22:40:33.069Z | Checking hyper v1.10.1 |
| 570 | 2026-07-21T22:40:33.090Z | Checking simd-adler32 v0.3.8 |
| 571 | 2026-07-21T22:40:33.107Z | Checking utf8_iter v1.0.4 |
| 572 | 2026-07-21T22:40:33.201Z | Checking adler2 v2.0.1 |
| 573 | 2026-07-21T22:40:33.241Z | Checking num_threads v0.1.7 |
| 574 | 2026-07-21T22:40:33.297Z | Compiling dof v0.4.0 |
| 575 | 2026-07-21T22:40:33.316Z | Checking ryu v1.0.23 |
| 576 | 2026-07-21T22:40:33.329Z | Compiling strsim v0.11.1 |
| 577 | 2026-07-21T22:40:33.358Z | Compiling crossbeam-utils v0.8.21 |
| 578 | 2026-07-21T22:40:33.442Z | Compiling byteorder v1.5.0 |
| 579 | 2026-07-21T22:40:33.474Z | Checking plain v0.2.3 |
| 580 | 2026-07-21T22:40:33.629Z | Checking goblin v0.10.5 |
| 581 | 2026-07-21T22:40:33.659Z | Compiling darling_core v0.23.0 |
| 582 | 2026-07-21T22:40:33.684Z | Checking serde_urlencoded v0.7.1 |
| 583 | 2026-07-21T22:40:33.974Z | Checking hyper-util v0.1.20 |
| 584 | 2026-07-21T22:40:33.985Z | Checking time v0.3.47 |
| 585 | 2026-07-21T22:40:34.305Z | Checking miniz_oxide v0.8.9 |
| 586 | 2026-07-21T22:40:34.393Z | Checking idna v1.1.0 |
| 587 | 2026-07-21T22:40:34.624Z | Checking rustls-native-certs v0.8.3 |
| 588 | 2026-07-21T22:40:34.648Z | Checking tower v0.5.3 |
| 589 | 2026-07-21T22:40:34.734Z | Checking oxnet v0.1.6 |
| 590 | 2026-07-21T22:40:34.904Z | Checking newtype-uuid v1.3.2 |
| 591 | 2026-07-21T22:40:34.935Z | Compiling daft-derive v0.1.7 |
| 592 | 2026-07-21T22:40:34.958Z | Checking http-body-util v0.1.3 |
| 593 | 2026-07-21T22:40:35.018Z | Compiling aho-corasick v1.1.4 |
| 594 | 2026-07-21T22:40:35.031Z | Checking getrandom v0.2.17 |
| 595 | 2026-07-21T22:40:35.061Z | Compiling camino v1.2.2 |
| 596 | 2026-07-21T22:40:35.163Z | Checking iri-string v0.7.10 |
| 597 | 2026-07-21T22:40:35.390Z | Checking pretty-hex v0.4.1 |
| 598 | 2026-07-21T22:40:35.501Z | Compiling rustix v0.38.44 |
| 599 | 2026-07-21T22:40:35.760Z | Compiling darling_macro v0.23.0 |
| 600 | 2026-07-21T22:40:35.912Z | Checking daft v0.1.7 |
| 601 | 2026-07-21T22:40:35.964Z | Checking rand_core v0.6.4 |
| 602 | 2026-07-21T22:40:36.117Z | Checking flate2 v1.1.9 |
| 603 | 2026-07-21T22:40:36.179Z | Checking tower-http v0.6.8 |
| 604 | 2026-07-21T22:40:36.400Z | Checking url v2.5.8 |
| 605 | 2026-07-21T22:40:36.435Z | Checking rand_chacha v0.9.0 |
| 606 | 2026-07-21T22:40:36.522Z | Checking block-buffer v0.12.1 |
| 607 | 2026-07-21T22:40:36.538Z | Checking crypto-common v0.2.2 |
| 608 | 2026-07-21T22:40:36.613Z | Compiling regex-automata v0.4.14 |
| 609 | 2026-07-21T22:40:36.655Z | Compiling multer v3.1.0 |
| 610 | 2026-07-21T22:40:36.730Z | Checking wait-timeout v0.2.1 |
| 611 | 2026-07-21T22:40:36.859Z | Checking thread_local v1.1.9 |
| 612 | 2026-07-21T22:40:36.878Z | Checking winnow v1.0.3 |
| 613 | 2026-07-21T22:40:37.011Z | Checking const-oid v0.10.2 |
| 614 | 2026-07-21T22:40:37.025Z | Checking bit-vec v0.8.0 |
| 615 | 2026-07-21T22:40:37.155Z | Checking quick-error v1.2.3 |
| 616 | 2026-07-21T22:40:37.158Z | Checking allocator-api2 v0.2.21 |
| 617 | 2026-07-21T22:40:37.180Z | Checking compression-core v0.4.31 |
| 618 | 2026-07-21T22:40:37.209Z | Compiling slog-async v2.8.0 |
| 619 | 2026-07-21T22:40:37.292Z | Compiling ref-cast v1.0.25 |
| 620 | 2026-07-21T22:40:37.431Z | Checking match_cfg v0.1.0 |
| 621 | 2026-07-21T22:40:37.433Z | Checking foldhash v0.2.0 |
| 622 | 2026-07-21T22:40:37.503Z | Checking hostname v0.3.1 |
| 623 | 2026-07-21T22:40:37.553Z | Checking compression-codecs v0.4.37 |
| 624 | 2026-07-21T22:40:37.573Z | Checking hashbrown v0.16.1 |
| 625 | 2026-07-21T22:40:37.586Z | Checking rusty-fork v0.3.1 |
| 626 | 2026-07-21T22:40:37.642Z | Checking bit-set v0.8.0 |
| 627 | 2026-07-21T22:40:37.704Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 628 | 2026-07-21T22:40:37.745Z | Checking digest v0.11.3 |
| 629 | 2026-07-21T22:40:37.822Z | Checking crossbeam-channel v0.5.15 |
| 630 | 2026-07-21T22:40:37.886Z | Checking rand v0.9.2 |
| 631 | 2026-07-21T22:40:38.023Z | Compiling darling v0.23.0 |
| 632 | 2026-07-21T22:40:38.059Z | Checking rand_chacha v0.3.1 |
| 633 | 2026-07-21T22:40:38.206Z | Checking slog-json v2.6.1 |
| 634 | 2026-07-21T22:40:38.238Z | Compiling regex v1.12.3 |
| 635 | 2026-07-21T22:40:38.344Z | Compiling usdt-macro v0.6.0 |
| 636 | 2026-07-21T22:40:38.355Z | Compiling usdt-attr-macro v0.6.0 |
| 637 | 2026-07-21T22:40:38.358Z | Checking rand_xorshift v0.4.0 |
| 638 | 2026-07-21T22:40:38.460Z | Compiling dropshot v0.17.1 |
| 639 | 2026-07-21T22:40:38.622Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-07-21T22:40:38.688Z | Checking futures-executor v0.3.32 |
| 641 | 2026-07-21T22:40:38.711Z | Compiling async-stream-impl v0.3.6 |
| 642 | 2026-07-21T22:40:38.831Z | Compiling strum_macros v0.26.4 |
| 643 | 2026-07-21T22:40:38.848Z | Compiling ref-cast-impl v1.0.25 |
| 644 | 2026-07-21T22:40:38.981Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 645 | 2026-07-21T22:40:39.049Z | Compiling async-trait v0.1.89 |
| 646 | 2026-07-21T22:40:39.098Z | Checking serde_spanned v1.1.1 |
| 647 | 2026-07-21T22:40:39.224Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 648 | 2026-07-21T22:40:39.322Z | Checking is-terminal v0.4.17 |
| 649 | 2026-07-21T22:40:39.403Z | Checking memmap2 v0.9.10 |
| 650 | 2026-07-21T22:40:39.415Z | Checking encoding_rs v0.8.35 |
| 651 | 2026-07-21T22:40:39.426Z | Compiling anyhow v1.0.102 |
| 652 | 2026-07-21T22:40:39.436Z | Checking term v1.2.1 |
| 653 | 2026-07-21T22:40:39.556Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 654 | 2026-07-21T22:40:39.648Z | Checking unarray v0.1.4 |
| 655 | 2026-07-21T22:40:39.729Z | Checking spin v0.9.8 |
| 656 | 2026-07-21T22:40:39.745Z | Checking cpufeatures v0.3.0 |
| 657 | 2026-07-21T22:40:39.819Z | Checking mime v0.3.17 |
| 658 | 2026-07-21T22:40:39.832Z | Checking hex v0.4.3 |
| 659 | 2026-07-21T22:40:39.988Z | Checking take_mut v0.2.2 |
| 660 | 2026-07-21T22:40:40.000Z | Checking sha1 v0.11.0 |
| 661 | 2026-07-21T22:40:40.023Z | Compiling dropshot_endpoint v0.17.1 |
| 662 | 2026-07-21T22:40:40.035Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 663 | 2026-07-21T22:40:40.153Z | Compiling test-strategy v0.4.5 |
| 664 | 2026-07-21T22:40:40.165Z | Checking proptest v1.10.0 |
| 665 | 2026-07-21T22:40:40.243Z | Checking toml v1.1.2+spec-1.1.0 |
| 666 | 2026-07-21T22:40:40.367Z | Checking slog-term v2.9.2 |
| 667 | 2026-07-21T22:40:40.413Z | Checking strum v0.26.3 |
| 668 | 2026-07-21T22:40:40.516Z | Checking usdt v0.6.0 |
| 669 | 2026-07-21T22:40:40.604Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 670 | 2026-07-21T22:40:40.653Z | Checking async-stream v0.3.6 |
| 671 | 2026-07-21T22:40:40.668Z | Compiling parse-display-derive v0.10.0 |
| 672 | 2026-07-21T22:40:40.772Z | Checking futures v0.3.32 |
| 673 | 2026-07-21T22:40:40.806Z | Checking atomicwrites v0.4.4 |
| 674 | 2026-07-21T22:40:40.885Z | Checking slog-bunyan v2.5.0 |
| 675 | 2026-07-21T22:40:40.920Z | Checking rand v0.8.6 |
| 676 | 2026-07-21T22:40:40.977Z | Compiling serde_with_macros v3.21.0 |
| 677 | 2026-07-21T22:40:40.991Z | Checking async-compression v0.4.41 |
| 678 | 2026-07-21T22:40:41.349Z | Compiling newtype-uuid-macros v0.1.0 |
| 679 | 2026-07-21T22:40:41.419Z | Checking openapiv3 v2.2.0 |
| 680 | 2026-07-21T22:40:41.454Z | Compiling strum_macros v0.27.2 |
| 681 | 2026-07-21T22:40:41.611Z | Checking backon v1.6.0 |
| 682 | 2026-07-21T22:40:41.768Z | Checking waitgroup v0.1.2 |
| 683 | 2026-07-21T22:40:41.794Z | Checking rustls-pemfile v2.2.0 |
| 684 | 2026-07-21T22:40:41.862Z | Checking serde_path_to_error v0.1.20 |
| 685 | 2026-07-21T22:40:41.925Z | Checking hostname v0.4.2 |
| 686 | 2026-07-21T22:40:42.024Z | Checking instant v0.1.13 |
| 687 | 2026-07-21T22:40:42.038Z | Checking debug-ignore v1.0.5 |
| 688 | 2026-07-21T22:40:42.154Z | Checking either v1.15.0 |
| 689 | 2026-07-21T22:40:42.243Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 690 | 2026-07-21T22:40:42.243Z | Checking backoff v0.4.0 |
| 691 | 2026-07-21T22:40:42.243Z | Checking serde_with v3.21.0 |
| 692 | 2026-07-21T22:40:42.243Z | Checking parse-display v0.10.0 |
| 693 | 2026-07-21T22:40:42.336Z | Checking itertools v0.14.0 |
| 694 | 2026-07-21T22:40:42.447Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 695 | 2026-07-21T22:40:42.448Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 696 | 2026-07-21T22:40:42.565Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 697 | 2026-07-21T22:40:42.634Z | Checking iddqd v0.4.2 |
| 698 | 2026-07-21T22:40:42.761Z | Checking regress v0.10.5 |
| 699 | 2026-07-21T22:40:42.845Z | Checking macaddr v1.0.1 |
| 700 | 2026-07-21T22:40:42.966Z | Checking humantime v2.3.0 |
| 701 | 2026-07-21T22:40:43.245Z | Checking strum v0.27.2 |
| 702 | 2026-07-21T22:40:47.449Z | Checking rustls-webpki v0.103.13 |
| 703 | 2026-07-21T22:40:49.635Z | Checking tokio-rustls v0.26.4 |
| 704 | 2026-07-21T22:40:49.639Z | Checking rustls-platform-verifier v0.6.2 |
| 705 | 2026-07-21T22:40:49.812Z | Checking hyper-rustls v0.27.7 |
| 706 | 2026-07-21T22:40:49.960Z | Checking reqwest v0.13.2 |
| 707 | 2026-07-21T22:40:50.528Z | Checking progenitor-client v0.14.0 |
| 708 | 2026-07-21T22:40:50.709Z | Checking progenitor-extras v0.2.0 |
| 709 | 2026-07-21T22:40:51.418Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 710 | 2026-07-21T22:40:54.411Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 711 | 2026-07-21T22:40:54.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s |
| 712 | 2026-07-21T22:40:54.607Z | + cargo build --release |
| 713 | 2026-07-21T22:40:54.775Z | Compiling proc-macro2 v1.0.106 |
| 714 | 2026-07-21T22:40:54.775Z | Compiling quote v1.0.45 |
| 715 | 2026-07-21T22:40:54.775Z | Compiling unicode-ident v1.0.24 |
| 716 | 2026-07-21T22:40:54.775Z | Compiling libc v0.2.185 |
| 717 | 2026-07-21T22:40:54.775Z | Compiling cfg-if v1.0.4 |
| 718 | 2026-07-21T22:40:54.775Z | Compiling serde_core v1.0.228 |
| 719 | 2026-07-21T22:40:54.775Z | Compiling memchr v2.8.0 |
| 720 | 2026-07-21T22:40:54.778Z | Compiling itoa v1.0.17 |
| 721 | 2026-07-21T22:40:54.872Z | Compiling serde v1.0.228 |
| 722 | 2026-07-21T22:40:54.913Z | Compiling zmij v1.0.21 |
| 723 | 2026-07-21T22:40:55.047Z | Compiling serde_json v1.0.150 |
| 724 | 2026-07-21T22:40:55.205Z | Compiling pin-project-lite v0.2.17 |
| 725 | 2026-07-21T22:40:55.210Z | Compiling smallvec v1.15.1 |
| 726 | 2026-07-21T22:40:55.297Z | Compiling bytes v1.11.1 |
| 727 | 2026-07-21T22:40:55.446Z | Compiling futures-core v0.3.32 |
| 728 | 2026-07-21T22:40:55.639Z | Compiling errno v0.3.14 |
| 729 | 2026-07-21T22:40:55.731Z | Compiling parking_lot_core v0.9.12 |
| 730 | 2026-07-21T22:40:55.844Z | Compiling once_cell v1.21.3 |
| 731 | 2026-07-21T22:40:55.952Z | Compiling scopeguard v1.2.0 |
| 732 | 2026-07-21T22:40:55.954Z | Compiling jobserver v0.1.34 |
| 733 | 2026-07-21T22:40:56.011Z | Compiling syn v2.0.117 |
| 734 | 2026-07-21T22:40:56.059Z | Compiling lock_api v0.4.14 |
| 735 | 2026-07-21T22:40:56.074Z | Compiling shlex v1.3.0 |
| 736 | 2026-07-21T22:40:56.144Z | Compiling find-msvc-tools v0.1.9 |
| 737 | 2026-07-21T22:40:56.150Z | Compiling getrandom v0.4.1 |
| 738 | 2026-07-21T22:40:56.245Z | Compiling parking_lot v0.12.5 |
| 739 | 2026-07-21T22:40:56.267Z | Compiling signal-hook-registry v1.4.8 |
| 740 | 2026-07-21T22:40:56.287Z | Compiling cc v1.2.56 |
| 741 | 2026-07-21T22:40:56.363Z | Compiling socket2 v0.6.3 |
| 742 | 2026-07-21T22:40:56.426Z | Compiling mio v1.2.0 |
| 743 | 2026-07-21T22:40:56.434Z | Compiling futures-sink v0.3.32 |
| 744 | 2026-07-21T22:40:56.532Z | Compiling stable_deref_trait v1.2.1 |
| 745 | 2026-07-21T22:40:56.603Z | Compiling thiserror v2.0.18 |
| 746 | 2026-07-21T22:40:56.947Z | Compiling dunce v1.0.5 |
| 747 | 2026-07-21T22:40:56.950Z | Compiling rustversion v1.0.22 |
| 748 | 2026-07-21T22:40:57.104Z | Compiling cmake v0.1.57 |
| 749 | 2026-07-21T22:40:57.137Z | Compiling fs_extra v1.3.0 |
| 750 | 2026-07-21T22:40:57.155Z | Compiling autocfg v1.5.0 |
| 751 | 2026-07-21T22:40:57.203Z | Compiling zerocopy v0.8.40 |
| 752 | 2026-07-21T22:40:57.333Z | Compiling slab v0.4.12 |
| 753 | 2026-07-21T22:40:57.478Z | Compiling num-traits v0.2.19 |
| 754 | 2026-07-21T22:40:57.522Z | Compiling futures-channel v0.3.32 |
| 755 | 2026-07-21T22:40:57.537Z | Compiling aws-lc-sys v0.40.0 |
| 756 | 2026-07-21T22:40:57.617Z | Compiling equivalent v1.0.2 |
| 757 | 2026-07-21T22:40:57.696Z | Compiling zeroize v1.8.2 |
| 758 | 2026-07-21T22:40:57.762Z | Compiling http v1.4.2 |
| 759 | 2026-07-21T22:40:57.879Z | Compiling ucd-trie v0.1.7 |
| 760 | 2026-07-21T22:40:57.986Z | Compiling aws-lc-rs v1.16.3 |
| 761 | 2026-07-21T22:40:58.092Z | Compiling log v0.4.29 |
| 762 | 2026-07-21T22:40:58.290Z | Compiling bitflags v2.11.0 |
| 763 | 2026-07-21T22:40:58.300Z | Compiling futures-task v0.3.32 |
| 764 | 2026-07-21T22:40:58.458Z | Compiling futures-io v0.3.32 |
| 765 | 2026-07-21T22:40:58.639Z | Compiling pest v2.8.6 |
| 766 | 2026-07-21T22:40:58.665Z | Compiling rustls-pki-types v1.14.0 |
| 767 | 2026-07-21T22:40:58.931Z | Compiling synstructure v0.13.2 |
| 768 | 2026-07-21T22:40:59.446Z | Compiling fnv v1.0.7 |
| 769 | 2026-07-21T22:40:59.507Z | Compiling iana-time-zone v0.1.65 |
| 770 | 2026-07-21T22:40:59.536Z | Compiling serde_derive_internals v0.29.1 |
| 771 | 2026-07-21T22:40:59.542Z | Compiling schemars v0.8.22 |
| 772 | 2026-07-21T22:40:59.621Z | Compiling writeable v0.6.2 |
| 773 | 2026-07-21T22:40:59.648Z | Compiling pest_meta v2.8.6 |
| 774 | 2026-07-21T22:40:59.777Z | Compiling litemap v0.8.1 |
| 775 | 2026-07-21T22:40:59.822Z | Compiling httparse v1.10.1 |
| 776 | 2026-07-21T22:40:59.832Z | Compiling hashbrown v0.17.0 |
| 777 | 2026-07-21T22:40:59.854Z | Compiling http-body v1.0.1 |
| 778 | 2026-07-21T22:40:59.936Z | Compiling serde_derive v1.0.228 |
| 779 | 2026-07-21T22:40:59.960Z | Compiling zerocopy-derive v0.8.40 |
| 780 | 2026-07-21T22:40:59.985Z | Compiling zerofrom-derive v0.1.6 |
| 781 | 2026-07-21T22:41:00.163Z | Compiling yoke-derive v0.8.1 |
| 782 | 2026-07-21T22:41:00.245Z | Compiling tokio-macros v2.7.0 |
| 783 | 2026-07-21T22:41:00.475Z | Compiling zerovec-derive v0.11.2 |
| 784 | 2026-07-21T22:41:00.828Z | Compiling thiserror-impl v2.0.18 |
| 785 | 2026-07-21T22:41:00.969Z | Compiling tokio v1.52.1 |
| 786 | 2026-07-21T22:41:01.127Z | Compiling zerofrom v0.1.6 |
| 787 | 2026-07-21T22:41:01.137Z | Compiling displaydoc v0.2.5 |
| 788 | 2026-07-21T22:41:01.241Z | Compiling yoke v0.8.1 |
| 789 | 2026-07-21T22:41:01.420Z | Compiling futures-macro v0.3.32 |
| 790 | 2026-07-21T22:41:01.545Z | Compiling zerovec v0.11.5 |
| 791 | 2026-07-21T22:41:01.857Z | Compiling zerotrie v0.2.3 |
| 792 | 2026-07-21T22:41:02.034Z | Compiling indexmap v2.14.0 |
| 793 | 2026-07-21T22:41:02.121Z | Compiling tinystr v0.8.2 |
| 794 | 2026-07-21T22:41:02.237Z | Compiling futures-util v0.3.32 |
| 795 | 2026-07-21T22:41:02.280Z | Compiling icu_locale_core v2.1.1 |
| 796 | 2026-07-21T22:41:02.319Z | Compiling potential_utf v0.1.4 |
| 797 | 2026-07-21T22:41:02.491Z | Compiling schemars_derive v0.8.22 |
| 798 | 2026-07-21T22:41:03.127Z | Compiling chrono v0.4.45 |
| 799 | 2026-07-21T22:41:03.308Z | Compiling pest_generator v2.8.6 |
| 800 | 2026-07-21T22:41:03.683Z | Compiling slog v2.8.2 |
| 801 | 2026-07-21T22:41:03.900Z | Compiling uuid v1.23.4 |
| 802 | 2026-07-21T22:41:03.914Z | Compiling semver v1.0.28 |
| 803 | 2026-07-21T22:41:04.435Z | Compiling tracing-core v0.1.36 |
| 804 | 2026-07-21T22:41:04.479Z | Compiling heck v0.5.0 |
| 805 | 2026-07-21T22:41:04.550Z | Compiling percent-encoding v2.3.2 |
| 806 | 2026-07-21T22:41:04.559Z | Compiling icu_normalizer_data v2.1.1 |
| 807 | 2026-07-21T22:41:04.664Z | Compiling untrusted v0.9.0 |
| 808 | 2026-07-21T22:41:04.785Z | Compiling dyn-clone v1.0.20 |
| 809 | 2026-07-21T22:41:04.791Z | Compiling icu_properties_data v2.1.2 |
| 810 | 2026-07-21T22:41:04.810Z | Compiling atomic-waker v1.1.2 |
| 811 | 2026-07-21T22:41:04.905Z | Compiling rustls v0.23.41 |
| 812 | 2026-07-21T22:41:04.918Z | Compiling tokio-util v0.7.18 |
| 813 | 2026-07-21T22:41:05.029Z | Compiling tracing v0.1.44 |
| 814 | 2026-07-21T22:41:05.155Z | Compiling pest_derive v2.8.6 |
| 815 | 2026-07-21T22:41:05.499Z | Compiling erased-serde v0.3.31 |
| 816 | 2026-07-21T22:41:05.673Z | Compiling icu_provider v2.1.1 |
| 817 | 2026-07-21T22:41:05.830Z | Compiling icu_collections v2.1.1 |
| 818 | 2026-07-21T22:41:06.132Z | Compiling base64 v0.22.1 |
| 819 | 2026-07-21T22:41:06.268Z | Compiling tower-layer v0.3.3 |
| 820 | 2026-07-21T22:41:06.460Z | Compiling fastrand v2.3.0 |
| 821 | 2026-07-21T22:41:06.536Z | Compiling subtle v2.6.1 |
| 822 | 2026-07-21T22:41:06.557Z | Compiling rustix v1.1.3 |
| 823 | 2026-07-21T22:41:06.583Z | Compiling try-lock v0.2.5 |
| 824 | 2026-07-21T22:41:06.597Z | Compiling tower-service v0.3.3 |
| 825 | 2026-07-21T22:41:06.679Z | Compiling getrandom v0.3.4 |
| 826 | 2026-07-21T22:41:06.687Z | Compiling want v0.3.1 |
| 827 | 2026-07-21T22:41:06.912Z | Compiling h2 v0.4.15 |
| 828 | 2026-07-21T22:41:07.078Z | Compiling ppv-lite86 v0.2.21 |
| 829 | 2026-07-21T22:41:07.090Z | Compiling serde_tokenstream v0.2.3 |
| 830 | 2026-07-21T22:41:07.176Z | Compiling httpdate v1.0.3 |
| 831 | 2026-07-21T22:41:07.373Z | Compiling paste v1.0.15 |
| 832 | 2026-07-21T22:41:07.433Z | Compiling icu_properties v2.1.2 |
| 833 | 2026-07-21T22:41:07.706Z | Compiling icu_normalizer v2.1.1 |
| 834 | 2026-07-21T22:41:08.896Z | Compiling form_urlencoded v1.2.2 |
| 835 | 2026-07-21T22:41:08.899Z | Compiling structmeta-derive v0.3.0 |
| 836 | 2026-07-21T22:41:08.960Z | Compiling scroll_derive v0.13.1 |
| 837 | 2026-07-21T22:41:09.498Z | Compiling hyper v1.10.1 |
| 838 | 2026-07-21T22:41:09.798Z | Compiling version_check v0.9.5 |
| 839 | 2026-07-21T22:41:09.937Z | Compiling usdt-impl v0.6.0 |
| 840 | 2026-07-21T22:41:09.992Z | Compiling crc32fast v1.5.0 |
| 841 | 2026-07-21T22:41:10.059Z | Compiling time-core v0.1.8 |
| 842 | 2026-07-21T22:41:10.189Z | Compiling omicron-workspace-hack v0.1.0 |
| 843 | 2026-07-21T22:41:10.197Z | Compiling num-conv v0.2.0 |
| 844 | 2026-07-21T22:41:10.287Z | Compiling powerfmt v0.2.0 |
| 845 | 2026-07-21T22:41:10.314Z | Compiling typenum v1.20.1 |
| 846 | 2026-07-21T22:41:10.414Z | Compiling ipnet v2.11.0 |
| 847 | 2026-07-21T22:41:10.542Z | Compiling deranged v0.5.8 |
| 848 | 2026-07-21T22:41:11.128Z | Compiling hybrid-array v0.4.13 |
| 849 | 2026-07-21T22:41:11.603Z | Compiling dof v0.4.0 |
| 850 | 2026-07-21T22:41:11.634Z | Compiling hyper-util v0.1.20 |
| 851 | 2026-07-21T22:41:11.637Z | Compiling time-macros v0.2.27 |
| 852 | 2026-07-21T22:41:12.334Z | Compiling structmeta v0.3.0 |
| 853 | 2026-07-21T22:41:12.533Z | Compiling scroll v0.13.0 |
| 854 | 2026-07-21T22:41:12.637Z | Compiling rand_core v0.9.5 |
| 855 | 2026-07-21T22:41:12.828Z | Compiling idna_adapter v1.2.1 |
| 856 | 2026-07-21T22:41:12.884Z | Compiling tempfile v3.25.0 |
| 857 | 2026-07-21T22:41:13.168Z | Compiling dtrace-parser v0.3.0 |
| 858 | 2026-07-21T22:41:13.373Z | Compiling ipnetwork v0.21.1 |
| 859 | 2026-07-21T22:41:13.446Z | Compiling thread-id v5.1.0 |
| 860 | 2026-07-21T22:41:13.523Z | Compiling sync_wrapper v1.0.2 |
| 861 | 2026-07-21T22:41:13.668Z | Compiling strsim v0.11.1 |
| 862 | 2026-07-21T22:41:13.730Z | Compiling crossbeam-utils v0.8.21 |
| 863 | 2026-07-21T22:41:13.912Z | Compiling num_threads v0.1.7 |
| 864 | 2026-07-21T22:41:13.933Z | Compiling ident_case v1.0.1 |
| 865 | 2026-07-21T22:41:13.947Z | Compiling ryu v1.0.23 |
| 866 | 2026-07-21T22:41:14.042Z | Compiling regex-syntax v0.8.10 |
| 867 | 2026-07-21T22:41:14.045Z | Compiling openssl-probe v0.2.1 |
| 868 | 2026-07-21T22:41:14.145Z | Compiling simd-adler32 v0.3.8 |
| 869 | 2026-07-21T22:41:14.246Z | Compiling utf8_iter v1.0.4 |
| 870 | 2026-07-21T22:41:14.278Z | Compiling plain v0.2.3 |
| 871 | 2026-07-21T22:41:14.386Z | Compiling byteorder v1.5.0 |
| 872 | 2026-07-21T22:41:14.386Z | Compiling adler2 v2.0.1 |
| 873 | 2026-07-21T22:41:14.539Z | Compiling miniz_oxide v0.8.9 |
| 874 | 2026-07-21T22:41:14.580Z | Compiling goblin v0.10.5 |
| 875 | 2026-07-21T22:41:14.601Z | Compiling idna v1.1.0 |
| 876 | 2026-07-21T22:41:14.978Z | Compiling rustls-native-certs v0.8.3 |
| 877 | 2026-07-21T22:41:15.356Z | Compiling serde_urlencoded v0.7.1 |
| 878 | 2026-07-21T22:41:15.629Z | Compiling darling_core v0.23.0 |
| 879 | 2026-07-21T22:41:15.807Z | Compiling time v0.3.47 |
| 880 | 2026-07-21T22:41:16.658Z | Compiling oxnet v0.1.6 |
| 881 | 2026-07-21T22:41:16.691Z | Compiling tower v0.5.3 |
| 882 | 2026-07-21T22:41:16.946Z | Compiling newtype-uuid v1.3.2 |
| 883 | 2026-07-21T22:41:17.289Z | Compiling http-body-util v0.1.3 |
| 884 | 2026-07-21T22:41:17.553Z | Compiling daft-derive v0.1.7 |
| 885 | 2026-07-21T22:41:17.603Z | Compiling aho-corasick v1.1.4 |
| 886 | 2026-07-21T22:41:17.678Z | Compiling getrandom v0.2.17 |
| 887 | 2026-07-21T22:41:17.891Z | Compiling pretty-hex v0.4.1 |
| 888 | 2026-07-21T22:41:18.022Z | Compiling iri-string v0.7.10 |
| 889 | 2026-07-21T22:41:18.289Z | Compiling camino v1.2.2 |
| 890 | 2026-07-21T22:41:18.625Z | Compiling rustix v0.38.44 |
| 891 | 2026-07-21T22:41:18.910Z | Compiling daft v0.1.7 |
| 892 | 2026-07-21T22:41:19.062Z | Compiling rand_core v0.6.4 |
| 893 | 2026-07-21T22:41:19.165Z | Compiling darling_macro v0.23.0 |
| 894 | 2026-07-21T22:41:19.312Z | Compiling flate2 v1.1.9 |
| 895 | 2026-07-21T22:41:19.742Z | Compiling regex-automata v0.4.14 |
| 896 | 2026-07-21T22:41:19.851Z | Compiling tower-http v0.6.8 |
| 897 | 2026-07-21T22:41:21.261Z | Compiling url v2.5.8 |
| 898 | 2026-07-21T22:41:21.616Z | Compiling rand_chacha v0.9.0 |
| 899 | 2026-07-21T22:41:22.082Z | Compiling block-buffer v0.12.1 |
| 900 | 2026-07-21T22:41:22.168Z | Compiling crypto-common v0.2.2 |
| 901 | 2026-07-21T22:41:22.255Z | Compiling multer v3.1.0 |
| 902 | 2026-07-21T22:41:22.266Z | Compiling wait-timeout v0.2.1 |
| 903 | 2026-07-21T22:41:22.748Z | Compiling thread_local v1.1.9 |
| 904 | 2026-07-21T22:41:22.834Z | Compiling compression-core v0.4.31 |
| 905 | 2026-07-21T22:41:23.001Z | Compiling quick-error v1.2.3 |
| 906 | 2026-07-21T22:41:23.103Z | Compiling ref-cast v1.0.25 |
| 907 | 2026-07-21T22:41:23.341Z | Compiling match_cfg v0.1.0 |
| 908 | 2026-07-21T22:41:23.406Z | Compiling allocator-api2 v0.2.21 |
| 909 | 2026-07-21T22:41:23.419Z | Compiling bit-vec v0.8.0 |
| 910 | 2026-07-21T22:41:23.457Z | Compiling slog-async v2.8.0 |
| 911 | 2026-07-21T22:41:23.707Z | Compiling foldhash v0.2.0 |
| 912 | 2026-07-21T22:41:23.735Z | Compiling const-oid v0.10.2 |
| 913 | 2026-07-21T22:41:23.753Z | Compiling winnow v1.0.3 |
| 914 | 2026-07-21T22:41:23.827Z | Compiling bit-set v0.8.0 |
| 915 | 2026-07-21T22:41:23.988Z | Compiling digest v0.11.3 |
| 916 | 2026-07-21T22:41:24.011Z | Compiling hashbrown v0.16.1 |
| 917 | 2026-07-21T22:41:24.165Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 918 | 2026-07-21T22:41:24.221Z | Compiling hostname v0.3.1 |
| 919 | 2026-07-21T22:41:24.742Z | Compiling rusty-fork v0.3.1 |
| 920 | 2026-07-21T22:41:25.481Z | Compiling compression-codecs v0.4.37 |
| 921 | 2026-07-21T22:41:25.643Z | Compiling rand v0.9.2 |
| 922 | 2026-07-21T22:41:25.851Z | Compiling regex v1.12.3 |
| 923 | 2026-07-21T22:41:25.971Z | Compiling crossbeam-channel v0.5.15 |
| 924 | 2026-07-21T22:41:26.244Z | Compiling darling v0.23.0 |
| 925 | 2026-07-21T22:41:26.324Z | Compiling rand_chacha v0.3.1 |
| 926 | 2026-07-21T22:41:26.953Z | Compiling slog-json v2.6.1 |
| 927 | 2026-07-21T22:41:27.210Z | Compiling usdt-macro v0.6.0 |
| 928 | 2026-07-21T22:41:27.265Z | Compiling usdt-attr-macro v0.6.0 |
| 929 | 2026-07-21T22:41:27.693Z | Compiling rand_xorshift v0.4.0 |
| 930 | 2026-07-21T22:41:27.854Z | Compiling derive-ex v0.1.8 |
| 931 | 2026-07-21T22:41:27.920Z | Compiling dropshot v0.17.1 |
| 932 | 2026-07-21T22:41:28.001Z | Compiling strum_macros v0.26.4 |
| 933 | 2026-07-21T22:41:28.006Z | Compiling futures-executor v0.3.32 |
| 934 | 2026-07-21T22:41:28.160Z | Compiling async-trait v0.1.89 |
| 935 | 2026-07-21T22:41:28.566Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 936 | 2026-07-21T22:41:28.750Z | Compiling async-stream-impl v0.3.6 |
| 937 | 2026-07-21T22:41:29.065Z | Compiling ref-cast-impl v1.0.25 |
| 938 | 2026-07-21T22:41:29.118Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 939 | 2026-07-21T22:41:29.397Z | Compiling serde_spanned v1.1.1 |
| 940 | 2026-07-21T22:41:29.431Z | Compiling memmap2 v0.9.10 |
| 941 | 2026-07-21T22:41:29.536Z | Compiling is-terminal v0.4.17 |
| 942 | 2026-07-21T22:41:29.545Z | Compiling encoding_rs v0.8.35 |
| 943 | 2026-07-21T22:41:29.616Z | Compiling term v1.2.1 |
| 944 | 2026-07-21T22:41:29.626Z | Compiling take_mut v0.2.2 |
| 945 | 2026-07-21T22:41:29.664Z | Compiling spin v0.9.8 |
| 946 | 2026-07-21T22:41:29.726Z | Compiling unarray v0.1.4 |
| 947 | 2026-07-21T22:41:29.726Z | Compiling hex v0.4.3 |
| 948 | 2026-07-21T22:41:29.779Z | Compiling anyhow v1.0.102 |
| 949 | 2026-07-21T22:41:30.008Z | Compiling mime v0.3.17 |
| 950 | 2026-07-21T22:41:30.111Z | Compiling cpufeatures v0.3.0 |
| 951 | 2026-07-21T22:41:30.136Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 952 | 2026-07-21T22:41:30.178Z | Compiling sha1 v0.11.0 |
| 953 | 2026-07-21T22:41:30.367Z | Compiling toml v1.1.2+spec-1.1.0 |
| 954 | 2026-07-21T22:41:30.486Z | Compiling dropshot_endpoint v0.17.1 |
| 955 | 2026-07-21T22:41:31.563Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 956 | 2026-07-21T22:41:31.783Z | Compiling slog-term v2.9.2 |
| 957 | 2026-07-21T22:41:32.013Z | Compiling proptest v1.10.0 |
| 958 | 2026-07-21T22:41:33.243Z | Compiling strum v0.26.3 |
| 959 | 2026-07-21T22:41:33.372Z | Compiling usdt v0.6.0 |
| 960 | 2026-07-21T22:41:33.610Z | Compiling test-strategy v0.4.5 |
| 961 | 2026-07-21T22:41:33.873Z | Compiling async-stream v0.3.6 |
| 962 | 2026-07-21T22:41:34.033Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2026-07-21T22:41:34.106Z | Compiling futures v0.3.32 |
| 964 | 2026-07-21T22:41:34.238Z | Compiling slog-bunyan v2.5.0 |
| 965 | 2026-07-21T22:41:34.252Z | Compiling atomicwrites v0.4.4 |
| 966 | 2026-07-21T22:41:34.414Z | Compiling rand v0.8.6 |
| 967 | 2026-07-21T22:41:34.531Z | Compiling serde_with_macros v3.21.0 |
| 968 | 2026-07-21T22:41:34.988Z | Compiling parse-display-derive v0.10.0 |
| 969 | 2026-07-21T22:41:35.228Z | Compiling async-compression v0.4.41 |
| 970 | 2026-07-21T22:41:35.348Z | Compiling newtype-uuid-macros v0.1.0 |
| 971 | 2026-07-21T22:41:35.594Z | Compiling backon v1.6.0 |
| 972 | 2026-07-21T22:41:35.690Z | Compiling waitgroup v0.1.2 |
| 973 | 2026-07-21T22:41:35.845Z | Compiling strum_macros v0.27.2 |
| 974 | 2026-07-21T22:41:35.865Z | Compiling openapiv3 v2.2.0 |
| 975 | 2026-07-21T22:41:36.108Z | Compiling rustls-pemfile v2.2.0 |
| 976 | 2026-07-21T22:41:36.377Z | Compiling serde_path_to_error v0.1.20 |
| 977 | 2026-07-21T22:41:36.401Z | Compiling hostname v0.4.2 |
| 978 | 2026-07-21T22:41:36.467Z | Compiling instant v0.1.13 |
| 979 | 2026-07-21T22:41:36.542Z | Compiling debug-ignore v1.0.5 |
| 980 | 2026-07-21T22:41:36.576Z | Compiling either v1.15.0 |
| 981 | 2026-07-21T22:41:36.648Z | Compiling backoff v0.4.0 |
| 982 | 2026-07-21T22:41:36.799Z | Compiling itertools v0.14.0 |
| 983 | 2026-07-21T22:41:36.822Z | Compiling parse-display v0.10.0 |
| 984 | 2026-07-21T22:41:36.835Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 985 | 2026-07-21T22:41:37.644Z | Compiling strum v0.27.2 |
| 986 | 2026-07-21T22:41:37.714Z | Compiling serde_with v3.21.0 |
| 987 | 2026-07-21T22:41:37.768Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 988 | 2026-07-21T22:41:38.274Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 989 | 2026-07-21T22:41:38.340Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 990 | 2026-07-21T22:41:38.570Z | Compiling iddqd v0.4.2 |
| 991 | 2026-07-21T22:41:38.852Z | Compiling regress v0.10.5 |
| 992 | 2026-07-21T22:41:39.235Z | Compiling macaddr v1.0.1 |
| 993 | 2026-07-21T22:41:39.449Z | Compiling humantime v2.3.0 |
| 994 | 2026-07-21T22:41:45.584Z | Compiling rustls-webpki v0.103.13 |
| 995 | 2026-07-21T22:41:48.841Z | Compiling tokio-rustls v0.26.4 |
| 996 | 2026-07-21T22:41:48.841Z | Compiling rustls-platform-verifier v0.6.2 |
| 997 | 2026-07-21T22:41:49.096Z | Compiling hyper-rustls v0.27.7 |
| 998 | 2026-07-21T22:41:49.441Z | Compiling reqwest v0.13.2 |
| 999 | 2026-07-21T22:41:51.698Z | Compiling progenitor-client v0.14.0 |
| 1000 | 2026-07-21T22:41:52.003Z | Compiling progenitor-extras v0.2.0 |
| 1001 | 2026-07-21T22:41:52.643Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1002 | 2026-07-21T22:41:56.680Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1003 | 2026-07-21T22:42:00.417Z | Finished `release` profile [optimized] target(s) in 1m 05s |
| 1004 | 2026-07-21T22:42:00.481Z | process exited: duration 104712 ms, exit code 0 |
| |
| 1005 | 2026-07-21T22:42:00.490Z | found 0 output files |