|
|
|
| 1 | 2026-03-04T17:29:20.223Z | job assigned to worker 01KJWY9505SDASGPD07V93FKRC [factory aws, i-0813bc39241d188ad] (queued for 1 m 12 s) |
| |
| 2 | 2026-03-04T17:29:28.629Z | starting task 0: "setup" |
| 3 | 2026-03-04T17:29:28.633Z | ++ uname -s |
| 4 | 2026-03-04T17:29:28.637Z | + kern=SunOS |
| 5 | 2026-03-04T17:29:28.637Z | + build_user=build |
| 6 | 2026-03-04T17:29:28.637Z | + build_uid=12345 |
| 7 | 2026-03-04T17:29:28.637Z | + work_dir=/work |
| 8 | 2026-03-04T17:29:28.637Z | + input_dir=/input |
| 9 | 2026-03-04T17:29:28.637Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-04T17:29:28.637Z | + case "$kern" in |
| 11 | 2026-03-04T17:29:28.637Z | + groupadd -g 12345 build |
| 12 | 2026-03-04T17:29:28.641Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-04T17:29:30.645Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-04T17:29:30.704Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-04T17:29:30.707Z | + home_fs=zfs |
| 16 | 2026-03-04T17:29:30.707Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-04T17:29:30.707Z | + mkdir -p /home/build |
| 18 | 2026-03-04T17:29:30.707Z | + chown build:build /home/build /work |
| 19 | 2026-03-04T17:29:31.709Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-04T17:29:31.712Z | process exited: duration 3085 ms, exit code 0 |
| |
| 21 | 2026-03-04T17:29:31.718Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-04T17:29:31.723Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-04T17:29:31.723Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-04T17:29:31.723Z | * rust toolchain profile = "default" |
| 25 | 2026-03-04T17:29:31.723Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-04T17:29:31.724Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-04T17:29:31.724Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-04T17:29:31.727Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-04T17:29:31.727Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-04T17:29:31.839Z | info: downloading installer |
| 31 | 2026-03-04T17:29:33.831Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-04T17:29:33.831Z | warn: /opt/ooce/bin |
| 33 | 2026-03-04T17:29:33.831Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-04T17:29:33.831Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-04T17:29:33.831Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-04T17:29:33.831Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-04T17:29:33.831Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-04T17:29:33.831Z | error: cannot install while Rust is installed |
| 39 | 2026-03-04T17:29:33.831Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-04T17:29:33.858Z | info: profile set to 'default' |
| 41 | 2026-03-04T17:29:33.858Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-04T17:29:33.861Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-04T17:29:34.065Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-04T17:29:34.065Z | info: downloading component 'cargo' |
| 45 | 2026-03-04T17:29:35.267Z | info: downloading component 'clippy' |
| 46 | 2026-03-04T17:29:35.771Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-04T17:29:37.614Z | info: downloading component 'rust-std' |
| 48 | 2026-03-04T17:29:40.498Z | info: downloading component 'rustc' |
| 49 | 2026-03-04T17:29:49.841Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-04T17:29:50.135Z | info: installing component 'cargo' |
| 51 | 2026-03-04T17:29:51.056Z | info: installing component 'clippy' |
| 52 | 2026-03-04T17:29:51.464Z | info: installing component 'rust-docs' |
| 53 | 2026-03-04T17:29:53.425Z | info: installing component 'rust-std' |
| 54 | 2026-03-04T17:29:55.259Z | info: installing component 'rustc' |
| 55 | 2026-03-04T17:30:02.056Z | info: installing component 'rustfmt' |
| 56 | 2026-03-04T17:30:02.396Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-04T17:30:02.396Z | |
| 58 | 2026-03-04T17:30:02.896Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-04T17:30:02.896Z | |
| 60 | 2026-03-04T17:30:02.899Z | |
| 61 | 2026-03-04T17:30:02.899Z | Rust is installed now. Great! |
| 62 | 2026-03-04T17:30:02.900Z | |
| 63 | 2026-03-04T17:30:02.900Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-04T17:30:02.900Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-04T17:30:02.900Z | |
| 66 | 2026-03-04T17:30:02.900Z | To configure your current shell, you need to source |
| 67 | 2026-03-04T17:30:02.900Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-04T17:30:02.900Z | |
| 69 | 2026-03-04T17:30:02.900Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-04T17:30:02.900Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-04T17:30:02.900Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-04T17:30:02.900Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-04T17:30:03.027Z | + rustup --version |
| 74 | 2026-03-04T17:30:03.039Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-04T17:30:03.039Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-04T17:30:03.128Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-04T17:30:03.132Z | + cargo --version |
| 78 | 2026-03-04T17:30:03.207Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-04T17:30:03.210Z | + rustc --version |
| 80 | 2026-03-04T17:30:03.290Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-04T17:30:03.295Z | process exited: duration 31574 ms, exit code 0 |
| |
| 82 | 2026-03-04T17:30:03.301Z | starting task 2: "authentication" |
| 83 | 2026-03-04T17:30:03.326Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-03-04T17:30:03.332Z | starting task 3: "clone repository" |
| 85 | 2026-03-04T17:30:03.337Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-04T17:30:03.340Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-04T17:30:03.558Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-04T17:31:08.497Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-04T17:31:08.501Z | + git fetch origin e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 90 | 2026-03-04T17:31:09.163Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-04T17:31:09.163Z | * branch e18753cdeab5a6cf6106cfc3cabecde735f7147e -> FETCH_HEAD |
| 92 | 2026-03-04T17:31:09.176Z | + [[ -n jmcarp/zone-metrics ]] |
| 93 | 2026-03-04T17:31:09.179Z | ++ git branch --show-current |
| 94 | 2026-03-04T17:31:09.183Z | + current=main |
| 95 | 2026-03-04T17:31:09.183Z | + [[ main != jmcarp/zone-metrics ]] |
| 96 | 2026-03-04T17:31:09.183Z | + git branch -f jmcarp/zone-metrics e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 97 | 2026-03-04T17:31:09.186Z | + git checkout -f jmcarp/zone-metrics |
| 98 | 2026-03-04T17:31:09.551Z | Switched to branch 'jmcarp/zone-metrics' |
| 99 | 2026-03-04T17:31:09.555Z | + git reset --hard e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 100 | 2026-03-04T17:31:09.573Z | HEAD is now at e18753cde Add per-zone cpu metrics. |
| 101 | 2026-03-04T17:31:09.577Z | process exited: duration 66238 ms, exit code 0 |
| |
| 102 | 2026-03-04T17:31:09.583Z | starting task 4: "build" |
| 103 | 2026-03-04T17:31:09.589Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-04T17:31:09.592Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-04T17:31:09.592Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-04T17:31:09.592Z | + cargo --version |
| 107 | 2026-03-04T17:31:09.659Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-04T17:31:09.663Z | + rustc --version |
| 109 | 2026-03-04T17:31:09.745Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-04T17:31:09.749Z | + cd /tmp |
| 111 | 2026-03-04T17:31:09.752Z | + cargo new --lib test-project |
| 112 | 2026-03-04T17:31:09.830Z | Creating library `test-project` package |
| 113 | 2026-03-04T17:31:09.928Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-03-04T17:31:09.940Z | + cd test-project |
| 115 | 2026-03-04T17:31:09.941Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-03-04T17:31:10.154Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-03-04T17:31:10.154Z | Features: |
| 118 | 2026-03-04T17:31:10.154Z | - proptest |
| 119 | 2026-03-04T17:31:10.175Z | - test-strategy |
| 120 | 2026-03-04T17:31:10.175Z | - testing |
| 121 | 2026-03-04T17:31:10.175Z | Updating crates.io index |
| 122 | 2026-03-04T17:31:10.175Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-03-04T17:31:11.480Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2026-03-04T17:31:12.314Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 125 | 2026-03-04T17:31:13.075Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2026-03-04T17:31:16.353Z | Locking 386 packages to latest Rust 1.91.1 compatible versions |
| 127 | 2026-03-04T17:31:16.357Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 128 | 2026-03-04T17:31:16.485Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2026-03-04T17:31:16.488Z | + cargo check |
| 130 | 2026-03-04T17:31:16.717Z | Updating crates.io index |
| 131 | 2026-03-04T17:31:17.548Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 132 | 2026-03-04T17:31:17.548Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2026-03-04T17:31:17.592Z | Downloading crates ... |
| 134 | 2026-03-04T17:31:17.675Z | Downloaded anyhow v1.0.102 |
| 135 | 2026-03-04T17:31:17.683Z | Downloaded backon v1.6.0 |
| 136 | 2026-03-04T17:31:17.687Z | Downloaded backoff v0.4.0 |
| 137 | 2026-03-04T17:31:17.692Z | Downloaded debug-ignore v1.0.5 |
| 138 | 2026-03-04T17:31:17.695Z | Downloaded autocfg v1.5.0 |
| 139 | 2026-03-04T17:31:17.698Z | Downloaded cmake v0.1.57 |
| 140 | 2026-03-04T17:31:17.701Z | Downloaded allocator-api2 v0.2.21 |
| 141 | 2026-03-04T17:31:17.704Z | Downloaded cpufeatures v0.2.17 |
| 142 | 2026-03-04T17:31:17.707Z | Downloaded cfg_aliases v0.2.1 |
| 143 | 2026-03-04T17:31:17.710Z | Downloaded block-buffer v0.10.4 |
| 144 | 2026-03-04T17:31:17.713Z | Downloaded mime v0.3.17 |
| 145 | 2026-03-04T17:31:17.713Z | Downloaded darling_macro v0.21.3 |
| 146 | 2026-03-04T17:31:17.716Z | Downloaded bit-set v0.8.0 |
| 147 | 2026-03-04T17:31:17.719Z | Downloaded dyn-clone v1.0.20 |
| 148 | 2026-03-04T17:31:17.722Z | Downloaded memmap2 v0.9.10 |
| 149 | 2026-03-04T17:31:17.725Z | Downloaded equivalent v1.0.2 |
| 150 | 2026-03-04T17:31:17.728Z | Downloaded openssl-probe v0.2.1 |
| 151 | 2026-03-04T17:31:17.732Z | Downloaded ref-cast-impl v1.0.25 |
| 152 | 2026-03-04T17:31:17.732Z | Downloaded crypto-common v0.1.7 |
| 153 | 2026-03-04T17:31:17.735Z | Downloaded futures-task v0.3.32 |
| 154 | 2026-03-04T17:31:17.735Z | Downloaded pin-utils v0.1.0 |
| 155 | 2026-03-04T17:31:17.738Z | Downloaded lru-slab v0.1.2 |
| 156 | 2026-03-04T17:31:17.739Z | Downloaded dunce v1.0.5 |
| 157 | 2026-03-04T17:31:17.742Z | Downloaded num-conv v0.2.0 |
| 158 | 2026-03-04T17:31:17.742Z | Downloaded errno v0.3.14 |
| 159 | 2026-03-04T17:31:17.745Z | Downloaded rand_xorshift v0.4.0 |
| 160 | 2026-03-04T17:31:17.748Z | Downloaded byteorder v1.5.0 |
| 161 | 2026-03-04T17:31:17.748Z | Downloaded bit-vec v0.8.0 |
| 162 | 2026-03-04T17:31:17.750Z | Downloaded futures-core v0.3.32 |
| 163 | 2026-03-04T17:31:17.754Z | Downloaded rand_chacha v0.3.1 |
| 164 | 2026-03-04T17:31:17.757Z | Downloaded multer v3.1.0 |
| 165 | 2026-03-04T17:31:17.757Z | Downloaded fnv v1.0.7 |
| 166 | 2026-03-04T17:31:17.760Z | Downloaded heck v0.5.0 |
| 167 | 2026-03-04T17:31:17.760Z | Downloaded potential_utf v0.1.4 |
| 168 | 2026-03-04T17:31:17.763Z | Downloaded newtype-uuid v1.3.2 |
| 169 | 2026-03-04T17:31:17.766Z | Downloaded http-body v1.0.1 |
| 170 | 2026-03-04T17:31:17.766Z | Downloaded hostname v0.4.2 |
| 171 | 2026-03-04T17:31:17.768Z | Downloaded match_cfg v0.1.0 |
| 172 | 2026-03-04T17:31:17.771Z | Downloaded pretty-hex v0.4.1 |
| 173 | 2026-03-04T17:31:17.771Z | Downloaded httpdate v1.0.3 |
| 174 | 2026-03-04T17:31:17.774Z | Downloaded ident_case v1.0.1 |
| 175 | 2026-03-04T17:31:17.774Z | Downloaded progenitor-client v0.10.0 |
| 176 | 2026-03-04T17:31:17.777Z | Downloaded macaddr v1.0.1 |
| 177 | 2026-03-04T17:31:17.780Z | Downloaded sha1 v0.10.6 |
| 178 | 2026-03-04T17:31:17.780Z | Downloaded futures-macro v0.3.32 |
| 179 | 2026-03-04T17:31:17.783Z | Downloaded idna_adapter v1.2.1 |
| 180 | 2026-03-04T17:31:17.783Z | Downloaded hostname v0.3.1 |
| 181 | 2026-03-04T17:31:17.786Z | Downloaded itoa v1.0.17 |
| 182 | 2026-03-04T17:31:17.789Z | Downloaded percent-encoding v2.3.2 |
| 183 | 2026-03-04T17:31:17.789Z | Downloaded parse-display v0.10.0 |
| 184 | 2026-03-04T17:31:17.794Z | Downloaded generic-array v0.14.7 |
| 185 | 2026-03-04T17:31:17.794Z | Downloaded fastrand v2.3.0 |
| 186 | 2026-03-04T17:31:17.797Z | Downloaded futures-sink v0.3.32 |
| 187 | 2026-03-04T17:31:17.797Z | Downloaded omicron-workspace-hack v0.1.0 |
| 188 | 2026-03-04T17:31:17.797Z | Downloaded num_threads v0.1.7 |
| 189 | 2026-03-04T17:31:17.800Z | Downloaded hex v0.4.3 |
| 190 | 2026-03-04T17:31:17.800Z | Downloaded form_urlencoded v1.2.2 |
| 191 | 2026-03-04T17:31:17.803Z | Downloaded is-terminal v0.4.17 |
| 192 | 2026-03-04T17:31:17.803Z | Downloaded erased-serde v0.3.31 |
| 193 | 2026-03-04T17:31:17.805Z | Downloaded scroll_derive v0.13.1 |
| 194 | 2026-03-04T17:31:17.808Z | Downloaded displaydoc v0.2.5 |
| 195 | 2026-03-04T17:31:17.811Z | Downloaded daft-derive v0.1.5 |
| 196 | 2026-03-04T17:31:17.814Z | Downloaded serde_urlencoded v0.7.1 |
| 197 | 2026-03-04T17:31:17.817Z | Downloaded serde_spanned v1.0.4 |
| 198 | 2026-03-04T17:31:17.820Z | Downloaded oxnet v0.1.4 |
| 199 | 2026-03-04T17:31:17.820Z | Downloaded lock_api v0.4.14 |
| 200 | 2026-03-04T17:31:17.823Z | Downloaded slog-bunyan v2.5.0 |
| 201 | 2026-03-04T17:31:17.826Z | Downloaded digest v0.10.7 |
| 202 | 2026-03-04T17:31:17.826Z | Downloaded darling v0.21.3 |
| 203 | 2026-03-04T17:31:17.831Z | Downloaded serde_derive_internals v0.29.1 |
| 204 | 2026-03-04T17:31:17.833Z | Downloaded stable_deref_trait v1.2.1 |
| 205 | 2026-03-04T17:31:17.834Z | Downloaded ref-cast v1.0.25 |
| 206 | 2026-03-04T17:31:17.837Z | Downloaded rand_core v0.6.4 |
| 207 | 2026-03-04T17:31:17.840Z | Downloaded strsim v0.11.1 |
| 208 | 2026-03-04T17:31:17.840Z | Downloaded subtle v2.6.1 |
| 209 | 2026-03-04T17:31:17.843Z | Downloaded strum v0.27.2 |
| 210 | 2026-03-04T17:31:17.843Z | Downloaded strum v0.26.3 |
| 211 | 2026-03-04T17:31:17.843Z | Downloaded rand_chacha v0.9.0 |
| 212 | 2026-03-04T17:31:17.846Z | Downloaded quote v1.0.44 |
| 213 | 2026-03-04T17:31:17.850Z | Downloaded thread-id v5.1.0 |
| 214 | 2026-03-04T17:31:17.850Z | Downloaded structmeta-derive v0.3.0 |
| 215 | 2026-03-04T17:31:17.853Z | Downloaded ipnet v2.11.0 |
| 216 | 2026-03-04T17:31:17.853Z | Downloaded futures-io v0.3.32 |
| 217 | 2026-03-04T17:31:17.856Z | Downloaded fs_extra v1.3.0 |
| 218 | 2026-03-04T17:31:17.858Z | Downloaded sync_wrapper v1.0.2 |
| 219 | 2026-03-04T17:31:17.858Z | Downloaded plain v0.2.3 |
| 220 | 2026-03-04T17:31:17.861Z | Downloaded either v1.15.0 |
| 221 | 2026-03-04T17:31:17.861Z | Downloaded progenitor-client v0.13.0 |
| 222 | 2026-03-04T17:31:17.864Z | Downloaded rustc-hash v2.1.1 |
| 223 | 2026-03-04T17:31:17.864Z | Downloaded rusty-fork v0.3.1 |
| 224 | 2026-03-04T17:31:17.867Z | Downloaded paste v1.0.15 |
| 225 | 2026-03-04T17:31:17.870Z | Downloaded ipnetwork v0.21.1 |
| 226 | 2026-03-04T17:31:17.874Z | Downloaded http-body-util v0.1.3 |
| 227 | 2026-03-04T17:31:17.874Z | Downloaded rustls-native-certs v0.8.3 |
| 228 | 2026-03-04T17:31:17.876Z | Downloaded tinyvec_macros v0.1.1 |
| 229 | 2026-03-04T17:31:17.879Z | Downloaded time-core v0.1.8 |
| 230 | 2026-03-04T17:31:17.879Z | Downloaded shlex v1.3.0 |
| 231 | 2026-03-04T17:31:17.882Z | Downloaded rustversion v1.0.22 |
| 232 | 2026-03-04T17:31:17.885Z | Downloaded deranged v0.5.8 |
| 233 | 2026-03-04T17:31:17.885Z | Downloaded bitflags v2.11.0 |
| 234 | 2026-03-04T17:31:17.889Z | Downloaded async-trait v0.1.89 |
| 235 | 2026-03-04T17:31:17.893Z | Downloaded pin-project-lite v0.2.17 |
| 236 | 2026-03-04T17:31:17.899Z | Downloaded rustls-pemfile v2.2.0 |
| 237 | 2026-03-04T17:31:17.902Z | Downloaded tower-service v0.3.3 |
| 238 | 2026-03-04T17:31:17.904Z | Downloaded slog-json v2.6.1 |
| 239 | 2026-03-04T17:31:17.904Z | Downloaded slog-async v2.8.0 |
| 240 | 2026-03-04T17:31:17.907Z | Downloaded slab v0.4.12 |
| 241 | 2026-03-04T17:31:17.907Z | Downloaded slog-term v2.9.2 |
| 242 | 2026-03-04T17:31:17.910Z | Downloaded thiserror v1.0.69 |
| 243 | 2026-03-04T17:31:17.915Z | Downloaded unarray v0.1.4 |
| 244 | 2026-03-04T17:31:17.918Z | Downloaded wait-timeout v0.2.1 |
| 245 | 2026-03-04T17:31:17.921Z | Downloaded version_check v0.9.5 |
| 246 | 2026-03-04T17:31:17.921Z | Downloaded waitgroup v0.1.2 |
| 247 | 2026-03-04T17:31:17.923Z | Downloaded usdt-macro v0.6.0 |
| 248 | 2026-03-04T17:31:17.923Z | Downloaded want v0.3.1 |
| 249 | 2026-03-04T17:31:17.923Z | Downloaded usdt v0.6.0 |
| 250 | 2026-03-04T17:31:17.926Z | Downloaded untrusted v0.9.0 |
| 251 | 2026-03-04T17:31:17.926Z | Downloaded zerofrom-derive v0.1.6 |
| 252 | 2026-03-04T17:31:17.929Z | Downloaded serde_tokenstream v0.2.3 |
| 253 | 2026-03-04T17:31:17.929Z | Downloaded take_mut v0.2.2 |
| 254 | 2026-03-04T17:31:17.932Z | Downloaded synstructure v0.13.2 |
| 255 | 2026-03-04T17:31:17.932Z | Downloaded find-msvc-tools v0.1.9 |
| 256 | 2026-03-04T17:31:17.933Z | Downloaded iana-time-zone v0.1.65 |
| 257 | 2026-03-04T17:31:17.936Z | Downloaded utf8_iter v1.0.4 |
| 258 | 2026-03-04T17:31:17.939Z | Downloaded yoke-derive v0.8.1 |
| 259 | 2026-03-04T17:31:17.939Z | Downloaded thiserror-impl v1.0.69 |
| 260 | 2026-03-04T17:31:17.945Z | Downloaded zerofrom v0.1.6 |
| 261 | 2026-03-04T17:31:17.945Z | Downloaded futures-channel v0.3.32 |
| 262 | 2026-03-04T17:31:17.950Z | Downloaded semver v1.0.27 |
| 263 | 2026-03-04T17:31:17.950Z | Downloaded scroll v0.13.0 |
| 264 | 2026-03-04T17:31:17.950Z | Downloaded quinn-udp v0.5.14 |
| 265 | 2026-03-04T17:31:17.950Z | Downloaded thread_local v1.1.9 |
| 266 | 2026-03-04T17:31:17.953Z | Downloaded thiserror-impl v2.0.18 |
| 267 | 2026-03-04T17:31:17.954Z | Downloaded once_cell v1.21.3 |
| 268 | 2026-03-04T17:31:17.954Z | Downloaded parking_lot v0.12.5 |
| 269 | 2026-03-04T17:31:17.957Z | Downloaded rustls-pki-types v1.14.0 |
| 270 | 2026-03-04T17:31:17.960Z | Downloaded serde_with_macros v3.17.0 |
| 271 | 2026-03-04T17:31:17.960Z | Downloaded ppv-lite86 v0.2.21 |
| 272 | 2026-03-04T17:31:17.963Z | Downloaded litemap v0.8.1 |
| 273 | 2026-03-04T17:31:17.966Z | Downloaded time-macros v0.2.27 |
| 274 | 2026-03-04T17:31:17.968Z | Downloaded tinystr v0.8.2 |
| 275 | 2026-03-04T17:31:17.968Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 276 | 2026-03-04T17:31:17.971Z | Downloaded hyper-rustls v0.27.7 |
| 277 | 2026-03-04T17:31:17.974Z | Downloaded httparse v1.10.1 |
| 278 | 2026-03-04T17:31:17.977Z | Downloaded signal-hook-registry v1.4.8 |
| 279 | 2026-03-04T17:31:17.977Z | Downloaded pest_generator v2.8.6 |
| 280 | 2026-03-04T17:31:17.980Z | Downloaded ryu v1.0.23 |
| 281 | 2026-03-04T17:31:17.983Z | Downloaded tokio-rustls v0.25.0 |
| 282 | 2026-03-04T17:31:17.983Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 283 | 2026-03-04T17:31:17.986Z | Downloaded smallvec v1.15.1 |
| 284 | 2026-03-04T17:31:17.988Z | Downloaded term v1.2.1 |
| 285 | 2026-03-04T17:31:17.991Z | Downloaded usdt-attr-macro v0.6.0 |
| 286 | 2026-03-04T17:31:17.991Z | Downloaded sha2 v0.10.9 |
| 287 | 2026-03-04T17:31:17.994Z | Downloaded tokio-macros v2.6.0 |
| 288 | 2026-03-04T17:31:17.997Z | Downloaded usdt-impl v0.6.0 |
| 289 | 2026-03-04T17:31:17.997Z | Downloaded try-lock v0.2.5 |
| 290 | 2026-03-04T17:31:18.001Z | Downloaded tower-layer v0.3.3 |
| 291 | 2026-03-04T17:31:18.001Z | Downloaded yoke v0.8.1 |
| 292 | 2026-03-04T17:31:18.004Z | Downloaded writeable v0.6.2 |
| 293 | 2026-03-04T17:31:18.004Z | Downloaded thiserror v2.0.18 |
| 294 | 2026-03-04T17:31:18.008Z | Downloaded num-traits v0.2.19 |
| 295 | 2026-03-04T17:31:18.011Z | Downloaded icu_provider v2.1.1 |
| 296 | 2026-03-04T17:31:18.014Z | Downloaded getrandom v0.3.4 |
| 297 | 2026-03-04T17:31:18.017Z | Downloaded serde_derive v1.0.228 |
| 298 | 2026-03-04T17:31:18.021Z | Downloaded tokio-rustls v0.26.4 |
| 299 | 2026-03-04T17:31:18.024Z | Downloaded zmij v1.0.21 |
| 300 | 2026-03-04T17:31:18.027Z | Downloaded zerovec-derive v0.11.2 |
| 301 | 2026-03-04T17:31:18.030Z | Downloaded zeroize v1.8.2 |
| 302 | 2026-03-04T17:31:18.030Z | Downloaded log v0.4.29 |
| 303 | 2026-03-04T17:31:18.033Z | Downloaded schemars v0.8.22 |
| 304 | 2026-03-04T17:31:18.045Z | Downloaded ucd-trie v0.1.7 |
| 305 | 2026-03-04T17:31:18.048Z | Downloaded proc-macro2 v1.0.106 |
| 306 | 2026-03-04T17:31:18.051Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 307 | 2026-03-04T17:31:18.054Z | Downloaded spin v0.9.8 |
| 308 | 2026-03-04T17:31:18.057Z | Downloaded icu_properties v2.1.2 |
| 309 | 2026-03-04T17:31:18.060Z | Downloaded icu_normalizer v2.1.1 |
| 310 | 2026-03-04T17:31:18.063Z | Downloaded serde_core v1.0.228 |
| 311 | 2026-03-04T17:31:18.065Z | Downloaded icu_normalizer_data v2.1.1 |
| 312 | 2026-03-04T17:31:18.068Z | Downloaded icu_locale_core v2.1.1 |
| 313 | 2026-03-04T17:31:18.074Z | Downloaded tinyvec v1.10.0 |
| 314 | 2026-03-04T17:31:18.077Z | Downloaded memchr v2.8.0 |
| 315 | 2026-03-04T17:31:18.082Z | Downloaded slog v2.8.2 |
| 316 | 2026-03-04T17:31:18.085Z | Downloaded uuid v1.21.0 |
| 317 | 2026-03-04T17:31:18.089Z | Downloaded bytes v1.11.1 |
| 318 | 2026-03-04T17:31:18.093Z | Downloaded icu_collections v2.1.1 |
| 319 | 2026-03-04T17:31:18.099Z | Downloaded pest_meta v2.8.6 |
| 320 | 2026-03-04T17:31:18.103Z | Downloaded quinn v0.11.9 |
| 321 | 2026-03-04T17:31:18.106Z | Downloaded unicode-ident v1.0.24 |
| 322 | 2026-03-04T17:31:18.109Z | Downloaded serde v1.0.228 |
| 323 | 2026-03-04T17:31:18.112Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 324 | 2026-03-04T17:31:18.116Z | Downloaded tracing-core v0.1.36 |
| 325 | 2026-03-04T17:31:18.119Z | Downloaded typenum v1.19.0 |
| 326 | 2026-03-04T17:31:18.122Z | Downloaded rustls-webpki v0.103.9 |
| 327 | 2026-03-04T17:31:18.125Z | Downloaded rand v0.9.2 |
| 328 | 2026-03-04T17:31:18.129Z | Downloaded test-strategy v0.4.5 |
| 329 | 2026-03-04T17:31:18.134Z | Downloaded socket2 v0.6.2 |
| 330 | 2026-03-04T17:31:18.137Z | Downloaded zerotrie v0.2.3 |
| 331 | 2026-03-04T17:31:18.139Z | Downloaded cc v1.2.56 |
| 332 | 2026-03-04T17:31:18.142Z | Downloaded aho-corasick v1.1.4 |
| 333 | 2026-03-04T17:31:18.147Z | Downloaded url v2.5.8 |
| 334 | 2026-03-04T17:31:18.150Z | Downloaded indexmap v2.13.0 |
| 335 | 2026-03-04T17:31:18.155Z | Downloaded hyper-util v0.1.20 |
| 336 | 2026-03-04T17:31:18.160Z | Downloaded zerocopy-derive v0.8.40 |
| 337 | 2026-03-04T17:31:18.170Z | Downloaded regex v1.12.3 |
| 338 | 2026-03-04T17:31:18.176Z | Downloaded http v1.4.0 |
| 339 | 2026-03-04T17:31:18.180Z | Downloaded rand v0.8.5 |
| 340 | 2026-03-04T17:31:18.183Z | Downloaded hashbrown v0.16.1 |
| 341 | 2026-03-04T17:31:18.189Z | Downloaded idna v1.1.0 |
| 342 | 2026-03-04T17:31:18.192Z | Downloaded crossbeam-channel v0.5.15 |
| 343 | 2026-03-04T17:31:18.197Z | Downloaded futures v0.3.32 |
| 344 | 2026-03-04T17:31:18.202Z | Downloaded tower v0.5.3 |
| 345 | 2026-03-04T17:31:18.211Z | Downloaded tower-http v0.6.8 |
| 346 | 2026-03-04T17:31:18.219Z | Downloaded iddqd v0.3.17 |
| 347 | 2026-03-04T17:31:18.225Z | Downloaded icu_properties_data v2.1.2 |
| 348 | 2026-03-04T17:31:18.235Z | Downloaded zerovec v0.11.5 |
| 349 | 2026-03-04T17:31:18.240Z | Downloaded futures-util v0.3.32 |
| 350 | 2026-03-04T17:31:18.251Z | Downloaded winnow v0.7.14 |
| 351 | 2026-03-04T17:31:18.261Z | Downloaded tokio-util v0.7.18 |
| 352 | 2026-03-04T17:31:18.268Z | Downloaded serde_json v1.0.149 |
| 353 | 2026-03-04T17:31:18.274Z | Downloaded time v0.3.47 |
| 354 | 2026-03-04T17:31:18.285Z | Downloaded serde_with v3.17.0 |
| 355 | 2026-03-04T17:31:18.296Z | Downloaded aws-lc-rs v1.16.0 |
| 356 | 2026-03-04T17:31:18.306Z | Downloaded goblin v0.10.5 |
| 357 | 2026-03-04T17:31:18.313Z | Downloaded rustls-webpki v0.102.8 |
| 358 | 2026-03-04T17:31:18.332Z | Downloaded proptest v1.10.0 |
| 359 | 2026-03-04T17:31:18.341Z | Downloaded chrono v0.4.44 |
| 360 | 2026-03-04T17:31:18.348Z | Downloaded dropshot v0.16.7 |
| 361 | 2026-03-04T17:31:18.370Z | Downloaded reqwest v0.13.2 |
| 362 | 2026-03-04T17:31:18.375Z | Downloaded quinn-proto v0.11.13 |
| 363 | 2026-03-04T17:31:18.381Z | Downloaded reqwest v0.12.28 |
| 364 | 2026-03-04T17:31:18.387Z | Downloaded h2 v0.4.13 |
| 365 | 2026-03-04T17:31:18.393Z | Downloaded pest v2.8.6 |
| 366 | 2026-03-04T17:31:18.398Z | Downloaded itertools v0.14.0 |
| 367 | 2026-03-04T17:31:18.404Z | Downloaded zerocopy v0.8.40 |
| 368 | 2026-03-04T17:31:18.413Z | Downloaded hyper v1.8.1 |
| 369 | 2026-03-04T17:31:18.420Z | Downloaded tracing v0.1.44 |
| 370 | 2026-03-04T17:31:18.438Z | Downloaded rustls v0.22.4 |
| 371 | 2026-03-04T17:31:18.449Z | Downloaded syn v2.0.117 |
| 372 | 2026-03-04T17:31:18.459Z | Downloaded rustls v0.23.37 |
| 373 | 2026-03-04T17:31:18.470Z | Downloaded regress v0.10.5 |
| 374 | 2026-03-04T17:31:18.478Z | Downloaded rustix v1.1.3 |
| 375 | 2026-03-04T17:31:18.500Z | Downloaded openapiv3 v2.2.0 |
| 376 | 2026-03-04T17:31:18.509Z | Downloaded regex-syntax v0.8.10 |
| 377 | 2026-03-04T17:31:18.516Z | Downloaded iri-string v0.7.10 |
| 378 | 2026-03-04T17:31:18.522Z | Downloaded getrandom v0.4.1 |
| 379 | 2026-03-04T17:31:18.527Z | Downloaded darling_core v0.21.3 |
| 380 | 2026-03-04T17:31:18.532Z | Downloaded getrandom v0.2.17 |
| 381 | 2026-03-04T17:31:18.535Z | Downloaded rustls-platform-verifier v0.6.2 |
| 382 | 2026-03-04T17:31:18.539Z | Downloaded dropshot_endpoint v0.16.7 |
| 383 | 2026-03-04T17:31:18.543Z | Downloaded tempfile v3.25.0 |
| 384 | 2026-03-04T17:31:18.545Z | Downloaded strum_macros v0.27.2 |
| 385 | 2026-03-04T17:31:18.548Z | Downloaded strum_macros v0.26.4 |
| 386 | 2026-03-04T17:31:18.552Z | Downloaded structmeta v0.3.0 |
| 387 | 2026-03-04T17:31:18.552Z | Downloaded mio v1.1.1 |
| 388 | 2026-03-04T17:31:18.556Z | Downloaded pest_derive v2.8.6 |
| 389 | 2026-03-04T17:31:18.559Z | Downloaded parking_lot_core v0.9.12 |
| 390 | 2026-03-04T17:31:18.561Z | Downloaded powerfmt v0.2.0 |
| 391 | 2026-03-04T17:31:18.561Z | Downloaded serde_path_to_error v0.1.20 |
| 392 | 2026-03-04T17:31:18.564Z | Downloaded schemars_derive v0.8.22 |
| 393 | 2026-03-04T17:31:18.564Z | Downloaded foldhash v0.2.0 |
| 394 | 2026-03-04T17:31:18.567Z | Downloaded futures-executor v0.3.32 |
| 395 | 2026-03-04T17:31:18.567Z | Downloaded parse-display-derive v0.10.0 |
| 396 | 2026-03-04T17:31:18.570Z | Downloaded jobserver v0.1.34 |
| 397 | 2026-03-04T17:31:18.570Z | Downloaded rand_core v0.9.5 |
| 398 | 2026-03-04T17:31:18.573Z | Downloaded crossbeam-utils v0.8.21 |
| 399 | 2026-03-04T17:31:18.576Z | Downloaded regex-automata v0.4.14 |
| 400 | 2026-03-04T17:31:18.588Z | Downloaded camino v1.2.2 |
| 401 | 2026-03-04T17:31:18.591Z | Downloaded scopeguard v1.2.0 |
| 402 | 2026-03-04T17:31:18.591Z | Downloaded quick-error v1.2.3 |
| 403 | 2026-03-04T17:31:18.594Z | Downloaded derive-ex v0.1.8 |
| 404 | 2026-03-04T17:31:18.594Z | Downloaded daft v0.1.5 |
| 405 | 2026-03-04T17:31:18.597Z | Downloaded cfg-if v1.0.4 |
| 406 | 2026-03-04T17:31:18.597Z | Downloaded base64 v0.22.1 |
| 407 | 2026-03-04T17:31:18.601Z | Downloaded newtype-uuid-macros v0.1.0 |
| 408 | 2026-03-04T17:31:18.603Z | Downloaded instant v0.1.13 |
| 409 | 2026-03-04T17:31:18.603Z | Downloaded async-stream v0.3.6 |
| 410 | 2026-03-04T17:31:18.606Z | Downloaded dtrace-parser v0.3.0 |
| 411 | 2026-03-04T17:31:18.606Z | Downloaded dof v0.4.0 |
| 412 | 2026-03-04T17:31:18.609Z | Downloaded async-stream-impl v0.3.6 |
| 413 | 2026-03-04T17:31:18.609Z | Downloaded atomic-waker v1.1.2 |
| 414 | 2026-03-04T17:31:18.617Z | Downloaded libc v0.2.180 |
| 415 | 2026-03-04T17:31:18.649Z | Downloaded tokio v1.49.0 |
| 416 | 2026-03-04T17:31:18.693Z | Downloaded encoding_rs v0.8.35 |
| 417 | 2026-03-04T17:31:18.734Z | Downloaded ring v0.17.14 |
| 418 | 2026-03-04T17:31:19.337Z | Downloaded aws-lc-sys v0.37.1 |
| 419 | 2026-03-04T17:31:19.608Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-03-04T17:31:19.608Z | Compiling quote v1.0.44 |
| 421 | 2026-03-04T17:31:19.611Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-03-04T17:31:19.611Z | Compiling libc v0.2.180 |
| 423 | 2026-03-04T17:31:19.611Z | Checking cfg-if v1.0.4 |
| 424 | 2026-03-04T17:31:19.611Z | Compiling serde_core v1.0.228 |
| 425 | 2026-03-04T17:31:19.611Z | Checking memchr v2.8.0 |
| 426 | 2026-03-04T17:31:19.745Z | Checking itoa v1.0.17 |
| 427 | 2026-03-04T17:31:19.852Z | Compiling serde v1.0.228 |
| 428 | 2026-03-04T17:31:19.976Z | Compiling zmij v1.0.21 |
| 429 | 2026-03-04T17:31:20.057Z | Compiling serde_json v1.0.149 |
| 430 | 2026-03-04T17:31:20.577Z | Compiling shlex v1.3.0 |
| 431 | 2026-03-04T17:31:20.875Z | Compiling find-msvc-tools v0.1.9 |
| 432 | 2026-03-04T17:31:20.930Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-03-04T17:31:20.941Z | Checking smallvec v1.15.1 |
| 434 | 2026-03-04T17:31:21.057Z | Checking futures-core v0.3.32 |
| 435 | 2026-03-04T17:31:21.246Z | Checking bytes v1.11.1 |
| 436 | 2026-03-04T17:31:21.282Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-03-04T17:31:21.397Z | Checking scopeguard v1.2.0 |
| 438 | 2026-03-04T17:31:21.557Z | Checking once_cell v1.21.3 |
| 439 | 2026-03-04T17:31:21.752Z | Checking lock_api v0.4.14 |
| 440 | 2026-03-04T17:31:21.808Z | Checking errno v0.3.14 |
| 441 | 2026-03-04T17:31:21.869Z | Compiling jobserver v0.1.34 |
| 442 | 2026-03-04T17:31:21.996Z | Checking futures-sink v0.3.32 |
| 443 | 2026-03-04T17:31:22.147Z | Checking stable_deref_trait v1.2.1 |
| 444 | 2026-03-04T17:31:22.162Z | Checking signal-hook-registry v1.4.8 |
| 445 | 2026-03-04T17:31:22.264Z | Compiling cc v1.2.56 |
| 446 | 2026-03-04T17:31:22.267Z | Checking parking_lot v0.12.5 |
| 447 | 2026-03-04T17:31:22.450Z | Checking socket2 v0.6.2 |
| 448 | 2026-03-04T17:31:22.573Z | Checking mio v1.1.1 |
| 449 | 2026-03-04T17:31:22.640Z | Compiling syn v2.0.117 |
| 450 | 2026-03-04T17:31:22.657Z | Compiling autocfg v1.5.0 |
| 451 | 2026-03-04T17:31:22.673Z | Compiling getrandom v0.4.1 |
| 452 | 2026-03-04T17:31:22.834Z | Checking slab v0.4.12 |
| 453 | 2026-03-04T17:31:23.063Z | Checking zeroize v1.8.2 |
| 454 | 2026-03-04T17:31:23.162Z | Checking futures-channel v0.3.32 |
| 455 | 2026-03-04T17:31:23.315Z | Compiling thiserror v2.0.18 |
| 456 | 2026-03-04T17:31:23.344Z | Compiling rustversion v1.0.22 |
| 457 | 2026-03-04T17:31:23.464Z | Checking equivalent v1.0.2 |
| 458 | 2026-03-04T17:31:23.555Z | Checking foldhash v0.2.0 |
| 459 | 2026-03-04T17:31:23.571Z | Compiling num-traits v0.2.19 |
| 460 | 2026-03-04T17:31:23.873Z | Compiling zerocopy v0.8.40 |
| 461 | 2026-03-04T17:31:23.998Z | Checking allocator-api2 v0.2.21 |
| 462 | 2026-03-04T17:31:24.298Z | Compiling cmake v0.1.57 |
| 463 | 2026-03-04T17:31:24.562Z | Checking rustls-pki-types v1.14.0 |
| 464 | 2026-03-04T17:31:24.638Z | Checking hashbrown v0.16.1 |
| 465 | 2026-03-04T17:31:24.726Z | Checking http v1.4.0 |
| 466 | 2026-03-04T17:31:25.073Z | Checking futures-io v0.3.32 |
| 467 | 2026-03-04T17:31:25.208Z | Compiling fs_extra v1.3.0 |
| 468 | 2026-03-04T17:31:25.287Z | Checking futures-task v0.3.32 |
| 469 | 2026-03-04T17:31:25.550Z | Compiling version_check v0.9.5 |
| 470 | 2026-03-04T17:31:25.671Z | Compiling dunce v1.0.5 |
| 471 | 2026-03-04T17:31:25.810Z | Checking iana-time-zone v0.1.65 |
| 472 | 2026-03-04T17:31:25.826Z | Compiling aws-lc-sys v0.37.1 |
| 473 | 2026-03-04T17:31:26.133Z | Checking untrusted v0.9.0 |
| 474 | 2026-03-04T17:31:26.179Z | Checking fnv v1.0.7 |
| 475 | 2026-03-04T17:31:26.322Z | Compiling ucd-trie v0.1.7 |
| 476 | 2026-03-04T17:31:26.338Z | Checking log v0.4.29 |
| 477 | 2026-03-04T17:31:26.648Z | Compiling pest v2.8.6 |
| 478 | 2026-03-04T17:31:26.686Z | Checking writeable v0.6.2 |
| 479 | 2026-03-04T17:31:26.747Z | Compiling httparse v1.10.1 |
| 480 | 2026-03-04T17:31:26.765Z | Checking litemap v0.8.1 |
| 481 | 2026-03-04T17:31:26.977Z | Compiling schemars v0.8.22 |
| 482 | 2026-03-04T17:31:27.031Z | Checking http-body v1.0.1 |
| 483 | 2026-03-04T17:31:27.109Z | Checking indexmap v2.13.0 |
| 484 | 2026-03-04T17:31:27.235Z | Checking semver v1.0.27 |
| 485 | 2026-03-04T17:31:27.439Z | Checking uuid v1.21.0 |
| 486 | 2026-03-04T17:31:27.458Z | Checking tracing-core v0.1.36 |
| 487 | 2026-03-04T17:31:27.636Z | Checking atomic-waker v1.1.2 |
| 488 | 2026-03-04T17:31:27.786Z | Checking dyn-clone v1.0.20 |
| 489 | 2026-03-04T17:31:27.915Z | Checking percent-encoding v2.3.2 |
| 490 | 2026-03-04T17:31:28.055Z | Checking bitflags v2.11.0 |
| 491 | 2026-03-04T17:31:28.141Z | Compiling icu_properties_data v2.1.2 |
| 492 | 2026-03-04T17:31:28.144Z | Compiling icu_normalizer_data v2.1.1 |
| 493 | 2026-03-04T17:31:28.330Z | Compiling aws-lc-rs v1.16.0 |
| 494 | 2026-03-04T17:31:28.446Z | Checking tracing v0.1.44 |
| 495 | 2026-03-04T17:31:28.601Z | Checking getrandom v0.2.17 |
| 496 | 2026-03-04T17:31:28.780Z | Checking tower-layer v0.3.3 |
| 497 | 2026-03-04T17:31:28.796Z | Checking base64 v0.22.1 |
| 498 | 2026-03-04T17:31:28.880Z | Compiling heck v0.5.0 |
| 499 | 2026-03-04T17:31:28.941Z | Checking try-lock v0.2.5 |
| 500 | 2026-03-04T17:31:29.050Z | Checking tower-service v0.3.3 |
| 501 | 2026-03-04T17:31:29.066Z | Checking subtle v2.6.1 |
| 502 | 2026-03-04T17:31:29.180Z | Compiling pest_meta v2.8.6 |
| 503 | 2026-03-04T17:31:29.237Z | Checking want v0.3.1 |
| 504 | 2026-03-04T17:31:29.383Z | Compiling slog v2.8.2 |
| 505 | 2026-03-04T17:31:29.489Z | Checking pin-utils v0.1.0 |
| 506 | 2026-03-04T17:31:29.514Z | Compiling getrandom v0.3.4 |
| 507 | 2026-03-04T17:31:29.594Z | Checking httpdate v1.0.3 |
| 508 | 2026-03-04T17:31:29.774Z | Compiling typenum v1.19.0 |
| 509 | 2026-03-04T17:31:29.861Z | Checking form_urlencoded v1.2.2 |
| 510 | 2026-03-04T17:31:30.077Z | Compiling synstructure v0.13.2 |
| 511 | 2026-03-04T17:31:30.092Z | Compiling serde_derive_internals v0.29.1 |
| 512 | 2026-03-04T17:31:30.297Z | Compiling generic-array v0.14.7 |
| 513 | 2026-03-04T17:31:30.370Z | Compiling ring v0.17.14 |
| 514 | 2026-03-04T17:31:30.676Z | Compiling pest_generator v2.8.6 |
| 515 | 2026-03-04T17:31:31.002Z | Compiling paste v1.0.15 |
| 516 | 2026-03-04T17:31:31.376Z | Compiling rustls v0.23.37 |
| 517 | 2026-03-04T17:31:31.497Z | Checking ipnet v2.11.0 |
| 518 | 2026-03-04T17:31:32.180Z | Checking sync_wrapper v1.0.2 |
| 519 | 2026-03-04T17:31:32.327Z | Compiling usdt-impl v0.6.0 |
| 520 | 2026-03-04T17:31:32.438Z | Compiling rustix v1.1.3 |
| 521 | 2026-03-04T17:31:32.655Z | Compiling num-conv v0.2.0 |
| 522 | 2026-03-04T17:31:32.719Z | Checking powerfmt v0.2.0 |
| 523 | 2026-03-04T17:31:32.877Z | Checking ryu v1.0.23 |
| 524 | 2026-03-04T17:31:32.971Z | Compiling time-core v0.1.8 |
| 525 | 2026-03-04T17:31:33.040Z | Checking utf8_iter v1.0.4 |
| 526 | 2026-03-04T17:31:33.224Z | Checking deranged v0.5.8 |
| 527 | 2026-03-04T17:31:33.250Z | Compiling time-macros v0.2.27 |
| 528 | 2026-03-04T17:31:33.394Z | Compiling serde_derive v1.0.228 |
| 529 | 2026-03-04T17:31:33.394Z | Compiling zerocopy-derive v0.8.40 |
| 530 | 2026-03-04T17:31:33.773Z | Compiling zerofrom-derive v0.1.6 |
| 531 | 2026-03-04T17:31:34.099Z | Compiling yoke-derive v0.8.1 |
| 532 | 2026-03-04T17:31:35.495Z | Compiling tokio-macros v2.6.0 |
| 533 | 2026-03-04T17:31:35.596Z | Compiling zerovec-derive v0.11.2 |
| 534 | 2026-03-04T17:31:36.333Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-03-04T17:31:36.352Z | Compiling futures-macro v0.3.32 |
| 536 | 2026-03-04T17:31:36.482Z | Checking zerofrom v0.1.6 |
| 537 | 2026-03-04T17:31:36.641Z | Checking yoke v0.8.1 |
| 538 | 2026-03-04T17:31:36.963Z | Compiling thiserror-impl v2.0.18 |
| 539 | 2026-03-04T17:31:38.016Z | Checking tokio v1.49.0 |
| 540 | 2026-03-04T17:31:38.019Z | Checking zerotrie v0.2.3 |
| 541 | 2026-03-04T17:31:38.019Z | Checking zerovec v0.11.5 |
| 542 | 2026-03-04T17:31:38.056Z | Checking futures-util v0.3.32 |
| 543 | 2026-03-04T17:31:38.308Z | Compiling schemars_derive v0.8.22 |
| 544 | 2026-03-04T17:31:38.927Z | Checking tinystr v0.8.2 |
| 545 | 2026-03-04T17:31:39.254Z | Checking icu_locale_core v2.1.1 |
| 546 | 2026-03-04T17:31:39.826Z | Checking potential_utf v0.1.4 |
| 547 | 2026-03-04T17:31:40.440Z | Checking icu_provider v2.1.1 |
| 548 | 2026-03-04T17:31:40.892Z | Checking icu_collections v2.1.1 |
| 549 | 2026-03-04T17:31:40.937Z | Checking chrono v0.4.44 |
| 550 | 2026-03-04T17:31:40.951Z | Compiling pest_derive v2.8.6 |
| 551 | 2026-03-04T17:32:23.316Z | Compiling serde_tokenstream v0.2.3 |
| 552 | 2026-03-04T17:32:23.434Z | Checking icu_normalizer v2.1.1 |
| 553 | 2026-03-04T17:32:23.435Z | Checking icu_properties v2.1.2 |
| 554 | 2026-03-04T17:32:23.435Z | Checking erased-serde v0.3.31 |
| 555 | 2026-03-04T17:32:23.435Z | Compiling scroll_derive v0.13.1 |
| 556 | 2026-03-04T17:32:23.435Z | Compiling structmeta-derive v0.3.0 |
| 557 | 2026-03-04T17:32:23.542Z | Checking idna_adapter v1.2.1 |
| 558 | 2026-03-04T17:32:23.542Z | Checking tokio-util v0.7.18 |
| 559 | 2026-03-04T17:32:23.543Z | Checking idna v1.1.0 |
| 560 | 2026-03-04T17:32:23.543Z | Checking tower v0.5.3 |
| 561 | 2026-03-04T17:32:23.543Z | Checking ipnetwork v0.21.1 |
| 562 | 2026-03-04T17:32:23.543Z | Checking scroll v0.13.0 |
| 563 | 2026-03-04T17:32:23.543Z | Checking h2 v0.4.13 |
| 564 | 2026-03-04T17:32:23.543Z | Compiling dtrace-parser v0.3.0 |
| 565 | 2026-03-04T17:32:23.543Z | Checking serde_urlencoded v0.7.1 |
| 566 | 2026-03-04T17:32:23.543Z | Checking ppv-lite86 v0.2.21 |
| 567 | 2026-03-04T17:32:23.543Z | Checking rand_core v0.9.5 |
| 568 | 2026-03-04T17:32:23.543Z | Compiling structmeta v0.3.0 |
| 569 | 2026-03-04T17:32:23.633Z | Checking http-body-util v0.1.3 |
| 570 | 2026-03-04T17:32:23.633Z | Compiling thread-id v5.1.0 |
| 571 | 2026-03-04T17:32:23.633Z | Compiling crossbeam-utils v0.8.21 |
| 572 | 2026-03-04T17:32:23.633Z | Checking regex-syntax v0.8.10 |
| 573 | 2026-03-04T17:32:23.633Z | Checking fastrand v2.3.0 |
| 574 | 2026-03-04T17:32:23.633Z | Checking plain v0.2.3 |
| 575 | 2026-03-04T17:32:23.633Z | Checking num_threads v0.1.7 |
| 576 | 2026-03-04T17:32:23.633Z | Checking iri-string v0.7.10 |
| 577 | 2026-03-04T17:32:23.633Z | Compiling ident_case v1.0.1 |
| 578 | 2026-03-04T17:32:23.633Z | Compiling byteorder v1.5.0 |
| 579 | 2026-03-04T17:32:23.634Z | Compiling strsim v0.11.1 |
| 580 | 2026-03-04T17:32:23.634Z | Checking time v0.3.47 |
| 581 | 2026-03-04T17:32:23.634Z | Compiling darling_core v0.21.3 |
| 582 | 2026-03-04T17:32:23.634Z | Checking hyper v1.8.1 |
| 583 | 2026-03-04T17:32:23.634Z | Checking goblin v0.10.5 |
| 584 | 2026-03-04T17:32:23.634Z | Checking tower-http v0.6.8 |
| 585 | 2026-03-04T17:32:23.634Z | Checking oxnet v0.1.4 |
| 586 | 2026-03-04T17:32:23.634Z | Checking newtype-uuid v1.3.2 |
| 587 | 2026-03-04T17:32:23.634Z | Checking url v2.5.8 |
| 588 | 2026-03-04T17:32:23.634Z | Compiling dof v0.4.0 |
| 589 | 2026-03-04T17:32:23.634Z | Compiling daft-derive v0.1.5 |
| 590 | 2026-03-04T17:32:23.634Z | Checking hyper-util v0.1.20 |
| 591 | 2026-03-04T17:32:23.634Z | Compiling aho-corasick v1.1.4 |
| 592 | 2026-03-04T17:32:23.634Z | Compiling rustls v0.22.4 |
| 593 | 2026-03-04T17:32:23.634Z | Checking openssl-probe v0.2.1 |
| 594 | 2026-03-04T17:32:23.634Z | Checking pretty-hex v0.4.1 |
| 595 | 2026-03-04T17:32:23.634Z | Compiling omicron-workspace-hack v0.1.0 |
| 596 | 2026-03-04T17:32:23.634Z | Compiling darling_macro v0.21.3 |
| 597 | 2026-03-04T17:32:23.634Z | Checking rustls-native-certs v0.8.3 |
| 598 | 2026-03-04T17:32:23.634Z | Checking rustls-webpki v0.102.8 |
| 599 | 2026-03-04T17:32:23.634Z | Checking daft v0.1.5 |
| 600 | 2026-03-04T17:32:23.634Z | Checking tempfile v3.25.0 |
| 601 | 2026-03-04T17:32:23.634Z | Checking rand_chacha v0.9.0 |
| 602 | 2026-03-04T17:32:23.634Z | Checking block-buffer v0.10.4 |
| 603 | 2026-03-04T17:32:23.634Z | Checking crypto-common v0.1.7 |
| 604 | 2026-03-04T17:32:23.634Z | Checking rand_core v0.6.4 |
| 605 | 2026-03-04T17:32:23.634Z | Compiling multer v3.1.0 |
| 606 | 2026-03-04T17:32:23.634Z | Checking wait-timeout v0.2.1 |
| 607 | 2026-03-04T17:32:23.634Z | Checking thread_local v1.1.9 |
| 608 | 2026-03-04T17:32:23.634Z | Checking winnow v0.7.14 |
| 609 | 2026-03-04T17:32:23.634Z | Compiling ref-cast v1.0.25 |
| 610 | 2026-03-04T17:32:23.634Z | Compiling camino v1.2.2 |
| 611 | 2026-03-04T17:32:23.634Z | Compiling anyhow v1.0.102 |
| 612 | 2026-03-04T17:32:23.634Z | Compiling regex-automata v0.4.14 |
| 613 | 2026-03-04T17:32:23.635Z | Compiling slog-async v2.8.0 |
| 614 | 2026-03-04T17:32:23.635Z | Checking match_cfg v0.1.0 |
| 615 | 2026-03-04T17:32:23.635Z | Checking bit-vec v0.8.0 |
| 616 | 2026-03-04T17:32:23.635Z | Compiling thiserror v1.0.69 |
| 617 | 2026-03-04T17:32:23.635Z | Checking quick-error v1.2.3 |
| 618 | 2026-03-04T17:32:23.635Z | Checking bit-set v0.8.0 |
| 619 | 2026-03-04T17:32:23.635Z | Checking rusty-fork v0.3.1 |
| 620 | 2026-03-04T17:32:23.635Z | Checking hostname v0.3.1 |
| 621 | 2026-03-04T17:32:23.635Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 622 | 2026-03-04T17:32:23.635Z | Checking rand_chacha v0.3.1 |
| 623 | 2026-03-04T17:32:23.635Z | Checking crossbeam-channel v0.5.15 |
| 624 | 2026-03-04T17:32:23.635Z | Checking digest v0.10.7 |
| 625 | 2026-03-04T17:32:23.635Z | Checking rand v0.9.2 |
| 626 | 2026-03-04T17:32:23.635Z | Compiling darling v0.21.3 |
| 627 | 2026-03-04T17:32:23.635Z | Compiling usdt-macro v0.6.0 |
| 628 | 2026-03-04T17:32:23.635Z | Compiling usdt-attr-macro v0.6.0 |
| 629 | 2026-03-04T17:32:23.635Z | Checking slog-json v2.6.1 |
| 630 | 2026-03-04T17:32:23.636Z | Compiling derive-ex v0.1.8 |
| 631 | 2026-03-04T17:32:23.636Z | Checking rand_xorshift v0.4.0 |
| 632 | 2026-03-04T17:32:23.637Z | Checking futures-executor v0.3.32 |
| 633 | 2026-03-04T17:32:23.637Z | Compiling strum_macros v0.26.4 |
| 634 | 2026-03-04T17:32:23.637Z | Compiling thiserror-impl v1.0.69 |
| 635 | 2026-03-04T17:32:23.637Z | Compiling ref-cast-impl v1.0.25 |
| 636 | 2026-03-04T17:32:23.637Z | Compiling regex v1.12.3 |
| 637 | 2026-03-04T17:32:23.637Z | Compiling async-stream-impl v0.3.6 |
| 638 | 2026-03-04T17:32:23.637Z | Compiling dropshot v0.16.7 |
| 639 | 2026-03-04T17:32:23.637Z | Checking serde_spanned v1.0.4 |
| 640 | 2026-03-04T17:32:23.637Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 641 | 2026-03-04T17:32:23.637Z | Checking memmap2 v0.9.10 |
| 642 | 2026-03-04T17:32:23.637Z | Checking is-terminal v0.4.17 |
| 643 | 2026-03-04T17:32:23.637Z | Checking encoding_rs v0.8.35 |
| 644 | 2026-03-04T17:32:23.637Z | Checking term v1.2.1 |
| 645 | 2026-03-04T17:32:23.637Z | Checking spin v0.9.8 |
| 646 | 2026-03-04T17:32:23.637Z | Checking mime v0.3.17 |
| 647 | 2026-03-04T17:32:23.638Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 648 | 2026-03-04T17:32:23.638Z | Checking take_mut v0.2.2 |
| 649 | 2026-03-04T17:32:23.638Z | Checking unarray v0.1.4 |
| 650 | 2026-03-04T17:32:23.638Z | Checking cpufeatures v0.2.17 |
| 651 | 2026-03-04T17:32:23.638Z | Checking hex v0.4.3 |
| 652 | 2026-03-04T17:32:23.638Z | Checking sha1 v0.10.6 |
| 653 | 2026-03-04T17:32:23.638Z | Checking proptest v1.10.0 |
| 654 | 2026-03-04T17:32:23.638Z | Checking toml v0.9.12+spec-1.1.0 |
| 655 | 2026-03-04T17:32:23.638Z | Compiling dropshot_endpoint v0.16.7 |
| 656 | 2026-03-04T17:32:23.638Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 657 | 2026-03-04T17:32:23.638Z | Compiling parse-display-derive v0.10.0 |
| 658 | 2026-03-04T17:32:23.638Z | Checking strum v0.26.3 |
| 659 | 2026-03-04T17:32:23.638Z | Compiling test-strategy v0.4.5 |
| 660 | 2026-03-04T17:32:23.638Z | Checking slog-term v2.9.2 |
| 661 | 2026-03-04T17:32:23.638Z | Checking async-stream v0.3.6 |
| 662 | 2026-03-04T17:32:23.639Z | Checking usdt v0.6.0 |
| 663 | 2026-03-04T17:32:23.639Z | Checking tokio-rustls v0.25.0 |
| 664 | 2026-03-04T17:32:23.639Z | Checking futures v0.3.32 |
| 665 | 2026-03-04T17:32:23.639Z | Checking slog-bunyan v2.5.0 |
| 666 | 2026-03-04T17:32:23.639Z | Compiling serde_with_macros v3.17.0 |
| 667 | 2026-03-04T17:32:23.639Z | Checking rand v0.8.5 |
| 668 | 2026-03-04T17:32:23.639Z | Checking reqwest v0.12.28 |
| 669 | 2026-03-04T17:32:23.701Z | Compiling newtype-uuid-macros v0.1.0 |
| 670 | 2026-03-04T17:32:23.701Z | Checking openapiv3 v2.2.0 |
| 671 | 2026-03-04T17:32:23.701Z | Compiling async-trait v0.1.89 |
| 672 | 2026-03-04T17:32:23.701Z | Compiling strum_macros v0.27.2 |
| 673 | 2026-03-04T17:32:23.701Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 674 | 2026-03-04T17:32:23.701Z | Checking waitgroup v0.1.2 |
| 675 | 2026-03-04T17:32:23.701Z | Checking serde_path_to_error v0.1.20 |
| 676 | 2026-03-04T17:32:23.701Z | Checking rustls-pemfile v2.2.0 |
| 677 | 2026-03-04T17:32:23.701Z | Checking hostname v0.4.2 |
| 678 | 2026-03-04T17:32:23.701Z | Checking instant v0.1.13 |
| 679 | 2026-03-04T17:32:23.701Z | Checking debug-ignore v1.0.5 |
| 680 | 2026-03-04T17:32:23.701Z | Checking rustc-hash v2.1.1 |
| 681 | 2026-03-04T17:32:23.701Z | Checking either v1.15.0 |
| 682 | 2026-03-04T17:32:23.701Z | Checking backoff v0.4.0 |
| 683 | 2026-03-04T17:32:23.701Z | Checking iddqd v0.3.17 |
| 684 | 2026-03-04T17:32:23.701Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 685 | 2026-03-04T17:32:23.701Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 686 | 2026-03-04T17:32:23.701Z | Checking itertools v0.14.0 |
| 687 | 2026-03-04T17:32:23.701Z | Checking progenitor-client v0.10.0 |
| 688 | 2026-03-04T17:32:23.701Z | Checking serde_with v3.17.0 |
| 689 | 2026-03-04T17:32:23.701Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 690 | 2026-03-04T17:32:23.701Z | Checking parse-display v0.10.0 |
| 691 | 2026-03-04T17:32:23.701Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 692 | 2026-03-04T17:32:23.701Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 693 | 2026-03-04T17:32:23.701Z | Checking backon v1.6.0 |
| 694 | 2026-03-04T17:32:23.701Z | Checking macaddr v1.0.1 |
| 695 | 2026-03-04T17:32:23.701Z | Checking regress v0.10.5 |
| 696 | 2026-03-04T17:32:23.701Z | Checking strum v0.27.2 |
| 697 | 2026-03-04T17:32:23.701Z | Checking rustls-webpki v0.103.9 |
| 698 | 2026-03-04T17:32:23.701Z | Checking tokio-rustls v0.26.4 |
| 699 | 2026-03-04T17:32:23.701Z | Checking rustls-platform-verifier v0.6.2 |
| 700 | 2026-03-04T17:32:23.701Z | Checking hyper-rustls v0.27.7 |
| 701 | 2026-03-04T17:32:23.701Z | Checking reqwest v0.13.2 |
| 702 | 2026-03-04T17:32:23.858Z | Checking progenitor-client v0.13.0 |
| 703 | 2026-03-04T17:32:24.098Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 704 | 2026-03-04T17:32:31.634Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 705 | 2026-03-04T17:32:31.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 706 | 2026-03-04T17:32:31.872Z | + cargo build --release |
| 707 | 2026-03-04T17:32:32.187Z | Compiling proc-macro2 v1.0.106 |
| 708 | 2026-03-04T17:32:32.187Z | Compiling quote v1.0.44 |
| 709 | 2026-03-04T17:32:32.187Z | Compiling unicode-ident v1.0.24 |
| 710 | 2026-03-04T17:32:32.190Z | Compiling libc v0.2.180 |
| 711 | 2026-03-04T17:32:32.190Z | Compiling cfg-if v1.0.4 |
| 712 | 2026-03-04T17:32:32.190Z | Compiling serde_core v1.0.228 |
| 713 | 2026-03-04T17:32:32.190Z | Compiling memchr v2.8.0 |
| 714 | 2026-03-04T17:32:32.190Z | Compiling itoa v1.0.17 |
| 715 | 2026-03-04T17:32:32.323Z | Compiling zmij v1.0.21 |
| 716 | 2026-03-04T17:32:32.444Z | Compiling serde v1.0.228 |
| 717 | 2026-03-04T17:32:32.729Z | Compiling serde_json v1.0.149 |
| 718 | 2026-03-04T17:32:32.845Z | Compiling shlex v1.3.0 |
| 719 | 2026-03-04T17:32:32.853Z | Compiling pin-project-lite v0.2.17 |
| 720 | 2026-03-04T17:32:33.075Z | Compiling find-msvc-tools v0.1.9 |
| 721 | 2026-03-04T17:32:33.165Z | Compiling smallvec v1.15.1 |
| 722 | 2026-03-04T17:32:33.516Z | Compiling futures-core v0.3.32 |
| 723 | 2026-03-04T17:32:33.654Z | Compiling bytes v1.11.1 |
| 724 | 2026-03-04T17:32:33.782Z | Compiling parking_lot_core v0.9.12 |
| 725 | 2026-03-04T17:32:33.902Z | Compiling jobserver v0.1.34 |
| 726 | 2026-03-04T17:32:33.945Z | Compiling errno v0.3.14 |
| 727 | 2026-03-04T17:32:34.274Z | Compiling once_cell v1.21.3 |
| 728 | 2026-03-04T17:32:34.582Z | Compiling syn v2.0.117 |
| 729 | 2026-03-04T17:32:34.670Z | Compiling cc v1.2.56 |
| 730 | 2026-03-04T17:32:34.746Z | Compiling scopeguard v1.2.0 |
| 731 | 2026-03-04T17:32:34.919Z | Compiling lock_api v0.4.14 |
| 732 | 2026-03-04T17:32:34.942Z | Compiling futures-sink v0.3.32 |
| 733 | 2026-03-04T17:32:35.112Z | Compiling stable_deref_trait v1.2.1 |
| 734 | 2026-03-04T17:32:35.226Z | Compiling signal-hook-registry v1.4.8 |
| 735 | 2026-03-04T17:32:35.328Z | Compiling socket2 v0.6.2 |
| 736 | 2026-03-04T17:32:35.448Z | Compiling parking_lot v0.12.5 |
| 737 | 2026-03-04T17:32:35.599Z | Compiling mio v1.1.1 |
| 738 | 2026-03-04T17:32:35.725Z | Compiling getrandom v0.4.1 |
| 739 | 2026-03-04T17:32:36.213Z | Compiling autocfg v1.5.0 |
| 740 | 2026-03-04T17:32:36.332Z | Compiling slab v0.4.12 |
| 741 | 2026-03-04T17:32:36.714Z | Compiling thiserror v2.0.18 |
| 742 | 2026-03-04T17:32:36.971Z | Compiling num-traits v0.2.19 |
| 743 | 2026-03-04T17:32:37.034Z | Compiling zeroize v1.8.2 |
| 744 | 2026-03-04T17:32:37.366Z | Compiling futures-channel v0.3.32 |
| 745 | 2026-03-04T17:32:37.460Z | Compiling zerocopy v0.8.40 |
| 746 | 2026-03-04T17:32:37.554Z | Compiling equivalent v1.0.2 |
| 747 | 2026-03-04T17:32:37.611Z | Compiling allocator-api2 v0.2.21 |
| 748 | 2026-03-04T17:32:37.676Z | Compiling rustversion v1.0.22 |
| 749 | 2026-03-04T17:32:37.844Z | Compiling foldhash v0.2.0 |
| 750 | 2026-03-04T17:32:38.231Z | Compiling rustls-pki-types v1.14.0 |
| 751 | 2026-03-04T17:32:38.268Z | Compiling cmake v0.1.57 |
| 752 | 2026-03-04T17:32:38.379Z | Compiling hashbrown v0.16.1 |
| 753 | 2026-03-04T17:32:38.414Z | Compiling http v1.4.0 |
| 754 | 2026-03-04T17:32:38.422Z | Compiling futures-io v0.3.32 |
| 755 | 2026-03-04T17:32:38.759Z | Compiling dunce v1.0.5 |
| 756 | 2026-03-04T17:32:38.897Z | Compiling version_check v0.9.5 |
| 757 | 2026-03-04T17:32:39.023Z | Compiling futures-task v0.3.32 |
| 758 | 2026-03-04T17:32:39.335Z | Compiling fs_extra v1.3.0 |
| 759 | 2026-03-04T17:32:39.844Z | Compiling aws-lc-sys v0.37.1 |
| 760 | 2026-03-04T17:32:40.127Z | Compiling log v0.4.29 |
| 761 | 2026-03-04T17:32:40.160Z | Compiling fnv v1.0.7 |
| 762 | 2026-03-04T17:32:40.314Z | Compiling untrusted v0.9.0 |
| 763 | 2026-03-04T17:32:40.530Z | Compiling ucd-trie v0.1.7 |
| 764 | 2026-03-04T17:32:40.676Z | Compiling iana-time-zone v0.1.65 |
| 765 | 2026-03-04T17:32:40.955Z | Compiling pest v2.8.6 |
| 766 | 2026-03-04T17:32:41.204Z | Compiling httparse v1.10.1 |
| 767 | 2026-03-04T17:32:41.393Z | Compiling litemap v0.8.1 |
| 768 | 2026-03-04T17:32:41.798Z | Compiling schemars v0.8.22 |
| 769 | 2026-03-04T17:32:41.845Z | Compiling writeable v0.6.2 |
| 770 | 2026-03-04T17:32:42.221Z | Compiling synstructure v0.13.2 |
| 771 | 2026-03-04T17:32:42.282Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2026-03-04T17:32:42.703Z | Compiling http-body v1.0.1 |
| 773 | 2026-03-04T17:32:42.962Z | Compiling indexmap v2.13.0 |
| 774 | 2026-03-04T17:32:43.343Z | Compiling uuid v1.21.0 |
| 775 | 2026-03-04T17:32:43.776Z | Compiling pest_meta v2.8.6 |
| 776 | 2026-03-04T17:32:43.827Z | Compiling semver v1.0.27 |
| 777 | 2026-03-04T17:32:44.016Z | Compiling tracing-core v0.1.36 |
| 778 | 2026-03-04T17:32:44.653Z | Compiling dyn-clone v1.0.20 |
| 779 | 2026-03-04T17:32:44.729Z | Compiling percent-encoding v2.3.2 |
| 780 | 2026-03-04T17:32:44.743Z | Compiling bitflags v2.11.0 |
| 781 | 2026-03-04T17:32:44.874Z | Compiling icu_normalizer_data v2.1.1 |
| 782 | 2026-03-04T17:32:45.213Z | Compiling aws-lc-rs v1.16.0 |
| 783 | 2026-03-04T17:32:45.236Z | Compiling icu_properties_data v2.1.2 |
| 784 | 2026-03-04T17:32:45.244Z | Compiling atomic-waker v1.1.2 |
| 785 | 2026-03-04T17:32:45.433Z | Compiling pest_generator v2.8.6 |
| 786 | 2026-03-04T17:32:45.503Z | Compiling serde_derive v1.0.228 |
| 787 | 2026-03-04T17:32:45.532Z | Compiling zerofrom-derive v0.1.6 |
| 788 | 2026-03-04T17:32:45.612Z | Compiling zerocopy-derive v0.8.40 |
| 789 | 2026-03-04T17:32:45.741Z | Compiling yoke-derive v0.8.1 |
| 790 | 2026-03-04T17:32:46.338Z | Compiling tokio-macros v2.6.0 |
| 791 | 2026-03-04T17:32:46.871Z | Compiling zerovec-derive v0.11.2 |
| 792 | 2026-03-04T17:32:47.046Z | Compiling displaydoc v0.2.5 |
| 793 | 2026-03-04T17:32:47.823Z | Compiling tokio v1.49.0 |
| 794 | 2026-03-04T17:32:48.033Z | Compiling thiserror-impl v2.0.18 |
| 795 | 2026-03-04T17:32:48.127Z | Compiling zerofrom v0.1.6 |
| 796 | 2026-03-04T17:32:48.346Z | Compiling yoke v0.8.1 |
| 797 | 2026-03-04T17:32:48.488Z | Compiling futures-macro v0.3.32 |
| 798 | 2026-03-04T17:32:48.692Z | Compiling zerotrie v0.2.3 |
| 799 | 2026-03-04T17:32:49.225Z | Compiling zerovec v0.11.5 |
| 800 | 2026-03-04T17:32:49.588Z | Compiling schemars_derive v0.8.22 |
| 801 | 2026-03-04T17:32:50.196Z | Compiling futures-util v0.3.32 |
| 802 | 2026-03-04T17:32:50.477Z | Compiling tinystr v0.8.2 |
| 803 | 2026-03-04T17:32:50.689Z | Compiling potential_utf v0.1.4 |
| 804 | 2026-03-04T17:32:50.833Z | Compiling icu_locale_core v2.1.1 |
| 805 | 2026-03-04T17:32:50.984Z | Compiling icu_collections v2.1.1 |
| 806 | 2026-03-04T17:32:52.421Z | Compiling icu_provider v2.1.1 |
| 807 | 2026-03-04T17:32:53.277Z | Compiling chrono v0.4.44 |
| 808 | 2026-03-04T17:32:53.476Z | Compiling tracing v0.1.44 |
| 809 | 2026-03-04T17:32:54.151Z | Compiling getrandom v0.2.17 |
| 810 | 2026-03-04T17:32:54.453Z | Compiling heck v0.5.0 |
| 811 | 2026-03-04T17:32:54.467Z | Compiling try-lock v0.2.5 |
| 812 | 2026-03-04T17:32:54.641Z | Compiling tower-service v0.3.3 |
| 813 | 2026-03-04T17:32:54.783Z | Compiling tower-layer v0.3.3 |
| 814 | 2026-03-04T17:32:54.870Z | Compiling base64 v0.22.1 |
| 815 | 2026-03-04T17:32:55.262Z | Compiling subtle v2.6.1 |
| 816 | 2026-03-04T17:32:55.549Z | Compiling want v0.3.1 |
| 817 | 2026-03-04T17:32:56.165Z | Compiling pest_derive v2.8.6 |
| 818 | 2026-03-04T17:32:56.288Z | Compiling slog v2.8.2 |
| 819 | 2026-03-04T17:32:56.741Z | Compiling tokio-util v0.7.18 |
| 820 | 2026-03-04T17:32:56.912Z | Compiling typenum v1.19.0 |
| 821 | 2026-03-04T17:32:57.067Z | Compiling pin-utils v0.1.0 |
| 822 | 2026-03-04T17:32:57.570Z | Compiling getrandom v0.3.4 |
| 823 | 2026-03-04T17:32:57.687Z | Compiling httpdate v1.0.3 |
| 824 | 2026-03-04T17:32:57.856Z | Compiling h2 v0.4.13 |
| 825 | 2026-03-04T17:32:58.286Z | Compiling ppv-lite86 v0.2.21 |
| 826 | 2026-03-04T17:32:59.024Z | Compiling icu_normalizer v2.1.1 |
| 827 | 2026-03-04T17:32:59.031Z | Compiling icu_properties v2.1.2 |
| 828 | 2026-03-04T17:32:59.227Z | Compiling serde_tokenstream v0.2.3 |
| 829 | 2026-03-04T17:32:59.813Z | Compiling erased-serde v0.3.31 |
| 830 | 2026-03-04T17:33:01.388Z | Compiling form_urlencoded v1.2.2 |
| 831 | 2026-03-04T17:33:01.673Z | Compiling generic-array v0.14.7 |
| 832 | 2026-03-04T17:33:01.863Z | Compiling ring v0.17.14 |
| 833 | 2026-03-04T17:33:02.099Z | Compiling rustls v0.23.37 |
| 834 | 2026-03-04T17:33:02.446Z | Compiling ipnet v2.11.0 |
| 835 | 2026-03-04T17:33:02.560Z | Compiling paste v1.0.15 |
| 836 | 2026-03-04T17:33:03.357Z | Compiling hyper v1.8.1 |
| 837 | 2026-03-04T17:33:05.068Z | Compiling idna_adapter v1.2.1 |
| 838 | 2026-03-04T17:33:06.333Z | Compiling hyper-util v0.1.20 |
| 839 | 2026-03-04T17:33:07.666Z | Compiling structmeta-derive v0.3.0 |
| 840 | 2026-03-04T17:33:09.918Z | Compiling scroll_derive v0.13.1 |
| 841 | 2026-03-04T17:33:11.565Z | Compiling sync_wrapper v1.0.2 |
| 842 | 2026-03-04T17:33:11.853Z | Compiling rustix v1.1.3 |
| 843 | 2026-03-04T17:33:12.298Z | Compiling time-core v0.1.8 |
| 844 | 2026-03-04T17:33:12.564Z | Compiling ryu v1.0.23 |
| 845 | 2026-03-04T17:33:12.716Z | Compiling usdt-impl v0.6.0 |
| 846 | 2026-03-04T17:33:12.817Z | Compiling num-conv v0.2.0 |
| 847 | 2026-03-04T17:33:13.058Z | Compiling powerfmt v0.2.0 |
| 848 | 2026-03-04T17:33:13.084Z | Compiling utf8_iter v1.0.4 |
| 849 | 2026-03-04T17:33:13.176Z | Compiling time-macros v0.2.27 |
| 850 | 2026-03-04T17:33:13.351Z | Compiling deranged v0.5.8 |
| 851 | 2026-03-04T17:33:13.536Z | Compiling idna v1.1.0 |
| 852 | 2026-03-04T17:33:13.544Z | Compiling serde_urlencoded v0.7.1 |
| 853 | 2026-03-04T17:33:14.541Z | Compiling dof v0.4.0 |
| 854 | 2026-03-04T17:33:15.388Z | Compiling tower v0.5.3 |
| 855 | 2026-03-04T17:33:15.500Z | Compiling scroll v0.13.0 |
| 856 | 2026-03-04T17:33:16.103Z | Compiling structmeta v0.3.0 |
| 857 | 2026-03-04T17:33:16.131Z | Compiling rand_core v0.9.5 |
| 858 | 2026-03-04T17:33:16.456Z | Compiling dtrace-parser v0.3.0 |
| 859 | 2026-03-04T17:33:16.620Z | Compiling ipnetwork v0.21.1 |
| 860 | 2026-03-04T17:33:16.645Z | Compiling http-body-util v0.1.3 |
| 861 | 2026-03-04T17:33:17.198Z | Compiling thread-id v5.1.0 |
| 862 | 2026-03-04T17:33:17.374Z | Compiling plain v0.2.3 |
| 863 | 2026-03-04T17:33:17.389Z | Compiling strsim v0.11.1 |
| 864 | 2026-03-04T17:33:17.540Z | Compiling omicron-workspace-hack v0.1.0 |
| 865 | 2026-03-04T17:33:17.543Z | Compiling fastrand v2.3.0 |
| 866 | 2026-03-04T17:33:17.901Z | Compiling iri-string v0.7.10 |
| 867 | 2026-03-04T17:33:17.954Z | Compiling ident_case v1.0.1 |
| 868 | 2026-03-04T17:33:18.149Z | Compiling num_threads v0.1.7 |
| 869 | 2026-03-04T17:33:18.212Z | Compiling regex-syntax v0.8.10 |
| 870 | 2026-03-04T17:33:18.275Z | Compiling crossbeam-utils v0.8.21 |
| 871 | 2026-03-04T17:33:18.348Z | Compiling byteorder v1.5.0 |
| 872 | 2026-03-04T17:33:18.965Z | Compiling time v0.3.47 |
| 873 | 2026-03-04T17:33:19.368Z | Compiling darling_core v0.21.3 |
| 874 | 2026-03-04T17:33:20.022Z | Compiling goblin v0.10.5 |
| 875 | 2026-03-04T17:33:22.701Z | Compiling tower-http v0.6.8 |
| 876 | 2026-03-04T17:33:22.798Z | Compiling oxnet v0.1.4 |
| 877 | 2026-03-04T17:33:24.883Z | Compiling url v2.5.8 |
| 878 | 2026-03-04T17:33:25.155Z | Compiling newtype-uuid v1.3.2 |
| 879 | 2026-03-04T17:33:26.594Z | Compiling daft-derive v0.1.5 |
| 880 | 2026-03-04T17:33:27.365Z | Compiling aho-corasick v1.1.4 |
| 881 | 2026-03-04T17:33:27.673Z | Compiling rustls v0.22.4 |
| 882 | 2026-03-04T17:33:28.130Z | Compiling openssl-probe v0.2.1 |
| 883 | 2026-03-04T17:33:28.666Z | Compiling pretty-hex v0.4.1 |
| 884 | 2026-03-04T17:33:30.682Z | Compiling rustls-native-certs v0.8.3 |
| 885 | 2026-03-04T17:33:30.965Z | Compiling daft v0.1.5 |
| 886 | 2026-03-04T17:33:31.535Z | Compiling rustls-webpki v0.102.8 |
| 887 | 2026-03-04T17:33:32.555Z | Compiling regex-automata v0.4.14 |
| 888 | 2026-03-04T17:33:33.376Z | Compiling darling_macro v0.21.3 |
| 889 | 2026-03-04T17:33:33.552Z | Compiling tempfile v3.25.0 |
| 890 | 2026-03-04T17:33:36.063Z | Compiling crypto-common v0.1.7 |
| 891 | 2026-03-04T17:33:36.294Z | Compiling block-buffer v0.10.4 |
| 892 | 2026-03-04T17:33:36.619Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-03-04T17:33:37.065Z | Compiling rand_core v0.6.4 |
| 894 | 2026-03-04T17:33:37.248Z | Compiling multer v3.1.0 |
| 895 | 2026-03-04T17:33:37.647Z | Compiling wait-timeout v0.2.1 |
| 896 | 2026-03-04T17:33:37.954Z | Compiling thread_local v1.1.9 |
| 897 | 2026-03-04T17:33:38.642Z | Compiling quick-error v1.2.3 |
| 898 | 2026-03-04T17:33:38.801Z | Compiling ref-cast v1.0.25 |
| 899 | 2026-03-04T17:33:39.179Z | Compiling anyhow v1.0.102 |
| 900 | 2026-03-04T17:33:39.207Z | Compiling winnow v0.7.14 |
| 901 | 2026-03-04T17:33:39.395Z | Compiling thiserror v1.0.69 |
| 902 | 2026-03-04T17:33:39.799Z | Compiling bit-vec v0.8.0 |
| 903 | 2026-03-04T17:33:39.963Z | Compiling camino v1.2.2 |
| 904 | 2026-03-04T17:33:40.404Z | Compiling slog-async v2.8.0 |
| 905 | 2026-03-04T17:33:40.459Z | Compiling match_cfg v0.1.0 |
| 906 | 2026-03-04T17:33:40.563Z | Compiling hostname v0.3.1 |
| 907 | 2026-03-04T17:33:40.675Z | Compiling bit-set v0.8.0 |
| 908 | 2026-03-04T17:33:41.249Z | Compiling rusty-fork v0.3.1 |
| 909 | 2026-03-04T17:33:41.486Z | Compiling rand_chacha v0.3.1 |
| 910 | 2026-03-04T17:33:43.205Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 911 | 2026-03-04T17:33:43.217Z | Compiling rand v0.9.2 |
| 912 | 2026-03-04T17:33:44.848Z | Compiling regex v1.12.3 |
| 913 | 2026-03-04T17:33:45.806Z | Compiling digest v0.10.7 |
| 914 | 2026-03-04T17:33:46.240Z | Compiling crossbeam-channel v0.5.15 |
| 915 | 2026-03-04T17:33:46.325Z | Compiling darling v0.21.3 |
| 916 | 2026-03-04T17:33:47.782Z | Compiling slog-json v2.6.1 |
| 917 | 2026-03-04T17:33:48.228Z | Compiling usdt-macro v0.6.0 |
| 918 | 2026-03-04T17:33:48.927Z | Compiling usdt-attr-macro v0.6.0 |
| 919 | 2026-03-04T17:33:49.540Z | Compiling derive-ex v0.1.8 |
| 920 | 2026-03-04T17:33:50.333Z | Compiling rand_xorshift v0.4.0 |
| 921 | 2026-03-04T17:33:50.589Z | Compiling futures-executor v0.3.32 |
| 922 | 2026-03-04T17:33:51.116Z | Compiling strum_macros v0.26.4 |
| 923 | 2026-03-04T17:33:51.609Z | Compiling thiserror-impl v1.0.69 |
| 924 | 2026-03-04T17:33:53.219Z | Compiling async-stream-impl v0.3.6 |
| 925 | 2026-03-04T17:33:53.501Z | Compiling ref-cast-impl v1.0.25 |
| 926 | 2026-03-04T17:33:54.271Z | Compiling dropshot v0.16.7 |
| 927 | 2026-03-04T17:33:54.507Z | Compiling serde_spanned v1.0.4 |
| 928 | 2026-03-04T17:33:54.656Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 929 | 2026-03-04T17:33:54.667Z | Compiling is-terminal v0.4.17 |
| 930 | 2026-03-04T17:33:54.742Z | Compiling memmap2 v0.9.10 |
| 931 | 2026-03-04T17:33:54.802Z | Compiling encoding_rs v0.8.35 |
| 932 | 2026-03-04T17:33:55.284Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 933 | 2026-03-04T17:33:55.493Z | Compiling take_mut v0.2.2 |
| 934 | 2026-03-04T17:33:55.595Z | Compiling hex v0.4.3 |
| 935 | 2026-03-04T17:33:55.657Z | Compiling cpufeatures v0.2.17 |
| 936 | 2026-03-04T17:33:55.758Z | Compiling term v1.2.1 |
| 937 | 2026-03-04T17:33:55.807Z | Compiling mime v0.3.17 |
| 938 | 2026-03-04T17:33:56.210Z | Compiling unarray v0.1.4 |
| 939 | 2026-03-04T17:33:56.411Z | Compiling spin v0.9.8 |
| 940 | 2026-03-04T17:33:56.620Z | Compiling proptest v1.10.0 |
| 941 | 2026-03-04T17:33:56.798Z | Compiling slog-term v2.9.2 |
| 942 | 2026-03-04T17:34:00.125Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 943 | 2026-03-04T17:34:00.530Z | Compiling sha1 v0.10.6 |
| 944 | 2026-03-04T17:34:01.347Z | Compiling toml v0.9.12+spec-1.1.0 |
| 945 | 2026-03-04T17:34:05.176Z | Compiling dropshot_endpoint v0.16.7 |
| 946 | 2026-03-04T17:34:05.648Z | Compiling strum v0.26.3 |
| 947 | 2026-03-04T17:34:05.852Z | Compiling usdt v0.6.0 |
| 948 | 2026-03-04T17:34:07.464Z | Compiling async-stream v0.3.6 |
| 949 | 2026-03-04T17:34:07.802Z | Compiling test-strategy v0.4.5 |
| 950 | 2026-03-04T17:34:07.812Z | Compiling tokio-rustls v0.25.0 |
| 951 | 2026-03-04T17:34:08.204Z | Compiling futures v0.3.32 |
| 952 | 2026-03-04T17:34:08.417Z | Compiling slog-bunyan v2.5.0 |
| 953 | 2026-03-04T17:34:08.721Z | Compiling serde_with_macros v3.17.0 |
| 954 | 2026-03-04T17:34:10.857Z | Compiling parse-display-derive v0.10.0 |
| 955 | 2026-03-04T17:34:11.176Z | Compiling rand v0.8.5 |
| 956 | 2026-03-04T17:34:13.063Z | Compiling reqwest v0.12.28 |
| 957 | 2026-03-04T17:34:13.369Z | Compiling newtype-uuid-macros v0.1.0 |
| 958 | 2026-03-04T17:34:13.385Z | Compiling strum_macros v0.27.2 |
| 959 | 2026-03-04T17:34:14.364Z | Compiling openapiv3 v2.2.0 |
| 960 | 2026-03-04T17:34:14.936Z | Compiling async-trait v0.1.89 |
| 961 | 2026-03-04T17:34:17.152Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 962 | 2026-03-04T17:34:17.162Z | Compiling waitgroup v0.1.2 |
| 963 | 2026-03-04T17:34:17.407Z | Compiling rustls-pemfile v2.2.0 |
| 964 | 2026-03-04T17:34:17.769Z | Compiling serde_path_to_error v0.1.20 |
| 965 | 2026-03-04T17:34:17.887Z | Compiling hostname v0.4.2 |
| 966 | 2026-03-04T17:34:17.896Z | Compiling instant v0.1.13 |
| 967 | 2026-03-04T17:34:17.974Z | Compiling debug-ignore v1.0.5 |
| 968 | 2026-03-04T17:34:18.060Z | Compiling rustc-hash v2.1.1 |
| 969 | 2026-03-04T17:34:18.132Z | Compiling either v1.15.0 |
| 970 | 2026-03-04T17:34:18.140Z | Compiling backoff v0.4.0 |
| 971 | 2026-03-04T17:34:18.254Z | Compiling iddqd v0.3.17 |
| 972 | 2026-03-04T17:34:18.550Z | Compiling itertools v0.14.0 |
| 973 | 2026-03-04T17:34:18.665Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 974 | 2026-03-04T17:34:18.891Z | Compiling strum v0.27.2 |
| 975 | 2026-03-04T17:34:19.089Z | Compiling progenitor-client v0.10.0 |
| 976 | 2026-03-04T17:34:19.992Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 977 | 2026-03-04T17:34:20.002Z | Compiling parse-display v0.10.0 |
| 978 | 2026-03-04T17:34:22.028Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 979 | 2026-03-04T17:34:22.105Z | Compiling serde_with v3.17.0 |
| 980 | 2026-03-04T17:34:22.413Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 981 | 2026-03-04T17:34:24.378Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 982 | 2026-03-04T17:34:25.174Z | Compiling backon v1.6.0 |
| 983 | 2026-03-04T17:34:25.656Z | Compiling macaddr v1.0.1 |
| 984 | 2026-03-04T17:34:25.715Z | Compiling regress v0.10.5 |
| 985 | 2026-03-04T17:34:39.427Z | Compiling rustls-webpki v0.103.9 |
| 986 | 2026-03-04T17:34:45.223Z | Compiling tokio-rustls v0.26.4 |
| 987 | 2026-03-04T17:34:45.223Z | Compiling rustls-platform-verifier v0.6.2 |
| 988 | 2026-03-04T17:34:45.763Z | Compiling hyper-rustls v0.27.7 |
| 989 | 2026-03-04T17:34:46.510Z | Compiling reqwest v0.13.2 |
| 990 | 2026-03-04T17:34:51.195Z | Compiling progenitor-client v0.13.0 |
| 991 | 2026-03-04T17:34:52.062Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 992 | 2026-03-04T17:35:01.634Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 993 | 2026-03-04T17:35:12.064Z | Finished `release` profile [optimized] target(s) in 2m 40s |
| 994 | 2026-03-04T17:35:54.203Z | process exited: duration 242528 ms, exit code 0 |
| |
| 995 | 2026-03-04T17:35:54.518Z | found 0 output files |