|
|
|
| 1 | 2026-08-15T19:57:59.827Z | job assigned to worker 01M03FZRB6FQ0SBSDXK7BBV2QX [factory aws, i-00d64f8d7525c576b] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-15T19:58:05.935Z | starting task 0: "setup" |
| 3 | 2026-08-15T19:58:05.942Z | ++ uname -s |
| 4 | 2026-08-15T19:58:05.945Z | + kern=SunOS |
| 5 | 2026-08-15T19:58:05.945Z | + build_user=build |
| 6 | 2026-08-15T19:58:05.945Z | + build_uid=12345 |
| 7 | 2026-08-15T19:58:05.945Z | + work_dir=/work |
| 8 | 2026-08-15T19:58:05.945Z | + input_dir=/input |
| 9 | 2026-08-15T19:58:05.945Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-15T19:58:05.945Z | + case "$kern" in |
| 11 | 2026-08-15T19:58:05.945Z | + groupadd -g 12345 build |
| 12 | 2026-08-15T19:58:05.945Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-15T19:58:07.958Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-15T19:58:08.044Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-15T19:58:08.047Z | + home_fs=zfs |
| 16 | 2026-08-15T19:58:08.048Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-15T19:58:08.048Z | + mkdir -p /home/build |
| 18 | 2026-08-15T19:58:08.048Z | + chown build:build /home/build /work |
| 19 | 2026-08-15T19:58:10.048Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-15T19:58:10.053Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-08-15T19:58:10.059Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-15T19:58:10.063Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-15T19:58:10.063Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-08-15T19:58:10.063Z | * rust toolchain profile = "default" |
| 25 | 2026-08-15T19:58:10.063Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-15T19:58:10.063Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-15T19:58:10.063Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-15T19:58:10.066Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-15T19:58:10.066Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-15T19:58:10.168Z | info: downloading installer |
| 31 | 2026-08-15T19:58:11.541Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-15T19:58:11.542Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-15T19:58:11.542Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-15T19:58:11.542Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-15T19:58:11.554Z | info: profile set to default |
| 36 | 2026-08-15T19:58:11.554Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-15T19:58:11.558Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-15T19:58:11.679Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-15T19:58:11.682Z | info: downloading 6 components |
| 40 | 2026-08-15T19:58:24.672Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-15T19:58:24.672Z | |
| 42 | 2026-08-15T19:58:24.704Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-15T19:58:24.704Z | |
| 44 | 2026-08-15T19:58:24.704Z | |
| 45 | 2026-08-15T19:58:24.704Z | Rust is installed now. Great! |
| 46 | 2026-08-15T19:58:24.704Z | |
| 47 | 2026-08-15T19:58:24.704Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-15T19:58:24.704Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-15T19:58:24.704Z | |
| 50 | 2026-08-15T19:58:24.704Z | To configure your current shell, you need to source |
| 51 | 2026-08-15T19:58:24.705Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-15T19:58:24.705Z | |
| 53 | 2026-08-15T19:58:24.705Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-15T19:58:24.705Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-15T19:58:24.705Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-15T19:58:24.705Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-15T19:58:24.705Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-15T19:58:24.705Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-15T19:58:24.705Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-15T19:58:24.708Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-15T19:58:24.708Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-15T19:58:24.812Z | + rustup --version |
| 63 | 2026-08-15T19:58:24.821Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-15T19:58:24.824Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-15T19:58:24.842Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-15T19:58:24.845Z | + cargo --version |
| 67 | 2026-08-15T19:58:24.860Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-15T19:58:24.863Z | + rustc --version |
| 69 | 2026-08-15T19:58:24.882Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-15T19:58:24.885Z | process exited: duration 14826 ms, exit code 0 |
| |
| 71 | 2026-08-15T19:58:24.891Z | starting task 2: "authentication" |
| 72 | 2026-08-15T19:58:24.907Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-15T19:58:24.913Z | starting task 3: "clone repository" |
| 74 | 2026-08-15T19:58:24.916Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-15T19:58:24.919Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-15T19:58:24.951Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-15T19:58:36.182Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-15T19:58:36.182Z | + git fetch origin bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c |
| 79 | 2026-08-15T19:58:36.493Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-15T19:58:36.493Z | * branch bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c -> FETCH_HEAD |
| 81 | 2026-08-15T19:58:36.503Z | + [[ -n '' ]] |
| 82 | 2026-08-15T19:58:36.503Z | + git reset --hard bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c |
| 83 | 2026-08-15T19:58:36.760Z | HEAD is now at bcbde49b9 Advance sush to the macOS build fix |
| 84 | 2026-08-15T19:58:36.763Z | process exited: duration 11850 ms, exit code 0 |
| |
| 85 | 2026-08-15T19:58:36.770Z | starting task 4: "build" |
| 86 | 2026-08-15T19:58:36.775Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-15T19:58:36.775Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-15T19:58:36.775Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-15T19:58:36.780Z | +++ uname -s |
| 90 | 2026-08-15T19:58:36.780Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-15T19:58:36.780Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-15T19:58:36.780Z | + cargo --version |
| 93 | 2026-08-15T19:58:36.786Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-15T19:58:36.790Z | + rustc --version |
| 95 | 2026-08-15T19:58:36.808Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-15T19:58:36.811Z | + cd /tmp |
| 97 | 2026-08-15T19:58:36.811Z | + cargo new --lib test-project |
| 98 | 2026-08-15T19:58:36.833Z | Creating library `test-project` package |
| 99 | 2026-08-15T19:58:36.871Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 100 | 2026-08-15T19:58:36.883Z | + cd test-project |
| 101 | 2026-08-15T19:58:36.883Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 102 | 2026-08-15T19:58:36.900Z | Adding omicron-common (local) to dependencies |
| 103 | 2026-08-15T19:58:36.900Z | Features: |
| 104 | 2026-08-15T19:58:36.900Z | - proptest |
| 105 | 2026-08-15T19:58:36.900Z | - test-strategy |
| 106 | 2026-08-15T19:58:36.916Z | - testing |
| 107 | 2026-08-15T19:58:36.923Z | Updating crates.io index |
| 108 | 2026-08-15T19:58:36.923Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 109 | 2026-08-15T19:58:37.382Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 110 | 2026-08-15T19:58:40.066Z | Locking 376 packages to latest Rust 1.97.1 compatible versions |
| 111 | 2026-08-15T19:58:40.174Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 112 | 2026-08-15T19:58:40.177Z | + cargo check |
| 113 | 2026-08-15T19:58:40.292Z | Updating crates.io index |
| 114 | 2026-08-15T19:58:40.781Z | Locking 1 package to latest Rust 1.97.1 compatible version |
| 115 | 2026-08-15T19:58:40.781Z | Adding omicron-workspace-hack v0.1.0 |
| 116 | 2026-08-15T19:58:40.807Z | Downloading crates ... |
| 117 | 2026-08-15T19:58:40.853Z | Downloaded quinn-udp v0.5.14 |
| 118 | 2026-08-15T19:58:40.860Z | Downloaded scopeguard v1.2.0 |
| 119 | 2026-08-15T19:58:40.866Z | Downloaded ref-cast v1.0.25 |
| 120 | 2026-08-15T19:58:40.869Z | Downloaded rand_xorshift v0.4.0 |
| 121 | 2026-08-15T19:58:40.870Z | Downloaded adler2 v2.0.1 |
| 122 | 2026-08-15T19:58:40.870Z | Downloaded serde_tokenstream v0.2.3 |
| 123 | 2026-08-15T19:58:40.874Z | Downloaded heck v0.5.0 |
| 124 | 2026-08-15T19:58:40.877Z | Downloaded scroll_derive v0.13.1 |
| 125 | 2026-08-15T19:58:40.881Z | Downloaded idna_adapter v1.2.1 |
| 126 | 2026-08-15T19:58:40.884Z | Downloaded serde_urlencoded v0.7.1 |
| 127 | 2026-08-15T19:58:40.884Z | Downloaded newtype-uuid v1.3.2 |
| 128 | 2026-08-15T19:58:40.887Z | Downloaded rand_chacha v0.9.0 |
| 129 | 2026-08-15T19:58:40.890Z | Downloaded rand_core v0.6.4 |
| 130 | 2026-08-15T19:58:40.891Z | Downloaded futures-macro v0.3.32 |
| 131 | 2026-08-15T19:58:40.891Z | Downloaded generic-array v0.14.7 |
| 132 | 2026-08-15T19:58:40.891Z | Downloaded potential_utf v0.1.4 |
| 133 | 2026-08-15T19:58:40.893Z | Downloaded serde_spanned v1.1.1 |
| 134 | 2026-08-15T19:58:40.896Z | Downloaded futures-task v0.3.32 |
| 135 | 2026-08-15T19:58:40.897Z | Downloaded progenitor-extras v0.2.0 |
| 136 | 2026-08-15T19:58:40.900Z | Downloaded strsim v0.11.1 |
| 137 | 2026-08-15T19:58:40.902Z | Downloaded slog-async v2.8.0 |
| 138 | 2026-08-15T19:58:40.905Z | Downloaded futures-sink v0.3.32 |
| 139 | 2026-08-15T19:58:40.905Z | Downloaded http-body-util v0.1.3 |
| 140 | 2026-08-15T19:58:40.905Z | Downloaded lock_api v0.4.14 |
| 141 | 2026-08-15T19:58:40.908Z | Downloaded rand_core v0.9.5 |
| 142 | 2026-08-15T19:58:40.908Z | Downloaded ref-cast-impl v1.0.25 |
| 143 | 2026-08-15T19:58:40.911Z | Downloaded rustc-hash v2.1.1 |
| 144 | 2026-08-15T19:58:40.911Z | Downloaded hex v0.4.3 |
| 145 | 2026-08-15T19:58:40.914Z | Downloaded hostname v0.4.2 |
| 146 | 2026-08-15T19:58:40.914Z | Downloaded ident_case v1.0.1 |
| 147 | 2026-08-15T19:58:40.914Z | Downloaded strum v0.27.2 |
| 148 | 2026-08-15T19:58:40.922Z | Downloaded quinn v0.11.11 |
| 149 | 2026-08-15T19:58:40.925Z | Downloaded pretty-hex v0.4.1 |
| 150 | 2026-08-15T19:58:40.928Z | Downloaded macaddr v1.0.1 |
| 151 | 2026-08-15T19:58:40.931Z | Downloaded match_cfg v0.1.0 |
| 152 | 2026-08-15T19:58:40.931Z | Downloaded instant v0.1.13 |
| 153 | 2026-08-15T19:58:40.931Z | Downloaded itoa v1.0.17 |
| 154 | 2026-08-15T19:58:40.931Z | Downloaded quote v1.0.45 |
| 155 | 2026-08-15T19:58:40.934Z | Downloaded serde_derive_internals v0.29.1 |
| 156 | 2026-08-15T19:58:40.934Z | Downloaded serde_path_to_error v0.1.20 |
| 157 | 2026-08-15T19:58:40.934Z | Downloaded sha1 v0.11.0 |
| 158 | 2026-08-15T19:58:40.938Z | Downloaded plain v0.2.3 |
| 159 | 2026-08-15T19:58:40.941Z | Downloaded http-body v1.0.1 |
| 160 | 2026-08-15T19:58:40.941Z | Downloaded structmeta-derive v0.3.0 |
| 161 | 2026-08-15T19:58:40.944Z | Downloaded rand_chacha v0.3.1 |
| 162 | 2026-08-15T19:58:40.944Z | Downloaded structmeta v0.3.0 |
| 163 | 2026-08-15T19:58:40.949Z | Downloaded subtle v2.6.1 |
| 164 | 2026-08-15T19:58:40.952Z | Downloaded take_mut v0.2.2 |
| 165 | 2026-08-15T19:58:40.952Z | Downloaded rusty-fork v0.3.1 |
| 166 | 2026-08-15T19:58:40.952Z | Downloaded scroll v0.13.0 |
| 167 | 2026-08-15T19:58:40.952Z | Downloaded rand_core v0.10.0 |
| 168 | 2026-08-15T19:58:40.955Z | Downloaded ipnetwork v0.21.1 |
| 169 | 2026-08-15T19:58:40.955Z | Downloaded num-conv v0.2.0 |
| 170 | 2026-08-15T19:58:40.955Z | Downloaded httpdate v1.0.3 |
| 171 | 2026-08-15T19:58:40.957Z | Downloaded semver v1.0.28 |
| 172 | 2026-08-15T19:58:40.960Z | Downloaded tower-layer v0.3.3 |
| 173 | 2026-08-15T19:58:40.963Z | Downloaded sync_wrapper v1.0.2 |
| 174 | 2026-08-15T19:58:40.963Z | Downloaded unarray v0.1.4 |
| 175 | 2026-08-15T19:58:40.963Z | Downloaded num_threads v0.1.7 |
| 176 | 2026-08-15T19:58:40.963Z | Downloaded rand_pcg v0.10.2 |
| 177 | 2026-08-15T19:58:40.966Z | Downloaded tower-service v0.3.3 |
| 178 | 2026-08-15T19:58:40.966Z | Downloaded slog-bunyan v2.5.0 |
| 179 | 2026-08-15T19:58:40.969Z | Downloaded is-terminal v0.4.17 |
| 180 | 2026-08-15T19:58:40.972Z | Downloaded newtype-uuid-macros v0.1.0 |
| 181 | 2026-08-15T19:58:40.972Z | Downloaded stable_deref_trait v1.2.1 |
| 182 | 2026-08-15T19:58:40.975Z | Downloaded time-core v0.1.8 |
| 183 | 2026-08-15T19:58:40.975Z | Downloaded lru-slab v0.1.2 |
| 184 | 2026-08-15T19:58:40.978Z | Downloaded openssl-probe v0.2.1 |
| 185 | 2026-08-15T19:58:40.980Z | Downloaded parse-display v0.10.0 |
| 186 | 2026-08-15T19:58:40.983Z | Downloaded tinyvec_macros v0.1.1 |
| 187 | 2026-08-15T19:58:40.983Z | Downloaded tokio-macros v2.7.0 |
| 188 | 2026-08-15T19:58:40.983Z | Downloaded hostname v0.3.1 |
| 189 | 2026-08-15T19:58:40.984Z | Downloaded omicron-workspace-hack v0.1.0 |
| 190 | 2026-08-15T19:58:40.986Z | Downloaded thread-id v5.1.0 |
| 191 | 2026-08-15T19:58:40.986Z | Downloaded untrusted v0.9.0 |
| 192 | 2026-08-15T19:58:40.989Z | Downloaded powerfmt v0.2.0 |
| 193 | 2026-08-15T19:58:40.992Z | Downloaded quick-error v1.2.3 |
| 194 | 2026-08-15T19:58:40.995Z | Downloaded try-lock v0.2.5 |
| 195 | 2026-08-15T19:58:40.995Z | Downloaded jobserver v0.1.34 |
| 196 | 2026-08-15T19:58:40.998Z | Downloaded percent-encoding v2.3.2 |
| 197 | 2026-08-15T19:58:40.998Z | Downloaded schemars_derive v0.8.22 |
| 198 | 2026-08-15T19:58:40.998Z | Downloaded progenitor-client v0.14.0 |
| 199 | 2026-08-15T19:58:41.002Z | Downloaded rustversion v1.0.22 |
| 200 | 2026-08-15T19:58:41.005Z | Downloaded multer v3.1.0 |
| 201 | 2026-08-15T19:58:41.005Z | Downloaded pin-project-lite v0.2.17 |
| 202 | 2026-08-15T19:58:41.008Z | Downloaded ipnet v2.12.1 |
| 203 | 2026-08-15T19:58:41.008Z | Downloaded version_check v0.9.5 |
| 204 | 2026-08-15T19:58:41.010Z | Downloaded want v0.3.1 |
| 205 | 2026-08-15T19:58:41.011Z | Downloaded oxnet v0.1.6 |
| 206 | 2026-08-15T19:58:41.014Z | Downloaded ppv-lite86 v0.2.21 |
| 207 | 2026-08-15T19:58:41.016Z | Downloaded bit-set v0.8.0 |
| 208 | 2026-08-15T19:58:41.019Z | Downloaded crypto-common v0.1.7 |
| 209 | 2026-08-15T19:58:41.019Z | Downloaded dtrace-parser v0.3.0 |
| 210 | 2026-08-15T19:58:41.019Z | Downloaded fastrand v2.3.0 |
| 211 | 2026-08-15T19:58:41.022Z | Downloaded wait-timeout v0.2.1 |
| 212 | 2026-08-15T19:58:41.022Z | Downloaded zerofrom v0.1.6 |
| 213 | 2026-08-15T19:58:41.022Z | Downloaded dunce v1.0.5 |
| 214 | 2026-08-15T19:58:41.025Z | Downloaded async-stream v0.3.6 |
| 215 | 2026-08-15T19:58:41.028Z | Downloaded errno v0.3.14 |
| 216 | 2026-08-15T19:58:41.028Z | Downloaded mime v0.3.17 |
| 217 | 2026-08-15T19:58:41.028Z | Downloaded atomic-waker v1.1.2 |
| 218 | 2026-08-15T19:58:41.033Z | Downloaded futures-core v0.3.32 |
| 219 | 2026-08-15T19:58:41.035Z | Downloaded usdt v0.6.0 |
| 220 | 2026-08-15T19:58:41.035Z | Downloaded paste v1.0.15 |
| 221 | 2026-08-15T19:58:41.038Z | Downloaded cfg_aliases v0.2.1 |
| 222 | 2026-08-15T19:58:41.038Z | Downloaded utf8_iter v1.0.4 |
| 223 | 2026-08-15T19:58:41.038Z | Downloaded cfg-if v1.0.4 |
| 224 | 2026-08-15T19:58:41.041Z | Downloaded parse-display-derive v0.10.0 |
| 225 | 2026-08-15T19:58:41.044Z | Downloaded zeroize v1.9.0 |
| 226 | 2026-08-15T19:58:41.044Z | Downloaded rustls-pemfile v2.2.0 |
| 227 | 2026-08-15T19:58:41.047Z | Downloaded synstructure v0.13.2 |
| 228 | 2026-08-15T19:58:41.047Z | Downloaded rustls-native-certs v0.8.3 |
| 229 | 2026-08-15T19:58:41.047Z | Downloaded schemars v0.8.22 |
| 230 | 2026-08-15T19:58:41.052Z | Downloaded rustls-platform-verifier v0.6.2 |
| 231 | 2026-08-15T19:58:41.055Z | Downloaded compression-codecs v0.4.37 |
| 232 | 2026-08-15T19:58:41.058Z | Downloaded simd-adler32 v0.3.8 |
| 233 | 2026-08-15T19:58:41.058Z | Downloaded thiserror v2.0.18 |
| 234 | 2026-08-15T19:58:41.062Z | Downloaded thiserror-impl v2.0.18 |
| 235 | 2026-08-15T19:58:41.062Z | Downloaded time-macros v0.2.27 |
| 236 | 2026-08-15T19:58:41.062Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 237 | 2026-08-15T19:58:41.065Z | Downloaded block-buffer v0.10.4 |
| 238 | 2026-08-15T19:58:41.065Z | Downloaded byte-wrapper v0.1.0 |
| 239 | 2026-08-15T19:58:41.065Z | Downloaded humantime v2.3.0 |
| 240 | 2026-08-15T19:58:41.065Z | Downloaded sha2 v0.10.9 |
| 241 | 2026-08-15T19:58:41.068Z | Downloaded slog-term v2.9.2 |
| 242 | 2026-08-15T19:58:41.068Z | Downloaded signal-hook-registry v1.4.8 |
| 243 | 2026-08-15T19:58:41.068Z | Downloaded shlex v1.3.0 |
| 244 | 2026-08-15T19:58:41.071Z | Downloaded slab v0.4.12 |
| 245 | 2026-08-15T19:58:41.071Z | Downloaded futures-io v0.3.32 |
| 246 | 2026-08-15T19:58:41.071Z | Downloaded yoke-derive v0.8.1 |
| 247 | 2026-08-15T19:58:41.071Z | Downloaded hybrid-array v0.4.13 |
| 248 | 2026-08-15T19:58:41.074Z | Downloaded once_cell v1.21.3 |
| 249 | 2026-08-15T19:58:41.077Z | Downloaded getrandom v0.3.4 |
| 250 | 2026-08-15T19:58:41.077Z | Downloaded litemap v0.8.1 |
| 251 | 2026-08-15T19:58:41.080Z | Downloaded pest_derive v2.8.6 |
| 252 | 2026-08-15T19:58:41.080Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 253 | 2026-08-15T19:58:41.080Z | Downloaded slog-json v2.6.1 |
| 254 | 2026-08-15T19:58:41.084Z | Downloaded tinystr v0.8.2 |
| 255 | 2026-08-15T19:58:41.087Z | Downloaded autocfg v1.5.0 |
| 256 | 2026-08-15T19:58:41.087Z | Downloaded ryu v1.0.23 |
| 257 | 2026-08-15T19:58:41.089Z | Downloaded debug-ignore v1.0.5 |
| 258 | 2026-08-15T19:58:41.092Z | Downloaded async-stream-impl v0.3.6 |
| 259 | 2026-08-15T19:58:41.093Z | Downloaded usdt-attr-macro v0.6.0 |
| 260 | 2026-08-15T19:58:41.096Z | Downloaded block-buffer v0.12.1 |
| 261 | 2026-08-15T19:58:41.099Z | Downloaded dyn-clone v1.0.20 |
| 262 | 2026-08-15T19:58:41.099Z | Downloaded equivalent v1.0.2 |
| 263 | 2026-08-15T19:58:41.102Z | Downloaded cpufeatures v0.2.17 |
| 264 | 2026-08-15T19:58:41.107Z | Downloaded crypto-common v0.2.2 |
| 265 | 2026-08-15T19:58:41.110Z | Downloaded either v1.15.0 |
| 266 | 2026-08-15T19:58:41.110Z | Downloaded hyper-rustls v0.27.7 |
| 267 | 2026-08-15T19:58:41.110Z | Downloaded parking_lot_core v0.9.12 |
| 268 | 2026-08-15T19:58:41.113Z | Downloaded usdt-impl v0.6.0 |
| 269 | 2026-08-15T19:58:41.113Z | Downloaded zmij v1.0.21 |
| 270 | 2026-08-15T19:58:41.113Z | Downloaded bit-vec v0.8.0 |
| 271 | 2026-08-15T19:58:41.113Z | Downloaded httparse v1.10.1 |
| 272 | 2026-08-15T19:58:41.116Z | Downloaded getrandom v0.2.17 |
| 273 | 2026-08-15T19:58:41.116Z | Downloaded parking_lot v0.12.5 |
| 274 | 2026-08-15T19:58:41.119Z | Downloaded term v1.2.1 |
| 275 | 2026-08-15T19:58:41.119Z | Downloaded thread_local v1.1.9 |
| 276 | 2026-08-15T19:58:41.119Z | Downloaded tokio-rustls v0.26.4 |
| 277 | 2026-08-15T19:58:41.122Z | Downloaded cpufeatures v0.3.0 |
| 278 | 2026-08-15T19:58:41.122Z | Downloaded pest_generator v2.8.6 |
| 279 | 2026-08-15T19:58:41.122Z | Downloaded zerovec-derive v0.11.2 |
| 280 | 2026-08-15T19:58:41.125Z | Downloaded deranged v0.5.8 |
| 281 | 2026-08-15T19:58:41.125Z | Downloaded displaydoc v0.2.5 |
| 282 | 2026-08-15T19:58:41.125Z | Downloaded foldhash v0.2.0 |
| 283 | 2026-08-15T19:58:41.125Z | Downloaded form_urlencoded v1.2.2 |
| 284 | 2026-08-15T19:58:41.128Z | Downloaded ucd-trie v0.1.7 |
| 285 | 2026-08-15T19:58:41.128Z | Downloaded darling_macro v0.23.0 |
| 286 | 2026-08-15T19:58:41.128Z | Downloaded memmap2 v0.9.10 |
| 287 | 2026-08-15T19:58:41.128Z | Downloaded byteorder v1.5.0 |
| 288 | 2026-08-15T19:58:41.131Z | Downloaded zerofrom-derive v0.1.6 |
| 289 | 2026-08-15T19:58:41.131Z | Downloaded fnv v1.0.7 |
| 290 | 2026-08-15T19:58:41.131Z | Downloaded compression-core v0.4.31 |
| 291 | 2026-08-15T19:58:41.134Z | Downloaded smallvec v1.15.1 |
| 292 | 2026-08-15T19:58:41.134Z | Downloaded usdt-macro v0.6.0 |
| 293 | 2026-08-15T19:58:41.139Z | Downloaded tempfile v3.27.0 |
| 294 | 2026-08-15T19:58:41.141Z | Downloaded spin v0.9.8 |
| 295 | 2026-08-15T19:58:41.141Z | Downloaded strum_macros v0.27.2 |
| 296 | 2026-08-15T19:58:41.145Z | Downloaded icu_provider v2.1.1 |
| 297 | 2026-08-15T19:58:41.145Z | Downloaded num-traits v0.2.19 |
| 298 | 2026-08-15T19:58:41.148Z | Downloaded dof v0.4.0 |
| 299 | 2026-08-15T19:58:41.151Z | Downloaded serde_derive v1.0.228 |
| 300 | 2026-08-15T19:58:41.155Z | Downloaded erased-serde v0.3.31 |
| 301 | 2026-08-15T19:58:41.158Z | Downloaded yoke v0.8.1 |
| 302 | 2026-08-15T19:58:41.162Z | Downloaded cmake v0.1.57 |
| 303 | 2026-08-15T19:58:41.165Z | Downloaded rand v0.8.6 |
| 304 | 2026-08-15T19:58:41.168Z | Downloaded writeable v0.6.2 |
| 305 | 2026-08-15T19:58:41.170Z | Downloaded async-trait v0.1.89 |
| 306 | 2026-08-15T19:58:41.170Z | Downloaded backoff v0.4.0 |
| 307 | 2026-08-15T19:58:41.173Z | Downloaded atomicwrites v0.4.4 |
| 308 | 2026-08-15T19:58:41.173Z | Downloaded log v0.4.33 |
| 309 | 2026-08-15T19:58:41.173Z | Downloaded derive-ex v0.1.8 |
| 310 | 2026-08-15T19:58:41.173Z | Downloaded proc-macro2 v1.0.106 |
| 311 | 2026-08-15T19:58:41.176Z | Downloaded rustls-pki-types v1.14.0 |
| 312 | 2026-08-15T19:58:41.176Z | Downloaded serde_with_macros v3.21.0 |
| 313 | 2026-08-15T19:58:41.179Z | Downloaded test-strategy v0.4.5 |
| 314 | 2026-08-15T19:58:41.179Z | Downloaded waitgroup v0.1.2 |
| 315 | 2026-08-15T19:58:41.182Z | Downloaded chacha20 v0.10.0 |
| 316 | 2026-08-15T19:58:41.182Z | Downloaded futures-executor v0.3.32 |
| 317 | 2026-08-15T19:58:41.182Z | Downloaded fs_extra v1.3.0 |
| 318 | 2026-08-15T19:58:41.185Z | Downloaded serde v1.0.228 |
| 319 | 2026-08-15T19:58:41.185Z | Downloaded tracing-core v0.1.36 |
| 320 | 2026-08-15T19:58:41.194Z | Downloaded socket2 v0.6.3 |
| 321 | 2026-08-15T19:58:41.197Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 322 | 2026-08-15T19:58:41.200Z | Downloaded iana-time-zone v0.1.65 |
| 323 | 2026-08-15T19:58:41.200Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 324 | 2026-08-15T19:58:41.203Z | Downloaded find-msvc-tools v0.1.9 |
| 325 | 2026-08-15T19:58:41.203Z | Downloaded futures-channel v0.3.32 |
| 326 | 2026-08-15T19:58:41.206Z | Downloaded slog v2.8.2 |
| 327 | 2026-08-15T19:58:41.206Z | Downloaded backon v1.6.0 |
| 328 | 2026-08-15T19:58:41.209Z | Downloaded digest v0.10.7 |
| 329 | 2026-08-15T19:58:41.209Z | Downloaded digest v0.11.3 |
| 330 | 2026-08-15T19:58:41.209Z | Downloaded bs58 v0.5.1 |
| 331 | 2026-08-15T19:58:41.212Z | Downloaded daft v0.1.7 |
| 332 | 2026-08-15T19:58:41.212Z | Downloaded icu_locale_core v2.1.1 |
| 333 | 2026-08-15T19:58:41.215Z | Downloaded getrandom v0.4.3 |
| 334 | 2026-08-15T19:58:41.219Z | Downloaded miniz_oxide v0.8.9 |
| 335 | 2026-08-15T19:58:41.219Z | Downloaded uuid v1.23.4 |
| 336 | 2026-08-15T19:58:41.222Z | Downloaded bitflags v2.11.0 |
| 337 | 2026-08-15T19:58:41.222Z | Downloaded darling v0.23.0 |
| 338 | 2026-08-15T19:58:41.225Z | Downloaded crossbeam-utils v0.8.21 |
| 339 | 2026-08-15T19:58:41.225Z | Downloaded tinyvec v1.12.0 |
| 340 | 2026-08-15T19:58:41.228Z | Downloaded anyhow v1.0.104 |
| 341 | 2026-08-15T19:58:41.231Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-08-15T19:58:41.234Z | Downloaded serde_core v1.0.228 |
| 343 | 2026-08-15T19:58:41.234Z | Downloaded allocator-api2 v0.2.21 |
| 344 | 2026-08-15T19:58:41.237Z | Downloaded pest_meta v2.8.6 |
| 345 | 2026-08-15T19:58:41.240Z | Downloaded camino v1.2.5 |
| 346 | 2026-08-15T19:58:41.240Z | Downloaded icu_normalizer v2.1.1 |
| 347 | 2026-08-15T19:58:41.244Z | Downloaded daft-derive v0.1.7 |
| 348 | 2026-08-15T19:58:41.247Z | Downloaded icu_normalizer_data v2.1.1 |
| 349 | 2026-08-15T19:58:41.255Z | Downloaded rustls-webpki v0.103.13 |
| 350 | 2026-08-15T19:58:41.258Z | Downloaded typenum v1.20.1 |
| 351 | 2026-08-15T19:58:41.263Z | Downloaded base64 v0.22.1 |
| 352 | 2026-08-15T19:58:41.266Z | Downloaded futures v0.3.32 |
| 353 | 2026-08-15T19:58:41.269Z | Downloaded rand v0.10.1 |
| 354 | 2026-08-15T19:58:41.272Z | Downloaded const-oid v0.10.2 |
| 355 | 2026-08-15T19:58:41.275Z | Downloaded icu_properties v2.1.2 |
| 356 | 2026-08-15T19:58:41.279Z | Downloaded darling_core v0.23.0 |
| 357 | 2026-08-15T19:58:41.282Z | Downloaded crc32fast v1.5.0 |
| 358 | 2026-08-15T19:58:41.285Z | Downloaded rand v0.9.2 |
| 359 | 2026-08-15T19:58:41.288Z | Downloaded http v1.4.2 |
| 360 | 2026-08-15T19:58:41.288Z | Downloaded icu_collections v2.1.1 |
| 361 | 2026-08-15T19:58:41.291Z | Downloaded tower v0.5.3 |
| 362 | 2026-08-15T19:58:41.294Z | Downloaded memchr v2.8.0 |
| 363 | 2026-08-15T19:58:41.297Z | Downloaded dropshot_endpoint v0.17.1 |
| 364 | 2026-08-15T19:58:41.300Z | Downloaded futures-util v0.3.32 |
| 365 | 2026-08-15T19:58:41.305Z | Downloaded zerotrie v0.2.3 |
| 366 | 2026-08-15T19:58:41.308Z | Downloaded indexmap v2.14.0 |
| 367 | 2026-08-15T19:58:41.312Z | Downloaded async-compression v0.4.41 |
| 368 | 2026-08-15T19:58:41.315Z | Downloaded flate2 v1.1.9 |
| 369 | 2026-08-15T19:58:41.318Z | Downloaded serde_json v1.0.151 |
| 370 | 2026-08-15T19:58:41.321Z | Downloaded bytes v1.11.1 |
| 371 | 2026-08-15T19:58:41.324Z | Downloaded regex v1.12.3 |
| 372 | 2026-08-15T19:58:41.327Z | Downloaded mio v1.2.0 |
| 373 | 2026-08-15T19:58:41.330Z | Downloaded url v2.5.8 |
| 374 | 2026-08-15T19:58:41.333Z | Downloaded cc v1.2.56 |
| 375 | 2026-08-15T19:58:41.333Z | Downloaded crossbeam-channel v0.5.15 |
| 376 | 2026-08-15T19:58:41.336Z | Downloaded zerocopy-derive v0.8.56 |
| 377 | 2026-08-15T19:58:41.338Z | Downloaded hyper-util v0.1.20 |
| 378 | 2026-08-15T19:58:41.341Z | Downloaded reqwest v0.13.2 |
| 379 | 2026-08-15T19:58:41.344Z | Downloaded idna v1.1.0 |
| 380 | 2026-08-15T19:58:41.360Z | Downloaded tower-http v0.6.8 |
| 381 | 2026-08-15T19:58:41.364Z | Downloaded icu_properties_data v2.1.2 |
| 382 | 2026-08-15T19:58:41.369Z | Downloaded pest v2.8.6 |
| 383 | 2026-08-15T19:58:41.372Z | Downloaded iri-string v0.7.10 |
| 384 | 2026-08-15T19:58:41.375Z | Downloaded itertools v0.14.0 |
| 385 | 2026-08-15T19:58:41.378Z | Downloaded tokio-util v0.7.18 |
| 386 | 2026-08-15T19:58:41.382Z | Downloaded hashbrown v0.16.1 |
| 387 | 2026-08-15T19:58:41.385Z | Downloaded hyper v1.10.1 |
| 388 | 2026-08-15T19:58:41.388Z | Downloaded zerovec v0.11.5 |
| 389 | 2026-08-15T19:58:41.391Z | Downloaded hashbrown v0.17.0 |
| 390 | 2026-08-15T19:58:41.394Z | Downloaded h2 v0.4.15 |
| 391 | 2026-08-15T19:58:41.409Z | Downloaded iddqd v0.4.2 |
| 392 | 2026-08-15T19:58:41.421Z | Downloaded serde_with v3.21.0 |
| 393 | 2026-08-15T19:58:41.429Z | Downloaded winnow v1.0.3 |
| 394 | 2026-08-15T19:58:41.434Z | Downloaded aho-corasick v1.1.4 |
| 395 | 2026-08-15T19:58:41.437Z | Downloaded proptest v1.11.0 |
| 396 | 2026-08-15T19:58:41.441Z | Downloaded aws-lc-rs v1.16.3 |
| 397 | 2026-08-15T19:58:41.447Z | Downloaded chrono v0.4.45 |
| 398 | 2026-08-15T19:58:41.452Z | Downloaded quinn-proto v0.11.16 |
| 399 | 2026-08-15T19:58:41.455Z | Downloaded goblin v0.10.5 |
| 400 | 2026-08-15T19:58:41.463Z | Downloaded time v0.3.47 |
| 401 | 2026-08-15T19:58:41.474Z | Downloaded tracing v0.1.44 |
| 402 | 2026-08-15T19:58:41.488Z | Downloaded openapiv3 v2.2.0 |
| 403 | 2026-08-15T19:58:41.495Z | Downloaded zerocopy v0.8.56 |
| 404 | 2026-08-15T19:58:41.506Z | Downloaded dropshot v0.17.1 |
| 405 | 2026-08-15T19:58:41.517Z | Downloaded syn v2.0.117 |
| 406 | 2026-08-15T19:58:41.523Z | Downloaded regress v0.10.5 |
| 407 | 2026-08-15T19:58:41.529Z | Downloaded rustix v0.38.44 |
| 408 | 2026-08-15T19:58:41.541Z | Downloaded rustix v1.1.4 |
| 409 | 2026-08-15T19:58:41.553Z | Downloaded rustls v0.23.41 |
| 410 | 2026-08-15T19:58:41.560Z | Downloaded regex-syntax v0.8.10 |
| 411 | 2026-08-15T19:58:41.582Z | Downloaded libc v0.2.185 |
| 412 | 2026-08-15T19:58:41.600Z | Downloaded regex-automata v0.4.14 |
| 413 | 2026-08-15T19:58:41.631Z | Downloaded tokio v1.52.1 |
| 414 | 2026-08-15T19:58:41.662Z | Downloaded encoding_rs v0.8.35 |
| 415 | 2026-08-15T19:58:41.679Z | Downloaded ring v0.17.14 |
| 416 | 2026-08-15T19:58:42.171Z | Downloaded aws-lc-sys v0.40.0 |
| 417 | 2026-08-15T19:58:42.358Z | Compiling proc-macro2 v1.0.106 |
| 418 | 2026-08-15T19:58:42.358Z | Compiling quote v1.0.45 |
| 419 | 2026-08-15T19:58:42.365Z | Compiling unicode-ident v1.0.24 |
| 420 | 2026-08-15T19:58:42.365Z | Compiling libc v0.2.185 |
| 421 | 2026-08-15T19:58:42.365Z | Checking cfg-if v1.0.4 |
| 422 | 2026-08-15T19:58:42.365Z | Compiling serde_core v1.0.228 |
| 423 | 2026-08-15T19:58:42.365Z | Checking memchr v2.8.0 |
| 424 | 2026-08-15T19:58:42.472Z | Checking itoa v1.0.17 |
| 425 | 2026-08-15T19:58:42.548Z | Compiling serde v1.0.228 |
| 426 | 2026-08-15T19:58:42.605Z | Compiling zmij v1.0.21 |
| 427 | 2026-08-15T19:58:42.647Z | Compiling serde_json v1.0.151 |
| 428 | 2026-08-15T19:58:42.887Z | Checking pin-project-lite v0.2.17 |
| 429 | 2026-08-15T19:58:42.890Z | Checking smallvec v1.15.1 |
| 430 | 2026-08-15T19:58:42.911Z | Checking bytes v1.11.1 |
| 431 | 2026-08-15T19:58:42.962Z | Checking futures-core v0.3.32 |
| 432 | 2026-08-15T19:58:43.056Z | Checking once_cell v1.21.3 |
| 433 | 2026-08-15T19:58:43.069Z | Compiling parking_lot_core v0.9.12 |
| 434 | 2026-08-15T19:58:43.212Z | Compiling getrandom v0.4.3 |
| 435 | 2026-08-15T19:58:43.310Z | Checking errno v0.3.14 |
| 436 | 2026-08-15T19:58:43.331Z | Checking scopeguard v1.2.0 |
| 437 | 2026-08-15T19:58:43.419Z | Checking lock_api v0.4.14 |
| 438 | 2026-08-15T19:58:43.430Z | Compiling find-msvc-tools v0.1.9 |
| 439 | 2026-08-15T19:58:43.515Z | Compiling jobserver v0.1.34 |
| 440 | 2026-08-15T19:58:43.553Z | Compiling shlex v1.3.0 |
| 441 | 2026-08-15T19:58:43.630Z | Compiling syn v2.0.117 |
| 442 | 2026-08-15T19:58:43.652Z | Checking parking_lot v0.12.5 |
| 443 | 2026-08-15T19:58:43.694Z | Checking signal-hook-registry v1.4.8 |
| 444 | 2026-08-15T19:58:43.705Z | Checking socket2 v0.6.3 |
| 445 | 2026-08-15T19:58:43.733Z | Compiling cc v1.2.56 |
| 446 | 2026-08-15T19:58:43.776Z | Checking mio v1.2.0 |
| 447 | 2026-08-15T19:58:43.827Z | Checking futures-sink v0.3.32 |
| 448 | 2026-08-15T19:58:43.840Z | Checking stable_deref_trait v1.2.1 |
| 449 | 2026-08-15T19:58:43.847Z | Compiling autocfg v1.5.0 |
| 450 | 2026-08-15T19:58:43.891Z | Compiling dunce v1.0.5 |
| 451 | 2026-08-15T19:58:43.922Z | Compiling fs_extra v1.3.0 |
| 452 | 2026-08-15T19:58:43.934Z | Compiling thiserror v2.0.18 |
| 453 | 2026-08-15T19:58:43.985Z | Compiling zerocopy v0.8.56 |
| 454 | 2026-08-15T19:58:44.053Z | Checking slab v0.4.12 |
| 455 | 2026-08-15T19:58:44.195Z | Compiling num-traits v0.2.19 |
| 456 | 2026-08-15T19:58:44.205Z | Checking futures-channel v0.3.32 |
| 457 | 2026-08-15T19:58:44.413Z | Checking equivalent v1.0.2 |
| 458 | 2026-08-15T19:58:44.436Z | Checking zeroize v1.9.0 |
| 459 | 2026-08-15T19:58:44.474Z | Checking http v1.4.2 |
| 460 | 2026-08-15T19:58:44.486Z | Checking log v0.4.33 |
| 461 | 2026-08-15T19:58:44.542Z | Compiling cmake v0.1.57 |
| 462 | 2026-08-15T19:58:44.633Z | Checking iana-time-zone v0.1.65 |
| 463 | 2026-08-15T19:58:44.889Z | Compiling aws-lc-rs v1.16.3 |
| 464 | 2026-08-15T19:58:45.042Z | Checking bitflags v2.11.0 |
| 465 | 2026-08-15T19:58:45.062Z | Compiling ucd-trie v0.1.7 |
| 466 | 2026-08-15T19:58:45.089Z | Compiling aws-lc-sys v0.40.0 |
| 467 | 2026-08-15T19:58:45.100Z | Checking futures-io v0.3.32 |
| 468 | 2026-08-15T19:58:45.136Z | Checking futures-task v0.3.32 |
| 469 | 2026-08-15T19:58:45.191Z | Compiling rustversion v1.0.22 |
| 470 | 2026-08-15T19:58:45.202Z | Compiling pest v2.8.6 |
| 471 | 2026-08-15T19:58:45.253Z | Checking rustls-pki-types v1.14.0 |
| 472 | 2026-08-15T19:58:45.265Z | Compiling schemars v0.8.22 |
| 473 | 2026-08-15T19:58:45.282Z | Checking fnv v1.0.7 |
| 474 | 2026-08-15T19:58:45.370Z | Checking uuid v1.23.4 |
| 475 | 2026-08-15T19:58:45.515Z | Checking semver v1.0.28 |
| 476 | 2026-08-15T19:58:45.549Z | Compiling httparse v1.10.1 |
| 477 | 2026-08-15T19:58:45.665Z | Checking litemap v0.8.1 |
| 478 | 2026-08-15T19:58:45.718Z | Checking dyn-clone v1.0.20 |
| 479 | 2026-08-15T19:58:45.815Z | Checking hashbrown v0.17.0 |
| 480 | 2026-08-15T19:58:45.833Z | Checking writeable v0.6.2 |
| 481 | 2026-08-15T19:58:45.927Z | Checking http-body v1.0.1 |
| 482 | 2026-08-15T19:58:45.989Z | Checking tracing-core v0.1.36 |
| 483 | 2026-08-15T19:58:46.042Z | Checking percent-encoding v2.3.2 |
| 484 | 2026-08-15T19:58:46.136Z | Compiling slog v2.8.2 |
| 485 | 2026-08-15T19:58:46.175Z | Compiling rustls v0.23.41 |
| 486 | 2026-08-15T19:58:46.286Z | Compiling pest_meta v2.8.6 |
| 487 | 2026-08-15T19:58:46.289Z | Checking indexmap v2.14.0 |
| 488 | 2026-08-15T19:58:46.346Z | Compiling icu_properties_data v2.1.2 |
| 489 | 2026-08-15T19:58:46.377Z | Checking atomic-waker v1.1.2 |
| 490 | 2026-08-15T19:58:46.428Z | Checking untrusted v0.9.0 |
| 491 | 2026-08-15T19:58:46.464Z | Compiling icu_normalizer_data v2.1.1 |
| 492 | 2026-08-15T19:58:46.497Z | Checking tracing v0.1.44 |
| 493 | 2026-08-15T19:58:46.551Z | Compiling synstructure v0.13.2 |
| 494 | 2026-08-15T19:58:46.678Z | Compiling serde_derive_internals v0.29.1 |
| 495 | 2026-08-15T19:58:46.717Z | Checking tower-service v0.3.3 |
| 496 | 2026-08-15T19:58:46.797Z | Checking subtle v2.6.1 |
| 497 | 2026-08-15T19:58:46.856Z | Compiling pest_generator v2.8.6 |
| 498 | 2026-08-15T19:58:46.918Z | Compiling rustix v1.1.4 |
| 499 | 2026-08-15T19:58:47.039Z | Checking try-lock v0.2.5 |
| 500 | 2026-08-15T19:58:47.090Z | Compiling getrandom v0.3.4 |
| 501 | 2026-08-15T19:58:47.128Z | Checking fastrand v2.3.0 |
| 502 | 2026-08-15T19:58:47.244Z | Checking tower-layer v0.3.3 |
| 503 | 2026-08-15T19:58:47.376Z | Checking want v0.3.1 |
| 504 | 2026-08-15T19:58:47.481Z | Checking httpdate v1.0.3 |
| 505 | 2026-08-15T19:58:47.485Z | Compiling paste v1.0.15 |
| 506 | 2026-08-15T19:58:47.612Z | Checking form_urlencoded v1.2.2 |
| 507 | 2026-08-15T19:58:47.689Z | Compiling version_check v0.9.5 |
| 508 | 2026-08-15T19:58:47.727Z | Compiling heck v0.5.0 |
| 509 | 2026-08-15T19:58:47.737Z | Compiling serde_derive v1.0.228 |
| 510 | 2026-08-15T19:58:47.752Z | Compiling zerocopy-derive v0.8.56 |
| 511 | 2026-08-15T19:58:47.789Z | Compiling zerofrom-derive v0.1.6 |
| 512 | 2026-08-15T19:58:47.912Z | Compiling tokio-macros v2.7.0 |
| 513 | 2026-08-15T19:58:47.942Z | Compiling yoke-derive v0.8.1 |
| 514 | 2026-08-15T19:58:48.115Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-08-15T19:58:48.529Z | Compiling zerovec-derive v0.11.2 |
| 516 | 2026-08-15T19:58:48.614Z | Checking tokio v1.52.1 |
| 517 | 2026-08-15T19:58:48.919Z | Compiling displaydoc v0.2.5 |
| 518 | 2026-08-15T19:58:48.937Z | Checking zerofrom v0.1.6 |
| 519 | 2026-08-15T19:58:49.045Z | Checking yoke v0.8.1 |
| 520 | 2026-08-15T19:58:49.205Z | Compiling futures-macro v0.3.32 |
| 521 | 2026-08-15T19:58:49.274Z | Compiling schemars_derive v0.8.22 |
| 522 | 2026-08-15T19:58:49.567Z | Checking zerovec v0.11.5 |
| 523 | 2026-08-15T19:58:49.626Z | Checking zerotrie v0.2.3 |
| 524 | 2026-08-15T19:58:49.857Z | Compiling pest_derive v2.8.6 |
| 525 | 2026-08-15T19:58:49.988Z | Checking futures-util v0.3.32 |
| 526 | 2026-08-15T19:58:49.999Z | Checking tinystr v0.8.2 |
| 527 | 2026-08-15T19:58:50.159Z | Checking icu_locale_core v2.1.1 |
| 528 | 2026-08-15T19:58:50.423Z | Checking potential_utf v0.1.4 |
| 529 | 2026-08-15T19:58:50.542Z | Checking icu_collections v2.1.1 |
| 530 | 2026-08-15T19:58:50.691Z | Checking icu_provider v2.1.1 |
| 531 | 2026-08-15T19:58:50.712Z | Checking chrono v0.4.45 |
| 532 | 2026-08-15T19:58:50.813Z | Checking erased-serde v0.3.31 |
| 533 | 2026-08-15T19:58:50.831Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-08-15T19:58:51.097Z | Checking icu_properties v2.1.2 |
| 535 | 2026-08-15T19:58:51.101Z | Checking icu_normalizer v2.1.1 |
| 536 | 2026-08-15T19:58:51.462Z | Compiling scroll_derive v0.13.1 |
| 537 | 2026-08-15T19:58:51.632Z | Checking tokio-util v0.7.18 |
| 538 | 2026-08-15T19:58:51.860Z | Compiling structmeta-derive v0.3.0 |
| 539 | 2026-08-15T19:58:51.872Z | Checking ppv-lite86 v0.2.21 |
| 540 | 2026-08-15T19:58:51.898Z | Compiling num-conv v0.2.0 |
| 541 | 2026-08-15T19:58:52.022Z | Compiling crc32fast v1.5.0 |
| 542 | 2026-08-15T19:58:52.034Z | Checking h2 v0.4.15 |
| 543 | 2026-08-15T19:58:52.148Z | Checking powerfmt v0.2.0 |
| 544 | 2026-08-15T19:58:52.161Z | Checking typenum v1.20.1 |
| 545 | 2026-08-15T19:58:52.236Z | Checking ipnet v2.12.1 |
| 546 | 2026-08-15T19:58:52.290Z | Checking base64 v0.22.1 |
| 547 | 2026-08-15T19:58:52.292Z | Compiling usdt-impl v0.6.0 |
| 548 | 2026-08-15T19:58:52.447Z | Compiling time-core v0.1.8 |
| 549 | 2026-08-15T19:58:52.518Z | Checking deranged v0.5.8 |
| 550 | 2026-08-15T19:58:52.582Z | Compiling time-macros v0.2.27 |
| 551 | 2026-08-15T19:58:52.593Z | Checking scroll v0.13.0 |
| 552 | 2026-08-15T19:58:52.816Z | Checking ipnetwork v0.21.1 |
| 553 | 2026-08-15T19:58:52.857Z | Compiling structmeta v0.3.0 |
| 554 | 2026-08-15T19:58:52.898Z | Checking hybrid-array v0.4.13 |
| 555 | 2026-08-15T19:58:53.003Z | Checking idna_adapter v1.2.1 |
| 556 | 2026-08-15T19:58:53.109Z | Compiling dtrace-parser v0.3.0 |
| 557 | 2026-08-15T19:58:53.321Z | Checking tempfile v3.27.0 |
| 558 | 2026-08-15T19:58:53.504Z | Checking rand_core v0.9.5 |
| 559 | 2026-08-15T19:58:53.507Z | Compiling thread-id v5.1.0 |
| 560 | 2026-08-15T19:58:53.540Z | Checking sync_wrapper v1.0.2 |
| 561 | 2026-08-15T19:58:53.585Z | Checking adler2 v2.0.1 |
| 562 | 2026-08-15T19:58:53.632Z | Compiling strsim v0.11.1 |
| 563 | 2026-08-15T19:58:53.662Z | Checking simd-adler32 v0.3.8 |
| 564 | 2026-08-15T19:58:53.683Z | Checking num_threads v0.1.7 |
| 565 | 2026-08-15T19:58:53.693Z | Checking regex-syntax v0.8.10 |
| 566 | 2026-08-15T19:58:53.735Z | Compiling omicron-workspace-hack v0.1.0 |
| 567 | 2026-08-15T19:58:53.792Z | Checking utf8_iter v1.0.4 |
| 568 | 2026-08-15T19:58:53.890Z | Compiling ident_case v1.0.1 |
| 569 | 2026-08-15T19:58:53.917Z | Checking plain v0.2.3 |
| 570 | 2026-08-15T19:58:53.927Z | Checking hyper v1.10.1 |
| 571 | 2026-08-15T19:58:53.937Z | Checking openssl-probe v0.2.1 |
| 572 | 2026-08-15T19:58:53.998Z | Checking ryu v1.0.23 |
| 573 | 2026-08-15T19:58:54.009Z | Compiling byteorder v1.5.0 |
| 574 | 2026-08-15T19:58:54.030Z | Compiling crossbeam-utils v0.8.21 |
| 575 | 2026-08-15T19:58:54.125Z | Checking serde_urlencoded v0.7.1 |
| 576 | 2026-08-15T19:58:54.235Z | Compiling dof v0.4.0 |
| 577 | 2026-08-15T19:58:54.337Z | Checking rustls-native-certs v0.8.3 |
| 578 | 2026-08-15T19:58:54.348Z | Checking goblin v0.10.5 |
| 579 | 2026-08-15T19:58:54.375Z | Checking time v0.3.47 |
| 580 | 2026-08-15T19:58:54.453Z | Compiling darling_core v0.23.0 |
| 581 | 2026-08-15T19:58:54.871Z | Checking hyper-util v0.1.20 |
| 582 | 2026-08-15T19:58:55.010Z | Checking idna v1.1.0 |
| 583 | 2026-08-15T19:58:55.194Z | Checking miniz_oxide v0.8.9 |
| 584 | 2026-08-15T19:58:55.245Z | Checking tower v0.5.3 |
| 585 | 2026-08-15T19:58:55.363Z | Checking oxnet v0.1.6 |
| 586 | 2026-08-15T19:58:55.529Z | Checking newtype-uuid v1.3.2 |
| 587 | 2026-08-15T19:58:55.565Z | Compiling daft-derive v0.1.7 |
| 588 | 2026-08-15T19:58:55.595Z | Checking http-body-util v0.1.3 |
| 589 | 2026-08-15T19:58:55.615Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-08-15T19:58:55.689Z | Checking getrandom v0.2.17 |
| 591 | 2026-08-15T19:58:55.804Z | Checking pretty-hex v0.4.1 |
| 592 | 2026-08-15T19:58:55.823Z | Compiling camino v1.2.5 |
| 593 | 2026-08-15T19:58:55.913Z | Compiling rustix v0.38.44 |
| 594 | 2026-08-15T19:58:56.135Z | Checking iri-string v0.7.10 |
| 595 | 2026-08-15T19:58:56.278Z | Checking daft v0.1.7 |
| 596 | 2026-08-15T19:58:56.377Z | Checking rand_core v0.6.4 |
| 597 | 2026-08-15T19:58:56.492Z | Checking flate2 v1.1.9 |
| 598 | 2026-08-15T19:58:56.532Z | Compiling darling_macro v0.23.0 |
| 599 | 2026-08-15T19:58:56.776Z | Checking url v2.5.8 |
| 600 | 2026-08-15T19:58:57.158Z | Checking tower-http v0.6.8 |
| 601 | 2026-08-15T19:58:57.169Z | Checking rand_chacha v0.9.0 |
| 602 | 2026-08-15T19:58:57.224Z | Checking crypto-common v0.2.2 |
| 603 | 2026-08-15T19:58:57.308Z | Checking block-buffer v0.12.1 |
| 604 | 2026-08-15T19:58:57.340Z | Compiling multer v3.1.0 |
| 605 | 2026-08-15T19:58:57.401Z | Checking wait-timeout v0.2.1 |
| 606 | 2026-08-15T19:58:57.481Z | Checking thread_local v1.1.9 |
| 607 | 2026-08-15T19:58:57.514Z | Checking bit-vec v0.8.0 |
| 608 | 2026-08-15T19:58:57.545Z | Checking match_cfg v0.1.0 |
| 609 | 2026-08-15T19:58:57.605Z | Compiling regex-automata v0.4.14 |
| 610 | 2026-08-15T19:58:57.697Z | Checking allocator-api2 v0.2.21 |
| 611 | 2026-08-15T19:58:57.716Z | Compiling ref-cast v1.0.25 |
| 612 | 2026-08-15T19:58:57.832Z | Checking quick-error v1.2.3 |
| 613 | 2026-08-15T19:58:57.927Z | Compiling slog-async v2.8.0 |
| 614 | 2026-08-15T19:58:57.969Z | Checking foldhash v0.2.0 |
| 615 | 2026-08-15T19:58:58.015Z | Checking compression-core v0.4.31 |
| 616 | 2026-08-15T19:58:58.102Z | Checking winnow v1.0.3 |
| 617 | 2026-08-15T19:58:58.114Z | Checking const-oid v0.10.2 |
| 618 | 2026-08-15T19:58:58.130Z | Checking compression-codecs v0.4.37 |
| 619 | 2026-08-15T19:58:58.173Z | Checking hashbrown v0.16.1 |
| 620 | 2026-08-15T19:58:58.262Z | Checking digest v0.11.3 |
| 621 | 2026-08-15T19:58:58.330Z | Checking rusty-fork v0.3.1 |
| 622 | 2026-08-15T19:58:58.376Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 623 | 2026-08-15T19:58:58.403Z | Checking bit-set v0.8.0 |
| 624 | 2026-08-15T19:58:58.488Z | Checking hostname v0.3.1 |
| 625 | 2026-08-15T19:58:58.577Z | Checking crossbeam-channel v0.5.15 |
| 626 | 2026-08-15T19:58:58.586Z | Checking rand v0.9.2 |
| 627 | 2026-08-15T19:58:58.655Z | Compiling darling v0.23.0 |
| 628 | 2026-08-15T19:58:58.667Z | Checking rand_chacha v0.3.1 |
| 629 | 2026-08-15T19:58:58.847Z | Compiling usdt-attr-macro v0.6.0 |
| 630 | 2026-08-15T19:58:58.898Z | Compiling usdt-macro v0.6.0 |
| 631 | 2026-08-15T19:58:58.933Z | Checking slog-json v2.6.1 |
| 632 | 2026-08-15T19:58:59.038Z | Checking rand_xorshift v0.4.0 |
| 633 | 2026-08-15T19:58:59.079Z | Compiling derive-ex v0.1.8 |
| 634 | 2026-08-15T19:58:59.145Z | Checking futures-executor v0.3.32 |
| 635 | 2026-08-15T19:58:59.284Z | Compiling regex v1.12.3 |
| 636 | 2026-08-15T19:58:59.295Z | Compiling dropshot v0.17.1 |
| 637 | 2026-08-15T19:58:59.515Z | Compiling async-trait v0.1.89 |
| 638 | 2026-08-15T19:58:59.539Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 639 | 2026-08-15T19:58:59.542Z | Compiling ref-cast-impl v1.0.25 |
| 640 | 2026-08-15T19:58:59.604Z | Compiling async-stream-impl v0.3.6 |
| 641 | 2026-08-15T19:58:59.674Z | Checking serde_spanned v1.1.1 |
| 642 | 2026-08-15T19:58:59.796Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 643 | 2026-08-15T19:58:59.974Z | Checking is-terminal v0.4.17 |
| 644 | 2026-08-15T19:58:59.989Z | Checking memmap2 v0.9.10 |
| 645 | 2026-08-15T19:59:00.058Z | Checking encoding_rs v0.8.35 |
| 646 | 2026-08-15T19:59:00.114Z | Checking term v1.2.1 |
| 647 | 2026-08-15T19:59:00.140Z | Checking unarray v0.1.4 |
| 648 | 2026-08-15T19:59:00.152Z | Checking cpufeatures v0.3.0 |
| 649 | 2026-08-15T19:59:00.203Z | Checking take_mut v0.2.2 |
| 650 | 2026-08-15T19:59:00.214Z | Checking mime v0.3.17 |
| 651 | 2026-08-15T19:59:00.233Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 652 | 2026-08-15T19:59:00.296Z | Checking spin v0.9.8 |
| 653 | 2026-08-15T19:59:00.373Z | Compiling anyhow v1.0.104 |
| 654 | 2026-08-15T19:59:00.395Z | Checking hex v0.4.3 |
| 655 | 2026-08-15T19:59:00.407Z | Checking toml v1.1.2+spec-1.1.0 |
| 656 | 2026-08-15T19:59:00.447Z | Checking slog-term v2.9.2 |
| 657 | 2026-08-15T19:59:00.595Z | Checking byte-wrapper v0.1.0 |
| 658 | 2026-08-15T19:59:00.595Z | Compiling dropshot_endpoint v0.17.1 |
| 659 | 2026-08-15T19:59:00.618Z | Compiling test-strategy v0.4.5 |
| 660 | 2026-08-15T19:59:00.751Z | Checking proptest v1.11.0 |
| 661 | 2026-08-15T19:59:00.849Z | Checking sha1 v0.11.0 |
| 662 | 2026-08-15T19:59:00.874Z | Checking async-stream v0.3.6 |
| 663 | 2026-08-15T19:59:00.972Z | Compiling parse-display-derive v0.10.0 |
| 664 | 2026-08-15T19:59:00.991Z | Checking usdt v0.6.0 |
| 665 | 2026-08-15T19:59:01.097Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 666 | 2026-08-15T19:59:01.199Z | Checking atomicwrites v0.4.4 |
| 667 | 2026-08-15T19:59:01.228Z | Checking futures v0.3.32 |
| 668 | 2026-08-15T19:59:01.300Z | Checking slog-bunyan v2.5.0 |
| 669 | 2026-08-15T19:59:01.310Z | Checking rand v0.8.6 |
| 670 | 2026-08-15T19:59:01.403Z | Compiling serde_with_macros v3.21.0 |
| 671 | 2026-08-15T19:59:01.406Z | Checking async-compression v0.4.41 |
| 672 | 2026-08-15T19:59:01.768Z | Compiling newtype-uuid-macros v0.1.0 |
| 673 | 2026-08-15T19:59:01.813Z | Checking openapiv3 v2.2.0 |
| 674 | 2026-08-15T19:59:01.922Z | Compiling strum_macros v0.27.2 |
| 675 | 2026-08-15T19:59:02.175Z | Checking backon v1.6.0 |
| 676 | 2026-08-15T19:59:02.330Z | Checking waitgroup v0.1.2 |
| 677 | 2026-08-15T19:59:02.364Z | Checking rustls-pemfile v2.2.0 |
| 678 | 2026-08-15T19:59:02.421Z | Checking serde_path_to_error v0.1.20 |
| 679 | 2026-08-15T19:59:02.445Z | Checking hostname v0.4.2 |
| 680 | 2026-08-15T19:59:02.457Z | Checking instant v0.1.13 |
| 681 | 2026-08-15T19:59:02.493Z | Checking either v1.15.0 |
| 682 | 2026-08-15T19:59:02.510Z | Checking debug-ignore v1.0.5 |
| 683 | 2026-08-15T19:59:02.529Z | Checking backoff v0.4.0 |
| 684 | 2026-08-15T19:59:02.532Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 685 | 2026-08-15T19:59:02.599Z | Checking serde_with v3.21.0 |
| 686 | 2026-08-15T19:59:02.663Z | Checking itertools v0.14.0 |
| 687 | 2026-08-15T19:59:02.680Z | Checking parse-display v0.10.0 |
| 688 | 2026-08-15T19:59:02.683Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 689 | 2026-08-15T19:59:02.817Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 690 | 2026-08-15T19:59:02.951Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 691 | 2026-08-15T19:59:03.031Z | Checking iddqd v0.4.2 |
| 692 | 2026-08-15T19:59:03.201Z | Checking regress v0.10.5 |
| 693 | 2026-08-15T19:59:03.291Z | Checking macaddr v1.0.1 |
| 694 | 2026-08-15T19:59:03.439Z | Checking humantime v2.3.0 |
| 695 | 2026-08-15T19:59:03.680Z | Checking strum v0.27.2 |
| 696 | 2026-08-15T19:59:08.024Z | Checking rustls-webpki v0.103.13 |
| 697 | 2026-08-15T19:59:10.172Z | Checking tokio-rustls v0.26.4 |
| 698 | 2026-08-15T19:59:10.172Z | Checking rustls-platform-verifier v0.6.2 |
| 699 | 2026-08-15T19:59:10.345Z | Checking hyper-rustls v0.27.7 |
| 700 | 2026-08-15T19:59:10.489Z | Checking reqwest v0.13.2 |
| 701 | 2026-08-15T19:59:11.040Z | Checking progenitor-client v0.14.0 |
| 702 | 2026-08-15T19:59:11.221Z | Checking progenitor-extras v0.2.0 |
| 703 | 2026-08-15T19:59:11.977Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 704 | 2026-08-15T19:59:14.775Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 705 | 2026-08-15T19:59:14.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.60s |
| 706 | 2026-08-15T19:59:14.946Z | + cargo build --release |
| 707 | 2026-08-15T19:59:15.126Z | Compiling proc-macro2 v1.0.106 |
| 708 | 2026-08-15T19:59:15.126Z | Compiling quote v1.0.45 |
| 709 | 2026-08-15T19:59:15.126Z | Compiling unicode-ident v1.0.24 |
| 710 | 2026-08-15T19:59:15.126Z | Compiling libc v0.2.185 |
| 711 | 2026-08-15T19:59:15.126Z | Compiling cfg-if v1.0.4 |
| 712 | 2026-08-15T19:59:15.155Z | Compiling serde_core v1.0.228 |
| 713 | 2026-08-15T19:59:15.155Z | Compiling memchr v2.8.0 |
| 714 | 2026-08-15T19:59:15.155Z | Compiling itoa v1.0.17 |
| 715 | 2026-08-15T19:59:15.245Z | Compiling zmij v1.0.21 |
| 716 | 2026-08-15T19:59:15.306Z | Compiling serde v1.0.228 |
| 717 | 2026-08-15T19:59:15.382Z | Compiling serde_json v1.0.151 |
| 718 | 2026-08-15T19:59:15.468Z | Compiling pin-project-lite v0.2.17 |
| 719 | 2026-08-15T19:59:15.556Z | Compiling smallvec v1.15.1 |
| 720 | 2026-08-15T19:59:15.589Z | Compiling futures-core v0.3.32 |
| 721 | 2026-08-15T19:59:15.740Z | Compiling bytes v1.11.1 |
| 722 | 2026-08-15T19:59:15.904Z | Compiling once_cell v1.21.3 |
| 723 | 2026-08-15T19:59:16.036Z | Compiling errno v0.3.14 |
| 724 | 2026-08-15T19:59:16.133Z | Compiling parking_lot_core v0.9.12 |
| 725 | 2026-08-15T19:59:16.187Z | Compiling scopeguard v1.2.0 |
| 726 | 2026-08-15T19:59:16.241Z | Compiling getrandom v0.4.3 |
| 727 | 2026-08-15T19:59:16.269Z | Compiling lock_api v0.4.14 |
| 728 | 2026-08-15T19:59:16.287Z | Compiling syn v2.0.117 |
| 729 | 2026-08-15T19:59:16.311Z | Compiling jobserver v0.1.34 |
| 730 | 2026-08-15T19:59:16.354Z | Compiling shlex v1.3.0 |
| 731 | 2026-08-15T19:59:16.507Z | Compiling find-msvc-tools v0.1.9 |
| 732 | 2026-08-15T19:59:16.538Z | Compiling signal-hook-registry v1.4.8 |
| 733 | 2026-08-15T19:59:16.600Z | Compiling parking_lot v0.12.5 |
| 734 | 2026-08-15T19:59:16.610Z | Compiling mio v1.2.0 |
| 735 | 2026-08-15T19:59:16.665Z | Compiling cc v1.2.56 |
| 736 | 2026-08-15T19:59:16.718Z | Compiling socket2 v0.6.3 |
| 737 | 2026-08-15T19:59:16.760Z | Compiling futures-sink v0.3.32 |
| 738 | 2026-08-15T19:59:16.861Z | Compiling autocfg v1.5.0 |
| 739 | 2026-08-15T19:59:16.951Z | Compiling stable_deref_trait v1.2.1 |
| 740 | 2026-08-15T19:59:17.021Z | Compiling thiserror v2.0.18 |
| 741 | 2026-08-15T19:59:17.191Z | Compiling num-traits v0.2.19 |
| 742 | 2026-08-15T19:59:17.268Z | Compiling dunce v1.0.5 |
| 743 | 2026-08-15T19:59:17.352Z | Compiling fs_extra v1.3.0 |
| 744 | 2026-08-15T19:59:17.415Z | Compiling cmake v0.1.57 |
| 745 | 2026-08-15T19:59:17.516Z | Compiling slab v0.4.12 |
| 746 | 2026-08-15T19:59:17.564Z | Compiling zerocopy v0.8.56 |
| 747 | 2026-08-15T19:59:17.698Z | Compiling futures-channel v0.3.32 |
| 748 | 2026-08-15T19:59:17.726Z | Compiling equivalent v1.0.2 |
| 749 | 2026-08-15T19:59:17.809Z | Compiling zeroize v1.9.0 |
| 750 | 2026-08-15T19:59:17.904Z | Compiling http v1.4.2 |
| 751 | 2026-08-15T19:59:17.923Z | Compiling aws-lc-sys v0.40.0 |
| 752 | 2026-08-15T19:59:17.930Z | Compiling ucd-trie v0.1.7 |
| 753 | 2026-08-15T19:59:17.989Z | Compiling rustversion v1.0.22 |
| 754 | 2026-08-15T19:59:18.140Z | Compiling log v0.4.33 |
| 755 | 2026-08-15T19:59:18.319Z | Compiling aws-lc-rs v1.16.3 |
| 756 | 2026-08-15T19:59:18.357Z | Compiling futures-task v0.3.32 |
| 757 | 2026-08-15T19:59:18.521Z | Compiling futures-io v0.3.32 |
| 758 | 2026-08-15T19:59:18.612Z | Compiling iana-time-zone v0.1.65 |
| 759 | 2026-08-15T19:59:18.615Z | Compiling bitflags v2.11.0 |
| 760 | 2026-08-15T19:59:18.780Z | Compiling pest v2.8.6 |
| 761 | 2026-08-15T19:59:18.897Z | Compiling rustls-pki-types v1.14.0 |
| 762 | 2026-08-15T19:59:19.009Z | Compiling fnv v1.0.7 |
| 763 | 2026-08-15T19:59:19.104Z | Compiling synstructure v0.13.2 |
| 764 | 2026-08-15T19:59:19.566Z | Compiling serde_derive_internals v0.29.1 |
| 765 | 2026-08-15T19:59:19.722Z | Compiling schemars v0.8.22 |
| 766 | 2026-08-15T19:59:19.725Z | Compiling uuid v1.23.4 |
| 767 | 2026-08-15T19:59:19.895Z | Compiling pest_meta v2.8.6 |
| 768 | 2026-08-15T19:59:19.956Z | Compiling semver v1.0.28 |
| 769 | 2026-08-15T19:59:19.963Z | Compiling writeable v0.6.2 |
| 770 | 2026-08-15T19:59:20.177Z | Compiling httparse v1.10.1 |
| 771 | 2026-08-15T19:59:20.211Z | Compiling serde_derive v1.0.228 |
| 772 | 2026-08-15T19:59:20.249Z | Compiling zerocopy-derive v0.8.56 |
| 773 | 2026-08-15T19:59:20.272Z | Compiling zerofrom-derive v0.1.6 |
| 774 | 2026-08-15T19:59:20.324Z | Compiling tokio-macros v2.7.0 |
| 775 | 2026-08-15T19:59:20.497Z | Compiling yoke-derive v0.8.1 |
| 776 | 2026-08-15T19:59:20.579Z | Compiling thiserror-impl v2.0.18 |
| 777 | 2026-08-15T19:59:21.034Z | Compiling tokio v1.52.1 |
| 778 | 2026-08-15T19:59:21.074Z | Compiling zerovec-derive v0.11.2 |
| 779 | 2026-08-15T19:59:21.410Z | Compiling zerofrom v0.1.6 |
| 780 | 2026-08-15T19:59:21.482Z | Compiling displaydoc v0.2.5 |
| 781 | 2026-08-15T19:59:21.523Z | Compiling yoke v0.8.1 |
| 782 | 2026-08-15T19:59:21.703Z | Compiling futures-macro v0.3.32 |
| 783 | 2026-08-15T19:59:21.754Z | Compiling schemars_derive v0.8.22 |
| 784 | 2026-08-15T19:59:22.114Z | Compiling zerovec v0.11.5 |
| 785 | 2026-08-15T19:59:22.201Z | Compiling hashbrown v0.17.0 |
| 786 | 2026-08-15T19:59:22.494Z | Compiling futures-util v0.3.32 |
| 787 | 2026-08-15T19:59:22.678Z | Compiling tinystr v0.8.2 |
| 788 | 2026-08-15T19:59:22.880Z | Compiling dyn-clone v1.0.20 |
| 789 | 2026-08-15T19:59:22.917Z | Compiling litemap v0.8.1 |
| 790 | 2026-08-15T19:59:23.007Z | Compiling indexmap v2.14.0 |
| 791 | 2026-08-15T19:59:23.101Z | Compiling icu_locale_core v2.1.1 |
| 792 | 2026-08-15T19:59:23.321Z | Compiling chrono v0.4.45 |
| 793 | 2026-08-15T19:59:23.417Z | Compiling potential_utf v0.1.4 |
| 794 | 2026-08-15T19:59:23.589Z | Compiling zerotrie v0.2.3 |
| 795 | 2026-08-15T19:59:23.832Z | Compiling pest_generator v2.8.6 |
| 796 | 2026-08-15T19:59:23.997Z | Compiling slog v2.8.2 |
| 797 | 2026-08-15T19:59:24.210Z | Compiling http-body v1.0.1 |
| 798 | 2026-08-15T19:59:24.358Z | Compiling tracing-core v0.1.36 |
| 799 | 2026-08-15T19:59:24.814Z | Compiling rustls v0.23.41 |
| 800 | 2026-08-15T19:59:25.016Z | Compiling atomic-waker v1.1.2 |
| 801 | 2026-08-15T19:59:25.108Z | Compiling percent-encoding v2.3.2 |
| 802 | 2026-08-15T19:59:25.140Z | Compiling icu_normalizer_data v2.1.1 |
| 803 | 2026-08-15T19:59:25.351Z | Compiling untrusted v0.9.0 |
| 804 | 2026-08-15T19:59:25.357Z | Compiling icu_properties_data v2.1.2 |
| 805 | 2026-08-15T19:59:25.372Z | Compiling tokio-util v0.7.18 |
| 806 | 2026-08-15T19:59:25.379Z | Compiling tracing v0.1.44 |
| 807 | 2026-08-15T19:59:25.467Z | Compiling pest_derive v2.8.6 |
| 808 | 2026-08-15T19:59:25.706Z | Compiling icu_provider v2.1.1 |
| 809 | 2026-08-15T19:59:25.979Z | Compiling icu_collections v2.1.1 |
| 810 | 2026-08-15T19:59:26.031Z | Compiling erased-serde v0.3.31 |
| 811 | 2026-08-15T19:59:26.465Z | Compiling try-lock v0.2.5 |
| 812 | 2026-08-15T19:59:26.477Z | Compiling subtle v2.6.1 |
| 813 | 2026-08-15T19:59:26.572Z | Compiling tower-service v0.3.3 |
| 814 | 2026-08-15T19:59:26.619Z | Compiling fastrand v2.3.0 |
| 815 | 2026-08-15T19:59:26.619Z | Compiling rustix v1.1.4 |
| 816 | 2026-08-15T19:59:26.658Z | Compiling tower-layer v0.3.3 |
| 817 | 2026-08-15T19:59:26.682Z | Compiling getrandom v0.3.4 |
| 818 | 2026-08-15T19:59:26.841Z | Compiling want v0.3.1 |
| 819 | 2026-08-15T19:59:27.103Z | Compiling h2 v0.4.15 |
| 820 | 2026-08-15T19:59:27.186Z | Compiling ppv-lite86 v0.2.21 |
| 821 | 2026-08-15T19:59:27.224Z | Compiling serde_tokenstream v0.2.3 |
| 822 | 2026-08-15T19:59:27.244Z | Compiling httpdate v1.0.3 |
| 823 | 2026-08-15T19:59:27.509Z | Compiling paste v1.0.15 |
| 824 | 2026-08-15T19:59:27.557Z | Compiling icu_properties v2.1.2 |
| 825 | 2026-08-15T19:59:27.604Z | Compiling icu_normalizer v2.1.1 |
| 826 | 2026-08-15T19:59:28.986Z | Compiling form_urlencoded v1.2.2 |
| 827 | 2026-08-15T19:59:29.108Z | Compiling scroll_derive v0.13.1 |
| 828 | 2026-08-15T19:59:29.143Z | Compiling structmeta-derive v0.3.0 |
| 829 | 2026-08-15T19:59:29.515Z | Compiling ipnet v2.12.1 |
| 830 | 2026-08-15T19:59:29.570Z | Compiling hyper v1.10.1 |
| 831 | 2026-08-15T19:59:29.915Z | Compiling typenum v1.20.1 |
| 832 | 2026-08-15T19:59:30.177Z | Compiling heck v0.5.0 |
| 833 | 2026-08-15T19:59:30.368Z | Compiling powerfmt v0.2.0 |
| 834 | 2026-08-15T19:59:30.616Z | Compiling omicron-workspace-hack v0.1.0 |
| 835 | 2026-08-15T19:59:30.682Z | Compiling usdt-impl v0.6.0 |
| 836 | 2026-08-15T19:59:30.725Z | Compiling crc32fast v1.5.0 |
| 837 | 2026-08-15T19:59:30.820Z | Compiling time-core v0.1.8 |
| 838 | 2026-08-15T19:59:30.920Z | Compiling num-conv v0.2.0 |
| 839 | 2026-08-15T19:59:30.964Z | Compiling base64 v0.22.1 |
| 840 | 2026-08-15T19:59:31.005Z | Compiling version_check v0.9.5 |
| 841 | 2026-08-15T19:59:31.034Z | Compiling time-macros v0.2.27 |
| 842 | 2026-08-15T19:59:31.260Z | Compiling hyper-util v0.1.20 |
| 843 | 2026-08-15T19:59:31.447Z | Compiling dof v0.4.0 |
| 844 | 2026-08-15T19:59:31.601Z | Compiling hybrid-array v0.4.13 |
| 845 | 2026-08-15T19:59:31.992Z | Compiling deranged v0.5.8 |
| 846 | 2026-08-15T19:59:32.070Z | Compiling structmeta v0.3.0 |
| 847 | 2026-08-15T19:59:32.145Z | Compiling scroll v0.13.0 |
| 848 | 2026-08-15T19:59:32.438Z | Compiling rand_core v0.9.5 |
| 849 | 2026-08-15T19:59:32.688Z | Compiling tempfile v3.27.0 |
| 850 | 2026-08-15T19:59:33.097Z | Compiling idna_adapter v1.2.1 |
| 851 | 2026-08-15T19:59:33.261Z | Compiling dtrace-parser v0.3.0 |
| 852 | 2026-08-15T19:59:33.530Z | Compiling ipnetwork v0.21.1 |
| 853 | 2026-08-15T19:59:33.588Z | Compiling thread-id v5.1.0 |
| 854 | 2026-08-15T19:59:33.663Z | Compiling sync_wrapper v1.0.2 |
| 855 | 2026-08-15T19:59:33.743Z | Compiling ident_case v1.0.1 |
| 856 | 2026-08-15T19:59:33.765Z | Compiling ryu v1.0.23 |
| 857 | 2026-08-15T19:59:33.813Z | Compiling regex-syntax v0.8.10 |
| 858 | 2026-08-15T19:59:33.855Z | Compiling simd-adler32 v0.3.8 |
| 859 | 2026-08-15T19:59:34.045Z | Compiling plain v0.2.3 |
| 860 | 2026-08-15T19:59:34.146Z | Compiling strsim v0.11.1 |
| 861 | 2026-08-15T19:59:34.153Z | Compiling openssl-probe v0.2.1 |
| 862 | 2026-08-15T19:59:34.369Z | Compiling byteorder v1.5.0 |
| 863 | 2026-08-15T19:59:34.384Z | Compiling adler2 v2.0.1 |
| 864 | 2026-08-15T19:59:34.419Z | Compiling utf8_iter v1.0.4 |
| 865 | 2026-08-15T19:59:34.534Z | Compiling crossbeam-utils v0.8.21 |
| 866 | 2026-08-15T19:59:34.571Z | Compiling num_threads v0.1.7 |
| 867 | 2026-08-15T19:59:34.655Z | Compiling time v0.3.47 |
| 868 | 2026-08-15T19:59:34.694Z | Compiling idna v1.1.0 |
| 869 | 2026-08-15T19:59:34.827Z | Compiling miniz_oxide v0.8.9 |
| 870 | 2026-08-15T19:59:35.079Z | Compiling darling_core v0.23.0 |
| 871 | 2026-08-15T19:59:35.395Z | Compiling rustls-native-certs v0.8.3 |
| 872 | 2026-08-15T19:59:36.138Z | Compiling goblin v0.10.5 |
| 873 | 2026-08-15T19:59:36.184Z | Compiling serde_urlencoded v0.7.1 |
| 874 | 2026-08-15T19:59:36.453Z | Compiling oxnet v0.1.6 |
| 875 | 2026-08-15T19:59:36.477Z | Compiling tower v0.5.3 |
| 876 | 2026-08-15T19:59:36.996Z | Compiling newtype-uuid v1.3.2 |
| 877 | 2026-08-15T19:59:37.036Z | Compiling http-body-util v0.1.3 |
| 878 | 2026-08-15T19:59:37.096Z | Compiling daft-derive v0.1.7 |
| 879 | 2026-08-15T19:59:37.160Z | Compiling aho-corasick v1.1.4 |
| 880 | 2026-08-15T19:59:37.292Z | Compiling getrandom v0.2.17 |
| 881 | 2026-08-15T19:59:37.503Z | Compiling pretty-hex v0.4.1 |
| 882 | 2026-08-15T19:59:37.635Z | Compiling rustix v0.38.44 |
| 883 | 2026-08-15T19:59:37.824Z | Compiling iri-string v0.7.10 |
| 884 | 2026-08-15T19:59:37.968Z | Compiling camino v1.2.5 |
| 885 | 2026-08-15T19:59:38.548Z | Compiling daft v0.1.7 |
| 886 | 2026-08-15T19:59:38.562Z | Compiling rand_core v0.6.4 |
| 887 | 2026-08-15T19:59:38.598Z | Compiling darling_macro v0.23.0 |
| 888 | 2026-08-15T19:59:38.805Z | Compiling flate2 v1.1.9 |
| 889 | 2026-08-15T19:59:39.339Z | Compiling regex-automata v0.4.14 |
| 890 | 2026-08-15T19:59:40.325Z | Compiling tower-http v0.6.8 |
| 891 | 2026-08-15T19:59:41.105Z | Compiling url v2.5.8 |
| 892 | 2026-08-15T19:59:41.724Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-08-15T19:59:41.881Z | Compiling block-buffer v0.12.1 |
| 894 | 2026-08-15T19:59:41.921Z | Compiling crypto-common v0.2.2 |
| 895 | 2026-08-15T19:59:42.053Z | Compiling multer v3.1.0 |
| 896 | 2026-08-15T19:59:42.276Z | Compiling wait-timeout v0.2.1 |
| 897 | 2026-08-15T19:59:42.749Z | Compiling thread_local v1.1.9 |
| 898 | 2026-08-15T19:59:43.010Z | Compiling compression-core v0.4.31 |
| 899 | 2026-08-15T19:59:43.077Z | Compiling bit-vec v0.8.0 |
| 900 | 2026-08-15T19:59:43.193Z | Compiling slog-async v2.8.0 |
| 901 | 2026-08-15T19:59:43.358Z | Compiling const-oid v0.10.2 |
| 902 | 2026-08-15T19:59:43.416Z | Compiling match_cfg v0.1.0 |
| 903 | 2026-08-15T19:59:43.469Z | Compiling winnow v1.0.3 |
| 904 | 2026-08-15T19:59:43.477Z | Compiling quick-error v1.2.3 |
| 905 | 2026-08-15T19:59:43.491Z | Compiling foldhash v0.2.0 |
| 906 | 2026-08-15T19:59:43.575Z | Compiling ref-cast v1.0.25 |
| 907 | 2026-08-15T19:59:43.645Z | Compiling allocator-api2 v0.2.21 |
| 908 | 2026-08-15T19:59:43.767Z | Compiling rusty-fork v0.3.1 |
| 909 | 2026-08-15T19:59:43.889Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 910 | 2026-08-15T19:59:43.907Z | Compiling digest v0.11.3 |
| 911 | 2026-08-15T19:59:44.031Z | Compiling hashbrown v0.16.1 |
| 912 | 2026-08-15T19:59:44.124Z | Compiling hostname v0.3.1 |
| 913 | 2026-08-15T19:59:44.758Z | Compiling bit-set v0.8.0 |
| 914 | 2026-08-15T19:59:44.943Z | Compiling compression-codecs v0.4.37 |
| 915 | 2026-08-15T19:59:45.232Z | Compiling rand v0.9.2 |
| 916 | 2026-08-15T19:59:45.304Z | Compiling crossbeam-channel v0.5.15 |
| 917 | 2026-08-15T19:59:45.959Z | Compiling regex v1.12.3 |
| 918 | 2026-08-15T19:59:45.985Z | Compiling darling v0.23.0 |
| 919 | 2026-08-15T19:59:46.063Z | Compiling rand_chacha v0.3.1 |
| 920 | 2026-08-15T19:59:47.257Z | Compiling slog-json v2.6.1 |
| 921 | 2026-08-15T19:59:47.514Z | Compiling usdt-attr-macro v0.6.0 |
| 922 | 2026-08-15T19:59:47.535Z | Compiling usdt-macro v0.6.0 |
| 923 | 2026-08-15T19:59:47.616Z | Compiling rand_xorshift v0.4.0 |
| 924 | 2026-08-15T19:59:47.757Z | Compiling derive-ex v0.1.8 |
| 925 | 2026-08-15T19:59:47.765Z | Compiling dropshot v0.17.1 |
| 926 | 2026-08-15T19:59:48.002Z | Compiling futures-executor v0.3.32 |
| 927 | 2026-08-15T19:59:48.214Z | Compiling ref-cast-impl v1.0.25 |
| 928 | 2026-08-15T19:59:48.240Z | Compiling async-stream-impl v0.3.6 |
| 929 | 2026-08-15T19:59:48.497Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 930 | 2026-08-15T19:59:48.601Z | Compiling async-trait v0.1.89 |
| 931 | 2026-08-15T19:59:48.803Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 932 | 2026-08-15T19:59:48.863Z | Compiling serde_spanned v1.1.1 |
| 933 | 2026-08-15T19:59:48.964Z | Compiling is-terminal v0.4.17 |
| 934 | 2026-08-15T19:59:49.001Z | Compiling memmap2 v0.9.10 |
| 935 | 2026-08-15T19:59:49.054Z | Compiling encoding_rs v0.8.35 |
| 936 | 2026-08-15T19:59:49.212Z | Compiling take_mut v0.2.2 |
| 937 | 2026-08-15T19:59:49.284Z | Compiling cpufeatures v0.3.0 |
| 938 | 2026-08-15T19:59:49.310Z | Compiling anyhow v1.0.104 |
| 939 | 2026-08-15T19:59:49.315Z | Compiling mime v0.3.17 |
| 940 | 2026-08-15T19:59:49.349Z | Compiling spin v0.9.8 |
| 941 | 2026-08-15T19:59:49.465Z | Compiling unarray v0.1.4 |
| 942 | 2026-08-15T19:59:49.563Z | Compiling hex v0.4.3 |
| 943 | 2026-08-15T19:59:49.578Z | Compiling term v1.2.1 |
| 944 | 2026-08-15T19:59:49.782Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 945 | 2026-08-15T19:59:49.844Z | Compiling byte-wrapper v0.1.0 |
| 946 | 2026-08-15T19:59:49.904Z | Compiling dropshot_endpoint v0.17.1 |
| 947 | 2026-08-15T19:59:50.060Z | Compiling toml v1.1.2+spec-1.1.0 |
| 948 | 2026-08-15T19:59:51.532Z | Compiling slog-term v2.9.2 |
| 949 | 2026-08-15T19:59:51.741Z | Compiling proptest v1.11.0 |
| 950 | 2026-08-15T19:59:51.768Z | Compiling sha1 v0.11.0 |
| 951 | 2026-08-15T19:59:52.189Z | Compiling test-strategy v0.4.5 |
| 952 | 2026-08-15T19:59:53.328Z | Compiling usdt v0.6.0 |
| 953 | 2026-08-15T19:59:53.511Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 954 | 2026-08-15T19:59:53.655Z | Compiling async-stream v0.3.6 |
| 955 | 2026-08-15T19:59:53.951Z | Compiling futures v0.3.32 |
| 956 | 2026-08-15T19:59:54.075Z | Compiling slog-bunyan v2.5.0 |
| 957 | 2026-08-15T19:59:54.088Z | Compiling atomicwrites v0.4.4 |
| 958 | 2026-08-15T19:59:54.251Z | Compiling parse-display-derive v0.10.0 |
| 959 | 2026-08-15T19:59:54.365Z | Compiling rand v0.8.6 |
| 960 | 2026-08-15T19:59:54.596Z | Compiling serde_with_macros v3.21.0 |
| 961 | 2026-08-15T19:59:55.136Z | Compiling async-compression v0.4.41 |
| 962 | 2026-08-15T19:59:55.576Z | Compiling strum_macros v0.27.2 |
| 963 | 2026-08-15T19:59:55.603Z | Compiling newtype-uuid-macros v0.1.0 |
| 964 | 2026-08-15T19:59:55.691Z | Compiling backon v1.6.0 |
| 965 | 2026-08-15T19:59:55.757Z | Compiling waitgroup v0.1.2 |
| 966 | 2026-08-15T19:59:55.903Z | Compiling openapiv3 v2.2.0 |
| 967 | 2026-08-15T19:59:55.919Z | Compiling rustls-pemfile v2.2.0 |
| 968 | 2026-08-15T19:59:55.930Z | Compiling serde_path_to_error v0.1.20 |
| 969 | 2026-08-15T19:59:56.189Z | Compiling hostname v0.4.2 |
| 970 | 2026-08-15T19:59:56.339Z | Compiling instant v0.1.13 |
| 971 | 2026-08-15T19:59:56.366Z | Compiling either v1.15.0 |
| 972 | 2026-08-15T19:59:56.376Z | Compiling debug-ignore v1.0.5 |
| 973 | 2026-08-15T19:59:56.443Z | Compiling backoff v0.4.0 |
| 974 | 2026-08-15T19:59:56.473Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 975 | 2026-08-15T19:59:56.583Z | Compiling itertools v0.14.0 |
| 976 | 2026-08-15T19:59:56.641Z | Compiling parse-display v0.10.0 |
| 977 | 2026-08-15T19:59:57.376Z | Compiling strum v0.27.2 |
| 978 | 2026-08-15T19:59:57.502Z | Compiling serde_with v3.21.0 |
| 979 | 2026-08-15T19:59:57.505Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 980 | 2026-08-15T19:59:57.801Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 981 | 2026-08-15T19:59:58.143Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 982 | 2026-08-15T19:59:58.146Z | Compiling iddqd v0.4.2 |
| 983 | 2026-08-15T19:59:58.596Z | Compiling regress v0.10.5 |
| 984 | 2026-08-15T19:59:59.003Z | Compiling macaddr v1.0.1 |
| 985 | 2026-08-15T19:59:59.129Z | Compiling humantime v2.3.0 |
| 986 | 2026-08-15T20:00:05.743Z | Compiling rustls-webpki v0.103.13 |
| 987 | 2026-08-15T20:00:09.027Z | Compiling tokio-rustls v0.26.4 |
| 988 | 2026-08-15T20:00:09.027Z | Compiling rustls-platform-verifier v0.6.2 |
| 989 | 2026-08-15T20:00:09.290Z | Compiling hyper-rustls v0.27.7 |
| 990 | 2026-08-15T20:00:09.556Z | Compiling reqwest v0.13.2 |
| 991 | 2026-08-15T20:00:11.837Z | Compiling progenitor-client v0.14.0 |
| 992 | 2026-08-15T20:00:12.059Z | Compiling progenitor-extras v0.2.0 |
| 993 | 2026-08-15T20:00:12.882Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 994 | 2026-08-15T20:00:16.658Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 995 | 2026-08-15T20:00:20.042Z | Finished `release` profile [optimized] target(s) in 1m 05s |
| 996 | 2026-08-15T20:00:20.102Z | process exited: duration 103332 ms, exit code 0 |
| |
| 997 | 2026-08-15T20:00:20.110Z | found 0 output files |