|
|
|
| 1 | 2026-08-24T19:53:01.672Z | job assigned to worker 01M0TN9E4T0VVEE3DHVBEMGC5N [factory aws, i-07cb28ea9a583e2f9] (queued for 2 m 29 s) |
| |
| 2 | 2026-08-24T19:53:07.681Z | starting task 0: "setup" |
| 3 | 2026-08-24T19:53:07.686Z | ++ uname -s |
| 4 | 2026-08-24T19:53:07.689Z | + kern=SunOS |
| 5 | 2026-08-24T19:53:07.689Z | + build_user=build |
| 6 | 2026-08-24T19:53:07.689Z | + build_uid=12345 |
| 7 | 2026-08-24T19:53:07.689Z | + work_dir=/work |
| 8 | 2026-08-24T19:53:07.689Z | + input_dir=/input |
| 9 | 2026-08-24T19:53:07.689Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-24T19:53:07.689Z | + case "$kern" in |
| 11 | 2026-08-24T19:53:07.689Z | + groupadd -g 12345 build |
| 12 | 2026-08-24T19:53:07.692Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-24T19:53:09.697Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-24T19:53:09.805Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-24T19:53:09.808Z | + home_fs=zfs |
| 16 | 2026-08-24T19:53:09.808Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-24T19:53:09.808Z | + mkdir -p /home/build |
| 18 | 2026-08-24T19:53:09.808Z | + chown build:build /home/build /work |
| 19 | 2026-08-24T19:53:11.809Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-24T19:53:11.813Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-08-24T19:53:11.819Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-24T19:53:11.824Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-24T19:53:11.824Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-24T19:53:11.824Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-24T19:53:11.824Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-24T19:53:11.824Z | * rust toolchain profile = "default" |
| 27 | 2026-08-24T19:53:11.824Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-24T19:53:11.827Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-24T19:53:11.827Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-24T19:53:11.931Z | info: downloading installer |
| 31 | 2026-08-24T19:53:13.341Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-24T19:53:13.341Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-24T19:53:13.341Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-24T19:53:13.341Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-24T19:53:13.353Z | info: profile set to default |
| 36 | 2026-08-24T19:53:13.353Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-24T19:53:13.356Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-24T19:53:13.503Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-24T19:53:13.507Z | info: downloading 6 components |
| 40 | 2026-08-24T19:53:28.737Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-24T19:53:28.737Z | |
| 42 | 2026-08-24T19:53:28.766Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-24T19:53:28.766Z | |
| 44 | 2026-08-24T19:53:28.766Z | |
| 45 | 2026-08-24T19:53:28.766Z | Rust is installed now. Great! |
| 46 | 2026-08-24T19:53:28.766Z | |
| 47 | 2026-08-24T19:53:28.766Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-24T19:53:28.766Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-24T19:53:28.766Z | |
| 50 | 2026-08-24T19:53:28.766Z | To configure your current shell, you need to source |
| 51 | 2026-08-24T19:53:28.767Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-24T19:53:28.767Z | |
| 53 | 2026-08-24T19:53:28.767Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-24T19:53:28.770Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-24T19:53:28.770Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-24T19:53:28.770Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-24T19:53:28.770Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-24T19:53:28.770Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-24T19:53:28.770Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-24T19:53:28.770Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-24T19:53:28.770Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-24T19:53:28.848Z | + rustup --version |
| 63 | 2026-08-24T19:53:28.856Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-24T19:53:28.860Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-24T19:53:28.878Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-24T19:53:28.882Z | + cargo --version |
| 67 | 2026-08-24T19:53:28.898Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-24T19:53:28.901Z | + rustc --version |
| 69 | 2026-08-24T19:53:28.918Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-24T19:53:28.921Z | process exited: duration 17100 ms, exit code 0 |
| |
| 71 | 2026-08-24T19:53:28.928Z | starting task 2: "authentication" |
| 72 | 2026-08-24T19:53:28.945Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-24T19:53:28.952Z | starting task 3: "clone repository" |
| 74 | 2026-08-24T19:53:28.955Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-24T19:53:28.959Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-24T19:53:28.990Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-24T19:53:41.754Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-24T19:53:41.754Z | + git fetch origin dd9b78d9d5bf584fa652f8f058f751474d068b40 |
| 79 | 2026-08-24T19:53:42.223Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-24T19:53:42.223Z | * branch dd9b78d9d5bf584fa652f8f058f751474d068b40 -> FETCH_HEAD |
| 81 | 2026-08-24T19:53:42.233Z | + [[ -n '' ]] |
| 82 | 2026-08-24T19:53:42.234Z | + git reset --hard dd9b78d9d5bf584fa652f8f058f751474d068b40 |
| 83 | 2026-08-24T19:53:42.499Z | HEAD is now at dd9b78d9d Bump postgres-protocol from 0.6.10 to 0.6.12 |
| 84 | 2026-08-24T19:53:42.502Z | process exited: duration 13549 ms, exit code 0 |
| |
| 85 | 2026-08-24T19:53:42.508Z | starting task 4: "build" |
| 86 | 2026-08-24T19:53:42.512Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-24T19:53:42.515Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-24T19:53:42.515Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-24T19:53:42.515Z | +++ uname -s |
| 90 | 2026-08-24T19:53:42.515Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-24T19:53:42.515Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-24T19:53:42.518Z | + cargo --version |
| 93 | 2026-08-24T19:53:42.524Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-24T19:53:42.527Z | + rustc --version |
| 95 | 2026-08-24T19:53:42.547Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-24T19:53:42.551Z | + cd /tmp |
| 97 | 2026-08-24T19:53:42.551Z | + cargo new --lib test-project |
| 98 | 2026-08-24T19:53:42.569Z | Creating library `test-project` package |
| 99 | 2026-08-24T19:53:42.606Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 100 | 2026-08-24T19:53:42.609Z | + cd test-project |
| 101 | 2026-08-24T19:53:42.609Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 102 | 2026-08-24T19:53:42.628Z | Adding omicron-common (local) to dependencies |
| 103 | 2026-08-24T19:53:42.631Z | Features: |
| 104 | 2026-08-24T19:53:42.631Z | - proptest |
| 105 | 2026-08-24T19:53:42.631Z | - test-strategy |
| 106 | 2026-08-24T19:53:42.632Z | - testing |
| 107 | 2026-08-24T19:53:42.649Z | Updating crates.io index |
| 108 | 2026-08-24T19:53:42.653Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 109 | 2026-08-24T19:53:43.114Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 110 | 2026-08-24T19:53:45.820Z | Locking 377 packages to latest Rust 1.97.1 compatible versions |
| 111 | 2026-08-24T19:53:45.885Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 112 | 2026-08-24T19:53:45.889Z | + cargo check |
| 113 | 2026-08-24T19:53:46.006Z | Updating crates.io index |
| 114 | 2026-08-24T19:53:46.468Z | Locking 1 package to latest Rust 1.97.1 compatible version |
| 115 | 2026-08-24T19:53:46.468Z | Adding omicron-workspace-hack v0.1.0 |
| 116 | 2026-08-24T19:53:46.497Z | Downloading crates ... |
| 117 | 2026-08-24T19:53:46.551Z | Downloaded rustls-pki-types v1.14.0 |
| 118 | 2026-08-24T19:53:46.556Z | Downloaded scopeguard v1.2.0 |
| 119 | 2026-08-24T19:53:46.563Z | Downloaded rustls-pemfile v2.2.0 |
| 120 | 2026-08-24T19:53:46.569Z | Downloaded idna_adapter v1.2.1 |
| 121 | 2026-08-24T19:53:46.574Z | Downloaded futures-task v0.3.32 |
| 122 | 2026-08-24T19:53:46.574Z | Downloaded rustversion v1.0.22 |
| 123 | 2026-08-24T19:53:46.574Z | Downloaded futures-io v0.3.32 |
| 124 | 2026-08-24T19:53:46.580Z | Downloaded hex v0.4.3 |
| 125 | 2026-08-24T19:53:46.580Z | Downloaded ref-cast-impl v1.0.25 |
| 126 | 2026-08-24T19:53:46.580Z | Downloaded getrandom v0.2.17 |
| 127 | 2026-08-24T19:53:46.583Z | Downloaded rustc-hash v2.1.1 |
| 128 | 2026-08-24T19:53:46.583Z | Downloaded rand_xorshift v0.4.0 |
| 129 | 2026-08-24T19:53:46.583Z | Downloaded itoa v1.0.17 |
| 130 | 2026-08-24T19:53:46.591Z | Downloaded num_threads v0.1.7 |
| 131 | 2026-08-24T19:53:46.592Z | Downloaded rand_chacha v0.3.1 |
| 132 | 2026-08-24T19:53:46.592Z | Downloaded futures-core v0.3.32 |
| 133 | 2026-08-24T19:53:46.597Z | Downloaded futures-sink v0.3.32 |
| 134 | 2026-08-24T19:53:46.597Z | Downloaded futures-macro v0.3.32 |
| 135 | 2026-08-24T19:53:46.597Z | Downloaded hostname v0.3.1 |
| 136 | 2026-08-24T19:53:46.598Z | Downloaded lru-slab v0.1.2 |
| 137 | 2026-08-24T19:53:46.598Z | Downloaded serde_spanned v1.1.1 |
| 138 | 2026-08-24T19:53:46.598Z | Downloaded parse-display v0.10.0 |
| 139 | 2026-08-24T19:53:46.601Z | Downloaded form_urlencoded v1.2.2 |
| 140 | 2026-08-24T19:53:46.601Z | Downloaded generic-array v0.14.7 |
| 141 | 2026-08-24T19:53:46.601Z | Downloaded serde_tokenstream v0.2.3 |
| 142 | 2026-08-24T19:53:46.616Z | Downloaded schemars_derive v0.8.22 |
| 143 | 2026-08-24T19:53:46.616Z | Downloaded scroll v0.13.0 |
| 144 | 2026-08-24T19:53:46.616Z | Downloaded fs_extra v1.3.0 |
| 145 | 2026-08-24T19:53:46.616Z | Downloaded scroll_derive v0.13.1 |
| 146 | 2026-08-24T19:53:46.623Z | Downloaded http-body v1.0.1 |
| 147 | 2026-08-24T19:53:46.623Z | Downloaded rand_pcg v0.10.2 |
| 148 | 2026-08-24T19:53:46.626Z | Downloaded tinyvec_macros v0.1.1 |
| 149 | 2026-08-24T19:53:46.626Z | Downloaded httpdate v1.0.3 |
| 150 | 2026-08-24T19:53:46.627Z | Downloaded heck v0.5.0 |
| 151 | 2026-08-24T19:53:46.629Z | Downloaded yoke-derive v0.8.1 |
| 152 | 2026-08-24T19:53:46.631Z | Downloaded serde_derive_internals v0.29.1 |
| 153 | 2026-08-24T19:53:46.635Z | Downloaded futures-executor v0.3.32 |
| 154 | 2026-08-24T19:53:46.637Z | Downloaded rustls-webpki v0.103.13 |
| 155 | 2026-08-24T19:53:46.643Z | Downloaded schemars v0.8.22 |
| 156 | 2026-08-24T19:53:46.647Z | Downloaded serde_core v1.0.228 |
| 157 | 2026-08-24T19:53:46.647Z | Downloaded futures-channel v0.3.32 |
| 158 | 2026-08-24T19:53:46.656Z | Downloaded hostname v0.4.2 |
| 159 | 2026-08-24T19:53:46.656Z | Downloaded humantime v2.3.0 |
| 160 | 2026-08-24T19:53:46.656Z | Downloaded ipnetwork v0.21.1 |
| 161 | 2026-08-24T19:53:46.656Z | Downloaded adler2 v2.0.1 |
| 162 | 2026-08-24T19:53:46.663Z | Downloaded newtype-uuid-macros v0.1.0 |
| 163 | 2026-08-24T19:53:46.663Z | Downloaded progenitor-client v0.14.0 |
| 164 | 2026-08-24T19:53:46.663Z | Downloaded ref-cast v1.0.25 |
| 165 | 2026-08-24T19:53:46.663Z | Downloaded serde_urlencoded v0.7.1 |
| 166 | 2026-08-24T19:53:46.663Z | Downloaded instant v0.1.13 |
| 167 | 2026-08-24T19:53:46.663Z | Downloaded stable_deref_trait v1.2.1 |
| 168 | 2026-08-24T19:53:46.664Z | Downloaded thread-id v5.1.0 |
| 169 | 2026-08-24T19:53:46.664Z | Downloaded slog-bunyan v2.5.0 |
| 170 | 2026-08-24T19:53:46.664Z | Downloaded tower-layer v0.3.3 |
| 171 | 2026-08-24T19:53:46.670Z | Downloaded structmeta-derive v0.3.0 |
| 172 | 2026-08-24T19:53:46.670Z | Downloaded structmeta v0.3.0 |
| 173 | 2026-08-24T19:53:46.670Z | Downloaded strum v0.27.2 |
| 174 | 2026-08-24T19:53:46.675Z | Downloaded time-core v0.1.8 |
| 175 | 2026-08-24T19:53:46.676Z | Downloaded ident_case v1.0.1 |
| 176 | 2026-08-24T19:53:46.676Z | Downloaded powerfmt v0.2.0 |
| 177 | 2026-08-24T19:53:46.676Z | Downloaded pretty-hex v0.4.1 |
| 178 | 2026-08-24T19:53:46.681Z | Downloaded take_mut v0.2.2 |
| 179 | 2026-08-24T19:53:46.681Z | Downloaded try-lock v0.2.5 |
| 180 | 2026-08-24T19:53:46.681Z | Downloaded macaddr v1.0.1 |
| 181 | 2026-08-24T19:53:46.682Z | Downloaded omicron-workspace-hack v0.1.0 |
| 182 | 2026-08-24T19:53:46.682Z | Downloaded strsim v0.11.1 |
| 183 | 2026-08-24T19:53:46.682Z | Downloaded subtle v2.6.1 |
| 184 | 2026-08-24T19:53:46.682Z | Downloaded is-terminal v0.4.17 |
| 185 | 2026-08-24T19:53:46.682Z | Downloaded sync_wrapper v1.0.2 |
| 186 | 2026-08-24T19:53:46.685Z | Downloaded percent-encoding v2.3.2 |
| 187 | 2026-08-24T19:53:46.685Z | Downloaded potential_utf v0.1.4 |
| 188 | 2026-08-24T19:53:46.692Z | Downloaded openssl-probe v0.2.1 |
| 189 | 2026-08-24T19:53:46.693Z | Downloaded block-buffer v0.10.4 |
| 190 | 2026-08-24T19:53:46.693Z | Downloaded quick-error v1.2.3 |
| 191 | 2026-08-24T19:53:46.711Z | Downloaded want v0.3.1 |
| 192 | 2026-08-24T19:53:46.711Z | Downloaded http-body-util v0.1.3 |
| 193 | 2026-08-24T19:53:46.711Z | Downloaded mime v0.3.17 |
| 194 | 2026-08-24T19:53:46.711Z | Downloaded num-conv v0.2.0 |
| 195 | 2026-08-24T19:53:46.711Z | Downloaded jobserver v0.1.34 |
| 196 | 2026-08-24T19:53:46.711Z | Downloaded rand_chacha v0.9.0 |
| 197 | 2026-08-24T19:53:46.711Z | Downloaded sha1 v0.11.0 |
| 198 | 2026-08-24T19:53:46.712Z | Downloaded rustls-native-certs v0.8.3 |
| 199 | 2026-08-24T19:53:46.712Z | Downloaded rand_core v0.10.0 |
| 200 | 2026-08-24T19:53:46.712Z | Downloaded usdt-attr-macro v0.6.0 |
| 201 | 2026-08-24T19:53:46.712Z | Downloaded rand_core v0.6.4 |
| 202 | 2026-08-24T19:53:46.719Z | Downloaded rand_core v0.9.5 |
| 203 | 2026-08-24T19:53:46.720Z | Downloaded zerofrom-derive v0.1.6 |
| 204 | 2026-08-24T19:53:46.720Z | Downloaded cfg_aliases v0.2.1 |
| 205 | 2026-08-24T19:53:46.720Z | Downloaded signal-hook-registry v1.4.8 |
| 206 | 2026-08-24T19:53:46.720Z | Downloaded match_cfg v0.1.0 |
| 207 | 2026-08-24T19:53:46.726Z | Downloaded oxide-generation v0.1.3 |
| 208 | 2026-08-24T19:53:46.727Z | Downloaded debug-ignore v1.0.5 |
| 209 | 2026-08-24T19:53:46.727Z | Downloaded errno v0.3.14 |
| 210 | 2026-08-24T19:53:46.727Z | Downloaded fnv v1.0.7 |
| 211 | 2026-08-24T19:53:46.727Z | Downloaded usdt-macro v0.6.0 |
| 212 | 2026-08-24T19:53:46.730Z | Downloaded cpufeatures v0.2.17 |
| 213 | 2026-08-24T19:53:46.730Z | Downloaded cpufeatures v0.3.0 |
| 214 | 2026-08-24T19:53:46.730Z | Downloaded rusty-fork v0.3.1 |
| 215 | 2026-08-24T19:53:46.730Z | Downloaded thiserror-impl v2.0.18 |
| 216 | 2026-08-24T19:53:46.733Z | Downloaded dtrace-parser v0.3.0 |
| 217 | 2026-08-24T19:53:46.733Z | Downloaded slab v0.4.12 |
| 218 | 2026-08-24T19:53:46.733Z | Downloaded waitgroup v0.1.2 |
| 219 | 2026-08-24T19:53:46.733Z | Downloaded tinystr v0.8.2 |
| 220 | 2026-08-24T19:53:46.733Z | Downloaded atomic-waker v1.1.2 |
| 221 | 2026-08-24T19:53:46.737Z | Downloaded crypto-common v0.2.2 |
| 222 | 2026-08-24T19:53:46.737Z | Downloaded simd-adler32 v0.3.8 |
| 223 | 2026-08-24T19:53:46.743Z | Downloaded time-macros v0.2.27 |
| 224 | 2026-08-24T19:53:46.747Z | Downloaded shlex v1.3.0 |
| 225 | 2026-08-24T19:53:46.747Z | Downloaded slog-json v2.6.1 |
| 226 | 2026-08-24T19:53:46.747Z | Downloaded tokio-macros v2.7.0 |
| 227 | 2026-08-24T19:53:46.747Z | Downloaded ipnet v2.12.0 |
| 228 | 2026-08-24T19:53:46.747Z | Downloaded slog-async v2.8.0 |
| 229 | 2026-08-24T19:53:46.752Z | Downloaded hybrid-array v0.4.13 |
| 230 | 2026-08-24T19:53:46.752Z | Downloaded slog-term v2.9.2 |
| 231 | 2026-08-24T19:53:46.760Z | Downloaded thread_local v1.1.9 |
| 232 | 2026-08-24T19:53:46.760Z | Downloaded progenitor-extras v0.2.0 |
| 233 | 2026-08-24T19:53:46.766Z | Downloaded sha2 v0.10.9 |
| 234 | 2026-08-24T19:53:46.767Z | Downloaded strum_macros v0.27.2 |
| 235 | 2026-08-24T19:53:46.767Z | Downloaded pin-project-lite v0.2.17 |
| 236 | 2026-08-24T19:53:46.767Z | Downloaded wait-timeout v0.2.1 |
| 237 | 2026-08-24T19:53:46.767Z | Downloaded quote v1.0.45 |
| 238 | 2026-08-24T19:53:46.773Z | Downloaded synstructure v0.13.2 |
| 239 | 2026-08-24T19:53:46.773Z | Downloaded serde_path_to_error v0.1.20 |
| 240 | 2026-08-24T19:53:46.773Z | Downloaded thiserror v2.0.18 |
| 241 | 2026-08-24T19:53:46.773Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 242 | 2026-08-24T19:53:46.773Z | Downloaded semver v1.0.28 |
| 243 | 2026-08-24T19:53:46.773Z | Downloaded icu_properties v2.1.2 |
| 244 | 2026-08-24T19:53:46.776Z | Downloaded async-stream-impl v0.3.6 |
| 245 | 2026-08-24T19:53:46.776Z | Downloaded atomicwrites v0.4.4 |
| 246 | 2026-08-24T19:53:46.776Z | Downloaded newtype-uuid v1.3.2 |
| 247 | 2026-08-24T19:53:46.776Z | Downloaded tower-service v0.3.3 |
| 248 | 2026-08-24T19:53:46.776Z | Downloaded oxnet v0.1.6 |
| 249 | 2026-08-24T19:53:46.776Z | Downloaded plain v0.2.3 |
| 250 | 2026-08-24T19:53:46.779Z | Downloaded parse-display-derive v0.10.0 |
| 251 | 2026-08-24T19:53:46.779Z | Downloaded serde_derive v1.0.228 |
| 252 | 2026-08-24T19:53:46.779Z | Downloaded cfg-if v1.0.4 |
| 253 | 2026-08-24T19:53:46.779Z | Downloaded paste v1.0.15 |
| 254 | 2026-08-24T19:53:46.782Z | Downloaded dof v0.4.0 |
| 255 | 2026-08-24T19:53:46.785Z | Downloaded multer v3.1.0 |
| 256 | 2026-08-24T19:53:46.785Z | Downloaded zerovec-derive v0.11.2 |
| 257 | 2026-08-24T19:53:46.788Z | Downloaded unarray v0.1.4 |
| 258 | 2026-08-24T19:53:46.788Z | Downloaded async-trait v0.1.89 |
| 259 | 2026-08-24T19:53:46.791Z | Downloaded bit-set v0.8.0 |
| 260 | 2026-08-24T19:53:46.791Z | Downloaded httparse v1.10.1 |
| 261 | 2026-08-24T19:53:46.791Z | Downloaded digest v0.11.3 |
| 262 | 2026-08-24T19:53:46.798Z | Downloaded byteorder v1.5.0 |
| 263 | 2026-08-24T19:53:46.801Z | Downloaded foldhash v0.2.0 |
| 264 | 2026-08-24T19:53:46.801Z | Downloaded parking_lot v0.12.5 |
| 265 | 2026-08-24T19:53:46.801Z | Downloaded compression-core v0.4.31 |
| 266 | 2026-08-24T19:53:46.801Z | Downloaded untrusted v0.9.0 |
| 267 | 2026-08-24T19:53:46.801Z | Downloaded daft-derive v0.1.8 |
| 268 | 2026-08-24T19:53:46.801Z | Downloaded backoff v0.4.0 |
| 269 | 2026-08-24T19:53:46.801Z | Downloaded dyn-clone v1.0.20 |
| 270 | 2026-08-24T19:53:46.806Z | Downloaded usdt v0.6.0 |
| 271 | 2026-08-24T19:53:46.806Z | Downloaded crypto-common v0.1.7 |
| 272 | 2026-08-24T19:53:46.809Z | Downloaded darling_macro v0.23.0 |
| 273 | 2026-08-24T19:53:46.809Z | Downloaded dunce v1.0.5 |
| 274 | 2026-08-24T19:53:46.812Z | Downloaded async-stream v0.3.6 |
| 275 | 2026-08-24T19:53:46.812Z | Downloaded futures v0.3.32 |
| 276 | 2026-08-24T19:53:46.815Z | Downloaded tempfile v3.27.0 |
| 277 | 2026-08-24T19:53:46.819Z | Downloaded getrandom v0.3.4 |
| 278 | 2026-08-24T19:53:46.819Z | Downloaded hyper-rustls v0.27.7 |
| 279 | 2026-08-24T19:53:46.825Z | Downloaded quinn-udp v0.5.14 |
| 280 | 2026-08-24T19:53:46.826Z | Downloaded spin v0.9.8 |
| 281 | 2026-08-24T19:53:46.826Z | Downloaded getrandom v0.4.3 |
| 282 | 2026-08-24T19:53:46.826Z | Downloaded iana-time-zone v0.1.65 |
| 283 | 2026-08-24T19:53:46.832Z | Downloaded litemap v0.8.1 |
| 284 | 2026-08-24T19:53:46.832Z | Downloaded lock_api v0.4.14 |
| 285 | 2026-08-24T19:53:46.832Z | Downloaded smallvec v1.15.1 |
| 286 | 2026-08-24T19:53:46.832Z | Downloaded term v1.2.1 |
| 287 | 2026-08-24T19:53:46.832Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 288 | 2026-08-24T19:53:46.832Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 289 | 2026-08-24T19:53:46.835Z | Downloaded once_cell v1.21.3 |
| 290 | 2026-08-24T19:53:46.835Z | Downloaded pest_generator v2.8.6 |
| 291 | 2026-08-24T19:53:46.835Z | Downloaded cmake v0.1.57 |
| 292 | 2026-08-24T19:53:46.835Z | Downloaded compression-codecs v0.4.37 |
| 293 | 2026-08-24T19:53:46.838Z | Downloaded utf8_iter v1.0.4 |
| 294 | 2026-08-24T19:53:46.838Z | Downloaded zerofrom v0.1.6 |
| 295 | 2026-08-24T19:53:46.838Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-08-24T19:53:46.842Z | Downloaded icu_provider v2.1.1 |
| 297 | 2026-08-24T19:53:46.842Z | Downloaded ryu v1.0.23 |
| 298 | 2026-08-24T19:53:46.850Z | Downloaded zmij v1.0.21 |
| 299 | 2026-08-24T19:53:46.850Z | Downloaded version_check v0.9.5 |
| 300 | 2026-08-24T19:53:46.860Z | Downloaded memmap2 v0.9.10 |
| 301 | 2026-08-24T19:53:46.860Z | Downloaded bs58 v0.5.1 |
| 302 | 2026-08-24T19:53:46.860Z | Downloaded parking_lot_core v0.9.12 |
| 303 | 2026-08-24T19:53:46.860Z | Downloaded deranged v0.5.8 |
| 304 | 2026-08-24T19:53:46.867Z | Downloaded either v1.15.0 |
| 305 | 2026-08-24T19:53:46.867Z | Downloaded fastrand v2.3.0 |
| 306 | 2026-08-24T19:53:46.867Z | Downloaded icu_normalizer_data v2.1.1 |
| 307 | 2026-08-24T19:53:46.867Z | Downloaded yoke v0.8.1 |
| 308 | 2026-08-24T19:53:46.873Z | Downloaded autocfg v1.5.0 |
| 309 | 2026-08-24T19:53:46.873Z | Downloaded zeroize v1.9.0 |
| 310 | 2026-08-24T19:53:46.873Z | Downloaded ppv-lite86 v0.2.21 |
| 311 | 2026-08-24T19:53:46.873Z | Downloaded writeable v0.6.2 |
| 312 | 2026-08-24T19:53:46.873Z | Downloaded digest v0.10.7 |
| 313 | 2026-08-24T19:53:46.879Z | Downloaded erased-serde v0.3.31 |
| 314 | 2026-08-24T19:53:46.879Z | Downloaded serde_with_macros v3.21.0 |
| 315 | 2026-08-24T19:53:46.884Z | Downloaded anyhow v1.0.104 |
| 316 | 2026-08-24T19:53:46.884Z | Downloaded test-strategy v0.4.5 |
| 317 | 2026-08-24T19:53:46.893Z | Downloaded slog v2.8.2 |
| 318 | 2026-08-24T19:53:46.893Z | Downloaded rustls-platform-verifier v0.6.2 |
| 319 | 2026-08-24T19:53:46.893Z | Downloaded socket2 v0.6.3 |
| 320 | 2026-08-24T19:53:46.905Z | Downloaded unicode-ident v1.0.24 |
| 321 | 2026-08-24T19:53:46.905Z | Downloaded block-buffer v0.12.1 |
| 322 | 2026-08-24T19:53:46.905Z | Downloaded tokio-rustls v0.26.4 |
| 323 | 2026-08-24T19:53:46.906Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 324 | 2026-08-24T19:53:46.906Z | Downloaded bit-vec v0.8.0 |
| 325 | 2026-08-24T19:53:46.907Z | Downloaded find-msvc-tools v0.1.9 |
| 326 | 2026-08-24T19:53:46.907Z | Downloaded icu_locale_core v2.1.1 |
| 327 | 2026-08-24T19:53:46.915Z | Downloaded icu_normalizer v2.1.1 |
| 328 | 2026-08-24T19:53:46.915Z | Downloaded num-traits v0.2.19 |
| 329 | 2026-08-24T19:53:46.915Z | Downloaded darling v0.23.0 |
| 330 | 2026-08-24T19:53:46.918Z | Downloaded daft v0.1.8 |
| 331 | 2026-08-24T19:53:46.918Z | Downloaded pest_derive v2.8.6 |
| 332 | 2026-08-24T19:53:46.918Z | Downloaded quinn v0.11.11 |
| 333 | 2026-08-24T19:53:46.918Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2026-08-24T19:53:46.918Z | Downloaded chacha20 v0.10.0 |
| 335 | 2026-08-24T19:53:46.923Z | Downloaded allocator-api2 v0.2.21 |
| 336 | 2026-08-24T19:53:46.924Z | Downloaded bitflags v2.11.0 |
| 337 | 2026-08-24T19:53:46.929Z | Downloaded uuid v1.23.4 |
| 338 | 2026-08-24T19:53:46.929Z | Downloaded usdt-impl v0.6.0 |
| 339 | 2026-08-24T19:53:46.929Z | Downloaded displaydoc v0.2.5 |
| 340 | 2026-08-24T19:53:46.929Z | Downloaded backon v1.6.0 |
| 341 | 2026-08-24T19:53:46.931Z | Downloaded dropshot_endpoint v0.17.1 |
| 342 | 2026-08-24T19:53:46.931Z | Downloaded derive-ex v0.1.8 |
| 343 | 2026-08-24T19:53:46.931Z | Downloaded hyper-util v0.1.20 |
| 344 | 2026-08-24T19:53:46.934Z | Downloaded tinyvec v1.10.0 |
| 345 | 2026-08-24T19:53:46.934Z | Downloaded rand v0.8.6 |
| 346 | 2026-08-24T19:53:46.939Z | Downloaded log v0.4.33 |
| 347 | 2026-08-24T19:53:46.939Z | Downloaded proc-macro2 v1.0.106 |
| 348 | 2026-08-24T19:53:46.939Z | Downloaded crc32fast v1.5.0 |
| 349 | 2026-08-24T19:53:46.939Z | Downloaded byte-wrapper v0.1.0 |
| 350 | 2026-08-24T19:53:46.942Z | Downloaded crossbeam-utils v0.8.21 |
| 351 | 2026-08-24T19:53:46.945Z | Downloaded hashbrown v0.17.0 |
| 352 | 2026-08-24T19:53:46.948Z | Downloaded camino v1.2.5 |
| 353 | 2026-08-24T19:53:46.949Z | Downloaded reqwest v0.13.2 |
| 354 | 2026-08-24T19:53:46.952Z | Downloaded miniz_oxide v0.8.9 |
| 355 | 2026-08-24T19:53:46.952Z | Downloaded zerotrie v0.2.3 |
| 356 | 2026-08-24T19:53:46.954Z | Downloaded base64 v0.22.1 |
| 357 | 2026-08-24T19:53:46.957Z | Downloaded tracing-core v0.1.36 |
| 358 | 2026-08-24T19:53:46.958Z | Downloaded http v1.4.2 |
| 359 | 2026-08-24T19:53:46.964Z | Downloaded const-oid v0.10.2 |
| 360 | 2026-08-24T19:53:46.972Z | Downloaded indexmap v2.14.0 |
| 361 | 2026-08-24T19:53:46.973Z | Downloaded icu_collections v2.1.1 |
| 362 | 2026-08-24T19:53:46.973Z | Downloaded rand v0.10.1 |
| 363 | 2026-08-24T19:53:46.979Z | Downloaded bytes v1.11.1 |
| 364 | 2026-08-24T19:53:46.979Z | Downloaded darling_core v0.23.0 |
| 365 | 2026-08-24T19:53:46.979Z | Downloaded memchr v2.8.0 |
| 366 | 2026-08-24T19:53:46.979Z | Downloaded pest_meta v2.8.6 |
| 367 | 2026-08-24T19:53:46.979Z | Downloaded serde v1.0.228 |
| 368 | 2026-08-24T19:53:46.985Z | Downloaded tower v0.5.3 |
| 369 | 2026-08-24T19:53:46.996Z | Downloaded flate2 v1.1.9 |
| 370 | 2026-08-24T19:53:47.011Z | Downloaded crossbeam-channel v0.5.15 |
| 371 | 2026-08-24T19:53:47.015Z | Downloaded rand v0.9.2 |
| 372 | 2026-08-24T19:53:47.021Z | Downloaded pest v2.8.6 |
| 373 | 2026-08-24T19:53:47.024Z | Downloaded async-compression v0.4.41 |
| 374 | 2026-08-24T19:53:47.027Z | Downloaded cc v1.2.56 |
| 375 | 2026-08-24T19:53:47.030Z | Downloaded mio v1.2.0 |
| 376 | 2026-08-24T19:53:47.034Z | Downloaded serde_json v1.0.151 |
| 377 | 2026-08-24T19:53:47.034Z | Downloaded url v2.5.8 |
| 378 | 2026-08-24T19:53:47.041Z | Downloaded iri-string v0.7.10 |
| 379 | 2026-08-24T19:53:47.042Z | Downloaded hashbrown v0.16.1 |
| 380 | 2026-08-24T19:53:47.050Z | Downloaded idna v1.1.0 |
| 381 | 2026-08-24T19:53:47.051Z | Downloaded tower-http v0.6.8 |
| 382 | 2026-08-24T19:53:47.051Z | Downloaded futures-util v0.3.32 |
| 383 | 2026-08-24T19:53:47.056Z | Downloaded typenum v1.20.1 |
| 384 | 2026-08-24T19:53:47.056Z | Downloaded zerocopy-derive v0.8.55 |
| 385 | 2026-08-24T19:53:47.061Z | Downloaded iddqd v0.4.2 |
| 386 | 2026-08-24T19:53:47.065Z | Downloaded icu_properties_data v2.1.2 |
| 387 | 2026-08-24T19:53:47.068Z | Downloaded itertools v0.14.0 |
| 388 | 2026-08-24T19:53:47.072Z | Downloaded h2 v0.4.15 |
| 389 | 2026-08-24T19:53:47.076Z | Downloaded hyper v1.10.1 |
| 390 | 2026-08-24T19:53:47.082Z | Downloaded regex v1.12.3 |
| 391 | 2026-08-24T19:53:47.085Z | Downloaded tokio-util v0.7.18 |
| 392 | 2026-08-24T19:53:47.096Z | Downloaded aho-corasick v1.1.4 |
| 393 | 2026-08-24T19:53:47.099Z | Downloaded zerovec v0.11.5 |
| 394 | 2026-08-24T19:53:47.102Z | Downloaded proptest v1.11.0 |
| 395 | 2026-08-24T19:53:47.107Z | Downloaded goblin v0.10.5 |
| 396 | 2026-08-24T19:53:47.139Z | Downloaded openapiv3 v2.2.0 |
| 397 | 2026-08-24T19:53:47.145Z | Downloaded serde_with v3.21.0 |
| 398 | 2026-08-24T19:53:47.152Z | Downloaded winnow v1.0.3 |
| 399 | 2026-08-24T19:53:47.162Z | Downloaded dropshot v0.17.1 |
| 400 | 2026-08-24T19:53:47.172Z | Downloaded tracing v0.1.44 |
| 401 | 2026-08-24T19:53:47.182Z | Downloaded time v0.3.47 |
| 402 | 2026-08-24T19:53:47.192Z | Downloaded aws-lc-rs v1.16.3 |
| 403 | 2026-08-24T19:53:47.206Z | Downloaded rustix v1.1.4 |
| 404 | 2026-08-24T19:53:47.220Z | Downloaded quinn-proto v0.11.16 |
| 405 | 2026-08-24T19:53:47.220Z | Downloaded chrono v0.4.45 |
| 406 | 2026-08-24T19:53:47.220Z | Downloaded libc v0.2.185 |
| 407 | 2026-08-24T19:53:47.247Z | Downloaded zerocopy v0.8.55 |
| 408 | 2026-08-24T19:53:47.280Z | Downloaded syn v2.0.117 |
| 409 | 2026-08-24T19:53:47.280Z | Downloaded rustix v0.38.44 |
| 410 | 2026-08-24T19:53:47.280Z | Downloaded syn v3.0.3 |
| 411 | 2026-08-24T19:53:47.291Z | Downloaded regress v0.10.5 |
| 412 | 2026-08-24T19:53:47.291Z | Downloaded encoding_rs v0.8.35 |
| 413 | 2026-08-24T19:53:47.291Z | Downloaded rustls v0.23.41 |
| 414 | 2026-08-24T19:53:47.291Z | Downloaded regex-syntax v0.8.10 |
| 415 | 2026-08-24T19:53:47.340Z | Downloaded regex-automata v0.4.14 |
| 416 | 2026-08-24T19:53:47.398Z | Downloaded tokio v1.52.1 |
| 417 | 2026-08-24T19:53:47.503Z | Downloaded ring v0.17.14 |
| 418 | 2026-08-24T19:53:48.063Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-08-24T19:53:48.283Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-08-24T19:53:48.283Z | Compiling quote v1.0.45 |
| 421 | 2026-08-24T19:53:48.283Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-08-24T19:53:48.283Z | Compiling libc v0.2.185 |
| 423 | 2026-08-24T19:53:48.298Z | Checking cfg-if v1.0.4 |
| 424 | 2026-08-24T19:53:48.298Z | Compiling serde_core v1.0.228 |
| 425 | 2026-08-24T19:53:48.298Z | Checking memchr v2.8.0 |
| 426 | 2026-08-24T19:53:48.374Z | Checking itoa v1.0.17 |
| 427 | 2026-08-24T19:53:48.442Z | Compiling serde v1.0.228 |
| 428 | 2026-08-24T19:53:48.494Z | Compiling zmij v1.0.21 |
| 429 | 2026-08-24T19:53:48.522Z | Compiling serde_json v1.0.151 |
| 430 | 2026-08-24T19:53:48.754Z | Checking pin-project-lite v0.2.17 |
| 431 | 2026-08-24T19:53:48.780Z | Checking smallvec v1.15.1 |
| 432 | 2026-08-24T19:53:48.803Z | Checking bytes v1.11.1 |
| 433 | 2026-08-24T19:53:48.904Z | Checking futures-core v0.3.32 |
| 434 | 2026-08-24T19:53:48.929Z | Checking once_cell v1.21.3 |
| 435 | 2026-08-24T19:53:49.022Z | Compiling getrandom v0.4.3 |
| 436 | 2026-08-24T19:53:49.109Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-08-24T19:53:49.228Z | Checking errno v0.3.14 |
| 438 | 2026-08-24T19:53:49.236Z | Checking scopeguard v1.2.0 |
| 439 | 2026-08-24T19:53:49.280Z | Compiling shlex v1.3.0 |
| 440 | 2026-08-24T19:53:49.293Z | Checking lock_api v0.4.14 |
| 441 | 2026-08-24T19:53:49.398Z | Compiling jobserver v0.1.34 |
| 442 | 2026-08-24T19:53:49.453Z | Compiling autocfg v1.5.0 |
| 443 | 2026-08-24T19:53:49.478Z | Compiling find-msvc-tools v0.1.9 |
| 444 | 2026-08-24T19:53:49.495Z | Checking signal-hook-registry v1.4.8 |
| 445 | 2026-08-24T19:53:49.515Z | Checking mio v1.2.0 |
| 446 | 2026-08-24T19:53:49.555Z | Compiling syn v2.0.117 |
| 447 | 2026-08-24T19:53:49.579Z | Checking parking_lot v0.12.5 |
| 448 | 2026-08-24T19:53:49.666Z | Compiling cc v1.2.56 |
| 449 | 2026-08-24T19:53:49.724Z | Checking socket2 v0.6.3 |
| 450 | 2026-08-24T19:53:49.744Z | Checking futures-sink v0.3.32 |
| 451 | 2026-08-24T19:53:49.775Z | Checking stable_deref_trait v1.2.1 |
| 452 | 2026-08-24T19:53:49.806Z | Compiling dunce v1.0.5 |
| 453 | 2026-08-24T19:53:49.806Z | Compiling num-traits v0.2.19 |
| 454 | 2026-08-24T19:53:49.829Z | Compiling thiserror v2.0.18 |
| 455 | 2026-08-24T19:53:49.829Z | Compiling fs_extra v1.3.0 |
| 456 | 2026-08-24T19:53:49.879Z | Compiling zerocopy v0.8.55 |
| 457 | 2026-08-24T19:53:50.081Z | Checking slab v0.4.12 |
| 458 | 2026-08-24T19:53:50.226Z | Checking futures-channel v0.3.32 |
| 459 | 2026-08-24T19:53:50.253Z | Checking iana-time-zone v0.1.65 |
| 460 | 2026-08-24T19:53:50.313Z | Compiling rustversion v1.0.22 |
| 461 | 2026-08-24T19:53:50.343Z | Checking zeroize v1.9.0 |
| 462 | 2026-08-24T19:53:50.367Z | Checking equivalent v1.0.2 |
| 463 | 2026-08-24T19:53:50.388Z | Compiling cmake v0.1.57 |
| 464 | 2026-08-24T19:53:50.436Z | Checking http v1.4.2 |
| 465 | 2026-08-24T19:53:50.609Z | Compiling aws-lc-rs v1.16.3 |
| 466 | 2026-08-24T19:53:50.694Z | Checking bitflags v2.11.0 |
| 467 | 2026-08-24T19:53:50.837Z | Checking log v0.4.33 |
| 468 | 2026-08-24T19:53:50.852Z | Compiling ucd-trie v0.1.7 |
| 469 | 2026-08-24T19:53:50.897Z | Checking futures-io v0.3.32 |
| 470 | 2026-08-24T19:53:50.905Z | Compiling aws-lc-sys v0.40.0 |
| 471 | 2026-08-24T19:53:50.937Z | Checking futures-task v0.3.32 |
| 472 | 2026-08-24T19:53:50.957Z | Compiling schemars v0.8.22 |
| 473 | 2026-08-24T19:53:50.985Z | Compiling pest v2.8.6 |
| 474 | 2026-08-24T19:53:51.062Z | Checking rustls-pki-types v1.14.0 |
| 475 | 2026-08-24T19:53:51.078Z | Checking semver v1.0.28 |
| 476 | 2026-08-24T19:53:51.205Z | Checking uuid v1.23.4 |
| 477 | 2026-08-24T19:53:51.257Z | Checking dyn-clone v1.0.20 |
| 478 | 2026-08-24T19:53:51.332Z | Checking fnv v1.0.7 |
| 479 | 2026-08-24T19:53:51.344Z | Checking hashbrown v0.17.0 |
| 480 | 2026-08-24T19:53:51.414Z | Compiling httparse v1.10.1 |
| 481 | 2026-08-24T19:53:51.474Z | Checking writeable v0.6.2 |
| 482 | 2026-08-24T19:53:51.555Z | Compiling slog v2.8.2 |
| 483 | 2026-08-24T19:53:51.617Z | Checking litemap v0.8.1 |
| 484 | 2026-08-24T19:53:51.795Z | Checking http-body v1.0.1 |
| 485 | 2026-08-24T19:53:51.804Z | Checking tracing-core v0.1.36 |
| 486 | 2026-08-24T19:53:51.814Z | Compiling icu_normalizer_data v2.1.1 |
| 487 | 2026-08-24T19:53:51.880Z | Checking indexmap v2.14.0 |
| 488 | 2026-08-24T19:53:51.900Z | Checking atomic-waker v1.1.2 |
| 489 | 2026-08-24T19:53:51.990Z | Compiling rustls v0.23.41 |
| 490 | 2026-08-24T19:53:52.026Z | Checking percent-encoding v2.3.2 |
| 491 | 2026-08-24T19:53:52.108Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-08-24T19:53:52.160Z | Compiling icu_properties_data v2.1.2 |
| 493 | 2026-08-24T19:53:52.190Z | Checking untrusted v0.9.0 |
| 494 | 2026-08-24T19:53:52.217Z | Checking tracing v0.1.44 |
| 495 | 2026-08-24T19:53:52.281Z | Checking try-lock v0.2.5 |
| 496 | 2026-08-24T19:53:52.371Z | Compiling synstructure v0.13.2 |
| 497 | 2026-08-24T19:53:52.379Z | Compiling serde_derive_internals v0.29.1 |
| 498 | 2026-08-24T19:53:52.407Z | Checking tower-layer v0.3.3 |
| 499 | 2026-08-24T19:53:52.428Z | Checking subtle v2.6.1 |
| 500 | 2026-08-24T19:53:52.486Z | Compiling paste v1.0.15 |
| 501 | 2026-08-24T19:53:52.548Z | Checking fastrand v2.3.0 |
| 502 | 2026-08-24T19:53:52.556Z | Compiling rustix v1.1.4 |
| 503 | 2026-08-24T19:53:52.738Z | Compiling pest_generator v2.8.6 |
| 504 | 2026-08-24T19:53:52.861Z | Checking tower-service v0.3.3 |
| 505 | 2026-08-24T19:53:52.904Z | Compiling getrandom v0.3.4 |
| 506 | 2026-08-24T19:53:53.144Z | Checking want v0.3.1 |
| 507 | 2026-08-24T19:53:53.238Z | Checking httpdate v1.0.3 |
| 508 | 2026-08-24T19:53:53.378Z | Checking form_urlencoded v1.2.2 |
| 509 | 2026-08-24T19:53:53.403Z | Compiling syn v3.0.3 |
| 510 | 2026-08-24T19:53:53.469Z | Compiling time-core v0.1.8 |
| 511 | 2026-08-24T19:53:53.560Z | Compiling serde_derive v1.0.228 |
| 512 | 2026-08-24T19:53:53.587Z | Compiling zerocopy-derive v0.8.55 |
| 513 | 2026-08-24T19:53:53.599Z | Compiling zerofrom-derive v0.1.6 |
| 514 | 2026-08-24T19:53:53.792Z | Compiling yoke-derive v0.8.1 |
| 515 | 2026-08-24T19:53:53.942Z | Compiling tokio-macros v2.7.0 |
| 516 | 2026-08-24T19:53:54.321Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-08-24T19:53:54.633Z | Checking tokio v1.52.1 |
| 518 | 2026-08-24T19:53:54.736Z | Checking zerofrom v0.1.6 |
| 519 | 2026-08-24T19:53:54.761Z | Compiling zerovec-derive v0.11.2 |
| 520 | 2026-08-24T19:53:54.842Z | Checking yoke v0.8.1 |
| 521 | 2026-08-24T19:53:54.949Z | Compiling displaydoc v0.2.5 |
| 522 | 2026-08-24T19:53:55.464Z | Compiling futures-macro v0.3.32 |
| 523 | 2026-08-24T19:53:55.629Z | Compiling schemars_derive v0.8.22 |
| 524 | 2026-08-24T19:53:55.783Z | Checking zerovec v0.11.5 |
| 525 | 2026-08-24T19:53:56.202Z | Checking tinystr v0.8.2 |
| 526 | 2026-08-24T19:53:56.235Z | Checking futures-util v0.3.32 |
| 527 | 2026-08-24T19:53:56.364Z | Checking icu_locale_core v2.1.1 |
| 528 | 2026-08-24T19:53:56.482Z | Checking chrono v0.4.45 |
| 529 | 2026-08-24T19:53:56.758Z | Checking erased-serde v0.3.31 |
| 530 | 2026-08-24T19:53:56.804Z | Checking potential_utf v0.1.4 |
| 531 | 2026-08-24T19:53:56.880Z | Checking zerotrie v0.2.3 |
| 532 | 2026-08-24T19:53:56.930Z | Checking icu_collections v2.1.1 |
| 533 | 2026-08-24T19:53:57.100Z | Checking icu_provider v2.1.1 |
| 534 | 2026-08-24T19:53:57.211Z | Compiling pest_derive v2.8.6 |
| 535 | 2026-08-24T19:53:57.317Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-08-24T19:53:57.545Z | Checking icu_normalizer v2.1.1 |
| 537 | 2026-08-24T19:53:57.590Z | Checking icu_properties v2.1.2 |
| 538 | 2026-08-24T19:53:57.603Z | Checking tokio-util v0.7.18 |
| 539 | 2026-08-24T19:53:57.676Z | Checking ppv-lite86 v0.2.21 |
| 540 | 2026-08-24T19:53:57.833Z | Compiling scroll_derive v0.13.1 |
| 541 | 2026-08-24T19:53:57.902Z | Checking ipnetwork v0.21.1 |
| 542 | 2026-08-24T19:53:57.953Z | Compiling structmeta-derive v0.3.0 |
| 543 | 2026-08-24T19:53:57.991Z | Checking h2 v0.4.15 |
| 544 | 2026-08-24T19:53:58.075Z | Checking ipnet v2.12.0 |
| 545 | 2026-08-24T19:53:58.087Z | Checking typenum v1.20.1 |
| 546 | 2026-08-24T19:53:58.288Z | Compiling crc32fast v1.5.0 |
| 547 | 2026-08-24T19:53:58.391Z | Compiling usdt-impl v0.6.0 |
| 548 | 2026-08-24T19:53:58.551Z | Checking base64 v0.22.1 |
| 549 | 2026-08-24T19:53:58.608Z | Compiling num-conv v0.2.0 |
| 550 | 2026-08-24T19:53:58.619Z | Checking powerfmt v0.2.0 |
| 551 | 2026-08-24T19:53:58.756Z | Compiling version_check v0.9.5 |
| 552 | 2026-08-24T19:53:58.770Z | Compiling heck v0.5.0 |
| 553 | 2026-08-24T19:53:58.786Z | Checking deranged v0.5.8 |
| 554 | 2026-08-24T19:53:58.810Z | Checking hybrid-array v0.4.13 |
| 555 | 2026-08-24T19:53:58.950Z | Compiling structmeta v0.3.0 |
| 556 | 2026-08-24T19:53:58.959Z | Compiling time-macros v0.2.27 |
| 557 | 2026-08-24T19:53:59.022Z | Checking scroll v0.13.0 |
| 558 | 2026-08-24T19:53:59.170Z | Checking idna_adapter v1.2.1 |
| 559 | 2026-08-24T19:53:59.230Z | Checking oxnet v0.1.6 |
| 560 | 2026-08-24T19:53:59.240Z | Checking newtype-uuid v1.3.2 |
| 561 | 2026-08-24T19:53:59.272Z | Compiling dtrace-parser v0.3.0 |
| 562 | 2026-08-24T19:53:59.393Z | Compiling daft-derive v0.1.8 |
| 563 | 2026-08-24T19:53:59.455Z | Checking tempfile v3.27.0 |
| 564 | 2026-08-24T19:53:59.691Z | Checking rand_core v0.9.5 |
| 565 | 2026-08-24T19:53:59.847Z | Compiling thread-id v5.1.0 |
| 566 | 2026-08-24T19:53:59.856Z | Checking sync_wrapper v1.0.2 |
| 567 | 2026-08-24T19:53:59.887Z | Compiling omicron-workspace-hack v0.1.0 |
| 568 | 2026-08-24T19:53:59.892Z | Checking hyper v1.10.1 |
| 569 | 2026-08-24T19:53:59.918Z | Checking openssl-probe v0.2.1 |
| 570 | 2026-08-24T19:53:59.951Z | Compiling ident_case v1.0.1 |
| 571 | 2026-08-24T19:53:59.956Z | Checking adler2 v2.0.1 |
| 572 | 2026-08-24T19:54:00.040Z | Compiling byteorder v1.5.0 |
| 573 | 2026-08-24T19:54:00.073Z | Checking utf8_iter v1.0.4 |
| 574 | 2026-08-24T19:54:00.076Z | Compiling crossbeam-utils v0.8.21 |
| 575 | 2026-08-24T19:54:00.127Z | Checking ryu v1.0.23 |
| 576 | 2026-08-24T19:54:00.171Z | Checking simd-adler32 v0.3.8 |
| 577 | 2026-08-24T19:54:00.181Z | Checking num_threads v0.1.7 |
| 578 | 2026-08-24T19:54:00.247Z | Checking regex-syntax v0.8.10 |
| 579 | 2026-08-24T19:54:00.258Z | Checking plain v0.2.3 |
| 580 | 2026-08-24T19:54:00.298Z | Compiling strsim v0.11.1 |
| 581 | 2026-08-24T19:54:00.355Z | Checking goblin v0.10.5 |
| 582 | 2026-08-24T19:54:00.358Z | Checking time v0.3.47 |
| 583 | 2026-08-24T19:54:00.386Z | Checking miniz_oxide v0.8.9 |
| 584 | 2026-08-24T19:54:00.575Z | Compiling dof v0.4.0 |
| 585 | 2026-08-24T19:54:00.595Z | Compiling darling_core v0.23.0 |
| 586 | 2026-08-24T19:54:00.710Z | Checking serde_urlencoded v0.7.1 |
| 587 | 2026-08-24T19:54:00.801Z | Checking hyper-util v0.1.20 |
| 588 | 2026-08-24T19:54:00.898Z | Checking idna v1.1.0 |
| 589 | 2026-08-24T19:54:01.253Z | Checking daft v0.1.8 |
| 590 | 2026-08-24T19:54:01.481Z | Checking rustls-native-certs v0.8.3 |
| 591 | 2026-08-24T19:54:01.514Z | Checking tower v0.5.3 |
| 592 | 2026-08-24T19:54:01.758Z | Checking http-body-util v0.1.3 |
| 593 | 2026-08-24T19:54:01.818Z | Compiling aho-corasick v1.1.4 |
| 594 | 2026-08-24T19:54:01.852Z | Checking getrandom v0.2.17 |
| 595 | 2026-08-24T19:54:01.884Z | Checking pretty-hex v0.4.1 |
| 596 | 2026-08-24T19:54:01.961Z | Checking iri-string v0.7.10 |
| 597 | 2026-08-24T19:54:02.161Z | Compiling rustix v0.38.44 |
| 598 | 2026-08-24T19:54:02.219Z | Compiling camino v1.2.5 |
| 599 | 2026-08-24T19:54:02.580Z | Checking rand_core v0.6.4 |
| 600 | 2026-08-24T19:54:02.668Z | Compiling darling_macro v0.23.0 |
| 601 | 2026-08-24T19:54:02.729Z | Checking flate2 v1.1.9 |
| 602 | 2026-08-24T19:54:02.959Z | Checking tower-http v0.6.8 |
| 603 | 2026-08-24T19:54:03.006Z | Checking url v2.5.8 |
| 604 | 2026-08-24T19:54:03.190Z | Checking rand_chacha v0.9.0 |
| 605 | 2026-08-24T19:54:03.210Z | Checking block-buffer v0.12.1 |
| 606 | 2026-08-24T19:54:03.265Z | Checking crypto-common v0.2.2 |
| 607 | 2026-08-24T19:54:03.339Z | Compiling multer v3.1.0 |
| 608 | 2026-08-24T19:54:03.357Z | Compiling regex-automata v0.4.14 |
| 609 | 2026-08-24T19:54:03.448Z | Checking wait-timeout v0.2.1 |
| 610 | 2026-08-24T19:54:03.540Z | Checking thread_local v1.1.9 |
| 611 | 2026-08-24T19:54:03.557Z | Checking compression-core v0.4.31 |
| 612 | 2026-08-24T19:54:03.674Z | Checking winnow v1.0.3 |
| 613 | 2026-08-24T19:54:03.692Z | Checking allocator-api2 v0.2.21 |
| 614 | 2026-08-24T19:54:03.739Z | Checking bit-vec v0.8.0 |
| 615 | 2026-08-24T19:54:03.958Z | Checking foldhash v0.2.0 |
| 616 | 2026-08-24T19:54:03.985Z | Checking const-oid v0.10.2 |
| 617 | 2026-08-24T19:54:03.985Z | Checking quick-error v1.2.3 |
| 618 | 2026-08-24T19:54:03.999Z | Compiling slog-async v2.8.0 |
| 619 | 2026-08-24T19:54:04.075Z | Compiling ref-cast v1.0.25 |
| 620 | 2026-08-24T19:54:04.092Z | Checking match_cfg v0.1.0 |
| 621 | 2026-08-24T19:54:04.142Z | Checking hostname v0.3.1 |
| 622 | 2026-08-24T19:54:04.228Z | Checking digest v0.11.3 |
| 623 | 2026-08-24T19:54:04.270Z | Checking hashbrown v0.16.1 |
| 624 | 2026-08-24T19:54:04.283Z | Checking rusty-fork v0.3.1 |
| 625 | 2026-08-24T19:54:04.360Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 626 | 2026-08-24T19:54:04.390Z | Checking bit-set v0.8.0 |
| 627 | 2026-08-24T19:54:04.433Z | Checking compression-codecs v0.4.37 |
| 628 | 2026-08-24T19:54:04.542Z | Checking crossbeam-channel v0.5.15 |
| 629 | 2026-08-24T19:54:04.597Z | Checking rand v0.9.2 |
| 630 | 2026-08-24T19:54:04.690Z | Compiling darling v0.23.0 |
| 631 | 2026-08-24T19:54:04.745Z | Checking rand_chacha v0.3.1 |
| 632 | 2026-08-24T19:54:04.880Z | Compiling usdt-macro v0.6.0 |
| 633 | 2026-08-24T19:54:04.914Z | Compiling usdt-attr-macro v0.6.0 |
| 634 | 2026-08-24T19:54:05.026Z | Compiling regex v1.12.3 |
| 635 | 2026-08-24T19:54:05.100Z | Checking slog-json v2.6.1 |
| 636 | 2026-08-24T19:54:05.247Z | Checking rand_xorshift v0.4.0 |
| 637 | 2026-08-24T19:54:05.299Z | Compiling derive-ex v0.1.8 |
| 638 | 2026-08-24T19:54:05.346Z | Compiling dropshot v0.17.1 |
| 639 | 2026-08-24T19:54:05.402Z | Checking futures-executor v0.3.32 |
| 640 | 2026-08-24T19:54:05.509Z | Compiling async-trait v0.1.89 |
| 641 | 2026-08-24T19:54:05.522Z | Compiling async-stream-impl v0.3.6 |
| 642 | 2026-08-24T19:54:05.550Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 643 | 2026-08-24T19:54:05.559Z | Compiling ref-cast-impl v1.0.25 |
| 644 | 2026-08-24T19:54:05.599Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 645 | 2026-08-24T19:54:05.789Z | Checking serde_spanned v1.1.1 |
| 646 | 2026-08-24T19:54:05.855Z | Checking memmap2 v0.9.10 |
| 647 | 2026-08-24T19:54:05.900Z | Checking is-terminal v0.4.17 |
| 648 | 2026-08-24T19:54:05.958Z | Checking encoding_rs v0.8.35 |
| 649 | 2026-08-24T19:54:05.979Z | Checking hex v0.4.3 |
| 650 | 2026-08-24T19:54:06.003Z | Checking cpufeatures v0.3.0 |
| 651 | 2026-08-24T19:54:06.064Z | Compiling anyhow v1.0.104 |
| 652 | 2026-08-24T19:54:06.103Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 653 | 2026-08-24T19:54:06.177Z | Checking take_mut v0.2.2 |
| 654 | 2026-08-24T19:54:06.261Z | Checking unarray v0.1.4 |
| 655 | 2026-08-24T19:54:06.272Z | Checking spin v0.9.8 |
| 656 | 2026-08-24T19:54:06.355Z | Checking term v1.2.1 |
| 657 | 2026-08-24T19:54:06.359Z | Checking mime v0.3.17 |
| 658 | 2026-08-24T19:54:06.359Z | Compiling dropshot_endpoint v0.17.1 |
| 659 | 2026-08-24T19:54:06.417Z | Checking proptest v1.11.0 |
| 660 | 2026-08-24T19:54:06.552Z | Checking slog-term v2.9.2 |
| 661 | 2026-08-24T19:54:06.571Z | Checking toml v1.1.2+spec-1.1.0 |
| 662 | 2026-08-24T19:54:06.674Z | Checking byte-wrapper v0.1.0 |
| 663 | 2026-08-24T19:54:06.809Z | Compiling test-strategy v0.4.5 |
| 664 | 2026-08-24T19:54:06.829Z | Checking async-stream v0.3.6 |
| 665 | 2026-08-24T19:54:06.880Z | Checking sha1 v0.11.0 |
| 666 | 2026-08-24T19:54:06.943Z | Checking usdt v0.6.0 |
| 667 | 2026-08-24T19:54:07.037Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 668 | 2026-08-24T19:54:07.082Z | Compiling parse-display-derive v0.10.0 |
| 669 | 2026-08-24T19:54:07.125Z | Checking futures v0.3.32 |
| 670 | 2026-08-24T19:54:07.135Z | Checking atomicwrites v0.4.4 |
| 671 | 2026-08-24T19:54:07.192Z | Checking slog-bunyan v2.5.0 |
| 672 | 2026-08-24T19:54:07.245Z | Checking rand v0.8.6 |
| 673 | 2026-08-24T19:54:07.292Z | Compiling serde_with_macros v3.21.0 |
| 674 | 2026-08-24T19:54:07.406Z | Checking async-compression v0.4.41 |
| 675 | 2026-08-24T19:54:07.728Z | Compiling newtype-uuid-macros v0.1.0 |
| 676 | 2026-08-24T19:54:07.758Z | Compiling strum_macros v0.27.2 |
| 677 | 2026-08-24T19:54:07.939Z | Checking openapiv3 v2.2.0 |
| 678 | 2026-08-24T19:54:08.004Z | Checking backon v1.6.0 |
| 679 | 2026-08-24T19:54:08.086Z | Checking waitgroup v0.1.2 |
| 680 | 2026-08-24T19:54:08.155Z | Checking rustls-pemfile v2.2.0 |
| 681 | 2026-08-24T19:54:08.174Z | Checking serde_path_to_error v0.1.20 |
| 682 | 2026-08-24T19:54:08.282Z | Checking hostname v0.4.2 |
| 683 | 2026-08-24T19:54:08.337Z | Checking instant v0.1.13 |
| 684 | 2026-08-24T19:54:08.372Z | Checking debug-ignore v1.0.5 |
| 685 | 2026-08-24T19:54:08.411Z | Checking either v1.15.0 |
| 686 | 2026-08-24T19:54:08.431Z | Checking backoff v0.4.0 |
| 687 | 2026-08-24T19:54:08.455Z | Checking serde_with v3.21.0 |
| 688 | 2026-08-24T19:54:08.466Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 689 | 2026-08-24T19:54:08.527Z | Checking parse-display v0.10.0 |
| 690 | 2026-08-24T19:54:08.577Z | Checking itertools v0.14.0 |
| 691 | 2026-08-24T19:54:08.585Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 692 | 2026-08-24T19:54:08.662Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 693 | 2026-08-24T19:54:08.885Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 694 | 2026-08-24T19:54:09.082Z | Checking iddqd v0.4.2 |
| 695 | 2026-08-24T19:54:09.142Z | Checking regress v0.10.5 |
| 696 | 2026-08-24T19:54:09.211Z | Checking oxide-generation v0.1.3 |
| 697 | 2026-08-24T19:54:09.274Z | Checking macaddr v1.0.1 |
| 698 | 2026-08-24T19:54:09.385Z | Checking humantime v2.3.0 |
| 699 | 2026-08-24T19:54:09.533Z | Checking strum v0.27.2 |
| 700 | 2026-08-24T19:54:13.803Z | Checking rustls-webpki v0.103.13 |
| 701 | 2026-08-24T19:54:15.903Z | Checking tokio-rustls v0.26.4 |
| 702 | 2026-08-24T19:54:15.911Z | Checking rustls-platform-verifier v0.6.2 |
| 703 | 2026-08-24T19:54:16.077Z | Checking hyper-rustls v0.27.7 |
| 704 | 2026-08-24T19:54:16.218Z | Checking reqwest v0.13.2 |
| 705 | 2026-08-24T19:54:16.761Z | Checking progenitor-client v0.14.0 |
| 706 | 2026-08-24T19:54:16.938Z | Checking progenitor-extras v0.2.0 |
| 707 | 2026-08-24T19:54:17.676Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 708 | 2026-08-24T19:54:20.191Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 709 | 2026-08-24T19:54:20.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.35s |
| 710 | 2026-08-24T19:54:20.377Z | + cargo build --release |
| 711 | 2026-08-24T19:54:20.551Z | Compiling proc-macro2 v1.0.106 |
| 712 | 2026-08-24T19:54:20.551Z | Compiling quote v1.0.45 |
| 713 | 2026-08-24T19:54:20.551Z | Compiling unicode-ident v1.0.24 |
| 714 | 2026-08-24T19:54:20.551Z | Compiling libc v0.2.185 |
| 715 | 2026-08-24T19:54:20.551Z | Compiling cfg-if v1.0.4 |
| 716 | 2026-08-24T19:54:20.556Z | Compiling serde_core v1.0.228 |
| 717 | 2026-08-24T19:54:20.556Z | Compiling memchr v2.8.0 |
| 718 | 2026-08-24T19:54:20.591Z | Compiling itoa v1.0.17 |
| 719 | 2026-08-24T19:54:20.642Z | Compiling zmij v1.0.21 |
| 720 | 2026-08-24T19:54:20.682Z | Compiling serde v1.0.228 |
| 721 | 2026-08-24T19:54:20.818Z | Compiling serde_json v1.0.151 |
| 722 | 2026-08-24T19:54:20.935Z | Compiling pin-project-lite v0.2.17 |
| 723 | 2026-08-24T19:54:21.016Z | Compiling smallvec v1.15.1 |
| 724 | 2026-08-24T19:54:21.036Z | Compiling futures-core v0.3.32 |
| 725 | 2026-08-24T19:54:21.174Z | Compiling bytes v1.11.1 |
| 726 | 2026-08-24T19:54:21.309Z | Compiling parking_lot_core v0.9.12 |
| 727 | 2026-08-24T19:54:21.473Z | Compiling errno v0.3.14 |
| 728 | 2026-08-24T19:54:21.559Z | Compiling once_cell v1.21.3 |
| 729 | 2026-08-24T19:54:21.635Z | Compiling getrandom v0.4.3 |
| 730 | 2026-08-24T19:54:21.684Z | Compiling scopeguard v1.2.0 |
| 731 | 2026-08-24T19:54:21.735Z | Compiling syn v2.0.117 |
| 732 | 2026-08-24T19:54:21.773Z | Compiling lock_api v0.4.14 |
| 733 | 2026-08-24T19:54:21.782Z | Compiling jobserver v0.1.34 |
| 734 | 2026-08-24T19:54:21.786Z | Compiling find-msvc-tools v0.1.9 |
| 735 | 2026-08-24T19:54:21.993Z | Compiling shlex v1.3.0 |
| 736 | 2026-08-24T19:54:21.999Z | Compiling autocfg v1.5.0 |
| 737 | 2026-08-24T19:54:22.032Z | Compiling parking_lot v0.12.5 |
| 738 | 2026-08-24T19:54:22.057Z | Compiling signal-hook-registry v1.4.8 |
| 739 | 2026-08-24T19:54:22.069Z | Compiling socket2 v0.6.3 |
| 740 | 2026-08-24T19:54:22.135Z | Compiling cc v1.2.56 |
| 741 | 2026-08-24T19:54:22.164Z | Compiling mio v1.2.0 |
| 742 | 2026-08-24T19:54:22.320Z | Compiling num-traits v0.2.19 |
| 743 | 2026-08-24T19:54:22.482Z | Compiling stable_deref_trait v1.2.1 |
| 744 | 2026-08-24T19:54:22.539Z | Compiling thiserror v2.0.18 |
| 745 | 2026-08-24T19:54:22.550Z | Compiling futures-sink v0.3.32 |
| 746 | 2026-08-24T19:54:22.793Z | Compiling dunce v1.0.5 |
| 747 | 2026-08-24T19:54:22.799Z | Compiling fs_extra v1.3.0 |
| 748 | 2026-08-24T19:54:22.865Z | Compiling cmake v0.1.57 |
| 749 | 2026-08-24T19:54:22.903Z | Compiling slab v0.4.12 |
| 750 | 2026-08-24T19:54:23.035Z | Compiling zerocopy v0.8.55 |
| 751 | 2026-08-24T19:54:23.090Z | Compiling futures-channel v0.3.32 |
| 752 | 2026-08-24T19:54:23.178Z | Compiling equivalent v1.0.2 |
| 753 | 2026-08-24T19:54:23.254Z | Compiling iana-time-zone v0.1.65 |
| 754 | 2026-08-24T19:54:23.266Z | Compiling zeroize v1.9.0 |
| 755 | 2026-08-24T19:54:23.332Z | Compiling rustversion v1.0.22 |
| 756 | 2026-08-24T19:54:23.375Z | Compiling aws-lc-sys v0.40.0 |
| 757 | 2026-08-24T19:54:23.443Z | Compiling http v1.4.2 |
| 758 | 2026-08-24T19:54:23.539Z | Compiling futures-task v0.3.32 |
| 759 | 2026-08-24T19:54:23.696Z | Compiling schemars v0.8.22 |
| 760 | 2026-08-24T19:54:23.701Z | Compiling bitflags v2.11.0 |
| 761 | 2026-08-24T19:54:23.894Z | Compiling aws-lc-rs v1.16.3 |
| 762 | 2026-08-24T19:54:23.917Z | Compiling futures-io v0.3.32 |
| 763 | 2026-08-24T19:54:24.071Z | Compiling ucd-trie v0.1.7 |
| 764 | 2026-08-24T19:54:24.097Z | Compiling log v0.4.33 |
| 765 | 2026-08-24T19:54:24.194Z | Compiling pest v2.8.6 |
| 766 | 2026-08-24T19:54:24.317Z | Compiling rustls-pki-types v1.14.0 |
| 767 | 2026-08-24T19:54:24.839Z | Compiling synstructure v0.13.2 |
| 768 | 2026-08-24T19:54:25.136Z | Compiling serde_derive_internals v0.29.1 |
| 769 | 2026-08-24T19:54:25.217Z | Compiling semver v1.0.28 |
| 770 | 2026-08-24T19:54:25.290Z | Compiling uuid v1.23.4 |
| 771 | 2026-08-24T19:54:25.293Z | Compiling dyn-clone v1.0.20 |
| 772 | 2026-08-24T19:54:25.302Z | Compiling fnv v1.0.7 |
| 773 | 2026-08-24T19:54:25.355Z | Compiling pest_meta v2.8.6 |
| 774 | 2026-08-24T19:54:25.382Z | Compiling slog v2.8.2 |
| 775 | 2026-08-24T19:54:25.418Z | Compiling litemap v0.8.1 |
| 776 | 2026-08-24T19:54:25.589Z | Compiling hashbrown v0.17.0 |
| 777 | 2026-08-24T19:54:25.599Z | Compiling httparse v1.10.1 |
| 778 | 2026-08-24T19:54:25.605Z | Compiling serde_derive v1.0.228 |
| 779 | 2026-08-24T19:54:25.820Z | Compiling zerocopy-derive v0.8.55 |
| 780 | 2026-08-24T19:54:25.830Z | Compiling zerofrom-derive v0.1.6 |
| 781 | 2026-08-24T19:54:25.870Z | Compiling yoke-derive v0.8.1 |
| 782 | 2026-08-24T19:54:25.917Z | Compiling tokio-macros v2.7.0 |
| 783 | 2026-08-24T19:54:26.241Z | Compiling zerovec-derive v0.11.2 |
| 784 | 2026-08-24T19:54:26.522Z | Compiling thiserror-impl v2.0.18 |
| 785 | 2026-08-24T19:54:26.612Z | Compiling tokio v1.52.1 |
| 786 | 2026-08-24T19:54:26.831Z | Compiling displaydoc v0.2.5 |
| 787 | 2026-08-24T19:54:26.953Z | Compiling zerofrom v0.1.6 |
| 788 | 2026-08-24T19:54:27.065Z | Compiling yoke v0.8.1 |
| 789 | 2026-08-24T19:54:27.242Z | Compiling futures-macro v0.3.32 |
| 790 | 2026-08-24T19:54:27.274Z | Compiling zerovec v0.11.5 |
| 791 | 2026-08-24T19:54:27.525Z | Compiling schemars_derive v0.8.22 |
| 792 | 2026-08-24T19:54:27.680Z | Compiling writeable v0.6.2 |
| 793 | 2026-08-24T19:54:27.825Z | Compiling tinystr v0.8.2 |
| 794 | 2026-08-24T19:54:27.894Z | Compiling potential_utf v0.1.4 |
| 795 | 2026-08-24T19:54:28.014Z | Compiling futures-util v0.3.32 |
| 796 | 2026-08-24T19:54:28.026Z | Compiling icu_locale_core v2.1.1 |
| 797 | 2026-08-24T19:54:28.062Z | Compiling zerotrie v0.2.3 |
| 798 | 2026-08-24T19:54:28.660Z | Compiling chrono v0.4.45 |
| 799 | 2026-08-24T19:54:28.731Z | Compiling erased-serde v0.3.31 |
| 800 | 2026-08-24T19:54:28.941Z | Compiling indexmap v2.14.0 |
| 801 | 2026-08-24T19:54:29.350Z | Compiling pest_generator v2.8.6 |
| 802 | 2026-08-24T19:54:29.923Z | Compiling http-body v1.0.1 |
| 803 | 2026-08-24T19:54:30.068Z | Compiling tracing-core v0.1.36 |
| 804 | 2026-08-24T19:54:30.268Z | Compiling rustls v0.23.41 |
| 805 | 2026-08-24T19:54:30.304Z | Compiling icu_normalizer_data v2.1.1 |
| 806 | 2026-08-24T19:54:30.467Z | Compiling percent-encoding v2.3.2 |
| 807 | 2026-08-24T19:54:30.516Z | Compiling untrusted v0.9.0 |
| 808 | 2026-08-24T19:54:30.567Z | Compiling icu_properties_data v2.1.2 |
| 809 | 2026-08-24T19:54:30.633Z | Compiling atomic-waker v1.1.2 |
| 810 | 2026-08-24T19:54:30.738Z | Compiling tokio-util v0.7.18 |
| 811 | 2026-08-24T19:54:30.754Z | Compiling tracing v0.1.44 |
| 812 | 2026-08-24T19:54:31.078Z | Compiling pest_derive v2.8.6 |
| 813 | 2026-08-24T19:54:31.323Z | Compiling icu_provider v2.1.1 |
| 814 | 2026-08-24T19:54:31.543Z | Compiling icu_collections v2.1.1 |
| 815 | 2026-08-24T19:54:31.791Z | Compiling tower-service v0.3.3 |
| 816 | 2026-08-24T19:54:31.802Z | Compiling fastrand v2.3.0 |
| 817 | 2026-08-24T19:54:31.867Z | Compiling paste v1.0.15 |
| 818 | 2026-08-24T19:54:31.892Z | Compiling try-lock v0.2.5 |
| 819 | 2026-08-24T19:54:32.001Z | Compiling subtle v2.6.1 |
| 820 | 2026-08-24T19:54:32.006Z | Compiling getrandom v0.3.4 |
| 821 | 2026-08-24T19:54:32.120Z | Compiling tower-layer v0.3.3 |
| 822 | 2026-08-24T19:54:32.136Z | Compiling rustix v1.1.4 |
| 823 | 2026-08-24T19:54:32.299Z | Compiling want v0.3.1 |
| 824 | 2026-08-24T19:54:32.456Z | Compiling h2 v0.4.15 |
| 825 | 2026-08-24T19:54:32.529Z | Compiling ppv-lite86 v0.2.21 |
| 826 | 2026-08-24T19:54:32.587Z | Compiling serde_tokenstream v0.2.3 |
| 827 | 2026-08-24T19:54:32.632Z | Compiling httpdate v1.0.3 |
| 828 | 2026-08-24T19:54:32.850Z | Compiling icu_properties v2.1.2 |
| 829 | 2026-08-24T19:54:32.989Z | Compiling icu_normalizer v2.1.1 |
| 830 | 2026-08-24T19:54:34.316Z | Compiling ipnetwork v0.21.1 |
| 831 | 2026-08-24T19:54:34.329Z | Compiling form_urlencoded v1.2.2 |
| 832 | 2026-08-24T19:54:34.584Z | Compiling structmeta-derive v0.3.0 |
| 833 | 2026-08-24T19:54:34.615Z | Compiling scroll_derive v0.13.1 |
| 834 | 2026-08-24T19:54:34.633Z | Compiling syn v3.0.3 |
| 835 | 2026-08-24T19:54:35.400Z | Compiling hyper v1.10.1 |
| 836 | 2026-08-24T19:54:35.881Z | Compiling base64 v0.22.1 |
| 837 | 2026-08-24T19:54:36.163Z | Compiling usdt-impl v0.6.0 |
| 838 | 2026-08-24T19:54:36.355Z | Compiling heck v0.5.0 |
| 839 | 2026-08-24T19:54:36.394Z | Compiling typenum v1.20.1 |
| 840 | 2026-08-24T19:54:36.539Z | Compiling version_check v0.9.5 |
| 841 | 2026-08-24T19:54:36.612Z | Compiling num-conv v0.2.0 |
| 842 | 2026-08-24T19:54:36.729Z | Compiling ipnet v2.12.0 |
| 843 | 2026-08-24T19:54:36.795Z | Compiling omicron-workspace-hack v0.1.0 |
| 844 | 2026-08-24T19:54:36.998Z | Compiling powerfmt v0.2.0 |
| 845 | 2026-08-24T19:54:37.239Z | Compiling crc32fast v1.5.0 |
| 846 | 2026-08-24T19:54:37.303Z | Compiling time-core v0.1.8 |
| 847 | 2026-08-24T19:54:37.438Z | Compiling time-macros v0.2.27 |
| 848 | 2026-08-24T19:54:37.543Z | Compiling daft-derive v0.1.8 |
| 849 | 2026-08-24T19:54:37.871Z | Compiling deranged v0.5.8 |
| 850 | 2026-08-24T19:54:38.236Z | Compiling hybrid-array v0.4.13 |
| 851 | 2026-08-24T19:54:38.391Z | Compiling hyper-util v0.1.20 |
| 852 | 2026-08-24T19:54:38.563Z | Compiling dof v0.4.0 |
| 853 | 2026-08-24T19:54:38.707Z | Compiling structmeta v0.3.0 |
| 854 | 2026-08-24T19:54:38.892Z | Compiling scroll v0.13.0 |
| 855 | 2026-08-24T19:54:38.966Z | Compiling oxnet v0.1.6 |
| 856 | 2026-08-24T19:54:39.080Z | Compiling rand_core v0.9.5 |
| 857 | 2026-08-24T19:54:39.180Z | Compiling idna_adapter v1.2.1 |
| 858 | 2026-08-24T19:54:39.244Z | Compiling tempfile v3.27.0 |
| 859 | 2026-08-24T19:54:39.300Z | Compiling dtrace-parser v0.3.0 |
| 860 | 2026-08-24T19:54:39.324Z | Compiling newtype-uuid v1.3.2 |
| 861 | 2026-08-24T19:54:39.580Z | Compiling thread-id v5.1.0 |
| 862 | 2026-08-24T19:54:39.653Z | Compiling sync_wrapper v1.0.2 |
| 863 | 2026-08-24T19:54:39.791Z | Compiling ident_case v1.0.1 |
| 864 | 2026-08-24T19:54:39.883Z | Compiling ryu v1.0.23 |
| 865 | 2026-08-24T19:54:39.943Z | Compiling openssl-probe v0.2.1 |
| 866 | 2026-08-24T19:54:40.029Z | Compiling utf8_iter v1.0.4 |
| 867 | 2026-08-24T19:54:40.036Z | Compiling strsim v0.11.1 |
| 868 | 2026-08-24T19:54:40.159Z | Compiling num_threads v0.1.7 |
| 869 | 2026-08-24T19:54:40.180Z | Compiling byteorder v1.5.0 |
| 870 | 2026-08-24T19:54:40.180Z | Compiling plain v0.2.3 |
| 871 | 2026-08-24T19:54:40.245Z | Compiling crossbeam-utils v0.8.21 |
| 872 | 2026-08-24T19:54:40.280Z | Compiling simd-adler32 v0.3.8 |
| 873 | 2026-08-24T19:54:40.304Z | Compiling regex-syntax v0.8.10 |
| 874 | 2026-08-24T19:54:40.390Z | Compiling adler2 v2.0.1 |
| 875 | 2026-08-24T19:54:40.540Z | Compiling miniz_oxide v0.8.9 |
| 876 | 2026-08-24T19:54:41.044Z | Compiling goblin v0.10.5 |
| 877 | 2026-08-24T19:54:41.115Z | Compiling time v0.3.47 |
| 878 | 2026-08-24T19:54:41.251Z | Compiling darling_core v0.23.0 |
| 879 | 2026-08-24T19:54:41.293Z | Compiling idna v1.1.0 |
| 880 | 2026-08-24T19:54:41.926Z | Compiling rustls-native-certs v0.8.3 |
| 881 | 2026-08-24T19:54:42.123Z | Compiling serde_urlencoded v0.7.1 |
| 882 | 2026-08-24T19:54:42.663Z | Compiling tower v0.5.3 |
| 883 | 2026-08-24T19:54:42.897Z | Compiling daft v0.1.8 |
| 884 | 2026-08-24T19:54:43.152Z | Compiling http-body-util v0.1.3 |
| 885 | 2026-08-24T19:54:43.219Z | Compiling aho-corasick v1.1.4 |
| 886 | 2026-08-24T19:54:43.243Z | Compiling getrandom v0.2.17 |
| 887 | 2026-08-24T19:54:43.300Z | Compiling rustix v0.38.44 |
| 888 | 2026-08-24T19:54:43.334Z | Compiling iri-string v0.7.10 |
| 889 | 2026-08-24T19:54:43.416Z | Compiling pretty-hex v0.4.1 |
| 890 | 2026-08-24T19:54:43.445Z | Compiling camino v1.2.5 |
| 891 | 2026-08-24T19:54:43.857Z | Compiling rand_core v0.6.4 |
| 892 | 2026-08-24T19:54:43.868Z | Compiling darling_macro v0.23.0 |
| 893 | 2026-08-24T19:54:44.426Z | Compiling flate2 v1.1.9 |
| 894 | 2026-08-24T19:54:44.954Z | Compiling regex-automata v0.4.14 |
| 895 | 2026-08-24T19:54:45.499Z | Compiling tower-http v0.6.8 |
| 896 | 2026-08-24T19:54:46.422Z | Compiling url v2.5.8 |
| 897 | 2026-08-24T19:54:47.422Z | Compiling rand_chacha v0.9.0 |
| 898 | 2026-08-24T19:54:47.552Z | Compiling block-buffer v0.12.1 |
| 899 | 2026-08-24T19:54:47.719Z | Compiling crypto-common v0.2.2 |
| 900 | 2026-08-24T19:54:47.782Z | Compiling multer v3.1.0 |
| 901 | 2026-08-24T19:54:47.991Z | Compiling wait-timeout v0.2.1 |
| 902 | 2026-08-24T19:54:48.360Z | Compiling thread_local v1.1.9 |
| 903 | 2026-08-24T19:54:48.443Z | Compiling foldhash v0.2.0 |
| 904 | 2026-08-24T19:54:48.676Z | Compiling slog-async v2.8.0 |
| 905 | 2026-08-24T19:54:48.714Z | Compiling compression-core v0.4.31 |
| 906 | 2026-08-24T19:54:48.809Z | Compiling allocator-api2 v0.2.21 |
| 907 | 2026-08-24T19:54:48.874Z | Compiling bit-vec v0.8.0 |
| 908 | 2026-08-24T19:54:48.946Z | Compiling quick-error v1.2.3 |
| 909 | 2026-08-24T19:54:48.979Z | Compiling const-oid v0.10.2 |
| 910 | 2026-08-24T19:54:49.044Z | Compiling match_cfg v0.1.0 |
| 911 | 2026-08-24T19:54:49.107Z | Compiling ref-cast v1.0.25 |
| 912 | 2026-08-24T19:54:49.156Z | Compiling winnow v1.0.3 |
| 913 | 2026-08-24T19:54:49.261Z | Compiling hashbrown v0.16.1 |
| 914 | 2026-08-24T19:54:49.431Z | Compiling digest v0.11.3 |
| 915 | 2026-08-24T19:54:49.572Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 916 | 2026-08-24T19:54:49.605Z | Compiling hostname v0.3.1 |
| 917 | 2026-08-24T19:54:49.754Z | Compiling bit-set v0.8.0 |
| 918 | 2026-08-24T19:54:49.934Z | Compiling rusty-fork v0.3.1 |
| 919 | 2026-08-24T19:54:50.823Z | Compiling compression-codecs v0.4.37 |
| 920 | 2026-08-24T19:54:50.902Z | Compiling rand v0.9.2 |
| 921 | 2026-08-24T19:54:51.168Z | Compiling crossbeam-channel v0.5.15 |
| 922 | 2026-08-24T19:54:51.618Z | Compiling regex v1.12.3 |
| 923 | 2026-08-24T19:54:51.858Z | Compiling darling v0.23.0 |
| 924 | 2026-08-24T19:54:51.930Z | Compiling rand_chacha v0.3.1 |
| 925 | 2026-08-24T19:54:52.526Z | Compiling slog-json v2.6.1 |
| 926 | 2026-08-24T19:54:52.779Z | Compiling usdt-macro v0.6.0 |
| 927 | 2026-08-24T19:54:52.892Z | Compiling usdt-attr-macro v0.6.0 |
| 928 | 2026-08-24T19:54:53.245Z | Compiling rand_xorshift v0.4.0 |
| 929 | 2026-08-24T19:54:53.400Z | Compiling derive-ex v0.1.8 |
| 930 | 2026-08-24T19:54:53.422Z | Compiling dropshot v0.17.1 |
| 931 | 2026-08-24T19:54:53.463Z | Compiling futures-executor v0.3.32 |
| 932 | 2026-08-24T19:54:53.597Z | Compiling async-stream-impl v0.3.6 |
| 933 | 2026-08-24T19:54:53.632Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 934 | 2026-08-24T19:54:53.751Z | Compiling ref-cast-impl v1.0.25 |
| 935 | 2026-08-24T19:54:53.944Z | Compiling async-trait v0.1.89 |
| 936 | 2026-08-24T19:54:54.082Z | Compiling serde_spanned v1.1.1 |
| 937 | 2026-08-24T19:54:54.202Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 938 | 2026-08-24T19:54:54.220Z | Compiling memmap2 v0.9.10 |
| 939 | 2026-08-24T19:54:54.340Z | Compiling is-terminal v0.4.17 |
| 940 | 2026-08-24T19:54:54.432Z | Compiling encoding_rs v0.8.35 |
| 941 | 2026-08-24T19:54:54.498Z | Compiling unarray v0.1.4 |
| 942 | 2026-08-24T19:54:54.602Z | Compiling term v1.2.1 |
| 943 | 2026-08-24T19:54:54.608Z | Compiling spin v0.9.8 |
| 944 | 2026-08-24T19:54:54.879Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 945 | 2026-08-24T19:54:54.943Z | Compiling cpufeatures v0.3.0 |
| 946 | 2026-08-24T19:54:54.987Z | Compiling mime v0.3.17 |
| 947 | 2026-08-24T19:54:55.010Z | Compiling hex v0.4.3 |
| 948 | 2026-08-24T19:54:55.129Z | Compiling take_mut v0.2.2 |
| 949 | 2026-08-24T19:54:55.232Z | Compiling anyhow v1.0.104 |
| 950 | 2026-08-24T19:54:55.285Z | Compiling byte-wrapper v0.1.0 |
| 951 | 2026-08-24T19:54:56.011Z | Compiling toml v1.1.2+spec-1.1.0 |
| 952 | 2026-08-24T19:54:56.496Z | Compiling sha1 v0.11.0 |
| 953 | 2026-08-24T19:54:56.757Z | Compiling dropshot_endpoint v0.17.1 |
| 954 | 2026-08-24T19:54:56.906Z | Compiling test-strategy v0.4.5 |
| 955 | 2026-08-24T19:54:56.956Z | Compiling slog-term v2.9.2 |
| 956 | 2026-08-24T19:54:58.192Z | Compiling proptest v1.11.0 |
| 957 | 2026-08-24T19:54:58.275Z | Compiling usdt v0.6.0 |
| 958 | 2026-08-24T19:54:58.441Z | Compiling async-stream v0.3.6 |
| 959 | 2026-08-24T19:54:58.631Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 960 | 2026-08-24T19:54:58.764Z | Compiling futures v0.3.32 |
| 961 | 2026-08-24T19:54:58.835Z | Compiling slog-bunyan v2.5.0 |
| 962 | 2026-08-24T19:54:58.889Z | Compiling atomicwrites v0.4.4 |
| 963 | 2026-08-24T19:54:58.917Z | Compiling rand v0.8.6 |
| 964 | 2026-08-24T19:54:59.159Z | Compiling parse-display-derive v0.10.0 |
| 965 | 2026-08-24T19:54:59.685Z | Compiling serde_with_macros v3.21.0 |
| 966 | 2026-08-24T19:55:00.394Z | Compiling async-compression v0.4.41 |
| 967 | 2026-08-24T19:55:00.544Z | Compiling strum_macros v0.27.2 |
| 968 | 2026-08-24T19:55:00.664Z | Compiling newtype-uuid-macros v0.1.0 |
| 969 | 2026-08-24T19:55:00.777Z | Compiling backon v1.6.0 |
| 970 | 2026-08-24T19:55:00.835Z | Compiling waitgroup v0.1.2 |
| 971 | 2026-08-24T19:55:00.979Z | Compiling openapiv3 v2.2.0 |
| 972 | 2026-08-24T19:55:01.002Z | Compiling rustls-pemfile v2.2.0 |
| 973 | 2026-08-24T19:55:01.197Z | Compiling serde_path_to_error v0.1.20 |
| 974 | 2026-08-24T19:55:01.266Z | Compiling hostname v0.4.2 |
| 975 | 2026-08-24T19:55:01.415Z | Compiling instant v0.1.13 |
| 976 | 2026-08-24T19:55:01.421Z | Compiling debug-ignore v1.0.5 |
| 977 | 2026-08-24T19:55:01.512Z | Compiling either v1.15.0 |
| 978 | 2026-08-24T19:55:01.520Z | Compiling backoff v0.4.0 |
| 979 | 2026-08-24T19:55:01.630Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 980 | 2026-08-24T19:55:01.707Z | Compiling itertools v0.14.0 |
| 981 | 2026-08-24T19:55:01.721Z | Compiling serde_with v3.21.0 |
| 982 | 2026-08-24T19:55:02.326Z | Compiling strum v0.27.2 |
| 983 | 2026-08-24T19:55:02.446Z | Compiling parse-display v0.10.0 |
| 984 | 2026-08-24T19:55:03.210Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 985 | 2026-08-24T19:55:03.220Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 986 | 2026-08-24T19:55:03.226Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 987 | 2026-08-24T19:55:03.305Z | Compiling iddqd v0.4.2 |
| 988 | 2026-08-24T19:55:03.659Z | Compiling regress v0.10.5 |
| 989 | 2026-08-24T19:55:03.689Z | Compiling oxide-generation v0.1.3 |
| 990 | 2026-08-24T19:55:04.141Z | Compiling macaddr v1.0.1 |
| 991 | 2026-08-24T19:55:04.397Z | Compiling humantime v2.3.0 |
| 992 | 2026-08-24T19:55:11.184Z | Compiling rustls-webpki v0.103.13 |
| 993 | 2026-08-24T19:55:14.425Z | Compiling tokio-rustls v0.26.4 |
| 994 | 2026-08-24T19:55:14.426Z | Compiling rustls-platform-verifier v0.6.2 |
| 995 | 2026-08-24T19:55:14.684Z | Compiling hyper-rustls v0.27.7 |
| 996 | 2026-08-24T19:55:14.946Z | Compiling reqwest v0.13.2 |
| 997 | 2026-08-24T19:55:17.223Z | Compiling progenitor-client v0.14.0 |
| 998 | 2026-08-24T19:55:17.450Z | Compiling progenitor-extras v0.2.0 |
| 999 | 2026-08-24T19:55:18.234Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1000 | 2026-08-24T19:55:21.878Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1001 | 2026-08-24T19:55:24.990Z | Finished `release` profile [optimized] target(s) in 1m 04s |
| 1002 | 2026-08-24T19:55:25.048Z | process exited: duration 102538 ms, exit code 0 |
| |
| 1003 | 2026-08-24T19:55:25.055Z | found 0 output files |