|
|
|
| 1 | 2026-03-02T21:43:29.118Z | job assigned to worker 01KJR8106EYWD2505NM23PRGKK [factory aws, i-093969ca545fdd231] (queued for 1 m 17 s) |
| |
| 2 | 2026-03-02T21:43:37.190Z | starting task 0: "setup" |
| 3 | 2026-03-02T21:43:37.195Z | ++ uname -s |
| 4 | 2026-03-02T21:43:37.198Z | + kern=SunOS |
| 5 | 2026-03-02T21:43:37.198Z | + build_user=build |
| 6 | 2026-03-02T21:43:37.198Z | + build_uid=12345 |
| 7 | 2026-03-02T21:43:37.198Z | + work_dir=/work |
| 8 | 2026-03-02T21:43:37.198Z | + input_dir=/input |
| 9 | 2026-03-02T21:43:37.198Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-02T21:43:37.198Z | + case "$kern" in |
| 11 | 2026-03-02T21:43:37.198Z | + groupadd -g 12345 build |
| 12 | 2026-03-02T21:43:37.202Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-02T21:43:39.208Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-02T21:43:39.373Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-02T21:43:39.377Z | + home_fs=zfs |
| 16 | 2026-03-02T21:43:39.377Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-02T21:43:39.377Z | + mkdir -p /home/build |
| 18 | 2026-03-02T21:43:39.380Z | + chown build:build /home/build /work |
| 19 | 2026-03-02T21:43:41.380Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-02T21:43:41.383Z | process exited: duration 4194 ms, exit code 0 |
| |
| 21 | 2026-03-02T21:43:41.389Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-02T21:43:41.394Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-02T21:43:41.394Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-02T21:43:41.394Z | * rust toolchain profile = "default" |
| 25 | 2026-03-02T21:43:41.394Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-02T21:43:41.394Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-02T21:43:41.394Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-02T21:43:41.397Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-02T21:43:41.397Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-02T21:43:41.757Z | info: downloading installer |
| 31 | 2026-03-02T21:43:43.354Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-02T21:43:43.354Z | warn: /opt/ooce/bin |
| 33 | 2026-03-02T21:43:43.354Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-02T21:43:43.354Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-02T21:43:43.354Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-02T21:43:43.354Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-02T21:43:43.354Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-02T21:43:43.354Z | error: cannot install while Rust is installed |
| 39 | 2026-03-02T21:43:43.354Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-02T21:43:43.373Z | info: profile set to 'default' |
| 41 | 2026-03-02T21:43:43.374Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-02T21:43:43.377Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-02T21:43:43.548Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-02T21:43:43.548Z | info: downloading component 'cargo' |
| 45 | 2026-03-02T21:43:44.751Z | info: downloading component 'clippy' |
| 46 | 2026-03-02T21:43:45.203Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-02T21:43:46.971Z | info: downloading component 'rust-std' |
| 48 | 2026-03-02T21:43:48.752Z | info: downloading component 'rustc' |
| 49 | 2026-03-02T21:43:56.095Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-02T21:43:56.430Z | info: installing component 'cargo' |
| 51 | 2026-03-02T21:43:57.360Z | info: installing component 'clippy' |
| 52 | 2026-03-02T21:43:57.757Z | info: installing component 'rust-docs' |
| 53 | 2026-03-02T21:43:59.723Z | info: installing component 'rust-std' |
| 54 | 2026-03-02T21:44:01.540Z | info: installing component 'rustc' |
| 55 | 2026-03-02T21:44:08.540Z | info: installing component 'rustfmt' |
| 56 | 2026-03-02T21:44:08.897Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-02T21:44:08.897Z | |
| 58 | 2026-03-02T21:44:09.368Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-02T21:44:09.368Z | |
| 60 | 2026-03-02T21:44:09.371Z | |
| 61 | 2026-03-02T21:44:09.371Z | Rust is installed now. Great! |
| 62 | 2026-03-02T21:44:09.371Z | |
| 63 | 2026-03-02T21:44:09.371Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-02T21:44:09.372Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-02T21:44:09.372Z | |
| 66 | 2026-03-02T21:44:09.372Z | To configure your current shell, you need to source |
| 67 | 2026-03-02T21:44:09.372Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-02T21:44:09.372Z | |
| 69 | 2026-03-02T21:44:09.372Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-02T21:44:09.372Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-02T21:44:09.372Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-02T21:44:09.372Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-02T21:44:09.481Z | + rustup --version |
| 74 | 2026-03-02T21:44:09.489Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-02T21:44:09.489Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-02T21:44:09.572Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-02T21:44:09.576Z | + cargo --version |
| 78 | 2026-03-02T21:44:09.651Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-02T21:44:09.654Z | + rustc --version |
| 80 | 2026-03-02T21:44:09.734Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-02T21:44:09.738Z | process exited: duration 28345 ms, exit code 0 |
| |
| 82 | 2026-03-02T21:44:09.745Z | starting task 2: "authentication" |
| 83 | 2026-03-02T21:44:09.769Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-03-02T21:44:09.775Z | starting task 3: "clone repository" |
| 85 | 2026-03-02T21:44:09.781Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-02T21:44:09.784Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-02T21:44:09.818Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-02T21:44:23.656Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-02T21:44:23.659Z | + git fetch origin 5f0b9e13b6288efed081e5166987a99ac46ce3bd |
| 90 | 2026-03-02T21:44:24.039Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-02T21:44:24.039Z | * branch 5f0b9e13b6288efed081e5166987a99ac46ce3bd -> FETCH_HEAD |
| 92 | 2026-03-02T21:44:24.052Z | + [[ -n unbork-db ]] |
| 93 | 2026-03-02T21:44:24.055Z | ++ git branch --show-current |
| 94 | 2026-03-02T21:44:24.058Z | + current=main |
| 95 | 2026-03-02T21:44:24.058Z | + [[ main != unbork-db ]] |
| 96 | 2026-03-02T21:44:24.058Z | + git branch -f unbork-db 5f0b9e13b6288efed081e5166987a99ac46ce3bd |
| 97 | 2026-03-02T21:44:24.061Z | + git checkout -f unbork-db |
| 98 | 2026-03-02T21:44:24.451Z | Switched to branch 'unbork-db' |
| 99 | 2026-03-02T21:44:24.454Z | + git reset --hard 5f0b9e13b6288efed081e5166987a99ac46ce3bd |
| 100 | 2026-03-02T21:44:24.475Z | HEAD is now at 5f0b9e13b Unbreak database tests |
| 101 | 2026-03-02T21:44:24.480Z | process exited: duration 14699 ms, exit code 0 |
| |
| 102 | 2026-03-02T21:44:24.486Z | starting task 4: "build" |
| 103 | 2026-03-02T21:44:24.491Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-02T21:44:24.494Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-02T21:44:24.495Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-02T21:44:24.495Z | + cargo --version |
| 107 | 2026-03-02T21:44:24.558Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-02T21:44:24.561Z | + rustc --version |
| 109 | 2026-03-02T21:44:24.644Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-02T21:44:24.648Z | + cd /tmp |
| 111 | 2026-03-02T21:44:24.650Z | + cargo new --lib test-project |
| 112 | 2026-03-02T21:44:24.733Z | Creating library `test-project` package |
| 113 | 2026-03-02T21:44:24.835Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-03-02T21:44:24.837Z | + cd test-project |
| 115 | 2026-03-02T21:44:24.837Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-03-02T21:44:24.919Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-03-02T21:44:24.919Z | Features: |
| 118 | 2026-03-02T21:44:24.922Z | - proptest |
| 119 | 2026-03-02T21:44:24.922Z | - test-strategy |
| 120 | 2026-03-02T21:44:24.922Z | - testing |
| 121 | 2026-03-02T21:44:24.949Z | Updating crates.io index |
| 122 | 2026-03-02T21:44:24.993Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-03-02T21:44:25.689Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2026-03-02T21:44:26.344Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 125 | 2026-03-02T21:44:26.790Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2026-03-02T21:44:29.789Z | Locking 385 packages to latest Rust 1.91.1 compatible versions |
| 127 | 2026-03-02T21:44:29.793Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 128 | 2026-03-02T21:44:29.918Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2026-03-02T21:44:29.921Z | + cargo check |
| 130 | 2026-03-02T21:44:30.127Z | Updating crates.io index |
| 131 | 2026-03-02T21:44:30.946Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 132 | 2026-03-02T21:44:30.947Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2026-03-02T21:44:30.988Z | Downloading crates ... |
| 134 | 2026-03-02T21:44:31.076Z | Downloaded anyhow v1.0.102 |
| 135 | 2026-03-02T21:44:31.081Z | Downloaded async-stream v0.3.6 |
| 136 | 2026-03-02T21:44:31.086Z | Downloaded aho-corasick v1.1.4 |
| 137 | 2026-03-02T21:44:31.093Z | Downloaded autocfg v1.5.0 |
| 138 | 2026-03-02T21:44:31.096Z | Downloaded backoff v0.4.0 |
| 139 | 2026-03-02T21:44:31.099Z | Downloaded memmap2 v0.9.10 |
| 140 | 2026-03-02T21:44:31.102Z | Downloaded find-msvc-tools v0.1.9 |
| 141 | 2026-03-02T21:44:31.105Z | Downloaded omicron-workspace-hack v0.1.0 |
| 142 | 2026-03-02T21:44:31.108Z | Downloaded num_threads v0.1.7 |
| 143 | 2026-03-02T21:44:31.108Z | Downloaded mime v0.3.17 |
| 144 | 2026-03-02T21:44:31.111Z | Downloaded erased-serde v0.3.31 |
| 145 | 2026-03-02T21:44:31.113Z | Downloaded litemap v0.8.1 |
| 146 | 2026-03-02T21:44:31.116Z | Downloaded iri-string v0.7.10 |
| 147 | 2026-03-02T21:44:31.124Z | Downloaded rand_chacha v0.9.0 |
| 148 | 2026-03-02T21:44:31.127Z | Downloaded ref-cast v1.0.25 |
| 149 | 2026-03-02T21:44:31.130Z | Downloaded rand_chacha v0.3.1 |
| 150 | 2026-03-02T21:44:31.134Z | Downloaded oxnet v0.1.4 |
| 151 | 2026-03-02T21:44:31.137Z | Downloaded dyn-clone v1.0.20 |
| 152 | 2026-03-02T21:44:31.137Z | Downloaded potential_utf v0.1.4 |
| 153 | 2026-03-02T21:44:31.140Z | Downloaded async-trait v0.1.89 |
| 154 | 2026-03-02T21:44:31.145Z | Downloaded pretty-hex v0.4.1 |
| 155 | 2026-03-02T21:44:31.147Z | Downloaded ppv-lite86 v0.2.21 |
| 156 | 2026-03-02T21:44:31.150Z | Downloaded pest_derive v2.8.6 |
| 157 | 2026-03-02T21:44:31.153Z | Downloaded httpdate v1.0.3 |
| 158 | 2026-03-02T21:44:31.156Z | Downloaded pin-project-lite v0.2.17 |
| 159 | 2026-03-02T21:44:31.161Z | Downloaded ipnet v2.11.0 |
| 160 | 2026-03-02T21:44:31.163Z | Downloaded heck v0.5.0 |
| 161 | 2026-03-02T21:44:31.166Z | Downloaded percent-encoding v2.3.2 |
| 162 | 2026-03-02T21:44:31.169Z | Downloaded generic-array v0.14.7 |
| 163 | 2026-03-02T21:44:31.169Z | Downloaded openssl-probe v0.2.1 |
| 164 | 2026-03-02T21:44:31.172Z | Downloaded fnv v1.0.7 |
| 165 | 2026-03-02T21:44:31.172Z | Downloaded serde_spanned v1.0.4 |
| 166 | 2026-03-02T21:44:31.175Z | Downloaded darling_macro v0.21.3 |
| 167 | 2026-03-02T21:44:31.175Z | Downloaded equivalent v1.0.2 |
| 168 | 2026-03-02T21:44:31.178Z | Downloaded powerfmt v0.2.0 |
| 169 | 2026-03-02T21:44:31.178Z | Downloaded scroll_derive v0.13.1 |
| 170 | 2026-03-02T21:44:31.181Z | Downloaded rustversion v1.0.22 |
| 171 | 2026-03-02T21:44:31.183Z | Downloaded dunce v1.0.5 |
| 172 | 2026-03-02T21:44:31.184Z | Downloaded rand_xorshift v0.4.0 |
| 173 | 2026-03-02T21:44:31.186Z | Downloaded form_urlencoded v1.2.2 |
| 174 | 2026-03-02T21:44:31.186Z | Downloaded crypto-common v0.1.7 |
| 175 | 2026-03-02T21:44:31.189Z | Downloaded cfg_aliases v0.2.1 |
| 176 | 2026-03-02T21:44:31.189Z | Downloaded quote v1.0.44 |
| 177 | 2026-03-02T21:44:31.192Z | Downloaded rustc-hash v2.1.1 |
| 178 | 2026-03-02T21:44:31.195Z | Downloaded instant v0.1.13 |
| 179 | 2026-03-02T21:44:31.199Z | Downloaded ref-cast-impl v1.0.25 |
| 180 | 2026-03-02T21:44:31.199Z | Downloaded quick-error v1.2.3 |
| 181 | 2026-03-02T21:44:31.201Z | Downloaded futures-sink v0.3.32 |
| 182 | 2026-03-02T21:44:31.201Z | Downloaded cfg-if v1.0.4 |
| 183 | 2026-03-02T21:44:31.204Z | Downloaded futures-core v0.3.32 |
| 184 | 2026-03-02T21:44:31.204Z | Downloaded sha1 v0.10.6 |
| 185 | 2026-03-02T21:44:31.207Z | Downloaded itoa v1.0.17 |
| 186 | 2026-03-02T21:44:31.210Z | Downloaded errno v0.3.14 |
| 187 | 2026-03-02T21:44:31.210Z | Downloaded pin-utils v0.1.0 |
| 188 | 2026-03-02T21:44:31.214Z | Downloaded strum v0.26.3 |
| 189 | 2026-03-02T21:44:31.214Z | Downloaded newtype-uuid-macros v0.1.0 |
| 190 | 2026-03-02T21:44:31.217Z | Downloaded idna_adapter v1.2.1 |
| 191 | 2026-03-02T21:44:31.217Z | Downloaded fastrand v2.3.0 |
| 192 | 2026-03-02T21:44:31.217Z | Downloaded structmeta-derive v0.3.0 |
| 193 | 2026-03-02T21:44:31.220Z | Downloaded plain v0.2.3 |
| 194 | 2026-03-02T21:44:31.220Z | Downloaded stable_deref_trait v1.2.1 |
| 195 | 2026-03-02T21:44:31.224Z | Downloaded lru-slab v0.1.2 |
| 196 | 2026-03-02T21:44:31.224Z | Downloaded base64 v0.22.1 |
| 197 | 2026-03-02T21:44:31.227Z | Downloaded strsim v0.11.1 |
| 198 | 2026-03-02T21:44:31.230Z | Downloaded slog-bunyan v2.5.0 |
| 199 | 2026-03-02T21:44:31.230Z | Downloaded darling v0.21.3 |
| 200 | 2026-03-02T21:44:31.234Z | Downloaded take_mut v0.2.2 |
| 201 | 2026-03-02T21:44:31.237Z | Downloaded sync_wrapper v1.0.2 |
| 202 | 2026-03-02T21:44:31.237Z | Downloaded structmeta v0.3.0 |
| 203 | 2026-03-02T21:44:31.240Z | Downloaded scroll v0.13.0 |
| 204 | 2026-03-02T21:44:31.240Z | Downloaded progenitor-client v0.10.0 |
| 205 | 2026-03-02T21:44:31.243Z | Downloaded subtle v2.6.1 |
| 206 | 2026-03-02T21:44:31.243Z | Downloaded time-core v0.1.8 |
| 207 | 2026-03-02T21:44:31.246Z | Downloaded tinyvec_macros v0.1.1 |
| 208 | 2026-03-02T21:44:31.246Z | Downloaded parse-display-derive v0.10.0 |
| 209 | 2026-03-02T21:44:31.249Z | Downloaded rand_core v0.6.4 |
| 210 | 2026-03-02T21:44:31.249Z | Downloaded strum v0.27.2 |
| 211 | 2026-03-02T21:44:31.252Z | Downloaded parse-display v0.10.0 |
| 212 | 2026-03-02T21:44:31.252Z | Downloaded serde_urlencoded v0.7.1 |
| 213 | 2026-03-02T21:44:31.255Z | Downloaded hex v0.4.3 |
| 214 | 2026-03-02T21:44:31.255Z | Downloaded thread-id v5.1.0 |
| 215 | 2026-03-02T21:44:31.258Z | Downloaded match_cfg v0.1.0 |
| 216 | 2026-03-02T21:44:31.258Z | Downloaded fs_extra v1.3.0 |
| 217 | 2026-03-02T21:44:31.261Z | Downloaded ipnetwork v0.21.1 |
| 218 | 2026-03-02T21:44:31.264Z | Downloaded try-lock v0.2.5 |
| 219 | 2026-03-02T21:44:31.264Z | Downloaded utf8_iter v1.0.4 |
| 220 | 2026-03-02T21:44:31.264Z | Downloaded usdt-attr-macro v0.6.0 |
| 221 | 2026-03-02T21:44:31.268Z | Downloaded http-body-util v0.1.3 |
| 222 | 2026-03-02T21:44:31.268Z | Downloaded displaydoc v0.2.5 |
| 223 | 2026-03-02T21:44:31.271Z | Downloaded daft-derive v0.1.5 |
| 224 | 2026-03-02T21:44:31.275Z | Downloaded multer v3.1.0 |
| 225 | 2026-03-02T21:44:31.277Z | Downloaded serde_derive_internals v0.29.1 |
| 226 | 2026-03-02T21:44:31.281Z | Downloaded digest v0.10.7 |
| 227 | 2026-03-02T21:44:31.284Z | Downloaded schemars_derive v0.8.22 |
| 228 | 2026-03-02T21:44:31.284Z | Downloaded sha2 v0.10.9 |
| 229 | 2026-03-02T21:44:31.287Z | Downloaded serde_tokenstream v0.2.3 |
| 230 | 2026-03-02T21:44:31.291Z | Downloaded tower-layer v0.3.3 |
| 231 | 2026-03-02T21:44:31.291Z | Downloaded cmake v0.1.57 |
| 232 | 2026-03-02T21:44:31.291Z | Downloaded semver v1.0.27 |
| 233 | 2026-03-02T21:44:31.294Z | Downloaded tower-service v0.3.3 |
| 234 | 2026-03-02T21:44:31.294Z | Downloaded byteorder v1.5.0 |
| 235 | 2026-03-02T21:44:31.298Z | Downloaded usdt-macro v0.6.0 |
| 236 | 2026-03-02T21:44:31.298Z | Downloaded slab v0.4.12 |
| 237 | 2026-03-02T21:44:31.301Z | Downloaded futures-channel v0.3.32 |
| 238 | 2026-03-02T21:44:31.301Z | Downloaded zerofrom v0.1.6 |
| 239 | 2026-03-02T21:44:31.301Z | Downloaded signal-hook-registry v1.4.8 |
| 240 | 2026-03-02T21:44:31.304Z | Downloaded shlex v1.3.0 |
| 241 | 2026-03-02T21:44:31.304Z | Downloaded thiserror v1.0.69 |
| 242 | 2026-03-02T21:44:31.309Z | Downloaded waitgroup v0.1.2 |
| 243 | 2026-03-02T21:44:31.312Z | Downloaded once_cell v1.21.3 |
| 244 | 2026-03-02T21:44:31.316Z | Downloaded wait-timeout v0.2.1 |
| 245 | 2026-03-02T21:44:31.316Z | Downloaded version_check v0.9.5 |
| 246 | 2026-03-02T21:44:31.320Z | Downloaded strum_macros v0.26.4 |
| 247 | 2026-03-02T21:44:31.320Z | Downloaded time-macros v0.2.27 |
| 248 | 2026-03-02T21:44:31.323Z | Downloaded slog-json v2.6.1 |
| 249 | 2026-03-02T21:44:31.323Z | Downloaded tinystr v0.8.2 |
| 250 | 2026-03-02T21:44:31.326Z | Downloaded zerofrom-derive v0.1.6 |
| 251 | 2026-03-02T21:44:31.326Z | Downloaded yoke-derive v0.8.1 |
| 252 | 2026-03-02T21:44:31.328Z | Downloaded tokio-macros v2.6.0 |
| 253 | 2026-03-02T21:44:31.328Z | Downloaded thread_local v1.1.9 |
| 254 | 2026-03-02T21:44:31.331Z | Downloaded thiserror-impl v1.0.69 |
| 255 | 2026-03-02T21:44:31.331Z | Downloaded usdt-impl v0.6.0 |
| 256 | 2026-03-02T21:44:31.334Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 257 | 2026-03-02T21:44:31.334Z | Downloaded httparse v1.10.1 |
| 258 | 2026-03-02T21:44:31.337Z | Downloaded serde_with_macros v3.17.0 |
| 259 | 2026-03-02T21:44:31.340Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 260 | 2026-03-02T21:44:31.344Z | Downloaded jobserver v0.1.34 |
| 261 | 2026-03-02T21:44:31.344Z | Downloaded derive-ex v0.1.8 |
| 262 | 2026-03-02T21:44:31.347Z | Downloaded quinn-udp v0.5.14 |
| 263 | 2026-03-02T21:44:31.347Z | Downloaded rustls-native-certs v0.8.3 |
| 264 | 2026-03-02T21:44:31.350Z | Downloaded getrandom v0.2.17 |
| 265 | 2026-03-02T21:44:31.353Z | Downloaded hyper-rustls v0.27.7 |
| 266 | 2026-03-02T21:44:31.356Z | Downloaded parking_lot v0.12.5 |
| 267 | 2026-03-02T21:44:31.359Z | Downloaded synstructure v0.13.2 |
| 268 | 2026-03-02T21:44:31.359Z | Downloaded spin v0.9.8 |
| 269 | 2026-03-02T21:44:31.362Z | Downloaded num-traits v0.2.19 |
| 270 | 2026-03-02T21:44:31.366Z | Downloaded serde_derive v1.0.228 |
| 271 | 2026-03-02T21:44:31.369Z | Downloaded yoke v0.8.1 |
| 272 | 2026-03-02T21:44:31.369Z | Downloaded ryu v1.0.23 |
| 273 | 2026-03-02T21:44:31.372Z | Downloaded thiserror-impl v2.0.18 |
| 274 | 2026-03-02T21:44:31.375Z | Downloaded thiserror v2.0.18 |
| 275 | 2026-03-02T21:44:31.379Z | Downloaded tokio-rustls v0.26.4 |
| 276 | 2026-03-02T21:44:31.382Z | Downloaded zmij v1.0.21 |
| 277 | 2026-03-02T21:44:31.384Z | Downloaded zerovec-derive v0.11.2 |
| 278 | 2026-03-02T21:44:31.387Z | Downloaded tokio-rustls v0.25.0 |
| 279 | 2026-03-02T21:44:31.388Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 280 | 2026-03-02T21:44:31.390Z | Downloaded log v0.4.29 |
| 281 | 2026-03-02T21:44:31.393Z | Downloaded icu_provider v2.1.1 |
| 282 | 2026-03-02T21:44:31.396Z | Downloaded proc-macro2 v1.0.106 |
| 283 | 2026-03-02T21:44:31.399Z | Downloaded icu_properties v2.1.2 |
| 284 | 2026-03-02T21:44:31.401Z | Downloaded futures v0.3.32 |
| 285 | 2026-03-02T21:44:31.404Z | Downloaded schemars v0.8.22 |
| 286 | 2026-03-02T21:44:31.416Z | Downloaded writeable v0.6.2 |
| 287 | 2026-03-02T21:44:31.419Z | Downloaded untrusted v0.9.0 |
| 288 | 2026-03-02T21:44:31.422Z | Downloaded unicode-ident v1.0.24 |
| 289 | 2026-03-02T21:44:31.425Z | Downloaded socket2 v0.6.2 |
| 290 | 2026-03-02T21:44:31.425Z | Downloaded darling_core v0.21.3 |
| 291 | 2026-03-02T21:44:31.429Z | Downloaded zeroize v1.8.2 |
| 292 | 2026-03-02T21:44:31.432Z | Downloaded serde_core v1.0.228 |
| 293 | 2026-03-02T21:44:31.435Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 294 | 2026-03-02T21:44:31.438Z | Downloaded quinn v0.11.9 |
| 295 | 2026-03-02T21:44:31.441Z | Downloaded memchr v2.8.0 |
| 296 | 2026-03-02T21:44:31.446Z | Downloaded tinyvec v1.10.0 |
| 297 | 2026-03-02T21:44:31.449Z | Downloaded pest v2.8.6 |
| 298 | 2026-03-02T21:44:31.454Z | Downloaded typenum v1.19.0 |
| 299 | 2026-03-02T21:44:31.457Z | Downloaded uuid v1.21.0 |
| 300 | 2026-03-02T21:44:31.460Z | Downloaded cc v1.2.56 |
| 301 | 2026-03-02T21:44:31.463Z | Downloaded pest_meta v2.8.6 |
| 302 | 2026-03-02T21:44:31.466Z | Downloaded iddqd v0.3.17 |
| 303 | 2026-03-02T21:44:31.472Z | Downloaded rand v0.9.2 |
| 304 | 2026-03-02T21:44:31.502Z | Downloaded crossbeam-channel v0.5.15 |
| 305 | 2026-03-02T21:44:31.502Z | Downloaded ucd-trie v0.1.7 |
| 306 | 2026-03-02T21:44:31.502Z | Downloaded reqwest v0.13.2 |
| 307 | 2026-03-02T21:44:31.502Z | Downloaded serde v1.0.228 |
| 308 | 2026-03-02T21:44:31.502Z | Downloaded icu_collections v2.1.1 |
| 309 | 2026-03-02T21:44:31.502Z | Downloaded url v2.5.8 |
| 310 | 2026-03-02T21:44:31.502Z | Downloaded http v1.4.0 |
| 311 | 2026-03-02T21:44:31.506Z | Downloaded zerotrie v0.2.3 |
| 312 | 2026-03-02T21:44:31.506Z | Downloaded tracing-core v0.1.36 |
| 313 | 2026-03-02T21:44:31.508Z | Downloaded rustls-webpki v0.103.9 |
| 314 | 2026-03-02T21:44:31.511Z | Downloaded mio v1.1.1 |
| 315 | 2026-03-02T21:44:31.517Z | Downloaded zerocopy-derive v0.8.40 |
| 316 | 2026-03-02T21:44:31.526Z | Downloaded tower v0.5.3 |
| 317 | 2026-03-02T21:44:31.536Z | Downloaded indexmap v2.13.0 |
| 318 | 2026-03-02T21:44:31.541Z | Downloaded hyper-util v0.1.20 |
| 319 | 2026-03-02T21:44:31.547Z | Downloaded reqwest v0.12.28 |
| 320 | 2026-03-02T21:44:31.552Z | Downloaded zerovec v0.11.5 |
| 321 | 2026-03-02T21:44:31.558Z | Downloaded tower-http v0.6.8 |
| 322 | 2026-03-02T21:44:31.565Z | Downloaded regex v1.12.3 |
| 323 | 2026-03-02T21:44:31.570Z | Downloaded serde_json v1.0.149 |
| 324 | 2026-03-02T21:44:31.577Z | Downloaded tokio-util v0.7.18 |
| 325 | 2026-03-02T21:44:31.584Z | Downloaded h2 v0.4.13 |
| 326 | 2026-03-02T21:44:31.591Z | Downloaded idna v1.1.0 |
| 327 | 2026-03-02T21:44:31.594Z | Downloaded hyper v1.8.1 |
| 328 | 2026-03-02T21:44:31.601Z | Downloaded rustls-webpki v0.102.8 |
| 329 | 2026-03-02T21:44:31.620Z | Downloaded winnow v0.7.14 |
| 330 | 2026-03-02T21:44:31.628Z | Downloaded serde_with v3.17.0 |
| 331 | 2026-03-02T21:44:31.639Z | Downloaded time v0.3.47 |
| 332 | 2026-03-02T21:44:31.651Z | Downloaded aws-lc-rs v1.16.0 |
| 333 | 2026-03-02T21:44:31.660Z | Downloaded chrono v0.4.44 |
| 334 | 2026-03-02T21:44:31.669Z | Downloaded goblin v0.10.5 |
| 335 | 2026-03-02T21:44:31.674Z | Downloaded zerocopy v0.8.40 |
| 336 | 2026-03-02T21:44:31.683Z | Downloaded quinn-proto v0.11.13 |
| 337 | 2026-03-02T21:44:31.690Z | Downloaded syn v2.0.117 |
| 338 | 2026-03-02T21:44:31.700Z | Downloaded regex-syntax v0.8.10 |
| 339 | 2026-03-02T21:44:31.707Z | Downloaded rustls v0.22.4 |
| 340 | 2026-03-02T21:44:31.719Z | Downloaded regress v0.10.5 |
| 341 | 2026-03-02T21:44:31.727Z | Downloaded rustls v0.23.37 |
| 342 | 2026-03-02T21:44:31.737Z | Downloaded openapiv3 v2.2.0 |
| 343 | 2026-03-02T21:44:31.745Z | Downloaded rustix v1.1.3 |
| 344 | 2026-03-02T21:44:31.767Z | Downloaded dropshot v0.16.7 |
| 345 | 2026-03-02T21:44:31.788Z | Downloaded proptest v1.10.0 |
| 346 | 2026-03-02T21:44:31.794Z | Downloaded futures-util v0.3.32 |
| 347 | 2026-03-02T21:44:31.804Z | Downloaded icu_properties_data v2.1.2 |
| 348 | 2026-03-02T21:44:31.812Z | Downloaded hashbrown v0.16.1 |
| 349 | 2026-03-02T21:44:31.817Z | Downloaded tracing v0.1.44 |
| 350 | 2026-03-02T21:44:31.835Z | Downloaded icu_normalizer_data v2.1.1 |
| 351 | 2026-03-02T21:44:31.838Z | Downloaded bytes v1.11.1 |
| 352 | 2026-03-02T21:44:31.841Z | Downloaded test-strategy v0.4.5 |
| 353 | 2026-03-02T21:44:31.844Z | Downloaded slog v2.8.2 |
| 354 | 2026-03-02T21:44:31.847Z | Downloaded icu_normalizer v2.1.1 |
| 355 | 2026-03-02T21:44:31.850Z | Downloaded icu_locale_core v2.1.1 |
| 356 | 2026-03-02T21:44:31.855Z | Downloaded regex-automata v0.4.14 |
| 357 | 2026-03-02T21:44:31.868Z | Downloaded dropshot_endpoint v0.16.7 |
| 358 | 2026-03-02T21:44:31.871Z | Downloaded getrandom v0.3.4 |
| 359 | 2026-03-02T21:44:31.875Z | Downloaded iana-time-zone v0.1.65 |
| 360 | 2026-03-02T21:44:31.877Z | Downloaded term v1.2.1 |
| 361 | 2026-03-02T21:44:31.880Z | Downloaded tempfile v3.25.0 |
| 362 | 2026-03-02T21:44:31.883Z | Downloaded strum_macros v0.27.2 |
| 363 | 2026-03-02T21:44:31.886Z | Downloaded smallvec v1.15.1 |
| 364 | 2026-03-02T21:44:31.889Z | Downloaded rustls-platform-verifier v0.6.2 |
| 365 | 2026-03-02T21:44:31.889Z | Downloaded backon v1.6.0 |
| 366 | 2026-03-02T21:44:31.892Z | Downloaded lock_api v0.4.14 |
| 367 | 2026-03-02T21:44:31.895Z | Downloaded want v0.3.1 |
| 368 | 2026-03-02T21:44:31.895Z | Downloaded slog-async v2.8.0 |
| 369 | 2026-03-02T21:44:31.895Z | Downloaded usdt v0.6.0 |
| 370 | 2026-03-02T21:44:31.897Z | Downloaded unarray v0.1.4 |
| 371 | 2026-03-02T21:44:31.897Z | Downloaded rustls-pki-types v1.14.0 |
| 372 | 2026-03-02T21:44:31.900Z | Downloaded rand_core v0.9.5 |
| 373 | 2026-03-02T21:44:31.900Z | Downloaded rand v0.8.5 |
| 374 | 2026-03-02T21:44:31.903Z | Downloaded progenitor-client v0.13.0 |
| 375 | 2026-03-02T21:44:31.906Z | Downloaded libc v0.2.180 |
| 376 | 2026-03-02T21:44:31.934Z | Downloaded getrandom v0.4.1 |
| 377 | 2026-03-02T21:44:31.937Z | Downloaded daft v0.1.5 |
| 378 | 2026-03-02T21:44:31.940Z | Downloaded tokio v1.49.0 |
| 379 | 2026-03-02T21:44:31.972Z | Downloaded slog-term v2.9.2 |
| 380 | 2026-03-02T21:44:31.975Z | Downloaded serde_path_to_error v0.1.20 |
| 381 | 2026-03-02T21:44:31.978Z | Downloaded scopeguard v1.2.0 |
| 382 | 2026-03-02T21:44:31.978Z | Downloaded foldhash v0.2.0 |
| 383 | 2026-03-02T21:44:31.978Z | Downloaded bit-set v0.8.0 |
| 384 | 2026-03-02T21:44:31.980Z | Downloaded rusty-fork v0.3.1 |
| 385 | 2026-03-02T21:44:31.980Z | Downloaded rustls-pemfile v2.2.0 |
| 386 | 2026-03-02T21:44:31.983Z | Downloaded newtype-uuid v1.3.2 |
| 387 | 2026-03-02T21:44:31.983Z | Downloaded dtrace-parser v0.3.0 |
| 388 | 2026-03-02T21:44:31.986Z | Downloaded debug-ignore v1.0.5 |
| 389 | 2026-03-02T21:44:31.986Z | Downloaded hostname v0.3.1 |
| 390 | 2026-03-02T21:44:31.989Z | Downloaded deranged v0.5.8 |
| 391 | 2026-03-02T21:44:31.989Z | Downloaded crossbeam-utils v0.8.21 |
| 392 | 2026-03-02T21:44:31.992Z | Downloaded camino v1.2.2 |
| 393 | 2026-03-02T21:44:31.995Z | Downloaded hostname v0.4.2 |
| 394 | 2026-03-02T21:44:31.995Z | Downloaded futures-io v0.3.32 |
| 395 | 2026-03-02T21:44:31.998Z | Downloaded http-body v1.0.1 |
| 396 | 2026-03-02T21:44:31.998Z | Downloaded futures-task v0.3.32 |
| 397 | 2026-03-02T21:44:31.998Z | Downloaded cpufeatures v0.2.17 |
| 398 | 2026-03-02T21:44:31.998Z | Downloaded pest_generator v2.8.6 |
| 399 | 2026-03-02T21:44:32.002Z | Downloaded paste v1.0.15 |
| 400 | 2026-03-02T21:44:32.005Z | Downloaded itertools v0.14.0 |
| 401 | 2026-03-02T21:44:32.010Z | Downloaded parking_lot_core v0.9.12 |
| 402 | 2026-03-02T21:44:32.013Z | Downloaded futures-executor v0.3.32 |
| 403 | 2026-03-02T21:44:32.016Z | Downloaded either v1.15.0 |
| 404 | 2026-03-02T21:44:32.016Z | Downloaded dof v0.4.0 |
| 405 | 2026-03-02T21:44:32.016Z | Downloaded bitflags v2.11.0 |
| 406 | 2026-03-02T21:44:32.019Z | Downloaded async-stream-impl v0.3.6 |
| 407 | 2026-03-02T21:44:32.022Z | Downloaded bit-vec v0.8.0 |
| 408 | 2026-03-02T21:44:32.022Z | Downloaded is-terminal v0.4.17 |
| 409 | 2026-03-02T21:44:32.022Z | Downloaded futures-macro v0.3.32 |
| 410 | 2026-03-02T21:44:32.025Z | Downloaded num-conv v0.2.0 |
| 411 | 2026-03-02T21:44:32.025Z | Downloaded macaddr v1.0.1 |
| 412 | 2026-03-02T21:44:32.025Z | Downloaded block-buffer v0.10.4 |
| 413 | 2026-03-02T21:44:32.028Z | Downloaded ident_case v1.0.1 |
| 414 | 2026-03-02T21:44:32.028Z | Downloaded ring v0.17.14 |
| 415 | 2026-03-02T21:44:32.064Z | Downloaded atomic-waker v1.1.2 |
| 416 | 2026-03-02T21:44:32.067Z | Downloaded allocator-api2 v0.2.21 |
| 417 | 2026-03-02T21:44:32.067Z | Downloaded encoding_rs v0.8.35 |
| 418 | 2026-03-02T21:44:32.677Z | Downloaded aws-lc-sys v0.37.1 |
| 419 | 2026-03-02T21:44:32.945Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-03-02T21:44:32.948Z | Compiling quote v1.0.44 |
| 421 | 2026-03-02T21:44:32.948Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-03-02T21:44:32.948Z | Compiling libc v0.2.180 |
| 423 | 2026-03-02T21:44:32.948Z | Checking cfg-if v1.0.4 |
| 424 | 2026-03-02T21:44:32.948Z | Compiling serde_core v1.0.228 |
| 425 | 2026-03-02T21:44:33.078Z | Checking memchr v2.8.0 |
| 426 | 2026-03-02T21:44:33.081Z | Checking itoa v1.0.17 |
| 427 | 2026-03-02T21:44:33.230Z | Compiling serde v1.0.228 |
| 428 | 2026-03-02T21:44:33.280Z | Compiling zmij v1.0.21 |
| 429 | 2026-03-02T21:44:33.366Z | Compiling serde_json v1.0.149 |
| 430 | 2026-03-02T21:44:33.755Z | Compiling shlex v1.3.0 |
| 431 | 2026-03-02T21:44:33.830Z | Compiling find-msvc-tools v0.1.9 |
| 432 | 2026-03-02T21:44:33.866Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-03-02T21:44:34.006Z | Checking smallvec v1.15.1 |
| 434 | 2026-03-02T21:44:34.075Z | Checking futures-core v0.3.32 |
| 435 | 2026-03-02T21:44:34.351Z | Checking bytes v1.11.1 |
| 436 | 2026-03-02T21:44:34.438Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-03-02T21:44:34.453Z | Checking once_cell v1.21.3 |
| 438 | 2026-03-02T21:44:34.778Z | Checking scopeguard v1.2.0 |
| 439 | 2026-03-02T21:44:34.798Z | Checking errno v0.3.14 |
| 440 | 2026-03-02T21:44:34.889Z | Compiling jobserver v0.1.34 |
| 441 | 2026-03-02T21:44:34.968Z | Checking lock_api v0.4.14 |
| 442 | 2026-03-02T21:44:35.001Z | Checking futures-sink v0.3.32 |
| 443 | 2026-03-02T21:44:35.170Z | Checking stable_deref_trait v1.2.1 |
| 444 | 2026-03-02T21:44:35.353Z | Compiling cc v1.2.56 |
| 445 | 2026-03-02T21:44:35.386Z | Checking signal-hook-registry v1.4.8 |
| 446 | 2026-03-02T21:44:35.402Z | Checking parking_lot v0.12.5 |
| 447 | 2026-03-02T21:44:35.588Z | Checking socket2 v0.6.2 |
| 448 | 2026-03-02T21:44:35.693Z | Checking mio v1.1.1 |
| 449 | 2026-03-02T21:44:35.773Z | Compiling syn v2.0.117 |
| 450 | 2026-03-02T21:44:35.790Z | Compiling autocfg v1.5.0 |
| 451 | 2026-03-02T21:44:35.805Z | Compiling getrandom v0.4.1 |
| 452 | 2026-03-02T21:44:35.861Z | Checking slab v0.4.12 |
| 453 | 2026-03-02T21:44:36.124Z | Checking zeroize v1.8.2 |
| 454 | 2026-03-02T21:44:36.172Z | Checking futures-channel v0.3.32 |
| 455 | 2026-03-02T21:44:36.313Z | Compiling rustversion v1.0.22 |
| 456 | 2026-03-02T21:44:36.398Z | Compiling zerocopy v0.8.40 |
| 457 | 2026-03-02T21:44:36.587Z | Checking equivalent v1.0.2 |
| 458 | 2026-03-02T21:44:36.603Z | Compiling num-traits v0.2.19 |
| 459 | 2026-03-02T21:44:36.606Z | Compiling thiserror v2.0.18 |
| 460 | 2026-03-02T21:44:36.698Z | Checking foldhash v0.2.0 |
| 461 | 2026-03-02T21:44:36.968Z | Checking allocator-api2 v0.2.21 |
| 462 | 2026-03-02T21:44:37.332Z | Compiling cmake v0.1.57 |
| 463 | 2026-03-02T21:44:37.579Z | Checking hashbrown v0.16.1 |
| 464 | 2026-03-02T21:44:37.649Z | Checking rustls-pki-types v1.14.0 |
| 465 | 2026-03-02T21:44:37.664Z | Checking http v1.4.0 |
| 466 | 2026-03-02T21:44:38.074Z | Compiling fs_extra v1.3.0 |
| 467 | 2026-03-02T21:44:38.283Z | Checking futures-io v0.3.32 |
| 468 | 2026-03-02T21:44:38.479Z | Checking futures-task v0.3.32 |
| 469 | 2026-03-02T21:44:38.532Z | Compiling dunce v1.0.5 |
| 470 | 2026-03-02T21:44:38.602Z | Compiling version_check v0.9.5 |
| 471 | 2026-03-02T21:44:38.681Z | Compiling aws-lc-sys v0.37.1 |
| 472 | 2026-03-02T21:44:38.754Z | Checking log v0.4.29 |
| 473 | 2026-03-02T21:44:39.017Z | Checking iana-time-zone v0.1.65 |
| 474 | 2026-03-02T21:44:39.193Z | Checking untrusted v0.9.0 |
| 475 | 2026-03-02T21:44:39.209Z | Checking fnv v1.0.7 |
| 476 | 2026-03-02T21:44:39.352Z | Compiling ucd-trie v0.1.7 |
| 477 | 2026-03-02T21:44:39.375Z | Compiling schemars v0.8.22 |
| 478 | 2026-03-02T21:44:39.577Z | Compiling httparse v1.10.1 |
| 479 | 2026-03-02T21:44:39.713Z | Compiling pest v2.8.6 |
| 480 | 2026-03-02T21:44:39.792Z | Checking litemap v0.8.1 |
| 481 | 2026-03-02T21:44:39.815Z | Checking writeable v0.6.2 |
| 482 | 2026-03-02T21:44:39.927Z | Checking http-body v1.0.1 |
| 483 | 2026-03-02T21:44:40.107Z | Checking indexmap v2.13.0 |
| 484 | 2026-03-02T21:44:40.123Z | Checking uuid v1.21.0 |
| 485 | 2026-03-02T21:44:40.139Z | Checking semver v1.0.27 |
| 486 | 2026-03-02T21:44:40.324Z | Checking tracing-core v0.1.36 |
| 487 | 2026-03-02T21:44:40.528Z | Checking percent-encoding v2.3.2 |
| 488 | 2026-03-02T21:44:40.742Z | Compiling icu_properties_data v2.1.2 |
| 489 | 2026-03-02T21:44:40.766Z | Checking atomic-waker v1.1.2 |
| 490 | 2026-03-02T21:44:40.911Z | Checking dyn-clone v1.0.20 |
| 491 | 2026-03-02T21:44:40.983Z | Compiling icu_normalizer_data v2.1.1 |
| 492 | 2026-03-02T21:44:41.060Z | Compiling aws-lc-rs v1.16.0 |
| 493 | 2026-03-02T21:44:41.116Z | Checking bitflags v2.11.0 |
| 494 | 2026-03-02T21:44:41.376Z | Checking tracing v0.1.44 |
| 495 | 2026-03-02T21:44:41.404Z | Checking getrandom v0.2.17 |
| 496 | 2026-03-02T21:44:41.614Z | Checking tower-service v0.3.3 |
| 497 | 2026-03-02T21:44:41.624Z | Checking subtle v2.6.1 |
| 498 | 2026-03-02T21:44:41.685Z | Compiling heck v0.5.0 |
| 499 | 2026-03-02T21:44:41.738Z | Checking base64 v0.22.1 |
| 500 | 2026-03-02T21:44:41.797Z | Checking try-lock v0.2.5 |
| 501 | 2026-03-02T21:44:41.851Z | Checking tower-layer v0.3.3 |
| 502 | 2026-03-02T21:44:41.951Z | Checking want v0.3.1 |
| 503 | 2026-03-02T21:44:42.134Z | Compiling slog v2.8.2 |
| 504 | 2026-03-02T21:44:42.213Z | Compiling pest_meta v2.8.6 |
| 505 | 2026-03-02T21:44:42.408Z | Checking pin-utils v0.1.0 |
| 506 | 2026-03-02T21:44:42.413Z | Checking httpdate v1.0.3 |
| 507 | 2026-03-02T21:44:42.414Z | Compiling getrandom v0.3.4 |
| 508 | 2026-03-02T21:44:42.512Z | Compiling typenum v1.19.0 |
| 509 | 2026-03-02T21:44:42.570Z | Checking form_urlencoded v1.2.2 |
| 510 | 2026-03-02T21:44:42.780Z | Compiling synstructure v0.13.2 |
| 511 | 2026-03-02T21:44:42.955Z | Compiling serde_derive_internals v0.29.1 |
| 512 | 2026-03-02T21:44:43.247Z | Compiling generic-array v0.14.7 |
| 513 | 2026-03-02T21:44:43.294Z | Compiling ring v0.17.14 |
| 514 | 2026-03-02T21:44:43.624Z | Compiling pest_generator v2.8.6 |
| 515 | 2026-03-02T21:44:43.817Z | Checking ipnet v2.11.0 |
| 516 | 2026-03-02T21:44:43.886Z | Compiling paste v1.0.15 |
| 517 | 2026-03-02T21:44:44.287Z | Compiling rustls v0.23.37 |
| 518 | 2026-03-02T21:44:44.901Z | Checking sync_wrapper v1.0.2 |
| 519 | 2026-03-02T21:44:45.046Z | Compiling rustix v1.1.3 |
| 520 | 2026-03-02T21:44:45.130Z | Compiling num-conv v0.2.0 |
| 521 | 2026-03-02T21:44:45.352Z | Checking powerfmt v0.2.0 |
| 522 | 2026-03-02T21:44:45.646Z | Compiling time-core v0.1.8 |
| 523 | 2026-03-02T21:44:45.682Z | Checking ryu v1.0.23 |
| 524 | 2026-03-02T21:44:45.759Z | Checking utf8_iter v1.0.4 |
| 525 | 2026-03-02T21:44:45.793Z | Compiling usdt-impl v0.6.0 |
| 526 | 2026-03-02T21:44:45.966Z | Compiling time-macros v0.2.27 |
| 527 | 2026-03-02T21:44:46.331Z | Compiling serde_derive v1.0.228 |
| 528 | 2026-03-02T21:44:46.489Z | Compiling zerofrom-derive v0.1.6 |
| 529 | 2026-03-02T21:44:46.597Z | Compiling zerocopy-derive v0.8.40 |
| 530 | 2026-03-02T21:44:46.765Z | Compiling yoke-derive v0.8.1 |
| 531 | 2026-03-02T21:44:46.956Z | Compiling tokio-macros v2.6.0 |
| 532 | 2026-03-02T21:44:48.238Z | Compiling zerovec-derive v0.11.2 |
| 533 | 2026-03-02T21:44:48.439Z | Checking tokio v1.49.0 |
| 534 | 2026-03-02T21:44:49.010Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-03-02T21:44:49.104Z | Checking zerofrom v0.1.6 |
| 536 | 2026-03-02T21:44:49.299Z | Checking yoke v0.8.1 |
| 537 | 2026-03-02T21:44:49.541Z | Compiling thiserror-impl v2.0.18 |
| 538 | 2026-03-02T21:44:49.610Z | Compiling futures-macro v0.3.32 |
| 539 | 2026-03-02T21:44:50.380Z | Checking zerotrie v0.2.3 |
| 540 | 2026-03-02T21:44:50.485Z | Checking zerovec v0.11.5 |
| 541 | 2026-03-02T21:44:50.872Z | Compiling schemars_derive v0.8.22 |
| 542 | 2026-03-02T21:44:51.317Z | Checking futures-util v0.3.32 |
| 543 | 2026-03-02T21:44:51.456Z | Checking tinystr v0.8.2 |
| 544 | 2026-03-02T21:44:51.801Z | Checking icu_locale_core v2.1.1 |
| 545 | 2026-03-02T21:44:52.182Z | Checking potential_utf v0.1.4 |
| 546 | 2026-03-02T21:44:52.384Z | Checking icu_collections v2.1.1 |
| 547 | 2026-03-02T21:44:53.082Z | Checking icu_provider v2.1.1 |
| 548 | 2026-03-02T21:44:53.494Z | Compiling pest_derive v2.8.6 |
| 549 | 2026-03-02T21:44:53.535Z | Checking icu_properties v2.1.2 |
| 550 | 2026-03-02T21:44:53.692Z | Checking chrono v0.4.44 |
| 551 | 2026-03-02T21:44:54.105Z | Compiling serde_tokenstream v0.2.3 |
| 552 | 2026-03-02T21:44:54.315Z | Checking erased-serde v0.3.31 |
| 553 | 2026-03-02T21:44:54.619Z | Checking icu_normalizer v2.1.1 |
| 554 | 2026-03-02T21:44:55.390Z | Checking tokio-util v0.7.18 |
| 555 | 2026-03-02T21:44:55.594Z | Checking idna_adapter v1.2.1 |
| 556 | 2026-03-02T21:44:55.773Z | Compiling scroll_derive v0.13.1 |
| 557 | 2026-03-02T21:44:55.807Z | Compiling structmeta-derive v0.3.0 |
| 558 | 2026-03-02T21:44:55.842Z | Checking tower v0.5.3 |
| 559 | 2026-03-02T21:44:56.266Z | Checking h2 v0.4.13 |
| 560 | 2026-03-02T21:44:56.703Z | Checking idna v1.1.0 |
| 561 | 2026-03-02T21:44:57.184Z | Compiling dtrace-parser v0.3.0 |
| 562 | 2026-03-02T21:44:57.271Z | Checking ppv-lite86 v0.2.21 |
| 563 | 2026-03-02T21:44:57.309Z | Checking ipnetwork v0.21.1 |
| 564 | 2026-03-02T21:44:57.502Z | Checking scroll v0.13.0 |
| 565 | 2026-03-02T21:44:57.660Z | Checking serde_urlencoded v0.7.1 |
| 566 | 2026-03-02T21:44:57.884Z | Checking deranged v0.5.8 |
| 567 | 2026-03-02T21:44:57.977Z | Checking rand_core v0.9.5 |
| 568 | 2026-03-02T21:44:58.037Z | Compiling structmeta v0.3.0 |
| 569 | 2026-03-02T21:44:58.303Z | Checking http-body-util v0.1.3 |
| 570 | 2026-03-02T21:44:58.401Z | Compiling thread-id v5.1.0 |
| 571 | 2026-03-02T21:44:58.678Z | Compiling ident_case v1.0.1 |
| 572 | 2026-03-02T21:44:58.752Z | Compiling byteorder v1.5.0 |
| 573 | 2026-03-02T21:44:58.768Z | Compiling strsim v0.11.1 |
| 574 | 2026-03-02T21:44:59.010Z | Checking fastrand v2.3.0 |
| 575 | 2026-03-02T21:44:59.237Z | Checking num_threads v0.1.7 |
| 576 | 2026-03-02T21:44:59.326Z | Checking iri-string v0.7.10 |
| 577 | 2026-03-02T21:44:59.341Z | Checking regex-syntax v0.8.10 |
| 578 | 2026-03-02T21:44:59.394Z | Compiling crossbeam-utils v0.8.21 |
| 579 | 2026-03-02T21:44:59.580Z | Checking plain v0.2.3 |
| 580 | 2026-03-02T21:44:59.720Z | Checking goblin v0.10.5 |
| 581 | 2026-03-02T21:44:59.975Z | Compiling darling_core v0.21.3 |
| 582 | 2026-03-02T21:45:00.349Z | Checking time v0.3.47 |
| 583 | 2026-03-02T21:45:00.448Z | Checking hyper v1.8.1 |
| 584 | 2026-03-02T21:45:01.897Z | Checking tower-http v0.6.8 |
| 585 | 2026-03-02T21:45:02.415Z | Checking hyper-util v0.1.20 |
| 586 | 2026-03-02T21:45:02.465Z | Checking oxnet v0.1.4 |
| 587 | 2026-03-02T21:45:02.536Z | Checking newtype-uuid v1.3.2 |
| 588 | 2026-03-02T21:45:02.844Z | Checking url v2.5.8 |
| 589 | 2026-03-02T21:45:03.463Z | Compiling dof v0.4.0 |
| 590 | 2026-03-02T21:45:04.898Z | Compiling daft-derive v0.1.5 |
| 591 | 2026-03-02T21:45:04.916Z | Compiling aho-corasick v1.1.4 |
| 592 | 2026-03-02T21:45:05.440Z | Compiling omicron-workspace-hack v0.1.0 |
| 593 | 2026-03-02T21:45:05.500Z | Checking openssl-probe v0.2.1 |
| 594 | 2026-03-02T21:45:05.582Z | Checking pretty-hex v0.4.1 |
| 595 | 2026-03-02T21:45:05.773Z | Compiling rustls v0.22.4 |
| 596 | 2026-03-02T21:45:06.119Z | Checking rustls-native-certs v0.8.3 |
| 597 | 2026-03-02T21:45:06.162Z | Checking tempfile v3.25.0 |
| 598 | 2026-03-02T21:45:06.340Z | Compiling darling_macro v0.21.3 |
| 599 | 2026-03-02T21:45:06.357Z | Checking rustls-webpki v0.102.8 |
| 600 | 2026-03-02T21:45:06.373Z | Checking daft v0.1.5 |
| 601 | 2026-03-02T21:45:07.086Z | Checking rand_chacha v0.9.0 |
| 602 | 2026-03-02T21:45:07.325Z | Checking crypto-common v0.1.7 |
| 603 | 2026-03-02T21:45:07.440Z | Checking block-buffer v0.10.4 |
| 604 | 2026-03-02T21:45:07.469Z | Checking rand_core v0.6.4 |
| 605 | 2026-03-02T21:45:07.490Z | Compiling multer v3.1.0 |
| 606 | 2026-03-02T21:45:07.641Z | Checking wait-timeout v0.2.1 |
| 607 | 2026-03-02T21:45:07.824Z | Checking thread_local v1.1.9 |
| 608 | 2026-03-02T21:45:07.865Z | Compiling camino v1.2.2 |
| 609 | 2026-03-02T21:45:08.134Z | Compiling thiserror v1.0.69 |
| 610 | 2026-03-02T21:45:08.264Z | Checking match_cfg v0.1.0 |
| 611 | 2026-03-02T21:45:08.365Z | Checking bit-vec v0.8.0 |
| 612 | 2026-03-02T21:45:08.471Z | Compiling ref-cast v1.0.25 |
| 613 | 2026-03-02T21:45:08.486Z | Checking winnow v0.7.14 |
| 614 | 2026-03-02T21:45:08.737Z | Compiling anyhow v1.0.102 |
| 615 | 2026-03-02T21:45:08.752Z | Compiling slog-async v2.8.0 |
| 616 | 2026-03-02T21:45:09.065Z | Compiling regex-automata v0.4.14 |
| 617 | 2026-03-02T21:45:09.242Z | Checking quick-error v1.2.3 |
| 618 | 2026-03-02T21:45:09.373Z | Checking rusty-fork v0.3.1 |
| 619 | 2026-03-02T21:45:09.786Z | Checking bit-set v0.8.0 |
| 620 | 2026-03-02T21:45:10.103Z | Checking hostname v0.3.1 |
| 621 | 2026-03-02T21:45:10.206Z | Checking rand_chacha v0.3.1 |
| 622 | 2026-03-02T21:45:10.252Z | Checking crossbeam-channel v0.5.15 |
| 623 | 2026-03-02T21:45:10.561Z | Checking digest v0.10.7 |
| 624 | 2026-03-02T21:45:10.577Z | Checking rand v0.9.2 |
| 625 | 2026-03-02T21:45:10.910Z | Compiling darling v0.21.3 |
| 626 | 2026-03-02T21:45:11.035Z | Compiling usdt-macro v0.6.0 |
| 627 | 2026-03-02T21:45:11.188Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 628 | 2026-03-02T21:45:11.613Z | Compiling usdt-attr-macro v0.6.0 |
| 629 | 2026-03-02T21:45:11.881Z | Checking slog-json v2.6.1 |
| 630 | 2026-03-02T21:45:12.033Z | Compiling derive-ex v0.1.8 |
| 631 | 2026-03-02T21:45:12.158Z | Checking rand_xorshift v0.4.0 |
| 632 | 2026-03-02T21:45:12.277Z | Checking futures-executor v0.3.32 |
| 633 | 2026-03-02T21:45:12.354Z | Compiling strum_macros v0.26.4 |
| 634 | 2026-03-02T21:45:12.522Z | Compiling ref-cast-impl v1.0.25 |
| 635 | 2026-03-02T21:45:12.539Z | Compiling thiserror-impl v1.0.69 |
| 636 | 2026-03-02T21:45:12.946Z | Compiling regex v1.12.3 |
| 637 | 2026-03-02T21:45:13.684Z | Compiling async-stream-impl v0.3.6 |
| 638 | 2026-03-02T21:45:13.870Z | Compiling dropshot v0.16.7 |
| 639 | 2026-03-02T21:45:14.223Z | Checking serde_spanned v1.0.4 |
| 640 | 2026-03-02T21:45:14.274Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 641 | 2026-03-02T21:45:14.466Z | Checking is-terminal v0.4.17 |
| 642 | 2026-03-02T21:45:14.592Z | Checking memmap2 v0.9.10 |
| 643 | 2026-03-02T21:45:14.677Z | Checking encoding_rs v0.8.35 |
| 644 | 2026-03-02T21:45:14.907Z | Checking spin v0.9.8 |
| 645 | 2026-03-02T21:45:15.010Z | Checking mime v0.3.17 |
| 646 | 2026-03-02T21:45:15.088Z | Checking unarray v0.1.4 |
| 647 | 2026-03-02T21:45:15.147Z | Checking cpufeatures v0.2.17 |
| 648 | 2026-03-02T21:45:15.246Z | Checking take_mut v0.2.2 |
| 649 | 2026-03-02T21:45:15.260Z | Checking term v1.2.1 |
| 650 | 2026-03-02T21:45:15.346Z | Checking hex v0.4.3 |
| 651 | 2026-03-02T21:45:15.359Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 652 | 2026-03-02T21:45:15.686Z | Compiling test-strategy v0.4.5 |
| 653 | 2026-03-02T21:45:15.697Z | Checking slog-term v2.9.2 |
| 654 | 2026-03-02T21:45:15.719Z | Checking toml v0.9.12+spec-1.1.0 |
| 655 | 2026-03-02T21:45:15.824Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 656 | 2026-03-02T21:45:15.998Z | Compiling dropshot_endpoint v0.16.7 |
| 657 | 2026-03-02T21:45:16.255Z | Compiling parse-display-derive v0.10.0 |
| 658 | 2026-03-02T21:45:16.341Z | Checking strum v0.26.3 |
| 659 | 2026-03-02T21:45:16.371Z | Checking proptest v1.10.0 |
| 660 | 2026-03-02T21:45:16.556Z | Checking sha1 v0.10.6 |
| 661 | 2026-03-02T21:45:16.957Z | Checking async-stream v0.3.6 |
| 662 | 2026-03-02T21:45:17.119Z | Checking usdt v0.6.0 |
| 663 | 2026-03-02T21:45:17.225Z | Checking tokio-rustls v0.25.0 |
| 664 | 2026-03-02T21:45:17.381Z | Checking futures v0.3.32 |
| 665 | 2026-03-02T21:45:17.559Z | Checking slog-bunyan v2.5.0 |
| 666 | 2026-03-02T21:45:17.582Z | Compiling serde_with_macros v3.17.0 |
| 667 | 2026-03-02T21:45:17.671Z | Checking rand v0.8.5 |
| 668 | 2026-03-02T21:45:18.880Z | Checking reqwest v0.12.28 |
| 669 | 2026-03-02T21:45:18.933Z | Compiling newtype-uuid-macros v0.1.0 |
| 670 | 2026-03-02T21:45:19.077Z | Checking openapiv3 v2.2.0 |
| 671 | 2026-03-02T21:45:19.649Z | Compiling strum_macros v0.27.2 |
| 672 | 2026-03-02T21:45:19.896Z | Compiling async-trait v0.1.89 |
| 673 | 2026-03-02T21:45:19.974Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 674 | 2026-03-02T21:45:20.025Z | Checking waitgroup v0.1.2 |
| 675 | 2026-03-02T21:45:20.183Z | Checking rustls-pemfile v2.2.0 |
| 676 | 2026-03-02T21:45:20.412Z | Checking serde_path_to_error v0.1.20 |
| 677 | 2026-03-02T21:45:20.529Z | Checking hostname v0.4.2 |
| 678 | 2026-03-02T21:45:20.571Z | Checking instant v0.1.13 |
| 679 | 2026-03-02T21:45:20.670Z | Checking rustc-hash v2.1.1 |
| 680 | 2026-03-02T21:45:20.700Z | Checking debug-ignore v1.0.5 |
| 681 | 2026-03-02T21:45:20.794Z | Checking either v1.15.0 |
| 682 | 2026-03-02T21:45:20.853Z | Checking iddqd v0.3.17 |
| 683 | 2026-03-02T21:45:20.865Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 684 | 2026-03-02T21:45:21.028Z | Checking backoff v0.4.0 |
| 685 | 2026-03-02T21:45:21.051Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 686 | 2026-03-02T21:45:21.130Z | Checking itertools v0.14.0 |
| 687 | 2026-03-02T21:45:21.316Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 688 | 2026-03-02T21:45:21.906Z | Checking progenitor-client v0.10.0 |
| 689 | 2026-03-02T21:45:21.978Z | Checking serde_with v3.17.0 |
| 690 | 2026-03-02T21:45:22.071Z | Checking parse-display v0.10.0 |
| 691 | 2026-03-02T21:45:22.270Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 692 | 2026-03-02T21:45:22.320Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 693 | 2026-03-02T21:45:22.743Z | Checking backon v1.6.0 |
| 694 | 2026-03-02T21:45:23.002Z | Checking macaddr v1.0.1 |
| 695 | 2026-03-02T21:45:23.237Z | Checking regress v0.10.5 |
| 696 | 2026-03-02T21:45:23.918Z | Checking strum v0.27.2 |
| 697 | 2026-03-02T21:45:30.725Z | Checking rustls-webpki v0.103.9 |
| 698 | 2026-03-02T21:45:34.649Z | Checking tokio-rustls v0.26.4 |
| 699 | 2026-03-02T21:45:34.653Z | Checking rustls-platform-verifier v0.6.2 |
| 700 | 2026-03-02T21:45:34.923Z | Checking hyper-rustls v0.27.7 |
| 701 | 2026-03-02T21:45:35.121Z | Checking reqwest v0.13.2 |
| 702 | 2026-03-02T21:45:36.007Z | Checking progenitor-client v0.13.0 |
| 703 | 2026-03-02T21:45:36.257Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 704 | 2026-03-02T21:45:44.038Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 705 | 2026-03-02T21:45:44.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 706 | 2026-03-02T21:45:44.272Z | + cargo build --release |
| 707 | 2026-03-02T21:45:44.574Z | Compiling proc-macro2 v1.0.106 |
| 708 | 2026-03-02T21:45:44.574Z | Compiling quote v1.0.44 |
| 709 | 2026-03-02T21:45:44.574Z | Compiling unicode-ident v1.0.24 |
| 710 | 2026-03-02T21:45:44.576Z | Compiling libc v0.2.180 |
| 711 | 2026-03-02T21:45:44.577Z | Compiling cfg-if v1.0.4 |
| 712 | 2026-03-02T21:45:44.577Z | Compiling serde_core v1.0.228 |
| 713 | 2026-03-02T21:45:44.577Z | Compiling memchr v2.8.0 |
| 714 | 2026-03-02T21:45:44.577Z | Compiling itoa v1.0.17 |
| 715 | 2026-03-02T21:45:44.714Z | Compiling serde v1.0.228 |
| 716 | 2026-03-02T21:45:44.819Z | Compiling zmij v1.0.21 |
| 717 | 2026-03-02T21:45:45.113Z | Compiling serde_json v1.0.149 |
| 718 | 2026-03-02T21:45:45.176Z | Compiling shlex v1.3.0 |
| 719 | 2026-03-02T21:45:45.287Z | Compiling find-msvc-tools v0.1.9 |
| 720 | 2026-03-02T21:45:45.476Z | Compiling pin-project-lite v0.2.17 |
| 721 | 2026-03-02T21:45:45.560Z | Compiling smallvec v1.15.1 |
| 722 | 2026-03-02T21:45:45.708Z | Compiling futures-core v0.3.32 |
| 723 | 2026-03-02T21:45:45.962Z | Compiling bytes v1.11.1 |
| 724 | 2026-03-02T21:45:46.290Z | Compiling jobserver v0.1.34 |
| 725 | 2026-03-02T21:45:46.328Z | Compiling errno v0.3.14 |
| 726 | 2026-03-02T21:45:46.360Z | Compiling parking_lot_core v0.9.12 |
| 727 | 2026-03-02T21:45:46.853Z | Compiling cc v1.2.56 |
| 728 | 2026-03-02T21:45:46.981Z | Compiling syn v2.0.117 |
| 729 | 2026-03-02T21:45:47.083Z | Compiling once_cell v1.21.3 |
| 730 | 2026-03-02T21:45:47.129Z | Compiling scopeguard v1.2.0 |
| 731 | 2026-03-02T21:45:47.284Z | Compiling lock_api v0.4.14 |
| 732 | 2026-03-02T21:45:47.325Z | Compiling stable_deref_trait v1.2.1 |
| 733 | 2026-03-02T21:45:47.432Z | Compiling futures-sink v0.3.32 |
| 734 | 2026-03-02T21:45:47.558Z | Compiling signal-hook-registry v1.4.8 |
| 735 | 2026-03-02T21:45:47.590Z | Compiling socket2 v0.6.2 |
| 736 | 2026-03-02T21:45:47.775Z | Compiling parking_lot v0.12.5 |
| 737 | 2026-03-02T21:45:47.986Z | Compiling mio v1.1.1 |
| 738 | 2026-03-02T21:45:48.114Z | Compiling autocfg v1.5.0 |
| 739 | 2026-03-02T21:45:48.671Z | Compiling getrandom v0.4.1 |
| 740 | 2026-03-02T21:45:48.893Z | Compiling num-traits v0.2.19 |
| 741 | 2026-03-02T21:45:49.195Z | Compiling thiserror v2.0.18 |
| 742 | 2026-03-02T21:45:49.305Z | Compiling zeroize v1.8.2 |
| 743 | 2026-03-02T21:45:49.343Z | Compiling slab v0.4.12 |
| 744 | 2026-03-02T21:45:49.717Z | Compiling futures-channel v0.3.32 |
| 745 | 2026-03-02T21:45:49.763Z | Compiling rustversion v1.0.22 |
| 746 | 2026-03-02T21:45:49.835Z | Compiling zerocopy v0.8.40 |
| 747 | 2026-03-02T21:45:49.870Z | Compiling equivalent v1.0.2 |
| 748 | 2026-03-02T21:45:49.993Z | Compiling allocator-api2 v0.2.21 |
| 749 | 2026-03-02T21:45:50.046Z | Compiling foldhash v0.2.0 |
| 750 | 2026-03-02T21:45:50.614Z | Compiling rustls-pki-types v1.14.0 |
| 751 | 2026-03-02T21:45:50.637Z | Compiling cmake v0.1.57 |
| 752 | 2026-03-02T21:45:50.648Z | Compiling http v1.4.0 |
| 753 | 2026-03-02T21:45:50.739Z | Compiling hashbrown v0.16.1 |
| 754 | 2026-03-02T21:45:50.788Z | Compiling futures-io v0.3.32 |
| 755 | 2026-03-02T21:45:51.148Z | Compiling fs_extra v1.3.0 |
| 756 | 2026-03-02T21:45:51.367Z | Compiling futures-task v0.3.32 |
| 757 | 2026-03-02T21:45:51.682Z | Compiling version_check v0.9.5 |
| 758 | 2026-03-02T21:45:51.685Z | Compiling dunce v1.0.5 |
| 759 | 2026-03-02T21:45:51.823Z | Compiling aws-lc-sys v0.37.1 |
| 760 | 2026-03-02T21:45:52.390Z | Compiling log v0.4.29 |
| 761 | 2026-03-02T21:45:52.500Z | Compiling fnv v1.0.7 |
| 762 | 2026-03-02T21:45:52.653Z | Compiling iana-time-zone v0.1.65 |
| 763 | 2026-03-02T21:45:53.371Z | Compiling ucd-trie v0.1.7 |
| 764 | 2026-03-02T21:45:53.410Z | Compiling untrusted v0.9.0 |
| 765 | 2026-03-02T21:45:53.478Z | Compiling writeable v0.6.2 |
| 766 | 2026-03-02T21:45:53.622Z | Compiling pest v2.8.6 |
| 767 | 2026-03-02T21:45:53.812Z | Compiling schemars v0.8.22 |
| 768 | 2026-03-02T21:45:53.939Z | Compiling httparse v1.10.1 |
| 769 | 2026-03-02T21:45:54.245Z | Compiling litemap v0.8.1 |
| 770 | 2026-03-02T21:45:54.619Z | Compiling synstructure v0.13.2 |
| 771 | 2026-03-02T21:45:54.632Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2026-03-02T21:45:54.973Z | Compiling http-body v1.0.1 |
| 773 | 2026-03-02T21:45:55.223Z | Compiling indexmap v2.13.0 |
| 774 | 2026-03-02T21:45:55.747Z | Compiling uuid v1.21.0 |
| 775 | 2026-03-02T21:45:56.406Z | Compiling pest_meta v2.8.6 |
| 776 | 2026-03-02T21:45:56.430Z | Compiling semver v1.0.27 |
| 777 | 2026-03-02T21:45:56.527Z | Compiling tracing-core v0.1.36 |
| 778 | 2026-03-02T21:45:57.039Z | Compiling percent-encoding v2.3.2 |
| 779 | 2026-03-02T21:45:57.054Z | Compiling icu_properties_data v2.1.2 |
| 780 | 2026-03-02T21:45:57.075Z | Compiling icu_normalizer_data v2.1.1 |
| 781 | 2026-03-02T21:45:57.454Z | Compiling atomic-waker v1.1.2 |
| 782 | 2026-03-02T21:45:57.477Z | Compiling bitflags v2.11.0 |
| 783 | 2026-03-02T21:45:57.486Z | Compiling aws-lc-rs v1.16.0 |
| 784 | 2026-03-02T21:45:57.653Z | Compiling dyn-clone v1.0.20 |
| 785 | 2026-03-02T21:45:57.779Z | Compiling serde_derive v1.0.228 |
| 786 | 2026-03-02T21:45:57.786Z | Compiling zerofrom-derive v0.1.6 |
| 787 | 2026-03-02T21:45:57.895Z | Compiling zerocopy-derive v0.8.40 |
| 788 | 2026-03-02T21:45:58.062Z | Compiling yoke-derive v0.8.1 |
| 789 | 2026-03-02T21:45:58.215Z | Compiling tokio-macros v2.6.0 |
| 790 | 2026-03-02T21:45:58.782Z | Compiling zerovec-derive v0.11.2 |
| 791 | 2026-03-02T21:45:59.684Z | Compiling displaydoc v0.2.5 |
| 792 | 2026-03-02T21:45:59.727Z | Compiling tokio v1.49.0 |
| 793 | 2026-03-02T21:46:00.381Z | Compiling thiserror-impl v2.0.18 |
| 794 | 2026-03-02T21:46:00.519Z | Compiling zerofrom v0.1.6 |
| 795 | 2026-03-02T21:46:00.741Z | Compiling yoke v0.8.1 |
| 796 | 2026-03-02T21:46:01.056Z | Compiling futures-macro v0.3.32 |
| 797 | 2026-03-02T21:46:01.142Z | Compiling zerotrie v0.2.3 |
| 798 | 2026-03-02T21:46:01.179Z | Compiling zerovec v0.11.5 |
| 799 | 2026-03-02T21:46:02.049Z | Compiling schemars_derive v0.8.22 |
| 800 | 2026-03-02T21:46:02.487Z | Compiling tinystr v0.8.2 |
| 801 | 2026-03-02T21:46:02.847Z | Compiling icu_locale_core v2.1.1 |
| 802 | 2026-03-02T21:46:02.881Z | Compiling futures-util v0.3.32 |
| 803 | 2026-03-02T21:46:03.156Z | Compiling potential_utf v0.1.4 |
| 804 | 2026-03-02T21:46:03.469Z | Compiling icu_collections v2.1.1 |
| 805 | 2026-03-02T21:46:05.040Z | Compiling icu_provider v2.1.1 |
| 806 | 2026-03-02T21:46:05.787Z | Compiling chrono v0.4.44 |
| 807 | 2026-03-02T21:46:05.871Z | Compiling pest_generator v2.8.6 |
| 808 | 2026-03-02T21:46:06.059Z | Compiling tracing v0.1.44 |
| 809 | 2026-03-02T21:46:07.324Z | Compiling getrandom v0.2.17 |
| 810 | 2026-03-02T21:46:07.648Z | Compiling tower-layer v0.3.3 |
| 811 | 2026-03-02T21:46:07.814Z | Compiling tower-service v0.3.3 |
| 812 | 2026-03-02T21:46:07.949Z | Compiling try-lock v0.2.5 |
| 813 | 2026-03-02T21:46:08.102Z | Compiling heck v0.5.0 |
| 814 | 2026-03-02T21:46:08.119Z | Compiling base64 v0.22.1 |
| 815 | 2026-03-02T21:46:08.774Z | Compiling tokio-util v0.7.18 |
| 816 | 2026-03-02T21:46:09.235Z | Compiling subtle v2.6.1 |
| 817 | 2026-03-02T21:46:09.244Z | Compiling want v0.3.1 |
| 818 | 2026-03-02T21:46:09.535Z | Compiling pest_derive v2.8.6 |
| 819 | 2026-03-02T21:46:09.808Z | Compiling slog v2.8.2 |
| 820 | 2026-03-02T21:46:09.869Z | Compiling h2 v0.4.13 |
| 821 | 2026-03-02T21:46:10.537Z | Compiling typenum v1.19.0 |
| 822 | 2026-03-02T21:46:11.218Z | Compiling httpdate v1.0.3 |
| 823 | 2026-03-02T21:46:11.228Z | Compiling pin-utils v0.1.0 |
| 824 | 2026-03-02T21:46:11.241Z | Compiling getrandom v0.3.4 |
| 825 | 2026-03-02T21:46:11.860Z | Compiling icu_normalizer v2.1.1 |
| 826 | 2026-03-02T21:46:11.949Z | Compiling icu_properties v2.1.2 |
| 827 | 2026-03-02T21:46:12.044Z | Compiling ppv-lite86 v0.2.21 |
| 828 | 2026-03-02T21:46:12.885Z | Compiling serde_tokenstream v0.2.3 |
| 829 | 2026-03-02T21:46:13.478Z | Compiling erased-serde v0.3.31 |
| 830 | 2026-03-02T21:46:14.271Z | Compiling form_urlencoded v1.2.2 |
| 831 | 2026-03-02T21:46:14.682Z | Compiling generic-array v0.14.7 |
| 832 | 2026-03-02T21:46:14.787Z | Compiling ring v0.17.14 |
| 833 | 2026-03-02T21:46:15.438Z | Compiling hyper v1.8.1 |
| 834 | 2026-03-02T21:46:15.448Z | Compiling paste v1.0.15 |
| 835 | 2026-03-02T21:46:15.855Z | Compiling ipnet v2.11.0 |
| 836 | 2026-03-02T21:46:15.862Z | Compiling rustls v0.23.37 |
| 837 | 2026-03-02T21:46:18.627Z | Compiling hyper-util v0.1.20 |
| 838 | 2026-03-02T21:46:19.769Z | Compiling idna_adapter v1.2.1 |
| 839 | 2026-03-02T21:46:21.569Z | Compiling scroll_derive v0.13.1 |
| 840 | 2026-03-02T21:46:23.353Z | Compiling structmeta-derive v0.3.0 |
| 841 | 2026-03-02T21:46:23.970Z | Compiling sync_wrapper v1.0.2 |
| 842 | 2026-03-02T21:46:24.914Z | Compiling rustix v1.1.3 |
| 843 | 2026-03-02T21:46:25.109Z | Compiling powerfmt v0.2.0 |
| 844 | 2026-03-02T21:46:25.569Z | Compiling usdt-impl v0.6.0 |
| 845 | 2026-03-02T21:46:25.591Z | Compiling time-core v0.1.8 |
| 846 | 2026-03-02T21:46:25.722Z | Compiling ryu v1.0.23 |
| 847 | 2026-03-02T21:46:25.857Z | Compiling num-conv v0.2.0 |
| 848 | 2026-03-02T21:46:25.979Z | Compiling utf8_iter v1.0.4 |
| 849 | 2026-03-02T21:46:26.006Z | Compiling serde_urlencoded v0.7.1 |
| 850 | 2026-03-02T21:46:26.076Z | Compiling time-macros v0.2.27 |
| 851 | 2026-03-02T21:46:26.260Z | Compiling idna v1.1.0 |
| 852 | 2026-03-02T21:46:26.326Z | Compiling structmeta v0.3.0 |
| 853 | 2026-03-02T21:46:26.671Z | Compiling deranged v0.5.8 |
| 854 | 2026-03-02T21:46:28.287Z | Compiling dof v0.4.0 |
| 855 | 2026-03-02T21:46:28.309Z | Compiling tower v0.5.3 |
| 856 | 2026-03-02T21:46:28.366Z | Compiling scroll v0.13.0 |
| 857 | 2026-03-02T21:46:28.998Z | Compiling rand_core v0.9.5 |
| 858 | 2026-03-02T21:46:29.496Z | Compiling dtrace-parser v0.3.0 |
| 859 | 2026-03-02T21:46:29.599Z | Compiling ipnetwork v0.21.1 |
| 860 | 2026-03-02T21:46:29.999Z | Compiling http-body-util v0.1.3 |
| 861 | 2026-03-02T21:46:30.241Z | Compiling thread-id v5.1.0 |
| 862 | 2026-03-02T21:46:30.415Z | Compiling ident_case v1.0.1 |
| 863 | 2026-03-02T21:46:30.425Z | Compiling fastrand v2.3.0 |
| 864 | 2026-03-02T21:46:30.556Z | Compiling strsim v0.11.1 |
| 865 | 2026-03-02T21:46:30.822Z | Compiling byteorder v1.5.0 |
| 866 | 2026-03-02T21:46:30.950Z | Compiling crossbeam-utils v0.8.21 |
| 867 | 2026-03-02T21:46:30.992Z | Compiling regex-syntax v0.8.10 |
| 868 | 2026-03-02T21:46:31.282Z | Compiling num_threads v0.1.7 |
| 869 | 2026-03-02T21:46:31.384Z | Compiling iri-string v0.7.10 |
| 870 | 2026-03-02T21:46:31.413Z | Compiling omicron-workspace-hack v0.1.0 |
| 871 | 2026-03-02T21:46:31.500Z | Compiling plain v0.2.3 |
| 872 | 2026-03-02T21:46:31.782Z | Compiling goblin v0.10.5 |
| 873 | 2026-03-02T21:46:31.823Z | Compiling darling_core v0.21.3 |
| 874 | 2026-03-02T21:46:32.326Z | Compiling time v0.3.47 |
| 875 | 2026-03-02T21:46:35.229Z | Compiling tower-http v0.6.8 |
| 876 | 2026-03-02T21:46:36.806Z | Compiling oxnet v0.1.4 |
| 877 | 2026-03-02T21:46:37.489Z | Compiling url v2.5.8 |
| 878 | 2026-03-02T21:46:37.511Z | Compiling newtype-uuid v1.3.2 |
| 879 | 2026-03-02T21:46:39.804Z | Compiling daft-derive v0.1.5 |
| 880 | 2026-03-02T21:46:40.809Z | Compiling aho-corasick v1.1.4 |
| 881 | 2026-03-02T21:46:41.737Z | Compiling openssl-probe v0.2.1 |
| 882 | 2026-03-02T21:46:42.281Z | Compiling pretty-hex v0.4.1 |
| 883 | 2026-03-02T21:46:42.535Z | Compiling rustls v0.22.4 |
| 884 | 2026-03-02T21:46:43.381Z | Compiling rustls-native-certs v0.8.3 |
| 885 | 2026-03-02T21:46:44.412Z | Compiling daft v0.1.5 |
| 886 | 2026-03-02T21:46:44.965Z | Compiling rustls-webpki v0.102.8 |
| 887 | 2026-03-02T21:46:45.365Z | Compiling tempfile v3.25.0 |
| 888 | 2026-03-02T21:46:47.216Z | Compiling regex-automata v0.4.14 |
| 889 | 2026-03-02T21:46:47.322Z | Compiling darling_macro v0.21.3 |
| 890 | 2026-03-02T21:46:49.509Z | Compiling crypto-common v0.1.7 |
| 891 | 2026-03-02T21:46:49.756Z | Compiling block-buffer v0.10.4 |
| 892 | 2026-03-02T21:46:50.023Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-03-02T21:46:50.247Z | Compiling rand_core v0.6.4 |
| 894 | 2026-03-02T21:46:50.574Z | Compiling multer v3.1.0 |
| 895 | 2026-03-02T21:46:50.726Z | Compiling wait-timeout v0.2.1 |
| 896 | 2026-03-02T21:46:51.363Z | Compiling thread_local v1.1.9 |
| 897 | 2026-03-02T21:46:51.762Z | Compiling anyhow v1.0.102 |
| 898 | 2026-03-02T21:46:52.037Z | Compiling winnow v0.7.14 |
| 899 | 2026-03-02T21:46:52.922Z | Compiling thiserror v1.0.69 |
| 900 | 2026-03-02T21:46:53.526Z | Compiling match_cfg v0.1.0 |
| 901 | 2026-03-02T21:46:53.632Z | Compiling quick-error v1.2.3 |
| 902 | 2026-03-02T21:46:53.801Z | Compiling bit-vec v0.8.0 |
| 903 | 2026-03-02T21:46:53.917Z | Compiling camino v1.2.2 |
| 904 | 2026-03-02T21:46:54.399Z | Compiling slog-async v2.8.0 |
| 905 | 2026-03-02T21:46:54.535Z | Compiling ref-cast v1.0.25 |
| 906 | 2026-03-02T21:46:54.600Z | Compiling bit-set v0.8.0 |
| 907 | 2026-03-02T21:46:54.980Z | Compiling rusty-fork v0.3.1 |
| 908 | 2026-03-02T21:46:55.194Z | Compiling hostname v0.3.1 |
| 909 | 2026-03-02T21:46:55.823Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 910 | 2026-03-02T21:46:57.317Z | Compiling regex v1.12.3 |
| 911 | 2026-03-02T21:46:58.334Z | Compiling rand_chacha v0.3.1 |
| 912 | 2026-03-02T21:46:59.006Z | Compiling rand v0.9.2 |
| 913 | 2026-03-02T21:46:59.886Z | Compiling digest v0.10.7 |
| 914 | 2026-03-02T21:47:00.316Z | Compiling crossbeam-channel v0.5.15 |
| 915 | 2026-03-02T21:47:00.540Z | Compiling darling v0.21.3 |
| 916 | 2026-03-02T21:47:01.554Z | Compiling usdt-macro v0.6.0 |
| 917 | 2026-03-02T21:47:01.807Z | Compiling usdt-attr-macro v0.6.0 |
| 918 | 2026-03-02T21:47:02.842Z | Compiling slog-json v2.6.1 |
| 919 | 2026-03-02T21:47:03.291Z | Compiling rand_xorshift v0.4.0 |
| 920 | 2026-03-02T21:47:03.309Z | Compiling derive-ex v0.1.8 |
| 921 | 2026-03-02T21:47:03.572Z | Compiling strum_macros v0.26.4 |
| 922 | 2026-03-02T21:47:04.682Z | Compiling futures-executor v0.3.32 |
| 923 | 2026-03-02T21:47:05.702Z | Compiling async-stream-impl v0.3.6 |
| 924 | 2026-03-02T21:47:05.707Z | Compiling thiserror-impl v1.0.69 |
| 925 | 2026-03-02T21:47:06.983Z | Compiling ref-cast-impl v1.0.25 |
| 926 | 2026-03-02T21:47:07.200Z | Compiling dropshot v0.16.7 |
| 927 | 2026-03-02T21:47:07.600Z | Compiling serde_spanned v1.0.4 |
| 928 | 2026-03-02T21:47:07.667Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 929 | 2026-03-02T21:47:07.836Z | Compiling memmap2 v0.9.10 |
| 930 | 2026-03-02T21:47:08.154Z | Compiling is-terminal v0.4.17 |
| 931 | 2026-03-02T21:47:08.295Z | Compiling encoding_rs v0.8.35 |
| 932 | 2026-03-02T21:47:08.325Z | Compiling mime v0.3.17 |
| 933 | 2026-03-02T21:47:08.380Z | Compiling hex v0.4.3 |
| 934 | 2026-03-02T21:47:09.023Z | Compiling unarray v0.1.4 |
| 935 | 2026-03-02T21:47:09.117Z | Compiling term v1.2.1 |
| 936 | 2026-03-02T21:47:09.229Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 937 | 2026-03-02T21:47:09.361Z | Compiling spin v0.9.8 |
| 938 | 2026-03-02T21:47:09.566Z | Compiling take_mut v0.2.2 |
| 939 | 2026-03-02T21:47:09.740Z | Compiling cpufeatures v0.2.17 |
| 940 | 2026-03-02T21:47:09.764Z | Compiling slog-term v2.9.2 |
| 941 | 2026-03-02T21:47:09.836Z | Compiling sha1 v0.10.6 |
| 942 | 2026-03-02T21:47:13.523Z | Compiling toml v0.9.12+spec-1.1.0 |
| 943 | 2026-03-02T21:47:14.005Z | Compiling proptest v1.10.0 |
| 944 | 2026-03-02T21:47:15.621Z | Compiling dropshot_endpoint v0.16.7 |
| 945 | 2026-03-02T21:47:19.152Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 946 | 2026-03-02T21:47:19.639Z | Compiling usdt v0.6.0 |
| 947 | 2026-03-02T21:47:19.740Z | Compiling strum v0.26.3 |
| 948 | 2026-03-02T21:47:20.008Z | Compiling test-strategy v0.4.5 |
| 949 | 2026-03-02T21:47:21.098Z | Compiling async-stream v0.3.6 |
| 950 | 2026-03-02T21:47:21.470Z | Compiling tokio-rustls v0.25.0 |
| 951 | 2026-03-02T21:47:21.912Z | Compiling futures v0.3.32 |
| 952 | 2026-03-02T21:47:22.111Z | Compiling slog-bunyan v2.5.0 |
| 953 | 2026-03-02T21:47:23.228Z | Compiling serde_with_macros v3.17.0 |
| 954 | 2026-03-02T21:47:23.349Z | Compiling rand v0.8.5 |
| 955 | 2026-03-02T21:47:24.215Z | Compiling parse-display-derive v0.10.0 |
| 956 | 2026-03-02T21:47:25.729Z | Compiling reqwest v0.12.28 |
| 957 | 2026-03-02T21:47:26.689Z | Compiling newtype-uuid-macros v0.1.0 |
| 958 | 2026-03-02T21:47:27.011Z | Compiling strum_macros v0.27.2 |
| 959 | 2026-03-02T21:47:27.671Z | Compiling openapiv3 v2.2.0 |
| 960 | 2026-03-02T21:47:28.380Z | Compiling async-trait v0.1.89 |
| 961 | 2026-03-02T21:47:30.631Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 962 | 2026-03-02T21:47:31.496Z | Compiling waitgroup v0.1.2 |
| 963 | 2026-03-02T21:47:31.690Z | Compiling rustls-pemfile v2.2.0 |
| 964 | 2026-03-02T21:47:31.757Z | Compiling serde_path_to_error v0.1.20 |
| 965 | 2026-03-02T21:47:32.240Z | Compiling hostname v0.4.2 |
| 966 | 2026-03-02T21:47:32.508Z | Compiling instant v0.1.13 |
| 967 | 2026-03-02T21:47:32.703Z | Compiling rustc-hash v2.1.1 |
| 968 | 2026-03-02T21:47:32.759Z | Compiling debug-ignore v1.0.5 |
| 969 | 2026-03-02T21:47:32.899Z | Compiling either v1.15.0 |
| 970 | 2026-03-02T21:47:33.066Z | Compiling iddqd v0.3.17 |
| 971 | 2026-03-02T21:47:33.352Z | Compiling itertools v0.14.0 |
| 972 | 2026-03-02T21:47:33.630Z | Compiling backoff v0.4.0 |
| 973 | 2026-03-02T21:47:33.990Z | Compiling strum v0.27.2 |
| 974 | 2026-03-02T21:47:34.197Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 975 | 2026-03-02T21:47:34.444Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 976 | 2026-03-02T21:47:36.073Z | Compiling progenitor-client v0.10.0 |
| 977 | 2026-03-02T21:47:37.022Z | Compiling parse-display v0.10.0 |
| 978 | 2026-03-02T21:47:37.202Z | Compiling serde_with v3.17.0 |
| 979 | 2026-03-02T21:47:37.401Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 980 | 2026-03-02T21:47:38.798Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 981 | 2026-03-02T21:47:39.128Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 982 | 2026-03-02T21:47:39.955Z | Compiling backon v1.6.0 |
| 983 | 2026-03-02T21:47:40.438Z | Compiling macaddr v1.0.1 |
| 984 | 2026-03-02T21:47:40.800Z | Compiling regress v0.10.5 |
| 985 | 2026-03-02T21:47:54.928Z | Compiling rustls-webpki v0.103.9 |
| 986 | 2026-03-02T21:48:01.082Z | Compiling tokio-rustls v0.26.4 |
| 987 | 2026-03-02T21:48:01.082Z | Compiling rustls-platform-verifier v0.6.2 |
| 988 | 2026-03-02T21:48:01.592Z | Compiling hyper-rustls v0.27.7 |
| 989 | 2026-03-02T21:48:02.354Z | Compiling reqwest v0.13.2 |
| 990 | 2026-03-02T21:48:07.314Z | Compiling progenitor-client v0.13.0 |
| 991 | 2026-03-02T21:48:08.183Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 992 | 2026-03-02T21:48:18.151Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 993 | 2026-03-02T21:48:28.503Z | Finished `release` profile [optimized] target(s) in 2m 44s |
| 994 | 2026-03-02T21:48:28.575Z | process exited: duration 244058 ms, exit code 0 |
| |
| 995 | 2026-03-02T21:48:28.581Z | found 0 output files |