|
|
|
| 1 | 2026-02-08T15:42:05.384Z | job assigned to worker 01KGYYMW0CDVWQ2AJBCFQVGY2P [factory gimlet-EVT22200007-propolis, EVT22200007/57403] (queued for 26 s) |
| |
| 2 | 2026-02-08T15:42:14.249Z | starting task 0: "setup" |
| 3 | 2026-02-08T15:42:14.274Z | ++ uname -s |
| 4 | 2026-02-08T15:42:14.274Z | + kern=SunOS |
| 5 | 2026-02-08T15:42:14.274Z | + build_user=build |
| 6 | 2026-02-08T15:42:14.274Z | + build_uid=12345 |
| 7 | 2026-02-08T15:42:14.274Z | + work_dir=/work |
| 8 | 2026-02-08T15:42:14.274Z | + input_dir=/input |
| 9 | 2026-02-08T15:42:14.274Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-08T15:42:14.274Z | + case "$kern" in |
| 11 | 2026-02-08T15:42:14.274Z | + groupadd -g 12345 build |
| 12 | 2026-02-08T15:42:14.274Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-08T15:42:16.274Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-08T15:42:16.320Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-08T15:42:16.360Z | + home_fs=zfs |
| 16 | 2026-02-08T15:42:16.360Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-08T15:42:16.360Z | + mkdir -p /home/build |
| 18 | 2026-02-08T15:42:16.360Z | + chown build:build /home/build /work |
| 19 | 2026-02-08T15:42:18.329Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-08T15:42:18.354Z | process exited: duration 4083 ms, exit code 0 |
| |
| 21 | 2026-02-08T15:42:18.405Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-08T15:42:18.433Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-08T15:42:18.433Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-08T15:42:18.433Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-02-08T15:42:18.433Z | * rust toolchain channel = "1.91.1" |
| 26 | 2026-02-08T15:42:18.433Z | * rust toolchain profile = "default" |
| 27 | 2026-02-08T15:42:18.433Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-08T15:42:18.433Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-08T15:42:18.433Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-08T15:42:18.542Z | info: downloading installer |
| 31 | 2026-02-08T15:42:20.094Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-08T15:42:20.094Z | warn: /opt/ooce/bin |
| 33 | 2026-02-08T15:42:20.094Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-08T15:42:20.094Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-08T15:42:20.094Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-08T15:42:20.094Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-08T15:42:20.094Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-08T15:42:20.094Z | error: cannot install while Rust is installed |
| 39 | 2026-02-08T15:42:20.094Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-08T15:42:20.119Z | info: profile set to 'default' |
| 41 | 2026-02-08T15:42:20.119Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-08T15:42:20.119Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-08T15:42:20.231Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-08T15:42:20.231Z | info: downloading component 'cargo' |
| 45 | 2026-02-08T15:42:20.478Z | info: downloading component 'clippy' |
| 46 | 2026-02-08T15:42:20.566Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-08T15:42:21.012Z | info: downloading component 'rust-std' |
| 48 | 2026-02-08T15:42:21.488Z | info: downloading component 'rustc' |
| 49 | 2026-02-08T15:42:24.661Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-08T15:42:24.713Z | info: installing component 'cargo' |
| 51 | 2026-02-08T15:42:25.929Z | info: installing component 'clippy' |
| 52 | 2026-02-08T15:42:26.383Z | info: installing component 'rust-docs' |
| 53 | 2026-02-08T15:42:29.728Z | info: installing component 'rust-std' |
| 54 | 2026-02-08T15:42:31.926Z | info: installing component 'rustc' |
| 55 | 2026-02-08T15:42:40.278Z | info: installing component 'rustfmt' |
| 56 | 2026-02-08T15:42:40.671Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-08T15:42:40.671Z | |
| 58 | 2026-02-08T15:42:40.848Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-08T15:42:40.848Z | |
| 60 | 2026-02-08T15:42:40.872Z | |
| 61 | 2026-02-08T15:42:40.872Z | Rust is installed now. Great! |
| 62 | 2026-02-08T15:42:40.872Z | |
| 63 | 2026-02-08T15:42:40.872Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-08T15:42:40.873Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-08T15:42:40.873Z | |
| 66 | 2026-02-08T15:42:40.873Z | To configure your current shell, you need to source |
| 67 | 2026-02-08T15:42:40.873Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-08T15:42:40.873Z | |
| 69 | 2026-02-08T15:42:40.873Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-08T15:42:40.873Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-08T15:42:40.873Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-08T15:42:40.873Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-08T15:42:40.964Z | + rustup --version |
| 74 | 2026-02-08T15:42:40.988Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-08T15:42:40.988Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-08T15:42:41.112Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-08T15:42:41.136Z | + cargo --version |
| 78 | 2026-02-08T15:42:41.210Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-08T15:42:41.234Z | + rustc --version |
| 80 | 2026-02-08T15:42:41.309Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-08T15:42:41.333Z | process exited: duration 22910 ms, exit code 0 |
| |
| 82 | 2026-02-08T15:42:41.382Z | starting task 2: "authentication" |
| 83 | 2026-02-08T15:42:41.437Z | process exited: duration 55 ms, exit code 0 |
| |
| 84 | 2026-02-08T15:42:41.486Z | starting task 3: "clone repository" |
| 85 | 2026-02-08T15:42:41.510Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-08T15:42:41.510Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-08T15:42:41.534Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-08T15:43:08.123Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-08T15:43:08.123Z | + git fetch origin 4df24290d404f15a38e10caf255bb0f101e16fc1 |
| 90 | 2026-02-08T15:43:08.729Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-08T15:43:08.729Z | * branch 4df24290d404f15a38e10caf255bb0f101e16fc1 -> FETCH_HEAD |
| 92 | 2026-02-08T15:43:08.776Z | + [[ -n bump-console-64a717df ]] |
| 93 | 2026-02-08T15:43:08.776Z | ++ git branch --show-current |
| 94 | 2026-02-08T15:43:08.776Z | + current=main |
| 95 | 2026-02-08T15:43:08.776Z | + [[ main != bump-console-64a717df ]] |
| 96 | 2026-02-08T15:43:08.776Z | + git branch -f bump-console-64a717df 4df24290d404f15a38e10caf255bb0f101e16fc1 |
| 97 | 2026-02-08T15:43:08.776Z | + git checkout -f bump-console-64a717df |
| 98 | 2026-02-08T15:43:09.332Z | Switched to branch 'bump-console-64a717df' |
| 99 | 2026-02-08T15:43:09.391Z | + git reset --hard 4df24290d404f15a38e10caf255bb0f101e16fc1 |
| 100 | 2026-02-08T15:43:09.391Z | HEAD is now at 4df24290d Bump web console (IP pool detail improvements) |
| 101 | 2026-02-08T15:43:09.391Z | process exited: duration 27879 ms, exit code 0 |
| |
| 102 | 2026-02-08T15:43:09.507Z | starting task 4: "build" |
| 103 | 2026-02-08T15:43:09.558Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-08T15:43:09.558Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-08T15:43:09.558Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-08T15:43:09.558Z | + cargo --version |
| 107 | 2026-02-08T15:43:09.611Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-08T15:43:09.611Z | + rustc --version |
| 109 | 2026-02-08T15:43:09.686Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-08T15:43:09.734Z | + cd /tmp |
| 111 | 2026-02-08T15:43:09.734Z | + cargo new --lib test-project |
| 112 | 2026-02-08T15:43:09.802Z | Creating library `test-project` package |
| 113 | 2026-02-08T15:43:09.900Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-02-08T15:43:09.950Z | + cd test-project |
| 115 | 2026-02-08T15:43:09.950Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-02-08T15:43:10.011Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-02-08T15:43:10.011Z | Features: |
| 118 | 2026-02-08T15:43:10.011Z | - proptest |
| 119 | 2026-02-08T15:43:10.011Z | - test-strategy |
| 120 | 2026-02-08T15:43:10.011Z | - testing |
| 121 | 2026-02-08T15:43:10.055Z | Updating crates.io index |
| 122 | 2026-02-08T15:43:10.176Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-02-08T15:43:11.350Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2026-02-08T15:43:13.381Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2026-02-08T15:43:14.278Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2026-02-08T15:43:15.141Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2026-02-08T15:43:18.208Z | Locking 349 packages to latest Rust 1.91.1 compatible versions |
| 128 | 2026-02-08T15:43:18.232Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 129 | 2026-02-08T15:43:18.339Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 130 | 2026-02-08T15:43:18.363Z | + cargo check |
| 131 | 2026-02-08T15:43:18.591Z | Updating crates.io index |
| 132 | 2026-02-08T15:43:19.377Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 133 | 2026-02-08T15:43:19.377Z | Adding omicron-workspace-hack v0.1.0 |
| 134 | 2026-02-08T15:43:19.431Z | Downloading crates ... |
| 135 | 2026-02-08T15:43:19.522Z | Downloaded futures-task v0.3.31 |
| 136 | 2026-02-08T15:43:19.548Z | Downloaded hex v0.4.3 |
| 137 | 2026-02-08T15:43:19.548Z | Downloaded async-stream-impl v0.3.6 |
| 138 | 2026-02-08T15:43:19.548Z | Downloaded http-body-util v0.1.3 |
| 139 | 2026-02-08T15:43:19.548Z | Downloaded lazy_static v1.5.0 |
| 140 | 2026-02-08T15:43:19.548Z | Downloaded log v0.4.29 |
| 141 | 2026-02-08T15:43:19.548Z | Downloaded macaddr v1.0.1 |
| 142 | 2026-02-08T15:43:19.548Z | Downloaded itoa v1.0.11 |
| 143 | 2026-02-08T15:43:19.579Z | Downloaded newtype-uuid-macros v0.1.0 |
| 144 | 2026-02-08T15:43:19.580Z | Downloaded litemap v0.7.3 |
| 145 | 2026-02-08T15:43:19.580Z | Downloaded strsim v0.11.1 |
| 146 | 2026-02-08T15:43:19.580Z | Downloaded dyn-clone v1.0.20 |
| 147 | 2026-02-08T15:43:19.580Z | Downloaded darling_macro v0.21.0 |
| 148 | 2026-02-08T15:43:19.580Z | Downloaded is-terminal v0.4.13 |
| 149 | 2026-02-08T15:43:19.580Z | Downloaded errno v0.3.12 |
| 150 | 2026-02-08T15:43:19.580Z | Downloaded strum v0.27.2 |
| 151 | 2026-02-08T15:43:19.580Z | Downloaded dof v0.4.0 |
| 152 | 2026-02-08T15:43:19.580Z | Downloaded futures-io v0.3.31 |
| 153 | 2026-02-08T15:43:19.580Z | Downloaded camino v1.2.2 |
| 154 | 2026-02-08T15:43:19.580Z | Downloaded crossbeam-channel v0.5.15 |
| 155 | 2026-02-08T15:43:19.614Z | Downloaded colored v3.0.0 |
| 156 | 2026-02-08T15:43:19.614Z | Downloaded bytes v1.11.1 |
| 157 | 2026-02-08T15:43:19.614Z | Downloaded heck v0.5.0 |
| 158 | 2026-02-08T15:43:19.614Z | Downloaded debug-ignore v1.0.5 |
| 159 | 2026-02-08T15:43:19.614Z | Downloaded progenitor-client v0.11.2 |
| 160 | 2026-02-08T15:43:19.615Z | Downloaded powerfmt v0.2.0 |
| 161 | 2026-02-08T15:43:19.615Z | Downloaded generic-array v0.14.7 |
| 162 | 2026-02-08T15:43:19.615Z | Downloaded percent-encoding v2.3.2 |
| 163 | 2026-02-08T15:43:19.615Z | Downloaded parse-display v0.10.0 |
| 164 | 2026-02-08T15:43:19.615Z | Downloaded quick-error v1.2.3 |
| 165 | 2026-02-08T15:43:19.615Z | Downloaded idna_adapter v1.2.0 |
| 166 | 2026-02-08T15:43:19.641Z | Downloaded pretty-hex v0.4.1 |
| 167 | 2026-02-08T15:43:19.641Z | Downloaded match_cfg v0.1.0 |
| 168 | 2026-02-08T15:43:19.641Z | Downloaded httpdate v1.0.3 |
| 169 | 2026-02-08T15:43:19.641Z | Downloaded futures-core v0.3.31 |
| 170 | 2026-02-08T15:43:19.641Z | Downloaded foldhash v0.2.0 |
| 171 | 2026-02-08T15:43:19.641Z | Downloaded fastrand v2.1.1 |
| 172 | 2026-02-08T15:43:19.641Z | Downloaded form_urlencoded v1.2.2 |
| 173 | 2026-02-08T15:43:19.641Z | Downloaded num-conv v0.1.0 |
| 174 | 2026-02-08T15:43:19.641Z | Downloaded fnv v1.0.7 |
| 175 | 2026-02-08T15:43:19.641Z | Downloaded instant v0.1.13 |
| 176 | 2026-02-08T15:43:19.641Z | Downloaded hostname v0.4.2 |
| 177 | 2026-02-08T15:43:19.641Z | Downloaded omicron-workspace-hack v0.1.0 |
| 178 | 2026-02-08T15:43:19.641Z | Downloaded futures-executor v0.3.31 |
| 179 | 2026-02-08T15:43:19.641Z | Downloaded digest v0.10.7 |
| 180 | 2026-02-08T15:43:19.641Z | Downloaded futures-channel v0.3.31 |
| 181 | 2026-02-08T15:43:19.641Z | Downloaded http-body v1.0.1 |
| 182 | 2026-02-08T15:43:19.641Z | Downloaded progenitor-client v0.10.0 |
| 183 | 2026-02-08T15:43:19.641Z | Downloaded pin-utils v0.1.0 |
| 184 | 2026-02-08T15:43:19.641Z | Downloaded plain v0.2.3 |
| 185 | 2026-02-08T15:43:19.667Z | Downloaded progenitor-macro v0.11.2 |
| 186 | 2026-02-08T15:43:19.668Z | Downloaded icu_provider_macros v1.5.0 |
| 187 | 2026-02-08T15:43:19.668Z | Downloaded ident_case v1.0.1 |
| 188 | 2026-02-08T15:43:19.668Z | Downloaded structmeta v0.3.0 |
| 189 | 2026-02-08T15:43:19.668Z | Downloaded take_mut v0.2.2 |
| 190 | 2026-02-08T15:43:19.668Z | Downloaded subtle v2.6.1 |
| 191 | 2026-02-08T15:43:19.668Z | Downloaded tinyvec_macros v0.1.1 |
| 192 | 2026-02-08T15:43:19.668Z | Downloaded time-core v0.1.6 |
| 193 | 2026-02-08T15:43:19.668Z | Downloaded tower-service v0.3.3 |
| 194 | 2026-02-08T15:43:19.668Z | Downloaded icu_locid_transform v1.5.0 |
| 195 | 2026-02-08T15:43:19.668Z | Downloaded sha1 v0.10.6 |
| 196 | 2026-02-08T15:43:19.668Z | Downloaded either v1.15.0 |
| 197 | 2026-02-08T15:43:19.668Z | Downloaded untrusted v0.9.0 |
| 198 | 2026-02-08T15:43:19.668Z | Downloaded waitgroup v0.1.2 |
| 199 | 2026-02-08T15:43:19.668Z | Downloaded wait-timeout v0.2.0 |
| 200 | 2026-02-08T15:43:19.692Z | Downloaded usdt-attr-macro v0.6.0 |
| 201 | 2026-02-08T15:43:19.692Z | Downloaded unarray v0.1.4 |
| 202 | 2026-02-08T15:43:19.692Z | Downloaded scopeguard v1.2.0 |
| 203 | 2026-02-08T15:43:19.692Z | Downloaded rustc-hash v2.1.1 |
| 204 | 2026-02-08T15:43:19.692Z | Downloaded ref-cast-impl v1.0.25 |
| 205 | 2026-02-08T15:43:19.692Z | Downloaded rand_xorshift v0.4.0 |
| 206 | 2026-02-08T15:43:19.692Z | Downloaded thiserror-impl v2.0.18 |
| 207 | 2026-02-08T15:43:19.692Z | Downloaded time-macros v0.2.24 |
| 208 | 2026-02-08T15:43:19.692Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 209 | 2026-02-08T15:43:19.692Z | Downloaded want v0.3.1 |
| 210 | 2026-02-08T15:43:19.692Z | Downloaded write16 v1.0.0 |
| 211 | 2026-02-08T15:43:19.692Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 212 | 2026-02-08T15:43:19.692Z | Downloaded tokio-macros v2.6.0 |
| 213 | 2026-02-08T15:43:19.692Z | Downloaded thiserror-impl v1.0.69 |
| 214 | 2026-02-08T15:43:19.692Z | Downloaded iana-time-zone v0.1.63 |
| 215 | 2026-02-08T15:43:19.717Z | Downloaded ipnet v2.11.0 |
| 216 | 2026-02-08T15:43:19.717Z | Downloaded thread-id v5.0.0 |
| 217 | 2026-02-08T15:43:19.717Z | Downloaded httparse v1.9.5 |
| 218 | 2026-02-08T15:43:19.717Z | Downloaded getrandom v0.2.15 |
| 219 | 2026-02-08T15:43:19.717Z | Downloaded zerofrom-derive v0.1.4 |
| 220 | 2026-02-08T15:43:19.717Z | Downloaded quinn-udp v0.5.5 |
| 221 | 2026-02-08T15:43:19.717Z | Downloaded ppv-lite86 v0.2.20 |
| 222 | 2026-02-08T15:43:19.717Z | Downloaded strum_macros v0.27.2 |
| 223 | 2026-02-08T15:43:19.717Z | Downloaded strum_macros v0.26.4 |
| 224 | 2026-02-08T15:43:19.717Z | Downloaded usdt-macro v0.6.0 |
| 225 | 2026-02-08T15:43:19.717Z | Downloaded usdt-impl v0.6.0 |
| 226 | 2026-02-08T15:43:19.743Z | Downloaded tempfile v3.24.0 |
| 227 | 2026-02-08T15:43:19.743Z | Downloaded slog-term v2.9.2 |
| 228 | 2026-02-08T15:43:19.743Z | Downloaded typify-macro v0.4.3 |
| 229 | 2026-02-08T15:43:19.743Z | Downloaded usdt v0.6.0 |
| 230 | 2026-02-08T15:43:19.743Z | Downloaded utf8_iter v1.0.4 |
| 231 | 2026-02-08T15:43:19.743Z | Downloaded version_check v0.9.5 |
| 232 | 2026-02-08T15:43:19.743Z | Downloaded getrandom v0.3.4 |
| 233 | 2026-02-08T15:43:19.743Z | Downloaded yoke-derive v0.7.4 |
| 234 | 2026-02-08T15:43:19.743Z | Downloaded icu_properties v1.5.1 |
| 235 | 2026-02-08T15:43:19.743Z | Downloaded zerofrom v0.1.4 |
| 236 | 2026-02-08T15:43:19.743Z | Downloaded darling_core v0.21.0 |
| 237 | 2026-02-08T15:43:19.768Z | Downloaded zmij v1.0.15 |
| 238 | 2026-02-08T15:43:19.768Z | Downloaded zeroize v1.8.1 |
| 239 | 2026-02-08T15:43:19.769Z | Downloaded oxnet v0.1.4 |
| 240 | 2026-02-08T15:43:19.769Z | Downloaded socket2 v0.6.1 |
| 241 | 2026-02-08T15:43:19.769Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 242 | 2026-02-08T15:43:19.769Z | Downloaded rand_core v0.6.4 |
| 243 | 2026-02-08T15:43:19.769Z | Downloaded pin-project-lite v0.2.14 |
| 244 | 2026-02-08T15:43:19.769Z | Downloaded schemars_derive v0.8.22 |
| 245 | 2026-02-08T15:43:19.769Z | Downloaded parse-display-derive v0.10.0 |
| 246 | 2026-02-08T15:43:19.769Z | Downloaded pest_generator v2.8.2 |
| 247 | 2026-02-08T15:43:19.793Z | Downloaded parking_lot_core v0.9.10 |
| 248 | 2026-02-08T15:43:19.794Z | Downloaded typenum v1.17.0 |
| 249 | 2026-02-08T15:43:19.794Z | Downloaded tracing-core v0.1.32 |
| 250 | 2026-02-08T15:43:19.794Z | Downloaded typify v0.4.3 |
| 251 | 2026-02-08T15:43:19.794Z | Downloaded uuid v1.19.0 |
| 252 | 2026-02-08T15:43:19.794Z | Downloaded synstructure v0.13.1 |
| 253 | 2026-02-08T15:43:19.794Z | Downloaded slab v0.4.9 |
| 254 | 2026-02-08T15:43:19.794Z | Downloaded paste v1.0.15 |
| 255 | 2026-02-08T15:43:19.794Z | Downloaded serde_tokenstream v0.2.2 |
| 256 | 2026-02-08T15:43:19.818Z | Downloaded serde_path_to_error v0.1.20 |
| 257 | 2026-02-08T15:43:19.818Z | Downloaded semver v1.0.27 |
| 258 | 2026-02-08T15:43:19.818Z | Downloaded tracing v0.1.40 |
| 259 | 2026-02-08T15:43:19.818Z | Downloaded idna v1.0.3 |
| 260 | 2026-02-08T15:43:19.818Z | Downloaded thiserror v1.0.69 |
| 261 | 2026-02-08T15:43:19.818Z | Downloaded utf16_iter v1.0.5 |
| 262 | 2026-02-08T15:43:19.818Z | Downloaded icu_collections v1.5.0 |
| 263 | 2026-02-08T15:43:19.843Z | Downloaded zerovec-derive v0.10.3 |
| 264 | 2026-02-08T15:43:19.843Z | Downloaded pest_derive v2.8.2 |
| 265 | 2026-02-08T15:43:19.843Z | Downloaded rand_chacha v0.9.0 |
| 266 | 2026-02-08T15:43:19.843Z | Downloaded http v1.4.0 |
| 267 | 2026-02-08T15:43:19.844Z | Downloaded ryu v1.0.18 |
| 268 | 2026-02-08T15:43:19.844Z | Downloaded zerocopy-derive v0.8.27 |
| 269 | 2026-02-08T15:43:19.869Z | Downloaded tower v0.5.2 |
| 270 | 2026-02-08T15:43:19.869Z | Downloaded tower-http v0.6.6 |
| 271 | 2026-02-08T15:43:19.869Z | Downloaded zerovec v0.10.4 |
| 272 | 2026-02-08T15:43:19.894Z | Downloaded num-traits v0.2.19 |
| 273 | 2026-02-08T15:43:19.894Z | Downloaded schemars v0.8.22 |
| 274 | 2026-02-08T15:43:19.894Z | Downloaded zerocopy v0.7.35 |
| 275 | 2026-02-08T15:43:19.921Z | Downloaded unicode-ident v1.0.19 |
| 276 | 2026-02-08T15:43:19.921Z | Downloaded winnow v0.7.14 |
| 277 | 2026-02-08T15:43:19.921Z | Downloaded url v2.5.4 |
| 278 | 2026-02-08T15:43:19.946Z | Downloaded progenitor-impl v0.11.2 |
| 279 | 2026-02-08T15:43:19.946Z | Downloaded webpki-roots v1.0.1 |
| 280 | 2026-02-08T15:43:19.946Z | Downloaded syn v2.0.114 |
| 281 | 2026-02-08T15:43:19.946Z | Downloaded serde v1.0.228 |
| 282 | 2026-02-08T15:43:19.946Z | Downloaded rand v0.8.5 |
| 283 | 2026-02-08T15:43:19.946Z | Downloaded quinn v0.11.5 |
| 284 | 2026-02-08T15:43:19.970Z | Downloaded goblin v0.10.2 |
| 285 | 2026-02-08T15:43:19.970Z | Downloaded rand v0.9.2 |
| 286 | 2026-02-08T15:43:19.970Z | Downloaded mio v1.0.2 |
| 287 | 2026-02-08T15:43:19.970Z | Downloaded pest v2.8.2 |
| 288 | 2026-02-08T15:43:19.994Z | Downloaded time v0.3.43 |
| 289 | 2026-02-08T15:43:19.995Z | Downloaded serde_json v1.0.149 |
| 290 | 2026-02-08T15:43:19.995Z | Downloaded regex v1.11.3 |
| 291 | 2026-02-08T15:43:20.018Z | Downloaded serde_with v3.16.1 |
| 292 | 2026-02-08T15:43:20.019Z | Downloaded typify-impl v0.4.3 |
| 293 | 2026-02-08T15:43:20.042Z | Downloaded rustls-webpki v0.102.8 |
| 294 | 2026-02-08T15:43:20.066Z | Downloaded zerocopy v0.8.27 |
| 295 | 2026-02-08T15:43:20.090Z | Downloaded proptest v1.7.0 |
| 296 | 2026-02-08T15:43:20.090Z | Downloaded quinn-proto v0.11.8 |
| 297 | 2026-02-08T15:43:20.090Z | Downloaded unicode-width v0.1.14 |
| 298 | 2026-02-08T15:43:20.116Z | Downloaded reqwest v0.12.24 |
| 299 | 2026-02-08T15:43:20.116Z | Downloaded rustls v0.22.4 |
| 300 | 2026-02-08T15:43:20.116Z | Downloaded regress v0.10.4 |
| 301 | 2026-02-08T15:43:20.140Z | Downloaded rustls v0.23.19 |
| 302 | 2026-02-08T15:43:20.140Z | Downloaded openapiv3 v2.2.0 |
| 303 | 2026-02-08T15:43:20.140Z | Downloaded regex-syntax v0.8.5 |
| 304 | 2026-02-08T15:43:20.164Z | Downloaded memchr v2.7.4 |
| 305 | 2026-02-08T15:43:20.164Z | Downloaded rustix v1.1.3 |
| 306 | 2026-02-08T15:43:20.188Z | Downloaded dropshot v0.16.7 |
| 307 | 2026-02-08T15:43:20.212Z | Downloaded test-strategy v0.4.3 |
| 308 | 2026-02-08T15:43:20.212Z | Downloaded tokio v1.49.0 |
| 309 | 2026-02-08T15:43:20.245Z | Downloaded libc v0.2.180 |
| 310 | 2026-02-08T15:43:20.277Z | Downloaded serde_yaml v0.9.34+deprecated |
| 311 | 2026-02-08T15:43:20.302Z | Downloaded serde_derive v1.0.228 |
| 312 | 2026-02-08T15:43:20.302Z | Downloaded serde_core v1.0.228 |
| 313 | 2026-02-08T15:43:20.302Z | Downloaded chrono v0.4.43 |
| 314 | 2026-02-08T15:43:20.302Z | Downloaded slog v2.8.2 |
| 315 | 2026-02-08T15:43:20.302Z | Downloaded regex-automata v0.4.11 |
| 316 | 2026-02-08T15:43:20.326Z | Downloaded rustls-pki-types v1.10.0 |
| 317 | 2026-02-08T15:43:20.326Z | Downloaded iri-string v0.7.8 |
| 318 | 2026-02-08T15:43:20.326Z | Downloaded icu_properties_data v1.5.0 |
| 319 | 2026-02-08T15:43:20.350Z | Downloaded h2 v0.4.6 |
| 320 | 2026-02-08T15:43:20.350Z | Downloaded futures-util v0.3.31 |
| 321 | 2026-02-08T15:43:20.350Z | Downloaded zerocopy-derive v0.7.35 |
| 322 | 2026-02-08T15:43:20.375Z | Downloaded ucd-trie v0.1.7 |
| 323 | 2026-02-08T15:43:20.375Z | Downloaded tokio-util v0.7.15 |
| 324 | 2026-02-08T15:43:20.375Z | Downloaded tokio-rustls v0.26.0 |
| 325 | 2026-02-08T15:43:20.375Z | Downloaded proc-macro2 v1.0.101 |
| 326 | 2026-02-08T15:43:20.375Z | Downloaded itertools v0.14.0 |
| 327 | 2026-02-08T15:43:20.375Z | Downloaded hyper v1.8.1 |
| 328 | 2026-02-08T15:43:20.399Z | Downloaded hashbrown v0.16.1 |
| 329 | 2026-02-08T15:43:20.399Z | Downloaded rand_core v0.9.3 |
| 330 | 2026-02-08T15:43:20.399Z | Downloaded iddqd v0.3.16 |
| 331 | 2026-02-08T15:43:20.399Z | Downloaded hashbrown v0.15.4 |
| 332 | 2026-02-08T15:43:20.399Z | Downloaded tinyvec v1.8.0 |
| 333 | 2026-02-08T15:43:20.399Z | Downloaded tinystr v0.7.6 |
| 334 | 2026-02-08T15:43:20.423Z | Downloaded parking_lot v0.12.3 |
| 335 | 2026-02-08T15:43:20.423Z | Downloaded serde_with_macros v3.16.1 |
| 336 | 2026-02-08T15:43:20.423Z | Downloaded pest_meta v2.8.2 |
| 337 | 2026-02-08T15:43:20.423Z | Downloaded memmap2 v0.9.8 |
| 338 | 2026-02-08T15:43:20.423Z | Downloaded indexmap v2.13.0 |
| 339 | 2026-02-08T15:43:20.423Z | Downloaded yoke v0.7.4 |
| 340 | 2026-02-08T15:43:20.423Z | Downloaded sha2 v0.10.9 |
| 341 | 2026-02-08T15:43:20.423Z | Downloaded once_cell v1.21.3 |
| 342 | 2026-02-08T15:43:20.423Z | Downloaded encoding_rs v0.8.34 |
| 343 | 2026-02-08T15:43:20.447Z | Downloaded aho-corasick v1.1.3 |
| 344 | 2026-02-08T15:43:20.447Z | Downloaded rusty-fork v0.3.0 |
| 345 | 2026-02-08T15:43:20.447Z | Downloaded progenitor v0.11.2 |
| 346 | 2026-02-08T15:43:20.471Z | Downloaded icu_provider v1.5.0 |
| 347 | 2026-02-08T15:43:20.471Z | Downloaded rustversion v1.0.22 |
| 348 | 2026-02-08T15:43:20.471Z | Downloaded scroll_derive v0.13.1 |
| 349 | 2026-02-08T15:43:20.471Z | Downloaded multer v3.1.0 |
| 350 | 2026-02-08T15:43:20.471Z | Downloaded unsafe-libyaml v0.2.11 |
| 351 | 2026-02-08T15:43:20.471Z | Downloaded shlex v1.3.0 |
| 352 | 2026-02-08T15:43:20.471Z | Downloaded quote v1.0.40 |
| 353 | 2026-02-08T15:43:20.471Z | Downloaded scroll v0.13.0 |
| 354 | 2026-02-08T15:43:20.471Z | Downloaded slog-async v2.8.0 |
| 355 | 2026-02-08T15:43:20.471Z | Downloaded signal-hook-registry v1.4.2 |
| 356 | 2026-02-08T15:43:20.471Z | Downloaded serde_derive_internals v0.29.1 |
| 357 | 2026-02-08T15:43:20.471Z | Downloaded rustls-pemfile v2.2.0 |
| 358 | 2026-02-08T15:43:20.471Z | Downloaded icu_normalizer_data v1.5.0 |
| 359 | 2026-02-08T15:43:20.496Z | Downloaded icu_locid v1.5.0 |
| 360 | 2026-02-08T15:43:20.496Z | Downloaded writeable v0.5.5 |
| 361 | 2026-02-08T15:43:20.496Z | Downloaded icu_normalizer v1.5.0 |
| 362 | 2026-02-08T15:43:20.496Z | Downloaded futures v0.3.31 |
| 363 | 2026-02-08T15:43:20.496Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 364 | 2026-02-08T15:43:20.496Z | Downloaded tokio-rustls v0.25.0 |
| 365 | 2026-02-08T15:43:20.496Z | Downloaded thiserror v2.0.18 |
| 366 | 2026-02-08T15:43:20.520Z | Downloaded ring v0.17.14 |
| 367 | 2026-02-08T15:43:20.544Z | Downloaded term v1.1.0 |
| 368 | 2026-02-08T15:43:20.544Z | Downloaded spin v0.9.8 |
| 369 | 2026-02-08T15:43:20.544Z | Downloaded smallvec v1.15.1 |
| 370 | 2026-02-08T15:43:20.544Z | Downloaded stable_deref_trait v1.2.0 |
| 371 | 2026-02-08T15:43:20.568Z | Downloaded slog-json v2.6.1 |
| 372 | 2026-02-08T15:43:20.568Z | Downloaded try-lock v0.2.5 |
| 373 | 2026-02-08T15:43:20.568Z | Downloaded serde_urlencoded v0.7.1 |
| 374 | 2026-02-08T15:43:20.568Z | Downloaded hyper-util v0.1.19 |
| 375 | 2026-02-08T15:43:20.568Z | Downloaded hyper-rustls v0.27.7 |
| 376 | 2026-02-08T15:43:20.568Z | Downloaded cc v1.2.30 |
| 377 | 2026-02-08T15:43:20.568Z | Downloaded base64 v0.22.1 |
| 378 | 2026-02-08T15:43:20.568Z | Downloaded rand_chacha v0.3.1 |
| 379 | 2026-02-08T15:43:20.569Z | Downloaded erased-serde v0.3.31 |
| 380 | 2026-02-08T15:43:20.569Z | Downloaded displaydoc v0.2.5 |
| 381 | 2026-02-08T15:43:20.593Z | Downloaded deranged v0.5.3 |
| 382 | 2026-02-08T15:43:20.593Z | Downloaded tower-layer v0.3.3 |
| 383 | 2026-02-08T15:43:20.593Z | Downloaded socket2 v0.5.10 |
| 384 | 2026-02-08T15:43:20.593Z | Downloaded futures-sink v0.3.31 |
| 385 | 2026-02-08T15:43:20.593Z | Downloaded thread_local v1.1.8 |
| 386 | 2026-02-08T15:43:20.593Z | Downloaded tabwriter v1.4.0 |
| 387 | 2026-02-08T15:43:20.593Z | Downloaded sync_wrapper v1.0.1 |
| 388 | 2026-02-08T15:43:20.593Z | Downloaded serde_spanned v1.0.4 |
| 389 | 2026-02-08T15:43:20.593Z | Downloaded slog-bunyan v2.5.0 |
| 390 | 2026-02-08T15:43:20.593Z | Downloaded num_threads v0.1.7 |
| 391 | 2026-02-08T15:43:20.593Z | Downloaded strum v0.26.3 |
| 392 | 2026-02-08T15:43:20.593Z | Downloaded structmeta-derive v0.3.0 |
| 393 | 2026-02-08T15:43:20.593Z | Downloaded ref-cast v1.0.25 |
| 394 | 2026-02-08T15:43:20.593Z | Downloaded mime v0.3.17 |
| 395 | 2026-02-08T15:43:20.593Z | Downloaded hostname v0.3.1 |
| 396 | 2026-02-08T15:43:20.593Z | Downloaded futures-macro v0.3.31 |
| 397 | 2026-02-08T15:43:20.593Z | Downloaded dtrace-parser v0.3.0 |
| 398 | 2026-02-08T15:43:20.593Z | Downloaded allocator-api2 v0.2.21 |
| 399 | 2026-02-08T15:43:20.593Z | Downloaded newtype-uuid v1.3.2 |
| 400 | 2026-02-08T15:43:20.593Z | Downloaded dropshot_endpoint v0.16.7 |
| 401 | 2026-02-08T15:43:20.625Z | Downloaded crossbeam-utils v0.8.21 |
| 402 | 2026-02-08T15:43:20.625Z | Downloaded icu_locid_transform_data v1.5.0 |
| 403 | 2026-02-08T15:43:20.625Z | Downloaded daft v0.1.4 |
| 404 | 2026-02-08T15:43:20.625Z | Downloaded byteorder v1.5.0 |
| 405 | 2026-02-08T15:43:20.625Z | Downloaded async-trait v0.1.89 |
| 406 | 2026-02-08T15:43:20.625Z | Downloaded lock_api v0.4.12 |
| 407 | 2026-02-08T15:43:20.625Z | Downloaded derive-ex v0.1.8 |
| 408 | 2026-02-08T15:43:20.625Z | Downloaded daft-derive v0.1.4 |
| 409 | 2026-02-08T15:43:20.625Z | Downloaded block-buffer v0.10.4 |
| 410 | 2026-02-08T15:43:20.625Z | Downloaded backoff v0.4.0 |
| 411 | 2026-02-08T15:43:20.625Z | Downloaded ipnetwork v0.21.1 |
| 412 | 2026-02-08T15:43:20.625Z | Downloaded crypto-common v0.1.6 |
| 413 | 2026-02-08T15:43:20.625Z | Downloaded bit-vec v0.8.0 |
| 414 | 2026-02-08T15:43:20.625Z | Downloaded bit-set v0.8.0 |
| 415 | 2026-02-08T15:43:20.625Z | Downloaded atomic-waker v1.1.2 |
| 416 | 2026-02-08T15:43:20.625Z | Downloaded foldhash v0.1.5 |
| 417 | 2026-02-08T15:43:20.625Z | Downloaded async-stream v0.3.6 |
| 418 | 2026-02-08T15:43:20.651Z | Downloaded cpufeatures v0.2.14 |
| 419 | 2026-02-08T15:43:20.651Z | Downloaded cfg-if v1.0.4 |
| 420 | 2026-02-08T15:43:20.651Z | Downloaded anyhow v1.0.99 |
| 421 | 2026-02-08T15:43:20.651Z | Downloaded equivalent v1.0.2 |
| 422 | 2026-02-08T15:43:20.651Z | Downloaded darling v0.21.0 |
| 423 | 2026-02-08T15:43:20.651Z | Downloaded bitflags v2.9.4 |
| 424 | 2026-02-08T15:43:20.651Z | Downloaded autocfg v1.4.0 |
| 425 | 2026-02-08T15:43:20.732Z | Compiling proc-macro2 v1.0.101 |
| 426 | 2026-02-08T15:43:20.732Z | Compiling unicode-ident v1.0.19 |
| 427 | 2026-02-08T15:43:20.756Z | Compiling libc v0.2.180 |
| 428 | 2026-02-08T15:43:20.756Z | Compiling autocfg v1.4.0 |
| 429 | 2026-02-08T15:43:20.756Z | Checking cfg-if v1.0.4 |
| 430 | 2026-02-08T15:43:20.756Z | Compiling serde_core v1.0.228 |
| 431 | 2026-02-08T15:43:20.756Z | Checking memchr v2.7.4 |
| 432 | 2026-02-08T15:43:20.757Z | Compiling zmij v1.0.15 |
| 433 | 2026-02-08T15:43:20.880Z | Compiling serde_json v1.0.149 |
| 434 | 2026-02-08T15:43:20.966Z | Checking itoa v1.0.11 |
| 435 | 2026-02-08T15:43:21.167Z | Compiling serde v1.0.228 |
| 436 | 2026-02-08T15:43:21.383Z | Compiling thiserror v2.0.18 |
| 437 | 2026-02-08T15:43:21.819Z | Compiling getrandom v0.3.4 |
| 438 | 2026-02-08T15:43:22.298Z | Checking pin-project-lite v0.2.14 |
| 439 | 2026-02-08T15:43:22.345Z | Checking smallvec v1.15.1 |
| 440 | 2026-02-08T15:43:22.417Z | Checking futures-core v0.3.31 |
| 441 | 2026-02-08T15:43:22.468Z | Checking bytes v1.11.1 |
| 442 | 2026-02-08T15:43:22.492Z | Compiling num-traits v0.2.19 |
| 443 | 2026-02-08T15:43:22.592Z | Checking once_cell v1.21.3 |
| 444 | 2026-02-08T15:43:22.616Z | Compiling lock_api v0.4.12 |
| 445 | 2026-02-08T15:43:22.640Z | Compiling quote v1.0.40 |
| 446 | 2026-02-08T15:43:22.854Z | Compiling parking_lot_core v0.9.10 |
| 447 | 2026-02-08T15:43:23.011Z | Compiling syn v2.0.114 |
| 448 | 2026-02-08T15:43:23.139Z | Checking scopeguard v1.2.0 |
| 449 | 2026-02-08T15:43:23.249Z | Checking allocator-api2 v0.2.21 |
| 450 | 2026-02-08T15:43:23.330Z | Compiling slab v0.4.9 |
| 451 | 2026-02-08T15:43:23.606Z | Compiling shlex v1.3.0 |
| 452 | 2026-02-08T15:43:23.643Z | Compiling heck v0.5.0 |
| 453 | 2026-02-08T15:43:23.862Z | Checking iana-time-zone v0.1.63 |
| 454 | 2026-02-08T15:43:24.010Z | Checking equivalent v1.0.2 |
| 455 | 2026-02-08T15:43:24.034Z | Checking futures-sink v0.3.31 |
| 456 | 2026-02-08T15:43:24.092Z | Compiling cc v1.2.30 |
| 457 | 2026-02-08T15:43:24.136Z | Checking parking_lot v0.12.3 |
| 458 | 2026-02-08T15:43:24.161Z | Checking socket2 v0.6.1 |
| 459 | 2026-02-08T15:43:24.267Z | Checking getrandom v0.2.15 |
| 460 | 2026-02-08T15:43:24.350Z | Checking mio v1.0.2 |
| 461 | 2026-02-08T15:43:24.423Z | Checking signal-hook-registry v1.4.2 |
| 462 | 2026-02-08T15:43:24.454Z | Checking stable_deref_trait v1.2.0 |
| 463 | 2026-02-08T15:43:24.550Z | Compiling schemars v0.8.22 |
| 464 | 2026-02-08T15:43:24.652Z | Checking dyn-clone v1.0.20 |
| 465 | 2026-02-08T15:43:24.788Z | Checking futures-channel v0.3.31 |
| 466 | 2026-02-08T15:43:24.844Z | Checking http v1.4.0 |
| 467 | 2026-02-08T15:43:24.844Z | Compiling rustversion v1.0.22 |
| 468 | 2026-02-08T15:43:25.017Z | Checking uuid v1.19.0 |
| 469 | 2026-02-08T15:43:25.207Z | Checking semver v1.0.27 |
| 470 | 2026-02-08T15:43:25.582Z | Checking log v0.4.29 |
| 471 | 2026-02-08T15:43:25.704Z | Checking pin-utils v0.1.0 |
| 472 | 2026-02-08T15:43:25.862Z | Checking hashbrown v0.16.1 |
| 473 | 2026-02-08T15:43:25.913Z | Checking futures-task v0.3.31 |
| 474 | 2026-02-08T15:43:25.959Z | Checking rustls-pki-types v1.10.0 |
| 475 | 2026-02-08T15:43:26.157Z | Checking futures-io v0.3.31 |
| 476 | 2026-02-08T15:43:26.378Z | Checking writeable v0.5.5 |
| 477 | 2026-02-08T15:43:26.446Z | Compiling version_check v0.9.5 |
| 478 | 2026-02-08T15:43:26.529Z | Compiling ring v0.17.14 |
| 479 | 2026-02-08T15:43:26.664Z | Checking untrusted v0.9.0 |
| 480 | 2026-02-08T15:43:26.688Z | Checking litemap v0.7.3 |
| 481 | 2026-02-08T15:43:26.725Z | Checking fnv v1.0.7 |
| 482 | 2026-02-08T15:43:26.819Z | Checking indexmap v2.13.0 |
| 483 | 2026-02-08T15:43:26.919Z | Compiling ucd-trie v0.1.7 |
| 484 | 2026-02-08T15:43:26.992Z | Checking byteorder v1.5.0 |
| 485 | 2026-02-08T15:43:27.091Z | Compiling httparse v1.9.5 |
| 486 | 2026-02-08T15:43:27.314Z | Checking http-body v1.0.1 |
| 487 | 2026-02-08T15:43:27.518Z | Checking tracing-core v0.1.32 |
| 488 | 2026-02-08T15:43:27.706Z | Checking bitflags v2.9.4 |
| 489 | 2026-02-08T15:43:27.908Z | Checking icu_locid_transform_data v1.5.0 |
| 490 | 2026-02-08T15:43:27.954Z | Checking atomic-waker v1.1.2 |
| 491 | 2026-02-08T15:43:28.013Z | Compiling zerocopy v0.8.27 |
| 492 | 2026-02-08T15:43:28.037Z | Checking percent-encoding v2.3.2 |
| 493 | 2026-02-08T15:43:28.093Z | Compiling foldhash v0.1.5 |
| 494 | 2026-02-08T15:43:28.142Z | Checking subtle v2.6.1 |
| 495 | 2026-02-08T15:43:28.353Z | Checking zeroize v1.8.1 |
| 496 | 2026-02-08T15:43:28.536Z | Compiling chrono v0.4.43 |
| 497 | 2026-02-08T15:43:28.591Z | Checking tracing v0.1.40 |
| 498 | 2026-02-08T15:43:28.632Z | Compiling hashbrown v0.15.4 |
| 499 | 2026-02-08T15:43:28.723Z | Checking tower-layer v0.3.3 |
| 500 | 2026-02-08T15:43:28.949Z | Checking tower-service v0.3.3 |
| 501 | 2026-02-08T15:43:28.973Z | Checking base64 v0.22.1 |
| 502 | 2026-02-08T15:43:29.079Z | Checking icu_properties_data v1.5.0 |
| 503 | 2026-02-08T15:43:29.281Z | Compiling serde_derive_internals v0.29.1 |
| 504 | 2026-02-08T15:43:29.305Z | Compiling synstructure v0.13.1 |
| 505 | 2026-02-08T15:43:29.409Z | Checking try-lock v0.2.5 |
| 506 | 2026-02-08T15:43:29.546Z | Checking want v0.3.1 |
| 507 | 2026-02-08T15:43:29.673Z | Compiling regress v0.10.4 |
| 508 | 2026-02-08T15:43:29.727Z | Compiling slog v2.8.2 |
| 509 | 2026-02-08T15:43:29.751Z | Checking utf8_iter v1.0.4 |
| 510 | 2026-02-08T15:43:29.928Z | Checking write16 v1.0.0 |
| 511 | 2026-02-08T15:43:30.044Z | Checking icu_normalizer_data v1.5.0 |
| 512 | 2026-02-08T15:43:30.068Z | Checking utf16_iter v1.0.5 |
| 513 | 2026-02-08T15:43:30.068Z | Checking httpdate v1.0.3 |
| 514 | 2026-02-08T15:43:30.223Z | Compiling rustls v0.23.19 |
| 515 | 2026-02-08T15:43:30.294Z | Checking form_urlencoded v1.2.2 |
| 516 | 2026-02-08T15:43:30.424Z | Compiling aho-corasick v1.1.3 |
| 517 | 2026-02-08T15:43:30.487Z | Checking ipnet v2.11.0 |
| 518 | 2026-02-08T15:43:30.553Z | Checking regex-syntax v0.8.5 |
| 519 | 2026-02-08T15:43:30.879Z | Compiling typenum v1.17.0 |
| 520 | 2026-02-08T15:43:31.468Z | Checking rustls-webpki v0.102.8 |
| 521 | 2026-02-08T15:43:31.626Z | Compiling generic-array v0.14.7 |
| 522 | 2026-02-08T15:43:31.990Z | Checking sync_wrapper v1.0.1 |
| 523 | 2026-02-08T15:43:32.015Z | Compiling serde_derive v1.0.228 |
| 524 | 2026-02-08T15:43:32.125Z | Compiling thiserror-impl v2.0.18 |
| 525 | 2026-02-08T15:43:32.195Z | Compiling schemars_derive v0.8.22 |
| 526 | 2026-02-08T15:43:33.037Z | Compiling zerofrom-derive v0.1.4 |
| 527 | 2026-02-08T15:43:33.329Z | Compiling tokio-macros v2.6.0 |
| 528 | 2026-02-08T15:43:34.171Z | Compiling yoke-derive v0.7.4 |
| 529 | 2026-02-08T15:43:34.356Z | Compiling zerovec-derive v0.10.3 |
| 530 | 2026-02-08T15:43:34.549Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-02-08T15:43:34.589Z | Checking tokio v1.49.0 |
| 532 | 2026-02-08T15:43:34.619Z | Compiling futures-macro v0.3.31 |
| 533 | 2026-02-08T15:43:34.893Z | Compiling icu_provider_macros v1.5.0 |
| 534 | 2026-02-08T15:43:35.252Z | Checking zerofrom v0.1.4 |
| 535 | 2026-02-08T15:43:35.448Z | Compiling pest v2.8.2 |
| 536 | 2026-02-08T15:43:35.748Z | Compiling zerocopy-derive v0.8.27 |
| 537 | 2026-02-08T15:43:35.772Z | Compiling zerocopy-derive v0.7.35 |
| 538 | 2026-02-08T15:43:35.952Z | Checking yoke v0.7.4 |
| 539 | 2026-02-08T15:43:36.032Z | Checking futures-util v0.3.31 |
| 540 | 2026-02-08T15:43:36.098Z | Compiling regex-automata v0.4.11 |
| 541 | 2026-02-08T15:43:36.241Z | Checking zerovec v0.10.4 |
| 542 | 2026-02-08T15:43:37.522Z | Checking tinystr v0.7.6 |
| 543 | 2026-02-08T15:43:37.720Z | Checking icu_collections v1.5.0 |
| 544 | 2026-02-08T15:43:37.814Z | Checking icu_locid v1.5.0 |
| 545 | 2026-02-08T15:43:37.839Z | Compiling pest_meta v2.8.2 |
| 546 | 2026-02-08T15:43:38.091Z | Compiling serde_tokenstream v0.2.2 |
| 547 | 2026-02-08T15:43:38.550Z | Checking erased-serde v0.3.31 |
| 548 | 2026-02-08T15:43:38.586Z | Checking icu_provider v1.5.0 |
| 549 | 2026-02-08T15:43:39.096Z | Checking icu_locid_transform v1.5.0 |
| 550 | 2026-02-08T15:43:39.338Z | Compiling pest_generator v2.8.2 |
| 551 | 2026-02-08T15:43:39.751Z | Compiling typify-impl v0.4.3 |
| 552 | 2026-02-08T15:43:39.903Z | Checking icu_properties v1.5.1 |
| 553 | 2026-02-08T15:43:40.183Z | Checking tokio-util v0.7.15 |
| 554 | 2026-02-08T15:43:40.489Z | Checking zerocopy v0.7.35 |
| 555 | 2026-02-08T15:43:40.542Z | Compiling pest_derive v2.8.2 |
| 556 | 2026-02-08T15:43:40.586Z | Checking ipnetwork v0.21.1 |
| 557 | 2026-02-08T15:43:40.859Z | Checking h2 v0.4.6 |
| 558 | 2026-02-08T15:43:40.964Z | Compiling paste v1.0.15 |
| 559 | 2026-02-08T15:43:41.192Z | Checking ryu v1.0.18 |
| 560 | 2026-02-08T15:43:41.413Z | Checking serde_urlencoded v0.7.1 |
| 561 | 2026-02-08T15:43:41.472Z | Checking ppv-lite86 v0.2.20 |
| 562 | 2026-02-08T15:43:41.820Z | Checking oxnet v0.1.4 |
| 563 | 2026-02-08T15:43:42.026Z | Checking tower v0.5.2 |
| 564 | 2026-02-08T15:43:42.241Z | Compiling regex v1.11.3 |
| 565 | 2026-02-08T15:43:42.557Z | Checking icu_normalizer v1.5.0 |
| 566 | 2026-02-08T15:43:42.715Z | Compiling scroll_derive v0.13.1 |
| 567 | 2026-02-08T15:43:42.966Z | Compiling structmeta-derive v0.3.0 |
| 568 | 2026-02-08T15:43:43.208Z | Checking idna_adapter v1.2.0 |
| 569 | 2026-02-08T15:43:43.381Z | Checking idna v1.0.3 |
| 570 | 2026-02-08T15:43:43.770Z | Checking http-body-util v0.1.3 |
| 571 | 2026-02-08T15:43:44.050Z | Checking hyper v1.8.1 |
| 572 | 2026-02-08T15:43:44.074Z | Checking webpki-roots v1.0.1 |
| 573 | 2026-02-08T15:43:44.265Z | Compiling usdt-impl v0.6.0 |
| 574 | 2026-02-08T15:43:44.419Z | Checking tokio-rustls v0.26.0 |
| 575 | 2026-02-08T15:43:44.609Z | Compiling rustix v1.1.3 |
| 576 | 2026-02-08T15:43:44.739Z | Checking powerfmt v0.2.0 |
| 577 | 2026-02-08T15:43:44.764Z | Checking iri-string v0.7.8 |
| 578 | 2026-02-08T15:43:44.999Z | Compiling num-conv v0.1.0 |
| 579 | 2026-02-08T15:43:45.023Z | Compiling time-core v0.1.6 |
| 580 | 2026-02-08T15:43:45.254Z | Compiling dof v0.4.0 |
| 581 | 2026-02-08T15:43:45.278Z | Compiling time-macros v0.2.24 |
| 582 | 2026-02-08T15:43:45.356Z | Checking deranged v0.5.3 |
| 583 | 2026-02-08T15:43:45.458Z | Compiling thread-id v5.0.0 |
| 584 | 2026-02-08T15:43:45.574Z | Compiling structmeta v0.3.0 |
| 585 | 2026-02-08T15:43:45.642Z | Checking hyper-util v0.1.19 |
| 586 | 2026-02-08T15:43:46.135Z | Checking scroll v0.13.0 |
| 587 | 2026-02-08T15:43:46.504Z | Checking url v2.5.4 |
| 588 | 2026-02-08T15:43:46.671Z | Compiling typify-macro v0.4.3 |
| 589 | 2026-02-08T15:43:46.748Z | Checking tower-http v0.6.6 |
| 590 | 2026-02-08T15:43:47.197Z | Compiling dtrace-parser v0.3.0 |
| 591 | 2026-02-08T15:43:47.252Z | Checking rand_core v0.9.3 |
| 592 | 2026-02-08T15:43:47.281Z | Checking errno v0.3.12 |
| 593 | 2026-02-08T15:43:47.451Z | Checking num_threads v0.1.7 |
| 594 | 2026-02-08T15:43:47.547Z | Compiling strsim v0.11.1 |
| 595 | 2026-02-08T15:43:47.571Z | Checking hyper-rustls v0.27.7 |
| 596 | 2026-02-08T15:43:48.053Z | Compiling crossbeam-utils v0.8.21 |
| 597 | 2026-02-08T15:43:48.085Z | Checking plain v0.2.3 |
| 598 | 2026-02-08T15:43:48.239Z | Compiling ident_case v1.0.1 |
| 599 | 2026-02-08T15:43:48.413Z | Compiling darling_core v0.21.0 |
| 600 | 2026-02-08T15:43:48.437Z | Checking goblin v0.10.2 |
| 601 | 2026-02-08T15:43:48.619Z | Checking time v0.3.43 |
| 602 | 2026-02-08T15:43:49.046Z | Checking reqwest v0.12.24 |
| 603 | 2026-02-08T15:43:49.190Z | Compiling typify v0.4.3 |
| 604 | 2026-02-08T15:43:50.048Z | Compiling openapiv3 v2.2.0 |
| 605 | 2026-02-08T15:43:50.156Z | Checking newtype-uuid v1.3.2 |
| 606 | 2026-02-08T15:43:50.558Z | Compiling daft-derive v0.1.4 |
| 607 | 2026-02-08T15:43:51.302Z | Compiling omicron-workspace-hack v0.1.0 |
| 608 | 2026-02-08T15:43:51.326Z | Compiling rustls v0.22.4 |
| 609 | 2026-02-08T15:43:51.730Z | Checking pretty-hex v0.4.1 |
| 610 | 2026-02-08T15:43:51.866Z | Checking fastrand v2.1.1 |
| 611 | 2026-02-08T15:43:51.904Z | Compiling unsafe-libyaml v0.2.11 |
| 612 | 2026-02-08T15:43:51.958Z | Checking daft v0.1.4 |
| 613 | 2026-02-08T15:43:52.150Z | Checking tempfile v3.24.0 |
| 614 | 2026-02-08T15:43:52.376Z | Compiling darling_macro v0.21.0 |
| 615 | 2026-02-08T15:43:52.860Z | Compiling serde_yaml v0.9.34+deprecated |
| 616 | 2026-02-08T15:43:52.907Z | Compiling progenitor-impl v0.11.2 |
| 617 | 2026-02-08T15:43:53.055Z | Checking rand_chacha v0.9.0 |
| 618 | 2026-02-08T15:43:53.080Z | Checking block-buffer v0.10.4 |
| 619 | 2026-02-08T15:43:53.080Z | Checking crypto-common v0.1.6 |
| 620 | 2026-02-08T15:43:53.162Z | Compiling multer v3.1.0 |
| 621 | 2026-02-08T15:43:53.193Z | Checking rand_core v0.6.4 |
| 622 | 2026-02-08T15:43:53.267Z | Checking thread_local v1.1.8 |
| 623 | 2026-02-08T15:43:53.291Z | Checking wait-timeout v0.2.0 |
| 624 | 2026-02-08T15:43:53.462Z | Compiling thiserror v1.0.69 |
| 625 | 2026-02-08T15:43:53.486Z | Checking winnow v0.7.14 |
| 626 | 2026-02-08T15:43:53.486Z | Compiling slog-async v2.8.0 |
| 627 | 2026-02-08T15:43:53.510Z | Checking bit-vec v0.8.0 |
| 628 | 2026-02-08T15:43:53.534Z | Checking match_cfg v0.1.0 |
| 629 | 2026-02-08T15:43:53.615Z | Compiling anyhow v1.0.99 |
| 630 | 2026-02-08T15:43:53.835Z | Checking quick-error v1.2.3 |
| 631 | 2026-02-08T15:43:53.919Z | Compiling camino v1.2.2 |
| 632 | 2026-02-08T15:43:53.943Z | Compiling ref-cast v1.0.25 |
| 633 | 2026-02-08T15:43:53.987Z | Checking rusty-fork v0.3.0 |
| 634 | 2026-02-08T15:43:54.492Z | Checking bit-set v0.8.0 |
| 635 | 2026-02-08T15:43:54.492Z | Checking hostname v0.3.1 |
| 636 | 2026-02-08T15:43:54.545Z | Checking rand_chacha v0.3.1 |
| 637 | 2026-02-08T15:43:54.570Z | Checking rand v0.9.2 |
| 638 | 2026-02-08T15:43:54.594Z | Checking digest v0.10.7 |
| 639 | 2026-02-08T15:43:54.653Z | Compiling darling v0.21.0 |
| 640 | 2026-02-08T15:43:54.731Z | Checking crossbeam-channel v0.5.15 |
| 641 | 2026-02-08T15:43:54.891Z | Checking progenitor-client v0.11.2 |
| 642 | 2026-02-08T15:43:55.205Z | Checking slog-json v2.6.1 |
| 643 | 2026-02-08T15:43:55.322Z | Compiling usdt-macro v0.6.0 |
| 644 | 2026-02-08T15:43:55.359Z | Compiling usdt-attr-macro v0.6.0 |
| 645 | 2026-02-08T15:43:55.437Z | Checking rand_xorshift v0.4.0 |
| 646 | 2026-02-08T15:43:55.461Z | Compiling derive-ex v0.1.8 |
| 647 | 2026-02-08T15:43:55.601Z | Checking futures-executor v0.3.31 |
| 648 | 2026-02-08T15:43:55.670Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 649 | 2026-02-08T15:43:55.822Z | Compiling async-stream-impl v0.3.6 |
| 650 | 2026-02-08T15:43:56.158Z | Compiling thiserror-impl v1.0.69 |
| 651 | 2026-02-08T15:43:56.259Z | Compiling strum_macros v0.26.4 |
| 652 | 2026-02-08T15:43:56.350Z | Compiling ref-cast-impl v1.0.25 |
| 653 | 2026-02-08T15:43:56.450Z | Compiling dropshot v0.16.7 |
| 654 | 2026-02-08T15:43:56.767Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 655 | 2026-02-08T15:43:56.819Z | Checking serde_spanned v1.0.4 |
| 656 | 2026-02-08T15:43:57.018Z | Checking is-terminal v0.4.13 |
| 657 | 2026-02-08T15:43:57.099Z | Checking memmap2 v0.9.8 |
| 658 | 2026-02-08T15:43:57.123Z | Compiling progenitor-macro v0.11.2 |
| 659 | 2026-02-08T15:43:57.154Z | Checking encoding_rs v0.8.34 |
| 660 | 2026-02-08T15:43:57.257Z | Checking unarray v0.1.4 |
| 661 | 2026-02-08T15:43:57.359Z | Checking cpufeatures v0.2.14 |
| 662 | 2026-02-08T15:43:57.416Z | Checking term v1.1.0 |
| 663 | 2026-02-08T15:43:57.459Z | Checking lazy_static v1.5.0 |
| 664 | 2026-02-08T15:43:57.583Z | Checking take_mut v0.2.2 |
| 665 | 2026-02-08T15:43:57.607Z | Checking mime v0.3.17 |
| 666 | 2026-02-08T15:43:57.733Z | Checking hex v0.4.3 |
| 667 | 2026-02-08T15:43:57.803Z | Checking unicode-width v0.1.14 |
| 668 | 2026-02-08T15:43:57.883Z | Checking spin v0.9.8 |
| 669 | 2026-02-08T15:43:58.042Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 670 | 2026-02-08T15:43:58.165Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 671 | 2026-02-08T15:43:58.210Z | Checking tabwriter v1.4.0 |
| 672 | 2026-02-08T15:43:58.289Z | Compiling test-strategy v0.4.3 |
| 673 | 2026-02-08T15:43:58.337Z | Checking slog-term v2.9.2 |
| 674 | 2026-02-08T15:43:58.372Z | Checking toml v0.9.11+spec-1.1.0 |
| 675 | 2026-02-08T15:43:58.446Z | Checking proptest v1.7.0 |
| 676 | 2026-02-08T15:43:58.627Z | Checking tokio-rustls v0.25.0 |
| 677 | 2026-02-08T15:43:58.802Z | Checking sha1 v0.10.6 |
| 678 | 2026-02-08T15:43:58.919Z | Checking usdt v0.6.0 |
| 679 | 2026-02-08T15:43:59.153Z | Checking async-stream v0.3.6 |
| 680 | 2026-02-08T15:43:59.223Z | Checking futures v0.3.31 |
| 681 | 2026-02-08T15:43:59.272Z | Checking strum v0.26.3 |
| 682 | 2026-02-08T15:43:59.272Z | Checking slog-bunyan v2.5.0 |
| 683 | 2026-02-08T15:43:59.339Z | Checking rand v0.8.5 |
| 684 | 2026-02-08T15:43:59.363Z | Compiling serde_with_macros v3.16.1 |
| 685 | 2026-02-08T15:43:59.596Z | Compiling parse-display-derive v0.10.0 |
| 686 | 2026-02-08T15:43:59.754Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 687 | 2026-02-08T15:43:59.856Z | Compiling newtype-uuid-macros v0.1.0 |
| 688 | 2026-02-08T15:44:00.082Z | Compiling dropshot_endpoint v0.16.7 |
| 689 | 2026-02-08T15:44:00.281Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 690 | 2026-02-08T15:44:00.654Z | Compiling async-trait v0.1.89 |
| 691 | 2026-02-08T15:44:00.903Z | Compiling strum_macros v0.27.2 |
| 692 | 2026-02-08T15:44:01.084Z | Checking waitgroup v0.1.2 |
| 693 | 2026-02-08T15:44:01.142Z | Checking rustls-pemfile v2.2.0 |
| 694 | 2026-02-08T15:44:01.228Z | Checking serde_path_to_error v0.1.20 |
| 695 | 2026-02-08T15:44:01.353Z | Checking hostname v0.4.2 |
| 696 | 2026-02-08T15:44:01.490Z | Checking instant v0.1.13 |
| 697 | 2026-02-08T15:44:01.610Z | Checking colored v3.0.0 |
| 698 | 2026-02-08T15:44:01.651Z | Checking either v1.15.0 |
| 699 | 2026-02-08T15:44:01.726Z | Checking rustc-hash v2.1.1 |
| 700 | 2026-02-08T15:44:01.896Z | Checking debug-ignore v1.0.5 |
| 701 | 2026-02-08T15:44:01.942Z | Checking foldhash v0.2.0 |
| 702 | 2026-02-08T15:44:01.979Z | Checking itertools v0.14.0 |
| 703 | 2026-02-08T15:44:02.055Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 704 | 2026-02-08T15:44:02.181Z | Checking iddqd v0.3.16 |
| 705 | 2026-02-08T15:44:02.259Z | Checking parse-display v0.10.0 |
| 706 | 2026-02-08T15:44:02.313Z | Checking backoff v0.4.0 |
| 707 | 2026-02-08T15:44:02.474Z | Checking serde_with v3.16.1 |
| 708 | 2026-02-08T15:44:02.567Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 709 | 2026-02-08T15:44:02.659Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 710 | 2026-02-08T15:44:02.795Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 711 | 2026-02-08T15:44:03.248Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 712 | 2026-02-08T15:44:03.605Z | Checking progenitor-client v0.10.0 |
| 713 | 2026-02-08T15:44:03.673Z | Checking macaddr v1.0.1 |
| 714 | 2026-02-08T15:44:04.224Z | Checking strum v0.27.2 |
| 715 | 2026-02-08T15:44:05.210Z | Checking progenitor v0.11.2 |
| 716 | 2026-02-08T15:44:05.364Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 717 | 2026-02-08T15:44:09.937Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 718 | 2026-02-08T15:44:20.672Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 719 | 2026-02-08T15:44:20.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 720 | 2026-02-08T15:44:20.903Z | + cargo build --release |
| 721 | 2026-02-08T15:44:21.271Z | Compiling proc-macro2 v1.0.101 |
| 722 | 2026-02-08T15:44:21.271Z | Compiling unicode-ident v1.0.19 |
| 723 | 2026-02-08T15:44:21.296Z | Compiling libc v0.2.180 |
| 724 | 2026-02-08T15:44:21.296Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-02-08T15:44:21.296Z | Compiling autocfg v1.4.0 |
| 726 | 2026-02-08T15:44:21.296Z | Compiling serde_core v1.0.228 |
| 727 | 2026-02-08T15:44:21.296Z | Compiling zmij v1.0.15 |
| 728 | 2026-02-08T15:44:21.296Z | Compiling memchr v2.7.4 |
| 729 | 2026-02-08T15:44:21.386Z | Compiling serde_json v1.0.149 |
| 730 | 2026-02-08T15:44:21.490Z | Compiling itoa v1.0.11 |
| 731 | 2026-02-08T15:44:21.706Z | Compiling serde v1.0.228 |
| 732 | 2026-02-08T15:44:21.740Z | Compiling thiserror v2.0.18 |
| 733 | 2026-02-08T15:44:22.304Z | Compiling getrandom v0.3.4 |
| 734 | 2026-02-08T15:44:22.797Z | Compiling pin-project-lite v0.2.14 |
| 735 | 2026-02-08T15:44:22.940Z | Compiling smallvec v1.15.1 |
| 736 | 2026-02-08T15:44:23.102Z | Compiling quote v1.0.40 |
| 737 | 2026-02-08T15:44:23.132Z | Compiling futures-core v0.3.31 |
| 738 | 2026-02-08T15:44:23.256Z | Compiling bytes v1.11.1 |
| 739 | 2026-02-08T15:44:23.375Z | Compiling num-traits v0.2.19 |
| 740 | 2026-02-08T15:44:23.399Z | Compiling once_cell v1.21.3 |
| 741 | 2026-02-08T15:44:23.399Z | Compiling lock_api v0.4.12 |
| 742 | 2026-02-08T15:44:23.447Z | Compiling syn v2.0.114 |
| 743 | 2026-02-08T15:44:23.606Z | Compiling parking_lot_core v0.9.10 |
| 744 | 2026-02-08T15:44:23.933Z | Compiling allocator-api2 v0.2.21 |
| 745 | 2026-02-08T15:44:23.968Z | Compiling scopeguard v1.2.0 |
| 746 | 2026-02-08T15:44:24.629Z | Compiling slab v0.4.9 |
| 747 | 2026-02-08T15:44:24.706Z | Compiling shlex v1.3.0 |
| 748 | 2026-02-08T15:44:24.850Z | Compiling heck v0.5.0 |
| 749 | 2026-02-08T15:44:24.933Z | Compiling iana-time-zone v0.1.63 |
| 750 | 2026-02-08T15:44:24.957Z | Compiling equivalent v1.0.2 |
| 751 | 2026-02-08T15:44:24.994Z | Compiling futures-sink v0.3.31 |
| 752 | 2026-02-08T15:44:25.139Z | Compiling cc v1.2.30 |
| 753 | 2026-02-08T15:44:25.188Z | Compiling parking_lot v0.12.3 |
| 754 | 2026-02-08T15:44:25.212Z | Compiling socket2 v0.6.1 |
| 755 | 2026-02-08T15:44:25.540Z | Compiling mio v1.0.2 |
| 756 | 2026-02-08T15:44:25.640Z | Compiling signal-hook-registry v1.4.2 |
| 757 | 2026-02-08T15:44:26.603Z | Compiling getrandom v0.2.15 |
| 758 | 2026-02-08T15:44:26.750Z | Compiling schemars v0.8.22 |
| 759 | 2026-02-08T15:44:26.798Z | Compiling stable_deref_trait v1.2.0 |
| 760 | 2026-02-08T15:44:26.845Z | Compiling semver v1.0.27 |
| 761 | 2026-02-08T15:44:26.905Z | Compiling uuid v1.19.0 |
| 762 | 2026-02-08T15:44:27.102Z | Compiling dyn-clone v1.0.20 |
| 763 | 2026-02-08T15:44:27.216Z | Compiling futures-channel v0.3.31 |
| 764 | 2026-02-08T15:44:27.333Z | Compiling http v1.4.0 |
| 765 | 2026-02-08T15:44:27.357Z | Compiling ring v0.17.14 |
| 766 | 2026-02-08T15:44:27.636Z | Compiling pin-utils v0.1.0 |
| 767 | 2026-02-08T15:44:27.732Z | Compiling log v0.4.29 |
| 768 | 2026-02-08T15:44:27.986Z | Compiling rustversion v1.0.22 |
| 769 | 2026-02-08T15:44:28.030Z | Compiling hashbrown v0.16.1 |
| 770 | 2026-02-08T15:44:28.083Z | Compiling futures-io v0.3.31 |
| 771 | 2026-02-08T15:44:28.180Z | Compiling rustls-pki-types v1.10.0 |
| 772 | 2026-02-08T15:44:28.398Z | Compiling futures-task v0.3.31 |
| 773 | 2026-02-08T15:44:29.291Z | Compiling fnv v1.0.7 |
| 774 | 2026-02-08T15:44:29.326Z | Compiling untrusted v0.9.0 |
| 775 | 2026-02-08T15:44:29.421Z | Compiling version_check v0.9.5 |
| 776 | 2026-02-08T15:44:29.506Z | Compiling serde_derive_internals v0.29.1 |
| 777 | 2026-02-08T15:44:29.568Z | Compiling synstructure v0.13.1 |
| 778 | 2026-02-08T15:44:29.599Z | Compiling litemap v0.7.3 |
| 779 | 2026-02-08T15:44:29.891Z | Compiling writeable v0.5.5 |
| 780 | 2026-02-08T15:44:30.193Z | Compiling indexmap v2.13.0 |
| 781 | 2026-02-08T15:44:30.444Z | Compiling byteorder v1.5.0 |
| 782 | 2026-02-08T15:44:30.711Z | Compiling httparse v1.9.5 |
| 783 | 2026-02-08T15:44:30.739Z | Compiling ucd-trie v0.1.7 |
| 784 | 2026-02-08T15:44:30.873Z | Compiling zerocopy v0.8.27 |
| 785 | 2026-02-08T15:44:31.098Z | Compiling http-body v1.0.1 |
| 786 | 2026-02-08T15:44:31.281Z | Compiling tracing-core v0.1.32 |
| 787 | 2026-02-08T15:44:31.611Z | Compiling icu_locid_transform_data v1.5.0 |
| 788 | 2026-02-08T15:44:31.709Z | Compiling subtle v2.6.1 |
| 789 | 2026-02-08T15:44:31.770Z | Compiling bitflags v2.9.4 |
| 790 | 2026-02-08T15:44:31.837Z | Compiling zeroize v1.8.1 |
| 791 | 2026-02-08T15:44:32.013Z | Compiling atomic-waker v1.1.2 |
| 792 | 2026-02-08T15:44:32.157Z | Compiling percent-encoding v2.3.2 |
| 793 | 2026-02-08T15:44:32.214Z | Compiling foldhash v0.1.5 |
| 794 | 2026-02-08T15:44:32.256Z | Compiling chrono v0.4.43 |
| 795 | 2026-02-08T15:44:32.280Z | Compiling serde_derive v1.0.228 |
| 796 | 2026-02-08T15:44:32.454Z | Compiling thiserror-impl v2.0.18 |
| 797 | 2026-02-08T15:44:32.478Z | Compiling schemars_derive v0.8.22 |
| 798 | 2026-02-08T15:44:32.601Z | Compiling zerofrom-derive v0.1.4 |
| 799 | 2026-02-08T15:44:32.625Z | Compiling tokio-macros v2.6.0 |
| 800 | 2026-02-08T15:44:33.163Z | Compiling yoke-derive v0.7.4 |
| 801 | 2026-02-08T15:44:33.824Z | Compiling tokio v1.49.0 |
| 802 | 2026-02-08T15:44:33.848Z | Compiling zerovec-derive v0.10.3 |
| 803 | 2026-02-08T15:44:34.652Z | Compiling displaydoc v0.2.5 |
| 804 | 2026-02-08T15:44:34.823Z | Compiling zerofrom v0.1.4 |
| 805 | 2026-02-08T15:44:34.847Z | Compiling futures-macro v0.3.31 |
| 806 | 2026-02-08T15:44:35.046Z | Compiling yoke v0.7.4 |
| 807 | 2026-02-08T15:44:35.173Z | Compiling icu_provider_macros v1.5.0 |
| 808 | 2026-02-08T15:44:35.388Z | Compiling pest v2.8.2 |
| 809 | 2026-02-08T15:44:35.622Z | Compiling zerovec v0.10.4 |
| 810 | 2026-02-08T15:44:35.829Z | Compiling hashbrown v0.15.4 |
| 811 | 2026-02-08T15:44:36.017Z | Compiling zerocopy-derive v0.8.27 |
| 812 | 2026-02-08T15:44:36.185Z | Compiling futures-util v0.3.31 |
| 813 | 2026-02-08T15:44:36.898Z | Compiling tracing v0.1.40 |
| 814 | 2026-02-08T15:44:37.810Z | Compiling tinystr v0.7.6 |
| 815 | 2026-02-08T15:44:38.126Z | Compiling rustls-webpki v0.102.8 |
| 816 | 2026-02-08T15:44:38.220Z | Compiling icu_locid v1.5.0 |
| 817 | 2026-02-08T15:44:38.578Z | Compiling serde_tokenstream v0.2.2 |
| 818 | 2026-02-08T15:44:38.612Z | Compiling pest_meta v2.8.2 |
| 819 | 2026-02-08T15:44:39.076Z | Compiling icu_collections v1.5.0 |
| 820 | 2026-02-08T15:44:41.405Z | Compiling icu_provider v1.5.0 |
| 821 | 2026-02-08T15:44:41.782Z | Compiling tokio-util v0.7.15 |
| 822 | 2026-02-08T15:44:43.192Z | Compiling icu_locid_transform v1.5.0 |
| 823 | 2026-02-08T15:44:43.617Z | Compiling icu_properties_data v1.5.0 |
| 824 | 2026-02-08T15:44:43.810Z | Compiling tower-service v0.3.3 |
| 825 | 2026-02-08T15:44:43.926Z | Compiling base64 v0.22.1 |
| 826 | 2026-02-08T15:44:44.159Z | Compiling tower-layer v0.3.3 |
| 827 | 2026-02-08T15:44:44.520Z | Compiling try-lock v0.2.5 |
| 828 | 2026-02-08T15:44:44.671Z | Compiling want v0.3.1 |
| 829 | 2026-02-08T15:44:44.739Z | Compiling icu_properties v1.5.1 |
| 830 | 2026-02-08T15:44:45.005Z | Compiling h2 v0.4.6 |
| 831 | 2026-02-08T15:44:45.630Z | Compiling pest_generator v2.8.2 |
| 832 | 2026-02-08T15:44:46.686Z | Compiling regress v0.10.4 |
| 833 | 2026-02-08T15:44:46.874Z | Compiling zerocopy-derive v0.7.35 |
| 834 | 2026-02-08T15:44:47.104Z | Compiling slog v2.8.2 |
| 835 | 2026-02-08T15:44:47.436Z | Compiling write16 v1.0.0 |
| 836 | 2026-02-08T15:44:47.557Z | Compiling utf16_iter v1.0.5 |
| 837 | 2026-02-08T15:44:47.765Z | Compiling icu_normalizer_data v1.5.0 |
| 838 | 2026-02-08T15:44:47.855Z | Compiling rustls v0.23.19 |
| 839 | 2026-02-08T15:44:48.020Z | Compiling httpdate v1.0.3 |
| 840 | 2026-02-08T15:44:48.163Z | Compiling utf8_iter v1.0.4 |
| 841 | 2026-02-08T15:44:48.396Z | Compiling icu_normalizer v1.5.0 |
| 842 | 2026-02-08T15:44:48.625Z | Compiling zerocopy v0.7.35 |
| 843 | 2026-02-08T15:44:48.664Z | Compiling pest_derive v2.8.2 |
| 844 | 2026-02-08T15:44:49.330Z | Compiling hyper v1.8.1 |
| 845 | 2026-02-08T15:44:49.552Z | Compiling typify-impl v0.4.3 |
| 846 | 2026-02-08T15:44:50.225Z | Compiling erased-serde v0.3.31 |
| 847 | 2026-02-08T15:44:50.393Z | Compiling form_urlencoded v1.2.2 |
| 848 | 2026-02-08T15:44:50.798Z | Compiling aho-corasick v1.1.3 |
| 849 | 2026-02-08T15:44:51.614Z | Compiling regex-syntax v0.8.5 |
| 850 | 2026-02-08T15:44:52.320Z | Compiling ipnet v2.11.0 |
| 851 | 2026-02-08T15:44:54.518Z | Compiling typenum v1.17.0 |
| 852 | 2026-02-08T15:44:55.223Z | Compiling hyper-util v0.1.19 |
| 853 | 2026-02-08T15:44:56.323Z | Compiling regex-automata v0.4.11 |
| 854 | 2026-02-08T15:44:56.422Z | Compiling typify-macro v0.4.3 |
| 855 | 2026-02-08T15:44:57.582Z | Compiling ppv-lite86 v0.2.20 |
| 856 | 2026-02-08T15:44:57.839Z | Compiling idna_adapter v1.2.0 |
| 857 | 2026-02-08T15:44:58.250Z | Compiling ipnetwork v0.21.1 |
| 858 | 2026-02-08T15:44:58.437Z | Compiling generic-array v0.14.7 |
| 859 | 2026-02-08T15:44:58.754Z | Compiling sync_wrapper v1.0.1 |
| 860 | 2026-02-08T15:44:58.957Z | Compiling ryu v1.0.18 |
| 861 | 2026-02-08T15:44:58.987Z | Compiling paste v1.0.15 |
| 862 | 2026-02-08T15:45:00.491Z | Compiling regex v1.11.3 |
| 863 | 2026-02-08T15:45:00.942Z | Compiling serde_urlencoded v0.7.1 |
| 864 | 2026-02-08T15:45:01.401Z | Compiling tower v0.5.2 |
| 865 | 2026-02-08T15:45:01.480Z | Compiling oxnet v0.1.4 |
| 866 | 2026-02-08T15:45:01.729Z | Compiling idna v1.0.3 |
| 867 | 2026-02-08T15:45:02.437Z | Compiling structmeta-derive v0.3.0 |
| 868 | 2026-02-08T15:45:02.886Z | Compiling scroll_derive v0.13.1 |
| 869 | 2026-02-08T15:45:04.209Z | Compiling tokio-rustls v0.26.0 |
| 870 | 2026-02-08T15:45:04.257Z | Compiling http-body-util v0.1.3 |
| 871 | 2026-02-08T15:45:04.467Z | Compiling webpki-roots v1.0.1 |
| 872 | 2026-02-08T15:45:04.637Z | Compiling rustix v1.1.3 |
| 873 | 2026-02-08T15:45:04.661Z | Compiling num-conv v0.1.0 |
| 874 | 2026-02-08T15:45:04.724Z | Compiling powerfmt v0.2.0 |
| 875 | 2026-02-08T15:45:04.886Z | Compiling usdt-impl v0.6.0 |
| 876 | 2026-02-08T15:45:05.153Z | Compiling time-core v0.1.6 |
| 877 | 2026-02-08T15:45:05.178Z | Compiling iri-string v0.7.8 |
| 878 | 2026-02-08T15:45:05.249Z | Compiling deranged v0.5.3 |
| 879 | 2026-02-08T15:45:05.402Z | Compiling time-macros v0.2.24 |
| 880 | 2026-02-08T15:45:05.553Z | Compiling hyper-rustls v0.27.7 |
| 881 | 2026-02-08T15:45:05.773Z | Compiling dof v0.4.0 |
| 882 | 2026-02-08T15:45:06.616Z | Compiling structmeta v0.3.0 |
| 883 | 2026-02-08T15:45:06.900Z | Compiling scroll v0.13.0 |
| 884 | 2026-02-08T15:45:07.395Z | Compiling url v2.5.4 |
| 885 | 2026-02-08T15:45:07.626Z | Compiling thread-id v5.0.0 |
| 886 | 2026-02-08T15:45:08.349Z | Compiling tower-http v0.6.6 |
| 887 | 2026-02-08T15:45:09.767Z | Compiling dtrace-parser v0.3.0 |
| 888 | 2026-02-08T15:45:10.172Z | Compiling rand_core v0.9.3 |
| 889 | 2026-02-08T15:45:10.569Z | Compiling errno v0.3.12 |
| 890 | 2026-02-08T15:45:10.788Z | Compiling crossbeam-utils v0.8.21 |
| 891 | 2026-02-08T15:45:11.595Z | Compiling strsim v0.11.1 |
| 892 | 2026-02-08T15:45:12.070Z | Compiling ident_case v1.0.1 |
| 893 | 2026-02-08T15:45:12.134Z | Compiling omicron-workspace-hack v0.1.0 |
| 894 | 2026-02-08T15:45:12.237Z | Compiling num_threads v0.1.7 |
| 895 | 2026-02-08T15:45:12.436Z | Compiling plain v0.2.3 |
| 896 | 2026-02-08T15:45:12.640Z | Compiling time v0.3.43 |
| 897 | 2026-02-08T15:45:12.744Z | Compiling darling_core v0.21.0 |
| 898 | 2026-02-08T15:45:14.599Z | Compiling goblin v0.10.2 |
| 899 | 2026-02-08T15:45:19.327Z | Compiling reqwest v0.12.24 |
| 900 | 2026-02-08T15:45:19.751Z | Compiling openapiv3 v2.2.0 |
| 901 | 2026-02-08T15:45:21.296Z | Compiling typify v0.4.3 |
| 902 | 2026-02-08T15:45:21.422Z | Compiling newtype-uuid v1.3.2 |
| 903 | 2026-02-08T15:45:23.246Z | Compiling daft-derive v0.1.4 |
| 904 | 2026-02-08T15:45:24.458Z | Compiling unsafe-libyaml v0.2.11 |
| 905 | 2026-02-08T15:45:25.618Z | Compiling pretty-hex v0.4.1 |
| 906 | 2026-02-08T15:45:26.237Z | Compiling fastrand v2.1.1 |
| 907 | 2026-02-08T15:45:27.046Z | Compiling rustls v0.22.4 |
| 908 | 2026-02-08T15:45:27.183Z | Compiling serde_yaml v0.9.34+deprecated |
| 909 | 2026-02-08T15:45:27.224Z | Compiling tempfile v3.24.0 |
| 910 | 2026-02-08T15:45:28.771Z | Compiling daft v0.1.4 |
| 911 | 2026-02-08T15:45:29.202Z | Compiling progenitor-impl v0.11.2 |
| 912 | 2026-02-08T15:45:31.962Z | Compiling darling_macro v0.21.0 |
| 913 | 2026-02-08T15:45:32.763Z | Compiling rand_chacha v0.9.0 |
| 914 | 2026-02-08T15:45:32.796Z | Compiling block-buffer v0.10.4 |
| 915 | 2026-02-08T15:45:33.029Z | Compiling crypto-common v0.1.6 |
| 916 | 2026-02-08T15:45:33.218Z | Compiling multer v3.1.0 |
| 917 | 2026-02-08T15:45:33.341Z | Compiling rand_core v0.6.4 |
| 918 | 2026-02-08T15:45:33.534Z | Compiling thread_local v1.1.8 |
| 919 | 2026-02-08T15:45:33.734Z | Compiling wait-timeout v0.2.0 |
| 920 | 2026-02-08T15:45:33.864Z | Compiling thiserror v1.0.69 |
| 921 | 2026-02-08T15:45:34.205Z | Compiling anyhow v1.0.99 |
| 922 | 2026-02-08T15:45:34.256Z | Compiling slog-async v2.8.0 |
| 923 | 2026-02-08T15:45:34.311Z | Compiling winnow v0.7.14 |
| 924 | 2026-02-08T15:45:34.393Z | Compiling camino v1.2.2 |
| 925 | 2026-02-08T15:45:34.553Z | Compiling quick-error v1.2.3 |
| 926 | 2026-02-08T15:45:34.689Z | Compiling ref-cast v1.0.25 |
| 927 | 2026-02-08T15:45:34.716Z | Compiling match_cfg v0.1.0 |
| 928 | 2026-02-08T15:45:34.740Z | Compiling bit-vec v0.8.0 |
| 929 | 2026-02-08T15:45:34.815Z | Compiling hostname v0.3.1 |
| 930 | 2026-02-08T15:45:35.096Z | Compiling bit-set v0.8.0 |
| 931 | 2026-02-08T15:45:35.218Z | Compiling rusty-fork v0.3.0 |
| 932 | 2026-02-08T15:45:35.408Z | Compiling rand_chacha v0.3.1 |
| 933 | 2026-02-08T15:45:35.573Z | Compiling progenitor-macro v0.11.2 |
| 934 | 2026-02-08T15:45:35.933Z | Compiling digest v0.10.7 |
| 935 | 2026-02-08T15:45:36.271Z | Compiling rand v0.9.2 |
| 936 | 2026-02-08T15:45:36.463Z | Compiling darling v0.21.0 |
| 937 | 2026-02-08T15:45:36.576Z | Compiling crossbeam-channel v0.5.15 |
| 938 | 2026-02-08T15:45:37.338Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 939 | 2026-02-08T15:45:37.809Z | Compiling progenitor-client v0.11.2 |
| 940 | 2026-02-08T15:45:38.623Z | Compiling usdt-macro v0.6.0 |
| 941 | 2026-02-08T15:45:39.645Z | Compiling usdt-attr-macro v0.6.0 |
| 942 | 2026-02-08T15:45:39.823Z | Compiling slog-json v2.6.1 |
| 943 | 2026-02-08T15:45:40.236Z | Compiling rand_xorshift v0.4.0 |
| 944 | 2026-02-08T15:45:40.478Z | Compiling derive-ex v0.1.8 |
| 945 | 2026-02-08T15:45:40.715Z | Compiling futures-executor v0.3.31 |
| 946 | 2026-02-08T15:45:41.568Z | Compiling strum_macros v0.26.4 |
| 947 | 2026-02-08T15:45:43.189Z | Compiling async-stream-impl v0.3.6 |
| 948 | 2026-02-08T15:45:43.324Z | Compiling thiserror-impl v1.0.69 |
| 949 | 2026-02-08T15:45:43.643Z | Compiling ref-cast-impl v1.0.25 |
| 950 | 2026-02-08T15:45:44.142Z | Compiling dropshot v0.16.7 |
| 951 | 2026-02-08T15:45:44.397Z | Compiling serde_spanned v1.0.4 |
| 952 | 2026-02-08T15:45:44.473Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 953 | 2026-02-08T15:45:44.542Z | Compiling is-terminal v0.4.13 |
| 954 | 2026-02-08T15:45:44.621Z | Compiling memmap2 v0.9.8 |
| 955 | 2026-02-08T15:45:44.670Z | Compiling encoding_rs v0.8.34 |
| 956 | 2026-02-08T15:45:45.083Z | Compiling mime v0.3.17 |
| 957 | 2026-02-08T15:45:45.154Z | Compiling take_mut v0.2.2 |
| 958 | 2026-02-08T15:45:45.262Z | Compiling lazy_static v1.5.0 |
| 959 | 2026-02-08T15:45:45.314Z | Compiling spin v0.9.8 |
| 960 | 2026-02-08T15:45:45.402Z | Compiling unarray v0.1.4 |
| 961 | 2026-02-08T15:45:45.493Z | Compiling hex v0.4.3 |
| 962 | 2026-02-08T15:45:45.577Z | Compiling cpufeatures v0.2.14 |
| 963 | 2026-02-08T15:45:45.677Z | Compiling unicode-width v0.1.14 |
| 964 | 2026-02-08T15:45:45.866Z | Compiling term v1.1.0 |
| 965 | 2026-02-08T15:45:46.013Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 966 | 2026-02-08T15:45:46.149Z | Compiling tabwriter v1.4.0 |
| 967 | 2026-02-08T15:45:46.458Z | Compiling toml v0.9.11+spec-1.1.0 |
| 968 | 2026-02-08T15:45:48.849Z | Compiling slog-term v2.9.2 |
| 969 | 2026-02-08T15:45:49.253Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 970 | 2026-02-08T15:45:49.453Z | Compiling sha1 v0.10.6 |
| 971 | 2026-02-08T15:45:50.093Z | Compiling proptest v1.7.0 |
| 972 | 2026-02-08T15:45:51.499Z | Compiling usdt v0.6.0 |
| 973 | 2026-02-08T15:45:52.669Z | Compiling strum v0.26.3 |
| 974 | 2026-02-08T15:45:52.699Z | Compiling async-stream v0.3.6 |
| 975 | 2026-02-08T15:45:52.841Z | Compiling progenitor v0.11.2 |
| 976 | 2026-02-08T15:45:52.993Z | Compiling test-strategy v0.4.3 |
| 977 | 2026-02-08T15:45:53.017Z | Compiling tokio-rustls v0.25.0 |
| 978 | 2026-02-08T15:45:53.354Z | Compiling futures v0.3.31 |
| 979 | 2026-02-08T15:45:53.513Z | Compiling slog-bunyan v2.5.0 |
| 980 | 2026-02-08T15:45:53.546Z | Compiling serde_with_macros v3.16.1 |
| 981 | 2026-02-08T15:45:53.786Z | Compiling rand v0.8.5 |
| 982 | 2026-02-08T15:45:55.387Z | Compiling parse-display-derive v0.10.0 |
| 983 | 2026-02-08T15:45:55.411Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 984 | 2026-02-08T15:45:56.066Z | Compiling newtype-uuid-macros v0.1.0 |
| 985 | 2026-02-08T15:45:56.322Z | Compiling dropshot_endpoint v0.16.7 |
| 986 | 2026-02-08T15:45:57.343Z | Compiling strum_macros v0.27.2 |
| 987 | 2026-02-08T15:45:58.017Z | Compiling async-trait v0.1.89 |
| 988 | 2026-02-08T15:45:58.081Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 989 | 2026-02-08T15:45:58.737Z | Compiling waitgroup v0.1.2 |
| 990 | 2026-02-08T15:45:58.950Z | Compiling rustls-pemfile v2.2.0 |
| 991 | 2026-02-08T15:45:59.312Z | Compiling serde_path_to_error v0.1.20 |
| 992 | 2026-02-08T15:45:59.361Z | Compiling hostname v0.4.2 |
| 993 | 2026-02-08T15:45:59.582Z | Compiling instant v0.1.13 |
| 994 | 2026-02-08T15:45:59.690Z | Compiling rustc-hash v2.1.1 |
| 995 | 2026-02-08T15:45:59.742Z | Compiling either v1.15.0 |
| 996 | 2026-02-08T15:45:59.867Z | Compiling colored v3.0.0 |
| 997 | 2026-02-08T15:46:00.140Z | Compiling foldhash v0.2.0 |
| 998 | 2026-02-08T15:46:00.164Z | Compiling debug-ignore v1.0.5 |
| 999 | 2026-02-08T15:46:00.300Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1000 | 2026-02-08T15:46:00.621Z | Compiling iddqd v0.3.16 |
| 1001 | 2026-02-08T15:46:00.754Z | Compiling strum v0.27.2 |
| 1002 | 2026-02-08T15:46:01.016Z | Compiling itertools v0.14.0 |
| 1003 | 2026-02-08T15:46:02.568Z | Compiling backoff v0.4.0 |
| 1004 | 2026-02-08T15:46:02.910Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1005 | 2026-02-08T15:46:03.125Z | Compiling parse-display v0.10.0 |
| 1006 | 2026-02-08T15:46:04.098Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1007 | 2026-02-08T15:46:04.252Z | Compiling serde_with v3.16.1 |
| 1008 | 2026-02-08T15:46:04.860Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1009 | 2026-02-08T15:46:07.377Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1010 | 2026-02-08T15:46:07.516Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1011 | 2026-02-08T15:46:07.983Z | Compiling progenitor-client v0.10.0 |
| 1012 | 2026-02-08T15:46:08.345Z | Compiling macaddr v1.0.1 |
| 1013 | 2026-02-08T15:46:08.716Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-02-08T15:46:21.945Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-02-08T15:46:35.959Z | Finished `release` profile [optimized] target(s) in 2m 14s |
| 1016 | 2026-02-08T15:46:36.023Z | process exited: duration 206539 ms, exit code 0 |
| |
| 1017 | 2026-02-08T15:46:36.072Z | found 0 output files |