|
|
|
| 1 | 2026-08-21T17:17:31.887Z | job assigned to worker 01M0JN6K3JNE8F7JMQA5JPCNHA [factory aws, i-0538bfc09ac8b179f] (queued for 53 s) |
| |
| 2 | 2026-08-21T17:17:38.822Z | starting task 0: "setup" |
| 3 | 2026-08-21T17:17:38.826Z | ++ uname -s |
| 4 | 2026-08-21T17:17:38.829Z | + kern=SunOS |
| 5 | 2026-08-21T17:17:38.829Z | + build_user=build |
| 6 | 2026-08-21T17:17:38.829Z | + build_uid=12345 |
| 7 | 2026-08-21T17:17:38.829Z | + work_dir=/work |
| 8 | 2026-08-21T17:17:38.829Z | + input_dir=/input |
| 9 | 2026-08-21T17:17:38.829Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-21T17:17:38.829Z | + case "$kern" in |
| 11 | 2026-08-21T17:17:38.829Z | + groupadd -g 12345 build |
| 12 | 2026-08-21T17:17:38.829Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-21T17:17:40.834Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-21T17:17:40.953Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-21T17:17:40.956Z | + home_fs=zfs |
| 16 | 2026-08-21T17:17:40.956Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-21T17:17:40.956Z | + mkdir -p /home/build |
| 18 | 2026-08-21T17:17:40.956Z | + chown build:build /home/build /work |
| 19 | 2026-08-21T17:17:41.957Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-21T17:17:41.960Z | process exited: duration 3138 ms, exit code 0 |
| |
| 21 | 2026-08-21T17:17:41.966Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-21T17:17:41.969Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-21T17:17:41.969Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-21T17:17:41.969Z | * rust toolchain profile = "default" |
| 25 | 2026-08-21T17:17:41.969Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-21T17:17:41.969Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-21T17:17:41.972Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-21T17:17:41.972Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-21T17:17:41.972Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-21T17:17:42.076Z | info: downloading installer |
| 31 | 2026-08-21T17:17:43.417Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-21T17:17:43.417Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-21T17:17:43.417Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-21T17:17:43.417Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-21T17:17:43.429Z | info: profile set to default |
| 36 | 2026-08-21T17:17:43.429Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-21T17:17:43.432Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-21T17:17:43.555Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-21T17:17:43.559Z | info: downloading 6 components |
| 40 | 2026-08-21T17:17:57.728Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-21T17:17:57.728Z | |
| 42 | 2026-08-21T17:17:57.760Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-21T17:17:57.760Z | |
| 44 | 2026-08-21T17:17:57.760Z | |
| 45 | 2026-08-21T17:17:57.760Z | Rust is installed now. Great! |
| 46 | 2026-08-21T17:17:57.760Z | |
| 47 | 2026-08-21T17:17:57.760Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-21T17:17:57.760Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-21T17:17:57.760Z | |
| 50 | 2026-08-21T17:17:57.760Z | To configure your current shell, you need to source |
| 51 | 2026-08-21T17:17:57.761Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-21T17:17:57.761Z | |
| 53 | 2026-08-21T17:17:57.761Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-21T17:17:57.766Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-21T17:17:57.766Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-21T17:17:57.766Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-21T17:17:57.766Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-21T17:17:57.766Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-21T17:17:57.766Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-21T17:17:57.766Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-21T17:17:57.766Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-21T17:17:57.851Z | + rustup --version |
| 63 | 2026-08-21T17:17:57.858Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-21T17:17:57.861Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-21T17:17:57.879Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-21T17:17:57.882Z | + cargo --version |
| 67 | 2026-08-21T17:17:57.896Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-21T17:17:57.899Z | + rustc --version |
| 69 | 2026-08-21T17:17:57.918Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-21T17:17:57.921Z | process exited: duration 15953 ms, exit code 0 |
| |
| 71 | 2026-08-21T17:17:57.927Z | starting task 2: "authentication" |
| 72 | 2026-08-21T17:17:57.944Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-21T17:17:57.951Z | starting task 3: "clone repository" |
| 74 | 2026-08-21T17:17:57.954Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-21T17:17:57.957Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-21T17:17:57.985Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-21T17:18:10.770Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-21T17:18:10.771Z | + git fetch origin 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 |
| 79 | 2026-08-21T17:18:11.325Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-21T17:18:11.325Z | * branch 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 -> FETCH_HEAD |
| 81 | 2026-08-21T17:18:11.367Z | + [[ -n ben/multiple-eips-in-database-blueprints ]] |
| 82 | 2026-08-21T17:18:11.367Z | ++ git branch --show-current |
| 83 | 2026-08-21T17:18:11.367Z | + current=main |
| 84 | 2026-08-21T17:18:11.367Z | + [[ main != ben/multiple-eips-in-database-blueprints ]] |
| 85 | 2026-08-21T17:18:11.367Z | + git branch -f ben/multiple-eips-in-database-blueprints 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 |
| 86 | 2026-08-21T17:18:11.367Z | + git checkout -f ben/multiple-eips-in-database-blueprints |
| 87 | 2026-08-21T17:18:11.603Z | Switched to branch 'ben/multiple-eips-in-database-blueprints' |
| 88 | 2026-08-21T17:18:11.609Z | + git reset --hard 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 |
| 89 | 2026-08-21T17:18:11.627Z | HEAD is now at 230b14bb6 Support multiple external IPs for services in blueprint tables |
| 90 | 2026-08-21T17:18:11.637Z | process exited: duration 13676 ms, exit code 0 |
| |
| 91 | 2026-08-21T17:18:11.658Z | starting task 4: "build" |
| 92 | 2026-08-21T17:18:11.666Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-21T17:18:11.666Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-21T17:18:11.667Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-21T17:18:11.667Z | +++ uname -s |
| 96 | 2026-08-21T17:18:11.667Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-21T17:18:11.667Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-21T17:18:11.667Z | + cargo --version |
| 99 | 2026-08-21T17:18:11.672Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-21T17:18:11.672Z | + rustc --version |
| 101 | 2026-08-21T17:18:11.695Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-21T17:18:11.701Z | + cd /tmp |
| 103 | 2026-08-21T17:18:11.702Z | + cargo new --lib test-project |
| 104 | 2026-08-21T17:18:11.722Z | Creating library `test-project` package |
| 105 | 2026-08-21T17:18:11.751Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 106 | 2026-08-21T17:18:11.756Z | + cd test-project |
| 107 | 2026-08-21T17:18:11.756Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 108 | 2026-08-21T17:18:11.796Z | Adding omicron-common (local) to dependencies |
| 109 | 2026-08-21T17:18:11.796Z | Features: |
| 110 | 2026-08-21T17:18:11.796Z | - proptest |
| 111 | 2026-08-21T17:18:11.797Z | - test-strategy |
| 112 | 2026-08-21T17:18:11.828Z | - testing |
| 113 | 2026-08-21T17:18:11.828Z | Updating crates.io index |
| 114 | 2026-08-21T17:18:11.828Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 115 | 2026-08-21T17:18:12.279Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 116 | 2026-08-21T17:18:14.899Z | Locking 376 packages to latest Rust 1.97.1 compatible versions |
| 117 | 2026-08-21T17:18:15.006Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-08-21T17:18:15.018Z | + cargo check |
| 119 | 2026-08-21T17:18:15.122Z | Updating crates.io index |
| 120 | 2026-08-21T17:18:15.589Z | Locking 1 package to latest Rust 1.97.1 compatible version |
| 121 | 2026-08-21T17:18:15.589Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-08-21T17:18:15.610Z | Downloading crates ... |
| 123 | 2026-08-21T17:18:15.678Z | Downloaded ref-cast v1.0.25 |
| 124 | 2026-08-21T17:18:15.694Z | Downloaded adler2 v2.0.1 |
| 125 | 2026-08-21T17:18:15.694Z | Downloaded ref-cast-impl v1.0.25 |
| 126 | 2026-08-21T17:18:15.694Z | Downloaded idna_adapter v1.2.1 |
| 127 | 2026-08-21T17:18:15.694Z | Downloaded itoa v1.0.17 |
| 128 | 2026-08-21T17:18:15.694Z | Downloaded scroll_derive v0.13.1 |
| 129 | 2026-08-21T17:18:15.695Z | Downloaded rand_pcg v0.10.2 |
| 130 | 2026-08-21T17:18:15.695Z | Downloaded futures-core v0.3.32 |
| 131 | 2026-08-21T17:18:15.695Z | Downloaded httpdate v1.0.3 |
| 132 | 2026-08-21T17:18:15.695Z | Downloaded rustc-hash v2.1.1 |
| 133 | 2026-08-21T17:18:15.695Z | Downloaded serde_spanned v1.1.1 |
| 134 | 2026-08-21T17:18:15.702Z | Downloaded getrandom v0.2.17 |
| 135 | 2026-08-21T17:18:15.702Z | Downloaded rand_xorshift v0.4.0 |
| 136 | 2026-08-21T17:18:15.702Z | Downloaded try-lock v0.2.5 |
| 137 | 2026-08-21T17:18:15.702Z | Downloaded futures-task v0.3.32 |
| 138 | 2026-08-21T17:18:15.710Z | Downloaded hex v0.4.3 |
| 139 | 2026-08-21T17:18:15.710Z | Downloaded openssl-probe v0.2.1 |
| 140 | 2026-08-21T17:18:15.710Z | Downloaded powerfmt v0.2.0 |
| 141 | 2026-08-21T17:18:15.710Z | Downloaded heck v0.5.0 |
| 142 | 2026-08-21T17:18:15.710Z | Downloaded serde_urlencoded v0.7.1 |
| 143 | 2026-08-21T17:18:15.710Z | Downloaded ipnet v2.12.0 |
| 144 | 2026-08-21T17:18:15.722Z | Downloaded generic-array v0.14.7 |
| 145 | 2026-08-21T17:18:15.722Z | Downloaded rand_chacha v0.3.1 |
| 146 | 2026-08-21T17:18:15.722Z | Downloaded sha1 v0.11.0 |
| 147 | 2026-08-21T17:18:15.722Z | Downloaded ident_case v1.0.1 |
| 148 | 2026-08-21T17:18:15.722Z | Downloaded progenitor-extras v0.2.0 |
| 149 | 2026-08-21T17:18:15.731Z | Downloaded futures-macro v0.3.32 |
| 150 | 2026-08-21T17:18:15.731Z | Downloaded hostname v0.4.2 |
| 151 | 2026-08-21T17:18:15.731Z | Downloaded futures-channel v0.3.32 |
| 152 | 2026-08-21T17:18:15.737Z | Downloaded humantime v2.3.0 |
| 153 | 2026-08-21T17:18:15.755Z | Downloaded pretty-hex v0.4.1 |
| 154 | 2026-08-21T17:18:15.780Z | Downloaded strsim v0.11.1 |
| 155 | 2026-08-21T17:18:15.780Z | Downloaded http-body-util v0.1.3 |
| 156 | 2026-08-21T17:18:15.780Z | Downloaded rustls-pemfile v2.2.0 |
| 157 | 2026-08-21T17:18:15.780Z | Downloaded rustversion v1.0.22 |
| 158 | 2026-08-21T17:18:15.780Z | Downloaded rand_core v0.9.5 |
| 159 | 2026-08-21T17:18:15.780Z | Downloaded rand_core v0.10.0 |
| 160 | 2026-08-21T17:18:15.780Z | Downloaded http-body v1.0.1 |
| 161 | 2026-08-21T17:18:15.780Z | Downloaded instant v0.1.13 |
| 162 | 2026-08-21T17:18:15.780Z | Downloaded tokio-macros v2.7.0 |
| 163 | 2026-08-21T17:18:15.780Z | Downloaded structmeta-derive v0.3.0 |
| 164 | 2026-08-21T17:18:15.780Z | Downloaded strum v0.27.2 |
| 165 | 2026-08-21T17:18:15.781Z | Downloaded tower-layer v0.3.3 |
| 166 | 2026-08-21T17:18:15.781Z | Downloaded percent-encoding v2.3.2 |
| 167 | 2026-08-21T17:18:15.781Z | Downloaded is-terminal v0.4.17 |
| 168 | 2026-08-21T17:18:15.781Z | Downloaded potential_utf v0.1.4 |
| 169 | 2026-08-21T17:18:15.781Z | Downloaded newtype-uuid-macros v0.1.0 |
| 170 | 2026-08-21T17:18:15.791Z | Downloaded time-core v0.1.8 |
| 171 | 2026-08-21T17:18:15.791Z | Downloaded subtle v2.6.1 |
| 172 | 2026-08-21T17:18:15.791Z | Downloaded take_mut v0.2.2 |
| 173 | 2026-08-21T17:18:15.791Z | Downloaded num-conv v0.2.0 |
| 174 | 2026-08-21T17:18:15.791Z | Downloaded slog-bunyan v2.5.0 |
| 175 | 2026-08-21T17:18:15.791Z | Downloaded plain v0.2.3 |
| 176 | 2026-08-21T17:18:15.791Z | Downloaded quinn-udp v0.5.14 |
| 177 | 2026-08-21T17:18:15.791Z | Downloaded serde_derive_internals v0.29.1 |
| 178 | 2026-08-21T17:18:15.791Z | Downloaded serde_path_to_error v0.1.20 |
| 179 | 2026-08-21T17:18:15.791Z | Downloaded macaddr v1.0.1 |
| 180 | 2026-08-21T17:18:15.791Z | Downloaded progenitor-client v0.14.0 |
| 181 | 2026-08-21T17:18:15.792Z | Downloaded jobserver v0.1.34 |
| 182 | 2026-08-21T17:18:15.792Z | Downloaded futures-io v0.3.32 |
| 183 | 2026-08-21T17:18:15.792Z | Downloaded thread-id v5.1.0 |
| 184 | 2026-08-21T17:18:15.792Z | Downloaded tinyvec_macros v0.1.1 |
| 185 | 2026-08-21T17:18:15.792Z | Downloaded tower-service v0.3.3 |
| 186 | 2026-08-21T17:18:15.792Z | Downloaded structmeta v0.3.0 |
| 187 | 2026-08-21T17:18:15.792Z | Downloaded futures-sink v0.3.32 |
| 188 | 2026-08-21T17:18:15.792Z | Downloaded match_cfg v0.1.0 |
| 189 | 2026-08-21T17:18:15.792Z | Downloaded omicron-workspace-hack v0.1.0 |
| 190 | 2026-08-21T17:18:15.792Z | Downloaded scopeguard v1.2.0 |
| 191 | 2026-08-21T17:18:15.792Z | Downloaded untrusted v0.9.0 |
| 192 | 2026-08-21T17:18:15.812Z | Downloaded quick-error v1.2.3 |
| 193 | 2026-08-21T17:18:15.812Z | Downloaded version_check v0.9.5 |
| 194 | 2026-08-21T17:18:15.812Z | Downloaded zerofrom-derive v0.1.6 |
| 195 | 2026-08-21T17:18:15.812Z | Downloaded mime v0.3.17 |
| 196 | 2026-08-21T17:18:15.812Z | Downloaded rusty-fork v0.3.1 |
| 197 | 2026-08-21T17:18:15.812Z | Downloaded serde_tokenstream v0.2.3 |
| 198 | 2026-08-21T17:18:15.812Z | Downloaded num_threads v0.1.7 |
| 199 | 2026-08-21T17:18:15.812Z | Downloaded lru-slab v0.1.2 |
| 200 | 2026-08-21T17:18:15.812Z | Downloaded thiserror-impl v2.0.18 |
| 201 | 2026-08-21T17:18:15.812Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 202 | 2026-08-21T17:18:15.854Z | Downloaded rand_core v0.6.4 |
| 203 | 2026-08-21T17:18:15.854Z | Downloaded synstructure v0.13.2 |
| 204 | 2026-08-21T17:18:15.854Z | Downloaded miniz_oxide v0.8.9 |
| 205 | 2026-08-21T17:18:15.854Z | Downloaded rand_chacha v0.9.0 |
| 206 | 2026-08-21T17:18:15.854Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 207 | 2026-08-21T17:18:15.854Z | Downloaded crypto-common v0.1.7 |
| 208 | 2026-08-21T17:18:15.855Z | Downloaded parse-display v0.10.0 |
| 209 | 2026-08-21T17:18:15.886Z | Downloaded bit-set v0.8.0 |
| 210 | 2026-08-21T17:18:15.887Z | Downloaded cfg-if v1.0.4 |
| 211 | 2026-08-21T17:18:15.887Z | Downloaded cfg_aliases v0.2.1 |
| 212 | 2026-08-21T17:18:15.887Z | Downloaded rustls-native-certs v0.8.3 |
| 213 | 2026-08-21T17:18:15.887Z | Downloaded dtrace-parser v0.3.0 |
| 214 | 2026-08-21T17:18:15.887Z | Downloaded quote v1.0.45 |
| 215 | 2026-08-21T17:18:15.887Z | Downloaded usdt v0.6.0 |
| 216 | 2026-08-21T17:18:15.887Z | Downloaded usdt-attr-macro v0.6.0 |
| 217 | 2026-08-21T17:18:15.887Z | Downloaded zerofrom v0.1.6 |
| 218 | 2026-08-21T17:18:15.887Z | Downloaded thiserror v2.0.18 |
| 219 | 2026-08-21T17:18:15.887Z | Downloaded hostname v0.3.1 |
| 220 | 2026-08-21T17:18:15.887Z | Downloaded block-buffer v0.12.1 |
| 221 | 2026-08-21T17:18:15.888Z | Downloaded errno v0.3.14 |
| 222 | 2026-08-21T17:18:15.888Z | Downloaded rustls-pki-types v1.14.0 |
| 223 | 2026-08-21T17:18:15.888Z | Downloaded schemars_derive v0.8.22 |
| 224 | 2026-08-21T17:18:15.888Z | Downloaded stable_deref_trait v1.2.1 |
| 225 | 2026-08-21T17:18:15.888Z | Downloaded strum_macros v0.27.2 |
| 226 | 2026-08-21T17:18:15.888Z | Downloaded sync_wrapper v1.0.2 |
| 227 | 2026-08-21T17:18:15.888Z | Downloaded time-macros v0.2.27 |
| 228 | 2026-08-21T17:18:15.888Z | Downloaded signal-hook-registry v1.4.8 |
| 229 | 2026-08-21T17:18:15.888Z | Downloaded futures-executor v0.3.32 |
| 230 | 2026-08-21T17:18:15.888Z | Downloaded ipnetwork v0.21.1 |
| 231 | 2026-08-21T17:18:15.888Z | Downloaded shlex v1.3.0 |
| 232 | 2026-08-21T17:18:15.888Z | Downloaded slog-async v2.8.0 |
| 233 | 2026-08-21T17:18:15.889Z | Downloaded parse-display-derive v0.10.0 |
| 234 | 2026-08-21T17:18:15.889Z | Downloaded slog-term v2.9.2 |
| 235 | 2026-08-21T17:18:15.889Z | Downloaded slab v0.4.12 |
| 236 | 2026-08-21T17:18:15.889Z | Downloaded tinystr v0.8.2 |
| 237 | 2026-08-21T17:18:15.889Z | Downloaded simd-adler32 v0.3.8 |
| 238 | 2026-08-21T17:18:15.889Z | Downloaded usdt-impl v0.6.0 |
| 239 | 2026-08-21T17:18:15.889Z | Downloaded ppv-lite86 v0.2.21 |
| 240 | 2026-08-21T17:18:15.889Z | Downloaded dof v0.4.0 |
| 241 | 2026-08-21T17:18:15.889Z | Downloaded dyn-clone v1.0.20 |
| 242 | 2026-08-21T17:18:15.889Z | Downloaded async-stream-impl v0.3.6 |
| 243 | 2026-08-21T17:18:15.889Z | Downloaded atomic-waker v1.1.2 |
| 244 | 2026-08-21T17:18:15.889Z | Downloaded oxnet v0.1.6 |
| 245 | 2026-08-21T17:18:15.890Z | Downloaded paste v1.0.15 |
| 246 | 2026-08-21T17:18:15.900Z | Downloaded form_urlencoded v1.2.2 |
| 247 | 2026-08-21T17:18:15.900Z | Downloaded block-buffer v0.10.4 |
| 248 | 2026-08-21T17:18:15.901Z | Downloaded fastrand v2.3.0 |
| 249 | 2026-08-21T17:18:15.901Z | Downloaded usdt-macro v0.6.0 |
| 250 | 2026-08-21T17:18:15.901Z | Downloaded serde_with_macros v3.21.0 |
| 251 | 2026-08-21T17:18:15.901Z | Downloaded zmij v1.0.21 |
| 252 | 2026-08-21T17:18:15.901Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 253 | 2026-08-21T17:18:15.901Z | Downloaded scroll v0.13.0 |
| 254 | 2026-08-21T17:18:15.901Z | Downloaded memchr v2.8.0 |
| 255 | 2026-08-21T17:18:15.901Z | Downloaded quinn v0.11.11 |
| 256 | 2026-08-21T17:18:15.901Z | Downloaded multer v3.1.0 |
| 257 | 2026-08-21T17:18:15.910Z | Downloaded slog-json v2.6.1 |
| 258 | 2026-08-21T17:18:15.911Z | Downloaded displaydoc v0.2.5 |
| 259 | 2026-08-21T17:18:15.911Z | Downloaded waitgroup v0.1.2 |
| 260 | 2026-08-21T17:18:15.911Z | Downloaded yoke-derive v0.8.1 |
| 261 | 2026-08-21T17:18:15.911Z | Downloaded compression-core v0.4.31 |
| 262 | 2026-08-21T17:18:15.911Z | Downloaded cpufeatures v0.2.17 |
| 263 | 2026-08-21T17:18:15.911Z | Downloaded cpufeatures v0.3.0 |
| 264 | 2026-08-21T17:18:15.911Z | Downloaded async-stream v0.3.6 |
| 265 | 2026-08-21T17:18:15.918Z | Downloaded semver v1.0.28 |
| 266 | 2026-08-21T17:18:15.919Z | Downloaded smallvec v1.15.1 |
| 267 | 2026-08-21T17:18:15.926Z | Downloaded hyper-rustls v0.27.7 |
| 268 | 2026-08-21T17:18:15.927Z | Downloaded pest_generator v2.8.6 |
| 269 | 2026-08-21T17:18:15.927Z | Downloaded hybrid-array v0.4.13 |
| 270 | 2026-08-21T17:18:15.927Z | Downloaded pest_derive v2.8.6 |
| 271 | 2026-08-21T17:18:15.927Z | Downloaded crypto-common v0.2.2 |
| 272 | 2026-08-21T17:18:15.927Z | Downloaded parking_lot v0.12.5 |
| 273 | 2026-08-21T17:18:15.927Z | Downloaded pin-project-lite v0.2.17 |
| 274 | 2026-08-21T17:18:15.931Z | Downloaded writeable v0.6.2 |
| 275 | 2026-08-21T17:18:15.931Z | Downloaded equivalent v1.0.2 |
| 276 | 2026-08-21T17:18:15.931Z | Downloaded serde_core v1.0.228 |
| 277 | 2026-08-21T17:18:15.931Z | Downloaded term v1.2.1 |
| 278 | 2026-08-21T17:18:15.931Z | Downloaded thread_local v1.1.9 |
| 279 | 2026-08-21T17:18:15.931Z | Downloaded tokio-rustls v0.26.4 |
| 280 | 2026-08-21T17:18:15.937Z | Downloaded unarray v0.1.4 |
| 281 | 2026-08-21T17:18:15.937Z | Downloaded want v0.3.1 |
| 282 | 2026-08-21T17:18:15.938Z | Downloaded dunce v1.0.5 |
| 283 | 2026-08-21T17:18:15.938Z | Downloaded deranged v0.5.8 |
| 284 | 2026-08-21T17:18:15.938Z | Downloaded zerovec-derive v0.11.2 |
| 285 | 2026-08-21T17:18:15.938Z | Downloaded memmap2 v0.9.10 |
| 286 | 2026-08-21T17:18:15.962Z | Downloaded litemap v0.8.1 |
| 287 | 2026-08-21T17:18:15.962Z | Downloaded once_cell v1.21.3 |
| 288 | 2026-08-21T17:18:15.962Z | Downloaded lock_api v0.4.14 |
| 289 | 2026-08-21T17:18:15.962Z | Downloaded newtype-uuid v1.3.2 |
| 290 | 2026-08-21T17:18:15.963Z | Downloaded parking_lot_core v0.9.12 |
| 291 | 2026-08-21T17:18:15.963Z | Downloaded spin v0.9.8 |
| 292 | 2026-08-21T17:18:15.963Z | Downloaded utf8_iter v1.0.4 |
| 293 | 2026-08-21T17:18:15.963Z | Downloaded atomicwrites v0.4.4 |
| 294 | 2026-08-21T17:18:15.963Z | Downloaded darling_macro v0.23.0 |
| 295 | 2026-08-21T17:18:15.963Z | Downloaded bit-vec v0.8.0 |
| 296 | 2026-08-21T17:18:15.963Z | Downloaded futures-util v0.3.32 |
| 297 | 2026-08-21T17:18:15.975Z | Downloaded httparse v1.10.1 |
| 298 | 2026-08-21T17:18:15.976Z | Downloaded yoke v0.8.1 |
| 299 | 2026-08-21T17:18:15.976Z | Downloaded debug-ignore v1.0.5 |
| 300 | 2026-08-21T17:18:15.976Z | Downloaded either v1.15.0 |
| 301 | 2026-08-21T17:18:15.976Z | Downloaded darling v0.23.0 |
| 302 | 2026-08-21T17:18:16.000Z | Downloaded erased-serde v0.3.31 |
| 303 | 2026-08-21T17:18:16.001Z | Downloaded ucd-trie v0.1.7 |
| 304 | 2026-08-21T17:18:16.001Z | Downloaded wait-timeout v0.2.1 |
| 305 | 2026-08-21T17:18:16.001Z | Downloaded foldhash v0.2.0 |
| 306 | 2026-08-21T17:18:16.001Z | Downloaded byte-wrapper v0.1.0 |
| 307 | 2026-08-21T17:18:16.001Z | Downloaded getrandom v0.4.3 |
| 308 | 2026-08-21T17:18:16.001Z | Downloaded iana-time-zone v0.1.65 |
| 309 | 2026-08-21T17:18:16.001Z | Downloaded icu_provider v2.1.1 |
| 310 | 2026-08-21T17:18:16.001Z | Downloaded serde_derive v1.0.228 |
| 311 | 2026-08-21T17:18:16.001Z | Downloaded schemars v0.8.22 |
| 312 | 2026-08-21T17:18:16.019Z | Downloaded crc32fast v1.5.0 |
| 313 | 2026-08-21T17:18:16.019Z | Downloaded getrandom v0.3.4 |
| 314 | 2026-08-21T17:18:16.019Z | Downloaded num-traits v0.2.19 |
| 315 | 2026-08-21T17:18:16.019Z | Downloaded rustls-platform-verifier v0.6.2 |
| 316 | 2026-08-21T17:18:16.020Z | Downloaded ryu v1.0.23 |
| 317 | 2026-08-21T17:18:16.020Z | Downloaded log v0.4.33 |
| 318 | 2026-08-21T17:18:16.020Z | Downloaded bs58 v0.5.1 |
| 319 | 2026-08-21T17:18:16.020Z | Downloaded socket2 v0.6.3 |
| 320 | 2026-08-21T17:18:16.020Z | Downloaded daft-derive v0.1.7 |
| 321 | 2026-08-21T17:18:16.020Z | Downloaded slog v2.8.2 |
| 322 | 2026-08-21T17:18:16.026Z | Downloaded daft v0.1.7 |
| 323 | 2026-08-21T17:18:16.026Z | Downloaded autocfg v1.5.0 |
| 324 | 2026-08-21T17:18:16.026Z | Downloaded byteorder v1.5.0 |
| 325 | 2026-08-21T17:18:16.026Z | Downloaded allocator-api2 v0.2.21 |
| 326 | 2026-08-21T17:18:16.026Z | Downloaded chacha20 v0.10.0 |
| 327 | 2026-08-21T17:18:16.026Z | Downloaded find-msvc-tools v0.1.9 |
| 328 | 2026-08-21T17:18:16.042Z | Downloaded anyhow v1.0.104 |
| 329 | 2026-08-21T17:18:16.042Z | Downloaded digest v0.11.3 |
| 330 | 2026-08-21T17:18:16.042Z | Downloaded icu_locale_core v2.1.1 |
| 331 | 2026-08-21T17:18:16.042Z | Downloaded icu_normalizer_data v2.1.1 |
| 332 | 2026-08-21T17:18:16.042Z | Downloaded icu_properties v2.1.2 |
| 333 | 2026-08-21T17:18:16.042Z | Downloaded tinyvec v1.10.0 |
| 334 | 2026-08-21T17:18:16.042Z | Downloaded zeroize v1.9.0 |
| 335 | 2026-08-21T17:18:16.042Z | Downloaded backoff v0.4.0 |
| 336 | 2026-08-21T17:18:16.046Z | Downloaded cmake v0.1.57 |
| 337 | 2026-08-21T17:18:16.046Z | Downloaded compression-codecs v0.4.37 |
| 338 | 2026-08-21T17:18:16.046Z | Downloaded icu_collections v2.1.1 |
| 339 | 2026-08-21T17:18:16.046Z | Downloaded sha2 v0.10.9 |
| 340 | 2026-08-21T17:18:16.050Z | Downloaded icu_normalizer v2.1.1 |
| 341 | 2026-08-21T17:18:16.050Z | Downloaded pest_meta v2.8.6 |
| 342 | 2026-08-21T17:18:16.050Z | Downloaded tracing-core v0.1.36 |
| 343 | 2026-08-21T17:18:16.053Z | Downloaded crossbeam-utils v0.8.21 |
| 344 | 2026-08-21T17:18:16.053Z | Downloaded async-trait v0.1.89 |
| 345 | 2026-08-21T17:18:16.053Z | Downloaded camino v1.2.5 |
| 346 | 2026-08-21T17:18:16.056Z | Downloaded bitflags v2.11.0 |
| 347 | 2026-08-21T17:18:16.056Z | Downloaded derive-ex v0.1.8 |
| 348 | 2026-08-21T17:18:16.060Z | Downloaded fnv v1.0.7 |
| 349 | 2026-08-21T17:18:16.060Z | Downloaded unicode-ident v1.0.24 |
| 350 | 2026-08-21T17:18:16.060Z | Downloaded digest v0.10.7 |
| 351 | 2026-08-21T17:18:16.060Z | Downloaded bytes v1.11.1 |
| 352 | 2026-08-21T17:18:16.064Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 353 | 2026-08-21T17:18:16.067Z | Downloaded futures v0.3.32 |
| 354 | 2026-08-21T17:18:16.067Z | Downloaded proc-macro2 v1.0.106 |
| 355 | 2026-08-21T17:18:16.067Z | Downloaded fs_extra v1.3.0 |
| 356 | 2026-08-21T17:18:16.070Z | Downloaded tempfile v3.27.0 |
| 357 | 2026-08-21T17:18:16.073Z | Downloaded hyper-util v0.1.20 |
| 358 | 2026-08-21T17:18:16.076Z | Downloaded test-strategy v0.4.5 |
| 359 | 2026-08-21T17:18:16.079Z | Downloaded indexmap v2.14.0 |
| 360 | 2026-08-21T17:18:16.086Z | Downloaded url v2.5.8 |
| 361 | 2026-08-21T17:18:16.090Z | Downloaded const-oid v0.10.2 |
| 362 | 2026-08-21T17:18:16.090Z | Downloaded http v1.4.2 |
| 363 | 2026-08-21T17:18:16.093Z | Downloaded backon v1.6.0 |
| 364 | 2026-08-21T17:18:16.097Z | Downloaded mio v1.2.0 |
| 365 | 2026-08-21T17:18:16.097Z | Downloaded rand v0.8.6 |
| 366 | 2026-08-21T17:18:16.100Z | Downloaded crossbeam-channel v0.5.15 |
| 367 | 2026-08-21T17:18:16.106Z | Downloaded serde v1.0.228 |
| 368 | 2026-08-21T17:18:16.106Z | Downloaded rustls-webpki v0.103.13 |
| 369 | 2026-08-21T17:18:16.106Z | Downloaded hashbrown v0.16.1 |
| 370 | 2026-08-21T17:18:16.121Z | Downloaded h2 v0.4.15 |
| 371 | 2026-08-21T17:18:16.129Z | Downloaded pest v2.8.6 |
| 372 | 2026-08-21T17:18:16.129Z | Downloaded hashbrown v0.17.0 |
| 373 | 2026-08-21T17:18:16.134Z | Downloaded itertools v0.14.0 |
| 374 | 2026-08-21T17:18:16.134Z | Downloaded base64 v0.22.1 |
| 375 | 2026-08-21T17:18:16.134Z | Downloaded uuid v1.23.4 |
| 376 | 2026-08-21T17:18:16.134Z | Downloaded dropshot_endpoint v0.17.1 |
| 377 | 2026-08-21T17:18:16.140Z | Downloaded rand v0.9.2 |
| 378 | 2026-08-21T17:18:16.147Z | Downloaded icu_properties_data v2.1.2 |
| 379 | 2026-08-21T17:18:16.147Z | Downloaded idna v1.1.0 |
| 380 | 2026-08-21T17:18:16.158Z | Downloaded iri-string v0.7.10 |
| 381 | 2026-08-21T17:18:16.158Z | Downloaded zerotrie v0.2.3 |
| 382 | 2026-08-21T17:18:16.158Z | Downloaded darling_core v0.23.0 |
| 383 | 2026-08-21T17:18:16.181Z | Downloaded winnow v1.0.3 |
| 384 | 2026-08-21T17:18:16.181Z | Downloaded hyper v1.10.1 |
| 385 | 2026-08-21T17:18:16.182Z | Downloaded flate2 v1.1.9 |
| 386 | 2026-08-21T17:18:16.193Z | Downloaded iddqd v0.4.2 |
| 387 | 2026-08-21T17:18:16.193Z | Downloaded proptest v1.11.0 |
| 388 | 2026-08-21T17:18:16.193Z | Downloaded tower v0.5.3 |
| 389 | 2026-08-21T17:18:16.193Z | Downloaded regex v1.12.3 |
| 390 | 2026-08-21T17:18:16.193Z | Downloaded typenum v1.20.1 |
| 391 | 2026-08-21T17:18:16.193Z | Downloaded cc v1.2.56 |
| 392 | 2026-08-21T17:18:16.193Z | Downloaded goblin v0.10.5 |
| 393 | 2026-08-21T17:18:16.194Z | Downloaded rand v0.10.1 |
| 394 | 2026-08-21T17:18:16.220Z | Downloaded quinn-proto v0.11.16 |
| 395 | 2026-08-21T17:18:16.220Z | Downloaded async-compression v0.4.41 |
| 396 | 2026-08-21T17:18:16.220Z | Downloaded aws-lc-rs v1.16.3 |
| 397 | 2026-08-21T17:18:16.236Z | Downloaded tower-http v0.6.8 |
| 398 | 2026-08-21T17:18:16.236Z | Downloaded zerocopy-derive v0.8.55 |
| 399 | 2026-08-21T17:18:16.236Z | Downloaded reqwest v0.13.2 |
| 400 | 2026-08-21T17:18:16.236Z | Downloaded openapiv3 v2.2.0 |
| 401 | 2026-08-21T17:18:16.256Z | Downloaded serde_json v1.0.151 |
| 402 | 2026-08-21T17:18:16.256Z | Downloaded zerovec v0.11.5 |
| 403 | 2026-08-21T17:18:16.256Z | Downloaded tokio-util v0.7.18 |
| 404 | 2026-08-21T17:18:16.256Z | Downloaded tracing v0.1.44 |
| 405 | 2026-08-21T17:18:16.265Z | Downloaded aho-corasick v1.1.4 |
| 406 | 2026-08-21T17:18:16.292Z | Downloaded libc v0.2.185 |
| 407 | 2026-08-21T17:18:16.318Z | Downloaded serde_with v3.21.0 |
| 408 | 2026-08-21T17:18:16.321Z | Downloaded time v0.3.47 |
| 409 | 2026-08-21T17:18:16.358Z | Downloaded chrono v0.4.45 |
| 410 | 2026-08-21T17:18:16.363Z | Downloaded zerocopy v0.8.55 |
| 411 | 2026-08-21T17:18:16.396Z | Downloaded syn v2.0.117 |
| 412 | 2026-08-21T17:18:16.405Z | Downloaded regex-syntax v0.8.10 |
| 413 | 2026-08-21T17:18:16.410Z | Downloaded regress v0.10.5 |
| 414 | 2026-08-21T17:18:16.421Z | Downloaded rustls v0.23.41 |
| 415 | 2026-08-21T17:18:16.851Z | Downloaded rustix v0.38.44 |
| 416 | 2026-08-21T17:18:16.909Z | Downloaded dropshot v0.17.1 |
| 417 | 2026-08-21T17:18:16.910Z | Downloaded rustix v1.1.4 |
| 418 | 2026-08-21T17:18:16.910Z | Downloaded regex-automata v0.4.14 |
| 419 | 2026-08-21T17:18:16.910Z | Downloaded tokio v1.52.1 |
| 420 | 2026-08-21T17:18:16.910Z | Downloaded encoding_rs v0.8.35 |
| 421 | 2026-08-21T17:18:16.910Z | Downloaded ring v0.17.14 |
| 422 | 2026-08-21T17:18:16.910Z | Downloaded aws-lc-sys v0.40.0 |
| 423 | 2026-08-21T17:18:17.075Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-08-21T17:18:17.075Z | Compiling quote v1.0.45 |
| 425 | 2026-08-21T17:18:17.075Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-08-21T17:18:17.076Z | Compiling libc v0.2.185 |
| 427 | 2026-08-21T17:18:17.076Z | Checking cfg-if v1.0.4 |
| 428 | 2026-08-21T17:18:17.076Z | Compiling serde_core v1.0.228 |
| 429 | 2026-08-21T17:18:17.094Z | Checking memchr v2.8.0 |
| 430 | 2026-08-21T17:18:17.095Z | Checking itoa v1.0.17 |
| 431 | 2026-08-21T17:18:17.241Z | Compiling serde v1.0.228 |
| 432 | 2026-08-21T17:18:17.304Z | Compiling zmij v1.0.21 |
| 433 | 2026-08-21T17:18:17.342Z | Compiling serde_json v1.0.151 |
| 434 | 2026-08-21T17:18:17.642Z | Checking pin-project-lite v0.2.17 |
| 435 | 2026-08-21T17:18:17.741Z | Checking smallvec v1.15.1 |
| 436 | 2026-08-21T17:18:17.741Z | Checking bytes v1.11.1 |
| 437 | 2026-08-21T17:18:17.750Z | Checking futures-core v0.3.32 |
| 438 | 2026-08-21T17:18:17.807Z | Checking once_cell v1.21.3 |
| 439 | 2026-08-21T17:18:17.867Z | Compiling parking_lot_core v0.9.12 |
| 440 | 2026-08-21T17:18:17.968Z | Compiling getrandom v0.4.3 |
| 441 | 2026-08-21T17:18:18.039Z | Checking errno v0.3.14 |
| 442 | 2026-08-21T17:18:18.078Z | Checking scopeguard v1.2.0 |
| 443 | 2026-08-21T17:18:18.143Z | Compiling shlex v1.3.0 |
| 444 | 2026-08-21T17:18:18.170Z | Checking lock_api v0.4.14 |
| 445 | 2026-08-21T17:18:18.267Z | Compiling jobserver v0.1.34 |
| 446 | 2026-08-21T17:18:18.302Z | Compiling find-msvc-tools v0.1.9 |
| 447 | 2026-08-21T17:18:18.357Z | Checking parking_lot v0.12.5 |
| 448 | 2026-08-21T17:18:18.394Z | Checking signal-hook-registry v1.4.8 |
| 449 | 2026-08-21T17:18:18.432Z | Compiling syn v2.0.117 |
| 450 | 2026-08-21T17:18:18.438Z | Checking socket2 v0.6.3 |
| 451 | 2026-08-21T17:18:18.469Z | Compiling cc v1.2.56 |
| 452 | 2026-08-21T17:18:18.524Z | Checking mio v1.2.0 |
| 453 | 2026-08-21T17:18:18.532Z | Checking stable_deref_trait v1.2.1 |
| 454 | 2026-08-21T17:18:18.533Z | Compiling autocfg v1.5.0 |
| 455 | 2026-08-21T17:18:18.587Z | Checking futures-sink v0.3.32 |
| 456 | 2026-08-21T17:18:18.622Z | Compiling dunce v1.0.5 |
| 457 | 2026-08-21T17:18:18.681Z | Compiling fs_extra v1.3.0 |
| 458 | 2026-08-21T17:18:18.688Z | Compiling thiserror v2.0.18 |
| 459 | 2026-08-21T17:18:18.788Z | Checking slab v0.4.12 |
| 460 | 2026-08-21T17:18:18.871Z | Compiling num-traits v0.2.19 |
| 461 | 2026-08-21T17:18:18.920Z | Compiling zerocopy v0.8.55 |
| 462 | 2026-08-21T17:18:18.936Z | Checking futures-channel v0.3.32 |
| 463 | 2026-08-21T17:18:19.025Z | Checking zeroize v1.9.0 |
| 464 | 2026-08-21T17:18:19.120Z | Checking equivalent v1.0.2 |
| 465 | 2026-08-21T17:18:19.188Z | Checking http v1.4.2 |
| 466 | 2026-08-21T17:18:19.198Z | Checking futures-io v0.3.32 |
| 467 | 2026-08-21T17:18:19.228Z | Compiling cmake v0.1.57 |
| 468 | 2026-08-21T17:18:19.332Z | Checking log v0.4.33 |
| 469 | 2026-08-21T17:18:19.467Z | Checking futures-task v0.3.32 |
| 470 | 2026-08-21T17:18:19.546Z | Compiling rustversion v1.0.22 |
| 471 | 2026-08-21T17:18:19.593Z | Checking iana-time-zone v0.1.65 |
| 472 | 2026-08-21T17:18:19.718Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-08-21T17:18:19.729Z | Checking bitflags v2.11.0 |
| 474 | 2026-08-21T17:18:19.765Z | Compiling aws-lc-sys v0.40.0 |
| 475 | 2026-08-21T17:18:19.851Z | Compiling aws-lc-rs v1.16.3 |
| 476 | 2026-08-21T17:18:19.872Z | Compiling pest v2.8.6 |
| 477 | 2026-08-21T17:18:19.901Z | Checking rustls-pki-types v1.14.0 |
| 478 | 2026-08-21T17:18:19.930Z | Compiling schemars v0.8.22 |
| 479 | 2026-08-21T17:18:20.017Z | Checking fnv v1.0.7 |
| 480 | 2026-08-21T17:18:20.103Z | Checking uuid v1.23.4 |
| 481 | 2026-08-21T17:18:20.163Z | Checking semver v1.0.28 |
| 482 | 2026-08-21T17:18:20.174Z | Checking writeable v0.6.2 |
| 483 | 2026-08-21T17:18:20.323Z | Checking hashbrown v0.17.0 |
| 484 | 2026-08-21T17:18:20.355Z | Checking litemap v0.8.1 |
| 485 | 2026-08-21T17:18:20.375Z | Compiling httparse v1.10.1 |
| 486 | 2026-08-21T17:18:20.515Z | Checking dyn-clone v1.0.20 |
| 487 | 2026-08-21T17:18:20.611Z | Checking http-body v1.0.1 |
| 488 | 2026-08-21T17:18:20.621Z | Compiling slog v2.8.2 |
| 489 | 2026-08-21T17:18:20.724Z | Checking tracing-core v0.1.36 |
| 490 | 2026-08-21T17:18:20.734Z | Compiling icu_normalizer_data v2.1.1 |
| 491 | 2026-08-21T17:18:20.776Z | Checking indexmap v2.14.0 |
| 492 | 2026-08-21T17:18:20.821Z | Compiling rustls v0.23.41 |
| 493 | 2026-08-21T17:18:20.938Z | Compiling pest_meta v2.8.6 |
| 494 | 2026-08-21T17:18:20.953Z | Checking atomic-waker v1.1.2 |
| 495 | 2026-08-21T17:18:21.014Z | Checking percent-encoding v2.3.2 |
| 496 | 2026-08-21T17:18:21.025Z | Checking untrusted v0.9.0 |
| 497 | 2026-08-21T17:18:21.038Z | Compiling icu_properties_data v2.1.2 |
| 498 | 2026-08-21T17:18:21.049Z | Checking tracing v0.1.44 |
| 499 | 2026-08-21T17:18:21.151Z | Checking subtle v2.6.1 |
| 500 | 2026-08-21T17:18:21.214Z | Compiling synstructure v0.13.2 |
| 501 | 2026-08-21T17:18:21.234Z | Compiling serde_derive_internals v0.29.1 |
| 502 | 2026-08-21T17:18:21.283Z | Checking try-lock v0.2.5 |
| 503 | 2026-08-21T17:18:21.320Z | Compiling rustix v1.1.4 |
| 504 | 2026-08-21T17:18:21.331Z | Checking tower-service v0.3.3 |
| 505 | 2026-08-21T17:18:21.408Z | Compiling getrandom v0.3.4 |
| 506 | 2026-08-21T17:18:21.643Z | Compiling pest_generator v2.8.6 |
| 507 | 2026-08-21T17:18:21.676Z | Checking fastrand v2.3.0 |
| 508 | 2026-08-21T17:18:21.708Z | Checking tower-layer v0.3.3 |
| 509 | 2026-08-21T17:18:21.838Z | Checking want v0.3.1 |
| 510 | 2026-08-21T17:18:21.956Z | Compiling paste v1.0.15 |
| 511 | 2026-08-21T17:18:21.966Z | Checking httpdate v1.0.3 |
| 512 | 2026-08-21T17:18:22.189Z | Checking form_urlencoded v1.2.2 |
| 513 | 2026-08-21T17:18:22.220Z | Compiling crc32fast v1.5.0 |
| 514 | 2026-08-21T17:18:22.248Z | Compiling version_check v0.9.5 |
| 515 | 2026-08-21T17:18:22.310Z | Checking base64 v0.22.1 |
| 516 | 2026-08-21T17:18:22.350Z | Compiling serde_derive v1.0.228 |
| 517 | 2026-08-21T17:18:22.393Z | Compiling zerocopy-derive v0.8.55 |
| 518 | 2026-08-21T17:18:22.482Z | Compiling zerofrom-derive v0.1.6 |
| 519 | 2026-08-21T17:18:22.503Z | Compiling yoke-derive v0.8.1 |
| 520 | 2026-08-21T17:18:22.527Z | Compiling tokio-macros v2.7.0 |
| 521 | 2026-08-21T17:18:22.674Z | Compiling thiserror-impl v2.0.18 |
| 522 | 2026-08-21T17:18:23.024Z | Compiling zerovec-derive v0.11.2 |
| 523 | 2026-08-21T17:18:23.214Z | Checking tokio v1.52.1 |
| 524 | 2026-08-21T17:18:23.461Z | Compiling displaydoc v0.2.5 |
| 525 | 2026-08-21T17:18:23.615Z | Checking zerofrom v0.1.6 |
| 526 | 2026-08-21T17:18:23.722Z | Checking yoke v0.8.1 |
| 527 | 2026-08-21T17:18:23.813Z | Compiling futures-macro v0.3.32 |
| 528 | 2026-08-21T17:18:23.877Z | Compiling schemars_derive v0.8.22 |
| 529 | 2026-08-21T17:18:24.047Z | Checking zerovec v0.11.5 |
| 530 | 2026-08-21T17:18:24.144Z | Checking zerotrie v0.2.3 |
| 531 | 2026-08-21T17:18:24.373Z | Compiling pest_derive v2.8.6 |
| 532 | 2026-08-21T17:18:24.476Z | Checking tinystr v0.8.2 |
| 533 | 2026-08-21T17:18:24.571Z | Checking futures-util v0.3.32 |
| 534 | 2026-08-21T17:18:24.641Z | Checking icu_locale_core v2.1.1 |
| 535 | 2026-08-21T17:18:24.860Z | Checking potential_utf v0.1.4 |
| 536 | 2026-08-21T17:18:25.004Z | Checking icu_collections v2.1.1 |
| 537 | 2026-08-21T17:18:25.161Z | Checking icu_provider v2.1.1 |
| 538 | 2026-08-21T17:18:25.287Z | Checking chrono v0.4.45 |
| 539 | 2026-08-21T17:18:25.369Z | Checking erased-serde v0.3.31 |
| 540 | 2026-08-21T17:18:25.447Z | Compiling serde_tokenstream v0.2.3 |
| 541 | 2026-08-21T17:18:25.467Z | Checking icu_properties v2.1.2 |
| 542 | 2026-08-21T17:18:25.710Z | Checking icu_normalizer v2.1.1 |
| 543 | 2026-08-21T17:18:25.990Z | Compiling structmeta-derive v0.3.0 |
| 544 | 2026-08-21T17:18:26.158Z | Checking tokio-util v0.7.18 |
| 545 | 2026-08-21T17:18:26.246Z | Compiling scroll_derive v0.13.1 |
| 546 | 2026-08-21T17:18:26.436Z | Compiling heck v0.5.0 |
| 547 | 2026-08-21T17:18:26.446Z | Checking ppv-lite86 v0.2.21 |
| 548 | 2026-08-21T17:18:26.550Z | Checking h2 v0.4.15 |
| 549 | 2026-08-21T17:18:26.638Z | Compiling usdt-impl v0.6.0 |
| 550 | 2026-08-21T17:18:26.691Z | Checking typenum v1.20.1 |
| 551 | 2026-08-21T17:18:26.748Z | Compiling time-core v0.1.8 |
| 552 | 2026-08-21T17:18:26.851Z | Checking powerfmt v0.2.0 |
| 553 | 2026-08-21T17:18:26.867Z | Checking ipnet v2.12.0 |
| 554 | 2026-08-21T17:18:26.967Z | Compiling num-conv v0.2.0 |
| 555 | 2026-08-21T17:18:26.989Z | Checking deranged v0.5.8 |
| 556 | 2026-08-21T17:18:27.020Z | Checking scroll v0.13.0 |
| 557 | 2026-08-21T17:18:27.073Z | Compiling structmeta v0.3.0 |
| 558 | 2026-08-21T17:18:27.084Z | Compiling time-macros v0.2.27 |
| 559 | 2026-08-21T17:18:27.245Z | Checking ipnetwork v0.21.1 |
| 560 | 2026-08-21T17:18:27.255Z | Checking idna_adapter v1.2.1 |
| 561 | 2026-08-21T17:18:27.361Z | Compiling dtrace-parser v0.3.0 |
| 562 | 2026-08-21T17:18:27.410Z | Checking hybrid-array v0.4.13 |
| 563 | 2026-08-21T17:18:27.423Z | Checking tempfile v3.27.0 |
| 564 | 2026-08-21T17:18:27.829Z | Checking rand_core v0.9.5 |
| 565 | 2026-08-21T17:18:27.929Z | Compiling thread-id v5.1.0 |
| 566 | 2026-08-21T17:18:27.932Z | Checking sync_wrapper v1.0.2 |
| 567 | 2026-08-21T17:18:27.986Z | Compiling ident_case v1.0.1 |
| 568 | 2026-08-21T17:18:28.003Z | Compiling omicron-workspace-hack v0.1.0 |
| 569 | 2026-08-21T17:18:28.101Z | Checking openssl-probe v0.2.1 |
| 570 | 2026-08-21T17:18:28.129Z | Checking utf8_iter v1.0.4 |
| 571 | 2026-08-21T17:18:28.156Z | Checking ryu v1.0.23 |
| 572 | 2026-08-21T17:18:28.201Z | Checking num_threads v0.1.7 |
| 573 | 2026-08-21T17:18:28.243Z | Compiling crossbeam-utils v0.8.21 |
| 574 | 2026-08-21T17:18:28.271Z | Checking simd-adler32 v0.3.8 |
| 575 | 2026-08-21T17:18:28.281Z | Checking regex-syntax v0.8.10 |
| 576 | 2026-08-21T17:18:28.328Z | Checking plain v0.2.3 |
| 577 | 2026-08-21T17:18:28.366Z | Compiling strsim v0.11.1 |
| 578 | 2026-08-21T17:18:28.397Z | Compiling byteorder v1.5.0 |
| 579 | 2026-08-21T17:18:28.412Z | Checking hyper v1.10.1 |
| 580 | 2026-08-21T17:18:28.419Z | Checking adler2 v2.0.1 |
| 581 | 2026-08-21T17:18:28.507Z | Checking miniz_oxide v0.8.9 |
| 582 | 2026-08-21T17:18:28.533Z | Compiling darling_core v0.23.0 |
| 583 | 2026-08-21T17:18:28.613Z | Checking goblin v0.10.5 |
| 584 | 2026-08-21T17:18:28.836Z | Compiling dof v0.4.0 |
| 585 | 2026-08-21T17:18:28.853Z | Checking serde_urlencoded v0.7.1 |
| 586 | 2026-08-21T17:18:29.045Z | Checking time v0.3.47 |
| 587 | 2026-08-21T17:18:29.296Z | Checking hyper-util v0.1.20 |
| 588 | 2026-08-21T17:18:29.528Z | Checking idna v1.1.0 |
| 589 | 2026-08-21T17:18:29.664Z | Checking rustls-native-certs v0.8.3 |
| 590 | 2026-08-21T17:18:29.763Z | Checking tower v0.5.3 |
| 591 | 2026-08-21T17:18:29.938Z | Checking oxnet v0.1.6 |
| 592 | 2026-08-21T17:18:29.988Z | Checking newtype-uuid v1.3.2 |
| 593 | 2026-08-21T17:18:30.009Z | Compiling daft-derive v0.1.7 |
| 594 | 2026-08-21T17:18:30.127Z | Checking http-body-util v0.1.3 |
| 595 | 2026-08-21T17:18:30.147Z | Compiling aho-corasick v1.1.4 |
| 596 | 2026-08-21T17:18:30.161Z | Checking getrandom v0.2.17 |
| 597 | 2026-08-21T17:18:30.292Z | Compiling rustix v0.38.44 |
| 598 | 2026-08-21T17:18:30.330Z | Compiling camino v1.2.5 |
| 599 | 2026-08-21T17:18:30.576Z | Checking pretty-hex v0.4.1 |
| 600 | 2026-08-21T17:18:30.612Z | Checking iri-string v0.7.10 |
| 601 | 2026-08-21T17:18:30.687Z | Compiling darling_macro v0.23.0 |
| 602 | 2026-08-21T17:18:30.706Z | Checking daft v0.1.7 |
| 603 | 2026-08-21T17:18:30.754Z | Checking rand_core v0.6.4 |
| 604 | 2026-08-21T17:18:30.907Z | Checking flate2 v1.1.9 |
| 605 | 2026-08-21T17:18:31.196Z | Checking url v2.5.8 |
| 606 | 2026-08-21T17:18:31.524Z | Checking rand_chacha v0.9.0 |
| 607 | 2026-08-21T17:18:31.580Z | Checking block-buffer v0.12.1 |
| 608 | 2026-08-21T17:18:31.604Z | Checking crypto-common v0.2.2 |
| 609 | 2026-08-21T17:18:31.626Z | Checking tower-http v0.6.8 |
| 610 | 2026-08-21T17:18:31.654Z | Compiling multer v3.1.0 |
| 611 | 2026-08-21T17:18:31.673Z | Checking wait-timeout v0.2.1 |
| 612 | 2026-08-21T17:18:31.838Z | Checking thread_local v1.1.9 |
| 613 | 2026-08-21T17:18:31.852Z | Checking quick-error v1.2.3 |
| 614 | 2026-08-21T17:18:31.856Z | Checking allocator-api2 v0.2.21 |
| 615 | 2026-08-21T17:18:31.964Z | Checking match_cfg v0.1.0 |
| 616 | 2026-08-21T17:18:31.984Z | Compiling regex-automata v0.4.14 |
| 617 | 2026-08-21T17:18:32.010Z | Checking const-oid v0.10.2 |
| 618 | 2026-08-21T17:18:32.130Z | Checking compression-core v0.4.31 |
| 619 | 2026-08-21T17:18:32.153Z | Compiling slog-async v2.8.0 |
| 620 | 2026-08-21T17:18:32.228Z | Checking bit-vec v0.8.0 |
| 621 | 2026-08-21T17:18:32.241Z | Compiling ref-cast v1.0.25 |
| 622 | 2026-08-21T17:18:32.400Z | Checking winnow v1.0.3 |
| 623 | 2026-08-21T17:18:32.418Z | Checking foldhash v0.2.0 |
| 624 | 2026-08-21T17:18:32.558Z | Checking hashbrown v0.16.1 |
| 625 | 2026-08-21T17:18:32.584Z | Checking bit-set v0.8.0 |
| 626 | 2026-08-21T17:18:32.621Z | Checking compression-codecs v0.4.37 |
| 627 | 2026-08-21T17:18:32.673Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 628 | 2026-08-21T17:18:32.725Z | Checking digest v0.11.3 |
| 629 | 2026-08-21T17:18:32.780Z | Checking hostname v0.3.1 |
| 630 | 2026-08-21T17:18:32.858Z | Checking rusty-fork v0.3.1 |
| 631 | 2026-08-21T17:18:32.907Z | Checking crossbeam-channel v0.5.15 |
| 632 | 2026-08-21T17:18:32.978Z | Checking rand v0.9.2 |
| 633 | 2026-08-21T17:18:33.027Z | Compiling darling v0.23.0 |
| 634 | 2026-08-21T17:18:33.071Z | Checking rand_chacha v0.3.1 |
| 635 | 2026-08-21T17:18:33.199Z | Compiling usdt-attr-macro v0.6.0 |
| 636 | 2026-08-21T17:18:33.263Z | Compiling usdt-macro v0.6.0 |
| 637 | 2026-08-21T17:18:33.291Z | Checking slog-json v2.6.1 |
| 638 | 2026-08-21T17:18:33.801Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-08-21T17:18:33.816Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-08-21T17:18:33.816Z | Checking futures-executor v0.3.32 |
| 641 | 2026-08-21T17:18:33.816Z | Compiling dropshot v0.17.1 |
| 642 | 2026-08-21T17:18:33.816Z | Compiling regex v1.12.3 |
| 643 | 2026-08-21T17:18:33.816Z | Compiling ref-cast-impl v1.0.25 |
| 644 | 2026-08-21T17:18:33.816Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 645 | 2026-08-21T17:18:33.872Z | Compiling async-trait v0.1.89 |
| 646 | 2026-08-21T17:18:33.887Z | Compiling async-stream-impl v0.3.6 |
| 647 | 2026-08-21T17:18:34.035Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 648 | 2026-08-21T17:18:34.221Z | Checking serde_spanned v1.1.1 |
| 649 | 2026-08-21T17:18:34.232Z | Checking memmap2 v0.9.10 |
| 650 | 2026-08-21T17:18:34.319Z | Checking is-terminal v0.4.17 |
| 651 | 2026-08-21T17:18:34.347Z | Checking encoding_rs v0.8.35 |
| 652 | 2026-08-21T17:18:34.376Z | Checking spin v0.9.8 |
| 653 | 2026-08-21T17:18:34.404Z | Checking take_mut v0.2.2 |
| 654 | 2026-08-21T17:18:34.452Z | Compiling anyhow v1.0.104 |
| 655 | 2026-08-21T17:18:34.462Z | Checking unarray v0.1.4 |
| 656 | 2026-08-21T17:18:34.479Z | Checking term v1.2.1 |
| 657 | 2026-08-21T17:18:34.493Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 658 | 2026-08-21T17:18:34.558Z | Checking mime v0.3.17 |
| 659 | 2026-08-21T17:18:34.687Z | Checking hex v0.4.3 |
| 660 | 2026-08-21T17:18:34.730Z | Checking cpufeatures v0.3.0 |
| 661 | 2026-08-21T17:18:34.797Z | Checking sha1 v0.11.0 |
| 662 | 2026-08-21T17:18:34.808Z | Checking slog-term v2.9.2 |
| 663 | 2026-08-21T17:18:34.882Z | Checking byte-wrapper v0.1.0 |
| 664 | 2026-08-21T17:18:34.917Z | Compiling dropshot_endpoint v0.17.1 |
| 665 | 2026-08-21T17:18:34.929Z | Compiling test-strategy v0.4.5 |
| 666 | 2026-08-21T17:18:34.941Z | Checking toml v1.1.2+spec-1.1.0 |
| 667 | 2026-08-21T17:18:34.948Z | Checking proptest v1.11.0 |
| 668 | 2026-08-21T17:18:35.021Z | Compiling parse-display-derive v0.10.0 |
| 669 | 2026-08-21T17:18:35.178Z | Checking async-stream v0.3.6 |
| 670 | 2026-08-21T17:18:35.293Z | Checking usdt v0.6.0 |
| 671 | 2026-08-21T17:18:35.455Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2026-08-21T17:18:35.532Z | Checking futures v0.3.32 |
| 673 | 2026-08-21T17:18:35.570Z | Checking atomicwrites v0.4.4 |
| 674 | 2026-08-21T17:18:35.605Z | Checking slog-bunyan v2.5.0 |
| 675 | 2026-08-21T17:18:35.673Z | Checking rand v0.8.6 |
| 676 | 2026-08-21T17:18:35.704Z | Compiling serde_with_macros v3.21.0 |
| 677 | 2026-08-21T17:18:35.779Z | Checking async-compression v0.4.41 |
| 678 | 2026-08-21T17:18:36.128Z | Compiling strum_macros v0.27.2 |
| 679 | 2026-08-21T17:18:36.157Z | Compiling newtype-uuid-macros v0.1.0 |
| 680 | 2026-08-21T17:18:36.207Z | Checking openapiv3 v2.2.0 |
| 681 | 2026-08-21T17:18:36.466Z | Checking backon v1.6.0 |
| 682 | 2026-08-21T17:18:36.482Z | Checking waitgroup v0.1.2 |
| 683 | 2026-08-21T17:18:36.539Z | Checking rustls-pemfile v2.2.0 |
| 684 | 2026-08-21T17:18:36.565Z | Checking serde_path_to_error v0.1.20 |
| 685 | 2026-08-21T17:18:36.619Z | Checking hostname v0.4.2 |
| 686 | 2026-08-21T17:18:36.666Z | Checking instant v0.1.13 |
| 687 | 2026-08-21T17:18:36.696Z | Checking debug-ignore v1.0.5 |
| 688 | 2026-08-21T17:18:36.735Z | Checking either v1.15.0 |
| 689 | 2026-08-21T17:18:36.746Z | Checking backoff v0.4.0 |
| 690 | 2026-08-21T17:18:36.840Z | Checking serde_with v3.21.0 |
| 691 | 2026-08-21T17:18:36.855Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 692 | 2026-08-21T17:18:36.896Z | Checking parse-display v0.10.0 |
| 693 | 2026-08-21T17:18:36.899Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 694 | 2026-08-21T17:18:36.909Z | Checking itertools v0.14.0 |
| 695 | 2026-08-21T17:18:37.023Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 696 | 2026-08-21T17:18:37.319Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 697 | 2026-08-21T17:18:37.340Z | Checking iddqd v0.4.2 |
| 698 | 2026-08-21T17:18:37.516Z | Checking regress v0.10.5 |
| 699 | 2026-08-21T17:18:37.524Z | Checking macaddr v1.0.1 |
| 700 | 2026-08-21T17:18:37.661Z | Checking humantime v2.3.0 |
| 701 | 2026-08-21T17:18:37.865Z | Checking strum v0.27.2 |
| 702 | 2026-08-21T17:18:42.188Z | Checking rustls-webpki v0.103.13 |
| 703 | 2026-08-21T17:18:44.312Z | Checking tokio-rustls v0.26.4 |
| 704 | 2026-08-21T17:18:44.316Z | Checking rustls-platform-verifier v0.6.2 |
| 705 | 2026-08-21T17:18:44.485Z | Checking hyper-rustls v0.27.7 |
| 706 | 2026-08-21T17:18:44.627Z | Checking reqwest v0.13.2 |
| 707 | 2026-08-21T17:18:45.169Z | Checking progenitor-client v0.14.0 |
| 708 | 2026-08-21T17:18:45.347Z | Checking progenitor-extras v0.2.0 |
| 709 | 2026-08-21T17:18:46.109Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 710 | 2026-08-21T17:18:48.659Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 711 | 2026-08-21T17:18:48.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s |
| 712 | 2026-08-21T17:18:48.841Z | + cargo build --release |
| 713 | 2026-08-21T17:18:49.013Z | Compiling proc-macro2 v1.0.106 |
| 714 | 2026-08-21T17:18:49.013Z | Compiling quote v1.0.45 |
| 715 | 2026-08-21T17:18:49.013Z | Compiling unicode-ident v1.0.24 |
| 716 | 2026-08-21T17:18:49.017Z | Compiling libc v0.2.185 |
| 717 | 2026-08-21T17:18:49.017Z | Compiling cfg-if v1.0.4 |
| 718 | 2026-08-21T17:18:49.017Z | Compiling serde_core v1.0.228 |
| 719 | 2026-08-21T17:18:49.017Z | Compiling memchr v2.8.0 |
| 720 | 2026-08-21T17:18:49.018Z | Compiling itoa v1.0.17 |
| 721 | 2026-08-21T17:18:49.109Z | Compiling serde v1.0.228 |
| 722 | 2026-08-21T17:18:49.141Z | Compiling zmij v1.0.21 |
| 723 | 2026-08-21T17:18:49.280Z | Compiling serde_json v1.0.151 |
| 724 | 2026-08-21T17:18:49.400Z | Compiling pin-project-lite v0.2.17 |
| 725 | 2026-08-21T17:18:49.445Z | Compiling smallvec v1.15.1 |
| 726 | 2026-08-21T17:18:49.495Z | Compiling bytes v1.11.1 |
| 727 | 2026-08-21T17:18:49.675Z | Compiling futures-core v0.3.32 |
| 728 | 2026-08-21T17:18:49.790Z | Compiling parking_lot_core v0.9.12 |
| 729 | 2026-08-21T17:18:49.815Z | Compiling once_cell v1.21.3 |
| 730 | 2026-08-21T17:18:49.923Z | Compiling errno v0.3.14 |
| 731 | 2026-08-21T17:18:50.048Z | Compiling getrandom v0.4.3 |
| 732 | 2026-08-21T17:18:50.074Z | Compiling scopeguard v1.2.0 |
| 733 | 2026-08-21T17:18:50.154Z | Compiling lock_api v0.4.14 |
| 734 | 2026-08-21T17:18:50.214Z | Compiling jobserver v0.1.34 |
| 735 | 2026-08-21T17:18:50.249Z | Compiling syn v2.0.117 |
| 736 | 2026-08-21T17:18:50.304Z | Compiling shlex v1.3.0 |
| 737 | 2026-08-21T17:18:50.353Z | Compiling find-msvc-tools v0.1.9 |
| 738 | 2026-08-21T17:18:50.383Z | Compiling parking_lot v0.12.5 |
| 739 | 2026-08-21T17:18:50.471Z | Compiling signal-hook-registry v1.4.8 |
| 740 | 2026-08-21T17:18:50.496Z | Compiling cc v1.2.56 |
| 741 | 2026-08-21T17:18:50.568Z | Compiling mio v1.2.0 |
| 742 | 2026-08-21T17:18:50.572Z | Compiling socket2 v0.6.3 |
| 743 | 2026-08-21T17:18:50.610Z | Compiling thiserror v2.0.18 |
| 744 | 2026-08-21T17:18:50.893Z | Compiling futures-sink v0.3.32 |
| 745 | 2026-08-21T17:18:50.926Z | Compiling autocfg v1.5.0 |
| 746 | 2026-08-21T17:18:50.990Z | Compiling stable_deref_trait v1.2.1 |
| 747 | 2026-08-21T17:18:51.057Z | Compiling dunce v1.0.5 |
| 748 | 2026-08-21T17:18:51.143Z | Compiling fs_extra v1.3.0 |
| 749 | 2026-08-21T17:18:51.271Z | Compiling cmake v0.1.57 |
| 750 | 2026-08-21T17:18:51.275Z | Compiling num-traits v0.2.19 |
| 751 | 2026-08-21T17:18:51.275Z | Compiling slab v0.4.12 |
| 752 | 2026-08-21T17:18:51.383Z | Compiling zerocopy v0.8.55 |
| 753 | 2026-08-21T17:18:51.458Z | Compiling futures-channel v0.3.32 |
| 754 | 2026-08-21T17:18:51.582Z | Compiling zeroize v1.9.0 |
| 755 | 2026-08-21T17:18:51.689Z | Compiling equivalent v1.0.2 |
| 756 | 2026-08-21T17:18:51.736Z | Compiling aws-lc-sys v0.40.0 |
| 757 | 2026-08-21T17:18:51.761Z | Compiling http v1.4.2 |
| 758 | 2026-08-21T17:18:51.767Z | Compiling futures-io v0.3.32 |
| 759 | 2026-08-21T17:18:51.772Z | Compiling log v0.4.33 |
| 760 | 2026-08-21T17:18:51.941Z | Compiling aws-lc-rs v1.16.3 |
| 761 | 2026-08-21T17:18:51.979Z | Compiling bitflags v2.11.0 |
| 762 | 2026-08-21T17:18:52.356Z | Compiling futures-task v0.3.32 |
| 763 | 2026-08-21T17:18:52.363Z | Compiling rustversion v1.0.22 |
| 764 | 2026-08-21T17:18:52.549Z | Compiling ucd-trie v0.1.7 |
| 765 | 2026-08-21T17:18:52.549Z | Compiling iana-time-zone v0.1.65 |
| 766 | 2026-08-21T17:18:52.723Z | Compiling pest v2.8.6 |
| 767 | 2026-08-21T17:18:52.780Z | Compiling rustls-pki-types v1.14.0 |
| 768 | 2026-08-21T17:18:52.852Z | Compiling schemars v0.8.22 |
| 769 | 2026-08-21T17:18:53.087Z | Compiling synstructure v0.13.2 |
| 770 | 2026-08-21T17:18:53.486Z | Compiling serde_derive_internals v0.29.1 |
| 771 | 2026-08-21T17:18:53.530Z | Compiling fnv v1.0.7 |
| 772 | 2026-08-21T17:18:53.631Z | Compiling semver v1.0.28 |
| 773 | 2026-08-21T17:18:53.721Z | Compiling uuid v1.23.4 |
| 774 | 2026-08-21T17:18:53.832Z | Compiling pest_meta v2.8.6 |
| 775 | 2026-08-21T17:18:53.912Z | Compiling httparse v1.10.1 |
| 776 | 2026-08-21T17:18:54.119Z | Compiling writeable v0.6.2 |
| 777 | 2026-08-21T17:18:54.139Z | Compiling serde_derive v1.0.228 |
| 778 | 2026-08-21T17:18:54.175Z | Compiling zerocopy-derive v0.8.55 |
| 779 | 2026-08-21T17:18:54.201Z | Compiling zerofrom-derive v0.1.6 |
| 780 | 2026-08-21T17:18:54.202Z | Compiling yoke-derive v0.8.1 |
| 781 | 2026-08-21T17:18:54.210Z | Compiling tokio-macros v2.7.0 |
| 782 | 2026-08-21T17:18:54.294Z | Compiling thiserror-impl v2.0.18 |
| 783 | 2026-08-21T17:18:54.865Z | Compiling tokio v1.52.1 |
| 784 | 2026-08-21T17:18:54.939Z | Compiling zerovec-derive v0.11.2 |
| 785 | 2026-08-21T17:18:55.120Z | Compiling displaydoc v0.2.5 |
| 786 | 2026-08-21T17:18:55.294Z | Compiling zerofrom v0.1.6 |
| 787 | 2026-08-21T17:18:55.408Z | Compiling yoke v0.8.1 |
| 788 | 2026-08-21T17:18:55.427Z | Compiling futures-macro v0.3.32 |
| 789 | 2026-08-21T17:18:55.586Z | Compiling schemars_derive v0.8.22 |
| 790 | 2026-08-21T17:18:55.817Z | Compiling dyn-clone v1.0.20 |
| 791 | 2026-08-21T17:18:55.944Z | Compiling litemap v0.8.1 |
| 792 | 2026-08-21T17:18:55.961Z | Compiling zerovec v0.11.5 |
| 793 | 2026-08-21T17:18:56.133Z | Compiling hashbrown v0.17.0 |
| 794 | 2026-08-21T17:18:56.202Z | Compiling futures-util v0.3.32 |
| 795 | 2026-08-21T17:18:56.555Z | Compiling tinystr v0.8.2 |
| 796 | 2026-08-21T17:18:56.718Z | Compiling indexmap v2.14.0 |
| 797 | 2026-08-21T17:18:56.757Z | Compiling icu_locale_core v2.1.1 |
| 798 | 2026-08-21T17:18:57.161Z | Compiling chrono v0.4.45 |
| 799 | 2026-08-21T17:18:57.237Z | Compiling potential_utf v0.1.4 |
| 800 | 2026-08-21T17:18:57.402Z | Compiling zerotrie v0.2.3 |
| 801 | 2026-08-21T17:18:57.496Z | Compiling pest_generator v2.8.6 |
| 802 | 2026-08-21T17:18:57.839Z | Compiling slog v2.8.2 |
| 803 | 2026-08-21T17:18:58.053Z | Compiling http-body v1.0.1 |
| 804 | 2026-08-21T17:18:58.062Z | Compiling tracing-core v0.1.36 |
| 805 | 2026-08-21T17:18:58.198Z | Compiling atomic-waker v1.1.2 |
| 806 | 2026-08-21T17:18:58.648Z | Compiling untrusted v0.9.0 |
| 807 | 2026-08-21T17:18:58.785Z | Compiling rustls v0.23.41 |
| 808 | 2026-08-21T17:18:58.799Z | Compiling icu_normalizer_data v2.1.1 |
| 809 | 2026-08-21T17:18:58.957Z | Compiling icu_properties_data v2.1.2 |
| 810 | 2026-08-21T17:18:58.972Z | Compiling percent-encoding v2.3.2 |
| 811 | 2026-08-21T17:18:58.995Z | Compiling tokio-util v0.7.18 |
| 812 | 2026-08-21T17:18:59.075Z | Compiling tracing v0.1.44 |
| 813 | 2026-08-21T17:18:59.172Z | Compiling pest_derive v2.8.6 |
| 814 | 2026-08-21T17:18:59.401Z | Compiling icu_provider v2.1.1 |
| 815 | 2026-08-21T17:18:59.685Z | Compiling icu_collections v2.1.1 |
| 816 | 2026-08-21T17:18:59.689Z | Compiling erased-serde v0.3.31 |
| 817 | 2026-08-21T17:19:00.062Z | Compiling subtle v2.6.1 |
| 818 | 2026-08-21T17:19:00.201Z | Compiling getrandom v0.3.4 |
| 819 | 2026-08-21T17:19:00.256Z | Compiling try-lock v0.2.5 |
| 820 | 2026-08-21T17:19:00.362Z | Compiling fastrand v2.3.0 |
| 821 | 2026-08-21T17:19:00.371Z | Compiling tower-layer v0.3.3 |
| 822 | 2026-08-21T17:19:00.505Z | Compiling tower-service v0.3.3 |
| 823 | 2026-08-21T17:19:00.508Z | Compiling rustix v1.1.4 |
| 824 | 2026-08-21T17:19:00.555Z | Compiling want v0.3.1 |
| 825 | 2026-08-21T17:19:00.724Z | Compiling h2 v0.4.15 |
| 826 | 2026-08-21T17:19:00.899Z | Compiling ppv-lite86 v0.2.21 |
| 827 | 2026-08-21T17:19:00.932Z | Compiling serde_tokenstream v0.2.3 |
| 828 | 2026-08-21T17:19:01.131Z | Compiling paste v1.0.15 |
| 829 | 2026-08-21T17:19:01.169Z | Compiling httpdate v1.0.3 |
| 830 | 2026-08-21T17:19:01.436Z | Compiling icu_normalizer v2.1.1 |
| 831 | 2026-08-21T17:19:01.524Z | Compiling icu_properties v2.1.2 |
| 832 | 2026-08-21T17:19:02.512Z | Compiling form_urlencoded v1.2.2 |
| 833 | 2026-08-21T17:19:02.577Z | Compiling structmeta-derive v0.3.0 |
| 834 | 2026-08-21T17:19:02.762Z | Compiling scroll_derive v0.13.1 |
| 835 | 2026-08-21T17:19:03.214Z | Compiling hyper v1.10.1 |
| 836 | 2026-08-21T17:19:03.345Z | Compiling powerfmt v0.2.0 |
| 837 | 2026-08-21T17:19:03.554Z | Compiling crc32fast v1.5.0 |
| 838 | 2026-08-21T17:19:03.571Z | Compiling time-core v0.1.8 |
| 839 | 2026-08-21T17:19:03.697Z | Compiling ipnet v2.12.0 |
| 840 | 2026-08-21T17:19:03.702Z | Compiling base64 v0.22.1 |
| 841 | 2026-08-21T17:19:03.829Z | Compiling omicron-workspace-hack v0.1.0 |
| 842 | 2026-08-21T17:19:04.022Z | Compiling typenum v1.20.1 |
| 843 | 2026-08-21T17:19:04.170Z | Compiling heck v0.5.0 |
| 844 | 2026-08-21T17:19:04.361Z | Compiling version_check v0.9.5 |
| 845 | 2026-08-21T17:19:04.608Z | Compiling usdt-impl v0.6.0 |
| 846 | 2026-08-21T17:19:04.826Z | Compiling num-conv v0.2.0 |
| 847 | 2026-08-21T17:19:04.841Z | Compiling hybrid-array v0.4.13 |
| 848 | 2026-08-21T17:19:04.846Z | Compiling hyper-util v0.1.20 |
| 849 | 2026-08-21T17:19:04.943Z | Compiling time-macros v0.2.27 |
| 850 | 2026-08-21T17:19:05.191Z | Compiling dof v0.4.0 |
| 851 | 2026-08-21T17:19:05.862Z | Compiling structmeta v0.3.0 |
| 852 | 2026-08-21T17:19:05.892Z | Compiling scroll v0.13.0 |
| 853 | 2026-08-21T17:19:06.049Z | Compiling deranged v0.5.8 |
| 854 | 2026-08-21T17:19:06.181Z | Compiling idna_adapter v1.2.1 |
| 855 | 2026-08-21T17:19:06.302Z | Compiling rand_core v0.9.5 |
| 856 | 2026-08-21T17:19:06.550Z | Compiling tempfile v3.27.0 |
| 857 | 2026-08-21T17:19:07.154Z | Compiling dtrace-parser v0.3.0 |
| 858 | 2026-08-21T17:19:07.272Z | Compiling ipnetwork v0.21.1 |
| 859 | 2026-08-21T17:19:07.319Z | Compiling thread-id v5.1.0 |
| 860 | 2026-08-21T17:19:07.335Z | Compiling sync_wrapper v1.0.2 |
| 861 | 2026-08-21T17:19:07.384Z | Compiling adler2 v2.0.1 |
| 862 | 2026-08-21T17:19:07.389Z | Compiling regex-syntax v0.8.10 |
| 863 | 2026-08-21T17:19:07.427Z | Compiling crossbeam-utils v0.8.21 |
| 864 | 2026-08-21T17:19:07.679Z | Compiling plain v0.2.3 |
| 865 | 2026-08-21T17:19:07.705Z | Compiling simd-adler32 v0.3.8 |
| 866 | 2026-08-21T17:19:07.708Z | Compiling utf8_iter v1.0.4 |
| 867 | 2026-08-21T17:19:07.743Z | Compiling num_threads v0.1.7 |
| 868 | 2026-08-21T17:19:07.809Z | Compiling strsim v0.11.1 |
| 869 | 2026-08-21T17:19:07.822Z | Compiling ident_case v1.0.1 |
| 870 | 2026-08-21T17:19:07.854Z | Compiling openssl-probe v0.2.1 |
| 871 | 2026-08-21T17:19:07.927Z | Compiling byteorder v1.5.0 |
| 872 | 2026-08-21T17:19:08.063Z | Compiling ryu v1.0.23 |
| 873 | 2026-08-21T17:19:08.145Z | Compiling rustls-native-certs v0.8.3 |
| 874 | 2026-08-21T17:19:08.214Z | Compiling time v0.3.47 |
| 875 | 2026-08-21T17:19:08.328Z | Compiling serde_urlencoded v0.7.1 |
| 876 | 2026-08-21T17:19:08.522Z | Compiling darling_core v0.23.0 |
| 877 | 2026-08-21T17:19:08.592Z | Compiling miniz_oxide v0.8.9 |
| 878 | 2026-08-21T17:19:08.625Z | Compiling idna v1.1.0 |
| 879 | 2026-08-21T17:19:08.889Z | Compiling goblin v0.10.5 |
| 880 | 2026-08-21T17:19:09.929Z | Compiling oxnet v0.1.6 |
| 881 | 2026-08-21T17:19:10.003Z | Compiling tower v0.5.3 |
| 882 | 2026-08-21T17:19:10.653Z | Compiling newtype-uuid v1.3.2 |
| 883 | 2026-08-21T17:19:10.711Z | Compiling http-body-util v0.1.3 |
| 884 | 2026-08-21T17:19:10.786Z | Compiling daft-derive v0.1.7 |
| 885 | 2026-08-21T17:19:10.986Z | Compiling aho-corasick v1.1.4 |
| 886 | 2026-08-21T17:19:11.189Z | Compiling getrandom v0.2.17 |
| 887 | 2026-08-21T17:19:11.392Z | Compiling iri-string v0.7.10 |
| 888 | 2026-08-21T17:19:11.568Z | Compiling camino v1.2.5 |
| 889 | 2026-08-21T17:19:11.877Z | Compiling pretty-hex v0.4.1 |
| 890 | 2026-08-21T17:19:12.005Z | Compiling rustix v0.38.44 |
| 891 | 2026-08-21T17:19:12.355Z | Compiling daft v0.1.7 |
| 892 | 2026-08-21T17:19:12.400Z | Compiling rand_core v0.6.4 |
| 893 | 2026-08-21T17:19:12.647Z | Compiling flate2 v1.1.9 |
| 894 | 2026-08-21T17:19:13.173Z | Compiling regex-automata v0.4.14 |
| 895 | 2026-08-21T17:19:13.707Z | Compiling tower-http v0.6.8 |
| 896 | 2026-08-21T17:19:13.862Z | Compiling darling_macro v0.23.0 |
| 897 | 2026-08-21T17:19:14.652Z | Compiling url v2.5.8 |
| 898 | 2026-08-21T17:19:15.028Z | Compiling rand_chacha v0.9.0 |
| 899 | 2026-08-21T17:19:15.257Z | Compiling crypto-common v0.2.2 |
| 900 | 2026-08-21T17:19:15.566Z | Compiling block-buffer v0.12.1 |
| 901 | 2026-08-21T17:19:15.631Z | Compiling multer v3.1.0 |
| 902 | 2026-08-21T17:19:15.810Z | Compiling wait-timeout v0.2.1 |
| 903 | 2026-08-21T17:19:16.284Z | Compiling thread_local v1.1.9 |
| 904 | 2026-08-21T17:19:16.506Z | Compiling compression-core v0.4.31 |
| 905 | 2026-08-21T17:19:16.602Z | Compiling winnow v1.0.3 |
| 906 | 2026-08-21T17:19:16.669Z | Compiling bit-vec v0.8.0 |
| 907 | 2026-08-21T17:19:16.950Z | Compiling allocator-api2 v0.2.21 |
| 908 | 2026-08-21T17:19:16.966Z | Compiling quick-error v1.2.3 |
| 909 | 2026-08-21T17:19:17.004Z | Compiling slog-async v2.8.0 |
| 910 | 2026-08-21T17:19:17.041Z | Compiling foldhash v0.2.0 |
| 911 | 2026-08-21T17:19:17.284Z | Compiling const-oid v0.10.2 |
| 912 | 2026-08-21T17:19:17.301Z | Compiling match_cfg v0.1.0 |
| 913 | 2026-08-21T17:19:17.311Z | Compiling ref-cast v1.0.25 |
| 914 | 2026-08-21T17:19:17.349Z | Compiling hostname v0.3.1 |
| 915 | 2026-08-21T17:19:17.356Z | Compiling hashbrown v0.16.1 |
| 916 | 2026-08-21T17:19:17.494Z | Compiling digest v0.11.3 |
| 917 | 2026-08-21T17:19:17.655Z | Compiling rusty-fork v0.3.1 |
| 918 | 2026-08-21T17:19:17.670Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 919 | 2026-08-21T17:19:18.062Z | Compiling bit-set v0.8.0 |
| 920 | 2026-08-21T17:19:18.497Z | Compiling compression-codecs v0.4.37 |
| 921 | 2026-08-21T17:19:18.881Z | Compiling rand v0.9.2 |
| 922 | 2026-08-21T17:19:18.977Z | Compiling crossbeam-channel v0.5.15 |
| 923 | 2026-08-21T17:19:19.594Z | Compiling regex v1.12.3 |
| 924 | 2026-08-21T17:19:19.650Z | Compiling darling v0.23.0 |
| 925 | 2026-08-21T17:19:19.724Z | Compiling rand_chacha v0.3.1 |
| 926 | 2026-08-21T17:19:20.330Z | Compiling slog-json v2.6.1 |
| 927 | 2026-08-21T17:19:20.582Z | Compiling usdt-attr-macro v0.6.0 |
| 928 | 2026-08-21T17:19:20.765Z | Compiling usdt-macro v0.6.0 |
| 929 | 2026-08-21T17:19:21.187Z | Compiling rand_xorshift v0.4.0 |
| 930 | 2026-08-21T17:19:21.237Z | Compiling derive-ex v0.1.8 |
| 931 | 2026-08-21T17:19:21.303Z | Compiling dropshot v0.17.1 |
| 932 | 2026-08-21T17:19:21.352Z | Compiling futures-executor v0.3.32 |
| 933 | 2026-08-21T17:19:21.433Z | Compiling ref-cast-impl v1.0.25 |
| 934 | 2026-08-21T17:19:21.523Z | Compiling async-trait v0.1.89 |
| 935 | 2026-08-21T17:19:21.841Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 936 | 2026-08-21T17:19:21.951Z | Compiling async-stream-impl v0.3.6 |
| 937 | 2026-08-21T17:19:22.016Z | Compiling serde_spanned v1.1.1 |
| 938 | 2026-08-21T17:19:22.153Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 939 | 2026-08-21T17:19:22.290Z | Compiling is-terminal v0.4.17 |
| 940 | 2026-08-21T17:19:22.384Z | Compiling memmap2 v0.9.10 |
| 941 | 2026-08-21T17:19:22.458Z | Compiling encoding_rs v0.8.35 |
| 942 | 2026-08-21T17:19:22.559Z | Compiling anyhow v1.0.104 |
| 943 | 2026-08-21T17:19:22.668Z | Compiling hex v0.4.3 |
| 944 | 2026-08-21T17:19:22.788Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 945 | 2026-08-21T17:19:22.837Z | Compiling cpufeatures v0.3.0 |
| 946 | 2026-08-21T17:19:22.864Z | Compiling unarray v0.1.4 |
| 947 | 2026-08-21T17:19:22.906Z | Compiling mime v0.3.17 |
| 948 | 2026-08-21T17:19:22.956Z | Compiling spin v0.9.8 |
| 949 | 2026-08-21T17:19:22.971Z | Compiling take_mut v0.2.2 |
| 950 | 2026-08-21T17:19:23.032Z | Compiling term v1.2.1 |
| 951 | 2026-08-21T17:19:23.069Z | Compiling toml v1.1.2+spec-1.1.0 |
| 952 | 2026-08-21T17:19:23.366Z | Compiling slog-term v2.9.2 |
| 953 | 2026-08-21T17:19:24.711Z | Compiling proptest v1.11.0 |
| 954 | 2026-08-21T17:19:24.925Z | Compiling byte-wrapper v0.1.0 |
| 955 | 2026-08-21T17:19:25.604Z | Compiling sha1 v0.11.0 |
| 956 | 2026-08-21T17:19:25.836Z | Compiling dropshot_endpoint v0.17.1 |
| 957 | 2026-08-21T17:19:26.013Z | Compiling test-strategy v0.4.5 |
| 958 | 2026-08-21T17:19:26.710Z | Compiling async-stream v0.3.6 |
| 959 | 2026-08-21T17:19:26.899Z | Compiling usdt v0.6.0 |
| 960 | 2026-08-21T17:19:27.318Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 961 | 2026-08-21T17:19:27.495Z | Compiling futures v0.3.32 |
| 962 | 2026-08-21T17:19:27.566Z | Compiling atomicwrites v0.4.4 |
| 963 | 2026-08-21T17:19:27.572Z | Compiling slog-bunyan v2.5.0 |
| 964 | 2026-08-21T17:19:27.616Z | Compiling parse-display-derive v0.10.0 |
| 965 | 2026-08-21T17:19:27.736Z | Compiling rand v0.8.6 |
| 966 | 2026-08-21T17:19:27.876Z | Compiling serde_with_macros v3.21.0 |
| 967 | 2026-08-21T17:19:28.499Z | Compiling async-compression v0.4.41 |
| 968 | 2026-08-21T17:19:28.907Z | Compiling strum_macros v0.27.2 |
| 969 | 2026-08-21T17:19:28.945Z | Compiling newtype-uuid-macros v0.1.0 |
| 970 | 2026-08-21T17:19:28.996Z | Compiling backon v1.6.0 |
| 971 | 2026-08-21T17:19:29.105Z | Compiling waitgroup v0.1.2 |
| 972 | 2026-08-21T17:19:29.218Z | Compiling openapiv3 v2.2.0 |
| 973 | 2026-08-21T17:19:29.254Z | Compiling rustls-pemfile v2.2.0 |
| 974 | 2026-08-21T17:19:29.508Z | Compiling serde_path_to_error v0.1.20 |
| 975 | 2026-08-21T17:19:29.555Z | Compiling hostname v0.4.2 |
| 976 | 2026-08-21T17:19:29.709Z | Compiling instant v0.1.13 |
| 977 | 2026-08-21T17:19:29.732Z | Compiling debug-ignore v1.0.5 |
| 978 | 2026-08-21T17:19:29.817Z | Compiling either v1.15.0 |
| 979 | 2026-08-21T17:19:29.830Z | Compiling backoff v0.4.0 |
| 980 | 2026-08-21T17:19:29.942Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 981 | 2026-08-21T17:19:30.021Z | Compiling itertools v0.14.0 |
| 982 | 2026-08-21T17:19:30.026Z | Compiling parse-display v0.10.0 |
| 983 | 2026-08-21T17:19:30.685Z | Compiling strum v0.27.2 |
| 984 | 2026-08-21T17:19:30.797Z | Compiling serde_with v3.21.0 |
| 985 | 2026-08-21T17:19:30.879Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 986 | 2026-08-21T17:19:31.204Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 987 | 2026-08-21T17:19:31.452Z | Compiling iddqd v0.4.2 |
| 988 | 2026-08-21T17:19:31.506Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 989 | 2026-08-21T17:19:31.950Z | Compiling regress v0.10.5 |
| 990 | 2026-08-21T17:19:32.286Z | Compiling macaddr v1.0.1 |
| 991 | 2026-08-21T17:19:32.335Z | Compiling humantime v2.3.0 |
| 992 | 2026-08-21T17:19:39.022Z | Compiling rustls-webpki v0.103.13 |
| 993 | 2026-08-21T17:19:42.249Z | Compiling tokio-rustls v0.26.4 |
| 994 | 2026-08-21T17:19:42.249Z | Compiling rustls-platform-verifier v0.6.2 |
| 995 | 2026-08-21T17:19:42.505Z | Compiling hyper-rustls v0.27.7 |
| 996 | 2026-08-21T17:19:42.764Z | Compiling reqwest v0.13.2 |
| 997 | 2026-08-21T17:19:45.035Z | Compiling progenitor-client v0.14.0 |
| 998 | 2026-08-21T17:19:45.289Z | Compiling progenitor-extras v0.2.0 |
| 999 | 2026-08-21T17:19:46.038Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1000 | 2026-08-21T17:19:49.675Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1001 | 2026-08-21T17:19:52.784Z | Finished `release` profile [optimized] target(s) in 1m 03s |
| 1002 | 2026-08-21T17:19:52.835Z | process exited: duration 101180 ms, exit code 0 |
| |
| 1003 | 2026-08-21T17:19:52.858Z | found 0 output files |