|
|
|
| 1 | 2026-08-05T19:25:45.977Z | job assigned to worker 01KZ9P5J5VG3WGE13NBBVJMAHQ [factory aws, i-0bb0dacdb2be21315] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-05T19:25:51.962Z | starting task 0: "setup" |
| 3 | 2026-08-05T19:25:51.965Z | ++ uname -s |
| 4 | 2026-08-05T19:25:51.968Z | + kern=SunOS |
| 5 | 2026-08-05T19:25:51.968Z | + build_user=build |
| 6 | 2026-08-05T19:25:51.968Z | + build_uid=12345 |
| 7 | 2026-08-05T19:25:51.968Z | + work_dir=/work |
| 8 | 2026-08-05T19:25:51.968Z | + input_dir=/input |
| 9 | 2026-08-05T19:25:51.968Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T19:25:51.968Z | + case "$kern" in |
| 11 | 2026-08-05T19:25:51.968Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T19:25:51.971Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T19:25:53.974Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T19:25:54.073Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T19:25:54.076Z | + home_fs=zfs |
| 16 | 2026-08-05T19:25:54.076Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T19:25:54.076Z | + mkdir -p /home/build |
| 18 | 2026-08-05T19:25:54.076Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T19:25:56.077Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T19:25:56.081Z | process exited: duration 4118 ms, exit code 0 |
| |
| 21 | 2026-08-05T19:25:56.088Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T19:25:56.092Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-05T19:25:56.092Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-08-05T19:25:56.092Z | * rust toolchain profile = "default" |
| 25 | 2026-08-05T19:25:56.092Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-05T19:25:56.092Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-05T19:25:56.092Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T19:25:56.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T19:25:56.095Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-05T19:25:56.173Z | info: downloading installer |
| 31 | 2026-08-05T19:25:57.497Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T19:25:57.497Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T19:25:57.497Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T19:25:57.497Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T19:25:57.510Z | info: profile set to default |
| 36 | 2026-08-05T19:25:57.510Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T19:25:57.513Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-05T19:25:57.639Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T19:25:57.644Z | info: downloading 6 components |
| 40 | 2026-08-05T19:26:13.895Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-05T19:26:13.896Z | |
| 42 | 2026-08-05T19:26:13.922Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T19:26:13.922Z | |
| 44 | 2026-08-05T19:26:13.922Z | |
| 45 | 2026-08-05T19:26:13.922Z | Rust is installed now. Great! |
| 46 | 2026-08-05T19:26:13.922Z | |
| 47 | 2026-08-05T19:26:13.925Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T19:26:13.925Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T19:26:13.925Z | |
| 50 | 2026-08-05T19:26:13.925Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T19:26:13.925Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T19:26:13.925Z | |
| 53 | 2026-08-05T19:26:13.925Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T19:26:13.925Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T19:26:13.925Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T19:26:13.925Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T19:26:13.925Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T19:26:13.925Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T19:26:13.925Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T19:26:13.926Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T19:26:13.926Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T19:26:14.029Z | + rustup --version |
| 63 | 2026-08-05T19:26:14.037Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T19:26:14.041Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T19:26:14.058Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T19:26:14.061Z | + cargo --version |
| 67 | 2026-08-05T19:26:14.076Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T19:26:14.079Z | + rustc --version |
| 69 | 2026-08-05T19:26:14.098Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T19:26:14.101Z | process exited: duration 18011 ms, exit code 0 |
| |
| 71 | 2026-08-05T19:26:14.107Z | starting task 2: "authentication" |
| 72 | 2026-08-05T19:26:14.123Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-05T19:26:14.129Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T19:26:14.132Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-05T19:26:14.135Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-05T19:26:14.166Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-05T19:26:25.100Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-05T19:26:25.101Z | + git fetch origin 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 79 | 2026-08-05T19:26:26.425Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-05T19:26:26.425Z | * branch 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d -> FETCH_HEAD |
| 81 | 2026-08-05T19:26:26.437Z | + [[ -n john/set-target-release-better-errors ]] |
| 82 | 2026-08-05T19:26:26.443Z | ++ git branch --show-current |
| 83 | 2026-08-05T19:26:26.443Z | + current=main |
| 84 | 2026-08-05T19:26:26.443Z | + [[ main != john/set-target-release-better-errors ]] |
| 85 | 2026-08-05T19:26:26.443Z | + git branch -f john/set-target-release-better-errors 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 86 | 2026-08-05T19:26:26.446Z | + git checkout -f john/set-target-release-better-errors |
| 87 | 2026-08-05T19:26:26.696Z | Switched to branch 'john/set-target-release-better-errors' |
| 88 | 2026-08-05T19:26:26.699Z | + git reset --hard 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 89 | 2026-08-05T19:26:26.723Z | HEAD is now at 1f4f17af5 fix up integration test and error message typos |
| 90 | 2026-08-05T19:26:26.726Z | process exited: duration 12594 ms, exit code 0 |
| |
| 91 | 2026-08-05T19:26:26.732Z | starting task 4: "build" |
| 92 | 2026-08-05T19:26:26.735Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-05T19:26:26.739Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-05T19:26:26.739Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-05T19:26:26.740Z | +++ uname -s |
| 96 | 2026-08-05T19:26:26.740Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-05T19:26:26.740Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-05T19:26:26.743Z | + cargo --version |
| 99 | 2026-08-05T19:26:26.748Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-05T19:26:26.751Z | + rustc --version |
| 101 | 2026-08-05T19:26:26.769Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-05T19:26:26.772Z | + cd /tmp |
| 103 | 2026-08-05T19:26:26.772Z | + cargo new --lib test-project |
| 104 | 2026-08-05T19:26:26.791Z | Creating library `test-project` package |
| 105 | 2026-08-05T19:26:26.826Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 106 | 2026-08-05T19:26:26.829Z | + cd test-project |
| 107 | 2026-08-05T19:26:26.829Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 108 | 2026-08-05T19:26:26.849Z | Adding omicron-common (local) to dependencies |
| 109 | 2026-08-05T19:26:26.852Z | Features: |
| 110 | 2026-08-05T19:26:26.852Z | - proptest |
| 111 | 2026-08-05T19:26:26.852Z | - test-strategy |
| 112 | 2026-08-05T19:26:26.852Z | - testing |
| 113 | 2026-08-05T19:26:26.869Z | Updating crates.io index |
| 114 | 2026-08-05T19:26:26.872Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 115 | 2026-08-05T19:26:27.335Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 116 | 2026-08-05T19:26:30.046Z | Locking 367 packages to latest Rust 1.97.1 compatible versions |
| 117 | 2026-08-05T19:26:30.150Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-08-05T19:26:30.153Z | + cargo check |
| 119 | 2026-08-05T19:26:30.256Z | Updating crates.io index |
| 120 | 2026-08-05T19:26:30.872Z | Locking 1 package to latest Rust 1.97.1 compatible version |
| 121 | 2026-08-05T19:26:30.872Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-08-05T19:26:30.899Z | Downloading crates ... |
| 123 | 2026-08-05T19:26:30.949Z | Downloaded rand_core v0.10.0 |
| 124 | 2026-08-05T19:26:30.952Z | Downloaded rand_pcg v0.10.2 |
| 125 | 2026-08-05T19:26:30.955Z | Downloaded adler2 v2.0.1 |
| 126 | 2026-08-05T19:26:30.958Z | Downloaded rand_core v0.6.4 |
| 127 | 2026-08-05T19:26:30.958Z | Downloaded quinn-udp v0.5.14 |
| 128 | 2026-08-05T19:26:30.961Z | Downloaded plain v0.2.3 |
| 129 | 2026-08-05T19:26:30.964Z | Downloaded ref-cast-impl v1.0.25 |
| 130 | 2026-08-05T19:26:30.969Z | Downloaded equivalent v1.0.2 |
| 131 | 2026-08-05T19:26:30.972Z | Downloaded fastrand v2.3.0 |
| 132 | 2026-08-05T19:26:30.975Z | Downloaded errno v0.3.14 |
| 133 | 2026-08-05T19:26:30.975Z | Downloaded tinyvec_macros v0.1.1 |
| 134 | 2026-08-05T19:26:30.983Z | Downloaded erased-serde v0.3.31 |
| 135 | 2026-08-05T19:26:30.986Z | Downloaded quick-error v1.2.3 |
| 136 | 2026-08-05T19:26:30.989Z | Downloaded hex v0.4.3 |
| 137 | 2026-08-05T19:26:30.989Z | Downloaded either v1.15.0 |
| 138 | 2026-08-05T19:26:30.992Z | Downloaded ppv-lite86 v0.2.21 |
| 139 | 2026-08-05T19:26:30.998Z | Downloaded scopeguard v1.2.0 |
| 140 | 2026-08-05T19:26:31.003Z | Downloaded futures-task v0.3.32 |
| 141 | 2026-08-05T19:26:31.006Z | Downloaded scroll v0.13.0 |
| 142 | 2026-08-05T19:26:31.009Z | Downloaded getrandom v0.2.17 |
| 143 | 2026-08-05T19:26:31.012Z | Downloaded hostname v0.4.2 |
| 144 | 2026-08-05T19:26:31.015Z | Downloaded find-msvc-tools v0.1.9 |
| 145 | 2026-08-05T19:26:31.018Z | Downloaded powerfmt v0.2.0 |
| 146 | 2026-08-05T19:26:31.021Z | Downloaded rand_chacha v0.3.1 |
| 147 | 2026-08-05T19:26:31.024Z | Downloaded serde_derive_internals v0.29.1 |
| 148 | 2026-08-05T19:26:31.024Z | Downloaded pin-project-lite v0.2.17 |
| 149 | 2026-08-05T19:26:31.029Z | Downloaded heck v0.5.0 |
| 150 | 2026-08-05T19:26:31.033Z | Downloaded http-body v1.0.1 |
| 151 | 2026-08-05T19:26:31.033Z | Downloaded progenitor-client v0.14.0 |
| 152 | 2026-08-05T19:26:31.033Z | Downloaded httpdate v1.0.3 |
| 153 | 2026-08-05T19:26:31.036Z | Downloaded serde_urlencoded v0.7.1 |
| 154 | 2026-08-05T19:26:31.036Z | Downloaded structmeta v0.3.0 |
| 155 | 2026-08-05T19:26:31.038Z | Downloaded sha1 v0.11.0 |
| 156 | 2026-08-05T19:26:31.039Z | Downloaded take_mut v0.2.2 |
| 157 | 2026-08-05T19:26:31.039Z | Downloaded ref-cast v1.0.25 |
| 158 | 2026-08-05T19:26:31.041Z | Downloaded tokio-macros v2.7.0 |
| 159 | 2026-08-05T19:26:31.041Z | Downloaded omicron-workspace-hack v0.1.0 |
| 160 | 2026-08-05T19:26:31.042Z | Downloaded pretty-hex v0.4.1 |
| 161 | 2026-08-05T19:26:31.042Z | Downloaded rand_xorshift v0.4.0 |
| 162 | 2026-08-05T19:26:31.044Z | Downloaded semver v1.0.28 |
| 163 | 2026-08-05T19:26:31.050Z | Downloaded slog-term v2.9.2 |
| 164 | 2026-08-05T19:26:31.053Z | Downloaded rustls-pki-types v1.14.0 |
| 165 | 2026-08-05T19:26:31.059Z | Downloaded lru-slab v0.1.2 |
| 166 | 2026-08-05T19:26:31.063Z | Downloaded openssl-probe v0.2.1 |
| 167 | 2026-08-05T19:26:31.063Z | Downloaded futures-macro v0.3.32 |
| 168 | 2026-08-05T19:26:31.063Z | Downloaded itoa v1.0.17 |
| 169 | 2026-08-05T19:26:31.065Z | Downloaded form_urlencoded v1.2.2 |
| 170 | 2026-08-05T19:26:31.065Z | Downloaded match_cfg v0.1.0 |
| 171 | 2026-08-05T19:26:31.068Z | Downloaded stable_deref_trait v1.2.1 |
| 172 | 2026-08-05T19:26:31.068Z | Downloaded sync_wrapper v1.0.2 |
| 173 | 2026-08-05T19:26:31.068Z | Downloaded macaddr v1.0.1 |
| 174 | 2026-08-05T19:26:31.071Z | Downloaded num-conv v0.2.0 |
| 175 | 2026-08-05T19:26:31.071Z | Downloaded parse-display v0.10.0 |
| 176 | 2026-08-05T19:26:31.074Z | Downloaded humantime v2.3.0 |
| 177 | 2026-08-05T19:26:31.080Z | Downloaded strum v0.27.2 |
| 178 | 2026-08-05T19:26:31.084Z | Downloaded serde_spanned v1.1.1 |
| 179 | 2026-08-05T19:26:31.084Z | Downloaded idna_adapter v1.2.1 |
| 180 | 2026-08-05T19:26:31.084Z | Downloaded potential_utf v0.1.4 |
| 181 | 2026-08-05T19:26:31.084Z | Downloaded strsim v0.11.1 |
| 182 | 2026-08-05T19:26:31.088Z | Downloaded newtype-uuid-macros v0.1.0 |
| 183 | 2026-08-05T19:26:31.088Z | Downloaded num_threads v0.1.7 |
| 184 | 2026-08-05T19:26:31.088Z | Downloaded futures-io v0.3.32 |
| 185 | 2026-08-05T19:26:31.088Z | Downloaded hostname v0.3.1 |
| 186 | 2026-08-05T19:26:31.088Z | Downloaded progenitor-extras v0.2.0 |
| 187 | 2026-08-05T19:26:31.088Z | Downloaded rustc-hash v2.1.1 |
| 188 | 2026-08-05T19:26:31.091Z | Downloaded slab v0.4.12 |
| 189 | 2026-08-05T19:26:31.091Z | Downloaded wait-timeout v0.2.1 |
| 190 | 2026-08-05T19:26:31.094Z | Downloaded time-core v0.1.8 |
| 191 | 2026-08-05T19:26:31.094Z | Downloaded mime v0.3.17 |
| 192 | 2026-08-05T19:26:31.094Z | Downloaded percent-encoding v2.3.2 |
| 193 | 2026-08-05T19:26:31.097Z | Downloaded generic-array v0.14.7 |
| 194 | 2026-08-05T19:26:31.100Z | Downloaded usdt-macro v0.6.0 |
| 195 | 2026-08-05T19:26:31.100Z | Downloaded subtle v2.6.1 |
| 196 | 2026-08-05T19:26:31.103Z | Downloaded newtype-uuid v1.3.2 |
| 197 | 2026-08-05T19:26:31.103Z | Downloaded scroll_derive v0.13.1 |
| 198 | 2026-08-05T19:26:31.113Z | Downloaded futures-core v0.3.32 |
| 199 | 2026-08-05T19:26:31.117Z | Downloaded structmeta-derive v0.3.0 |
| 200 | 2026-08-05T19:26:31.117Z | Downloaded is-terminal v0.4.17 |
| 201 | 2026-08-05T19:26:31.117Z | Downloaded fnv v1.0.7 |
| 202 | 2026-08-05T19:26:31.117Z | Downloaded rustversion v1.0.22 |
| 203 | 2026-08-05T19:26:31.120Z | Downloaded ident_case v1.0.1 |
| 204 | 2026-08-05T19:26:31.120Z | Downloaded schemars_derive v0.8.22 |
| 205 | 2026-08-05T19:26:31.120Z | Downloaded slog-json v2.6.1 |
| 206 | 2026-08-05T19:26:31.124Z | Downloaded atomicwrites v0.4.4 |
| 207 | 2026-08-05T19:26:31.124Z | Downloaded sha2 v0.10.9 |
| 208 | 2026-08-05T19:26:31.124Z | Downloaded synstructure v0.13.2 |
| 209 | 2026-08-05T19:26:31.124Z | Downloaded thread_local v1.1.9 |
| 210 | 2026-08-05T19:26:31.124Z | Downloaded instant v0.1.13 |
| 211 | 2026-08-05T19:26:31.127Z | Downloaded async-stream v0.3.6 |
| 212 | 2026-08-05T19:26:31.127Z | Downloaded quinn v0.11.11 |
| 213 | 2026-08-05T19:26:31.133Z | Downloaded dtrace-parser v0.3.0 |
| 214 | 2026-08-05T19:26:31.136Z | Downloaded oxnet v0.1.6 |
| 215 | 2026-08-05T19:26:31.139Z | Downloaded serde_path_to_error v0.1.20 |
| 216 | 2026-08-05T19:26:31.142Z | Downloaded rustls-pemfile v2.2.0 |
| 217 | 2026-08-05T19:26:31.142Z | Downloaded slog-bunyan v2.5.0 |
| 218 | 2026-08-05T19:26:31.142Z | Downloaded parse-display-derive v0.10.0 |
| 219 | 2026-08-05T19:26:31.146Z | Downloaded compression-core v0.4.31 |
| 220 | 2026-08-05T19:26:31.146Z | Downloaded rand_chacha v0.9.0 |
| 221 | 2026-08-05T19:26:31.149Z | Downloaded rand_core v0.9.5 |
| 222 | 2026-08-05T19:26:31.149Z | Downloaded serde_tokenstream v0.2.3 |
| 223 | 2026-08-05T19:26:31.149Z | Downloaded simd-adler32 v0.3.8 |
| 224 | 2026-08-05T19:26:31.149Z | Downloaded slog-async v2.8.0 |
| 225 | 2026-08-05T19:26:31.149Z | Downloaded crypto-common v0.2.2 |
| 226 | 2026-08-05T19:26:31.149Z | Downloaded usdt-attr-macro v0.6.0 |
| 227 | 2026-08-05T19:26:31.153Z | Downloaded rusty-fork v0.3.1 |
| 228 | 2026-08-05T19:26:31.153Z | Downloaded shlex v1.3.0 |
| 229 | 2026-08-05T19:26:31.153Z | Downloaded strum_macros v0.27.2 |
| 230 | 2026-08-05T19:26:31.153Z | Downloaded unarray v0.1.4 |
| 231 | 2026-08-05T19:26:31.153Z | Downloaded zerofrom-derive v0.1.6 |
| 232 | 2026-08-05T19:26:31.153Z | Downloaded dof v0.4.0 |
| 233 | 2026-08-05T19:26:31.156Z | Downloaded bit-set v0.8.0 |
| 234 | 2026-08-05T19:26:31.156Z | Downloaded fs_extra v1.3.0 |
| 235 | 2026-08-05T19:26:31.156Z | Downloaded ipnetwork v0.21.1 |
| 236 | 2026-08-05T19:26:31.156Z | Downloaded httparse v1.10.1 |
| 237 | 2026-08-05T19:26:31.159Z | Downloaded paste v1.0.15 |
| 238 | 2026-08-05T19:26:31.162Z | Downloaded signal-hook-registry v1.4.8 |
| 239 | 2026-08-05T19:26:31.162Z | Downloaded futures-sink v0.3.32 |
| 240 | 2026-08-05T19:26:31.171Z | Downloaded ipnet v2.11.0 |
| 241 | 2026-08-05T19:26:31.175Z | Downloaded jobserver v0.1.34 |
| 242 | 2026-08-05T19:26:31.177Z | Downloaded thiserror v2.0.18 |
| 243 | 2026-08-05T19:26:31.180Z | Downloaded thiserror-impl v2.0.18 |
| 244 | 2026-08-05T19:26:31.180Z | Downloaded thread-id v5.1.0 |
| 245 | 2026-08-05T19:26:31.180Z | Downloaded tinystr v0.8.2 |
| 246 | 2026-08-05T19:26:31.183Z | Downloaded futures-executor v0.3.32 |
| 247 | 2026-08-05T19:26:31.183Z | Downloaded once_cell v1.21.3 |
| 248 | 2026-08-05T19:26:31.184Z | Downloaded version_check v0.9.5 |
| 249 | 2026-08-05T19:26:31.184Z | Downloaded yoke-derive v0.8.1 |
| 250 | 2026-08-05T19:26:31.184Z | Downloaded untrusted v0.9.0 |
| 251 | 2026-08-05T19:26:31.188Z | Downloaded time-macros v0.2.27 |
| 252 | 2026-08-05T19:26:31.192Z | Downloaded schemars v0.8.22 |
| 253 | 2026-08-05T19:26:31.195Z | Downloaded zerofrom v0.1.6 |
| 254 | 2026-08-05T19:26:31.195Z | Downloaded bit-vec v0.8.0 |
| 255 | 2026-08-05T19:26:31.198Z | Downloaded quote v1.0.45 |
| 256 | 2026-08-05T19:26:31.198Z | Downloaded http-body-util v0.1.3 |
| 257 | 2026-08-05T19:26:31.198Z | Downloaded backoff v0.4.0 |
| 258 | 2026-08-05T19:26:31.201Z | Downloaded serde_core v1.0.228 |
| 259 | 2026-08-05T19:26:31.201Z | Downloaded bs58 v0.5.1 |
| 260 | 2026-08-05T19:26:31.201Z | Downloaded tempfile v3.25.0 |
| 261 | 2026-08-05T19:26:31.204Z | Downloaded try-lock v0.2.5 |
| 262 | 2026-08-05T19:26:31.204Z | Downloaded writeable v0.6.2 |
| 263 | 2026-08-05T19:26:31.204Z | Downloaded async-stream-impl v0.3.6 |
| 264 | 2026-08-05T19:26:31.204Z | Downloaded darling_macro v0.23.0 |
| 265 | 2026-08-05T19:26:31.207Z | Downloaded cpufeatures v0.3.0 |
| 266 | 2026-08-05T19:26:31.207Z | Downloaded debug-ignore v1.0.5 |
| 267 | 2026-08-05T19:26:31.207Z | Downloaded atomic-waker v1.1.2 |
| 268 | 2026-08-05T19:26:31.210Z | Downloaded parking_lot_core v0.9.12 |
| 269 | 2026-08-05T19:26:31.210Z | Downloaded pest_generator v2.8.6 |
| 270 | 2026-08-05T19:26:31.210Z | Downloaded rand v0.8.6 |
| 271 | 2026-08-05T19:26:31.213Z | Downloaded rustls-native-certs v0.8.3 |
| 272 | 2026-08-05T19:26:31.213Z | Downloaded litemap v0.8.1 |
| 273 | 2026-08-05T19:26:31.216Z | Downloaded hybrid-array v0.4.13 |
| 274 | 2026-08-05T19:26:31.216Z | Downloaded waitgroup v0.1.2 |
| 275 | 2026-08-05T19:26:31.216Z | Downloaded zeroize v1.9.0 |
| 276 | 2026-08-05T19:26:31.216Z | Downloaded dyn-clone v1.0.20 |
| 277 | 2026-08-05T19:26:31.220Z | Downloaded block-buffer v0.12.1 |
| 278 | 2026-08-05T19:26:31.224Z | Downloaded usdt v0.6.0 |
| 279 | 2026-08-05T19:26:31.224Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 280 | 2026-08-05T19:26:31.224Z | Downloaded cfg_aliases v0.2.1 |
| 281 | 2026-08-05T19:26:31.224Z | Downloaded tower-layer v0.3.3 |
| 282 | 2026-08-05T19:26:31.224Z | Downloaded pest_derive v2.8.6 |
| 283 | 2026-08-05T19:26:31.224Z | Downloaded tower-service v0.3.3 |
| 284 | 2026-08-05T19:26:31.224Z | Downloaded rustls-platform-verifier v0.6.2 |
| 285 | 2026-08-05T19:26:31.227Z | Downloaded getrandom v0.3.4 |
| 286 | 2026-08-05T19:26:31.227Z | Downloaded getrandom v0.4.1 |
| 287 | 2026-08-05T19:26:31.231Z | Downloaded compression-codecs v0.4.37 |
| 288 | 2026-08-05T19:26:31.231Z | Downloaded multer v3.1.0 |
| 289 | 2026-08-05T19:26:31.234Z | Downloaded ucd-trie v0.1.7 |
| 290 | 2026-08-05T19:26:31.237Z | Downloaded hyper-rustls v0.27.7 |
| 291 | 2026-08-05T19:26:31.237Z | Downloaded cfg-if v1.0.4 |
| 292 | 2026-08-05T19:26:31.237Z | Downloaded futures v0.3.32 |
| 293 | 2026-08-05T19:26:31.240Z | Downloaded serde_with_macros v3.21.0 |
| 294 | 2026-08-05T19:26:31.240Z | Downloaded daft-derive v0.1.7 |
| 295 | 2026-08-05T19:26:31.243Z | Downloaded cpufeatures v0.2.17 |
| 296 | 2026-08-05T19:26:31.243Z | Downloaded slog v2.8.2 |
| 297 | 2026-08-05T19:26:31.246Z | Downloaded deranged v0.5.8 |
| 298 | 2026-08-05T19:26:31.246Z | Downloaded digest v0.10.7 |
| 299 | 2026-08-05T19:26:31.246Z | Downloaded yoke v0.8.1 |
| 300 | 2026-08-05T19:26:31.249Z | Downloaded async-trait v0.1.89 |
| 301 | 2026-08-05T19:26:31.249Z | Downloaded serde_derive v1.0.228 |
| 302 | 2026-08-05T19:26:31.252Z | Downloaded cmake v0.1.57 |
| 303 | 2026-08-05T19:26:31.252Z | Downloaded block-buffer v0.10.4 |
| 304 | 2026-08-05T19:26:31.252Z | Downloaded utf8_iter v1.0.4 |
| 305 | 2026-08-05T19:26:31.256Z | Downloaded want v0.3.1 |
| 306 | 2026-08-05T19:26:31.256Z | Downloaded crypto-common v0.1.7 |
| 307 | 2026-08-05T19:26:31.256Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 308 | 2026-08-05T19:26:31.256Z | Downloaded dunce v1.0.5 |
| 309 | 2026-08-05T19:26:31.256Z | Downloaded socket2 v0.6.3 |
| 310 | 2026-08-05T19:26:31.260Z | Downloaded parking_lot v0.12.5 |
| 311 | 2026-08-05T19:26:31.260Z | Downloaded chacha20 v0.10.0 |
| 312 | 2026-08-05T19:26:31.260Z | Downloaded foldhash v0.2.0 |
| 313 | 2026-08-05T19:26:31.260Z | Downloaded tokio-rustls v0.26.4 |
| 314 | 2026-08-05T19:26:31.263Z | Downloaded lock_api v0.4.14 |
| 315 | 2026-08-05T19:26:31.263Z | Downloaded camino v1.2.2 |
| 316 | 2026-08-05T19:26:31.263Z | Downloaded iana-time-zone v0.1.65 |
| 317 | 2026-08-05T19:26:31.263Z | Downloaded memmap2 v0.9.10 |
| 318 | 2026-08-05T19:26:31.266Z | Downloaded zmij v1.0.21 |
| 319 | 2026-08-05T19:26:31.266Z | Downloaded derive-ex v0.1.8 |
| 320 | 2026-08-05T19:26:31.266Z | Downloaded rand v0.10.1 |
| 321 | 2026-08-05T19:26:31.269Z | Downloaded zerovec-derive v0.11.2 |
| 322 | 2026-08-05T19:26:31.269Z | Downloaded log v0.4.29 |
| 323 | 2026-08-05T19:26:31.272Z | Downloaded term v1.2.1 |
| 324 | 2026-08-05T19:26:31.272Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 325 | 2026-08-05T19:26:31.276Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 326 | 2026-08-05T19:26:31.276Z | Downloaded anyhow v1.0.102 |
| 327 | 2026-08-05T19:26:31.280Z | Downloaded bitflags v2.11.0 |
| 328 | 2026-08-05T19:26:31.280Z | Downloaded crc32fast v1.5.0 |
| 329 | 2026-08-05T19:26:31.283Z | Downloaded usdt-impl v0.6.0 |
| 330 | 2026-08-05T19:26:31.283Z | Downloaded ryu v1.0.23 |
| 331 | 2026-08-05T19:26:31.286Z | Downloaded spin v0.9.8 |
| 332 | 2026-08-05T19:26:31.286Z | Downloaded smallvec v1.15.1 |
| 333 | 2026-08-05T19:26:31.286Z | Downloaded test-strategy v0.4.5 |
| 334 | 2026-08-05T19:26:31.289Z | Downloaded tinyvec v1.10.0 |
| 335 | 2026-08-05T19:26:31.291Z | Downloaded byteorder v1.5.0 |
| 336 | 2026-08-05T19:26:31.291Z | Downloaded icu_provider v2.1.1 |
| 337 | 2026-08-05T19:26:31.291Z | Downloaded displaydoc v0.2.5 |
| 338 | 2026-08-05T19:26:31.294Z | Downloaded byte-wrapper v0.1.0 |
| 339 | 2026-08-05T19:26:31.294Z | Downloaded autocfg v1.5.0 |
| 340 | 2026-08-05T19:26:31.297Z | Downloaded proc-macro2 v1.0.106 |
| 341 | 2026-08-05T19:26:31.297Z | Downloaded crossbeam-utils v0.8.21 |
| 342 | 2026-08-05T19:26:31.306Z | Downloaded futures-channel v0.3.32 |
| 343 | 2026-08-05T19:26:31.310Z | Downloaded digest v0.11.3 |
| 344 | 2026-08-05T19:26:31.314Z | Downloaded rustls-webpki v0.103.13 |
| 345 | 2026-08-05T19:26:31.314Z | Downloaded icu_normalizer v2.1.1 |
| 346 | 2026-08-05T19:26:31.318Z | Downloaded miniz_oxide v0.8.9 |
| 347 | 2026-08-05T19:26:31.318Z | Downloaded num-traits v0.2.19 |
| 348 | 2026-08-05T19:26:31.322Z | Downloaded darling v0.23.0 |
| 349 | 2026-08-05T19:26:31.328Z | Downloaded daft v0.1.7 |
| 350 | 2026-08-05T19:26:31.331Z | Downloaded icu_properties v2.1.2 |
| 351 | 2026-08-05T19:26:31.336Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-08-05T19:26:31.341Z | Downloaded hyper-util v0.1.20 |
| 353 | 2026-08-05T19:26:31.344Z | Downloaded icu_locale_core v2.1.1 |
| 354 | 2026-08-05T19:26:31.347Z | Downloaded icu_normalizer_data v2.1.1 |
| 355 | 2026-08-05T19:26:31.347Z | Downloaded zerotrie v0.2.3 |
| 356 | 2026-08-05T19:26:31.350Z | Downloaded backon v1.6.0 |
| 357 | 2026-08-05T19:26:31.350Z | Downloaded const-oid v0.10.2 |
| 358 | 2026-08-05T19:26:31.354Z | Downloaded base64 v0.22.1 |
| 359 | 2026-08-05T19:26:31.354Z | Downloaded tracing-core v0.1.36 |
| 360 | 2026-08-05T19:26:31.357Z | Downloaded dropshot_endpoint v0.17.1 |
| 361 | 2026-08-05T19:26:31.357Z | Downloaded icu_collections v2.1.1 |
| 362 | 2026-08-05T19:26:31.360Z | Downloaded pest_meta v2.8.6 |
| 363 | 2026-08-05T19:26:31.360Z | Downloaded serde v1.0.228 |
| 364 | 2026-08-05T19:26:31.364Z | Downloaded uuid v1.23.4 |
| 365 | 2026-08-05T19:26:31.366Z | Downloaded url v2.5.8 |
| 366 | 2026-08-05T19:26:31.366Z | Downloaded rand v0.9.2 |
| 367 | 2026-08-05T19:26:31.369Z | Downloaded memchr v2.8.0 |
| 368 | 2026-08-05T19:26:31.373Z | Downloaded mio v1.2.0 |
| 369 | 2026-08-05T19:26:31.376Z | Downloaded hyper v1.10.1 |
| 370 | 2026-08-05T19:26:31.379Z | Downloaded hashbrown v0.17.0 |
| 371 | 2026-08-05T19:26:31.382Z | Downloaded flate2 v1.1.9 |
| 372 | 2026-08-05T19:26:31.385Z | Downloaded zerocopy-derive v0.8.40 |
| 373 | 2026-08-05T19:26:31.388Z | Downloaded allocator-api2 v0.2.21 |
| 374 | 2026-08-05T19:26:31.391Z | Downloaded tower v0.5.3 |
| 375 | 2026-08-05T19:26:31.394Z | Downloaded indexmap v2.14.0 |
| 376 | 2026-08-05T19:26:31.397Z | Downloaded futures-util v0.3.32 |
| 377 | 2026-08-05T19:26:31.403Z | Downloaded darling_core v0.23.0 |
| 378 | 2026-08-05T19:26:31.405Z | Downloaded bytes v1.11.1 |
| 379 | 2026-08-05T19:26:31.408Z | Downloaded crossbeam-channel v0.5.15 |
| 380 | 2026-08-05T19:26:31.411Z | Downloaded http v1.4.2 |
| 381 | 2026-08-05T19:26:31.414Z | Downloaded async-compression v0.4.41 |
| 382 | 2026-08-05T19:26:31.417Z | Downloaded cc v1.2.56 |
| 383 | 2026-08-05T19:26:31.422Z | Downloaded iri-string v0.7.10 |
| 384 | 2026-08-05T19:26:31.425Z | Downloaded typenum v1.20.1 |
| 385 | 2026-08-05T19:26:31.428Z | Downloaded pest v2.8.6 |
| 386 | 2026-08-05T19:26:31.431Z | Downloaded idna v1.1.0 |
| 387 | 2026-08-05T19:26:31.434Z | Downloaded hashbrown v0.16.1 |
| 388 | 2026-08-05T19:26:31.437Z | Downloaded itertools v0.14.0 |
| 389 | 2026-08-05T19:26:31.440Z | Downloaded proptest v1.11.0 |
| 390 | 2026-08-05T19:26:31.444Z | Downloaded regex v1.12.3 |
| 391 | 2026-08-05T19:26:31.449Z | Downloaded tokio-util v0.7.18 |
| 392 | 2026-08-05T19:26:31.452Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-08-05T19:26:31.456Z | Downloaded iddqd v0.4.2 |
| 394 | 2026-08-05T19:26:31.461Z | Downloaded regress v0.10.5 |
| 395 | 2026-08-05T19:26:31.466Z | Downloaded aho-corasick v1.1.4 |
| 396 | 2026-08-05T19:26:31.469Z | Downloaded h2 v0.4.15 |
| 397 | 2026-08-05T19:26:31.472Z | Downloaded serde_json v1.0.151 |
| 398 | 2026-08-05T19:26:31.476Z | Downloaded goblin v0.10.5 |
| 399 | 2026-08-05T19:26:31.482Z | Downloaded reqwest v0.13.2 |
| 400 | 2026-08-05T19:26:31.486Z | Downloaded tower-http v0.6.8 |
| 401 | 2026-08-05T19:26:31.490Z | Downloaded zerovec v0.11.5 |
| 402 | 2026-08-05T19:26:31.493Z | Downloaded aws-lc-rs v1.16.3 |
| 403 | 2026-08-05T19:26:31.500Z | Downloaded openapiv3 v2.2.0 |
| 404 | 2026-08-05T19:26:31.510Z | Downloaded quinn-proto v0.11.16 |
| 405 | 2026-08-05T19:26:31.533Z | Downloaded serde_with v3.21.0 |
| 406 | 2026-08-05T19:26:31.538Z | Downloaded winnow v1.0.3 |
| 407 | 2026-08-05T19:26:31.552Z | Downloaded libc v0.2.185 |
| 408 | 2026-08-05T19:26:31.571Z | Downloaded encoding_rs v0.8.35 |
| 409 | 2026-08-05T19:26:31.583Z | Downloaded time v0.3.47 |
| 410 | 2026-08-05T19:26:31.589Z | Downloaded zerocopy v0.8.40 |
| 411 | 2026-08-05T19:26:31.597Z | Downloaded chrono v0.4.45 |
| 412 | 2026-08-05T19:26:31.604Z | Downloaded syn v2.0.117 |
| 413 | 2026-08-05T19:26:31.634Z | Downloaded regex-syntax v0.8.10 |
| 414 | 2026-08-05T19:26:31.641Z | Downloaded rustls v0.23.41 |
| 415 | 2026-08-05T19:26:31.655Z | Downloaded dropshot v0.17.1 |
| 416 | 2026-08-05T19:26:31.667Z | Downloaded rustix v0.38.44 |
| 417 | 2026-08-05T19:26:31.679Z | Downloaded rustix v1.1.3 |
| 418 | 2026-08-05T19:26:31.693Z | Downloaded tracing v0.1.44 |
| 419 | 2026-08-05T19:26:31.720Z | Downloaded regex-automata v0.4.14 |
| 420 | 2026-08-05T19:26:31.775Z | Downloaded tokio v1.52.1 |
| 421 | 2026-08-05T19:26:31.860Z | Downloaded ring v0.17.14 |
| 422 | 2026-08-05T19:26:32.391Z | Downloaded aws-lc-sys v0.40.0 |
| 423 | 2026-08-05T19:26:32.578Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-08-05T19:26:32.578Z | Compiling quote v1.0.45 |
| 425 | 2026-08-05T19:26:32.578Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-08-05T19:26:32.578Z | Compiling libc v0.2.185 |
| 427 | 2026-08-05T19:26:32.578Z | Checking cfg-if v1.0.4 |
| 428 | 2026-08-05T19:26:32.581Z | Compiling serde_core v1.0.228 |
| 429 | 2026-08-05T19:26:32.581Z | Checking memchr v2.8.0 |
| 430 | 2026-08-05T19:26:32.581Z | Checking itoa v1.0.17 |
| 431 | 2026-08-05T19:26:32.740Z | Compiling serde v1.0.228 |
| 432 | 2026-08-05T19:26:32.818Z | Compiling zmij v1.0.21 |
| 433 | 2026-08-05T19:26:32.838Z | Compiling serde_json v1.0.151 |
| 434 | 2026-08-05T19:26:33.085Z | Checking pin-project-lite v0.2.17 |
| 435 | 2026-08-05T19:26:33.095Z | Checking smallvec v1.15.1 |
| 436 | 2026-08-05T19:26:33.098Z | Checking futures-core v0.3.32 |
| 437 | 2026-08-05T19:26:33.153Z | Checking bytes v1.11.1 |
| 438 | 2026-08-05T19:26:33.264Z | Compiling parking_lot_core v0.9.12 |
| 439 | 2026-08-05T19:26:33.329Z | Checking once_cell v1.21.3 |
| 440 | 2026-08-05T19:26:33.483Z | Checking scopeguard v1.2.0 |
| 441 | 2026-08-05T19:26:33.519Z | Checking errno v0.3.14 |
| 442 | 2026-08-05T19:26:33.530Z | Compiling getrandom v0.4.1 |
| 443 | 2026-08-05T19:26:33.570Z | Checking lock_api v0.4.14 |
| 444 | 2026-08-05T19:26:33.620Z | Compiling find-msvc-tools v0.1.9 |
| 445 | 2026-08-05T19:26:33.752Z | Compiling jobserver v0.1.34 |
| 446 | 2026-08-05T19:26:33.756Z | Compiling shlex v1.3.0 |
| 447 | 2026-08-05T19:26:33.773Z | Checking parking_lot v0.12.5 |
| 448 | 2026-08-05T19:26:33.841Z | Checking signal-hook-registry v1.4.8 |
| 449 | 2026-08-05T19:26:33.851Z | Checking socket2 v0.6.3 |
| 450 | 2026-08-05T19:26:33.903Z | Compiling syn v2.0.117 |
| 451 | 2026-08-05T19:26:33.925Z | Checking mio v1.2.0 |
| 452 | 2026-08-05T19:26:33.942Z | Compiling cc v1.2.56 |
| 453 | 2026-08-05T19:26:33.953Z | Compiling autocfg v1.5.0 |
| 454 | 2026-08-05T19:26:33.991Z | Checking futures-sink v0.3.32 |
| 455 | 2026-08-05T19:26:34.054Z | Checking stable_deref_trait v1.2.1 |
| 456 | 2026-08-05T19:26:34.074Z | Compiling fs_extra v1.3.0 |
| 457 | 2026-08-05T19:26:34.084Z | Compiling dunce v1.0.5 |
| 458 | 2026-08-05T19:26:34.116Z | Compiling thiserror v2.0.18 |
| 459 | 2026-08-05T19:26:34.168Z | Compiling zerocopy v0.8.40 |
| 460 | 2026-08-05T19:26:34.282Z | Compiling num-traits v0.2.19 |
| 461 | 2026-08-05T19:26:34.315Z | Checking slab v0.4.12 |
| 462 | 2026-08-05T19:26:34.460Z | Checking futures-channel v0.3.32 |
| 463 | 2026-08-05T19:26:34.519Z | Checking zeroize v1.9.0 |
| 464 | 2026-08-05T19:26:34.566Z | Checking equivalent v1.0.2 |
| 465 | 2026-08-05T19:26:34.629Z | Checking http v1.4.2 |
| 466 | 2026-08-05T19:26:34.640Z | Compiling cmake v0.1.57 |
| 467 | 2026-08-05T19:26:34.660Z | Compiling ucd-trie v0.1.7 |
| 468 | 2026-08-05T19:26:34.873Z | Compiling aws-lc-rs v1.16.3 |
| 469 | 2026-08-05T19:26:35.145Z | Checking futures-io v0.3.32 |
| 470 | 2026-08-05T19:26:35.156Z | Checking bitflags v2.11.0 |
| 471 | 2026-08-05T19:26:35.167Z | Checking futures-task v0.3.32 |
| 472 | 2026-08-05T19:26:35.177Z | Checking log v0.4.29 |
| 473 | 2026-08-05T19:26:35.189Z | Compiling aws-lc-sys v0.40.0 |
| 474 | 2026-08-05T19:26:35.246Z | Compiling rustversion v1.0.22 |
| 475 | 2026-08-05T19:26:35.262Z | Checking iana-time-zone v0.1.65 |
| 476 | 2026-08-05T19:26:35.299Z | Compiling pest v2.8.6 |
| 477 | 2026-08-05T19:26:35.308Z | Checking rustls-pki-types v1.14.0 |
| 478 | 2026-08-05T19:26:35.327Z | Checking fnv v1.0.7 |
| 479 | 2026-08-05T19:26:35.352Z | Compiling schemars v0.8.22 |
| 480 | 2026-08-05T19:26:35.408Z | Checking uuid v1.23.4 |
| 481 | 2026-08-05T19:26:35.576Z | Checking semver v1.0.28 |
| 482 | 2026-08-05T19:26:35.599Z | Checking writeable v0.6.2 |
| 483 | 2026-08-05T19:26:35.733Z | Checking dyn-clone v1.0.20 |
| 484 | 2026-08-05T19:26:35.780Z | Checking hashbrown v0.17.0 |
| 485 | 2026-08-05T19:26:35.784Z | Checking litemap v0.8.1 |
| 486 | 2026-08-05T19:26:35.824Z | Compiling httparse v1.10.1 |
| 487 | 2026-08-05T19:26:35.963Z | Checking http-body v1.0.1 |
| 488 | 2026-08-05T19:26:36.080Z | Checking tracing-core v0.1.36 |
| 489 | 2026-08-05T19:26:36.207Z | Checking untrusted v0.9.0 |
| 490 | 2026-08-05T19:26:36.222Z | Compiling slog v2.8.2 |
| 491 | 2026-08-05T19:26:36.251Z | Checking indexmap v2.14.0 |
| 492 | 2026-08-05T19:26:36.303Z | Checking atomic-waker v1.1.2 |
| 493 | 2026-08-05T19:26:36.392Z | Compiling pest_meta v2.8.6 |
| 494 | 2026-08-05T19:26:36.404Z | Compiling rustls v0.23.41 |
| 495 | 2026-08-05T19:26:36.436Z | Compiling icu_normalizer_data v2.1.1 |
| 496 | 2026-08-05T19:26:36.487Z | Compiling icu_properties_data v2.1.2 |
| 497 | 2026-08-05T19:26:36.549Z | Checking percent-encoding v2.3.2 |
| 498 | 2026-08-05T19:26:36.611Z | Checking tracing v0.1.44 |
| 499 | 2026-08-05T19:26:36.693Z | Compiling synstructure v0.13.2 |
| 500 | 2026-08-05T19:26:36.787Z | Compiling serde_derive_internals v0.29.1 |
| 501 | 2026-08-05T19:26:36.835Z | Compiling rustix v1.1.3 |
| 502 | 2026-08-05T19:26:36.850Z | Checking fastrand v2.3.0 |
| 503 | 2026-08-05T19:26:37.023Z | Compiling pest_generator v2.8.6 |
| 504 | 2026-08-05T19:26:37.040Z | Checking subtle v2.6.1 |
| 505 | 2026-08-05T19:26:37.166Z | Compiling getrandom v0.3.4 |
| 506 | 2026-08-05T19:26:37.170Z | Checking tower-layer v0.3.3 |
| 507 | 2026-08-05T19:26:37.177Z | Checking tower-service v0.3.3 |
| 508 | 2026-08-05T19:26:37.264Z | Checking try-lock v0.2.5 |
| 509 | 2026-08-05T19:26:37.356Z | Checking want v0.3.1 |
| 510 | 2026-08-05T19:26:37.559Z | Checking httpdate v1.0.3 |
| 511 | 2026-08-05T19:26:37.600Z | Compiling paste v1.0.15 |
| 512 | 2026-08-05T19:26:37.680Z | Checking form_urlencoded v1.2.2 |
| 513 | 2026-08-05T19:26:37.746Z | Checking ipnet v2.11.0 |
| 514 | 2026-08-05T19:26:37.789Z | Checking typenum v1.20.1 |
| 515 | 2026-08-05T19:26:37.792Z | Compiling time-core v0.1.8 |
| 516 | 2026-08-05T19:26:37.902Z | Compiling heck v0.5.0 |
| 517 | 2026-08-05T19:26:37.912Z | Compiling serde_derive v1.0.228 |
| 518 | 2026-08-05T19:26:37.922Z | Compiling zerocopy-derive v0.8.40 |
| 519 | 2026-08-05T19:26:37.946Z | Compiling zerofrom-derive v0.1.6 |
| 520 | 2026-08-05T19:26:38.081Z | Compiling yoke-derive v0.8.1 |
| 521 | 2026-08-05T19:26:38.203Z | Compiling tokio-macros v2.7.0 |
| 522 | 2026-08-05T19:26:38.514Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-08-05T19:26:38.555Z | Compiling zerovec-derive v0.11.2 |
| 524 | 2026-08-05T19:26:38.896Z | Checking tokio v1.52.1 |
| 525 | 2026-08-05T19:26:39.039Z | Compiling displaydoc v0.2.5 |
| 526 | 2026-08-05T19:26:39.068Z | Checking zerofrom v0.1.6 |
| 527 | 2026-08-05T19:26:39.174Z | Checking yoke v0.8.1 |
| 528 | 2026-08-05T19:26:39.332Z | Compiling futures-macro v0.3.32 |
| 529 | 2026-08-05T19:26:39.571Z | Checking zerovec v0.11.5 |
| 530 | 2026-08-05T19:26:39.669Z | Compiling schemars_derive v0.8.22 |
| 531 | 2026-08-05T19:26:39.720Z | Checking zerotrie v0.2.3 |
| 532 | 2026-08-05T19:26:39.946Z | Compiling pest_derive v2.8.6 |
| 533 | 2026-08-05T19:26:39.994Z | Checking tinystr v0.8.2 |
| 534 | 2026-08-05T19:26:40.098Z | Checking futures-util v0.3.32 |
| 535 | 2026-08-05T19:26:40.156Z | Checking icu_locale_core v2.1.1 |
| 536 | 2026-08-05T19:26:40.425Z | Checking potential_utf v0.1.4 |
| 537 | 2026-08-05T19:26:40.676Z | Checking icu_provider v2.1.1 |
| 538 | 2026-08-05T19:26:40.798Z | Checking icu_collections v2.1.1 |
| 539 | 2026-08-05T19:26:40.838Z | Checking chrono v0.4.45 |
| 540 | 2026-08-05T19:26:40.894Z | Checking erased-serde v0.3.31 |
| 541 | 2026-08-05T19:26:41.012Z | Compiling serde_tokenstream v0.2.3 |
| 542 | 2026-08-05T19:26:41.273Z | Checking icu_normalizer v2.1.1 |
| 543 | 2026-08-05T19:26:41.276Z | Checking icu_properties v2.1.2 |
| 544 | 2026-08-05T19:26:41.554Z | Compiling scroll_derive v0.13.1 |
| 545 | 2026-08-05T19:26:41.853Z | Checking tokio-util v0.7.18 |
| 546 | 2026-08-05T19:26:41.877Z | Checking ppv-lite86 v0.2.21 |
| 547 | 2026-08-05T19:26:41.938Z | Compiling structmeta-derive v0.3.0 |
| 548 | 2026-08-05T19:26:42.075Z | Checking base64 v0.22.1 |
| 549 | 2026-08-05T19:26:42.175Z | Checking powerfmt v0.2.0 |
| 550 | 2026-08-05T19:26:42.258Z | Checking h2 v0.4.15 |
| 551 | 2026-08-05T19:26:42.276Z | Compiling usdt-impl v0.6.0 |
| 552 | 2026-08-05T19:26:42.313Z | Compiling num-conv v0.2.0 |
| 553 | 2026-08-05T19:26:42.316Z | Compiling version_check v0.9.5 |
| 554 | 2026-08-05T19:26:42.391Z | Compiling crc32fast v1.5.0 |
| 555 | 2026-08-05T19:26:42.430Z | Compiling time-macros v0.2.27 |
| 556 | 2026-08-05T19:26:42.576Z | Checking scroll v0.13.0 |
| 557 | 2026-08-05T19:26:42.692Z | Checking deranged v0.5.8 |
| 558 | 2026-08-05T19:26:42.788Z | Checking ipnetwork v0.21.1 |
| 559 | 2026-08-05T19:26:42.799Z | Checking idna_adapter v1.2.1 |
| 560 | 2026-08-05T19:26:42.902Z | Compiling dtrace-parser v0.3.0 |
| 561 | 2026-08-05T19:26:42.924Z | Compiling structmeta v0.3.0 |
| 562 | 2026-08-05T19:26:42.971Z | Checking hybrid-array v0.4.13 |
| 563 | 2026-08-05T19:26:43.108Z | Checking tempfile v3.25.0 |
| 564 | 2026-08-05T19:26:43.361Z | Checking rand_core v0.9.5 |
| 565 | 2026-08-05T19:26:43.389Z | Compiling thread-id v5.1.0 |
| 566 | 2026-08-05T19:26:43.462Z | Checking sync_wrapper v1.0.2 |
| 567 | 2026-08-05T19:26:43.473Z | Checking adler2 v2.0.1 |
| 568 | 2026-08-05T19:26:43.516Z | Checking num_threads v0.1.7 |
| 569 | 2026-08-05T19:26:43.555Z | Compiling crossbeam-utils v0.8.21 |
| 570 | 2026-08-05T19:26:43.566Z | Checking simd-adler32 v0.3.8 |
| 571 | 2026-08-05T19:26:43.581Z | Compiling omicron-workspace-hack v0.1.0 |
| 572 | 2026-08-05T19:26:43.591Z | Checking regex-syntax v0.8.10 |
| 573 | 2026-08-05T19:26:43.691Z | Compiling ident_case v1.0.1 |
| 574 | 2026-08-05T19:26:43.772Z | Checking openssl-probe v0.2.1 |
| 575 | 2026-08-05T19:26:43.802Z | Compiling byteorder v1.5.0 |
| 576 | 2026-08-05T19:26:43.830Z | Checking plain v0.2.3 |
| 577 | 2026-08-05T19:26:43.874Z | Checking ryu v1.0.23 |
| 578 | 2026-08-05T19:26:43.916Z | Checking utf8_iter v1.0.4 |
| 579 | 2026-08-05T19:26:43.995Z | Compiling strsim v0.11.1 |
| 580 | 2026-08-05T19:26:44.012Z | Checking serde_urlencoded v0.7.1 |
| 581 | 2026-08-05T19:26:44.027Z | Checking idna v1.1.0 |
| 582 | 2026-08-05T19:26:44.096Z | Checking time v0.3.47 |
| 583 | 2026-08-05T19:26:44.110Z | Checking hyper v1.10.1 |
| 584 | 2026-08-05T19:26:44.199Z | Compiling darling_core v0.23.0 |
| 585 | 2026-08-05T19:26:44.261Z | Compiling dof v0.4.0 |
| 586 | 2026-08-05T19:26:44.276Z | Checking goblin v0.10.5 |
| 587 | 2026-08-05T19:26:44.904Z | Checking rustls-native-certs v0.8.3 |
| 588 | 2026-08-05T19:26:44.954Z | Checking miniz_oxide v0.8.9 |
| 589 | 2026-08-05T19:26:45.016Z | Checking hyper-util v0.1.20 |
| 590 | 2026-08-05T19:26:45.033Z | Checking tower v0.5.3 |
| 591 | 2026-08-05T19:26:45.294Z | Checking oxnet v0.1.6 |
| 592 | 2026-08-05T19:26:45.411Z | Checking newtype-uuid v1.3.2 |
| 593 | 2026-08-05T19:26:45.509Z | Compiling daft-derive v0.1.7 |
| 594 | 2026-08-05T19:26:45.520Z | Checking http-body-util v0.1.3 |
| 595 | 2026-08-05T19:26:45.529Z | Compiling aho-corasick v1.1.4 |
| 596 | 2026-08-05T19:26:45.565Z | Checking getrandom v0.2.17 |
| 597 | 2026-08-05T19:26:45.697Z | Compiling rustix v0.38.44 |
| 598 | 2026-08-05T19:26:46.019Z | Checking pretty-hex v0.4.1 |
| 599 | 2026-08-05T19:26:46.069Z | Checking iri-string v0.7.10 |
| 600 | 2026-08-05T19:26:46.124Z | Compiling camino v1.2.2 |
| 601 | 2026-08-05T19:26:46.248Z | Compiling darling_macro v0.23.0 |
| 602 | 2026-08-05T19:26:46.446Z | Checking daft v0.1.7 |
| 603 | 2026-08-05T19:26:46.540Z | Checking rand_core v0.6.4 |
| 604 | 2026-08-05T19:26:46.648Z | Checking flate2 v1.1.9 |
| 605 | 2026-08-05T19:26:46.922Z | Checking url v2.5.8 |
| 606 | 2026-08-05T19:26:47.002Z | Checking rand_chacha v0.9.0 |
| 607 | 2026-08-05T19:26:47.065Z | Checking tower-http v0.6.8 |
| 608 | 2026-08-05T19:26:47.170Z | Compiling regex-automata v0.4.14 |
| 609 | 2026-08-05T19:26:47.173Z | Checking block-buffer v0.12.1 |
| 610 | 2026-08-05T19:26:47.202Z | Checking crypto-common v0.2.2 |
| 611 | 2026-08-05T19:26:47.302Z | Compiling multer v3.1.0 |
| 612 | 2026-08-05T19:26:47.313Z | Checking wait-timeout v0.2.1 |
| 613 | 2026-08-05T19:26:47.434Z | Checking thread_local v1.1.9 |
| 614 | 2026-08-05T19:26:47.508Z | Checking match_cfg v0.1.0 |
| 615 | 2026-08-05T19:26:47.566Z | Compiling ref-cast v1.0.25 |
| 616 | 2026-08-05T19:26:47.588Z | Compiling slog-async v2.8.0 |
| 617 | 2026-08-05T19:26:47.679Z | Checking foldhash v0.2.0 |
| 618 | 2026-08-05T19:26:47.701Z | Checking winnow v1.0.3 |
| 619 | 2026-08-05T19:26:47.819Z | Checking const-oid v0.10.2 |
| 620 | 2026-08-05T19:26:47.850Z | Checking allocator-api2 v0.2.21 |
| 621 | 2026-08-05T19:26:47.854Z | Checking quick-error v1.2.3 |
| 622 | 2026-08-05T19:26:47.949Z | Checking bit-vec v0.8.0 |
| 623 | 2026-08-05T19:26:47.961Z | Checking compression-core v0.4.31 |
| 624 | 2026-08-05T19:26:48.078Z | Checking compression-codecs v0.4.37 |
| 625 | 2026-08-05T19:26:48.112Z | Checking hashbrown v0.16.1 |
| 626 | 2026-08-05T19:26:48.123Z | Checking bit-set v0.8.0 |
| 627 | 2026-08-05T19:26:48.147Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 628 | 2026-08-05T19:26:48.232Z | Checking digest v0.11.3 |
| 629 | 2026-08-05T19:26:48.254Z | Checking rusty-fork v0.3.1 |
| 630 | 2026-08-05T19:26:48.419Z | Checking hostname v0.3.1 |
| 631 | 2026-08-05T19:26:48.458Z | Checking crossbeam-channel v0.5.15 |
| 632 | 2026-08-05T19:26:48.490Z | Checking rand v0.9.2 |
| 633 | 2026-08-05T19:26:48.500Z | Compiling darling v0.23.0 |
| 634 | 2026-08-05T19:26:48.574Z | Checking rand_chacha v0.3.1 |
| 635 | 2026-08-05T19:26:48.750Z | Compiling usdt-macro v0.6.0 |
| 636 | 2026-08-05T19:26:48.773Z | Compiling regex v1.12.3 |
| 637 | 2026-08-05T19:26:48.922Z | Compiling usdt-attr-macro v0.6.0 |
| 638 | 2026-08-05T19:26:48.970Z | Checking slog-json v2.6.1 |
| 639 | 2026-08-05T19:26:49.114Z | Checking rand_xorshift v0.4.0 |
| 640 | 2026-08-05T19:26:49.132Z | Compiling derive-ex v0.1.8 |
| 641 | 2026-08-05T19:26:49.149Z | Compiling dropshot v0.17.1 |
| 642 | 2026-08-05T19:26:49.218Z | Checking futures-executor v0.3.32 |
| 643 | 2026-08-05T19:26:49.355Z | Compiling async-trait v0.1.89 |
| 644 | 2026-08-05T19:26:49.358Z | Compiling async-stream-impl v0.3.6 |
| 645 | 2026-08-05T19:26:49.376Z | Compiling ref-cast-impl v1.0.25 |
| 646 | 2026-08-05T19:26:49.386Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 647 | 2026-08-05T19:26:49.603Z | Checking serde_spanned v1.1.1 |
| 648 | 2026-08-05T19:26:49.643Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 649 | 2026-08-05T19:26:49.719Z | Checking is-terminal v0.4.17 |
| 650 | 2026-08-05T19:26:49.798Z | Checking memmap2 v0.9.10 |
| 651 | 2026-08-05T19:26:49.811Z | Checking encoding_rs v0.8.35 |
| 652 | 2026-08-05T19:26:49.832Z | Checking cpufeatures v0.3.0 |
| 653 | 2026-08-05T19:26:49.895Z | Checking unarray v0.1.4 |
| 654 | 2026-08-05T19:26:49.939Z | Compiling anyhow v1.0.102 |
| 655 | 2026-08-05T19:26:49.949Z | Checking term v1.2.1 |
| 656 | 2026-08-05T19:26:49.984Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 657 | 2026-08-05T19:26:50.151Z | Checking hex v0.4.3 |
| 658 | 2026-08-05T19:26:50.156Z | Checking take_mut v0.2.2 |
| 659 | 2026-08-05T19:26:50.197Z | Checking mime v0.3.17 |
| 660 | 2026-08-05T19:26:50.229Z | Checking spin v0.9.8 |
| 661 | 2026-08-05T19:26:50.324Z | Compiling dropshot_endpoint v0.17.1 |
| 662 | 2026-08-05T19:26:50.348Z | Checking toml v1.1.2+spec-1.1.0 |
| 663 | 2026-08-05T19:26:50.359Z | Checking byte-wrapper v0.1.0 |
| 664 | 2026-08-05T19:26:50.395Z | Checking slog-term v2.9.2 |
| 665 | 2026-08-05T19:26:50.470Z | Checking proptest v1.11.0 |
| 666 | 2026-08-05T19:26:50.511Z | Checking usdt v0.6.0 |
| 667 | 2026-08-05T19:26:50.622Z | Compiling test-strategy v0.4.5 |
| 668 | 2026-08-05T19:26:50.633Z | Checking async-stream v0.3.6 |
| 669 | 2026-08-05T19:26:50.740Z | Checking sha1 v0.11.0 |
| 670 | 2026-08-05T19:26:50.751Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 671 | 2026-08-05T19:26:50.843Z | Compiling parse-display-derive v0.10.0 |
| 672 | 2026-08-05T19:26:50.918Z | Checking futures v0.3.32 |
| 673 | 2026-08-05T19:26:50.945Z | Checking atomicwrites v0.4.4 |
| 674 | 2026-08-05T19:26:50.981Z | Checking slog-bunyan v2.5.0 |
| 675 | 2026-08-05T19:26:51.056Z | Checking rand v0.8.6 |
| 676 | 2026-08-05T19:26:51.084Z | Compiling serde_with_macros v3.21.0 |
| 677 | 2026-08-05T19:26:51.157Z | Checking async-compression v0.4.41 |
| 678 | 2026-08-05T19:26:51.513Z | Compiling newtype-uuid-macros v0.1.0 |
| 679 | 2026-08-05T19:26:51.542Z | Checking openapiv3 v2.2.0 |
| 680 | 2026-08-05T19:26:51.872Z | Compiling strum_macros v0.27.2 |
| 681 | 2026-08-05T19:26:51.898Z | Checking backon v1.6.0 |
| 682 | 2026-08-05T19:26:52.045Z | Checking waitgroup v0.1.2 |
| 683 | 2026-08-05T19:26:52.061Z | Checking rustls-pemfile v2.2.0 |
| 684 | 2026-08-05T19:26:52.109Z | Checking serde_path_to_error v0.1.20 |
| 685 | 2026-08-05T19:26:52.132Z | Checking hostname v0.4.2 |
| 686 | 2026-08-05T19:26:52.187Z | Checking instant v0.1.13 |
| 687 | 2026-08-05T19:26:52.219Z | Checking either v1.15.0 |
| 688 | 2026-08-05T19:26:52.246Z | Checking debug-ignore v1.0.5 |
| 689 | 2026-08-05T19:26:52.257Z | Checking backoff v0.4.0 |
| 690 | 2026-08-05T19:26:52.295Z | Checking parse-display v0.10.0 |
| 691 | 2026-08-05T19:26:52.330Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 692 | 2026-08-05T19:26:52.367Z | Checking serde_with v3.21.0 |
| 693 | 2026-08-05T19:26:52.387Z | Checking itertools v0.14.0 |
| 694 | 2026-08-05T19:26:52.405Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 695 | 2026-08-05T19:26:52.425Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 696 | 2026-08-05T19:26:52.729Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 697 | 2026-08-05T19:26:52.804Z | Checking iddqd v0.4.2 |
| 698 | 2026-08-05T19:26:52.912Z | Checking regress v0.10.5 |
| 699 | 2026-08-05T19:26:52.943Z | Checking macaddr v1.0.1 |
| 700 | 2026-08-05T19:26:53.083Z | Checking humantime v2.3.0 |
| 701 | 2026-08-05T19:26:53.589Z | Checking strum v0.27.2 |
| 702 | 2026-08-05T19:26:57.760Z | Checking rustls-webpki v0.103.13 |
| 703 | 2026-08-05T19:26:59.946Z | Checking tokio-rustls v0.26.4 |
| 704 | 2026-08-05T19:26:59.946Z | Checking rustls-platform-verifier v0.6.2 |
| 705 | 2026-08-05T19:27:00.116Z | Checking hyper-rustls v0.27.7 |
| 706 | 2026-08-05T19:27:00.262Z | Checking reqwest v0.13.2 |
| 707 | 2026-08-05T19:27:00.751Z | Checking progenitor-client v0.14.0 |
| 708 | 2026-08-05T19:27:00.940Z | Checking progenitor-extras v0.2.0 |
| 709 | 2026-08-05T19:27:01.660Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 710 | 2026-08-05T19:27:04.441Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 711 | 2026-08-05T19:27:04.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.33s |
| 712 | 2026-08-05T19:27:04.639Z | + cargo build --release |
| 713 | 2026-08-05T19:27:04.814Z | Compiling proc-macro2 v1.0.106 |
| 714 | 2026-08-05T19:27:04.814Z | Compiling quote v1.0.45 |
| 715 | 2026-08-05T19:27:04.814Z | Compiling unicode-ident v1.0.24 |
| 716 | 2026-08-05T19:27:04.818Z | Compiling libc v0.2.185 |
| 717 | 2026-08-05T19:27:04.818Z | Compiling cfg-if v1.0.4 |
| 718 | 2026-08-05T19:27:04.818Z | Compiling serde_core v1.0.228 |
| 719 | 2026-08-05T19:27:04.818Z | Compiling memchr v2.8.0 |
| 720 | 2026-08-05T19:27:04.818Z | Compiling itoa v1.0.17 |
| 721 | 2026-08-05T19:27:04.915Z | Compiling serde v1.0.228 |
| 722 | 2026-08-05T19:27:04.948Z | Compiling zmij v1.0.21 |
| 723 | 2026-08-05T19:27:05.076Z | Compiling serde_json v1.0.151 |
| 724 | 2026-08-05T19:27:05.214Z | Compiling pin-project-lite v0.2.17 |
| 725 | 2026-08-05T19:27:05.260Z | Compiling smallvec v1.15.1 |
| 726 | 2026-08-05T19:27:05.302Z | Compiling bytes v1.11.1 |
| 727 | 2026-08-05T19:27:05.492Z | Compiling futures-core v0.3.32 |
| 728 | 2026-08-05T19:27:05.635Z | Compiling errno v0.3.14 |
| 729 | 2026-08-05T19:27:05.724Z | Compiling once_cell v1.21.3 |
| 730 | 2026-08-05T19:27:05.830Z | Compiling parking_lot_core v0.9.12 |
| 731 | 2026-08-05T19:27:05.947Z | Compiling syn v2.0.117 |
| 732 | 2026-08-05T19:27:05.950Z | Compiling getrandom v0.4.1 |
| 733 | 2026-08-05T19:27:05.975Z | Compiling scopeguard v1.2.0 |
| 734 | 2026-08-05T19:27:06.016Z | Compiling jobserver v0.1.34 |
| 735 | 2026-08-05T19:27:06.085Z | Compiling lock_api v0.4.14 |
| 736 | 2026-08-05T19:27:06.121Z | Compiling shlex v1.3.0 |
| 737 | 2026-08-05T19:27:06.147Z | Compiling find-msvc-tools v0.1.9 |
| 738 | 2026-08-05T19:27:06.287Z | Compiling cc v1.2.56 |
| 739 | 2026-08-05T19:27:06.311Z | Compiling parking_lot v0.12.5 |
| 740 | 2026-08-05T19:27:06.314Z | Compiling signal-hook-registry v1.4.8 |
| 741 | 2026-08-05T19:27:06.354Z | Compiling mio v1.2.0 |
| 742 | 2026-08-05T19:27:06.360Z | Compiling socket2 v0.6.3 |
| 743 | 2026-08-05T19:27:06.440Z | Compiling stable_deref_trait v1.2.1 |
| 744 | 2026-08-05T19:27:06.508Z | Compiling autocfg v1.5.0 |
| 745 | 2026-08-05T19:27:06.732Z | Compiling thiserror v2.0.18 |
| 746 | 2026-08-05T19:27:06.832Z | Compiling futures-sink v0.3.32 |
| 747 | 2026-08-05T19:27:06.933Z | Compiling num-traits v0.2.19 |
| 748 | 2026-08-05T19:27:06.972Z | Compiling cmake v0.1.57 |
| 749 | 2026-08-05T19:27:07.064Z | Compiling dunce v1.0.5 |
| 750 | 2026-08-05T19:27:07.149Z | Compiling fs_extra v1.3.0 |
| 751 | 2026-08-05T19:27:07.188Z | Compiling slab v0.4.12 |
| 752 | 2026-08-05T19:27:07.192Z | Compiling zerocopy v0.8.40 |
| 753 | 2026-08-05T19:27:07.372Z | Compiling futures-channel v0.3.32 |
| 754 | 2026-08-05T19:27:07.378Z | Compiling zeroize v1.9.0 |
| 755 | 2026-08-05T19:27:07.503Z | Compiling aws-lc-sys v0.40.0 |
| 756 | 2026-08-05T19:27:07.550Z | Compiling equivalent v1.0.2 |
| 757 | 2026-08-05T19:27:07.575Z | Compiling http v1.4.2 |
| 758 | 2026-08-05T19:27:07.607Z | Compiling futures-task v0.3.32 |
| 759 | 2026-08-05T19:27:07.622Z | Compiling aws-lc-rs v1.16.3 |
| 760 | 2026-08-05T19:27:07.766Z | Compiling iana-time-zone v0.1.65 |
| 761 | 2026-08-05T19:27:07.904Z | Compiling log v0.4.29 |
| 762 | 2026-08-05T19:27:08.028Z | Compiling ucd-trie v0.1.7 |
| 763 | 2026-08-05T19:27:08.047Z | Compiling rustversion v1.0.22 |
| 764 | 2026-08-05T19:27:08.113Z | Compiling futures-io v0.3.32 |
| 765 | 2026-08-05T19:27:08.241Z | Compiling bitflags v2.11.0 |
| 766 | 2026-08-05T19:27:08.407Z | Compiling pest v2.8.6 |
| 767 | 2026-08-05T19:27:08.618Z | Compiling rustls-pki-types v1.14.0 |
| 768 | 2026-08-05T19:27:08.637Z | Compiling synstructure v0.13.2 |
| 769 | 2026-08-05T19:27:09.086Z | Compiling serde_derive_internals v0.29.1 |
| 770 | 2026-08-05T19:27:09.386Z | Compiling fnv v1.0.7 |
| 771 | 2026-08-05T19:27:09.395Z | Compiling schemars v0.8.22 |
| 772 | 2026-08-05T19:27:09.420Z | Compiling pest_meta v2.8.6 |
| 773 | 2026-08-05T19:27:09.570Z | Compiling semver v1.0.28 |
| 774 | 2026-08-05T19:27:09.588Z | Compiling uuid v1.23.4 |
| 775 | 2026-08-05T19:27:09.615Z | Compiling hashbrown v0.17.0 |
| 776 | 2026-08-05T19:27:09.775Z | Compiling dyn-clone v1.0.20 |
| 777 | 2026-08-05T19:27:09.793Z | Compiling serde_derive v1.0.228 |
| 778 | 2026-08-05T19:27:09.904Z | Compiling zerocopy-derive v0.8.40 |
| 779 | 2026-08-05T19:27:09.991Z | Compiling zerofrom-derive v0.1.6 |
| 780 | 2026-08-05T19:27:10.172Z | Compiling yoke-derive v0.8.1 |
| 781 | 2026-08-05T19:27:10.180Z | Compiling tokio-macros v2.7.0 |
| 782 | 2026-08-05T19:27:10.253Z | Compiling zerovec-derive v0.11.2 |
| 783 | 2026-08-05T19:27:10.578Z | Compiling thiserror-impl v2.0.18 |
| 784 | 2026-08-05T19:27:10.871Z | Compiling tokio v1.52.1 |
| 785 | 2026-08-05T19:27:11.113Z | Compiling zerofrom v0.1.6 |
| 786 | 2026-08-05T19:27:11.124Z | Compiling displaydoc v0.2.5 |
| 787 | 2026-08-05T19:27:11.215Z | Compiling yoke v0.8.1 |
| 788 | 2026-08-05T19:27:11.276Z | Compiling futures-macro v0.3.32 |
| 789 | 2026-08-05T19:27:11.393Z | Compiling zerovec v0.11.5 |
| 790 | 2026-08-05T19:27:11.727Z | Compiling schemars_derive v0.8.22 |
| 791 | 2026-08-05T19:27:11.817Z | Compiling writeable v0.6.2 |
| 792 | 2026-08-05T19:27:11.955Z | Compiling tinystr v0.8.2 |
| 793 | 2026-08-05T19:27:12.035Z | Compiling httparse v1.10.1 |
| 794 | 2026-08-05T19:27:12.056Z | Compiling futures-util v0.3.32 |
| 795 | 2026-08-05T19:27:12.153Z | Compiling litemap v0.8.1 |
| 796 | 2026-08-05T19:27:12.341Z | Compiling icu_locale_core v2.1.1 |
| 797 | 2026-08-05T19:27:12.844Z | Compiling chrono v0.4.45 |
| 798 | 2026-08-05T19:27:12.852Z | Compiling potential_utf v0.1.4 |
| 799 | 2026-08-05T19:27:12.927Z | Compiling zerotrie v0.2.3 |
| 800 | 2026-08-05T19:27:13.016Z | Compiling indexmap v2.14.0 |
| 801 | 2026-08-05T19:27:13.329Z | Compiling slog v2.8.2 |
| 802 | 2026-08-05T19:27:13.538Z | Compiling pest_generator v2.8.6 |
| 803 | 2026-08-05T19:27:13.784Z | Compiling http-body v1.0.1 |
| 804 | 2026-08-05T19:27:14.107Z | Compiling tracing-core v0.1.36 |
| 805 | 2026-08-05T19:27:14.323Z | Compiling rustls v0.23.41 |
| 806 | 2026-08-05T19:27:14.522Z | Compiling icu_properties_data v2.1.2 |
| 807 | 2026-08-05T19:27:14.577Z | Compiling atomic-waker v1.1.2 |
| 808 | 2026-08-05T19:27:14.628Z | Compiling percent-encoding v2.3.2 |
| 809 | 2026-08-05T19:27:14.694Z | Compiling untrusted v0.9.0 |
| 810 | 2026-08-05T19:27:14.732Z | Compiling icu_normalizer_data v2.1.1 |
| 811 | 2026-08-05T19:27:14.808Z | Compiling tokio-util v0.7.18 |
| 812 | 2026-08-05T19:27:14.895Z | Compiling tracing v0.1.44 |
| 813 | 2026-08-05T19:27:14.957Z | Compiling pest_derive v2.8.6 |
| 814 | 2026-08-05T19:27:15.140Z | Compiling icu_provider v2.1.1 |
| 815 | 2026-08-05T19:27:15.226Z | Compiling icu_collections v2.1.1 |
| 816 | 2026-08-05T19:27:15.464Z | Compiling erased-serde v0.3.31 |
| 817 | 2026-08-05T19:27:16.011Z | Compiling fastrand v2.3.0 |
| 818 | 2026-08-05T19:27:16.043Z | Compiling getrandom v0.3.4 |
| 819 | 2026-08-05T19:27:16.050Z | Compiling tower-service v0.3.3 |
| 820 | 2026-08-05T19:27:16.132Z | Compiling tower-layer v0.3.3 |
| 821 | 2026-08-05T19:27:16.183Z | Compiling rustix v1.1.3 |
| 822 | 2026-08-05T19:27:16.315Z | Compiling subtle v2.6.1 |
| 823 | 2026-08-05T19:27:16.338Z | Compiling try-lock v0.2.5 |
| 824 | 2026-08-05T19:27:16.439Z | Compiling want v0.3.1 |
| 825 | 2026-08-05T19:27:16.537Z | Compiling h2 v0.4.15 |
| 826 | 2026-08-05T19:27:16.676Z | Compiling ppv-lite86 v0.2.21 |
| 827 | 2026-08-05T19:27:16.689Z | Compiling serde_tokenstream v0.2.3 |
| 828 | 2026-08-05T19:27:16.799Z | Compiling httpdate v1.0.3 |
| 829 | 2026-08-05T19:27:16.965Z | Compiling paste v1.0.15 |
| 830 | 2026-08-05T19:27:17.029Z | Compiling icu_properties v2.1.2 |
| 831 | 2026-08-05T19:27:17.267Z | Compiling icu_normalizer v2.1.1 |
| 832 | 2026-08-05T19:27:18.442Z | Compiling form_urlencoded v1.2.2 |
| 833 | 2026-08-05T19:27:18.513Z | Compiling scroll_derive v0.13.1 |
| 834 | 2026-08-05T19:27:18.624Z | Compiling structmeta-derive v0.3.0 |
| 835 | 2026-08-05T19:27:18.829Z | Compiling version_check v0.9.5 |
| 836 | 2026-08-05T19:27:19.002Z | Compiling hyper v1.10.1 |
| 837 | 2026-08-05T19:27:19.083Z | Compiling usdt-impl v0.6.0 |
| 838 | 2026-08-05T19:27:19.307Z | Compiling powerfmt v0.2.0 |
| 839 | 2026-08-05T19:27:19.317Z | Compiling crc32fast v1.5.0 |
| 840 | 2026-08-05T19:27:19.550Z | Compiling time-core v0.1.8 |
| 841 | 2026-08-05T19:27:19.586Z | Compiling typenum v1.20.1 |
| 842 | 2026-08-05T19:27:19.613Z | Compiling num-conv v0.2.0 |
| 843 | 2026-08-05T19:27:19.730Z | Compiling heck v0.5.0 |
| 844 | 2026-08-05T19:27:19.790Z | Compiling ipnet v2.11.0 |
| 845 | 2026-08-05T19:27:19.915Z | Compiling omicron-workspace-hack v0.1.0 |
| 846 | 2026-08-05T19:27:20.113Z | Compiling base64 v0.22.1 |
| 847 | 2026-08-05T19:27:20.388Z | Compiling hyper-util v0.1.20 |
| 848 | 2026-08-05T19:27:20.588Z | Compiling hybrid-array v0.4.13 |
| 849 | 2026-08-05T19:27:20.920Z | Compiling dof v0.4.0 |
| 850 | 2026-08-05T19:27:21.050Z | Compiling time-macros v0.2.27 |
| 851 | 2026-08-05T19:27:21.604Z | Compiling structmeta v0.3.0 |
| 852 | 2026-08-05T19:27:21.827Z | Compiling deranged v0.5.8 |
| 853 | 2026-08-05T19:27:22.008Z | Compiling scroll v0.13.0 |
| 854 | 2026-08-05T19:27:22.296Z | Compiling rand_core v0.9.5 |
| 855 | 2026-08-05T19:27:22.582Z | Compiling idna_adapter v1.2.1 |
| 856 | 2026-08-05T19:27:22.595Z | Compiling tempfile v3.25.0 |
| 857 | 2026-08-05T19:27:22.919Z | Compiling dtrace-parser v0.3.0 |
| 858 | 2026-08-05T19:27:23.021Z | Compiling ipnetwork v0.21.1 |
| 859 | 2026-08-05T19:27:23.171Z | Compiling thread-id v5.1.0 |
| 860 | 2026-08-05T19:27:23.184Z | Compiling sync_wrapper v1.0.2 |
| 861 | 2026-08-05T19:27:23.267Z | Compiling ident_case v1.0.1 |
| 862 | 2026-08-05T19:27:23.274Z | Compiling num_threads v0.1.7 |
| 863 | 2026-08-05T19:27:23.280Z | Compiling crossbeam-utils v0.8.21 |
| 864 | 2026-08-05T19:27:23.374Z | Compiling strsim v0.11.1 |
| 865 | 2026-08-05T19:27:23.441Z | Compiling simd-adler32 v0.3.8 |
| 866 | 2026-08-05T19:27:23.458Z | Compiling utf8_iter v1.0.4 |
| 867 | 2026-08-05T19:27:23.496Z | Compiling adler2 v2.0.1 |
| 868 | 2026-08-05T19:27:23.560Z | Compiling openssl-probe v0.2.1 |
| 869 | 2026-08-05T19:27:23.607Z | Compiling byteorder v1.5.0 |
| 870 | 2026-08-05T19:27:23.641Z | Compiling ryu v1.0.23 |
| 871 | 2026-08-05T19:27:23.770Z | Compiling regex-syntax v0.8.10 |
| 872 | 2026-08-05T19:27:23.786Z | Compiling plain v0.2.3 |
| 873 | 2026-08-05T19:27:23.872Z | Compiling goblin v0.10.5 |
| 874 | 2026-08-05T19:27:23.884Z | Compiling serde_urlencoded v0.7.1 |
| 875 | 2026-08-05T19:27:23.913Z | Compiling time v0.3.47 |
| 876 | 2026-08-05T19:27:24.140Z | Compiling rustls-native-certs v0.8.3 |
| 877 | 2026-08-05T19:27:24.262Z | Compiling miniz_oxide v0.8.9 |
| 878 | 2026-08-05T19:27:24.300Z | Compiling idna v1.1.0 |
| 879 | 2026-08-05T19:27:24.851Z | Compiling darling_core v0.23.0 |
| 880 | 2026-08-05T19:27:25.697Z | Compiling oxnet v0.1.6 |
| 881 | 2026-08-05T19:27:26.243Z | Compiling tower v0.5.3 |
| 882 | 2026-08-05T19:27:26.468Z | Compiling newtype-uuid v1.3.2 |
| 883 | 2026-08-05T19:27:26.567Z | Compiling http-body-util v0.1.3 |
| 884 | 2026-08-05T19:27:26.809Z | Compiling daft-derive v0.1.7 |
| 885 | 2026-08-05T19:27:26.823Z | Compiling aho-corasick v1.1.4 |
| 886 | 2026-08-05T19:27:26.889Z | Compiling getrandom v0.2.17 |
| 887 | 2026-08-05T19:27:27.379Z | Compiling rustix v0.38.44 |
| 888 | 2026-08-05T19:27:27.521Z | Compiling camino v1.2.2 |
| 889 | 2026-08-05T19:27:27.749Z | Compiling iri-string v0.7.10 |
| 890 | 2026-08-05T19:27:27.827Z | Compiling pretty-hex v0.4.1 |
| 891 | 2026-08-05T19:27:28.064Z | Compiling daft v0.1.7 |
| 892 | 2026-08-05T19:27:28.160Z | Compiling rand_core v0.6.4 |
| 893 | 2026-08-05T19:27:28.316Z | Compiling darling_macro v0.23.0 |
| 894 | 2026-08-05T19:27:28.401Z | Compiling flate2 v1.1.9 |
| 895 | 2026-08-05T19:27:28.873Z | Compiling regex-automata v0.4.14 |
| 896 | 2026-08-05T19:27:30.223Z | Compiling tower-http v0.6.8 |
| 897 | 2026-08-05T19:27:30.921Z | Compiling url v2.5.8 |
| 898 | 2026-08-05T19:27:31.160Z | Compiling rand_chacha v0.9.0 |
| 899 | 2026-08-05T19:27:31.359Z | Compiling crypto-common v0.2.2 |
| 900 | 2026-08-05T19:27:31.454Z | Compiling block-buffer v0.12.1 |
| 901 | 2026-08-05T19:27:31.622Z | Compiling multer v3.1.0 |
| 902 | 2026-08-05T19:27:31.627Z | Compiling wait-timeout v0.2.1 |
| 903 | 2026-08-05T19:27:31.830Z | Compiling thread_local v1.1.9 |
| 904 | 2026-08-05T19:27:32.071Z | Compiling allocator-api2 v0.2.21 |
| 905 | 2026-08-05T19:27:32.146Z | Compiling winnow v1.0.3 |
| 906 | 2026-08-05T19:27:32.446Z | Compiling bit-vec v0.8.0 |
| 907 | 2026-08-05T19:27:32.571Z | Compiling compression-core v0.4.31 |
| 908 | 2026-08-05T19:27:32.614Z | Compiling slog-async v2.8.0 |
| 909 | 2026-08-05T19:27:32.728Z | Compiling foldhash v0.2.0 |
| 910 | 2026-08-05T19:27:32.728Z | Compiling quick-error v1.2.3 |
| 911 | 2026-08-05T19:27:32.824Z | Compiling const-oid v0.10.2 |
| 912 | 2026-08-05T19:27:32.879Z | Compiling ref-cast v1.0.25 |
| 913 | 2026-08-05T19:27:33.108Z | Compiling match_cfg v0.1.0 |
| 914 | 2026-08-05T19:27:33.174Z | Compiling hostname v0.3.1 |
| 915 | 2026-08-05T19:27:33.243Z | Compiling digest v0.11.3 |
| 916 | 2026-08-05T19:27:33.311Z | Compiling hashbrown v0.16.1 |
| 917 | 2026-08-05T19:27:33.315Z | Compiling rusty-fork v0.3.1 |
| 918 | 2026-08-05T19:27:34.024Z | Compiling compression-codecs v0.4.37 |
| 919 | 2026-08-05T19:27:34.074Z | Compiling bit-set v0.8.0 |
| 920 | 2026-08-05T19:27:34.252Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 921 | 2026-08-05T19:27:34.411Z | Compiling crossbeam-channel v0.5.15 |
| 922 | 2026-08-05T19:27:35.094Z | Compiling rand v0.9.2 |
| 923 | 2026-08-05T19:27:35.182Z | Compiling regex v1.12.3 |
| 924 | 2026-08-05T19:27:35.555Z | Compiling darling v0.23.0 |
| 925 | 2026-08-05T19:27:35.562Z | Compiling rand_chacha v0.3.1 |
| 926 | 2026-08-05T19:27:36.153Z | Compiling slog-json v2.6.1 |
| 927 | 2026-08-05T19:27:36.351Z | Compiling usdt-macro v0.6.0 |
| 928 | 2026-08-05T19:27:36.401Z | Compiling usdt-attr-macro v0.6.0 |
| 929 | 2026-08-05T19:27:36.881Z | Compiling rand_xorshift v0.4.0 |
| 930 | 2026-08-05T19:27:37.010Z | Compiling derive-ex v0.1.8 |
| 931 | 2026-08-05T19:27:37.052Z | Compiling dropshot v0.17.1 |
| 932 | 2026-08-05T19:27:37.110Z | Compiling futures-executor v0.3.32 |
| 933 | 2026-08-05T19:27:37.117Z | Compiling async-stream-impl v0.3.6 |
| 934 | 2026-08-05T19:27:37.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 935 | 2026-08-05T19:27:37.501Z | Compiling async-trait v0.1.89 |
| 936 | 2026-08-05T19:27:37.606Z | Compiling ref-cast-impl v1.0.25 |
| 937 | 2026-08-05T19:27:37.720Z | Compiling serde_spanned v1.1.1 |
| 938 | 2026-08-05T19:27:37.749Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 939 | 2026-08-05T19:27:37.859Z | Compiling is-terminal v0.4.17 |
| 940 | 2026-08-05T19:27:37.949Z | Compiling memmap2 v0.9.10 |
| 941 | 2026-08-05T19:27:38.151Z | Compiling encoding_rs v0.8.35 |
| 942 | 2026-08-05T19:27:38.185Z | Compiling unarray v0.1.4 |
| 943 | 2026-08-05T19:27:38.234Z | Compiling term v1.2.1 |
| 944 | 2026-08-05T19:27:38.296Z | Compiling mime v0.3.17 |
| 945 | 2026-08-05T19:27:38.437Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 946 | 2026-08-05T19:27:38.542Z | Compiling take_mut v0.2.2 |
| 947 | 2026-08-05T19:27:38.647Z | Compiling spin v0.9.8 |
| 948 | 2026-08-05T19:27:38.686Z | Compiling cpufeatures v0.3.0 |
| 949 | 2026-08-05T19:27:38.752Z | Compiling anyhow v1.0.102 |
| 950 | 2026-08-05T19:27:38.758Z | Compiling hex v0.4.3 |
| 951 | 2026-08-05T19:27:39.028Z | Compiling byte-wrapper v0.1.0 |
| 952 | 2026-08-05T19:27:39.036Z | Compiling dropshot_endpoint v0.17.1 |
| 953 | 2026-08-05T19:27:39.754Z | Compiling sha1 v0.11.0 |
| 954 | 2026-08-05T19:27:40.161Z | Compiling toml v1.1.2+spec-1.1.0 |
| 955 | 2026-08-05T19:27:40.486Z | Compiling test-strategy v0.4.5 |
| 956 | 2026-08-05T19:27:40.630Z | Compiling slog-term v2.9.2 |
| 957 | 2026-08-05T19:27:41.434Z | Compiling proptest v1.11.0 |
| 958 | 2026-08-05T19:27:41.883Z | Compiling usdt v0.6.0 |
| 959 | 2026-08-05T19:27:41.929Z | Compiling async-stream v0.3.6 |
| 960 | 2026-08-05T19:27:42.116Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 961 | 2026-08-05T19:27:42.296Z | Compiling futures v0.3.32 |
| 962 | 2026-08-05T19:27:42.443Z | Compiling slog-bunyan v2.5.0 |
| 963 | 2026-08-05T19:27:42.465Z | Compiling atomicwrites v0.4.4 |
| 964 | 2026-08-05T19:27:42.516Z | Compiling rand v0.8.6 |
| 965 | 2026-08-05T19:27:42.610Z | Compiling serde_with_macros v3.21.0 |
| 966 | 2026-08-05T19:27:42.732Z | Compiling parse-display-derive v0.10.0 |
| 967 | 2026-08-05T19:27:43.684Z | Compiling async-compression v0.4.41 |
| 968 | 2026-08-05T19:27:44.144Z | Compiling newtype-uuid-macros v0.1.0 |
| 969 | 2026-08-05T19:27:44.225Z | Compiling strum_macros v0.27.2 |
| 970 | 2026-08-05T19:27:44.573Z | Compiling backon v1.6.0 |
| 971 | 2026-08-05T19:27:44.647Z | Compiling waitgroup v0.1.2 |
| 972 | 2026-08-05T19:27:44.693Z | Compiling openapiv3 v2.2.0 |
| 973 | 2026-08-05T19:27:44.792Z | Compiling rustls-pemfile v2.2.0 |
| 974 | 2026-08-05T19:27:44.803Z | Compiling serde_path_to_error v0.1.20 |
| 975 | 2026-08-05T19:27:44.914Z | Compiling hostname v0.4.2 |
| 976 | 2026-08-05T19:27:45.051Z | Compiling instant v0.1.13 |
| 977 | 2026-08-05T19:27:45.058Z | Compiling debug-ignore v1.0.5 |
| 978 | 2026-08-05T19:27:45.151Z | Compiling either v1.15.0 |
| 979 | 2026-08-05T19:27:45.155Z | Compiling backoff v0.4.0 |
| 980 | 2026-08-05T19:27:45.225Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 981 | 2026-08-05T19:27:45.337Z | Compiling itertools v0.14.0 |
| 982 | 2026-08-05T19:27:45.349Z | Compiling parse-display v0.10.0 |
| 983 | 2026-08-05T19:27:45.987Z | Compiling strum v0.27.2 |
| 984 | 2026-08-05T19:27:46.110Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 985 | 2026-08-05T19:27:46.192Z | Compiling serde_with v3.21.0 |
| 986 | 2026-08-05T19:27:46.815Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 987 | 2026-08-05T19:27:46.907Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 988 | 2026-08-05T19:27:47.109Z | Compiling iddqd v0.4.2 |
| 989 | 2026-08-05T19:27:47.357Z | Compiling regress v0.10.5 |
| 990 | 2026-08-05T19:27:47.695Z | Compiling macaddr v1.0.1 |
| 991 | 2026-08-05T19:27:47.823Z | Compiling humantime v2.3.0 |
| 992 | 2026-08-05T19:27:54.709Z | Compiling rustls-webpki v0.103.13 |
| 993 | 2026-08-05T19:27:57.933Z | Compiling tokio-rustls v0.26.4 |
| 994 | 2026-08-05T19:27:57.933Z | Compiling rustls-platform-verifier v0.6.2 |
| 995 | 2026-08-05T19:27:58.182Z | Compiling hyper-rustls v0.27.7 |
| 996 | 2026-08-05T19:27:58.445Z | Compiling reqwest v0.13.2 |
| 997 | 2026-08-05T19:28:00.730Z | Compiling progenitor-client v0.14.0 |
| 998 | 2026-08-05T19:28:00.961Z | Compiling progenitor-extras v0.2.0 |
| 999 | 2026-08-05T19:28:01.723Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1000 | 2026-08-05T19:28:05.544Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1001 | 2026-08-05T19:28:11.081Z | Finished `release` profile [optimized] target(s) in 1m 04s |
| 1002 | 2026-08-05T19:28:11.103Z | process exited: duration 102292 ms, exit code 0 |
| |
| 1003 | 2026-08-05T19:28:11.135Z | found 0 output files |