|
|
|
| 1 | 2026-07-22T04:18:49.785Z | job assigned to worker 01KY40PVV2Y32XDV1TDFKYGK5J [factory aws, i-0fef016b143a4857c] (queued for 59 s) |
| |
| 2 | 2026-07-22T04:18:56.210Z | starting task 0: "setup" |
| 3 | 2026-07-22T04:18:56.215Z | ++ uname -s |
| 4 | 2026-07-22T04:18:56.218Z | + kern=SunOS |
| 5 | 2026-07-22T04:18:56.219Z | + build_user=build |
| 6 | 2026-07-22T04:18:56.219Z | + build_uid=12345 |
| 7 | 2026-07-22T04:18:56.219Z | + work_dir=/work |
| 8 | 2026-07-22T04:18:56.219Z | + input_dir=/input |
| 9 | 2026-07-22T04:18:56.219Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-22T04:18:56.219Z | + case "$kern" in |
| 11 | 2026-07-22T04:18:56.221Z | + groupadd -g 12345 build |
| 12 | 2026-07-22T04:18:56.224Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-22T04:18:58.223Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-22T04:18:58.293Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-22T04:18:58.297Z | + home_fs=zfs |
| 16 | 2026-07-22T04:18:58.297Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-22T04:18:58.297Z | + mkdir -p /home/build |
| 18 | 2026-07-22T04:18:58.297Z | + chown build:build /home/build /work |
| 19 | 2026-07-22T04:19:00.298Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-22T04:19:00.301Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-07-22T04:19:00.307Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-22T04:19:00.312Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-22T04:19:00.312Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-22T04:19:00.312Z | * rust toolchain profile = "default" |
| 25 | 2026-07-22T04:19:00.312Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-22T04:19:00.312Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-22T04:19:00.312Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-22T04:19:00.316Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-22T04:19:00.317Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-22T04:19:00.394Z | info: downloading installer |
| 31 | 2026-07-22T04:19:01.795Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-22T04:19:01.795Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-22T04:19:01.795Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-22T04:19:01.797Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-22T04:19:01.806Z | info: profile set to default |
| 36 | 2026-07-22T04:19:01.806Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-22T04:19:01.809Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-22T04:19:01.936Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-22T04:19:01.939Z | info: downloading 6 components |
| 40 | 2026-07-22T04:19:15.957Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-22T04:19:15.957Z | |
| 42 | 2026-07-22T04:19:15.989Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-22T04:19:15.989Z | |
| 44 | 2026-07-22T04:19:15.989Z | |
| 45 | 2026-07-22T04:19:15.990Z | Rust is installed now. Great! |
| 46 | 2026-07-22T04:19:15.990Z | |
| 47 | 2026-07-22T04:19:15.995Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-22T04:19:15.995Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-22T04:19:15.995Z | |
| 50 | 2026-07-22T04:19:15.995Z | To configure your current shell, you need to source |
| 51 | 2026-07-22T04:19:15.995Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-22T04:19:15.995Z | |
| 53 | 2026-07-22T04:19:15.995Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-22T04:19:15.995Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-22T04:19:15.995Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-22T04:19:15.996Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-22T04:19:15.996Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-22T04:19:15.996Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-22T04:19:15.996Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-22T04:19:15.996Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-22T04:19:15.996Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-22T04:19:16.084Z | + rustup --version |
| 63 | 2026-07-22T04:19:16.096Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-22T04:19:16.099Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-22T04:19:16.117Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-22T04:19:16.121Z | + cargo --version |
| 67 | 2026-07-22T04:19:16.131Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-22T04:19:16.136Z | + rustc --version |
| 69 | 2026-07-22T04:19:16.153Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-22T04:19:16.156Z | process exited: duration 15847 ms, exit code 0 |
| |
| 71 | 2026-07-22T04:19:16.165Z | starting task 2: "authentication" |
| 72 | 2026-07-22T04:19:16.185Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-22T04:19:22.196Z | process exited: duration 6031 ms, exit code 0 |
| |
| 74 | 2026-07-22T04:19:22.202Z | starting task 3: "clone repository" |
| 75 | 2026-07-22T04:19:22.206Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-07-22T04:19:22.209Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-07-22T04:19:22.237Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-07-22T04:19:31.705Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-07-22T04:19:31.705Z | + git fetch origin bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 80 | 2026-07-22T04:19:31.985Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-07-22T04:19:31.985Z | * branch bd2cfbbeb83890064555b4898b4e33e01ba14587 -> FETCH_HEAD |
| 82 | 2026-07-22T04:19:31.995Z | + [[ -n renovate/bhyve_api-digest ]] |
| 83 | 2026-07-22T04:19:31.998Z | ++ git branch --show-current |
| 84 | 2026-07-22T04:19:31.998Z | + current=main |
| 85 | 2026-07-22T04:19:31.998Z | + [[ main != renovate/bhyve_api-digest ]] |
| 86 | 2026-07-22T04:19:31.998Z | + git branch -f renovate/bhyve_api-digest bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 87 | 2026-07-22T04:19:32.001Z | + git checkout -f renovate/bhyve_api-digest |
| 88 | 2026-07-22T04:19:32.244Z | Switched to branch 'renovate/bhyve_api-digest' |
| 89 | 2026-07-22T04:19:32.248Z | + git reset --hard bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 90 | 2026-07-22T04:19:32.485Z | HEAD is now at bd2cfbbeb Update bhyve_api digest to bf8c4b2 |
| 91 | 2026-07-22T04:19:32.487Z | process exited: duration 10281 ms, exit code 0 |
| |
| 92 | 2026-07-22T04:19:32.498Z | starting task 4: "build" |
| 93 | 2026-07-22T04:19:32.506Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-07-22T04:19:32.510Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-07-22T04:19:32.510Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-07-22T04:19:32.510Z | +++ uname -s |
| 97 | 2026-07-22T04:19:32.510Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 98 | 2026-07-22T04:19:32.510Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 99 | 2026-07-22T04:19:32.510Z | + cargo --version |
| 100 | 2026-07-22T04:19:32.514Z | cargo 1.96.1 (356927216 2026-06-26) |
| 101 | 2026-07-22T04:19:32.517Z | + rustc --version |
| 102 | 2026-07-22T04:19:32.537Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 103 | 2026-07-22T04:19:32.540Z | + cd /tmp |
| 104 | 2026-07-22T04:19:32.540Z | + cargo new --lib test-project |
| 105 | 2026-07-22T04:19:32.560Z | Creating library `test-project` package |
| 106 | 2026-07-22T04:19:32.597Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 107 | 2026-07-22T04:19:32.600Z | + cd test-project |
| 108 | 2026-07-22T04:19:32.602Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 109 | 2026-07-22T04:19:32.618Z | Adding omicron-common (local) to dependencies |
| 110 | 2026-07-22T04:19:32.625Z | Features: |
| 111 | 2026-07-22T04:19:32.625Z | - proptest |
| 112 | 2026-07-22T04:19:32.625Z | - test-strategy |
| 113 | 2026-07-22T04:19:32.625Z | - testing |
| 114 | 2026-07-22T04:19:32.659Z | Updating crates.io index |
| 115 | 2026-07-22T04:19:32.699Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 116 | 2026-07-22T04:19:33.041Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 117 | 2026-07-22T04:19:33.513Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 118 | 2026-07-22T04:19:35.834Z | Locking 368 packages to latest Rust 1.96.1 compatible versions |
| 119 | 2026-07-22T04:19:35.936Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 120 | 2026-07-22T04:19:35.939Z | + cargo check |
| 121 | 2026-07-22T04:19:36.051Z | Updating crates.io index |
| 122 | 2026-07-22T04:19:36.611Z | Locking 1 package to latest Rust 1.96.1 compatible version |
| 123 | 2026-07-22T04:19:36.611Z | Adding omicron-workspace-hack v0.1.0 |
| 124 | 2026-07-22T04:19:36.637Z | Downloading crates ... |
| 125 | 2026-07-22T04:19:36.690Z | Downloaded adler2 v2.0.1 |
| 126 | 2026-07-22T04:19:36.693Z | Downloaded async-stream v0.3.6 |
| 127 | 2026-07-22T04:19:36.700Z | Downloaded async-compression v0.4.41 |
| 128 | 2026-07-22T04:19:36.703Z | Downloaded backoff v0.4.0 |
| 129 | 2026-07-22T04:19:36.706Z | Downloaded hybrid-array v0.4.13 |
| 130 | 2026-07-22T04:19:36.709Z | Downloaded crypto-common v0.2.2 |
| 131 | 2026-07-22T04:19:36.709Z | Downloaded bitflags v2.11.0 |
| 132 | 2026-07-22T04:19:36.712Z | Downloaded atomic-waker v1.1.2 |
| 133 | 2026-07-22T04:19:36.713Z | Downloaded flate2 v1.1.9 |
| 134 | 2026-07-22T04:19:36.716Z | Downloaded autocfg v1.5.0 |
| 135 | 2026-07-22T04:19:36.718Z | Downloaded cc v1.2.56 |
| 136 | 2026-07-22T04:19:36.721Z | Downloaded num_threads v0.1.7 |
| 137 | 2026-07-22T04:19:36.721Z | Downloaded block-buffer v0.10.4 |
| 138 | 2026-07-22T04:19:36.724Z | Downloaded ipnetwork v0.21.1 |
| 139 | 2026-07-22T04:19:36.724Z | Downloaded digest v0.11.3 |
| 140 | 2026-07-22T04:19:36.727Z | Downloaded itoa v1.0.17 |
| 141 | 2026-07-22T04:19:36.730Z | Downloaded daft-derive v0.1.7 |
| 142 | 2026-07-22T04:19:36.733Z | Downloaded rustc-hash v2.1.1 |
| 143 | 2026-07-22T04:19:36.736Z | Downloaded newtype-uuid-macros v0.1.0 |
| 144 | 2026-07-22T04:19:36.740Z | Downloaded atomicwrites v0.4.4 |
| 145 | 2026-07-22T04:19:36.740Z | Downloaded cpufeatures v0.2.17 |
| 146 | 2026-07-22T04:19:36.743Z | Downloaded deranged v0.5.8 |
| 147 | 2026-07-22T04:19:36.743Z | Downloaded byteorder v1.5.0 |
| 148 | 2026-07-22T04:19:36.743Z | Downloaded ref-cast v1.0.25 |
| 149 | 2026-07-22T04:19:36.748Z | Downloaded jobserver v0.1.34 |
| 150 | 2026-07-22T04:19:36.748Z | Downloaded potential_utf v0.1.4 |
| 151 | 2026-07-22T04:19:36.751Z | Downloaded is-terminal v0.4.17 |
| 152 | 2026-07-22T04:19:36.751Z | Downloaded block-buffer v0.12.1 |
| 153 | 2026-07-22T04:19:36.751Z | Downloaded rand_core v0.6.4 |
| 154 | 2026-07-22T04:19:36.751Z | Downloaded compression-core v0.4.31 |
| 155 | 2026-07-22T04:19:36.754Z | Downloaded rustls-pemfile v2.2.0 |
| 156 | 2026-07-22T04:19:36.755Z | Downloaded percent-encoding v2.3.2 |
| 157 | 2026-07-22T04:19:36.755Z | Downloaded async-stream-impl v0.3.6 |
| 158 | 2026-07-22T04:19:36.758Z | Downloaded cpufeatures v0.3.0 |
| 159 | 2026-07-22T04:19:36.758Z | Downloaded instant v0.1.13 |
| 160 | 2026-07-22T04:19:36.758Z | Downloaded schemars_derive v0.8.22 |
| 161 | 2026-07-22T04:19:36.761Z | Downloaded ppv-lite86 v0.2.21 |
| 162 | 2026-07-22T04:19:36.761Z | Downloaded memmap2 v0.9.10 |
| 163 | 2026-07-22T04:19:36.761Z | Downloaded cfg-if v1.0.4 |
| 164 | 2026-07-22T04:19:36.764Z | Downloaded bit-set v0.8.0 |
| 165 | 2026-07-22T04:19:36.764Z | Downloaded idna_adapter v1.2.1 |
| 166 | 2026-07-22T04:19:36.766Z | Downloaded form_urlencoded v1.2.2 |
| 167 | 2026-07-22T04:19:36.766Z | Downloaded darling_macro v0.23.0 |
| 168 | 2026-07-22T04:19:36.770Z | Downloaded ipnet v2.11.0 |
| 169 | 2026-07-22T04:19:36.770Z | Downloaded base64 v0.22.1 |
| 170 | 2026-07-22T04:19:36.775Z | Downloaded lock_api v0.4.14 |
| 171 | 2026-07-22T04:19:36.775Z | Downloaded derive-ex v0.1.8 |
| 172 | 2026-07-22T04:19:36.775Z | Downloaded displaydoc v0.2.5 |
| 173 | 2026-07-22T04:19:36.778Z | Downloaded match_cfg v0.1.0 |
| 174 | 2026-07-22T04:19:36.778Z | Downloaded generic-array v0.14.7 |
| 175 | 2026-07-22T04:19:36.778Z | Downloaded macaddr v1.0.1 |
| 176 | 2026-07-22T04:19:36.778Z | Downloaded futures-io v0.3.32 |
| 177 | 2026-07-22T04:19:36.778Z | Downloaded fnv v1.0.7 |
| 178 | 2026-07-22T04:19:36.782Z | Downloaded camino v1.2.2 |
| 179 | 2026-07-22T04:19:36.782Z | Downloaded httpdate v1.0.3 |
| 180 | 2026-07-22T04:19:36.782Z | Downloaded futures-sink v0.3.32 |
| 181 | 2026-07-22T04:19:36.787Z | Downloaded errno v0.3.14 |
| 182 | 2026-07-22T04:19:36.787Z | Downloaded omicron-workspace-hack v0.1.0 |
| 183 | 2026-07-22T04:19:36.787Z | Downloaded num-conv v0.2.0 |
| 184 | 2026-07-22T04:19:36.787Z | Downloaded ident_case v1.0.1 |
| 185 | 2026-07-22T04:19:36.788Z | Downloaded http-body v1.0.1 |
| 186 | 2026-07-22T04:19:36.788Z | Downloaded debug-ignore v1.0.5 |
| 187 | 2026-07-22T04:19:36.794Z | Downloaded hostname v0.4.2 |
| 188 | 2026-07-22T04:19:36.794Z | Downloaded futures-macro v0.3.32 |
| 189 | 2026-07-22T04:19:36.794Z | Downloaded futures-core v0.3.32 |
| 190 | 2026-07-22T04:19:36.794Z | Downloaded parse-display v0.10.0 |
| 191 | 2026-07-22T04:19:36.794Z | Downloaded openssl-probe v0.2.1 |
| 192 | 2026-07-22T04:19:36.794Z | Downloaded lru-slab v0.1.2 |
| 193 | 2026-07-22T04:19:36.794Z | Downloaded daft v0.1.7 |
| 194 | 2026-07-22T04:19:36.800Z | Downloaded hex v0.4.3 |
| 195 | 2026-07-22T04:19:36.800Z | Downloaded aws-lc-rs v1.16.3 |
| 196 | 2026-07-22T04:19:36.804Z | Downloaded multer v3.1.0 |
| 197 | 2026-07-22T04:19:36.804Z | Downloaded iana-time-zone v0.1.65 |
| 198 | 2026-07-22T04:19:36.804Z | Downloaded crypto-common v0.1.7 |
| 199 | 2026-07-22T04:19:36.804Z | Downloaded parking_lot_core v0.9.12 |
| 200 | 2026-07-22T04:19:36.811Z | Downloaded futures-task v0.3.32 |
| 201 | 2026-07-22T04:19:36.811Z | Downloaded digest v0.10.7 |
| 202 | 2026-07-22T04:19:36.811Z | Downloaded serde_spanned v1.1.1 |
| 203 | 2026-07-22T04:19:36.811Z | Downloaded heck v0.5.0 |
| 204 | 2026-07-22T04:19:36.811Z | Downloaded mime v0.3.17 |
| 205 | 2026-07-22T04:19:36.811Z | Downloaded darling v0.23.0 |
| 206 | 2026-07-22T04:19:36.816Z | Downloaded progenitor-client v0.14.0 |
| 207 | 2026-07-22T04:19:36.816Z | Downloaded cmake v0.1.57 |
| 208 | 2026-07-22T04:19:36.816Z | Downloaded bs58 v0.5.1 |
| 209 | 2026-07-22T04:19:36.816Z | Downloaded pretty-hex v0.4.1 |
| 210 | 2026-07-22T04:19:36.823Z | Downloaded dunce v1.0.5 |
| 211 | 2026-07-22T04:19:36.823Z | Downloaded cfg_aliases v0.2.1 |
| 212 | 2026-07-22T04:19:36.823Z | Downloaded dtrace-parser v0.3.0 |
| 213 | 2026-07-22T04:19:36.826Z | Downloaded dyn-clone v1.0.20 |
| 214 | 2026-07-22T04:19:36.826Z | Downloaded scroll_derive v0.13.1 |
| 215 | 2026-07-22T04:19:36.829Z | Downloaded rand_xorshift v0.4.0 |
| 216 | 2026-07-22T04:19:36.837Z | Downloaded rand_chacha v0.3.1 |
| 217 | 2026-07-22T04:19:36.840Z | Downloaded ref-cast-impl v1.0.25 |
| 218 | 2026-07-22T04:19:36.840Z | Downloaded serde_urlencoded v0.7.1 |
| 219 | 2026-07-22T04:19:36.840Z | Downloaded scopeguard v1.2.0 |
| 220 | 2026-07-22T04:19:36.840Z | Downloaded hostname v0.3.1 |
| 221 | 2026-07-22T04:19:36.847Z | Downloaded parse-display-derive v0.10.0 |
| 222 | 2026-07-22T04:19:36.847Z | Downloaded either v1.15.0 |
| 223 | 2026-07-22T04:19:36.850Z | Downloaded paste v1.0.15 |
| 224 | 2026-07-22T04:19:36.858Z | Downloaded strum v0.26.3 |
| 225 | 2026-07-22T04:19:36.867Z | Downloaded oxnet v0.1.6 |
| 226 | 2026-07-22T04:19:36.867Z | Downloaded http-body-util v0.1.3 |
| 227 | 2026-07-22T04:19:36.867Z | Downloaded crossbeam-utils v0.8.21 |
| 228 | 2026-07-22T04:19:36.867Z | Downloaded structmeta v0.3.0 |
| 229 | 2026-07-22T04:19:36.867Z | Downloaded subtle v2.6.1 |
| 230 | 2026-07-22T04:19:36.872Z | Downloaded powerfmt v0.2.0 |
| 231 | 2026-07-22T04:19:36.872Z | Downloaded stable_deref_trait v1.2.1 |
| 232 | 2026-07-22T04:19:36.872Z | Downloaded futures-executor v0.3.32 |
| 233 | 2026-07-22T04:19:36.873Z | Downloaded strsim v0.11.1 |
| 234 | 2026-07-22T04:19:36.873Z | Downloaded equivalent v1.0.2 |
| 235 | 2026-07-22T04:19:36.873Z | Downloaded async-trait v0.1.89 |
| 236 | 2026-07-22T04:19:36.873Z | Downloaded litemap v0.8.1 |
| 237 | 2026-07-22T04:19:36.876Z | Downloaded erased-serde v0.3.31 |
| 238 | 2026-07-22T04:19:36.876Z | Downloaded thread-id v5.1.0 |
| 239 | 2026-07-22T04:19:36.876Z | Downloaded pest_meta v2.8.6 |
| 240 | 2026-07-22T04:19:36.879Z | Downloaded take_mut v0.2.2 |
| 241 | 2026-07-22T04:19:36.879Z | Downloaded slog-bunyan v2.5.0 |
| 242 | 2026-07-22T04:19:36.879Z | Downloaded const-oid v0.10.2 |
| 243 | 2026-07-22T04:19:36.882Z | Downloaded bit-vec v0.8.0 |
| 244 | 2026-07-22T04:19:36.882Z | Downloaded try-lock v0.2.5 |
| 245 | 2026-07-22T04:19:36.882Z | Downloaded tower-layer v0.3.3 |
| 246 | 2026-07-22T04:19:36.882Z | Downloaded sha1 v0.11.0 |
| 247 | 2026-07-22T04:19:36.885Z | Downloaded tinyvec_macros v0.1.1 |
| 248 | 2026-07-22T04:19:36.887Z | Downloaded tower-service v0.3.3 |
| 249 | 2026-07-22T04:19:36.890Z | Downloaded time-core v0.1.8 |
| 250 | 2026-07-22T04:19:36.892Z | Downloaded structmeta-derive v0.3.0 |
| 251 | 2026-07-22T04:19:36.892Z | Downloaded simd-adler32 v0.3.8 |
| 252 | 2026-07-22T04:19:36.895Z | Downloaded plain v0.2.3 |
| 253 | 2026-07-22T04:19:36.895Z | Downloaded scroll v0.13.0 |
| 254 | 2026-07-22T04:19:36.895Z | Downloaded rusty-fork v0.3.1 |
| 255 | 2026-07-22T04:19:36.898Z | Downloaded serde_path_to_error v0.1.20 |
| 256 | 2026-07-22T04:19:36.901Z | Downloaded dof v0.4.0 |
| 257 | 2026-07-22T04:19:36.901Z | Downloaded rustls-native-certs v0.8.3 |
| 258 | 2026-07-22T04:19:36.904Z | Downloaded rustversion v1.0.22 |
| 259 | 2026-07-22T04:19:36.904Z | Downloaded serde_derive_internals v0.29.1 |
| 260 | 2026-07-22T04:19:36.904Z | Downloaded compression-codecs v0.4.37 |
| 261 | 2026-07-22T04:19:36.907Z | Downloaded fastrand v2.3.0 |
| 262 | 2026-07-22T04:19:36.907Z | Downloaded shlex v1.3.0 |
| 263 | 2026-07-22T04:19:36.909Z | Downloaded serde_tokenstream v0.2.3 |
| 264 | 2026-07-22T04:19:36.909Z | Downloaded rand_core v0.9.5 |
| 265 | 2026-07-22T04:19:36.909Z | Downloaded sha2 v0.10.9 |
| 266 | 2026-07-22T04:19:36.912Z | Downloaded strum v0.27.2 |
| 267 | 2026-07-22T04:19:36.912Z | Downloaded newtype-uuid v1.3.2 |
| 268 | 2026-07-22T04:19:36.912Z | Downloaded humantime v2.3.0 |
| 269 | 2026-07-22T04:19:36.915Z | Downloaded signal-hook-registry v1.4.8 |
| 270 | 2026-07-22T04:19:36.915Z | Downloaded foldhash v0.2.0 |
| 271 | 2026-07-22T04:19:36.915Z | Downloaded usdt v0.6.0 |
| 272 | 2026-07-22T04:19:36.915Z | Downloaded untrusted v0.9.0 |
| 273 | 2026-07-22T04:19:36.918Z | Downloaded httparse v1.10.1 |
| 274 | 2026-07-22T04:19:36.918Z | Downloaded slog-json v2.6.1 |
| 275 | 2026-07-22T04:19:36.922Z | Downloaded backon v1.6.0 |
| 276 | 2026-07-22T04:19:36.922Z | Downloaded sync_wrapper v1.0.2 |
| 277 | 2026-07-22T04:19:36.922Z | Downloaded rand_chacha v0.9.0 |
| 278 | 2026-07-22T04:19:36.922Z | Downloaded find-msvc-tools v0.1.9 |
| 279 | 2026-07-22T04:19:36.927Z | Downloaded version_check v0.9.5 |
| 280 | 2026-07-22T04:19:36.927Z | Downloaded unarray v0.1.4 |
| 281 | 2026-07-22T04:19:36.927Z | Downloaded want v0.3.1 |
| 282 | 2026-07-22T04:19:36.927Z | Downloaded getrandom v0.3.4 |
| 283 | 2026-07-22T04:19:36.930Z | Downloaded futures-channel v0.3.32 |
| 284 | 2026-07-22T04:19:36.931Z | Downloaded once_cell v1.21.3 |
| 285 | 2026-07-22T04:19:36.931Z | Downloaded crc32fast v1.5.0 |
| 286 | 2026-07-22T04:19:36.933Z | Downloaded anyhow v1.0.102 |
| 287 | 2026-07-22T04:19:36.933Z | Downloaded utf8_iter v1.0.4 |
| 288 | 2026-07-22T04:19:36.933Z | Downloaded quick-error v1.2.3 |
| 289 | 2026-07-22T04:19:36.936Z | Downloaded rustls-pki-types v1.14.0 |
| 290 | 2026-07-22T04:19:36.936Z | Downloaded wait-timeout v0.2.1 |
| 291 | 2026-07-22T04:19:36.939Z | Downloaded slog-term v2.9.2 |
| 292 | 2026-07-22T04:19:36.939Z | Downloaded waitgroup v0.1.2 |
| 293 | 2026-07-22T04:19:36.942Z | Downloaded usdt-macro v0.6.0 |
| 294 | 2026-07-22T04:19:36.942Z | Downloaded allocator-api2 v0.2.21 |
| 295 | 2026-07-22T04:19:36.948Z | Downloaded icu_provider v2.1.1 |
| 296 | 2026-07-22T04:19:36.948Z | Downloaded thiserror v2.0.18 |
| 297 | 2026-07-22T04:19:36.953Z | Downloaded progenitor-extras v0.2.0 |
| 298 | 2026-07-22T04:19:36.957Z | Downloaded zerofrom-derive v0.1.6 |
| 299 | 2026-07-22T04:19:36.960Z | Downloaded zerofrom v0.1.6 |
| 300 | 2026-07-22T04:19:36.963Z | Downloaded quote v1.0.45 |
| 301 | 2026-07-22T04:19:36.963Z | Downloaded slab v0.4.12 |
| 302 | 2026-07-22T04:19:36.966Z | Downloaded yoke-derive v0.8.1 |
| 303 | 2026-07-22T04:19:36.967Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 304 | 2026-07-22T04:19:36.967Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 305 | 2026-07-22T04:19:36.967Z | Downloaded quinn-udp v0.5.14 |
| 306 | 2026-07-22T04:19:36.967Z | Downloaded pest_generator v2.8.6 |
| 307 | 2026-07-22T04:19:36.972Z | Downloaded parking_lot v0.12.5 |
| 308 | 2026-07-22T04:19:36.972Z | Downloaded tokio-macros v2.7.0 |
| 309 | 2026-07-22T04:19:36.972Z | Downloaded tinystr v0.8.2 |
| 310 | 2026-07-22T04:19:36.975Z | Downloaded getrandom v0.2.17 |
| 311 | 2026-07-22T04:19:36.975Z | Downloaded time-macros v0.2.27 |
| 312 | 2026-07-22T04:19:36.975Z | Downloaded thread_local v1.1.9 |
| 313 | 2026-07-22T04:19:36.975Z | Downloaded thiserror-impl v2.0.18 |
| 314 | 2026-07-22T04:19:36.979Z | Downloaded synstructure v0.13.2 |
| 315 | 2026-07-22T04:19:36.979Z | Downloaded pin-project-lite v0.2.17 |
| 316 | 2026-07-22T04:19:36.982Z | Downloaded slog-async v2.8.0 |
| 317 | 2026-07-22T04:19:36.982Z | Downloaded serde_with_macros v3.21.0 |
| 318 | 2026-07-22T04:19:36.982Z | Downloaded strum_macros v0.27.2 |
| 319 | 2026-07-22T04:19:36.982Z | Downloaded semver v1.0.28 |
| 320 | 2026-07-22T04:19:36.987Z | Downloaded log v0.4.29 |
| 321 | 2026-07-22T04:19:36.987Z | Downloaded getrandom v0.4.1 |
| 322 | 2026-07-22T04:19:36.991Z | Downloaded writeable v0.6.2 |
| 323 | 2026-07-22T04:19:36.991Z | Downloaded usdt-impl v0.6.0 |
| 324 | 2026-07-22T04:19:36.991Z | Downloaded icu_properties v2.1.2 |
| 325 | 2026-07-22T04:19:36.991Z | Downloaded usdt-attr-macro v0.6.0 |
| 326 | 2026-07-22T04:19:36.991Z | Downloaded spin v0.9.8 |
| 327 | 2026-07-22T04:19:36.994Z | Downloaded term v1.2.1 |
| 328 | 2026-07-22T04:19:36.994Z | Downloaded strum_macros v0.26.4 |
| 329 | 2026-07-22T04:19:36.994Z | Downloaded fs_extra v1.3.0 |
| 330 | 2026-07-22T04:19:36.998Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 331 | 2026-07-22T04:19:36.998Z | Downloaded smallvec v1.15.1 |
| 332 | 2026-07-22T04:19:37.001Z | Downloaded icu_collections v2.1.1 |
| 333 | 2026-07-22T04:19:37.003Z | Downloaded yoke v0.8.1 |
| 334 | 2026-07-22T04:19:37.003Z | Downloaded serde_core v1.0.228 |
| 335 | 2026-07-22T04:19:37.005Z | Downloaded dropshot_endpoint v0.17.1 |
| 336 | 2026-07-22T04:19:37.008Z | Downloaded rustls-webpki v0.103.13 |
| 337 | 2026-07-22T04:19:37.008Z | Downloaded zeroize v1.8.2 |
| 338 | 2026-07-22T04:19:37.011Z | Downloaded pest_derive v2.8.6 |
| 339 | 2026-07-22T04:19:37.011Z | Downloaded num-traits v0.2.19 |
| 340 | 2026-07-22T04:19:37.014Z | Downloaded hyper-rustls v0.27.7 |
| 341 | 2026-07-22T04:19:37.014Z | Downloaded indexmap v2.14.0 |
| 342 | 2026-07-22T04:19:37.017Z | Downloaded slog v2.8.2 |
| 343 | 2026-07-22T04:19:37.017Z | Downloaded proc-macro2 v1.0.106 |
| 344 | 2026-07-22T04:19:37.025Z | Downloaded ucd-trie v0.1.7 |
| 345 | 2026-07-22T04:19:37.025Z | Downloaded miniz_oxide v0.8.9 |
| 346 | 2026-07-22T04:19:37.029Z | Downloaded futures v0.3.32 |
| 347 | 2026-07-22T04:19:37.029Z | Downloaded tempfile v3.25.0 |
| 348 | 2026-07-22T04:19:37.034Z | Downloaded zerovec-derive v0.11.2 |
| 349 | 2026-07-22T04:19:37.034Z | Downloaded itertools v0.14.0 |
| 350 | 2026-07-22T04:19:37.037Z | Downloaded tinyvec v1.10.0 |
| 351 | 2026-07-22T04:19:37.037Z | Downloaded icu_locale_core v2.1.1 |
| 352 | 2026-07-22T04:19:37.041Z | Downloaded ryu v1.0.23 |
| 353 | 2026-07-22T04:19:37.042Z | Downloaded test-strategy v0.4.5 |
| 354 | 2026-07-22T04:19:37.048Z | Downloaded socket2 v0.6.3 |
| 355 | 2026-07-22T04:19:37.048Z | Downloaded rand v0.9.2 |
| 356 | 2026-07-22T04:19:37.048Z | Downloaded bytes v1.11.1 |
| 357 | 2026-07-22T04:19:37.048Z | Downloaded serde_derive v1.0.228 |
| 358 | 2026-07-22T04:19:37.051Z | Downloaded icu_properties_data v2.1.2 |
| 359 | 2026-07-22T04:19:37.054Z | Downloaded zmij v1.0.21 |
| 360 | 2026-07-22T04:19:37.057Z | Downloaded icu_normalizer v2.1.1 |
| 361 | 2026-07-22T04:19:37.057Z | Downloaded schemars v0.8.22 |
| 362 | 2026-07-22T04:19:37.063Z | Downloaded tracing-core v0.1.36 |
| 363 | 2026-07-22T04:19:37.066Z | Downloaded crossbeam-channel v0.5.15 |
| 364 | 2026-07-22T04:19:37.078Z | Downloaded serde v1.0.228 |
| 365 | 2026-07-22T04:19:37.079Z | Downloaded icu_normalizer_data v2.1.1 |
| 366 | 2026-07-22T04:19:37.079Z | Downloaded unicode-ident v1.0.24 |
| 367 | 2026-07-22T04:19:37.079Z | Downloaded uuid v1.23.4 |
| 368 | 2026-07-22T04:19:37.080Z | Downloaded rustls-platform-verifier v0.6.2 |
| 369 | 2026-07-22T04:19:37.087Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 370 | 2026-07-22T04:19:37.087Z | Downloaded tokio-rustls v0.26.4 |
| 371 | 2026-07-22T04:19:37.087Z | Downloaded darling_core v0.23.0 |
| 372 | 2026-07-22T04:19:37.087Z | Downloaded zerotrie v0.2.3 |
| 373 | 2026-07-22T04:19:37.087Z | Downloaded rand v0.8.6 |
| 374 | 2026-07-22T04:19:37.091Z | Downloaded http v1.4.2 |
| 375 | 2026-07-22T04:19:37.091Z | Downloaded quinn v0.11.9 |
| 376 | 2026-07-22T04:19:37.091Z | Downloaded mio v1.2.0 |
| 377 | 2026-07-22T04:19:37.103Z | Downloaded zerocopy-derive v0.8.40 |
| 378 | 2026-07-22T04:19:37.107Z | Downloaded typenum v1.20.1 |
| 379 | 2026-07-22T04:19:37.107Z | Downloaded hyper-util v0.1.20 |
| 380 | 2026-07-22T04:19:37.110Z | Downloaded tower v0.5.3 |
| 381 | 2026-07-22T04:19:37.117Z | Downloaded hashbrown v0.16.1 |
| 382 | 2026-07-22T04:19:37.127Z | Downloaded url v2.5.8 |
| 383 | 2026-07-22T04:19:37.136Z | Downloaded tokio-util v0.7.18 |
| 384 | 2026-07-22T04:19:37.143Z | Downloaded serde_json v1.0.150 |
| 385 | 2026-07-22T04:19:37.148Z | Downloaded memchr v2.8.0 |
| 386 | 2026-07-22T04:19:37.148Z | Downloaded aho-corasick v1.1.4 |
| 387 | 2026-07-22T04:19:37.151Z | Downloaded hyper v1.10.1 |
| 388 | 2026-07-22T04:19:37.153Z | Downloaded iri-string v0.7.10 |
| 389 | 2026-07-22T04:19:37.158Z | Downloaded idna v1.1.0 |
| 390 | 2026-07-22T04:19:37.161Z | Downloaded pest v2.8.6 |
| 391 | 2026-07-22T04:19:37.161Z | Downloaded h2 v0.4.15 |
| 392 | 2026-07-22T04:19:37.163Z | Downloaded futures-util v0.3.32 |
| 393 | 2026-07-22T04:19:37.169Z | Downloaded hashbrown v0.17.0 |
| 394 | 2026-07-22T04:19:37.174Z | Downloaded winnow v1.0.3 |
| 395 | 2026-07-22T04:19:37.185Z | Downloaded iddqd v0.4.2 |
| 396 | 2026-07-22T04:19:37.189Z | Downloaded zerovec v0.11.5 |
| 397 | 2026-07-22T04:19:37.190Z | Downloaded tower-http v0.6.8 |
| 398 | 2026-07-22T04:19:37.190Z | Downloaded reqwest v0.13.2 |
| 399 | 2026-07-22T04:19:37.194Z | Downloaded chrono v0.4.45 |
| 400 | 2026-07-22T04:19:37.198Z | Downloaded regex v1.12.3 |
| 401 | 2026-07-22T04:19:37.201Z | Downloaded zerocopy v0.8.40 |
| 402 | 2026-07-22T04:19:37.206Z | Downloaded goblin v0.10.5 |
| 403 | 2026-07-22T04:19:37.209Z | Downloaded dropshot v0.17.1 |
| 404 | 2026-07-22T04:19:37.237Z | Downloaded proptest v1.10.0 |
| 405 | 2026-07-22T04:19:37.241Z | Downloaded serde_with v3.21.0 |
| 406 | 2026-07-22T04:19:37.260Z | Downloaded time v0.3.47 |
| 407 | 2026-07-22T04:19:37.266Z | Downloaded quinn-proto v0.11.13 |
| 408 | 2026-07-22T04:19:37.315Z | Downloaded regress v0.10.5 |
| 409 | 2026-07-22T04:19:37.332Z | Downloaded syn v2.0.117 |
| 410 | 2026-07-22T04:19:37.338Z | Downloaded encoding_rs v0.8.35 |
| 411 | 2026-07-22T04:19:37.352Z | Downloaded regex-syntax v0.8.10 |
| 412 | 2026-07-22T04:19:37.355Z | Downloaded openapiv3 v2.2.0 |
| 413 | 2026-07-22T04:19:37.363Z | Downloaded rustls v0.23.41 |
| 414 | 2026-07-22T04:19:37.369Z | Downloaded rustix v0.38.44 |
| 415 | 2026-07-22T04:19:37.383Z | Downloaded rustix v1.1.3 |
| 416 | 2026-07-22T04:19:37.394Z | Downloaded tracing v0.1.44 |
| 417 | 2026-07-22T04:19:37.427Z | Downloaded regex-automata v0.4.14 |
| 418 | 2026-07-22T04:19:37.460Z | Downloaded libc v0.2.185 |
| 419 | 2026-07-22T04:19:37.478Z | Downloaded tokio v1.52.1 |
| 420 | 2026-07-22T04:19:37.533Z | Downloaded ring v0.17.14 |
| 421 | 2026-07-22T04:19:37.875Z | Downloaded aws-lc-sys v0.40.0 |
| 422 | 2026-07-22T04:19:38.078Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-07-22T04:19:38.078Z | Compiling quote v1.0.45 |
| 424 | 2026-07-22T04:19:38.078Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-07-22T04:19:38.081Z | Compiling libc v0.2.185 |
| 426 | 2026-07-22T04:19:38.081Z | Checking cfg-if v1.0.4 |
| 427 | 2026-07-22T04:19:38.081Z | Compiling serde_core v1.0.228 |
| 428 | 2026-07-22T04:19:38.081Z | Checking memchr v2.8.0 |
| 429 | 2026-07-22T04:19:38.081Z | Checking itoa v1.0.17 |
| 430 | 2026-07-22T04:19:38.252Z | Compiling serde v1.0.228 |
| 431 | 2026-07-22T04:19:38.321Z | Compiling zmij v1.0.21 |
| 432 | 2026-07-22T04:19:38.340Z | Compiling serde_json v1.0.150 |
| 433 | 2026-07-22T04:19:38.607Z | Checking pin-project-lite v0.2.17 |
| 434 | 2026-07-22T04:19:38.622Z | Checking smallvec v1.15.1 |
| 435 | 2026-07-22T04:19:38.637Z | Checking bytes v1.11.1 |
| 436 | 2026-07-22T04:19:38.671Z | Checking futures-core v0.3.32 |
| 437 | 2026-07-22T04:19:38.782Z | Compiling parking_lot_core v0.9.12 |
| 438 | 2026-07-22T04:19:38.801Z | Checking once_cell v1.21.3 |
| 439 | 2026-07-22T04:19:38.957Z | Checking scopeguard v1.2.0 |
| 440 | 2026-07-22T04:19:39.038Z | Compiling shlex v1.3.0 |
| 441 | 2026-07-22T04:19:39.049Z | Checking lock_api v0.4.14 |
| 442 | 2026-07-22T04:19:39.069Z | Checking errno v0.3.14 |
| 443 | 2026-07-22T04:19:39.174Z | Compiling find-msvc-tools v0.1.9 |
| 444 | 2026-07-22T04:19:39.241Z | Compiling getrandom v0.4.1 |
| 445 | 2026-07-22T04:19:39.256Z | Checking parking_lot v0.12.5 |
| 446 | 2026-07-22T04:19:39.333Z | Compiling jobserver v0.1.34 |
| 447 | 2026-07-22T04:19:39.388Z | Compiling syn v2.0.117 |
| 448 | 2026-07-22T04:19:39.399Z | Checking signal-hook-registry v1.4.8 |
| 449 | 2026-07-22T04:19:39.402Z | Checking mio v1.2.0 |
| 450 | 2026-07-22T04:19:39.422Z | Checking socket2 v0.6.3 |
| 451 | 2026-07-22T04:19:39.438Z | Checking stable_deref_trait v1.2.1 |
| 452 | 2026-07-22T04:19:39.501Z | Checking futures-sink v0.3.32 |
| 453 | 2026-07-22T04:19:39.525Z | Compiling cc v1.2.56 |
| 454 | 2026-07-22T04:19:39.646Z | Compiling fs_extra v1.3.0 |
| 455 | 2026-07-22T04:19:39.674Z | Compiling rustversion v1.0.22 |
| 456 | 2026-07-22T04:19:39.688Z | Compiling thiserror v2.0.18 |
| 457 | 2026-07-22T04:19:39.699Z | Compiling dunce v1.0.5 |
| 458 | 2026-07-22T04:19:39.737Z | Compiling autocfg v1.5.0 |
| 459 | 2026-07-22T04:19:39.893Z | Checking slab v0.4.12 |
| 460 | 2026-07-22T04:19:40.046Z | Compiling zerocopy v0.8.40 |
| 461 | 2026-07-22T04:19:40.093Z | Compiling num-traits v0.2.19 |
| 462 | 2026-07-22T04:19:40.152Z | Checking futures-channel v0.3.32 |
| 463 | 2026-07-22T04:19:40.219Z | Checking equivalent v1.0.2 |
| 464 | 2026-07-22T04:19:40.302Z | Compiling cmake v0.1.57 |
| 465 | 2026-07-22T04:19:40.360Z | Checking zeroize v1.8.2 |
| 466 | 2026-07-22T04:19:40.485Z | Checking http v1.4.2 |
| 467 | 2026-07-22T04:19:40.640Z | Checking futures-task v0.3.32 |
| 468 | 2026-07-22T04:19:40.672Z | Checking bitflags v2.11.0 |
| 469 | 2026-07-22T04:19:40.765Z | Checking futures-io v0.3.32 |
| 470 | 2026-07-22T04:19:40.802Z | Compiling aws-lc-rs v1.16.3 |
| 471 | 2026-07-22T04:19:40.842Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-07-22T04:19:40.883Z | Compiling aws-lc-sys v0.40.0 |
| 473 | 2026-07-22T04:19:41.005Z | Checking log v0.4.29 |
| 474 | 2026-07-22T04:19:41.052Z | Compiling pest v2.8.6 |
| 475 | 2026-07-22T04:19:41.065Z | Checking rustls-pki-types v1.14.0 |
| 476 | 2026-07-22T04:19:41.109Z | Checking fnv v1.0.7 |
| 477 | 2026-07-22T04:19:41.147Z | Checking iana-time-zone v0.1.65 |
| 478 | 2026-07-22T04:19:41.198Z | Checking hashbrown v0.17.0 |
| 479 | 2026-07-22T04:19:41.226Z | Compiling httparse v1.10.1 |
| 480 | 2026-07-22T04:19:41.247Z | Checking writeable v0.6.2 |
| 481 | 2026-07-22T04:19:41.350Z | Checking litemap v0.8.1 |
| 482 | 2026-07-22T04:19:41.400Z | Compiling schemars v0.8.22 |
| 483 | 2026-07-22T04:19:41.524Z | Checking http-body v1.0.1 |
| 484 | 2026-07-22T04:19:41.680Z | Compiling slog v2.8.2 |
| 485 | 2026-07-22T04:19:41.708Z | Checking uuid v1.23.4 |
| 486 | 2026-07-22T04:19:41.772Z | Checking semver v1.0.28 |
| 487 | 2026-07-22T04:19:41.809Z | Checking indexmap v2.14.0 |
| 488 | 2026-07-22T04:19:41.925Z | Checking tracing-core v0.1.36 |
| 489 | 2026-07-22T04:19:41.964Z | Compiling icu_normalizer_data v2.1.1 |
| 490 | 2026-07-22T04:19:41.990Z | Compiling rustls v0.23.41 |
| 491 | 2026-07-22T04:19:42.187Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-07-22T04:19:42.198Z | Compiling icu_properties_data v2.1.2 |
| 493 | 2026-07-22T04:19:42.218Z | Checking percent-encoding v2.3.2 |
| 494 | 2026-07-22T04:19:42.295Z | Compiling synstructure v0.13.2 |
| 495 | 2026-07-22T04:19:42.344Z | Compiling serde_derive_internals v0.29.1 |
| 496 | 2026-07-22T04:19:42.361Z | Checking dyn-clone v1.0.20 |
| 497 | 2026-07-22T04:19:42.397Z | Checking atomic-waker v1.1.2 |
| 498 | 2026-07-22T04:19:42.412Z | Compiling heck v0.5.0 |
| 499 | 2026-07-22T04:19:42.439Z | Checking untrusted v0.9.0 |
| 500 | 2026-07-22T04:19:42.496Z | Checking tracing v0.1.44 |
| 501 | 2026-07-22T04:19:42.668Z | Checking subtle v2.6.1 |
| 502 | 2026-07-22T04:19:42.757Z | Compiling pest_generator v2.8.6 |
| 503 | 2026-07-22T04:19:42.767Z | Checking try-lock v0.2.5 |
| 504 | 2026-07-22T04:19:42.791Z | Compiling getrandom v0.3.4 |
| 505 | 2026-07-22T04:19:42.851Z | Compiling rustix v1.1.3 |
| 506 | 2026-07-22T04:19:42.969Z | Checking base64 v0.22.1 |
| 507 | 2026-07-22T04:19:43.052Z | Checking tower-service v0.3.3 |
| 508 | 2026-07-22T04:19:43.111Z | Checking fastrand v2.3.0 |
| 509 | 2026-07-22T04:19:43.121Z | Checking tower-layer v0.3.3 |
| 510 | 2026-07-22T04:19:43.255Z | Checking want v0.3.1 |
| 511 | 2026-07-22T04:19:43.367Z | Compiling paste v1.0.15 |
| 512 | 2026-07-22T04:19:43.375Z | Checking httpdate v1.0.3 |
| 513 | 2026-07-22T04:19:43.450Z | Compiling serde_derive v1.0.228 |
| 514 | 2026-07-22T04:19:43.494Z | Compiling zerocopy-derive v0.8.40 |
| 515 | 2026-07-22T04:19:43.504Z | Compiling zerofrom-derive v0.1.6 |
| 516 | 2026-07-22T04:19:43.552Z | Compiling yoke-derive v0.8.1 |
| 517 | 2026-07-22T04:19:43.562Z | Compiling tokio-macros v2.7.0 |
| 518 | 2026-07-22T04:19:43.637Z | Compiling thiserror-impl v2.0.18 |
| 519 | 2026-07-22T04:19:43.963Z | Compiling zerovec-derive v0.11.2 |
| 520 | 2026-07-22T04:19:44.251Z | Checking tokio v1.52.1 |
| 521 | 2026-07-22T04:19:44.515Z | Compiling displaydoc v0.2.5 |
| 522 | 2026-07-22T04:19:44.620Z | Checking zerofrom v0.1.6 |
| 523 | 2026-07-22T04:19:44.727Z | Checking yoke v0.8.1 |
| 524 | 2026-07-22T04:19:44.825Z | Compiling futures-macro v0.3.32 |
| 525 | 2026-07-22T04:19:44.892Z | Compiling schemars_derive v0.8.22 |
| 526 | 2026-07-22T04:19:45.011Z | Checking zerovec v0.11.5 |
| 527 | 2026-07-22T04:19:45.231Z | Checking zerotrie v0.2.3 |
| 528 | 2026-07-22T04:19:45.424Z | Checking tinystr v0.8.2 |
| 529 | 2026-07-22T04:19:45.462Z | Checking potential_utf v0.1.4 |
| 530 | 2026-07-22T04:19:45.580Z | Checking icu_collections v2.1.1 |
| 531 | 2026-07-22T04:19:45.590Z | Checking icu_locale_core v2.1.1 |
| 532 | 2026-07-22T04:19:45.608Z | Checking futures-util v0.3.32 |
| 533 | 2026-07-22T04:19:45.859Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-07-22T04:19:46.119Z | Checking icu_provider v2.1.1 |
| 535 | 2026-07-22T04:19:46.409Z | Checking chrono v0.4.45 |
| 536 | 2026-07-22T04:19:46.426Z | Checking erased-serde v0.3.31 |
| 537 | 2026-07-22T04:19:46.429Z | Checking icu_properties v2.1.2 |
| 538 | 2026-07-22T04:19:46.512Z | Compiling serde_tokenstream v0.2.3 |
| 539 | 2026-07-22T04:19:46.776Z | Checking icu_normalizer v2.1.1 |
| 540 | 2026-07-22T04:19:47.215Z | Compiling scroll_derive v0.13.1 |
| 541 | 2026-07-22T04:19:47.234Z | Checking tokio-util v0.7.18 |
| 542 | 2026-07-22T04:19:47.449Z | Compiling structmeta-derive v0.3.0 |
| 543 | 2026-07-22T04:19:47.494Z | Checking ppv-lite86 v0.2.21 |
| 544 | 2026-07-22T04:19:47.630Z | Checking h2 v0.4.15 |
| 545 | 2026-07-22T04:19:47.780Z | Checking form_urlencoded v1.2.2 |
| 546 | 2026-07-22T04:19:47.830Z | Compiling crc32fast v1.5.0 |
| 547 | 2026-07-22T04:19:47.910Z | Compiling version_check v0.9.5 |
| 548 | 2026-07-22T04:19:48.004Z | Compiling num-conv v0.2.0 |
| 549 | 2026-07-22T04:19:48.017Z | Compiling usdt-impl v0.6.0 |
| 550 | 2026-07-22T04:19:48.112Z | Checking powerfmt v0.2.0 |
| 551 | 2026-07-22T04:19:48.123Z | Checking typenum v1.20.1 |
| 552 | 2026-07-22T04:19:48.261Z | Checking ipnet v2.11.0 |
| 553 | 2026-07-22T04:19:48.265Z | Compiling time-core v0.1.8 |
| 554 | 2026-07-22T04:19:48.398Z | Compiling time-macros v0.2.27 |
| 555 | 2026-07-22T04:19:48.460Z | Compiling structmeta v0.3.0 |
| 556 | 2026-07-22T04:19:48.486Z | Checking deranged v0.5.8 |
| 557 | 2026-07-22T04:19:48.606Z | Checking scroll v0.13.0 |
| 558 | 2026-07-22T04:19:48.659Z | Checking ipnetwork v0.21.1 |
| 559 | 2026-07-22T04:19:48.822Z | Checking idna_adapter v1.2.1 |
| 560 | 2026-07-22T04:19:48.851Z | Checking hybrid-array v0.4.13 |
| 561 | 2026-07-22T04:19:48.929Z | Compiling dtrace-parser v0.3.0 |
| 562 | 2026-07-22T04:19:49.274Z | Checking tempfile v3.25.0 |
| 563 | 2026-07-22T04:19:49.322Z | Checking rand_core v0.9.5 |
| 564 | 2026-07-22T04:19:49.362Z | Compiling thread-id v5.1.0 |
| 565 | 2026-07-22T04:19:49.387Z | Checking sync_wrapper v1.0.2 |
| 566 | 2026-07-22T04:19:49.426Z | Checking openssl-probe v0.2.1 |
| 567 | 2026-07-22T04:19:49.452Z | Compiling ident_case v1.0.1 |
| 568 | 2026-07-22T04:19:49.478Z | Checking plain v0.2.3 |
| 569 | 2026-07-22T04:19:49.501Z | Compiling omicron-workspace-hack v0.1.0 |
| 570 | 2026-07-22T04:19:49.516Z | Checking num_threads v0.1.7 |
| 571 | 2026-07-22T04:19:49.530Z | Checking hyper v1.10.1 |
| 572 | 2026-07-22T04:19:49.531Z | Checking adler2 v2.0.1 |
| 573 | 2026-07-22T04:19:49.561Z | Checking utf8_iter v1.0.4 |
| 574 | 2026-07-22T04:19:49.576Z | Compiling strsim v0.11.1 |
| 575 | 2026-07-22T04:19:49.629Z | Compiling crossbeam-utils v0.8.21 |
| 576 | 2026-07-22T04:19:49.669Z | Checking simd-adler32 v0.3.8 |
| 577 | 2026-07-22T04:19:49.691Z | Checking ryu v1.0.23 |
| 578 | 2026-07-22T04:19:49.698Z | Checking regex-syntax v0.8.10 |
| 579 | 2026-07-22T04:19:49.800Z | Compiling dof v0.4.0 |
| 580 | 2026-07-22T04:19:49.868Z | Compiling byteorder v1.5.0 |
| 581 | 2026-07-22T04:19:49.943Z | Checking serde_urlencoded v0.7.1 |
| 582 | 2026-07-22T04:19:49.951Z | Checking miniz_oxide v0.8.9 |
| 583 | 2026-07-22T04:19:50.016Z | Checking time v0.3.47 |
| 584 | 2026-07-22T04:19:50.067Z | Compiling darling_core v0.23.0 |
| 585 | 2026-07-22T04:19:50.283Z | Checking idna v1.1.0 |
| 586 | 2026-07-22T04:19:50.445Z | Checking hyper-util v0.1.20 |
| 587 | 2026-07-22T04:19:50.525Z | Checking goblin v0.10.5 |
| 588 | 2026-07-22T04:19:50.826Z | Checking rustls-native-certs v0.8.3 |
| 589 | 2026-07-22T04:19:50.946Z | Checking tower v0.5.3 |
| 590 | 2026-07-22T04:19:50.976Z | Checking oxnet v0.1.6 |
| 591 | 2026-07-22T04:19:51.159Z | Checking newtype-uuid v1.3.2 |
| 592 | 2026-07-22T04:19:51.208Z | Compiling daft-derive v0.1.7 |
| 593 | 2026-07-22T04:19:51.277Z | Checking http-body-util v0.1.3 |
| 594 | 2026-07-22T04:19:51.301Z | Compiling aho-corasick v1.1.4 |
| 595 | 2026-07-22T04:19:51.312Z | Checking getrandom v0.2.17 |
| 596 | 2026-07-22T04:19:51.498Z | Compiling camino v1.2.2 |
| 597 | 2026-07-22T04:19:51.712Z | Checking iri-string v0.7.10 |
| 598 | 2026-07-22T04:19:51.834Z | Compiling rustix v0.38.44 |
| 599 | 2026-07-22T04:19:51.921Z | Checking pretty-hex v0.4.1 |
| 600 | 2026-07-22T04:19:52.030Z | Checking daft v0.1.7 |
| 601 | 2026-07-22T04:19:52.149Z | Compiling darling_macro v0.23.0 |
| 602 | 2026-07-22T04:19:52.272Z | Checking rand_core v0.6.4 |
| 603 | 2026-07-22T04:19:52.641Z | Checking flate2 v1.1.9 |
| 604 | 2026-07-22T04:19:52.667Z | Checking url v2.5.8 |
| 605 | 2026-07-22T04:19:52.710Z | Checking tower-http v0.6.8 |
| 606 | 2026-07-22T04:19:52.905Z | Compiling regex-automata v0.4.14 |
| 607 | 2026-07-22T04:19:52.962Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-07-22T04:19:53.014Z | Checking crypto-common v0.2.2 |
| 609 | 2026-07-22T04:19:53.057Z | Checking block-buffer v0.12.1 |
| 610 | 2026-07-22T04:19:53.128Z | Compiling multer v3.1.0 |
| 611 | 2026-07-22T04:19:53.180Z | Checking wait-timeout v0.2.1 |
| 612 | 2026-07-22T04:19:53.366Z | Checking thread_local v1.1.9 |
| 613 | 2026-07-22T04:19:53.453Z | Checking const-oid v0.10.2 |
| 614 | 2026-07-22T04:19:53.486Z | Checking match_cfg v0.1.0 |
| 615 | 2026-07-22T04:19:53.512Z | Checking winnow v1.0.3 |
| 616 | 2026-07-22T04:19:53.545Z | Checking compression-core v0.4.31 |
| 617 | 2026-07-22T04:19:53.569Z | Compiling slog-async v2.8.0 |
| 618 | 2026-07-22T04:19:53.591Z | Compiling ref-cast v1.0.25 |
| 619 | 2026-07-22T04:19:53.655Z | Checking allocator-api2 v0.2.21 |
| 620 | 2026-07-22T04:19:53.780Z | Checking foldhash v0.2.0 |
| 621 | 2026-07-22T04:19:53.864Z | Checking bit-vec v0.8.0 |
| 622 | 2026-07-22T04:19:53.899Z | Checking quick-error v1.2.3 |
| 623 | 2026-07-22T04:19:53.921Z | Checking hashbrown v0.16.1 |
| 624 | 2026-07-22T04:19:53.990Z | Checking rusty-fork v0.3.1 |
| 625 | 2026-07-22T04:19:54.011Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 626 | 2026-07-22T04:19:54.032Z | Checking bit-set v0.8.0 |
| 627 | 2026-07-22T04:19:54.144Z | Checking compression-codecs v0.4.37 |
| 628 | 2026-07-22T04:19:54.161Z | Checking digest v0.11.3 |
| 629 | 2026-07-22T04:19:54.298Z | Checking hostname v0.3.1 |
| 630 | 2026-07-22T04:19:54.320Z | Checking rand v0.9.2 |
| 631 | 2026-07-22T04:19:54.344Z | Checking crossbeam-channel v0.5.15 |
| 632 | 2026-07-22T04:19:54.357Z | Compiling darling v0.23.0 |
| 633 | 2026-07-22T04:19:54.379Z | Checking rand_chacha v0.3.1 |
| 634 | 2026-07-22T04:19:54.556Z | Compiling regex v1.12.3 |
| 635 | 2026-07-22T04:19:54.652Z | Compiling usdt-attr-macro v0.6.0 |
| 636 | 2026-07-22T04:19:54.668Z | Compiling usdt-macro v0.6.0 |
| 637 | 2026-07-22T04:19:54.765Z | Checking slog-json v2.6.1 |
| 638 | 2026-07-22T04:19:54.910Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-07-22T04:19:54.938Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-07-22T04:19:54.993Z | Compiling dropshot v0.17.1 |
| 641 | 2026-07-22T04:19:55.021Z | Checking futures-executor v0.3.32 |
| 642 | 2026-07-22T04:19:55.155Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 643 | 2026-07-22T04:19:55.204Z | Compiling ref-cast-impl v1.0.25 |
| 644 | 2026-07-22T04:19:55.320Z | Compiling async-stream-impl v0.3.6 |
| 645 | 2026-07-22T04:19:55.349Z | Compiling strum_macros v0.26.4 |
| 646 | 2026-07-22T04:19:55.433Z | Compiling async-trait v0.1.89 |
| 647 | 2026-07-22T04:19:55.443Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 648 | 2026-07-22T04:19:55.603Z | Checking serde_spanned v1.1.1 |
| 649 | 2026-07-22T04:19:55.614Z | Checking memmap2 v0.9.10 |
| 650 | 2026-07-22T04:19:55.717Z | Checking is-terminal v0.4.17 |
| 651 | 2026-07-22T04:19:55.785Z | Checking encoding_rs v0.8.35 |
| 652 | 2026-07-22T04:19:55.824Z | Checking spin v0.9.8 |
| 653 | 2026-07-22T04:19:55.825Z | Checking hex v0.4.3 |
| 654 | 2026-07-22T04:19:55.873Z | Checking take_mut v0.2.2 |
| 655 | 2026-07-22T04:19:55.915Z | Checking unarray v0.1.4 |
| 656 | 2026-07-22T04:19:55.963Z | Checking cpufeatures v0.3.0 |
| 657 | 2026-07-22T04:19:55.996Z | Compiling anyhow v1.0.102 |
| 658 | 2026-07-22T04:19:56.005Z | Checking term v1.2.1 |
| 659 | 2026-07-22T04:19:56.028Z | Checking mime v0.3.17 |
| 660 | 2026-07-22T04:19:56.247Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 661 | 2026-07-22T04:19:56.365Z | Checking slog-term v2.9.2 |
| 662 | 2026-07-22T04:19:56.403Z | Checking toml v1.1.2+spec-1.1.0 |
| 663 | 2026-07-22T04:19:56.553Z | Compiling test-strategy v0.4.5 |
| 664 | 2026-07-22T04:19:56.658Z | Compiling dropshot_endpoint v0.17.1 |
| 665 | 2026-07-22T04:19:56.658Z | Checking sha1 v0.11.0 |
| 666 | 2026-07-22T04:19:56.658Z | Checking proptest v1.10.0 |
| 667 | 2026-07-22T04:19:56.663Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 668 | 2026-07-22T04:19:56.901Z | Checking async-stream v0.3.6 |
| 669 | 2026-07-22T04:19:57.488Z | Checking strum v0.26.3 |
| 670 | 2026-07-22T04:19:57.558Z | Checking usdt v0.6.0 |
| 671 | 2026-07-22T04:19:57.558Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2026-07-22T04:19:57.558Z | Compiling parse-display-derive v0.10.0 |
| 673 | 2026-07-22T04:19:57.558Z | Checking futures v0.3.32 |
| 674 | 2026-07-22T04:19:57.558Z | Checking atomicwrites v0.4.4 |
| 675 | 2026-07-22T04:19:57.558Z | Checking slog-bunyan v2.5.0 |
| 676 | 2026-07-22T04:19:57.558Z | Checking rand v0.8.6 |
| 677 | 2026-07-22T04:19:57.558Z | Compiling serde_with_macros v3.21.0 |
| 678 | 2026-07-22T04:19:57.558Z | Checking async-compression v0.4.41 |
| 679 | 2026-07-22T04:19:57.643Z | Compiling newtype-uuid-macros v0.1.0 |
| 680 | 2026-07-22T04:19:57.810Z | Checking openapiv3 v2.2.0 |
| 681 | 2026-07-22T04:19:57.869Z | Compiling strum_macros v0.27.2 |
| 682 | 2026-07-22T04:19:58.102Z | Checking backon v1.6.0 |
| 683 | 2026-07-22T04:19:58.203Z | Checking waitgroup v0.1.2 |
| 684 | 2026-07-22T04:19:58.281Z | Checking rustls-pemfile v2.2.0 |
| 685 | 2026-07-22T04:19:58.337Z | Checking serde_path_to_error v0.1.20 |
| 686 | 2026-07-22T04:19:58.376Z | Checking hostname v0.4.2 |
| 687 | 2026-07-22T04:19:58.379Z | Checking instant v0.1.13 |
| 688 | 2026-07-22T04:19:58.430Z | Checking either v1.15.0 |
| 689 | 2026-07-22T04:19:58.479Z | Checking debug-ignore v1.0.5 |
| 690 | 2026-07-22T04:19:58.479Z | Checking backoff v0.4.0 |
| 691 | 2026-07-22T04:19:58.548Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 692 | 2026-07-22T04:19:58.548Z | Checking parse-display v0.10.0 |
| 693 | 2026-07-22T04:19:58.651Z | Checking serde_with v3.21.0 |
| 694 | 2026-07-22T04:19:58.651Z | Checking itertools v0.14.0 |
| 695 | 2026-07-22T04:19:58.733Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 696 | 2026-07-22T04:19:58.733Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 697 | 2026-07-22T04:19:58.882Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 698 | 2026-07-22T04:19:58.934Z | Checking iddqd v0.4.2 |
| 699 | 2026-07-22T04:19:59.095Z | Checking regress v0.10.5 |
| 700 | 2026-07-22T04:19:59.114Z | Checking macaddr v1.0.1 |
| 701 | 2026-07-22T04:19:59.223Z | Checking humantime v2.3.0 |
| 702 | 2026-07-22T04:19:59.523Z | Checking strum v0.27.2 |
| 703 | 2026-07-22T04:20:03.835Z | Checking rustls-webpki v0.103.13 |
| 704 | 2026-07-22T04:20:05.952Z | Checking tokio-rustls v0.26.4 |
| 705 | 2026-07-22T04:20:05.952Z | Checking rustls-platform-verifier v0.6.2 |
| 706 | 2026-07-22T04:20:06.120Z | Checking hyper-rustls v0.27.7 |
| 707 | 2026-07-22T04:20:06.259Z | Checking reqwest v0.13.2 |
| 708 | 2026-07-22T04:20:06.814Z | Checking progenitor-client v0.14.0 |
| 709 | 2026-07-22T04:20:06.996Z | Checking progenitor-extras v0.2.0 |
| 710 | 2026-07-22T04:20:07.712Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 711 | 2026-07-22T04:20:10.657Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 712 | 2026-07-22T04:20:10.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.76s |
| 713 | 2026-07-22T04:20:10.851Z | + cargo build --release |
| 714 | 2026-07-22T04:20:11.029Z | Compiling proc-macro2 v1.0.106 |
| 715 | 2026-07-22T04:20:11.029Z | Compiling quote v1.0.45 |
| 716 | 2026-07-22T04:20:11.029Z | Compiling unicode-ident v1.0.24 |
| 717 | 2026-07-22T04:20:11.029Z | Compiling libc v0.2.185 |
| 718 | 2026-07-22T04:20:11.030Z | Compiling cfg-if v1.0.4 |
| 719 | 2026-07-22T04:20:11.035Z | Compiling serde_core v1.0.228 |
| 720 | 2026-07-22T04:20:11.035Z | Compiling memchr v2.8.0 |
| 721 | 2026-07-22T04:20:11.035Z | Compiling itoa v1.0.17 |
| 722 | 2026-07-22T04:20:11.124Z | Compiling serde v1.0.228 |
| 723 | 2026-07-22T04:20:11.153Z | Compiling zmij v1.0.21 |
| 724 | 2026-07-22T04:20:11.284Z | Compiling serde_json v1.0.150 |
| 725 | 2026-07-22T04:20:11.432Z | Compiling pin-project-lite v0.2.17 |
| 726 | 2026-07-22T04:20:11.439Z | Compiling smallvec v1.15.1 |
| 727 | 2026-07-22T04:20:11.522Z | Compiling futures-core v0.3.32 |
| 728 | 2026-07-22T04:20:11.666Z | Compiling bytes v1.11.1 |
| 729 | 2026-07-22T04:20:11.858Z | Compiling parking_lot_core v0.9.12 |
| 730 | 2026-07-22T04:20:11.968Z | Compiling errno v0.3.14 |
| 731 | 2026-07-22T04:20:12.119Z | Compiling once_cell v1.21.3 |
| 732 | 2026-07-22T04:20:12.133Z | Compiling scopeguard v1.2.0 |
| 733 | 2026-07-22T04:20:12.180Z | Compiling jobserver v0.1.34 |
| 734 | 2026-07-22T04:20:12.191Z | Compiling shlex v1.3.0 |
| 735 | 2026-07-22T04:20:12.226Z | Compiling lock_api v0.4.14 |
| 736 | 2026-07-22T04:20:12.331Z | Compiling syn v2.0.117 |
| 737 | 2026-07-22T04:20:12.345Z | Compiling find-msvc-tools v0.1.9 |
| 738 | 2026-07-22T04:20:12.352Z | Compiling getrandom v0.4.1 |
| 739 | 2026-07-22T04:20:12.455Z | Compiling parking_lot v0.12.5 |
| 740 | 2026-07-22T04:20:12.482Z | Compiling cc v1.2.56 |
| 741 | 2026-07-22T04:20:12.503Z | Compiling signal-hook-registry v1.4.8 |
| 742 | 2026-07-22T04:20:12.551Z | Compiling mio v1.2.0 |
| 743 | 2026-07-22T04:20:12.560Z | Compiling socket2 v0.6.3 |
| 744 | 2026-07-22T04:20:12.623Z | Compiling stable_deref_trait v1.2.1 |
| 745 | 2026-07-22T04:20:12.689Z | Compiling futures-sink v0.3.32 |
| 746 | 2026-07-22T04:20:12.787Z | Compiling thiserror v2.0.18 |
| 747 | 2026-07-22T04:20:13.124Z | Compiling fs_extra v1.3.0 |
| 748 | 2026-07-22T04:20:13.185Z | Compiling cmake v0.1.57 |
| 749 | 2026-07-22T04:20:13.315Z | Compiling autocfg v1.5.0 |
| 750 | 2026-07-22T04:20:13.381Z | Compiling dunce v1.0.5 |
| 751 | 2026-07-22T04:20:13.402Z | Compiling rustversion v1.0.22 |
| 752 | 2026-07-22T04:20:13.402Z | Compiling slab v0.4.12 |
| 753 | 2026-07-22T04:20:13.552Z | Compiling zerocopy v0.8.40 |
| 754 | 2026-07-22T04:20:13.587Z | Compiling futures-channel v0.3.32 |
| 755 | 2026-07-22T04:20:13.699Z | Compiling num-traits v0.2.19 |
| 756 | 2026-07-22T04:20:13.736Z | Compiling aws-lc-sys v0.40.0 |
| 757 | 2026-07-22T04:20:13.829Z | Compiling zeroize v1.8.2 |
| 758 | 2026-07-22T04:20:13.895Z | Compiling equivalent v1.0.2 |
| 759 | 2026-07-22T04:20:13.969Z | Compiling http v1.4.2 |
| 760 | 2026-07-22T04:20:14.343Z | Compiling futures-task v0.3.32 |
| 761 | 2026-07-22T04:20:14.356Z | Compiling aws-lc-rs v1.16.3 |
| 762 | 2026-07-22T04:20:14.558Z | Compiling bitflags v2.11.0 |
| 763 | 2026-07-22T04:20:14.630Z | Compiling futures-io v0.3.32 |
| 764 | 2026-07-22T04:20:15.018Z | Compiling ucd-trie v0.1.7 |
| 765 | 2026-07-22T04:20:15.054Z | Compiling log v0.4.29 |
| 766 | 2026-07-22T04:20:15.054Z | Compiling rustls-pki-types v1.14.0 |
| 767 | 2026-07-22T04:20:15.054Z | Compiling pest v2.8.6 |
| 768 | 2026-07-22T04:20:15.054Z | Compiling fnv v1.0.7 |
| 769 | 2026-07-22T04:20:15.100Z | Compiling synstructure v0.13.2 |
| 770 | 2026-07-22T04:20:15.706Z | Compiling iana-time-zone v0.1.65 |
| 771 | 2026-07-22T04:20:15.812Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2026-07-22T04:20:15.813Z | Compiling litemap v0.8.1 |
| 773 | 2026-07-22T04:20:15.875Z | Compiling writeable v0.6.2 |
| 774 | 2026-07-22T04:20:15.876Z | Compiling schemars v0.8.22 |
| 775 | 2026-07-22T04:20:15.919Z | Compiling httparse v1.10.1 |
| 776 | 2026-07-22T04:20:15.947Z | Compiling hashbrown v0.17.0 |
| 777 | 2026-07-22T04:20:16.018Z | Compiling pest_meta v2.8.6 |
| 778 | 2026-07-22T04:20:16.069Z | Compiling http-body v1.0.1 |
| 779 | 2026-07-22T04:20:16.164Z | Compiling slog v2.8.2 |
| 780 | 2026-07-22T04:20:16.204Z | Compiling serde_derive v1.0.228 |
| 781 | 2026-07-22T04:20:16.219Z | Compiling zerocopy-derive v0.8.40 |
| 782 | 2026-07-22T04:20:16.219Z | Compiling zerofrom-derive v0.1.6 |
| 783 | 2026-07-22T04:20:16.367Z | Compiling yoke-derive v0.8.1 |
| 784 | 2026-07-22T04:20:16.606Z | Compiling tokio-macros v2.7.0 |
| 785 | 2026-07-22T04:20:16.606Z | Compiling thiserror-impl v2.0.18 |
| 786 | 2026-07-22T04:20:17.212Z | Compiling tokio v1.52.1 |
| 787 | 2026-07-22T04:20:17.244Z | Compiling zerovec-derive v0.11.2 |
| 788 | 2026-07-22T04:20:17.765Z | Compiling displaydoc v0.2.5 |
| 789 | 2026-07-22T04:20:17.796Z | Compiling zerofrom v0.1.6 |
| 790 | 2026-07-22T04:20:17.796Z | Compiling yoke v0.8.1 |
| 791 | 2026-07-22T04:20:17.796Z | Compiling futures-macro v0.3.32 |
| 792 | 2026-07-22T04:20:17.796Z | Compiling pest_generator v2.8.6 |
| 793 | 2026-07-22T04:20:18.078Z | Compiling zerotrie v0.2.3 |
| 794 | 2026-07-22T04:20:18.222Z | Compiling zerovec v0.11.5 |
| 795 | 2026-07-22T04:20:18.298Z | Compiling indexmap v2.14.0 |
| 796 | 2026-07-22T04:20:18.485Z | Compiling futures-util v0.3.32 |
| 797 | 2026-07-22T04:20:18.548Z | Compiling schemars_derive v0.8.22 |
| 798 | 2026-07-22T04:20:19.375Z | Compiling tinystr v0.8.2 |
| 799 | 2026-07-22T04:20:19.448Z | Compiling chrono v0.4.45 |
| 800 | 2026-07-22T04:20:19.448Z | Compiling icu_locale_core v2.1.1 |
| 801 | 2026-07-22T04:20:19.449Z | Compiling potential_utf v0.1.4 |
| 802 | 2026-07-22T04:20:19.628Z | Compiling semver v1.0.28 |
| 803 | 2026-07-22T04:20:19.656Z | Compiling uuid v1.23.4 |
| 804 | 2026-07-22T04:20:20.213Z | Compiling tracing-core v0.1.36 |
| 805 | 2026-07-22T04:20:20.260Z | Compiling icu_normalizer_data v2.1.1 |
| 806 | 2026-07-22T04:20:20.399Z | Compiling dyn-clone v1.0.20 |
| 807 | 2026-07-22T04:20:20.542Z | Compiling atomic-waker v1.1.2 |
| 808 | 2026-07-22T04:20:20.600Z | Compiling percent-encoding v2.3.2 |
| 809 | 2026-07-22T04:20:20.666Z | Compiling rustls v0.23.41 |
| 810 | 2026-07-22T04:20:20.871Z | Compiling icu_properties_data v2.1.2 |
| 811 | 2026-07-22T04:20:20.894Z | Compiling untrusted v0.9.0 |
| 812 | 2026-07-22T04:20:20.992Z | Compiling heck v0.5.0 |
| 813 | 2026-07-22T04:20:21.004Z | Compiling tokio-util v0.7.18 |
| 814 | 2026-07-22T04:20:21.119Z | Compiling tracing v0.1.44 |
| 815 | 2026-07-22T04:20:21.239Z | Compiling icu_provider v2.1.1 |
| 816 | 2026-07-22T04:20:21.512Z | Compiling icu_collections v2.1.1 |
| 817 | 2026-07-22T04:20:21.635Z | Compiling erased-serde v0.3.31 |
| 818 | 2026-07-22T04:20:21.884Z | Compiling pest_derive v2.8.6 |
| 819 | 2026-07-22T04:20:22.243Z | Compiling subtle v2.6.1 |
| 820 | 2026-07-22T04:20:22.281Z | Compiling try-lock v0.2.5 |
| 821 | 2026-07-22T04:20:22.383Z | Compiling getrandom v0.3.4 |
| 822 | 2026-07-22T04:20:22.393Z | Compiling base64 v0.22.1 |
| 823 | 2026-07-22T04:20:22.398Z | Compiling rustix v1.1.3 |
| 824 | 2026-07-22T04:20:22.686Z | Compiling tower-service v0.3.3 |
| 825 | 2026-07-22T04:20:22.716Z | Compiling fastrand v2.3.0 |
| 826 | 2026-07-22T04:20:22.740Z | Compiling tower-layer v0.3.3 |
| 827 | 2026-07-22T04:20:22.847Z | Compiling want v0.3.1 |
| 828 | 2026-07-22T04:20:22.972Z | Compiling h2 v0.4.15 |
| 829 | 2026-07-22T04:20:23.075Z | Compiling ppv-lite86 v0.2.21 |
| 830 | 2026-07-22T04:20:23.151Z | Compiling serde_tokenstream v0.2.3 |
| 831 | 2026-07-22T04:20:23.186Z | Compiling httpdate v1.0.3 |
| 832 | 2026-07-22T04:20:23.429Z | Compiling paste v1.0.15 |
| 833 | 2026-07-22T04:20:23.514Z | Compiling icu_properties v2.1.2 |
| 834 | 2026-07-22T04:20:23.576Z | Compiling icu_normalizer v2.1.1 |
| 835 | 2026-07-22T04:20:24.742Z | Compiling form_urlencoded v1.2.2 |
| 836 | 2026-07-22T04:20:24.997Z | Compiling scroll_derive v0.13.1 |
| 837 | 2026-07-22T04:20:24.997Z | Compiling structmeta-derive v0.3.0 |
| 838 | 2026-07-22T04:20:25.413Z | Compiling hyper v1.10.1 |
| 839 | 2026-07-22T04:20:25.920Z | Compiling usdt-impl v0.6.0 |
| 840 | 2026-07-22T04:20:26.004Z | Compiling time-core v0.1.8 |
| 841 | 2026-07-22T04:20:26.071Z | Compiling ipnet v2.11.0 |
| 842 | 2026-07-22T04:20:26.144Z | Compiling num-conv v0.2.0 |
| 843 | 2026-07-22T04:20:26.152Z | Compiling omicron-workspace-hack v0.1.0 |
| 844 | 2026-07-22T04:20:26.274Z | Compiling powerfmt v0.2.0 |
| 845 | 2026-07-22T04:20:26.467Z | Compiling crc32fast v1.5.0 |
| 846 | 2026-07-22T04:20:26.605Z | Compiling version_check v0.9.5 |
| 847 | 2026-07-22T04:20:26.674Z | Compiling typenum v1.20.1 |
| 848 | 2026-07-22T04:20:26.793Z | Compiling hyper-util v0.1.20 |
| 849 | 2026-07-22T04:20:27.318Z | Compiling deranged v0.5.8 |
| 850 | 2026-07-22T04:20:27.462Z | Compiling hybrid-array v0.4.13 |
| 851 | 2026-07-22T04:20:27.578Z | Compiling dof v0.4.0 |
| 852 | 2026-07-22T04:20:27.936Z | Compiling time-macros v0.2.27 |
| 853 | 2026-07-22T04:20:28.264Z | Compiling structmeta v0.3.0 |
| 854 | 2026-07-22T04:20:28.438Z | Compiling scroll v0.13.0 |
| 855 | 2026-07-22T04:20:28.742Z | Compiling rand_core v0.9.5 |
| 856 | 2026-07-22T04:20:28.935Z | Compiling tempfile v3.25.0 |
| 857 | 2026-07-22T04:20:29.014Z | Compiling idna_adapter v1.2.1 |
| 858 | 2026-07-22T04:20:29.130Z | Compiling dtrace-parser v0.3.0 |
| 859 | 2026-07-22T04:20:29.353Z | Compiling ipnetwork v0.21.1 |
| 860 | 2026-07-22T04:20:29.658Z | Compiling thread-id v5.1.0 |
| 861 | 2026-07-22T04:20:29.680Z | Compiling sync_wrapper v1.0.2 |
| 862 | 2026-07-22T04:20:29.734Z | Compiling plain v0.2.3 |
| 863 | 2026-07-22T04:20:29.752Z | Compiling ryu v1.0.23 |
| 864 | 2026-07-22T04:20:29.793Z | Compiling byteorder v1.5.0 |
| 865 | 2026-07-22T04:20:29.930Z | Compiling num_threads v0.1.7 |
| 866 | 2026-07-22T04:20:30.008Z | Compiling utf8_iter v1.0.4 |
| 867 | 2026-07-22T04:20:30.013Z | Compiling strsim v0.11.1 |
| 868 | 2026-07-22T04:20:30.016Z | Compiling crossbeam-utils v0.8.21 |
| 869 | 2026-07-22T04:20:30.114Z | Compiling simd-adler32 v0.3.8 |
| 870 | 2026-07-22T04:20:30.151Z | Compiling regex-syntax v0.8.10 |
| 871 | 2026-07-22T04:20:30.263Z | Compiling openssl-probe v0.2.1 |
| 872 | 2026-07-22T04:20:30.283Z | Compiling ident_case v1.0.1 |
| 873 | 2026-07-22T04:20:30.303Z | Compiling adler2 v2.0.1 |
| 874 | 2026-07-22T04:20:30.390Z | Compiling miniz_oxide v0.8.9 |
| 875 | 2026-07-22T04:20:30.453Z | Compiling darling_core v0.23.0 |
| 876 | 2026-07-22T04:20:30.483Z | Compiling rustls-native-certs v0.8.3 |
| 877 | 2026-07-22T04:20:30.515Z | Compiling idna v1.1.0 |
| 878 | 2026-07-22T04:20:30.935Z | Compiling time v0.3.47 |
| 879 | 2026-07-22T04:20:31.321Z | Compiling serde_urlencoded v0.7.1 |
| 880 | 2026-07-22T04:20:31.783Z | Compiling goblin v0.10.5 |
| 881 | 2026-07-22T04:20:31.792Z | Compiling tower v0.5.3 |
| 882 | 2026-07-22T04:20:32.519Z | Compiling oxnet v0.1.6 |
| 883 | 2026-07-22T04:20:32.732Z | Compiling newtype-uuid v1.3.2 |
| 884 | 2026-07-22T04:20:32.830Z | Compiling daft-derive v0.1.7 |
| 885 | 2026-07-22T04:20:33.072Z | Compiling http-body-util v0.1.3 |
| 886 | 2026-07-22T04:20:33.178Z | Compiling aho-corasick v1.1.4 |
| 887 | 2026-07-22T04:20:33.320Z | Compiling getrandom v0.2.17 |
| 888 | 2026-07-22T04:20:33.536Z | Compiling rustix v0.38.44 |
| 889 | 2026-07-22T04:20:33.719Z | Compiling camino v1.2.2 |
| 890 | 2026-07-22T04:20:33.886Z | Compiling pretty-hex v0.4.1 |
| 891 | 2026-07-22T04:20:34.017Z | Compiling iri-string v0.7.10 |
| 892 | 2026-07-22T04:20:34.170Z | Compiling daft v0.1.7 |
| 893 | 2026-07-22T04:20:34.421Z | Compiling rand_core v0.6.4 |
| 894 | 2026-07-22T04:20:34.546Z | Compiling flate2 v1.1.9 |
| 895 | 2026-07-22T04:20:35.807Z | Compiling tower-http v0.6.8 |
| 896 | 2026-07-22T04:20:36.549Z | Compiling regex-automata v0.4.14 |
| 897 | 2026-07-22T04:20:36.759Z | Compiling darling_macro v0.23.0 |
| 898 | 2026-07-22T04:20:37.154Z | Compiling url v2.5.8 |
| 899 | 2026-07-22T04:20:37.297Z | Compiling rand_chacha v0.9.0 |
| 900 | 2026-07-22T04:20:37.850Z | Compiling crypto-common v0.2.2 |
| 901 | 2026-07-22T04:20:38.056Z | Compiling block-buffer v0.12.1 |
| 902 | 2026-07-22T04:20:38.136Z | Compiling multer v3.1.0 |
| 903 | 2026-07-22T04:20:38.208Z | Compiling wait-timeout v0.2.1 |
| 904 | 2026-07-22T04:20:38.675Z | Compiling thread_local v1.1.9 |
| 905 | 2026-07-22T04:20:39.009Z | Compiling match_cfg v0.1.0 |
| 906 | 2026-07-22T04:20:39.018Z | Compiling foldhash v0.2.0 |
| 907 | 2026-07-22T04:20:39.065Z | Compiling slog-async v2.8.0 |
| 908 | 2026-07-22T04:20:39.284Z | Compiling bit-vec v0.8.0 |
| 909 | 2026-07-22T04:20:39.352Z | Compiling winnow v1.0.3 |
| 910 | 2026-07-22T04:20:39.363Z | Compiling compression-core v0.4.31 |
| 911 | 2026-07-22T04:20:39.530Z | Compiling quick-error v1.2.3 |
| 912 | 2026-07-22T04:20:39.567Z | Compiling ref-cast v1.0.25 |
| 913 | 2026-07-22T04:20:39.568Z | Compiling allocator-api2 v0.2.21 |
| 914 | 2026-07-22T04:20:39.628Z | Compiling const-oid v0.10.2 |
| 915 | 2026-07-22T04:20:39.783Z | Compiling digest v0.11.3 |
| 916 | 2026-07-22T04:20:39.909Z | Compiling hashbrown v0.16.1 |
| 917 | 2026-07-22T04:20:39.915Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 918 | 2026-07-22T04:20:39.937Z | Compiling rusty-fork v0.3.1 |
| 919 | 2026-07-22T04:20:39.952Z | Compiling bit-set v0.8.0 |
| 920 | 2026-07-22T04:20:40.146Z | Compiling compression-codecs v0.4.37 |
| 921 | 2026-07-22T04:20:40.767Z | Compiling hostname v0.3.1 |
| 922 | 2026-07-22T04:20:40.950Z | Compiling regex v1.12.3 |
| 923 | 2026-07-22T04:20:41.219Z | Compiling crossbeam-channel v0.5.15 |
| 924 | 2026-07-22T04:20:41.368Z | Compiling rand v0.9.2 |
| 925 | 2026-07-22T04:20:41.914Z | Compiling darling v0.23.0 |
| 926 | 2026-07-22T04:20:41.988Z | Compiling rand_chacha v0.3.1 |
| 927 | 2026-07-22T04:20:42.986Z | Compiling slog-json v2.6.1 |
| 928 | 2026-07-22T04:20:43.216Z | Compiling usdt-attr-macro v0.6.0 |
| 929 | 2026-07-22T04:20:43.238Z | Compiling usdt-macro v0.6.0 |
| 930 | 2026-07-22T04:20:43.441Z | Compiling rand_xorshift v0.4.0 |
| 931 | 2026-07-22T04:20:43.585Z | Compiling derive-ex v0.1.8 |
| 932 | 2026-07-22T04:20:43.855Z | Compiling dropshot v0.17.1 |
| 933 | 2026-07-22T04:20:43.926Z | Compiling strum_macros v0.26.4 |
| 934 | 2026-07-22T04:20:43.935Z | Compiling futures-executor v0.3.32 |
| 935 | 2026-07-22T04:20:44.078Z | Compiling async-stream-impl v0.3.6 |
| 936 | 2026-07-22T04:20:44.459Z | Compiling ref-cast-impl v1.0.25 |
| 937 | 2026-07-22T04:20:44.703Z | Compiling async-trait v0.1.89 |
| 938 | 2026-07-22T04:20:44.926Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 939 | 2026-07-22T04:20:45.064Z | Compiling serde_spanned v1.1.1 |
| 940 | 2026-07-22T04:20:45.157Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 941 | 2026-07-22T04:20:45.199Z | Compiling memmap2 v0.9.10 |
| 942 | 2026-07-22T04:20:45.389Z | Compiling is-terminal v0.4.17 |
| 943 | 2026-07-22T04:20:45.478Z | Compiling encoding_rs v0.8.35 |
| 944 | 2026-07-22T04:20:45.482Z | Compiling term v1.2.1 |
| 945 | 2026-07-22T04:20:45.550Z | Compiling spin v0.9.8 |
| 946 | 2026-07-22T04:20:45.636Z | Compiling cpufeatures v0.3.0 |
| 947 | 2026-07-22T04:20:45.664Z | Compiling anyhow v1.0.102 |
| 948 | 2026-07-22T04:20:45.701Z | Compiling take_mut v0.2.2 |
| 949 | 2026-07-22T04:20:45.806Z | Compiling unarray v0.1.4 |
| 950 | 2026-07-22T04:20:45.812Z | Compiling mime v0.3.17 |
| 951 | 2026-07-22T04:20:45.919Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 952 | 2026-07-22T04:20:45.989Z | Compiling hex v0.4.3 |
| 953 | 2026-07-22T04:20:46.169Z | Compiling toml v1.1.2+spec-1.1.0 |
| 954 | 2026-07-22T04:20:46.268Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 955 | 2026-07-22T04:20:46.469Z | Compiling proptest v1.10.0 |
| 956 | 2026-07-22T04:20:46.488Z | Compiling dropshot_endpoint v0.17.1 |
| 957 | 2026-07-22T04:20:48.665Z | Compiling slog-term v2.9.2 |
| 958 | 2026-07-22T04:20:49.554Z | Compiling sha1 v0.11.0 |
| 959 | 2026-07-22T04:20:49.801Z | Compiling strum v0.26.3 |
| 960 | 2026-07-22T04:20:49.922Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 961 | 2026-07-22T04:20:49.945Z | Compiling usdt v0.6.0 |
| 962 | 2026-07-22T04:20:50.006Z | Compiling test-strategy v0.4.5 |
| 963 | 2026-07-22T04:20:50.155Z | Compiling async-stream v0.3.6 |
| 964 | 2026-07-22T04:20:50.350Z | Compiling futures v0.3.32 |
| 965 | 2026-07-22T04:20:50.583Z | Compiling slog-bunyan v2.5.0 |
| 966 | 2026-07-22T04:20:50.603Z | Compiling atomicwrites v0.4.4 |
| 967 | 2026-07-22T04:20:50.743Z | Compiling rand v0.8.6 |
| 968 | 2026-07-22T04:20:50.851Z | Compiling serde_with_macros v3.21.0 |
| 969 | 2026-07-22T04:20:51.337Z | Compiling parse-display-derive v0.10.0 |
| 970 | 2026-07-22T04:20:51.513Z | Compiling async-compression v0.4.41 |
| 971 | 2026-07-22T04:20:51.704Z | Compiling newtype-uuid-macros v0.1.0 |
| 972 | 2026-07-22T04:20:51.912Z | Compiling backon v1.6.0 |
| 973 | 2026-07-22T04:20:51.979Z | Compiling strum_macros v0.27.2 |
| 974 | 2026-07-22T04:20:52.092Z | Compiling waitgroup v0.1.2 |
| 975 | 2026-07-22T04:20:52.153Z | Compiling openapiv3 v2.2.0 |
| 976 | 2026-07-22T04:20:52.238Z | Compiling rustls-pemfile v2.2.0 |
| 977 | 2026-07-22T04:20:52.468Z | Compiling serde_path_to_error v0.1.20 |
| 978 | 2026-07-22T04:20:52.503Z | Compiling hostname v0.4.2 |
| 979 | 2026-07-22T04:20:52.649Z | Compiling instant v0.1.13 |
| 980 | 2026-07-22T04:20:52.757Z | Compiling debug-ignore v1.0.5 |
| 981 | 2026-07-22T04:20:52.831Z | Compiling either v1.15.0 |
| 982 | 2026-07-22T04:20:52.853Z | Compiling parse-display v0.10.0 |
| 983 | 2026-07-22T04:20:52.896Z | Compiling backoff v0.4.0 |
| 984 | 2026-07-22T04:20:53.038Z | Compiling itertools v0.14.0 |
| 985 | 2026-07-22T04:20:53.085Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 986 | 2026-07-22T04:20:53.724Z | Compiling serde_with v3.21.0 |
| 987 | 2026-07-22T04:20:53.760Z | Compiling strum v0.27.2 |
| 988 | 2026-07-22T04:20:53.881Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 989 | 2026-07-22T04:20:54.548Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 990 | 2026-07-22T04:20:54.703Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 991 | 2026-07-22T04:20:54.888Z | Compiling iddqd v0.4.2 |
| 992 | 2026-07-22T04:20:55.138Z | Compiling regress v0.10.5 |
| 993 | 2026-07-22T04:20:55.275Z | Compiling macaddr v1.0.1 |
| 994 | 2026-07-22T04:20:55.393Z | Compiling humantime v2.3.0 |
| 995 | 2026-07-22T04:21:01.204Z | Compiling rustls-webpki v0.103.13 |
| 996 | 2026-07-22T04:21:04.444Z | Compiling tokio-rustls v0.26.4 |
| 997 | 2026-07-22T04:21:04.444Z | Compiling rustls-platform-verifier v0.6.2 |
| 998 | 2026-07-22T04:21:04.720Z | Compiling hyper-rustls v0.27.7 |
| 999 | 2026-07-22T04:21:05.028Z | Compiling reqwest v0.13.2 |
| 1000 | 2026-07-22T04:21:07.300Z | Compiling progenitor-client v0.14.0 |
| 1001 | 2026-07-22T04:21:07.793Z | Compiling progenitor-extras v0.2.0 |
| 1002 | 2026-07-22T04:21:08.202Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1003 | 2026-07-22T04:21:12.218Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1004 | 2026-07-22T04:21:15.935Z | Finished `release` profile [optimized] target(s) in 1m 05s |
| 1005 | 2026-07-22T04:21:15.992Z | process exited: duration 103493 ms, exit code 0 |
| |
| 1006 | 2026-07-22T04:21:16.002Z | found 0 output files |