|
|
|
| 1 | 2026-08-27T08:03:04.173Z | job assigned to worker 01M113V9WZHMASF0GP1WPN0QZH [factory aws, i-0ed51fdb320904e25] (queued for 59 s) |
| |
| 2 | 2026-08-27T08:03:10.204Z | starting task 0: "setup" |
| 3 | 2026-08-27T08:03:10.208Z | ++ uname -s |
| 4 | 2026-08-27T08:03:10.208Z | + kern=SunOS |
| 5 | 2026-08-27T08:03:10.208Z | + build_user=build |
| 6 | 2026-08-27T08:03:10.208Z | + build_uid=12345 |
| 7 | 2026-08-27T08:03:10.208Z | + work_dir=/work |
| 8 | 2026-08-27T08:03:10.208Z | + input_dir=/input |
| 9 | 2026-08-27T08:03:10.208Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T08:03:10.208Z | + case "$kern" in |
| 11 | 2026-08-27T08:03:10.208Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T08:03:10.212Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T08:03:12.216Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T08:03:12.283Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T08:03:12.286Z | + home_fs=zfs |
| 16 | 2026-08-27T08:03:12.286Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T08:03:12.286Z | + mkdir -p /home/build |
| 18 | 2026-08-27T08:03:12.286Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T08:03:14.287Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T08:03:14.291Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-08-27T08:03:14.305Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T08:03:14.309Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-27T08:03:14.309Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-27T08:03:14.309Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-27T08:03:14.310Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-27T08:03:14.310Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-08-27T08:03:14.310Z | * rust toolchain profile = "default" |
| 28 | 2026-08-27T08:03:14.310Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T08:03:14.310Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T08:03:14.405Z | info: downloading installer |
| 31 | 2026-08-27T08:03:15.890Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T08:03:15.890Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T08:03:15.890Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T08:03:15.890Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T08:03:15.903Z | info: profile set to default |
| 36 | 2026-08-27T08:03:15.903Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T08:03:15.906Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T08:03:16.031Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T08:03:16.035Z | info: downloading 6 components |
| 40 | 2026-08-27T08:03:31.749Z | |
| 41 | 2026-08-27T08:03:31.749Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-27T08:03:31.775Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T08:03:31.775Z | |
| 44 | 2026-08-27T08:03:31.776Z | |
| 45 | 2026-08-27T08:03:31.776Z | Rust is installed now. Great! |
| 46 | 2026-08-27T08:03:31.776Z | |
| 47 | 2026-08-27T08:03:31.779Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T08:03:31.779Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T08:03:31.779Z | |
| 50 | 2026-08-27T08:03:31.779Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T08:03:31.779Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T08:03:31.779Z | |
| 53 | 2026-08-27T08:03:31.779Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T08:03:31.779Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T08:03:31.779Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T08:03:31.779Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T08:03:31.779Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T08:03:31.779Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T08:03:31.779Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T08:03:31.779Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T08:03:31.779Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T08:03:31.886Z | + rustup --version |
| 63 | 2026-08-27T08:03:31.894Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T08:03:31.898Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T08:03:31.916Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T08:03:31.920Z | + cargo --version |
| 67 | 2026-08-27T08:03:31.933Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T08:03:31.936Z | + rustc --version |
| 69 | 2026-08-27T08:03:31.954Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T08:03:31.957Z | process exited: duration 17656 ms, exit code 0 |
| |
| 71 | 2026-08-27T08:03:31.964Z | starting task 2: "authentication" |
| 72 | 2026-08-27T08:03:31.980Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-27T08:03:31.987Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T08:03:31.990Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-27T08:03:31.994Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-27T08:03:32.024Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-27T08:03:44.534Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-27T08:03:44.534Z | + git fetch origin 10ce875afc8cc83e819c5cb0457ad3f665aa077a |
| 79 | 2026-08-27T08:03:45.051Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-27T08:03:45.051Z | * branch 10ce875afc8cc83e819c5cb0457ad3f665aa077a -> FETCH_HEAD |
| 81 | 2026-08-27T08:03:45.061Z | + [[ -n '' ]] |
| 82 | 2026-08-27T08:03:45.062Z | + git reset --hard 10ce875afc8cc83e819c5cb0457ad3f665aa077a |
| 83 | 2026-08-27T08:03:45.319Z | HEAD is now at 10ce875af fmt |
| 84 | 2026-08-27T08:03:45.322Z | process exited: duration 13333 ms, exit code 0 |
| |
| 85 | 2026-08-27T08:03:45.329Z | starting task 4: "build" |
| 86 | 2026-08-27T08:03:45.332Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-27T08:03:45.336Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-27T08:03:45.336Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-27T08:03:45.336Z | +++ uname -s |
| 90 | 2026-08-27T08:03:45.336Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-27T08:03:45.336Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-27T08:03:45.339Z | + cargo --version |
| 93 | 2026-08-27T08:03:45.345Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-27T08:03:45.348Z | + rustc --version |
| 95 | 2026-08-27T08:03:45.368Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-27T08:03:45.371Z | + cd /tmp |
| 97 | 2026-08-27T08:03:45.371Z | + cargo new --lib test-project |
| 98 | 2026-08-27T08:03:45.388Z | Creating library `test-project` package |
| 99 | 2026-08-27T08:03:45.424Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 100 | 2026-08-27T08:03:45.427Z | + cd test-project |
| 101 | 2026-08-27T08:03:45.427Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 102 | 2026-08-27T08:03:45.447Z | Adding omicron-common (local) to dependencies |
| 103 | 2026-08-27T08:03:45.450Z | Features: |
| 104 | 2026-08-27T08:03:45.450Z | - proptest |
| 105 | 2026-08-27T08:03:45.450Z | - test-strategy |
| 106 | 2026-08-27T08:03:45.450Z | - testing |
| 107 | 2026-08-27T08:03:45.468Z | Updating crates.io index |
| 108 | 2026-08-27T08:03:45.471Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 109 | 2026-08-27T08:03:45.952Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 110 | 2026-08-27T08:03:48.410Z | Locking 379 packages to latest Rust 1.97.1 compatible versions |
| 111 | 2026-08-27T08:03:48.516Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 112 | 2026-08-27T08:03:48.520Z | + cargo check |
| 113 | 2026-08-27T08:03:48.622Z | Updating crates.io index |
| 114 | 2026-08-27T08:03:49.114Z | Locking 1 package to latest Rust 1.97.1 compatible version |
| 115 | 2026-08-27T08:03:49.114Z | Adding omicron-workspace-hack v0.1.0 |
| 116 | 2026-08-27T08:03:49.142Z | Downloading crates ... |
| 117 | 2026-08-27T08:03:49.211Z | Downloaded futures-executor v0.3.32 |
| 118 | 2026-08-27T08:03:49.214Z | Downloaded quick-error v1.2.3 |
| 119 | 2026-08-27T08:03:49.214Z | Downloaded futures v0.3.32 |
| 120 | 2026-08-27T08:03:49.217Z | Downloaded scroll_derive v0.13.1 |
| 121 | 2026-08-27T08:03:49.220Z | Downloaded ident_case v1.0.1 |
| 122 | 2026-08-27T08:03:49.220Z | Downloaded form_urlencoded v1.2.2 |
| 123 | 2026-08-27T08:03:49.224Z | Downloaded hostname v0.3.1 |
| 124 | 2026-08-27T08:03:49.224Z | Downloaded rand_chacha v0.3.1 |
| 125 | 2026-08-27T08:03:49.224Z | Downloaded rand_pcg v0.10.2 |
| 126 | 2026-08-27T08:03:49.227Z | Downloaded rustc-hash v2.1.1 |
| 127 | 2026-08-27T08:03:49.227Z | Downloaded idna_adapter v1.2.1 |
| 128 | 2026-08-27T08:03:49.227Z | Downloaded instant v0.1.13 |
| 129 | 2026-08-27T08:03:49.227Z | Downloaded futures-io v0.3.32 |
| 130 | 2026-08-27T08:03:49.227Z | Downloaded http-body-util v0.1.3 |
| 131 | 2026-08-27T08:03:49.227Z | Downloaded humantime v2.3.0 |
| 132 | 2026-08-27T08:03:49.230Z | Downloaded serde_path_to_error v0.1.20 |
| 133 | 2026-08-27T08:03:49.233Z | Downloaded powerfmt v0.2.0 |
| 134 | 2026-08-27T08:03:49.233Z | Downloaded http-body v1.0.1 |
| 135 | 2026-08-27T08:03:49.233Z | Downloaded itoa v1.0.17 |
| 136 | 2026-08-27T08:03:49.237Z | Downloaded omicron-workspace-hack v0.1.0 |
| 137 | 2026-08-27T08:03:49.237Z | Downloaded openssl-probe v0.2.1 |
| 138 | 2026-08-27T08:03:49.240Z | Downloaded adler2 v2.0.1 |
| 139 | 2026-08-27T08:03:49.240Z | Downloaded httpdate v1.0.3 |
| 140 | 2026-08-27T08:03:49.245Z | Downloaded ref-cast v1.0.25 |
| 141 | 2026-08-27T08:03:49.248Z | Downloaded ref-cast-impl v1.0.25 |
| 142 | 2026-08-27T08:03:49.248Z | Downloaded futures-sink v0.3.32 |
| 143 | 2026-08-27T08:03:49.251Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 144 | 2026-08-27T08:03:49.251Z | Downloaded rand_core v0.6.4 |
| 145 | 2026-08-27T08:03:49.254Z | Downloaded quinn-udp v0.5.14 |
| 146 | 2026-08-27T08:03:49.254Z | Downloaded futures-task v0.3.32 |
| 147 | 2026-08-27T08:03:49.259Z | Downloaded rand_xorshift v0.4.0 |
| 148 | 2026-08-27T08:03:49.264Z | Downloaded futures-core v0.3.32 |
| 149 | 2026-08-27T08:03:49.268Z | Downloaded serde_spanned v1.1.1 |
| 150 | 2026-08-27T08:03:49.271Z | Downloaded futures-macro v0.3.32 |
| 151 | 2026-08-27T08:03:49.271Z | Downloaded scopeguard v1.2.0 |
| 152 | 2026-08-27T08:03:49.275Z | Downloaded foldhash v0.2.0 |
| 153 | 2026-08-27T08:03:49.279Z | Downloaded schemars_derive v0.8.22 |
| 154 | 2026-08-27T08:03:49.283Z | Downloaded rand_chacha v0.9.0 |
| 155 | 2026-08-27T08:03:49.283Z | Downloaded rusty-fork v0.3.1 |
| 156 | 2026-08-27T08:03:49.283Z | Downloaded fnv v1.0.7 |
| 157 | 2026-08-27T08:03:49.283Z | Downloaded hostname v0.4.2 |
| 158 | 2026-08-27T08:03:49.286Z | Downloaded slog-bunyan v2.5.0 |
| 159 | 2026-08-27T08:03:49.287Z | Downloaded generic-array v0.14.7 |
| 160 | 2026-08-27T08:03:49.287Z | Downloaded hex v0.4.3 |
| 161 | 2026-08-27T08:03:49.290Z | Downloaded sync_wrapper v1.0.2 |
| 162 | 2026-08-27T08:03:49.290Z | Downloaded getrandom v0.3.4 |
| 163 | 2026-08-27T08:03:49.290Z | Downloaded hybrid-array v0.4.13 |
| 164 | 2026-08-27T08:03:49.293Z | Downloaded futures-channel v0.3.32 |
| 165 | 2026-08-27T08:03:49.296Z | Downloaded structmeta v0.3.0 |
| 166 | 2026-08-27T08:03:49.296Z | Downloaded heck v0.5.0 |
| 167 | 2026-08-27T08:03:49.296Z | Downloaded percent-encoding v2.3.2 |
| 168 | 2026-08-27T08:03:49.299Z | Downloaded potential_utf v0.1.4 |
| 169 | 2026-08-27T08:03:49.299Z | Downloaded subtle v2.6.1 |
| 170 | 2026-08-27T08:03:49.299Z | Downloaded tokio-macros v2.7.0 |
| 171 | 2026-08-27T08:03:49.300Z | Downloaded macaddr v1.0.1 |
| 172 | 2026-08-27T08:03:49.303Z | Downloaded match_cfg v0.1.0 |
| 173 | 2026-08-27T08:03:49.303Z | Downloaded newtype-uuid-macros v0.1.0 |
| 174 | 2026-08-27T08:03:49.303Z | Downloaded structmeta-derive v0.3.0 |
| 175 | 2026-08-27T08:03:49.307Z | Downloaded mime v0.3.17 |
| 176 | 2026-08-27T08:03:49.307Z | Downloaded sha1 v0.11.0 |
| 177 | 2026-08-27T08:03:49.307Z | Downloaded num-conv v0.2.0 |
| 178 | 2026-08-27T08:03:49.307Z | Downloaded parse-display v0.10.0 |
| 179 | 2026-08-27T08:03:49.311Z | Downloaded take_mut v0.2.2 |
| 180 | 2026-08-27T08:03:49.315Z | Downloaded fastrand v2.3.0 |
| 181 | 2026-08-27T08:03:49.315Z | Downloaded thread-id v5.1.0 |
| 182 | 2026-08-27T08:03:49.315Z | Downloaded time-core v0.1.8 |
| 183 | 2026-08-27T08:03:49.319Z | Downloaded tinyvec_macros v0.1.1 |
| 184 | 2026-08-27T08:03:49.319Z | Downloaded lru-slab v0.1.2 |
| 185 | 2026-08-27T08:03:49.319Z | Downloaded plain v0.2.3 |
| 186 | 2026-08-27T08:03:49.319Z | Downloaded num_threads v0.1.7 |
| 187 | 2026-08-27T08:03:49.319Z | Downloaded serde_urlencoded v0.7.1 |
| 188 | 2026-08-27T08:03:49.322Z | Downloaded stable_deref_trait v1.2.1 |
| 189 | 2026-08-27T08:03:49.326Z | Downloaded rustls-pki-types v1.14.0 |
| 190 | 2026-08-27T08:03:49.326Z | Downloaded rustversion v1.0.22 |
| 191 | 2026-08-27T08:03:49.326Z | Downloaded rustls-native-certs v0.8.3 |
| 192 | 2026-08-27T08:03:49.329Z | Downloaded slog-async v2.8.0 |
| 193 | 2026-08-27T08:03:49.329Z | Downloaded pretty-hex v0.4.1 |
| 194 | 2026-08-27T08:03:49.332Z | Downloaded oxide-generation-macros v0.2.0 |
| 195 | 2026-08-27T08:03:49.336Z | Downloaded strum v0.27.2 |
| 196 | 2026-08-27T08:03:49.339Z | Downloaded want v0.3.1 |
| 197 | 2026-08-27T08:03:49.339Z | Downloaded tower-service v0.3.3 |
| 198 | 2026-08-27T08:03:49.343Z | Downloaded rand_core v0.9.5 |
| 199 | 2026-08-27T08:03:49.346Z | Downloaded atomic-waker v1.1.2 |
| 200 | 2026-08-27T08:03:49.346Z | Downloaded cfg_aliases v0.2.1 |
| 201 | 2026-08-27T08:03:49.346Z | Downloaded rand_core v0.10.0 |
| 202 | 2026-08-27T08:03:49.346Z | Downloaded parking_lot_core v0.9.12 |
| 203 | 2026-08-27T08:03:49.349Z | Downloaded rustls-pemfile v2.2.0 |
| 204 | 2026-08-27T08:03:49.352Z | Downloaded version_check v0.9.5 |
| 205 | 2026-08-27T08:03:49.352Z | Downloaded wait-timeout v0.2.1 |
| 206 | 2026-08-27T08:03:49.352Z | Downloaded waitgroup v0.1.2 |
| 207 | 2026-08-27T08:03:49.352Z | Downloaded block-buffer v0.12.1 |
| 208 | 2026-08-27T08:03:49.352Z | Downloaded fs_extra v1.3.0 |
| 209 | 2026-08-27T08:03:49.359Z | Downloaded dtrace-parser v0.3.0 |
| 210 | 2026-08-27T08:03:49.359Z | Downloaded utf8_iter v1.0.4 |
| 211 | 2026-08-27T08:03:49.359Z | Downloaded iana-time-zone v0.1.65 |
| 212 | 2026-08-27T08:03:49.362Z | Downloaded try-lock v0.2.5 |
| 213 | 2026-08-27T08:03:49.362Z | Downloaded zerofrom v0.1.6 |
| 214 | 2026-08-27T08:03:49.362Z | Downloaded scroll v0.13.0 |
| 215 | 2026-08-27T08:03:49.367Z | Downloaded cpufeatures v0.3.0 |
| 216 | 2026-08-27T08:03:49.367Z | Downloaded debug-ignore v1.0.5 |
| 217 | 2026-08-27T08:03:49.367Z | Downloaded icu_normalizer_data v2.1.1 |
| 218 | 2026-08-27T08:03:49.367Z | Downloaded oxide-generation v0.1.3 |
| 219 | 2026-08-27T08:03:49.370Z | Downloaded simd-adler32 v0.3.8 |
| 220 | 2026-08-27T08:03:49.370Z | Downloaded strsim v0.11.1 |
| 221 | 2026-08-27T08:03:49.370Z | Downloaded quote v1.0.45 |
| 222 | 2026-08-27T08:03:49.370Z | Downloaded slab v0.4.12 |
| 223 | 2026-08-27T08:03:49.373Z | Downloaded httparse v1.10.1 |
| 224 | 2026-08-27T08:03:49.373Z | Downloaded thiserror-impl v2.0.18 |
| 225 | 2026-08-27T08:03:49.373Z | Downloaded sha2 v0.10.9 |
| 226 | 2026-08-27T08:03:49.377Z | Downloaded serde_derive_internals v0.29.1 |
| 227 | 2026-08-27T08:03:49.377Z | Downloaded is-terminal v0.4.17 |
| 228 | 2026-08-27T08:03:49.377Z | Downloaded thread_local v1.1.9 |
| 229 | 2026-08-27T08:03:49.377Z | Downloaded tinystr v0.8.2 |
| 230 | 2026-08-27T08:03:49.377Z | Downloaded serde_tokenstream v0.3.0 |
| 231 | 2026-08-27T08:03:49.381Z | Downloaded serde_tokenstream v0.2.3 |
| 232 | 2026-08-27T08:03:49.381Z | Downloaded signal-hook-registry v1.4.8 |
| 233 | 2026-08-27T08:03:49.381Z | Downloaded slog-json v2.6.1 |
| 234 | 2026-08-27T08:03:49.381Z | Downloaded multer v3.1.0 |
| 235 | 2026-08-27T08:03:49.381Z | Downloaded strum_macros v0.27.2 |
| 236 | 2026-08-27T08:03:49.384Z | Downloaded ipnet v2.12.0 |
| 237 | 2026-08-27T08:03:49.384Z | Downloaded ipnetwork v0.21.1 |
| 238 | 2026-08-27T08:03:49.384Z | Downloaded oxnet v0.1.6 |
| 239 | 2026-08-27T08:03:49.384Z | Downloaded parse-display-derive v0.10.0 |
| 240 | 2026-08-27T08:03:49.387Z | Downloaded ppv-lite86 v0.2.21 |
| 241 | 2026-08-27T08:03:49.387Z | Downloaded synstructure v0.13.2 |
| 242 | 2026-08-27T08:03:49.387Z | Downloaded thiserror v2.0.18 |
| 243 | 2026-08-27T08:03:49.391Z | Downloaded atomicwrites v0.4.4 |
| 244 | 2026-08-27T08:03:49.391Z | Downloaded cpufeatures v0.2.17 |
| 245 | 2026-08-27T08:03:49.391Z | Downloaded cfg-if v1.0.4 |
| 246 | 2026-08-27T08:03:49.391Z | Downloaded darling_macro v0.23.0 |
| 247 | 2026-08-27T08:03:49.391Z | Downloaded errno v0.3.14 |
| 248 | 2026-08-27T08:03:49.398Z | Downloaded slog-term v2.9.2 |
| 249 | 2026-08-27T08:03:49.398Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 250 | 2026-08-27T08:03:49.398Z | Downloaded block-buffer v0.10.4 |
| 251 | 2026-08-27T08:03:49.398Z | Downloaded crypto-common v0.2.2 |
| 252 | 2026-08-27T08:03:49.401Z | Downloaded jobserver v0.1.34 |
| 253 | 2026-08-27T08:03:49.401Z | Downloaded getrandom v0.2.17 |
| 254 | 2026-08-27T08:03:49.405Z | Downloaded bit-set v0.8.0 |
| 255 | 2026-08-27T08:03:49.405Z | Downloaded paste v1.0.15 |
| 256 | 2026-08-27T08:03:49.408Z | Downloaded untrusted v0.9.0 |
| 257 | 2026-08-27T08:03:49.408Z | Downloaded lock_api v0.4.14 |
| 258 | 2026-08-27T08:03:49.412Z | Downloaded pin-project-lite v0.2.17 |
| 259 | 2026-08-27T08:03:49.415Z | Downloaded smallvec v1.15.1 |
| 260 | 2026-08-27T08:03:49.415Z | Downloaded displaydoc v0.2.5 |
| 261 | 2026-08-27T08:03:49.415Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 262 | 2026-08-27T08:03:49.419Z | Downloaded usdt-impl v0.6.0 |
| 263 | 2026-08-27T08:03:49.419Z | Downloaded usdt-attr-macro v0.6.0 |
| 264 | 2026-08-27T08:03:49.419Z | Downloaded yoke-derive v0.8.1 |
| 265 | 2026-08-27T08:03:49.419Z | Downloaded dyn-clone v1.0.20 |
| 266 | 2026-08-27T08:03:49.422Z | Downloaded usdt-macro v0.6.0 |
| 267 | 2026-08-27T08:03:49.422Z | Downloaded zerofrom-derive v0.1.6 |
| 268 | 2026-08-27T08:03:49.430Z | Downloaded log v0.4.33 |
| 269 | 2026-08-27T08:03:49.434Z | Downloaded zmij v1.0.21 |
| 270 | 2026-08-27T08:03:49.434Z | Downloaded num-traits v0.2.19 |
| 271 | 2026-08-27T08:03:49.434Z | Downloaded schemars v0.8.22 |
| 272 | 2026-08-27T08:03:49.437Z | Downloaded getrandom v0.4.3 |
| 273 | 2026-08-27T08:03:49.437Z | Downloaded icu_provider v2.1.1 |
| 274 | 2026-08-27T08:03:49.443Z | Downloaded semver v1.0.28 |
| 275 | 2026-08-27T08:03:49.443Z | Downloaded term v1.2.1 |
| 276 | 2026-08-27T08:03:49.446Z | Downloaded backoff v0.4.0 |
| 277 | 2026-08-27T08:03:49.446Z | Downloaded tokio-rustls v0.26.4 |
| 278 | 2026-08-27T08:03:49.446Z | Downloaded shlex v1.3.0 |
| 279 | 2026-08-27T08:03:49.446Z | Downloaded hyper-rustls v0.27.7 |
| 280 | 2026-08-27T08:03:49.446Z | Downloaded tower-layer v0.3.3 |
| 281 | 2026-08-27T08:03:49.446Z | Downloaded usdt v0.6.0 |
| 282 | 2026-08-27T08:03:49.450Z | Downloaded async-stream v0.3.6 |
| 283 | 2026-08-27T08:03:49.450Z | Downloaded either v1.15.0 |
| 284 | 2026-08-27T08:03:49.450Z | Downloaded find-msvc-tools v0.1.9 |
| 285 | 2026-08-27T08:03:49.450Z | Downloaded compression-core v0.4.31 |
| 286 | 2026-08-27T08:03:49.450Z | Downloaded serde_with_macros v3.21.0 |
| 287 | 2026-08-27T08:03:49.453Z | Downloaded serde_core v1.0.228 |
| 288 | 2026-08-27T08:03:49.453Z | Downloaded crypto-common v0.1.7 |
| 289 | 2026-08-27T08:03:49.453Z | Downloaded pest_derive v2.8.6 |
| 290 | 2026-08-27T08:03:49.457Z | Downloaded dof v0.4.0 |
| 291 | 2026-08-27T08:03:49.457Z | Downloaded memmap2 v0.9.10 |
| 292 | 2026-08-27T08:03:49.457Z | Downloaded newtype-uuid v1.3.2 |
| 293 | 2026-08-27T08:03:49.461Z | Downloaded yoke v0.8.1 |
| 294 | 2026-08-27T08:03:49.461Z | Downloaded time-macros v0.2.27 |
| 295 | 2026-08-27T08:03:49.464Z | Downloaded deranged v0.5.8 |
| 296 | 2026-08-27T08:03:49.464Z | Downloaded progenitor-client v0.14.0 |
| 297 | 2026-08-27T08:03:49.467Z | Downloaded bs58 v0.5.1 |
| 298 | 2026-08-27T08:03:49.467Z | Downloaded dunce v1.0.5 |
| 299 | 2026-08-27T08:03:49.471Z | Downloaded async-stream-impl v0.3.6 |
| 300 | 2026-08-27T08:03:49.471Z | Downloaded equivalent v1.0.2 |
| 301 | 2026-08-27T08:03:49.471Z | Downloaded unarray v0.1.4 |
| 302 | 2026-08-27T08:03:49.478Z | Downloaded rustls-platform-verifier v0.6.2 |
| 303 | 2026-08-27T08:03:49.482Z | Downloaded litemap v0.8.1 |
| 304 | 2026-08-27T08:03:49.482Z | Downloaded ryu v1.0.23 |
| 305 | 2026-08-27T08:03:49.482Z | Downloaded slog v2.8.2 |
| 306 | 2026-08-27T08:03:49.486Z | Downloaded icu_properties v2.1.2 |
| 307 | 2026-08-27T08:03:49.486Z | Downloaded once_cell v1.21.3 |
| 308 | 2026-08-27T08:03:49.489Z | Downloaded async-trait v0.1.89 |
| 309 | 2026-08-27T08:03:49.489Z | Downloaded autocfg v1.5.0 |
| 310 | 2026-08-27T08:03:49.493Z | Downloaded byte-wrapper v0.1.0 |
| 311 | 2026-08-27T08:03:49.493Z | Downloaded rustls-webpki v0.103.13 |
| 312 | 2026-08-27T08:03:49.496Z | Downloaded darling v0.23.0 |
| 313 | 2026-08-27T08:03:49.500Z | Downloaded writeable v0.6.2 |
| 314 | 2026-08-27T08:03:49.500Z | Downloaded byteorder v1.5.0 |
| 315 | 2026-08-27T08:03:49.500Z | Downloaded serde_derive v1.0.228 |
| 316 | 2026-08-27T08:03:49.503Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 317 | 2026-08-27T08:03:49.503Z | Downloaded zeroize v1.9.0 |
| 318 | 2026-08-27T08:03:49.504Z | Downloaded erased-serde v0.3.31 |
| 319 | 2026-08-27T08:03:49.507Z | Downloaded tempfile v3.27.0 |
| 320 | 2026-08-27T08:03:49.507Z | Downloaded icu_locale_core v2.1.1 |
| 321 | 2026-08-27T08:03:49.510Z | Downloaded miniz_oxide v0.8.9 |
| 322 | 2026-08-27T08:03:49.510Z | Downloaded chacha20 v0.10.0 |
| 323 | 2026-08-27T08:03:49.514Z | Downloaded tinyvec v1.10.0 |
| 324 | 2026-08-27T08:03:49.514Z | Downloaded crc32fast v1.5.0 |
| 325 | 2026-08-27T08:03:49.518Z | Downloaded progenitor-extras v0.2.0 |
| 326 | 2026-08-27T08:03:49.518Z | Downloaded derive-ex v0.1.8 |
| 327 | 2026-08-27T08:03:49.518Z | Downloaded cmake v0.1.57 |
| 328 | 2026-08-27T08:03:49.518Z | Downloaded zerovec-derive v0.11.2 |
| 329 | 2026-08-27T08:03:49.518Z | Downloaded parking_lot v0.12.5 |
| 330 | 2026-08-27T08:03:49.524Z | Downloaded test-strategy v0.4.5 |
| 331 | 2026-08-27T08:03:49.529Z | Downloaded daft v0.1.8 |
| 332 | 2026-08-27T08:03:49.529Z | Downloaded digest v0.10.7 |
| 333 | 2026-08-27T08:03:49.536Z | Downloaded socket2 v0.6.3 |
| 334 | 2026-08-27T08:03:49.540Z | Downloaded ucd-trie v0.1.7 |
| 335 | 2026-08-27T08:03:49.543Z | Downloaded daft-derive v0.1.8 |
| 336 | 2026-08-27T08:03:49.543Z | Downloaded pest_generator v2.8.6 |
| 337 | 2026-08-27T08:03:49.549Z | Downloaded proc-macro2 v1.0.106 |
| 338 | 2026-08-27T08:03:49.549Z | Downloaded rand v0.8.6 |
| 339 | 2026-08-27T08:03:49.549Z | Downloaded camino v1.2.5 |
| 340 | 2026-08-27T08:03:49.549Z | Downloaded digest v0.11.3 |
| 341 | 2026-08-27T08:03:49.553Z | Downloaded anyhow v1.0.104 |
| 342 | 2026-08-27T08:03:49.553Z | Downloaded icu_normalizer v2.1.1 |
| 343 | 2026-08-27T08:03:49.556Z | Downloaded compression-codecs v0.4.37 |
| 344 | 2026-08-27T08:03:49.559Z | Downloaded pest_meta v2.8.6 |
| 345 | 2026-08-27T08:03:49.564Z | Downloaded backon v1.6.0 |
| 346 | 2026-08-27T08:03:49.568Z | Downloaded bit-vec v0.8.0 |
| 347 | 2026-08-27T08:03:49.568Z | Downloaded bitflags v2.11.0 |
| 348 | 2026-08-27T08:03:49.568Z | Downloaded flate2 v1.1.9 |
| 349 | 2026-08-27T08:03:49.572Z | Downloaded serde v1.0.228 |
| 350 | 2026-08-27T08:03:49.583Z | Downloaded rand v0.9.2 |
| 351 | 2026-08-27T08:03:49.587Z | Downloaded spin v0.9.8 |
| 352 | 2026-08-27T08:03:49.587Z | Downloaded bytes v1.11.1 |
| 353 | 2026-08-27T08:03:49.587Z | Downloaded dropshot_endpoint v0.17.1 |
| 354 | 2026-08-27T08:03:49.591Z | Downloaded unicode-ident v1.0.24 |
| 355 | 2026-08-27T08:03:49.598Z | Downloaded crossbeam-utils v0.8.21 |
| 356 | 2026-08-27T08:03:49.602Z | Downloaded uuid v1.23.4 |
| 357 | 2026-08-27T08:03:49.606Z | Downloaded allocator-api2 v0.2.21 |
| 358 | 2026-08-27T08:03:49.606Z | Downloaded icu_collections v2.1.1 |
| 359 | 2026-08-27T08:03:49.609Z | Downloaded http v1.4.2 |
| 360 | 2026-08-27T08:03:49.615Z | Downloaded const-oid v0.10.2 |
| 361 | 2026-08-27T08:03:49.620Z | Downloaded quinn v0.11.11 |
| 362 | 2026-08-27T08:03:49.624Z | Downloaded url v2.5.8 |
| 363 | 2026-08-27T08:03:49.627Z | Downloaded tracing-core v0.1.36 |
| 364 | 2026-08-27T08:03:49.628Z | Downloaded base64 v0.22.1 |
| 365 | 2026-08-27T08:03:49.632Z | Downloaded darling_core v0.23.0 |
| 366 | 2026-08-27T08:03:49.635Z | Downloaded zerotrie v0.2.3 |
| 367 | 2026-08-27T08:03:49.635Z | Downloaded rand v0.10.1 |
| 368 | 2026-08-27T08:03:49.642Z | Downloaded memchr v2.8.0 |
| 369 | 2026-08-27T08:03:49.646Z | Downloaded indexmap v2.14.0 |
| 370 | 2026-08-27T08:03:49.646Z | Downloaded serde_json v1.0.151 |
| 371 | 2026-08-27T08:03:49.650Z | Downloaded async-compression v0.4.41 |
| 372 | 2026-08-27T08:03:49.653Z | Downloaded regex v1.12.3 |
| 373 | 2026-08-27T08:03:49.658Z | Downloaded mio v1.2.0 |
| 374 | 2026-08-27T08:03:49.658Z | Downloaded crossbeam-channel v0.5.15 |
| 375 | 2026-08-27T08:03:49.662Z | Downloaded typenum v1.20.1 |
| 376 | 2026-08-27T08:03:49.662Z | Downloaded hyper-util v0.1.20 |
| 377 | 2026-08-27T08:03:49.666Z | Downloaded cc v1.2.56 |
| 378 | 2026-08-27T08:03:49.680Z | Downloaded pest v2.8.6 |
| 379 | 2026-08-27T08:03:49.683Z | Downloaded futures-util v0.3.32 |
| 380 | 2026-08-27T08:03:49.690Z | Downloaded hyper v1.10.1 |
| 381 | 2026-08-27T08:03:49.694Z | Downloaded idna v1.1.0 |
| 382 | 2026-08-27T08:03:49.697Z | Downloaded iri-string v0.7.10 |
| 383 | 2026-08-27T08:03:49.700Z | Downloaded tower v0.5.3 |
| 384 | 2026-08-27T08:03:49.704Z | Downloaded zerocopy-derive v0.8.55 |
| 385 | 2026-08-27T08:03:49.709Z | Downloaded hashbrown v0.17.0 |
| 386 | 2026-08-27T08:03:49.713Z | Downloaded tower-http v0.6.8 |
| 387 | 2026-08-27T08:03:49.716Z | Downloaded tokio-util v0.7.18 |
| 388 | 2026-08-27T08:03:49.720Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-08-27T08:03:49.727Z | Downloaded zerovec v0.11.5 |
| 390 | 2026-08-27T08:03:49.731Z | Downloaded h2 v0.4.15 |
| 391 | 2026-08-27T08:03:49.734Z | Downloaded hashbrown v0.16.1 |
| 392 | 2026-08-27T08:03:49.739Z | Downloaded itertools v0.14.0 |
| 393 | 2026-08-27T08:03:49.744Z | Downloaded iddqd v0.4.2 |
| 394 | 2026-08-27T08:03:49.744Z | Downloaded aho-corasick v1.1.4 |
| 395 | 2026-08-27T08:03:49.759Z | Downloaded reqwest v0.13.2 |
| 396 | 2026-08-27T08:03:49.760Z | Downloaded winnow v1.0.3 |
| 397 | 2026-08-27T08:03:49.760Z | Downloaded goblin v0.10.5 |
| 398 | 2026-08-27T08:03:49.763Z | Downloaded proptest v1.11.0 |
| 399 | 2026-08-27T08:03:49.766Z | Downloaded chrono v0.4.45 |
| 400 | 2026-08-27T08:03:49.779Z | Downloaded regex-syntax v0.8.10 |
| 401 | 2026-08-27T08:03:49.784Z | Downloaded serde_with v3.21.0 |
| 402 | 2026-08-27T08:03:49.790Z | Downloaded quinn-proto v0.11.16 |
| 403 | 2026-08-27T08:03:49.794Z | Downloaded time v0.3.47 |
| 404 | 2026-08-27T08:03:49.801Z | Downloaded openapiv3 v2.2.0 |
| 405 | 2026-08-27T08:03:49.807Z | Downloaded dropshot v0.17.1 |
| 406 | 2026-08-27T08:03:49.819Z | Downloaded aws-lc-rs v1.16.3 |
| 407 | 2026-08-27T08:03:49.824Z | Downloaded tracing v0.1.44 |
| 408 | 2026-08-27T08:03:49.842Z | Downloaded syn v2.0.117 |
| 409 | 2026-08-27T08:03:49.847Z | Downloaded zerocopy v0.8.55 |
| 410 | 2026-08-27T08:03:49.861Z | Downloaded libc v0.2.185 |
| 411 | 2026-08-27T08:03:49.879Z | Downloaded syn v3.0.3 |
| 412 | 2026-08-27T08:03:49.884Z | Downloaded rustix v0.38.44 |
| 413 | 2026-08-27T08:03:49.896Z | Downloaded regress v0.10.5 |
| 414 | 2026-08-27T08:03:49.901Z | Downloaded rustls v0.23.41 |
| 415 | 2026-08-27T08:03:49.906Z | Downloaded rustix v1.1.4 |
| 416 | 2026-08-27T08:03:49.918Z | Downloaded regex-automata v0.4.14 |
| 417 | 2026-08-27T08:03:49.982Z | Downloaded tokio v1.52.1 |
| 418 | 2026-08-27T08:03:50.061Z | Downloaded encoding_rs v0.8.35 |
| 419 | 2026-08-27T08:03:50.073Z | Downloaded ring v0.17.14 |
| 420 | 2026-08-27T08:03:50.462Z | Downloaded aws-lc-sys v0.40.0 |
| 421 | 2026-08-27T08:03:50.659Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-08-27T08:03:50.659Z | Compiling quote v1.0.45 |
| 423 | 2026-08-27T08:03:50.659Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-08-27T08:03:50.659Z | Compiling libc v0.2.185 |
| 425 | 2026-08-27T08:03:50.659Z | Checking cfg-if v1.0.4 |
| 426 | 2026-08-27T08:03:50.659Z | Compiling serde_core v1.0.228 |
| 427 | 2026-08-27T08:03:50.659Z | Checking memchr v2.8.0 |
| 428 | 2026-08-27T08:03:50.662Z | Checking itoa v1.0.17 |
| 429 | 2026-08-27T08:03:50.823Z | Compiling serde v1.0.228 |
| 430 | 2026-08-27T08:03:50.886Z | Compiling zmij v1.0.21 |
| 431 | 2026-08-27T08:03:50.915Z | Compiling serde_json v1.0.151 |
| 432 | 2026-08-27T08:03:51.168Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-08-27T08:03:51.177Z | Checking smallvec v1.15.1 |
| 434 | 2026-08-27T08:03:51.194Z | Compiling getrandom v0.4.3 |
| 435 | 2026-08-27T08:03:51.246Z | Checking futures-core v0.3.32 |
| 436 | 2026-08-27T08:03:51.354Z | Checking bytes v1.11.1 |
| 437 | 2026-08-27T08:03:51.360Z | Compiling parking_lot_core v0.9.12 |
| 438 | 2026-08-27T08:03:51.476Z | Checking once_cell v1.21.3 |
| 439 | 2026-08-27T08:03:51.602Z | Checking errno v0.3.14 |
| 440 | 2026-08-27T08:03:51.637Z | Checking scopeguard v1.2.0 |
| 441 | 2026-08-27T08:03:51.707Z | Compiling autocfg v1.5.0 |
| 442 | 2026-08-27T08:03:51.739Z | Checking lock_api v0.4.14 |
| 443 | 2026-08-27T08:03:51.863Z | Compiling jobserver v0.1.34 |
| 444 | 2026-08-27T08:03:51.910Z | Compiling syn v2.0.117 |
| 445 | 2026-08-27T08:03:51.930Z | Compiling shlex v1.3.0 |
| 446 | 2026-08-27T08:03:51.957Z | Compiling find-msvc-tools v0.1.9 |
| 447 | 2026-08-27T08:03:51.968Z | Checking parking_lot v0.12.5 |
| 448 | 2026-08-27T08:03:52.040Z | Compiling num-traits v0.2.19 |
| 449 | 2026-08-27T08:03:52.099Z | Compiling cc v1.2.56 |
| 450 | 2026-08-27T08:03:52.143Z | Checking signal-hook-registry v1.4.8 |
| 451 | 2026-08-27T08:03:52.167Z | Checking socket2 v0.6.3 |
| 452 | 2026-08-27T08:03:52.177Z | Checking mio v1.2.0 |
| 453 | 2026-08-27T08:03:52.277Z | Checking futures-sink v0.3.32 |
| 454 | 2026-08-27T08:03:52.293Z | Checking stable_deref_trait v1.2.1 |
| 455 | 2026-08-27T08:03:52.365Z | Compiling fs_extra v1.3.0 |
| 456 | 2026-08-27T08:03:52.402Z | Compiling dunce v1.0.5 |
| 457 | 2026-08-27T08:03:52.484Z | Compiling thiserror v2.0.18 |
| 458 | 2026-08-27T08:03:52.603Z | Checking iana-time-zone v0.1.65 |
| 459 | 2026-08-27T08:03:52.698Z | Compiling zerocopy v0.8.55 |
| 460 | 2026-08-27T08:03:52.777Z | Checking slab v0.4.12 |
| 461 | 2026-08-27T08:03:52.905Z | Compiling cmake v0.1.57 |
| 462 | 2026-08-27T08:03:52.923Z | Compiling rustversion v1.0.22 |
| 463 | 2026-08-27T08:03:52.990Z | Checking futures-channel v0.3.32 |
| 464 | 2026-08-27T08:03:53.097Z | Checking equivalent v1.0.2 |
| 465 | 2026-08-27T08:03:53.172Z | Checking zeroize v1.9.0 |
| 466 | 2026-08-27T08:03:53.176Z | Compiling schemars v0.8.22 |
| 467 | 2026-08-27T08:03:53.219Z | Checking uuid v1.23.4 |
| 468 | 2026-08-27T08:03:53.274Z | Checking semver v1.0.28 |
| 469 | 2026-08-27T08:03:53.318Z | Checking http v1.4.2 |
| 470 | 2026-08-27T08:03:53.359Z | Compiling aws-lc-sys v0.40.0 |
| 471 | 2026-08-27T08:03:53.404Z | Checking futures-task v0.3.32 |
| 472 | 2026-08-27T08:03:53.467Z | Checking dyn-clone v1.0.20 |
| 473 | 2026-08-27T08:03:53.489Z | Checking bitflags v2.11.0 |
| 474 | 2026-08-27T08:03:53.532Z | Checking futures-io v0.3.32 |
| 475 | 2026-08-27T08:03:53.558Z | Compiling ucd-trie v0.1.7 |
| 476 | 2026-08-27T08:03:53.638Z | Compiling aws-lc-rs v1.16.3 |
| 477 | 2026-08-27T08:03:53.641Z | Checking log v0.4.33 |
| 478 | 2026-08-27T08:03:53.773Z | Compiling pest v2.8.6 |
| 479 | 2026-08-27T08:03:53.784Z | Checking rustls-pki-types v1.14.0 |
| 480 | 2026-08-27T08:03:53.811Z | Compiling slog v2.8.2 |
| 481 | 2026-08-27T08:03:53.858Z | Checking fnv v1.0.7 |
| 482 | 2026-08-27T08:03:53.920Z | Checking litemap v0.8.1 |
| 483 | 2026-08-27T08:03:53.993Z | Checking writeable v0.6.2 |
| 484 | 2026-08-27T08:03:54.067Z | Checking hashbrown v0.17.0 |
| 485 | 2026-08-27T08:03:54.093Z | Compiling httparse v1.10.1 |
| 486 | 2026-08-27T08:03:54.140Z | Checking http-body v1.0.1 |
| 487 | 2026-08-27T08:03:54.150Z | Compiling syn v3.0.3 |
| 488 | 2026-08-27T08:03:54.196Z | Checking tracing-core v0.1.36 |
| 489 | 2026-08-27T08:03:54.255Z | Checking percent-encoding v2.3.2 |
| 490 | 2026-08-27T08:03:54.391Z | Compiling icu_properties_data v2.1.2 |
| 491 | 2026-08-27T08:03:54.477Z | Compiling icu_normalizer_data v2.1.1 |
| 492 | 2026-08-27T08:03:54.509Z | Checking untrusted v0.9.0 |
| 493 | 2026-08-27T08:03:54.549Z | Checking indexmap v2.14.0 |
| 494 | 2026-08-27T08:03:54.609Z | Compiling paste v1.0.15 |
| 495 | 2026-08-27T08:03:54.620Z | Compiling rustls v0.23.41 |
| 496 | 2026-08-27T08:03:54.701Z | Checking atomic-waker v1.1.2 |
| 497 | 2026-08-27T08:03:54.792Z | Compiling synstructure v0.13.2 |
| 498 | 2026-08-27T08:03:54.823Z | Compiling serde_derive_internals v0.29.1 |
| 499 | 2026-08-27T08:03:54.931Z | Compiling pest_meta v2.8.6 |
| 500 | 2026-08-27T08:03:55.094Z | Checking tracing v0.1.44 |
| 501 | 2026-08-27T08:03:55.269Z | Checking subtle v2.6.1 |
| 502 | 2026-08-27T08:03:55.310Z | Compiling getrandom v0.3.4 |
| 503 | 2026-08-27T08:03:55.397Z | Checking fastrand v2.3.0 |
| 504 | 2026-08-27T08:03:55.554Z | Compiling pest_generator v2.8.6 |
| 505 | 2026-08-27T08:03:55.570Z | Compiling heck v0.5.0 |
| 506 | 2026-08-27T08:03:55.621Z | Checking try-lock v0.2.5 |
| 507 | 2026-08-27T08:03:55.639Z | Compiling rustix v1.1.4 |
| 508 | 2026-08-27T08:03:55.711Z | Checking tower-service v0.3.3 |
| 509 | 2026-08-27T08:03:55.762Z | Checking tower-layer v0.3.3 |
| 510 | 2026-08-27T08:03:55.793Z | Checking want v0.3.1 |
| 511 | 2026-08-27T08:03:55.951Z | Compiling serde_derive v1.0.228 |
| 512 | 2026-08-27T08:03:55.962Z | Compiling zerocopy-derive v0.8.55 |
| 513 | 2026-08-27T08:03:56.004Z | Compiling zerofrom-derive v0.1.6 |
| 514 | 2026-08-27T08:03:56.039Z | Compiling tokio-macros v2.7.0 |
| 515 | 2026-08-27T08:03:56.164Z | Compiling yoke-derive v0.8.1 |
| 516 | 2026-08-27T08:03:56.226Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-08-27T08:03:56.730Z | Checking tokio v1.52.1 |
| 518 | 2026-08-27T08:03:57.130Z | Compiling zerovec-derive v0.11.2 |
| 519 | 2026-08-27T08:03:57.133Z | Checking zerofrom v0.1.6 |
| 520 | 2026-08-27T08:03:57.208Z | Compiling displaydoc v0.2.5 |
| 521 | 2026-08-27T08:03:57.245Z | Checking yoke v0.8.1 |
| 522 | 2026-08-27T08:03:57.367Z | Compiling schemars_derive v0.8.22 |
| 523 | 2026-08-27T08:03:57.404Z | Compiling futures-macro v0.3.32 |
| 524 | 2026-08-27T08:03:57.901Z | Checking zerotrie v0.2.3 |
| 525 | 2026-08-27T08:03:58.128Z | Compiling pest_derive v2.8.6 |
| 526 | 2026-08-27T08:03:58.157Z | Checking zerovec v0.11.5 |
| 527 | 2026-08-27T08:03:58.184Z | Checking futures-util v0.3.32 |
| 528 | 2026-08-27T08:03:58.592Z | Checking tinystr v0.8.2 |
| 529 | 2026-08-27T08:03:58.605Z | Checking potential_utf v0.1.4 |
| 530 | 2026-08-27T08:03:58.722Z | Checking icu_collections v2.1.1 |
| 531 | 2026-08-27T08:03:58.753Z | Checking icu_locale_core v2.1.1 |
| 532 | 2026-08-27T08:03:58.903Z | Checking chrono v0.4.45 |
| 533 | 2026-08-27T08:03:59.010Z | Checking erased-serde v0.3.31 |
| 534 | 2026-08-27T08:03:59.050Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-08-27T08:03:59.282Z | Checking icu_provider v2.1.1 |
| 536 | 2026-08-27T08:03:59.623Z | Checking httpdate v1.0.3 |
| 537 | 2026-08-27T08:03:59.730Z | Checking tokio-util v0.7.18 |
| 538 | 2026-08-27T08:03:59.951Z | Checking icu_normalizer v2.1.1 |
| 539 | 2026-08-27T08:04:00.034Z | Checking icu_properties v2.1.2 |
| 540 | 2026-08-27T08:04:00.046Z | Checking ppv-lite86 v0.2.21 |
| 541 | 2026-08-27T08:04:00.120Z | Checking h2 v0.4.15 |
| 542 | 2026-08-27T08:04:00.316Z | Compiling daft-derive v0.1.8 |
| 543 | 2026-08-27T08:04:00.319Z | Checking ipnetwork v0.21.1 |
| 544 | 2026-08-27T08:04:00.425Z | Checking newtype-uuid v1.3.2 |
| 545 | 2026-08-27T08:04:00.504Z | Checking oxnet v0.1.6 |
| 546 | 2026-08-27T08:04:00.597Z | Compiling structmeta-derive v0.3.0 |
| 547 | 2026-08-27T08:04:00.756Z | Compiling scroll_derive v0.13.1 |
| 548 | 2026-08-27T08:04:00.846Z | Checking form_urlencoded v1.2.2 |
| 549 | 2026-08-27T08:04:00.957Z | Compiling num-conv v0.2.0 |
| 550 | 2026-08-27T08:04:00.960Z | Checking ipnet v2.12.0 |
| 551 | 2026-08-27T08:04:01.009Z | Checking typenum v1.20.1 |
| 552 | 2026-08-27T08:04:01.175Z | Compiling crc32fast v1.5.0 |
| 553 | 2026-08-27T08:04:01.178Z | Compiling usdt-impl v0.6.0 |
| 554 | 2026-08-27T08:04:01.409Z | Checking powerfmt v0.2.0 |
| 555 | 2026-08-27T08:04:01.442Z | Compiling version_check v0.9.5 |
| 556 | 2026-08-27T08:04:01.526Z | Compiling time-core v0.1.8 |
| 557 | 2026-08-27T08:04:01.549Z | Checking base64 v0.22.1 |
| 558 | 2026-08-27T08:04:01.583Z | Compiling structmeta v0.3.0 |
| 559 | 2026-08-27T08:04:01.663Z | Compiling time-macros v0.2.27 |
| 560 | 2026-08-27T08:04:01.698Z | Checking deranged v0.5.8 |
| 561 | 2026-08-27T08:04:01.731Z | Checking hybrid-array v0.4.13 |
| 562 | 2026-08-27T08:04:01.768Z | Checking scroll v0.13.0 |
| 563 | 2026-08-27T08:04:01.983Z | Checking daft v0.1.8 |
| 564 | 2026-08-27T08:04:02.005Z | Checking hyper v1.10.1 |
| 565 | 2026-08-27T08:04:02.130Z | Checking rand_core v0.9.5 |
| 566 | 2026-08-27T08:04:02.152Z | Checking idna_adapter v1.2.1 |
| 567 | 2026-08-27T08:04:02.186Z | Checking tempfile v3.27.0 |
| 568 | 2026-08-27T08:04:02.259Z | Compiling dtrace-parser v0.3.0 |
| 569 | 2026-08-27T08:04:02.289Z | Compiling thread-id v5.1.0 |
| 570 | 2026-08-27T08:04:02.365Z | Checking sync_wrapper v1.0.2 |
| 571 | 2026-08-27T08:04:02.378Z | Compiling omicron-workspace-hack v0.1.0 |
| 572 | 2026-08-27T08:04:02.458Z | Compiling byteorder v1.5.0 |
| 573 | 2026-08-27T08:04:02.569Z | Checking plain v0.2.3 |
| 574 | 2026-08-27T08:04:02.596Z | Checking simd-adler32 v0.3.8 |
| 575 | 2026-08-27T08:04:02.607Z | Compiling ident_case v1.0.1 |
| 576 | 2026-08-27T08:04:02.660Z | Checking ryu v1.0.23 |
| 577 | 2026-08-27T08:04:02.672Z | Checking num_threads v0.1.7 |
| 578 | 2026-08-27T08:04:02.714Z | Checking openssl-probe v0.2.1 |
| 579 | 2026-08-27T08:04:02.724Z | Checking regex-syntax v0.8.10 |
| 580 | 2026-08-27T08:04:02.809Z | Compiling crossbeam-utils v0.8.21 |
| 581 | 2026-08-27T08:04:02.840Z | Checking adler2 v2.0.1 |
| 582 | 2026-08-27T08:04:02.850Z | Compiling strsim v0.11.1 |
| 583 | 2026-08-27T08:04:02.898Z | Checking hyper-util v0.1.20 |
| 584 | 2026-08-27T08:04:02.911Z | Checking utf8_iter v1.0.4 |
| 585 | 2026-08-27T08:04:03.026Z | Compiling dof v0.4.0 |
| 586 | 2026-08-27T08:04:03.107Z | Checking idna v1.1.0 |
| 587 | 2026-08-27T08:04:03.124Z | Compiling darling_core v0.23.0 |
| 588 | 2026-08-27T08:04:03.188Z | Checking miniz_oxide v0.8.9 |
| 589 | 2026-08-27T08:04:03.335Z | Checking time v0.3.47 |
| 590 | 2026-08-27T08:04:03.531Z | Checking rustls-native-certs v0.8.3 |
| 591 | 2026-08-27T08:04:03.722Z | Checking serde_urlencoded v0.7.1 |
| 592 | 2026-08-27T08:04:03.913Z | Checking goblin v0.10.5 |
| 593 | 2026-08-27T08:04:03.974Z | Checking tower v0.5.3 |
| 594 | 2026-08-27T08:04:04.158Z | Checking http-body-util v0.1.3 |
| 595 | 2026-08-27T08:04:04.170Z | Compiling aho-corasick v1.1.4 |
| 596 | 2026-08-27T08:04:04.176Z | Checking getrandom v0.2.17 |
| 597 | 2026-08-27T08:04:04.306Z | Compiling camino v1.2.5 |
| 598 | 2026-08-27T08:04:04.341Z | Checking pretty-hex v0.4.1 |
| 599 | 2026-08-27T08:04:04.359Z | Checking iri-string v0.7.10 |
| 600 | 2026-08-27T08:04:04.449Z | Compiling rustix v0.38.44 |
| 601 | 2026-08-27T08:04:04.865Z | Checking rand_core v0.6.4 |
| 602 | 2026-08-27T08:04:04.895Z | Checking flate2 v1.1.9 |
| 603 | 2026-08-27T08:04:05.187Z | Compiling darling_macro v0.23.0 |
| 604 | 2026-08-27T08:04:05.353Z | Checking tower-http v0.6.8 |
| 605 | 2026-08-27T08:04:05.398Z | Checking url v2.5.8 |
| 606 | 2026-08-27T08:04:05.605Z | Compiling regex-automata v0.4.14 |
| 607 | 2026-08-27T08:04:05.717Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-08-27T08:04:05.771Z | Checking crypto-common v0.2.2 |
| 609 | 2026-08-27T08:04:05.876Z | Checking block-buffer v0.12.1 |
| 610 | 2026-08-27T08:04:05.893Z | Compiling multer v3.1.0 |
| 611 | 2026-08-27T08:04:06.080Z | Checking wait-timeout v0.2.1 |
| 612 | 2026-08-27T08:04:06.193Z | Checking thread_local v1.1.9 |
| 613 | 2026-08-27T08:04:06.204Z | Compiling ref-cast v1.0.25 |
| 614 | 2026-08-27T08:04:06.249Z | Checking compression-core v0.4.31 |
| 615 | 2026-08-27T08:04:06.347Z | Checking foldhash v0.2.0 |
| 616 | 2026-08-27T08:04:06.362Z | Checking winnow v1.0.3 |
| 617 | 2026-08-27T08:04:06.488Z | Checking allocator-api2 v0.2.21 |
| 618 | 2026-08-27T08:04:06.492Z | Checking match_cfg v0.1.0 |
| 619 | 2026-08-27T08:04:06.554Z | Checking const-oid v0.10.2 |
| 620 | 2026-08-27T08:04:06.632Z | Checking bit-vec v0.8.0 |
| 621 | 2026-08-27T08:04:06.700Z | Compiling slog-async v2.8.0 |
| 622 | 2026-08-27T08:04:06.752Z | Checking quick-error v1.2.3 |
| 623 | 2026-08-27T08:04:06.817Z | Checking bit-set v0.8.0 |
| 624 | 2026-08-27T08:04:06.822Z | Checking hashbrown v0.16.1 |
| 625 | 2026-08-27T08:04:06.847Z | Checking rusty-fork v0.3.1 |
| 626 | 2026-08-27T08:04:06.952Z | Checking digest v0.11.3 |
| 627 | 2026-08-27T08:04:07.003Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 628 | 2026-08-27T08:04:07.014Z | Checking hostname v0.3.1 |
| 629 | 2026-08-27T08:04:07.099Z | Checking compression-codecs v0.4.37 |
| 630 | 2026-08-27T08:04:07.170Z | Checking rand v0.9.2 |
| 631 | 2026-08-27T08:04:07.201Z | Checking crossbeam-channel v0.5.15 |
| 632 | 2026-08-27T08:04:07.252Z | Compiling regex v1.12.3 |
| 633 | 2026-08-27T08:04:07.311Z | Compiling darling v0.23.0 |
| 634 | 2026-08-27T08:04:07.322Z | Checking rand_chacha v0.3.1 |
| 635 | 2026-08-27T08:04:07.522Z | Checking slog-json v2.6.1 |
| 636 | 2026-08-27T08:04:07.615Z | Compiling usdt-macro v0.6.0 |
| 637 | 2026-08-27T08:04:07.625Z | Compiling usdt-attr-macro v0.6.0 |
| 638 | 2026-08-27T08:04:07.635Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-08-27T08:04:07.666Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-08-27T08:04:07.739Z | Compiling dropshot v0.17.1 |
| 641 | 2026-08-27T08:04:07.951Z | Checking futures-executor v0.3.32 |
| 642 | 2026-08-27T08:04:08.069Z | Compiling serde_tokenstream v0.3.0 |
| 643 | 2026-08-27T08:04:08.092Z | Compiling async-stream-impl v0.3.6 |
| 644 | 2026-08-27T08:04:08.114Z | Compiling ref-cast-impl v1.0.25 |
| 645 | 2026-08-27T08:04:08.159Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 646 | 2026-08-27T08:04:08.252Z | Compiling async-trait v0.1.89 |
| 647 | 2026-08-27T08:04:08.313Z | Checking serde_spanned v1.1.1 |
| 648 | 2026-08-27T08:04:08.340Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 649 | 2026-08-27T08:04:08.432Z | Checking is-terminal v0.4.17 |
| 650 | 2026-08-27T08:04:08.514Z | Checking memmap2 v0.9.10 |
| 651 | 2026-08-27T08:04:08.530Z | Checking encoding_rs v0.8.35 |
| 652 | 2026-08-27T08:04:08.582Z | Checking mime v0.3.17 |
| 653 | 2026-08-27T08:04:08.663Z | Checking take_mut v0.2.2 |
| 654 | 2026-08-27T08:04:08.667Z | Checking hex v0.4.3 |
| 655 | 2026-08-27T08:04:08.667Z | Checking spin v0.9.8 |
| 656 | 2026-08-27T08:04:08.746Z | Compiling anyhow v1.0.104 |
| 657 | 2026-08-27T08:04:08.762Z | Checking unarray v0.1.4 |
| 658 | 2026-08-27T08:04:08.863Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 659 | 2026-08-27T08:04:08.888Z | Checking cpufeatures v0.3.0 |
| 660 | 2026-08-27T08:04:08.952Z | Checking term v1.2.1 |
| 661 | 2026-08-27T08:04:09.033Z | Checking toml v1.1.2+spec-1.1.0 |
| 662 | 2026-08-27T08:04:09.044Z | Compiling dropshot_endpoint v0.17.1 |
| 663 | 2026-08-27T08:04:09.159Z | Checking slog-term v2.9.2 |
| 664 | 2026-08-27T08:04:09.170Z | Compiling test-strategy v0.4.5 |
| 665 | 2026-08-27T08:04:09.174Z | Checking sha1 v0.11.0 |
| 666 | 2026-08-27T08:04:09.249Z | Checking byte-wrapper v0.1.0 |
| 667 | 2026-08-27T08:04:09.337Z | Checking proptest v1.11.0 |
| 668 | 2026-08-27T08:04:09.407Z | Checking usdt v0.6.0 |
| 669 | 2026-08-27T08:04:09.551Z | Checking async-stream v0.3.6 |
| 670 | 2026-08-27T08:04:09.588Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 671 | 2026-08-27T08:04:09.650Z | Compiling oxide-generation-macros v0.2.0 |
| 672 | 2026-08-27T08:04:09.673Z | Compiling parse-display-derive v0.10.0 |
| 673 | 2026-08-27T08:04:09.683Z | Checking futures v0.3.32 |
| 674 | 2026-08-27T08:04:09.749Z | Checking atomicwrites v0.4.4 |
| 675 | 2026-08-27T08:04:09.907Z | Checking slog-bunyan v2.5.0 |
| 676 | 2026-08-27T08:04:09.920Z | Checking rand v0.8.6 |
| 677 | 2026-08-27T08:04:10.013Z | Compiling serde_with_macros v3.21.0 |
| 678 | 2026-08-27T08:04:10.363Z | Checking async-compression v0.4.41 |
| 679 | 2026-08-27T08:04:10.480Z | Checking oxide-generation v0.1.3 |
| 680 | 2026-08-27T08:04:10.503Z | Compiling newtype-uuid-macros v0.1.0 |
| 681 | 2026-08-27T08:04:10.592Z | Checking openapiv3 v2.2.0 |
| 682 | 2026-08-27T08:04:10.614Z | Compiling strum_macros v0.27.2 |
| 683 | 2026-08-27T08:04:10.657Z | Checking backon v1.6.0 |
| 684 | 2026-08-27T08:04:10.808Z | Checking waitgroup v0.1.2 |
| 685 | 2026-08-27T08:04:10.902Z | Checking rustls-pemfile v2.2.0 |
| 686 | 2026-08-27T08:04:10.937Z | Checking serde_path_to_error v0.1.20 |
| 687 | 2026-08-27T08:04:11.026Z | Checking hostname v0.4.2 |
| 688 | 2026-08-27T08:04:11.049Z | Checking instant v0.1.13 |
| 689 | 2026-08-27T08:04:11.114Z | Checking either v1.15.0 |
| 690 | 2026-08-27T08:04:11.124Z | Checking debug-ignore v1.0.5 |
| 691 | 2026-08-27T08:04:11.139Z | Checking parse-display v0.10.0 |
| 692 | 2026-08-27T08:04:11.196Z | Checking backoff v0.4.0 |
| 693 | 2026-08-27T08:04:11.209Z | Checking serde_with v3.21.0 |
| 694 | 2026-08-27T08:04:11.239Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 695 | 2026-08-27T08:04:11.271Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 696 | 2026-08-27T08:04:11.283Z | Checking itertools v0.14.0 |
| 697 | 2026-08-27T08:04:11.349Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 698 | 2026-08-27T08:04:11.508Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 699 | 2026-08-27T08:04:11.657Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 700 | 2026-08-27T08:04:11.722Z | Checking iddqd v0.4.2 |
| 701 | 2026-08-27T08:04:11.857Z | Checking regress v0.10.5 |
| 702 | 2026-08-27T08:04:11.943Z | Checking macaddr v1.0.1 |
| 703 | 2026-08-27T08:04:12.112Z | Checking humantime v2.3.0 |
| 704 | 2026-08-27T08:04:12.339Z | Checking strum v0.27.2 |
| 705 | 2026-08-27T08:04:16.565Z | Checking rustls-webpki v0.103.13 |
| 706 | 2026-08-27T08:04:18.709Z | Checking tokio-rustls v0.26.4 |
| 707 | 2026-08-27T08:04:18.715Z | Checking rustls-platform-verifier v0.6.2 |
| 708 | 2026-08-27T08:04:18.884Z | Checking hyper-rustls v0.27.7 |
| 709 | 2026-08-27T08:04:19.030Z | Checking reqwest v0.13.2 |
| 710 | 2026-08-27T08:04:19.573Z | Checking progenitor-client v0.14.0 |
| 711 | 2026-08-27T08:04:19.755Z | Checking progenitor-extras v0.2.0 |
| 712 | 2026-08-27T08:04:20.511Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 713 | 2026-08-27T08:04:23.039Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 714 | 2026-08-27T08:04:23.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.56s |
| 715 | 2026-08-27T08:04:23.230Z | + cargo build --release |
| 716 | 2026-08-27T08:04:23.405Z | Compiling proc-macro2 v1.0.106 |
| 717 | 2026-08-27T08:04:23.405Z | Compiling quote v1.0.45 |
| 718 | 2026-08-27T08:04:23.405Z | Compiling unicode-ident v1.0.24 |
| 719 | 2026-08-27T08:04:23.405Z | Compiling libc v0.2.185 |
| 720 | 2026-08-27T08:04:23.405Z | Compiling cfg-if v1.0.4 |
| 721 | 2026-08-27T08:04:23.413Z | Compiling serde_core v1.0.228 |
| 722 | 2026-08-27T08:04:23.413Z | Compiling memchr v2.8.0 |
| 723 | 2026-08-27T08:04:23.452Z | Compiling itoa v1.0.17 |
| 724 | 2026-08-27T08:04:23.497Z | Compiling zmij v1.0.21 |
| 725 | 2026-08-27T08:04:23.540Z | Compiling serde v1.0.228 |
| 726 | 2026-08-27T08:04:23.673Z | Compiling serde_json v1.0.151 |
| 727 | 2026-08-27T08:04:23.865Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-08-27T08:04:23.889Z | Compiling smallvec v1.15.1 |
| 729 | 2026-08-27T08:04:23.947Z | Compiling getrandom v0.4.3 |
| 730 | 2026-08-27T08:04:24.105Z | Compiling futures-core v0.3.32 |
| 731 | 2026-08-27T08:04:24.122Z | Compiling bytes v1.11.1 |
| 732 | 2026-08-27T08:04:24.245Z | Compiling errno v0.3.14 |
| 733 | 2026-08-27T08:04:24.326Z | Compiling once_cell v1.21.3 |
| 734 | 2026-08-27T08:04:24.411Z | Compiling parking_lot_core v0.9.12 |
| 735 | 2026-08-27T08:04:24.555Z | Compiling syn v2.0.117 |
| 736 | 2026-08-27T08:04:24.571Z | Compiling autocfg v1.5.0 |
| 737 | 2026-08-27T08:04:24.619Z | Compiling scopeguard v1.2.0 |
| 738 | 2026-08-27T08:04:24.677Z | Compiling jobserver v0.1.34 |
| 739 | 2026-08-27T08:04:24.715Z | Compiling lock_api v0.4.14 |
| 740 | 2026-08-27T08:04:24.727Z | Compiling shlex v1.3.0 |
| 741 | 2026-08-27T08:04:24.896Z | Compiling find-msvc-tools v0.1.9 |
| 742 | 2026-08-27T08:04:24.902Z | Compiling num-traits v0.2.19 |
| 743 | 2026-08-27T08:04:24.957Z | Compiling parking_lot v0.12.5 |
| 744 | 2026-08-27T08:04:24.969Z | Compiling signal-hook-registry v1.4.8 |
| 745 | 2026-08-27T08:04:25.053Z | Compiling cc v1.2.56 |
| 746 | 2026-08-27T08:04:25.107Z | Compiling socket2 v0.6.3 |
| 747 | 2026-08-27T08:04:25.262Z | Compiling mio v1.2.0 |
| 748 | 2026-08-27T08:04:25.272Z | Compiling futures-sink v0.3.32 |
| 749 | 2026-08-27T08:04:25.372Z | Compiling stable_deref_trait v1.2.1 |
| 750 | 2026-08-27T08:04:25.391Z | Compiling thiserror v2.0.18 |
| 751 | 2026-08-27T08:04:25.770Z | Compiling cmake v0.1.57 |
| 752 | 2026-08-27T08:04:25.878Z | Compiling dunce v1.0.5 |
| 753 | 2026-08-27T08:04:25.963Z | Compiling fs_extra v1.3.0 |
| 754 | 2026-08-27T08:04:26.082Z | Compiling rustversion v1.0.22 |
| 755 | 2026-08-27T08:04:26.186Z | Compiling zerocopy v0.8.55 |
| 756 | 2026-08-27T08:04:26.197Z | Compiling iana-time-zone v0.1.65 |
| 757 | 2026-08-27T08:04:26.293Z | Compiling aws-lc-sys v0.40.0 |
| 758 | 2026-08-27T08:04:26.405Z | Compiling slab v0.4.12 |
| 759 | 2026-08-27T08:04:26.518Z | Compiling futures-channel v0.3.32 |
| 760 | 2026-08-27T08:04:26.555Z | Compiling zeroize v1.9.0 |
| 761 | 2026-08-27T08:04:26.567Z | Compiling equivalent v1.0.2 |
| 762 | 2026-08-27T08:04:26.596Z | Compiling schemars v0.8.22 |
| 763 | 2026-08-27T08:04:26.734Z | Compiling uuid v1.23.4 |
| 764 | 2026-08-27T08:04:26.757Z | Compiling semver v1.0.28 |
| 765 | 2026-08-27T08:04:26.836Z | Compiling http v1.4.2 |
| 766 | 2026-08-27T08:04:27.172Z | Compiling aws-lc-rs v1.16.3 |
| 767 | 2026-08-27T08:04:27.222Z | Compiling futures-io v0.3.32 |
| 768 | 2026-08-27T08:04:27.338Z | Compiling synstructure v0.13.2 |
| 769 | 2026-08-27T08:04:27.395Z | Compiling serde_derive_internals v0.29.1 |
| 770 | 2026-08-27T08:04:27.399Z | Compiling dyn-clone v1.0.20 |
| 771 | 2026-08-27T08:04:27.477Z | Compiling log v0.4.33 |
| 772 | 2026-08-27T08:04:27.524Z | Compiling ucd-trie v0.1.7 |
| 773 | 2026-08-27T08:04:27.660Z | Compiling futures-task v0.3.32 |
| 774 | 2026-08-27T08:04:27.751Z | Compiling bitflags v2.11.0 |
| 775 | 2026-08-27T08:04:27.788Z | Compiling pest v2.8.6 |
| 776 | 2026-08-27T08:04:27.816Z | Compiling slog v2.8.2 |
| 777 | 2026-08-27T08:04:28.028Z | Compiling rustls-pki-types v1.14.0 |
| 778 | 2026-08-27T08:04:28.096Z | Compiling fnv v1.0.7 |
| 779 | 2026-08-27T08:04:28.109Z | Compiling litemap v0.8.1 |
| 780 | 2026-08-27T08:04:28.185Z | Compiling httparse v1.10.1 |
| 781 | 2026-08-27T08:04:28.227Z | Compiling writeable v0.6.2 |
| 782 | 2026-08-27T08:04:28.287Z | Compiling hashbrown v0.17.0 |
| 783 | 2026-08-27T08:04:28.444Z | Compiling http-body v1.0.1 |
| 784 | 2026-08-27T08:04:28.461Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-08-27T08:04:28.505Z | Compiling zerocopy-derive v0.8.55 |
| 786 | 2026-08-27T08:04:28.591Z | Compiling zerofrom-derive v0.1.6 |
| 787 | 2026-08-27T08:04:28.653Z | Compiling tokio-macros v2.7.0 |
| 788 | 2026-08-27T08:04:28.846Z | Compiling yoke-derive v0.8.1 |
| 789 | 2026-08-27T08:04:28.928Z | Compiling zerovec-derive v0.11.2 |
| 790 | 2026-08-27T08:04:28.946Z | Compiling thiserror-impl v2.0.18 |
| 791 | 2026-08-27T08:04:29.350Z | Compiling tokio v1.52.1 |
| 792 | 2026-08-27T08:04:29.720Z | Compiling zerofrom v0.1.6 |
| 793 | 2026-08-27T08:04:29.805Z | Compiling displaydoc v0.2.5 |
| 794 | 2026-08-27T08:04:29.833Z | Compiling yoke v0.8.1 |
| 795 | 2026-08-27T08:04:29.946Z | Compiling schemars_derive v0.8.22 |
| 796 | 2026-08-27T08:04:30.010Z | Compiling zerovec v0.11.5 |
| 797 | 2026-08-27T08:04:30.092Z | Compiling futures-macro v0.3.32 |
| 798 | 2026-08-27T08:04:30.502Z | Compiling tinystr v0.8.2 |
| 799 | 2026-08-27T08:04:30.557Z | Compiling pest_meta v2.8.6 |
| 800 | 2026-08-27T08:04:30.695Z | Compiling icu_locale_core v2.1.1 |
| 801 | 2026-08-27T08:04:30.864Z | Compiling futures-util v0.3.32 |
| 802 | 2026-08-27T08:04:31.547Z | Compiling chrono v0.4.45 |
| 803 | 2026-08-27T08:04:31.635Z | Compiling erased-serde v0.3.31 |
| 804 | 2026-08-27T08:04:31.728Z | Compiling pest_generator v2.8.6 |
| 805 | 2026-08-27T08:04:32.283Z | Compiling zerotrie v0.2.3 |
| 806 | 2026-08-27T08:04:32.766Z | Compiling potential_utf v0.1.4 |
| 807 | 2026-08-27T08:04:32.935Z | Compiling indexmap v2.14.0 |
| 808 | 2026-08-27T08:04:32.976Z | Compiling syn v3.0.3 |
| 809 | 2026-08-27T08:04:32.987Z | Compiling tracing-core v0.1.36 |
| 810 | 2026-08-27T08:04:33.430Z | Compiling untrusted v0.9.0 |
| 811 | 2026-08-27T08:04:33.549Z | Compiling rustls v0.23.41 |
| 812 | 2026-08-27T08:04:33.742Z | Compiling atomic-waker v1.1.2 |
| 813 | 2026-08-27T08:04:33.749Z | Compiling icu_normalizer_data v2.1.1 |
| 814 | 2026-08-27T08:04:33.863Z | Compiling paste v1.0.15 |
| 815 | 2026-08-27T08:04:33.958Z | Compiling icu_properties_data v2.1.2 |
| 816 | 2026-08-27T08:04:34.009Z | Compiling percent-encoding v2.3.2 |
| 817 | 2026-08-27T08:04:34.179Z | Compiling tracing v0.1.44 |
| 818 | 2026-08-27T08:04:34.182Z | Compiling tokio-util v0.7.18 |
| 819 | 2026-08-27T08:04:34.507Z | Compiling icu_collections v2.1.1 |
| 820 | 2026-08-27T08:04:34.734Z | Compiling icu_provider v2.1.1 |
| 821 | 2026-08-27T08:04:34.910Z | Compiling pest_derive v2.8.6 |
| 822 | 2026-08-27T08:04:35.251Z | Compiling try-lock v0.2.5 |
| 823 | 2026-08-27T08:04:35.312Z | Compiling getrandom v0.3.4 |
| 824 | 2026-08-27T08:04:35.353Z | Compiling tower-layer v0.3.3 |
| 825 | 2026-08-27T08:04:35.379Z | Compiling rustix v1.1.4 |
| 826 | 2026-08-27T08:04:35.426Z | Compiling subtle v2.6.1 |
| 827 | 2026-08-27T08:04:35.535Z | Compiling fastrand v2.3.0 |
| 828 | 2026-08-27T08:04:35.560Z | Compiling tower-service v0.3.3 |
| 829 | 2026-08-27T08:04:35.643Z | Compiling heck v0.5.0 |
| 830 | 2026-08-27T08:04:35.841Z | Compiling want v0.3.1 |
| 831 | 2026-08-27T08:04:35.925Z | Compiling h2 v0.4.15 |
| 832 | 2026-08-27T08:04:36.059Z | Compiling ipnetwork v0.21.1 |
| 833 | 2026-08-27T08:04:36.096Z | Compiling ppv-lite86 v0.2.21 |
| 834 | 2026-08-27T08:04:36.143Z | Compiling serde_tokenstream v0.2.3 |
| 835 | 2026-08-27T08:04:36.430Z | Compiling httpdate v1.0.3 |
| 836 | 2026-08-27T08:04:36.493Z | Compiling oxnet v0.1.6 |
| 837 | 2026-08-27T08:04:36.787Z | Compiling icu_properties v2.1.2 |
| 838 | 2026-08-27T08:04:37.485Z | Compiling icu_normalizer v2.1.1 |
| 839 | 2026-08-27T08:04:37.900Z | Compiling daft-derive v0.1.8 |
| 840 | 2026-08-27T08:04:38.584Z | Compiling hyper v1.10.1 |
| 841 | 2026-08-27T08:04:38.649Z | Compiling form_urlencoded v1.2.2 |
| 842 | 2026-08-27T08:04:38.791Z | Compiling newtype-uuid v1.3.2 |
| 843 | 2026-08-27T08:04:38.901Z | Compiling structmeta-derive v0.3.0 |
| 844 | 2026-08-27T08:04:39.558Z | Compiling scroll_derive v0.13.1 |
| 845 | 2026-08-27T08:04:39.898Z | Compiling num-conv v0.2.0 |
| 846 | 2026-08-27T08:04:40.010Z | Compiling base64 v0.22.1 |
| 847 | 2026-08-27T08:04:40.016Z | Compiling crc32fast v1.5.0 |
| 848 | 2026-08-27T08:04:40.284Z | Compiling omicron-workspace-hack v0.1.0 |
| 849 | 2026-08-27T08:04:40.357Z | Compiling time-core v0.1.8 |
| 850 | 2026-08-27T08:04:40.477Z | Compiling ipnet v2.12.0 |
| 851 | 2026-08-27T08:04:40.483Z | Compiling powerfmt v0.2.0 |
| 852 | 2026-08-27T08:04:40.487Z | Compiling typenum v1.20.1 |
| 853 | 2026-08-27T08:04:40.510Z | Compiling version_check v0.9.5 |
| 854 | 2026-08-27T08:04:40.718Z | Compiling usdt-impl v0.6.0 |
| 855 | 2026-08-27T08:04:40.962Z | Compiling hyper-util v0.1.20 |
| 856 | 2026-08-27T08:04:41.277Z | Compiling hybrid-array v0.4.13 |
| 857 | 2026-08-27T08:04:41.614Z | Compiling deranged v0.5.8 |
| 858 | 2026-08-27T08:04:41.723Z | Compiling time-macros v0.2.27 |
| 859 | 2026-08-27T08:04:41.739Z | Compiling scroll v0.13.0 |
| 860 | 2026-08-27T08:04:42.019Z | Compiling dof v0.4.0 |
| 861 | 2026-08-27T08:04:42.073Z | Compiling structmeta v0.3.0 |
| 862 | 2026-08-27T08:04:42.258Z | Compiling daft v0.1.8 |
| 863 | 2026-08-27T08:04:42.513Z | Compiling tempfile v3.27.0 |
| 864 | 2026-08-27T08:04:42.675Z | Compiling rand_core v0.9.5 |
| 865 | 2026-08-27T08:04:42.690Z | Compiling idna_adapter v1.2.1 |
| 866 | 2026-08-27T08:04:42.720Z | Compiling dtrace-parser v0.3.0 |
| 867 | 2026-08-27T08:04:42.807Z | Compiling thread-id v5.1.0 |
| 868 | 2026-08-27T08:04:42.886Z | Compiling sync_wrapper v1.0.2 |
| 869 | 2026-08-27T08:04:42.917Z | Compiling strsim v0.11.1 |
| 870 | 2026-08-27T08:04:42.956Z | Compiling plain v0.2.3 |
| 871 | 2026-08-27T08:04:43.048Z | Compiling regex-syntax v0.8.10 |
| 872 | 2026-08-27T08:04:43.056Z | Compiling crossbeam-utils v0.8.21 |
| 873 | 2026-08-27T08:04:43.187Z | Compiling byteorder v1.5.0 |
| 874 | 2026-08-27T08:04:43.319Z | Compiling ryu v1.0.23 |
| 875 | 2026-08-27T08:04:43.339Z | Compiling adler2 v2.0.1 |
| 876 | 2026-08-27T08:04:43.401Z | Compiling utf8_iter v1.0.4 |
| 877 | 2026-08-27T08:04:43.419Z | Compiling num_threads v0.1.7 |
| 878 | 2026-08-27T08:04:43.502Z | Compiling simd-adler32 v0.3.8 |
| 879 | 2026-08-27T08:04:43.512Z | Compiling ident_case v1.0.1 |
| 880 | 2026-08-27T08:04:43.551Z | Compiling openssl-probe v0.2.1 |
| 881 | 2026-08-27T08:04:43.591Z | Compiling darling_core v0.23.0 |
| 882 | 2026-08-27T08:04:43.596Z | Compiling time v0.3.47 |
| 883 | 2026-08-27T08:04:43.616Z | Compiling idna v1.1.0 |
| 884 | 2026-08-27T08:04:43.782Z | Compiling rustls-native-certs v0.8.3 |
| 885 | 2026-08-27T08:04:43.821Z | Compiling miniz_oxide v0.8.9 |
| 886 | 2026-08-27T08:04:44.329Z | Compiling serde_urlencoded v0.7.1 |
| 887 | 2026-08-27T08:04:45.015Z | Compiling goblin v0.10.5 |
| 888 | 2026-08-27T08:04:45.370Z | Compiling tower v0.5.3 |
| 889 | 2026-08-27T08:04:45.663Z | Compiling http-body-util v0.1.3 |
| 890 | 2026-08-27T08:04:45.792Z | Compiling aho-corasick v1.1.4 |
| 891 | 2026-08-27T08:04:45.868Z | Compiling getrandom v0.2.17 |
| 892 | 2026-08-27T08:04:46.072Z | Compiling rustix v0.38.44 |
| 893 | 2026-08-27T08:04:46.149Z | Compiling iri-string v0.7.10 |
| 894 | 2026-08-27T08:04:46.212Z | Compiling pretty-hex v0.4.1 |
| 895 | 2026-08-27T08:04:46.338Z | Compiling camino v1.2.5 |
| 896 | 2026-08-27T08:04:46.482Z | Compiling rand_core v0.6.4 |
| 897 | 2026-08-27T08:04:46.689Z | Compiling flate2 v1.1.9 |
| 898 | 2026-08-27T08:04:47.120Z | Compiling darling_macro v0.23.0 |
| 899 | 2026-08-27T08:04:47.682Z | Compiling tower-http v0.6.8 |
| 900 | 2026-08-27T08:04:47.898Z | Compiling regex-automata v0.4.14 |
| 901 | 2026-08-27T08:04:49.259Z | Compiling url v2.5.8 |
| 902 | 2026-08-27T08:04:49.259Z | Compiling rand_chacha v0.9.0 |
| 903 | 2026-08-27T08:04:49.798Z | Compiling block-buffer v0.12.1 |
| 904 | 2026-08-27T08:04:49.971Z | Compiling crypto-common v0.2.2 |
| 905 | 2026-08-27T08:04:50.341Z | Compiling multer v3.1.0 |
| 906 | 2026-08-27T08:04:50.368Z | Compiling wait-timeout v0.2.1 |
| 907 | 2026-08-27T08:04:50.824Z | Compiling thread_local v1.1.9 |
| 908 | 2026-08-27T08:04:51.222Z | Compiling allocator-api2 v0.2.21 |
| 909 | 2026-08-27T08:04:51.417Z | Compiling foldhash v0.2.0 |
| 910 | 2026-08-27T08:04:51.592Z | Compiling quick-error v1.2.3 |
| 911 | 2026-08-27T08:04:51.605Z | Compiling match_cfg v0.1.0 |
| 912 | 2026-08-27T08:04:51.613Z | Compiling const-oid v0.10.2 |
| 913 | 2026-08-27T08:04:51.665Z | Compiling bit-vec v0.8.0 |
| 914 | 2026-08-27T08:04:51.685Z | Compiling ref-cast v1.0.25 |
| 915 | 2026-08-27T08:04:51.689Z | Compiling slog-async v2.8.0 |
| 916 | 2026-08-27T08:04:51.888Z | Compiling compression-core v0.4.31 |
| 917 | 2026-08-27T08:04:51.948Z | Compiling winnow v1.0.3 |
| 918 | 2026-08-27T08:04:51.984Z | Compiling bit-set v0.8.0 |
| 919 | 2026-08-27T08:04:52.004Z | Compiling compression-codecs v0.4.37 |
| 920 | 2026-08-27T08:04:52.048Z | Compiling digest v0.11.3 |
| 921 | 2026-08-27T08:04:52.157Z | Compiling rusty-fork v0.3.1 |
| 922 | 2026-08-27T08:04:52.224Z | Compiling hostname v0.3.1 |
| 923 | 2026-08-27T08:04:52.351Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 924 | 2026-08-27T08:04:52.361Z | Compiling hashbrown v0.16.1 |
| 925 | 2026-08-27T08:04:53.110Z | Compiling regex v1.12.3 |
| 926 | 2026-08-27T08:04:53.493Z | Compiling rand v0.9.2 |
| 927 | 2026-08-27T08:04:53.636Z | Compiling crossbeam-channel v0.5.15 |
| 928 | 2026-08-27T08:04:54.222Z | Compiling darling v0.23.0 |
| 929 | 2026-08-27T08:04:54.312Z | Compiling rand_chacha v0.3.1 |
| 930 | 2026-08-27T08:04:54.910Z | Compiling usdt-attr-macro v0.6.0 |
| 931 | 2026-08-27T08:04:55.615Z | Compiling usdt-macro v0.6.0 |
| 932 | 2026-08-27T08:04:55.941Z | Compiling slog-json v2.6.1 |
| 933 | 2026-08-27T08:04:56.124Z | Compiling rand_xorshift v0.4.0 |
| 934 | 2026-08-27T08:04:56.195Z | Compiling derive-ex v0.1.8 |
| 935 | 2026-08-27T08:04:56.276Z | Compiling dropshot v0.17.1 |
| 936 | 2026-08-27T08:04:56.298Z | Compiling serde_tokenstream v0.3.0 |
| 937 | 2026-08-27T08:04:56.315Z | Compiling futures-executor v0.3.32 |
| 938 | 2026-08-27T08:04:56.494Z | Compiling async-trait v0.1.89 |
| 939 | 2026-08-27T08:04:56.571Z | Compiling ref-cast-impl v1.0.25 |
| 940 | 2026-08-27T08:04:56.799Z | Compiling async-stream-impl v0.3.6 |
| 941 | 2026-08-27T08:04:57.152Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 942 | 2026-08-27T08:04:57.299Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 943 | 2026-08-27T08:04:57.411Z | Compiling serde_spanned v1.1.1 |
| 944 | 2026-08-27T08:04:57.417Z | Compiling memmap2 v0.9.10 |
| 945 | 2026-08-27T08:04:57.548Z | Compiling is-terminal v0.4.17 |
| 946 | 2026-08-27T08:04:57.601Z | Compiling encoding_rs v0.8.35 |
| 947 | 2026-08-27T08:04:57.638Z | Compiling mime v0.3.17 |
| 948 | 2026-08-27T08:04:57.691Z | Compiling take_mut v0.2.2 |
| 949 | 2026-08-27T08:04:57.711Z | Compiling cpufeatures v0.3.0 |
| 950 | 2026-08-27T08:04:57.774Z | Compiling spin v0.9.8 |
| 951 | 2026-08-27T08:04:57.792Z | Compiling anyhow v1.0.104 |
| 952 | 2026-08-27T08:04:57.888Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 953 | 2026-08-27T08:04:58.015Z | Compiling unarray v0.1.4 |
| 954 | 2026-08-27T08:04:58.100Z | Compiling hex v0.4.3 |
| 955 | 2026-08-27T08:04:58.124Z | Compiling term v1.2.1 |
| 956 | 2026-08-27T08:04:58.131Z | Compiling proptest v1.11.0 |
| 957 | 2026-08-27T08:04:58.346Z | Compiling byte-wrapper v0.1.0 |
| 958 | 2026-08-27T08:04:58.376Z | Compiling toml v1.1.2+spec-1.1.0 |
| 959 | 2026-08-27T08:05:00.014Z | Compiling slog-term v2.9.2 |
| 960 | 2026-08-27T08:05:00.235Z | Compiling dropshot_endpoint v0.17.1 |
| 961 | 2026-08-27T08:05:01.829Z | Compiling sha1 v0.11.0 |
| 962 | 2026-08-27T08:05:01.850Z | Compiling test-strategy v0.4.5 |
| 963 | 2026-08-27T08:05:02.237Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 964 | 2026-08-27T08:05:02.380Z | Compiling usdt v0.6.0 |
| 965 | 2026-08-27T08:05:02.643Z | Compiling async-stream v0.3.6 |
| 966 | 2026-08-27T08:05:02.870Z | Compiling oxide-generation-macros v0.2.0 |
| 967 | 2026-08-27T08:05:02.972Z | Compiling futures v0.3.32 |
| 968 | 2026-08-27T08:05:03.081Z | Compiling slog-bunyan v2.5.0 |
| 969 | 2026-08-27T08:05:03.106Z | Compiling atomicwrites v0.4.4 |
| 970 | 2026-08-27T08:05:03.162Z | Compiling rand v0.8.6 |
| 971 | 2026-08-27T08:05:03.383Z | Compiling serde_with_macros v3.21.0 |
| 972 | 2026-08-27T08:05:03.562Z | Compiling parse-display-derive v0.10.0 |
| 973 | 2026-08-27T08:05:03.649Z | Compiling async-compression v0.4.41 |
| 974 | 2026-08-27T08:05:03.896Z | Compiling oxide-generation v0.1.3 |
| 975 | 2026-08-27T08:05:04.085Z | Compiling newtype-uuid-macros v0.1.0 |
| 976 | 2026-08-27T08:05:04.445Z | Compiling strum_macros v0.27.2 |
| 977 | 2026-08-27T08:05:04.635Z | Compiling backon v1.6.0 |
| 978 | 2026-08-27T08:05:04.741Z | Compiling waitgroup v0.1.2 |
| 979 | 2026-08-27T08:05:04.839Z | Compiling openapiv3 v2.2.0 |
| 980 | 2026-08-27T08:05:04.860Z | Compiling rustls-pemfile v2.2.0 |
| 981 | 2026-08-27T08:05:04.881Z | Compiling serde_path_to_error v0.1.20 |
| 982 | 2026-08-27T08:05:05.035Z | Compiling hostname v0.4.2 |
| 983 | 2026-08-27T08:05:05.123Z | Compiling instant v0.1.13 |
| 984 | 2026-08-27T08:05:05.184Z | Compiling either v1.15.0 |
| 985 | 2026-08-27T08:05:05.227Z | Compiling debug-ignore v1.0.5 |
| 986 | 2026-08-27T08:05:05.318Z | Compiling backoff v0.4.0 |
| 987 | 2026-08-27T08:05:05.325Z | Compiling parse-display v0.10.0 |
| 988 | 2026-08-27T08:05:05.392Z | Compiling itertools v0.14.0 |
| 989 | 2026-08-27T08:05:05.504Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 990 | 2026-08-27T08:05:06.169Z | Compiling serde_with v3.21.0 |
| 991 | 2026-08-27T08:05:06.221Z | Compiling strum v0.27.2 |
| 992 | 2026-08-27T08:05:06.342Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 993 | 2026-08-27T08:05:06.875Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 994 | 2026-08-27T08:05:07.048Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 995 | 2026-08-27T08:05:07.068Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 996 | 2026-08-27T08:05:07.126Z | Compiling iddqd v0.4.2 |
| 997 | 2026-08-27T08:05:07.504Z | Compiling regress v0.10.5 |
| 998 | 2026-08-27T08:05:07.558Z | Compiling macaddr v1.0.1 |
| 999 | 2026-08-27T08:05:07.672Z | Compiling humantime v2.3.0 |
| 1000 | 2026-08-27T08:05:14.208Z | Compiling rustls-webpki v0.103.13 |
| 1001 | 2026-08-27T08:05:17.448Z | Compiling tokio-rustls v0.26.4 |
| 1002 | 2026-08-27T08:05:17.448Z | Compiling rustls-platform-verifier v0.6.2 |
| 1003 | 2026-08-27T08:05:17.707Z | Compiling hyper-rustls v0.27.7 |
| 1004 | 2026-08-27T08:05:17.964Z | Compiling reqwest v0.13.2 |
| 1005 | 2026-08-27T08:05:20.233Z | Compiling progenitor-client v0.14.0 |
| 1006 | 2026-08-27T08:05:20.476Z | Compiling progenitor-extras v0.2.0 |
| 1007 | 2026-08-27T08:05:21.257Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1008 | 2026-08-27T08:05:24.879Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1009 | 2026-08-27T08:05:27.918Z | Finished `release` profile [optimized] target(s) in 1m 04s |
| 1010 | 2026-08-27T08:05:27.982Z | process exited: duration 102642 ms, exit code 0 |
| |
| 1011 | 2026-08-27T08:05:27.998Z | found 0 output files |