|
|
|
| 1 | 2026-08-25T16:31:35.699Z | job assigned to worker 01M0WW51QPSZ7A50AKK5NMEBP1 [factory aws, i-0d54ceeac0d57bbf8] (queued for 1 m 2 s) |
| |
| 2 | 2026-08-25T16:31:42.740Z | starting task 0: "setup" |
| 3 | 2026-08-25T16:31:42.746Z | ++ uname -s |
| 4 | 2026-08-25T16:31:42.749Z | + kern=SunOS |
| 5 | 2026-08-25T16:31:42.749Z | + build_user=build |
| 6 | 2026-08-25T16:31:42.749Z | + build_uid=12345 |
| 7 | 2026-08-25T16:31:42.749Z | + work_dir=/work |
| 8 | 2026-08-25T16:31:42.749Z | + input_dir=/input |
| 9 | 2026-08-25T16:31:42.749Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T16:31:42.749Z | + case "$kern" in |
| 11 | 2026-08-25T16:31:42.749Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T16:31:42.749Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T16:31:44.755Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T16:31:44.857Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T16:31:44.864Z | + home_fs=zfs |
| 16 | 2026-08-25T16:31:44.864Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T16:31:44.864Z | + mkdir -p /home/build |
| 18 | 2026-08-25T16:31:44.864Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T16:31:45.858Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T16:31:45.861Z | process exited: duration 3119 ms, exit code 0 |
| |
| 21 | 2026-08-25T16:31:45.868Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T16:31:45.872Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T16:31:45.872Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T16:31:45.872Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-25T16:31:45.872Z | * rust toolchain profile = "default" |
| 26 | 2026-08-25T16:31:45.872Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T16:31:45.872Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T16:31:45.875Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T16:31:45.875Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T16:31:45.929Z | info: downloading installer |
| 31 | 2026-08-25T16:31:47.244Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T16:31:47.245Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T16:31:47.245Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T16:31:47.245Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T16:31:47.256Z | info: profile set to default |
| 36 | 2026-08-25T16:31:47.256Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T16:31:47.261Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T16:31:47.409Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T16:31:47.412Z | info: downloading 6 components |
| 40 | 2026-08-25T16:32:02.078Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T16:32:02.078Z | |
| 42 | 2026-08-25T16:32:02.105Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T16:32:02.105Z | |
| 44 | 2026-08-25T16:32:02.105Z | |
| 45 | 2026-08-25T16:32:02.105Z | Rust is installed now. Great! |
| 46 | 2026-08-25T16:32:02.105Z | |
| 47 | 2026-08-25T16:32:02.105Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T16:32:02.105Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T16:32:02.105Z | |
| 50 | 2026-08-25T16:32:02.105Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T16:32:02.105Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T16:32:02.106Z | |
| 53 | 2026-08-25T16:32:02.106Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T16:32:02.109Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T16:32:02.109Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T16:32:02.109Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T16:32:02.110Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T16:32:02.110Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T16:32:02.110Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T16:32:02.110Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T16:32:02.110Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T16:32:02.207Z | + rustup --version |
| 63 | 2026-08-25T16:32:02.216Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T16:32:02.219Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T16:32:02.237Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T16:32:02.240Z | + cargo --version |
| 67 | 2026-08-25T16:32:02.254Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T16:32:02.257Z | + rustc --version |
| 69 | 2026-08-25T16:32:02.276Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T16:32:02.279Z | process exited: duration 16409 ms, exit code 0 |
| |
| 71 | 2026-08-25T16:32:02.286Z | starting task 2: "authentication" |
| 72 | 2026-08-25T16:32:02.304Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T16:32:02.310Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T16:32:02.314Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T16:32:02.318Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T16:32:02.347Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T16:32:16.189Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T16:32:16.189Z | + git fetch origin 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b |
| 79 | 2026-08-25T16:32:16.516Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T16:32:16.516Z | * branch 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b -> FETCH_HEAD |
| 81 | 2026-08-25T16:32:16.526Z | + [[ -n renovate/crate-postgres-protocol-vulnerability ]] |
| 82 | 2026-08-25T16:32:16.529Z | ++ git branch --show-current |
| 83 | 2026-08-25T16:32:16.530Z | + current=main |
| 84 | 2026-08-25T16:32:16.530Z | + [[ main != renovate/crate-postgres-protocol-vulnerability ]] |
| 85 | 2026-08-25T16:32:16.530Z | + git branch -f renovate/crate-postgres-protocol-vulnerability 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b |
| 86 | 2026-08-25T16:32:16.533Z | + git checkout -f renovate/crate-postgres-protocol-vulnerability |
| 87 | 2026-08-25T16:32:16.783Z | Switched to branch 'renovate/crate-postgres-protocol-vulnerability' |
| 88 | 2026-08-25T16:32:16.786Z | + git reset --hard 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b |
| 89 | 2026-08-25T16:32:17.037Z | HEAD is now at 349e9bd3d Update Rust crate postgres-protocol to v0.6.12 [SECURITY] |
| 90 | 2026-08-25T16:32:17.040Z | process exited: duration 14727 ms, exit code 0 |
| |
| 91 | 2026-08-25T16:32:17.047Z | starting task 4: "build" |
| 92 | 2026-08-25T16:32:17.051Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T16:32:17.055Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T16:32:17.055Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T16:32:17.055Z | +++ uname -s |
| 96 | 2026-08-25T16:32:17.055Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T16:32:17.055Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T16:32:17.058Z | + cargo --version |
| 99 | 2026-08-25T16:32:17.064Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T16:32:17.068Z | + rustc --version |
| 101 | 2026-08-25T16:32:17.086Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T16:32:17.090Z | + cd /tmp |
| 103 | 2026-08-25T16:32:17.090Z | + cargo new --lib test-project |
| 104 | 2026-08-25T16:32:17.108Z | Creating library `test-project` package |
| 105 | 2026-08-25T16:32:17.144Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 106 | 2026-08-25T16:32:17.147Z | + cd test-project |
| 107 | 2026-08-25T16:32:17.147Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 108 | 2026-08-25T16:32:17.166Z | Adding omicron-common (local) to dependencies |
| 109 | 2026-08-25T16:32:17.166Z | Features: |
| 110 | 2026-08-25T16:32:17.166Z | - proptest |
| 111 | 2026-08-25T16:32:17.166Z | - test-strategy |
| 112 | 2026-08-25T16:32:17.170Z | - testing |
| 113 | 2026-08-25T16:32:17.188Z | Updating crates.io index |
| 114 | 2026-08-25T16:32:17.191Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 115 | 2026-08-25T16:32:18.274Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 116 | 2026-08-25T16:32:20.325Z | Locking 379 packages to latest Rust 1.97.1 compatible versions |
| 117 | 2026-08-25T16:32:20.429Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-08-25T16:32:20.437Z | + cargo check |
| 119 | 2026-08-25T16:32:20.536Z | Updating crates.io index |
| 120 | 2026-08-25T16:32:21.221Z | Locking 1 package to latest Rust 1.97.1 compatible version |
| 121 | 2026-08-25T16:32:21.221Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-08-25T16:32:21.249Z | Downloading crates ... |
| 123 | 2026-08-25T16:32:21.294Z | Downloaded quick-error v1.2.3 |
| 124 | 2026-08-25T16:32:21.302Z | Downloaded rand v0.9.2 |
| 125 | 2026-08-25T16:32:21.306Z | Downloaded rand_chacha v0.3.1 |
| 126 | 2026-08-25T16:32:21.309Z | Downloaded rand_core v0.10.0 |
| 127 | 2026-08-25T16:32:21.309Z | Downloaded adler2 v2.0.1 |
| 128 | 2026-08-25T16:32:21.313Z | Downloaded futures-io v0.3.32 |
| 129 | 2026-08-25T16:32:21.313Z | Downloaded sha2 v0.10.9 |
| 130 | 2026-08-25T16:32:21.317Z | Downloaded scroll_derive v0.13.1 |
| 131 | 2026-08-25T16:32:21.322Z | Downloaded futures-channel v0.3.32 |
| 132 | 2026-08-25T16:32:21.325Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 133 | 2026-08-25T16:32:21.325Z | Downloaded ref-cast-impl v1.0.25 |
| 134 | 2026-08-25T16:32:21.328Z | Downloaded serde_spanned v1.1.1 |
| 135 | 2026-08-25T16:32:21.332Z | Downloaded indexmap v2.14.0 |
| 136 | 2026-08-25T16:32:21.332Z | Downloaded futures-core v0.3.32 |
| 137 | 2026-08-25T16:32:21.332Z | Downloaded paste v1.0.15 |
| 138 | 2026-08-25T16:32:21.335Z | Downloaded rand v0.10.1 |
| 139 | 2026-08-25T16:32:21.335Z | Downloaded rand_pcg v0.10.2 |
| 140 | 2026-08-25T16:32:21.340Z | Downloaded rustc-hash v2.1.1 |
| 141 | 2026-08-25T16:32:21.344Z | Downloaded serde_path_to_error v0.1.20 |
| 142 | 2026-08-25T16:32:21.344Z | Downloaded scroll v0.13.0 |
| 143 | 2026-08-25T16:32:21.355Z | Downloaded tinyvec_macros v0.1.1 |
| 144 | 2026-08-25T16:32:21.358Z | Downloaded openapiv3 v2.2.0 |
| 145 | 2026-08-25T16:32:21.362Z | Downloaded tokio-macros v2.7.0 |
| 146 | 2026-08-25T16:32:21.365Z | Downloaded rand_xorshift v0.4.0 |
| 147 | 2026-08-25T16:32:21.365Z | Downloaded rustversion v1.0.22 |
| 148 | 2026-08-25T16:32:21.365Z | Downloaded serde_derive_internals v0.29.1 |
| 149 | 2026-08-25T16:32:21.368Z | Downloaded slog-bunyan v2.5.0 |
| 150 | 2026-08-25T16:32:21.368Z | Downloaded futures-sink v0.3.32 |
| 151 | 2026-08-25T16:32:21.371Z | Downloaded futures-macro v0.3.32 |
| 152 | 2026-08-25T16:32:21.375Z | Downloaded instant v0.1.13 |
| 153 | 2026-08-25T16:32:21.375Z | Downloaded hex v0.4.3 |
| 154 | 2026-08-25T16:32:21.378Z | Downloaded subtle v2.6.1 |
| 155 | 2026-08-25T16:32:21.378Z | Downloaded time-core v0.1.8 |
| 156 | 2026-08-25T16:32:21.378Z | Downloaded scopeguard v1.2.0 |
| 157 | 2026-08-25T16:32:21.378Z | Downloaded strsim v0.11.1 |
| 158 | 2026-08-25T16:32:21.378Z | Downloaded sync_wrapper v1.0.2 |
| 159 | 2026-08-25T16:32:21.381Z | Downloaded rustls-pki-types v1.14.0 |
| 160 | 2026-08-25T16:32:21.384Z | Downloaded rustls-native-certs v0.8.3 |
| 161 | 2026-08-25T16:32:21.384Z | Downloaded rustls-pemfile v2.2.0 |
| 162 | 2026-08-25T16:32:21.388Z | Downloaded rusty-fork v0.3.1 |
| 163 | 2026-08-25T16:32:21.388Z | Downloaded tinyvec v1.10.0 |
| 164 | 2026-08-25T16:32:21.388Z | Downloaded futures-task v0.3.32 |
| 165 | 2026-08-25T16:32:21.388Z | Downloaded generic-array v0.14.7 |
| 166 | 2026-08-25T16:32:21.391Z | Downloaded getrandom v0.2.17 |
| 167 | 2026-08-25T16:32:21.394Z | Downloaded http-body-util v0.1.3 |
| 168 | 2026-08-25T16:32:21.394Z | Downloaded atomicwrites v0.4.4 |
| 169 | 2026-08-25T16:32:21.398Z | Downloaded heck v0.5.0 |
| 170 | 2026-08-25T16:32:21.398Z | Downloaded idna_adapter v1.2.1 |
| 171 | 2026-08-25T16:32:21.401Z | Downloaded serde_urlencoded v0.7.1 |
| 172 | 2026-08-25T16:32:21.404Z | Downloaded ident_case v1.0.1 |
| 173 | 2026-08-25T16:32:21.405Z | Downloaded hostname v0.4.2 |
| 174 | 2026-08-25T16:32:21.405Z | Downloaded macaddr v1.0.1 |
| 175 | 2026-08-25T16:32:21.408Z | Downloaded httpdate v1.0.3 |
| 176 | 2026-08-25T16:32:21.408Z | Downloaded lru-slab v0.1.2 |
| 177 | 2026-08-25T16:32:21.408Z | Downloaded plain v0.2.3 |
| 178 | 2026-08-25T16:32:21.411Z | Downloaded potential_utf v0.1.4 |
| 179 | 2026-08-25T16:32:21.411Z | Downloaded hostname v0.3.1 |
| 180 | 2026-08-25T16:32:21.415Z | Downloaded openssl-probe v0.2.1 |
| 181 | 2026-08-25T16:32:21.418Z | Downloaded powerfmt v0.2.0 |
| 182 | 2026-08-25T16:32:21.418Z | Downloaded pretty-hex v0.4.1 |
| 183 | 2026-08-25T16:32:21.418Z | Downloaded strum v0.27.2 |
| 184 | 2026-08-25T16:32:21.418Z | Downloaded parse-display v0.10.0 |
| 185 | 2026-08-25T16:32:21.422Z | Downloaded num_threads v0.1.7 |
| 186 | 2026-08-25T16:32:21.422Z | Downloaded omicron-workspace-hack v0.1.0 |
| 187 | 2026-08-25T16:32:21.422Z | Downloaded utf8_iter v1.0.4 |
| 188 | 2026-08-25T16:32:21.425Z | Downloaded sha1 v0.11.0 |
| 189 | 2026-08-25T16:32:21.428Z | Downloaded structmeta v0.3.0 |
| 190 | 2026-08-25T16:32:21.428Z | Downloaded form_urlencoded v1.2.2 |
| 191 | 2026-08-25T16:32:21.432Z | Downloaded itoa v1.0.17 |
| 192 | 2026-08-25T16:32:21.432Z | Downloaded match_cfg v0.1.0 |
| 193 | 2026-08-25T16:32:21.432Z | Downloaded structmeta-derive v0.3.0 |
| 194 | 2026-08-25T16:32:21.432Z | Downloaded take_mut v0.2.2 |
| 195 | 2026-08-25T16:32:21.432Z | Downloaded usdt-macro v0.6.0 |
| 196 | 2026-08-25T16:32:21.432Z | Downloaded percent-encoding v2.3.2 |
| 197 | 2026-08-25T16:32:21.435Z | Downloaded rand_chacha v0.9.0 |
| 198 | 2026-08-25T16:32:21.435Z | Downloaded slab v0.4.12 |
| 199 | 2026-08-25T16:32:21.435Z | Downloaded slog-async v2.8.0 |
| 200 | 2026-08-25T16:32:21.435Z | Downloaded schemars_derive v0.8.22 |
| 201 | 2026-08-25T16:32:21.440Z | Downloaded newtype-uuid-macros v0.1.0 |
| 202 | 2026-08-25T16:32:21.445Z | Downloaded is-terminal v0.4.17 |
| 203 | 2026-08-25T16:32:21.449Z | Downloaded fs_extra v1.3.0 |
| 204 | 2026-08-25T16:32:21.453Z | Downloaded hyper-rustls v0.27.7 |
| 205 | 2026-08-25T16:32:21.453Z | Downloaded iana-time-zone v0.1.65 |
| 206 | 2026-08-25T16:32:21.453Z | Downloaded newtype-uuid v1.3.2 |
| 207 | 2026-08-25T16:32:21.453Z | Downloaded oxide-generation-macros v0.2.0 |
| 208 | 2026-08-25T16:32:21.457Z | Downloaded pin-project-lite v0.2.17 |
| 209 | 2026-08-25T16:32:21.457Z | Downloaded quote v1.0.45 |
| 210 | 2026-08-25T16:32:21.457Z | Downloaded serde_tokenstream v0.2.3 |
| 211 | 2026-08-25T16:32:21.461Z | Downloaded stable_deref_trait v1.2.1 |
| 212 | 2026-08-25T16:32:21.461Z | Downloaded synstructure v0.13.2 |
| 213 | 2026-08-25T16:32:21.461Z | Downloaded thread-id v5.1.0 |
| 214 | 2026-08-25T16:32:21.461Z | Downloaded async-stream v0.3.6 |
| 215 | 2026-08-25T16:32:21.461Z | Downloaded http-body v1.0.1 |
| 216 | 2026-08-25T16:32:21.461Z | Downloaded ipnet v2.12.0 |
| 217 | 2026-08-25T16:32:21.464Z | Downloaded tower-layer v0.3.3 |
| 218 | 2026-08-25T16:32:21.464Z | Downloaded version_check v0.9.5 |
| 219 | 2026-08-25T16:32:21.464Z | Downloaded usdt v0.6.0 |
| 220 | 2026-08-25T16:32:21.464Z | Downloaded debug-ignore v1.0.5 |
| 221 | 2026-08-25T16:32:21.464Z | Downloaded compression-core v0.4.31 |
| 222 | 2026-08-25T16:32:21.464Z | Downloaded humantime v2.3.0 |
| 223 | 2026-08-25T16:32:21.464Z | Downloaded ref-cast v1.0.25 |
| 224 | 2026-08-25T16:32:21.468Z | Downloaded time-macros v0.2.27 |
| 225 | 2026-08-25T16:32:21.468Z | Downloaded strum_macros v0.27.2 |
| 226 | 2026-08-25T16:32:21.468Z | Downloaded shlex v1.3.0 |
| 227 | 2026-08-25T16:32:21.471Z | Downloaded simd-adler32 v0.3.8 |
| 228 | 2026-08-25T16:32:21.471Z | Downloaded slog-term v2.9.2 |
| 229 | 2026-08-25T16:32:21.471Z | Downloaded futures-executor v0.3.32 |
| 230 | 2026-08-25T16:32:21.471Z | Downloaded num-conv v0.2.0 |
| 231 | 2026-08-25T16:32:21.474Z | Downloaded progenitor-client v0.14.0 |
| 232 | 2026-08-25T16:32:21.474Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 233 | 2026-08-25T16:32:21.475Z | Downloaded ppv-lite86 v0.2.21 |
| 234 | 2026-08-25T16:32:21.475Z | Downloaded rand_core v0.6.4 |
| 235 | 2026-08-25T16:32:21.475Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 236 | 2026-08-25T16:32:21.475Z | Downloaded dof v0.4.0 |
| 237 | 2026-08-25T16:32:21.478Z | Downloaded dunce v1.0.5 |
| 238 | 2026-08-25T16:32:21.478Z | Downloaded jobserver v0.1.34 |
| 239 | 2026-08-25T16:32:21.478Z | Downloaded mime v0.3.17 |
| 240 | 2026-08-25T16:32:21.478Z | Downloaded async-stream-impl v0.3.6 |
| 241 | 2026-08-25T16:32:21.478Z | Downloaded dyn-clone v1.0.20 |
| 242 | 2026-08-25T16:32:21.483Z | Downloaded progenitor-extras v0.2.0 |
| 243 | 2026-08-25T16:32:21.486Z | Downloaded block-buffer v0.12.1 |
| 244 | 2026-08-25T16:32:21.486Z | Downloaded lock_api v0.4.14 |
| 245 | 2026-08-25T16:32:21.489Z | Downloaded oxnet v0.1.6 |
| 246 | 2026-08-25T16:32:21.492Z | Downloaded want v0.3.1 |
| 247 | 2026-08-25T16:32:21.492Z | Downloaded futures-util v0.3.32 |
| 248 | 2026-08-25T16:32:21.498Z | Downloaded icu_normalizer_data v2.1.1 |
| 249 | 2026-08-25T16:32:21.501Z | Downloaded ipnetwork v0.21.1 |
| 250 | 2026-08-25T16:32:21.501Z | Downloaded multer v3.1.0 |
| 251 | 2026-08-25T16:32:21.501Z | Downloaded oxide-generation v0.1.3 |
| 252 | 2026-08-25T16:32:21.505Z | Downloaded parse-display-derive v0.10.0 |
| 253 | 2026-08-25T16:32:21.505Z | Downloaded rand_core v0.9.5 |
| 254 | 2026-08-25T16:32:21.505Z | Downloaded thiserror-impl v2.0.18 |
| 255 | 2026-08-25T16:32:21.505Z | Downloaded thread_local v1.1.9 |
| 256 | 2026-08-25T16:32:21.505Z | Downloaded zerofrom-derive v0.1.6 |
| 257 | 2026-08-25T16:32:21.505Z | Downloaded serde_tokenstream v0.3.0 |
| 258 | 2026-08-25T16:32:21.509Z | Downloaded tinystr v0.8.2 |
| 259 | 2026-08-25T16:32:21.509Z | Downloaded thiserror v2.0.18 |
| 260 | 2026-08-25T16:32:21.512Z | Downloaded unarray v0.1.4 |
| 261 | 2026-08-25T16:32:21.512Z | Downloaded bit-set v0.8.0 |
| 262 | 2026-08-25T16:32:21.512Z | Downloaded backoff v0.4.0 |
| 263 | 2026-08-25T16:32:21.512Z | Downloaded smallvec v1.15.1 |
| 264 | 2026-08-25T16:32:21.515Z | Downloaded displaydoc v0.2.5 |
| 265 | 2026-08-25T16:32:21.515Z | Downloaded zmij v1.0.21 |
| 266 | 2026-08-25T16:32:21.515Z | Downloaded signal-hook-registry v1.4.8 |
| 267 | 2026-08-25T16:32:21.515Z | Downloaded slog-json v2.6.1 |
| 268 | 2026-08-25T16:32:21.519Z | Downloaded writeable v0.6.2 |
| 269 | 2026-08-25T16:32:21.519Z | Downloaded zerofrom v0.1.6 |
| 270 | 2026-08-25T16:32:21.519Z | Downloaded yoke-derive v0.8.1 |
| 271 | 2026-08-25T16:32:21.519Z | Downloaded darling_macro v0.23.0 |
| 272 | 2026-08-25T16:32:21.519Z | Downloaded rustls-platform-verifier v0.6.2 |
| 273 | 2026-08-25T16:32:21.522Z | Downloaded cfg-if v1.0.4 |
| 274 | 2026-08-25T16:32:21.522Z | Downloaded cfg_aliases v0.2.1 |
| 275 | 2026-08-25T16:32:21.522Z | Downloaded block-buffer v0.10.4 |
| 276 | 2026-08-25T16:32:21.522Z | Downloaded errno v0.3.14 |
| 277 | 2026-08-25T16:32:21.522Z | Downloaded bs58 v0.5.1 |
| 278 | 2026-08-25T16:32:21.526Z | Downloaded cpufeatures v0.3.0 |
| 279 | 2026-08-25T16:32:21.526Z | Downloaded fnv v1.0.7 |
| 280 | 2026-08-25T16:32:21.529Z | Downloaded atomic-waker v1.1.2 |
| 281 | 2026-08-25T16:32:21.529Z | Downloaded crypto-common v0.1.7 |
| 282 | 2026-08-25T16:32:21.529Z | Downloaded hybrid-array v0.4.13 |
| 283 | 2026-08-25T16:32:21.529Z | Downloaded httparse v1.10.1 |
| 284 | 2026-08-25T16:32:21.533Z | Downloaded quinn-udp v0.5.14 |
| 285 | 2026-08-25T16:32:21.533Z | Downloaded serde v1.0.228 |
| 286 | 2026-08-25T16:32:21.536Z | Downloaded serde_with_macros v3.21.0 |
| 287 | 2026-08-25T16:32:21.536Z | Downloaded semver v1.0.28 |
| 288 | 2026-08-25T16:32:21.536Z | Downloaded tokio-rustls v0.26.4 |
| 289 | 2026-08-25T16:32:21.540Z | Downloaded pest_generator v2.8.6 |
| 290 | 2026-08-25T16:32:21.540Z | Downloaded crypto-common v0.2.2 |
| 291 | 2026-08-25T16:32:21.540Z | Downloaded parking_lot_core v0.9.12 |
| 292 | 2026-08-25T16:32:21.540Z | Downloaded zeroize v1.9.0 |
| 293 | 2026-08-25T16:32:21.544Z | Downloaded derive-ex v0.1.8 |
| 294 | 2026-08-25T16:32:21.544Z | Downloaded find-msvc-tools v0.1.9 |
| 295 | 2026-08-25T16:32:21.544Z | Downloaded yoke v0.8.1 |
| 296 | 2026-08-25T16:32:21.544Z | Downloaded litemap v0.8.1 |
| 297 | 2026-08-25T16:32:21.547Z | Downloaded pest_derive v2.8.6 |
| 298 | 2026-08-25T16:32:21.547Z | Downloaded backon v1.6.0 |
| 299 | 2026-08-25T16:32:21.551Z | Downloaded either v1.15.0 |
| 300 | 2026-08-25T16:32:21.551Z | Downloaded memmap2 v0.9.10 |
| 301 | 2026-08-25T16:32:21.551Z | Downloaded tower-service v0.3.3 |
| 302 | 2026-08-25T16:32:21.551Z | Downloaded wait-timeout v0.2.1 |
| 303 | 2026-08-25T16:32:21.551Z | Downloaded waitgroup v0.1.2 |
| 304 | 2026-08-25T16:32:21.551Z | Downloaded getrandom v0.3.4 |
| 305 | 2026-08-25T16:32:21.555Z | Downloaded schemars v0.8.22 |
| 306 | 2026-08-25T16:32:21.559Z | Downloaded byteorder v1.5.0 |
| 307 | 2026-08-25T16:32:21.562Z | Downloaded once_cell v1.21.3 |
| 308 | 2026-08-25T16:32:21.562Z | Downloaded byte-wrapper v0.1.0 |
| 309 | 2026-08-25T16:32:21.562Z | Downloaded autocfg v1.5.0 |
| 310 | 2026-08-25T16:32:21.565Z | Downloaded untrusted v0.9.0 |
| 311 | 2026-08-25T16:32:21.566Z | Downloaded tempfile v3.27.0 |
| 312 | 2026-08-25T16:32:21.566Z | Downloaded digest v0.11.3 |
| 313 | 2026-08-25T16:32:21.566Z | Downloaded term v1.2.1 |
| 314 | 2026-08-25T16:32:21.569Z | Downloaded deranged v0.5.8 |
| 315 | 2026-08-25T16:32:21.569Z | Downloaded try-lock v0.2.5 |
| 316 | 2026-08-25T16:32:21.572Z | Downloaded erased-serde v0.3.31 |
| 317 | 2026-08-25T16:32:21.572Z | Downloaded getrandom v0.4.3 |
| 318 | 2026-08-25T16:32:21.576Z | Downloaded icu_normalizer v2.1.1 |
| 319 | 2026-08-25T16:32:21.576Z | Downloaded icu_properties v2.1.2 |
| 320 | 2026-08-25T16:32:21.579Z | Downloaded ucd-trie v0.1.7 |
| 321 | 2026-08-25T16:32:21.579Z | Downloaded futures v0.3.32 |
| 322 | 2026-08-25T16:32:21.582Z | Downloaded icu_provider v2.1.1 |
| 323 | 2026-08-25T16:32:21.582Z | Downloaded usdt-impl v0.6.0 |
| 324 | 2026-08-25T16:32:21.582Z | Downloaded cpufeatures v0.2.17 |
| 325 | 2026-08-25T16:32:21.585Z | Downloaded fastrand v2.3.0 |
| 326 | 2026-08-25T16:32:21.585Z | Downloaded parking_lot v0.12.5 |
| 327 | 2026-08-25T16:32:21.586Z | Downloaded dtrace-parser v0.3.0 |
| 328 | 2026-08-25T16:32:21.586Z | Downloaded equivalent v1.0.2 |
| 329 | 2026-08-25T16:32:21.586Z | Downloaded serde_core v1.0.228 |
| 330 | 2026-08-25T16:32:21.589Z | Downloaded camino v1.2.5 |
| 331 | 2026-08-25T16:32:21.589Z | Downloaded chacha20 v0.10.0 |
| 332 | 2026-08-25T16:32:21.589Z | Downloaded cmake v0.1.57 |
| 333 | 2026-08-25T16:32:21.592Z | Downloaded num-traits v0.2.19 |
| 334 | 2026-08-25T16:32:21.595Z | Downloaded ryu v1.0.23 |
| 335 | 2026-08-25T16:32:21.595Z | Downloaded socket2 v0.6.3 |
| 336 | 2026-08-25T16:32:21.599Z | Downloaded daft v0.1.8 |
| 337 | 2026-08-25T16:32:21.599Z | Downloaded daft-derive v0.1.8 |
| 338 | 2026-08-25T16:32:21.602Z | Downloaded digest v0.10.7 |
| 339 | 2026-08-25T16:32:21.602Z | Downloaded compression-codecs v0.4.37 |
| 340 | 2026-08-25T16:32:21.605Z | Downloaded zerotrie v0.2.3 |
| 341 | 2026-08-25T16:32:21.605Z | Downloaded usdt-attr-macro v0.6.0 |
| 342 | 2026-08-25T16:32:21.608Z | Downloaded crc32fast v1.5.0 |
| 343 | 2026-08-25T16:32:21.608Z | Downloaded crossbeam-utils v0.8.21 |
| 344 | 2026-08-25T16:32:21.614Z | Downloaded serde_derive v1.0.228 |
| 345 | 2026-08-25T16:32:21.617Z | Downloaded zerovec-derive v0.11.2 |
| 346 | 2026-08-25T16:32:21.617Z | Downloaded icu_locale_core v2.1.1 |
| 347 | 2026-08-25T16:32:21.621Z | Downloaded miniz_oxide v0.8.9 |
| 348 | 2026-08-25T16:32:21.621Z | Downloaded pest_meta v2.8.6 |
| 349 | 2026-08-25T16:32:21.625Z | Downloaded proc-macro2 v1.0.106 |
| 350 | 2026-08-25T16:32:21.626Z | Downloaded foldhash v0.2.0 |
| 351 | 2026-08-25T16:32:21.626Z | Downloaded log v0.4.33 |
| 352 | 2026-08-25T16:32:21.629Z | Downloaded async-trait v0.1.89 |
| 353 | 2026-08-25T16:32:21.632Z | Downloaded bit-vec v0.8.0 |
| 354 | 2026-08-25T16:32:21.632Z | Downloaded test-strategy v0.4.5 |
| 355 | 2026-08-25T16:32:21.635Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 356 | 2026-08-25T16:32:21.636Z | Downloaded bitflags v2.11.0 |
| 357 | 2026-08-25T16:32:21.639Z | Downloaded darling v0.23.0 |
| 358 | 2026-08-25T16:32:21.642Z | Downloaded darling_core v0.23.0 |
| 359 | 2026-08-25T16:32:21.645Z | Downloaded tracing-core v0.1.36 |
| 360 | 2026-08-25T16:32:21.645Z | Downloaded slog v2.8.2 |
| 361 | 2026-08-25T16:32:21.645Z | Downloaded unicode-ident v1.0.24 |
| 362 | 2026-08-25T16:32:21.649Z | Downloaded hyper-util v0.1.20 |
| 363 | 2026-08-25T16:32:21.652Z | Downloaded memchr v2.8.0 |
| 364 | 2026-08-25T16:32:21.652Z | Downloaded icu_collections v2.1.1 |
| 365 | 2026-08-25T16:32:21.655Z | Downloaded spin v0.9.8 |
| 366 | 2026-08-25T16:32:21.659Z | Downloaded dropshot_endpoint v0.17.1 |
| 367 | 2026-08-25T16:32:21.659Z | Downloaded const-oid v0.10.2 |
| 368 | 2026-08-25T16:32:21.662Z | Downloaded quinn v0.11.11 |
| 369 | 2026-08-25T16:32:21.662Z | Downloaded flate2 v1.1.9 |
| 370 | 2026-08-25T16:32:21.665Z | Downloaded allocator-api2 v0.2.21 |
| 371 | 2026-08-25T16:32:21.665Z | Downloaded anyhow v1.0.104 |
| 372 | 2026-08-25T16:32:21.671Z | Downloaded uuid v1.23.4 |
| 373 | 2026-08-25T16:32:21.671Z | Downloaded rand v0.8.6 |
| 374 | 2026-08-25T16:32:21.676Z | Downloaded bytes v1.11.1 |
| 375 | 2026-08-25T16:32:21.679Z | Downloaded base64 v0.22.1 |
| 376 | 2026-08-25T16:32:21.683Z | Downloaded rustls-webpki v0.103.13 |
| 377 | 2026-08-25T16:32:21.686Z | Downloaded http v1.4.2 |
| 378 | 2026-08-25T16:32:21.689Z | Downloaded url v2.5.8 |
| 379 | 2026-08-25T16:32:21.693Z | Downloaded zerocopy-derive v0.8.55 |
| 380 | 2026-08-25T16:32:21.696Z | Downloaded mio v1.2.0 |
| 381 | 2026-08-25T16:32:21.699Z | Downloaded cc v1.2.56 |
| 382 | 2026-08-25T16:32:21.702Z | Downloaded typenum v1.20.1 |
| 383 | 2026-08-25T16:32:21.702Z | Downloaded icu_properties_data v2.1.2 |
| 384 | 2026-08-25T16:32:21.706Z | Downloaded async-compression v0.4.41 |
| 385 | 2026-08-25T16:32:21.709Z | Downloaded tower v0.5.3 |
| 386 | 2026-08-25T16:32:21.715Z | Downloaded crossbeam-channel v0.5.15 |
| 387 | 2026-08-25T16:32:21.718Z | Downloaded iri-string v0.7.10 |
| 388 | 2026-08-25T16:32:21.721Z | Downloaded pest v2.8.6 |
| 389 | 2026-08-25T16:32:21.724Z | Downloaded idna v1.1.0 |
| 390 | 2026-08-25T16:32:21.729Z | Downloaded hashbrown v0.16.1 |
| 391 | 2026-08-25T16:32:21.733Z | Downloaded itertools v0.14.0 |
| 392 | 2026-08-25T16:32:21.736Z | Downloaded hyper v1.10.1 |
| 393 | 2026-08-25T16:32:21.739Z | Downloaded tower-http v0.6.8 |
| 394 | 2026-08-25T16:32:21.743Z | Downloaded hashbrown v0.17.0 |
| 395 | 2026-08-25T16:32:21.747Z | Downloaded h2 v0.4.15 |
| 396 | 2026-08-25T16:32:21.750Z | Downloaded iddqd v0.4.2 |
| 397 | 2026-08-25T16:32:21.754Z | Downloaded tokio-util v0.7.18 |
| 398 | 2026-08-25T16:32:21.757Z | Downloaded serde_json v1.0.151 |
| 399 | 2026-08-25T16:32:21.761Z | Downloaded aho-corasick v1.1.4 |
| 400 | 2026-08-25T16:32:21.764Z | Downloaded regex v1.12.3 |
| 401 | 2026-08-25T16:32:21.769Z | Downloaded reqwest v0.13.2 |
| 402 | 2026-08-25T16:32:21.772Z | Downloaded zerovec v0.11.5 |
| 403 | 2026-08-25T16:32:21.776Z | Downloaded aws-lc-rs v1.16.3 |
| 404 | 2026-08-25T16:32:21.780Z | Downloaded goblin v0.10.5 |
| 405 | 2026-08-25T16:32:21.795Z | Downloaded chrono v0.4.45 |
| 406 | 2026-08-25T16:32:21.798Z | Downloaded zerocopy v0.8.55 |
| 407 | 2026-08-25T16:32:21.815Z | Downloaded dropshot v0.17.1 |
| 408 | 2026-08-25T16:32:21.826Z | Downloaded serde_with v3.21.0 |
| 409 | 2026-08-25T16:32:21.832Z | Downloaded time v0.3.47 |
| 410 | 2026-08-25T16:32:21.838Z | Downloaded winnow v1.0.3 |
| 411 | 2026-08-25T16:32:21.843Z | Downloaded quinn-proto v0.11.16 |
| 412 | 2026-08-25T16:32:21.849Z | Downloaded proptest v1.11.0 |
| 413 | 2026-08-25T16:32:21.886Z | Downloaded libc v0.2.185 |
| 414 | 2026-08-25T16:32:21.902Z | Downloaded syn v2.0.117 |
| 415 | 2026-08-25T16:32:21.908Z | Downloaded syn v3.0.3 |
| 416 | 2026-08-25T16:32:21.913Z | Downloaded regress v0.10.5 |
| 417 | 2026-08-25T16:32:21.918Z | Downloaded regex-syntax v0.8.10 |
| 418 | 2026-08-25T16:32:21.922Z | Downloaded rustls v0.23.41 |
| 419 | 2026-08-25T16:32:21.928Z | Downloaded rustix v0.38.44 |
| 420 | 2026-08-25T16:32:21.939Z | Downloaded rustix v1.1.4 |
| 421 | 2026-08-25T16:32:21.951Z | Downloaded tracing v0.1.44 |
| 422 | 2026-08-25T16:32:21.961Z | Downloaded encoding_rs v0.8.35 |
| 423 | 2026-08-25T16:32:21.972Z | Downloaded regex-automata v0.4.14 |
| 424 | 2026-08-25T16:32:22.008Z | Downloaded tokio v1.52.1 |
| 425 | 2026-08-25T16:32:22.047Z | Downloaded ring v0.17.14 |
| 426 | 2026-08-25T16:32:22.384Z | Downloaded aws-lc-sys v0.40.0 |
| 427 | 2026-08-25T16:32:22.586Z | Compiling proc-macro2 v1.0.106 |
| 428 | 2026-08-25T16:32:22.586Z | Compiling quote v1.0.45 |
| 429 | 2026-08-25T16:32:22.586Z | Compiling unicode-ident v1.0.24 |
| 430 | 2026-08-25T16:32:22.598Z | Compiling libc v0.2.185 |
| 431 | 2026-08-25T16:32:22.598Z | Checking cfg-if v1.0.4 |
| 432 | 2026-08-25T16:32:22.598Z | Compiling serde_core v1.0.228 |
| 433 | 2026-08-25T16:32:22.697Z | Checking memchr v2.8.0 |
| 434 | 2026-08-25T16:32:22.700Z | Checking itoa v1.0.17 |
| 435 | 2026-08-25T16:32:22.773Z | Compiling serde v1.0.228 |
| 436 | 2026-08-25T16:32:22.831Z | Compiling zmij v1.0.21 |
| 437 | 2026-08-25T16:32:22.845Z | Compiling serde_json v1.0.151 |
| 438 | 2026-08-25T16:32:23.919Z | Checking pin-project-lite v0.2.17 |
| 439 | 2026-08-25T16:32:23.948Z | Checking smallvec v1.15.1 |
| 440 | 2026-08-25T16:32:23.951Z | Checking futures-core v0.3.32 |
| 441 | 2026-08-25T16:32:23.999Z | Checking bytes v1.11.1 |
| 442 | 2026-08-25T16:32:24.057Z | Compiling getrandom v0.4.3 |
| 443 | 2026-08-25T16:32:24.100Z | Compiling parking_lot_core v0.9.12 |
| 444 | 2026-08-25T16:32:24.288Z | Checking once_cell v1.21.3 |
| 445 | 2026-08-25T16:32:24.315Z | Checking scopeguard v1.2.0 |
| 446 | 2026-08-25T16:32:24.349Z | Compiling autocfg v1.5.0 |
| 447 | 2026-08-25T16:32:24.360Z | Checking errno v0.3.14 |
| 448 | 2026-08-25T16:32:24.413Z | Checking lock_api v0.4.14 |
| 449 | 2026-08-25T16:32:24.458Z | Compiling jobserver v0.1.34 |
| 450 | 2026-08-25T16:32:24.616Z | Compiling shlex v1.3.0 |
| 451 | 2026-08-25T16:32:24.665Z | Compiling find-msvc-tools v0.1.9 |
| 452 | 2026-08-25T16:32:24.677Z | Compiling num-traits v0.2.19 |
| 453 | 2026-08-25T16:32:24.729Z | Checking parking_lot v0.12.5 |
| 454 | 2026-08-25T16:32:24.759Z | Compiling syn v2.0.117 |
| 455 | 2026-08-25T16:32:24.784Z | Checking signal-hook-registry v1.4.8 |
| 456 | 2026-08-25T16:32:24.824Z | Compiling cc v1.2.56 |
| 457 | 2026-08-25T16:32:24.841Z | Checking socket2 v0.6.3 |
| 458 | 2026-08-25T16:32:24.893Z | Checking mio v1.2.0 |
| 459 | 2026-08-25T16:32:24.903Z | Checking futures-sink v0.3.32 |
| 460 | 2026-08-25T16:32:24.934Z | Checking stable_deref_trait v1.2.1 |
| 461 | 2026-08-25T16:32:25.075Z | Compiling thiserror v2.0.18 |
| 462 | 2026-08-25T16:32:25.154Z | Compiling dunce v1.0.5 |
| 463 | 2026-08-25T16:32:25.240Z | Compiling fs_extra v1.3.0 |
| 464 | 2026-08-25T16:32:25.328Z | Checking iana-time-zone v0.1.65 |
| 465 | 2026-08-25T16:32:25.422Z | Compiling rustversion v1.0.22 |
| 466 | 2026-08-25T16:32:25.478Z | Compiling zerocopy v0.8.55 |
| 467 | 2026-08-25T16:32:25.526Z | Compiling cmake v0.1.57 |
| 468 | 2026-08-25T16:32:25.575Z | Checking slab v0.4.12 |
| 469 | 2026-08-25T16:32:25.753Z | Checking futures-channel v0.3.32 |
| 470 | 2026-08-25T16:32:25.833Z | Checking equivalent v1.0.2 |
| 471 | 2026-08-25T16:32:25.891Z | Checking zeroize v1.9.0 |
| 472 | 2026-08-25T16:32:25.910Z | Compiling schemars v0.8.22 |
| 473 | 2026-08-25T16:32:25.951Z | Checking uuid v1.23.4 |
| 474 | 2026-08-25T16:32:26.032Z | Checking semver v1.0.28 |
| 475 | 2026-08-25T16:32:26.131Z | Checking http v1.4.2 |
| 476 | 2026-08-25T16:32:26.142Z | Compiling aws-lc-sys v0.40.0 |
| 477 | 2026-08-25T16:32:26.168Z | Checking futures-task v0.3.32 |
| 478 | 2026-08-25T16:32:26.247Z | Compiling ucd-trie v0.1.7 |
| 479 | 2026-08-25T16:32:26.250Z | Checking log v0.4.33 |
| 480 | 2026-08-25T16:32:26.303Z | Checking bitflags v2.11.0 |
| 481 | 2026-08-25T16:32:26.390Z | Checking futures-io v0.3.32 |
| 482 | 2026-08-25T16:32:26.456Z | Checking dyn-clone v1.0.20 |
| 483 | 2026-08-25T16:32:26.475Z | Compiling aws-lc-rs v1.16.3 |
| 484 | 2026-08-25T16:32:26.499Z | Compiling pest v2.8.6 |
| 485 | 2026-08-25T16:32:26.560Z | Checking rustls-pki-types v1.14.0 |
| 486 | 2026-08-25T16:32:26.729Z | Checking fnv v1.0.7 |
| 487 | 2026-08-25T16:32:26.761Z | Compiling slog v2.8.2 |
| 488 | 2026-08-25T16:32:26.815Z | Checking hashbrown v0.17.0 |
| 489 | 2026-08-25T16:32:26.825Z | Checking litemap v0.8.1 |
| 490 | 2026-08-25T16:32:26.864Z | Compiling httparse v1.10.1 |
| 491 | 2026-08-25T16:32:26.942Z | Checking writeable v0.6.2 |
| 492 | 2026-08-25T16:32:26.990Z | Checking http-body v1.0.1 |
| 493 | 2026-08-25T16:32:27.001Z | Compiling syn v3.0.3 |
| 494 | 2026-08-25T16:32:27.096Z | Checking tracing-core v0.1.36 |
| 495 | 2026-08-25T16:32:27.107Z | Checking untrusted v0.9.0 |
| 496 | 2026-08-25T16:32:27.209Z | Checking atomic-waker v1.1.2 |
| 497 | 2026-08-25T16:32:27.239Z | Checking percent-encoding v2.3.2 |
| 498 | 2026-08-25T16:32:27.283Z | Checking indexmap v2.14.0 |
| 499 | 2026-08-25T16:32:27.295Z | Compiling rustls v0.23.41 |
| 500 | 2026-08-25T16:32:27.368Z | Compiling icu_properties_data v2.1.2 |
| 501 | 2026-08-25T16:32:27.394Z | Compiling paste v1.0.15 |
| 502 | 2026-08-25T16:32:27.492Z | Compiling icu_normalizer_data v2.1.1 |
| 503 | 2026-08-25T16:32:27.574Z | Compiling pest_meta v2.8.6 |
| 504 | 2026-08-25T16:32:27.654Z | Compiling synstructure v0.13.2 |
| 505 | 2026-08-25T16:32:27.686Z | Compiling serde_derive_internals v0.29.1 |
| 506 | 2026-08-25T16:32:27.803Z | Checking tracing v0.1.44 |
| 507 | 2026-08-25T16:32:27.977Z | Checking tower-layer v0.3.3 |
| 508 | 2026-08-25T16:32:28.010Z | Checking fastrand v2.3.0 |
| 509 | 2026-08-25T16:32:28.117Z | Compiling pest_generator v2.8.6 |
| 510 | 2026-08-25T16:32:28.128Z | Compiling heck v0.5.0 |
| 511 | 2026-08-25T16:32:28.178Z | Checking tower-service v0.3.3 |
| 512 | 2026-08-25T16:32:28.259Z | Checking subtle v2.6.1 |
| 513 | 2026-08-25T16:32:28.375Z | Compiling rustix v1.1.4 |
| 514 | 2026-08-25T16:32:28.387Z | Checking try-lock v0.2.5 |
| 515 | 2026-08-25T16:32:28.473Z | Compiling getrandom v0.3.4 |
| 516 | 2026-08-25T16:32:28.689Z | Checking want v0.3.1 |
| 517 | 2026-08-25T16:32:28.795Z | Compiling serde_derive v1.0.228 |
| 518 | 2026-08-25T16:32:28.798Z | Compiling zerocopy-derive v0.8.55 |
| 519 | 2026-08-25T16:32:28.816Z | Compiling zerofrom-derive v0.1.6 |
| 520 | 2026-08-25T16:32:28.827Z | Compiling yoke-derive v0.8.1 |
| 521 | 2026-08-25T16:32:28.863Z | Compiling tokio-macros v2.7.0 |
| 522 | 2026-08-25T16:32:29.240Z | Compiling zerovec-derive v0.11.2 |
| 523 | 2026-08-25T16:32:29.553Z | Checking tokio v1.52.1 |
| 524 | 2026-08-25T16:32:29.796Z | Compiling thiserror-impl v2.0.18 |
| 525 | 2026-08-25T16:32:29.937Z | Compiling displaydoc v0.2.5 |
| 526 | 2026-08-25T16:32:29.948Z | Checking zerofrom v0.1.6 |
| 527 | 2026-08-25T16:32:30.053Z | Checking yoke v0.8.1 |
| 528 | 2026-08-25T16:32:30.213Z | Compiling schemars_derive v0.8.22 |
| 529 | 2026-08-25T16:32:30.265Z | Checking zerovec v0.11.5 |
| 530 | 2026-08-25T16:32:30.632Z | Compiling futures-macro v0.3.32 |
| 531 | 2026-08-25T16:32:30.681Z | Checking tinystr v0.8.2 |
| 532 | 2026-08-25T16:32:30.851Z | Checking icu_locale_core v2.1.1 |
| 533 | 2026-08-25T16:32:30.944Z | Checking potential_utf v0.1.4 |
| 534 | 2026-08-25T16:32:31.064Z | Checking zerotrie v0.2.3 |
| 535 | 2026-08-25T16:32:31.290Z | Checking icu_collections v2.1.1 |
| 536 | 2026-08-25T16:32:31.333Z | Compiling pest_derive v2.8.6 |
| 537 | 2026-08-25T16:32:31.398Z | Checking futures-util v0.3.32 |
| 538 | 2026-08-25T16:32:31.580Z | Checking icu_provider v2.1.1 |
| 539 | 2026-08-25T16:32:31.744Z | Checking chrono v0.4.45 |
| 540 | 2026-08-25T16:32:31.801Z | Checking erased-serde v0.3.31 |
| 541 | 2026-08-25T16:32:31.816Z | Compiling serde_tokenstream v0.2.3 |
| 542 | 2026-08-25T16:32:32.248Z | Checking httpdate v1.0.3 |
| 543 | 2026-08-25T16:32:32.382Z | Checking icu_normalizer v2.1.1 |
| 544 | 2026-08-25T16:32:32.398Z | Checking icu_properties v2.1.2 |
| 545 | 2026-08-25T16:32:32.574Z | Checking tokio-util v0.7.18 |
| 546 | 2026-08-25T16:32:32.908Z | Checking ppv-lite86 v0.2.21 |
| 547 | 2026-08-25T16:32:32.980Z | Checking h2 v0.4.15 |
| 548 | 2026-08-25T16:32:33.162Z | Checking ipnetwork v0.21.1 |
| 549 | 2026-08-25T16:32:33.190Z | Checking newtype-uuid v1.3.2 |
| 550 | 2026-08-25T16:32:33.200Z | Compiling daft-derive v0.1.8 |
| 551 | 2026-08-25T16:32:33.264Z | Compiling structmeta-derive v0.3.0 |
| 552 | 2026-08-25T16:32:33.341Z | Checking oxnet v0.1.6 |
| 553 | 2026-08-25T16:32:33.345Z | Compiling scroll_derive v0.13.1 |
| 554 | 2026-08-25T16:32:33.699Z | Checking form_urlencoded v1.2.2 |
| 555 | 2026-08-25T16:32:33.785Z | Compiling version_check v0.9.5 |
| 556 | 2026-08-25T16:32:33.816Z | Checking powerfmt v0.2.0 |
| 557 | 2026-08-25T16:32:33.870Z | Compiling usdt-impl v0.6.0 |
| 558 | 2026-08-25T16:32:33.965Z | Checking typenum v1.20.1 |
| 559 | 2026-08-25T16:32:34.038Z | Compiling crc32fast v1.5.0 |
| 560 | 2026-08-25T16:32:34.106Z | Checking ipnet v2.12.0 |
| 561 | 2026-08-25T16:32:34.190Z | Compiling num-conv v0.2.0 |
| 562 | 2026-08-25T16:32:34.228Z | Compiling time-core v0.1.8 |
| 563 | 2026-08-25T16:32:34.299Z | Checking base64 v0.22.1 |
| 564 | 2026-08-25T16:32:34.311Z | Compiling structmeta v0.3.0 |
| 565 | 2026-08-25T16:32:34.366Z | Compiling time-macros v0.2.27 |
| 566 | 2026-08-25T16:32:34.491Z | Checking scroll v0.13.0 |
| 567 | 2026-08-25T16:32:34.533Z | Checking deranged v0.5.8 |
| 568 | 2026-08-25T16:32:34.649Z | Checking daft v0.1.8 |
| 569 | 2026-08-25T16:32:34.682Z | Checking hybrid-array v0.4.13 |
| 570 | 2026-08-25T16:32:34.704Z | Checking tempfile v3.27.0 |
| 571 | 2026-08-25T16:32:34.846Z | Checking hyper v1.10.1 |
| 572 | 2026-08-25T16:32:34.857Z | Checking rand_core v0.9.5 |
| 573 | 2026-08-25T16:32:34.883Z | Checking idna_adapter v1.2.1 |
| 574 | 2026-08-25T16:32:34.989Z | Compiling dtrace-parser v0.3.0 |
| 575 | 2026-08-25T16:32:35.012Z | Compiling thread-id v5.1.0 |
| 576 | 2026-08-25T16:32:35.087Z | Checking sync_wrapper v1.0.2 |
| 577 | 2026-08-25T16:32:35.105Z | Checking plain v0.2.3 |
| 578 | 2026-08-25T16:32:35.178Z | Checking utf8_iter v1.0.4 |
| 579 | 2026-08-25T16:32:35.291Z | Checking openssl-probe v0.2.1 |
| 580 | 2026-08-25T16:32:35.302Z | Compiling byteorder v1.5.0 |
| 581 | 2026-08-25T16:32:35.322Z | Compiling ident_case v1.0.1 |
| 582 | 2026-08-25T16:32:35.433Z | Compiling dof v0.4.0 |
| 583 | 2026-08-25T16:32:35.444Z | Checking ryu v1.0.23 |
| 584 | 2026-08-25T16:32:35.494Z | Compiling omicron-workspace-hack v0.1.0 |
| 585 | 2026-08-25T16:32:35.513Z | Compiling strsim v0.11.1 |
| 586 | 2026-08-25T16:32:35.567Z | Checking num_threads v0.1.7 |
| 587 | 2026-08-25T16:32:35.573Z | Checking adler2 v2.0.1 |
| 588 | 2026-08-25T16:32:35.588Z | Checking regex-syntax v0.8.10 |
| 589 | 2026-08-25T16:32:35.658Z | Compiling crossbeam-utils v0.8.21 |
| 590 | 2026-08-25T16:32:35.665Z | Checking simd-adler32 v0.3.8 |
| 591 | 2026-08-25T16:32:35.813Z | Checking hyper-util v0.1.20 |
| 592 | 2026-08-25T16:32:35.825Z | Checking miniz_oxide v0.8.9 |
| 593 | 2026-08-25T16:32:35.833Z | Compiling darling_core v0.23.0 |
| 594 | 2026-08-25T16:32:35.969Z | Checking time v0.3.47 |
| 595 | 2026-08-25T16:32:36.139Z | Checking serde_urlencoded v0.7.1 |
| 596 | 2026-08-25T16:32:36.346Z | Checking rustls-native-certs v0.8.3 |
| 597 | 2026-08-25T16:32:36.465Z | Checking idna v1.1.0 |
| 598 | 2026-08-25T16:32:36.627Z | Checking goblin v0.10.5 |
| 599 | 2026-08-25T16:32:36.694Z | Checking tower v0.5.3 |
| 600 | 2026-08-25T16:32:36.866Z | Checking http-body-util v0.1.3 |
| 601 | 2026-08-25T16:32:36.878Z | Compiling aho-corasick v1.1.4 |
| 602 | 2026-08-25T16:32:36.927Z | Checking getrandom v0.2.17 |
| 603 | 2026-08-25T16:32:37.056Z | Checking iri-string v0.7.10 |
| 604 | 2026-08-25T16:32:37.067Z | Compiling rustix v0.38.44 |
| 605 | 2026-08-25T16:32:37.204Z | Compiling camino v1.2.5 |
| 606 | 2026-08-25T16:32:37.398Z | Checking pretty-hex v0.4.1 |
| 607 | 2026-08-25T16:32:37.570Z | Checking rand_core v0.6.4 |
| 608 | 2026-08-25T16:32:37.727Z | Checking flate2 v1.1.9 |
| 609 | 2026-08-25T16:32:37.879Z | Compiling darling_macro v0.23.0 |
| 610 | 2026-08-25T16:32:38.052Z | Checking tower-http v0.6.8 |
| 611 | 2026-08-25T16:32:38.235Z | Checking url v2.5.8 |
| 612 | 2026-08-25T16:32:38.305Z | Checking crypto-common v0.2.2 |
| 613 | 2026-08-25T16:32:38.411Z | Checking block-buffer v0.12.1 |
| 614 | 2026-08-25T16:32:38.548Z | Compiling regex-automata v0.4.14 |
| 615 | 2026-08-25T16:32:38.574Z | Checking rand_chacha v0.9.0 |
| 616 | 2026-08-25T16:32:38.614Z | Compiling multer v3.1.0 |
| 617 | 2026-08-25T16:32:38.784Z | Checking wait-timeout v0.2.1 |
| 618 | 2026-08-25T16:32:38.827Z | Checking thread_local v1.1.9 |
| 619 | 2026-08-25T16:32:38.894Z | Checking bit-vec v0.8.0 |
| 620 | 2026-08-25T16:32:38.983Z | Compiling slog-async v2.8.0 |
| 621 | 2026-08-25T16:32:39.065Z | Checking const-oid v0.10.2 |
| 622 | 2026-08-25T16:32:39.096Z | Checking allocator-api2 v0.2.21 |
| 623 | 2026-08-25T16:32:39.200Z | Compiling ref-cast v1.0.25 |
| 624 | 2026-08-25T16:32:39.244Z | Checking foldhash v0.2.0 |
| 625 | 2026-08-25T16:32:39.353Z | Checking compression-core v0.4.31 |
| 626 | 2026-08-25T16:32:39.379Z | Checking quick-error v1.2.3 |
| 627 | 2026-08-25T16:32:39.468Z | Checking winnow v1.0.3 |
| 628 | 2026-08-25T16:32:39.490Z | Checking match_cfg v0.1.0 |
| 629 | 2026-08-25T16:32:39.490Z | Checking rusty-fork v0.3.1 |
| 630 | 2026-08-25T16:32:39.532Z | Checking hostname v0.3.1 |
| 631 | 2026-08-25T16:32:39.557Z | Checking compression-codecs v0.4.37 |
| 632 | 2026-08-25T16:32:39.609Z | Checking hashbrown v0.16.1 |
| 633 | 2026-08-25T16:32:39.682Z | Checking digest v0.11.3 |
| 634 | 2026-08-25T16:32:39.738Z | Checking bit-set v0.8.0 |
| 635 | 2026-08-25T16:32:39.743Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 636 | 2026-08-25T16:32:39.828Z | Checking rand v0.9.2 |
| 637 | 2026-08-25T16:32:39.837Z | Checking crossbeam-channel v0.5.15 |
| 638 | 2026-08-25T16:32:39.862Z | Compiling darling v0.23.0 |
| 639 | 2026-08-25T16:32:39.919Z | Checking rand_chacha v0.3.1 |
| 640 | 2026-08-25T16:32:40.119Z | Checking slog-json v2.6.1 |
| 641 | 2026-08-25T16:32:40.164Z | Compiling regex v1.12.3 |
| 642 | 2026-08-25T16:32:40.254Z | Compiling usdt-macro v0.6.0 |
| 643 | 2026-08-25T16:32:40.283Z | Compiling usdt-attr-macro v0.6.0 |
| 644 | 2026-08-25T16:32:40.347Z | Checking rand_xorshift v0.4.0 |
| 645 | 2026-08-25T16:32:40.445Z | Compiling derive-ex v0.1.8 |
| 646 | 2026-08-25T16:32:40.545Z | Compiling dropshot v0.17.1 |
| 647 | 2026-08-25T16:32:40.605Z | Checking futures-executor v0.3.32 |
| 648 | 2026-08-25T16:32:40.746Z | Compiling serde_tokenstream v0.3.0 |
| 649 | 2026-08-25T16:32:40.761Z | Compiling ref-cast-impl v1.0.25 |
| 650 | 2026-08-25T16:32:40.877Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 651 | 2026-08-25T16:32:40.887Z | Compiling async-trait v0.1.89 |
| 652 | 2026-08-25T16:32:40.957Z | Compiling async-stream-impl v0.3.6 |
| 653 | 2026-08-25T16:32:41.030Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 654 | 2026-08-25T16:32:41.047Z | Checking serde_spanned v1.1.1 |
| 655 | 2026-08-25T16:32:41.177Z | Checking is-terminal v0.4.17 |
| 656 | 2026-08-25T16:32:41.203Z | Checking memmap2 v0.9.10 |
| 657 | 2026-08-25T16:32:41.249Z | Checking encoding_rs v0.8.35 |
| 658 | 2026-08-25T16:32:41.304Z | Checking hex v0.4.3 |
| 659 | 2026-08-25T16:32:41.325Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 660 | 2026-08-25T16:32:41.373Z | Checking spin v0.9.8 |
| 661 | 2026-08-25T16:32:41.460Z | Checking term v1.2.1 |
| 662 | 2026-08-25T16:32:41.481Z | Checking mime v0.3.17 |
| 663 | 2026-08-25T16:32:41.498Z | Compiling anyhow v1.0.104 |
| 664 | 2026-08-25T16:32:41.543Z | Checking cpufeatures v0.3.0 |
| 665 | 2026-08-25T16:32:41.610Z | Checking unarray v0.1.4 |
| 666 | 2026-08-25T16:32:41.640Z | Checking take_mut v0.2.2 |
| 667 | 2026-08-25T16:32:41.692Z | Checking proptest v1.11.0 |
| 668 | 2026-08-25T16:32:41.806Z | Checking slog-term v2.9.2 |
| 669 | 2026-08-25T16:32:41.892Z | Checking sha1 v0.11.0 |
| 670 | 2026-08-25T16:32:41.927Z | Compiling dropshot_endpoint v0.17.1 |
| 671 | 2026-08-25T16:32:41.950Z | Compiling test-strategy v0.4.5 |
| 672 | 2026-08-25T16:32:41.989Z | Checking async-stream v0.3.6 |
| 673 | 2026-08-25T16:32:42.051Z | Checking byte-wrapper v0.1.0 |
| 674 | 2026-08-25T16:32:42.066Z | Checking toml v1.1.2+spec-1.1.0 |
| 675 | 2026-08-25T16:32:42.119Z | Checking usdt v0.6.0 |
| 676 | 2026-08-25T16:32:42.259Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 677 | 2026-08-25T16:32:42.288Z | Compiling parse-display-derive v0.10.0 |
| 678 | 2026-08-25T16:32:42.354Z | Compiling oxide-generation-macros v0.2.0 |
| 679 | 2026-08-25T16:32:42.624Z | Checking futures v0.3.32 |
| 680 | 2026-08-25T16:32:42.643Z | Checking atomicwrites v0.4.4 |
| 681 | 2026-08-25T16:32:42.691Z | Checking slog-bunyan v2.5.0 |
| 682 | 2026-08-25T16:32:42.755Z | Checking rand v0.8.6 |
| 683 | 2026-08-25T16:32:42.794Z | Compiling serde_with_macros v3.21.0 |
| 684 | 2026-08-25T16:32:43.063Z | Checking async-compression v0.4.41 |
| 685 | 2026-08-25T16:32:43.280Z | Checking oxide-generation v0.1.3 |
| 686 | 2026-08-25T16:32:43.290Z | Compiling newtype-uuid-macros v0.1.0 |
| 687 | 2026-08-25T16:32:43.294Z | Checking openapiv3 v2.2.0 |
| 688 | 2026-08-25T16:32:43.310Z | Compiling strum_macros v0.27.2 |
| 689 | 2026-08-25T16:32:43.453Z | Checking backon v1.6.0 |
| 690 | 2026-08-25T16:32:43.488Z | Checking waitgroup v0.1.2 |
| 691 | 2026-08-25T16:32:43.581Z | Checking rustls-pemfile v2.2.0 |
| 692 | 2026-08-25T16:32:43.603Z | Checking serde_path_to_error v0.1.20 |
| 693 | 2026-08-25T16:32:43.706Z | Checking hostname v0.4.2 |
| 694 | 2026-08-25T16:32:43.739Z | Checking instant v0.1.13 |
| 695 | 2026-08-25T16:32:43.792Z | Checking debug-ignore v1.0.5 |
| 696 | 2026-08-25T16:32:43.813Z | Checking either v1.15.0 |
| 697 | 2026-08-25T16:32:43.841Z | Checking serde_with v3.21.0 |
| 698 | 2026-08-25T16:32:43.862Z | Checking backoff v0.4.0 |
| 699 | 2026-08-25T16:32:43.878Z | Checking parse-display v0.10.0 |
| 700 | 2026-08-25T16:32:43.985Z | Checking itertools v0.14.0 |
| 701 | 2026-08-25T16:32:44.009Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 702 | 2026-08-25T16:32:44.020Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 703 | 2026-08-25T16:32:44.030Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 704 | 2026-08-25T16:32:44.153Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 705 | 2026-08-25T16:32:44.371Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 706 | 2026-08-25T16:32:44.452Z | Checking iddqd v0.4.2 |
| 707 | 2026-08-25T16:32:44.586Z | Checking regress v0.10.5 |
| 708 | 2026-08-25T16:32:44.687Z | Checking macaddr v1.0.1 |
| 709 | 2026-08-25T16:32:44.857Z | Checking humantime v2.3.0 |
| 710 | 2026-08-25T16:32:45.056Z | Checking strum v0.27.2 |
| 711 | 2026-08-25T16:32:49.687Z | Checking rustls-webpki v0.103.13 |
| 712 | 2026-08-25T16:32:51.817Z | Checking tokio-rustls v0.26.4 |
| 713 | 2026-08-25T16:32:51.817Z | Checking rustls-platform-verifier v0.6.2 |
| 714 | 2026-08-25T16:32:51.990Z | Checking hyper-rustls v0.27.7 |
| 715 | 2026-08-25T16:32:52.133Z | Checking reqwest v0.13.2 |
| 716 | 2026-08-25T16:32:52.673Z | Checking progenitor-client v0.14.0 |
| 717 | 2026-08-25T16:32:52.852Z | Checking progenitor-extras v0.2.0 |
| 718 | 2026-08-25T16:32:53.594Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 719 | 2026-08-25T16:32:56.134Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 720 | 2026-08-25T16:32:56.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.75s |
| 721 | 2026-08-25T16:32:56.325Z | + cargo build --release |
| 722 | 2026-08-25T16:32:56.504Z | Compiling proc-macro2 v1.0.106 |
| 723 | 2026-08-25T16:32:56.504Z | Compiling quote v1.0.45 |
| 724 | 2026-08-25T16:32:56.504Z | Compiling unicode-ident v1.0.24 |
| 725 | 2026-08-25T16:32:56.504Z | Compiling libc v0.2.185 |
| 726 | 2026-08-25T16:32:56.504Z | Compiling cfg-if v1.0.4 |
| 727 | 2026-08-25T16:32:56.507Z | Compiling serde_core v1.0.228 |
| 728 | 2026-08-25T16:32:56.507Z | Compiling memchr v2.8.0 |
| 729 | 2026-08-25T16:32:56.507Z | Compiling itoa v1.0.17 |
| 730 | 2026-08-25T16:32:56.597Z | Compiling serde v1.0.228 |
| 731 | 2026-08-25T16:32:56.641Z | Compiling zmij v1.0.21 |
| 732 | 2026-08-25T16:32:56.766Z | Compiling serde_json v1.0.151 |
| 733 | 2026-08-25T16:32:56.917Z | Compiling pin-project-lite v0.2.17 |
| 734 | 2026-08-25T16:32:56.989Z | Compiling smallvec v1.15.1 |
| 735 | 2026-08-25T16:32:56.999Z | Compiling getrandom v0.4.3 |
| 736 | 2026-08-25T16:32:57.223Z | Compiling futures-core v0.3.32 |
| 737 | 2026-08-25T16:32:57.239Z | Compiling bytes v1.11.1 |
| 738 | 2026-08-25T16:32:57.393Z | Compiling errno v0.3.14 |
| 739 | 2026-08-25T16:32:57.432Z | Compiling parking_lot_core v0.9.12 |
| 740 | 2026-08-25T16:32:57.581Z | Compiling once_cell v1.21.3 |
| 741 | 2026-08-25T16:32:57.673Z | Compiling syn v2.0.117 |
| 742 | 2026-08-25T16:32:57.704Z | Compiling autocfg v1.5.0 |
| 743 | 2026-08-25T16:32:57.746Z | Compiling scopeguard v1.2.0 |
| 744 | 2026-08-25T16:32:57.811Z | Compiling jobserver v0.1.34 |
| 745 | 2026-08-25T16:32:57.840Z | Compiling lock_api v0.4.14 |
| 746 | 2026-08-25T16:32:57.846Z | Compiling shlex v1.3.0 |
| 747 | 2026-08-25T16:32:58.013Z | Compiling find-msvc-tools v0.1.9 |
| 748 | 2026-08-25T16:32:58.041Z | Compiling num-traits v0.2.19 |
| 749 | 2026-08-25T16:32:58.075Z | Compiling parking_lot v0.12.5 |
| 750 | 2026-08-25T16:32:58.108Z | Compiling signal-hook-registry v1.4.8 |
| 751 | 2026-08-25T16:32:58.142Z | Compiling mio v1.2.0 |
| 752 | 2026-08-25T16:32:58.233Z | Compiling cc v1.2.56 |
| 753 | 2026-08-25T16:32:58.402Z | Compiling socket2 v0.6.3 |
| 754 | 2026-08-25T16:32:58.410Z | Compiling stable_deref_trait v1.2.1 |
| 755 | 2026-08-25T16:32:58.472Z | Compiling futures-sink v0.3.32 |
| 756 | 2026-08-25T16:32:58.533Z | Compiling thiserror v2.0.18 |
| 757 | 2026-08-25T16:32:58.963Z | Compiling cmake v0.1.57 |
| 758 | 2026-08-25T16:32:59.112Z | Compiling fs_extra v1.3.0 |
| 759 | 2026-08-25T16:32:59.267Z | Compiling dunce v1.0.5 |
| 760 | 2026-08-25T16:32:59.313Z | Compiling iana-time-zone v0.1.65 |
| 761 | 2026-08-25T16:32:59.349Z | Compiling rustversion v1.0.22 |
| 762 | 2026-08-25T16:32:59.355Z | Compiling zerocopy v0.8.55 |
| 763 | 2026-08-25T16:32:59.478Z | Compiling aws-lc-sys v0.40.0 |
| 764 | 2026-08-25T16:32:59.525Z | Compiling slab v0.4.12 |
| 765 | 2026-08-25T16:32:59.599Z | Compiling futures-channel v0.3.32 |
| 766 | 2026-08-25T16:32:59.707Z | Compiling schemars v0.8.22 |
| 767 | 2026-08-25T16:32:59.713Z | Compiling zeroize v1.9.0 |
| 768 | 2026-08-25T16:32:59.749Z | Compiling equivalent v1.0.2 |
| 769 | 2026-08-25T16:32:59.846Z | Compiling uuid v1.23.4 |
| 770 | 2026-08-25T16:32:59.892Z | Compiling semver v1.0.28 |
| 771 | 2026-08-25T16:32:59.944Z | Compiling http v1.4.2 |
| 772 | 2026-08-25T16:33:00.363Z | Compiling ucd-trie v0.1.7 |
| 773 | 2026-08-25T16:33:00.381Z | Compiling synstructure v0.13.2 |
| 774 | 2026-08-25T16:33:00.440Z | Compiling serde_derive_internals v0.29.1 |
| 775 | 2026-08-25T16:33:00.526Z | Compiling futures-io v0.3.32 |
| 776 | 2026-08-25T16:33:00.571Z | Compiling aws-lc-rs v1.16.3 |
| 777 | 2026-08-25T16:33:00.710Z | Compiling log v0.4.33 |
| 778 | 2026-08-25T16:33:00.852Z | Compiling bitflags v2.11.0 |
| 779 | 2026-08-25T16:33:00.858Z | Compiling dyn-clone v1.0.20 |
| 780 | 2026-08-25T16:33:00.922Z | Compiling futures-task v0.3.32 |
| 781 | 2026-08-25T16:33:00.982Z | Compiling pest v2.8.6 |
| 782 | 2026-08-25T16:33:01.081Z | Compiling slog v2.8.2 |
| 783 | 2026-08-25T16:33:01.149Z | Compiling rustls-pki-types v1.14.0 |
| 784 | 2026-08-25T16:33:01.223Z | Compiling fnv v1.0.7 |
| 785 | 2026-08-25T16:33:01.304Z | Compiling httparse v1.10.1 |
| 786 | 2026-08-25T16:33:01.318Z | Compiling writeable v0.6.2 |
| 787 | 2026-08-25T16:33:01.412Z | Compiling litemap v0.8.1 |
| 788 | 2026-08-25T16:33:01.532Z | Compiling hashbrown v0.17.0 |
| 789 | 2026-08-25T16:33:01.546Z | Compiling serde_derive v1.0.228 |
| 790 | 2026-08-25T16:33:01.588Z | Compiling zerocopy-derive v0.8.55 |
| 791 | 2026-08-25T16:33:01.617Z | Compiling zerofrom-derive v0.1.6 |
| 792 | 2026-08-25T16:33:01.763Z | Compiling tokio-macros v2.7.0 |
| 793 | 2026-08-25T16:33:01.975Z | Compiling yoke-derive v0.8.1 |
| 794 | 2026-08-25T16:33:02.153Z | Compiling zerovec-derive v0.11.2 |
| 795 | 2026-08-25T16:33:02.170Z | Compiling thiserror-impl v2.0.18 |
| 796 | 2026-08-25T16:33:02.468Z | Compiling tokio v1.52.1 |
| 797 | 2026-08-25T16:33:02.739Z | Compiling zerofrom v0.1.6 |
| 798 | 2026-08-25T16:33:02.856Z | Compiling displaydoc v0.2.5 |
| 799 | 2026-08-25T16:33:02.945Z | Compiling yoke v0.8.1 |
| 800 | 2026-08-25T16:33:03.121Z | Compiling futures-macro v0.3.32 |
| 801 | 2026-08-25T16:33:03.175Z | Compiling zerovec v0.11.5 |
| 802 | 2026-08-25T16:33:03.329Z | Compiling schemars_derive v0.8.22 |
| 803 | 2026-08-25T16:33:03.558Z | Compiling pest_meta v2.8.6 |
| 804 | 2026-08-25T16:33:03.726Z | Compiling tinystr v0.8.2 |
| 805 | 2026-08-25T16:33:03.898Z | Compiling futures-util v0.3.32 |
| 806 | 2026-08-25T16:33:03.923Z | Compiling icu_locale_core v2.1.1 |
| 807 | 2026-08-25T16:33:04.724Z | Compiling chrono v0.4.45 |
| 808 | 2026-08-25T16:33:04.733Z | Compiling erased-serde v0.3.31 |
| 809 | 2026-08-25T16:33:04.945Z | Compiling pest_generator v2.8.6 |
| 810 | 2026-08-25T16:33:05.521Z | Compiling potential_utf v0.1.4 |
| 811 | 2026-08-25T16:33:05.688Z | Compiling zerotrie v0.2.3 |
| 812 | 2026-08-25T16:33:06.102Z | Compiling indexmap v2.14.0 |
| 813 | 2026-08-25T16:33:06.151Z | Compiling http-body v1.0.1 |
| 814 | 2026-08-25T16:33:06.200Z | Compiling tracing-core v0.1.36 |
| 815 | 2026-08-25T16:33:06.286Z | Compiling syn v3.0.3 |
| 816 | 2026-08-25T16:33:06.484Z | Compiling paste v1.0.15 |
| 817 | 2026-08-25T16:33:06.754Z | Compiling atomic-waker v1.1.2 |
| 818 | 2026-08-25T16:33:06.879Z | Compiling percent-encoding v2.3.2 |
| 819 | 2026-08-25T16:33:06.922Z | Compiling icu_properties_data v2.1.2 |
| 820 | 2026-08-25T16:33:07.123Z | Compiling rustls v0.23.41 |
| 821 | 2026-08-25T16:33:07.137Z | Compiling untrusted v0.9.0 |
| 822 | 2026-08-25T16:33:07.213Z | Compiling icu_normalizer_data v2.1.1 |
| 823 | 2026-08-25T16:33:07.300Z | Compiling tracing v0.1.44 |
| 824 | 2026-08-25T16:33:07.329Z | Compiling tokio-util v0.7.18 |
| 825 | 2026-08-25T16:33:07.635Z | Compiling icu_provider v2.1.1 |
| 826 | 2026-08-25T16:33:07.881Z | Compiling icu_collections v2.1.1 |
| 827 | 2026-08-25T16:33:08.030Z | Compiling pest_derive v2.8.6 |
| 828 | 2026-08-25T16:33:08.410Z | Compiling heck v0.5.0 |
| 829 | 2026-08-25T16:33:08.466Z | Compiling fastrand v2.3.0 |
| 830 | 2026-08-25T16:33:08.534Z | Compiling tower-service v0.3.3 |
| 831 | 2026-08-25T16:33:08.569Z | Compiling rustix v1.1.4 |
| 832 | 2026-08-25T16:33:08.590Z | Compiling subtle v2.6.1 |
| 833 | 2026-08-25T16:33:08.614Z | Compiling getrandom v0.3.4 |
| 834 | 2026-08-25T16:33:08.781Z | Compiling try-lock v0.2.5 |
| 835 | 2026-08-25T16:33:08.885Z | Compiling tower-layer v0.3.3 |
| 836 | 2026-08-25T16:33:08.937Z | Compiling want v0.3.1 |
| 837 | 2026-08-25T16:33:09.123Z | Compiling h2 v0.4.15 |
| 838 | 2026-08-25T16:33:09.273Z | Compiling ipnetwork v0.21.1 |
| 839 | 2026-08-25T16:33:09.308Z | Compiling ppv-lite86 v0.2.21 |
| 840 | 2026-08-25T16:33:09.344Z | Compiling serde_tokenstream v0.2.3 |
| 841 | 2026-08-25T16:33:09.635Z | Compiling httpdate v1.0.3 |
| 842 | 2026-08-25T16:33:09.668Z | Compiling oxnet v0.1.6 |
| 843 | 2026-08-25T16:33:09.983Z | Compiling icu_properties v2.1.2 |
| 844 | 2026-08-25T16:33:10.686Z | Compiling daft-derive v0.1.8 |
| 845 | 2026-08-25T16:33:10.769Z | Compiling icu_normalizer v2.1.1 |
| 846 | 2026-08-25T16:33:11.670Z | Compiling hyper v1.10.1 |
| 847 | 2026-08-25T16:33:11.800Z | Compiling form_urlencoded v1.2.2 |
| 848 | 2026-08-25T16:33:11.931Z | Compiling newtype-uuid v1.3.2 |
| 849 | 2026-08-25T16:33:12.056Z | Compiling structmeta-derive v0.3.0 |
| 850 | 2026-08-25T16:33:12.705Z | Compiling scroll_derive v0.13.1 |
| 851 | 2026-08-25T16:33:13.042Z | Compiling base64 v0.22.1 |
| 852 | 2026-08-25T16:33:13.163Z | Compiling time-core v0.1.8 |
| 853 | 2026-08-25T16:33:13.410Z | Compiling version_check v0.9.5 |
| 854 | 2026-08-25T16:33:13.498Z | Compiling typenum v1.20.1 |
| 855 | 2026-08-25T16:33:13.498Z | Compiling powerfmt v0.2.0 |
| 856 | 2026-08-25T16:33:13.676Z | Compiling usdt-impl v0.6.0 |
| 857 | 2026-08-25T16:33:13.747Z | Compiling num-conv v0.2.0 |
| 858 | 2026-08-25T16:33:13.894Z | Compiling crc32fast v1.5.0 |
| 859 | 2026-08-25T16:33:13.910Z | Compiling omicron-workspace-hack v0.1.0 |
| 860 | 2026-08-25T16:33:14.057Z | Compiling ipnet v2.12.0 |
| 861 | 2026-08-25T16:33:14.118Z | Compiling dof v0.4.0 |
| 862 | 2026-08-25T16:33:14.172Z | Compiling time-macros v0.2.27 |
| 863 | 2026-08-25T16:33:14.306Z | Compiling hybrid-array v0.4.13 |
| 864 | 2026-08-25T16:33:14.771Z | Compiling hyper-util v0.1.20 |
| 865 | 2026-08-25T16:33:14.812Z | Compiling deranged v0.5.8 |
| 866 | 2026-08-25T16:33:14.910Z | Compiling scroll v0.13.0 |
| 867 | 2026-08-25T16:33:15.199Z | Compiling structmeta v0.3.0 |
| 868 | 2026-08-25T16:33:15.217Z | Compiling daft v0.1.8 |
| 869 | 2026-08-25T16:33:15.244Z | Compiling tempfile v3.27.0 |
| 870 | 2026-08-25T16:33:15.381Z | Compiling rand_core v0.9.5 |
| 871 | 2026-08-25T16:33:15.471Z | Compiling idna_adapter v1.2.1 |
| 872 | 2026-08-25T16:33:15.592Z | Compiling dtrace-parser v0.3.0 |
| 873 | 2026-08-25T16:33:15.619Z | Compiling thread-id v5.1.0 |
| 874 | 2026-08-25T16:33:15.714Z | Compiling sync_wrapper v1.0.2 |
| 875 | 2026-08-25T16:33:15.834Z | Compiling utf8_iter v1.0.4 |
| 876 | 2026-08-25T16:33:15.915Z | Compiling strsim v0.11.1 |
| 877 | 2026-08-25T16:33:15.987Z | Compiling num_threads v0.1.7 |
| 878 | 2026-08-25T16:33:16.038Z | Compiling adler2 v2.0.1 |
| 879 | 2026-08-25T16:33:16.141Z | Compiling regex-syntax v0.8.10 |
| 880 | 2026-08-25T16:33:16.178Z | Compiling plain v0.2.3 |
| 881 | 2026-08-25T16:33:16.182Z | Compiling openssl-probe v0.2.1 |
| 882 | 2026-08-25T16:33:16.187Z | Compiling simd-adler32 v0.3.8 |
| 883 | 2026-08-25T16:33:16.191Z | Compiling ryu v1.0.23 |
| 884 | 2026-08-25T16:33:16.276Z | Compiling byteorder v1.5.0 |
| 885 | 2026-08-25T16:33:16.492Z | Compiling crossbeam-utils v0.8.21 |
| 886 | 2026-08-25T16:33:16.544Z | Compiling ident_case v1.0.1 |
| 887 | 2026-08-25T16:33:16.654Z | Compiling darling_core v0.23.0 |
| 888 | 2026-08-25T16:33:16.993Z | Compiling time v0.3.47 |
| 889 | 2026-08-25T16:33:17.178Z | Compiling miniz_oxide v0.8.9 |
| 890 | 2026-08-25T16:33:17.508Z | Compiling serde_urlencoded v0.7.1 |
| 891 | 2026-08-25T16:33:17.666Z | Compiling rustls-native-certs v0.8.3 |
| 892 | 2026-08-25T16:33:17.757Z | Compiling goblin v0.10.5 |
| 893 | 2026-08-25T16:33:18.376Z | Compiling idna v1.1.0 |
| 894 | 2026-08-25T16:33:18.527Z | Compiling tower v0.5.3 |
| 895 | 2026-08-25T16:33:18.785Z | Compiling http-body-util v0.1.3 |
| 896 | 2026-08-25T16:33:18.942Z | Compiling aho-corasick v1.1.4 |
| 897 | 2026-08-25T16:33:19.030Z | Compiling getrandom v0.2.17 |
| 898 | 2026-08-25T16:33:19.043Z | Compiling camino v1.2.5 |
| 899 | 2026-08-25T16:33:19.240Z | Compiling rustix v0.38.44 |
| 900 | 2026-08-25T16:33:19.346Z | Compiling pretty-hex v0.4.1 |
| 901 | 2026-08-25T16:33:19.473Z | Compiling iri-string v0.7.10 |
| 902 | 2026-08-25T16:33:19.931Z | Compiling rand_core v0.6.4 |
| 903 | 2026-08-25T16:33:20.175Z | Compiling flate2 v1.1.9 |
| 904 | 2026-08-25T16:33:20.285Z | Compiling darling_macro v0.23.0 |
| 905 | 2026-08-25T16:33:20.440Z | Compiling url v2.5.8 |
| 906 | 2026-08-25T16:33:20.712Z | Compiling regex-automata v0.4.14 |
| 907 | 2026-08-25T16:33:21.075Z | Compiling tower-http v0.6.8 |
| 908 | 2026-08-25T16:33:23.201Z | Compiling rand_chacha v0.9.0 |
| 909 | 2026-08-25T16:33:23.402Z | Compiling crypto-common v0.2.2 |
| 910 | 2026-08-25T16:33:23.490Z | Compiling block-buffer v0.12.1 |
| 911 | 2026-08-25T16:33:23.658Z | Compiling multer v3.1.0 |
| 912 | 2026-08-25T16:33:23.749Z | Compiling wait-timeout v0.2.1 |
| 913 | 2026-08-25T16:33:23.922Z | Compiling thread_local v1.1.9 |
| 914 | 2026-08-25T16:33:24.217Z | Compiling const-oid v0.10.2 |
| 915 | 2026-08-25T16:33:24.483Z | Compiling compression-core v0.4.31 |
| 916 | 2026-08-25T16:33:24.495Z | Compiling quick-error v1.2.3 |
| 917 | 2026-08-25T16:33:24.555Z | Compiling winnow v1.0.3 |
| 918 | 2026-08-25T16:33:24.592Z | Compiling allocator-api2 v0.2.21 |
| 919 | 2026-08-25T16:33:24.637Z | Compiling bit-vec v0.8.0 |
| 920 | 2026-08-25T16:33:24.681Z | Compiling slog-async v2.8.0 |
| 921 | 2026-08-25T16:33:24.911Z | Compiling match_cfg v0.1.0 |
| 922 | 2026-08-25T16:33:24.953Z | Compiling foldhash v0.2.0 |
| 923 | 2026-08-25T16:33:24.958Z | Compiling ref-cast v1.0.25 |
| 924 | 2026-08-25T16:33:24.961Z | Compiling hostname v0.3.1 |
| 925 | 2026-08-25T16:33:25.003Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 926 | 2026-08-25T16:33:25.101Z | Compiling hashbrown v0.16.1 |
| 927 | 2026-08-25T16:33:25.224Z | Compiling bit-set v0.8.0 |
| 928 | 2026-08-25T16:33:25.800Z | Compiling compression-codecs v0.4.37 |
| 929 | 2026-08-25T16:33:26.154Z | Compiling rusty-fork v0.3.1 |
| 930 | 2026-08-25T16:33:26.293Z | Compiling digest v0.11.3 |
| 931 | 2026-08-25T16:33:26.520Z | Compiling rand v0.9.2 |
| 932 | 2026-08-25T16:33:27.035Z | Compiling crossbeam-channel v0.5.15 |
| 933 | 2026-08-25T16:33:27.254Z | Compiling regex v1.12.3 |
| 934 | 2026-08-25T16:33:27.639Z | Compiling darling v0.23.0 |
| 935 | 2026-08-25T16:33:27.712Z | Compiling rand_chacha v0.3.1 |
| 936 | 2026-08-25T16:33:28.304Z | Compiling slog-json v2.6.1 |
| 937 | 2026-08-25T16:33:28.554Z | Compiling usdt-macro v0.6.0 |
| 938 | 2026-08-25T16:33:29.087Z | Compiling usdt-attr-macro v0.6.0 |
| 939 | 2026-08-25T16:33:29.226Z | Compiling rand_xorshift v0.4.0 |
| 940 | 2026-08-25T16:33:29.238Z | Compiling derive-ex v0.1.8 |
| 941 | 2026-08-25T16:33:29.393Z | Compiling dropshot v0.17.1 |
| 942 | 2026-08-25T16:33:29.533Z | Compiling serde_tokenstream v0.3.0 |
| 943 | 2026-08-25T16:33:29.602Z | Compiling futures-executor v0.3.32 |
| 944 | 2026-08-25T16:33:29.753Z | Compiling async-trait v0.1.89 |
| 945 | 2026-08-25T16:33:29.802Z | Compiling ref-cast-impl v1.0.25 |
| 946 | 2026-08-25T16:33:29.811Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 947 | 2026-08-25T16:33:30.091Z | Compiling async-stream-impl v0.3.6 |
| 948 | 2026-08-25T16:33:30.255Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 949 | 2026-08-25T16:33:30.383Z | Compiling serde_spanned v1.1.1 |
| 950 | 2026-08-25T16:33:30.518Z | Compiling is-terminal v0.4.17 |
| 951 | 2026-08-25T16:33:30.610Z | Compiling memmap2 v0.9.10 |
| 952 | 2026-08-25T16:33:30.654Z | Compiling encoding_rs v0.8.35 |
| 953 | 2026-08-25T16:33:30.715Z | Compiling cpufeatures v0.3.0 |
| 954 | 2026-08-25T16:33:30.723Z | Compiling anyhow v1.0.104 |
| 955 | 2026-08-25T16:33:30.748Z | Compiling take_mut v0.2.2 |
| 956 | 2026-08-25T16:33:30.789Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 957 | 2026-08-25T16:33:30.848Z | Compiling mime v0.3.17 |
| 958 | 2026-08-25T16:33:30.909Z | Compiling hex v0.4.3 |
| 959 | 2026-08-25T16:33:31.022Z | Compiling unarray v0.1.4 |
| 960 | 2026-08-25T16:33:31.028Z | Compiling spin v0.9.8 |
| 961 | 2026-08-25T16:33:31.141Z | Compiling term v1.2.1 |
| 962 | 2026-08-25T16:33:31.185Z | Compiling byte-wrapper v0.1.0 |
| 963 | 2026-08-25T16:33:31.311Z | Compiling proptest v1.11.0 |
| 964 | 2026-08-25T16:33:31.399Z | Compiling dropshot_endpoint v0.17.1 |
| 965 | 2026-08-25T16:33:33.004Z | Compiling slog-term v2.9.2 |
| 966 | 2026-08-25T16:33:33.114Z | Compiling toml v1.1.2+spec-1.1.0 |
| 967 | 2026-08-25T16:33:34.326Z | Compiling test-strategy v0.4.5 |
| 968 | 2026-08-25T16:33:34.573Z | Compiling usdt v0.6.0 |
| 969 | 2026-08-25T16:33:34.942Z | Compiling sha1 v0.11.0 |
| 970 | 2026-08-25T16:33:35.219Z | Compiling async-stream v0.3.6 |
| 971 | 2026-08-25T16:33:35.405Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 972 | 2026-08-25T16:33:35.453Z | Compiling oxide-generation-macros v0.2.0 |
| 973 | 2026-08-25T16:33:35.543Z | Compiling futures v0.3.32 |
| 974 | 2026-08-25T16:33:35.716Z | Compiling atomicwrites v0.4.4 |
| 975 | 2026-08-25T16:33:35.750Z | Compiling slog-bunyan v2.5.0 |
| 976 | 2026-08-25T16:33:35.922Z | Compiling rand v0.8.6 |
| 977 | 2026-08-25T16:33:35.991Z | Compiling serde_with_macros v3.21.0 |
| 978 | 2026-08-25T16:33:36.204Z | Compiling parse-display-derive v0.10.0 |
| 979 | 2026-08-25T16:33:36.709Z | Compiling async-compression v0.4.41 |
| 980 | 2026-08-25T16:33:37.058Z | Compiling oxide-generation v0.1.3 |
| 981 | 2026-08-25T16:33:37.147Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-08-25T16:33:37.633Z | Compiling backon v1.6.0 |
| 983 | 2026-08-25T16:33:37.683Z | Compiling strum_macros v0.27.2 |
| 984 | 2026-08-25T16:33:37.857Z | Compiling openapiv3 v2.2.0 |
| 985 | 2026-08-25T16:33:37.898Z | Compiling waitgroup v0.1.2 |
| 986 | 2026-08-25T16:33:37.903Z | Compiling rustls-pemfile v2.2.0 |
| 987 | 2026-08-25T16:33:37.934Z | Compiling serde_path_to_error v0.1.20 |
| 988 | 2026-08-25T16:33:38.037Z | Compiling hostname v0.4.2 |
| 989 | 2026-08-25T16:33:38.159Z | Compiling instant v0.1.13 |
| 990 | 2026-08-25T16:33:38.184Z | Compiling either v1.15.0 |
| 991 | 2026-08-25T16:33:38.262Z | Compiling debug-ignore v1.0.5 |
| 992 | 2026-08-25T16:33:38.362Z | Compiling itertools v0.14.0 |
| 993 | 2026-08-25T16:33:38.376Z | Compiling backoff v0.4.0 |
| 994 | 2026-08-25T16:33:38.395Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 995 | 2026-08-25T16:33:38.561Z | Compiling parse-display v0.10.0 |
| 996 | 2026-08-25T16:33:39.409Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 997 | 2026-08-25T16:33:39.471Z | Compiling strum v0.27.2 |
| 998 | 2026-08-25T16:33:39.561Z | Compiling serde_with v3.21.0 |
| 999 | 2026-08-25T16:33:39.862Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1000 | 2026-08-25T16:33:39.991Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1001 | 2026-08-25T16:33:40.074Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1002 | 2026-08-25T16:33:40.152Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-08-25T16:33:40.433Z | Compiling regress v0.10.5 |
| 1004 | 2026-08-25T16:33:40.448Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-08-25T16:33:40.703Z | Compiling humantime v2.3.0 |
| 1006 | 2026-08-25T16:33:47.451Z | Compiling rustls-webpki v0.103.13 |
| 1007 | 2026-08-25T16:33:50.692Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-08-25T16:33:50.692Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-08-25T16:33:50.951Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-08-25T16:33:51.217Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-08-25T16:33:53.598Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-08-25T16:33:53.815Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-08-25T16:33:54.609Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-08-25T16:33:58.131Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-08-25T16:34:01.206Z | Finished `release` profile [optimized] target(s) in 1m 04s |
| 1016 | 2026-08-25T16:34:01.273Z | process exited: duration 104211 ms, exit code 0 |
| |
| 1017 | 2026-08-25T16:34:01.300Z | found 0 output files |