|
|
|
| 1 | 2026-03-10T18:19:04.167Z | job assigned to worker 01KKCFFE7ATCVC23DDKP4456KQ [factory aws, i-0bc10006ed1e81e9d] (queued for 1 m 44 s) |
| |
| 2 | 2026-03-10T18:19:12.819Z | starting task 0: "setup" |
| 3 | 2026-03-10T18:19:12.826Z | ++ uname -s |
| 4 | 2026-03-10T18:19:12.829Z | + kern=SunOS |
| 5 | 2026-03-10T18:19:12.829Z | + build_user=build |
| 6 | 2026-03-10T18:19:12.829Z | + build_uid=12345 |
| 7 | 2026-03-10T18:19:12.829Z | + work_dir=/work |
| 8 | 2026-03-10T18:19:12.829Z | + input_dir=/input |
| 9 | 2026-03-10T18:19:12.829Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T18:19:12.829Z | + case "$kern" in |
| 11 | 2026-03-10T18:19:12.829Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T18:19:12.832Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T18:19:14.836Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T18:19:14.950Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T18:19:14.953Z | + home_fs=zfs |
| 16 | 2026-03-10T18:19:14.953Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T18:19:14.953Z | + mkdir -p /home/build |
| 18 | 2026-03-10T18:19:14.953Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T18:19:16.956Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T18:19:16.959Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-03-10T18:19:16.965Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T18:19:16.969Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-10T18:19:16.969Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-10T18:19:16.969Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-10T18:19:16.969Z | * rust toolchain profile = "default" |
| 26 | 2026-03-10T18:19:16.969Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-10T18:19:16.969Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-10T18:19:16.973Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T18:19:16.973Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-10T18:19:17.102Z | info: downloading installer |
| 31 | 2026-03-10T18:19:18.935Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T18:19:18.935Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T18:19:18.935Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T18:19:18.935Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T18:19:18.935Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T18:19:18.935Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T18:19:18.935Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T18:19:18.935Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T18:19:18.935Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T18:19:18.981Z | info: profile set to 'default' |
| 41 | 2026-03-10T18:19:18.981Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T18:19:18.983Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-10T18:19:19.153Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-10T18:19:19.153Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T18:19:20.145Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T18:19:20.592Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T18:19:22.046Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T18:19:24.249Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T18:19:33.224Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T18:19:33.498Z | info: installing component 'cargo' |
| 51 | 2026-03-10T18:19:34.314Z | info: installing component 'clippy' |
| 52 | 2026-03-10T18:19:34.668Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T18:19:36.104Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T18:19:37.640Z | info: installing component 'rustc' |
| 55 | 2026-03-10T18:19:43.489Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T18:19:43.799Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-10T18:19:43.799Z | |
| 58 | 2026-03-10T18:19:44.212Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-10T18:19:44.212Z | |
| 60 | 2026-03-10T18:19:44.216Z | |
| 61 | 2026-03-10T18:19:44.216Z | Rust is installed now. Great! |
| 62 | 2026-03-10T18:19:44.216Z | |
| 63 | 2026-03-10T18:19:44.216Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T18:19:44.216Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T18:19:44.216Z | |
| 66 | 2026-03-10T18:19:44.216Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T18:19:44.216Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T18:19:44.216Z | |
| 69 | 2026-03-10T18:19:44.216Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T18:19:44.217Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T18:19:44.217Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T18:19:44.217Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T18:19:44.311Z | + rustup --version |
| 74 | 2026-03-10T18:19:44.322Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T18:19:44.325Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T18:19:44.407Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-10T18:19:44.411Z | + cargo --version |
| 78 | 2026-03-10T18:19:44.478Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-10T18:19:44.481Z | + rustc --version |
| 80 | 2026-03-10T18:19:44.551Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-10T18:19:44.556Z | process exited: duration 27583 ms, exit code 0 |
| |
| 82 | 2026-03-10T18:19:44.563Z | starting task 2: "authentication" |
| 83 | 2026-03-10T18:19:44.584Z | process exited: duration 20 ms, exit code 0 |
| |
| 84 | 2026-03-10T18:19:44.591Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T18:19:44.596Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-10T18:19:44.598Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-10T18:19:44.623Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-10T18:21:47.427Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-10T18:21:47.430Z | + git fetch origin d70f49108912e0bedf3c86a26fc09322788248a9 |
| 90 | 2026-03-10T18:21:47.894Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-10T18:21:47.894Z | * branch d70f49108912e0bedf3c86a26fc09322788248a9 -> FETCH_HEAD |
| 92 | 2026-03-10T18:21:47.905Z | + [[ -n '' ]] |
| 93 | 2026-03-10T18:21:47.905Z | + git reset --hard d70f49108912e0bedf3c86a26fc09322788248a9 |
| 94 | 2026-03-10T18:21:48.228Z | HEAD is now at d70f49108 [spr] initial version |
| 95 | 2026-03-10T18:21:48.231Z | process exited: duration 123615 ms, exit code 0 |
| |
| 96 | 2026-03-10T18:21:48.236Z | starting task 4: "build" |
| 97 | 2026-03-10T18:21:48.241Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-03-10T18:21:48.243Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-03-10T18:21:48.244Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-03-10T18:21:48.244Z | + cargo --version |
| 101 | 2026-03-10T18:21:48.298Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-03-10T18:21:48.301Z | + rustc --version |
| 103 | 2026-03-10T18:21:48.372Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-03-10T18:21:48.375Z | + cd /tmp |
| 105 | 2026-03-10T18:21:48.375Z | + cargo new --lib test-project |
| 106 | 2026-03-10T18:21:48.445Z | Creating library `test-project` package |
| 107 | 2026-03-10T18:21:48.530Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 108 | 2026-03-10T18:21:48.533Z | + cd test-project |
| 109 | 2026-03-10T18:21:48.533Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 110 | 2026-03-10T18:21:48.604Z | Adding omicron-common (local) to dependencies |
| 111 | 2026-03-10T18:21:48.607Z | Features: |
| 112 | 2026-03-10T18:21:48.607Z | - proptest |
| 113 | 2026-03-10T18:21:48.607Z | - test-strategy |
| 114 | 2026-03-10T18:21:48.607Z | - testing |
| 115 | 2026-03-10T18:21:48.633Z | Updating crates.io index |
| 116 | 2026-03-10T18:21:48.761Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 117 | 2026-03-10T18:21:49.625Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 118 | 2026-03-10T18:21:50.090Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 119 | 2026-03-10T18:21:50.688Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 120 | 2026-03-10T18:21:53.787Z | Locking 387 packages to latest Rust 1.91.1 compatible versions |
| 121 | 2026-03-10T18:21:53.791Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 122 | 2026-03-10T18:21:53.920Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 123 | 2026-03-10T18:21:53.924Z | + cargo check |
| 124 | 2026-03-10T18:21:54.110Z | Updating crates.io index |
| 125 | 2026-03-10T18:21:54.877Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 126 | 2026-03-10T18:21:54.877Z | Adding omicron-workspace-hack v0.1.0 |
| 127 | 2026-03-10T18:21:54.916Z | Downloading crates ... |
| 128 | 2026-03-10T18:21:54.999Z | Downloaded hostname v0.3.1 |
| 129 | 2026-03-10T18:21:55.002Z | Downloaded anyhow v1.0.102 |
| 130 | 2026-03-10T18:21:55.005Z | Downloaded lru-slab v0.1.2 |
| 131 | 2026-03-10T18:21:55.005Z | Downloaded ident_case v1.0.1 |
| 132 | 2026-03-10T18:21:55.008Z | Downloaded fastrand v2.3.0 |
| 133 | 2026-03-10T18:21:55.008Z | Downloaded async-stream v0.3.6 |
| 134 | 2026-03-10T18:21:55.012Z | Downloaded iana-time-zone v0.1.65 |
| 135 | 2026-03-10T18:21:55.015Z | Downloaded bit-vec v0.8.0 |
| 136 | 2026-03-10T18:21:55.018Z | Downloaded httpdate v1.0.3 |
| 137 | 2026-03-10T18:21:55.020Z | Downloaded fs_extra v1.3.0 |
| 138 | 2026-03-10T18:21:55.024Z | Downloaded futures-util v0.3.32 |
| 139 | 2026-03-10T18:21:55.034Z | Downloaded proptest v1.10.0 |
| 140 | 2026-03-10T18:21:55.042Z | Downloaded serde_json v1.0.149 |
| 141 | 2026-03-10T18:21:55.046Z | Downloaded num-conv v0.2.0 |
| 142 | 2026-03-10T18:21:55.049Z | Downloaded httparse v1.10.1 |
| 143 | 2026-03-10T18:21:55.052Z | Downloaded newtype-uuid-macros v0.1.0 |
| 144 | 2026-03-10T18:21:55.052Z | Downloaded match_cfg v0.1.0 |
| 145 | 2026-03-10T18:21:55.054Z | Downloaded num_threads v0.1.7 |
| 146 | 2026-03-10T18:21:55.054Z | Downloaded bitflags v2.11.0 |
| 147 | 2026-03-10T18:21:55.057Z | Downloaded mime v0.3.17 |
| 148 | 2026-03-10T18:21:55.062Z | Downloaded deranged v0.5.8 |
| 149 | 2026-03-10T18:21:55.065Z | Downloaded digest v0.10.7 |
| 150 | 2026-03-10T18:21:55.065Z | Downloaded log v0.4.29 |
| 151 | 2026-03-10T18:21:55.065Z | Downloaded backoff v0.4.0 |
| 152 | 2026-03-10T18:21:55.068Z | Downloaded multer v3.1.0 |
| 153 | 2026-03-10T18:21:55.071Z | Downloaded quinn-udp v0.5.14 |
| 154 | 2026-03-10T18:21:55.071Z | Downloaded is-terminal v0.4.17 |
| 155 | 2026-03-10T18:21:55.074Z | Downloaded futures-core v0.3.32 |
| 156 | 2026-03-10T18:21:55.074Z | Downloaded num-traits v0.2.19 |
| 157 | 2026-03-10T18:21:55.076Z | Downloaded percent-encoding v2.3.2 |
| 158 | 2026-03-10T18:21:55.076Z | Downloaded lock_api v0.4.14 |
| 159 | 2026-03-10T18:21:55.079Z | Downloaded errno v0.3.14 |
| 160 | 2026-03-10T18:21:55.079Z | Downloaded futures v0.3.32 |
| 161 | 2026-03-10T18:21:55.083Z | Downloaded omicron-workspace-hack v0.1.0 |
| 162 | 2026-03-10T18:21:55.086Z | Downloaded cpufeatures v0.2.17 |
| 163 | 2026-03-10T18:21:55.086Z | Downloaded ref-cast v1.0.25 |
| 164 | 2026-03-10T18:21:55.089Z | Downloaded openssl-probe v0.2.1 |
| 165 | 2026-03-10T18:21:55.089Z | Downloaded futures-macro v0.3.32 |
| 166 | 2026-03-10T18:21:55.091Z | Downloaded cfg_aliases v0.2.1 |
| 167 | 2026-03-10T18:21:55.091Z | Downloaded autocfg v1.5.0 |
| 168 | 2026-03-10T18:21:55.094Z | Downloaded ipnetwork v0.21.1 |
| 169 | 2026-03-10T18:21:55.097Z | Downloaded scopeguard v1.2.0 |
| 170 | 2026-03-10T18:21:55.097Z | Downloaded equivalent v1.0.2 |
| 171 | 2026-03-10T18:21:55.099Z | Downloaded quick-error v1.2.3 |
| 172 | 2026-03-10T18:21:55.099Z | Downloaded pin-utils v0.1.0 |
| 173 | 2026-03-10T18:21:55.102Z | Downloaded cmake v0.1.57 |
| 174 | 2026-03-10T18:21:55.102Z | Downloaded bit-set v0.8.0 |
| 175 | 2026-03-10T18:21:55.105Z | Downloaded atomic-waker v1.1.2 |
| 176 | 2026-03-10T18:21:55.105Z | Downloaded rand_xorshift v0.4.0 |
| 177 | 2026-03-10T18:21:55.107Z | Downloaded futures-task v0.3.32 |
| 178 | 2026-03-10T18:21:55.107Z | Downloaded debug-ignore v1.0.5 |
| 179 | 2026-03-10T18:21:55.110Z | Downloaded idna_adapter v1.2.1 |
| 180 | 2026-03-10T18:21:55.110Z | Downloaded itoa v1.0.17 |
| 181 | 2026-03-10T18:21:55.113Z | Downloaded http-body v1.0.1 |
| 182 | 2026-03-10T18:21:55.113Z | Downloaded rand_chacha v0.3.1 |
| 183 | 2026-03-10T18:21:55.115Z | Downloaded async-trait v0.1.89 |
| 184 | 2026-03-10T18:21:55.118Z | Downloaded powerfmt v0.2.0 |
| 185 | 2026-03-10T18:21:55.118Z | Downloaded plain v0.2.3 |
| 186 | 2026-03-10T18:21:55.121Z | Downloaded dunce v1.0.5 |
| 187 | 2026-03-10T18:21:55.121Z | Downloaded dof v0.4.0 |
| 188 | 2026-03-10T18:21:55.121Z | Downloaded darling_macro v0.21.3 |
| 189 | 2026-03-10T18:21:55.125Z | Downloaded futures-io v0.3.32 |
| 190 | 2026-03-10T18:21:55.125Z | Downloaded futures-channel v0.3.32 |
| 191 | 2026-03-10T18:21:55.125Z | Downloaded form_urlencoded v1.2.2 |
| 192 | 2026-03-10T18:21:55.128Z | Downloaded ipnet v2.11.0 |
| 193 | 2026-03-10T18:21:55.131Z | Downloaded potential_utf v0.1.4 |
| 194 | 2026-03-10T18:21:55.131Z | Downloaded scroll_derive v0.13.1 |
| 195 | 2026-03-10T18:21:55.134Z | Downloaded parse-display v0.10.0 |
| 196 | 2026-03-10T18:21:55.137Z | Downloaded darling v0.21.3 |
| 197 | 2026-03-10T18:21:55.139Z | Downloaded pretty-hex v0.4.1 |
| 198 | 2026-03-10T18:21:55.142Z | Downloaded ref-cast-impl v1.0.25 |
| 199 | 2026-03-10T18:21:55.145Z | Downloaded hostname v0.4.2 |
| 200 | 2026-03-10T18:21:55.145Z | Downloaded futures-sink v0.3.32 |
| 201 | 2026-03-10T18:21:55.148Z | Downloaded rustc-hash v2.1.1 |
| 202 | 2026-03-10T18:21:55.155Z | Downloaded macaddr v1.0.1 |
| 203 | 2026-03-10T18:21:55.160Z | Downloaded strum v0.26.3 |
| 204 | 2026-03-10T18:21:55.160Z | Downloaded serde_spanned v1.0.4 |
| 205 | 2026-03-10T18:21:55.163Z | Downloaded heck v0.5.0 |
| 206 | 2026-03-10T18:21:55.167Z | Downloaded progenitor-client v0.10.0 |
| 207 | 2026-03-10T18:21:55.174Z | Downloaded serde_urlencoded v0.7.1 |
| 208 | 2026-03-10T18:21:55.177Z | Downloaded dyn-clone v1.0.20 |
| 209 | 2026-03-10T18:21:55.179Z | Downloaded derive-ex v0.1.8 |
| 210 | 2026-03-10T18:21:55.180Z | Downloaded block-buffer v0.10.4 |
| 211 | 2026-03-10T18:21:55.180Z | Downloaded sync_wrapper v1.0.2 |
| 212 | 2026-03-10T18:21:55.186Z | Downloaded strsim v0.11.1 |
| 213 | 2026-03-10T18:21:55.189Z | Downloaded rustversion v1.0.22 |
| 214 | 2026-03-10T18:21:55.192Z | Downloaded daft-derive v0.1.5 |
| 215 | 2026-03-10T18:21:55.195Z | Downloaded crypto-common v0.1.7 |
| 216 | 2026-03-10T18:21:55.195Z | Downloaded daft v0.1.5 |
| 217 | 2026-03-10T18:21:55.198Z | Downloaded stable_deref_trait v1.2.1 |
| 218 | 2026-03-10T18:21:55.198Z | Downloaded async-stream-impl v0.3.6 |
| 219 | 2026-03-10T18:21:55.198Z | Downloaded parse-display-derive v0.10.0 |
| 220 | 2026-03-10T18:21:55.198Z | Downloaded rustls-native-certs v0.8.3 |
| 221 | 2026-03-10T18:21:55.200Z | Downloaded take_mut v0.2.2 |
| 222 | 2026-03-10T18:21:55.200Z | Downloaded subtle v2.6.1 |
| 223 | 2026-03-10T18:21:55.203Z | Downloaded instant v0.1.13 |
| 224 | 2026-03-10T18:21:55.203Z | Downloaded fnv v1.0.7 |
| 225 | 2026-03-10T18:21:55.203Z | Downloaded dtrace-parser v0.3.0 |
| 226 | 2026-03-10T18:21:55.206Z | Downloaded cfg-if v1.0.4 |
| 227 | 2026-03-10T18:21:55.206Z | Downloaded hyper-rustls v0.27.7 |
| 228 | 2026-03-10T18:21:55.209Z | Downloaded rand_core v0.6.4 |
| 229 | 2026-03-10T18:21:55.209Z | Downloaded backon v1.6.0 |
| 230 | 2026-03-10T18:21:55.212Z | Downloaded litemap v0.8.1 |
| 231 | 2026-03-10T18:21:55.216Z | Downloaded tinyvec_macros v0.1.1 |
| 232 | 2026-03-10T18:21:55.216Z | Downloaded icu_provider v2.1.1 |
| 233 | 2026-03-10T18:21:55.218Z | Downloaded time-core v0.1.8 |
| 234 | 2026-03-10T18:21:55.219Z | Downloaded sha1 v0.10.6 |
| 235 | 2026-03-10T18:21:55.221Z | Downloaded tower-layer v0.3.3 |
| 236 | 2026-03-10T18:21:55.224Z | Downloaded untrusted v0.9.0 |
| 237 | 2026-03-10T18:21:55.227Z | Downloaded slog-bunyan v2.5.0 |
| 238 | 2026-03-10T18:21:55.230Z | Downloaded structmeta v0.3.0 |
| 239 | 2026-03-10T18:21:55.233Z | Downloaded newtype-uuid v1.3.2 |
| 240 | 2026-03-10T18:21:55.233Z | Downloaded serde_path_to_error v0.1.20 |
| 241 | 2026-03-10T18:21:55.236Z | Downloaded scroll v0.13.0 |
| 242 | 2026-03-10T18:21:55.238Z | Downloaded progenitor-client v0.13.0 |
| 243 | 2026-03-10T18:21:55.238Z | Downloaded oxnet v0.1.4 |
| 244 | 2026-03-10T18:21:55.241Z | Downloaded jobserver v0.1.34 |
| 245 | 2026-03-10T18:21:55.244Z | Downloaded structmeta-derive v0.3.0 |
| 246 | 2026-03-10T18:21:55.244Z | Downloaded thread-id v5.1.0 |
| 247 | 2026-03-10T18:21:55.248Z | Downloaded serde_tokenstream v0.2.3 |
| 248 | 2026-03-10T18:21:55.251Z | Downloaded serde_derive_internals v0.29.1 |
| 249 | 2026-03-10T18:21:55.251Z | Downloaded rand_chacha v0.9.0 |
| 250 | 2026-03-10T18:21:55.254Z | Downloaded generic-array v0.14.7 |
| 251 | 2026-03-10T18:21:55.254Z | Downloaded paste v1.0.15 |
| 252 | 2026-03-10T18:21:55.256Z | Downloaded foldhash v0.2.0 |
| 253 | 2026-03-10T18:21:55.256Z | Downloaded hex v0.4.3 |
| 254 | 2026-03-10T18:21:55.259Z | Downloaded either v1.15.0 |
| 255 | 2026-03-10T18:21:55.259Z | Downloaded shlex v1.3.0 |
| 256 | 2026-03-10T18:21:55.261Z | Downloaded byteorder v1.5.0 |
| 257 | 2026-03-10T18:21:55.261Z | Downloaded schemars_derive v0.8.22 |
| 258 | 2026-03-10T18:21:55.264Z | Downloaded ppv-lite86 v0.2.21 |
| 259 | 2026-03-10T18:21:55.264Z | Downloaded quote v1.0.44 |
| 260 | 2026-03-10T18:21:55.268Z | Downloaded usdt-macro v0.6.0 |
| 261 | 2026-03-10T18:21:55.271Z | Downloaded utf8_iter v1.0.4 |
| 262 | 2026-03-10T18:21:55.271Z | Downloaded parking_lot_core v0.9.12 |
| 263 | 2026-03-10T18:21:55.274Z | Downloaded semver v1.0.27 |
| 264 | 2026-03-10T18:21:55.274Z | Downloaded rand_core v0.9.5 |
| 265 | 2026-03-10T18:21:55.274Z | Downloaded try-lock v0.2.5 |
| 266 | 2026-03-10T18:21:55.277Z | Downloaded tower-service v0.3.3 |
| 267 | 2026-03-10T18:21:55.277Z | Downloaded unarray v0.1.4 |
| 268 | 2026-03-10T18:21:55.277Z | Downloaded slog-term v2.9.2 |
| 269 | 2026-03-10T18:21:55.279Z | Downloaded memchr v2.8.0 |
| 270 | 2026-03-10T18:21:55.283Z | Downloaded wait-timeout v0.2.1 |
| 271 | 2026-03-10T18:21:55.286Z | Downloaded parking_lot v0.12.5 |
| 272 | 2026-03-10T18:21:55.286Z | Downloaded version_check v0.9.5 |
| 273 | 2026-03-10T18:21:55.286Z | Downloaded erased-serde v0.3.31 |
| 274 | 2026-03-10T18:21:55.289Z | Downloaded usdt-attr-macro v0.6.0 |
| 275 | 2026-03-10T18:21:55.289Z | Downloaded yoke-derive v0.8.1 |
| 276 | 2026-03-10T18:21:55.292Z | Downloaded thiserror-impl v1.0.69 |
| 277 | 2026-03-10T18:21:55.292Z | Downloaded tokio-macros v2.6.0 |
| 278 | 2026-03-10T18:21:55.292Z | Downloaded thiserror-impl v2.0.18 |
| 279 | 2026-03-10T18:21:55.295Z | Downloaded usdt v0.6.0 |
| 280 | 2026-03-10T18:21:55.295Z | Downloaded tokio-rustls v0.25.0 |
| 281 | 2026-03-10T18:21:55.295Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 282 | 2026-03-10T18:21:55.298Z | Downloaded once_cell v1.21.3 |
| 283 | 2026-03-10T18:21:55.300Z | Downloaded strum v0.27.2 |
| 284 | 2026-03-10T18:21:55.300Z | Downloaded find-msvc-tools v0.1.9 |
| 285 | 2026-03-10T18:21:55.303Z | Downloaded zerofrom-derive v0.1.6 |
| 286 | 2026-03-10T18:21:55.311Z | Downloaded serde_with_macros v3.17.0 |
| 287 | 2026-03-10T18:21:55.314Z | Downloaded slab v0.4.12 |
| 288 | 2026-03-10T18:21:55.314Z | Downloaded pest_derive v2.8.6 |
| 289 | 2026-03-10T18:21:55.317Z | Downloaded getrandom v0.4.1 |
| 290 | 2026-03-10T18:21:55.320Z | Downloaded waitgroup v0.1.2 |
| 291 | 2026-03-10T18:21:55.320Z | Downloaded getrandom v0.3.4 |
| 292 | 2026-03-10T18:21:55.322Z | Downloaded rusty-fork v0.3.1 |
| 293 | 2026-03-10T18:21:55.325Z | Downloaded strum_macros v0.26.4 |
| 294 | 2026-03-10T18:21:55.325Z | Downloaded synstructure v0.13.2 |
| 295 | 2026-03-10T18:21:55.328Z | Downloaded slog-json v2.6.1 |
| 296 | 2026-03-10T18:21:55.328Z | Downloaded signal-hook-registry v1.4.8 |
| 297 | 2026-03-10T18:21:55.328Z | Downloaded rustls-pemfile v2.2.0 |
| 298 | 2026-03-10T18:21:55.331Z | Downloaded strum_macros v0.27.2 |
| 299 | 2026-03-10T18:21:55.333Z | Downloaded http-body-util v0.1.3 |
| 300 | 2026-03-10T18:21:55.333Z | Downloaded thread_local v1.1.9 |
| 301 | 2026-03-10T18:21:55.336Z | Downloaded progenitor-extras v0.1.1 |
| 302 | 2026-03-10T18:21:55.336Z | Downloaded thiserror v1.0.69 |
| 303 | 2026-03-10T18:21:55.339Z | Downloaded thiserror v2.0.18 |
| 304 | 2026-03-10T18:21:55.342Z | Downloaded want v0.3.1 |
| 305 | 2026-03-10T18:21:55.345Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 306 | 2026-03-10T18:21:55.345Z | Downloaded usdt-impl v0.6.0 |
| 307 | 2026-03-10T18:21:55.348Z | Downloaded pest_generator v2.8.6 |
| 308 | 2026-03-10T18:21:55.348Z | Downloaded camino v1.2.2 |
| 309 | 2026-03-10T18:21:55.351Z | Downloaded memmap2 v0.9.10 |
| 310 | 2026-03-10T18:21:55.351Z | Downloaded getrandom v0.2.17 |
| 311 | 2026-03-10T18:21:55.353Z | Downloaded writeable v0.6.2 |
| 312 | 2026-03-10T18:21:55.356Z | Downloaded crossbeam-utils v0.8.21 |
| 313 | 2026-03-10T18:21:55.356Z | Downloaded time-macros v0.2.27 |
| 314 | 2026-03-10T18:21:55.359Z | Downloaded smallvec v1.15.1 |
| 315 | 2026-03-10T18:21:55.359Z | Downloaded rustls-pki-types v1.14.0 |
| 316 | 2026-03-10T18:21:55.361Z | Downloaded zerofrom v0.1.6 |
| 317 | 2026-03-10T18:21:55.361Z | Downloaded futures-executor v0.3.32 |
| 318 | 2026-03-10T18:21:55.364Z | Downloaded yoke v0.8.1 |
| 319 | 2026-03-10T18:21:55.364Z | Downloaded pin-project-lite v0.2.17 |
| 320 | 2026-03-10T18:21:55.367Z | Downloaded zerovec-derive v0.11.2 |
| 321 | 2026-03-10T18:21:55.371Z | Downloaded slog-async v2.8.0 |
| 322 | 2026-03-10T18:21:55.374Z | Downloaded allocator-api2 v0.2.21 |
| 323 | 2026-03-10T18:21:55.377Z | Downloaded serde_core v1.0.228 |
| 324 | 2026-03-10T18:21:55.377Z | Downloaded serde_derive v1.0.228 |
| 325 | 2026-03-10T18:21:55.380Z | Downloaded displaydoc v0.2.5 |
| 326 | 2026-03-10T18:21:55.383Z | Downloaded rustls-platform-verifier v0.6.2 |
| 327 | 2026-03-10T18:21:55.387Z | Downloaded dropshot_endpoint v0.16.7 |
| 328 | 2026-03-10T18:21:55.440Z | Downloaded ucd-trie v0.1.7 |
| 329 | 2026-03-10T18:21:55.444Z | Downloaded proc-macro2 v1.0.106 |
| 330 | 2026-03-10T18:21:55.444Z | Downloaded term v1.2.1 |
| 331 | 2026-03-10T18:21:55.444Z | Downloaded sha2 v0.10.9 |
| 332 | 2026-03-10T18:21:55.444Z | Downloaded tokio-rustls v0.26.4 |
| 333 | 2026-03-10T18:21:55.444Z | Downloaded tinystr v0.8.2 |
| 334 | 2026-03-10T18:21:55.444Z | Downloaded test-strategy v0.4.5 |
| 335 | 2026-03-10T18:21:55.444Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 336 | 2026-03-10T18:21:55.445Z | Downloaded tempfile v3.25.0 |
| 337 | 2026-03-10T18:21:55.445Z | Downloaded tracing-core v0.1.36 |
| 338 | 2026-03-10T18:21:55.445Z | Downloaded icu_properties v2.1.2 |
| 339 | 2026-03-10T18:21:55.445Z | Downloaded zeroize v1.8.2 |
| 340 | 2026-03-10T18:21:55.445Z | Downloaded ryu v1.0.23 |
| 341 | 2026-03-10T18:21:55.445Z | Downloaded schemars v0.8.22 |
| 342 | 2026-03-10T18:21:55.445Z | Downloaded spin v0.9.8 |
| 343 | 2026-03-10T18:21:55.445Z | Downloaded rand v0.8.5 |
| 344 | 2026-03-10T18:21:55.449Z | Downloaded quinn v0.11.9 |
| 345 | 2026-03-10T18:21:55.451Z | Downloaded mio v1.1.1 |
| 346 | 2026-03-10T18:21:55.455Z | Downloaded icu_normalizer_data v2.1.1 |
| 347 | 2026-03-10T18:21:55.458Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 348 | 2026-03-10T18:21:55.461Z | Downloaded tinyvec v1.10.0 |
| 349 | 2026-03-10T18:21:55.464Z | Downloaded zmij v1.0.21 |
| 350 | 2026-03-10T18:21:55.464Z | Downloaded icu_normalizer v2.1.1 |
| 351 | 2026-03-10T18:21:55.469Z | Downloaded base64 v0.22.1 |
| 352 | 2026-03-10T18:21:55.472Z | Downloaded typenum v1.19.0 |
| 353 | 2026-03-10T18:21:55.475Z | Downloaded pest_meta v2.8.6 |
| 354 | 2026-03-10T18:21:55.477Z | Downloaded slog v2.8.2 |
| 355 | 2026-03-10T18:21:55.480Z | Downloaded icu_locale_core v2.1.1 |
| 356 | 2026-03-10T18:21:55.489Z | Downloaded darling_core v0.21.3 |
| 357 | 2026-03-10T18:21:55.495Z | Downloaded uuid v1.21.0 |
| 358 | 2026-03-10T18:21:55.498Z | Downloaded unicode-ident v1.0.24 |
| 359 | 2026-03-10T18:21:55.502Z | Downloaded idna v1.1.0 |
| 360 | 2026-03-10T18:21:55.506Z | Downloaded bytes v1.11.1 |
| 361 | 2026-03-10T18:21:55.508Z | Downloaded url v2.5.8 |
| 362 | 2026-03-10T18:21:55.511Z | Downloaded serde v1.0.228 |
| 363 | 2026-03-10T18:21:55.514Z | Downloaded rand v0.9.2 |
| 364 | 2026-03-10T18:21:55.516Z | Downloaded icu_collections v2.1.1 |
| 365 | 2026-03-10T18:21:55.520Z | Downloaded rustls-webpki v0.103.9 |
| 366 | 2026-03-10T18:21:55.522Z | Downloaded http v1.4.0 |
| 367 | 2026-03-10T18:21:55.525Z | Downloaded iri-string v0.7.10 |
| 368 | 2026-03-10T18:21:55.529Z | Downloaded socket2 v0.6.2 |
| 369 | 2026-03-10T18:21:55.533Z | Downloaded zerocopy-derive v0.8.40 |
| 370 | 2026-03-10T18:21:55.537Z | Downloaded tower v0.5.3 |
| 371 | 2026-03-10T18:21:55.543Z | Downloaded crossbeam-channel v0.5.15 |
| 372 | 2026-03-10T18:21:55.546Z | Downloaded cc v1.2.56 |
| 373 | 2026-03-10T18:21:55.549Z | Downloaded indexmap v2.13.0 |
| 374 | 2026-03-10T18:21:55.552Z | Downloaded zerotrie v0.2.3 |
| 375 | 2026-03-10T18:21:55.571Z | Downloaded hyper-util v0.1.20 |
| 376 | 2026-03-10T18:21:55.579Z | Downloaded aho-corasick v1.1.4 |
| 377 | 2026-03-10T18:21:55.590Z | Downloaded pest v2.8.6 |
| 378 | 2026-03-10T18:21:55.594Z | Downloaded iddqd v0.3.17 |
| 379 | 2026-03-10T18:21:55.604Z | Downloaded zerovec v0.11.5 |
| 380 | 2026-03-10T18:21:55.608Z | Downloaded tower-http v0.6.8 |
| 381 | 2026-03-10T18:21:55.614Z | Downloaded tokio-util v0.7.18 |
| 382 | 2026-03-10T18:21:55.618Z | Downloaded regex v1.12.3 |
| 383 | 2026-03-10T18:21:55.622Z | Downloaded itertools v0.14.0 |
| 384 | 2026-03-10T18:21:55.627Z | Downloaded reqwest v0.13.2 |
| 385 | 2026-03-10T18:21:55.631Z | Downloaded icu_properties_data v2.1.2 |
| 386 | 2026-03-10T18:21:55.637Z | Downloaded hyper v1.8.1 |
| 387 | 2026-03-10T18:21:55.642Z | Downloaded reqwest v0.12.28 |
| 388 | 2026-03-10T18:21:55.645Z | Downloaded h2 v0.4.13 |
| 389 | 2026-03-10T18:21:55.650Z | Downloaded serde_with v3.17.0 |
| 390 | 2026-03-10T18:21:55.658Z | Downloaded hashbrown v0.16.1 |
| 391 | 2026-03-10T18:21:55.670Z | Downloaded aws-lc-rs v1.16.0 |
| 392 | 2026-03-10T18:21:55.676Z | Downloaded rustls-webpki v0.102.8 |
| 393 | 2026-03-10T18:21:55.689Z | Downloaded winnow v0.7.14 |
| 394 | 2026-03-10T18:21:55.696Z | Downloaded chrono v0.4.44 |
| 395 | 2026-03-10T18:21:55.701Z | Downloaded zerocopy v0.8.40 |
| 396 | 2026-03-10T18:21:55.708Z | Downloaded goblin v0.10.5 |
| 397 | 2026-03-10T18:21:55.713Z | Downloaded time v0.3.47 |
| 398 | 2026-03-10T18:21:55.721Z | Downloaded quinn-proto v0.11.13 |
| 399 | 2026-03-10T18:21:55.755Z | Downloaded dropshot v0.16.7 |
| 400 | 2026-03-10T18:21:55.770Z | Downloaded syn v2.0.117 |
| 401 | 2026-03-10T18:21:55.781Z | Downloaded rustls v0.23.37 |
| 402 | 2026-03-10T18:21:55.790Z | Downloaded tracing v0.1.44 |
| 403 | 2026-03-10T18:21:55.803Z | Downloaded openapiv3 v2.2.0 |
| 404 | 2026-03-10T18:21:55.810Z | Downloaded regress v0.10.5 |
| 405 | 2026-03-10T18:21:55.816Z | Downloaded regex-syntax v0.8.10 |
| 406 | 2026-03-10T18:21:55.822Z | Downloaded rustls v0.22.4 |
| 407 | 2026-03-10T18:21:55.830Z | Downloaded rustix v1.1.3 |
| 408 | 2026-03-10T18:21:55.889Z | Downloaded regex-automata v0.4.14 |
| 409 | 2026-03-10T18:21:55.929Z | Downloaded libc v0.2.180 |
| 410 | 2026-03-10T18:21:55.952Z | Downloaded tokio v1.49.0 |
| 411 | 2026-03-10T18:21:56.021Z | Downloaded ring v0.17.14 |
| 412 | 2026-03-10T18:21:56.050Z | Downloaded encoding_rs v0.8.35 |
| 413 | 2026-03-10T18:21:56.978Z | Downloaded aws-lc-sys v0.37.1 |
| 414 | 2026-03-10T18:21:57.218Z | Compiling proc-macro2 v1.0.106 |
| 415 | 2026-03-10T18:21:57.218Z | Compiling quote v1.0.44 |
| 416 | 2026-03-10T18:21:57.221Z | Compiling unicode-ident v1.0.24 |
| 417 | 2026-03-10T18:21:57.221Z | Compiling libc v0.2.180 |
| 418 | 2026-03-10T18:21:57.221Z | Checking cfg-if v1.0.4 |
| 419 | 2026-03-10T18:21:57.221Z | Compiling serde_core v1.0.228 |
| 420 | 2026-03-10T18:21:57.221Z | Checking memchr v2.8.0 |
| 421 | 2026-03-10T18:21:57.334Z | Checking itoa v1.0.17 |
| 422 | 2026-03-10T18:21:57.437Z | Compiling serde v1.0.228 |
| 423 | 2026-03-10T18:21:57.506Z | Compiling zmij v1.0.21 |
| 424 | 2026-03-10T18:21:57.564Z | Compiling serde_json v1.0.149 |
| 425 | 2026-03-10T18:21:57.871Z | Compiling shlex v1.3.0 |
| 426 | 2026-03-10T18:21:58.081Z | Checking pin-project-lite v0.2.17 |
| 427 | 2026-03-10T18:21:58.183Z | Compiling find-msvc-tools v0.1.9 |
| 428 | 2026-03-10T18:21:58.262Z | Checking smallvec v1.15.1 |
| 429 | 2026-03-10T18:21:58.299Z | Checking futures-core v0.3.32 |
| 430 | 2026-03-10T18:21:58.433Z | Checking bytes v1.11.1 |
| 431 | 2026-03-10T18:21:58.461Z | Compiling parking_lot_core v0.9.12 |
| 432 | 2026-03-10T18:21:58.580Z | Checking scopeguard v1.2.0 |
| 433 | 2026-03-10T18:21:58.687Z | Checking once_cell v1.21.3 |
| 434 | 2026-03-10T18:21:58.737Z | Checking errno v0.3.14 |
| 435 | 2026-03-10T18:21:58.778Z | Compiling jobserver v0.1.34 |
| 436 | 2026-03-10T18:21:58.867Z | Checking lock_api v0.4.14 |
| 437 | 2026-03-10T18:21:58.892Z | Checking futures-sink v0.3.32 |
| 438 | 2026-03-10T18:21:58.993Z | Checking stable_deref_trait v1.2.1 |
| 439 | 2026-03-10T18:21:59.006Z | Checking signal-hook-registry v1.4.8 |
| 440 | 2026-03-10T18:21:59.069Z | Compiling cc v1.2.56 |
| 441 | 2026-03-10T18:21:59.127Z | Checking parking_lot v0.12.5 |
| 442 | 2026-03-10T18:21:59.186Z | Checking mio v1.1.1 |
| 443 | 2026-03-10T18:21:59.199Z | Checking socket2 v0.6.2 |
| 444 | 2026-03-10T18:21:59.241Z | Compiling getrandom v0.4.1 |
| 445 | 2026-03-10T18:21:59.308Z | Compiling syn v2.0.117 |
| 446 | 2026-03-10T18:21:59.351Z | Checking slab v0.4.12 |
| 447 | 2026-03-10T18:21:59.380Z | Compiling autocfg v1.5.0 |
| 448 | 2026-03-10T18:21:59.497Z | Checking zeroize v1.8.2 |
| 449 | 2026-03-10T18:21:59.538Z | Checking futures-channel v0.3.32 |
| 450 | 2026-03-10T18:21:59.552Z | Checking foldhash v0.2.0 |
| 451 | 2026-03-10T18:21:59.582Z | Checking allocator-api2 v0.2.21 |
| 452 | 2026-03-10T18:21:59.659Z | Checking equivalent v1.0.2 |
| 453 | 2026-03-10T18:21:59.730Z | Checking rustls-pki-types v1.14.0 |
| 454 | 2026-03-10T18:21:59.775Z | Checking http v1.4.0 |
| 455 | 2026-03-10T18:21:59.849Z | Compiling num-traits v0.2.19 |
| 456 | 2026-03-10T18:21:59.887Z | Compiling thiserror v2.0.18 |
| 457 | 2026-03-10T18:21:59.944Z | Checking hashbrown v0.16.1 |
| 458 | 2026-03-10T18:22:00.100Z | Compiling cmake v0.1.57 |
| 459 | 2026-03-10T18:22:00.298Z | Checking futures-io v0.3.32 |
| 460 | 2026-03-10T18:22:00.310Z | Compiling fs_extra v1.3.0 |
| 461 | 2026-03-10T18:22:00.429Z | Compiling rustversion v1.0.22 |
| 462 | 2026-03-10T18:22:00.541Z | Compiling dunce v1.0.5 |
| 463 | 2026-03-10T18:22:00.610Z | Checking futures-task v0.3.32 |
| 464 | 2026-03-10T18:22:00.627Z | Compiling zerocopy v0.8.40 |
| 465 | 2026-03-10T18:22:00.839Z | Compiling aws-lc-sys v0.37.1 |
| 466 | 2026-03-10T18:22:00.886Z | Checking log v0.4.29 |
| 467 | 2026-03-10T18:22:00.921Z | Checking untrusted v0.9.0 |
| 468 | 2026-03-10T18:22:00.985Z | Compiling version_check v0.9.5 |
| 469 | 2026-03-10T18:22:01.045Z | Checking fnv v1.0.7 |
| 470 | 2026-03-10T18:22:01.190Z | Checking litemap v0.8.1 |
| 471 | 2026-03-10T18:22:01.325Z | Compiling httparse v1.10.1 |
| 472 | 2026-03-10T18:22:01.336Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-03-10T18:22:01.386Z | Checking writeable v0.6.2 |
| 474 | 2026-03-10T18:22:01.546Z | Checking iana-time-zone v0.1.65 |
| 475 | 2026-03-10T18:22:01.613Z | Compiling pest v2.8.6 |
| 476 | 2026-03-10T18:22:01.652Z | Checking indexmap v2.13.0 |
| 477 | 2026-03-10T18:22:01.803Z | Checking http-body v1.0.1 |
| 478 | 2026-03-10T18:22:01.955Z | Checking tracing-core v0.1.36 |
| 479 | 2026-03-10T18:22:01.974Z | Checking atomic-waker v1.1.2 |
| 480 | 2026-03-10T18:22:02.037Z | Compiling aws-lc-rs v1.16.0 |
| 481 | 2026-03-10T18:22:02.078Z | Compiling icu_properties_data v2.1.2 |
| 482 | 2026-03-10T18:22:02.345Z | Compiling schemars v0.8.22 |
| 483 | 2026-03-10T18:22:02.349Z | Compiling icu_normalizer_data v2.1.1 |
| 484 | 2026-03-10T18:22:02.397Z | Checking bitflags v2.11.0 |
| 485 | 2026-03-10T18:22:02.497Z | Checking percent-encoding v2.3.2 |
| 486 | 2026-03-10T18:22:02.578Z | Checking tracing v0.1.44 |
| 487 | 2026-03-10T18:22:02.640Z | Checking uuid v1.21.0 |
| 488 | 2026-03-10T18:22:02.672Z | Checking semver v1.0.27 |
| 489 | 2026-03-10T18:22:02.800Z | Checking base64 v0.22.1 |
| 490 | 2026-03-10T18:22:02.877Z | Checking try-lock v0.2.5 |
| 491 | 2026-03-10T18:22:02.922Z | Checking tower-layer v0.3.3 |
| 492 | 2026-03-10T18:22:02.982Z | Checking subtle v2.6.1 |
| 493 | 2026-03-10T18:22:03.004Z | Checking tower-service v0.3.3 |
| 494 | 2026-03-10T18:22:03.108Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-03-10T18:22:03.112Z | Checking dyn-clone v1.0.20 |
| 496 | 2026-03-10T18:22:03.112Z | Checking want v0.3.1 |
| 497 | 2026-03-10T18:22:03.209Z | Compiling synstructure v0.13.2 |
| 498 | 2026-03-10T18:22:03.222Z | Compiling serde_derive_internals v0.29.1 |
| 499 | 2026-03-10T18:22:03.305Z | Checking getrandom v0.2.17 |
| 500 | 2026-03-10T18:22:03.401Z | Checking httpdate v1.0.3 |
| 501 | 2026-03-10T18:22:03.463Z | Compiling heck v0.5.0 |
| 502 | 2026-03-10T18:22:03.572Z | Checking pin-utils v0.1.0 |
| 503 | 2026-03-10T18:22:03.625Z | Checking form_urlencoded v1.2.2 |
| 504 | 2026-03-10T18:22:03.643Z | Compiling slog v2.8.2 |
| 505 | 2026-03-10T18:22:03.716Z | Checking ipnet v2.11.0 |
| 506 | 2026-03-10T18:22:03.863Z | Compiling pest_generator v2.8.6 |
| 507 | 2026-03-10T18:22:03.909Z | Compiling typenum v1.19.0 |
| 508 | 2026-03-10T18:22:03.994Z | Compiling getrandom v0.3.4 |
| 509 | 2026-03-10T18:22:04.219Z | Compiling rustls v0.23.37 |
| 510 | 2026-03-10T18:22:04.319Z | Compiling generic-array v0.14.7 |
| 511 | 2026-03-10T18:22:04.363Z | Compiling ring v0.17.14 |
| 512 | 2026-03-10T18:22:04.415Z | Checking sync_wrapper v1.0.2 |
| 513 | 2026-03-10T18:22:04.526Z | Compiling paste v1.0.15 |
| 514 | 2026-03-10T18:22:04.588Z | Checking utf8_iter v1.0.4 |
| 515 | 2026-03-10T18:22:04.726Z | Checking ryu v1.0.23 |
| 516 | 2026-03-10T18:22:04.943Z | Checking http-body-util v0.1.3 |
| 517 | 2026-03-10T18:22:04.997Z | Compiling time-core v0.1.8 |
| 518 | 2026-03-10T18:22:05.042Z | Compiling rustix v1.1.3 |
| 519 | 2026-03-10T18:22:05.076Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-03-10T18:22:05.174Z | Compiling zerofrom-derive v0.1.6 |
| 521 | 2026-03-10T18:22:05.201Z | Compiling yoke-derive v0.8.1 |
| 522 | 2026-03-10T18:22:05.486Z | Compiling zerocopy-derive v0.8.40 |
| 523 | 2026-03-10T18:22:05.595Z | Compiling tokio-macros v2.6.0 |
| 524 | 2026-03-10T18:22:06.103Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-03-10T18:22:06.526Z | Checking tokio v1.49.0 |
| 526 | 2026-03-10T18:22:06.560Z | Compiling displaydoc v0.2.5 |
| 527 | 2026-03-10T18:22:06.766Z | Checking zerofrom v0.1.6 |
| 528 | 2026-03-10T18:22:06.903Z | Checking yoke v0.8.1 |
| 529 | 2026-03-10T18:22:07.106Z | Compiling futures-macro v0.3.32 |
| 530 | 2026-03-10T18:22:07.272Z | Compiling thiserror-impl v2.0.18 |
| 531 | 2026-03-10T18:22:07.488Z | Checking zerovec v0.11.5 |
| 532 | 2026-03-10T18:22:08.069Z | Checking tinystr v0.8.2 |
| 533 | 2026-03-10T18:22:08.150Z | Checking futures-util v0.3.32 |
| 534 | 2026-03-10T18:22:08.296Z | Checking icu_locale_core v2.1.1 |
| 535 | 2026-03-10T18:22:08.875Z | Checking potential_utf v0.1.4 |
| 536 | 2026-03-10T18:22:09.008Z | Checking zerotrie v0.2.3 |
| 537 | 2026-03-10T18:22:09.022Z | Checking icu_collections v2.1.1 |
| 538 | 2026-03-10T18:22:09.137Z | Checking chrono v0.4.44 |
| 539 | 2026-03-10T18:22:09.298Z | Checking icu_provider v2.1.1 |
| 540 | 2026-03-10T18:22:09.393Z | Compiling schemars_derive v0.8.22 |
| 541 | 2026-03-10T18:22:09.583Z | Checking icu_properties v2.1.2 |
| 542 | 2026-03-10T18:22:10.029Z | Checking icu_normalizer v2.1.1 |
| 543 | 2026-03-10T18:22:10.268Z | Compiling pest_derive v2.8.6 |
| 544 | 2026-03-10T18:22:10.414Z | Compiling serde_tokenstream v0.2.3 |
| 545 | 2026-03-10T18:22:10.557Z | Checking tokio-util v0.7.18 |
| 546 | 2026-03-10T18:22:10.685Z | Checking idna_adapter v1.2.1 |
| 547 | 2026-03-10T18:22:10.752Z | Checking erased-serde v0.3.31 |
| 548 | 2026-03-10T18:22:10.818Z | Checking idna v1.1.0 |
| 549 | 2026-03-10T18:22:10.876Z | Checking tower v0.5.3 |
| 550 | 2026-03-10T18:22:10.879Z | Checking serde_urlencoded v0.7.1 |
| 551 | 2026-03-10T18:22:11.094Z | Checking h2 v0.4.13 |
| 552 | 2026-03-10T18:22:11.228Z | Compiling scroll_derive v0.13.1 |
| 553 | 2026-03-10T18:22:11.373Z | Compiling structmeta-derive v0.3.0 |
| 554 | 2026-03-10T18:22:11.648Z | Compiling usdt-impl v0.6.0 |
| 555 | 2026-03-10T18:22:11.680Z | Checking ppv-lite86 v0.2.21 |
| 556 | 2026-03-10T18:22:11.939Z | Checking powerfmt v0.2.0 |
| 557 | 2026-03-10T18:22:11.953Z | Checking iri-string v0.7.10 |
| 558 | 2026-03-10T18:22:12.087Z | Checking fastrand v2.3.0 |
| 559 | 2026-03-10T18:22:12.122Z | Compiling num-conv v0.2.0 |
| 560 | 2026-03-10T18:22:12.285Z | Compiling time-macros v0.2.27 |
| 561 | 2026-03-10T18:22:12.305Z | Checking deranged v0.5.8 |
| 562 | 2026-03-10T18:22:12.318Z | Checking scroll v0.13.0 |
| 563 | 2026-03-10T18:22:12.780Z | Compiling structmeta v0.3.0 |
| 564 | 2026-03-10T18:22:13.018Z | Checking ipnetwork v0.21.1 |
| 565 | 2026-03-10T18:22:13.022Z | Checking url v2.5.8 |
| 566 | 2026-03-10T18:22:13.250Z | Compiling dtrace-parser v0.3.0 |
| 567 | 2026-03-10T18:22:13.405Z | Checking tower-http v0.6.8 |
| 568 | 2026-03-10T18:22:13.588Z | Checking hyper v1.8.1 |
| 569 | 2026-03-10T18:22:13.628Z | Checking rand_core v0.9.5 |
| 570 | 2026-03-10T18:22:13.829Z | Compiling thread-id v5.1.0 |
| 571 | 2026-03-10T18:22:13.859Z | Checking plain v0.2.3 |
| 572 | 2026-03-10T18:22:13.918Z | Compiling ident_case v1.0.1 |
| 573 | 2026-03-10T18:22:14.053Z | Compiling crossbeam-utils v0.8.21 |
| 574 | 2026-03-10T18:22:14.112Z | Compiling strsim v0.11.1 |
| 575 | 2026-03-10T18:22:14.243Z | Checking num_threads v0.1.7 |
| 576 | 2026-03-10T18:22:14.267Z | Compiling byteorder v1.5.0 |
| 577 | 2026-03-10T18:22:14.369Z | Checking regex-syntax v0.8.10 |
| 578 | 2026-03-10T18:22:14.428Z | Checking openssl-probe v0.2.1 |
| 579 | 2026-03-10T18:22:14.499Z | Compiling darling_core v0.21.3 |
| 580 | 2026-03-10T18:22:14.512Z | Checking time v0.3.47 |
| 581 | 2026-03-10T18:22:14.541Z | Checking rustls-native-certs v0.8.3 |
| 582 | 2026-03-10T18:22:14.683Z | Checking goblin v0.10.5 |
| 583 | 2026-03-10T18:22:14.753Z | Checking hyper-util v0.1.20 |
| 584 | 2026-03-10T18:22:15.644Z | Compiling dof v0.4.0 |
| 585 | 2026-03-10T18:22:16.017Z | Checking oxnet v0.1.4 |
| 586 | 2026-03-10T18:22:16.157Z | Checking newtype-uuid v1.3.2 |
| 587 | 2026-03-10T18:22:16.347Z | Compiling daft-derive v0.1.5 |
| 588 | 2026-03-10T18:22:16.360Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-03-10T18:22:16.494Z | Compiling rustls v0.22.4 |
| 590 | 2026-03-10T18:22:17.298Z | Checking pretty-hex v0.4.1 |
| 591 | 2026-03-10T18:22:17.407Z | Compiling omicron-workspace-hack v0.1.0 |
| 592 | 2026-03-10T18:22:17.432Z | Checking daft v0.1.5 |
| 593 | 2026-03-10T18:22:17.485Z | Compiling darling_macro v0.21.3 |
| 594 | 2026-03-10T18:22:17.608Z | Checking rustls-webpki v0.102.8 |
| 595 | 2026-03-10T18:22:17.696Z | Checking tempfile v3.25.0 |
| 596 | 2026-03-10T18:22:18.156Z | Checking block-buffer v0.10.4 |
| 597 | 2026-03-10T18:22:18.233Z | Checking crypto-common v0.1.7 |
| 598 | 2026-03-10T18:22:18.298Z | Checking rand_chacha v0.9.0 |
| 599 | 2026-03-10T18:22:18.361Z | Checking rand_core v0.6.4 |
| 600 | 2026-03-10T18:22:18.374Z | Compiling multer v3.1.0 |
| 601 | 2026-03-10T18:22:18.491Z | Checking wait-timeout v0.2.1 |
| 602 | 2026-03-10T18:22:18.602Z | Checking thread_local v1.1.9 |
| 603 | 2026-03-10T18:22:18.623Z | Compiling slog-async v2.8.0 |
| 604 | 2026-03-10T18:22:18.645Z | Checking bit-vec v0.8.0 |
| 605 | 2026-03-10T18:22:18.794Z | Checking winnow v0.7.14 |
| 606 | 2026-03-10T18:22:18.883Z | Checking quick-error v1.2.3 |
| 607 | 2026-03-10T18:22:18.980Z | Compiling ref-cast v1.0.25 |
| 608 | 2026-03-10T18:22:18.993Z | Compiling regex-automata v0.4.14 |
| 609 | 2026-03-10T18:22:19.204Z | Checking match_cfg v0.1.0 |
| 610 | 2026-03-10T18:22:19.276Z | Compiling anyhow v1.0.102 |
| 611 | 2026-03-10T18:22:19.371Z | Compiling camino v1.2.2 |
| 612 | 2026-03-10T18:22:19.470Z | Compiling thiserror v1.0.69 |
| 613 | 2026-03-10T18:22:19.931Z | Checking hostname v0.3.1 |
| 614 | 2026-03-10T18:22:19.971Z | Checking rusty-fork v0.3.1 |
| 615 | 2026-03-10T18:22:20.068Z | Checking bit-set v0.8.0 |
| 616 | 2026-03-10T18:22:20.130Z | Checking rand_chacha v0.3.1 |
| 617 | 2026-03-10T18:22:20.169Z | Checking rand v0.9.2 |
| 618 | 2026-03-10T18:22:20.243Z | Checking crossbeam-channel v0.5.15 |
| 619 | 2026-03-10T18:22:20.304Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 620 | 2026-03-10T18:22:20.367Z | Checking digest v0.10.7 |
| 621 | 2026-03-10T18:22:20.574Z | Compiling darling v0.21.3 |
| 622 | 2026-03-10T18:22:20.672Z | Compiling usdt-attr-macro v0.6.0 |
| 623 | 2026-03-10T18:22:20.688Z | Compiling usdt-macro v0.6.0 |
| 624 | 2026-03-10T18:22:20.711Z | Checking slog-json v2.6.1 |
| 625 | 2026-03-10T18:22:20.764Z | Checking rand_xorshift v0.4.0 |
| 626 | 2026-03-10T18:22:20.890Z | Compiling derive-ex v0.1.8 |
| 627 | 2026-03-10T18:22:20.903Z | Checking futures-executor v0.3.32 |
| 628 | 2026-03-10T18:22:21.068Z | Compiling async-stream-impl v0.3.6 |
| 629 | 2026-03-10T18:22:21.521Z | Compiling regex v1.12.3 |
| 630 | 2026-03-10T18:22:21.580Z | Compiling strum_macros v0.26.4 |
| 631 | 2026-03-10T18:22:21.710Z | Compiling thiserror-impl v1.0.69 |
| 632 | 2026-03-10T18:22:21.871Z | Compiling ref-cast-impl v1.0.25 |
| 633 | 2026-03-10T18:22:22.064Z | Compiling dropshot v0.16.7 |
| 634 | 2026-03-10T18:22:22.349Z | Checking serde_spanned v1.0.4 |
| 635 | 2026-03-10T18:22:22.501Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 636 | 2026-03-10T18:22:22.610Z | Checking memmap2 v0.9.10 |
| 637 | 2026-03-10T18:22:22.624Z | Checking is-terminal v0.4.17 |
| 638 | 2026-03-10T18:22:22.638Z | Checking encoding_rs v0.8.35 |
| 639 | 2026-03-10T18:22:22.719Z | Checking take_mut v0.2.2 |
| 640 | 2026-03-10T18:22:22.748Z | Checking spin v0.9.8 |
| 641 | 2026-03-10T18:22:22.807Z | Checking mime v0.3.17 |
| 642 | 2026-03-10T18:22:22.834Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 643 | 2026-03-10T18:22:22.875Z | Checking unarray v0.1.4 |
| 644 | 2026-03-10T18:22:22.991Z | Checking cpufeatures v0.2.17 |
| 645 | 2026-03-10T18:22:23.006Z | Checking hex v0.4.3 |
| 646 | 2026-03-10T18:22:23.057Z | Checking term v1.2.1 |
| 647 | 2026-03-10T18:22:23.069Z | Checking sha1 v0.10.6 |
| 648 | 2026-03-10T18:22:23.256Z | Checking toml v0.9.12+spec-1.1.0 |
| 649 | 2026-03-10T18:22:23.298Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 650 | 2026-03-10T18:22:23.329Z | Checking slog-term v2.9.2 |
| 651 | 2026-03-10T18:22:23.389Z | Compiling test-strategy v0.4.5 |
| 652 | 2026-03-10T18:22:23.402Z | Compiling dropshot_endpoint v0.16.7 |
| 653 | 2026-03-10T18:22:23.458Z | Checking proptest v1.10.0 |
| 654 | 2026-03-10T18:22:23.797Z | Checking strum v0.26.3 |
| 655 | 2026-03-10T18:22:23.857Z | Checking usdt v0.6.0 |
| 656 | 2026-03-10T18:22:23.915Z | Checking tokio-rustls v0.25.0 |
| 657 | 2026-03-10T18:22:24.062Z | Compiling parse-display-derive v0.10.0 |
| 658 | 2026-03-10T18:22:24.141Z | Checking async-stream v0.3.6 |
| 659 | 2026-03-10T18:22:24.193Z | Checking futures v0.3.32 |
| 660 | 2026-03-10T18:22:24.276Z | Checking slog-bunyan v2.5.0 |
| 661 | 2026-03-10T18:22:24.297Z | Compiling serde_with_macros v3.17.0 |
| 662 | 2026-03-10T18:22:24.400Z | Checking rand v0.8.5 |
| 663 | 2026-03-10T18:22:25.100Z | Checking reqwest v0.12.28 |
| 664 | 2026-03-10T18:22:25.166Z | Checking backon v1.6.0 |
| 665 | 2026-03-10T18:22:25.218Z | Compiling newtype-uuid-macros v0.1.0 |
| 666 | 2026-03-10T18:22:25.363Z | Checking openapiv3 v2.2.0 |
| 667 | 2026-03-10T18:22:25.586Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 668 | 2026-03-10T18:22:25.710Z | Compiling strum_macros v0.27.2 |
| 669 | 2026-03-10T18:22:25.787Z | Compiling async-trait v0.1.89 |
| 670 | 2026-03-10T18:22:25.800Z | Checking waitgroup v0.1.2 |
| 671 | 2026-03-10T18:22:25.905Z | Checking serde_path_to_error v0.1.20 |
| 672 | 2026-03-10T18:22:26.071Z | Checking rustls-pemfile v2.2.0 |
| 673 | 2026-03-10T18:22:26.138Z | Checking hostname v0.4.2 |
| 674 | 2026-03-10T18:22:26.219Z | Checking instant v0.1.13 |
| 675 | 2026-03-10T18:22:26.232Z | Checking either v1.15.0 |
| 676 | 2026-03-10T18:22:26.245Z | Checking rustc-hash v2.1.1 |
| 677 | 2026-03-10T18:22:26.266Z | Checking debug-ignore v1.0.5 |
| 678 | 2026-03-10T18:22:26.307Z | Checking backoff v0.4.0 |
| 679 | 2026-03-10T18:22:26.367Z | Checking iddqd v0.3.17 |
| 680 | 2026-03-10T18:22:26.380Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 681 | 2026-03-10T18:22:26.462Z | Checking itertools v0.14.0 |
| 682 | 2026-03-10T18:22:26.502Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 683 | 2026-03-10T18:22:26.619Z | Checking parse-display v0.10.0 |
| 684 | 2026-03-10T18:22:26.785Z | Checking progenitor-client v0.10.0 |
| 685 | 2026-03-10T18:22:26.865Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 686 | 2026-03-10T18:22:27.024Z | Checking serde_with v3.17.0 |
| 687 | 2026-03-10T18:22:27.099Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 688 | 2026-03-10T18:22:27.312Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 689 | 2026-03-10T18:22:27.484Z | Checking macaddr v1.0.1 |
| 690 | 2026-03-10T18:22:27.709Z | Checking regress v0.10.5 |
| 691 | 2026-03-10T18:22:28.156Z | Checking strum v0.27.2 |
| 692 | 2026-03-10T18:22:33.162Z | Checking rustls-webpki v0.103.9 |
| 693 | 2026-03-10T18:22:36.118Z | Checking tokio-rustls v0.26.4 |
| 694 | 2026-03-10T18:22:36.121Z | Checking rustls-platform-verifier v0.6.2 |
| 695 | 2026-03-10T18:22:36.353Z | Checking hyper-rustls v0.27.7 |
| 696 | 2026-03-10T18:22:36.525Z | Checking reqwest v0.13.2 |
| 697 | 2026-03-10T18:22:37.242Z | Checking progenitor-client v0.13.0 |
| 698 | 2026-03-10T18:22:37.464Z | Checking progenitor-extras v0.1.1 |
| 699 | 2026-03-10T18:22:37.684Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 700 | 2026-03-10T18:22:43.457Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 701 | 2026-03-10T18:22:43.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.54s |
| 702 | 2026-03-10T18:22:43.667Z | + cargo build --release |
| 703 | 2026-03-10T18:22:43.921Z | Compiling proc-macro2 v1.0.106 |
| 704 | 2026-03-10T18:22:43.921Z | Compiling quote v1.0.44 |
| 705 | 2026-03-10T18:22:43.924Z | Compiling unicode-ident v1.0.24 |
| 706 | 2026-03-10T18:22:43.924Z | Compiling libc v0.2.180 |
| 707 | 2026-03-10T18:22:43.924Z | Compiling cfg-if v1.0.4 |
| 708 | 2026-03-10T18:22:43.924Z | Compiling serde_core v1.0.228 |
| 709 | 2026-03-10T18:22:43.924Z | Compiling memchr v2.8.0 |
| 710 | 2026-03-10T18:22:43.924Z | Compiling itoa v1.0.17 |
| 711 | 2026-03-10T18:22:44.026Z | Compiling zmij v1.0.21 |
| 712 | 2026-03-10T18:22:44.081Z | Compiling serde v1.0.228 |
| 713 | 2026-03-10T18:22:44.263Z | Compiling serde_json v1.0.149 |
| 714 | 2026-03-10T18:22:44.349Z | Compiling shlex v1.3.0 |
| 715 | 2026-03-10T18:22:44.380Z | Compiling pin-project-lite v0.2.17 |
| 716 | 2026-03-10T18:22:44.517Z | Compiling find-msvc-tools v0.1.9 |
| 717 | 2026-03-10T18:22:44.560Z | Compiling smallvec v1.15.1 |
| 718 | 2026-03-10T18:22:44.796Z | Compiling futures-core v0.3.32 |
| 719 | 2026-03-10T18:22:44.857Z | Compiling bytes v1.11.1 |
| 720 | 2026-03-10T18:22:44.973Z | Compiling jobserver v0.1.34 |
| 721 | 2026-03-10T18:22:45.010Z | Compiling errno v0.3.14 |
| 722 | 2026-03-10T18:22:45.017Z | Compiling parking_lot_core v0.9.12 |
| 723 | 2026-03-10T18:22:45.023Z | Compiling once_cell v1.21.3 |
| 724 | 2026-03-10T18:22:45.303Z | Compiling cc v1.2.56 |
| 725 | 2026-03-10T18:22:45.351Z | Compiling scopeguard v1.2.0 |
| 726 | 2026-03-10T18:22:45.438Z | Compiling syn v2.0.117 |
| 727 | 2026-03-10T18:22:45.468Z | Compiling lock_api v0.4.14 |
| 728 | 2026-03-10T18:22:45.519Z | Compiling futures-sink v0.3.32 |
| 729 | 2026-03-10T18:22:45.636Z | Compiling stable_deref_trait v1.2.1 |
| 730 | 2026-03-10T18:22:45.717Z | Compiling signal-hook-registry v1.4.8 |
| 731 | 2026-03-10T18:22:45.775Z | Compiling parking_lot v0.12.5 |
| 732 | 2026-03-10T18:22:45.964Z | Compiling mio v1.1.1 |
| 733 | 2026-03-10T18:22:46.030Z | Compiling socket2 v0.6.2 |
| 734 | 2026-03-10T18:22:46.105Z | Compiling autocfg v1.5.0 |
| 735 | 2026-03-10T18:22:46.376Z | Compiling slab v0.4.12 |
| 736 | 2026-03-10T18:22:46.559Z | Compiling getrandom v0.4.1 |
| 737 | 2026-03-10T18:22:46.626Z | Compiling zeroize v1.8.2 |
| 738 | 2026-03-10T18:22:46.871Z | Compiling num-traits v0.2.19 |
| 739 | 2026-03-10T18:22:46.923Z | Compiling futures-channel v0.3.32 |
| 740 | 2026-03-10T18:22:46.974Z | Compiling thiserror v2.0.18 |
| 741 | 2026-03-10T18:22:46.974Z | Compiling equivalent v1.0.2 |
| 742 | 2026-03-10T18:22:47.042Z | Compiling foldhash v0.2.0 |
| 743 | 2026-03-10T18:22:47.061Z | Compiling allocator-api2 v0.2.21 |
| 744 | 2026-03-10T18:22:47.311Z | Compiling rustls-pki-types v1.14.0 |
| 745 | 2026-03-10T18:22:47.320Z | Compiling cmake v0.1.57 |
| 746 | 2026-03-10T18:22:47.328Z | Compiling http v1.4.0 |
| 747 | 2026-03-10T18:22:47.374Z | Compiling rustversion v1.0.22 |
| 748 | 2026-03-10T18:22:47.381Z | Compiling zerocopy v0.8.40 |
| 749 | 2026-03-10T18:22:47.547Z | Compiling hashbrown v0.16.1 |
| 750 | 2026-03-10T18:22:47.743Z | Compiling futures-task v0.3.32 |
| 751 | 2026-03-10T18:22:47.858Z | Compiling dunce v1.0.5 |
| 752 | 2026-03-10T18:22:47.942Z | Compiling fs_extra v1.3.0 |
| 753 | 2026-03-10T18:22:47.957Z | Compiling futures-io v0.3.32 |
| 754 | 2026-03-10T18:22:48.248Z | Compiling aws-lc-sys v0.37.1 |
| 755 | 2026-03-10T18:22:48.270Z | Compiling log v0.4.29 |
| 756 | 2026-03-10T18:22:48.359Z | Compiling untrusted v0.9.0 |
| 757 | 2026-03-10T18:22:48.498Z | Compiling version_check v0.9.5 |
| 758 | 2026-03-10T18:22:48.508Z | Compiling fnv v1.0.7 |
| 759 | 2026-03-10T18:22:48.841Z | Compiling writeable v0.6.2 |
| 760 | 2026-03-10T18:22:49.139Z | Compiling ucd-trie v0.1.7 |
| 761 | 2026-03-10T18:22:49.256Z | Compiling litemap v0.8.1 |
| 762 | 2026-03-10T18:22:49.363Z | Compiling httparse v1.10.1 |
| 763 | 2026-03-10T18:22:49.405Z | Compiling synstructure v0.13.2 |
| 764 | 2026-03-10T18:22:49.713Z | Compiling iana-time-zone v0.1.65 |
| 765 | 2026-03-10T18:22:49.835Z | Compiling serde_derive_internals v0.29.1 |
| 766 | 2026-03-10T18:22:49.957Z | Compiling pest v2.8.6 |
| 767 | 2026-03-10T18:22:50.049Z | Compiling indexmap v2.13.0 |
| 768 | 2026-03-10T18:22:50.114Z | Compiling http-body v1.0.1 |
| 769 | 2026-03-10T18:22:50.290Z | Compiling tracing-core v0.1.36 |
| 770 | 2026-03-10T18:22:50.396Z | Compiling schemars v0.8.22 |
| 771 | 2026-03-10T18:22:50.684Z | Compiling atomic-waker v1.1.2 |
| 772 | 2026-03-10T18:22:50.823Z | Compiling icu_properties_data v2.1.2 |
| 773 | 2026-03-10T18:22:50.826Z | Compiling icu_normalizer_data v2.1.1 |
| 774 | 2026-03-10T18:22:51.097Z | Compiling bitflags v2.11.0 |
| 775 | 2026-03-10T18:22:51.103Z | Compiling percent-encoding v2.3.2 |
| 776 | 2026-03-10T18:22:51.153Z | Compiling aws-lc-rs v1.16.0 |
| 777 | 2026-03-10T18:22:51.192Z | Compiling tracing v0.1.44 |
| 778 | 2026-03-10T18:22:51.249Z | Compiling serde_derive v1.0.228 |
| 779 | 2026-03-10T18:22:51.401Z | Compiling zerofrom-derive v0.1.6 |
| 780 | 2026-03-10T18:22:51.530Z | Compiling yoke-derive v0.8.1 |
| 781 | 2026-03-10T18:22:51.560Z | Compiling zerocopy-derive v0.8.40 |
| 782 | 2026-03-10T18:22:51.594Z | Compiling tokio-macros v2.6.0 |
| 783 | 2026-03-10T18:22:51.620Z | Compiling zerovec-derive v0.11.2 |
| 784 | 2026-03-10T18:22:51.638Z | Compiling displaydoc v0.2.5 |
| 785 | 2026-03-10T18:22:52.532Z | Compiling tokio v1.49.0 |
| 786 | 2026-03-10T18:22:52.567Z | Compiling futures-macro v0.3.32 |
| 787 | 2026-03-10T18:22:52.863Z | Compiling thiserror-impl v2.0.18 |
| 788 | 2026-03-10T18:22:53.000Z | Compiling zerofrom v0.1.6 |
| 789 | 2026-03-10T18:22:53.039Z | Compiling pest_meta v2.8.6 |
| 790 | 2026-03-10T18:22:53.145Z | Compiling yoke v0.8.1 |
| 791 | 2026-03-10T18:22:53.368Z | Compiling zerovec v0.11.5 |
| 792 | 2026-03-10T18:22:53.616Z | Compiling futures-util v0.3.32 |
| 793 | 2026-03-10T18:22:54.118Z | Compiling tinystr v0.8.2 |
| 794 | 2026-03-10T18:22:54.382Z | Compiling icu_locale_core v2.1.1 |
| 795 | 2026-03-10T18:22:54.497Z | Compiling potential_utf v0.1.4 |
| 796 | 2026-03-10T18:22:54.699Z | Compiling zerotrie v0.2.3 |
| 797 | 2026-03-10T18:22:54.812Z | Compiling icu_collections v2.1.1 |
| 798 | 2026-03-10T18:22:55.681Z | Compiling chrono v0.4.44 |
| 799 | 2026-03-10T18:22:55.681Z | Compiling icu_provider v2.1.1 |
| 800 | 2026-03-10T18:22:55.897Z | Compiling schemars_derive v0.8.22 |
| 801 | 2026-03-10T18:22:56.776Z | Compiling uuid v1.21.0 |
| 802 | 2026-03-10T18:22:57.174Z | Compiling semver v1.0.27 |
| 803 | 2026-03-10T18:22:57.482Z | Compiling subtle v2.6.1 |
| 804 | 2026-03-10T18:22:57.496Z | Compiling tower-layer v0.3.3 |
| 805 | 2026-03-10T18:22:57.537Z | Compiling base64 v0.22.1 |
| 806 | 2026-03-10T18:22:57.668Z | Compiling try-lock v0.2.5 |
| 807 | 2026-03-10T18:22:57.767Z | Compiling tokio-util v0.7.18 |
| 808 | 2026-03-10T18:22:57.791Z | Compiling dyn-clone v1.0.20 |
| 809 | 2026-03-10T18:22:57.966Z | Compiling tower-service v0.3.3 |
| 810 | 2026-03-10T18:22:58.068Z | Compiling want v0.3.1 |
| 811 | 2026-03-10T18:22:58.142Z | Compiling pest_generator v2.8.6 |
| 812 | 2026-03-10T18:22:58.406Z | Compiling h2 v0.4.13 |
| 813 | 2026-03-10T18:22:58.430Z | Compiling getrandom v0.2.17 |
| 814 | 2026-03-10T18:22:58.679Z | Compiling httpdate v1.0.3 |
| 815 | 2026-03-10T18:22:58.963Z | Compiling heck v0.5.0 |
| 816 | 2026-03-10T18:22:59.125Z | Compiling pin-utils v0.1.0 |
| 817 | 2026-03-10T18:22:59.200Z | Compiling pest_derive v2.8.6 |
| 818 | 2026-03-10T18:22:59.211Z | Compiling icu_properties v2.1.2 |
| 819 | 2026-03-10T18:22:59.235Z | Compiling icu_normalizer v2.1.1 |
| 820 | 2026-03-10T18:22:59.834Z | Compiling form_urlencoded v1.2.2 |
| 821 | 2026-03-10T18:23:00.153Z | Compiling slog v2.8.2 |
| 822 | 2026-03-10T18:23:00.483Z | Compiling rustls v0.23.37 |
| 823 | 2026-03-10T18:23:00.564Z | Compiling typenum v1.19.0 |
| 824 | 2026-03-10T18:23:00.748Z | Compiling ipnet v2.11.0 |
| 825 | 2026-03-10T18:23:01.014Z | Compiling getrandom v0.3.4 |
| 826 | 2026-03-10T18:23:01.440Z | Compiling idna_adapter v1.2.1 |
| 827 | 2026-03-10T18:23:01.446Z | Compiling ppv-lite86 v0.2.21 |
| 828 | 2026-03-10T18:23:01.588Z | Compiling hyper v1.8.1 |
| 829 | 2026-03-10T18:23:01.622Z | Compiling serde_tokenstream v0.2.3 |
| 830 | 2026-03-10T18:23:01.901Z | Compiling erased-serde v0.3.31 |
| 831 | 2026-03-10T18:23:01.974Z | Compiling generic-array v0.14.7 |
| 832 | 2026-03-10T18:23:02.323Z | Compiling ring v0.17.14 |
| 833 | 2026-03-10T18:23:02.533Z | Compiling sync_wrapper v1.0.2 |
| 834 | 2026-03-10T18:23:02.664Z | Compiling paste v1.0.15 |
| 835 | 2026-03-10T18:23:02.984Z | Compiling ryu v1.0.23 |
| 836 | 2026-03-10T18:23:03.005Z | Compiling utf8_iter v1.0.4 |
| 837 | 2026-03-10T18:23:03.199Z | Compiling serde_urlencoded v0.7.1 |
| 838 | 2026-03-10T18:23:03.329Z | Compiling hyper-util v0.1.20 |
| 839 | 2026-03-10T18:23:03.548Z | Compiling idna v1.1.0 |
| 840 | 2026-03-10T18:23:05.526Z | Compiling tower v0.5.3 |
| 841 | 2026-03-10T18:23:06.921Z | Compiling scroll_derive v0.13.1 |
| 842 | 2026-03-10T18:23:07.092Z | Compiling structmeta-derive v0.3.0 |
| 843 | 2026-03-10T18:23:07.274Z | Compiling http-body-util v0.1.3 |
| 844 | 2026-03-10T18:23:07.610Z | Compiling fastrand v2.3.0 |
| 845 | 2026-03-10T18:23:07.819Z | Compiling iri-string v0.7.10 |
| 846 | 2026-03-10T18:23:07.993Z | Compiling usdt-impl v0.6.0 |
| 847 | 2026-03-10T18:23:08.032Z | Compiling powerfmt v0.2.0 |
| 848 | 2026-03-10T18:23:08.295Z | Compiling num-conv v0.2.0 |
| 849 | 2026-03-10T18:23:08.342Z | Compiling rustix v1.1.3 |
| 850 | 2026-03-10T18:23:08.456Z | Compiling time-core v0.1.8 |
| 851 | 2026-03-10T18:23:08.628Z | Compiling time-macros v0.2.27 |
| 852 | 2026-03-10T18:23:08.786Z | Compiling structmeta v0.3.0 |
| 853 | 2026-03-10T18:23:09.010Z | Compiling deranged v0.5.8 |
| 854 | 2026-03-10T18:23:09.017Z | Compiling scroll v0.13.0 |
| 855 | 2026-03-10T18:23:09.930Z | Compiling tower-http v0.6.8 |
| 856 | 2026-03-10T18:23:10.119Z | Compiling rand_core v0.9.5 |
| 857 | 2026-03-10T18:23:10.428Z | Compiling url v2.5.8 |
| 858 | 2026-03-10T18:23:10.865Z | Compiling dtrace-parser v0.3.0 |
| 859 | 2026-03-10T18:23:11.125Z | Compiling dof v0.4.0 |
| 860 | 2026-03-10T18:23:11.167Z | Compiling ipnetwork v0.21.1 |
| 861 | 2026-03-10T18:23:11.170Z | Compiling thread-id v5.1.0 |
| 862 | 2026-03-10T18:23:11.253Z | Compiling plain v0.2.3 |
| 863 | 2026-03-10T18:23:11.369Z | Compiling crossbeam-utils v0.8.21 |
| 864 | 2026-03-10T18:23:11.376Z | Compiling ident_case v1.0.1 |
| 865 | 2026-03-10T18:23:11.391Z | Compiling omicron-workspace-hack v0.1.0 |
| 866 | 2026-03-10T18:23:11.656Z | Compiling num_threads v0.1.7 |
| 867 | 2026-03-10T18:23:11.689Z | Compiling byteorder v1.5.0 |
| 868 | 2026-03-10T18:23:11.749Z | Compiling openssl-probe v0.2.1 |
| 869 | 2026-03-10T18:23:11.755Z | Compiling strsim v0.11.1 |
| 870 | 2026-03-10T18:23:11.763Z | Compiling regex-syntax v0.8.10 |
| 871 | 2026-03-10T18:23:12.108Z | Compiling darling_core v0.21.3 |
| 872 | 2026-03-10T18:23:12.653Z | Compiling rustls-native-certs v0.8.3 |
| 873 | 2026-03-10T18:23:12.766Z | Compiling time v0.3.47 |
| 874 | 2026-03-10T18:23:13.591Z | Compiling oxnet v0.1.4 |
| 875 | 2026-03-10T18:23:13.653Z | Compiling goblin v0.10.5 |
| 876 | 2026-03-10T18:23:15.164Z | Compiling newtype-uuid v1.3.2 |
| 877 | 2026-03-10T18:23:15.206Z | Compiling daft-derive v0.1.5 |
| 878 | 2026-03-10T18:23:16.173Z | Compiling aho-corasick v1.1.4 |
| 879 | 2026-03-10T18:23:16.261Z | Compiling pretty-hex v0.4.1 |
| 880 | 2026-03-10T18:23:16.510Z | Compiling rustls v0.22.4 |
| 881 | 2026-03-10T18:23:16.756Z | Compiling daft v0.1.5 |
| 882 | 2026-03-10T18:23:16.794Z | Compiling rustls-webpki v0.102.8 |
| 883 | 2026-03-10T18:23:17.097Z | Compiling tempfile v3.25.0 |
| 884 | 2026-03-10T18:23:18.252Z | Compiling darling_macro v0.21.3 |
| 885 | 2026-03-10T18:23:18.959Z | Compiling regex-automata v0.4.14 |
| 886 | 2026-03-10T18:23:20.866Z | Compiling rand_chacha v0.9.0 |
| 887 | 2026-03-10T18:23:21.302Z | Compiling crypto-common v0.1.7 |
| 888 | 2026-03-10T18:23:21.472Z | Compiling block-buffer v0.10.4 |
| 889 | 2026-03-10T18:23:21.589Z | Compiling rand_core v0.6.4 |
| 890 | 2026-03-10T18:23:21.652Z | Compiling multer v3.1.0 |
| 891 | 2026-03-10T18:23:21.896Z | Compiling wait-timeout v0.2.1 |
| 892 | 2026-03-10T18:23:22.280Z | Compiling thread_local v1.1.9 |
| 893 | 2026-03-10T18:23:22.494Z | Compiling anyhow v1.0.102 |
| 894 | 2026-03-10T18:23:22.592Z | Compiling camino v1.2.2 |
| 895 | 2026-03-10T18:23:22.616Z | Compiling match_cfg v0.1.0 |
| 896 | 2026-03-10T18:23:22.693Z | Compiling winnow v0.7.14 |
| 897 | 2026-03-10T18:23:22.755Z | Compiling ref-cast v1.0.25 |
| 898 | 2026-03-10T18:23:23.006Z | Compiling bit-vec v0.8.0 |
| 899 | 2026-03-10T18:23:23.161Z | Compiling quick-error v1.2.3 |
| 900 | 2026-03-10T18:23:23.235Z | Compiling slog-async v2.8.0 |
| 901 | 2026-03-10T18:23:23.278Z | Compiling thiserror v1.0.69 |
| 902 | 2026-03-10T18:23:23.887Z | Compiling bit-set v0.8.0 |
| 903 | 2026-03-10T18:23:24.122Z | Compiling rusty-fork v0.3.1 |
| 904 | 2026-03-10T18:23:24.905Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 905 | 2026-03-10T18:23:25.597Z | Compiling hostname v0.3.1 |
| 906 | 2026-03-10T18:23:25.833Z | Compiling rand_chacha v0.3.1 |
| 907 | 2026-03-10T18:23:26.643Z | Compiling digest v0.10.7 |
| 908 | 2026-03-10T18:23:26.650Z | Compiling regex v1.12.3 |
| 909 | 2026-03-10T18:23:26.922Z | Compiling rand v0.9.2 |
| 910 | 2026-03-10T18:23:27.188Z | Compiling crossbeam-channel v0.5.15 |
| 911 | 2026-03-10T18:23:27.898Z | Compiling darling v0.21.3 |
| 912 | 2026-03-10T18:23:28.108Z | Compiling slog-json v2.6.1 |
| 913 | 2026-03-10T18:23:28.413Z | Compiling usdt-attr-macro v0.6.0 |
| 914 | 2026-03-10T18:23:29.084Z | Compiling usdt-macro v0.6.0 |
| 915 | 2026-03-10T18:23:29.235Z | Compiling rand_xorshift v0.4.0 |
| 916 | 2026-03-10T18:23:29.256Z | Compiling derive-ex v0.1.8 |
| 917 | 2026-03-10T18:23:29.328Z | Compiling strum_macros v0.26.4 |
| 918 | 2026-03-10T18:23:29.409Z | Compiling futures-executor v0.3.32 |
| 919 | 2026-03-10T18:23:29.927Z | Compiling thiserror-impl v1.0.69 |
| 920 | 2026-03-10T18:23:30.050Z | Compiling ref-cast-impl v1.0.25 |
| 921 | 2026-03-10T18:23:30.825Z | Compiling async-stream-impl v0.3.6 |
| 922 | 2026-03-10T18:23:31.382Z | Compiling dropshot v0.16.7 |
| 923 | 2026-03-10T18:23:31.502Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 924 | 2026-03-10T18:23:31.506Z | Compiling serde_spanned v1.0.4 |
| 925 | 2026-03-10T18:23:31.643Z | Compiling is-terminal v0.4.17 |
| 926 | 2026-03-10T18:23:31.660Z | Compiling memmap2 v0.9.10 |
| 927 | 2026-03-10T18:23:31.670Z | Compiling encoding_rs v0.8.35 |
| 928 | 2026-03-10T18:23:31.742Z | Compiling unarray v0.1.4 |
| 929 | 2026-03-10T18:23:31.877Z | Compiling take_mut v0.2.2 |
| 930 | 2026-03-10T18:23:31.999Z | Compiling term v1.2.1 |
| 931 | 2026-03-10T18:23:32.012Z | Compiling hex v0.4.3 |
| 932 | 2026-03-10T18:23:32.352Z | Compiling cpufeatures v0.2.17 |
| 933 | 2026-03-10T18:23:32.374Z | Compiling spin v0.9.8 |
| 934 | 2026-03-10T18:23:32.430Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 935 | 2026-03-10T18:23:32.511Z | Compiling mime v0.3.17 |
| 936 | 2026-03-10T18:23:32.747Z | Compiling toml v0.9.12+spec-1.1.0 |
| 937 | 2026-03-10T18:23:34.421Z | Compiling sha1 v0.10.6 |
| 938 | 2026-03-10T18:23:34.562Z | Compiling dropshot_endpoint v0.16.7 |
| 939 | 2026-03-10T18:23:34.906Z | Compiling slog-term v2.9.2 |
| 940 | 2026-03-10T18:23:36.608Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 941 | 2026-03-10T18:23:36.870Z | Compiling proptest v1.10.0 |
| 942 | 2026-03-10T18:23:37.170Z | Compiling usdt v0.6.0 |
| 943 | 2026-03-10T18:23:38.038Z | Compiling async-stream v0.3.6 |
| 944 | 2026-03-10T18:23:38.080Z | Compiling strum v0.26.3 |
| 945 | 2026-03-10T18:23:38.266Z | Compiling test-strategy v0.4.5 |
| 946 | 2026-03-10T18:23:38.461Z | Compiling tokio-rustls v0.25.0 |
| 947 | 2026-03-10T18:23:38.551Z | Compiling futures v0.3.32 |
| 948 | 2026-03-10T18:23:38.633Z | Compiling slog-bunyan v2.5.0 |
| 949 | 2026-03-10T18:23:38.655Z | Compiling serde_with_macros v3.17.0 |
| 950 | 2026-03-10T18:23:38.741Z | Compiling parse-display-derive v0.10.0 |
| 951 | 2026-03-10T18:23:40.078Z | Compiling rand v0.8.5 |
| 952 | 2026-03-10T18:23:40.816Z | Compiling reqwest v0.12.28 |
| 953 | 2026-03-10T18:23:40.978Z | Compiling backon v1.6.0 |
| 954 | 2026-03-10T18:23:41.095Z | Compiling newtype-uuid-macros v0.1.0 |
| 955 | 2026-03-10T18:23:41.264Z | Compiling strum_macros v0.27.2 |
| 956 | 2026-03-10T18:23:41.395Z | Compiling openapiv3 v2.2.0 |
| 957 | 2026-03-10T18:23:42.134Z | Compiling async-trait v0.1.89 |
| 958 | 2026-03-10T18:23:43.435Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 959 | 2026-03-10T18:23:43.754Z | Compiling waitgroup v0.1.2 |
| 960 | 2026-03-10T18:23:43.929Z | Compiling rustls-pemfile v2.2.0 |
| 961 | 2026-03-10T18:23:44.003Z | Compiling serde_path_to_error v0.1.20 |
| 962 | 2026-03-10T18:23:44.264Z | Compiling hostname v0.4.2 |
| 963 | 2026-03-10T18:23:44.448Z | Compiling instant v0.1.13 |
| 964 | 2026-03-10T18:23:44.570Z | Compiling either v1.15.0 |
| 965 | 2026-03-10T18:23:44.579Z | Compiling rustc-hash v2.1.1 |
| 966 | 2026-03-10T18:23:44.588Z | Compiling debug-ignore v1.0.5 |
| 967 | 2026-03-10T18:23:44.703Z | Compiling iddqd v0.3.17 |
| 968 | 2026-03-10T18:23:44.844Z | Compiling itertools v0.14.0 |
| 969 | 2026-03-10T18:23:45.338Z | Compiling backoff v0.4.0 |
| 970 | 2026-03-10T18:23:45.581Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 971 | 2026-03-10T18:23:45.747Z | Compiling strum v0.27.2 |
| 972 | 2026-03-10T18:23:45.897Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 973 | 2026-03-10T18:23:46.809Z | Compiling progenitor-client v0.10.0 |
| 974 | 2026-03-10T18:23:47.173Z | Compiling parse-display v0.10.0 |
| 975 | 2026-03-10T18:23:47.441Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 976 | 2026-03-10T18:23:48.166Z | Compiling serde_with v3.17.0 |
| 977 | 2026-03-10T18:23:48.317Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 978 | 2026-03-10T18:23:48.887Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 979 | 2026-03-10T18:23:49.464Z | Compiling macaddr v1.0.1 |
| 980 | 2026-03-10T18:23:49.802Z | Compiling regress v0.10.5 |
| 981 | 2026-03-10T18:23:58.927Z | Compiling rustls-webpki v0.103.9 |
| 982 | 2026-03-10T18:24:03.310Z | Compiling tokio-rustls v0.26.4 |
| 983 | 2026-03-10T18:24:03.310Z | Compiling rustls-platform-verifier v0.6.2 |
| 984 | 2026-03-10T18:24:03.636Z | Compiling hyper-rustls v0.27.7 |
| 985 | 2026-03-10T18:24:04.047Z | Compiling reqwest v0.13.2 |
| 986 | 2026-03-10T18:24:06.626Z | Compiling progenitor-client v0.13.0 |
| 987 | 2026-03-10T18:24:07.024Z | Compiling progenitor-extras v0.1.1 |
| 988 | 2026-03-10T18:24:07.248Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 989 | 2026-03-10T18:24:13.764Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 990 | 2026-03-10T18:24:20.852Z | Finished `release` profile [optimized] target(s) in 1m 37s |
| 991 | 2026-03-10T18:24:20.912Z | process exited: duration 152644 ms, exit code 0 |
| |
| 992 | 2026-03-10T18:24:20.934Z | found 0 output files |