|
|
|
| 1 | 2026-05-28T00:40:51.564Z | job assigned to worker 01KSP0C63S4SJR6EF8XYNRTJ1W [factory aws, i-072b2c29f6624db51] (queued for 58 s) |
| |
| 2 | 2026-05-28T00:40:58.423Z | starting task 0: "setup" |
| 3 | 2026-05-28T00:40:58.428Z | ++ uname -s |
| 4 | 2026-05-28T00:40:58.431Z | + kern=SunOS |
| 5 | 2026-05-28T00:40:58.431Z | + build_user=build |
| 6 | 2026-05-28T00:40:58.431Z | + build_uid=12345 |
| 7 | 2026-05-28T00:40:58.431Z | + work_dir=/work |
| 8 | 2026-05-28T00:40:58.431Z | + input_dir=/input |
| 9 | 2026-05-28T00:40:58.431Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T00:40:58.431Z | + case "$kern" in |
| 11 | 2026-05-28T00:40:58.431Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T00:40:58.439Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T00:41:00.446Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T00:41:00.598Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T00:41:00.601Z | + home_fs=zfs |
| 16 | 2026-05-28T00:41:00.601Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T00:41:00.601Z | + mkdir -p /home/build |
| 18 | 2026-05-28T00:41:00.601Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T00:41:02.602Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T00:41:02.605Z | process exited: duration 4181 ms, exit code 0 |
| |
| 21 | 2026-05-28T00:41:02.611Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T00:41:02.615Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T00:41:02.615Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T00:41:02.615Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-28T00:41:02.615Z | * rust toolchain profile = "default" |
| 26 | 2026-05-28T00:41:02.615Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T00:41:02.615Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T00:41:02.618Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T00:41:02.618Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T00:41:02.723Z | info: downloading installer |
| 31 | 2026-05-28T00:41:04.062Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T00:41:04.062Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T00:41:04.062Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T00:41:04.063Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T00:41:04.137Z | info: profile set to default |
| 36 | 2026-05-28T00:41:04.137Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T00:41:04.141Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T00:41:04.206Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T00:41:04.211Z | info: downloading 6 components |
| 40 | 2026-05-28T00:41:18.181Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T00:41:18.181Z | |
| 42 | 2026-05-28T00:41:18.210Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T00:41:18.210Z | |
| 44 | 2026-05-28T00:41:18.210Z | |
| 45 | 2026-05-28T00:41:18.210Z | Rust is installed now. Great! |
| 46 | 2026-05-28T00:41:18.210Z | |
| 47 | 2026-05-28T00:41:18.214Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T00:41:18.214Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T00:41:18.214Z | |
| 50 | 2026-05-28T00:41:18.214Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T00:41:18.214Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T00:41:18.214Z | |
| 53 | 2026-05-28T00:41:18.214Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T00:41:18.214Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T00:41:18.214Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T00:41:18.214Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T00:41:18.214Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T00:41:18.214Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T00:41:18.214Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T00:41:18.214Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T00:41:18.214Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T00:41:18.310Z | + rustup --version |
| 63 | 2026-05-28T00:41:18.319Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T00:41:18.322Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T00:41:18.341Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T00:41:18.344Z | + cargo --version |
| 67 | 2026-05-28T00:41:18.356Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T00:41:18.360Z | + rustc --version |
| 69 | 2026-05-28T00:41:18.378Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T00:41:18.382Z | process exited: duration 15769 ms, exit code 0 |
| |
| 71 | 2026-05-28T00:41:18.388Z | starting task 2: "authentication" |
| 72 | 2026-05-28T00:41:18.405Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T00:41:18.411Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T00:41:18.415Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T00:41:18.418Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T00:41:18.453Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T00:41:28.431Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T00:41:28.434Z | + git fetch origin f331e2d2335f7c3da6b6223f64736f3d5f2f860a |
| 79 | 2026-05-28T00:41:28.687Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T00:41:28.687Z | * branch f331e2d2335f7c3da6b6223f64736f3d5f2f860a -> FETCH_HEAD |
| 81 | 2026-05-28T00:41:28.696Z | + [[ -n ry/opte-984 ]] |
| 82 | 2026-05-28T00:41:28.699Z | ++ git branch --show-current |
| 83 | 2026-05-28T00:41:28.699Z | + current=main |
| 84 | 2026-05-28T00:41:28.699Z | + [[ main != ry/opte-984 ]] |
| 85 | 2026-05-28T00:41:28.700Z | + git branch -f ry/opte-984 f331e2d2335f7c3da6b6223f64736f3d5f2f860a |
| 86 | 2026-05-28T00:41:28.703Z | + git checkout -f ry/opte-984 |
| 87 | 2026-05-28T00:41:28.931Z | Switched to branch 'ry/opte-984' |
| 88 | 2026-05-28T00:41:28.935Z | + git reset --hard f331e2d2335f7c3da6b6223f64736f3d5f2f860a |
| 89 | 2026-05-28T00:41:29.166Z | HEAD is now at f331e2d23 kyle's review feedback |
| 90 | 2026-05-28T00:41:29.169Z | process exited: duration 10755 ms, exit code 0 |
| |
| 91 | 2026-05-28T00:41:29.175Z | starting task 4: "build" |
| 92 | 2026-05-28T00:41:29.179Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T00:41:29.182Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T00:41:29.182Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T00:41:29.182Z | + cargo --version |
| 96 | 2026-05-28T00:41:29.189Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T00:41:29.192Z | + rustc --version |
| 98 | 2026-05-28T00:41:29.212Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T00:41:29.216Z | + cd /tmp |
| 100 | 2026-05-28T00:41:29.216Z | + cargo new --lib test-project |
| 101 | 2026-05-28T00:41:29.233Z | Creating library `test-project` package |
| 102 | 2026-05-28T00:41:29.271Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-05-28T00:41:29.275Z | + cd test-project |
| 104 | 2026-05-28T00:41:29.275Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-05-28T00:41:29.292Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-05-28T00:41:29.295Z | Features: |
| 107 | 2026-05-28T00:41:29.295Z | - proptest |
| 108 | 2026-05-28T00:41:29.295Z | - test-strategy |
| 109 | 2026-05-28T00:41:29.295Z | - testing |
| 110 | 2026-05-28T00:41:29.314Z | Updating crates.io index |
| 111 | 2026-05-28T00:41:29.352Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-05-28T00:41:30.033Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-05-28T00:41:30.837Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-05-28T00:41:31.283Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-05-28T00:41:33.610Z | Locking 392 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-05-28T00:41:33.613Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-05-28T00:41:33.728Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-05-28T00:41:33.731Z | + cargo check |
| 119 | 2026-05-28T00:41:33.845Z | Updating crates.io index |
| 120 | 2026-05-28T00:41:34.718Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-05-28T00:41:34.719Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-05-28T00:41:34.746Z | Downloading crates ... |
| 123 | 2026-05-28T00:41:34.819Z | Downloaded block-buffer v0.10.4 |
| 124 | 2026-05-28T00:41:34.828Z | Downloaded idna_adapter v1.2.1 |
| 125 | 2026-05-28T00:41:34.832Z | Downloaded ident_case v1.0.1 |
| 126 | 2026-05-28T00:41:34.832Z | Downloaded match_cfg v0.1.0 |
| 127 | 2026-05-28T00:41:34.834Z | Downloaded crypto-common v0.1.7 |
| 128 | 2026-05-28T00:41:34.837Z | Downloaded crc32fast v1.5.0 |
| 129 | 2026-05-28T00:41:34.837Z | Downloaded bit-set v0.8.0 |
| 130 | 2026-05-28T00:41:34.840Z | Downloaded macaddr v1.0.1 |
| 131 | 2026-05-28T00:41:34.840Z | Downloaded darling v0.21.3 |
| 132 | 2026-05-28T00:41:34.843Z | Downloaded lru-slab v0.1.2 |
| 133 | 2026-05-28T00:41:34.846Z | Downloaded futures v0.3.32 |
| 134 | 2026-05-28T00:41:34.846Z | Downloaded pretty-hex v0.4.1 |
| 135 | 2026-05-28T00:41:34.849Z | Downloaded daft-derive v0.1.7 |
| 136 | 2026-05-28T00:41:34.852Z | Downloaded log v0.4.29 |
| 137 | 2026-05-28T00:41:34.852Z | Downloaded debug-ignore v1.0.5 |
| 138 | 2026-05-28T00:41:34.855Z | Downloaded darling_macro v0.21.3 |
| 139 | 2026-05-28T00:41:34.855Z | Downloaded flate2 v1.1.9 |
| 140 | 2026-05-28T00:41:34.858Z | Downloaded rand_chacha v0.9.0 |
| 141 | 2026-05-28T00:41:34.858Z | Downloaded rustversion v1.0.22 |
| 142 | 2026-05-28T00:41:34.858Z | Downloaded icu_normalizer v2.1.1 |
| 143 | 2026-05-28T00:41:34.862Z | Downloaded getrandom v0.2.17 |
| 144 | 2026-05-28T00:41:34.862Z | Downloaded quinn-udp v0.5.14 |
| 145 | 2026-05-28T00:41:34.865Z | Downloaded futures-io v0.3.32 |
| 146 | 2026-05-28T00:41:34.865Z | Downloaded deranged v0.5.8 |
| 147 | 2026-05-28T00:41:34.865Z | Downloaded crossbeam-channel v0.5.15 |
| 148 | 2026-05-28T00:41:34.868Z | Downloaded crossbeam-utils v0.8.21 |
| 149 | 2026-05-28T00:41:34.871Z | Downloaded idna v1.1.0 |
| 150 | 2026-05-28T00:41:34.874Z | Downloaded pin-utils v0.1.0 |
| 151 | 2026-05-28T00:41:34.874Z | Downloaded daft v0.1.7 |
| 152 | 2026-05-28T00:41:34.874Z | Downloaded memchr v2.8.0 |
| 153 | 2026-05-28T00:41:34.877Z | Downloaded futures-sink v0.3.32 |
| 154 | 2026-05-28T00:41:34.877Z | Downloaded cfg_aliases v0.2.1 |
| 155 | 2026-05-28T00:41:34.877Z | Downloaded atomic-waker v1.1.2 |
| 156 | 2026-05-28T00:41:34.881Z | Downloaded adler2 v2.0.1 |
| 157 | 2026-05-28T00:41:34.881Z | Downloaded serde_path_to_error v0.1.20 |
| 158 | 2026-05-28T00:41:34.881Z | Downloaded proc-macro2 v1.0.106 |
| 159 | 2026-05-28T00:41:34.885Z | Downloaded httpdate v1.0.3 |
| 160 | 2026-05-28T00:41:34.885Z | Downloaded form_urlencoded v1.2.2 |
| 161 | 2026-05-28T00:41:34.885Z | Downloaded lock_api v0.4.14 |
| 162 | 2026-05-28T00:41:34.888Z | Downloaded getrandom v0.4.1 |
| 163 | 2026-05-28T00:41:34.888Z | Downloaded quick-error v1.2.3 |
| 164 | 2026-05-28T00:41:34.888Z | Downloaded num-conv v0.2.0 |
| 165 | 2026-05-28T00:41:34.892Z | Downloaded futures-macro v0.3.32 |
| 166 | 2026-05-28T00:41:34.892Z | Downloaded async-stream v0.3.6 |
| 167 | 2026-05-28T00:41:34.892Z | Downloaded quote v1.0.45 |
| 168 | 2026-05-28T00:41:34.896Z | Downloaded bit-vec v0.8.0 |
| 169 | 2026-05-28T00:41:34.899Z | Downloaded progenitor-client v0.14.0 |
| 170 | 2026-05-28T00:41:34.899Z | Downloaded powerfmt v0.2.0 |
| 171 | 2026-05-28T00:41:34.904Z | Downloaded percent-encoding v2.3.2 |
| 172 | 2026-05-28T00:41:34.904Z | Downloaded progenitor-client v0.10.0 |
| 173 | 2026-05-28T00:41:34.904Z | Downloaded fnv v1.0.7 |
| 174 | 2026-05-28T00:41:34.908Z | Downloaded instant v0.1.13 |
| 175 | 2026-05-28T00:41:34.912Z | Downloaded futures-executor v0.3.32 |
| 176 | 2026-05-28T00:41:34.916Z | Downloaded async-trait v0.1.89 |
| 177 | 2026-05-28T00:41:34.919Z | Downloaded ref-cast-impl v1.0.25 |
| 178 | 2026-05-28T00:41:34.919Z | Downloaded memmap2 v0.9.10 |
| 179 | 2026-05-28T00:41:34.919Z | Downloaded itoa v1.0.17 |
| 180 | 2026-05-28T00:41:34.919Z | Downloaded jobserver v0.1.34 |
| 181 | 2026-05-28T00:41:34.924Z | Downloaded rustc-hash v2.1.1 |
| 182 | 2026-05-28T00:41:34.924Z | Downloaded dyn-clone v1.0.20 |
| 183 | 2026-05-28T00:41:34.924Z | Downloaded dtrace-parser v0.3.0 |
| 184 | 2026-05-28T00:41:34.924Z | Downloaded ipnetwork v0.21.1 |
| 185 | 2026-05-28T00:41:34.927Z | Downloaded openssl-probe v0.2.1 |
| 186 | 2026-05-28T00:41:34.927Z | Downloaded derive-ex v0.1.8 |
| 187 | 2026-05-28T00:41:34.927Z | Downloaded rand_xorshift v0.4.0 |
| 188 | 2026-05-28T00:41:34.927Z | Downloaded rand_chacha v0.3.1 |
| 189 | 2026-05-28T00:41:34.927Z | Downloaded plain v0.2.3 |
| 190 | 2026-05-28T00:41:34.930Z | Downloaded http-body-util v0.1.3 |
| 191 | 2026-05-28T00:41:34.930Z | Downloaded darling_core v0.21.3 |
| 192 | 2026-05-28T00:41:34.933Z | Downloaded num_threads v0.1.7 |
| 193 | 2026-05-28T00:41:34.936Z | Downloaded mime v0.3.17 |
| 194 | 2026-05-28T00:41:34.936Z | Downloaded is-terminal v0.4.17 |
| 195 | 2026-05-28T00:41:34.936Z | Downloaded heck v0.5.0 |
| 196 | 2026-05-28T00:41:34.936Z | Downloaded futures-core v0.3.32 |
| 197 | 2026-05-28T00:41:34.940Z | Downloaded structmeta v0.3.0 |
| 198 | 2026-05-28T00:41:34.940Z | Downloaded hostname v0.4.2 |
| 199 | 2026-05-28T00:41:34.940Z | Downloaded generic-array v0.14.7 |
| 200 | 2026-05-28T00:41:34.943Z | Downloaded fastrand v2.3.0 |
| 201 | 2026-05-28T00:41:34.943Z | Downloaded dunce v1.0.5 |
| 202 | 2026-05-28T00:41:34.943Z | Downloaded futures-task v0.3.32 |
| 203 | 2026-05-28T00:41:34.943Z | Downloaded scroll_derive v0.13.1 |
| 204 | 2026-05-28T00:41:34.943Z | Downloaded parse-display v0.10.0 |
| 205 | 2026-05-28T00:41:34.946Z | Downloaded cfg-if v1.0.4 |
| 206 | 2026-05-28T00:41:34.946Z | Downloaded autocfg v1.5.0 |
| 207 | 2026-05-28T00:41:34.950Z | Downloaded fs_extra v1.3.0 |
| 208 | 2026-05-28T00:41:34.953Z | Downloaded equivalent v1.0.2 |
| 209 | 2026-05-28T00:41:34.953Z | Downloaded ref-cast v1.0.25 |
| 210 | 2026-05-28T00:41:34.956Z | Downloaded cpufeatures v0.2.17 |
| 211 | 2026-05-28T00:41:34.957Z | Downloaded compression-core v0.4.31 |
| 212 | 2026-05-28T00:41:34.960Z | Downloaded errno v0.3.14 |
| 213 | 2026-05-28T00:41:34.960Z | Downloaded async-stream-impl v0.3.6 |
| 214 | 2026-05-28T00:41:34.960Z | Downloaded dof v0.4.0 |
| 215 | 2026-05-28T00:41:34.960Z | Downloaded rustls-pemfile v2.2.0 |
| 216 | 2026-05-28T00:41:34.972Z | Downloaded omicron-workspace-hack v0.1.0 |
| 217 | 2026-05-28T00:41:34.972Z | Downloaded hex v0.4.3 |
| 218 | 2026-05-28T00:41:34.972Z | Downloaded http-body v1.0.1 |
| 219 | 2026-05-28T00:41:34.972Z | Downloaded scroll v0.13.0 |
| 220 | 2026-05-28T00:41:34.973Z | Downloaded pin-project-lite v0.2.17 |
| 221 | 2026-05-28T00:41:34.976Z | Downloaded miniz_oxide v0.8.9 |
| 222 | 2026-05-28T00:41:34.976Z | Downloaded hostname v0.3.1 |
| 223 | 2026-05-28T00:41:34.976Z | Downloaded serde_spanned v1.0.4 |
| 224 | 2026-05-28T00:41:34.979Z | Downloaded paste v1.0.15 |
| 225 | 2026-05-28T00:41:34.983Z | Downloaded multer v3.1.0 |
| 226 | 2026-05-28T00:41:34.986Z | Downloaded sha1 v0.10.6 |
| 227 | 2026-05-28T00:41:34.986Z | Downloaded strum v0.26.3 |
| 228 | 2026-05-28T00:41:34.989Z | Downloaded serde_urlencoded v0.7.1 |
| 229 | 2026-05-28T00:41:34.989Z | Downloaded slog-bunyan v2.5.0 |
| 230 | 2026-05-28T00:41:34.993Z | Downloaded iana-time-zone v0.1.65 |
| 231 | 2026-05-28T00:41:34.993Z | Downloaded subtle v2.6.1 |
| 232 | 2026-05-28T00:41:34.998Z | Downloaded erased-serde v0.3.31 |
| 233 | 2026-05-28T00:41:34.998Z | Downloaded hyper-rustls v0.27.7 |
| 234 | 2026-05-28T00:41:34.998Z | Downloaded tinyvec_macros v0.1.1 |
| 235 | 2026-05-28T00:41:34.998Z | Downloaded serde_derive_internals v0.29.1 |
| 236 | 2026-05-28T00:41:35.003Z | Downloaded progenitor-extras v0.2.0 |
| 237 | 2026-05-28T00:41:35.003Z | Downloaded displaydoc v0.2.5 |
| 238 | 2026-05-28T00:41:35.003Z | Downloaded byteorder v1.5.0 |
| 239 | 2026-05-28T00:41:35.038Z | Downloaded scopeguard v1.2.0 |
| 240 | 2026-05-28T00:41:35.038Z | Downloaded potential_utf v0.1.4 |
| 241 | 2026-05-28T00:41:35.038Z | Downloaded rusty-fork v0.3.1 |
| 242 | 2026-05-28T00:41:35.038Z | Downloaded structmeta-derive v0.3.0 |
| 243 | 2026-05-28T00:41:35.038Z | Downloaded strsim v0.11.1 |
| 244 | 2026-05-28T00:41:35.038Z | Downloaded thread-id v5.1.0 |
| 245 | 2026-05-28T00:41:35.038Z | Downloaded strum v0.27.2 |
| 246 | 2026-05-28T00:41:35.038Z | Downloaded rand_core v0.6.4 |
| 247 | 2026-05-28T00:41:35.038Z | Downloaded time-core v0.1.8 |
| 248 | 2026-05-28T00:41:35.038Z | Downloaded take_mut v0.2.2 |
| 249 | 2026-05-28T00:41:35.038Z | Downloaded stable_deref_trait v1.2.1 |
| 250 | 2026-05-28T00:41:35.038Z | Downloaded icu_provider v2.1.1 |
| 251 | 2026-05-28T00:41:35.038Z | Downloaded bitflags v2.11.0 |
| 252 | 2026-05-28T00:41:35.038Z | Downloaded parse-display-derive v0.10.0 |
| 253 | 2026-05-28T00:41:35.038Z | Downloaded cc v1.2.56 |
| 254 | 2026-05-28T00:41:35.039Z | Downloaded backon v1.6.0 |
| 255 | 2026-05-28T00:41:35.039Z | Downloaded sync_wrapper v1.0.2 |
| 256 | 2026-05-28T00:41:35.039Z | Downloaded newtype-uuid v1.3.2 |
| 257 | 2026-05-28T00:41:35.039Z | Downloaded cmake v0.1.57 |
| 258 | 2026-05-28T00:41:35.039Z | Downloaded signal-hook-registry v1.4.8 |
| 259 | 2026-05-28T00:41:35.039Z | Downloaded schemars_derive v0.8.22 |
| 260 | 2026-05-28T00:41:35.039Z | Downloaded tower-service v0.3.3 |
| 261 | 2026-05-28T00:41:35.039Z | Downloaded rustls-native-certs v0.8.3 |
| 262 | 2026-05-28T00:41:35.040Z | Downloaded compression-codecs v0.4.37 |
| 263 | 2026-05-28T00:41:35.040Z | Downloaded tower-layer v0.3.3 |
| 264 | 2026-05-28T00:41:35.040Z | Downloaded newtype-uuid-macros v0.1.0 |
| 265 | 2026-05-28T00:41:35.040Z | Downloaded parking_lot v0.12.5 |
| 266 | 2026-05-28T00:41:35.046Z | Downloaded foldhash v0.2.0 |
| 267 | 2026-05-28T00:41:35.047Z | Downloaded semver v1.0.28 |
| 268 | 2026-05-28T00:41:35.047Z | Downloaded rand_core v0.9.5 |
| 269 | 2026-05-28T00:41:35.047Z | Downloaded ipnet v2.11.0 |
| 270 | 2026-05-28T00:41:35.047Z | Downloaded slog-async v2.8.0 |
| 271 | 2026-05-28T00:41:35.052Z | Downloaded thiserror v1.0.69 |
| 272 | 2026-05-28T00:41:35.052Z | Downloaded sha2 v0.10.9 |
| 273 | 2026-05-28T00:41:35.052Z | Downloaded usdt-attr-macro v0.6.0 |
| 274 | 2026-05-28T00:41:35.052Z | Downloaded unarray v0.1.4 |
| 275 | 2026-05-28T00:41:35.052Z | Downloaded utf8_iter v1.0.4 |
| 276 | 2026-05-28T00:41:35.052Z | Downloaded rustls-pki-types v1.14.0 |
| 277 | 2026-05-28T00:41:35.055Z | Downloaded waitgroup v0.1.2 |
| 278 | 2026-05-28T00:41:35.055Z | Downloaded wait-timeout v0.2.1 |
| 279 | 2026-05-28T00:41:35.055Z | Downloaded once_cell v1.21.3 |
| 280 | 2026-05-28T00:41:35.058Z | Downloaded version_check v0.9.5 |
| 281 | 2026-05-28T00:41:35.058Z | Downloaded try-lock v0.2.5 |
| 282 | 2026-05-28T00:41:35.058Z | Downloaded litemap v0.8.1 |
| 283 | 2026-05-28T00:41:35.058Z | Downloaded usdt-macro v0.6.0 |
| 284 | 2026-05-28T00:41:35.061Z | Downloaded want v0.3.1 |
| 285 | 2026-05-28T00:41:35.064Z | Downloaded strum_macros v0.27.2 |
| 286 | 2026-05-28T00:41:35.067Z | Downloaded slab v0.4.12 |
| 287 | 2026-05-28T00:41:35.067Z | Downloaded serde_tokenstream v0.2.3 |
| 288 | 2026-05-28T00:41:35.067Z | Downloaded untrusted v0.9.0 |
| 289 | 2026-05-28T00:41:35.067Z | Downloaded shlex v1.3.0 |
| 290 | 2026-05-28T00:41:35.071Z | Downloaded backoff v0.4.0 |
| 291 | 2026-05-28T00:41:35.071Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-05-28T00:41:35.071Z | Downloaded httparse v1.10.1 |
| 293 | 2026-05-28T00:41:35.074Z | Downloaded zerofrom v0.1.6 |
| 294 | 2026-05-28T00:41:35.074Z | Downloaded simd-adler32 v0.3.8 |
| 295 | 2026-05-28T00:41:35.074Z | Downloaded base64 v0.22.1 |
| 296 | 2026-05-28T00:41:35.077Z | Downloaded thiserror-impl v2.0.18 |
| 297 | 2026-05-28T00:41:35.080Z | Downloaded time-macros v0.2.27 |
| 298 | 2026-05-28T00:41:35.080Z | Downloaded zerofrom-derive v0.1.6 |
| 299 | 2026-05-28T00:41:35.080Z | Downloaded thread_local v1.1.9 |
| 300 | 2026-05-28T00:41:35.083Z | Downloaded thiserror v2.0.18 |
| 301 | 2026-05-28T00:41:35.086Z | Downloaded synstructure v0.13.2 |
| 302 | 2026-05-28T00:41:35.086Z | Downloaded ppv-lite86 v0.2.21 |
| 303 | 2026-05-28T00:41:35.086Z | Downloaded tokio-rustls v0.25.0 |
| 304 | 2026-05-28T00:41:35.089Z | Downloaded find-msvc-tools v0.1.9 |
| 305 | 2026-05-28T00:41:35.092Z | Downloaded parking_lot_core v0.9.12 |
| 306 | 2026-05-28T00:41:35.095Z | Downloaded slog-json v2.6.1 |
| 307 | 2026-05-28T00:41:35.095Z | Downloaded pest_generator v2.8.6 |
| 308 | 2026-05-28T00:41:35.098Z | Downloaded tokio-macros v2.7.0 |
| 309 | 2026-05-28T00:41:35.099Z | Downloaded tinystr v0.8.2 |
| 310 | 2026-05-28T00:41:35.101Z | Downloaded num-traits v0.2.19 |
| 311 | 2026-05-28T00:41:35.101Z | Downloaded camino v1.2.2 |
| 312 | 2026-05-28T00:41:35.104Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 313 | 2026-05-28T00:41:35.104Z | Downloaded futures-channel v0.3.32 |
| 314 | 2026-05-28T00:41:35.104Z | Downloaded either v1.15.0 |
| 315 | 2026-05-28T00:41:35.104Z | Downloaded pest_derive v2.8.6 |
| 316 | 2026-05-28T00:41:35.107Z | Downloaded digest v0.10.7 |
| 317 | 2026-05-28T00:41:35.107Z | Downloaded usdt v0.6.0 |
| 318 | 2026-05-28T00:41:35.110Z | Downloaded mio v1.2.0 |
| 319 | 2026-05-28T00:41:35.114Z | Downloaded smallvec v1.15.1 |
| 320 | 2026-05-28T00:41:35.117Z | Downloaded writeable v0.6.2 |
| 321 | 2026-05-28T00:41:35.117Z | Downloaded strum_macros v0.26.4 |
| 322 | 2026-05-28T00:41:35.117Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 323 | 2026-05-28T00:41:35.117Z | Downloaded spin v0.9.8 |
| 324 | 2026-05-28T00:41:35.121Z | Downloaded serde_with_macros v3.17.0 |
| 325 | 2026-05-28T00:41:35.121Z | Downloaded zeroize v1.8.2 |
| 326 | 2026-05-28T00:41:35.121Z | Downloaded rustls-platform-verifier v0.6.2 |
| 327 | 2026-05-28T00:41:35.124Z | Downloaded yoke v0.8.1 |
| 328 | 2026-05-28T00:41:35.124Z | Downloaded slog-term v2.9.2 |
| 329 | 2026-05-28T00:41:35.127Z | Downloaded tempfile v3.25.0 |
| 330 | 2026-05-28T00:41:35.127Z | Downloaded zerovec-derive v0.11.2 |
| 331 | 2026-05-28T00:41:35.127Z | Downloaded thiserror-impl v1.0.69 |
| 332 | 2026-05-28T00:41:35.127Z | Downloaded oxnet v0.1.5 |
| 333 | 2026-05-28T00:41:35.130Z | Downloaded anyhow v1.0.102 |
| 334 | 2026-05-28T00:41:35.135Z | Downloaded term v1.2.1 |
| 335 | 2026-05-28T00:41:35.135Z | Downloaded ryu v1.0.23 |
| 336 | 2026-05-28T00:41:35.138Z | Downloaded getrandom v0.3.4 |
| 337 | 2026-05-28T00:41:35.148Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-05-28T00:41:35.151Z | Downloaded usdt-impl v0.6.0 |
| 339 | 2026-05-28T00:41:35.151Z | Downloaded hyper v1.8.1 |
| 340 | 2026-05-28T00:41:35.154Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 341 | 2026-05-28T00:41:35.158Z | Downloaded serde_derive v1.0.228 |
| 342 | 2026-05-28T00:41:35.158Z | Downloaded async-compression v0.4.41 |
| 343 | 2026-05-28T00:41:35.162Z | Downloaded serde_core v1.0.228 |
| 344 | 2026-05-28T00:41:35.162Z | Downloaded allocator-api2 v0.2.21 |
| 345 | 2026-05-28T00:41:35.165Z | Downloaded test-strategy v0.4.5 |
| 346 | 2026-05-28T00:41:35.168Z | Downloaded tokio-rustls v0.26.4 |
| 347 | 2026-05-28T00:41:35.168Z | Downloaded socket2 v0.6.3 |
| 348 | 2026-05-28T00:41:35.168Z | Downloaded slog v2.8.2 |
| 349 | 2026-05-28T00:41:35.173Z | Downloaded schemars v0.8.22 |
| 350 | 2026-05-28T00:41:35.179Z | Downloaded icu_properties v2.1.2 |
| 351 | 2026-05-28T00:41:35.182Z | Downloaded bytes v1.11.1 |
| 352 | 2026-05-28T00:41:35.185Z | Downloaded uuid v1.23.0 |
| 353 | 2026-05-28T00:41:35.185Z | Downloaded icu_normalizer_data v2.1.1 |
| 354 | 2026-05-28T00:41:35.188Z | Downloaded icu_locale_core v2.1.1 |
| 355 | 2026-05-28T00:41:35.191Z | Downloaded tracing-core v0.1.36 |
| 356 | 2026-05-28T00:41:35.191Z | Downloaded tinyvec v1.10.0 |
| 357 | 2026-05-28T00:41:35.194Z | Downloaded rand v0.8.6 |
| 358 | 2026-05-28T00:41:35.194Z | Downloaded dropshot_endpoint v0.17.0 |
| 359 | 2026-05-28T00:41:35.198Z | Downloaded unicode-ident v1.0.24 |
| 360 | 2026-05-28T00:41:35.206Z | Downloaded icu_collections v2.1.1 |
| 361 | 2026-05-28T00:41:35.208Z | Downloaded quinn v0.11.9 |
| 362 | 2026-05-28T00:41:35.211Z | Downloaded zerotrie v0.2.3 |
| 363 | 2026-05-28T00:41:35.215Z | Downloaded zmij v1.0.21 |
| 364 | 2026-05-28T00:41:35.215Z | Downloaded rustls-webpki v0.103.9 |
| 365 | 2026-05-28T00:41:35.215Z | Downloaded http v1.4.0 |
| 366 | 2026-05-28T00:41:35.218Z | Downloaded pest_meta v2.8.6 |
| 367 | 2026-05-28T00:41:35.218Z | Downloaded hyper-util v0.1.20 |
| 368 | 2026-05-28T00:41:35.221Z | Downloaded serde v1.0.228 |
| 369 | 2026-05-28T00:41:35.224Z | Downloaded rand v0.9.2 |
| 370 | 2026-05-28T00:41:35.227Z | Downloaded typenum v1.19.0 |
| 371 | 2026-05-28T00:41:35.227Z | Downloaded tower v0.5.3 |
| 372 | 2026-05-28T00:41:35.236Z | Downloaded indexmap v2.14.0 |
| 373 | 2026-05-28T00:41:35.239Z | Downloaded zerocopy-derive v0.8.40 |
| 374 | 2026-05-28T00:41:35.243Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 375 | 2026-05-28T00:41:35.247Z | Downloaded url v2.5.8 |
| 376 | 2026-05-28T00:41:35.268Z | Downloaded h2 v0.4.13 |
| 377 | 2026-05-28T00:41:35.271Z | Downloaded pest v2.8.6 |
| 378 | 2026-05-28T00:41:35.277Z | Downloaded iddqd v0.4.1 |
| 379 | 2026-05-28T00:41:35.277Z | Downloaded tower-http v0.6.8 |
| 380 | 2026-05-28T00:41:35.281Z | Downloaded icu_properties_data v2.1.2 |
| 381 | 2026-05-28T00:41:35.286Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-05-28T00:41:35.289Z | Downloaded aho-corasick v1.1.4 |
| 383 | 2026-05-28T00:41:35.292Z | Downloaded hashbrown v0.16.1 |
| 384 | 2026-05-28T00:41:35.297Z | Downloaded futures-util v0.3.32 |
| 385 | 2026-05-28T00:41:35.301Z | Downloaded serde_with v3.17.0 |
| 386 | 2026-05-28T00:41:35.307Z | Downloaded iri-string v0.7.10 |
| 387 | 2026-05-28T00:41:35.311Z | Downloaded aws-lc-rs v1.16.3 |
| 388 | 2026-05-28T00:41:35.316Z | Downloaded zerovec v0.11.5 |
| 389 | 2026-05-28T00:41:35.320Z | Downloaded reqwest v0.13.2 |
| 390 | 2026-05-28T00:41:35.323Z | Downloaded tokio-util v0.7.18 |
| 391 | 2026-05-28T00:41:35.328Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-05-28T00:41:35.331Z | Downloaded reqwest v0.12.28 |
| 393 | 2026-05-28T00:41:35.334Z | Downloaded regex v1.12.3 |
| 394 | 2026-05-28T00:41:35.337Z | Downloaded goblin v0.10.5 |
| 395 | 2026-05-28T00:41:35.340Z | Downloaded itertools v0.14.0 |
| 396 | 2026-05-28T00:41:35.343Z | Downloaded chrono v0.4.44 |
| 397 | 2026-05-28T00:41:35.355Z | Downloaded dropshot v0.17.0 |
| 398 | 2026-05-28T00:41:35.377Z | Downloaded rustls-webpki v0.102.8 |
| 399 | 2026-05-28T00:41:35.389Z | Downloaded proptest v1.10.0 |
| 400 | 2026-05-28T00:41:35.395Z | Downloaded winnow v0.7.14 |
| 401 | 2026-05-28T00:41:35.403Z | Downloaded quinn-proto v0.11.13 |
| 402 | 2026-05-28T00:41:35.417Z | Downloaded time v0.3.47 |
| 403 | 2026-05-28T00:41:35.423Z | Downloaded regress v0.10.5 |
| 404 | 2026-05-28T00:41:35.443Z | Downloaded zerocopy v0.8.40 |
| 405 | 2026-05-28T00:41:35.456Z | Downloaded syn v2.0.117 |
| 406 | 2026-05-28T00:41:35.462Z | Downloaded rustls v0.23.37 |
| 407 | 2026-05-28T00:41:35.468Z | Downloaded tokio v1.52.1 |
| 408 | 2026-05-28T00:41:35.489Z | Downloaded regex-syntax v0.8.10 |
| 409 | 2026-05-28T00:41:35.493Z | Downloaded openapiv3 v2.2.0 |
| 410 | 2026-05-28T00:41:35.498Z | Downloaded rustls v0.22.4 |
| 411 | 2026-05-28T00:41:35.512Z | Downloaded rustix v1.1.3 |
| 412 | 2026-05-28T00:41:35.531Z | Downloaded tracing v0.1.44 |
| 413 | 2026-05-28T00:41:35.558Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-05-28T00:41:35.565Z | Downloaded encoding_rs v0.8.35 |
| 415 | 2026-05-28T00:41:35.584Z | Downloaded libc v0.2.185 |
| 416 | 2026-05-28T00:41:35.628Z | Downloaded ring v0.17.14 |
| 417 | 2026-05-28T00:41:36.107Z | Downloaded aws-lc-sys v0.40.0 |
| 418 | 2026-05-28T00:41:36.301Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-05-28T00:41:36.302Z | Compiling quote v1.0.45 |
| 420 | 2026-05-28T00:41:36.302Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-05-28T00:41:36.305Z | Compiling libc v0.2.185 |
| 422 | 2026-05-28T00:41:36.305Z | Checking cfg-if v1.0.4 |
| 423 | 2026-05-28T00:41:36.305Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-28T00:41:36.305Z | Checking memchr v2.8.0 |
| 425 | 2026-05-28T00:41:36.305Z | Checking itoa v1.0.17 |
| 426 | 2026-05-28T00:41:36.489Z | Compiling serde v1.0.228 |
| 427 | 2026-05-28T00:41:36.554Z | Compiling zmij v1.0.21 |
| 428 | 2026-05-28T00:41:36.566Z | Compiling serde_json v1.0.149 |
| 429 | 2026-05-28T00:41:36.812Z | Checking pin-project-lite v0.2.17 |
| 430 | 2026-05-28T00:41:36.820Z | Checking smallvec v1.15.1 |
| 431 | 2026-05-28T00:41:36.825Z | Compiling shlex v1.3.0 |
| 432 | 2026-05-28T00:41:36.929Z | Compiling find-msvc-tools v0.1.9 |
| 433 | 2026-05-28T00:41:37.000Z | Checking bytes v1.11.1 |
| 434 | 2026-05-28T00:41:37.050Z | Compiling parking_lot_core v0.9.12 |
| 435 | 2026-05-28T00:41:37.136Z | Checking futures-core v0.3.32 |
| 436 | 2026-05-28T00:41:37.159Z | Checking scopeguard v1.2.0 |
| 437 | 2026-05-28T00:41:37.189Z | Checking errno v0.3.14 |
| 438 | 2026-05-28T00:41:37.242Z | Compiling jobserver v0.1.34 |
| 439 | 2026-05-28T00:41:37.252Z | Checking lock_api v0.4.14 |
| 440 | 2026-05-28T00:41:37.255Z | Checking socket2 v0.6.3 |
| 441 | 2026-05-28T00:41:37.292Z | Checking signal-hook-registry v1.4.8 |
| 442 | 2026-05-28T00:41:37.442Z | Compiling cc v1.2.56 |
| 443 | 2026-05-28T00:41:37.445Z | Checking mio v1.2.0 |
| 444 | 2026-05-28T00:41:37.490Z | Checking parking_lot v0.12.5 |
| 445 | 2026-05-28T00:41:37.564Z | Checking once_cell v1.21.3 |
| 446 | 2026-05-28T00:41:37.634Z | Compiling syn v2.0.117 |
| 447 | 2026-05-28T00:41:37.671Z | Checking stable_deref_trait v1.2.1 |
| 448 | 2026-05-28T00:41:37.681Z | Checking futures-sink v0.3.32 |
| 449 | 2026-05-28T00:41:37.720Z | Checking zeroize v1.8.2 |
| 450 | 2026-05-28T00:41:37.728Z | Checking slab v0.4.12 |
| 451 | 2026-05-28T00:41:37.737Z | Compiling autocfg v1.5.0 |
| 452 | 2026-05-28T00:41:37.765Z | Compiling getrandom v0.4.1 |
| 453 | 2026-05-28T00:41:37.847Z | Checking futures-channel v0.3.32 |
| 454 | 2026-05-28T00:41:37.873Z | Compiling thiserror v2.0.18 |
| 455 | 2026-05-28T00:41:38.033Z | Compiling rustversion v1.0.22 |
| 456 | 2026-05-28T00:41:38.044Z | Checking equivalent v1.0.2 |
| 457 | 2026-05-28T00:41:38.087Z | Compiling num-traits v0.2.19 |
| 458 | 2026-05-28T00:41:38.118Z | Checking rustls-pki-types v1.14.0 |
| 459 | 2026-05-28T00:41:38.191Z | Compiling cmake v0.1.57 |
| 460 | 2026-05-28T00:41:38.399Z | Checking http v1.4.0 |
| 461 | 2026-05-28T00:41:38.410Z | Compiling dunce v1.0.5 |
| 462 | 2026-05-28T00:41:38.446Z | Compiling fs_extra v1.3.0 |
| 463 | 2026-05-28T00:41:38.506Z | Compiling zerocopy v0.8.40 |
| 464 | 2026-05-28T00:41:38.531Z | Checking futures-task v0.3.32 |
| 465 | 2026-05-28T00:41:38.658Z | Checking futures-io v0.3.32 |
| 466 | 2026-05-28T00:41:38.752Z | Compiling aws-lc-sys v0.40.0 |
| 467 | 2026-05-28T00:41:38.761Z | Compiling version_check v0.9.5 |
| 468 | 2026-05-28T00:41:38.908Z | Checking untrusted v0.9.0 |
| 469 | 2026-05-28T00:41:38.942Z | Checking fnv v1.0.7 |
| 470 | 2026-05-28T00:41:38.981Z | Checking log v0.4.29 |
| 471 | 2026-05-28T00:41:39.024Z | Checking hashbrown v0.17.0 |
| 472 | 2026-05-28T00:41:39.027Z | Checking writeable v0.6.2 |
| 473 | 2026-05-28T00:41:39.108Z | Checking litemap v0.8.1 |
| 474 | 2026-05-28T00:41:39.184Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-05-28T00:41:39.204Z | Checking iana-time-zone v0.1.65 |
| 476 | 2026-05-28T00:41:39.284Z | Compiling httparse v1.10.1 |
| 477 | 2026-05-28T00:41:39.299Z | Checking http-body v1.0.1 |
| 478 | 2026-05-28T00:41:39.404Z | Compiling pest v2.8.6 |
| 479 | 2026-05-28T00:41:39.414Z | Checking tracing-core v0.1.36 |
| 480 | 2026-05-28T00:41:39.482Z | Checking indexmap v2.14.0 |
| 481 | 2026-05-28T00:41:39.620Z | Compiling icu_properties_data v2.1.2 |
| 482 | 2026-05-28T00:41:39.651Z | Compiling aws-lc-rs v1.16.3 |
| 483 | 2026-05-28T00:41:39.712Z | Compiling icu_normalizer_data v2.1.1 |
| 484 | 2026-05-28T00:41:39.819Z | Compiling schemars v0.8.22 |
| 485 | 2026-05-28T00:41:39.912Z | Checking percent-encoding v2.3.2 |
| 486 | 2026-05-28T00:41:39.928Z | Checking atomic-waker v1.1.2 |
| 487 | 2026-05-28T00:41:40.016Z | Checking bitflags v2.11.0 |
| 488 | 2026-05-28T00:41:40.054Z | Checking tracing v0.1.44 |
| 489 | 2026-05-28T00:41:40.072Z | Checking semver v1.0.28 |
| 490 | 2026-05-28T00:41:40.157Z | Checking uuid v1.23.0 |
| 491 | 2026-05-28T00:41:40.220Z | Checking tower-service v0.3.3 |
| 492 | 2026-05-28T00:41:40.248Z | Checking base64 v0.22.1 |
| 493 | 2026-05-28T00:41:40.259Z | Checking try-lock v0.2.5 |
| 494 | 2026-05-28T00:41:40.297Z | Checking tower-layer v0.3.3 |
| 495 | 2026-05-28T00:41:40.342Z | Compiling synstructure v0.13.2 |
| 496 | 2026-05-28T00:41:40.428Z | Compiling serde_derive_internals v0.29.1 |
| 497 | 2026-05-28T00:41:40.441Z | Compiling pest_meta v2.8.6 |
| 498 | 2026-05-28T00:41:40.479Z | Checking subtle v2.6.1 |
| 499 | 2026-05-28T00:41:40.587Z | Checking dyn-clone v1.0.20 |
| 500 | 2026-05-28T00:41:40.601Z | Checking want v0.3.1 |
| 501 | 2026-05-28T00:41:40.757Z | Compiling slog v2.8.2 |
| 502 | 2026-05-28T00:41:40.771Z | Checking getrandom v0.2.17 |
| 503 | 2026-05-28T00:41:40.791Z | Checking httpdate v1.0.3 |
| 504 | 2026-05-28T00:41:40.823Z | Compiling heck v0.5.0 |
| 505 | 2026-05-28T00:41:40.896Z | Checking pin-utils v0.1.0 |
| 506 | 2026-05-28T00:41:40.923Z | Checking form_urlencoded v1.2.2 |
| 507 | 2026-05-28T00:41:40.966Z | Compiling getrandom v0.3.4 |
| 508 | 2026-05-28T00:41:40.989Z | Compiling pest_generator v2.8.6 |
| 509 | 2026-05-28T00:41:41.015Z | Compiling rustls v0.23.37 |
| 510 | 2026-05-28T00:41:41.131Z | Checking ipnet v2.11.0 |
| 511 | 2026-05-28T00:41:41.203Z | Compiling typenum v1.19.0 |
| 512 | 2026-05-28T00:41:41.284Z | Compiling generic-array v0.14.7 |
| 513 | 2026-05-28T00:41:41.341Z | Compiling ring v0.17.14 |
| 514 | 2026-05-28T00:41:41.442Z | Checking sync_wrapper v1.0.2 |
| 515 | 2026-05-28T00:41:41.528Z | Checking utf8_iter v1.0.4 |
| 516 | 2026-05-28T00:41:41.564Z | Compiling serde_derive v1.0.228 |
| 517 | 2026-05-28T00:41:41.584Z | Compiling zerofrom-derive v0.1.6 |
| 518 | 2026-05-28T00:41:41.634Z | Compiling tokio-macros v2.7.0 |
| 519 | 2026-05-28T00:41:41.688Z | Compiling yoke-derive v0.8.1 |
| 520 | 2026-05-28T00:41:41.711Z | Compiling zerocopy-derive v0.8.40 |
| 521 | 2026-05-28T00:41:41.729Z | Compiling zerovec-derive v0.11.2 |
| 522 | 2026-05-28T00:41:41.820Z | Compiling displaydoc v0.2.5 |
| 523 | 2026-05-28T00:41:42.314Z | Checking tokio v1.52.1 |
| 524 | 2026-05-28T00:41:42.512Z | Compiling futures-macro v0.3.32 |
| 525 | 2026-05-28T00:41:42.642Z | Compiling thiserror-impl v2.0.18 |
| 526 | 2026-05-28T00:41:42.698Z | Checking zerofrom v0.1.6 |
| 527 | 2026-05-28T00:41:42.740Z | Compiling schemars_derive v0.8.22 |
| 528 | 2026-05-28T00:41:42.803Z | Checking yoke v0.8.1 |
| 529 | 2026-05-28T00:41:42.960Z | Checking zerovec v0.11.5 |
| 530 | 2026-05-28T00:41:43.281Z | Checking futures-util v0.3.32 |
| 531 | 2026-05-28T00:41:43.376Z | Checking tinystr v0.8.2 |
| 532 | 2026-05-28T00:41:43.540Z | Checking icu_locale_core v2.1.1 |
| 533 | 2026-05-28T00:41:43.796Z | Checking potential_utf v0.1.4 |
| 534 | 2026-05-28T00:41:43.863Z | Checking zerotrie v0.2.3 |
| 535 | 2026-05-28T00:41:43.912Z | Checking icu_collections v2.1.1 |
| 536 | 2026-05-28T00:41:44.070Z | Compiling pest_derive v2.8.6 |
| 537 | 2026-05-28T00:41:44.093Z | Checking icu_provider v2.1.1 |
| 538 | 2026-05-28T00:41:44.314Z | Checking icu_properties v2.1.2 |
| 539 | 2026-05-28T00:41:44.483Z | Checking chrono v0.4.44 |
| 540 | 2026-05-28T00:41:44.526Z | Checking erased-serde v0.3.31 |
| 541 | 2026-05-28T00:41:44.668Z | Checking icu_normalizer v2.1.1 |
| 542 | 2026-05-28T00:41:44.951Z | Compiling serde_tokenstream v0.2.3 |
| 543 | 2026-05-28T00:41:45.091Z | Checking idna_adapter v1.2.1 |
| 544 | 2026-05-28T00:41:45.190Z | Compiling paste v1.0.15 |
| 545 | 2026-05-28T00:41:45.200Z | Checking ryu v1.0.23 |
| 546 | 2026-05-28T00:41:45.216Z | Checking idna v1.1.0 |
| 547 | 2026-05-28T00:41:45.238Z | Checking tokio-util v0.7.18 |
| 548 | 2026-05-28T00:41:45.316Z | Checking serde_urlencoded v0.7.1 |
| 549 | 2026-05-28T00:41:45.443Z | Checking tower v0.5.3 |
| 550 | 2026-05-28T00:41:45.626Z | Checking h2 v0.4.13 |
| 551 | 2026-05-28T00:41:45.667Z | Checking ppv-lite86 v0.2.21 |
| 552 | 2026-05-28T00:41:45.806Z | Compiling structmeta-derive v0.3.0 |
| 553 | 2026-05-28T00:41:45.875Z | Compiling scroll_derive v0.13.1 |
| 554 | 2026-05-28T00:41:46.433Z | Checking http-body-util v0.1.3 |
| 555 | 2026-05-28T00:41:46.544Z | Compiling rustix v1.1.3 |
| 556 | 2026-05-28T00:41:46.625Z | Checking powerfmt v0.2.0 |
| 557 | 2026-05-28T00:41:46.628Z | Compiling num-conv v0.2.0 |
| 558 | 2026-05-28T00:41:46.767Z | Checking fastrand v2.3.0 |
| 559 | 2026-05-28T00:41:46.778Z | Compiling crc32fast v1.5.0 |
| 560 | 2026-05-28T00:41:46.839Z | Checking iri-string v0.7.10 |
| 561 | 2026-05-28T00:41:46.863Z | Compiling time-core v0.1.8 |
| 562 | 2026-05-28T00:41:46.930Z | Compiling usdt-impl v0.6.0 |
| 563 | 2026-05-28T00:41:47.015Z | Compiling time-macros v0.2.27 |
| 564 | 2026-05-28T00:41:47.288Z | Compiling structmeta v0.3.0 |
| 565 | 2026-05-28T00:41:47.399Z | Checking hyper v1.8.1 |
| 566 | 2026-05-28T00:41:47.470Z | Checking deranged v0.5.8 |
| 567 | 2026-05-28T00:41:47.474Z | Checking scroll v0.13.0 |
| 568 | 2026-05-28T00:41:47.693Z | Checking rand_core v0.9.5 |
| 569 | 2026-05-28T00:41:47.819Z | Checking tower-http v0.6.8 |
| 570 | 2026-05-28T00:41:47.936Z | Compiling dof v0.4.0 |
| 571 | 2026-05-28T00:41:48.053Z | Checking ipnetwork v0.21.1 |
| 572 | 2026-05-28T00:41:48.233Z | Checking url v2.5.8 |
| 573 | 2026-05-28T00:41:48.242Z | Compiling dtrace-parser v0.3.0 |
| 574 | 2026-05-28T00:41:48.253Z | Checking hyper-util v0.1.20 |
| 575 | 2026-05-28T00:41:48.349Z | Compiling thread-id v5.1.0 |
| 576 | 2026-05-28T00:41:48.423Z | Checking num_threads v0.1.7 |
| 577 | 2026-05-28T00:41:48.500Z | Compiling byteorder v1.5.0 |
| 578 | 2026-05-28T00:41:48.590Z | Checking openssl-probe v0.2.1 |
| 579 | 2026-05-28T00:41:48.606Z | Checking plain v0.2.3 |
| 580 | 2026-05-28T00:41:48.683Z | Compiling crossbeam-utils v0.8.21 |
| 581 | 2026-05-28T00:41:48.710Z | Checking regex-syntax v0.8.10 |
| 582 | 2026-05-28T00:41:48.738Z | Checking simd-adler32 v0.3.8 |
| 583 | 2026-05-28T00:41:48.817Z | Compiling ident_case v1.0.1 |
| 584 | 2026-05-28T00:41:48.865Z | Checking adler2 v2.0.1 |
| 585 | 2026-05-28T00:41:48.908Z | Compiling strsim v0.11.1 |
| 586 | 2026-05-28T00:41:48.926Z | Compiling omicron-workspace-hack v0.1.0 |
| 587 | 2026-05-28T00:41:48.956Z | Checking miniz_oxide v0.8.9 |
| 588 | 2026-05-28T00:41:48.980Z | Checking time v0.3.47 |
| 589 | 2026-05-28T00:41:49.130Z | Compiling darling_core v0.21.3 |
| 590 | 2026-05-28T00:41:49.261Z | Checking goblin v0.10.5 |
| 591 | 2026-05-28T00:41:49.277Z | Checking rustls-native-certs v0.8.3 |
| 592 | 2026-05-28T00:41:49.786Z | Checking oxnet v0.1.5 |
| 593 | 2026-05-28T00:41:50.043Z | Checking newtype-uuid v1.3.2 |
| 594 | 2026-05-28T00:41:50.118Z | Compiling daft-derive v0.1.7 |
| 595 | 2026-05-28T00:41:50.199Z | Compiling aho-corasick v1.1.4 |
| 596 | 2026-05-28T00:41:50.219Z | Compiling rustls v0.22.4 |
| 597 | 2026-05-28T00:41:50.560Z | Compiling camino v1.2.2 |
| 598 | 2026-05-28T00:41:50.633Z | Checking pretty-hex v0.4.1 |
| 599 | 2026-05-28T00:41:50.755Z | Checking tempfile v3.25.0 |
| 600 | 2026-05-28T00:41:50.811Z | Checking daft v0.1.7 |
| 601 | 2026-05-28T00:41:50.919Z | Checking rustls-webpki v0.102.8 |
| 602 | 2026-05-28T00:41:51.012Z | Checking flate2 v1.1.9 |
| 603 | 2026-05-28T00:41:51.186Z | Compiling darling_macro v0.21.3 |
| 604 | 2026-05-28T00:41:51.285Z | Checking block-buffer v0.10.4 |
| 605 | 2026-05-28T00:41:51.402Z | Checking crypto-common v0.1.7 |
| 606 | 2026-05-28T00:41:51.515Z | Checking rand_chacha v0.9.0 |
| 607 | 2026-05-28T00:41:51.560Z | Checking rand_core v0.6.4 |
| 608 | 2026-05-28T00:41:51.575Z | Compiling multer v3.1.0 |
| 609 | 2026-05-28T00:41:51.699Z | Checking wait-timeout v0.2.1 |
| 610 | 2026-05-28T00:41:51.753Z | Checking thread_local v1.1.9 |
| 611 | 2026-05-28T00:41:51.778Z | Compiling thiserror v1.0.69 |
| 612 | 2026-05-28T00:41:51.805Z | Compiling regex-automata v0.4.14 |
| 613 | 2026-05-28T00:41:51.903Z | Checking winnow v0.7.14 |
| 614 | 2026-05-28T00:41:52.074Z | Checking bit-vec v0.8.0 |
| 615 | 2026-05-28T00:41:52.253Z | Checking quick-error v1.2.3 |
| 616 | 2026-05-28T00:41:52.321Z | Compiling anyhow v1.0.102 |
| 617 | 2026-05-28T00:41:52.345Z | Checking allocator-api2 v0.2.21 |
| 618 | 2026-05-28T00:41:52.358Z | Compiling ref-cast v1.0.25 |
| 619 | 2026-05-28T00:41:52.422Z | Checking compression-core v0.4.31 |
| 620 | 2026-05-28T00:41:52.535Z | Checking match_cfg v0.1.0 |
| 621 | 2026-05-28T00:41:52.594Z | Compiling slog-async v2.8.0 |
| 622 | 2026-05-28T00:41:52.605Z | Checking foldhash v0.2.0 |
| 623 | 2026-05-28T00:41:52.684Z | Checking hostname v0.3.1 |
| 624 | 2026-05-28T00:41:52.743Z | Checking hashbrown v0.16.1 |
| 625 | 2026-05-28T00:41:52.767Z | Checking compression-codecs v0.4.37 |
| 626 | 2026-05-28T00:41:52.897Z | Checking rusty-fork v0.3.1 |
| 627 | 2026-05-28T00:41:52.921Z | Checking bit-set v0.8.0 |
| 628 | 2026-05-28T00:41:52.967Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 629 | 2026-05-28T00:41:53.113Z | Checking rand_chacha v0.3.1 |
| 630 | 2026-05-28T00:41:53.210Z | Compiling darling v0.21.3 |
| 631 | 2026-05-28T00:41:53.220Z | Checking rand v0.9.2 |
| 632 | 2026-05-28T00:41:53.230Z | Checking crossbeam-channel v0.5.15 |
| 633 | 2026-05-28T00:41:53.269Z | Checking digest v0.10.7 |
| 634 | 2026-05-28T00:41:53.429Z | Compiling regex v1.12.3 |
| 635 | 2026-05-28T00:41:53.524Z | Compiling usdt-attr-macro v0.6.0 |
| 636 | 2026-05-28T00:41:53.544Z | Compiling usdt-macro v0.6.0 |
| 637 | 2026-05-28T00:41:53.653Z | Checking slog-json v2.6.1 |
| 638 | 2026-05-28T00:41:53.796Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-05-28T00:41:53.808Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-05-28T00:41:53.901Z | Checking futures-executor v0.3.32 |
| 641 | 2026-05-28T00:41:54.037Z | Compiling async-stream-impl v0.3.6 |
| 642 | 2026-05-28T00:41:54.141Z | Compiling strum_macros v0.26.4 |
| 643 | 2026-05-28T00:41:54.169Z | Compiling thiserror-impl v1.0.69 |
| 644 | 2026-05-28T00:41:54.191Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 645 | 2026-05-28T00:41:54.300Z | Compiling ref-cast-impl v1.0.25 |
| 646 | 2026-05-28T00:41:54.610Z | Compiling async-trait v0.1.89 |
| 647 | 2026-05-28T00:41:54.621Z | Compiling dropshot v0.17.0 |
| 648 | 2026-05-28T00:41:54.675Z | Checking serde_spanned v1.0.4 |
| 649 | 2026-05-28T00:41:54.808Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 650 | 2026-05-28T00:41:54.830Z | Checking memmap2 v0.9.10 |
| 651 | 2026-05-28T00:41:54.849Z | Checking is-terminal v0.4.17 |
| 652 | 2026-05-28T00:41:54.928Z | Checking encoding_rs v0.8.35 |
| 653 | 2026-05-28T00:41:54.971Z | Checking take_mut v0.2.2 |
| 654 | 2026-05-28T00:41:54.982Z | Checking hex v0.4.3 |
| 655 | 2026-05-28T00:41:55.064Z | Checking unarray v0.1.4 |
| 656 | 2026-05-28T00:41:55.160Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 657 | 2026-05-28T00:41:55.181Z | Checking mime v0.3.17 |
| 658 | 2026-05-28T00:41:55.257Z | Checking cpufeatures v0.2.17 |
| 659 | 2026-05-28T00:41:55.318Z | Checking spin v0.9.8 |
| 660 | 2026-05-28T00:41:55.328Z | Checking term v1.2.1 |
| 661 | 2026-05-28T00:41:55.340Z | Checking toml v1.0.6+spec-1.1.0 |
| 662 | 2026-05-28T00:41:55.414Z | Checking sha1 v0.10.6 |
| 663 | 2026-05-28T00:41:55.521Z | Compiling test-strategy v0.4.5 |
| 664 | 2026-05-28T00:41:55.532Z | Checking slog-term v2.9.2 |
| 665 | 2026-05-28T00:41:55.552Z | Compiling dropshot_endpoint v0.17.0 |
| 666 | 2026-05-28T00:41:55.645Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 667 | 2026-05-28T00:41:55.688Z | Checking strum v0.26.3 |
| 668 | 2026-05-28T00:41:55.766Z | Checking proptest v1.10.0 |
| 669 | 2026-05-28T00:41:55.790Z | Checking usdt v0.6.0 |
| 670 | 2026-05-28T00:41:55.928Z | Checking tokio-rustls v0.25.0 |
| 671 | 2026-05-28T00:41:55.975Z | Checking async-stream v0.3.6 |
| 672 | 2026-05-28T00:41:55.985Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 673 | 2026-05-28T00:41:56.029Z | Compiling parse-display-derive v0.10.0 |
| 674 | 2026-05-28T00:41:56.089Z | Checking futures v0.3.32 |
| 675 | 2026-05-28T00:41:56.103Z | Checking slog-bunyan v2.5.0 |
| 676 | 2026-05-28T00:41:56.156Z | Compiling serde_with_macros v3.17.0 |
| 677 | 2026-05-28T00:41:56.204Z | Checking rand v0.8.6 |
| 678 | 2026-05-28T00:41:56.341Z | Checking async-compression v0.4.41 |
| 679 | 2026-05-28T00:41:56.687Z | Checking reqwest v0.12.28 |
| 680 | 2026-05-28T00:41:56.817Z | Checking backon v1.6.0 |
| 681 | 2026-05-28T00:41:56.867Z | Compiling newtype-uuid-macros v0.1.0 |
| 682 | 2026-05-28T00:41:56.968Z | Checking openapiv3 v2.2.0 |
| 683 | 2026-05-28T00:41:57.123Z | Compiling strum_macros v0.27.2 |
| 684 | 2026-05-28T00:41:57.185Z | Checking waitgroup v0.1.2 |
| 685 | 2026-05-28T00:41:57.208Z | Checking rustls-pemfile v2.2.0 |
| 686 | 2026-05-28T00:41:57.274Z | Checking serde_path_to_error v0.1.20 |
| 687 | 2026-05-28T00:41:57.327Z | Checking hostname v0.4.2 |
| 688 | 2026-05-28T00:41:57.339Z | Checking instant v0.1.13 |
| 689 | 2026-05-28T00:41:57.410Z | Checking debug-ignore v1.0.5 |
| 690 | 2026-05-28T00:41:57.413Z | Checking either v1.15.0 |
| 691 | 2026-05-28T00:41:57.484Z | Checking parse-display v0.10.0 |
| 692 | 2026-05-28T00:41:57.497Z | Checking backoff v0.4.0 |
| 693 | 2026-05-28T00:41:57.526Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 694 | 2026-05-28T00:41:57.587Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 695 | 2026-05-28T00:41:57.597Z | Checking itertools v0.14.0 |
| 696 | 2026-05-28T00:41:57.615Z | Checking progenitor-client v0.10.0 |
| 697 | 2026-05-28T00:41:57.645Z | Checking serde_with v3.17.0 |
| 698 | 2026-05-28T00:41:57.797Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 699 | 2026-05-28T00:41:57.859Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 700 | 2026-05-28T00:41:57.978Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 701 | 2026-05-28T00:41:58.008Z | Checking iddqd v0.4.1 |
| 702 | 2026-05-28T00:41:58.333Z | Checking regress v0.10.5 |
| 703 | 2026-05-28T00:41:58.411Z | Checking macaddr v1.0.1 |
| 704 | 2026-05-28T00:41:58.849Z | Checking strum v0.27.2 |
| 705 | 2026-05-28T00:42:03.107Z | Checking rustls-webpki v0.103.9 |
| 706 | 2026-05-28T00:42:05.178Z | Checking tokio-rustls v0.26.4 |
| 707 | 2026-05-28T00:42:05.178Z | Checking rustls-platform-verifier v0.6.2 |
| 708 | 2026-05-28T00:42:05.351Z | Checking hyper-rustls v0.27.7 |
| 709 | 2026-05-28T00:42:05.483Z | Checking reqwest v0.13.2 |
| 710 | 2026-05-28T00:42:05.981Z | Checking progenitor-client v0.14.0 |
| 711 | 2026-05-28T00:42:06.142Z | Checking progenitor-extras v0.2.0 |
| 712 | 2026-05-28T00:42:06.296Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 713 | 2026-05-28T00:42:09.603Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 714 | 2026-05-28T00:42:09.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.92s |
| 715 | 2026-05-28T00:42:09.781Z | + cargo build --release |
| 716 | 2026-05-28T00:42:09.948Z | Compiling proc-macro2 v1.0.106 |
| 717 | 2026-05-28T00:42:09.948Z | Compiling quote v1.0.45 |
| 718 | 2026-05-28T00:42:09.948Z | Compiling unicode-ident v1.0.24 |
| 719 | 2026-05-28T00:42:09.948Z | Compiling libc v0.2.185 |
| 720 | 2026-05-28T00:42:09.951Z | Compiling cfg-if v1.0.4 |
| 721 | 2026-05-28T00:42:09.951Z | Compiling serde_core v1.0.228 |
| 722 | 2026-05-28T00:42:09.951Z | Compiling memchr v2.8.0 |
| 723 | 2026-05-28T00:42:09.951Z | Compiling itoa v1.0.17 |
| 724 | 2026-05-28T00:42:10.040Z | Compiling zmij v1.0.21 |
| 725 | 2026-05-28T00:42:10.084Z | Compiling serde v1.0.228 |
| 726 | 2026-05-28T00:42:10.215Z | Compiling serde_json v1.0.149 |
| 727 | 2026-05-28T00:42:10.278Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-28T00:42:10.299Z | Compiling smallvec v1.15.1 |
| 729 | 2026-05-28T00:42:10.431Z | Compiling shlex v1.3.0 |
| 730 | 2026-05-28T00:42:10.450Z | Compiling find-msvc-tools v0.1.9 |
| 731 | 2026-05-28T00:42:10.606Z | Compiling bytes v1.11.1 |
| 732 | 2026-05-28T00:42:10.650Z | Compiling errno v0.3.14 |
| 733 | 2026-05-28T00:42:10.696Z | Compiling jobserver v0.1.34 |
| 734 | 2026-05-28T00:42:10.707Z | Compiling futures-core v0.3.32 |
| 735 | 2026-05-28T00:42:10.800Z | Compiling parking_lot_core v0.9.12 |
| 736 | 2026-05-28T00:42:10.853Z | Compiling scopeguard v1.2.0 |
| 737 | 2026-05-28T00:42:10.853Z | Compiling signal-hook-registry v1.4.8 |
| 738 | 2026-05-28T00:42:11.005Z | Compiling cc v1.2.56 |
| 739 | 2026-05-28T00:42:11.104Z | Compiling lock_api v0.4.14 |
| 740 | 2026-05-28T00:42:11.123Z | Compiling syn v2.0.117 |
| 741 | 2026-05-28T00:42:11.200Z | Compiling socket2 v0.6.3 |
| 742 | 2026-05-28T00:42:11.345Z | Compiling parking_lot v0.12.5 |
| 743 | 2026-05-28T00:42:11.364Z | Compiling mio v1.2.0 |
| 744 | 2026-05-28T00:42:11.447Z | Compiling once_cell v1.21.3 |
| 745 | 2026-05-28T00:42:11.676Z | Compiling stable_deref_trait v1.2.1 |
| 746 | 2026-05-28T00:42:11.732Z | Compiling futures-sink v0.3.32 |
| 747 | 2026-05-28T00:42:11.831Z | Compiling autocfg v1.5.0 |
| 748 | 2026-05-28T00:42:11.966Z | Compiling thiserror v2.0.18 |
| 749 | 2026-05-28T00:42:12.005Z | Compiling slab v0.4.12 |
| 750 | 2026-05-28T00:42:12.037Z | Compiling zeroize v1.8.2 |
| 751 | 2026-05-28T00:42:12.193Z | Compiling getrandom v0.4.1 |
| 752 | 2026-05-28T00:42:12.224Z | Compiling num-traits v0.2.19 |
| 753 | 2026-05-28T00:42:12.243Z | Compiling futures-channel v0.3.32 |
| 754 | 2026-05-28T00:42:12.249Z | Compiling rustversion v1.0.22 |
| 755 | 2026-05-28T00:42:12.285Z | Compiling equivalent v1.0.2 |
| 756 | 2026-05-28T00:42:12.302Z | Compiling rustls-pki-types v1.14.0 |
| 757 | 2026-05-28T00:42:12.361Z | Compiling cmake v0.1.57 |
| 758 | 2026-05-28T00:42:12.473Z | Compiling http v1.4.0 |
| 759 | 2026-05-28T00:42:12.577Z | Compiling zerocopy v0.8.40 |
| 760 | 2026-05-28T00:42:12.585Z | Compiling dunce v1.0.5 |
| 761 | 2026-05-28T00:42:12.600Z | Compiling futures-io v0.3.32 |
| 762 | 2026-05-28T00:42:12.665Z | Compiling fs_extra v1.3.0 |
| 763 | 2026-05-28T00:42:12.678Z | Compiling futures-task v0.3.32 |
| 764 | 2026-05-28T00:42:12.898Z | Compiling aws-lc-sys v0.40.0 |
| 765 | 2026-05-28T00:42:13.109Z | Compiling version_check v0.9.5 |
| 766 | 2026-05-28T00:42:13.124Z | Compiling untrusted v0.9.0 |
| 767 | 2026-05-28T00:42:13.242Z | Compiling fnv v1.0.7 |
| 768 | 2026-05-28T00:42:13.337Z | Compiling log v0.4.29 |
| 769 | 2026-05-28T00:42:13.537Z | Compiling litemap v0.8.1 |
| 770 | 2026-05-28T00:42:13.673Z | Compiling hashbrown v0.17.0 |
| 771 | 2026-05-28T00:42:13.742Z | Compiling httparse v1.10.1 |
| 772 | 2026-05-28T00:42:13.773Z | Compiling ucd-trie v0.1.7 |
| 773 | 2026-05-28T00:42:13.935Z | Compiling synstructure v0.13.2 |
| 774 | 2026-05-28T00:42:14.040Z | Compiling iana-time-zone v0.1.65 |
| 775 | 2026-05-28T00:42:14.294Z | Compiling writeable v0.6.2 |
| 776 | 2026-05-28T00:42:14.295Z | Compiling indexmap v2.14.0 |
| 777 | 2026-05-28T00:42:14.396Z | Compiling pest v2.8.6 |
| 778 | 2026-05-28T00:42:14.402Z | Compiling serde_derive_internals v0.29.1 |
| 779 | 2026-05-28T00:42:14.551Z | Compiling http-body v1.0.1 |
| 780 | 2026-05-28T00:42:14.649Z | Compiling tracing-core v0.1.36 |
| 781 | 2026-05-28T00:42:14.694Z | Compiling aws-lc-rs v1.16.3 |
| 782 | 2026-05-28T00:42:14.971Z | Compiling bitflags v2.11.0 |
| 783 | 2026-05-28T00:42:14.990Z | Compiling serde_derive v1.0.228 |
| 784 | 2026-05-28T00:42:15.073Z | Compiling tokio-macros v2.7.0 |
| 785 | 2026-05-28T00:42:15.092Z | Compiling zerofrom-derive v0.1.6 |
| 786 | 2026-05-28T00:42:15.096Z | Compiling zerocopy-derive v0.8.40 |
| 787 | 2026-05-28T00:42:15.331Z | Compiling yoke-derive v0.8.1 |
| 788 | 2026-05-28T00:42:15.559Z | Compiling zerovec-derive v0.11.2 |
| 789 | 2026-05-28T00:42:15.688Z | Compiling displaydoc v0.2.5 |
| 790 | 2026-05-28T00:42:15.756Z | Compiling tokio v1.52.1 |
| 791 | 2026-05-28T00:42:16.207Z | Compiling zerofrom v0.1.6 |
| 792 | 2026-05-28T00:42:16.285Z | Compiling futures-macro v0.3.32 |
| 793 | 2026-05-28T00:42:16.323Z | Compiling yoke v0.8.1 |
| 794 | 2026-05-28T00:42:16.378Z | Compiling thiserror-impl v2.0.18 |
| 795 | 2026-05-28T00:42:16.498Z | Compiling zerotrie v0.2.3 |
| 796 | 2026-05-28T00:42:16.587Z | Compiling zerovec v0.11.5 |
| 797 | 2026-05-28T00:42:16.899Z | Compiling icu_properties_data v2.1.2 |
| 798 | 2026-05-28T00:42:17.062Z | Compiling futures-util v0.3.32 |
| 799 | 2026-05-28T00:42:17.107Z | Compiling tinystr v0.8.2 |
| 800 | 2026-05-28T00:42:17.132Z | Compiling potential_utf v0.1.4 |
| 801 | 2026-05-28T00:42:17.300Z | Compiling icu_locale_core v2.1.1 |
| 802 | 2026-05-28T00:42:17.300Z | Compiling icu_normalizer_data v2.1.1 |
| 803 | 2026-05-28T00:42:17.505Z | Compiling schemars v0.8.22 |
| 804 | 2026-05-28T00:42:17.538Z | Compiling percent-encoding v2.3.2 |
| 805 | 2026-05-28T00:42:17.718Z | Compiling atomic-waker v1.1.2 |
| 806 | 2026-05-28T00:42:17.840Z | Compiling icu_collections v2.1.1 |
| 807 | 2026-05-28T00:42:18.137Z | Compiling chrono v0.4.44 |
| 808 | 2026-05-28T00:42:18.257Z | Compiling icu_provider v2.1.1 |
| 809 | 2026-05-28T00:42:18.538Z | Compiling pest_meta v2.8.6 |
| 810 | 2026-05-28T00:42:18.650Z | Compiling schemars_derive v0.8.22 |
| 811 | 2026-05-28T00:42:19.437Z | Compiling tracing v0.1.44 |
| 812 | 2026-05-28T00:42:19.633Z | Compiling tokio-util v0.7.18 |
| 813 | 2026-05-28T00:42:19.709Z | Compiling uuid v1.23.0 |
| 814 | 2026-05-28T00:42:19.772Z | Compiling semver v1.0.28 |
| 815 | 2026-05-28T00:42:19.772Z | Compiling tower-layer v0.3.3 |
| 816 | 2026-05-28T00:42:19.949Z | Compiling base64 v0.22.1 |
| 817 | 2026-05-28T00:42:20.122Z | Compiling try-lock v0.2.5 |
| 818 | 2026-05-28T00:42:20.226Z | Compiling dyn-clone v1.0.20 |
| 819 | 2026-05-28T00:42:20.282Z | Compiling subtle v2.6.1 |
| 820 | 2026-05-28T00:42:20.371Z | Compiling tower-service v0.3.3 |
| 821 | 2026-05-28T00:42:20.416Z | Compiling want v0.3.1 |
| 822 | 2026-05-28T00:42:20.422Z | Compiling h2 v0.4.13 |
| 823 | 2026-05-28T00:42:20.452Z | Compiling pest_generator v2.8.6 |
| 824 | 2026-05-28T00:42:20.708Z | Compiling slog v2.8.2 |
| 825 | 2026-05-28T00:42:20.769Z | Compiling getrandom v0.2.17 |
| 826 | 2026-05-28T00:42:20.912Z | Compiling heck v0.5.0 |
| 827 | 2026-05-28T00:42:20.969Z | Compiling httpdate v1.0.3 |
| 828 | 2026-05-28T00:42:21.038Z | Compiling pin-utils v0.1.0 |
| 829 | 2026-05-28T00:42:21.097Z | Compiling pest_derive v2.8.6 |
| 830 | 2026-05-28T00:42:21.110Z | Compiling icu_normalizer v2.1.1 |
| 831 | 2026-05-28T00:42:21.337Z | Compiling icu_properties v2.1.2 |
| 832 | 2026-05-28T00:42:21.572Z | Compiling erased-serde v0.3.31 |
| 833 | 2026-05-28T00:42:21.575Z | Compiling form_urlencoded v1.2.2 |
| 834 | 2026-05-28T00:42:22.209Z | Compiling getrandom v0.3.4 |
| 835 | 2026-05-28T00:42:22.286Z | Compiling rustls v0.23.37 |
| 836 | 2026-05-28T00:42:22.481Z | Compiling ipnet v2.11.0 |
| 837 | 2026-05-28T00:42:22.511Z | Compiling typenum v1.19.0 |
| 838 | 2026-05-28T00:42:22.832Z | Compiling hyper v1.8.1 |
| 839 | 2026-05-28T00:42:22.846Z | Compiling idna_adapter v1.2.1 |
| 840 | 2026-05-28T00:42:22.986Z | Compiling ppv-lite86 v0.2.21 |
| 841 | 2026-05-28T00:42:23.302Z | Compiling serde_tokenstream v0.2.3 |
| 842 | 2026-05-28T00:42:23.513Z | Compiling generic-array v0.14.7 |
| 843 | 2026-05-28T00:42:23.580Z | Compiling ring v0.17.14 |
| 844 | 2026-05-28T00:42:23.652Z | Compiling sync_wrapper v1.0.2 |
| 845 | 2026-05-28T00:42:23.749Z | Compiling paste v1.0.15 |
| 846 | 2026-05-28T00:42:23.885Z | Compiling ryu v1.0.23 |
| 847 | 2026-05-28T00:42:24.019Z | Compiling utf8_iter v1.0.4 |
| 848 | 2026-05-28T00:42:24.158Z | Compiling hyper-util v0.1.20 |
| 849 | 2026-05-28T00:42:24.168Z | Compiling idna v1.1.0 |
| 850 | 2026-05-28T00:42:25.356Z | Compiling serde_urlencoded v0.7.1 |
| 851 | 2026-05-28T00:42:26.227Z | Compiling tower v0.5.3 |
| 852 | 2026-05-28T00:42:26.785Z | Compiling structmeta-derive v0.3.0 |
| 853 | 2026-05-28T00:42:27.050Z | Compiling scroll_derive v0.13.1 |
| 854 | 2026-05-28T00:42:27.076Z | Compiling http-body-util v0.1.3 |
| 855 | 2026-05-28T00:42:27.379Z | Compiling fastrand v2.3.0 |
| 856 | 2026-05-28T00:42:27.647Z | Compiling omicron-workspace-hack v0.1.0 |
| 857 | 2026-05-28T00:42:27.703Z | Compiling time-core v0.1.8 |
| 858 | 2026-05-28T00:42:27.825Z | Compiling usdt-impl v0.6.0 |
| 859 | 2026-05-28T00:42:27.836Z | Compiling rustix v1.1.3 |
| 860 | 2026-05-28T00:42:27.864Z | Compiling iri-string v0.7.10 |
| 861 | 2026-05-28T00:42:27.872Z | Compiling num-conv v0.2.0 |
| 862 | 2026-05-28T00:42:27.986Z | Compiling powerfmt v0.2.0 |
| 863 | 2026-05-28T00:42:28.048Z | Compiling crc32fast v1.5.0 |
| 864 | 2026-05-28T00:42:28.203Z | Compiling deranged v0.5.8 |
| 865 | 2026-05-28T00:42:28.233Z | Compiling time-macros v0.2.27 |
| 866 | 2026-05-28T00:42:28.343Z | Compiling scroll v0.13.0 |
| 867 | 2026-05-28T00:42:28.606Z | Compiling structmeta v0.3.0 |
| 868 | 2026-05-28T00:42:29.147Z | Compiling tower-http v0.6.8 |
| 869 | 2026-05-28T00:42:29.231Z | Compiling rand_core v0.9.5 |
| 870 | 2026-05-28T00:42:29.471Z | Compiling dof v0.4.0 |
| 871 | 2026-05-28T00:42:29.572Z | Compiling url v2.5.8 |
| 872 | 2026-05-28T00:42:29.738Z | Compiling dtrace-parser v0.3.0 |
| 873 | 2026-05-28T00:42:30.092Z | Compiling ipnetwork v0.21.1 |
| 874 | 2026-05-28T00:42:30.139Z | Compiling thread-id v5.1.0 |
| 875 | 2026-05-28T00:42:30.277Z | Compiling regex-syntax v0.8.10 |
| 876 | 2026-05-28T00:42:30.314Z | Compiling ident_case v1.0.1 |
| 877 | 2026-05-28T00:42:30.382Z | Compiling adler2 v2.0.1 |
| 878 | 2026-05-28T00:42:30.426Z | Compiling crossbeam-utils v0.8.21 |
| 879 | 2026-05-28T00:42:30.468Z | Compiling num_threads v0.1.7 |
| 880 | 2026-05-28T00:42:30.525Z | Compiling simd-adler32 v0.3.8 |
| 881 | 2026-05-28T00:42:30.544Z | Compiling strsim v0.11.1 |
| 882 | 2026-05-28T00:42:30.813Z | Compiling plain v0.2.3 |
| 883 | 2026-05-28T00:42:30.917Z | Compiling openssl-probe v0.2.1 |
| 884 | 2026-05-28T00:42:31.248Z | Compiling byteorder v1.5.0 |
| 885 | 2026-05-28T00:42:31.263Z | Compiling time v0.3.47 |
| 886 | 2026-05-28T00:42:31.336Z | Compiling rustls-native-certs v0.8.3 |
| 887 | 2026-05-28T00:42:31.953Z | Compiling goblin v0.10.5 |
| 888 | 2026-05-28T00:42:32.093Z | Compiling darling_core v0.21.3 |
| 889 | 2026-05-28T00:42:32.175Z | Compiling miniz_oxide v0.8.9 |
| 890 | 2026-05-28T00:42:33.066Z | Compiling oxnet v0.1.5 |
| 891 | 2026-05-28T00:42:34.299Z | Compiling newtype-uuid v1.3.2 |
| 892 | 2026-05-28T00:42:34.383Z | Compiling daft-derive v0.1.7 |
| 893 | 2026-05-28T00:42:34.899Z | Compiling aho-corasick v1.1.4 |
| 894 | 2026-05-28T00:42:35.098Z | Compiling camino v1.2.2 |
| 895 | 2026-05-28T00:42:35.282Z | Compiling pretty-hex v0.4.1 |
| 896 | 2026-05-28T00:42:35.413Z | Compiling rustls v0.22.4 |
| 897 | 2026-05-28T00:42:35.655Z | Compiling daft v0.1.7 |
| 898 | 2026-05-28T00:42:35.916Z | Compiling flate2 v1.1.9 |
| 899 | 2026-05-28T00:42:36.049Z | Compiling tempfile v3.25.0 |
| 900 | 2026-05-28T00:42:36.248Z | Compiling darling_macro v0.21.3 |
| 901 | 2026-05-28T00:42:36.775Z | Compiling regex-automata v0.4.14 |
| 902 | 2026-05-28T00:42:36.915Z | Compiling rustls-webpki v0.102.8 |
| 903 | 2026-05-28T00:42:38.131Z | Compiling rand_chacha v0.9.0 |
| 904 | 2026-05-28T00:42:38.668Z | Compiling crypto-common v0.1.7 |
| 905 | 2026-05-28T00:42:38.678Z | Compiling block-buffer v0.10.4 |
| 906 | 2026-05-28T00:42:38.774Z | Compiling rand_core v0.6.4 |
| 907 | 2026-05-28T00:42:38.792Z | Compiling multer v3.1.0 |
| 908 | 2026-05-28T00:42:38.820Z | Compiling wait-timeout v0.2.1 |
| 909 | 2026-05-28T00:42:39.080Z | Compiling thread_local v1.1.9 |
| 910 | 2026-05-28T00:42:39.303Z | Compiling bit-vec v0.8.0 |
| 911 | 2026-05-28T00:42:39.427Z | Compiling slog-async v2.8.0 |
| 912 | 2026-05-28T00:42:39.536Z | Compiling compression-core v0.4.31 |
| 913 | 2026-05-28T00:42:39.577Z | Compiling ref-cast v1.0.25 |
| 914 | 2026-05-28T00:42:39.663Z | Compiling quick-error v1.2.3 |
| 915 | 2026-05-28T00:42:39.696Z | Compiling anyhow v1.0.102 |
| 916 | 2026-05-28T00:42:39.702Z | Compiling match_cfg v0.1.0 |
| 917 | 2026-05-28T00:42:39.756Z | Compiling winnow v0.7.14 |
| 918 | 2026-05-28T00:42:39.759Z | Compiling thiserror v1.0.69 |
| 919 | 2026-05-28T00:42:39.875Z | Compiling foldhash v0.2.0 |
| 920 | 2026-05-28T00:42:39.999Z | Compiling allocator-api2 v0.2.21 |
| 921 | 2026-05-28T00:42:40.358Z | Compiling hashbrown v0.16.1 |
| 922 | 2026-05-28T00:42:40.405Z | Compiling hostname v0.3.1 |
| 923 | 2026-05-28T00:42:40.554Z | Compiling rusty-fork v0.3.1 |
| 924 | 2026-05-28T00:42:41.081Z | Compiling compression-codecs v0.4.37 |
| 925 | 2026-05-28T00:42:41.393Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 926 | 2026-05-28T00:42:41.409Z | Compiling bit-set v0.8.0 |
| 927 | 2026-05-28T00:42:41.625Z | Compiling rand_chacha v0.3.1 |
| 928 | 2026-05-28T00:42:42.242Z | Compiling digest v0.10.7 |
| 929 | 2026-05-28T00:42:42.458Z | Compiling regex v1.12.3 |
| 930 | 2026-05-28T00:42:42.698Z | Compiling rand v0.9.2 |
| 931 | 2026-05-28T00:42:42.848Z | Compiling crossbeam-channel v0.5.15 |
| 932 | 2026-05-28T00:42:43.481Z | Compiling darling v0.21.3 |
| 933 | 2026-05-28T00:42:43.553Z | Compiling slog-json v2.6.1 |
| 934 | 2026-05-28T00:42:43.804Z | Compiling usdt-macro v0.6.0 |
| 935 | 2026-05-28T00:42:44.097Z | Compiling usdt-attr-macro v0.6.0 |
| 936 | 2026-05-28T00:42:44.447Z | Compiling rand_xorshift v0.4.0 |
| 937 | 2026-05-28T00:42:44.455Z | Compiling derive-ex v0.1.8 |
| 938 | 2026-05-28T00:42:44.616Z | Compiling strum_macros v0.26.4 |
| 939 | 2026-05-28T00:42:44.818Z | Compiling futures-executor v0.3.32 |
| 940 | 2026-05-28T00:42:45.351Z | Compiling async-trait v0.1.89 |
| 941 | 2026-05-28T00:42:45.759Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 942 | 2026-05-28T00:42:46.055Z | Compiling ref-cast-impl v1.0.25 |
| 943 | 2026-05-28T00:42:46.184Z | Compiling async-stream-impl v0.3.6 |
| 944 | 2026-05-28T00:42:46.199Z | Compiling thiserror-impl v1.0.69 |
| 945 | 2026-05-28T00:42:46.288Z | Compiling dropshot v0.17.0 |
| 946 | 2026-05-28T00:42:46.504Z | Compiling serde_spanned v1.0.4 |
| 947 | 2026-05-28T00:42:46.627Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 948 | 2026-05-28T00:42:46.652Z | Compiling is-terminal v0.4.17 |
| 949 | 2026-05-28T00:42:46.740Z | Compiling memmap2 v0.9.10 |
| 950 | 2026-05-28T00:42:46.773Z | Compiling encoding_rs v0.8.35 |
| 951 | 2026-05-28T00:42:47.015Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 952 | 2026-05-28T00:42:47.262Z | Compiling take_mut v0.2.2 |
| 953 | 2026-05-28T00:42:47.306Z | Compiling unarray v0.1.4 |
| 954 | 2026-05-28T00:42:47.340Z | Compiling cpufeatures v0.2.17 |
| 955 | 2026-05-28T00:42:47.363Z | Compiling mime v0.3.17 |
| 956 | 2026-05-28T00:42:47.403Z | Compiling term v1.2.1 |
| 957 | 2026-05-28T00:42:47.413Z | Compiling spin v0.9.8 |
| 958 | 2026-05-28T00:42:47.527Z | Compiling hex v0.4.3 |
| 959 | 2026-05-28T00:42:47.801Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 960 | 2026-05-28T00:42:47.831Z | Compiling slog-term v2.9.2 |
| 961 | 2026-05-28T00:42:49.120Z | Compiling proptest v1.10.0 |
| 962 | 2026-05-28T00:42:49.238Z | Compiling sha1 v0.10.6 |
| 963 | 2026-05-28T00:42:49.634Z | Compiling dropshot_endpoint v0.17.0 |
| 964 | 2026-05-28T00:42:50.803Z | Compiling toml v1.0.6+spec-1.1.0 |
| 965 | 2026-05-28T00:42:51.043Z | Compiling usdt v0.6.0 |
| 966 | 2026-05-28T00:42:51.193Z | Compiling async-stream v0.3.6 |
| 967 | 2026-05-28T00:42:51.454Z | Compiling strum v0.26.3 |
| 968 | 2026-05-28T00:42:51.475Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 969 | 2026-05-28T00:42:51.572Z | Compiling test-strategy v0.4.5 |
| 970 | 2026-05-28T00:42:51.608Z | Compiling tokio-rustls v0.25.0 |
| 971 | 2026-05-28T00:42:51.719Z | Compiling futures v0.3.32 |
| 972 | 2026-05-28T00:42:51.855Z | Compiling slog-bunyan v2.5.0 |
| 973 | 2026-05-28T00:42:51.895Z | Compiling serde_with_macros v3.17.0 |
| 974 | 2026-05-28T00:42:52.024Z | Compiling parse-display-derive v0.10.0 |
| 975 | 2026-05-28T00:42:52.940Z | Compiling rand v0.8.6 |
| 976 | 2026-05-28T00:42:53.498Z | Compiling async-compression v0.4.41 |
| 977 | 2026-05-28T00:42:53.941Z | Compiling reqwest v0.12.28 |
| 978 | 2026-05-28T00:42:54.295Z | Compiling backon v1.6.0 |
| 979 | 2026-05-28T00:42:54.367Z | Compiling newtype-uuid-macros v0.1.0 |
| 980 | 2026-05-28T00:42:54.528Z | Compiling strum_macros v0.27.2 |
| 981 | 2026-05-28T00:42:55.113Z | Compiling openapiv3 v2.2.0 |
| 982 | 2026-05-28T00:42:55.289Z | Compiling waitgroup v0.1.2 |
| 983 | 2026-05-28T00:42:55.436Z | Compiling rustls-pemfile v2.2.0 |
| 984 | 2026-05-28T00:42:55.697Z | Compiling serde_path_to_error v0.1.20 |
| 985 | 2026-05-28T00:42:56.127Z | Compiling hostname v0.4.2 |
| 986 | 2026-05-28T00:42:56.273Z | Compiling instant v0.1.13 |
| 987 | 2026-05-28T00:42:56.282Z | Compiling debug-ignore v1.0.5 |
| 988 | 2026-05-28T00:42:56.380Z | Compiling either v1.15.0 |
| 989 | 2026-05-28T00:42:56.383Z | Compiling backoff v0.4.0 |
| 990 | 2026-05-28T00:42:56.571Z | Compiling itertools v0.14.0 |
| 991 | 2026-05-28T00:42:56.581Z | Compiling strum v0.27.2 |
| 992 | 2026-05-28T00:42:56.651Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 993 | 2026-05-28T00:42:56.701Z | Compiling progenitor-client v0.10.0 |
| 994 | 2026-05-28T00:42:57.504Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 995 | 2026-05-28T00:42:58.024Z | Compiling parse-display v0.10.0 |
| 996 | 2026-05-28T00:42:58.107Z | Compiling serde_with v3.17.0 |
| 997 | 2026-05-28T00:42:58.602Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 998 | 2026-05-28T00:42:58.929Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 999 | 2026-05-28T00:42:59.220Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1000 | 2026-05-28T00:42:59.512Z | Compiling iddqd v0.4.1 |
| 1001 | 2026-05-28T00:42:59.646Z | Compiling regress v0.10.5 |
| 1002 | 2026-05-28T00:43:00.623Z | Compiling macaddr v1.0.1 |
| 1003 | 2026-05-28T00:43:07.910Z | Compiling rustls-webpki v0.103.9 |
| 1004 | 2026-05-28T00:43:10.960Z | Compiling tokio-rustls v0.26.4 |
| 1005 | 2026-05-28T00:43:10.960Z | Compiling rustls-platform-verifier v0.6.2 |
| 1006 | 2026-05-28T00:43:11.220Z | Compiling hyper-rustls v0.27.7 |
| 1007 | 2026-05-28T00:43:11.553Z | Compiling reqwest v0.13.2 |
| 1008 | 2026-05-28T00:43:13.452Z | Compiling progenitor-client v0.14.0 |
| 1009 | 2026-05-28T00:43:13.803Z | Compiling progenitor-extras v0.2.0 |
| 1010 | 2026-05-28T00:43:14.016Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1011 | 2026-05-28T00:43:18.025Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1012 | 2026-05-28T00:43:22.091Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1013 | 2026-05-28T00:43:22.152Z | process exited: duration 112961 ms, exit code 0 |
| |
| 1014 | 2026-05-28T00:43:22.174Z | found 0 output files |