|
|
|
| 1 | 2026-08-25T00:36:37.873Z | job assigned to worker 01M0V5GDXCYAJ3Q7VP2S9B3QNN [factory aws, i-096c9c6af6fb32398] (queued for 55 s) |
| |
| 2 | 2026-08-25T00:36:44.635Z | starting task 0: "setup" |
| 3 | 2026-08-25T00:36:44.650Z | ++ uname -s |
| 4 | 2026-08-25T00:36:44.650Z | + kern=SunOS |
| 5 | 2026-08-25T00:36:44.650Z | + build_user=build |
| 6 | 2026-08-25T00:36:44.650Z | + build_uid=12345 |
| 7 | 2026-08-25T00:36:44.650Z | + work_dir=/work |
| 8 | 2026-08-25T00:36:44.651Z | + input_dir=/input |
| 9 | 2026-08-25T00:36:44.651Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T00:36:44.651Z | + case "$kern" in |
| 11 | 2026-08-25T00:36:44.651Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T00:36:44.651Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T00:36:46.721Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T00:36:46.746Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T00:36:46.746Z | + home_fs=zfs |
| 16 | 2026-08-25T00:36:46.746Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T00:36:46.747Z | + mkdir -p /home/build |
| 18 | 2026-08-25T00:36:46.747Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T00:36:48.721Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T00:36:48.734Z | process exited: duration 4083 ms, exit code 0 |
| |
| 21 | 2026-08-25T00:36:48.753Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T00:36:48.773Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T00:36:48.773Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T00:36:48.773Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-25T00:36:48.773Z | * rust toolchain profile = "default" |
| 26 | 2026-08-25T00:36:48.773Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T00:36:48.773Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T00:36:48.774Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T00:36:48.774Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T00:36:48.837Z | info: downloading installer |
| 31 | 2026-08-25T00:36:51.585Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T00:36:51.585Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T00:36:51.586Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T00:36:51.586Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T00:36:51.704Z | info: profile set to default |
| 36 | 2026-08-25T00:36:51.704Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T00:36:51.705Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T00:36:51.705Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T00:36:51.705Z | info: downloading 6 components |
| 40 | 2026-08-25T00:37:04.350Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T00:37:04.350Z | |
| 42 | 2026-08-25T00:37:04.377Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T00:37:04.378Z | |
| 44 | 2026-08-25T00:37:04.378Z | |
| 45 | 2026-08-25T00:37:04.378Z | Rust is installed now. Great! |
| 46 | 2026-08-25T00:37:04.378Z | |
| 47 | 2026-08-25T00:37:04.378Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T00:37:04.378Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T00:37:04.378Z | |
| 50 | 2026-08-25T00:37:04.378Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T00:37:04.378Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T00:37:04.378Z | |
| 53 | 2026-08-25T00:37:04.378Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T00:37:04.382Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T00:37:04.382Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T00:37:04.382Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T00:37:04.382Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T00:37:04.382Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T00:37:04.382Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T00:37:04.382Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T00:37:04.382Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T00:37:04.481Z | + rustup --version |
| 63 | 2026-08-25T00:37:04.490Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T00:37:04.494Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T00:37:04.510Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T00:37:04.514Z | + cargo --version |
| 67 | 2026-08-25T00:37:04.528Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T00:37:04.532Z | + rustc --version |
| 69 | 2026-08-25T00:37:04.549Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T00:37:04.552Z | process exited: duration 15799 ms, exit code 0 |
| |
| 71 | 2026-08-25T00:37:04.558Z | starting task 2: "authentication" |
| 72 | 2026-08-25T00:37:04.572Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T00:37:26.617Z | process exited: duration 22058 ms, exit code 0 |
| |
| 74 | 2026-08-25T00:37:26.623Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T00:37:26.627Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-08-25T00:37:26.630Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-08-25T00:37:26.660Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-08-25T00:37:38.622Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-08-25T00:37:38.622Z | + git fetch origin 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d |
| 80 | 2026-08-25T00:37:38.966Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-08-25T00:37:38.967Z | * branch 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d -> FETCH_HEAD |
| 82 | 2026-08-25T00:37:38.972Z | + [[ -n '' ]] |
| 83 | 2026-08-25T00:37:38.972Z | + git reset --hard 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d |
| 84 | 2026-08-25T00:37:39.224Z | HEAD is now at 82b3aa3d9 [spr] initial version |
| 85 | 2026-08-25T00:37:39.228Z | process exited: duration 12602 ms, exit code 0 |
| |
| 86 | 2026-08-25T00:37:39.235Z | starting task 4: "build" |
| 87 | 2026-08-25T00:37:39.239Z | + source .github/buildomat/ci-env.sh |
| 88 | 2026-08-25T00:37:39.239Z | ++ export CARGO_TERM_COLOR=always |
| 89 | 2026-08-25T00:37:39.243Z | ++ CARGO_TERM_COLOR=always |
| 90 | 2026-08-25T00:37:39.243Z | +++ uname -s |
| 91 | 2026-08-25T00:37:39.243Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 92 | 2026-08-25T00:37:39.243Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 93 | 2026-08-25T00:37:39.244Z | + cargo --version |
| 94 | 2026-08-25T00:37:39.251Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 95 | 2026-08-25T00:37:39.256Z | + rustc --version |
| 96 | 2026-08-25T00:37:39.279Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 97 | 2026-08-25T00:37:39.293Z | + cd /tmp |
| 98 | 2026-08-25T00:37:39.293Z | + cargo new --lib test-project |
| 99 | 2026-08-25T00:37:39.299Z | Creating library `test-project` package |
| 100 | 2026-08-25T00:37:39.335Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 101 | 2026-08-25T00:37:39.354Z | + cd test-project |
| 102 | 2026-08-25T00:37:39.354Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 103 | 2026-08-25T00:37:39.379Z | Adding omicron-common (local) to dependencies |
| 104 | 2026-08-25T00:37:39.384Z | Features: |
| 105 | 2026-08-25T00:37:39.385Z | - proptest |
| 106 | 2026-08-25T00:37:39.385Z | - test-strategy |
| 107 | 2026-08-25T00:37:39.385Z | - testing |
| 108 | 2026-08-25T00:37:39.409Z | Updating crates.io index |
| 109 | 2026-08-25T00:37:39.409Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 110 | 2026-08-25T00:37:39.828Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 111 | 2026-08-25T00:37:42.166Z | Locking 377 packages to latest Rust 1.97.1 compatible versions |
| 112 | 2026-08-25T00:37:42.270Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 113 | 2026-08-25T00:37:42.274Z | + cargo check |
| 114 | 2026-08-25T00:37:42.379Z | Updating crates.io index |
| 115 | 2026-08-25T00:37:42.853Z | Locking 1 package to latest Rust 1.97.1 compatible version |
| 116 | 2026-08-25T00:37:42.853Z | Adding omicron-workspace-hack v0.1.0 |
| 117 | 2026-08-25T00:37:42.880Z | Downloading crates ... |
| 118 | 2026-08-25T00:37:42.934Z | Downloaded rand_pcg v0.10.2 |
| 119 | 2026-08-25T00:37:42.938Z | Downloaded rustls-native-certs v0.8.3 |
| 120 | 2026-08-25T00:37:42.938Z | Downloaded quote v1.0.45 |
| 121 | 2026-08-25T00:37:42.943Z | Downloaded rustls-platform-verifier v0.6.2 |
| 122 | 2026-08-25T00:37:42.947Z | Downloaded stable_deref_trait v1.2.1 |
| 123 | 2026-08-25T00:37:42.947Z | Downloaded structmeta-derive v0.3.0 |
| 124 | 2026-08-25T00:37:42.952Z | Downloaded quinn v0.11.11 |
| 125 | 2026-08-25T00:37:42.956Z | Downloaded hex v0.4.3 |
| 126 | 2026-08-25T00:37:42.956Z | Downloaded scroll_derive v0.13.1 |
| 127 | 2026-08-25T00:37:42.956Z | Downloaded adler2 v2.0.1 |
| 128 | 2026-08-25T00:37:42.961Z | Downloaded instant v0.1.13 |
| 129 | 2026-08-25T00:37:42.961Z | Downloaded rustc-hash v2.1.1 |
| 130 | 2026-08-25T00:37:42.962Z | Downloaded scopeguard v1.2.0 |
| 131 | 2026-08-25T00:37:42.962Z | Downloaded serde_spanned v1.1.1 |
| 132 | 2026-08-25T00:37:42.968Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 133 | 2026-08-25T00:37:42.968Z | Downloaded schemars_derive v0.8.22 |
| 134 | 2026-08-25T00:37:42.968Z | Downloaded getrandom v0.4.3 |
| 135 | 2026-08-25T00:37:42.968Z | Downloaded icu_normalizer_data v2.1.1 |
| 136 | 2026-08-25T00:37:42.973Z | Downloaded rand_core v0.10.0 |
| 137 | 2026-08-25T00:37:42.973Z | Downloaded num_threads v0.1.7 |
| 138 | 2026-08-25T00:37:42.973Z | Downloaded pretty-hex v0.4.1 |
| 139 | 2026-08-25T00:37:42.973Z | Downloaded rand_xorshift v0.4.0 |
| 140 | 2026-08-25T00:37:42.973Z | Downloaded powerfmt v0.2.0 |
| 141 | 2026-08-25T00:37:42.973Z | Downloaded ref-cast-impl v1.0.25 |
| 142 | 2026-08-25T00:37:42.973Z | Downloaded futures-io v0.3.32 |
| 143 | 2026-08-25T00:37:42.973Z | Downloaded newtype-uuid-macros v0.1.0 |
| 144 | 2026-08-25T00:37:42.978Z | Downloaded serde_urlencoded v0.7.1 |
| 145 | 2026-08-25T00:37:42.978Z | Downloaded rand_core v0.9.5 |
| 146 | 2026-08-25T00:37:42.982Z | Downloaded rand_core v0.6.4 |
| 147 | 2026-08-25T00:37:42.982Z | Downloaded lock_api v0.4.14 |
| 148 | 2026-08-25T00:37:42.982Z | Downloaded progenitor-extras v0.2.0 |
| 149 | 2026-08-25T00:37:42.983Z | Downloaded rand_chacha v0.3.1 |
| 150 | 2026-08-25T00:37:42.983Z | Downloaded ref-cast v1.0.25 |
| 151 | 2026-08-25T00:37:42.986Z | Downloaded hostname v0.4.2 |
| 152 | 2026-08-25T00:37:42.986Z | Downloaded humantime v2.3.0 |
| 153 | 2026-08-25T00:37:42.986Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-08-25T00:37:42.986Z | Downloaded pest_derive v2.8.6 |
| 155 | 2026-08-25T00:37:42.986Z | Downloaded parking_lot_core v0.9.12 |
| 156 | 2026-08-25T00:37:42.990Z | Downloaded pin-project-lite v0.2.17 |
| 157 | 2026-08-25T00:37:42.990Z | Downloaded rusty-fork v0.3.1 |
| 158 | 2026-08-25T00:37:42.994Z | Downloaded rand_chacha v0.9.0 |
| 159 | 2026-08-25T00:37:42.994Z | Downloaded serde_path_to_error v0.1.20 |
| 160 | 2026-08-25T00:37:42.994Z | Downloaded futures-macro v0.3.32 |
| 161 | 2026-08-25T00:37:42.994Z | Downloaded once_cell v1.21.3 |
| 162 | 2026-08-25T00:37:42.994Z | Downloaded futures-sink v0.3.32 |
| 163 | 2026-08-25T00:37:42.999Z | Downloaded icu_collections v2.1.1 |
| 164 | 2026-08-25T00:37:43.003Z | Downloaded sha1 v0.11.0 |
| 165 | 2026-08-25T00:37:43.003Z | Downloaded thread-id v5.1.0 |
| 166 | 2026-08-25T00:37:43.004Z | Downloaded http-body-util v0.1.3 |
| 167 | 2026-08-25T00:37:43.009Z | Downloaded zerofrom-derive v0.1.6 |
| 168 | 2026-08-25T00:37:43.013Z | Downloaded futures-core v0.3.32 |
| 169 | 2026-08-25T00:37:43.013Z | Downloaded structmeta v0.3.0 |
| 170 | 2026-08-25T00:37:43.013Z | Downloaded http-body v1.0.1 |
| 171 | 2026-08-25T00:37:43.013Z | Downloaded progenitor-client v0.14.0 |
| 172 | 2026-08-25T00:37:43.018Z | Downloaded tokio-macros v2.7.0 |
| 173 | 2026-08-25T00:37:43.018Z | Downloaded strum v0.27.2 |
| 174 | 2026-08-25T00:37:43.019Z | Downloaded generic-array v0.14.7 |
| 175 | 2026-08-25T00:37:43.019Z | Downloaded tinyvec_macros v0.1.1 |
| 176 | 2026-08-25T00:37:43.022Z | Downloaded take_mut v0.2.2 |
| 177 | 2026-08-25T00:37:43.027Z | Downloaded strsim v0.11.1 |
| 178 | 2026-08-25T00:37:43.030Z | Downloaded idna_adapter v1.2.1 |
| 179 | 2026-08-25T00:37:43.035Z | Downloaded futures-task v0.3.32 |
| 180 | 2026-08-25T00:37:43.035Z | Downloaded hostname v0.3.1 |
| 181 | 2026-08-25T00:37:43.036Z | Downloaded is-terminal v0.4.17 |
| 182 | 2026-08-25T00:37:43.036Z | Downloaded form_urlencoded v1.2.2 |
| 183 | 2026-08-25T00:37:43.036Z | Downloaded httpdate v1.0.3 |
| 184 | 2026-08-25T00:37:43.036Z | Downloaded match_cfg v0.1.0 |
| 185 | 2026-08-25T00:37:43.040Z | Downloaded plain v0.2.3 |
| 186 | 2026-08-25T00:37:43.040Z | Downloaded heck v0.5.0 |
| 187 | 2026-08-25T00:37:43.040Z | Downloaded slog-bunyan v2.5.0 |
| 188 | 2026-08-25T00:37:43.045Z | Downloaded potential_utf v0.1.4 |
| 189 | 2026-08-25T00:37:43.049Z | Downloaded quinn-udp v0.5.14 |
| 190 | 2026-08-25T00:37:43.049Z | Downloaded serde_derive_internals v0.29.1 |
| 191 | 2026-08-25T00:37:43.053Z | Downloaded tower-layer v0.3.3 |
| 192 | 2026-08-25T00:37:43.057Z | Downloaded sync_wrapper v1.0.2 |
| 193 | 2026-08-25T00:37:43.057Z | Downloaded macaddr v1.0.1 |
| 194 | 2026-08-25T00:37:43.057Z | Downloaded quick-error v1.2.3 |
| 195 | 2026-08-25T00:37:43.061Z | Downloaded try-lock v0.2.5 |
| 196 | 2026-08-25T00:37:43.061Z | Downloaded usdt-macro v0.6.0 |
| 197 | 2026-08-25T00:37:43.061Z | Downloaded omicron-workspace-hack v0.1.0 |
| 198 | 2026-08-25T00:37:43.061Z | Downloaded openssl-probe v0.2.1 |
| 199 | 2026-08-25T00:37:43.061Z | Downloaded mio v1.2.0 |
| 200 | 2026-08-25T00:37:43.068Z | Downloaded async-trait v0.1.89 |
| 201 | 2026-08-25T00:37:43.074Z | Downloaded usdt-attr-macro v0.6.0 |
| 202 | 2026-08-25T00:37:43.074Z | Downloaded fs_extra v1.3.0 |
| 203 | 2026-08-25T00:37:43.077Z | Downloaded block-buffer v0.10.4 |
| 204 | 2026-08-25T00:37:43.083Z | Downloaded yoke-derive v0.8.1 |
| 205 | 2026-08-25T00:37:43.083Z | Downloaded untrusted v0.9.0 |
| 206 | 2026-08-25T00:37:43.083Z | Downloaded num-conv v0.2.0 |
| 207 | 2026-08-25T00:37:43.083Z | Downloaded parse-display v0.10.0 |
| 208 | 2026-08-25T00:37:43.083Z | Downloaded lru-slab v0.1.2 |
| 209 | 2026-08-25T00:37:43.083Z | Downloaded mime v0.3.17 |
| 210 | 2026-08-25T00:37:43.083Z | Downloaded rustls-pemfile v2.2.0 |
| 211 | 2026-08-25T00:37:43.086Z | Downloaded tinyvec v1.10.0 |
| 212 | 2026-08-25T00:37:43.086Z | Downloaded rustls-pki-types v1.14.0 |
| 213 | 2026-08-25T00:37:43.093Z | Downloaded rustversion v1.0.22 |
| 214 | 2026-08-25T00:37:43.093Z | Downloaded want v0.3.1 |
| 215 | 2026-08-25T00:37:43.093Z | Downloaded simd-adler32 v0.3.8 |
| 216 | 2026-08-25T00:37:43.098Z | Downloaded errno v0.3.14 |
| 217 | 2026-08-25T00:37:43.098Z | Downloaded fastrand v2.3.0 |
| 218 | 2026-08-25T00:37:43.098Z | Downloaded serde_tokenstream v0.2.3 |
| 219 | 2026-08-25T00:37:43.098Z | Downloaded slog-term v2.9.2 |
| 220 | 2026-08-25T00:37:43.098Z | Downloaded atomicwrites v0.4.4 |
| 221 | 2026-08-25T00:37:43.098Z | Downloaded scroll v0.13.0 |
| 222 | 2026-08-25T00:37:43.102Z | Downloaded atomic-waker v1.1.2 |
| 223 | 2026-08-25T00:37:43.102Z | Downloaded dtrace-parser v0.3.0 |
| 224 | 2026-08-25T00:37:43.102Z | Downloaded shlex v1.3.0 |
| 225 | 2026-08-25T00:37:43.102Z | Downloaded slab v0.4.12 |
| 226 | 2026-08-25T00:37:43.102Z | Downloaded synstructure v0.13.2 |
| 227 | 2026-08-25T00:37:43.102Z | Downloaded thiserror v2.0.18 |
| 228 | 2026-08-25T00:37:43.107Z | Downloaded thiserror-impl v2.0.18 |
| 229 | 2026-08-25T00:37:43.108Z | Downloaded dunce v1.0.5 |
| 230 | 2026-08-25T00:37:43.108Z | Downloaded fnv v1.0.7 |
| 231 | 2026-08-25T00:37:43.111Z | Downloaded async-stream v0.3.6 |
| 232 | 2026-08-25T00:37:43.111Z | Downloaded icu_properties v2.1.2 |
| 233 | 2026-08-25T00:37:43.112Z | Downloaded crypto-common v0.1.7 |
| 234 | 2026-08-25T00:37:43.112Z | Downloaded darling_macro v0.23.0 |
| 235 | 2026-08-25T00:37:43.112Z | Downloaded debug-ignore v1.0.5 |
| 236 | 2026-08-25T00:37:43.112Z | Downloaded cmake v0.1.57 |
| 237 | 2026-08-25T00:37:43.116Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 238 | 2026-08-25T00:37:43.116Z | Downloaded ppv-lite86 v0.2.21 |
| 239 | 2026-08-25T00:37:43.120Z | Downloaded slog-async v2.8.0 |
| 240 | 2026-08-25T00:37:43.120Z | Downloaded futures-executor v0.3.32 |
| 241 | 2026-08-25T00:37:43.120Z | Downloaded ipnetwork v0.21.1 |
| 242 | 2026-08-25T00:37:43.120Z | Downloaded multer v3.1.0 |
| 243 | 2026-08-25T00:37:43.123Z | Downloaded parse-display-derive v0.10.0 |
| 244 | 2026-08-25T00:37:43.123Z | Downloaded usdt v0.6.0 |
| 245 | 2026-08-25T00:37:43.124Z | Downloaded utf8_iter v1.0.4 |
| 246 | 2026-08-25T00:37:43.124Z | Downloaded serde_derive v1.0.228 |
| 247 | 2026-08-25T00:37:43.127Z | Downloaded signal-hook-registry v1.4.8 |
| 248 | 2026-08-25T00:37:43.127Z | Downloaded subtle v2.6.1 |
| 249 | 2026-08-25T00:37:43.127Z | Downloaded thread_local v1.1.9 |
| 250 | 2026-08-25T00:37:43.127Z | Downloaded time-core v0.1.8 |
| 251 | 2026-08-25T00:37:43.131Z | Downloaded oxide-generation v0.1.3 |
| 252 | 2026-08-25T00:37:43.131Z | Downloaded oxnet v0.1.6 |
| 253 | 2026-08-25T00:37:43.131Z | Downloaded sha2 v0.10.9 |
| 254 | 2026-08-25T00:37:43.131Z | Downloaded slog-json v2.6.1 |
| 255 | 2026-08-25T00:37:43.138Z | Downloaded tinystr v0.8.2 |
| 256 | 2026-08-25T00:37:43.138Z | Downloaded cpufeatures v0.3.0 |
| 257 | 2026-08-25T00:37:43.138Z | Downloaded iana-time-zone v0.1.65 |
| 258 | 2026-08-25T00:37:43.138Z | Downloaded getrandom v0.2.17 |
| 259 | 2026-08-25T00:37:43.142Z | Downloaded hyper-rustls v0.27.7 |
| 260 | 2026-08-25T00:37:43.142Z | Downloaded usdt-impl v0.6.0 |
| 261 | 2026-08-25T00:37:43.142Z | Downloaded zerovec-derive v0.11.2 |
| 262 | 2026-08-25T00:37:43.142Z | Downloaded byteorder v1.5.0 |
| 263 | 2026-08-25T00:37:43.145Z | Downloaded zerofrom v0.1.6 |
| 264 | 2026-08-25T00:37:43.145Z | Downloaded block-buffer v0.12.1 |
| 265 | 2026-08-25T00:37:43.145Z | Downloaded digest v0.11.3 |
| 266 | 2026-08-25T00:37:43.145Z | Downloaded dyn-clone v1.0.20 |
| 267 | 2026-08-25T00:37:43.146Z | Downloaded either v1.15.0 |
| 268 | 2026-08-25T00:37:43.150Z | Downloaded unarray v0.1.4 |
| 269 | 2026-08-25T00:37:43.150Z | Downloaded crypto-common v0.2.2 |
| 270 | 2026-08-25T00:37:43.156Z | Downloaded cfg_aliases v0.2.1 |
| 271 | 2026-08-25T00:37:43.157Z | Downloaded itoa v1.0.17 |
| 272 | 2026-08-25T00:37:43.157Z | Downloaded percent-encoding v2.3.2 |
| 273 | 2026-08-25T00:37:43.157Z | Downloaded ipnet v2.12.0 |
| 274 | 2026-08-25T00:37:43.167Z | Downloaded newtype-uuid v1.3.2 |
| 275 | 2026-08-25T00:37:43.167Z | Downloaded rand v0.8.6 |
| 276 | 2026-08-25T00:37:43.167Z | Downloaded jobserver v0.1.34 |
| 277 | 2026-08-25T00:37:43.167Z | Downloaded tokio-rustls v0.26.4 |
| 278 | 2026-08-25T00:37:43.173Z | Downloaded tempfile v3.27.0 |
| 279 | 2026-08-25T00:37:43.173Z | Downloaded time-macros v0.2.27 |
| 280 | 2026-08-25T00:37:43.173Z | Downloaded strum_macros v0.27.2 |
| 281 | 2026-08-25T00:37:43.173Z | Downloaded backoff v0.4.0 |
| 282 | 2026-08-25T00:37:43.173Z | Downloaded serde_with_macros v3.21.0 |
| 283 | 2026-08-25T00:37:43.173Z | Downloaded term v1.2.1 |
| 284 | 2026-08-25T00:37:43.173Z | Downloaded autocfg v1.5.0 |
| 285 | 2026-08-25T00:37:43.173Z | Downloaded compression-codecs v0.4.37 |
| 286 | 2026-08-25T00:37:43.178Z | Downloaded smallvec v1.15.1 |
| 287 | 2026-08-25T00:37:43.178Z | Downloaded wait-timeout v0.2.1 |
| 288 | 2026-08-25T00:37:43.178Z | Downloaded bit-set v0.8.0 |
| 289 | 2026-08-25T00:37:43.178Z | Downloaded version_check v0.9.5 |
| 290 | 2026-08-25T00:37:43.178Z | Downloaded cpufeatures v0.2.17 |
| 291 | 2026-08-25T00:37:43.178Z | Downloaded httparse v1.10.1 |
| 292 | 2026-08-25T00:37:43.182Z | Downloaded zmij v1.0.21 |
| 293 | 2026-08-25T00:37:43.182Z | Downloaded spin v0.9.8 |
| 294 | 2026-08-25T00:37:43.182Z | Downloaded semver v1.0.28 |
| 295 | 2026-08-25T00:37:43.186Z | Downloaded futures-channel v0.3.32 |
| 296 | 2026-08-25T00:37:43.186Z | Downloaded compression-core v0.4.31 |
| 297 | 2026-08-25T00:37:43.188Z | Downloaded equivalent v1.0.2 |
| 298 | 2026-08-25T00:37:43.188Z | Downloaded darling v0.23.0 |
| 299 | 2026-08-25T00:37:43.192Z | Downloaded dof v0.4.0 |
| 300 | 2026-08-25T00:37:43.192Z | Downloaded async-stream-impl v0.3.6 |
| 301 | 2026-08-25T00:37:43.242Z | Downloaded bit-vec v0.8.0 |
| 302 | 2026-08-25T00:37:43.242Z | Downloaded daft v0.1.8 |
| 303 | 2026-08-25T00:37:43.242Z | Downloaded digest v0.10.7 |
| 304 | 2026-08-25T00:37:43.242Z | Downloaded memmap2 v0.9.10 |
| 305 | 2026-08-25T00:37:43.242Z | Downloaded find-msvc-tools v0.1.9 |
| 306 | 2026-08-25T00:37:43.242Z | Downloaded waitgroup v0.1.2 |
| 307 | 2026-08-25T00:37:43.242Z | Downloaded paste v1.0.15 |
| 308 | 2026-08-25T00:37:43.242Z | Downloaded byte-wrapper v0.1.0 |
| 309 | 2026-08-25T00:37:43.242Z | Downloaded displaydoc v0.2.5 |
| 310 | 2026-08-25T00:37:43.242Z | Downloaded cfg-if v1.0.4 |
| 311 | 2026-08-25T00:37:43.242Z | Downloaded tower-service v0.3.3 |
| 312 | 2026-08-25T00:37:43.242Z | Downloaded icu_locale_core v2.1.1 |
| 313 | 2026-08-25T00:37:43.242Z | Downloaded icu_normalizer v2.1.1 |
| 314 | 2026-08-25T00:37:43.242Z | Downloaded yoke v0.8.1 |
| 315 | 2026-08-25T00:37:43.242Z | Downloaded writeable v0.6.2 |
| 316 | 2026-08-25T00:37:43.242Z | Downloaded serde_core v1.0.228 |
| 317 | 2026-08-25T00:37:43.242Z | Downloaded zeroize v1.9.0 |
| 318 | 2026-08-25T00:37:43.242Z | Downloaded deranged v0.5.8 |
| 319 | 2026-08-25T00:37:43.244Z | Downloaded test-strategy v0.4.5 |
| 320 | 2026-08-25T00:37:43.244Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 321 | 2026-08-25T00:37:43.244Z | Downloaded idna v1.1.0 |
| 322 | 2026-08-25T00:37:43.244Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 323 | 2026-08-25T00:37:43.244Z | Downloaded daft-derive v0.1.8 |
| 324 | 2026-08-25T00:37:43.244Z | Downloaded parking_lot v0.12.5 |
| 325 | 2026-08-25T00:37:43.244Z | Downloaded slog v2.8.2 |
| 326 | 2026-08-25T00:37:43.244Z | Downloaded erased-serde v0.3.31 |
| 327 | 2026-08-25T00:37:43.244Z | Downloaded foldhash v0.2.0 |
| 328 | 2026-08-25T00:37:43.244Z | Downloaded ryu v1.0.23 |
| 329 | 2026-08-25T00:37:43.244Z | Downloaded derive-ex v0.1.8 |
| 330 | 2026-08-25T00:37:43.244Z | Downloaded schemars v0.8.22 |
| 331 | 2026-08-25T00:37:43.260Z | Downloaded hybrid-array v0.4.13 |
| 332 | 2026-08-25T00:37:43.260Z | Downloaded proc-macro2 v1.0.106 |
| 333 | 2026-08-25T00:37:43.260Z | Downloaded unicode-ident v1.0.24 |
| 334 | 2026-08-25T00:37:43.260Z | Downloaded futures v0.3.32 |
| 335 | 2026-08-25T00:37:43.260Z | Downloaded icu_provider v2.1.1 |
| 336 | 2026-08-25T00:37:43.273Z | Downloaded pest_generator v2.8.6 |
| 337 | 2026-08-25T00:37:43.273Z | Downloaded uuid v1.23.4 |
| 338 | 2026-08-25T00:37:43.273Z | Downloaded litemap v0.8.1 |
| 339 | 2026-08-25T00:37:43.273Z | Downloaded camino v1.2.5 |
| 340 | 2026-08-25T00:37:43.273Z | Downloaded bs58 v0.5.1 |
| 341 | 2026-08-25T00:37:43.273Z | Downloaded socket2 v0.6.3 |
| 342 | 2026-08-25T00:37:43.278Z | Downloaded getrandom v0.3.4 |
| 343 | 2026-08-25T00:37:43.278Z | Downloaded log v0.4.33 |
| 344 | 2026-08-25T00:37:43.278Z | Downloaded num-traits v0.2.19 |
| 345 | 2026-08-25T00:37:43.278Z | Downloaded dropshot_endpoint v0.17.1 |
| 346 | 2026-08-25T00:37:43.278Z | Downloaded chacha20 v0.10.0 |
| 347 | 2026-08-25T00:37:43.279Z | Downloaded backon v1.6.0 |
| 348 | 2026-08-25T00:37:43.279Z | Downloaded ucd-trie v0.1.7 |
| 349 | 2026-08-25T00:37:43.279Z | Downloaded anyhow v1.0.104 |
| 350 | 2026-08-25T00:37:43.296Z | Downloaded pest_meta v2.8.6 |
| 351 | 2026-08-25T00:37:43.311Z | Downloaded crc32fast v1.5.0 |
| 352 | 2026-08-25T00:37:43.311Z | Downloaded crossbeam-utils v0.8.21 |
| 353 | 2026-08-25T00:37:43.311Z | Downloaded miniz_oxide v0.8.9 |
| 354 | 2026-08-25T00:37:43.311Z | Downloaded bitflags v2.11.0 |
| 355 | 2026-08-25T00:37:43.311Z | Downloaded tracing-core v0.1.36 |
| 356 | 2026-08-25T00:37:43.317Z | Downloaded serde v1.0.228 |
| 357 | 2026-08-25T00:37:43.317Z | Downloaded zerotrie v0.2.3 |
| 358 | 2026-08-25T00:37:43.317Z | Downloaded const-oid v0.10.2 |
| 359 | 2026-08-25T00:37:43.333Z | Downloaded memchr v2.8.0 |
| 360 | 2026-08-25T00:37:43.349Z | Downloaded tower-http v0.6.8 |
| 361 | 2026-08-25T00:37:43.349Z | Downloaded tower v0.5.3 |
| 362 | 2026-08-25T00:37:43.349Z | Downloaded allocator-api2 v0.2.21 |
| 363 | 2026-08-25T00:37:43.349Z | Downloaded rustls-webpki v0.103.13 |
| 364 | 2026-08-25T00:37:43.349Z | Downloaded rand v0.10.1 |
| 365 | 2026-08-25T00:37:43.349Z | Downloaded base64 v0.22.1 |
| 366 | 2026-08-25T00:37:43.362Z | Downloaded bytes v1.11.1 |
| 367 | 2026-08-25T00:37:43.362Z | Downloaded darling_core v0.23.0 |
| 368 | 2026-08-25T00:37:43.362Z | Downloaded http v1.4.2 |
| 369 | 2026-08-25T00:37:43.362Z | Downloaded flate2 v1.1.9 |
| 370 | 2026-08-25T00:37:43.403Z | Downloaded rand v0.9.2 |
| 371 | 2026-08-25T00:37:43.403Z | Downloaded serde_json v1.0.151 |
| 372 | 2026-08-25T00:37:43.403Z | Downloaded indexmap v2.14.0 |
| 373 | 2026-08-25T00:37:43.422Z | Downloaded hyper-util v0.1.20 |
| 374 | 2026-08-25T00:37:43.422Z | Downloaded url v2.5.8 |
| 375 | 2026-08-25T00:37:43.422Z | Downloaded crossbeam-channel v0.5.15 |
| 376 | 2026-08-25T00:37:43.422Z | Downloaded cc v1.2.56 |
| 377 | 2026-08-25T00:37:43.422Z | Downloaded async-compression v0.4.41 |
| 378 | 2026-08-25T00:37:43.422Z | Downloaded zerocopy-derive v0.8.55 |
| 379 | 2026-08-25T00:37:43.422Z | Downloaded iri-string v0.7.10 |
| 380 | 2026-08-25T00:37:43.422Z | Downloaded typenum v1.20.1 |
| 381 | 2026-08-25T00:37:43.422Z | Downloaded pest v2.8.6 |
| 382 | 2026-08-25T00:37:43.437Z | Downloaded hyper v1.10.1 |
| 383 | 2026-08-25T00:37:43.437Z | Downloaded hashbrown v0.16.1 |
| 384 | 2026-08-25T00:37:43.437Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-08-25T00:37:43.437Z | Downloaded futures-util v0.3.32 |
| 386 | 2026-08-25T00:37:43.449Z | Downloaded tokio-util v0.7.18 |
| 387 | 2026-08-25T00:37:43.449Z | Downloaded regex v1.12.3 |
| 388 | 2026-08-25T00:37:43.449Z | Downloaded zerovec v0.11.5 |
| 389 | 2026-08-25T00:37:43.449Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-08-25T00:37:43.467Z | Downloaded h2 v0.4.15 |
| 391 | 2026-08-25T00:37:43.467Z | Downloaded itertools v0.14.0 |
| 392 | 2026-08-25T00:37:43.469Z | Downloaded reqwest v0.13.2 |
| 393 | 2026-08-25T00:37:43.475Z | Downloaded winnow v1.0.3 |
| 394 | 2026-08-25T00:37:43.475Z | Downloaded iddqd v0.4.2 |
| 395 | 2026-08-25T00:37:43.476Z | Downloaded aho-corasick v1.1.4 |
| 396 | 2026-08-25T00:37:43.476Z | Downloaded proptest v1.11.0 |
| 397 | 2026-08-25T00:37:43.478Z | Downloaded goblin v0.10.5 |
| 398 | 2026-08-25T00:37:43.485Z | Downloaded chrono v0.4.45 |
| 399 | 2026-08-25T00:37:43.485Z | Downloaded zerocopy v0.8.55 |
| 400 | 2026-08-25T00:37:43.499Z | Downloaded serde_with v3.21.0 |
| 401 | 2026-08-25T00:37:43.517Z | Downloaded openapiv3 v2.2.0 |
| 402 | 2026-08-25T00:37:43.517Z | Downloaded time v0.3.47 |
| 403 | 2026-08-25T00:37:43.534Z | Downloaded libc v0.2.185 |
| 404 | 2026-08-25T00:37:43.547Z | Downloaded quinn-proto v0.11.16 |
| 405 | 2026-08-25T00:37:43.552Z | Downloaded aws-lc-rs v1.16.3 |
| 406 | 2026-08-25T00:37:43.572Z | Downloaded syn v2.0.117 |
| 407 | 2026-08-25T00:37:43.589Z | Downloaded syn v3.0.3 |
| 408 | 2026-08-25T00:37:43.595Z | Downloaded regex-syntax v0.8.10 |
| 409 | 2026-08-25T00:37:43.613Z | Downloaded rustls v0.23.41 |
| 410 | 2026-08-25T00:37:43.620Z | Downloaded regress v0.10.5 |
| 411 | 2026-08-25T00:37:43.625Z | Downloaded rustix v0.38.44 |
| 412 | 2026-08-25T00:37:43.638Z | Downloaded dropshot v0.17.1 |
| 413 | 2026-08-25T00:37:43.651Z | Downloaded rustix v1.1.4 |
| 414 | 2026-08-25T00:37:43.676Z | Downloaded tracing v0.1.44 |
| 415 | 2026-08-25T00:37:43.719Z | Downloaded regex-automata v0.4.14 |
| 416 | 2026-08-25T00:37:43.781Z | Downloaded tokio v1.52.1 |
| 417 | 2026-08-25T00:37:43.886Z | Downloaded ring v0.17.14 |
| 418 | 2026-08-25T00:37:43.908Z | Downloaded encoding_rs v0.8.35 |
| 419 | 2026-08-25T00:37:44.407Z | Downloaded aws-lc-sys v0.40.0 |
| 420 | 2026-08-25T00:37:44.679Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-08-25T00:37:44.679Z | Compiling quote v1.0.45 |
| 422 | 2026-08-25T00:37:44.679Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-08-25T00:37:44.679Z | Compiling libc v0.2.185 |
| 424 | 2026-08-25T00:37:44.685Z | Checking cfg-if v1.0.4 |
| 425 | 2026-08-25T00:37:44.685Z | Compiling serde_core v1.0.228 |
| 426 | 2026-08-25T00:37:44.685Z | Checking memchr v2.8.0 |
| 427 | 2026-08-25T00:37:44.685Z | Checking itoa v1.0.17 |
| 428 | 2026-08-25T00:37:44.775Z | Compiling serde v1.0.228 |
| 429 | 2026-08-25T00:37:44.846Z | Compiling zmij v1.0.21 |
| 430 | 2026-08-25T00:37:44.856Z | Compiling serde_json v1.0.151 |
| 431 | 2026-08-25T00:37:45.110Z | Checking pin-project-lite v0.2.17 |
| 432 | 2026-08-25T00:37:45.114Z | Checking smallvec v1.15.1 |
| 433 | 2026-08-25T00:37:45.126Z | Checking bytes v1.11.1 |
| 434 | 2026-08-25T00:37:45.191Z | Checking futures-core v0.3.32 |
| 435 | 2026-08-25T00:37:45.287Z | Checking once_cell v1.21.3 |
| 436 | 2026-08-25T00:37:45.368Z | Compiling getrandom v0.4.3 |
| 437 | 2026-08-25T00:37:45.440Z | Compiling parking_lot_core v0.9.12 |
| 438 | 2026-08-25T00:37:45.525Z | Checking scopeguard v1.2.0 |
| 439 | 2026-08-25T00:37:45.529Z | Checking errno v0.3.14 |
| 440 | 2026-08-25T00:37:45.637Z | Checking lock_api v0.4.14 |
| 441 | 2026-08-25T00:37:45.648Z | Compiling autocfg v1.5.0 |
| 442 | 2026-08-25T00:37:45.775Z | Compiling jobserver v0.1.34 |
| 443 | 2026-08-25T00:37:45.819Z | Compiling shlex v1.3.0 |
| 444 | 2026-08-25T00:37:45.838Z | Compiling find-msvc-tools v0.1.9 |
| 445 | 2026-08-25T00:37:45.865Z | Compiling syn v2.0.117 |
| 446 | 2026-08-25T00:37:45.914Z | Checking signal-hook-registry v1.4.8 |
| 447 | 2026-08-25T00:37:45.927Z | Checking parking_lot v0.12.5 |
| 448 | 2026-08-25T00:37:45.979Z | Compiling num-traits v0.2.19 |
| 449 | 2026-08-25T00:37:45.991Z | Compiling cc v1.2.56 |
| 450 | 2026-08-25T00:37:46.056Z | Checking socket2 v0.6.3 |
| 451 | 2026-08-25T00:37:46.066Z | Checking mio v1.2.0 |
| 452 | 2026-08-25T00:37:46.080Z | Checking futures-sink v0.3.32 |
| 453 | 2026-08-25T00:37:46.100Z | Checking stable_deref_trait v1.2.1 |
| 454 | 2026-08-25T00:37:46.172Z | Compiling thiserror v2.0.18 |
| 455 | 2026-08-25T00:37:46.176Z | Compiling fs_extra v1.3.0 |
| 456 | 2026-08-25T00:37:46.281Z | Compiling dunce v1.0.5 |
| 457 | 2026-08-25T00:37:46.364Z | Checking slab v0.4.12 |
| 458 | 2026-08-25T00:37:46.417Z | Compiling zerocopy v0.8.55 |
| 459 | 2026-08-25T00:37:46.511Z | Checking futures-channel v0.3.32 |
| 460 | 2026-08-25T00:37:46.650Z | Checking zeroize v1.9.0 |
| 461 | 2026-08-25T00:37:46.660Z | Checking iana-time-zone v0.1.65 |
| 462 | 2026-08-25T00:37:46.688Z | Compiling rustversion v1.0.22 |
| 463 | 2026-08-25T00:37:46.753Z | Compiling cmake v0.1.57 |
| 464 | 2026-08-25T00:37:46.785Z | Checking equivalent v1.0.2 |
| 465 | 2026-08-25T00:37:46.844Z | Checking http v1.4.2 |
| 466 | 2026-08-25T00:37:46.855Z | Checking futures-task v0.3.32 |
| 467 | 2026-08-25T00:37:46.979Z | Compiling ucd-trie v0.1.7 |
| 468 | 2026-08-25T00:37:47.052Z | Checking futures-io v0.3.32 |
| 469 | 2026-08-25T00:37:47.070Z | Compiling aws-lc-rs v1.16.3 |
| 470 | 2026-08-25T00:37:47.183Z | Checking bitflags v2.11.0 |
| 471 | 2026-08-25T00:37:47.194Z | Compiling schemars v0.8.22 |
| 472 | 2026-08-25T00:37:47.231Z | Compiling aws-lc-sys v0.40.0 |
| 473 | 2026-08-25T00:37:47.328Z | Checking log v0.4.33 |
| 474 | 2026-08-25T00:37:47.351Z | Compiling pest v2.8.6 |
| 475 | 2026-08-25T00:37:47.418Z | Checking rustls-pki-types v1.14.0 |
| 476 | 2026-08-25T00:37:47.463Z | Checking uuid v1.23.4 |
| 477 | 2026-08-25T00:37:47.480Z | Checking semver v1.0.28 |
| 478 | 2026-08-25T00:37:47.678Z | Checking fnv v1.0.7 |
| 479 | 2026-08-25T00:37:47.693Z | Checking dyn-clone v1.0.20 |
| 480 | 2026-08-25T00:37:47.739Z | Compiling httparse v1.10.1 |
| 481 | 2026-08-25T00:37:47.759Z | Checking litemap v0.8.1 |
| 482 | 2026-08-25T00:37:47.797Z | Checking hashbrown v0.17.0 |
| 483 | 2026-08-25T00:37:47.934Z | Checking writeable v0.6.2 |
| 484 | 2026-08-25T00:37:47.975Z | Compiling slog v2.8.2 |
| 485 | 2026-08-25T00:37:48.087Z | Checking http-body v1.0.1 |
| 486 | 2026-08-25T00:37:48.156Z | Checking tracing-core v0.1.36 |
| 487 | 2026-08-25T00:37:48.204Z | Checking atomic-waker v1.1.2 |
| 488 | 2026-08-25T00:37:48.213Z | Compiling icu_normalizer_data v2.1.1 |
| 489 | 2026-08-25T00:37:48.289Z | Compiling icu_properties_data v2.1.2 |
| 490 | 2026-08-25T00:37:48.293Z | Checking indexmap v2.14.0 |
| 491 | 2026-08-25T00:37:48.423Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-08-25T00:37:48.462Z | Checking untrusted v0.9.0 |
| 493 | 2026-08-25T00:37:48.502Z | Compiling rustls v0.23.41 |
| 494 | 2026-08-25T00:37:48.562Z | Checking percent-encoding v2.3.2 |
| 495 | 2026-08-25T00:37:48.629Z | Checking tracing v0.1.44 |
| 496 | 2026-08-25T00:37:48.691Z | Compiling synstructure v0.13.2 |
| 497 | 2026-08-25T00:37:48.721Z | Compiling serde_derive_internals v0.29.1 |
| 498 | 2026-08-25T00:37:48.819Z | Checking fastrand v2.3.0 |
| 499 | 2026-08-25T00:37:48.895Z | Checking tower-service v0.3.3 |
| 500 | 2026-08-25T00:37:48.947Z | Checking try-lock v0.2.5 |
| 501 | 2026-08-25T00:37:48.976Z | Compiling getrandom v0.3.4 |
| 502 | 2026-08-25T00:37:48.994Z | Compiling paste v1.0.15 |
| 503 | 2026-08-25T00:37:49.034Z | Compiling pest_generator v2.8.6 |
| 504 | 2026-08-25T00:37:49.181Z | Checking subtle v2.6.1 |
| 505 | 2026-08-25T00:37:49.263Z | Checking tower-layer v0.3.3 |
| 506 | 2026-08-25T00:37:49.310Z | Compiling rustix v1.1.4 |
| 507 | 2026-08-25T00:37:49.446Z | Checking want v0.3.1 |
| 508 | 2026-08-25T00:37:49.645Z | Checking httpdate v1.0.3 |
| 509 | 2026-08-25T00:37:49.789Z | Checking form_urlencoded v1.2.2 |
| 510 | 2026-08-25T00:37:49.808Z | Compiling syn v3.0.3 |
| 511 | 2026-08-25T00:37:49.908Z | Compiling crc32fast v1.5.0 |
| 512 | 2026-08-25T00:37:49.911Z | Compiling usdt-impl v0.6.0 |
| 513 | 2026-08-25T00:37:49.933Z | Compiling serde_derive v1.0.228 |
| 514 | 2026-08-25T00:37:50.136Z | Compiling zerocopy-derive v0.8.55 |
| 515 | 2026-08-25T00:37:50.147Z | Compiling zerofrom-derive v0.1.6 |
| 516 | 2026-08-25T00:37:50.170Z | Compiling yoke-derive v0.8.1 |
| 517 | 2026-08-25T00:37:50.404Z | Compiling tokio-macros v2.7.0 |
| 518 | 2026-08-25T00:37:50.636Z | Compiling zerovec-derive v0.11.2 |
| 519 | 2026-08-25T00:37:51.084Z | Checking tokio v1.52.1 |
| 520 | 2026-08-25T00:37:51.130Z | Compiling thiserror-impl v2.0.18 |
| 521 | 2026-08-25T00:37:51.271Z | Checking zerofrom v0.1.6 |
| 522 | 2026-08-25T00:37:51.377Z | Checking yoke v0.8.1 |
| 523 | 2026-08-25T00:37:51.494Z | Compiling displaydoc v0.2.5 |
| 524 | 2026-08-25T00:37:51.652Z | Checking zerovec v0.11.5 |
| 525 | 2026-08-25T00:37:52.068Z | Compiling futures-macro v0.3.32 |
| 526 | 2026-08-25T00:37:52.179Z | Compiling schemars_derive v0.8.22 |
| 527 | 2026-08-25T00:37:52.264Z | Checking tinystr v0.8.2 |
| 528 | 2026-08-25T00:37:52.431Z | Checking icu_locale_core v2.1.1 |
| 529 | 2026-08-25T00:37:52.827Z | Checking futures-util v0.3.32 |
| 530 | 2026-08-25T00:37:52.839Z | Checking chrono v0.4.45 |
| 531 | 2026-08-25T00:37:52.952Z | Checking erased-serde v0.3.31 |
| 532 | 2026-08-25T00:37:53.235Z | Checking zerotrie v0.2.3 |
| 533 | 2026-08-25T00:37:53.298Z | Checking potential_utf v0.1.4 |
| 534 | 2026-08-25T00:37:53.418Z | Checking icu_collections v2.1.1 |
| 535 | 2026-08-25T00:37:53.456Z | Checking icu_provider v2.1.1 |
| 536 | 2026-08-25T00:37:53.554Z | Compiling pest_derive v2.8.6 |
| 537 | 2026-08-25T00:37:53.671Z | Compiling serde_tokenstream v0.2.3 |
| 538 | 2026-08-25T00:37:53.884Z | Checking icu_properties v2.1.2 |
| 539 | 2026-08-25T00:37:53.937Z | Checking icu_normalizer v2.1.1 |
| 540 | 2026-08-25T00:37:54.046Z | Checking tokio-util v0.7.18 |
| 541 | 2026-08-25T00:37:54.211Z | Checking ppv-lite86 v0.2.21 |
| 542 | 2026-08-25T00:37:54.232Z | Compiling structmeta-derive v0.3.0 |
| 543 | 2026-08-25T00:37:54.237Z | Checking ipnetwork v0.21.1 |
| 544 | 2026-08-25T00:37:54.422Z | Compiling scroll_derive v0.13.1 |
| 545 | 2026-08-25T00:37:54.432Z | Checking h2 v0.4.15 |
| 546 | 2026-08-25T00:37:54.484Z | Compiling heck v0.5.0 |
| 547 | 2026-08-25T00:37:54.669Z | Checking powerfmt v0.2.0 |
| 548 | 2026-08-25T00:37:54.690Z | Checking typenum v1.20.1 |
| 549 | 2026-08-25T00:37:54.795Z | Compiling version_check v0.9.5 |
| 550 | 2026-08-25T00:37:54.846Z | Checking ipnet v2.12.0 |
| 551 | 2026-08-25T00:37:55.067Z | Compiling time-core v0.1.8 |
| 552 | 2026-08-25T00:37:55.079Z | Checking base64 v0.22.1 |
| 553 | 2026-08-25T00:37:55.190Z | Compiling num-conv v0.2.0 |
| 554 | 2026-08-25T00:37:55.213Z | Checking scroll v0.13.0 |
| 555 | 2026-08-25T00:37:55.224Z | Compiling structmeta v0.3.0 |
| 556 | 2026-08-25T00:37:55.284Z | Checking deranged v0.5.8 |
| 557 | 2026-08-25T00:37:55.304Z | Compiling time-macros v0.2.27 |
| 558 | 2026-08-25T00:37:55.420Z | Checking idna_adapter v1.2.1 |
| 559 | 2026-08-25T00:37:55.430Z | Checking hybrid-array v0.4.13 |
| 560 | 2026-08-25T00:37:55.603Z | Checking oxnet v0.1.6 |
| 561 | 2026-08-25T00:37:55.689Z | Checking newtype-uuid v1.3.2 |
| 562 | 2026-08-25T00:37:55.741Z | Compiling dtrace-parser v0.3.0 |
| 563 | 2026-08-25T00:37:55.842Z | Compiling daft-derive v0.1.8 |
| 564 | 2026-08-25T00:37:55.853Z | Checking tempfile v3.27.0 |
| 565 | 2026-08-25T00:37:56.089Z | Checking rand_core v0.9.5 |
| 566 | 2026-08-25T00:37:56.173Z | Compiling thread-id v5.1.0 |
| 567 | 2026-08-25T00:37:56.222Z | Checking sync_wrapper v1.0.2 |
| 568 | 2026-08-25T00:37:56.244Z | Checking simd-adler32 v0.3.8 |
| 569 | 2026-08-25T00:37:56.247Z | Checking num_threads v0.1.7 |
| 570 | 2026-08-25T00:37:56.283Z | Checking hyper v1.10.1 |
| 571 | 2026-08-25T00:37:56.317Z | Checking regex-syntax v0.8.10 |
| 572 | 2026-08-25T00:37:56.326Z | Compiling ident_case v1.0.1 |
| 573 | 2026-08-25T00:37:56.430Z | Compiling crossbeam-utils v0.8.21 |
| 574 | 2026-08-25T00:37:56.434Z | Compiling byteorder v1.5.0 |
| 575 | 2026-08-25T00:37:56.488Z | Checking utf8_iter v1.0.4 |
| 576 | 2026-08-25T00:37:56.517Z | Compiling strsim v0.11.1 |
| 577 | 2026-08-25T00:37:56.599Z | Checking ryu v1.0.23 |
| 578 | 2026-08-25T00:37:56.653Z | Compiling omicron-workspace-hack v0.1.0 |
| 579 | 2026-08-25T00:37:56.707Z | Checking openssl-probe v0.2.1 |
| 580 | 2026-08-25T00:37:56.793Z | Compiling dof v0.4.0 |
| 581 | 2026-08-25T00:37:56.803Z | Checking plain v0.2.3 |
| 582 | 2026-08-25T00:37:56.823Z | Checking adler2 v2.0.1 |
| 583 | 2026-08-25T00:37:56.858Z | Checking time v0.3.47 |
| 584 | 2026-08-25T00:37:56.890Z | Checking goblin v0.10.5 |
| 585 | 2026-08-25T00:37:56.907Z | Checking rustls-native-certs v0.8.3 |
| 586 | 2026-08-25T00:37:56.917Z | Checking miniz_oxide v0.8.9 |
| 587 | 2026-08-25T00:37:57.019Z | Checking serde_urlencoded v0.7.1 |
| 588 | 2026-08-25T00:37:57.189Z | Checking hyper-util v0.1.20 |
| 589 | 2026-08-25T00:37:57.221Z | Compiling darling_core v0.23.0 |
| 590 | 2026-08-25T00:37:57.236Z | Checking idna v1.1.0 |
| 591 | 2026-08-25T00:37:57.474Z | Checking daft v0.1.8 |
| 592 | 2026-08-25T00:37:57.661Z | Checking tower v0.5.3 |
| 593 | 2026-08-25T00:37:57.964Z | Checking http-body-util v0.1.3 |
| 594 | 2026-08-25T00:37:57.975Z | Compiling aho-corasick v1.1.4 |
| 595 | 2026-08-25T00:37:58.044Z | Checking getrandom v0.2.17 |
| 596 | 2026-08-25T00:37:58.160Z | Compiling camino v1.2.5 |
| 597 | 2026-08-25T00:37:58.173Z | Checking iri-string v0.7.10 |
| 598 | 2026-08-25T00:37:58.218Z | Checking pretty-hex v0.4.1 |
| 599 | 2026-08-25T00:37:58.603Z | Compiling rustix v0.38.44 |
| 600 | 2026-08-25T00:37:58.962Z | Checking rand_core v0.6.4 |
| 601 | 2026-08-25T00:37:59.118Z | Checking flate2 v1.1.9 |
| 602 | 2026-08-25T00:37:59.157Z | Checking tower-http v0.6.8 |
| 603 | 2026-08-25T00:37:59.268Z | Compiling darling_macro v0.23.0 |
| 604 | 2026-08-25T00:37:59.313Z | Checking url v2.5.8 |
| 605 | 2026-08-25T00:37:59.406Z | Checking rand_chacha v0.9.0 |
| 606 | 2026-08-25T00:37:59.576Z | Checking block-buffer v0.12.1 |
| 607 | 2026-08-25T00:37:59.689Z | Compiling regex-automata v0.4.14 |
| 608 | 2026-08-25T00:37:59.706Z | Checking crypto-common v0.2.2 |
| 609 | 2026-08-25T00:37:59.716Z | Compiling multer v3.1.0 |
| 610 | 2026-08-25T00:37:59.760Z | Checking wait-timeout v0.2.1 |
| 611 | 2026-08-25T00:37:59.871Z | Checking thread_local v1.1.9 |
| 612 | 2026-08-25T00:37:59.916Z | Compiling slog-async v2.8.0 |
| 613 | 2026-08-25T00:38:00.022Z | Checking compression-core v0.4.31 |
| 614 | 2026-08-25T00:38:00.135Z | Checking bit-vec v0.8.0 |
| 615 | 2026-08-25T00:38:00.181Z | Checking winnow v1.0.3 |
| 616 | 2026-08-25T00:38:00.195Z | Checking const-oid v0.10.2 |
| 617 | 2026-08-25T00:38:00.302Z | Checking foldhash v0.2.0 |
| 618 | 2026-08-25T00:38:00.313Z | Checking quick-error v1.2.3 |
| 619 | 2026-08-25T00:38:00.328Z | Compiling ref-cast v1.0.25 |
| 620 | 2026-08-25T00:38:00.397Z | Checking match_cfg v0.1.0 |
| 621 | 2026-08-25T00:38:00.440Z | Checking allocator-api2 v0.2.21 |
| 622 | 2026-08-25T00:38:00.459Z | Checking hostname v0.3.1 |
| 623 | 2026-08-25T00:38:00.540Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 624 | 2026-08-25T00:38:00.631Z | Checking rusty-fork v0.3.1 |
| 625 | 2026-08-25T00:38:00.657Z | Checking digest v0.11.3 |
| 626 | 2026-08-25T00:38:00.700Z | Checking hashbrown v0.16.1 |
| 627 | 2026-08-25T00:38:00.789Z | Checking bit-set v0.8.0 |
| 628 | 2026-08-25T00:38:00.831Z | Checking compression-codecs v0.4.37 |
| 629 | 2026-08-25T00:38:00.900Z | Compiling darling v0.23.0 |
| 630 | 2026-08-25T00:38:00.915Z | Checking crossbeam-channel v0.5.15 |
| 631 | 2026-08-25T00:38:00.971Z | Checking rand v0.9.2 |
| 632 | 2026-08-25T00:38:00.982Z | Checking rand_chacha v0.3.1 |
| 633 | 2026-08-25T00:38:01.179Z | Compiling usdt-attr-macro v0.6.0 |
| 634 | 2026-08-25T00:38:01.228Z | Compiling usdt-macro v0.6.0 |
| 635 | 2026-08-25T00:38:01.391Z | Compiling regex v1.12.3 |
| 636 | 2026-08-25T00:38:01.412Z | Checking slog-json v2.6.1 |
| 637 | 2026-08-25T00:38:01.555Z | Checking rand_xorshift v0.4.0 |
| 638 | 2026-08-25T00:38:01.611Z | Compiling derive-ex v0.1.8 |
| 639 | 2026-08-25T00:38:01.666Z | Compiling dropshot v0.17.1 |
| 640 | 2026-08-25T00:38:01.763Z | Checking futures-executor v0.3.32 |
| 641 | 2026-08-25T00:38:01.866Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-08-25T00:38:01.873Z | Compiling async-trait v0.1.89 |
| 643 | 2026-08-25T00:38:01.873Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 644 | 2026-08-25T00:38:01.877Z | Compiling async-stream-impl v0.3.6 |
| 645 | 2026-08-25T00:38:01.899Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 646 | 2026-08-25T00:38:02.084Z | Checking serde_spanned v1.1.1 |
| 647 | 2026-08-25T00:38:02.155Z | Checking memmap2 v0.9.10 |
| 648 | 2026-08-25T00:38:02.202Z | Checking is-terminal v0.4.17 |
| 649 | 2026-08-25T00:38:02.280Z | Checking encoding_rs v0.8.35 |
| 650 | 2026-08-25T00:38:02.291Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 651 | 2026-08-25T00:38:02.305Z | Checking hex v0.4.3 |
| 652 | 2026-08-25T00:38:02.395Z | Compiling anyhow v1.0.104 |
| 653 | 2026-08-25T00:38:02.447Z | Checking mime v0.3.17 |
| 654 | 2026-08-25T00:38:02.452Z | Checking spin v0.9.8 |
| 655 | 2026-08-25T00:38:02.501Z | Checking unarray v0.1.4 |
| 656 | 2026-08-25T00:38:02.546Z | Checking take_mut v0.2.2 |
| 657 | 2026-08-25T00:38:02.592Z | Checking term v1.2.1 |
| 658 | 2026-08-25T00:38:02.639Z | Checking cpufeatures v0.3.0 |
| 659 | 2026-08-25T00:38:02.700Z | Checking sha1 v0.11.0 |
| 660 | 2026-08-25T00:38:02.800Z | Checking slog-term v2.9.2 |
| 661 | 2026-08-25T00:38:02.856Z | Checking proptest v1.11.0 |
| 662 | 2026-08-25T00:38:02.881Z | Checking byte-wrapper v0.1.0 |
| 663 | 2026-08-25T00:38:02.892Z | Compiling dropshot_endpoint v0.17.1 |
| 664 | 2026-08-25T00:38:02.935Z | Checking toml v1.1.2+spec-1.1.0 |
| 665 | 2026-08-25T00:38:03.037Z | Checking async-stream v0.3.6 |
| 666 | 2026-08-25T00:38:03.116Z | Compiling test-strategy v0.4.5 |
| 667 | 2026-08-25T00:38:03.128Z | Checking usdt v0.6.0 |
| 668 | 2026-08-25T00:38:03.144Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 669 | 2026-08-25T00:38:03.234Z | Compiling parse-display-derive v0.10.0 |
| 670 | 2026-08-25T00:38:03.263Z | Checking futures v0.3.32 |
| 671 | 2026-08-25T00:38:03.386Z | Checking atomicwrites v0.4.4 |
| 672 | 2026-08-25T00:38:03.487Z | Checking slog-bunyan v2.5.0 |
| 673 | 2026-08-25T00:38:03.497Z | Checking rand v0.8.6 |
| 674 | 2026-08-25T00:38:03.590Z | Checking async-compression v0.4.41 |
| 675 | 2026-08-25T00:38:03.632Z | Compiling serde_with_macros v3.21.0 |
| 676 | 2026-08-25T00:38:03.942Z | Compiling strum_macros v0.27.2 |
| 677 | 2026-08-25T00:38:03.983Z | Compiling newtype-uuid-macros v0.1.0 |
| 678 | 2026-08-25T00:38:04.377Z | Checking openapiv3 v2.2.0 |
| 679 | 2026-08-25T00:38:04.424Z | Checking backon v1.6.0 |
| 680 | 2026-08-25T00:38:04.441Z | Checking waitgroup v0.1.2 |
| 681 | 2026-08-25T00:38:04.538Z | Checking rustls-pemfile v2.2.0 |
| 682 | 2026-08-25T00:38:04.572Z | Checking serde_path_to_error v0.1.20 |
| 683 | 2026-08-25T00:38:04.676Z | Checking hostname v0.4.2 |
| 684 | 2026-08-25T00:38:04.676Z | Checking instant v0.1.13 |
| 685 | 2026-08-25T00:38:04.676Z | Checking either v1.15.0 |
| 686 | 2026-08-25T00:38:04.713Z | Checking debug-ignore v1.0.5 |
| 687 | 2026-08-25T00:38:04.743Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 688 | 2026-08-25T00:38:04.747Z | Checking backoff v0.4.0 |
| 689 | 2026-08-25T00:38:04.804Z | Checking parse-display v0.10.0 |
| 690 | 2026-08-25T00:38:04.828Z | Checking serde_with v3.21.0 |
| 691 | 2026-08-25T00:38:04.849Z | Checking itertools v0.14.0 |
| 692 | 2026-08-25T00:38:04.897Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 693 | 2026-08-25T00:38:04.951Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 694 | 2026-08-25T00:38:05.150Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 695 | 2026-08-25T00:38:05.203Z | Checking iddqd v0.4.2 |
| 696 | 2026-08-25T00:38:05.579Z | Checking regress v0.10.5 |
| 697 | 2026-08-25T00:38:05.628Z | Checking oxide-generation v0.1.3 |
| 698 | 2026-08-25T00:38:05.638Z | Checking macaddr v1.0.1 |
| 699 | 2026-08-25T00:38:05.674Z | Checking strum v0.27.2 |
| 700 | 2026-08-25T00:38:05.775Z | Checking humantime v2.3.0 |
| 701 | 2026-08-25T00:38:10.108Z | Checking rustls-webpki v0.103.13 |
| 702 | 2026-08-25T00:38:12.209Z | Checking tokio-rustls v0.26.4 |
| 703 | 2026-08-25T00:38:12.209Z | Checking rustls-platform-verifier v0.6.2 |
| 704 | 2026-08-25T00:38:12.379Z | Checking hyper-rustls v0.27.7 |
| 705 | 2026-08-25T00:38:12.517Z | Checking reqwest v0.13.2 |
| 706 | 2026-08-25T00:38:13.058Z | Checking progenitor-client v0.14.0 |
| 707 | 2026-08-25T00:38:13.236Z | Checking progenitor-extras v0.2.0 |
| 708 | 2026-08-25T00:38:14.012Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 709 | 2026-08-25T00:38:16.530Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 710 | 2026-08-25T00:38:16.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.28s |
| 711 | 2026-08-25T00:38:16.706Z | + cargo build --release |
| 712 | 2026-08-25T00:38:16.873Z | Compiling proc-macro2 v1.0.106 |
| 713 | 2026-08-25T00:38:16.873Z | Compiling quote v1.0.45 |
| 714 | 2026-08-25T00:38:16.873Z | Compiling unicode-ident v1.0.24 |
| 715 | 2026-08-25T00:38:16.873Z | Compiling libc v0.2.185 |
| 716 | 2026-08-25T00:38:16.885Z | Compiling cfg-if v1.0.4 |
| 717 | 2026-08-25T00:38:16.886Z | Compiling serde_core v1.0.228 |
| 718 | 2026-08-25T00:38:16.930Z | Compiling memchr v2.8.0 |
| 719 | 2026-08-25T00:38:16.941Z | Compiling itoa v1.0.17 |
| 720 | 2026-08-25T00:38:16.969Z | Compiling serde v1.0.228 |
| 721 | 2026-08-25T00:38:17.010Z | Compiling zmij v1.0.21 |
| 722 | 2026-08-25T00:38:17.133Z | Compiling serde_json v1.0.151 |
| 723 | 2026-08-25T00:38:17.268Z | Compiling pin-project-lite v0.2.17 |
| 724 | 2026-08-25T00:38:17.349Z | Compiling smallvec v1.15.1 |
| 725 | 2026-08-25T00:38:17.357Z | Compiling futures-core v0.3.32 |
| 726 | 2026-08-25T00:38:17.491Z | Compiling bytes v1.11.1 |
| 727 | 2026-08-25T00:38:17.573Z | Compiling parking_lot_core v0.9.12 |
| 728 | 2026-08-25T00:38:17.606Z | Compiling once_cell v1.21.3 |
| 729 | 2026-08-25T00:38:17.785Z | Compiling errno v0.3.14 |
| 730 | 2026-08-25T00:38:17.879Z | Compiling getrandom v0.4.3 |
| 731 | 2026-08-25T00:38:17.945Z | Compiling scopeguard v1.2.0 |
| 732 | 2026-08-25T00:38:17.991Z | Compiling syn v2.0.117 |
| 733 | 2026-08-25T00:38:18.018Z | Compiling lock_api v0.4.14 |
| 734 | 2026-08-25T00:38:18.046Z | Compiling jobserver v0.1.34 |
| 735 | 2026-08-25T00:38:18.246Z | Compiling shlex v1.3.0 |
| 736 | 2026-08-25T00:38:18.297Z | Compiling autocfg v1.5.0 |
| 737 | 2026-08-25T00:38:18.333Z | Compiling find-msvc-tools v0.1.9 |
| 738 | 2026-08-25T00:38:18.341Z | Compiling parking_lot v0.12.5 |
| 739 | 2026-08-25T00:38:18.358Z | Compiling signal-hook-registry v1.4.8 |
| 740 | 2026-08-25T00:38:18.398Z | Compiling mio v1.2.0 |
| 741 | 2026-08-25T00:38:18.415Z | Compiling socket2 v0.6.3 |
| 742 | 2026-08-25T00:38:18.547Z | Compiling cc v1.2.56 |
| 743 | 2026-08-25T00:38:18.671Z | Compiling num-traits v0.2.19 |
| 744 | 2026-08-25T00:38:18.786Z | Compiling futures-sink v0.3.32 |
| 745 | 2026-08-25T00:38:18.836Z | Compiling stable_deref_trait v1.2.1 |
| 746 | 2026-08-25T00:38:18.876Z | Compiling thiserror v2.0.18 |
| 747 | 2026-08-25T00:38:19.025Z | Compiling dunce v1.0.5 |
| 748 | 2026-08-25T00:38:19.108Z | Compiling fs_extra v1.3.0 |
| 749 | 2026-08-25T00:38:19.200Z | Compiling zerocopy v0.8.55 |
| 750 | 2026-08-25T00:38:19.231Z | Compiling slab v0.4.12 |
| 751 | 2026-08-25T00:38:19.341Z | Compiling cmake v0.1.57 |
| 752 | 2026-08-25T00:38:19.411Z | Compiling futures-channel v0.3.32 |
| 753 | 2026-08-25T00:38:19.537Z | Compiling equivalent v1.0.2 |
| 754 | 2026-08-25T00:38:19.580Z | Compiling iana-time-zone v0.1.65 |
| 755 | 2026-08-25T00:38:19.614Z | Compiling rustversion v1.0.22 |
| 756 | 2026-08-25T00:38:19.648Z | Compiling zeroize v1.9.0 |
| 757 | 2026-08-25T00:38:19.789Z | Compiling aws-lc-sys v0.40.0 |
| 758 | 2026-08-25T00:38:19.831Z | Compiling http v1.4.2 |
| 759 | 2026-08-25T00:38:19.857Z | Compiling schemars v0.8.22 |
| 760 | 2026-08-25T00:38:19.977Z | Compiling ucd-trie v0.1.7 |
| 761 | 2026-08-25T00:38:20.083Z | Compiling bitflags v2.11.0 |
| 762 | 2026-08-25T00:38:20.153Z | Compiling log v0.4.33 |
| 763 | 2026-08-25T00:38:20.182Z | Compiling futures-io v0.3.32 |
| 764 | 2026-08-25T00:38:20.356Z | Compiling aws-lc-rs v1.16.3 |
| 765 | 2026-08-25T00:38:20.360Z | Compiling futures-task v0.3.32 |
| 766 | 2026-08-25T00:38:20.494Z | Compiling pest v2.8.6 |
| 767 | 2026-08-25T00:38:20.648Z | Compiling rustls-pki-types v1.14.0 |
| 768 | 2026-08-25T00:38:21.064Z | Compiling synstructure v0.13.2 |
| 769 | 2026-08-25T00:38:21.453Z | Compiling serde_derive_internals v0.29.1 |
| 770 | 2026-08-25T00:38:21.459Z | Compiling semver v1.0.28 |
| 771 | 2026-08-25T00:38:21.518Z | Compiling uuid v1.23.4 |
| 772 | 2026-08-25T00:38:21.599Z | Compiling fnv v1.0.7 |
| 773 | 2026-08-25T00:38:21.648Z | Compiling dyn-clone v1.0.20 |
| 774 | 2026-08-25T00:38:21.666Z | Compiling pest_meta v2.8.6 |
| 775 | 2026-08-25T00:38:21.672Z | Compiling slog v2.8.2 |
| 776 | 2026-08-25T00:38:21.775Z | Compiling hashbrown v0.17.0 |
| 777 | 2026-08-25T00:38:21.848Z | Compiling serde_derive v1.0.228 |
| 778 | 2026-08-25T00:38:21.873Z | Compiling zerocopy-derive v0.8.55 |
| 779 | 2026-08-25T00:38:22.075Z | Compiling zerofrom-derive v0.1.6 |
| 780 | 2026-08-25T00:38:22.094Z | Compiling yoke-derive v0.8.1 |
| 781 | 2026-08-25T00:38:22.138Z | Compiling tokio-macros v2.7.0 |
| 782 | 2026-08-25T00:38:22.421Z | Compiling zerovec-derive v0.11.2 |
| 783 | 2026-08-25T00:38:22.828Z | Compiling tokio v1.52.1 |
| 784 | 2026-08-25T00:38:22.836Z | Compiling thiserror-impl v2.0.18 |
| 785 | 2026-08-25T00:38:23.045Z | Compiling displaydoc v0.2.5 |
| 786 | 2026-08-25T00:38:23.187Z | Compiling zerofrom v0.1.6 |
| 787 | 2026-08-25T00:38:23.301Z | Compiling yoke v0.8.1 |
| 788 | 2026-08-25T00:38:23.449Z | Compiling zerovec v0.11.5 |
| 789 | 2026-08-25T00:38:23.472Z | Compiling futures-macro v0.3.32 |
| 790 | 2026-08-25T00:38:23.729Z | Compiling schemars_derive v0.8.22 |
| 791 | 2026-08-25T00:38:23.984Z | Compiling tinystr v0.8.2 |
| 792 | 2026-08-25T00:38:23.992Z | Compiling writeable v0.6.2 |
| 793 | 2026-08-25T00:38:24.173Z | Compiling httparse v1.10.1 |
| 794 | 2026-08-25T00:38:24.207Z | Compiling litemap v0.8.1 |
| 795 | 2026-08-25T00:38:24.247Z | Compiling futures-util v0.3.32 |
| 796 | 2026-08-25T00:38:24.385Z | Compiling icu_locale_core v2.1.1 |
| 797 | 2026-08-25T00:38:24.860Z | Compiling chrono v0.4.45 |
| 798 | 2026-08-25T00:38:24.949Z | Compiling erased-serde v0.3.31 |
| 799 | 2026-08-25T00:38:25.035Z | Compiling potential_utf v0.1.4 |
| 800 | 2026-08-25T00:38:25.202Z | Compiling zerotrie v0.2.3 |
| 801 | 2026-08-25T00:38:25.507Z | Compiling indexmap v2.14.0 |
| 802 | 2026-08-25T00:38:25.600Z | Compiling pest_generator v2.8.6 |
| 803 | 2026-08-25T00:38:26.294Z | Compiling http-body v1.0.1 |
| 804 | 2026-08-25T00:38:26.313Z | Compiling tracing-core v0.1.36 |
| 805 | 2026-08-25T00:38:26.437Z | Compiling rustls v0.23.41 |
| 806 | 2026-08-25T00:38:26.635Z | Compiling untrusted v0.9.0 |
| 807 | 2026-08-25T00:38:26.643Z | Compiling atomic-waker v1.1.2 |
| 808 | 2026-08-25T00:38:26.750Z | Compiling icu_properties_data v2.1.2 |
| 809 | 2026-08-25T00:38:26.754Z | Compiling percent-encoding v2.3.2 |
| 810 | 2026-08-25T00:38:26.806Z | Compiling icu_normalizer_data v2.1.1 |
| 811 | 2026-08-25T00:38:26.962Z | Compiling tokio-util v0.7.18 |
| 812 | 2026-08-25T00:38:27.003Z | Compiling tracing v0.1.44 |
| 813 | 2026-08-25T00:38:27.321Z | Compiling pest_derive v2.8.6 |
| 814 | 2026-08-25T00:38:27.330Z | Compiling icu_provider v2.1.1 |
| 815 | 2026-08-25T00:38:27.569Z | Compiling icu_collections v2.1.1 |
| 816 | 2026-08-25T00:38:28.053Z | Compiling tower-service v0.3.3 |
| 817 | 2026-08-25T00:38:28.136Z | Compiling rustix v1.1.4 |
| 818 | 2026-08-25T00:38:28.161Z | Compiling getrandom v0.3.4 |
| 819 | 2026-08-25T00:38:28.167Z | Compiling subtle v2.6.1 |
| 820 | 2026-08-25T00:38:28.259Z | Compiling tower-layer v0.3.3 |
| 821 | 2026-08-25T00:38:28.304Z | Compiling fastrand v2.3.0 |
| 822 | 2026-08-25T00:38:28.439Z | Compiling try-lock v0.2.5 |
| 823 | 2026-08-25T00:38:28.461Z | Compiling paste v1.0.15 |
| 824 | 2026-08-25T00:38:28.539Z | Compiling want v0.3.1 |
| 825 | 2026-08-25T00:38:28.704Z | Compiling h2 v0.4.15 |
| 826 | 2026-08-25T00:38:28.765Z | Compiling ppv-lite86 v0.2.21 |
| 827 | 2026-08-25T00:38:28.774Z | Compiling serde_tokenstream v0.2.3 |
| 828 | 2026-08-25T00:38:28.859Z | Compiling httpdate v1.0.3 |
| 829 | 2026-08-25T00:38:29.041Z | Compiling icu_properties v2.1.2 |
| 830 | 2026-08-25T00:38:29.208Z | Compiling icu_normalizer v2.1.1 |
| 831 | 2026-08-25T00:38:30.424Z | Compiling ipnetwork v0.21.1 |
| 832 | 2026-08-25T00:38:30.620Z | Compiling form_urlencoded v1.2.2 |
| 833 | 2026-08-25T00:38:30.845Z | Compiling structmeta-derive v0.3.0 |
| 834 | 2026-08-25T00:38:30.871Z | Compiling scroll_derive v0.13.1 |
| 835 | 2026-08-25T00:38:31.157Z | Compiling syn v3.0.3 |
| 836 | 2026-08-25T00:38:31.654Z | Compiling hyper v1.10.1 |
| 837 | 2026-08-25T00:38:32.147Z | Compiling num-conv v0.2.0 |
| 838 | 2026-08-25T00:38:32.175Z | Compiling usdt-impl v0.6.0 |
| 839 | 2026-08-25T00:38:32.264Z | Compiling base64 v0.22.1 |
| 840 | 2026-08-25T00:38:32.404Z | Compiling typenum v1.20.1 |
| 841 | 2026-08-25T00:38:32.739Z | Compiling omicron-workspace-hack v0.1.0 |
| 842 | 2026-08-25T00:38:33.002Z | Compiling time-core v0.1.8 |
| 843 | 2026-08-25T00:38:33.046Z | Compiling powerfmt v0.2.0 |
| 844 | 2026-08-25T00:38:33.134Z | Compiling version_check v0.9.5 |
| 845 | 2026-08-25T00:38:33.190Z | Compiling crc32fast v1.5.0 |
| 846 | 2026-08-25T00:38:33.293Z | Compiling ipnet v2.12.0 |
| 847 | 2026-08-25T00:38:33.380Z | Compiling heck v0.5.0 |
| 848 | 2026-08-25T00:38:33.486Z | Compiling deranged v0.5.8 |
| 849 | 2026-08-25T00:38:33.566Z | Compiling hyper-util v0.1.20 |
| 850 | 2026-08-25T00:38:34.025Z | Compiling daft-derive v0.1.8 |
| 851 | 2026-08-25T00:38:34.433Z | Compiling time-macros v0.2.27 |
| 852 | 2026-08-25T00:38:34.570Z | Compiling hybrid-array v0.4.13 |
| 853 | 2026-08-25T00:38:34.768Z | Compiling dof v0.4.0 |
| 854 | 2026-08-25T00:38:35.044Z | Compiling structmeta v0.3.0 |
| 855 | 2026-08-25T00:38:35.134Z | Compiling scroll v0.13.0 |
| 856 | 2026-08-25T00:38:35.229Z | Compiling oxnet v0.1.6 |
| 857 | 2026-08-25T00:38:35.374Z | Compiling tempfile v3.27.0 |
| 858 | 2026-08-25T00:38:35.424Z | Compiling rand_core v0.9.5 |
| 859 | 2026-08-25T00:38:35.449Z | Compiling idna_adapter v1.2.1 |
| 860 | 2026-08-25T00:38:35.573Z | Compiling dtrace-parser v0.3.0 |
| 861 | 2026-08-25T00:38:35.699Z | Compiling newtype-uuid v1.3.2 |
| 862 | 2026-08-25T00:38:36.094Z | Compiling thread-id v5.1.0 |
| 863 | 2026-08-25T00:38:36.110Z | Compiling sync_wrapper v1.0.2 |
| 864 | 2026-08-25T00:38:36.163Z | Compiling regex-syntax v0.8.10 |
| 865 | 2026-08-25T00:38:36.185Z | Compiling crossbeam-utils v0.8.21 |
| 866 | 2026-08-25T00:38:36.202Z | Compiling openssl-probe v0.2.1 |
| 867 | 2026-08-25T00:38:36.428Z | Compiling byteorder v1.5.0 |
| 868 | 2026-08-25T00:38:36.452Z | Compiling adler2 v2.0.1 |
| 869 | 2026-08-25T00:38:36.461Z | Compiling ident_case v1.0.1 |
| 870 | 2026-08-25T00:38:36.553Z | Compiling utf8_iter v1.0.4 |
| 871 | 2026-08-25T00:38:36.570Z | Compiling strsim v0.11.1 |
| 872 | 2026-08-25T00:38:36.637Z | Compiling ryu v1.0.23 |
| 873 | 2026-08-25T00:38:36.701Z | Compiling num_threads v0.1.7 |
| 874 | 2026-08-25T00:38:36.778Z | Compiling simd-adler32 v0.3.8 |
| 875 | 2026-08-25T00:38:36.835Z | Compiling plain v0.2.3 |
| 876 | 2026-08-25T00:38:36.910Z | Compiling goblin v0.10.5 |
| 877 | 2026-08-25T00:38:36.922Z | Compiling miniz_oxide v0.8.9 |
| 878 | 2026-08-25T00:38:36.937Z | Compiling time v0.3.47 |
| 879 | 2026-08-25T00:38:37.293Z | Compiling serde_urlencoded v0.7.1 |
| 880 | 2026-08-25T00:38:37.554Z | Compiling darling_core v0.23.0 |
| 881 | 2026-08-25T00:38:37.600Z | Compiling idna v1.1.0 |
| 882 | 2026-08-25T00:38:38.739Z | Compiling rustls-native-certs v0.8.3 |
| 883 | 2026-08-25T00:38:38.825Z | Compiling tower v0.5.3 |
| 884 | 2026-08-25T00:38:39.369Z | Compiling daft v0.1.8 |
| 885 | 2026-08-25T00:38:39.475Z | Compiling http-body-util v0.1.3 |
| 886 | 2026-08-25T00:38:39.560Z | Compiling aho-corasick v1.1.4 |
| 887 | 2026-08-25T00:38:39.609Z | Compiling getrandom v0.2.17 |
| 888 | 2026-08-25T00:38:39.614Z | Compiling rustix v0.38.44 |
| 889 | 2026-08-25T00:38:39.620Z | Compiling pretty-hex v0.4.1 |
| 890 | 2026-08-25T00:38:39.740Z | Compiling iri-string v0.7.10 |
| 891 | 2026-08-25T00:38:39.802Z | Compiling camino v1.2.5 |
| 892 | 2026-08-25T00:38:40.143Z | Compiling rand_core v0.6.4 |
| 893 | 2026-08-25T00:38:40.381Z | Compiling darling_macro v0.23.0 |
| 894 | 2026-08-25T00:38:40.915Z | Compiling flate2 v1.1.9 |
| 895 | 2026-08-25T00:38:41.418Z | Compiling regex-automata v0.4.14 |
| 896 | 2026-08-25T00:38:41.904Z | Compiling tower-http v0.6.8 |
| 897 | 2026-08-25T00:38:42.845Z | Compiling url v2.5.8 |
| 898 | 2026-08-25T00:38:43.068Z | Compiling rand_chacha v0.9.0 |
| 899 | 2026-08-25T00:38:43.369Z | Compiling block-buffer v0.12.1 |
| 900 | 2026-08-25T00:38:43.526Z | Compiling crypto-common v0.2.2 |
| 901 | 2026-08-25T00:38:43.608Z | Compiling multer v3.1.0 |
| 902 | 2026-08-25T00:38:43.823Z | Compiling wait-timeout v0.2.1 |
| 903 | 2026-08-25T00:38:44.327Z | Compiling thread_local v1.1.9 |
| 904 | 2026-08-25T00:38:44.603Z | Compiling const-oid v0.10.2 |
| 905 | 2026-08-25T00:38:44.871Z | Compiling slog-async v2.8.0 |
| 906 | 2026-08-25T00:38:45.035Z | Compiling ref-cast v1.0.25 |
| 907 | 2026-08-25T00:38:45.142Z | Compiling winnow v1.0.3 |
| 908 | 2026-08-25T00:38:45.203Z | Compiling match_cfg v0.1.0 |
| 909 | 2026-08-25T00:38:45.259Z | Compiling foldhash v0.2.0 |
| 910 | 2026-08-25T00:38:45.324Z | Compiling bit-vec v0.8.0 |
| 911 | 2026-08-25T00:38:45.358Z | Compiling allocator-api2 v0.2.21 |
| 912 | 2026-08-25T00:38:45.528Z | Compiling quick-error v1.2.3 |
| 913 | 2026-08-25T00:38:45.593Z | Compiling compression-core v0.4.31 |
| 914 | 2026-08-25T00:38:45.613Z | Compiling rusty-fork v0.3.1 |
| 915 | 2026-08-25T00:38:45.625Z | Compiling bit-set v0.8.0 |
| 916 | 2026-08-25T00:38:45.717Z | Compiling hashbrown v0.16.1 |
| 917 | 2026-08-25T00:38:45.722Z | Compiling compression-codecs v0.4.37 |
| 918 | 2026-08-25T00:38:45.794Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 919 | 2026-08-25T00:38:46.108Z | Compiling hostname v0.3.1 |
| 920 | 2026-08-25T00:38:46.442Z | Compiling digest v0.11.3 |
| 921 | 2026-08-25T00:38:46.657Z | Compiling rand v0.9.2 |
| 922 | 2026-08-25T00:38:47.077Z | Compiling regex v1.12.3 |
| 923 | 2026-08-25T00:38:47.359Z | Compiling crossbeam-channel v0.5.15 |
| 924 | 2026-08-25T00:38:47.460Z | Compiling darling v0.23.0 |
| 925 | 2026-08-25T00:38:47.541Z | Compiling rand_chacha v0.3.1 |
| 926 | 2026-08-25T00:38:48.131Z | Compiling usdt-macro v0.6.0 |
| 927 | 2026-08-25T00:38:48.576Z | Compiling usdt-attr-macro v0.6.0 |
| 928 | 2026-08-25T00:38:48.809Z | Compiling slog-json v2.6.1 |
| 929 | 2026-08-25T00:38:49.056Z | Compiling rand_xorshift v0.4.0 |
| 930 | 2026-08-25T00:38:49.227Z | Compiling derive-ex v0.1.8 |
| 931 | 2026-08-25T00:38:49.275Z | Compiling dropshot v0.17.1 |
| 932 | 2026-08-25T00:38:49.357Z | Compiling futures-executor v0.3.32 |
| 933 | 2026-08-25T00:38:49.379Z | Compiling async-trait v0.1.89 |
| 934 | 2026-08-25T00:38:49.514Z | Compiling async-stream-impl v0.3.6 |
| 935 | 2026-08-25T00:38:49.827Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 936 | 2026-08-25T00:38:50.085Z | Compiling ref-cast-impl v1.0.25 |
| 937 | 2026-08-25T00:38:50.266Z | Compiling serde_spanned v1.1.1 |
| 938 | 2026-08-25T00:38:50.308Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 939 | 2026-08-25T00:38:50.397Z | Compiling memmap2 v0.9.10 |
| 940 | 2026-08-25T00:38:50.598Z | Compiling is-terminal v0.4.17 |
| 941 | 2026-08-25T00:38:50.663Z | Compiling encoding_rs v0.8.35 |
| 942 | 2026-08-25T00:38:50.669Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 943 | 2026-08-25T00:38:50.684Z | Compiling spin v0.9.8 |
| 944 | 2026-08-25T00:38:50.691Z | Compiling term v1.2.1 |
| 945 | 2026-08-25T00:38:50.703Z | Compiling cpufeatures v0.3.0 |
| 946 | 2026-08-25T00:38:50.766Z | Compiling unarray v0.1.4 |
| 947 | 2026-08-25T00:38:50.795Z | Compiling mime v0.3.17 |
| 948 | 2026-08-25T00:38:50.876Z | Compiling anyhow v1.0.104 |
| 949 | 2026-08-25T00:38:51.171Z | Compiling take_mut v0.2.2 |
| 950 | 2026-08-25T00:38:51.177Z | Compiling hex v0.4.3 |
| 951 | 2026-08-25T00:38:51.446Z | Compiling byte-wrapper v0.1.0 |
| 952 | 2026-08-25T00:38:51.470Z | Compiling dropshot_endpoint v0.17.1 |
| 953 | 2026-08-25T00:38:52.560Z | Compiling slog-term v2.9.2 |
| 954 | 2026-08-25T00:38:52.585Z | Compiling proptest v1.11.0 |
| 955 | 2026-08-25T00:38:53.086Z | Compiling toml v1.1.2+spec-1.1.0 |
| 956 | 2026-08-25T00:38:53.351Z | Compiling sha1 v0.11.0 |
| 957 | 2026-08-25T00:38:53.755Z | Compiling test-strategy v0.4.5 |
| 958 | 2026-08-25T00:38:53.974Z | Compiling usdt v0.6.0 |
| 959 | 2026-08-25T00:38:54.620Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 960 | 2026-08-25T00:38:54.757Z | Compiling async-stream v0.3.6 |
| 961 | 2026-08-25T00:38:54.946Z | Compiling futures v0.3.32 |
| 962 | 2026-08-25T00:38:55.012Z | Compiling slog-bunyan v2.5.0 |
| 963 | 2026-08-25T00:38:55.042Z | Compiling atomicwrites v0.4.4 |
| 964 | 2026-08-25T00:38:55.173Z | Compiling rand v0.8.6 |
| 965 | 2026-08-25T00:38:55.309Z | Compiling serde_with_macros v3.21.0 |
| 966 | 2026-08-25T00:38:55.925Z | Compiling parse-display-derive v0.10.0 |
| 967 | 2026-08-25T00:38:56.378Z | Compiling async-compression v0.4.41 |
| 968 | 2026-08-25T00:38:56.464Z | Compiling strum_macros v0.27.2 |
| 969 | 2026-08-25T00:38:56.822Z | Compiling newtype-uuid-macros v0.1.0 |
| 970 | 2026-08-25T00:38:57.442Z | Compiling backon v1.6.0 |
| 971 | 2026-08-25T00:38:57.522Z | Compiling waitgroup v0.1.2 |
| 972 | 2026-08-25T00:38:57.562Z | Compiling openapiv3 v2.2.0 |
| 973 | 2026-08-25T00:38:57.579Z | Compiling rustls-pemfile v2.2.0 |
| 974 | 2026-08-25T00:38:57.640Z | Compiling serde_path_to_error v0.1.20 |
| 975 | 2026-08-25T00:38:57.661Z | Compiling hostname v0.4.2 |
| 976 | 2026-08-25T00:38:57.804Z | Compiling instant v0.1.13 |
| 977 | 2026-08-25T00:38:57.840Z | Compiling either v1.15.0 |
| 978 | 2026-08-25T00:38:57.907Z | Compiling debug-ignore v1.0.5 |
| 979 | 2026-08-25T00:38:58.003Z | Compiling backoff v0.4.0 |
| 980 | 2026-08-25T00:38:58.041Z | Compiling itertools v0.14.0 |
| 981 | 2026-08-25T00:38:58.067Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 982 | 2026-08-25T00:38:58.190Z | Compiling parse-display v0.10.0 |
| 983 | 2026-08-25T00:38:58.220Z | Compiling strum v0.27.2 |
| 984 | 2026-08-25T00:38:58.338Z | Compiling serde_with v3.21.0 |
| 985 | 2026-08-25T00:38:59.029Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 986 | 2026-08-25T00:38:59.324Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 987 | 2026-08-25T00:38:59.513Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 988 | 2026-08-25T00:38:59.770Z | Compiling iddqd v0.4.2 |
| 989 | 2026-08-25T00:38:59.954Z | Compiling regress v0.10.5 |
| 990 | 2026-08-25T00:39:00.143Z | Compiling oxide-generation v0.1.3 |
| 991 | 2026-08-25T00:39:00.469Z | Compiling macaddr v1.0.1 |
| 992 | 2026-08-25T00:39:00.728Z | Compiling humantime v2.3.0 |
| 993 | 2026-08-25T00:39:07.193Z | Compiling rustls-webpki v0.103.13 |
| 994 | 2026-08-25T00:39:10.430Z | Compiling tokio-rustls v0.26.4 |
| 995 | 2026-08-25T00:39:10.430Z | Compiling rustls-platform-verifier v0.6.2 |
| 996 | 2026-08-25T00:39:10.686Z | Compiling hyper-rustls v0.27.7 |
| 997 | 2026-08-25T00:39:10.951Z | Compiling reqwest v0.13.2 |
| 998 | 2026-08-25T00:39:13.205Z | Compiling progenitor-client v0.14.0 |
| 999 | 2026-08-25T00:39:13.430Z | Compiling progenitor-extras v0.2.0 |
| 1000 | 2026-08-25T00:39:14.199Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1001 | 2026-08-25T00:39:17.848Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1002 | 2026-08-25T00:39:20.904Z | Finished `release` profile [optimized] target(s) in 1m 04s |
| 1003 | 2026-08-25T00:39:20.952Z | process exited: duration 101716 ms, exit code 0 |
| |
| 1004 | 2026-08-25T00:39:20.959Z | found 0 output files |