|
|
|
| 1 | 2026-03-09T18:49:34.578Z | job assigned to worker 01KK9YW135EM0X05Z8E06T4SKA [factory aws, i-042d41d932b4b4a9f] (queued for 1 m 5 s) |
| |
| 2 | 2026-03-09T18:49:43.015Z | starting task 0: "setup" |
| 3 | 2026-03-09T18:49:43.020Z | ++ uname -s |
| 4 | 2026-03-09T18:49:43.023Z | + kern=SunOS |
| 5 | 2026-03-09T18:49:43.023Z | + build_user=build |
| 6 | 2026-03-09T18:49:43.023Z | + build_uid=12345 |
| 7 | 2026-03-09T18:49:43.023Z | + work_dir=/work |
| 8 | 2026-03-09T18:49:43.023Z | + input_dir=/input |
| 9 | 2026-03-09T18:49:43.024Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-09T18:49:43.024Z | + case "$kern" in |
| 11 | 2026-03-09T18:49:43.024Z | + groupadd -g 12345 build |
| 12 | 2026-03-09T18:49:43.027Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-09T18:49:45.033Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-09T18:49:45.201Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-09T18:49:45.204Z | + home_fs=zfs |
| 16 | 2026-03-09T18:49:45.204Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-09T18:49:45.204Z | + mkdir -p /home/build |
| 18 | 2026-03-09T18:49:45.207Z | + chown build:build /home/build /work |
| 19 | 2026-03-09T18:49:47.208Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-09T18:49:47.212Z | process exited: duration 4197 ms, exit code 0 |
| |
| 21 | 2026-03-09T18:49:47.221Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-09T18:49:47.226Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-09T18:49:47.226Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-09T18:49:47.226Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-03-09T18:49:47.226Z | * rust toolchain profile = "default" |
| 26 | 2026-03-09T18:49:47.226Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-09T18:49:47.226Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-09T18:49:47.231Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-09T18:49:47.231Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-09T18:49:47.327Z | info: downloading installer |
| 31 | 2026-03-09T18:49:49.356Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-09T18:49:49.356Z | warn: /opt/ooce/bin |
| 33 | 2026-03-09T18:49:49.356Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-09T18:49:49.357Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-09T18:49:49.357Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-09T18:49:49.357Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-09T18:49:49.357Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-09T18:49:49.357Z | error: cannot install while Rust is installed |
| 39 | 2026-03-09T18:49:49.357Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-09T18:49:49.370Z | info: profile set to 'default' |
| 41 | 2026-03-09T18:49:49.370Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-09T18:49:49.374Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-09T18:49:49.590Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-09T18:49:49.590Z | info: downloading component 'cargo' |
| 45 | 2026-03-09T18:49:50.884Z | info: downloading component 'clippy' |
| 46 | 2026-03-09T18:49:51.402Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-09T18:49:53.209Z | info: downloading component 'rust-std' |
| 48 | 2026-03-09T18:49:56.031Z | info: downloading component 'rustc' |
| 49 | 2026-03-09T18:50:05.494Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-09T18:50:05.824Z | info: installing component 'cargo' |
| 51 | 2026-03-09T18:50:06.719Z | info: installing component 'clippy' |
| 52 | 2026-03-09T18:50:07.112Z | info: installing component 'rust-docs' |
| 53 | 2026-03-09T18:50:09.069Z | info: installing component 'rust-std' |
| 54 | 2026-03-09T18:50:10.870Z | info: installing component 'rustc' |
| 55 | 2026-03-09T18:50:17.606Z | info: installing component 'rustfmt' |
| 56 | 2026-03-09T18:50:17.948Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-09T18:50:17.948Z | |
| 58 | 2026-03-09T18:50:18.443Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-09T18:50:18.443Z | |
| 60 | 2026-03-09T18:50:18.446Z | |
| 61 | 2026-03-09T18:50:18.446Z | Rust is installed now. Great! |
| 62 | 2026-03-09T18:50:18.446Z | |
| 63 | 2026-03-09T18:50:18.446Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-09T18:50:18.446Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-09T18:50:18.446Z | |
| 66 | 2026-03-09T18:50:18.446Z | To configure your current shell, you need to source |
| 67 | 2026-03-09T18:50:18.446Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-09T18:50:18.446Z | |
| 69 | 2026-03-09T18:50:18.446Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-09T18:50:18.446Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-09T18:50:18.447Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-09T18:50:18.447Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-09T18:50:18.555Z | + rustup --version |
| 74 | 2026-03-09T18:50:18.566Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-09T18:50:18.570Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-09T18:50:18.655Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-09T18:50:18.658Z | + cargo --version |
| 78 | 2026-03-09T18:50:18.732Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-09T18:50:18.737Z | + rustc --version |
| 80 | 2026-03-09T18:50:18.813Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-09T18:50:18.816Z | process exited: duration 31592 ms, exit code 0 |
| |
| 82 | 2026-03-09T18:50:18.822Z | starting task 2: "authentication" |
| 83 | 2026-03-09T18:50:18.844Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-03-09T18:50:18.853Z | starting task 3: "clone repository" |
| 85 | 2026-03-09T18:50:18.856Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-09T18:50:18.859Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-09T18:50:18.897Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-09T18:51:10.151Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-09T18:51:10.151Z | + git fetch origin 44a114028cc75ea7ee969474a71cf0a33394f58e |
| 90 | 2026-03-09T18:51:10.815Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-09T18:51:10.816Z | * branch 44a114028cc75ea7ee969474a71cf0a33394f58e -> FETCH_HEAD |
| 92 | 2026-03-09T18:51:10.826Z | + [[ -n '' ]] |
| 93 | 2026-03-09T18:51:10.826Z | + git reset --hard 44a114028cc75ea7ee969474a71cf0a33394f58e |
| 94 | 2026-03-09T18:51:11.228Z | HEAD is now at 44a114028 feedback |
| 95 | 2026-03-09T18:51:11.345Z | process exited: duration 52328 ms, exit code 0 |
| |
| 96 | 2026-03-09T18:51:11.363Z | starting task 4: "build" |
| 97 | 2026-03-09T18:51:11.370Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-03-09T18:51:11.371Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-03-09T18:51:11.371Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-03-09T18:51:11.371Z | + cargo --version |
| 101 | 2026-03-09T18:51:11.434Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-03-09T18:51:11.442Z | + rustc --version |
| 103 | 2026-03-09T18:51:11.504Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-03-09T18:51:11.521Z | + cd /tmp |
| 105 | 2026-03-09T18:51:11.521Z | + cargo new --lib test-project |
| 106 | 2026-03-09T18:51:11.590Z | Creating library `test-project` package |
| 107 | 2026-03-09T18:51:11.673Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 108 | 2026-03-09T18:51:11.676Z | + cd test-project |
| 109 | 2026-03-09T18:51:11.677Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 110 | 2026-03-09T18:51:11.791Z | Adding omicron-common (local) to dependencies |
| 111 | 2026-03-09T18:51:11.801Z | Features: |
| 112 | 2026-03-09T18:51:11.801Z | - proptest |
| 113 | 2026-03-09T18:51:11.801Z | - test-strategy |
| 114 | 2026-03-09T18:51:11.801Z | - testing |
| 115 | 2026-03-09T18:51:11.802Z | Updating crates.io index |
| 116 | 2026-03-09T18:51:12.054Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 117 | 2026-03-09T18:51:13.294Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 118 | 2026-03-09T18:51:13.968Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 119 | 2026-03-09T18:51:14.623Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 120 | 2026-03-09T18:51:18.330Z | Locking 386 packages to latest Rust 1.91.1 compatible versions |
| 121 | 2026-03-09T18:51:18.419Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 122 | 2026-03-09T18:51:18.419Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 123 | 2026-03-09T18:51:18.419Z | + cargo check |
| 124 | 2026-03-09T18:51:18.419Z | Updating crates.io index |
| 125 | 2026-03-09T18:51:18.669Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 126 | 2026-03-09T18:51:18.669Z | Adding omicron-workspace-hack v0.1.0 |
| 127 | 2026-03-09T18:51:18.723Z | Downloading crates ... |
| 128 | 2026-03-09T18:51:18.804Z | Downloaded fs_extra v1.3.0 |
| 129 | 2026-03-09T18:51:18.827Z | Downloaded bit-vec v0.8.0 |
| 130 | 2026-03-09T18:51:18.828Z | Downloaded hex v0.4.3 |
| 131 | 2026-03-09T18:51:18.828Z | Downloaded digest v0.10.7 |
| 132 | 2026-03-09T18:51:18.828Z | Downloaded crossbeam-channel v0.5.15 |
| 133 | 2026-03-09T18:51:18.828Z | Downloaded async-stream-impl v0.3.6 |
| 134 | 2026-03-09T18:51:18.828Z | Downloaded base64 v0.22.1 |
| 135 | 2026-03-09T18:51:18.828Z | Downloaded aho-corasick v1.1.4 |
| 136 | 2026-03-09T18:51:18.828Z | Downloaded itoa v1.0.17 |
| 137 | 2026-03-09T18:51:18.828Z | Downloaded derive-ex v0.1.8 |
| 138 | 2026-03-09T18:51:18.828Z | Downloaded camino v1.2.2 |
| 139 | 2026-03-09T18:51:18.880Z | Downloaded displaydoc v0.2.5 |
| 140 | 2026-03-09T18:51:18.880Z | Downloaded hostname v0.4.2 |
| 141 | 2026-03-09T18:51:18.880Z | Downloaded httparse v1.10.1 |
| 142 | 2026-03-09T18:51:18.880Z | Downloaded erased-serde v0.3.31 |
| 143 | 2026-03-09T18:51:18.880Z | Downloaded pest_meta v2.8.6 |
| 144 | 2026-03-09T18:51:18.880Z | Downloaded hostname v0.3.1 |
| 145 | 2026-03-09T18:51:18.880Z | Downloaded heck v0.5.0 |
| 146 | 2026-03-09T18:51:18.881Z | Downloaded bit-set v0.8.0 |
| 147 | 2026-03-09T18:51:18.881Z | Downloaded atomic-waker v1.1.2 |
| 148 | 2026-03-09T18:51:18.881Z | Downloaded getrandom v0.2.17 |
| 149 | 2026-03-09T18:51:18.896Z | Downloaded futures-sink v0.3.32 |
| 150 | 2026-03-09T18:51:18.896Z | Downloaded httpdate v1.0.3 |
| 151 | 2026-03-09T18:51:18.897Z | Downloaded rustls v0.23.37 |
| 152 | 2026-03-09T18:51:18.897Z | Downloaded potential_utf v0.1.4 |
| 153 | 2026-03-09T18:51:18.897Z | Downloaded http-body v1.0.1 |
| 154 | 2026-03-09T18:51:18.897Z | Downloaded log v0.4.29 |
| 155 | 2026-03-09T18:51:18.897Z | Downloaded futures-io v0.3.32 |
| 156 | 2026-03-09T18:51:18.897Z | Downloaded quick-error v1.2.3 |
| 157 | 2026-03-09T18:51:18.897Z | Downloaded percent-encoding v2.3.2 |
| 158 | 2026-03-09T18:51:18.897Z | Downloaded lru-slab v0.1.2 |
| 159 | 2026-03-09T18:51:18.898Z | Downloaded powerfmt v0.2.0 |
| 160 | 2026-03-09T18:51:18.898Z | Downloaded pin-project-lite v0.2.17 |
| 161 | 2026-03-09T18:51:18.898Z | Downloaded scopeguard v1.2.0 |
| 162 | 2026-03-09T18:51:18.898Z | Downloaded pretty-hex v0.4.1 |
| 163 | 2026-03-09T18:51:18.898Z | Downloaded serde_spanned v1.0.4 |
| 164 | 2026-03-09T18:51:18.898Z | Downloaded http-body-util v0.1.3 |
| 165 | 2026-03-09T18:51:18.898Z | Downloaded cfg_aliases v0.2.1 |
| 166 | 2026-03-09T18:51:18.898Z | Downloaded ident_case v1.0.1 |
| 167 | 2026-03-09T18:51:18.899Z | Downloaded plain v0.2.3 |
| 168 | 2026-03-09T18:51:18.899Z | Downloaded idna_adapter v1.2.1 |
| 169 | 2026-03-09T18:51:18.911Z | Downloaded futures-macro v0.3.32 |
| 170 | 2026-03-09T18:51:18.911Z | Downloaded dunce v1.0.5 |
| 171 | 2026-03-09T18:51:18.912Z | Downloaded form_urlencoded v1.2.2 |
| 172 | 2026-03-09T18:51:18.912Z | Downloaded slog-bunyan v2.5.0 |
| 173 | 2026-03-09T18:51:18.912Z | Downloaded iana-time-zone v0.1.65 |
| 174 | 2026-03-09T18:51:18.912Z | Downloaded progenitor-client v0.10.0 |
| 175 | 2026-03-09T18:51:18.912Z | Downloaded omicron-workspace-hack v0.1.0 |
| 176 | 2026-03-09T18:51:18.913Z | Downloaded ref-cast-impl v1.0.25 |
| 177 | 2026-03-09T18:51:18.913Z | Downloaded dof v0.4.0 |
| 178 | 2026-03-09T18:51:18.913Z | Downloaded ref-cast v1.0.25 |
| 179 | 2026-03-09T18:51:18.913Z | Downloaded stable_deref_trait v1.2.1 |
| 180 | 2026-03-09T18:51:18.913Z | Downloaded take_mut v0.2.2 |
| 181 | 2026-03-09T18:51:18.913Z | Downloaded sync_wrapper v1.0.2 |
| 182 | 2026-03-09T18:51:18.922Z | Downloaded strum v0.27.2 |
| 183 | 2026-03-09T18:51:18.922Z | Downloaded scroll_derive v0.13.1 |
| 184 | 2026-03-09T18:51:18.922Z | Downloaded strum v0.26.3 |
| 185 | 2026-03-09T18:51:18.923Z | Downloaded structmeta-derive v0.3.0 |
| 186 | 2026-03-09T18:51:18.923Z | Downloaded subtle v2.6.1 |
| 187 | 2026-03-09T18:51:18.923Z | Downloaded sha1 v0.10.6 |
| 188 | 2026-03-09T18:51:18.923Z | Downloaded serde_urlencoded v0.7.1 |
| 189 | 2026-03-09T18:51:18.923Z | Downloaded rustc-hash v2.1.1 |
| 190 | 2026-03-09T18:51:18.931Z | Downloaded oxnet v0.1.4 |
| 191 | 2026-03-09T18:51:18.931Z | Downloaded autocfg v1.5.0 |
| 192 | 2026-03-09T18:51:18.931Z | Downloaded rand_core v0.9.5 |
| 193 | 2026-03-09T18:51:18.931Z | Downloaded foldhash v0.2.0 |
| 194 | 2026-03-09T18:51:18.931Z | Downloaded rand_xorshift v0.4.0 |
| 195 | 2026-03-09T18:51:18.931Z | Downloaded pest_generator v2.8.6 |
| 196 | 2026-03-09T18:51:18.932Z | Downloaded paste v1.0.15 |
| 197 | 2026-03-09T18:51:18.938Z | Downloaded ipnetwork v0.21.1 |
| 198 | 2026-03-09T18:51:18.938Z | Downloaded crossbeam-utils v0.8.21 |
| 199 | 2026-03-09T18:51:18.943Z | Downloaded ipnet v2.11.0 |
| 200 | 2026-03-09T18:51:18.943Z | Downloaded cmake v0.1.57 |
| 201 | 2026-03-09T18:51:18.943Z | Downloaded parse-display v0.10.0 |
| 202 | 2026-03-09T18:51:18.943Z | Downloaded is-terminal v0.4.17 |
| 203 | 2026-03-09T18:51:18.944Z | Downloaded thread-id v5.1.0 |
| 204 | 2026-03-09T18:51:18.949Z | Downloaded num-conv v0.2.0 |
| 205 | 2026-03-09T18:51:18.949Z | Downloaded fastrand v2.3.0 |
| 206 | 2026-03-09T18:51:18.950Z | Downloaded daft v0.1.5 |
| 207 | 2026-03-09T18:51:18.955Z | Downloaded either v1.15.0 |
| 208 | 2026-03-09T18:51:18.955Z | Downloaded crypto-common v0.1.7 |
| 209 | 2026-03-09T18:51:18.955Z | Downloaded try-lock v0.2.5 |
| 210 | 2026-03-09T18:51:18.955Z | Downloaded deranged v0.5.8 |
| 211 | 2026-03-09T18:51:18.955Z | Downloaded tower-layer v0.3.3 |
| 212 | 2026-03-09T18:51:18.959Z | Downloaded shlex v1.3.0 |
| 213 | 2026-03-09T18:51:18.960Z | Downloaded find-msvc-tools v0.1.9 |
| 214 | 2026-03-09T18:51:18.960Z | Downloaded serde_derive_internals v0.29.1 |
| 215 | 2026-03-09T18:51:18.964Z | Downloaded slab v0.4.12 |
| 216 | 2026-03-09T18:51:18.964Z | Downloaded strsim v0.11.1 |
| 217 | 2026-03-09T18:51:18.964Z | Downloaded slog-term v2.9.2 |
| 218 | 2026-03-09T18:51:18.968Z | Downloaded slog-async v2.8.0 |
| 219 | 2026-03-09T18:51:18.968Z | Downloaded rustls-native-certs v0.8.3 |
| 220 | 2026-03-09T18:51:18.973Z | Downloaded signal-hook-registry v1.4.8 |
| 221 | 2026-03-09T18:51:18.973Z | Downloaded usdt v0.6.0 |
| 222 | 2026-03-09T18:51:18.973Z | Downloaded want v0.3.1 |
| 223 | 2026-03-09T18:51:18.973Z | Downloaded rustls-pemfile v2.2.0 |
| 224 | 2026-03-09T18:51:18.977Z | Downloaded semver v1.0.27 |
| 225 | 2026-03-09T18:51:18.981Z | Downloaded sha2 v0.10.9 |
| 226 | 2026-03-09T18:51:18.981Z | Downloaded jobserver v0.1.34 |
| 227 | 2026-03-09T18:51:18.985Z | Downloaded unarray v0.1.4 |
| 228 | 2026-03-09T18:51:18.985Z | Downloaded scroll v0.13.0 |
| 229 | 2026-03-09T18:51:18.985Z | Downloaded untrusted v0.9.0 |
| 230 | 2026-03-09T18:51:18.989Z | Downloaded darling v0.21.3 |
| 231 | 2026-03-09T18:51:18.994Z | Downloaded usdt-attr-macro v0.6.0 |
| 232 | 2026-03-09T18:51:18.994Z | Downloaded serde_tokenstream v0.2.3 |
| 233 | 2026-03-09T18:51:18.994Z | Downloaded usdt-macro v0.6.0 |
| 234 | 2026-03-09T18:51:19.001Z | Downloaded version_check v0.9.5 |
| 235 | 2026-03-09T18:51:19.001Z | Downloaded utf8_iter v1.0.4 |
| 236 | 2026-03-09T18:51:19.001Z | Downloaded waitgroup v0.1.2 |
| 237 | 2026-03-09T18:51:19.001Z | Downloaded wait-timeout v0.2.1 |
| 238 | 2026-03-09T18:51:19.001Z | Downloaded rustls-pki-types v1.14.0 |
| 239 | 2026-03-09T18:51:19.006Z | Downloaded strum_macros v0.27.2 |
| 240 | 2026-03-09T18:51:19.006Z | Downloaded tinyvec_macros v0.1.1 |
| 241 | 2026-03-09T18:51:19.006Z | Downloaded parse-display-derive v0.10.0 |
| 242 | 2026-03-09T18:51:19.006Z | Downloaded zerofrom v0.1.6 |
| 243 | 2026-03-09T18:51:19.010Z | Downloaded zerofrom-derive v0.1.6 |
| 244 | 2026-03-09T18:51:19.010Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 245 | 2026-03-09T18:51:19.010Z | Downloaded schemars_derive v0.8.22 |
| 246 | 2026-03-09T18:51:19.014Z | Downloaded lock_api v0.4.14 |
| 247 | 2026-03-09T18:51:19.014Z | Downloaded tokio-macros v2.6.0 |
| 248 | 2026-03-09T18:51:19.014Z | Downloaded tokio-rustls v0.25.0 |
| 249 | 2026-03-09T18:51:19.018Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 250 | 2026-03-09T18:51:19.018Z | Downloaded tinystr v0.8.2 |
| 251 | 2026-03-09T18:51:19.021Z | Downloaded thiserror-impl v1.0.69 |
| 252 | 2026-03-09T18:51:19.021Z | Downloaded anyhow v1.0.102 |
| 253 | 2026-03-09T18:51:19.024Z | Downloaded thiserror v2.0.18 |
| 254 | 2026-03-09T18:51:19.029Z | Downloaded time-macros v0.2.27 |
| 255 | 2026-03-09T18:51:19.035Z | Downloaded once_cell v1.21.3 |
| 256 | 2026-03-09T18:51:19.039Z | Downloaded usdt-impl v0.6.0 |
| 257 | 2026-03-09T18:51:19.040Z | Downloaded term v1.2.1 |
| 258 | 2026-03-09T18:51:19.040Z | Downloaded spin v0.9.8 |
| 259 | 2026-03-09T18:51:19.043Z | Downloaded icu_properties v2.1.2 |
| 260 | 2026-03-09T18:51:19.043Z | Downloaded quinn-udp v0.5.14 |
| 261 | 2026-03-09T18:51:19.047Z | Downloaded icu_provider v2.1.1 |
| 262 | 2026-03-09T18:51:19.050Z | Downloaded parking_lot_core v0.9.12 |
| 263 | 2026-03-09T18:51:19.053Z | Downloaded time-core v0.1.8 |
| 264 | 2026-03-09T18:51:19.053Z | Downloaded smallvec v1.15.1 |
| 265 | 2026-03-09T18:51:19.053Z | Downloaded slog-json v2.6.1 |
| 266 | 2026-03-09T18:51:19.056Z | Downloaded yoke v0.8.1 |
| 267 | 2026-03-09T18:51:19.061Z | Downloaded zerovec-derive v0.11.2 |
| 268 | 2026-03-09T18:51:19.061Z | Downloaded zeroize v1.8.2 |
| 269 | 2026-03-09T18:51:19.062Z | Downloaded getrandom v0.4.1 |
| 270 | 2026-03-09T18:51:19.065Z | Downloaded serde_with_macros v3.17.0 |
| 271 | 2026-03-09T18:51:19.068Z | Downloaded rusty-fork v0.3.1 |
| 272 | 2026-03-09T18:51:19.068Z | Downloaded dropshot_endpoint v0.16.7 |
| 273 | 2026-03-09T18:51:19.072Z | Downloaded yoke-derive v0.8.1 |
| 274 | 2026-03-09T18:51:19.072Z | Downloaded socket2 v0.6.2 |
| 275 | 2026-03-09T18:51:19.075Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 276 | 2026-03-09T18:51:19.076Z | Downloaded tokio-rustls v0.26.4 |
| 277 | 2026-03-09T18:51:19.078Z | Downloaded test-strategy v0.4.5 |
| 278 | 2026-03-09T18:51:19.082Z | Downloaded parking_lot v0.12.5 |
| 279 | 2026-03-09T18:51:19.085Z | Downloaded schemars v0.8.22 |
| 280 | 2026-03-09T18:51:19.095Z | Downloaded zmij v1.0.21 |
| 281 | 2026-03-09T18:51:19.098Z | Downloaded icu_normalizer_data v2.1.1 |
| 282 | 2026-03-09T18:51:19.101Z | Downloaded icu_locale_core v2.1.1 |
| 283 | 2026-03-09T18:51:19.104Z | Downloaded tinyvec v1.10.0 |
| 284 | 2026-03-09T18:51:19.107Z | Downloaded proc-macro2 v1.0.106 |
| 285 | 2026-03-09T18:51:19.111Z | Downloaded darling_core v0.21.3 |
| 286 | 2026-03-09T18:51:19.115Z | Downloaded tracing-core v0.1.36 |
| 287 | 2026-03-09T18:51:19.118Z | Downloaded uuid v1.21.0 |
| 288 | 2026-03-09T18:51:19.120Z | Downloaded ucd-trie v0.1.7 |
| 289 | 2026-03-09T18:51:19.123Z | Downloaded icu_normalizer v2.1.1 |
| 290 | 2026-03-09T18:51:19.126Z | Downloaded futures v0.3.32 |
| 291 | 2026-03-09T18:51:19.130Z | Downloaded unicode-ident v1.0.24 |
| 292 | 2026-03-09T18:51:19.132Z | Downloaded quinn v0.11.9 |
| 293 | 2026-03-09T18:51:19.136Z | Downloaded icu_collections v2.1.1 |
| 294 | 2026-03-09T18:51:19.141Z | Downloaded zerotrie v0.2.3 |
| 295 | 2026-03-09T18:51:19.144Z | Downloaded typenum v1.19.0 |
| 296 | 2026-03-09T18:51:19.147Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 297 | 2026-03-09T18:51:19.151Z | Downloaded serde v1.0.228 |
| 298 | 2026-03-09T18:51:19.154Z | Downloaded rand v0.8.5 |
| 299 | 2026-03-09T18:51:19.157Z | Downloaded indexmap v2.13.0 |
| 300 | 2026-03-09T18:51:19.161Z | Downloaded memchr v2.8.0 |
| 301 | 2026-03-09T18:51:19.166Z | Downloaded rand v0.9.2 |
| 302 | 2026-03-09T18:51:19.169Z | Downloaded reqwest v0.13.2 |
| 303 | 2026-03-09T18:51:19.175Z | Downloaded rustls-platform-verifier v0.6.2 |
| 304 | 2026-03-09T18:51:19.178Z | Downloaded iddqd v0.3.17 |
| 305 | 2026-03-09T18:51:19.185Z | Downloaded ryu v1.0.23 |
| 306 | 2026-03-09T18:51:19.188Z | Downloaded mio v1.1.1 |
| 307 | 2026-03-09T18:51:19.193Z | Downloaded url v2.5.8 |
| 308 | 2026-03-09T18:51:19.196Z | Downloaded icu_properties_data v2.1.2 |
| 309 | 2026-03-09T18:51:19.207Z | Downloaded zerovec v0.11.5 |
| 310 | 2026-03-09T18:51:19.213Z | Downloaded zerocopy-derive v0.8.40 |
| 311 | 2026-03-09T18:51:19.219Z | Downloaded idna v1.1.0 |
| 312 | 2026-03-09T18:51:19.223Z | Downloaded futures-util v0.3.32 |
| 313 | 2026-03-09T18:51:19.234Z | Downloaded chrono v0.4.44 |
| 314 | 2026-03-09T18:51:19.240Z | Downloaded tower v0.5.3 |
| 315 | 2026-03-09T18:51:19.249Z | Downloaded tower-http v0.6.8 |
| 316 | 2026-03-09T18:51:19.256Z | Downloaded serde_json v1.0.149 |
| 317 | 2026-03-09T18:51:19.263Z | Downloaded tokio-util v0.7.18 |
| 318 | 2026-03-09T18:51:19.270Z | Downloaded pest v2.8.6 |
| 319 | 2026-03-09T18:51:19.274Z | Downloaded itertools v0.14.0 |
| 320 | 2026-03-09T18:51:19.280Z | Downloaded reqwest v0.12.28 |
| 321 | 2026-03-09T18:51:19.286Z | Downloaded dropshot v0.16.7 |
| 322 | 2026-03-09T18:51:19.318Z | Downloaded serde_with v3.17.0 |
| 323 | 2026-03-09T18:51:19.321Z | Downloaded regex v1.12.3 |
| 324 | 2026-03-09T18:51:19.321Z | Downloaded rustls-webpki v0.102.8 |
| 325 | 2026-03-09T18:51:19.337Z | Downloaded winnow v0.7.14 |
| 326 | 2026-03-09T18:51:19.344Z | Downloaded proptest v1.10.0 |
| 327 | 2026-03-09T18:51:19.352Z | Downloaded time v0.3.47 |
| 328 | 2026-03-09T18:51:19.366Z | Downloaded quinn-proto v0.11.13 |
| 329 | 2026-03-09T18:51:19.370Z | Downloaded goblin v0.10.5 |
| 330 | 2026-03-09T18:51:19.375Z | Downloaded rustls-webpki v0.103.9 |
| 331 | 2026-03-09T18:51:19.380Z | Downloaded h2 v0.4.13 |
| 332 | 2026-03-09T18:51:19.384Z | Downloaded zerocopy v0.8.40 |
| 333 | 2026-03-09T18:51:19.392Z | Downloaded syn v2.0.117 |
| 334 | 2026-03-09T18:51:19.402Z | Downloaded aws-lc-rs v1.16.0 |
| 335 | 2026-03-09T18:51:19.410Z | Downloaded rustls v0.22.4 |
| 336 | 2026-03-09T18:51:19.421Z | Downloaded regress v0.10.5 |
| 337 | 2026-03-09T18:51:19.428Z | Downloaded regex-syntax v0.8.10 |
| 338 | 2026-03-09T18:51:19.434Z | Downloaded hyper v1.8.1 |
| 339 | 2026-03-09T18:51:19.441Z | Downloaded openapiv3 v2.2.0 |
| 340 | 2026-03-09T18:51:19.449Z | Downloaded hashbrown v0.16.1 |
| 341 | 2026-03-09T18:51:19.454Z | Downloaded cc v1.2.56 |
| 342 | 2026-03-09T18:51:19.457Z | Downloaded rustix v1.1.3 |
| 343 | 2026-03-09T18:51:19.477Z | Downloaded hyper-util v0.1.20 |
| 344 | 2026-03-09T18:51:19.487Z | Downloaded tracing v0.1.44 |
| 345 | 2026-03-09T18:51:19.499Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-03-09T18:51:19.502Z | Downloaded bytes v1.11.1 |
| 347 | 2026-03-09T18:51:19.505Z | Downloaded num-traits v0.2.19 |
| 348 | 2026-03-09T18:51:19.508Z | Downloaded http v1.4.0 |
| 349 | 2026-03-09T18:51:19.538Z | Downloaded serde_core v1.0.228 |
| 350 | 2026-03-09T18:51:19.538Z | Downloaded slog v2.8.2 |
| 351 | 2026-03-09T18:51:19.538Z | Downloaded daft-derive v0.1.5 |
| 352 | 2026-03-09T18:51:19.538Z | Downloaded litemap v0.8.1 |
| 353 | 2026-03-09T18:51:19.538Z | Downloaded tokio v1.49.0 |
| 354 | 2026-03-09T18:51:19.556Z | Downloaded getrandom v0.3.4 |
| 355 | 2026-03-09T18:51:19.560Z | Downloaded regex-automata v0.4.14 |
| 356 | 2026-03-09T18:51:19.571Z | Downloaded tempfile v3.25.0 |
| 357 | 2026-03-09T18:51:19.574Z | Downloaded writeable v0.6.2 |
| 358 | 2026-03-09T18:51:19.577Z | Downloaded synstructure v0.13.2 |
| 359 | 2026-03-09T18:51:19.577Z | Downloaded strum_macros v0.26.4 |
| 360 | 2026-03-09T18:51:19.577Z | Downloaded libc v0.2.180 |
| 361 | 2026-03-09T18:51:19.605Z | Downloaded quote v1.0.44 |
| 362 | 2026-03-09T18:51:19.608Z | Downloaded ppv-lite86 v0.2.21 |
| 363 | 2026-03-09T18:51:19.608Z | Downloaded thiserror v1.0.69 |
| 364 | 2026-03-09T18:51:19.612Z | Downloaded thread_local v1.1.9 |
| 365 | 2026-03-09T18:51:19.615Z | Downloaded thiserror-impl v2.0.18 |
| 366 | 2026-03-09T18:51:19.615Z | Downloaded serde_path_to_error v0.1.20 |
| 367 | 2026-03-09T18:51:19.618Z | Downloaded rand_chacha v0.9.0 |
| 368 | 2026-03-09T18:51:19.618Z | Downloaded rustversion v1.0.22 |
| 369 | 2026-03-09T18:51:19.620Z | Downloaded rand_core v0.6.4 |
| 370 | 2026-03-09T18:51:19.623Z | Downloaded memmap2 v0.9.10 |
| 371 | 2026-03-09T18:51:19.623Z | Downloaded bitflags v2.11.0 |
| 372 | 2026-03-09T18:51:19.626Z | Downloaded futures-channel v0.3.32 |
| 373 | 2026-03-09T18:51:19.629Z | Downloaded backoff v0.4.0 |
| 374 | 2026-03-09T18:51:19.632Z | Downloaded hyper-rustls v0.27.7 |
| 375 | 2026-03-09T18:51:19.632Z | Downloaded progenitor-client v0.13.0 |
| 376 | 2026-03-09T18:51:19.634Z | Downloaded tower-service v0.3.3 |
| 377 | 2026-03-09T18:51:19.634Z | Downloaded pin-utils v0.1.0 |
| 378 | 2026-03-09T18:51:19.637Z | Downloaded num_threads v0.1.7 |
| 379 | 2026-03-09T18:51:19.637Z | Downloaded macaddr v1.0.1 |
| 380 | 2026-03-09T18:51:19.637Z | Downloaded futures-executor v0.3.32 |
| 381 | 2026-03-09T18:51:19.640Z | Downloaded byteorder v1.5.0 |
| 382 | 2026-03-09T18:51:19.640Z | Downloaded structmeta v0.3.0 |
| 383 | 2026-03-09T18:51:19.640Z | Downloaded rand_chacha v0.3.1 |
| 384 | 2026-03-09T18:51:19.642Z | Downloaded mime v0.3.17 |
| 385 | 2026-03-09T18:51:19.645Z | Downloaded match_cfg v0.1.0 |
| 386 | 2026-03-09T18:51:19.645Z | Downloaded instant v0.1.13 |
| 387 | 2026-03-09T18:51:19.645Z | Downloaded cfg-if v1.0.4 |
| 388 | 2026-03-09T18:51:19.648Z | Downloaded pest_derive v2.8.6 |
| 389 | 2026-03-09T18:51:19.651Z | Downloaded openssl-probe v0.2.1 |
| 390 | 2026-03-09T18:51:19.651Z | Downloaded newtype-uuid-macros v0.1.0 |
| 391 | 2026-03-09T18:51:19.651Z | Downloaded newtype-uuid v1.3.2 |
| 392 | 2026-03-09T18:51:19.654Z | Downloaded multer v3.1.0 |
| 393 | 2026-03-09T18:51:19.654Z | Downloaded generic-array v0.14.7 |
| 394 | 2026-03-09T18:51:19.656Z | Downloaded futures-task v0.3.32 |
| 395 | 2026-03-09T18:51:19.656Z | Downloaded futures-core v0.3.32 |
| 396 | 2026-03-09T18:51:19.659Z | Downloaded errno v0.3.14 |
| 397 | 2026-03-09T18:51:19.659Z | Downloaded equivalent v1.0.2 |
| 398 | 2026-03-09T18:51:19.662Z | Downloaded darling_macro v0.21.3 |
| 399 | 2026-03-09T18:51:19.662Z | Downloaded fnv v1.0.7 |
| 400 | 2026-03-09T18:51:19.662Z | Downloaded block-buffer v0.10.4 |
| 401 | 2026-03-09T18:51:19.664Z | Downloaded async-stream v0.3.6 |
| 402 | 2026-03-09T18:51:19.664Z | Downloaded dyn-clone v1.0.20 |
| 403 | 2026-03-09T18:51:19.667Z | Downloaded encoding_rs v0.8.35 |
| 404 | 2026-03-09T18:51:19.683Z | Downloaded cpufeatures v0.2.17 |
| 405 | 2026-03-09T18:51:19.686Z | Downloaded iri-string v0.7.10 |
| 406 | 2026-03-09T18:51:19.690Z | Downloaded debug-ignore v1.0.5 |
| 407 | 2026-03-09T18:51:19.693Z | Downloaded dtrace-parser v0.3.0 |
| 408 | 2026-03-09T18:51:19.693Z | Downloaded allocator-api2 v0.2.21 |
| 409 | 2026-03-09T18:51:19.695Z | Downloaded backon v1.6.0 |
| 410 | 2026-03-09T18:51:19.699Z | Downloaded async-trait v0.1.89 |
| 411 | 2026-03-09T18:51:19.699Z | Downloaded ring v0.17.14 |
| 412 | 2026-03-09T18:51:20.347Z | Downloaded aws-lc-sys v0.37.1 |
| 413 | 2026-03-09T18:51:20.603Z | Compiling proc-macro2 v1.0.106 |
| 414 | 2026-03-09T18:51:20.603Z | Compiling quote v1.0.44 |
| 415 | 2026-03-09T18:51:20.606Z | Compiling unicode-ident v1.0.24 |
| 416 | 2026-03-09T18:51:20.606Z | Compiling libc v0.2.180 |
| 417 | 2026-03-09T18:51:20.606Z | Checking cfg-if v1.0.4 |
| 418 | 2026-03-09T18:51:20.606Z | Compiling serde_core v1.0.228 |
| 419 | 2026-03-09T18:51:20.606Z | Checking memchr v2.8.0 |
| 420 | 2026-03-09T18:51:20.606Z | Checking itoa v1.0.17 |
| 421 | 2026-03-09T18:51:20.819Z | Compiling serde v1.0.228 |
| 422 | 2026-03-09T18:51:20.947Z | Compiling zmij v1.0.21 |
| 423 | 2026-03-09T18:51:21.048Z | Compiling serde_json v1.0.149 |
| 424 | 2026-03-09T18:51:21.390Z | Compiling find-msvc-tools v0.1.9 |
| 425 | 2026-03-09T18:51:21.435Z | Compiling shlex v1.3.0 |
| 426 | 2026-03-09T18:51:21.463Z | Checking pin-project-lite v0.2.17 |
| 427 | 2026-03-09T18:51:21.506Z | Checking smallvec v1.15.1 |
| 428 | 2026-03-09T18:51:21.741Z | Checking futures-core v0.3.32 |
| 429 | 2026-03-09T18:51:21.835Z | Checking bytes v1.11.1 |
| 430 | 2026-03-09T18:51:21.850Z | Compiling parking_lot_core v0.9.12 |
| 431 | 2026-03-09T18:51:22.020Z | Checking scopeguard v1.2.0 |
| 432 | 2026-03-09T18:51:22.183Z | Checking once_cell v1.21.3 |
| 433 | 2026-03-09T18:51:22.350Z | Checking lock_api v0.4.14 |
| 434 | 2026-03-09T18:51:22.367Z | Checking errno v0.3.14 |
| 435 | 2026-03-09T18:51:22.476Z | Compiling jobserver v0.1.34 |
| 436 | 2026-03-09T18:51:22.543Z | Checking futures-sink v0.3.32 |
| 437 | 2026-03-09T18:51:22.700Z | Checking stable_deref_trait v1.2.1 |
| 438 | 2026-03-09T18:51:22.774Z | Checking signal-hook-registry v1.4.8 |
| 439 | 2026-03-09T18:51:22.802Z | Checking socket2 v0.6.2 |
| 440 | 2026-03-09T18:51:22.846Z | Compiling cc v1.2.56 |
| 441 | 2026-03-09T18:51:23.072Z | Checking parking_lot v0.12.5 |
| 442 | 2026-03-09T18:51:23.128Z | Compiling syn v2.0.117 |
| 443 | 2026-03-09T18:51:23.200Z | Checking mio v1.1.1 |
| 444 | 2026-03-09T18:51:23.220Z | Compiling getrandom v0.4.1 |
| 445 | 2026-03-09T18:51:23.252Z | Compiling autocfg v1.5.0 |
| 446 | 2026-03-09T18:51:23.299Z | Checking slab v0.4.12 |
| 447 | 2026-03-09T18:51:23.466Z | Checking zeroize v1.8.2 |
| 448 | 2026-03-09T18:51:23.647Z | Checking futures-channel v0.3.32 |
| 449 | 2026-03-09T18:51:23.702Z | Compiling zerocopy v0.8.40 |
| 450 | 2026-03-09T18:51:23.835Z | Compiling thiserror v2.0.18 |
| 451 | 2026-03-09T18:51:24.021Z | Checking foldhash v0.2.0 |
| 452 | 2026-03-09T18:51:24.099Z | Compiling num-traits v0.2.19 |
| 453 | 2026-03-09T18:51:24.299Z | Compiling rustversion v1.0.22 |
| 454 | 2026-03-09T18:51:24.487Z | Checking allocator-api2 v0.2.21 |
| 455 | 2026-03-09T18:51:24.502Z | Checking equivalent v1.0.2 |
| 456 | 2026-03-09T18:51:24.735Z | Compiling cmake v0.1.57 |
| 457 | 2026-03-09T18:51:25.017Z | Checking rustls-pki-types v1.14.0 |
| 458 | 2026-03-09T18:51:25.033Z | Checking http v1.4.0 |
| 459 | 2026-03-09T18:51:25.088Z | Checking hashbrown v0.16.1 |
| 460 | 2026-03-09T18:51:25.516Z | Compiling fs_extra v1.3.0 |
| 461 | 2026-03-09T18:51:25.640Z | Compiling version_check v0.9.5 |
| 462 | 2026-03-09T18:51:26.017Z | Checking futures-io v0.3.32 |
| 463 | 2026-03-09T18:51:26.094Z | Compiling dunce v1.0.5 |
| 464 | 2026-03-09T18:51:26.177Z | Checking futures-task v0.3.32 |
| 465 | 2026-03-09T18:51:26.233Z | Compiling aws-lc-sys v0.37.1 |
| 466 | 2026-03-09T18:51:26.236Z | Checking iana-time-zone v0.1.65 |
| 467 | 2026-03-09T18:51:26.334Z | Compiling ucd-trie v0.1.7 |
| 468 | 2026-03-09T18:51:26.408Z | Checking log v0.4.29 |
| 469 | 2026-03-09T18:51:26.423Z | Checking untrusted v0.9.0 |
| 470 | 2026-03-09T18:51:26.670Z | Checking fnv v1.0.7 |
| 471 | 2026-03-09T18:51:26.767Z | Compiling pest v2.8.6 |
| 472 | 2026-03-09T18:51:26.805Z | Checking writeable v0.6.2 |
| 473 | 2026-03-09T18:51:27.045Z | Compiling schemars v0.8.22 |
| 474 | 2026-03-09T18:51:27.087Z | Checking litemap v0.8.1 |
| 475 | 2026-03-09T18:51:27.243Z | Compiling httparse v1.10.1 |
| 476 | 2026-03-09T18:51:27.358Z | Checking http-body v1.0.1 |
| 477 | 2026-03-09T18:51:27.410Z | Checking indexmap v2.13.0 |
| 478 | 2026-03-09T18:51:27.459Z | Checking semver v1.0.27 |
| 479 | 2026-03-09T18:51:27.571Z | Checking uuid v1.21.0 |
| 480 | 2026-03-09T18:51:27.871Z | Checking tracing-core v0.1.36 |
| 481 | 2026-03-09T18:51:27.925Z | Checking dyn-clone v1.0.20 |
| 482 | 2026-03-09T18:51:28.086Z | Checking bitflags v2.11.0 |
| 483 | 2026-03-09T18:51:28.152Z | Compiling aws-lc-rs v1.16.0 |
| 484 | 2026-03-09T18:51:28.360Z | Checking atomic-waker v1.1.2 |
| 485 | 2026-03-09T18:51:28.498Z | Compiling icu_properties_data v2.1.2 |
| 486 | 2026-03-09T18:51:28.551Z | Checking percent-encoding v2.3.2 |
| 487 | 2026-03-09T18:51:28.683Z | Compiling icu_normalizer_data v2.1.1 |
| 488 | 2026-03-09T18:51:28.718Z | Checking tracing v0.1.44 |
| 489 | 2026-03-09T18:51:28.895Z | Checking getrandom v0.2.17 |
| 490 | 2026-03-09T18:51:29.008Z | Checking base64 v0.22.1 |
| 491 | 2026-03-09T18:51:29.075Z | Checking try-lock v0.2.5 |
| 492 | 2026-03-09T18:51:29.114Z | Checking tower-layer v0.3.3 |
| 493 | 2026-03-09T18:51:29.128Z | Checking tower-service v0.3.3 |
| 494 | 2026-03-09T18:51:29.215Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-03-09T18:51:29.250Z | Compiling heck v0.5.0 |
| 496 | 2026-03-09T18:51:29.380Z | Checking subtle v2.6.1 |
| 497 | 2026-03-09T18:51:29.438Z | Checking want v0.3.1 |
| 498 | 2026-03-09T18:51:29.614Z | Compiling slog v2.8.2 |
| 499 | 2026-03-09T18:51:29.644Z | Checking httpdate v1.0.3 |
| 500 | 2026-03-09T18:51:29.850Z | Compiling typenum v1.19.0 |
| 501 | 2026-03-09T18:51:29.889Z | Checking pin-utils v0.1.0 |
| 502 | 2026-03-09T18:51:29.988Z | Compiling getrandom v0.3.4 |
| 503 | 2026-03-09T18:51:30.026Z | Checking form_urlencoded v1.2.2 |
| 504 | 2026-03-09T18:51:30.227Z | Compiling synstructure v0.13.2 |
| 505 | 2026-03-09T18:51:30.350Z | Compiling serde_derive_internals v0.29.1 |
| 506 | 2026-03-09T18:51:30.481Z | Compiling pest_generator v2.8.6 |
| 507 | 2026-03-09T18:51:30.672Z | Compiling generic-array v0.14.7 |
| 508 | 2026-03-09T18:51:30.706Z | Compiling ring v0.17.14 |
| 509 | 2026-03-09T18:51:31.548Z | Checking ipnet v2.11.0 |
| 510 | 2026-03-09T18:51:31.622Z | Compiling paste v1.0.15 |
| 511 | 2026-03-09T18:51:31.638Z | Compiling rustls v0.23.37 |
| 512 | 2026-03-09T18:51:32.211Z | Checking sync_wrapper v1.0.2 |
| 513 | 2026-03-09T18:51:32.361Z | Checking powerfmt v0.2.0 |
| 514 | 2026-03-09T18:51:32.435Z | Checking utf8_iter v1.0.4 |
| 515 | 2026-03-09T18:51:32.529Z | Compiling usdt-impl v0.6.0 |
| 516 | 2026-03-09T18:51:32.597Z | Compiling rustix v1.1.3 |
| 517 | 2026-03-09T18:51:32.628Z | Checking ryu v1.0.23 |
| 518 | 2026-03-09T18:51:32.830Z | Compiling time-core v0.1.8 |
| 519 | 2026-03-09T18:51:32.910Z | Compiling num-conv v0.2.0 |
| 520 | 2026-03-09T18:51:33.125Z | Checking deranged v0.5.8 |
| 521 | 2026-03-09T18:51:33.138Z | Compiling time-macros v0.2.27 |
| 522 | 2026-03-09T18:51:33.523Z | Compiling serde_derive v1.0.228 |
| 523 | 2026-03-09T18:51:33.540Z | Compiling zerocopy-derive v0.8.40 |
| 524 | 2026-03-09T18:51:33.966Z | Compiling zerofrom-derive v0.1.6 |
| 525 | 2026-03-09T18:51:34.175Z | Compiling yoke-derive v0.8.1 |
| 526 | 2026-03-09T18:51:35.258Z | Compiling tokio-macros v2.6.0 |
| 527 | 2026-03-09T18:51:35.477Z | Compiling zerovec-derive v0.11.2 |
| 528 | 2026-03-09T18:51:36.228Z | Compiling displaydoc v0.2.5 |
| 529 | 2026-03-09T18:51:36.424Z | Compiling thiserror-impl v2.0.18 |
| 530 | 2026-03-09T18:51:36.603Z | Checking tokio v1.49.0 |
| 531 | 2026-03-09T18:51:36.642Z | Checking zerofrom v0.1.6 |
| 532 | 2026-03-09T18:51:36.841Z | Checking yoke v0.8.1 |
| 533 | 2026-03-09T18:51:37.059Z | Compiling futures-macro v0.3.32 |
| 534 | 2026-03-09T18:51:37.571Z | Checking zerotrie v0.2.3 |
| 535 | 2026-03-09T18:51:37.683Z | Checking zerovec v0.11.5 |
| 536 | 2026-03-09T18:51:38.040Z | Compiling schemars_derive v0.8.22 |
| 537 | 2026-03-09T18:51:38.634Z | Checking tinystr v0.8.2 |
| 538 | 2026-03-09T18:51:38.723Z | Checking futures-util v0.3.32 |
| 539 | 2026-03-09T18:51:38.957Z | Checking icu_locale_core v2.1.1 |
| 540 | 2026-03-09T18:51:39.097Z | Checking potential_utf v0.1.4 |
| 541 | 2026-03-09T18:51:39.313Z | Checking icu_collections v2.1.1 |
| 542 | 2026-03-09T18:51:40.202Z | Checking icu_provider v2.1.1 |
| 543 | 2026-03-09T18:51:40.553Z | Compiling pest_derive v2.8.6 |
| 544 | 2026-03-09T18:51:40.624Z | Checking chrono v0.4.44 |
| 545 | 2026-03-09T18:51:40.647Z | Checking icu_properties v2.1.2 |
| 546 | 2026-03-09T18:51:41.087Z | Compiling serde_tokenstream v0.2.3 |
| 547 | 2026-03-09T18:51:41.293Z | Checking icu_normalizer v2.1.1 |
| 548 | 2026-03-09T18:51:41.598Z | Checking erased-serde v0.3.31 |
| 549 | 2026-03-09T18:51:42.670Z | Checking idna_adapter v1.2.1 |
| 550 | 2026-03-09T18:51:42.844Z | Compiling structmeta-derive v0.3.0 |
| 551 | 2026-03-09T18:51:43.065Z | Compiling scroll_derive v0.13.1 |
| 552 | 2026-03-09T18:51:43.140Z | Checking idna v1.1.0 |
| 553 | 2026-03-09T18:51:43.176Z | Checking tokio-util v0.7.18 |
| 554 | 2026-03-09T18:51:43.622Z | Checking tower v0.5.3 |
| 555 | 2026-03-09T18:51:44.052Z | Checking h2 v0.4.13 |
| 556 | 2026-03-09T18:51:44.157Z | Checking ipnetwork v0.21.1 |
| 557 | 2026-03-09T18:51:44.399Z | Compiling dtrace-parser v0.3.0 |
| 558 | 2026-03-09T18:51:44.494Z | Checking serde_urlencoded v0.7.1 |
| 559 | 2026-03-09T18:51:44.592Z | Checking ppv-lite86 v0.2.21 |
| 560 | 2026-03-09T18:51:44.776Z | Checking scroll v0.13.0 |
| 561 | 2026-03-09T18:51:44.970Z | Compiling structmeta v0.3.0 |
| 562 | 2026-03-09T18:51:45.237Z | Checking rand_core v0.9.5 |
| 563 | 2026-03-09T18:51:45.339Z | Checking http-body-util v0.1.3 |
| 564 | 2026-03-09T18:51:45.528Z | Compiling thread-id v5.1.0 |
| 565 | 2026-03-09T18:51:45.634Z | Checking regex-syntax v0.8.10 |
| 566 | 2026-03-09T18:51:45.673Z | Compiling ident_case v1.0.1 |
| 567 | 2026-03-09T18:51:45.820Z | Compiling crossbeam-utils v0.8.21 |
| 568 | 2026-03-09T18:51:45.846Z | Compiling byteorder v1.5.0 |
| 569 | 2026-03-09T18:51:46.251Z | Compiling strsim v0.11.1 |
| 570 | 2026-03-09T18:51:46.282Z | Checking iri-string v0.7.10 |
| 571 | 2026-03-09T18:51:46.365Z | Checking plain v0.2.3 |
| 572 | 2026-03-09T18:51:46.510Z | Checking num_threads v0.1.7 |
| 573 | 2026-03-09T18:51:46.527Z | Checking fastrand v2.3.0 |
| 574 | 2026-03-09T18:51:46.635Z | Checking time v0.3.47 |
| 575 | 2026-03-09T18:51:46.823Z | Compiling darling_core v0.21.3 |
| 576 | 2026-03-09T18:51:46.843Z | Checking goblin v0.10.5 |
| 577 | 2026-03-09T18:51:48.013Z | Checking hyper v1.8.1 |
| 578 | 2026-03-09T18:51:48.724Z | Checking tower-http v0.6.8 |
| 579 | 2026-03-09T18:51:48.956Z | Checking oxnet v0.1.4 |
| 580 | 2026-03-09T18:51:49.209Z | Checking newtype-uuid v1.3.2 |
| 581 | 2026-03-09T18:51:49.362Z | Checking url v2.5.8 |
| 582 | 2026-03-09T18:51:49.865Z | Checking hyper-util v0.1.20 |
| 583 | 2026-03-09T18:51:49.950Z | Compiling dof v0.4.0 |
| 584 | 2026-03-09T18:51:51.024Z | Compiling daft-derive v0.1.5 |
| 585 | 2026-03-09T18:51:51.593Z | Compiling aho-corasick v1.1.4 |
| 586 | 2026-03-09T18:51:52.066Z | Checking openssl-probe v0.2.1 |
| 587 | 2026-03-09T18:51:52.190Z | Compiling rustls v0.22.4 |
| 588 | 2026-03-09T18:51:52.253Z | Compiling omicron-workspace-hack v0.1.0 |
| 589 | 2026-03-09T18:51:52.515Z | Checking pretty-hex v0.4.1 |
| 590 | 2026-03-09T18:51:52.551Z | Checking daft v0.1.5 |
| 591 | 2026-03-09T18:51:52.598Z | Checking rustls-native-certs v0.8.3 |
| 592 | 2026-03-09T18:51:52.617Z | Compiling darling_macro v0.21.3 |
| 593 | 2026-03-09T18:51:52.779Z | Checking rustls-webpki v0.102.8 |
| 594 | 2026-03-09T18:51:52.814Z | Checking tempfile v3.25.0 |
| 595 | 2026-03-09T18:51:53.434Z | Checking rand_chacha v0.9.0 |
| 596 | 2026-03-09T18:51:53.518Z | Checking crypto-common v0.1.7 |
| 597 | 2026-03-09T18:51:53.691Z | Checking block-buffer v0.10.4 |
| 598 | 2026-03-09T18:51:53.802Z | Checking rand_core v0.6.4 |
| 599 | 2026-03-09T18:51:53.889Z | Compiling multer v3.1.0 |
| 600 | 2026-03-09T18:51:54.100Z | Checking wait-timeout v0.2.1 |
| 601 | 2026-03-09T18:51:54.260Z | Checking thread_local v1.1.9 |
| 602 | 2026-03-09T18:51:54.290Z | Compiling ref-cast v1.0.25 |
| 603 | 2026-03-09T18:51:54.323Z | Compiling camino v1.2.2 |
| 604 | 2026-03-09T18:51:54.535Z | Checking bit-vec v0.8.0 |
| 605 | 2026-03-09T18:51:54.908Z | Checking winnow v0.7.14 |
| 606 | 2026-03-09T18:51:54.941Z | Checking quick-error v1.2.3 |
| 607 | 2026-03-09T18:51:55.091Z | Compiling thiserror v1.0.69 |
| 608 | 2026-03-09T18:51:55.107Z | Compiling anyhow v1.0.102 |
| 609 | 2026-03-09T18:51:55.202Z | Compiling slog-async v2.8.0 |
| 610 | 2026-03-09T18:51:55.663Z | Compiling regex-automata v0.4.14 |
| 611 | 2026-03-09T18:51:55.687Z | Checking match_cfg v0.1.0 |
| 612 | 2026-03-09T18:51:55.781Z | Checking hostname v0.3.1 |
| 613 | 2026-03-09T18:51:56.074Z | Checking rusty-fork v0.3.1 |
| 614 | 2026-03-09T18:51:56.213Z | Checking bit-set v0.8.0 |
| 615 | 2026-03-09T18:51:56.434Z | Checking crossbeam-channel v0.5.15 |
| 616 | 2026-03-09T18:51:56.485Z | Checking rand_chacha v0.3.1 |
| 617 | 2026-03-09T18:51:56.820Z | Checking digest v0.10.7 |
| 618 | 2026-03-09T18:51:57.078Z | Checking rand v0.9.2 |
| 619 | 2026-03-09T18:51:57.108Z | Compiling darling v0.21.3 |
| 620 | 2026-03-09T18:51:57.232Z | Compiling usdt-macro v0.6.0 |
| 621 | 2026-03-09T18:51:57.449Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 622 | 2026-03-09T18:51:58.060Z | Compiling usdt-attr-macro v0.6.0 |
| 623 | 2026-03-09T18:51:58.123Z | Checking slog-json v2.6.1 |
| 624 | 2026-03-09T18:51:58.358Z | Checking rand_xorshift v0.4.0 |
| 625 | 2026-03-09T18:51:58.417Z | Compiling derive-ex v0.1.8 |
| 626 | 2026-03-09T18:51:58.461Z | Checking futures-executor v0.3.32 |
| 627 | 2026-03-09T18:51:58.505Z | Compiling ref-cast-impl v1.0.25 |
| 628 | 2026-03-09T18:51:58.709Z | Compiling async-stream-impl v0.3.6 |
| 629 | 2026-03-09T18:51:58.998Z | Compiling strum_macros v0.26.4 |
| 630 | 2026-03-09T18:51:59.423Z | Compiling thiserror-impl v1.0.69 |
| 631 | 2026-03-09T18:51:59.596Z | Compiling regex v1.12.3 |
| 632 | 2026-03-09T18:51:59.878Z | Compiling dropshot v0.16.7 |
| 633 | 2026-03-09T18:52:00.282Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 634 | 2026-03-09T18:52:00.367Z | Checking serde_spanned v1.0.4 |
| 635 | 2026-03-09T18:52:00.455Z | Checking memmap2 v0.9.10 |
| 636 | 2026-03-09T18:52:00.590Z | Checking is-terminal v0.4.17 |
| 637 | 2026-03-09T18:52:00.660Z | Checking encoding_rs v0.8.35 |
| 638 | 2026-03-09T18:52:00.721Z | Checking take_mut v0.2.2 |
| 639 | 2026-03-09T18:52:00.756Z | Checking hex v0.4.3 |
| 640 | 2026-03-09T18:52:00.882Z | Checking unarray v0.1.4 |
| 641 | 2026-03-09T18:52:01.259Z | Checking spin v0.9.8 |
| 642 | 2026-03-09T18:52:01.432Z | Checking term v1.2.1 |
| 643 | 2026-03-09T18:52:01.655Z | Checking mime v0.3.17 |
| 644 | 2026-03-09T18:52:01.834Z | Checking cpufeatures v0.2.17 |
| 645 | 2026-03-09T18:52:01.912Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 646 | 2026-03-09T18:52:01.928Z | Checking sha1 v0.10.6 |
| 647 | 2026-03-09T18:52:01.961Z | Compiling parse-display-derive v0.10.0 |
| 648 | 2026-03-09T18:52:02.011Z | Compiling test-strategy v0.4.5 |
| 649 | 2026-03-09T18:52:02.081Z | Checking slog-term v2.9.2 |
| 650 | 2026-03-09T18:52:02.200Z | Compiling dropshot_endpoint v0.16.7 |
| 651 | 2026-03-09T18:52:02.239Z | Checking toml v0.9.12+spec-1.1.0 |
| 652 | 2026-03-09T18:52:02.595Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 653 | 2026-03-09T18:52:02.801Z | Checking strum v0.26.3 |
| 654 | 2026-03-09T18:52:02.830Z | Checking proptest v1.10.0 |
| 655 | 2026-03-09T18:52:03.197Z | Checking usdt v0.6.0 |
| 656 | 2026-03-09T18:52:03.309Z | Checking tokio-rustls v0.25.0 |
| 657 | 2026-03-09T18:52:03.538Z | Checking async-stream v0.3.6 |
| 658 | 2026-03-09T18:52:03.739Z | Checking futures v0.3.32 |
| 659 | 2026-03-09T18:52:03.754Z | Checking slog-bunyan v2.5.0 |
| 660 | 2026-03-09T18:52:03.852Z | Compiling serde_with_macros v3.17.0 |
| 661 | 2026-03-09T18:52:03.917Z | Checking rand v0.8.5 |
| 662 | 2026-03-09T18:52:05.135Z | Checking reqwest v0.12.28 |
| 663 | 2026-03-09T18:52:05.161Z | Compiling newtype-uuid-macros v0.1.0 |
| 664 | 2026-03-09T18:52:05.192Z | Checking openapiv3 v2.2.0 |
| 665 | 2026-03-09T18:52:05.215Z | Compiling async-trait v0.1.89 |
| 666 | 2026-03-09T18:52:05.842Z | Compiling strum_macros v0.27.2 |
| 667 | 2026-03-09T18:52:06.161Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 668 | 2026-03-09T18:52:06.177Z | Checking waitgroup v0.1.2 |
| 669 | 2026-03-09T18:52:06.329Z | Checking rustls-pemfile v2.2.0 |
| 670 | 2026-03-09T18:52:06.550Z | Checking serde_path_to_error v0.1.20 |
| 671 | 2026-03-09T18:52:06.808Z | Checking hostname v0.4.2 |
| 672 | 2026-03-09T18:52:06.824Z | Checking instant v0.1.13 |
| 673 | 2026-03-09T18:52:06.936Z | Checking either v1.15.0 |
| 674 | 2026-03-09T18:52:06.952Z | Checking rustc-hash v2.1.1 |
| 675 | 2026-03-09T18:52:06.955Z | Checking debug-ignore v1.0.5 |
| 676 | 2026-03-09T18:52:07.115Z | Checking backoff v0.4.0 |
| 677 | 2026-03-09T18:52:07.122Z | Checking iddqd v0.3.17 |
| 678 | 2026-03-09T18:52:07.122Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 679 | 2026-03-09T18:52:07.254Z | Checking itertools v0.14.0 |
| 680 | 2026-03-09T18:52:07.276Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 681 | 2026-03-09T18:52:07.336Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 682 | 2026-03-09T18:52:07.357Z | Checking serde_with v3.17.0 |
| 683 | 2026-03-09T18:52:07.973Z | Checking progenitor-client v0.10.0 |
| 684 | 2026-03-09T18:52:08.214Z | Checking parse-display v0.10.0 |
| 685 | 2026-03-09T18:52:08.319Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 686 | 2026-03-09T18:52:08.448Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 687 | 2026-03-09T18:52:08.981Z | Checking backon v1.6.0 |
| 688 | 2026-03-09T18:52:09.282Z | Checking macaddr v1.0.1 |
| 689 | 2026-03-09T18:52:09.285Z | Checking regress v0.10.5 |
| 690 | 2026-03-09T18:52:10.044Z | Checking strum v0.27.2 |
| 691 | 2026-03-09T18:52:16.291Z | Checking rustls-webpki v0.103.9 |
| 692 | 2026-03-09T18:52:19.836Z | Checking tokio-rustls v0.26.4 |
| 693 | 2026-03-09T18:52:19.839Z | Checking rustls-platform-verifier v0.6.2 |
| 694 | 2026-03-09T18:52:20.094Z | Checking hyper-rustls v0.27.7 |
| 695 | 2026-03-09T18:52:20.279Z | Checking reqwest v0.13.2 |
| 696 | 2026-03-09T18:52:21.109Z | Checking progenitor-client v0.13.0 |
| 697 | 2026-03-09T18:52:21.338Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 698 | 2026-03-09T18:52:28.501Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 699 | 2026-03-09T18:52:28.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 700 | 2026-03-09T18:52:28.707Z | + cargo build --release |
| 701 | 2026-03-09T18:52:28.982Z | Compiling proc-macro2 v1.0.106 |
| 702 | 2026-03-09T18:52:28.982Z | Compiling quote v1.0.44 |
| 703 | 2026-03-09T18:52:28.985Z | Compiling unicode-ident v1.0.24 |
| 704 | 2026-03-09T18:52:28.985Z | Compiling libc v0.2.180 |
| 705 | 2026-03-09T18:52:28.985Z | Compiling cfg-if v1.0.4 |
| 706 | 2026-03-09T18:52:28.985Z | Compiling serde_core v1.0.228 |
| 707 | 2026-03-09T18:52:28.985Z | Compiling memchr v2.8.0 |
| 708 | 2026-03-09T18:52:28.985Z | Compiling itoa v1.0.17 |
| 709 | 2026-03-09T18:52:29.130Z | Compiling zmij v1.0.21 |
| 710 | 2026-03-09T18:52:29.209Z | Compiling serde v1.0.228 |
| 711 | 2026-03-09T18:52:29.476Z | Compiling serde_json v1.0.149 |
| 712 | 2026-03-09T18:52:29.571Z | Compiling shlex v1.3.0 |
| 713 | 2026-03-09T18:52:29.620Z | Compiling pin-project-lite v0.2.17 |
| 714 | 2026-03-09T18:52:29.806Z | Compiling find-msvc-tools v0.1.9 |
| 715 | 2026-03-09T18:52:29.870Z | Compiling smallvec v1.15.1 |
| 716 | 2026-03-09T18:52:30.236Z | Compiling futures-core v0.3.32 |
| 717 | 2026-03-09T18:52:30.326Z | Compiling bytes v1.11.1 |
| 718 | 2026-03-09T18:52:30.475Z | Compiling parking_lot_core v0.9.12 |
| 719 | 2026-03-09T18:52:30.629Z | Compiling errno v0.3.14 |
| 720 | 2026-03-09T18:52:30.676Z | Compiling jobserver v0.1.34 |
| 721 | 2026-03-09T18:52:30.887Z | Compiling once_cell v1.21.3 |
| 722 | 2026-03-09T18:52:31.310Z | Compiling cc v1.2.56 |
| 723 | 2026-03-09T18:52:31.318Z | Compiling syn v2.0.117 |
| 724 | 2026-03-09T18:52:31.440Z | Compiling scopeguard v1.2.0 |
| 725 | 2026-03-09T18:52:31.604Z | Compiling lock_api v0.4.14 |
| 726 | 2026-03-09T18:52:31.641Z | Compiling stable_deref_trait v1.2.1 |
| 727 | 2026-03-09T18:52:31.748Z | Compiling futures-sink v0.3.32 |
| 728 | 2026-03-09T18:52:31.914Z | Compiling signal-hook-registry v1.4.8 |
| 729 | 2026-03-09T18:52:32.008Z | Compiling mio v1.1.1 |
| 730 | 2026-03-09T18:52:32.095Z | Compiling parking_lot v0.12.5 |
| 731 | 2026-03-09T18:52:32.262Z | Compiling socket2 v0.6.2 |
| 732 | 2026-03-09T18:52:32.305Z | Compiling autocfg v1.5.0 |
| 733 | 2026-03-09T18:52:32.996Z | Compiling getrandom v0.4.1 |
| 734 | 2026-03-09T18:52:33.043Z | Compiling num-traits v0.2.19 |
| 735 | 2026-03-09T18:52:33.443Z | Compiling thiserror v2.0.18 |
| 736 | 2026-03-09T18:52:33.494Z | Compiling slab v0.4.12 |
| 737 | 2026-03-09T18:52:33.503Z | Compiling zeroize v1.8.2 |
| 738 | 2026-03-09T18:52:33.956Z | Compiling futures-channel v0.3.32 |
| 739 | 2026-03-09T18:52:34.079Z | Compiling rustversion v1.0.22 |
| 740 | 2026-03-09T18:52:34.086Z | Compiling zerocopy v0.8.40 |
| 741 | 2026-03-09T18:52:34.089Z | Compiling foldhash v0.2.0 |
| 742 | 2026-03-09T18:52:34.101Z | Compiling allocator-api2 v0.2.21 |
| 743 | 2026-03-09T18:52:34.300Z | Compiling equivalent v1.0.2 |
| 744 | 2026-03-09T18:52:34.773Z | Compiling rustls-pki-types v1.14.0 |
| 745 | 2026-03-09T18:52:34.838Z | Compiling hashbrown v0.16.1 |
| 746 | 2026-03-09T18:52:34.872Z | Compiling cmake v0.1.57 |
| 747 | 2026-03-09T18:52:34.887Z | Compiling http v1.4.0 |
| 748 | 2026-03-09T18:52:35.061Z | Compiling dunce v1.0.5 |
| 749 | 2026-03-09T18:52:35.194Z | Compiling fs_extra v1.3.0 |
| 750 | 2026-03-09T18:52:35.581Z | Compiling futures-task v0.3.32 |
| 751 | 2026-03-09T18:52:35.685Z | Compiling futures-io v0.3.32 |
| 752 | 2026-03-09T18:52:35.888Z | Compiling version_check v0.9.5 |
| 753 | 2026-03-09T18:52:36.032Z | Compiling aws-lc-sys v0.37.1 |
| 754 | 2026-03-09T18:52:36.565Z | Compiling ucd-trie v0.1.7 |
| 755 | 2026-03-09T18:52:36.975Z | Compiling log v0.4.29 |
| 756 | 2026-03-09T18:52:37.090Z | Compiling fnv v1.0.7 |
| 757 | 2026-03-09T18:52:37.231Z | Compiling iana-time-zone v0.1.65 |
| 758 | 2026-03-09T18:52:37.367Z | Compiling untrusted v0.9.0 |
| 759 | 2026-03-09T18:52:37.570Z | Compiling pest v2.8.6 |
| 760 | 2026-03-09T18:52:37.619Z | Compiling litemap v0.8.1 |
| 761 | 2026-03-09T18:52:37.901Z | Compiling schemars v0.8.22 |
| 762 | 2026-03-09T18:52:38.038Z | Compiling writeable v0.6.2 |
| 763 | 2026-03-09T18:52:38.318Z | Compiling httparse v1.10.1 |
| 764 | 2026-03-09T18:52:38.450Z | Compiling synstructure v0.13.2 |
| 765 | 2026-03-09T18:52:38.936Z | Compiling serde_derive_internals v0.29.1 |
| 766 | 2026-03-09T18:52:39.044Z | Compiling http-body v1.0.1 |
| 767 | 2026-03-09T18:52:39.277Z | Compiling indexmap v2.13.0 |
| 768 | 2026-03-09T18:52:39.515Z | Compiling semver v1.0.27 |
| 769 | 2026-03-09T18:52:40.373Z | Compiling pest_meta v2.8.6 |
| 770 | 2026-03-09T18:52:40.373Z | Compiling uuid v1.21.0 |
| 771 | 2026-03-09T18:52:40.722Z | Compiling tracing-core v0.1.36 |
| 772 | 2026-03-09T18:52:40.814Z | Compiling percent-encoding v2.3.2 |
| 773 | 2026-03-09T18:52:40.856Z | Compiling bitflags v2.11.0 |
| 774 | 2026-03-09T18:52:41.001Z | Compiling icu_normalizer_data v2.1.1 |
| 775 | 2026-03-09T18:52:41.313Z | Compiling dyn-clone v1.0.20 |
| 776 | 2026-03-09T18:52:41.386Z | Compiling aws-lc-rs v1.16.0 |
| 777 | 2026-03-09T18:52:41.515Z | Compiling atomic-waker v1.1.2 |
| 778 | 2026-03-09T18:52:41.555Z | Compiling icu_properties_data v2.1.2 |
| 779 | 2026-03-09T18:52:41.589Z | Compiling tracing v0.1.44 |
| 780 | 2026-03-09T18:52:41.707Z | Compiling pest_generator v2.8.6 |
| 781 | 2026-03-09T18:52:41.927Z | Compiling serde_derive v1.0.228 |
| 782 | 2026-03-09T18:52:41.960Z | Compiling zerocopy-derive v0.8.40 |
| 783 | 2026-03-09T18:52:42.233Z | Compiling zerofrom-derive v0.1.6 |
| 784 | 2026-03-09T18:52:42.779Z | Compiling yoke-derive v0.8.1 |
| 785 | 2026-03-09T18:52:42.905Z | Compiling tokio-macros v2.6.0 |
| 786 | 2026-03-09T18:52:43.095Z | Compiling zerovec-derive v0.11.2 |
| 787 | 2026-03-09T18:52:43.644Z | Compiling displaydoc v0.2.5 |
| 788 | 2026-03-09T18:52:44.372Z | Compiling tokio v1.49.0 |
| 789 | 2026-03-09T18:52:44.876Z | Compiling zerofrom v0.1.6 |
| 790 | 2026-03-09T18:52:44.990Z | Compiling futures-macro v0.3.32 |
| 791 | 2026-03-09T18:52:45.065Z | Compiling yoke v0.8.1 |
| 792 | 2026-03-09T18:52:45.097Z | Compiling thiserror-impl v2.0.18 |
| 793 | 2026-03-09T18:52:45.406Z | Compiling zerotrie v0.2.3 |
| 794 | 2026-03-09T18:52:45.429Z | Compiling zerovec v0.11.5 |
| 795 | 2026-03-09T18:52:46.226Z | Compiling schemars_derive v0.8.22 |
| 796 | 2026-03-09T18:52:46.664Z | Compiling futures-util v0.3.32 |
| 797 | 2026-03-09T18:52:46.689Z | Compiling tinystr v0.8.2 |
| 798 | 2026-03-09T18:52:47.070Z | Compiling icu_locale_core v2.1.1 |
| 799 | 2026-03-09T18:52:47.793Z | Compiling potential_utf v0.1.4 |
| 800 | 2026-03-09T18:52:48.075Z | Compiling icu_collections v2.1.1 |
| 801 | 2026-03-09T18:52:49.571Z | Compiling chrono v0.4.44 |
| 802 | 2026-03-09T18:52:49.752Z | Compiling icu_provider v2.1.1 |
| 803 | 2026-03-09T18:52:50.143Z | Compiling getrandom v0.2.17 |
| 804 | 2026-03-09T18:52:50.461Z | Compiling subtle v2.6.1 |
| 805 | 2026-03-09T18:52:50.611Z | Compiling tower-layer v0.3.3 |
| 806 | 2026-03-09T18:52:50.694Z | Compiling tower-service v0.3.3 |
| 807 | 2026-03-09T18:52:50.833Z | Compiling base64 v0.22.1 |
| 808 | 2026-03-09T18:52:51.085Z | Compiling heck v0.5.0 |
| 809 | 2026-03-09T18:52:51.486Z | Compiling try-lock v0.2.5 |
| 810 | 2026-03-09T18:52:51.656Z | Compiling want v0.3.1 |
| 811 | 2026-03-09T18:52:51.880Z | Compiling pest_derive v2.8.6 |
| 812 | 2026-03-09T18:52:52.627Z | Compiling slog v2.8.2 |
| 813 | 2026-03-09T18:52:52.790Z | Compiling typenum v1.19.0 |
| 814 | 2026-03-09T18:52:53.002Z | Compiling tokio-util v0.7.18 |
| 815 | 2026-03-09T18:52:53.084Z | Compiling getrandom v0.3.4 |
| 816 | 2026-03-09T18:52:53.444Z | Compiling pin-utils v0.1.0 |
| 817 | 2026-03-09T18:52:53.694Z | Compiling httpdate v1.0.3 |
| 818 | 2026-03-09T18:52:53.733Z | Compiling ppv-lite86 v0.2.21 |
| 819 | 2026-03-09T18:52:54.257Z | Compiling h2 v0.4.13 |
| 820 | 2026-03-09T18:52:54.637Z | Compiling icu_normalizer v2.1.1 |
| 821 | 2026-03-09T18:52:55.029Z | Compiling icu_properties v2.1.2 |
| 822 | 2026-03-09T18:52:55.338Z | Compiling serde_tokenstream v0.2.3 |
| 823 | 2026-03-09T18:52:55.904Z | Compiling erased-serde v0.3.31 |
| 824 | 2026-03-09T18:52:57.333Z | Compiling form_urlencoded v1.2.2 |
| 825 | 2026-03-09T18:52:57.395Z | Compiling generic-array v0.14.7 |
| 826 | 2026-03-09T18:52:57.745Z | Compiling ring v0.17.14 |
| 827 | 2026-03-09T18:52:57.830Z | Compiling ipnet v2.11.0 |
| 828 | 2026-03-09T18:52:58.170Z | Compiling paste v1.0.15 |
| 829 | 2026-03-09T18:52:58.686Z | Compiling rustls v0.23.37 |
| 830 | 2026-03-09T18:52:59.329Z | Compiling idna_adapter v1.2.1 |
| 831 | 2026-03-09T18:52:59.538Z | Compiling hyper v1.8.1 |
| 832 | 2026-03-09T18:53:02.492Z | Compiling hyper-util v0.1.20 |
| 833 | 2026-03-09T18:53:03.629Z | Compiling structmeta-derive v0.3.0 |
| 834 | 2026-03-09T18:53:05.870Z | Compiling scroll_derive v0.13.1 |
| 835 | 2026-03-09T18:53:07.585Z | Compiling sync_wrapper v1.0.2 |
| 836 | 2026-03-09T18:53:07.946Z | Compiling ryu v1.0.23 |
| 837 | 2026-03-09T18:53:08.451Z | Compiling utf8_iter v1.0.4 |
| 838 | 2026-03-09T18:53:08.516Z | Compiling time-core v0.1.8 |
| 839 | 2026-03-09T18:53:08.700Z | Compiling rustix v1.1.3 |
| 840 | 2026-03-09T18:53:08.803Z | Compiling num-conv v0.2.0 |
| 841 | 2026-03-09T18:53:08.812Z | Compiling usdt-impl v0.6.0 |
| 842 | 2026-03-09T18:53:09.020Z | Compiling powerfmt v0.2.0 |
| 843 | 2026-03-09T18:53:09.211Z | Compiling dof v0.4.0 |
| 844 | 2026-03-09T18:53:09.367Z | Compiling deranged v0.5.8 |
| 845 | 2026-03-09T18:53:09.469Z | Compiling time-macros v0.2.27 |
| 846 | 2026-03-09T18:53:09.479Z | Compiling idna v1.1.0 |
| 847 | 2026-03-09T18:53:10.980Z | Compiling serde_urlencoded v0.7.1 |
| 848 | 2026-03-09T18:53:11.085Z | Compiling tower v0.5.3 |
| 849 | 2026-03-09T18:53:11.500Z | Compiling scroll v0.13.0 |
| 850 | 2026-03-09T18:53:11.523Z | Compiling structmeta v0.3.0 |
| 851 | 2026-03-09T18:53:11.540Z | Compiling rand_core v0.9.5 |
| 852 | 2026-03-09T18:53:12.083Z | Compiling dtrace-parser v0.3.0 |
| 853 | 2026-03-09T18:53:12.142Z | Compiling ipnetwork v0.21.1 |
| 854 | 2026-03-09T18:53:12.279Z | Compiling http-body-util v0.1.3 |
| 855 | 2026-03-09T18:53:12.821Z | Compiling thread-id v5.1.0 |
| 856 | 2026-03-09T18:53:12.989Z | Compiling crossbeam-utils v0.8.21 |
| 857 | 2026-03-09T18:53:13.019Z | Compiling plain v0.2.3 |
| 858 | 2026-03-09T18:53:13.158Z | Compiling strsim v0.11.1 |
| 859 | 2026-03-09T18:53:13.185Z | Compiling num_threads v0.1.7 |
| 860 | 2026-03-09T18:53:13.310Z | Compiling fastrand v2.3.0 |
| 861 | 2026-03-09T18:53:13.475Z | Compiling omicron-workspace-hack v0.1.0 |
| 862 | 2026-03-09T18:53:13.837Z | Compiling regex-syntax v0.8.10 |
| 863 | 2026-03-09T18:53:13.958Z | Compiling iri-string v0.7.10 |
| 864 | 2026-03-09T18:53:14.102Z | Compiling ident_case v1.0.1 |
| 865 | 2026-03-09T18:53:14.250Z | Compiling byteorder v1.5.0 |
| 866 | 2026-03-09T18:53:14.282Z | Compiling darling_core v0.21.3 |
| 867 | 2026-03-09T18:53:14.526Z | Compiling time v0.3.47 |
| 868 | 2026-03-09T18:53:15.782Z | Compiling goblin v0.10.5 |
| 869 | 2026-03-09T18:53:18.079Z | Compiling tower-http v0.6.8 |
| 870 | 2026-03-09T18:53:18.474Z | Compiling oxnet v0.1.4 |
| 871 | 2026-03-09T18:53:19.680Z | Compiling url v2.5.8 |
| 872 | 2026-03-09T18:53:20.286Z | Compiling newtype-uuid v1.3.2 |
| 873 | 2026-03-09T18:53:22.515Z | Compiling daft-derive v0.1.5 |
| 874 | 2026-03-09T18:53:23.006Z | Compiling aho-corasick v1.1.4 |
| 875 | 2026-03-09T18:53:23.212Z | Compiling openssl-probe v0.2.1 |
| 876 | 2026-03-09T18:53:23.713Z | Compiling pretty-hex v0.4.1 |
| 877 | 2026-03-09T18:53:23.960Z | Compiling rustls v0.22.4 |
| 878 | 2026-03-09T18:53:24.785Z | Compiling daft v0.1.5 |
| 879 | 2026-03-09T18:53:25.295Z | Compiling rustls-native-certs v0.8.3 |
| 880 | 2026-03-09T18:53:26.583Z | Compiling rustls-webpki v0.102.8 |
| 881 | 2026-03-09T18:53:27.171Z | Compiling tempfile v3.25.0 |
| 882 | 2026-03-09T18:53:28.453Z | Compiling regex-automata v0.4.14 |
| 883 | 2026-03-09T18:53:29.069Z | Compiling darling_macro v0.21.3 |
| 884 | 2026-03-09T18:53:31.038Z | Compiling crypto-common v0.1.7 |
| 885 | 2026-03-09T18:53:31.267Z | Compiling block-buffer v0.10.4 |
| 886 | 2026-03-09T18:53:31.522Z | Compiling rand_chacha v0.9.0 |
| 887 | 2026-03-09T18:53:32.085Z | Compiling rand_core v0.6.4 |
| 888 | 2026-03-09T18:53:32.569Z | Compiling multer v3.1.0 |
| 889 | 2026-03-09T18:53:32.634Z | Compiling wait-timeout v0.2.1 |
| 890 | 2026-03-09T18:53:32.971Z | Compiling thread_local v1.1.9 |
| 891 | 2026-03-09T18:53:33.623Z | Compiling anyhow v1.0.102 |
| 892 | 2026-03-09T18:53:33.645Z | Compiling bit-vec v0.8.0 |
| 893 | 2026-03-09T18:53:34.244Z | Compiling thiserror v1.0.69 |
| 894 | 2026-03-09T18:53:34.738Z | Compiling camino v1.2.2 |
| 895 | 2026-03-09T18:53:34.834Z | Compiling slog-async v2.8.0 |
| 896 | 2026-03-09T18:53:34.995Z | Compiling ref-cast v1.0.25 |
| 897 | 2026-03-09T18:53:35.152Z | Compiling match_cfg v0.1.0 |
| 898 | 2026-03-09T18:53:35.250Z | Compiling winnow v0.7.14 |
| 899 | 2026-03-09T18:53:35.318Z | Compiling quick-error v1.2.3 |
| 900 | 2026-03-09T18:53:35.450Z | Compiling rusty-fork v0.3.1 |
| 901 | 2026-03-09T18:53:35.467Z | Compiling hostname v0.3.1 |
| 902 | 2026-03-09T18:53:36.482Z | Compiling bit-set v0.8.0 |
| 903 | 2026-03-09T18:53:36.893Z | Compiling regex v1.12.3 |
| 904 | 2026-03-09T18:53:37.778Z | Compiling rand_chacha v0.3.1 |
| 905 | 2026-03-09T18:53:39.119Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 906 | 2026-03-09T18:53:39.213Z | Compiling rand v0.9.2 |
| 907 | 2026-03-09T18:53:40.790Z | Compiling digest v0.10.7 |
| 908 | 2026-03-09T18:53:41.207Z | Compiling crossbeam-channel v0.5.15 |
| 909 | 2026-03-09T18:53:42.153Z | Compiling darling v0.21.3 |
| 910 | 2026-03-09T18:53:42.719Z | Compiling slog-json v2.6.1 |
| 911 | 2026-03-09T18:53:43.196Z | Compiling usdt-macro v0.6.0 |
| 912 | 2026-03-09T18:53:44.248Z | Compiling usdt-attr-macro v0.6.0 |
| 913 | 2026-03-09T18:53:44.580Z | Compiling derive-ex v0.1.8 |
| 914 | 2026-03-09T18:53:45.645Z | Compiling rand_xorshift v0.4.0 |
| 915 | 2026-03-09T18:53:45.910Z | Compiling futures-executor v0.3.32 |
| 916 | 2026-03-09T18:53:46.081Z | Compiling strum_macros v0.26.4 |
| 917 | 2026-03-09T18:53:46.921Z | Compiling thiserror-impl v1.0.69 |
| 918 | 2026-03-09T18:53:47.644Z | Compiling ref-cast-impl v1.0.25 |
| 919 | 2026-03-09T18:53:48.213Z | Compiling async-stream-impl v0.3.6 |
| 920 | 2026-03-09T18:53:48.813Z | Compiling dropshot v0.16.7 |
| 921 | 2026-03-09T18:53:49.195Z | Compiling serde_spanned v1.0.4 |
| 922 | 2026-03-09T18:53:49.421Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 923 | 2026-03-09T18:53:49.425Z | Compiling is-terminal v0.4.17 |
| 924 | 2026-03-09T18:53:49.495Z | Compiling memmap2 v0.9.10 |
| 925 | 2026-03-09T18:53:49.556Z | Compiling encoding_rs v0.8.35 |
| 926 | 2026-03-09T18:53:50.004Z | Compiling hex v0.4.3 |
| 927 | 2026-03-09T18:53:50.207Z | Compiling take_mut v0.2.2 |
| 928 | 2026-03-09T18:53:50.379Z | Compiling mime v0.3.17 |
| 929 | 2026-03-09T18:53:50.549Z | Compiling cpufeatures v0.2.17 |
| 930 | 2026-03-09T18:53:50.576Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 931 | 2026-03-09T18:53:50.651Z | Compiling unarray v0.1.4 |
| 932 | 2026-03-09T18:53:50.836Z | Compiling spin v0.9.8 |
| 933 | 2026-03-09T18:53:51.027Z | Compiling term v1.2.1 |
| 934 | 2026-03-09T18:53:51.099Z | Compiling toml v0.9.12+spec-1.1.0 |
| 935 | 2026-03-09T18:53:51.418Z | Compiling proptest v1.10.0 |
| 936 | 2026-03-09T18:53:57.906Z | Compiling slog-term v2.9.2 |
| 937 | 2026-03-09T18:53:59.839Z | Compiling sha1 v0.10.6 |
| 938 | 2026-03-09T18:54:00.727Z | Compiling dropshot_endpoint v0.16.7 |
| 939 | 2026-03-09T18:54:00.931Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 940 | 2026-03-09T18:54:01.370Z | Compiling strum v0.26.3 |
| 941 | 2026-03-09T18:54:01.576Z | Compiling usdt v0.6.0 |
| 942 | 2026-03-09T18:54:01.909Z | Compiling async-stream v0.3.6 |
| 943 | 2026-03-09T18:54:02.419Z | Compiling test-strategy v0.4.5 |
| 944 | 2026-03-09T18:54:02.948Z | Compiling tokio-rustls v0.25.0 |
| 945 | 2026-03-09T18:54:03.389Z | Compiling futures v0.3.32 |
| 946 | 2026-03-09T18:54:03.608Z | Compiling slog-bunyan v2.5.0 |
| 947 | 2026-03-09T18:54:03.908Z | Compiling serde_with_macros v3.17.0 |
| 948 | 2026-03-09T18:54:04.383Z | Compiling rand v0.8.5 |
| 949 | 2026-03-09T18:54:05.436Z | Compiling parse-display-derive v0.10.0 |
| 950 | 2026-03-09T18:54:07.446Z | Compiling reqwest v0.12.28 |
| 951 | 2026-03-09T18:54:07.552Z | Compiling newtype-uuid-macros v0.1.0 |
| 952 | 2026-03-09T18:54:07.598Z | Compiling strum_macros v0.27.2 |
| 953 | 2026-03-09T18:54:08.727Z | Compiling openapiv3 v2.2.0 |
| 954 | 2026-03-09T18:54:09.108Z | Compiling async-trait v0.1.89 |
| 955 | 2026-03-09T18:54:11.286Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 956 | 2026-03-09T18:54:11.938Z | Compiling waitgroup v0.1.2 |
| 957 | 2026-03-09T18:54:12.084Z | Compiling rustls-pemfile v2.2.0 |
| 958 | 2026-03-09T18:54:12.188Z | Compiling serde_path_to_error v0.1.20 |
| 959 | 2026-03-09T18:54:12.525Z | Compiling hostname v0.4.2 |
| 960 | 2026-03-09T18:54:12.578Z | Compiling instant v0.1.13 |
| 961 | 2026-03-09T18:54:12.709Z | Compiling either v1.15.0 |
| 962 | 2026-03-09T18:54:12.739Z | Compiling debug-ignore v1.0.5 |
| 963 | 2026-03-09T18:54:12.770Z | Compiling rustc-hash v2.1.1 |
| 964 | 2026-03-09T18:54:12.963Z | Compiling iddqd v0.3.17 |
| 965 | 2026-03-09T18:54:13.120Z | Compiling itertools v0.14.0 |
| 966 | 2026-03-09T18:54:13.128Z | Compiling backoff v0.4.0 |
| 967 | 2026-03-09T18:54:13.495Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 968 | 2026-03-09T18:54:13.725Z | Compiling strum v0.27.2 |
| 969 | 2026-03-09T18:54:13.933Z | Compiling progenitor-client v0.10.0 |
| 970 | 2026-03-09T18:54:14.401Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 971 | 2026-03-09T18:54:14.904Z | Compiling parse-display v0.10.0 |
| 972 | 2026-03-09T18:54:16.700Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 973 | 2026-03-09T18:54:16.900Z | Compiling serde_with v3.17.0 |
| 974 | 2026-03-09T18:54:17.063Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 975 | 2026-03-09T18:54:18.368Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 976 | 2026-03-09T18:54:19.173Z | Compiling backon v1.6.0 |
| 977 | 2026-03-09T18:54:19.633Z | Compiling macaddr v1.0.1 |
| 978 | 2026-03-09T18:54:20.167Z | Compiling regress v0.10.5 |
| 979 | 2026-03-09T18:54:33.275Z | Compiling rustls-webpki v0.103.9 |
| 980 | 2026-03-09T18:54:38.928Z | Compiling tokio-rustls v0.26.4 |
| 981 | 2026-03-09T18:54:38.928Z | Compiling rustls-platform-verifier v0.6.2 |
| 982 | 2026-03-09T18:54:39.405Z | Compiling hyper-rustls v0.27.7 |
| 983 | 2026-03-09T18:54:40.130Z | Compiling reqwest v0.13.2 |
| 984 | 2026-03-09T18:54:44.769Z | Compiling progenitor-client v0.13.0 |
| 985 | 2026-03-09T18:54:45.573Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 986 | 2026-03-09T18:54:55.072Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 987 | 2026-03-09T18:55:04.986Z | Finished `release` profile [optimized] target(s) in 2m 36s |
| 988 | 2026-03-09T18:55:05.051Z | process exited: duration 233672 ms, exit code 0 |
| |
| 989 | 2026-03-09T18:55:05.058Z | found 0 output files |