|
|
|
| 1 | 2026-03-06T18:45:51.827Z | job assigned to worker 01KK27F1Y0JN0VGK7MCK9SGCNJ [factory aws, i-0c6c6ef8794cce00f] (queued for 1 m 0 s) |
| |
| 2 | 2026-03-06T18:46:00.005Z | starting task 0: "setup" |
| 3 | 2026-03-06T18:46:00.010Z | ++ uname -s |
| 4 | 2026-03-06T18:46:00.013Z | + kern=SunOS |
| 5 | 2026-03-06T18:46:00.013Z | + build_user=build |
| 6 | 2026-03-06T18:46:00.013Z | + build_uid=12345 |
| 7 | 2026-03-06T18:46:00.013Z | + work_dir=/work |
| 8 | 2026-03-06T18:46:00.013Z | + input_dir=/input |
| 9 | 2026-03-06T18:46:00.014Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-06T18:46:00.014Z | + case "$kern" in |
| 11 | 2026-03-06T18:46:00.014Z | + groupadd -g 12345 build |
| 12 | 2026-03-06T18:46:00.016Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-06T18:46:02.024Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-06T18:46:02.131Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-06T18:46:02.136Z | + home_fs=zfs |
| 16 | 2026-03-06T18:46:02.136Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-06T18:46:02.136Z | + mkdir -p /home/build |
| 18 | 2026-03-06T18:46:02.140Z | + chown build:build /home/build /work |
| 19 | 2026-03-06T18:46:03.137Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-06T18:46:03.140Z | process exited: duration 3135 ms, exit code 0 |
| |
| 21 | 2026-03-06T18:46:03.146Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-06T18:46:03.152Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-06T18:46:03.152Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-06T18:46:03.152Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-03-06T18:46:03.152Z | * rust toolchain profile = "default" |
| 26 | 2026-03-06T18:46:03.152Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-06T18:46:03.152Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-06T18:46:03.155Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-06T18:46:03.155Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-06T18:46:03.460Z | info: downloading installer |
| 31 | 2026-03-06T18:46:05.483Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-06T18:46:05.483Z | warn: /opt/ooce/bin |
| 33 | 2026-03-06T18:46:05.484Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-06T18:46:05.484Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-06T18:46:05.484Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-06T18:46:05.484Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-06T18:46:05.484Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-06T18:46:05.484Z | error: cannot install while Rust is installed |
| 39 | 2026-03-06T18:46:05.484Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-06T18:46:05.515Z | info: profile set to 'default' |
| 41 | 2026-03-06T18:46:05.515Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-06T18:46:05.518Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-06T18:46:05.690Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-06T18:46:05.690Z | info: downloading component 'cargo' |
| 45 | 2026-03-06T18:46:06.900Z | info: downloading component 'clippy' |
| 46 | 2026-03-06T18:46:07.306Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-06T18:46:09.079Z | info: downloading component 'rust-std' |
| 48 | 2026-03-06T18:46:11.300Z | info: downloading component 'rustc' |
| 49 | 2026-03-06T18:46:18.859Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-06T18:46:19.155Z | info: installing component 'cargo' |
| 51 | 2026-03-06T18:46:20.080Z | info: installing component 'clippy' |
| 52 | 2026-03-06T18:46:20.476Z | info: installing component 'rust-docs' |
| 53 | 2026-03-06T18:46:22.451Z | info: installing component 'rust-std' |
| 54 | 2026-03-06T18:46:24.249Z | info: installing component 'rustc' |
| 55 | 2026-03-06T18:46:31.105Z | info: installing component 'rustfmt' |
| 56 | 2026-03-06T18:46:31.454Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-06T18:46:31.454Z | |
| 58 | 2026-03-06T18:46:31.960Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-06T18:46:31.960Z | |
| 60 | 2026-03-06T18:46:31.963Z | |
| 61 | 2026-03-06T18:46:31.963Z | Rust is installed now. Great! |
| 62 | 2026-03-06T18:46:31.963Z | |
| 63 | 2026-03-06T18:46:31.963Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-06T18:46:31.963Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-06T18:46:31.963Z | |
| 66 | 2026-03-06T18:46:31.963Z | To configure your current shell, you need to source |
| 67 | 2026-03-06T18:46:31.963Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-06T18:46:31.963Z | |
| 69 | 2026-03-06T18:46:31.963Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-06T18:46:31.963Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-06T18:46:31.963Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-06T18:46:31.963Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-06T18:46:32.093Z | + rustup --version |
| 74 | 2026-03-06T18:46:32.105Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-06T18:46:32.108Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-06T18:46:32.194Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-06T18:46:32.198Z | + cargo --version |
| 78 | 2026-03-06T18:46:32.272Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-06T18:46:32.275Z | + rustc --version |
| 80 | 2026-03-06T18:46:32.351Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-06T18:46:32.355Z | process exited: duration 29197 ms, exit code 0 |
| |
| 82 | 2026-03-06T18:46:32.362Z | starting task 2: "authentication" |
| 83 | 2026-03-06T18:46:32.385Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-06T18:46:32.393Z | starting task 3: "clone repository" |
| 85 | 2026-03-06T18:46:32.399Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-06T18:46:32.402Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-06T18:46:32.542Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-06T18:46:58.422Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-06T18:46:58.425Z | + git fetch origin 1567242820118fcaabfe2065ea0363517d3f1040 |
| 90 | 2026-03-06T18:46:58.843Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-06T18:46:58.844Z | * branch 1567242820118fcaabfe2065ea0363517d3f1040 -> FETCH_HEAD |
| 92 | 2026-03-06T18:46:58.856Z | + [[ -n john/bootstore-next-version ]] |
| 93 | 2026-03-06T18:46:58.860Z | ++ git branch --show-current |
| 94 | 2026-03-06T18:46:58.860Z | + current=main |
| 95 | 2026-03-06T18:46:58.860Z | + [[ main != john/bootstore-next-version ]] |
| 96 | 2026-03-06T18:46:58.860Z | + git branch -f john/bootstore-next-version 1567242820118fcaabfe2065ea0363517d3f1040 |
| 97 | 2026-03-06T18:46:58.863Z | + git checkout -f john/bootstore-next-version |
| 98 | 2026-03-06T18:46:59.219Z | Switched to branch 'john/bootstore-next-version' |
| 99 | 2026-03-06T18:46:59.222Z | + git reset --hard 1567242820118fcaabfe2065ea0363517d3f1040 |
| 100 | 2026-03-06T18:46:59.242Z | HEAD is now at 156724282 Merge branch 'main' into john/bootstore-next-version |
| 101 | 2026-03-06T18:46:59.245Z | process exited: duration 26841 ms, exit code 0 |
| |
| 102 | 2026-03-06T18:46:59.251Z | starting task 4: "build" |
| 103 | 2026-03-06T18:46:59.257Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-06T18:46:59.260Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-06T18:46:59.260Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-06T18:46:59.260Z | + cargo --version |
| 107 | 2026-03-06T18:46:59.320Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-06T18:46:59.323Z | + rustc --version |
| 109 | 2026-03-06T18:46:59.399Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-06T18:46:59.402Z | + cd /tmp |
| 111 | 2026-03-06T18:46:59.405Z | + cargo new --lib test-project |
| 112 | 2026-03-06T18:46:59.481Z | Creating library `test-project` package |
| 113 | 2026-03-06T18:46:59.577Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-03-06T18:46:59.580Z | + cd test-project |
| 115 | 2026-03-06T18:46:59.580Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-03-06T18:46:59.660Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-03-06T18:46:59.660Z | Features: |
| 118 | 2026-03-06T18:46:59.660Z | - proptest |
| 119 | 2026-03-06T18:46:59.660Z | - test-strategy |
| 120 | 2026-03-06T18:46:59.660Z | - testing |
| 121 | 2026-03-06T18:46:59.690Z | Updating crates.io index |
| 122 | 2026-03-06T18:46:59.729Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-03-06T18:47:00.470Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2026-03-06T18:47:01.161Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 125 | 2026-03-06T18:47:01.716Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2026-03-06T18:47:04.714Z | Locking 386 packages to latest Rust 1.91.1 compatible versions |
| 127 | 2026-03-06T18:47:04.718Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 128 | 2026-03-06T18:47:04.843Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2026-03-06T18:47:04.847Z | + cargo check |
| 130 | 2026-03-06T18:47:05.050Z | Updating crates.io index |
| 131 | 2026-03-06T18:47:05.843Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 132 | 2026-03-06T18:47:05.843Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2026-03-06T18:47:05.885Z | Downloading crates ... |
| 134 | 2026-03-06T18:47:05.963Z | Downloaded cfg-if v1.0.4 |
| 135 | 2026-03-06T18:47:05.972Z | Downloaded futures-io v0.3.32 |
| 136 | 2026-03-06T18:47:05.977Z | Downloaded darling_macro v0.21.3 |
| 137 | 2026-03-06T18:47:05.981Z | Downloaded crossbeam-channel v0.5.15 |
| 138 | 2026-03-06T18:47:05.985Z | Downloaded async-stream v0.3.6 |
| 139 | 2026-03-06T18:47:05.989Z | Downloaded dyn-clone v1.0.20 |
| 140 | 2026-03-06T18:47:05.993Z | Downloaded ipnetwork v0.21.1 |
| 141 | 2026-03-06T18:47:05.996Z | Downloaded dunce v1.0.5 |
| 142 | 2026-03-06T18:47:05.998Z | Downloaded bit-set v0.8.0 |
| 143 | 2026-03-06T18:47:05.999Z | Downloaded futures-sink v0.3.32 |
| 144 | 2026-03-06T18:47:06.001Z | Downloaded rand_xorshift v0.4.0 |
| 145 | 2026-03-06T18:47:06.001Z | Downloaded cfg_aliases v0.2.1 |
| 146 | 2026-03-06T18:47:06.005Z | Downloaded futures-core v0.3.32 |
| 147 | 2026-03-06T18:47:06.008Z | Downloaded proc-macro2 v1.0.106 |
| 148 | 2026-03-06T18:47:06.010Z | Downloaded sha2 v0.10.9 |
| 149 | 2026-03-06T18:47:06.013Z | Downloaded block-buffer v0.10.4 |
| 150 | 2026-03-06T18:47:06.013Z | Downloaded backoff v0.4.0 |
| 151 | 2026-03-06T18:47:06.016Z | Downloaded httpdate v1.0.3 |
| 152 | 2026-03-06T18:47:06.019Z | Downloaded serde_tokenstream v0.2.3 |
| 153 | 2026-03-06T18:47:06.019Z | Downloaded hex v0.4.3 |
| 154 | 2026-03-06T18:47:06.022Z | Downloaded scroll_derive v0.13.1 |
| 155 | 2026-03-06T18:47:06.022Z | Downloaded pin-project-lite v0.2.17 |
| 156 | 2026-03-06T18:47:06.027Z | Downloaded rustls-webpki v0.103.9 |
| 157 | 2026-03-06T18:47:06.032Z | Downloaded ref-cast v1.0.25 |
| 158 | 2026-03-06T18:47:06.036Z | Downloaded futures-task v0.3.32 |
| 159 | 2026-03-06T18:47:06.039Z | Downloaded dtrace-parser v0.3.0 |
| 160 | 2026-03-06T18:47:06.039Z | Downloaded multer v3.1.0 |
| 161 | 2026-03-06T18:47:06.042Z | Downloaded errno v0.3.14 |
| 162 | 2026-03-06T18:47:06.045Z | Downloaded powerfmt v0.2.0 |
| 163 | 2026-03-06T18:47:06.045Z | Downloaded percent-encoding v2.3.2 |
| 164 | 2026-03-06T18:47:06.048Z | Downloaded parse-display v0.10.0 |
| 165 | 2026-03-06T18:47:06.051Z | Downloaded rand_core v0.9.5 |
| 166 | 2026-03-06T18:47:06.051Z | Downloaded atomic-waker v1.1.2 |
| 167 | 2026-03-06T18:47:06.054Z | Downloaded hostname v0.4.2 |
| 168 | 2026-03-06T18:47:06.057Z | Downloaded bit-vec v0.8.0 |
| 169 | 2026-03-06T18:47:06.057Z | Downloaded rustversion v1.0.22 |
| 170 | 2026-03-06T18:47:06.060Z | Downloaded debug-ignore v1.0.5 |
| 171 | 2026-03-06T18:47:06.063Z | Downloaded allocator-api2 v0.2.21 |
| 172 | 2026-03-06T18:47:06.066Z | Downloaded pretty-hex v0.4.1 |
| 173 | 2026-03-06T18:47:06.069Z | Downloaded futures-macro v0.3.32 |
| 174 | 2026-03-06T18:47:06.069Z | Downloaded either v1.15.0 |
| 175 | 2026-03-06T18:47:06.073Z | Downloaded crypto-common v0.1.7 |
| 176 | 2026-03-06T18:47:06.073Z | Downloaded instant v0.1.13 |
| 177 | 2026-03-06T18:47:06.076Z | Downloaded jobserver v0.1.34 |
| 178 | 2026-03-06T18:47:06.076Z | Downloaded hostname v0.3.1 |
| 179 | 2026-03-06T18:47:06.079Z | Downloaded serde_urlencoded v0.7.1 |
| 180 | 2026-03-06T18:47:06.079Z | Downloaded fastrand v2.3.0 |
| 181 | 2026-03-06T18:47:06.082Z | Downloaded idna_adapter v1.2.1 |
| 182 | 2026-03-06T18:47:06.085Z | Downloaded scopeguard v1.2.0 |
| 183 | 2026-03-06T18:47:06.085Z | Downloaded ref-cast-impl v1.0.25 |
| 184 | 2026-03-06T18:47:06.088Z | Downloaded dof v0.4.0 |
| 185 | 2026-03-06T18:47:06.088Z | Downloaded equivalent v1.0.2 |
| 186 | 2026-03-06T18:47:06.091Z | Downloaded rustc-hash v2.1.1 |
| 187 | 2026-03-06T18:47:06.091Z | Downloaded pin-utils v0.1.0 |
| 188 | 2026-03-06T18:47:06.094Z | Downloaded pest_derive v2.8.6 |
| 189 | 2026-03-06T18:47:06.097Z | Downloaded form_urlencoded v1.2.2 |
| 190 | 2026-03-06T18:47:06.097Z | Downloaded cpufeatures v0.2.17 |
| 191 | 2026-03-06T18:47:06.100Z | Downloaded is-terminal v0.4.17 |
| 192 | 2026-03-06T18:47:06.100Z | Downloaded serde_derive_internals v0.29.1 |
| 193 | 2026-03-06T18:47:06.103Z | Downloaded macaddr v1.0.1 |
| 194 | 2026-03-06T18:47:06.103Z | Downloaded fnv v1.0.7 |
| 195 | 2026-03-06T18:47:06.106Z | Downloaded newtype-uuid-macros v0.1.0 |
| 196 | 2026-03-06T18:47:06.106Z | Downloaded http-body v1.0.1 |
| 197 | 2026-03-06T18:47:06.109Z | Downloaded anyhow v1.0.102 |
| 198 | 2026-03-06T18:47:06.112Z | Downloaded num_threads v0.1.7 |
| 199 | 2026-03-06T18:47:06.115Z | Downloaded ident_case v1.0.1 |
| 200 | 2026-03-06T18:47:06.115Z | Downloaded match_cfg v0.1.0 |
| 201 | 2026-03-06T18:47:06.118Z | Downloaded futures-executor v0.3.32 |
| 202 | 2026-03-06T18:47:06.118Z | Downloaded potential_utf v0.1.4 |
| 203 | 2026-03-06T18:47:06.121Z | Downloaded http-body-util v0.1.3 |
| 204 | 2026-03-06T18:47:06.121Z | Downloaded lru-slab v0.1.2 |
| 205 | 2026-03-06T18:47:06.124Z | Downloaded heck v0.5.0 |
| 206 | 2026-03-06T18:47:06.124Z | Downloaded digest v0.10.7 |
| 207 | 2026-03-06T18:47:06.127Z | Downloaded openssl-probe v0.2.1 |
| 208 | 2026-03-06T18:47:06.127Z | Downloaded slog-bunyan v2.5.0 |
| 209 | 2026-03-06T18:47:06.130Z | Downloaded generic-array v0.14.7 |
| 210 | 2026-03-06T18:47:06.130Z | Downloaded itoa v1.0.17 |
| 211 | 2026-03-06T18:47:06.133Z | Downloaded autocfg v1.5.0 |
| 212 | 2026-03-06T18:47:06.133Z | Downloaded serde_spanned v1.0.4 |
| 213 | 2026-03-06T18:47:06.136Z | Downloaded foldhash v0.2.0 |
| 214 | 2026-03-06T18:47:06.136Z | Downloaded byteorder v1.5.0 |
| 215 | 2026-03-06T18:47:06.139Z | Downloaded bitflags v2.11.0 |
| 216 | 2026-03-06T18:47:06.142Z | Downloaded oxnet v0.1.4 |
| 217 | 2026-03-06T18:47:06.144Z | Downloaded lock_api v0.4.14 |
| 218 | 2026-03-06T18:47:06.147Z | Downloaded plain v0.2.3 |
| 219 | 2026-03-06T18:47:06.147Z | Downloaded backon v1.6.0 |
| 220 | 2026-03-06T18:47:06.150Z | Downloaded strsim v0.11.1 |
| 221 | 2026-03-06T18:47:06.153Z | Downloaded progenitor-client v0.13.0 |
| 222 | 2026-03-06T18:47:06.153Z | Downloaded take_mut v0.2.2 |
| 223 | 2026-03-06T18:47:06.153Z | Downloaded sync_wrapper v1.0.2 |
| 224 | 2026-03-06T18:47:06.156Z | Downloaded strum v0.26.3 |
| 225 | 2026-03-06T18:47:06.156Z | Downloaded structmeta v0.3.0 |
| 226 | 2026-03-06T18:47:06.156Z | Downloaded async-stream-impl v0.3.6 |
| 227 | 2026-03-06T18:47:06.160Z | Downloaded time-core v0.1.8 |
| 228 | 2026-03-06T18:47:06.163Z | Downloaded rand_chacha v0.3.1 |
| 229 | 2026-03-06T18:47:06.166Z | Downloaded omicron-workspace-hack v0.1.0 |
| 230 | 2026-03-06T18:47:06.166Z | Downloaded mime v0.3.17 |
| 231 | 2026-03-06T18:47:06.169Z | Downloaded erased-serde v0.3.31 |
| 232 | 2026-03-06T18:47:06.172Z | Downloaded quick-error v1.2.3 |
| 233 | 2026-03-06T18:47:06.175Z | Downloaded structmeta-derive v0.3.0 |
| 234 | 2026-03-06T18:47:06.175Z | Downloaded deranged v0.5.8 |
| 235 | 2026-03-06T18:47:06.178Z | Downloaded num-conv v0.2.0 |
| 236 | 2026-03-06T18:47:06.178Z | Downloaded displaydoc v0.2.5 |
| 237 | 2026-03-06T18:47:06.181Z | Downloaded find-msvc-tools v0.1.9 |
| 238 | 2026-03-06T18:47:06.184Z | Downloaded strum v0.27.2 |
| 239 | 2026-03-06T18:47:06.187Z | Downloaded subtle v2.6.1 |
| 240 | 2026-03-06T18:47:06.190Z | Downloaded sha1 v0.10.6 |
| 241 | 2026-03-06T18:47:06.190Z | Downloaded daft-derive v0.1.5 |
| 242 | 2026-03-06T18:47:06.193Z | Downloaded cmake v0.1.57 |
| 243 | 2026-03-06T18:47:06.196Z | Downloaded stable_deref_trait v1.2.1 |
| 244 | 2026-03-06T18:47:06.199Z | Downloaded daft v0.1.5 |
| 245 | 2026-03-06T18:47:06.202Z | Downloaded tinyvec_macros v0.1.1 |
| 246 | 2026-03-06T18:47:06.202Z | Downloaded serde v1.0.228 |
| 247 | 2026-03-06T18:47:06.205Z | Downloaded progenitor-client v0.10.0 |
| 248 | 2026-03-06T18:47:06.208Z | Downloaded rustls-pemfile v2.2.0 |
| 249 | 2026-03-06T18:47:06.212Z | Downloaded strum_macros v0.26.4 |
| 250 | 2026-03-06T18:47:06.215Z | Downloaded serde_path_to_error v0.1.20 |
| 251 | 2026-03-06T18:47:06.219Z | Downloaded rand_core v0.6.4 |
| 252 | 2026-03-06T18:47:06.219Z | Downloaded signal-hook-registry v1.4.8 |
| 253 | 2026-03-06T18:47:06.222Z | Downloaded try-lock v0.2.5 |
| 254 | 2026-03-06T18:47:06.225Z | Downloaded shlex v1.3.0 |
| 255 | 2026-03-06T18:47:06.225Z | Downloaded thiserror v1.0.69 |
| 256 | 2026-03-06T18:47:06.229Z | Downloaded slab v0.4.12 |
| 257 | 2026-03-06T18:47:06.232Z | Downloaded getrandom v0.3.4 |
| 258 | 2026-03-06T18:47:06.235Z | Downloaded slog-term v2.9.2 |
| 259 | 2026-03-06T18:47:06.238Z | Downloaded slog-json v2.6.1 |
| 260 | 2026-03-06T18:47:06.241Z | Downloaded getrandom v0.4.1 |
| 261 | 2026-03-06T18:47:06.245Z | Downloaded tower-service v0.3.3 |
| 262 | 2026-03-06T18:47:06.245Z | Downloaded unarray v0.1.4 |
| 263 | 2026-03-06T18:47:06.245Z | Downloaded schemars_derive v0.8.22 |
| 264 | 2026-03-06T18:47:06.248Z | Downloaded untrusted v0.9.0 |
| 265 | 2026-03-06T18:47:06.248Z | Downloaded usdt-attr-macro v0.6.0 |
| 266 | 2026-03-06T18:47:06.251Z | Downloaded slog-async v2.8.0 |
| 267 | 2026-03-06T18:47:06.251Z | Downloaded wait-timeout v0.2.1 |
| 268 | 2026-03-06T18:47:06.254Z | Downloaded yoke-derive v0.8.1 |
| 269 | 2026-03-06T18:47:06.254Z | Downloaded version_check v0.9.5 |
| 270 | 2026-03-06T18:47:06.254Z | Downloaded thread_local v1.1.9 |
| 271 | 2026-03-06T18:47:06.257Z | Downloaded zerofrom v0.1.6 |
| 272 | 2026-03-06T18:47:06.257Z | Downloaded thiserror-impl v1.0.69 |
| 273 | 2026-03-06T18:47:06.259Z | Downloaded waitgroup v0.1.2 |
| 274 | 2026-03-06T18:47:06.259Z | Downloaded usdt-macro v0.6.0 |
| 275 | 2026-03-06T18:47:06.260Z | Downloaded want v0.3.1 |
| 276 | 2026-03-06T18:47:06.262Z | Downloaded scroll v0.13.0 |
| 277 | 2026-03-06T18:47:06.262Z | Downloaded rusty-fork v0.3.1 |
| 278 | 2026-03-06T18:47:06.265Z | Downloaded parse-display-derive v0.10.0 |
| 279 | 2026-03-06T18:47:06.265Z | Downloaded rustls-native-certs v0.8.3 |
| 280 | 2026-03-06T18:47:06.268Z | Downloaded semver v1.0.27 |
| 281 | 2026-03-06T18:47:06.271Z | Downloaded zerofrom-derive v0.1.6 |
| 282 | 2026-03-06T18:47:06.271Z | Downloaded ppv-lite86 v0.2.21 |
| 283 | 2026-03-06T18:47:06.271Z | Downloaded rand_chacha v0.9.0 |
| 284 | 2026-03-06T18:47:06.274Z | Downloaded time-macros v0.2.27 |
| 285 | 2026-03-06T18:47:06.274Z | Downloaded hyper-rustls v0.27.7 |
| 286 | 2026-03-06T18:47:06.277Z | Downloaded derive-ex v0.1.8 |
| 287 | 2026-03-06T18:47:06.280Z | Downloaded thread-id v5.1.0 |
| 288 | 2026-03-06T18:47:06.280Z | Downloaded synstructure v0.13.2 |
| 289 | 2026-03-06T18:47:06.283Z | Downloaded iana-time-zone v0.1.65 |
| 290 | 2026-03-06T18:47:06.283Z | Downloaded tokio-macros v2.6.0 |
| 291 | 2026-03-06T18:47:06.286Z | Downloaded quinn-udp v0.5.14 |
| 292 | 2026-03-06T18:47:06.286Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 293 | 2026-03-06T18:47:06.289Z | Downloaded futures-channel v0.3.32 |
| 294 | 2026-03-06T18:47:06.292Z | Downloaded camino v1.2.2 |
| 295 | 2026-03-06T18:47:06.292Z | Downloaded memmap2 v0.9.10 |
| 296 | 2026-03-06T18:47:06.295Z | Downloaded parking_lot v0.12.5 |
| 297 | 2026-03-06T18:47:06.298Z | Downloaded once_cell v1.21.3 |
| 298 | 2026-03-06T18:47:06.298Z | Downloaded getrandom v0.2.17 |
| 299 | 2026-03-06T18:47:06.301Z | Downloaded newtype-uuid v1.3.2 |
| 300 | 2026-03-06T18:47:06.303Z | Downloaded ipnet v2.11.0 |
| 301 | 2026-03-06T18:47:06.303Z | Downloaded tokio-rustls v0.25.0 |
| 302 | 2026-03-06T18:47:06.306Z | Downloaded schemars v0.8.22 |
| 303 | 2026-03-06T18:47:06.316Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 304 | 2026-03-06T18:47:06.319Z | Downloaded base64 v0.22.1 |
| 305 | 2026-03-06T18:47:06.322Z | Downloaded serde_with_macros v3.17.0 |
| 306 | 2026-03-06T18:47:06.325Z | Downloaded strum_macros v0.27.2 |
| 307 | 2026-03-06T18:47:06.325Z | Downloaded usdt v0.6.0 |
| 308 | 2026-03-06T18:47:06.328Z | Downloaded rustls-pki-types v1.14.0 |
| 309 | 2026-03-06T18:47:06.328Z | Downloaded usdt-impl v0.6.0 |
| 310 | 2026-03-06T18:47:06.331Z | Downloaded pest_generator v2.8.6 |
| 311 | 2026-03-06T18:47:06.331Z | Downloaded httparse v1.10.1 |
| 312 | 2026-03-06T18:47:06.334Z | Downloaded thiserror-impl v2.0.18 |
| 313 | 2026-03-06T18:47:06.337Z | Downloaded thiserror v2.0.18 |
| 314 | 2026-03-06T18:47:06.340Z | Downloaded yoke v0.8.1 |
| 315 | 2026-03-06T18:47:06.343Z | Downloaded zerovec-derive v0.11.2 |
| 316 | 2026-03-06T18:47:06.343Z | Downloaded writeable v0.6.2 |
| 317 | 2026-03-06T18:47:06.346Z | Downloaded serde_core v1.0.228 |
| 318 | 2026-03-06T18:47:06.349Z | Downloaded term v1.2.1 |
| 319 | 2026-03-06T18:47:06.352Z | Downloaded fs_extra v1.3.0 |
| 320 | 2026-03-06T18:47:06.355Z | Downloaded num-traits v0.2.19 |
| 321 | 2026-03-06T18:47:06.355Z | Downloaded log v0.4.29 |
| 322 | 2026-03-06T18:47:06.358Z | Downloaded spin v0.9.8 |
| 323 | 2026-03-06T18:47:06.361Z | Downloaded icu_properties v2.1.2 |
| 324 | 2026-03-06T18:47:06.361Z | Downloaded tempfile v3.25.0 |
| 325 | 2026-03-06T18:47:06.364Z | Downloaded icu_provider v2.1.1 |
| 326 | 2026-03-06T18:47:06.367Z | Downloaded tinystr v0.8.2 |
| 327 | 2026-03-06T18:47:06.370Z | Downloaded tokio-rustls v0.26.4 |
| 328 | 2026-03-06T18:47:06.370Z | Downloaded darling v0.21.3 |
| 329 | 2026-03-06T18:47:06.374Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 330 | 2026-03-06T18:47:06.378Z | Downloaded zeroize v1.8.2 |
| 331 | 2026-03-06T18:47:06.380Z | Downloaded rustls-platform-verifier v0.6.2 |
| 332 | 2026-03-06T18:47:06.383Z | Downloaded futures v0.3.32 |
| 333 | 2026-03-06T18:47:06.386Z | Downloaded icu_normalizer v2.1.1 |
| 334 | 2026-03-06T18:47:06.389Z | Downloaded ucd-trie v0.1.7 |
| 335 | 2026-03-06T18:47:06.392Z | Downloaded darling_core v0.21.3 |
| 336 | 2026-03-06T18:47:06.395Z | Downloaded test-strategy v0.4.5 |
| 337 | 2026-03-06T18:47:06.399Z | Downloaded zmij v1.0.21 |
| 338 | 2026-03-06T18:47:06.437Z | Downloaded smallvec v1.15.1 |
| 339 | 2026-03-06T18:47:06.437Z | Downloaded icu_normalizer_data v2.1.1 |
| 340 | 2026-03-06T18:47:06.437Z | Downloaded bytes v1.11.1 |
| 341 | 2026-03-06T18:47:06.437Z | Downloaded slog v2.8.2 |
| 342 | 2026-03-06T18:47:06.437Z | Downloaded tracing-core v0.1.36 |
| 343 | 2026-03-06T18:47:06.437Z | Downloaded ryu v1.0.23 |
| 344 | 2026-03-06T18:47:06.437Z | Downloaded tinyvec v1.10.0 |
| 345 | 2026-03-06T18:47:06.437Z | Downloaded uuid v1.21.0 |
| 346 | 2026-03-06T18:47:06.437Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-03-06T18:47:06.438Z | Downloaded serde_derive v1.0.228 |
| 348 | 2026-03-06T18:47:06.438Z | Downloaded icu_collections v2.1.1 |
| 349 | 2026-03-06T18:47:06.438Z | Downloaded socket2 v0.6.2 |
| 350 | 2026-03-06T18:47:06.438Z | Downloaded quinn v0.11.9 |
| 351 | 2026-03-06T18:47:06.442Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 352 | 2026-03-06T18:47:06.445Z | Downloaded icu_locale_core v2.1.1 |
| 353 | 2026-03-06T18:47:06.448Z | Downloaded rand v0.8.5 |
| 354 | 2026-03-06T18:47:06.451Z | Downloaded memchr v2.8.0 |
| 355 | 2026-03-06T18:47:06.456Z | Downloaded cc v1.2.56 |
| 356 | 2026-03-06T18:47:06.461Z | Downloaded pest_meta v2.8.6 |
| 357 | 2026-03-06T18:47:06.461Z | Downloaded mio v1.1.1 |
| 358 | 2026-03-06T18:47:06.467Z | Downloaded zerotrie v0.2.3 |
| 359 | 2026-03-06T18:47:06.470Z | Downloaded typenum v1.19.0 |
| 360 | 2026-03-06T18:47:06.473Z | Downloaded hyper-util v0.1.20 |
| 361 | 2026-03-06T18:47:06.478Z | Downloaded reqwest v0.12.28 |
| 362 | 2026-03-06T18:47:06.483Z | Downloaded url v2.5.8 |
| 363 | 2026-03-06T18:47:06.486Z | Downloaded rand v0.9.2 |
| 364 | 2026-03-06T18:47:06.490Z | Downloaded indexmap v2.13.0 |
| 365 | 2026-03-06T18:47:06.493Z | Downloaded zerocopy-derive v0.8.40 |
| 366 | 2026-03-06T18:47:06.502Z | Downloaded h2 v0.4.13 |
| 367 | 2026-03-06T18:47:06.507Z | Downloaded itertools v0.14.0 |
| 368 | 2026-03-06T18:47:06.513Z | Downloaded dropshot_endpoint v0.16.7 |
| 369 | 2026-03-06T18:47:06.517Z | Downloaded aho-corasick v1.1.4 |
| 370 | 2026-03-06T18:47:06.520Z | Downloaded http v1.4.0 |
| 371 | 2026-03-06T18:47:06.523Z | Downloaded litemap v0.8.1 |
| 372 | 2026-03-06T18:47:06.526Z | Downloaded crossbeam-utils v0.8.21 |
| 373 | 2026-03-06T18:47:06.529Z | Downloaded hashbrown v0.16.1 |
| 374 | 2026-03-06T18:47:06.532Z | Downloaded tower v0.5.3 |
| 375 | 2026-03-06T18:47:06.541Z | Downloaded iddqd v0.3.17 |
| 376 | 2026-03-06T18:47:06.547Z | Downloaded serde_json v1.0.149 |
| 377 | 2026-03-06T18:47:06.554Z | Downloaded pest v2.8.6 |
| 378 | 2026-03-06T18:47:06.558Z | Downloaded hyper v1.8.1 |
| 379 | 2026-03-06T18:47:06.564Z | Downloaded tower-http v0.6.8 |
| 380 | 2026-03-06T18:47:06.571Z | Downloaded icu_properties_data v2.1.2 |
| 381 | 2026-03-06T18:47:06.580Z | Downloaded zerovec v0.11.5 |
| 382 | 2026-03-06T18:47:06.584Z | Downloaded tokio-util v0.7.18 |
| 383 | 2026-03-06T18:47:06.591Z | Downloaded regex v1.12.3 |
| 384 | 2026-03-06T18:47:06.596Z | Downloaded serde_with v3.17.0 |
| 385 | 2026-03-06T18:47:06.606Z | Downloaded winnow v0.7.14 |
| 386 | 2026-03-06T18:47:06.615Z | Downloaded rustls-webpki v0.102.8 |
| 387 | 2026-03-06T18:47:06.632Z | Downloaded chrono v0.4.44 |
| 388 | 2026-03-06T18:47:06.651Z | Downloaded goblin v0.10.5 |
| 389 | 2026-03-06T18:47:06.661Z | Downloaded aws-lc-rs v1.16.0 |
| 390 | 2026-03-06T18:47:06.670Z | Downloaded time v0.3.47 |
| 391 | 2026-03-06T18:47:06.682Z | Downloaded syn v2.0.117 |
| 392 | 2026-03-06T18:47:06.693Z | Downloaded proptest v1.10.0 |
| 393 | 2026-03-06T18:47:06.701Z | Downloaded zerocopy v0.8.40 |
| 394 | 2026-03-06T18:47:06.709Z | Downloaded quinn-proto v0.11.13 |
| 395 | 2026-03-06T18:47:06.716Z | Downloaded dropshot v0.16.7 |
| 396 | 2026-03-06T18:47:06.738Z | Downloaded futures-util v0.3.32 |
| 397 | 2026-03-06T18:47:06.749Z | Downloaded rustix v1.1.3 |
| 398 | 2026-03-06T18:47:06.772Z | Downloaded rustls v0.22.4 |
| 399 | 2026-03-06T18:47:06.783Z | Downloaded rustls v0.23.37 |
| 400 | 2026-03-06T18:47:06.794Z | Downloaded regress v0.10.5 |
| 401 | 2026-03-06T18:47:06.801Z | Downloaded iri-string v0.7.10 |
| 402 | 2026-03-06T18:47:06.808Z | Downloaded reqwest v0.13.2 |
| 403 | 2026-03-06T18:47:06.814Z | Downloaded openapiv3 v2.2.0 |
| 404 | 2026-03-06T18:47:06.823Z | Downloaded regex-syntax v0.8.10 |
| 405 | 2026-03-06T18:47:06.830Z | Downloaded idna v1.1.0 |
| 406 | 2026-03-06T18:47:06.833Z | Downloaded async-trait v0.1.89 |
| 407 | 2026-03-06T18:47:06.836Z | Downloaded utf8_iter v1.0.4 |
| 408 | 2026-03-06T18:47:06.839Z | Downloaded tracing v0.1.44 |
| 409 | 2026-03-06T18:47:06.855Z | Downloaded quote v1.0.44 |
| 410 | 2026-03-06T18:47:06.858Z | Downloaded paste v1.0.15 |
| 411 | 2026-03-06T18:47:06.861Z | Downloaded tower-layer v0.3.3 |
| 412 | 2026-03-06T18:47:06.861Z | Downloaded parking_lot_core v0.9.12 |
| 413 | 2026-03-06T18:47:06.864Z | Downloaded libc v0.2.180 |
| 414 | 2026-03-06T18:47:06.893Z | Downloaded regex-automata v0.4.14 |
| 415 | 2026-03-06T18:47:06.930Z | Downloaded tokio v1.49.0 |
| 416 | 2026-03-06T18:47:06.987Z | Downloaded ring v0.17.14 |
| 417 | 2026-03-06T18:47:07.043Z | Downloaded encoding_rs v0.8.35 |
| 418 | 2026-03-06T18:47:07.707Z | Downloaded aws-lc-sys v0.37.1 |
| 419 | 2026-03-06T18:47:07.974Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-03-06T18:47:07.974Z | Compiling quote v1.0.44 |
| 421 | 2026-03-06T18:47:07.977Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-03-06T18:47:07.977Z | Compiling libc v0.2.180 |
| 423 | 2026-03-06T18:47:07.977Z | Checking cfg-if v1.0.4 |
| 424 | 2026-03-06T18:47:07.977Z | Compiling serde_core v1.0.228 |
| 425 | 2026-03-06T18:47:07.977Z | Checking memchr v2.8.0 |
| 426 | 2026-03-06T18:47:07.977Z | Checking itoa v1.0.17 |
| 427 | 2026-03-06T18:47:08.225Z | Compiling serde v1.0.228 |
| 428 | 2026-03-06T18:47:08.313Z | Compiling zmij v1.0.21 |
| 429 | 2026-03-06T18:47:08.435Z | Compiling serde_json v1.0.149 |
| 430 | 2026-03-06T18:47:08.906Z | Compiling find-msvc-tools v0.1.9 |
| 431 | 2026-03-06T18:47:09.057Z | Compiling shlex v1.3.0 |
| 432 | 2026-03-06T18:47:09.095Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-03-06T18:47:09.177Z | Checking smallvec v1.15.1 |
| 434 | 2026-03-06T18:47:09.344Z | Checking futures-core v0.3.32 |
| 435 | 2026-03-06T18:47:09.384Z | Checking bytes v1.11.1 |
| 436 | 2026-03-06T18:47:09.515Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-03-06T18:47:09.687Z | Checking scopeguard v1.2.0 |
| 438 | 2026-03-06T18:47:09.854Z | Checking once_cell v1.21.3 |
| 439 | 2026-03-06T18:47:09.953Z | Compiling jobserver v0.1.34 |
| 440 | 2026-03-06T18:47:09.974Z | Checking errno v0.3.14 |
| 441 | 2026-03-06T18:47:10.146Z | Checking lock_api v0.4.14 |
| 442 | 2026-03-06T18:47:10.166Z | Checking futures-sink v0.3.32 |
| 443 | 2026-03-06T18:47:10.319Z | Checking stable_deref_trait v1.2.1 |
| 444 | 2026-03-06T18:47:10.335Z | Compiling cc v1.2.56 |
| 445 | 2026-03-06T18:47:10.423Z | Checking signal-hook-registry v1.4.8 |
| 446 | 2026-03-06T18:47:10.563Z | Checking parking_lot v0.12.5 |
| 447 | 2026-03-06T18:47:10.631Z | Checking socket2 v0.6.2 |
| 448 | 2026-03-06T18:47:10.690Z | Checking mio v1.1.1 |
| 449 | 2026-03-06T18:47:10.820Z | Compiling syn v2.0.117 |
| 450 | 2026-03-06T18:47:10.862Z | Compiling autocfg v1.5.0 |
| 451 | 2026-03-06T18:47:10.903Z | Compiling getrandom v0.4.1 |
| 452 | 2026-03-06T18:47:10.924Z | Checking slab v0.4.12 |
| 453 | 2026-03-06T18:47:11.130Z | Checking zeroize v1.8.2 |
| 454 | 2026-03-06T18:47:11.207Z | Checking futures-channel v0.3.32 |
| 455 | 2026-03-06T18:47:11.289Z | Compiling thiserror v2.0.18 |
| 456 | 2026-03-06T18:47:11.555Z | Compiling rustversion v1.0.22 |
| 457 | 2026-03-06T18:47:11.607Z | Checking equivalent v1.0.2 |
| 458 | 2026-03-06T18:47:11.622Z | Compiling num-traits v0.2.19 |
| 459 | 2026-03-06T18:47:11.785Z | Checking foldhash v0.2.0 |
| 460 | 2026-03-06T18:47:11.987Z | Checking allocator-api2 v0.2.21 |
| 461 | 2026-03-06T18:47:12.001Z | Compiling zerocopy v0.8.40 |
| 462 | 2026-03-06T18:47:12.337Z | Compiling cmake v0.1.57 |
| 463 | 2026-03-06T18:47:12.538Z | Checking rustls-pki-types v1.14.0 |
| 464 | 2026-03-06T18:47:12.637Z | Checking hashbrown v0.16.1 |
| 465 | 2026-03-06T18:47:12.814Z | Checking http v1.4.0 |
| 466 | 2026-03-06T18:47:13.066Z | Compiling dunce v1.0.5 |
| 467 | 2026-03-06T18:47:13.157Z | Compiling fs_extra v1.3.0 |
| 468 | 2026-03-06T18:47:13.211Z | Compiling version_check v0.9.5 |
| 469 | 2026-03-06T18:47:13.618Z | Checking futures-io v0.3.32 |
| 470 | 2026-03-06T18:47:13.652Z | Checking futures-task v0.3.32 |
| 471 | 2026-03-06T18:47:13.763Z | Compiling aws-lc-sys v0.37.1 |
| 472 | 2026-03-06T18:47:13.810Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-03-06T18:47:13.882Z | Checking log v0.4.29 |
| 474 | 2026-03-06T18:47:14.161Z | Checking untrusted v0.9.0 |
| 475 | 2026-03-06T18:47:14.259Z | Checking fnv v1.0.7 |
| 476 | 2026-03-06T18:47:14.341Z | Checking iana-time-zone v0.1.65 |
| 477 | 2026-03-06T18:47:14.399Z | Compiling pest v2.8.6 |
| 478 | 2026-03-06T18:47:14.508Z | Checking litemap v0.8.1 |
| 479 | 2026-03-06T18:47:14.658Z | Compiling schemars v0.8.22 |
| 480 | 2026-03-06T18:47:14.833Z | Compiling httparse v1.10.1 |
| 481 | 2026-03-06T18:47:14.848Z | Checking writeable v0.6.2 |
| 482 | 2026-03-06T18:47:15.002Z | Checking http-body v1.0.1 |
| 483 | 2026-03-06T18:47:15.065Z | Checking indexmap v2.13.0 |
| 484 | 2026-03-06T18:47:15.154Z | Checking uuid v1.21.0 |
| 485 | 2026-03-06T18:47:15.200Z | Checking semver v1.0.27 |
| 486 | 2026-03-06T18:47:15.535Z | Checking tracing-core v0.1.36 |
| 487 | 2026-03-06T18:47:15.599Z | Checking percent-encoding v2.3.2 |
| 488 | 2026-03-06T18:47:15.757Z | Checking dyn-clone v1.0.20 |
| 489 | 2026-03-06T18:47:15.829Z | Checking atomic-waker v1.1.2 |
| 490 | 2026-03-06T18:47:15.913Z | Compiling aws-lc-rs v1.16.0 |
| 491 | 2026-03-06T18:47:15.977Z | Checking bitflags v2.11.0 |
| 492 | 2026-03-06T18:47:16.133Z | Compiling icu_properties_data v2.1.2 |
| 493 | 2026-03-06T18:47:16.263Z | Compiling icu_normalizer_data v2.1.1 |
| 494 | 2026-03-06T18:47:16.279Z | Checking tracing v0.1.44 |
| 495 | 2026-03-06T18:47:16.500Z | Checking getrandom v0.2.17 |
| 496 | 2026-03-06T18:47:16.604Z | Checking tower-service v0.3.3 |
| 497 | 2026-03-06T18:47:16.686Z | Checking tower-layer v0.3.3 |
| 498 | 2026-03-06T18:47:16.719Z | Checking subtle v2.6.1 |
| 499 | 2026-03-06T18:47:16.740Z | Compiling heck v0.5.0 |
| 500 | 2026-03-06T18:47:16.839Z | Compiling pest_meta v2.8.6 |
| 501 | 2026-03-06T18:47:16.952Z | Checking base64 v0.22.1 |
| 502 | 2026-03-06T18:47:16.955Z | Checking try-lock v0.2.5 |
| 503 | 2026-03-06T18:47:17.108Z | Checking want v0.3.1 |
| 504 | 2026-03-06T18:47:17.243Z | Compiling slog v2.8.2 |
| 505 | 2026-03-06T18:47:17.358Z | Checking httpdate v1.0.3 |
| 506 | 2026-03-06T18:47:17.373Z | Checking pin-utils v0.1.0 |
| 507 | 2026-03-06T18:47:17.389Z | Compiling getrandom v0.3.4 |
| 508 | 2026-03-06T18:47:17.520Z | Compiling typenum v1.19.0 |
| 509 | 2026-03-06T18:47:17.627Z | Checking form_urlencoded v1.2.2 |
| 510 | 2026-03-06T18:47:17.844Z | Compiling generic-array v0.14.7 |
| 511 | 2026-03-06T18:47:17.998Z | Compiling synstructure v0.13.2 |
| 512 | 2026-03-06T18:47:18.180Z | Compiling serde_derive_internals v0.29.1 |
| 513 | 2026-03-06T18:47:18.195Z | Compiling pest_generator v2.8.6 |
| 514 | 2026-03-06T18:47:18.313Z | Compiling ring v0.17.14 |
| 515 | 2026-03-06T18:47:18.871Z | Checking ipnet v2.11.0 |
| 516 | 2026-03-06T18:47:19.099Z | Compiling rustls v0.23.37 |
| 517 | 2026-03-06T18:47:19.333Z | Compiling paste v1.0.15 |
| 518 | 2026-03-06T18:47:19.909Z | Checking sync_wrapper v1.0.2 |
| 519 | 2026-03-06T18:47:19.930Z | Compiling rustix v1.1.3 |
| 520 | 2026-03-06T18:47:20.056Z | Compiling time-core v0.1.8 |
| 521 | 2026-03-06T18:47:20.155Z | Compiling num-conv v0.2.0 |
| 522 | 2026-03-06T18:47:20.346Z | Checking powerfmt v0.2.0 |
| 523 | 2026-03-06T18:47:20.398Z | Checking utf8_iter v1.0.4 |
| 524 | 2026-03-06T18:47:20.553Z | Checking ryu v1.0.23 |
| 525 | 2026-03-06T18:47:20.587Z | Compiling usdt-impl v0.6.0 |
| 526 | 2026-03-06T18:47:20.795Z | Checking deranged v0.5.8 |
| 527 | 2026-03-06T18:47:21.293Z | Compiling serde_derive v1.0.228 |
| 528 | 2026-03-06T18:47:21.308Z | Compiling zerocopy-derive v0.8.40 |
| 529 | 2026-03-06T18:47:21.335Z | Compiling zerofrom-derive v0.1.6 |
| 530 | 2026-03-06T18:47:21.660Z | Compiling yoke-derive v0.8.1 |
| 531 | 2026-03-06T18:47:22.025Z | Compiling tokio-macros v2.6.0 |
| 532 | 2026-03-06T18:47:23.150Z | Compiling zerovec-derive v0.11.2 |
| 533 | 2026-03-06T18:47:23.462Z | Checking tokio v1.49.0 |
| 534 | 2026-03-06T18:47:23.841Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-03-06T18:47:24.044Z | Checking zerofrom v0.1.6 |
| 536 | 2026-03-06T18:47:24.211Z | Checking yoke v0.8.1 |
| 537 | 2026-03-06T18:47:24.280Z | Compiling futures-macro v0.3.32 |
| 538 | 2026-03-06T18:47:24.530Z | Compiling thiserror-impl v2.0.18 |
| 539 | 2026-03-06T18:47:25.304Z | Checking zerotrie v0.2.3 |
| 540 | 2026-03-06T18:47:25.392Z | Checking zerovec v0.11.5 |
| 541 | 2026-03-06T18:47:25.757Z | Compiling schemars_derive v0.8.22 |
| 542 | 2026-03-06T18:47:25.952Z | Checking futures-util v0.3.32 |
| 543 | 2026-03-06T18:47:26.446Z | Checking tinystr v0.8.2 |
| 544 | 2026-03-06T18:47:26.787Z | Checking icu_locale_core v2.1.1 |
| 545 | 2026-03-06T18:47:27.141Z | Checking potential_utf v0.1.4 |
| 546 | 2026-03-06T18:47:27.317Z | Checking icu_collections v2.1.1 |
| 547 | 2026-03-06T18:47:28.078Z | Checking icu_provider v2.1.1 |
| 548 | 2026-03-06T18:47:28.360Z | Compiling pest_derive v2.8.6 |
| 549 | 2026-03-06T18:47:28.532Z | Checking icu_normalizer v2.1.1 |
| 550 | 2026-03-06T18:47:28.692Z | Checking chrono v0.4.44 |
| 551 | 2026-03-06T18:47:29.109Z | Compiling serde_tokenstream v0.2.3 |
| 552 | 2026-03-06T18:47:29.157Z | Checking erased-serde v0.3.31 |
| 553 | 2026-03-06T18:47:29.209Z | Checking icu_properties v2.1.2 |
| 554 | 2026-03-06T18:47:29.957Z | Checking tokio-util v0.7.18 |
| 555 | 2026-03-06T18:47:30.577Z | Compiling scroll_derive v0.13.1 |
| 556 | 2026-03-06T18:47:30.730Z | Compiling structmeta-derive v0.3.0 |
| 557 | 2026-03-06T18:47:30.829Z | Checking h2 v0.4.13 |
| 558 | 2026-03-06T18:47:31.247Z | Checking idna_adapter v1.2.1 |
| 559 | 2026-03-06T18:47:31.452Z | Checking idna v1.1.0 |
| 560 | 2026-03-06T18:47:31.704Z | Checking ppv-lite86 v0.2.21 |
| 561 | 2026-03-06T18:47:31.961Z | Checking tower v0.5.3 |
| 562 | 2026-03-06T18:47:32.204Z | Checking ipnetwork v0.21.1 |
| 563 | 2026-03-06T18:47:32.408Z | Compiling dtrace-parser v0.3.0 |
| 564 | 2026-03-06T18:47:32.423Z | Checking scroll v0.13.0 |
| 565 | 2026-03-06T18:47:32.574Z | Checking serde_urlencoded v0.7.1 |
| 566 | 2026-03-06T18:47:32.775Z | Compiling time-macros v0.2.27 |
| 567 | 2026-03-06T18:47:32.977Z | Checking rand_core v0.9.5 |
| 568 | 2026-03-06T18:47:33.073Z | Compiling structmeta v0.3.0 |
| 569 | 2026-03-06T18:47:33.265Z | Checking http-body-util v0.1.3 |
| 570 | 2026-03-06T18:47:33.431Z | Compiling thread-id v5.1.0 |
| 571 | 2026-03-06T18:47:33.561Z | Checking fastrand v2.3.0 |
| 572 | 2026-03-06T18:47:33.700Z | Checking iri-string v0.7.10 |
| 573 | 2026-03-06T18:47:33.919Z | Checking num_threads v0.1.7 |
| 574 | 2026-03-06T18:47:33.997Z | Compiling byteorder v1.5.0 |
| 575 | 2026-03-06T18:47:34.085Z | Checking plain v0.2.3 |
| 576 | 2026-03-06T18:47:34.231Z | Checking regex-syntax v0.8.10 |
| 577 | 2026-03-06T18:47:34.247Z | Compiling crossbeam-utils v0.8.21 |
| 578 | 2026-03-06T18:47:34.430Z | Compiling ident_case v1.0.1 |
| 579 | 2026-03-06T18:47:34.810Z | Compiling strsim v0.11.1 |
| 580 | 2026-03-06T18:47:34.947Z | Checking goblin v0.10.5 |
| 581 | 2026-03-06T18:47:34.964Z | Checking hyper v1.8.1 |
| 582 | 2026-03-06T18:47:34.992Z | Checking time v0.3.47 |
| 583 | 2026-03-06T18:47:35.421Z | Compiling darling_core v0.21.3 |
| 584 | 2026-03-06T18:47:36.070Z | Checking tower-http v0.6.8 |
| 585 | 2026-03-06T18:47:36.948Z | Checking hyper-util v0.1.20 |
| 586 | 2026-03-06T18:47:36.975Z | Checking oxnet v0.1.4 |
| 587 | 2026-03-06T18:47:37.278Z | Checking newtype-uuid v1.3.2 |
| 588 | 2026-03-06T18:47:37.385Z | Checking url v2.5.8 |
| 589 | 2026-03-06T18:47:37.596Z | Compiling dof v0.4.0 |
| 590 | 2026-03-06T18:47:38.984Z | Compiling daft-derive v0.1.5 |
| 591 | 2026-03-06T18:47:39.122Z | Compiling aho-corasick v1.1.4 |
| 592 | 2026-03-06T18:47:40.060Z | Compiling omicron-workspace-hack v0.1.0 |
| 593 | 2026-03-06T18:47:40.113Z | Compiling rustls v0.22.4 |
| 594 | 2026-03-06T18:47:40.442Z | Checking openssl-probe v0.2.1 |
| 595 | 2026-03-06T18:47:40.590Z | Checking pretty-hex v0.4.1 |
| 596 | 2026-03-06T18:47:40.644Z | Checking rustls-native-certs v0.8.3 |
| 597 | 2026-03-06T18:47:40.775Z | Checking daft v0.1.5 |
| 598 | 2026-03-06T18:47:40.899Z | Checking rustls-webpki v0.102.8 |
| 599 | 2026-03-06T18:47:40.903Z | Checking tempfile v3.25.0 |
| 600 | 2026-03-06T18:47:41.135Z | Compiling darling_macro v0.21.3 |
| 601 | 2026-03-06T18:47:41.656Z | Checking rand_chacha v0.9.0 |
| 602 | 2026-03-06T18:47:42.042Z | Checking crypto-common v0.1.7 |
| 603 | 2026-03-06T18:47:42.123Z | Checking block-buffer v0.10.4 |
| 604 | 2026-03-06T18:47:42.222Z | Checking rand_core v0.6.4 |
| 605 | 2026-03-06T18:47:42.323Z | Compiling multer v3.1.0 |
| 606 | 2026-03-06T18:47:42.517Z | Checking wait-timeout v0.2.1 |
| 607 | 2026-03-06T18:47:42.552Z | Checking thread_local v1.1.9 |
| 608 | 2026-03-06T18:47:42.666Z | Checking winnow v0.7.14 |
| 609 | 2026-03-06T18:47:42.683Z | Checking quick-error v1.2.3 |
| 610 | 2026-03-06T18:47:42.818Z | Compiling anyhow v1.0.102 |
| 611 | 2026-03-06T18:47:42.834Z | Compiling ref-cast v1.0.25 |
| 612 | 2026-03-06T18:47:43.111Z | Compiling slog-async v2.8.0 |
| 613 | 2026-03-06T18:47:43.404Z | Checking bit-vec v0.8.0 |
| 614 | 2026-03-06T18:47:43.407Z | Compiling thiserror v1.0.69 |
| 615 | 2026-03-06T18:47:43.608Z | Checking match_cfg v0.1.0 |
| 616 | 2026-03-06T18:47:43.708Z | Compiling camino v1.2.2 |
| 617 | 2026-03-06T18:47:43.769Z | Checking bit-set v0.8.0 |
| 618 | 2026-03-06T18:47:43.992Z | Compiling regex-automata v0.4.14 |
| 619 | 2026-03-06T18:47:44.338Z | Checking hostname v0.3.1 |
| 620 | 2026-03-06T18:47:44.539Z | Checking rusty-fork v0.3.1 |
| 621 | 2026-03-06T18:47:44.862Z | Checking rand_chacha v0.3.1 |
| 622 | 2026-03-06T18:47:44.909Z | Checking crossbeam-channel v0.5.15 |
| 623 | 2026-03-06T18:47:45.214Z | Checking digest v0.10.7 |
| 624 | 2026-03-06T18:47:45.235Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 625 | 2026-03-06T18:47:45.553Z | Compiling darling v0.21.3 |
| 626 | 2026-03-06T18:47:45.564Z | Checking rand v0.9.2 |
| 627 | 2026-03-06T18:47:45.669Z | Compiling usdt-attr-macro v0.6.0 |
| 628 | 2026-03-06T18:47:45.984Z | Compiling usdt-macro v0.6.0 |
| 629 | 2026-03-06T18:47:46.467Z | Checking slog-json v2.6.1 |
| 630 | 2026-03-06T18:47:46.525Z | Compiling derive-ex v0.1.8 |
| 631 | 2026-03-06T18:47:46.734Z | Checking rand_xorshift v0.4.0 |
| 632 | 2026-03-06T18:47:46.916Z | Checking futures-executor v0.3.32 |
| 633 | 2026-03-06T18:47:47.042Z | Compiling strum_macros v0.26.4 |
| 634 | 2026-03-06T18:47:47.154Z | Compiling ref-cast-impl v1.0.25 |
| 635 | 2026-03-06T18:47:47.237Z | Compiling thiserror-impl v1.0.69 |
| 636 | 2026-03-06T18:47:47.253Z | Compiling async-stream-impl v0.3.6 |
| 637 | 2026-03-06T18:47:48.254Z | Compiling regex v1.12.3 |
| 638 | 2026-03-06T18:47:48.479Z | Compiling dropshot v0.16.7 |
| 639 | 2026-03-06T18:47:48.856Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 640 | 2026-03-06T18:47:48.885Z | Checking serde_spanned v1.0.4 |
| 641 | 2026-03-06T18:47:49.096Z | Checking is-terminal v0.4.17 |
| 642 | 2026-03-06T18:47:49.159Z | Checking memmap2 v0.9.10 |
| 643 | 2026-03-06T18:47:49.230Z | Checking encoding_rs v0.8.35 |
| 644 | 2026-03-06T18:47:49.261Z | Checking unarray v0.1.4 |
| 645 | 2026-03-06T18:47:49.414Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 646 | 2026-03-06T18:47:49.453Z | Checking spin v0.9.8 |
| 647 | 2026-03-06T18:47:49.633Z | Checking cpufeatures v0.2.17 |
| 648 | 2026-03-06T18:47:49.744Z | Checking take_mut v0.2.2 |
| 649 | 2026-03-06T18:47:49.802Z | Checking hex v0.4.3 |
| 650 | 2026-03-06T18:47:49.912Z | Checking term v1.2.1 |
| 651 | 2026-03-06T18:47:50.160Z | Checking mime v0.3.17 |
| 652 | 2026-03-06T18:47:50.247Z | Compiling parse-display-derive v0.10.0 |
| 653 | 2026-03-06T18:47:50.354Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 654 | 2026-03-06T18:47:50.367Z | Checking slog-term v2.9.2 |
| 655 | 2026-03-06T18:47:50.367Z | Compiling dropshot_endpoint v0.16.7 |
| 656 | 2026-03-06T18:47:50.474Z | Compiling test-strategy v0.4.5 |
| 657 | 2026-03-06T18:47:50.833Z | Checking toml v0.9.12+spec-1.1.0 |
| 658 | 2026-03-06T18:47:50.887Z | Checking strum v0.26.3 |
| 659 | 2026-03-06T18:47:50.949Z | Checking sha1 v0.10.6 |
| 660 | 2026-03-06T18:47:51.072Z | Checking usdt v0.6.0 |
| 661 | 2026-03-06T18:47:51.253Z | Checking proptest v1.10.0 |
| 662 | 2026-03-06T18:47:51.406Z | Checking tokio-rustls v0.25.0 |
| 663 | 2026-03-06T18:47:51.804Z | Checking async-stream v0.3.6 |
| 664 | 2026-03-06T18:47:52.010Z | Checking futures v0.3.32 |
| 665 | 2026-03-06T18:47:52.137Z | Checking slog-bunyan v2.5.0 |
| 666 | 2026-03-06T18:47:52.289Z | Compiling serde_with_macros v3.17.0 |
| 667 | 2026-03-06T18:47:52.310Z | Checking rand v0.8.5 |
| 668 | 2026-03-06T18:47:53.567Z | Checking reqwest v0.12.28 |
| 669 | 2026-03-06T18:47:53.595Z | Compiling newtype-uuid-macros v0.1.0 |
| 670 | 2026-03-06T18:47:53.641Z | Checking openapiv3 v2.2.0 |
| 671 | 2026-03-06T18:47:53.667Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2026-03-06T18:47:54.109Z | Compiling strum_macros v0.27.2 |
| 673 | 2026-03-06T18:47:54.449Z | Compiling async-trait v0.1.89 |
| 674 | 2026-03-06T18:47:54.604Z | Checking waitgroup v0.1.2 |
| 675 | 2026-03-06T18:47:54.668Z | Checking serde_path_to_error v0.1.20 |
| 676 | 2026-03-06T18:47:54.754Z | Checking rustls-pemfile v2.2.0 |
| 677 | 2026-03-06T18:47:54.992Z | Checking hostname v0.4.2 |
| 678 | 2026-03-06T18:47:55.143Z | Checking instant v0.1.13 |
| 679 | 2026-03-06T18:47:55.187Z | Checking debug-ignore v1.0.5 |
| 680 | 2026-03-06T18:47:55.241Z | Checking either v1.15.0 |
| 681 | 2026-03-06T18:47:55.264Z | Checking rustc-hash v2.1.1 |
| 682 | 2026-03-06T18:47:55.314Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 683 | 2026-03-06T18:47:55.324Z | Checking backoff v0.4.0 |
| 684 | 2026-03-06T18:47:55.430Z | Checking iddqd v0.3.17 |
| 685 | 2026-03-06T18:47:55.590Z | Checking itertools v0.14.0 |
| 686 | 2026-03-06T18:47:55.594Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 687 | 2026-03-06T18:47:56.009Z | Checking progenitor-client v0.10.0 |
| 688 | 2026-03-06T18:47:56.381Z | Checking serde_with v3.17.0 |
| 689 | 2026-03-06T18:47:56.486Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 690 | 2026-03-06T18:47:56.579Z | Checking parse-display v0.10.0 |
| 691 | 2026-03-06T18:47:56.633Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 692 | 2026-03-06T18:47:56.814Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 693 | 2026-03-06T18:47:57.332Z | Checking backon v1.6.0 |
| 694 | 2026-03-06T18:47:57.561Z | Checking macaddr v1.0.1 |
| 695 | 2026-03-06T18:47:57.613Z | Checking regress v0.10.5 |
| 696 | 2026-03-06T18:47:58.516Z | Checking strum v0.27.2 |
| 697 | 2026-03-06T18:48:04.998Z | Checking rustls-webpki v0.103.9 |
| 698 | 2026-03-06T18:48:08.726Z | Checking tokio-rustls v0.26.4 |
| 699 | 2026-03-06T18:48:08.729Z | Checking rustls-platform-verifier v0.6.2 |
| 700 | 2026-03-06T18:48:08.994Z | Checking hyper-rustls v0.27.7 |
| 701 | 2026-03-06T18:48:09.191Z | Checking reqwest v0.13.2 |
| 702 | 2026-03-06T18:48:10.066Z | Checking progenitor-client v0.13.0 |
| 703 | 2026-03-06T18:48:10.310Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 704 | 2026-03-06T18:48:17.595Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 705 | 2026-03-06T18:48:17.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 706 | 2026-03-06T18:48:17.815Z | + cargo build --release |
| 707 | 2026-03-06T18:48:18.094Z | Compiling proc-macro2 v1.0.106 |
| 708 | 2026-03-06T18:48:18.094Z | Compiling quote v1.0.44 |
| 709 | 2026-03-06T18:48:18.094Z | Compiling unicode-ident v1.0.24 |
| 710 | 2026-03-06T18:48:18.097Z | Compiling libc v0.2.180 |
| 711 | 2026-03-06T18:48:18.097Z | Compiling cfg-if v1.0.4 |
| 712 | 2026-03-06T18:48:18.097Z | Compiling serde_core v1.0.228 |
| 713 | 2026-03-06T18:48:18.097Z | Compiling memchr v2.8.0 |
| 714 | 2026-03-06T18:48:18.142Z | Compiling itoa v1.0.17 |
| 715 | 2026-03-06T18:48:18.246Z | Compiling serde v1.0.228 |
| 716 | 2026-03-06T18:48:18.309Z | Compiling zmij v1.0.21 |
| 717 | 2026-03-06T18:48:18.625Z | Compiling serde_json v1.0.149 |
| 718 | 2026-03-06T18:48:18.678Z | Compiling find-msvc-tools v0.1.9 |
| 719 | 2026-03-06T18:48:18.864Z | Compiling shlex v1.3.0 |
| 720 | 2026-03-06T18:48:18.995Z | Compiling pin-project-lite v0.2.17 |
| 721 | 2026-03-06T18:48:19.124Z | Compiling smallvec v1.15.1 |
| 722 | 2026-03-06T18:48:19.183Z | Compiling futures-core v0.3.32 |
| 723 | 2026-03-06T18:48:19.437Z | Compiling bytes v1.11.1 |
| 724 | 2026-03-06T18:48:19.621Z | Compiling parking_lot_core v0.9.12 |
| 725 | 2026-03-06T18:48:19.752Z | Compiling jobserver v0.1.34 |
| 726 | 2026-03-06T18:48:19.840Z | Compiling errno v0.3.14 |
| 727 | 2026-03-06T18:48:20.114Z | Compiling once_cell v1.21.3 |
| 728 | 2026-03-06T18:48:20.430Z | Compiling cc v1.2.56 |
| 729 | 2026-03-06T18:48:20.557Z | Compiling syn v2.0.117 |
| 730 | 2026-03-06T18:48:20.566Z | Compiling scopeguard v1.2.0 |
| 731 | 2026-03-06T18:48:20.735Z | Compiling lock_api v0.4.14 |
| 732 | 2026-03-06T18:48:20.823Z | Compiling futures-sink v0.3.32 |
| 733 | 2026-03-06T18:48:20.996Z | Compiling stable_deref_trait v1.2.1 |
| 734 | 2026-03-06T18:48:21.099Z | Compiling signal-hook-registry v1.4.8 |
| 735 | 2026-03-06T18:48:21.108Z | Compiling mio v1.1.1 |
| 736 | 2026-03-06T18:48:21.237Z | Compiling parking_lot v0.12.5 |
| 737 | 2026-03-06T18:48:21.437Z | Compiling socket2 v0.6.2 |
| 738 | 2026-03-06T18:48:21.480Z | Compiling autocfg v1.5.0 |
| 739 | 2026-03-06T18:48:22.212Z | Compiling getrandom v0.4.1 |
| 740 | 2026-03-06T18:48:22.213Z | Compiling num-traits v0.2.19 |
| 741 | 2026-03-06T18:48:22.575Z | Compiling zeroize v1.8.2 |
| 742 | 2026-03-06T18:48:22.612Z | Compiling slab v0.4.12 |
| 743 | 2026-03-06T18:48:22.709Z | Compiling thiserror v2.0.18 |
| 744 | 2026-03-06T18:48:23.176Z | Compiling futures-channel v0.3.32 |
| 745 | 2026-03-06T18:48:23.185Z | Compiling allocator-api2 v0.2.21 |
| 746 | 2026-03-06T18:48:23.235Z | Compiling rustversion v1.0.22 |
| 747 | 2026-03-06T18:48:23.305Z | Compiling foldhash v0.2.0 |
| 748 | 2026-03-06T18:48:23.568Z | Compiling equivalent v1.0.2 |
| 749 | 2026-03-06T18:48:23.659Z | Compiling zerocopy v0.8.40 |
| 750 | 2026-03-06T18:48:23.944Z | Compiling hashbrown v0.16.1 |
| 751 | 2026-03-06T18:48:24.023Z | Compiling rustls-pki-types v1.14.0 |
| 752 | 2026-03-06T18:48:24.057Z | Compiling cmake v0.1.57 |
| 753 | 2026-03-06T18:48:24.101Z | Compiling http v1.4.0 |
| 754 | 2026-03-06T18:48:24.461Z | Compiling fs_extra v1.3.0 |
| 755 | 2026-03-06T18:48:24.777Z | Compiling futures-task v0.3.32 |
| 756 | 2026-03-06T18:48:24.985Z | Compiling dunce v1.0.5 |
| 757 | 2026-03-06T18:48:25.087Z | Compiling version_check v0.9.5 |
| 758 | 2026-03-06T18:48:25.125Z | Compiling futures-io v0.3.32 |
| 759 | 2026-03-06T18:48:25.473Z | Compiling aws-lc-sys v0.37.1 |
| 760 | 2026-03-06T18:48:25.840Z | Compiling log v0.4.29 |
| 761 | 2026-03-06T18:48:25.885Z | Compiling ucd-trie v0.1.7 |
| 762 | 2026-03-06T18:48:26.259Z | Compiling fnv v1.0.7 |
| 763 | 2026-03-06T18:48:26.307Z | Compiling untrusted v0.9.0 |
| 764 | 2026-03-06T18:48:26.525Z | Compiling iana-time-zone v0.1.65 |
| 765 | 2026-03-06T18:48:26.851Z | Compiling pest v2.8.6 |
| 766 | 2026-03-06T18:48:27.068Z | Compiling schemars v0.8.22 |
| 767 | 2026-03-06T18:48:27.245Z | Compiling litemap v0.8.1 |
| 768 | 2026-03-06T18:48:27.487Z | Compiling writeable v0.6.2 |
| 769 | 2026-03-06T18:48:27.670Z | Compiling httparse v1.10.1 |
| 770 | 2026-03-06T18:48:27.915Z | Compiling synstructure v0.13.2 |
| 771 | 2026-03-06T18:48:28.280Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2026-03-06T18:48:28.401Z | Compiling http-body v1.0.1 |
| 773 | 2026-03-06T18:48:28.649Z | Compiling indexmap v2.13.0 |
| 774 | 2026-03-06T18:48:29.002Z | Compiling semver v1.0.27 |
| 775 | 2026-03-06T18:48:29.688Z | Compiling pest_meta v2.8.6 |
| 776 | 2026-03-06T18:48:29.697Z | Compiling uuid v1.21.0 |
| 777 | 2026-03-06T18:48:30.094Z | Compiling tracing-core v0.1.36 |
| 778 | 2026-03-06T18:48:30.098Z | Compiling percent-encoding v2.3.2 |
| 779 | 2026-03-06T18:48:30.361Z | Compiling bitflags v2.11.0 |
| 780 | 2026-03-06T18:48:30.487Z | Compiling icu_normalizer_data v2.1.1 |
| 781 | 2026-03-06T18:48:30.545Z | Compiling atomic-waker v1.1.2 |
| 782 | 2026-03-06T18:48:30.748Z | Compiling aws-lc-rs v1.16.0 |
| 783 | 2026-03-06T18:48:30.850Z | Compiling dyn-clone v1.0.20 |
| 784 | 2026-03-06T18:48:30.937Z | Compiling icu_properties_data v2.1.2 |
| 785 | 2026-03-06T18:48:31.072Z | Compiling pest_generator v2.8.6 |
| 786 | 2026-03-06T18:48:31.133Z | Compiling tracing v0.1.44 |
| 787 | 2026-03-06T18:48:31.333Z | Compiling serde_derive v1.0.228 |
| 788 | 2026-03-06T18:48:31.343Z | Compiling zerofrom-derive v0.1.6 |
| 789 | 2026-03-06T18:48:31.779Z | Compiling zerocopy-derive v0.8.40 |
| 790 | 2026-03-06T18:48:32.255Z | Compiling yoke-derive v0.8.1 |
| 791 | 2026-03-06T18:48:32.368Z | Compiling tokio-macros v2.6.0 |
| 792 | 2026-03-06T18:48:32.527Z | Compiling zerovec-derive v0.11.2 |
| 793 | 2026-03-06T18:48:32.836Z | Compiling displaydoc v0.2.5 |
| 794 | 2026-03-06T18:48:33.861Z | Compiling tokio v1.49.0 |
| 795 | 2026-03-06T18:48:34.074Z | Compiling zerofrom v0.1.6 |
| 796 | 2026-03-06T18:48:34.281Z | Compiling thiserror-impl v2.0.18 |
| 797 | 2026-03-06T18:48:34.300Z | Compiling futures-macro v0.3.32 |
| 798 | 2026-03-06T18:48:34.529Z | Compiling yoke v0.8.1 |
| 799 | 2026-03-06T18:48:34.894Z | Compiling zerotrie v0.2.3 |
| 800 | 2026-03-06T18:48:34.905Z | Compiling zerovec v0.11.5 |
| 801 | 2026-03-06T18:48:35.790Z | Compiling schemars_derive v0.8.22 |
| 802 | 2026-03-06T18:48:35.957Z | Compiling futures-util v0.3.32 |
| 803 | 2026-03-06T18:48:36.230Z | Compiling tinystr v0.8.2 |
| 804 | 2026-03-06T18:48:36.646Z | Compiling icu_locale_core v2.1.1 |
| 805 | 2026-03-06T18:48:36.876Z | Compiling potential_utf v0.1.4 |
| 806 | 2026-03-06T18:48:37.174Z | Compiling icu_collections v2.1.1 |
| 807 | 2026-03-06T18:48:38.645Z | Compiling icu_provider v2.1.1 |
| 808 | 2026-03-06T18:48:39.385Z | Compiling chrono v0.4.44 |
| 809 | 2026-03-06T18:48:39.457Z | Compiling getrandom v0.2.17 |
| 810 | 2026-03-06T18:48:39.641Z | Compiling base64 v0.22.1 |
| 811 | 2026-03-06T18:48:39.830Z | Compiling tower-service v0.3.3 |
| 812 | 2026-03-06T18:48:39.954Z | Compiling subtle v2.6.1 |
| 813 | 2026-03-06T18:48:40.259Z | Compiling try-lock v0.2.5 |
| 814 | 2026-03-06T18:48:40.436Z | Compiling heck v0.5.0 |
| 815 | 2026-03-06T18:48:40.668Z | Compiling tower-layer v0.3.3 |
| 816 | 2026-03-06T18:48:40.844Z | Compiling want v0.3.1 |
| 817 | 2026-03-06T18:48:41.148Z | Compiling pest_derive v2.8.6 |
| 818 | 2026-03-06T18:48:41.491Z | Compiling slog v2.8.2 |
| 819 | 2026-03-06T18:48:42.126Z | Compiling getrandom v0.3.4 |
| 820 | 2026-03-06T18:48:42.431Z | Compiling pin-utils v0.1.0 |
| 821 | 2026-03-06T18:48:42.524Z | Compiling httpdate v1.0.3 |
| 822 | 2026-03-06T18:48:42.690Z | Compiling tokio-util v0.7.18 |
| 823 | 2026-03-06T18:48:43.148Z | Compiling typenum v1.19.0 |
| 824 | 2026-03-06T18:48:43.807Z | Compiling h2 v0.4.13 |
| 825 | 2026-03-06T18:48:43.836Z | Compiling ppv-lite86 v0.2.21 |
| 826 | 2026-03-06T18:48:43.956Z | Compiling icu_normalizer v2.1.1 |
| 827 | 2026-03-06T18:48:44.625Z | Compiling icu_properties v2.1.2 |
| 828 | 2026-03-06T18:48:45.103Z | Compiling serde_tokenstream v0.2.3 |
| 829 | 2026-03-06T18:48:45.678Z | Compiling erased-serde v0.3.31 |
| 830 | 2026-03-06T18:48:46.683Z | Compiling form_urlencoded v1.2.2 |
| 831 | 2026-03-06T18:48:47.143Z | Compiling generic-array v0.14.7 |
| 832 | 2026-03-06T18:48:47.302Z | Compiling ring v0.17.14 |
| 833 | 2026-03-06T18:48:47.925Z | Compiling ipnet v2.11.0 |
| 834 | 2026-03-06T18:48:48.040Z | Compiling paste v1.0.15 |
| 835 | 2026-03-06T18:48:48.351Z | Compiling rustls v0.23.37 |
| 836 | 2026-03-06T18:48:50.105Z | Compiling hyper v1.8.1 |
| 837 | 2026-03-06T18:48:50.502Z | Compiling idna_adapter v1.2.1 |
| 838 | 2026-03-06T18:48:52.083Z | Compiling scroll_derive v0.13.1 |
| 839 | 2026-03-06T18:48:53.082Z | Compiling hyper-util v0.1.20 |
| 840 | 2026-03-06T18:48:53.840Z | Compiling structmeta-derive v0.3.0 |
| 841 | 2026-03-06T18:48:56.218Z | Compiling sync_wrapper v1.0.2 |
| 842 | 2026-03-06T18:48:56.961Z | Compiling utf8_iter v1.0.4 |
| 843 | 2026-03-06T18:48:57.240Z | Compiling time-core v0.1.8 |
| 844 | 2026-03-06T18:48:57.549Z | Compiling ryu v1.0.23 |
| 845 | 2026-03-06T18:48:57.975Z | Compiling usdt-impl v0.6.0 |
| 846 | 2026-03-06T18:48:58.138Z | Compiling num-conv v0.2.0 |
| 847 | 2026-03-06T18:48:58.411Z | Compiling rustix v1.1.3 |
| 848 | 2026-03-06T18:48:58.537Z | Compiling powerfmt v0.2.0 |
| 849 | 2026-03-06T18:48:59.019Z | Compiling dof v0.4.0 |
| 850 | 2026-03-06T18:48:59.092Z | Compiling deranged v0.5.8 |
| 851 | 2026-03-06T18:48:59.352Z | Compiling time-macros v0.2.27 |
| 852 | 2026-03-06T18:49:00.164Z | Compiling serde_urlencoded v0.7.1 |
| 853 | 2026-03-06T18:49:00.643Z | Compiling idna v1.1.0 |
| 854 | 2026-03-06T18:49:00.819Z | Compiling tower v0.5.3 |
| 855 | 2026-03-06T18:49:01.371Z | Compiling structmeta v0.3.0 |
| 856 | 2026-03-06T18:49:01.558Z | Compiling scroll v0.13.0 |
| 857 | 2026-03-06T18:49:01.750Z | Compiling rand_core v0.9.5 |
| 858 | 2026-03-06T18:49:02.149Z | Compiling ipnetwork v0.21.1 |
| 859 | 2026-03-06T18:49:02.200Z | Compiling dtrace-parser v0.3.0 |
| 860 | 2026-03-06T18:49:02.236Z | Compiling http-body-util v0.1.3 |
| 861 | 2026-03-06T18:49:02.776Z | Compiling thread-id v5.1.0 |
| 862 | 2026-03-06T18:49:02.846Z | Compiling omicron-workspace-hack v0.1.0 |
| 863 | 2026-03-06T18:49:03.210Z | Compiling iri-string v0.7.10 |
| 864 | 2026-03-06T18:49:03.221Z | Compiling plain v0.2.3 |
| 865 | 2026-03-06T18:49:03.541Z | Compiling crossbeam-utils v0.8.21 |
| 866 | 2026-03-06T18:49:03.556Z | Compiling ident_case v1.0.1 |
| 867 | 2026-03-06T18:49:03.753Z | Compiling num_threads v0.1.7 |
| 868 | 2026-03-06T18:49:03.893Z | Compiling regex-syntax v0.8.10 |
| 869 | 2026-03-06T18:49:04.198Z | Compiling strsim v0.11.1 |
| 870 | 2026-03-06T18:49:04.224Z | Compiling byteorder v1.5.0 |
| 871 | 2026-03-06T18:49:04.350Z | Compiling fastrand v2.3.0 |
| 872 | 2026-03-06T18:49:04.820Z | Compiling darling_core v0.21.3 |
| 873 | 2026-03-06T18:49:05.051Z | Compiling time v0.3.47 |
| 874 | 2026-03-06T18:49:05.355Z | Compiling goblin v0.10.5 |
| 875 | 2026-03-06T18:49:08.369Z | Compiling tower-http v0.6.8 |
| 876 | 2026-03-06T18:49:09.257Z | Compiling oxnet v0.1.4 |
| 877 | 2026-03-06T18:49:09.758Z | Compiling url v2.5.8 |
| 878 | 2026-03-06T18:49:10.580Z | Compiling newtype-uuid v1.3.2 |
| 879 | 2026-03-06T18:49:12.836Z | Compiling daft-derive v0.1.5 |
| 880 | 2026-03-06T18:49:13.862Z | Compiling aho-corasick v1.1.4 |
| 881 | 2026-03-06T18:49:14.136Z | Compiling rustls v0.22.4 |
| 882 | 2026-03-06T18:49:14.414Z | Compiling openssl-probe v0.2.1 |
| 883 | 2026-03-06T18:49:14.518Z | Compiling pretty-hex v0.4.1 |
| 884 | 2026-03-06T18:49:15.496Z | Compiling rustls-native-certs v0.8.3 |
| 885 | 2026-03-06T18:49:17.423Z | Compiling daft v0.1.5 |
| 886 | 2026-03-06T18:49:17.475Z | Compiling rustls-webpki v0.102.8 |
| 887 | 2026-03-06T18:49:17.961Z | Compiling tempfile v3.25.0 |
| 888 | 2026-03-06T18:49:19.470Z | Compiling regex-automata v0.4.14 |
| 889 | 2026-03-06T18:49:19.906Z | Compiling darling_macro v0.21.3 |
| 890 | 2026-03-06T18:49:21.946Z | Compiling crypto-common v0.1.7 |
| 891 | 2026-03-06T18:49:22.182Z | Compiling block-buffer v0.10.4 |
| 892 | 2026-03-06T18:49:22.440Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-03-06T18:49:22.669Z | Compiling rand_core v0.6.4 |
| 894 | 2026-03-06T18:49:22.930Z | Compiling multer v3.1.0 |
| 895 | 2026-03-06T18:49:23.279Z | Compiling wait-timeout v0.2.1 |
| 896 | 2026-03-06T18:49:23.738Z | Compiling thread_local v1.1.9 |
| 897 | 2026-03-06T18:49:24.285Z | Compiling camino v1.2.2 |
| 898 | 2026-03-06T18:49:24.390Z | Compiling slog-async v2.8.0 |
| 899 | 2026-03-06T18:49:24.903Z | Compiling winnow v0.7.14 |
| 900 | 2026-03-06T18:49:24.932Z | Compiling bit-vec v0.8.0 |
| 901 | 2026-03-06T18:49:25.523Z | Compiling anyhow v1.0.102 |
| 902 | 2026-03-06T18:49:26.126Z | Compiling ref-cast v1.0.25 |
| 903 | 2026-03-06T18:49:26.174Z | Compiling quick-error v1.2.3 |
| 904 | 2026-03-06T18:49:26.260Z | Compiling match_cfg v0.1.0 |
| 905 | 2026-03-06T18:49:26.330Z | Compiling thiserror v1.0.69 |
| 906 | 2026-03-06T18:49:26.773Z | Compiling hostname v0.3.1 |
| 907 | 2026-03-06T18:49:26.897Z | Compiling rusty-fork v0.3.1 |
| 908 | 2026-03-06T18:49:27.458Z | Compiling bit-set v0.8.0 |
| 909 | 2026-03-06T18:49:27.945Z | Compiling regex v1.12.3 |
| 910 | 2026-03-06T18:49:28.805Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 911 | 2026-03-06T18:49:29.042Z | Compiling rand_chacha v0.3.1 |
| 912 | 2026-03-06T18:49:30.500Z | Compiling rand v0.9.2 |
| 913 | 2026-03-06T18:49:31.959Z | Compiling digest v0.10.7 |
| 914 | 2026-03-06T18:49:32.193Z | Compiling crossbeam-channel v0.5.15 |
| 915 | 2026-03-06T18:49:32.369Z | Compiling darling v0.21.3 |
| 916 | 2026-03-06T18:49:33.712Z | Compiling slog-json v2.6.1 |
| 917 | 2026-03-06T18:49:34.018Z | Compiling usdt-macro v0.6.0 |
| 918 | 2026-03-06T18:49:34.183Z | Compiling usdt-attr-macro v0.6.0 |
| 919 | 2026-03-06T18:49:35.323Z | Compiling rand_xorshift v0.4.0 |
| 920 | 2026-03-06T18:49:35.594Z | Compiling derive-ex v0.1.8 |
| 921 | 2026-03-06T18:49:35.602Z | Compiling futures-executor v0.3.32 |
| 922 | 2026-03-06T18:49:36.628Z | Compiling strum_macros v0.26.4 |
| 923 | 2026-03-06T18:49:36.971Z | Compiling ref-cast-impl v1.0.25 |
| 924 | 2026-03-06T18:49:38.163Z | Compiling async-stream-impl v0.3.6 |
| 925 | 2026-03-06T18:49:39.253Z | Compiling thiserror-impl v1.0.69 |
| 926 | 2026-03-06T18:49:39.347Z | Compiling dropshot v0.16.7 |
| 927 | 2026-03-06T18:49:39.443Z | Compiling serde_spanned v1.0.4 |
| 928 | 2026-03-06T18:49:39.688Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 929 | 2026-03-06T18:49:39.746Z | Compiling memmap2 v0.9.10 |
| 930 | 2026-03-06T18:49:40.281Z | Compiling is-terminal v0.4.17 |
| 931 | 2026-03-06T18:49:40.415Z | Compiling encoding_rs v0.8.35 |
| 932 | 2026-03-06T18:49:40.455Z | Compiling term v1.2.1 |
| 933 | 2026-03-06T18:49:40.523Z | Compiling mime v0.3.17 |
| 934 | 2026-03-06T18:49:41.462Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 935 | 2026-03-06T18:49:41.851Z | Compiling unarray v0.1.4 |
| 936 | 2026-03-06T18:49:41.975Z | Compiling cpufeatures v0.2.17 |
| 937 | 2026-03-06T18:49:42.081Z | Compiling take_mut v0.2.2 |
| 938 | 2026-03-06T18:49:42.251Z | Compiling spin v0.9.8 |
| 939 | 2026-03-06T18:49:42.532Z | Compiling hex v0.4.3 |
| 940 | 2026-03-06T18:49:42.646Z | Compiling dropshot_endpoint v0.16.7 |
| 941 | 2026-03-06T18:49:43.178Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 942 | 2026-03-06T18:49:46.236Z | Compiling sha1 v0.10.6 |
| 943 | 2026-03-06T18:49:46.476Z | Compiling proptest v1.10.0 |
| 944 | 2026-03-06T18:49:47.284Z | Compiling toml v0.9.12+spec-1.1.0 |
| 945 | 2026-03-06T18:49:47.815Z | Compiling slog-term v2.9.2 |
| 946 | 2026-03-06T18:49:50.907Z | Compiling strum v0.26.3 |
| 947 | 2026-03-06T18:49:51.030Z | Compiling usdt v0.6.0 |
| 948 | 2026-03-06T18:49:51.164Z | Compiling async-stream v0.3.6 |
| 949 | 2026-03-06T18:49:51.523Z | Compiling test-strategy v0.4.5 |
| 950 | 2026-03-06T18:49:52.609Z | Compiling tokio-rustls v0.25.0 |
| 951 | 2026-03-06T18:49:53.069Z | Compiling futures v0.3.32 |
| 952 | 2026-03-06T18:49:53.280Z | Compiling slog-bunyan v2.5.0 |
| 953 | 2026-03-06T18:49:53.589Z | Compiling serde_with_macros v3.17.0 |
| 954 | 2026-03-06T18:49:54.701Z | Compiling rand v0.8.5 |
| 955 | 2026-03-06T18:49:55.925Z | Compiling parse-display-derive v0.10.0 |
| 956 | 2026-03-06T18:49:57.624Z | Compiling reqwest v0.12.28 |
| 957 | 2026-03-06T18:49:57.691Z | Compiling newtype-uuid-macros v0.1.0 |
| 958 | 2026-03-06T18:49:58.814Z | Compiling strum_macros v0.27.2 |
| 959 | 2026-03-06T18:49:59.323Z | Compiling openapiv3 v2.2.0 |
| 960 | 2026-03-06T18:49:59.372Z | Compiling async-trait v0.1.89 |
| 961 | 2026-03-06T18:50:01.396Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 962 | 2026-03-06T18:50:02.216Z | Compiling waitgroup v0.1.2 |
| 963 | 2026-03-06T18:50:02.467Z | Compiling rustls-pemfile v2.2.0 |
| 964 | 2026-03-06T18:50:02.925Z | Compiling serde_path_to_error v0.1.20 |
| 965 | 2026-03-06T18:50:03.146Z | Compiling hostname v0.4.2 |
| 966 | 2026-03-06T18:50:03.414Z | Compiling instant v0.1.13 |
| 967 | 2026-03-06T18:50:03.574Z | Compiling either v1.15.0 |
| 968 | 2026-03-06T18:50:03.702Z | Compiling debug-ignore v1.0.5 |
| 969 | 2026-03-06T18:50:03.870Z | Compiling rustc-hash v2.1.1 |
| 970 | 2026-03-06T18:50:04.002Z | Compiling itertools v0.14.0 |
| 971 | 2026-03-06T18:50:04.055Z | Compiling iddqd v0.3.17 |
| 972 | 2026-03-06T18:50:05.150Z | Compiling backoff v0.4.0 |
| 973 | 2026-03-06T18:50:05.524Z | Compiling strum v0.27.2 |
| 974 | 2026-03-06T18:50:05.734Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 975 | 2026-03-06T18:50:05.966Z | Compiling progenitor-client v0.10.0 |
| 976 | 2026-03-06T18:50:06.949Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 977 | 2026-03-06T18:50:07.611Z | Compiling parse-display v0.10.0 |
| 978 | 2026-03-06T18:50:08.208Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 979 | 2026-03-06T18:50:08.365Z | Compiling serde_with v3.17.0 |
| 980 | 2026-03-06T18:50:09.620Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 981 | 2026-03-06T18:50:11.242Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 982 | 2026-03-06T18:50:12.014Z | Compiling backon v1.6.0 |
| 983 | 2026-03-06T18:50:12.085Z | Compiling macaddr v1.0.1 |
| 984 | 2026-03-06T18:50:12.484Z | Compiling regress v0.10.5 |
| 985 | 2026-03-06T18:50:26.609Z | Compiling rustls-webpki v0.103.9 |
| 986 | 2026-03-06T18:50:32.632Z | Compiling tokio-rustls v0.26.4 |
| 987 | 2026-03-06T18:50:32.632Z | Compiling rustls-platform-verifier v0.6.2 |
| 988 | 2026-03-06T18:50:33.158Z | Compiling hyper-rustls v0.27.7 |
| 989 | 2026-03-06T18:50:33.710Z | Compiling reqwest v0.13.2 |
| 990 | 2026-03-06T18:50:38.509Z | Compiling progenitor-client v0.13.0 |
| 991 | 2026-03-06T18:50:39.323Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 992 | 2026-03-06T18:50:48.980Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 993 | 2026-03-06T18:50:59.207Z | Finished `release` profile [optimized] target(s) in 2m 41s |
| 994 | 2026-03-06T18:50:59.274Z | process exited: duration 239931 ms, exit code 0 |
| |
| 995 | 2026-03-06T18:50:59.283Z | found 0 output files |