|
|
|
| 1 | 2026-02-11T22:51:58.951Z | job assigned to worker 01KH7EDB04HANEQ3F6X8S0QVA6 [factory aws, i-01d0f03a148a4f5ab] (queued for 55 s) |
| |
| 2 | 2026-02-11T22:52:07.343Z | starting task 0: "setup" |
| 3 | 2026-02-11T22:52:07.348Z | ++ uname -s |
| 4 | 2026-02-11T22:52:07.351Z | + kern=SunOS |
| 5 | 2026-02-11T22:52:07.351Z | + build_user=build |
| 6 | 2026-02-11T22:52:07.351Z | + build_uid=12345 |
| 7 | 2026-02-11T22:52:07.351Z | + work_dir=/work |
| 8 | 2026-02-11T22:52:07.351Z | + input_dir=/input |
| 9 | 2026-02-11T22:52:07.351Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-11T22:52:07.352Z | + case "$kern" in |
| 11 | 2026-02-11T22:52:07.352Z | + groupadd -g 12345 build |
| 12 | 2026-02-11T22:52:07.355Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-11T22:52:09.361Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-11T22:52:09.484Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-11T22:52:09.487Z | + home_fs=zfs |
| 16 | 2026-02-11T22:52:09.487Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-11T22:52:09.487Z | + mkdir -p /home/build |
| 18 | 2026-02-11T22:52:09.490Z | + chown build:build /home/build /work |
| 19 | 2026-02-11T22:52:11.491Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-11T22:52:11.494Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-02-11T22:52:11.500Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-11T22:52:11.505Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-11T22:52:11.505Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-11T22:52:11.505Z | * rust toolchain profile = "default" |
| 25 | 2026-02-11T22:52:11.505Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-11T22:52:11.505Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-11T22:52:11.505Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-11T22:52:11.508Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-11T22:52:11.508Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-11T22:52:11.636Z | info: downloading installer |
| 31 | 2026-02-11T22:52:13.363Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-11T22:52:13.363Z | warn: /opt/ooce/bin |
| 33 | 2026-02-11T22:52:13.363Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-11T22:52:13.363Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-11T22:52:13.363Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-11T22:52:13.363Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-11T22:52:13.363Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-11T22:52:13.364Z | error: cannot install while Rust is installed |
| 39 | 2026-02-11T22:52:13.364Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-11T22:52:13.389Z | info: profile set to 'default' |
| 41 | 2026-02-11T22:52:13.390Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-11T22:52:13.393Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-11T22:52:13.574Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-11T22:52:13.574Z | info: downloading component 'cargo' |
| 45 | 2026-02-11T22:52:14.544Z | info: downloading component 'clippy' |
| 46 | 2026-02-11T22:52:15.007Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-11T22:52:16.768Z | info: downloading component 'rust-std' |
| 48 | 2026-02-11T22:52:18.927Z | info: downloading component 'rustc' |
| 49 | 2026-02-11T22:52:27.828Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-11T22:52:28.163Z | info: installing component 'cargo' |
| 51 | 2026-02-11T22:52:29.084Z | info: installing component 'clippy' |
| 52 | 2026-02-11T22:52:29.483Z | info: installing component 'rust-docs' |
| 53 | 2026-02-11T22:52:31.488Z | info: installing component 'rust-std' |
| 54 | 2026-02-11T22:52:33.330Z | info: installing component 'rustc' |
| 55 | 2026-02-11T22:52:40.146Z | info: installing component 'rustfmt' |
| 56 | 2026-02-11T22:52:40.495Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-11T22:52:40.495Z | |
| 58 | 2026-02-11T22:52:40.965Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-11T22:52:40.965Z | |
| 60 | 2026-02-11T22:52:40.968Z | |
| 61 | 2026-02-11T22:52:40.968Z | Rust is installed now. Great! |
| 62 | 2026-02-11T22:52:40.968Z | |
| 63 | 2026-02-11T22:52:40.968Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-11T22:52:40.968Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-11T22:52:40.968Z | |
| 66 | 2026-02-11T22:52:40.968Z | To configure your current shell, you need to source |
| 67 | 2026-02-11T22:52:40.968Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-11T22:52:40.968Z | |
| 69 | 2026-02-11T22:52:40.968Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-11T22:52:40.968Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-11T22:52:40.968Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-11T22:52:40.968Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-11T22:52:41.079Z | + rustup --version |
| 74 | 2026-02-11T22:52:41.094Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-11T22:52:41.097Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-11T22:52:41.186Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-11T22:52:41.189Z | + cargo --version |
| 78 | 2026-02-11T22:52:41.262Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-11T22:52:41.265Z | + rustc --version |
| 80 | 2026-02-11T22:52:41.343Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-11T22:52:41.347Z | process exited: duration 29842 ms, exit code 0 |
| |
| 82 | 2026-02-11T22:52:41.353Z | starting task 2: "authentication" |
| 83 | 2026-02-11T22:52:41.376Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-02-11T22:52:41.382Z | starting task 3: "clone repository" |
| 85 | 2026-02-11T22:52:41.387Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-11T22:52:41.390Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-11T22:52:41.421Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-11T22:53:43.556Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-11T22:53:43.556Z | + git fetch origin b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 90 | 2026-02-11T22:53:44.211Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-11T22:53:44.211Z | * branch b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 -> FETCH_HEAD |
| 92 | 2026-02-11T22:53:44.222Z | + [[ -n luqmana/bump-propolis ]] |
| 93 | 2026-02-11T22:53:44.225Z | ++ git branch --show-current |
| 94 | 2026-02-11T22:53:44.228Z | + current=main |
| 95 | 2026-02-11T22:53:44.228Z | + [[ main != luqmana/bump-propolis ]] |
| 96 | 2026-02-11T22:53:44.228Z | + git branch -f luqmana/bump-propolis b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 97 | 2026-02-11T22:53:44.231Z | + git checkout -f luqmana/bump-propolis |
| 98 | 2026-02-11T22:53:44.744Z | Switched to branch 'luqmana/bump-propolis' |
| 99 | 2026-02-11T22:53:44.747Z | + git reset --hard b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 100 | 2026-02-11T22:53:44.769Z | HEAD is now at b94ffbfef Bump propolis |
| 101 | 2026-02-11T22:53:44.772Z | process exited: duration 63379 ms, exit code 0 |
| |
| 102 | 2026-02-11T22:53:44.778Z | starting task 4: "build" |
| 103 | 2026-02-11T22:53:44.783Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-11T22:53:44.786Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-11T22:53:44.786Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-11T22:53:44.786Z | + cargo --version |
| 107 | 2026-02-11T22:53:44.848Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-11T22:53:44.851Z | + rustc --version |
| 109 | 2026-02-11T22:53:44.928Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-11T22:53:44.931Z | + cd /tmp |
| 111 | 2026-02-11T22:53:44.931Z | + cargo new --lib test-project |
| 112 | 2026-02-11T22:53:45.010Z | Creating library `test-project` package |
| 113 | 2026-02-11T22:53:45.107Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-02-11T22:53:45.110Z | + cd test-project |
| 115 | 2026-02-11T22:53:45.110Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-02-11T22:53:45.189Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-02-11T22:53:45.189Z | Features: |
| 118 | 2026-02-11T22:53:45.190Z | - proptest |
| 119 | 2026-02-11T22:53:45.190Z | - test-strategy |
| 120 | 2026-02-11T22:53:45.190Z | - testing |
| 121 | 2026-02-11T22:53:45.219Z | Updating crates.io index |
| 122 | 2026-02-11T22:53:45.261Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-02-11T22:53:46.607Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2026-02-11T22:53:48.973Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2026-02-11T22:53:49.979Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2026-02-11T22:53:50.854Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2026-02-11T22:53:54.107Z | Locking 365 packages to latest Rust 1.91.1 compatible versions |
| 128 | 2026-02-11T22:53:54.110Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 129 | 2026-02-11T22:53:54.228Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 130 | 2026-02-11T22:53:54.231Z | + cargo check |
| 131 | 2026-02-11T22:53:54.438Z | Updating crates.io index |
| 132 | 2026-02-11T22:53:55.226Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 133 | 2026-02-11T22:53:55.226Z | Adding omicron-workspace-hack v0.1.0 |
| 134 | 2026-02-11T22:53:55.267Z | Downloading crates ... |
| 135 | 2026-02-11T22:53:55.340Z | Downloaded futures-io v0.3.31 |
| 136 | 2026-02-11T22:53:55.344Z | Downloaded httpdate v1.0.3 |
| 137 | 2026-02-11T22:53:55.346Z | Downloaded form_urlencoded v1.2.2 |
| 138 | 2026-02-11T22:53:55.347Z | Downloaded dyn-clone v1.0.20 |
| 139 | 2026-02-11T22:53:55.351Z | Downloaded async-stream v0.3.6 |
| 140 | 2026-02-11T22:53:55.354Z | Downloaded darling_macro v0.21.0 |
| 141 | 2026-02-11T22:53:55.357Z | Downloaded debug-ignore v1.0.5 |
| 142 | 2026-02-11T22:53:55.360Z | Downloaded dof v0.4.0 |
| 143 | 2026-02-11T22:53:55.361Z | Downloaded cpufeatures v0.2.14 |
| 144 | 2026-02-11T22:53:55.366Z | Downloaded block-buffer v0.10.4 |
| 145 | 2026-02-11T22:53:55.372Z | Downloaded num_threads v0.1.7 |
| 146 | 2026-02-11T22:53:55.375Z | Downloaded ipnetwork v0.21.1 |
| 147 | 2026-02-11T22:53:55.378Z | Downloaded crypto-common v0.1.6 |
| 148 | 2026-02-11T22:53:55.378Z | Downloaded backoff v0.4.0 |
| 149 | 2026-02-11T22:53:55.381Z | Downloaded deranged v0.5.3 |
| 150 | 2026-02-11T22:53:55.385Z | Downloaded daft-derive v0.1.4 |
| 151 | 2026-02-11T22:53:55.390Z | Downloaded memmap2 v0.9.8 |
| 152 | 2026-02-11T22:53:55.394Z | Downloaded paste v1.0.15 |
| 153 | 2026-02-11T22:53:55.397Z | Downloaded progenitor-client v0.10.0 |
| 154 | 2026-02-11T22:53:55.397Z | Downloaded pest_generator v2.8.2 |
| 155 | 2026-02-11T22:53:55.400Z | Downloaded autocfg v1.4.0 |
| 156 | 2026-02-11T22:53:55.403Z | Downloaded atomic-waker v1.1.2 |
| 157 | 2026-02-11T22:53:55.403Z | Downloaded parking_lot v0.12.3 |
| 158 | 2026-02-11T22:53:55.407Z | Downloaded parse-display v0.10.0 |
| 159 | 2026-02-11T22:53:55.412Z | Downloaded darling v0.21.0 |
| 160 | 2026-02-11T22:53:55.446Z | Downloaded rand_xorshift v0.4.0 |
| 161 | 2026-02-11T22:53:55.446Z | Downloaded quote v1.0.40 |
| 162 | 2026-02-11T22:53:55.446Z | Downloaded icu_provider_macros v1.5.0 |
| 163 | 2026-02-11T22:53:55.446Z | Downloaded futures-core v0.3.31 |
| 164 | 2026-02-11T22:53:55.446Z | Downloaded quinn-udp v0.5.5 |
| 165 | 2026-02-11T22:53:55.446Z | Downloaded byteorder v1.5.0 |
| 166 | 2026-02-11T22:53:55.446Z | Downloaded progenitor-macro v0.11.2 |
| 167 | 2026-02-11T22:53:55.446Z | Downloaded omicron-workspace-hack v0.1.0 |
| 168 | 2026-02-11T22:53:55.446Z | Downloaded ref-cast-impl v1.0.25 |
| 169 | 2026-02-11T22:53:55.446Z | Downloaded num-traits v0.2.19 |
| 170 | 2026-02-11T22:53:55.447Z | Downloaded num-conv v0.1.0 |
| 171 | 2026-02-11T22:53:55.447Z | Downloaded hex v0.4.3 |
| 172 | 2026-02-11T22:53:55.447Z | Downloaded equivalent v1.0.2 |
| 173 | 2026-02-11T22:53:55.447Z | Downloaded rand_core v0.6.4 |
| 174 | 2026-02-11T22:53:55.447Z | Downloaded hostname v0.4.2 |
| 175 | 2026-02-11T22:53:55.447Z | Downloaded ident_case v1.0.1 |
| 176 | 2026-02-11T22:53:55.447Z | Downloaded fastrand v2.1.1 |
| 177 | 2026-02-11T22:53:55.452Z | Downloaded dtrace-parser v0.3.0 |
| 178 | 2026-02-11T22:53:55.452Z | Downloaded pest_meta v2.8.2 |
| 179 | 2026-02-11T22:53:55.452Z | Downloaded bit-set v0.8.0 |
| 180 | 2026-02-11T22:53:55.452Z | Downloaded ref-cast v1.0.25 |
| 181 | 2026-02-11T22:53:55.452Z | Downloaded slog-json v2.6.1 |
| 182 | 2026-02-11T22:53:55.459Z | Downloaded quinn-proto v0.11.8 |
| 183 | 2026-02-11T22:53:55.462Z | Downloaded scroll_derive v0.13.1 |
| 184 | 2026-02-11T22:53:55.462Z | Downloaded percent-encoding v2.3.2 |
| 185 | 2026-02-11T22:53:55.465Z | Downloaded icu_collections v1.5.0 |
| 186 | 2026-02-11T22:53:55.469Z | Downloaded heck v0.5.0 |
| 187 | 2026-02-11T22:53:55.472Z | Downloaded is-terminal v0.4.13 |
| 188 | 2026-02-11T22:53:55.476Z | Downloaded hostname v0.3.1 |
| 189 | 2026-02-11T22:53:55.476Z | Downloaded mime v0.3.17 |
| 190 | 2026-02-11T22:53:55.479Z | Downloaded lazy_static v1.5.0 |
| 191 | 2026-02-11T22:53:55.479Z | Downloaded http-body v1.0.1 |
| 192 | 2026-02-11T22:53:55.482Z | Downloaded instant v0.1.13 |
| 193 | 2026-02-11T22:53:55.482Z | Downloaded generic-array v0.14.7 |
| 194 | 2026-02-11T22:53:55.486Z | Downloaded idna_adapter v1.2.0 |
| 195 | 2026-02-11T22:53:55.486Z | Downloaded errno v0.3.12 |
| 196 | 2026-02-11T22:53:55.489Z | Downloaded erased-serde v0.3.31 |
| 197 | 2026-02-11T22:53:55.489Z | Downloaded serde_spanned v1.0.4 |
| 198 | 2026-02-11T22:53:55.492Z | Downloaded plain v0.2.3 |
| 199 | 2026-02-11T22:53:55.492Z | Downloaded rustc-hash v2.1.1 |
| 200 | 2026-02-11T22:53:55.495Z | Downloaded digest v0.10.7 |
| 201 | 2026-02-11T22:53:55.495Z | Downloaded stable_deref_trait v1.2.0 |
| 202 | 2026-02-11T22:53:55.498Z | Downloaded macaddr v1.0.1 |
| 203 | 2026-02-11T22:53:55.498Z | Downloaded ipnet v2.11.0 |
| 204 | 2026-02-11T22:53:55.501Z | Downloaded sha1 v0.10.6 |
| 205 | 2026-02-11T22:53:55.504Z | Downloaded structmeta-derive v0.3.0 |
| 206 | 2026-02-11T22:53:55.504Z | Downloaded strsim v0.11.1 |
| 207 | 2026-02-11T22:53:55.507Z | Downloaded strum v0.27.2 |
| 208 | 2026-02-11T22:53:55.507Z | Downloaded structmeta v0.3.0 |
| 209 | 2026-02-11T22:53:55.507Z | Downloaded strum v0.26.3 |
| 210 | 2026-02-11T22:53:55.510Z | Downloaded serde_derive_internals v0.29.1 |
| 211 | 2026-02-11T22:53:55.510Z | Downloaded slog-term v2.9.2 |
| 212 | 2026-02-11T22:53:55.515Z | Downloaded tabwriter v1.4.0 |
| 213 | 2026-02-11T22:53:55.518Z | Downloaded progenitor-client v0.11.2 |
| 214 | 2026-02-11T22:53:55.518Z | Downloaded either v1.15.0 |
| 215 | 2026-02-11T22:53:55.518Z | Downloaded scopeguard v1.2.0 |
| 216 | 2026-02-11T22:53:55.518Z | Downloaded rand_chacha v0.3.1 |
| 217 | 2026-02-11T22:53:55.522Z | Downloaded rand_chacha v0.9.0 |
| 218 | 2026-02-11T22:53:55.522Z | Downloaded subtle v2.6.1 |
| 219 | 2026-02-11T22:53:55.526Z | Downloaded sync_wrapper v1.0.1 |
| 220 | 2026-02-11T22:53:55.526Z | Downloaded bitflags v2.9.4 |
| 221 | 2026-02-11T22:53:55.531Z | Downloaded serde_urlencoded v0.7.1 |
| 222 | 2026-02-11T22:53:55.531Z | Downloaded slog-bunyan v2.5.0 |
| 223 | 2026-02-11T22:53:55.531Z | Downloaded pretty-hex v0.4.1 |
| 224 | 2026-02-11T22:53:55.534Z | Downloaded anyhow v1.0.99 |
| 225 | 2026-02-11T22:53:55.537Z | Downloaded bit-vec v0.8.0 |
| 226 | 2026-02-11T22:53:55.539Z | Downloaded derive-ex v0.1.8 |
| 227 | 2026-02-11T22:53:55.539Z | Downloaded time-core v0.1.6 |
| 228 | 2026-02-11T22:53:55.542Z | Downloaded take_mut v0.2.2 |
| 229 | 2026-02-11T22:53:55.542Z | Downloaded futures-task v0.3.31 |
| 230 | 2026-02-11T22:53:55.542Z | Downloaded tower-layer v0.3.3 |
| 231 | 2026-02-11T22:53:55.545Z | Downloaded daft v0.1.4 |
| 232 | 2026-02-11T22:53:55.545Z | Downloaded thread_local v1.1.8 |
| 233 | 2026-02-11T22:53:55.548Z | Downloaded tinyvec_macros v0.1.1 |
| 234 | 2026-02-11T22:53:55.548Z | Downloaded base64 v0.22.1 |
| 235 | 2026-02-11T22:53:55.552Z | Downloaded futures-sink v0.3.31 |
| 236 | 2026-02-11T22:53:55.555Z | Downloaded icu_locid_transform v1.5.0 |
| 237 | 2026-02-11T22:53:55.558Z | Downloaded tower-service v0.3.3 |
| 238 | 2026-02-11T22:53:55.558Z | Downloaded foldhash v0.1.5 |
| 239 | 2026-02-11T22:53:55.558Z | Downloaded futures-executor v0.3.31 |
| 240 | 2026-02-11T22:53:55.561Z | Downloaded http-body-util v0.1.3 |
| 241 | 2026-02-11T22:53:55.564Z | Downloaded thread-id v5.0.0 |
| 242 | 2026-02-11T22:53:55.564Z | Downloaded ppv-lite86 v0.2.20 |
| 243 | 2026-02-11T22:53:55.567Z | Downloaded sha2 v0.10.9 |
| 244 | 2026-02-11T22:53:55.567Z | Downloaded powerfmt v0.2.0 |
| 245 | 2026-02-11T22:53:55.575Z | Downloaded newtype-uuid v1.3.2 |
| 246 | 2026-02-11T22:53:55.575Z | Downloaded futures-channel v0.3.31 |
| 247 | 2026-02-11T22:53:55.575Z | Downloaded progenitor v0.11.2 |
| 248 | 2026-02-11T22:53:55.575Z | Downloaded unarray v0.1.4 |
| 249 | 2026-02-11T22:53:55.575Z | Downloaded parse-display-derive v0.10.0 |
| 250 | 2026-02-11T22:53:55.578Z | Downloaded crossbeam-utils v0.8.21 |
| 251 | 2026-02-11T22:53:55.581Z | Downloaded slog-async v2.8.0 |
| 252 | 2026-02-11T22:53:55.581Z | Downloaded slab v0.4.9 |
| 253 | 2026-02-11T22:53:55.584Z | Downloaded rustversion v1.0.22 |
| 254 | 2026-02-11T22:53:55.584Z | Downloaded try-lock v0.2.5 |
| 255 | 2026-02-11T22:53:55.587Z | Downloaded strum_macros v0.26.4 |
| 256 | 2026-02-11T22:53:55.587Z | Downloaded litemap v0.7.3 |
| 257 | 2026-02-11T22:53:55.590Z | Downloaded untrusted v0.9.0 |
| 258 | 2026-02-11T22:53:55.593Z | Downloaded rand_core v0.9.3 |
| 259 | 2026-02-11T22:53:55.593Z | Downloaded usdt v0.6.0 |
| 260 | 2026-02-11T22:53:55.594Z | Downloaded camino v1.2.2 |
| 261 | 2026-02-11T22:53:55.596Z | Downloaded write16 v1.0.0 |
| 262 | 2026-02-11T22:53:55.597Z | Downloaded icu_locid_transform_data v1.5.0 |
| 263 | 2026-02-11T22:53:55.600Z | Downloaded wait-timeout v0.2.0 |
| 264 | 2026-02-11T22:53:55.600Z | Downloaded usdt-attr-macro v0.6.0 |
| 265 | 2026-02-11T22:53:55.603Z | Downloaded zerofrom v0.1.4 |
| 266 | 2026-02-11T22:53:55.603Z | Downloaded newtype-uuid-macros v0.1.0 |
| 267 | 2026-02-11T22:53:55.603Z | Downloaded strum_macros v0.27.2 |
| 268 | 2026-02-11T22:53:55.606Z | Downloaded utf8_iter v1.0.4 |
| 269 | 2026-02-11T22:53:55.606Z | Downloaded utf16_iter v1.0.5 |
| 270 | 2026-02-11T22:53:55.609Z | Downloaded usdt-macro v0.6.0 |
| 271 | 2026-02-11T22:53:55.609Z | Downloaded version_check v0.9.5 |
| 272 | 2026-02-11T22:53:55.613Z | Downloaded waitgroup v0.1.2 |
| 273 | 2026-02-11T22:53:55.613Z | Downloaded want v0.3.1 |
| 274 | 2026-02-11T22:53:55.613Z | Downloaded thiserror v2.0.18 |
| 275 | 2026-02-11T22:53:55.617Z | Downloaded thiserror v1.0.69 |
| 276 | 2026-02-11T22:53:55.622Z | Downloaded yoke-derive v0.7.4 |
| 277 | 2026-02-11T22:53:55.626Z | Downloaded tokio-rustls v0.25.0 |
| 278 | 2026-02-11T22:53:55.626Z | Downloaded tokio-macros v2.6.0 |
| 279 | 2026-02-11T22:53:55.629Z | Downloaded time-macros v0.2.24 |
| 280 | 2026-02-11T22:53:55.629Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 281 | 2026-02-11T22:53:55.632Z | Downloaded zerofrom-derive v0.1.4 |
| 282 | 2026-02-11T22:53:55.632Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 283 | 2026-02-11T22:53:55.637Z | Downloaded thiserror-impl v2.0.18 |
| 284 | 2026-02-11T22:53:55.638Z | Downloaded thiserror-impl v1.0.69 |
| 285 | 2026-02-11T22:53:55.641Z | Downloaded serde_path_to_error v0.1.20 |
| 286 | 2026-02-11T22:53:55.641Z | Downloaded synstructure v0.13.1 |
| 287 | 2026-02-11T22:53:55.641Z | Downloaded icu_properties v1.5.1 |
| 288 | 2026-02-11T22:53:55.651Z | Downloaded serde_tokenstream v0.2.2 |
| 289 | 2026-02-11T22:53:55.651Z | Downloaded serde_with_macros v3.16.1 |
| 290 | 2026-02-11T22:53:55.651Z | Downloaded rustls-pemfile v2.2.0 |
| 291 | 2026-02-11T22:53:55.651Z | Downloaded iana-time-zone v0.1.63 |
| 292 | 2026-02-11T22:53:55.651Z | Downloaded getrandom v0.2.15 |
| 293 | 2026-02-11T22:53:55.656Z | Downloaded httparse v1.9.5 |
| 294 | 2026-02-11T22:53:55.656Z | Downloaded getrandom v0.3.4 |
| 295 | 2026-02-11T22:53:55.658Z | Downloaded scroll v0.13.0 |
| 296 | 2026-02-11T22:53:55.661Z | Downloaded parking_lot_core v0.9.10 |
| 297 | 2026-02-11T22:53:55.661Z | Downloaded schemars_derive v0.8.22 |
| 298 | 2026-02-11T22:53:55.664Z | Downloaded spin v0.9.8 |
| 299 | 2026-02-11T22:53:55.669Z | Downloaded allocator-api2 v0.2.21 |
| 300 | 2026-02-11T22:53:55.672Z | Downloaded rusty-fork v0.3.0 |
| 301 | 2026-02-11T22:53:55.672Z | Downloaded writeable v0.5.5 |
| 302 | 2026-02-11T22:53:55.672Z | Downloaded oxnet v0.1.4 |
| 303 | 2026-02-11T22:53:55.685Z | Downloaded semver v1.0.27 |
| 304 | 2026-02-11T22:53:55.685Z | Downloaded once_cell v1.21.3 |
| 305 | 2026-02-11T22:53:55.685Z | Downloaded smallvec v1.15.1 |
| 306 | 2026-02-11T22:53:55.685Z | Downloaded usdt-impl v0.6.0 |
| 307 | 2026-02-11T22:53:55.688Z | Downloaded signal-hook-registry v1.4.2 |
| 308 | 2026-02-11T22:53:55.688Z | Downloaded icu_normalizer_data v1.5.0 |
| 309 | 2026-02-11T22:53:55.688Z | Downloaded icu_normalizer v1.5.0 |
| 310 | 2026-02-11T22:53:55.688Z | Downloaded dropshot_endpoint v0.16.7 |
| 311 | 2026-02-11T22:53:55.691Z | Downloaded yoke v0.7.4 |
| 312 | 2026-02-11T22:53:55.694Z | Downloaded tokio-rustls v0.26.0 |
| 313 | 2026-02-11T22:53:55.694Z | Downloaded zeroize v1.8.1 |
| 314 | 2026-02-11T22:53:55.697Z | Downloaded progenitor-impl v0.11.2 |
| 315 | 2026-02-11T22:53:55.701Z | Downloaded serde_derive v1.0.228 |
| 316 | 2026-02-11T22:53:55.701Z | Downloaded unicode-ident v1.0.19 |
| 317 | 2026-02-11T22:53:55.704Z | Downloaded serde_yaml v0.9.34+deprecated |
| 318 | 2026-02-11T22:53:55.707Z | Downloaded log v0.4.29 |
| 319 | 2026-02-11T22:53:55.710Z | Downloaded serde_core v1.0.228 |
| 320 | 2026-02-11T22:53:55.714Z | Downloaded lock_api v0.4.12 |
| 321 | 2026-02-11T22:53:55.714Z | Downloaded zerovec-derive v0.10.3 |
| 322 | 2026-02-11T22:53:55.717Z | Downloaded zmij v1.0.15 |
| 323 | 2026-02-11T22:53:55.717Z | Downloaded socket2 v0.6.1 |
| 324 | 2026-02-11T22:53:55.721Z | Downloaded typenum v1.17.0 |
| 325 | 2026-02-11T22:53:55.721Z | Downloaded rustls-pki-types v1.10.0 |
| 326 | 2026-02-11T22:53:55.724Z | Downloaded ucd-trie v0.1.7 |
| 327 | 2026-02-11T22:53:55.727Z | Downloaded slog v2.8.2 |
| 328 | 2026-02-11T22:53:55.730Z | Downloaded icu_locid v1.5.0 |
| 329 | 2026-02-11T22:53:55.733Z | Downloaded test-strategy v0.4.3 |
| 330 | 2026-02-11T22:53:55.736Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 331 | 2026-02-11T22:53:55.740Z | Downloaded idna v1.0.3 |
| 332 | 2026-02-11T22:53:55.744Z | Downloaded zerocopy-derive v0.7.35 |
| 333 | 2026-02-11T22:53:55.749Z | Downloaded schemars v0.8.22 |
| 334 | 2026-02-11T22:53:55.760Z | Downloaded futures v0.3.31 |
| 335 | 2026-02-11T22:53:55.764Z | Downloaded uuid v1.19.0 |
| 336 | 2026-02-11T22:53:55.767Z | Downloaded tracing-core v0.1.32 |
| 337 | 2026-02-11T22:53:55.771Z | Downloaded tempfile v3.24.0 |
| 338 | 2026-02-11T22:53:55.774Z | Downloaded socket2 v0.5.10 |
| 339 | 2026-02-11T22:53:55.777Z | Downloaded tinyvec v1.8.0 |
| 340 | 2026-02-11T22:53:55.777Z | Downloaded quinn v0.11.5 |
| 341 | 2026-02-11T22:53:55.780Z | Downloaded ryu v1.0.18 |
| 342 | 2026-02-11T22:53:55.783Z | Downloaded bytes v1.11.1 |
| 343 | 2026-02-11T22:53:55.787Z | Downloaded icu_provider v1.5.0 |
| 344 | 2026-02-11T22:53:55.790Z | Downloaded typify v0.4.3 |
| 345 | 2026-02-11T22:53:55.793Z | Downloaded proc-macro2 v1.0.101 |
| 346 | 2026-02-11T22:53:55.796Z | Downloaded unsafe-libyaml v0.2.11 |
| 347 | 2026-02-11T22:53:55.799Z | Downloaded serde v1.0.228 |
| 348 | 2026-02-11T22:53:55.801Z | Downloaded tracing v0.1.40 |
| 349 | 2026-02-11T22:53:55.809Z | Downloaded indexmap v2.13.0 |
| 350 | 2026-02-11T22:53:55.816Z | Downloaded darling_core v0.21.0 |
| 351 | 2026-02-11T22:53:55.816Z | Downloaded rand v0.8.5 |
| 352 | 2026-02-11T22:53:55.824Z | Downloaded mio v1.0.2 |
| 353 | 2026-02-11T22:53:55.824Z | Downloaded hyper-rustls v0.27.7 |
| 354 | 2026-02-11T22:53:55.832Z | Downloaded cc v1.2.30 |
| 355 | 2026-02-11T22:53:55.832Z | Downloaded crossbeam-channel v0.5.15 |
| 356 | 2026-02-11T22:53:55.835Z | Downloaded url v2.5.4 |
| 357 | 2026-02-11T22:53:55.835Z | Downloaded rand v0.9.2 |
| 358 | 2026-02-11T22:53:55.839Z | Downloaded hyper-util v0.1.19 |
| 359 | 2026-02-11T22:53:55.842Z | Downloaded http v1.4.0 |
| 360 | 2026-02-11T22:53:55.845Z | Downloaded aho-corasick v1.1.3 |
| 361 | 2026-02-11T22:53:55.850Z | Downloaded zerocopy-derive v0.8.27 |
| 362 | 2026-02-11T22:53:55.856Z | Downloaded tower v0.5.2 |
| 363 | 2026-02-11T22:53:55.865Z | Downloaded pest v2.8.2 |
| 364 | 2026-02-11T22:53:55.869Z | Downloaded iddqd v0.3.16 |
| 365 | 2026-02-11T22:53:55.875Z | Downloaded tokio-util v0.7.15 |
| 366 | 2026-02-11T22:53:55.882Z | Downloaded hashbrown v0.15.4 |
| 367 | 2026-02-11T22:53:55.887Z | Downloaded tower-http v0.6.6 |
| 368 | 2026-02-11T22:53:55.894Z | Downloaded iri-string v0.7.8 |
| 369 | 2026-02-11T22:53:55.899Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 370 | 2026-02-11T22:53:55.902Z | Downloaded itertools v0.14.0 |
| 371 | 2026-02-11T22:53:55.908Z | Downloaded zerovec v0.10.4 |
| 372 | 2026-02-11T22:53:55.913Z | Downloaded regex v1.11.3 |
| 373 | 2026-02-11T22:53:55.919Z | Downloaded zerocopy v0.7.35 |
| 374 | 2026-02-11T22:53:55.945Z | Downloaded futures-util v0.3.31 |
| 375 | 2026-02-11T22:53:55.956Z | Downloaded time v0.3.43 |
| 376 | 2026-02-11T22:53:55.964Z | Downloaded serde_json v1.0.149 |
| 377 | 2026-02-11T22:53:55.971Z | Downloaded serde_with v3.16.1 |
| 378 | 2026-02-11T22:53:55.983Z | Downloaded winnow v0.7.14 |
| 379 | 2026-02-11T22:53:55.992Z | Downloaded icu_properties_data v1.5.0 |
| 380 | 2026-02-11T22:53:56.002Z | Downloaded goblin v0.10.2 |
| 381 | 2026-02-11T22:53:56.009Z | Downloaded zerocopy v0.8.27 |
| 382 | 2026-02-11T22:53:56.030Z | Downloaded chrono v0.4.43 |
| 383 | 2026-02-11T22:53:56.036Z | Downloaded syn v2.0.114 |
| 384 | 2026-02-11T22:53:56.046Z | Downloaded webpki-roots v1.0.1 |
| 385 | 2026-02-11T22:53:56.049Z | Downloaded regress v0.10.4 |
| 386 | 2026-02-11T22:53:56.056Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-02-11T22:53:56.061Z | Downloaded rustls-webpki v0.102.8 |
| 388 | 2026-02-11T22:53:56.078Z | Downloaded proptest v1.7.0 |
| 389 | 2026-02-11T22:53:56.085Z | Downloaded h2 v0.4.6 |
| 390 | 2026-02-11T22:53:56.091Z | Downloaded rustls v0.23.19 |
| 391 | 2026-02-11T22:53:56.102Z | Downloaded dropshot v0.16.7 |
| 392 | 2026-02-11T22:53:56.123Z | Downloaded regex-syntax v0.8.5 |
| 393 | 2026-02-11T22:53:56.129Z | Downloaded openapiv3 v2.2.0 |
| 394 | 2026-02-11T22:53:56.139Z | Downloaded rustls v0.22.4 |
| 395 | 2026-02-11T22:53:56.153Z | Downloaded rustix v1.1.3 |
| 396 | 2026-02-11T22:53:56.174Z | Downloaded hashbrown v0.16.1 |
| 397 | 2026-02-11T22:53:56.179Z | Downloaded reqwest v0.12.24 |
| 398 | 2026-02-11T22:53:56.185Z | Downloaded hyper v1.8.1 |
| 399 | 2026-02-11T22:53:56.191Z | Downloaded tinystr v0.7.6 |
| 400 | 2026-02-11T22:53:56.194Z | Downloaded term v1.1.0 |
| 401 | 2026-02-11T22:53:56.197Z | Downloaded shlex v1.3.0 |
| 402 | 2026-02-11T22:53:56.197Z | Downloaded foldhash v0.2.0 |
| 403 | 2026-02-11T22:53:56.200Z | Downloaded displaydoc v0.2.5 |
| 404 | 2026-02-11T22:53:56.203Z | Downloaded typify-macro v0.4.3 |
| 405 | 2026-02-11T22:53:56.203Z | Downloaded multer v3.1.0 |
| 406 | 2026-02-11T22:53:56.206Z | Downloaded futures-macro v0.3.31 |
| 407 | 2026-02-11T22:53:56.206Z | Downloaded quick-error v1.2.3 |
| 408 | 2026-02-11T22:53:56.206Z | Downloaded pest_derive v2.8.2 |
| 409 | 2026-02-11T22:53:56.209Z | Downloaded typify-impl v0.4.3 |
| 410 | 2026-02-11T22:53:56.220Z | Downloaded pin-utils v0.1.0 |
| 411 | 2026-02-11T22:53:56.224Z | Downloaded fnv v1.0.7 |
| 412 | 2026-02-11T22:53:56.224Z | Downloaded regex-automata v0.4.11 |
| 413 | 2026-02-11T22:53:56.238Z | Downloaded colored v3.0.0 |
| 414 | 2026-02-11T22:53:56.242Z | Downloaded pin-project-lite v0.2.14 |
| 415 | 2026-02-11T22:53:56.245Z | Downloaded memchr v2.7.4 |
| 416 | 2026-02-11T22:53:56.248Z | Downloaded match_cfg v0.1.0 |
| 417 | 2026-02-11T22:53:56.251Z | Downloaded itoa v1.0.11 |
| 418 | 2026-02-11T22:53:56.251Z | Downloaded libc v0.2.180 |
| 419 | 2026-02-11T22:53:56.280Z | Downloaded cfg-if v1.0.4 |
| 420 | 2026-02-11T22:53:56.284Z | Downloaded async-trait v0.1.89 |
| 421 | 2026-02-11T22:53:56.287Z | Downloaded async-stream-impl v0.3.6 |
| 422 | 2026-02-11T22:53:56.301Z | Downloaded tokio v1.49.0 |
| 423 | 2026-02-11T22:53:56.359Z | Downloaded encoding_rs v0.8.34 |
| 424 | 2026-02-11T22:53:56.377Z | Downloaded ring v0.17.14 |
| 425 | 2026-02-11T22:53:56.487Z | Compiling proc-macro2 v1.0.101 |
| 426 | 2026-02-11T22:53:56.491Z | Compiling unicode-ident v1.0.19 |
| 427 | 2026-02-11T22:53:56.491Z | Compiling libc v0.2.180 |
| 428 | 2026-02-11T22:53:56.491Z | Compiling autocfg v1.4.0 |
| 429 | 2026-02-11T22:53:56.491Z | Checking cfg-if v1.0.4 |
| 430 | 2026-02-11T22:53:56.491Z | Compiling serde_core v1.0.228 |
| 431 | 2026-02-11T22:53:56.491Z | Checking memchr v2.7.4 |
| 432 | 2026-02-11T22:53:56.617Z | Compiling zmij v1.0.15 |
| 433 | 2026-02-11T22:53:56.704Z | Compiling serde_json v1.0.149 |
| 434 | 2026-02-11T22:53:56.821Z | Checking itoa v1.0.11 |
| 435 | 2026-02-11T22:53:57.057Z | Compiling serde v1.0.228 |
| 436 | 2026-02-11T22:53:57.264Z | Compiling thiserror v2.0.18 |
| 437 | 2026-02-11T22:53:57.691Z | Compiling getrandom v0.3.4 |
| 438 | 2026-02-11T22:53:57.870Z | Checking pin-project-lite v0.2.14 |
| 439 | 2026-02-11T22:53:58.252Z | Checking smallvec v1.15.1 |
| 440 | 2026-02-11T22:53:58.267Z | Checking futures-core v0.3.31 |
| 441 | 2026-02-11T22:53:58.470Z | Checking bytes v1.11.1 |
| 442 | 2026-02-11T22:53:58.485Z | Compiling num-traits v0.2.19 |
| 443 | 2026-02-11T22:53:58.523Z | Checking once_cell v1.21.3 |
| 444 | 2026-02-11T22:53:58.576Z | Compiling quote v1.0.40 |
| 445 | 2026-02-11T22:53:58.679Z | Compiling lock_api v0.4.12 |
| 446 | 2026-02-11T22:53:59.054Z | Compiling syn v2.0.114 |
| 447 | 2026-02-11T22:53:59.067Z | Compiling parking_lot_core v0.9.10 |
| 448 | 2026-02-11T22:53:59.116Z | Checking scopeguard v1.2.0 |
| 449 | 2026-02-11T22:53:59.235Z | Checking allocator-api2 v0.2.21 |
| 450 | 2026-02-11T22:53:59.426Z | Compiling slab v0.4.9 |
| 451 | 2026-02-11T22:53:59.824Z | Checking futures-sink v0.3.31 |
| 452 | 2026-02-11T22:53:59.872Z | Compiling shlex v1.3.0 |
| 453 | 2026-02-11T22:53:59.875Z | Compiling heck v0.5.0 |
| 454 | 2026-02-11T22:53:59.968Z | Checking iana-time-zone v0.1.63 |
| 455 | 2026-02-11T22:54:00.145Z | Checking equivalent v1.0.2 |
| 456 | 2026-02-11T22:54:00.194Z | Compiling cc v1.2.30 |
| 457 | 2026-02-11T22:54:00.223Z | Checking parking_lot v0.12.3 |
| 458 | 2026-02-11T22:54:00.284Z | Checking signal-hook-registry v1.4.2 |
| 459 | 2026-02-11T22:54:00.395Z | Checking getrandom v0.2.15 |
| 460 | 2026-02-11T22:54:00.556Z | Checking socket2 v0.6.1 |
| 461 | 2026-02-11T22:54:00.559Z | Checking mio v1.0.2 |
| 462 | 2026-02-11T22:54:00.604Z | Compiling schemars v0.8.22 |
| 463 | 2026-02-11T22:54:00.620Z | Checking stable_deref_trait v1.2.0 |
| 464 | 2026-02-11T22:54:01.036Z | Checking dyn-clone v1.0.20 |
| 465 | 2026-02-11T22:54:01.054Z | Checking futures-channel v0.3.31 |
| 466 | 2026-02-11T22:54:01.086Z | Checking http v1.4.0 |
| 467 | 2026-02-11T22:54:01.199Z | Checking pin-utils v0.1.0 |
| 468 | 2026-02-11T22:54:01.213Z | Checking log v0.4.29 |
| 469 | 2026-02-11T22:54:01.290Z | Checking semver v1.0.27 |
| 470 | 2026-02-11T22:54:01.421Z | Checking uuid v1.19.0 |
| 471 | 2026-02-11T22:54:01.502Z | Compiling rustversion v1.0.22 |
| 472 | 2026-02-11T22:54:01.726Z | Checking hashbrown v0.16.1 |
| 473 | 2026-02-11T22:54:02.078Z | Checking futures-io v0.3.31 |
| 474 | 2026-02-11T22:54:02.260Z | Checking futures-task v0.3.31 |
| 475 | 2026-02-11T22:54:02.273Z | Checking rustls-pki-types v1.10.0 |
| 476 | 2026-02-11T22:54:02.812Z | Checking fnv v1.0.7 |
| 477 | 2026-02-11T22:54:02.829Z | Checking litemap v0.7.3 |
| 478 | 2026-02-11T22:54:02.844Z | Checking untrusted v0.9.0 |
| 479 | 2026-02-11T22:54:02.947Z | Checking writeable v0.5.5 |
| 480 | 2026-02-11T22:54:03.002Z | Compiling version_check v0.9.5 |
| 481 | 2026-02-11T22:54:03.053Z | Compiling ring v0.17.14 |
| 482 | 2026-02-11T22:54:03.175Z | Checking indexmap v2.13.0 |
| 483 | 2026-02-11T22:54:03.298Z | Compiling ucd-trie v0.1.7 |
| 484 | 2026-02-11T22:54:03.425Z | Compiling httparse v1.9.5 |
| 485 | 2026-02-11T22:54:03.594Z | Checking byteorder v1.5.0 |
| 486 | 2026-02-11T22:54:03.990Z | Checking http-body v1.0.1 |
| 487 | 2026-02-11T22:54:04.147Z | Checking tracing-core v0.1.32 |
| 488 | 2026-02-11T22:54:04.202Z | Checking bitflags v2.9.4 |
| 489 | 2026-02-11T22:54:04.475Z | Checking atomic-waker v1.1.2 |
| 490 | 2026-02-11T22:54:04.489Z | Compiling foldhash v0.1.5 |
| 491 | 2026-02-11T22:54:04.622Z | Checking subtle v2.6.1 |
| 492 | 2026-02-11T22:54:04.765Z | Checking zeroize v1.8.1 |
| 493 | 2026-02-11T22:54:04.779Z | Checking percent-encoding v2.3.2 |
| 494 | 2026-02-11T22:54:04.781Z | Checking icu_locid_transform_data v1.5.0 |
| 495 | 2026-02-11T22:54:04.998Z | Compiling zerocopy v0.8.27 |
| 496 | 2026-02-11T22:54:05.012Z | Compiling hashbrown v0.15.4 |
| 497 | 2026-02-11T22:54:05.015Z | Checking tracing v0.1.40 |
| 498 | 2026-02-11T22:54:05.206Z | Compiling chrono v0.4.43 |
| 499 | 2026-02-11T22:54:05.693Z | Checking tower-layer v0.3.3 |
| 500 | 2026-02-11T22:54:05.745Z | Checking try-lock v0.2.5 |
| 501 | 2026-02-11T22:54:05.820Z | Checking base64 v0.22.1 |
| 502 | 2026-02-11T22:54:05.917Z | Checking icu_properties_data v1.5.0 |
| 503 | 2026-02-11T22:54:05.952Z | Checking tower-service v0.3.3 |
| 504 | 2026-02-11T22:54:06.079Z | Compiling serde_derive_internals v0.29.1 |
| 505 | 2026-02-11T22:54:06.105Z | Compiling synstructure v0.13.1 |
| 506 | 2026-02-11T22:54:06.133Z | Checking want v0.3.1 |
| 507 | 2026-02-11T22:54:06.245Z | Compiling regress v0.10.4 |
| 508 | 2026-02-11T22:54:06.329Z | Compiling slog v2.8.2 |
| 509 | 2026-02-11T22:54:06.646Z | Checking utf16_iter v1.0.5 |
| 510 | 2026-02-11T22:54:06.690Z | Checking utf8_iter v1.0.4 |
| 511 | 2026-02-11T22:54:06.819Z | Checking write16 v1.0.0 |
| 512 | 2026-02-11T22:54:06.900Z | Checking icu_normalizer_data v1.5.0 |
| 513 | 2026-02-11T22:54:06.964Z | Checking httpdate v1.0.3 |
| 514 | 2026-02-11T22:54:07.097Z | Compiling rustls v0.23.19 |
| 515 | 2026-02-11T22:54:07.251Z | Checking form_urlencoded v1.2.2 |
| 516 | 2026-02-11T22:54:07.324Z | Compiling aho-corasick v1.1.3 |
| 517 | 2026-02-11T22:54:07.462Z | Compiling regex-syntax v0.8.5 |
| 518 | 2026-02-11T22:54:07.499Z | Compiling typenum v1.17.0 |
| 519 | 2026-02-11T22:54:08.414Z | Checking ipnet v2.11.0 |
| 520 | 2026-02-11T22:54:08.972Z | Compiling generic-array v0.14.7 |
| 521 | 2026-02-11T22:54:09.353Z | Checking rustls-webpki v0.102.8 |
| 522 | 2026-02-11T22:54:09.368Z | Checking sync_wrapper v1.0.1 |
| 523 | 2026-02-11T22:54:09.508Z | Checking ryu v1.0.18 |
| 524 | 2026-02-11T22:54:09.640Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-02-11T22:54:09.747Z | Compiling thiserror-impl v2.0.18 |
| 526 | 2026-02-11T22:54:10.106Z | Compiling schemars_derive v0.8.22 |
| 527 | 2026-02-11T22:54:11.047Z | Compiling zerofrom-derive v0.1.4 |
| 528 | 2026-02-11T22:54:11.111Z | Compiling tokio-macros v2.6.0 |
| 529 | 2026-02-11T22:54:12.171Z | Compiling yoke-derive v0.7.4 |
| 530 | 2026-02-11T22:54:12.529Z | Compiling zerovec-derive v0.10.3 |
| 531 | 2026-02-11T22:54:12.604Z | Checking tokio v1.49.0 |
| 532 | 2026-02-11T22:54:12.700Z | Compiling displaydoc v0.2.5 |
| 533 | 2026-02-11T22:54:12.840Z | Compiling futures-macro v0.3.31 |
| 534 | 2026-02-11T22:54:13.070Z | Compiling icu_provider_macros v1.5.0 |
| 535 | 2026-02-11T22:54:13.875Z | Checking zerofrom v0.1.4 |
| 536 | 2026-02-11T22:54:14.091Z | Compiling pest v2.8.2 |
| 537 | 2026-02-11T22:54:14.109Z | Compiling zerocopy-derive v0.8.27 |
| 538 | 2026-02-11T22:54:14.163Z | Compiling zerocopy-derive v0.7.35 |
| 539 | 2026-02-11T22:54:14.443Z | Checking yoke v0.7.4 |
| 540 | 2026-02-11T22:54:14.608Z | Checking futures-util v0.3.31 |
| 541 | 2026-02-11T22:54:14.808Z | Compiling regex-automata v0.4.11 |
| 542 | 2026-02-11T22:54:14.832Z | Checking zerovec v0.10.4 |
| 543 | 2026-02-11T22:54:15.877Z | Checking zerocopy v0.7.35 |
| 544 | 2026-02-11T22:54:17.022Z | Checking tinystr v0.7.6 |
| 545 | 2026-02-11T22:54:17.103Z | Compiling pest_meta v2.8.2 |
| 546 | 2026-02-11T22:54:17.193Z | Checking icu_collections v1.5.0 |
| 547 | 2026-02-11T22:54:17.376Z | Compiling serde_tokenstream v0.2.2 |
| 548 | 2026-02-11T22:54:17.494Z | Checking icu_locid v1.5.0 |
| 549 | 2026-02-11T22:54:17.925Z | Checking erased-serde v0.3.31 |
| 550 | 2026-02-11T22:54:18.518Z | Checking icu_provider v1.5.0 |
| 551 | 2026-02-11T22:54:18.991Z | Compiling pest_generator v2.8.2 |
| 552 | 2026-02-11T22:54:19.166Z | Checking icu_locid_transform v1.5.0 |
| 553 | 2026-02-11T22:54:19.588Z | Checking tokio-util v0.7.15 |
| 554 | 2026-02-11T22:54:19.702Z | Checking ppv-lite86 v0.2.20 |
| 555 | 2026-02-11T22:54:20.239Z | Checking icu_properties v1.5.1 |
| 556 | 2026-02-11T22:54:20.403Z | Checking h2 v0.4.6 |
| 557 | 2026-02-11T22:54:20.450Z | Compiling typify-impl v0.4.3 |
| 558 | 2026-02-11T22:54:20.743Z | Compiling pest_derive v2.8.2 |
| 559 | 2026-02-11T22:54:20.758Z | Compiling paste v1.0.15 |
| 560 | 2026-02-11T22:54:20.928Z | Checking ipnetwork v0.21.1 |
| 561 | 2026-02-11T22:54:21.311Z | Checking oxnet v0.1.4 |
| 562 | 2026-02-11T22:54:21.644Z | Checking tower v0.5.2 |
| 563 | 2026-02-11T22:54:21.717Z | Compiling regex v1.11.3 |
| 564 | 2026-02-11T22:54:22.524Z | Checking serde_urlencoded v0.7.1 |
| 565 | 2026-02-11T22:54:22.616Z | Compiling structmeta-derive v0.3.0 |
| 566 | 2026-02-11T22:54:22.960Z | Compiling scroll_derive v0.13.1 |
| 567 | 2026-02-11T22:54:23.580Z | Checking icu_normalizer v1.5.0 |
| 568 | 2026-02-11T22:54:24.405Z | Checking idna_adapter v1.2.0 |
| 569 | 2026-02-11T22:54:24.536Z | Checking hyper v1.8.1 |
| 570 | 2026-02-11T22:54:24.624Z | Checking idna v1.0.3 |
| 571 | 2026-02-11T22:54:24.828Z | Checking http-body-util v0.1.3 |
| 572 | 2026-02-11T22:54:25.078Z | Checking webpki-roots v1.0.1 |
| 573 | 2026-02-11T22:54:25.134Z | Checking tokio-rustls v0.26.0 |
| 574 | 2026-02-11T22:54:25.253Z | Checking iri-string v0.7.8 |
| 575 | 2026-02-11T22:54:25.279Z | Compiling num-conv v0.1.0 |
| 576 | 2026-02-11T22:54:25.517Z | Compiling rustix v1.1.3 |
| 577 | 2026-02-11T22:54:25.570Z | Checking powerfmt v0.2.0 |
| 578 | 2026-02-11T22:54:25.873Z | Compiling time-core v0.1.6 |
| 579 | 2026-02-11T22:54:26.139Z | Compiling usdt-impl v0.6.0 |
| 580 | 2026-02-11T22:54:26.187Z | Compiling time-macros v0.2.24 |
| 581 | 2026-02-11T22:54:26.403Z | Compiling dof v0.4.0 |
| 582 | 2026-02-11T22:54:26.626Z | Compiling thread-id v5.0.0 |
| 583 | 2026-02-11T22:54:26.641Z | Checking hyper-util v0.1.19 |
| 584 | 2026-02-11T22:54:26.656Z | Checking deranged v0.5.3 |
| 585 | 2026-02-11T22:54:27.468Z | Checking url v2.5.4 |
| 586 | 2026-02-11T22:54:27.925Z | Compiling structmeta v0.3.0 |
| 587 | 2026-02-11T22:54:27.949Z | Checking tower-http v0.6.6 |
| 588 | 2026-02-11T22:54:28.291Z | Checking scroll v0.13.0 |
| 589 | 2026-02-11T22:54:28.706Z | Compiling dtrace-parser v0.3.0 |
| 590 | 2026-02-11T22:54:28.783Z | Checking rand_core v0.9.3 |
| 591 | 2026-02-11T22:54:29.105Z | Checking errno v0.3.12 |
| 592 | 2026-02-11T22:54:29.119Z | Checking hyper-rustls v0.27.7 |
| 593 | 2026-02-11T22:54:29.188Z | Checking plain v0.2.3 |
| 594 | 2026-02-11T22:54:29.422Z | Compiling strsim v0.11.1 |
| 595 | 2026-02-11T22:54:29.473Z | Compiling crossbeam-utils v0.8.21 |
| 596 | 2026-02-11T22:54:29.641Z | Compiling ident_case v1.0.1 |
| 597 | 2026-02-11T22:54:29.721Z | Compiling typify-macro v0.4.3 |
| 598 | 2026-02-11T22:54:29.887Z | Checking num_threads v0.1.7 |
| 599 | 2026-02-11T22:54:30.032Z | Checking time v0.3.43 |
| 600 | 2026-02-11T22:54:30.234Z | Compiling darling_core v0.21.0 |
| 601 | 2026-02-11T22:54:30.688Z | Checking reqwest v0.12.24 |
| 602 | 2026-02-11T22:54:31.598Z | Checking goblin v0.10.2 |
| 603 | 2026-02-11T22:54:32.098Z | Compiling openapiv3 v2.2.0 |
| 604 | 2026-02-11T22:54:32.600Z | Checking newtype-uuid v1.3.2 |
| 605 | 2026-02-11T22:54:32.970Z | Compiling typify v0.4.3 |
| 606 | 2026-02-11T22:54:33.211Z | Compiling daft-derive v0.1.4 |
| 607 | 2026-02-11T22:54:33.354Z | Compiling omicron-workspace-hack v0.1.0 |
| 608 | 2026-02-11T22:54:33.728Z | Compiling unsafe-libyaml v0.2.11 |
| 609 | 2026-02-11T22:54:34.299Z | Checking fastrand v2.1.1 |
| 610 | 2026-02-11T22:54:34.647Z | Compiling rustls v0.22.4 |
| 611 | 2026-02-11T22:54:35.146Z | Checking pretty-hex v0.4.1 |
| 612 | 2026-02-11T22:54:35.356Z | Compiling serde_yaml v0.9.34+deprecated |
| 613 | 2026-02-11T22:54:35.494Z | Checking daft v0.1.4 |
| 614 | 2026-02-11T22:54:35.531Z | Checking tempfile v3.24.0 |
| 615 | 2026-02-11T22:54:35.618Z | Compiling darling_macro v0.21.0 |
| 616 | 2026-02-11T22:54:35.938Z | Compiling progenitor-impl v0.11.2 |
| 617 | 2026-02-11T22:54:36.248Z | Checking rand_chacha v0.9.0 |
| 618 | 2026-02-11T22:54:36.498Z | Checking block-buffer v0.10.4 |
| 619 | 2026-02-11T22:54:36.548Z | Checking crypto-common v0.1.6 |
| 620 | 2026-02-11T22:54:36.601Z | Compiling multer v3.1.0 |
| 621 | 2026-02-11T22:54:36.634Z | Checking rand_core v0.6.4 |
| 622 | 2026-02-11T22:54:36.712Z | Checking thread_local v1.1.8 |
| 623 | 2026-02-11T22:54:36.857Z | Checking wait-timeout v0.2.0 |
| 624 | 2026-02-11T22:54:36.871Z | Compiling slog-async v2.8.0 |
| 625 | 2026-02-11T22:54:36.945Z | Compiling camino v1.2.2 |
| 626 | 2026-02-11T22:54:36.998Z | Checking winnow v0.7.14 |
| 627 | 2026-02-11T22:54:37.014Z | Checking bit-vec v0.8.0 |
| 628 | 2026-02-11T22:54:37.055Z | Compiling anyhow v1.0.99 |
| 629 | 2026-02-11T22:54:37.387Z | Compiling thiserror v1.0.69 |
| 630 | 2026-02-11T22:54:37.421Z | Checking quick-error v1.2.3 |
| 631 | 2026-02-11T22:54:37.570Z | Compiling ref-cast v1.0.25 |
| 632 | 2026-02-11T22:54:37.585Z | Checking match_cfg v0.1.0 |
| 633 | 2026-02-11T22:54:37.678Z | Checking hostname v0.3.1 |
| 634 | 2026-02-11T22:54:37.818Z | Checking rusty-fork v0.3.0 |
| 635 | 2026-02-11T22:54:38.145Z | Checking bit-set v0.8.0 |
| 636 | 2026-02-11T22:54:38.190Z | Checking rand_chacha v0.3.1 |
| 637 | 2026-02-11T22:54:38.220Z | Checking crossbeam-channel v0.5.15 |
| 638 | 2026-02-11T22:54:38.302Z | Checking digest v0.10.7 |
| 639 | 2026-02-11T22:54:38.407Z | Compiling darling v0.21.0 |
| 640 | 2026-02-11T22:54:38.538Z | Checking rand v0.9.2 |
| 641 | 2026-02-11T22:54:38.633Z | Checking progenitor-client v0.11.2 |
| 642 | 2026-02-11T22:54:38.941Z | Checking slog-json v2.6.1 |
| 643 | 2026-02-11T22:54:39.038Z | Compiling usdt-attr-macro v0.6.0 |
| 644 | 2026-02-11T22:54:39.200Z | Compiling usdt-macro v0.6.0 |
| 645 | 2026-02-11T22:54:39.216Z | Checking rand_xorshift v0.4.0 |
| 646 | 2026-02-11T22:54:39.406Z | Compiling derive-ex v0.1.8 |
| 647 | 2026-02-11T22:54:39.548Z | Checking futures-executor v0.3.31 |
| 648 | 2026-02-11T22:54:39.701Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 649 | 2026-02-11T22:54:39.794Z | Compiling thiserror-impl v1.0.69 |
| 650 | 2026-02-11T22:54:40.421Z | Compiling ref-cast-impl v1.0.25 |
| 651 | 2026-02-11T22:54:40.464Z | Compiling async-stream-impl v0.3.6 |
| 652 | 2026-02-11T22:54:40.519Z | Compiling strum_macros v0.26.4 |
| 653 | 2026-02-11T22:54:40.551Z | Compiling dropshot v0.16.7 |
| 654 | 2026-02-11T22:54:40.941Z | Checking serde_spanned v1.0.4 |
| 655 | 2026-02-11T22:54:41.164Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 656 | 2026-02-11T22:54:41.269Z | Compiling progenitor-macro v0.11.2 |
| 657 | 2026-02-11T22:54:41.566Z | Checking memmap2 v0.9.8 |
| 658 | 2026-02-11T22:54:41.605Z | Checking is-terminal v0.4.13 |
| 659 | 2026-02-11T22:54:41.713Z | Checking encoding_rs v0.8.34 |
| 660 | 2026-02-11T22:54:41.738Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 661 | 2026-02-11T22:54:41.857Z | Checking term v1.1.0 |
| 662 | 2026-02-11T22:54:42.056Z | Checking unarray v0.1.4 |
| 663 | 2026-02-11T22:54:42.081Z | Checking take_mut v0.2.2 |
| 664 | 2026-02-11T22:54:42.214Z | Checking cpufeatures v0.2.14 |
| 665 | 2026-02-11T22:54:42.253Z | Checking hex v0.4.3 |
| 666 | 2026-02-11T22:54:42.288Z | Checking unicode-width v0.1.14 |
| 667 | 2026-02-11T22:54:42.309Z | Checking spin v0.9.8 |
| 668 | 2026-02-11T22:54:42.378Z | Checking lazy_static v1.5.0 |
| 669 | 2026-02-11T22:54:42.492Z | Checking mime v0.3.17 |
| 670 | 2026-02-11T22:54:42.520Z | Checking proptest v1.7.0 |
| 671 | 2026-02-11T22:54:42.710Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 672 | 2026-02-11T22:54:42.798Z | Checking tabwriter v1.4.0 |
| 673 | 2026-02-11T22:54:42.887Z | Checking sha1 v0.10.6 |
| 674 | 2026-02-11T22:54:42.974Z | Checking slog-term v2.9.2 |
| 675 | 2026-02-11T22:54:43.115Z | Compiling test-strategy v0.4.3 |
| 676 | 2026-02-11T22:54:43.182Z | Checking toml v0.9.11+spec-1.1.0 |
| 677 | 2026-02-11T22:54:43.370Z | Checking tokio-rustls v0.25.0 |
| 678 | 2026-02-11T22:54:43.543Z | Checking usdt v0.6.0 |
| 679 | 2026-02-11T22:54:43.732Z | Checking async-stream v0.3.6 |
| 680 | 2026-02-11T22:54:43.964Z | Checking futures v0.3.31 |
| 681 | 2026-02-11T22:54:44.000Z | Checking slog-bunyan v2.5.0 |
| 682 | 2026-02-11T22:54:44.079Z | Checking rand v0.8.5 |
| 683 | 2026-02-11T22:54:44.181Z | Compiling serde_with_macros v3.16.1 |
| 684 | 2026-02-11T22:54:44.396Z | Checking strum v0.26.3 |
| 685 | 2026-02-11T22:54:44.719Z | Compiling parse-display-derive v0.10.0 |
| 686 | 2026-02-11T22:54:44.970Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 687 | 2026-02-11T22:54:44.985Z | Compiling dropshot_endpoint v0.16.7 |
| 688 | 2026-02-11T22:54:45.316Z | Compiling newtype-uuid-macros v0.1.0 |
| 689 | 2026-02-11T22:54:45.404Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 690 | 2026-02-11T22:54:46.214Z | Compiling async-trait v0.1.89 |
| 691 | 2026-02-11T22:54:46.318Z | Compiling strum_macros v0.27.2 |
| 692 | 2026-02-11T22:54:46.613Z | Checking waitgroup v0.1.2 |
| 693 | 2026-02-11T22:54:46.633Z | Checking rustls-pemfile v2.2.0 |
| 694 | 2026-02-11T22:54:46.770Z | Checking serde_path_to_error v0.1.20 |
| 695 | 2026-02-11T22:54:46.867Z | Checking hostname v0.4.2 |
| 696 | 2026-02-11T22:54:46.935Z | Checking instant v0.1.13 |
| 697 | 2026-02-11T22:54:47.020Z | Checking colored v3.0.0 |
| 698 | 2026-02-11T22:54:47.040Z | Checking rustc-hash v2.1.1 |
| 699 | 2026-02-11T22:54:47.227Z | Checking debug-ignore v1.0.5 |
| 700 | 2026-02-11T22:54:47.370Z | Checking foldhash v0.2.0 |
| 701 | 2026-02-11T22:54:47.396Z | Checking either v1.15.0 |
| 702 | 2026-02-11T22:54:47.410Z | Checking backoff v0.4.0 |
| 703 | 2026-02-11T22:54:47.634Z | Checking iddqd v0.3.16 |
| 704 | 2026-02-11T22:54:47.717Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 705 | 2026-02-11T22:54:47.784Z | Checking itertools v0.14.0 |
| 706 | 2026-02-11T22:54:48.131Z | Checking parse-display v0.10.0 |
| 707 | 2026-02-11T22:54:48.366Z | Checking serde_with v3.16.1 |
| 708 | 2026-02-11T22:54:48.394Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 709 | 2026-02-11T22:54:48.606Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 710 | 2026-02-11T22:54:48.777Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 711 | 2026-02-11T22:54:49.104Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 712 | 2026-02-11T22:54:49.570Z | Checking progenitor-client v0.10.0 |
| 713 | 2026-02-11T22:54:49.832Z | Checking macaddr v1.0.1 |
| 714 | 2026-02-11T22:54:50.556Z | Checking strum v0.27.2 |
| 715 | 2026-02-11T22:54:51.238Z | Checking progenitor v0.11.2 |
| 716 | 2026-02-11T22:54:51.368Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 717 | 2026-02-11T22:54:55.252Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 718 | 2026-02-11T22:55:03.793Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 719 | 2026-02-11T22:55:03.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 720 | 2026-02-11T22:55:04.007Z | + cargo build --release |
| 721 | 2026-02-11T22:55:04.316Z | Compiling proc-macro2 v1.0.101 |
| 722 | 2026-02-11T22:55:04.317Z | Compiling unicode-ident v1.0.19 |
| 723 | 2026-02-11T22:55:04.321Z | Compiling libc v0.2.180 |
| 724 | 2026-02-11T22:55:04.321Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-02-11T22:55:04.321Z | Compiling autocfg v1.4.0 |
| 726 | 2026-02-11T22:55:04.321Z | Compiling serde_core v1.0.228 |
| 727 | 2026-02-11T22:55:04.321Z | Compiling zmij v1.0.15 |
| 728 | 2026-02-11T22:55:04.321Z | Compiling memchr v2.7.4 |
| 729 | 2026-02-11T22:55:04.474Z | Compiling serde_json v1.0.149 |
| 730 | 2026-02-11T22:55:04.528Z | Compiling itoa v1.0.11 |
| 731 | 2026-02-11T22:55:04.792Z | Compiling serde v1.0.228 |
| 732 | 2026-02-11T22:55:04.842Z | Compiling thiserror v2.0.18 |
| 733 | 2026-02-11T22:55:05.532Z | Compiling getrandom v0.3.4 |
| 734 | 2026-02-11T22:55:06.101Z | Compiling pin-project-lite v0.2.14 |
| 735 | 2026-02-11T22:55:06.230Z | Compiling smallvec v1.15.1 |
| 736 | 2026-02-11T22:55:06.524Z | Compiling quote v1.0.40 |
| 737 | 2026-02-11T22:55:06.533Z | Compiling bytes v1.11.1 |
| 738 | 2026-02-11T22:55:06.639Z | Compiling futures-core v0.3.31 |
| 739 | 2026-02-11T22:55:06.744Z | Compiling num-traits v0.2.19 |
| 740 | 2026-02-11T22:55:06.784Z | Compiling once_cell v1.21.3 |
| 741 | 2026-02-11T22:55:06.904Z | Compiling syn v2.0.114 |
| 742 | 2026-02-11T22:55:07.065Z | Compiling lock_api v0.4.12 |
| 743 | 2026-02-11T22:55:07.093Z | Compiling parking_lot_core v0.9.10 |
| 744 | 2026-02-11T22:55:07.486Z | Compiling allocator-api2 v0.2.21 |
| 745 | 2026-02-11T22:55:07.566Z | Compiling scopeguard v1.2.0 |
| 746 | 2026-02-11T22:55:08.298Z | Compiling slab v0.4.9 |
| 747 | 2026-02-11T22:55:08.427Z | Compiling equivalent v1.0.2 |
| 748 | 2026-02-11T22:55:08.563Z | Compiling futures-sink v0.3.31 |
| 749 | 2026-02-11T22:55:08.573Z | Compiling shlex v1.3.0 |
| 750 | 2026-02-11T22:55:08.671Z | Compiling iana-time-zone v0.1.63 |
| 751 | 2026-02-11T22:55:08.709Z | Compiling heck v0.5.0 |
| 752 | 2026-02-11T22:55:08.884Z | Compiling cc v1.2.30 |
| 753 | 2026-02-11T22:55:08.902Z | Compiling parking_lot v0.12.3 |
| 754 | 2026-02-11T22:55:09.122Z | Compiling signal-hook-registry v1.4.2 |
| 755 | 2026-02-11T22:55:09.397Z | Compiling mio v1.0.2 |
| 756 | 2026-02-11T22:55:09.601Z | Compiling socket2 v0.6.1 |
| 757 | 2026-02-11T22:55:10.662Z | Compiling getrandom v0.2.15 |
| 758 | 2026-02-11T22:55:10.943Z | Compiling schemars v0.8.22 |
| 759 | 2026-02-11T22:55:11.019Z | Compiling stable_deref_trait v1.2.0 |
| 760 | 2026-02-11T22:55:11.028Z | Compiling semver v1.0.27 |
| 761 | 2026-02-11T22:55:11.124Z | Compiling uuid v1.19.0 |
| 762 | 2026-02-11T22:55:11.395Z | Compiling dyn-clone v1.0.20 |
| 763 | 2026-02-11T22:55:11.656Z | Compiling futures-channel v0.3.31 |
| 764 | 2026-02-11T22:55:11.711Z | Compiling http v1.4.0 |
| 765 | 2026-02-11T22:55:11.829Z | Compiling ring v0.17.14 |
| 766 | 2026-02-11T22:55:12.126Z | Compiling rustversion v1.0.22 |
| 767 | 2026-02-11T22:55:12.432Z | Compiling pin-utils v0.1.0 |
| 768 | 2026-02-11T22:55:12.487Z | Compiling log v0.4.29 |
| 769 | 2026-02-11T22:55:12.526Z | Compiling hashbrown v0.16.1 |
| 770 | 2026-02-11T22:55:12.813Z | Compiling rustls-pki-types v1.10.0 |
| 771 | 2026-02-11T22:55:12.849Z | Compiling futures-io v0.3.31 |
| 772 | 2026-02-11T22:55:12.913Z | Compiling futures-task v0.3.31 |
| 773 | 2026-02-11T22:55:13.976Z | Compiling version_check v0.9.5 |
| 774 | 2026-02-11T22:55:14.153Z | Compiling litemap v0.7.3 |
| 775 | 2026-02-11T22:55:14.436Z | Compiling serde_derive_internals v0.29.1 |
| 776 | 2026-02-11T22:55:14.559Z | Compiling synstructure v0.13.1 |
| 777 | 2026-02-11T22:55:14.564Z | Compiling writeable v0.5.5 |
| 778 | 2026-02-11T22:55:14.607Z | Compiling untrusted v0.9.0 |
| 779 | 2026-02-11T22:55:14.820Z | Compiling fnv v1.0.7 |
| 780 | 2026-02-11T22:55:15.213Z | Compiling indexmap v2.13.0 |
| 781 | 2026-02-11T22:55:15.633Z | Compiling byteorder v1.5.0 |
| 782 | 2026-02-11T22:55:15.674Z | Compiling ucd-trie v0.1.7 |
| 783 | 2026-02-11T22:55:16.080Z | Compiling zerocopy v0.8.27 |
| 784 | 2026-02-11T22:55:16.095Z | Compiling httparse v1.9.5 |
| 785 | 2026-02-11T22:55:16.289Z | Compiling http-body v1.0.1 |
| 786 | 2026-02-11T22:55:16.541Z | Compiling tracing-core v0.1.32 |
| 787 | 2026-02-11T22:55:16.803Z | Compiling foldhash v0.1.5 |
| 788 | 2026-02-11T22:55:17.102Z | Compiling subtle v2.6.1 |
| 789 | 2026-02-11T22:55:17.378Z | Compiling bitflags v2.9.4 |
| 790 | 2026-02-11T22:55:17.382Z | Compiling icu_locid_transform_data v1.5.0 |
| 791 | 2026-02-11T22:55:17.516Z | Compiling percent-encoding v2.3.2 |
| 792 | 2026-02-11T22:55:17.695Z | Compiling zeroize v1.8.1 |
| 793 | 2026-02-11T22:55:17.714Z | Compiling atomic-waker v1.1.2 |
| 794 | 2026-02-11T22:55:17.776Z | Compiling hashbrown v0.15.4 |
| 795 | 2026-02-11T22:55:17.927Z | Compiling serde_derive v1.0.228 |
| 796 | 2026-02-11T22:55:18.017Z | Compiling thiserror-impl v2.0.18 |
| 797 | 2026-02-11T22:55:18.030Z | Compiling schemars_derive v0.8.22 |
| 798 | 2026-02-11T22:55:18.178Z | Compiling zerofrom-derive v0.1.4 |
| 799 | 2026-02-11T22:55:18.741Z | Compiling yoke-derive v0.7.4 |
| 800 | 2026-02-11T22:55:18.976Z | Compiling tokio-macros v2.6.0 |
| 801 | 2026-02-11T22:55:20.558Z | Compiling tokio v1.49.0 |
| 802 | 2026-02-11T22:55:20.768Z | Compiling zerovec-derive v0.10.3 |
| 803 | 2026-02-11T22:55:20.996Z | Compiling displaydoc v0.2.5 |
| 804 | 2026-02-11T22:55:21.006Z | Compiling zerofrom v0.1.4 |
| 805 | 2026-02-11T22:55:21.023Z | Compiling futures-macro v0.3.31 |
| 806 | 2026-02-11T22:55:21.234Z | Compiling yoke v0.7.4 |
| 807 | 2026-02-11T22:55:21.767Z | Compiling icu_provider_macros v1.5.0 |
| 808 | 2026-02-11T22:55:22.447Z | Compiling pest v2.8.2 |
| 809 | 2026-02-11T22:55:22.769Z | Compiling futures-util v0.3.31 |
| 810 | 2026-02-11T22:55:22.820Z | Compiling zerocopy-derive v0.8.27 |
| 811 | 2026-02-11T22:55:22.976Z | Compiling chrono v0.4.43 |
| 812 | 2026-02-11T22:55:23.055Z | Compiling zerovec v0.10.4 |
| 813 | 2026-02-11T22:55:25.336Z | Compiling tinystr v0.7.6 |
| 814 | 2026-02-11T22:55:25.797Z | Compiling icu_locid v1.5.0 |
| 815 | 2026-02-11T22:55:25.948Z | Compiling serde_tokenstream v0.2.2 |
| 816 | 2026-02-11T22:55:25.998Z | Compiling rustls-webpki v0.102.8 |
| 817 | 2026-02-11T22:55:26.035Z | Compiling icu_collections v1.5.0 |
| 818 | 2026-02-11T22:55:26.509Z | Compiling pest_meta v2.8.2 |
| 819 | 2026-02-11T22:55:29.193Z | Compiling icu_provider v1.5.0 |
| 820 | 2026-02-11T22:55:30.011Z | Compiling icu_locid_transform v1.5.0 |
| 821 | 2026-02-11T22:55:30.450Z | Compiling tokio-util v0.7.15 |
| 822 | 2026-02-11T22:55:31.496Z | Compiling tracing v0.1.40 |
| 823 | 2026-02-11T22:55:32.570Z | Compiling icu_properties_data v1.5.0 |
| 824 | 2026-02-11T22:55:32.600Z | Compiling base64 v0.22.1 |
| 825 | 2026-02-11T22:55:32.812Z | Compiling tower-service v0.3.3 |
| 826 | 2026-02-11T22:55:32.944Z | Compiling try-lock v0.2.5 |
| 827 | 2026-02-11T22:55:33.118Z | Compiling tower-layer v0.3.3 |
| 828 | 2026-02-11T22:55:33.558Z | Compiling want v0.3.1 |
| 829 | 2026-02-11T22:55:33.587Z | Compiling icu_properties v1.5.1 |
| 830 | 2026-02-11T22:55:33.645Z | Compiling h2 v0.4.6 |
| 831 | 2026-02-11T22:55:33.988Z | Compiling pest_generator v2.8.2 |
| 832 | 2026-02-11T22:55:34.400Z | Compiling regress v0.10.4 |
| 833 | 2026-02-11T22:55:36.264Z | Compiling zerocopy-derive v0.7.35 |
| 834 | 2026-02-11T22:55:36.709Z | Compiling slog v2.8.2 |
| 835 | 2026-02-11T22:55:37.126Z | Compiling icu_normalizer_data v1.5.0 |
| 836 | 2026-02-11T22:55:37.243Z | Compiling httpdate v1.0.3 |
| 837 | 2026-02-11T22:55:37.478Z | Compiling utf16_iter v1.0.5 |
| 838 | 2026-02-11T22:55:37.728Z | Compiling rustls v0.23.19 |
| 839 | 2026-02-11T22:55:38.018Z | Compiling utf8_iter v1.0.4 |
| 840 | 2026-02-11T22:55:38.138Z | Compiling write16 v1.0.0 |
| 841 | 2026-02-11T22:55:38.300Z | Compiling icu_normalizer v1.5.0 |
| 842 | 2026-02-11T22:55:38.307Z | Compiling zerocopy v0.7.35 |
| 843 | 2026-02-11T22:55:38.453Z | Compiling typify-impl v0.4.3 |
| 844 | 2026-02-11T22:55:39.537Z | Compiling hyper v1.8.1 |
| 845 | 2026-02-11T22:55:39.957Z | Compiling pest_derive v2.8.2 |
| 846 | 2026-02-11T22:55:40.522Z | Compiling erased-serde v0.3.31 |
| 847 | 2026-02-11T22:55:40.913Z | Compiling form_urlencoded v1.2.2 |
| 848 | 2026-02-11T22:55:41.448Z | Compiling aho-corasick v1.1.3 |
| 849 | 2026-02-11T22:55:42.172Z | Compiling regex-syntax v0.8.5 |
| 850 | 2026-02-11T22:55:43.758Z | Compiling ipnet v2.11.0 |
| 851 | 2026-02-11T22:55:45.152Z | Compiling typenum v1.17.0 |
| 852 | 2026-02-11T22:55:46.675Z | Compiling hyper-util v0.1.19 |
| 853 | 2026-02-11T22:55:47.996Z | Compiling typify-macro v0.4.3 |
| 854 | 2026-02-11T22:55:50.239Z | Compiling regex-automata v0.4.11 |
| 855 | 2026-02-11T22:55:50.447Z | Compiling ppv-lite86 v0.2.20 |
| 856 | 2026-02-11T22:55:51.299Z | Compiling idna_adapter v1.2.0 |
| 857 | 2026-02-11T22:55:51.303Z | Compiling ipnetwork v0.21.1 |
| 858 | 2026-02-11T22:55:51.538Z | Compiling generic-array v0.14.7 |
| 859 | 2026-02-11T22:55:51.557Z | Compiling sync_wrapper v1.0.1 |
| 860 | 2026-02-11T22:55:51.953Z | Compiling ryu v1.0.18 |
| 861 | 2026-02-11T22:55:52.608Z | Compiling paste v1.0.15 |
| 862 | 2026-02-11T22:55:53.462Z | Compiling serde_urlencoded v0.7.1 |
| 863 | 2026-02-11T22:55:54.122Z | Compiling oxnet v0.1.4 |
| 864 | 2026-02-11T22:55:54.700Z | Compiling regex v1.11.3 |
| 865 | 2026-02-11T22:55:55.632Z | Compiling tower v0.5.2 |
| 866 | 2026-02-11T22:55:55.946Z | Compiling idna v1.0.3 |
| 867 | 2026-02-11T22:55:56.926Z | Compiling scroll_derive v0.13.1 |
| 868 | 2026-02-11T22:55:58.062Z | Compiling tokio-rustls v0.26.0 |
| 869 | 2026-02-11T22:55:58.570Z | Compiling structmeta-derive v0.3.0 |
| 870 | 2026-02-11T22:55:58.800Z | Compiling http-body-util v0.1.3 |
| 871 | 2026-02-11T22:55:58.893Z | Compiling webpki-roots v1.0.1 |
| 872 | 2026-02-11T22:55:59.356Z | Compiling iri-string v0.7.8 |
| 873 | 2026-02-11T22:55:59.796Z | Compiling num-conv v0.1.0 |
| 874 | 2026-02-11T22:56:00.044Z | Compiling rustix v1.1.3 |
| 875 | 2026-02-11T22:56:00.095Z | Compiling time-core v0.1.6 |
| 876 | 2026-02-11T22:56:00.402Z | Compiling usdt-impl v0.6.0 |
| 877 | 2026-02-11T22:56:00.714Z | Compiling powerfmt v0.2.0 |
| 878 | 2026-02-11T22:56:00.921Z | Compiling structmeta v0.3.0 |
| 879 | 2026-02-11T22:56:01.167Z | Compiling deranged v0.5.3 |
| 880 | 2026-02-11T22:56:01.212Z | Compiling time-macros v0.2.24 |
| 881 | 2026-02-11T22:56:01.221Z | Compiling dof v0.4.0 |
| 882 | 2026-02-11T22:56:01.280Z | Compiling hyper-rustls v0.27.7 |
| 883 | 2026-02-11T22:56:02.658Z | Compiling scroll v0.13.0 |
| 884 | 2026-02-11T22:56:03.252Z | Compiling tower-http v0.6.6 |
| 885 | 2026-02-11T22:56:04.181Z | Compiling url v2.5.4 |
| 886 | 2026-02-11T22:56:05.111Z | Compiling thread-id v5.0.0 |
| 887 | 2026-02-11T22:56:05.452Z | Compiling dtrace-parser v0.3.0 |
| 888 | 2026-02-11T22:56:06.464Z | Compiling rand_core v0.9.3 |
| 889 | 2026-02-11T22:56:06.932Z | Compiling errno v0.3.12 |
| 890 | 2026-02-11T22:56:07.215Z | Compiling crossbeam-utils v0.8.21 |
| 891 | 2026-02-11T22:56:08.369Z | Compiling ident_case v1.0.1 |
| 892 | 2026-02-11T22:56:08.517Z | Compiling omicron-workspace-hack v0.1.0 |
| 893 | 2026-02-11T22:56:08.564Z | Compiling plain v0.2.3 |
| 894 | 2026-02-11T22:56:08.759Z | Compiling num_threads v0.1.7 |
| 895 | 2026-02-11T22:56:09.741Z | Compiling strsim v0.11.1 |
| 896 | 2026-02-11T22:56:10.328Z | Compiling darling_core v0.21.0 |
| 897 | 2026-02-11T22:56:13.521Z | Compiling time v0.3.43 |
| 898 | 2026-02-11T22:56:14.657Z | Compiling goblin v0.10.2 |
| 899 | 2026-02-11T22:56:18.946Z | Compiling reqwest v0.12.24 |
| 900 | 2026-02-11T22:56:20.420Z | Compiling openapiv3 v2.2.0 |
| 901 | 2026-02-11T22:56:22.360Z | Compiling typify v0.4.3 |
| 902 | 2026-02-11T22:56:22.486Z | Compiling newtype-uuid v1.3.2 |
| 903 | 2026-02-11T22:56:24.723Z | Compiling daft-derive v0.1.4 |
| 904 | 2026-02-11T22:56:26.285Z | Compiling unsafe-libyaml v0.2.11 |
| 905 | 2026-02-11T22:56:27.908Z | Compiling rustls v0.22.4 |
| 906 | 2026-02-11T22:56:28.590Z | Compiling fastrand v2.1.1 |
| 907 | 2026-02-11T22:56:29.295Z | Compiling pretty-hex v0.4.1 |
| 908 | 2026-02-11T22:56:30.038Z | Compiling tempfile v3.24.0 |
| 909 | 2026-02-11T22:56:30.471Z | Compiling serde_yaml v0.9.34+deprecated |
| 910 | 2026-02-11T22:56:32.054Z | Compiling daft v0.1.4 |
| 911 | 2026-02-11T22:56:32.605Z | Compiling progenitor-impl v0.11.2 |
| 912 | 2026-02-11T22:56:33.834Z | Compiling darling_macro v0.21.0 |
| 913 | 2026-02-11T22:56:35.404Z | Compiling rand_chacha v0.9.0 |
| 914 | 2026-02-11T22:56:36.706Z | Compiling crypto-common v0.1.6 |
| 915 | 2026-02-11T22:56:36.713Z | Compiling block-buffer v0.10.4 |
| 916 | 2026-02-11T22:56:36.949Z | Compiling multer v3.1.0 |
| 917 | 2026-02-11T22:56:36.980Z | Compiling rand_core v0.6.4 |
| 918 | 2026-02-11T22:56:37.358Z | Compiling thread_local v1.1.8 |
| 919 | 2026-02-11T22:56:37.470Z | Compiling wait-timeout v0.2.0 |
| 920 | 2026-02-11T22:56:38.245Z | Compiling anyhow v1.0.99 |
| 921 | 2026-02-11T22:56:38.329Z | Compiling match_cfg v0.1.0 |
| 922 | 2026-02-11T22:56:38.433Z | Compiling camino v1.2.2 |
| 923 | 2026-02-11T22:56:38.538Z | Compiling winnow v0.7.14 |
| 924 | 2026-02-11T22:56:38.849Z | Compiling slog-async v2.8.0 |
| 925 | 2026-02-11T22:56:39.030Z | Compiling ref-cast v1.0.25 |
| 926 | 2026-02-11T22:56:39.386Z | Compiling quick-error v1.2.3 |
| 927 | 2026-02-11T22:56:39.541Z | Compiling thiserror v1.0.69 |
| 928 | 2026-02-11T22:56:39.642Z | Compiling bit-vec v0.8.0 |
| 929 | 2026-02-11T22:56:39.935Z | Compiling rusty-fork v0.3.0 |
| 930 | 2026-02-11T22:56:40.257Z | Compiling bit-set v0.8.0 |
| 931 | 2026-02-11T22:56:40.620Z | Compiling hostname v0.3.1 |
| 932 | 2026-02-11T22:56:40.870Z | Compiling progenitor-macro v0.11.2 |
| 933 | 2026-02-11T22:56:41.069Z | Compiling rand_chacha v0.3.1 |
| 934 | 2026-02-11T22:56:41.928Z | Compiling digest v0.10.7 |
| 935 | 2026-02-11T22:56:42.373Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 936 | 2026-02-11T22:56:42.521Z | Compiling rand v0.9.2 |
| 937 | 2026-02-11T22:56:42.625Z | Compiling darling v0.21.0 |
| 938 | 2026-02-11T22:56:42.737Z | Compiling crossbeam-channel v0.5.15 |
| 939 | 2026-02-11T22:56:44.352Z | Compiling progenitor-client v0.11.2 |
| 940 | 2026-02-11T22:56:45.398Z | Compiling slog-json v2.6.1 |
| 941 | 2026-02-11T22:56:45.668Z | Compiling usdt-attr-macro v0.6.0 |
| 942 | 2026-02-11T22:56:45.884Z | Compiling usdt-macro v0.6.0 |
| 943 | 2026-02-11T22:56:47.134Z | Compiling rand_xorshift v0.4.0 |
| 944 | 2026-02-11T22:56:47.202Z | Compiling derive-ex v0.1.8 |
| 945 | 2026-02-11T22:56:47.394Z | Compiling futures-executor v0.3.31 |
| 946 | 2026-02-11T22:56:48.423Z | Compiling strum_macros v0.26.4 |
| 947 | 2026-02-11T22:56:51.005Z | Compiling ref-cast-impl v1.0.25 |
| 948 | 2026-02-11T22:56:51.656Z | Compiling thiserror-impl v1.0.69 |
| 949 | 2026-02-11T22:56:51.704Z | Compiling async-stream-impl v0.3.6 |
| 950 | 2026-02-11T22:56:52.173Z | Compiling dropshot v0.16.7 |
| 951 | 2026-02-11T22:56:52.416Z | Compiling serde_spanned v1.0.4 |
| 952 | 2026-02-11T22:56:52.573Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 953 | 2026-02-11T22:56:52.647Z | Compiling memmap2 v0.9.8 |
| 954 | 2026-02-11T22:56:52.935Z | Compiling is-terminal v0.4.13 |
| 955 | 2026-02-11T22:56:53.079Z | Compiling encoding_rs v0.8.34 |
| 956 | 2026-02-11T22:56:53.194Z | Compiling term v1.1.0 |
| 957 | 2026-02-11T22:56:53.436Z | Compiling unarray v0.1.4 |
| 958 | 2026-02-11T22:56:53.633Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 959 | 2026-02-11T22:56:54.156Z | Compiling take_mut v0.2.2 |
| 960 | 2026-02-11T22:56:54.298Z | Compiling mime v0.3.17 |
| 961 | 2026-02-11T22:56:54.318Z | Compiling unicode-width v0.1.14 |
| 962 | 2026-02-11T22:56:54.913Z | Compiling lazy_static v1.5.0 |
| 963 | 2026-02-11T22:56:55.065Z | Compiling cpufeatures v0.2.14 |
| 964 | 2026-02-11T22:56:55.173Z | Compiling spin v0.9.8 |
| 965 | 2026-02-11T22:56:55.321Z | Compiling hex v0.4.3 |
| 966 | 2026-02-11T22:56:55.373Z | Compiling sha1 v0.10.6 |
| 967 | 2026-02-11T22:56:55.990Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 968 | 2026-02-11T22:56:56.280Z | Compiling proptest v1.7.0 |
| 969 | 2026-02-11T22:56:57.633Z | Compiling tabwriter v1.4.0 |
| 970 | 2026-02-11T22:56:58.900Z | Compiling toml v0.9.11+spec-1.1.0 |
| 971 | 2026-02-11T22:57:00.278Z | Compiling slog-term v2.9.2 |
| 972 | 2026-02-11T22:57:01.782Z | Compiling usdt v0.6.0 |
| 973 | 2026-02-11T22:57:03.206Z | Compiling async-stream v0.3.6 |
| 974 | 2026-02-11T22:57:03.620Z | Compiling strum v0.26.3 |
| 975 | 2026-02-11T22:57:03.808Z | Compiling progenitor v0.11.2 |
| 976 | 2026-02-11T22:57:03.828Z | Compiling test-strategy v0.4.3 |
| 977 | 2026-02-11T22:57:03.913Z | Compiling tokio-rustls v0.25.0 |
| 978 | 2026-02-11T22:57:03.989Z | Compiling futures v0.3.31 |
| 979 | 2026-02-11T22:57:04.198Z | Compiling slog-bunyan v2.5.0 |
| 980 | 2026-02-11T22:57:04.366Z | Compiling serde_with_macros v3.16.1 |
| 981 | 2026-02-11T22:57:04.522Z | Compiling rand v0.8.5 |
| 982 | 2026-02-11T22:57:07.021Z | Compiling parse-display-derive v0.10.0 |
| 983 | 2026-02-11T22:57:07.847Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 984 | 2026-02-11T22:57:08.257Z | Compiling newtype-uuid-macros v0.1.0 |
| 985 | 2026-02-11T22:57:09.587Z | Compiling dropshot_endpoint v0.16.7 |
| 986 | 2026-02-11T22:57:09.941Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 987 | 2026-02-11T22:57:10.574Z | Compiling strum_macros v0.27.2 |
| 988 | 2026-02-11T22:57:10.816Z | Compiling async-trait v0.1.89 |
| 989 | 2026-02-11T22:57:11.141Z | Compiling waitgroup v0.1.2 |
| 990 | 2026-02-11T22:57:11.404Z | Compiling rustls-pemfile v2.2.0 |
| 991 | 2026-02-11T22:57:11.900Z | Compiling serde_path_to_error v0.1.20 |
| 992 | 2026-02-11T22:57:12.872Z | Compiling hostname v0.4.2 |
| 993 | 2026-02-11T22:57:13.099Z | Compiling instant v0.1.13 |
| 994 | 2026-02-11T22:57:13.131Z | Compiling either v1.15.0 |
| 995 | 2026-02-11T22:57:13.267Z | Compiling debug-ignore v1.0.5 |
| 996 | 2026-02-11T22:57:13.429Z | Compiling colored v3.0.0 |
| 997 | 2026-02-11T22:57:13.500Z | Compiling foldhash v0.2.0 |
| 998 | 2026-02-11T22:57:13.584Z | Compiling rustc-hash v2.1.1 |
| 999 | 2026-02-11T22:57:13.787Z | Compiling itertools v0.14.0 |
| 1000 | 2026-02-11T22:57:14.080Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1001 | 2026-02-11T22:57:14.756Z | Compiling iddqd v0.3.16 |
| 1002 | 2026-02-11T22:57:15.211Z | Compiling strum v0.27.2 |
| 1003 | 2026-02-11T22:57:16.059Z | Compiling backoff v0.4.0 |
| 1004 | 2026-02-11T22:57:16.411Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1005 | 2026-02-11T22:57:16.655Z | Compiling parse-display v0.10.0 |
| 1006 | 2026-02-11T22:57:17.340Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1007 | 2026-02-11T22:57:18.470Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1008 | 2026-02-11T22:57:18.769Z | Compiling serde_with v3.16.1 |
| 1009 | 2026-02-11T22:57:19.026Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1010 | 2026-02-11T22:57:21.813Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1011 | 2026-02-11T22:57:22.452Z | Compiling progenitor-client v0.10.0 |
| 1012 | 2026-02-11T22:57:22.651Z | Compiling macaddr v1.0.1 |
| 1013 | 2026-02-11T22:57:23.201Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-02-11T22:57:36.306Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-02-11T22:57:48.871Z | Finished `release` profile [optimized] target(s) in 2m 44s |
| 1016 | 2026-02-11T22:57:48.938Z | process exited: duration 244124 ms, exit code 0 |
| |
| 1017 | 2026-02-11T22:57:48.944Z | found 0 output files |