|
|
|
| 1 | 2026-05-11T18:30:56.326Z | job assigned to worker 01KRC4VPBTFCRS0WFRT7J68B4R [factory aws, i-0b68d279f44acc606] (queued for 48 s) |
| |
| 2 | 2026-05-11T18:31:03.400Z | starting task 0: "setup" |
| 3 | 2026-05-11T18:31:03.404Z | ++ uname -s |
| 4 | 2026-05-11T18:31:03.407Z | + kern=SunOS |
| 5 | 2026-05-11T18:31:03.407Z | + build_user=build |
| 6 | 2026-05-11T18:31:03.407Z | + build_uid=12345 |
| 7 | 2026-05-11T18:31:03.407Z | + work_dir=/work |
| 8 | 2026-05-11T18:31:03.407Z | + input_dir=/input |
| 9 | 2026-05-11T18:31:03.407Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T18:31:03.407Z | + case "$kern" in |
| 11 | 2026-05-11T18:31:03.407Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T18:31:03.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T18:31:05.414Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T18:31:05.528Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T18:31:05.531Z | + home_fs=zfs |
| 16 | 2026-05-11T18:31:05.531Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T18:31:05.531Z | + mkdir -p /home/build |
| 18 | 2026-05-11T18:31:05.531Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T18:31:07.532Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T18:31:07.535Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-05-11T18:31:07.541Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T18:31:07.545Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-11T18:31:07.545Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-11T18:31:07.545Z | * rust toolchain profile = "default" |
| 25 | 2026-05-11T18:31:07.545Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-11T18:31:07.545Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T18:31:07.545Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T18:31:07.550Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T18:31:07.550Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-11T18:31:07.640Z | info: downloading installer |
| 31 | 2026-05-11T18:31:09.038Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T18:31:09.038Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T18:31:09.038Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T18:31:09.038Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T18:31:09.050Z | info: profile set to default |
| 36 | 2026-05-11T18:31:09.050Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T18:31:09.054Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-11T18:31:09.191Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-11T18:31:09.194Z | info: downloading 6 components |
| 40 | 2026-05-11T18:31:23.722Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-11T18:31:23.722Z | |
| 42 | 2026-05-11T18:31:23.749Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-11T18:31:23.749Z | |
| 44 | 2026-05-11T18:31:23.749Z | |
| 45 | 2026-05-11T18:31:23.749Z | Rust is installed now. Great! |
| 46 | 2026-05-11T18:31:23.749Z | |
| 47 | 2026-05-11T18:31:23.752Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T18:31:23.752Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T18:31:23.752Z | |
| 50 | 2026-05-11T18:31:23.752Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T18:31:23.752Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T18:31:23.752Z | |
| 53 | 2026-05-11T18:31:23.752Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T18:31:23.752Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T18:31:23.752Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T18:31:23.752Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T18:31:23.752Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T18:31:23.753Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T18:31:23.753Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T18:31:23.753Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T18:31:23.753Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T18:31:23.838Z | + rustup --version |
| 63 | 2026-05-11T18:31:23.847Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T18:31:23.850Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T18:31:23.868Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-11T18:31:23.871Z | + cargo --version |
| 67 | 2026-05-11T18:31:23.884Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-11T18:31:23.887Z | + rustc --version |
| 69 | 2026-05-11T18:31:23.906Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-11T18:31:23.909Z | process exited: duration 16367 ms, exit code 0 |
| |
| 71 | 2026-05-11T18:31:23.915Z | starting task 2: "authentication" |
| 72 | 2026-05-11T18:31:23.931Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-11T18:31:23.937Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T18:31:23.940Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-11T18:31:23.943Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-11T18:31:23.986Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-11T18:31:33.774Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-11T18:31:33.774Z | + git fetch origin c4b26142f4b39c370639abe8a63f9db0de460c9b |
| 79 | 2026-05-11T18:31:34.244Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-11T18:31:34.244Z | * branch c4b26142f4b39c370639abe8a63f9db0de460c9b -> FETCH_HEAD |
| 81 | 2026-05-11T18:31:34.254Z | + [[ -n '' ]] |
| 82 | 2026-05-11T18:31:34.257Z | + git reset --hard c4b26142f4b39c370639abe8a63f9db0de460c9b |
| 83 | 2026-05-11T18:31:34.485Z | HEAD is now at c4b26142f Prepend the UUID with the nexus label |
| 84 | 2026-05-11T18:31:34.488Z | process exited: duration 10550 ms, exit code 0 |
| |
| 85 | 2026-05-11T18:31:34.494Z | starting task 4: "build" |
| 86 | 2026-05-11T18:31:34.499Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-11T18:31:34.499Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-11T18:31:34.499Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-11T18:31:34.499Z | + cargo --version |
| 90 | 2026-05-11T18:31:34.510Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-11T18:31:34.513Z | + rustc --version |
| 92 | 2026-05-11T18:31:34.532Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-11T18:31:34.535Z | + cd /tmp |
| 94 | 2026-05-11T18:31:34.535Z | + cargo new --lib test-project |
| 95 | 2026-05-11T18:31:34.554Z | Creating library `test-project` package |
| 96 | 2026-05-11T18:31:34.590Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 97 | 2026-05-11T18:31:34.593Z | + cd test-project |
| 98 | 2026-05-11T18:31:34.593Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 99 | 2026-05-11T18:31:34.615Z | Adding omicron-common (local) to dependencies |
| 100 | 2026-05-11T18:31:34.618Z | Features: |
| 101 | 2026-05-11T18:31:34.618Z | - proptest |
| 102 | 2026-05-11T18:31:34.618Z | - test-strategy |
| 103 | 2026-05-11T18:31:34.618Z | - testing |
| 104 | 2026-05-11T18:31:34.633Z | Updating crates.io index |
| 105 | 2026-05-11T18:31:34.730Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 106 | 2026-05-11T18:31:35.283Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 107 | 2026-05-11T18:31:35.861Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 108 | 2026-05-11T18:31:36.553Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 109 | 2026-05-11T18:31:38.952Z | Locking 392 packages to latest Rust 1.94.0 compatible versions |
| 110 | 2026-05-11T18:31:38.955Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 111 | 2026-05-11T18:31:39.067Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 112 | 2026-05-11T18:31:39.072Z | + cargo check |
| 113 | 2026-05-11T18:31:39.173Z | Updating crates.io index |
| 114 | 2026-05-11T18:31:39.793Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 115 | 2026-05-11T18:31:39.793Z | Adding omicron-workspace-hack v0.1.0 |
| 116 | 2026-05-11T18:31:39.820Z | Downloading crates ... |
| 117 | 2026-05-11T18:31:39.872Z | Downloaded atomic-waker v1.1.2 |
| 118 | 2026-05-11T18:31:39.876Z | Downloaded bit-vec v0.8.0 |
| 119 | 2026-05-11T18:31:39.879Z | Downloaded daft-derive v0.1.5 |
| 120 | 2026-05-11T18:31:39.884Z | Downloaded cfg-if v1.0.4 |
| 121 | 2026-05-11T18:31:39.888Z | Downloaded allocator-api2 v0.2.21 |
| 122 | 2026-05-11T18:31:39.890Z | Downloaded idna_adapter v1.2.1 |
| 123 | 2026-05-11T18:31:39.891Z | Downloaded cpufeatures v0.2.17 |
| 124 | 2026-05-11T18:31:39.895Z | Downloaded block-buffer v0.10.4 |
| 125 | 2026-05-11T18:31:39.895Z | Downloaded autocfg v1.5.0 |
| 126 | 2026-05-11T18:31:39.895Z | Downloaded omicron-workspace-hack v0.1.0 |
| 127 | 2026-05-11T18:31:39.898Z | Downloaded camino v1.2.2 |
| 128 | 2026-05-11T18:31:39.898Z | Downloaded async-stream v0.3.6 |
| 129 | 2026-05-11T18:31:39.902Z | Downloaded cfg_aliases v0.2.1 |
| 130 | 2026-05-11T18:31:39.902Z | Downloaded num-traits v0.2.19 |
| 131 | 2026-05-11T18:31:39.902Z | Downloaded plain v0.2.3 |
| 132 | 2026-05-11T18:31:39.902Z | Downloaded httparse v1.10.1 |
| 133 | 2026-05-11T18:31:39.906Z | Downloaded ident_case v1.0.1 |
| 134 | 2026-05-11T18:31:39.906Z | Downloaded compression-codecs v0.4.37 |
| 135 | 2026-05-11T18:31:39.910Z | Downloaded async-stream-impl v0.3.6 |
| 136 | 2026-05-11T18:31:39.910Z | Downloaded bit-set v0.8.0 |
| 137 | 2026-05-11T18:31:39.910Z | Downloaded num_threads v0.1.7 |
| 138 | 2026-05-11T18:31:39.910Z | Downloaded adler2 v2.0.1 |
| 139 | 2026-05-11T18:31:39.914Z | Downloaded ppv-lite86 v0.2.21 |
| 140 | 2026-05-11T18:31:39.914Z | Downloaded oxnet v0.1.4 |
| 141 | 2026-05-11T18:31:39.914Z | Downloaded miniz_oxide v0.8.9 |
| 142 | 2026-05-11T18:31:39.917Z | Downloaded num-conv v0.2.0 |
| 143 | 2026-05-11T18:31:39.918Z | Downloaded byteorder v1.5.0 |
| 144 | 2026-05-11T18:31:39.918Z | Downloaded pin-project-lite v0.2.17 |
| 145 | 2026-05-11T18:31:39.921Z | Downloaded futures-sink v0.3.32 |
| 146 | 2026-05-11T18:31:39.921Z | Downloaded newtype-uuid-macros v0.1.0 |
| 147 | 2026-05-11T18:31:39.921Z | Downloaded rand_core v0.9.5 |
| 148 | 2026-05-11T18:31:39.924Z | Downloaded parse-display v0.10.0 |
| 149 | 2026-05-11T18:31:39.924Z | Downloaded multer v3.1.0 |
| 150 | 2026-05-11T18:31:39.924Z | Downloaded anyhow v1.0.102 |
| 151 | 2026-05-11T18:31:39.927Z | Downloaded rustc-hash v2.1.1 |
| 152 | 2026-05-11T18:31:39.927Z | Downloaded mime v0.3.17 |
| 153 | 2026-05-11T18:31:39.931Z | Downloaded quinn-udp v0.5.14 |
| 154 | 2026-05-11T18:31:39.931Z | Downloaded rustls-pki-types v1.14.0 |
| 155 | 2026-05-11T18:31:39.931Z | Downloaded hostname v0.3.1 |
| 156 | 2026-05-11T18:31:39.934Z | Downloaded futures-task v0.3.32 |
| 157 | 2026-05-11T18:31:39.934Z | Downloaded darling_macro v0.21.3 |
| 158 | 2026-05-11T18:31:39.934Z | Downloaded pest_derive v2.8.6 |
| 159 | 2026-05-11T18:31:39.937Z | Downloaded rand_xorshift v0.4.0 |
| 160 | 2026-05-11T18:31:39.937Z | Downloaded ryu v1.0.23 |
| 161 | 2026-05-11T18:31:39.941Z | Downloaded dyn-clone v1.0.20 |
| 162 | 2026-05-11T18:31:39.941Z | Downloaded once_cell v1.21.3 |
| 163 | 2026-05-11T18:31:39.941Z | Downloaded openssl-probe v0.2.1 |
| 164 | 2026-05-11T18:31:39.944Z | Downloaded memmap2 v0.9.10 |
| 165 | 2026-05-11T18:31:39.944Z | Downloaded http-body v1.0.1 |
| 166 | 2026-05-11T18:31:39.944Z | Downloaded pin-utils v0.1.0 |
| 167 | 2026-05-11T18:31:39.944Z | Downloaded fnv v1.0.7 |
| 168 | 2026-05-11T18:31:39.948Z | Downloaded errno v0.3.14 |
| 169 | 2026-05-11T18:31:39.949Z | Downloaded compression-core v0.4.31 |
| 170 | 2026-05-11T18:31:39.949Z | Downloaded crypto-common v0.1.7 |
| 171 | 2026-05-11T18:31:39.952Z | Downloaded scroll_derive v0.13.1 |
| 172 | 2026-05-11T18:31:39.952Z | Downloaded macaddr v1.0.1 |
| 173 | 2026-05-11T18:31:39.955Z | Downloaded scopeguard v1.2.0 |
| 174 | 2026-05-11T18:31:39.955Z | Downloaded quinn v0.11.9 |
| 175 | 2026-05-11T18:31:39.958Z | Downloaded generic-array v0.14.7 |
| 176 | 2026-05-11T18:31:39.958Z | Downloaded fastrand v2.3.0 |
| 177 | 2026-05-11T18:31:39.958Z | Downloaded dtrace-parser v0.3.0 |
| 178 | 2026-05-11T18:31:39.961Z | Downloaded dof v0.4.0 |
| 179 | 2026-05-11T18:31:39.961Z | Downloaded percent-encoding v2.3.2 |
| 180 | 2026-05-11T18:31:39.961Z | Downloaded quick-error v1.2.3 |
| 181 | 2026-05-11T18:31:39.961Z | Downloaded cmake v0.1.57 |
| 182 | 2026-05-11T18:31:39.965Z | Downloaded progenitor-client v0.10.0 |
| 183 | 2026-05-11T18:31:39.965Z | Downloaded bitflags v2.11.0 |
| 184 | 2026-05-11T18:31:39.969Z | Downloaded itoa v1.0.17 |
| 185 | 2026-05-11T18:31:39.973Z | Downloaded powerfmt v0.2.0 |
| 186 | 2026-05-11T18:31:39.973Z | Downloaded potential_utf v0.1.4 |
| 187 | 2026-05-11T18:31:39.973Z | Downloaded lru-slab v0.1.2 |
| 188 | 2026-05-11T18:31:39.973Z | Downloaded futures-io v0.3.32 |
| 189 | 2026-05-11T18:31:39.976Z | Downloaded rand_chacha v0.3.1 |
| 190 | 2026-05-11T18:31:39.980Z | Downloaded pretty-hex v0.4.1 |
| 191 | 2026-05-11T18:31:39.981Z | Downloaded httpdate v1.0.3 |
| 192 | 2026-05-11T18:31:39.984Z | Downloaded heck v0.5.0 |
| 193 | 2026-05-11T18:31:39.984Z | Downloaded hostname v0.4.2 |
| 194 | 2026-05-11T18:31:39.984Z | Downloaded hex v0.4.3 |
| 195 | 2026-05-11T18:31:39.988Z | Downloaded futures-macro v0.3.32 |
| 196 | 2026-05-11T18:31:39.990Z | Downloaded equivalent v1.0.2 |
| 197 | 2026-05-11T18:31:39.990Z | Downloaded dunce v1.0.5 |
| 198 | 2026-05-11T18:31:39.990Z | Downloaded parse-display-derive v0.10.0 |
| 199 | 2026-05-11T18:31:39.990Z | Downloaded debug-ignore v1.0.5 |
| 200 | 2026-05-11T18:31:39.994Z | Downloaded ipnet v2.11.0 |
| 201 | 2026-05-11T18:31:39.994Z | Downloaded base64 v0.22.1 |
| 202 | 2026-05-11T18:31:39.994Z | Downloaded instant v0.1.13 |
| 203 | 2026-05-11T18:31:39.997Z | Downloaded backoff v0.4.0 |
| 204 | 2026-05-11T18:31:39.998Z | Downloaded ref-cast-impl v1.0.25 |
| 205 | 2026-05-11T18:31:39.998Z | Downloaded match_cfg v0.1.0 |
| 206 | 2026-05-11T18:31:40.002Z | Downloaded form_urlencoded v1.2.2 |
| 207 | 2026-05-11T18:31:40.002Z | Downloaded erased-serde v0.3.31 |
| 208 | 2026-05-11T18:31:40.006Z | Downloaded serde_urlencoded v0.7.1 |
| 209 | 2026-05-11T18:31:40.006Z | Downloaded serde_path_to_error v0.1.20 |
| 210 | 2026-05-11T18:31:40.006Z | Downloaded is-terminal v0.4.17 |
| 211 | 2026-05-11T18:31:40.006Z | Downloaded fs_extra v1.3.0 |
| 212 | 2026-05-11T18:31:40.006Z | Downloaded async-trait v0.1.89 |
| 213 | 2026-05-11T18:31:40.011Z | Downloaded displaydoc v0.2.5 |
| 214 | 2026-05-11T18:31:40.011Z | Downloaded strsim v0.11.1 |
| 215 | 2026-05-11T18:31:40.011Z | Downloaded progenitor-client v0.14.0 |
| 216 | 2026-05-11T18:31:40.014Z | Downloaded futures-executor v0.3.32 |
| 217 | 2026-05-11T18:31:40.019Z | Downloaded slog-bunyan v2.5.0 |
| 218 | 2026-05-11T18:31:40.021Z | Downloaded serde_spanned v1.0.4 |
| 219 | 2026-05-11T18:31:40.022Z | Downloaded subtle v2.6.1 |
| 220 | 2026-05-11T18:31:40.022Z | Downloaded backon v1.6.0 |
| 221 | 2026-05-11T18:31:40.025Z | Downloaded structmeta v0.3.0 |
| 222 | 2026-05-11T18:31:40.028Z | Downloaded strum v0.26.3 |
| 223 | 2026-05-11T18:31:40.028Z | Downloaded take_mut v0.2.2 |
| 224 | 2026-05-11T18:31:40.028Z | Downloaded sync_wrapper v1.0.2 |
| 225 | 2026-05-11T18:31:40.028Z | Downloaded structmeta-derive v0.3.0 |
| 226 | 2026-05-11T18:31:40.031Z | Downloaded icu_normalizer v2.1.1 |
| 227 | 2026-05-11T18:31:40.034Z | Downloaded stable_deref_trait v1.2.1 |
| 228 | 2026-05-11T18:31:40.035Z | Downloaded thread-id v5.1.0 |
| 229 | 2026-05-11T18:31:40.035Z | Downloaded sha1 v0.10.6 |
| 230 | 2026-05-11T18:31:40.038Z | Downloaded tinyvec_macros v0.1.1 |
| 231 | 2026-05-11T18:31:40.038Z | Downloaded ref-cast v1.0.25 |
| 232 | 2026-05-11T18:31:40.038Z | Downloaded rand_chacha v0.9.0 |
| 233 | 2026-05-11T18:31:40.041Z | Downloaded jobserver v0.1.34 |
| 234 | 2026-05-11T18:31:40.041Z | Downloaded strum v0.27.2 |
| 235 | 2026-05-11T18:31:40.045Z | Downloaded ipnetwork v0.21.1 |
| 236 | 2026-05-11T18:31:40.067Z | Downloaded lock_api v0.4.14 |
| 237 | 2026-05-11T18:31:40.067Z | Downloaded either v1.15.0 |
| 238 | 2026-05-11T18:31:40.067Z | Downloaded digest v0.10.7 |
| 239 | 2026-05-11T18:31:40.067Z | Downloaded scroll v0.13.0 |
| 240 | 2026-05-11T18:31:40.067Z | Downloaded find-msvc-tools v0.1.9 |
| 241 | 2026-05-11T18:31:40.067Z | Downloaded serde_tokenstream v0.2.3 |
| 242 | 2026-05-11T18:31:40.067Z | Downloaded derive-ex v0.1.8 |
| 243 | 2026-05-11T18:31:40.067Z | Downloaded time-core v0.1.8 |
| 244 | 2026-05-11T18:31:40.067Z | Downloaded tower-service v0.3.3 |
| 245 | 2026-05-11T18:31:40.067Z | Downloaded tokio-macros v2.7.0 |
| 246 | 2026-05-11T18:31:40.071Z | Downloaded tower-layer v0.3.3 |
| 247 | 2026-05-11T18:31:40.071Z | Downloaded rustls-native-certs v0.8.3 |
| 248 | 2026-05-11T18:31:40.071Z | Downloaded rustls-pemfile v2.2.0 |
| 249 | 2026-05-11T18:31:40.075Z | Downloaded futures-channel v0.3.32 |
| 250 | 2026-05-11T18:31:40.075Z | Downloaded hyper-rustls v0.27.7 |
| 251 | 2026-05-11T18:31:40.075Z | Downloaded http-body-util v0.1.3 |
| 252 | 2026-05-11T18:31:40.078Z | Downloaded deranged v0.5.8 |
| 253 | 2026-05-11T18:31:40.078Z | Downloaded paste v1.0.15 |
| 254 | 2026-05-11T18:31:40.090Z | Downloaded usdt v0.6.0 |
| 255 | 2026-05-11T18:31:40.094Z | Downloaded unarray v0.1.4 |
| 256 | 2026-05-11T18:31:40.095Z | Downloaded try-lock v0.2.5 |
| 257 | 2026-05-11T18:31:40.095Z | Downloaded slab v0.4.12 |
| 258 | 2026-05-11T18:31:40.095Z | Downloaded simd-adler32 v0.3.8 |
| 259 | 2026-05-11T18:31:40.099Z | Downloaded shlex v1.3.0 |
| 260 | 2026-05-11T18:31:40.099Z | Downloaded serde_derive_internals v0.29.1 |
| 261 | 2026-05-11T18:31:40.099Z | Downloaded schemars_derive v0.8.22 |
| 262 | 2026-05-11T18:31:40.099Z | Downloaded rustversion v1.0.22 |
| 263 | 2026-05-11T18:31:40.099Z | Downloaded version_check v0.9.5 |
| 264 | 2026-05-11T18:31:40.099Z | Downloaded signal-hook-registry v1.4.8 |
| 265 | 2026-05-11T18:31:40.102Z | Downloaded utf8_iter v1.0.4 |
| 266 | 2026-05-11T18:31:40.103Z | Downloaded usdt-macro v0.6.0 |
| 267 | 2026-05-11T18:31:40.103Z | Downloaded untrusted v0.9.0 |
| 268 | 2026-05-11T18:31:40.103Z | Downloaded strum_macros v0.27.2 |
| 269 | 2026-05-11T18:31:40.103Z | Downloaded rand_core v0.6.4 |
| 270 | 2026-05-11T18:31:40.107Z | Downloaded quote v1.0.45 |
| 271 | 2026-05-11T18:31:40.107Z | Downloaded zerofrom v0.1.6 |
| 272 | 2026-05-11T18:31:40.107Z | Downloaded wait-timeout v0.2.1 |
| 273 | 2026-05-11T18:31:40.107Z | Downloaded zerofrom-derive v0.1.6 |
| 274 | 2026-05-11T18:31:40.111Z | Downloaded want v0.3.1 |
| 275 | 2026-05-11T18:31:40.111Z | Downloaded waitgroup v0.1.2 |
| 276 | 2026-05-11T18:31:40.111Z | Downloaded thread_local v1.1.9 |
| 277 | 2026-05-11T18:31:40.111Z | Downloaded thiserror-impl v1.0.69 |
| 278 | 2026-05-11T18:31:40.111Z | Downloaded pest_generator v2.8.6 |
| 279 | 2026-05-11T18:31:40.111Z | Downloaded usdt-attr-macro v0.6.0 |
| 280 | 2026-05-11T18:31:40.114Z | Downloaded strum_macros v0.26.4 |
| 281 | 2026-05-11T18:31:40.114Z | Downloaded yoke-derive v0.8.1 |
| 282 | 2026-05-11T18:31:40.114Z | Downloaded thiserror v1.0.69 |
| 283 | 2026-05-11T18:31:40.117Z | Downloaded synstructure v0.13.2 |
| 284 | 2026-05-11T18:31:40.117Z | Downloaded daft v0.1.5 |
| 285 | 2026-05-11T18:31:40.117Z | Downloaded litemap v0.8.1 |
| 286 | 2026-05-11T18:31:40.120Z | Downloaded semver v1.0.28 |
| 287 | 2026-05-11T18:31:40.120Z | Downloaded tinystr v0.8.2 |
| 288 | 2026-05-11T18:31:40.120Z | Downloaded smallvec v1.15.1 |
| 289 | 2026-05-11T18:31:40.123Z | Downloaded futures-core v0.3.32 |
| 290 | 2026-05-11T18:31:40.123Z | Downloaded slog-json v2.6.1 |
| 291 | 2026-05-11T18:31:40.123Z | Downloaded slog-async v2.8.0 |
| 292 | 2026-05-11T18:31:40.128Z | Downloaded tokio-rustls v0.25.0 |
| 293 | 2026-05-11T18:31:40.128Z | Downloaded time-macros v0.2.27 |
| 294 | 2026-05-11T18:31:40.128Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 295 | 2026-05-11T18:31:40.128Z | Downloaded mio v1.2.0 |
| 296 | 2026-05-11T18:31:40.131Z | Downloaded thiserror v2.0.18 |
| 297 | 2026-05-11T18:31:40.135Z | Downloaded slog-term v2.9.2 |
| 298 | 2026-05-11T18:31:40.138Z | Downloaded rusty-fork v0.3.1 |
| 299 | 2026-05-11T18:31:40.138Z | Downloaded icu_properties v2.1.2 |
| 300 | 2026-05-11T18:31:40.138Z | Downloaded getrandom v0.4.1 |
| 301 | 2026-05-11T18:31:40.141Z | Downloaded log v0.4.29 |
| 302 | 2026-05-11T18:31:40.141Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 303 | 2026-05-11T18:31:40.142Z | Downloaded rustls-platform-verifier v0.6.2 |
| 304 | 2026-05-11T18:31:40.145Z | Downloaded sha2 v0.10.9 |
| 305 | 2026-05-11T18:31:40.146Z | Downloaded progenitor-extras v0.2.0 |
| 306 | 2026-05-11T18:31:40.148Z | Downloaded parking_lot v0.12.5 |
| 307 | 2026-05-11T18:31:40.148Z | Downloaded usdt-impl v0.6.0 |
| 308 | 2026-05-11T18:31:40.148Z | Downloaded serde_with_macros v3.17.0 |
| 309 | 2026-05-11T18:31:40.151Z | Downloaded bytes v1.11.1 |
| 310 | 2026-05-11T18:31:40.151Z | Downloaded thiserror-impl v2.0.18 |
| 311 | 2026-05-11T18:31:40.156Z | Downloaded tempfile v3.25.0 |
| 312 | 2026-05-11T18:31:40.157Z | Downloaded writeable v0.6.2 |
| 313 | 2026-05-11T18:31:40.157Z | Downloaded zerovec-derive v0.11.2 |
| 314 | 2026-05-11T18:31:40.157Z | Downloaded zeroize v1.8.2 |
| 315 | 2026-05-11T18:31:40.157Z | Downloaded yoke v0.8.1 |
| 316 | 2026-05-11T18:31:40.157Z | Downloaded proc-macro2 v1.0.106 |
| 317 | 2026-05-11T18:31:40.160Z | Downloaded futures v0.3.32 |
| 318 | 2026-05-11T18:31:40.164Z | Downloaded serde_derive v1.0.228 |
| 319 | 2026-05-11T18:31:40.164Z | Downloaded term v1.2.1 |
| 320 | 2026-05-11T18:31:40.167Z | Downloaded serde_core v1.0.228 |
| 321 | 2026-05-11T18:31:40.167Z | Downloaded iana-time-zone v0.1.65 |
| 322 | 2026-05-11T18:31:40.167Z | Downloaded tokio-rustls v0.26.4 |
| 323 | 2026-05-11T18:31:40.171Z | Downloaded zmij v1.0.21 |
| 324 | 2026-05-11T18:31:40.171Z | Downloaded icu_provider v2.1.1 |
| 325 | 2026-05-11T18:31:40.171Z | Downloaded icu_locale_core v2.1.1 |
| 326 | 2026-05-11T18:31:40.175Z | Downloaded newtype-uuid v1.3.2 |
| 327 | 2026-05-11T18:31:40.175Z | Downloaded schemars v0.8.22 |
| 328 | 2026-05-11T18:31:40.180Z | Downloaded ucd-trie v0.1.7 |
| 329 | 2026-05-11T18:31:40.185Z | Downloaded getrandom v0.3.4 |
| 330 | 2026-05-11T18:31:40.185Z | Downloaded crossbeam-utils v0.8.21 |
| 331 | 2026-05-11T18:31:40.185Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 332 | 2026-05-11T18:31:40.188Z | Downloaded spin v0.9.8 |
| 333 | 2026-05-11T18:31:40.188Z | Downloaded parking_lot_core v0.9.12 |
| 334 | 2026-05-11T18:31:40.599Z | Downloaded test-strategy v0.4.5 |
| 335 | 2026-05-11T18:31:40.599Z | Downloaded getrandom v0.2.17 |
| 336 | 2026-05-11T18:31:40.603Z | Downloaded foldhash v0.2.0 |
| 337 | 2026-05-11T18:31:40.603Z | Downloaded darling v0.21.3 |
| 338 | 2026-05-11T18:31:40.603Z | Downloaded pest_meta v2.8.6 |
| 339 | 2026-05-11T18:31:40.603Z | Downloaded icu_normalizer_data v2.1.1 |
| 340 | 2026-05-11T18:31:40.603Z | Downloaded dropshot_endpoint v0.17.0 |
| 341 | 2026-05-11T18:31:40.603Z | Downloaded tinyvec v1.10.0 |
| 342 | 2026-05-11T18:31:40.603Z | Downloaded crc32fast v1.5.0 |
| 343 | 2026-05-11T18:31:40.603Z | Downloaded tracing-core v0.1.36 |
| 344 | 2026-05-11T18:31:40.603Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 345 | 2026-05-11T18:31:40.603Z | Downloaded darling_core v0.21.3 |
| 346 | 2026-05-11T18:31:40.603Z | Downloaded rand v0.8.5 |
| 347 | 2026-05-11T18:31:40.603Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-05-11T18:31:40.603Z | Downloaded crossbeam-channel v0.5.15 |
| 349 | 2026-05-11T18:31:40.603Z | Downloaded slog v2.8.2 |
| 350 | 2026-05-11T18:31:40.603Z | Downloaded async-compression v0.4.41 |
| 351 | 2026-05-11T18:31:40.603Z | Downloaded icu_collections v2.1.1 |
| 352 | 2026-05-11T18:31:40.603Z | Downloaded flate2 v1.1.9 |
| 353 | 2026-05-11T18:31:40.603Z | Downloaded rand v0.9.2 |
| 354 | 2026-05-11T18:31:40.603Z | Downloaded serde v1.0.228 |
| 355 | 2026-05-11T18:31:40.603Z | Downloaded uuid v1.23.0 |
| 356 | 2026-05-11T18:31:40.604Z | Downloaded rustls-webpki v0.103.9 |
| 357 | 2026-05-11T18:31:40.604Z | Downloaded socket2 v0.6.3 |
| 358 | 2026-05-11T18:31:40.604Z | Downloaded memchr v2.8.0 |
| 359 | 2026-05-11T18:31:40.604Z | Downloaded indexmap v2.14.0 |
| 360 | 2026-05-11T18:31:40.604Z | Downloaded cc v1.2.56 |
| 361 | 2026-05-11T18:31:40.604Z | Downloaded hyper-util v0.1.20 |
| 362 | 2026-05-11T18:31:40.604Z | Downloaded typenum v1.19.0 |
| 363 | 2026-05-11T18:31:40.604Z | Downloaded url v2.5.8 |
| 364 | 2026-05-11T18:31:40.604Z | Downloaded zerotrie v0.2.3 |
| 365 | 2026-05-11T18:31:40.604Z | Downloaded zerocopy-derive v0.8.40 |
| 366 | 2026-05-11T18:31:40.604Z | Downloaded http v1.4.0 |
| 367 | 2026-05-11T18:31:40.604Z | Downloaded aho-corasick v1.1.4 |
| 368 | 2026-05-11T18:31:40.604Z | Downloaded idna v1.1.0 |
| 369 | 2026-05-11T18:31:40.604Z | Downloaded tower v0.5.3 |
| 370 | 2026-05-11T18:31:40.604Z | Downloaded pest v2.8.6 |
| 371 | 2026-05-11T18:31:40.604Z | Downloaded hyper v1.8.1 |
| 372 | 2026-05-11T18:31:40.604Z | Downloaded iddqd v0.3.18 |
| 373 | 2026-05-11T18:31:40.604Z | Downloaded reqwest v0.12.28 |
| 374 | 2026-05-11T18:31:40.604Z | Downloaded zerovec v0.11.5 |
| 375 | 2026-05-11T18:31:40.604Z | Downloaded iri-string v0.7.10 |
| 376 | 2026-05-11T18:31:40.605Z | Downloaded tokio-util v0.7.18 |
| 377 | 2026-05-11T18:31:40.605Z | Downloaded serde_json v1.0.149 |
| 378 | 2026-05-11T18:31:40.605Z | Downloaded regex v1.12.3 |
| 379 | 2026-05-11T18:31:40.605Z | Downloaded tower-http v0.6.8 |
| 380 | 2026-05-11T18:31:40.605Z | Downloaded futures-util v0.3.32 |
| 381 | 2026-05-11T18:31:40.605Z | Downloaded reqwest v0.13.2 |
| 382 | 2026-05-11T18:31:40.605Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-05-11T18:31:40.605Z | Downloaded hashbrown v0.16.1 |
| 384 | 2026-05-11T18:31:40.605Z | Downloaded itertools v0.14.0 |
| 385 | 2026-05-11T18:31:40.605Z | Downloaded h2 v0.4.13 |
| 386 | 2026-05-11T18:31:40.605Z | Downloaded serde_with v3.17.0 |
| 387 | 2026-05-11T18:31:40.605Z | Downloaded rustls-webpki v0.102.8 |
| 388 | 2026-05-11T18:31:40.605Z | Downloaded winnow v0.7.14 |
| 389 | 2026-05-11T18:31:40.605Z | Downloaded goblin v0.10.5 |
| 390 | 2026-05-11T18:31:40.605Z | Downloaded aws-lc-rs v1.16.0 |
| 391 | 2026-05-11T18:31:40.605Z | Downloaded time v0.3.47 |
| 392 | 2026-05-11T18:31:40.605Z | Downloaded proptest v1.10.0 |
| 393 | 2026-05-11T18:31:40.605Z | Downloaded syn v2.0.117 |
| 394 | 2026-05-11T18:31:40.605Z | Downloaded chrono v0.4.44 |
| 395 | 2026-05-11T18:31:40.605Z | Downloaded icu_properties_data v2.1.2 |
| 396 | 2026-05-11T18:31:40.605Z | Downloaded dropshot v0.17.0 |
| 397 | 2026-05-11T18:31:40.605Z | Downloaded quinn-proto v0.11.13 |
| 398 | 2026-05-11T18:31:40.605Z | Downloaded zerocopy v0.8.40 |
| 399 | 2026-05-11T18:31:40.605Z | Downloaded openapiv3 v2.2.0 |
| 400 | 2026-05-11T18:31:40.605Z | Downloaded rustls v0.22.4 |
| 401 | 2026-05-11T18:31:40.605Z | Downloaded regex-syntax v0.8.10 |
| 402 | 2026-05-11T18:31:40.605Z | Downloaded regress v0.10.5 |
| 403 | 2026-05-11T18:31:40.605Z | Downloaded rustls v0.23.37 |
| 404 | 2026-05-11T18:31:40.605Z | Downloaded rustix v1.1.3 |
| 405 | 2026-05-11T18:31:40.605Z | Downloaded tokio v1.52.1 |
| 406 | 2026-05-11T18:31:40.606Z | Downloaded tracing v0.1.44 |
| 407 | 2026-05-11T18:31:40.606Z | Downloaded regex-automata v0.4.14 |
| 408 | 2026-05-11T18:31:40.606Z | Downloaded libc v0.2.185 |
| 409 | 2026-05-11T18:31:40.623Z | Downloaded encoding_rs v0.8.35 |
| 410 | 2026-05-11T18:31:40.643Z | Downloaded ring v0.17.14 |
| 411 | 2026-05-11T18:31:41.155Z | Downloaded aws-lc-sys v0.37.1 |
| 412 | 2026-05-11T18:31:41.349Z | Compiling proc-macro2 v1.0.106 |
| 413 | 2026-05-11T18:31:41.349Z | Compiling quote v1.0.45 |
| 414 | 2026-05-11T18:31:41.349Z | Compiling unicode-ident v1.0.24 |
| 415 | 2026-05-11T18:31:41.349Z | Compiling libc v0.2.185 |
| 416 | 2026-05-11T18:31:41.349Z | Checking cfg-if v1.0.4 |
| 417 | 2026-05-11T18:31:41.349Z | Compiling serde_core v1.0.228 |
| 418 | 2026-05-11T18:31:41.354Z | Checking memchr v2.8.0 |
| 419 | 2026-05-11T18:31:41.452Z | Checking itoa v1.0.17 |
| 420 | 2026-05-11T18:31:41.517Z | Compiling serde v1.0.228 |
| 421 | 2026-05-11T18:31:41.585Z | Compiling zmij v1.0.21 |
| 422 | 2026-05-11T18:31:41.609Z | Compiling serde_json v1.0.149 |
| 423 | 2026-05-11T18:31:41.852Z | Checking pin-project-lite v0.2.17 |
| 424 | 2026-05-11T18:31:41.955Z | Checking smallvec v1.15.1 |
| 425 | 2026-05-11T18:31:42.099Z | Compiling find-msvc-tools v0.1.9 |
| 426 | 2026-05-11T18:31:42.106Z | Compiling shlex v1.3.0 |
| 427 | 2026-05-11T18:31:42.127Z | Checking bytes v1.11.1 |
| 428 | 2026-05-11T18:31:42.283Z | Compiling parking_lot_core v0.9.12 |
| 429 | 2026-05-11T18:31:42.327Z | Checking futures-core v0.3.32 |
| 430 | 2026-05-11T18:31:42.345Z | Checking scopeguard v1.2.0 |
| 431 | 2026-05-11T18:31:42.435Z | Checking lock_api v0.4.14 |
| 432 | 2026-05-11T18:31:42.452Z | Checking errno v0.3.14 |
| 433 | 2026-05-11T18:31:42.456Z | Compiling jobserver v0.1.34 |
| 434 | 2026-05-11T18:31:42.506Z | Checking socket2 v0.6.3 |
| 435 | 2026-05-11T18:31:42.562Z | Checking signal-hook-registry v1.4.8 |
| 436 | 2026-05-11T18:31:42.583Z | Checking mio v1.2.0 |
| 437 | 2026-05-11T18:31:42.628Z | Checking once_cell v1.21.3 |
| 438 | 2026-05-11T18:31:42.709Z | Compiling cc v1.2.56 |
| 439 | 2026-05-11T18:31:42.750Z | Checking parking_lot v0.12.5 |
| 440 | 2026-05-11T18:31:42.794Z | Checking futures-sink v0.3.32 |
| 441 | 2026-05-11T18:31:42.859Z | Checking stable_deref_trait v1.2.1 |
| 442 | 2026-05-11T18:31:42.883Z | Compiling autocfg v1.5.0 |
| 443 | 2026-05-11T18:31:42.924Z | Compiling getrandom v0.4.1 |
| 444 | 2026-05-11T18:31:42.934Z | Checking zeroize v1.8.2 |
| 445 | 2026-05-11T18:31:42.976Z | Compiling syn v2.0.117 |
| 446 | 2026-05-11T18:31:43.022Z | Checking slab v0.4.12 |
| 447 | 2026-05-11T18:31:43.061Z | Checking futures-channel v0.3.32 |
| 448 | 2026-05-11T18:31:43.172Z | Checking equivalent v1.0.2 |
| 449 | 2026-05-11T18:31:43.196Z | Compiling thiserror v2.0.18 |
| 450 | 2026-05-11T18:31:43.231Z | Compiling num-traits v0.2.19 |
| 451 | 2026-05-11T18:31:43.245Z | Compiling rustversion v1.0.22 |
| 452 | 2026-05-11T18:31:43.301Z | Checking rustls-pki-types v1.14.0 |
| 453 | 2026-05-11T18:31:43.375Z | Checking http v1.4.0 |
| 454 | 2026-05-11T18:31:43.579Z | Compiling cmake v0.1.57 |
| 455 | 2026-05-11T18:31:43.609Z | Compiling dunce v1.0.5 |
| 456 | 2026-05-11T18:31:43.694Z | Compiling fs_extra v1.3.0 |
| 457 | 2026-05-11T18:31:43.725Z | Checking futures-io v0.3.32 |
| 458 | 2026-05-11T18:31:43.826Z | Checking futures-task v0.3.32 |
| 459 | 2026-05-11T18:31:43.920Z | Compiling zerocopy v0.8.40 |
| 460 | 2026-05-11T18:31:43.969Z | Checking untrusted v0.9.0 |
| 461 | 2026-05-11T18:31:43.973Z | Checking log v0.4.29 |
| 462 | 2026-05-11T18:31:44.020Z | Compiling aws-lc-sys v0.37.1 |
| 463 | 2026-05-11T18:31:44.066Z | Checking fnv v1.0.7 |
| 464 | 2026-05-11T18:31:44.111Z | Compiling version_check v0.9.5 |
| 465 | 2026-05-11T18:31:44.305Z | Checking hashbrown v0.17.0 |
| 466 | 2026-05-11T18:31:44.377Z | Checking writeable v0.6.2 |
| 467 | 2026-05-11T18:31:44.471Z | Checking iana-time-zone v0.1.65 |
| 468 | 2026-05-11T18:31:44.518Z | Compiling ucd-trie v0.1.7 |
| 469 | 2026-05-11T18:31:44.529Z | Compiling httparse v1.10.1 |
| 470 | 2026-05-11T18:31:44.566Z | Checking litemap v0.8.1 |
| 471 | 2026-05-11T18:31:44.645Z | Compiling pest v2.8.6 |
| 472 | 2026-05-11T18:31:44.726Z | Checking http-body v1.0.1 |
| 473 | 2026-05-11T18:31:44.741Z | Checking tracing-core v0.1.36 |
| 474 | 2026-05-11T18:31:44.775Z | Checking indexmap v2.14.0 |
| 475 | 2026-05-11T18:31:44.835Z | Compiling icu_normalizer_data v2.1.1 |
| 476 | 2026-05-11T18:31:44.886Z | Compiling icu_properties_data v2.1.2 |
| 477 | 2026-05-11T18:31:45.020Z | Checking bitflags v2.11.0 |
| 478 | 2026-05-11T18:31:45.035Z | Checking atomic-waker v1.1.2 |
| 479 | 2026-05-11T18:31:45.083Z | Checking percent-encoding v2.3.2 |
| 480 | 2026-05-11T18:31:45.115Z | Compiling aws-lc-rs v1.16.0 |
| 481 | 2026-05-11T18:31:45.163Z | Compiling schemars v0.8.22 |
| 482 | 2026-05-11T18:31:45.241Z | Checking tracing v0.1.44 |
| 483 | 2026-05-11T18:31:45.393Z | Checking semver v1.0.28 |
| 484 | 2026-05-11T18:31:45.405Z | Checking uuid v1.23.0 |
| 485 | 2026-05-11T18:31:45.421Z | Checking tower-layer v0.3.3 |
| 486 | 2026-05-11T18:31:45.496Z | Checking base64 v0.22.1 |
| 487 | 2026-05-11T18:31:45.550Z | Checking try-lock v0.2.5 |
| 488 | 2026-05-11T18:31:45.585Z | Checking dyn-clone v1.0.20 |
| 489 | 2026-05-11T18:31:45.636Z | Compiling pest_meta v2.8.6 |
| 490 | 2026-05-11T18:31:45.674Z | Checking subtle v2.6.1 |
| 491 | 2026-05-11T18:31:45.680Z | Checking tower-service v0.3.3 |
| 492 | 2026-05-11T18:31:45.718Z | Compiling synstructure v0.13.2 |
| 493 | 2026-05-11T18:31:45.763Z | Compiling serde_derive_internals v0.29.1 |
| 494 | 2026-05-11T18:31:45.800Z | Checking want v0.3.1 |
| 495 | 2026-05-11T18:31:45.900Z | Compiling slog v2.8.2 |
| 496 | 2026-05-11T18:31:45.906Z | Checking getrandom v0.2.17 |
| 497 | 2026-05-11T18:31:45.987Z | Compiling heck v0.5.0 |
| 498 | 2026-05-11T18:31:46.031Z | Checking httpdate v1.0.3 |
| 499 | 2026-05-11T18:31:46.097Z | Checking pin-utils v0.1.0 |
| 500 | 2026-05-11T18:31:46.169Z | Checking form_urlencoded v1.2.2 |
| 501 | 2026-05-11T18:31:46.180Z | Checking ipnet v2.11.0 |
| 502 | 2026-05-11T18:31:46.190Z | Compiling pest_generator v2.8.6 |
| 503 | 2026-05-11T18:31:46.201Z | Compiling rustls v0.23.37 |
| 504 | 2026-05-11T18:31:46.386Z | Compiling getrandom v0.3.4 |
| 505 | 2026-05-11T18:31:46.393Z | Compiling typenum v1.19.0 |
| 506 | 2026-05-11T18:31:46.478Z | Compiling generic-array v0.14.7 |
| 507 | 2026-05-11T18:31:46.680Z | Compiling ring v0.17.14 |
| 508 | 2026-05-11T18:31:46.683Z | Checking sync_wrapper v1.0.2 |
| 509 | 2026-05-11T18:31:46.771Z | Compiling paste v1.0.15 |
| 510 | 2026-05-11T18:31:46.801Z | Checking utf8_iter v1.0.4 |
| 511 | 2026-05-11T18:31:46.823Z | Checking ryu v1.0.23 |
| 512 | 2026-05-11T18:31:46.928Z | Compiling serde_derive v1.0.228 |
| 513 | 2026-05-11T18:31:46.958Z | Compiling zerofrom-derive v0.1.6 |
| 514 | 2026-05-11T18:31:46.992Z | Compiling tokio-macros v2.7.0 |
| 515 | 2026-05-11T18:31:47.032Z | Compiling yoke-derive v0.8.1 |
| 516 | 2026-05-11T18:31:47.049Z | Compiling zerocopy-derive v0.8.40 |
| 517 | 2026-05-11T18:31:47.168Z | Compiling zerovec-derive v0.11.2 |
| 518 | 2026-05-11T18:31:47.420Z | Compiling displaydoc v0.2.5 |
| 519 | 2026-05-11T18:31:47.669Z | Checking tokio v1.52.1 |
| 520 | 2026-05-11T18:31:47.998Z | Compiling thiserror-impl v2.0.18 |
| 521 | 2026-05-11T18:31:48.095Z | Checking zerofrom v0.1.6 |
| 522 | 2026-05-11T18:31:48.105Z | Compiling futures-macro v0.3.32 |
| 523 | 2026-05-11T18:31:48.182Z | Compiling schemars_derive v0.8.22 |
| 524 | 2026-05-11T18:31:48.199Z | Checking yoke v0.8.1 |
| 525 | 2026-05-11T18:31:48.363Z | Checking zerovec v0.11.5 |
| 526 | 2026-05-11T18:31:48.776Z | Checking tinystr v0.8.2 |
| 527 | 2026-05-11T18:31:48.876Z | Checking futures-util v0.3.32 |
| 528 | 2026-05-11T18:31:48.943Z | Checking icu_locale_core v2.1.1 |
| 529 | 2026-05-11T18:31:49.159Z | Checking potential_utf v0.1.4 |
| 530 | 2026-05-11T18:31:49.278Z | Checking zerotrie v0.2.3 |
| 531 | 2026-05-11T18:31:49.312Z | Checking icu_collections v2.1.1 |
| 532 | 2026-05-11T18:31:49.467Z | Compiling pest_derive v2.8.6 |
| 533 | 2026-05-11T18:31:49.503Z | Checking icu_provider v2.1.1 |
| 534 | 2026-05-11T18:31:49.722Z | Checking icu_normalizer v2.1.1 |
| 535 | 2026-05-11T18:31:49.866Z | Checking chrono v0.4.44 |
| 536 | 2026-05-11T18:31:49.926Z | Checking erased-serde v0.3.31 |
| 537 | 2026-05-11T18:31:50.013Z | Checking icu_properties v2.1.2 |
| 538 | 2026-05-11T18:31:50.068Z | Compiling serde_tokenstream v0.2.3 |
| 539 | 2026-05-11T18:31:50.526Z | Checking serde_urlencoded v0.7.1 |
| 540 | 2026-05-11T18:31:50.626Z | Checking tokio-util v0.7.18 |
| 541 | 2026-05-11T18:31:50.689Z | Checking tower v0.5.3 |
| 542 | 2026-05-11T18:31:50.783Z | Checking idna_adapter v1.2.1 |
| 543 | 2026-05-11T18:31:50.889Z | Checking idna v1.1.0 |
| 544 | 2026-05-11T18:31:51.013Z | Checking h2 v0.4.13 |
| 545 | 2026-05-11T18:31:51.028Z | Checking ppv-lite86 v0.2.21 |
| 546 | 2026-05-11T18:31:51.246Z | Compiling structmeta-derive v0.3.0 |
| 547 | 2026-05-11T18:31:51.267Z | Compiling scroll_derive v0.13.1 |
| 548 | 2026-05-11T18:31:51.335Z | Checking http-body-util v0.1.3 |
| 549 | 2026-05-11T18:31:51.546Z | Checking powerfmt v0.2.0 |
| 550 | 2026-05-11T18:31:51.684Z | Compiling rustix v1.1.3 |
| 551 | 2026-05-11T18:31:51.942Z | Compiling num-conv v0.2.0 |
| 552 | 2026-05-11T18:31:52.021Z | Checking fastrand v2.3.0 |
| 553 | 2026-05-11T18:31:52.031Z | Compiling time-core v0.1.8 |
| 554 | 2026-05-11T18:31:52.060Z | Checking iri-string v0.7.10 |
| 555 | 2026-05-11T18:31:52.137Z | Compiling usdt-impl v0.6.0 |
| 556 | 2026-05-11T18:31:52.155Z | Compiling crc32fast v1.5.0 |
| 557 | 2026-05-11T18:31:52.367Z | Compiling time-macros v0.2.27 |
| 558 | 2026-05-11T18:31:52.468Z | Compiling structmeta v0.3.0 |
| 559 | 2026-05-11T18:31:52.560Z | Checking scroll v0.13.0 |
| 560 | 2026-05-11T18:31:52.771Z | Checking deranged v0.5.8 |
| 561 | 2026-05-11T18:31:52.784Z | Checking hyper v1.8.1 |
| 562 | 2026-05-11T18:31:53.046Z | Checking tower-http v0.6.8 |
| 563 | 2026-05-11T18:31:53.253Z | Compiling dof v0.4.0 |
| 564 | 2026-05-11T18:31:53.290Z | Checking ipnetwork v0.21.1 |
| 565 | 2026-05-11T18:31:53.373Z | Checking url v2.5.8 |
| 566 | 2026-05-11T18:31:53.463Z | Compiling dtrace-parser v0.3.0 |
| 567 | 2026-05-11T18:31:53.631Z | Checking hyper-util v0.1.20 |
| 568 | 2026-05-11T18:31:53.655Z | Checking rand_core v0.9.5 |
| 569 | 2026-05-11T18:31:53.743Z | Compiling thread-id v5.1.0 |
| 570 | 2026-05-11T18:31:53.754Z | Checking num_threads v0.1.7 |
| 571 | 2026-05-11T18:31:53.811Z | Checking simd-adler32 v0.3.8 |
| 572 | 2026-05-11T18:31:53.820Z | Compiling byteorder v1.5.0 |
| 573 | 2026-05-11T18:31:53.830Z | Compiling crossbeam-utils v0.8.21 |
| 574 | 2026-05-11T18:31:53.924Z | Checking adler2 v2.0.1 |
| 575 | 2026-05-11T18:31:53.938Z | Checking openssl-probe v0.2.1 |
| 576 | 2026-05-11T18:31:54.019Z | Compiling strsim v0.11.1 |
| 577 | 2026-05-11T18:31:54.029Z | Compiling omicron-workspace-hack v0.1.0 |
| 578 | 2026-05-11T18:31:54.101Z | Checking regex-syntax v0.8.10 |
| 579 | 2026-05-11T18:31:54.221Z | Compiling ident_case v1.0.1 |
| 580 | 2026-05-11T18:31:54.242Z | Checking plain v0.2.3 |
| 581 | 2026-05-11T18:31:54.309Z | Compiling darling_core v0.21.3 |
| 582 | 2026-05-11T18:31:54.329Z | Checking time v0.3.47 |
| 583 | 2026-05-11T18:31:54.334Z | Checking goblin v0.10.5 |
| 584 | 2026-05-11T18:31:54.686Z | Checking rustls-native-certs v0.8.3 |
| 585 | 2026-05-11T18:31:54.802Z | Checking miniz_oxide v0.8.9 |
| 586 | 2026-05-11T18:31:55.158Z | Checking oxnet v0.1.4 |
| 587 | 2026-05-11T18:31:55.523Z | Checking newtype-uuid v1.3.2 |
| 588 | 2026-05-11T18:31:55.523Z | Compiling daft-derive v0.1.5 |
| 589 | 2026-05-11T18:31:55.624Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-05-11T18:31:55.679Z | Compiling camino v1.2.2 |
| 591 | 2026-05-11T18:31:55.888Z | Checking pretty-hex v0.4.1 |
| 592 | 2026-05-11T18:31:55.982Z | Compiling rustls v0.22.4 |
| 593 | 2026-05-11T18:31:56.194Z | Checking rustls-webpki v0.102.8 |
| 594 | 2026-05-11T18:31:56.206Z | Checking daft v0.1.5 |
| 595 | 2026-05-11T18:31:56.305Z | Checking tempfile v3.25.0 |
| 596 | 2026-05-11T18:31:56.390Z | Compiling darling_macro v0.21.3 |
| 597 | 2026-05-11T18:31:56.400Z | Checking flate2 v1.1.9 |
| 598 | 2026-05-11T18:31:56.760Z | Checking rand_chacha v0.9.0 |
| 599 | 2026-05-11T18:31:56.893Z | Checking crypto-common v0.1.7 |
| 600 | 2026-05-11T18:31:56.986Z | Checking block-buffer v0.10.4 |
| 601 | 2026-05-11T18:31:56.999Z | Checking rand_core v0.6.4 |
| 602 | 2026-05-11T18:31:57.020Z | Compiling multer v3.1.0 |
| 603 | 2026-05-11T18:31:57.020Z | Checking wait-timeout v0.2.1 |
| 604 | 2026-05-11T18:31:57.113Z | Checking thread_local v1.1.9 |
| 605 | 2026-05-11T18:31:57.167Z | Checking foldhash v0.2.0 |
| 606 | 2026-05-11T18:31:57.229Z | Checking compression-core v0.4.31 |
| 607 | 2026-05-11T18:31:57.246Z | Checking bit-vec v0.8.0 |
| 608 | 2026-05-11T18:31:57.269Z | Checking allocator-api2 v0.2.21 |
| 609 | 2026-05-11T18:31:57.294Z | Checking match_cfg v0.1.0 |
| 610 | 2026-05-11T18:31:57.356Z | Compiling anyhow v1.0.102 |
| 611 | 2026-05-11T18:31:57.423Z | Compiling regex-automata v0.4.14 |
| 612 | 2026-05-11T18:31:57.537Z | Compiling thiserror v1.0.69 |
| 613 | 2026-05-11T18:31:57.558Z | Compiling slog-async v2.8.0 |
| 614 | 2026-05-11T18:31:57.674Z | Checking quick-error v1.2.3 |
| 615 | 2026-05-11T18:31:57.749Z | Compiling ref-cast v1.0.25 |
| 616 | 2026-05-11T18:31:57.787Z | Checking winnow v0.7.14 |
| 617 | 2026-05-11T18:31:57.996Z | Checking rusty-fork v0.3.1 |
| 618 | 2026-05-11T18:31:58.086Z | Checking hashbrown v0.16.1 |
| 619 | 2026-05-11T18:31:58.141Z | Checking bit-set v0.8.0 |
| 620 | 2026-05-11T18:31:58.238Z | Checking hostname v0.3.1 |
| 621 | 2026-05-11T18:31:58.280Z | Checking compression-codecs v0.4.37 |
| 622 | 2026-05-11T18:31:58.365Z | Checking rand_chacha v0.3.1 |
| 623 | 2026-05-11T18:31:58.435Z | Checking digest v0.10.7 |
| 624 | 2026-05-11T18:31:58.606Z | Checking crossbeam-channel v0.5.15 |
| 625 | 2026-05-11T18:31:58.638Z | Checking rand v0.9.2 |
| 626 | 2026-05-11T18:31:58.638Z | Compiling darling v0.21.3 |
| 627 | 2026-05-11T18:31:58.835Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 628 | 2026-05-11T18:31:58.856Z | Compiling usdt-attr-macro v0.6.0 |
| 629 | 2026-05-11T18:31:58.888Z | Compiling usdt-macro v0.6.0 |
| 630 | 2026-05-11T18:31:59.015Z | Checking slog-json v2.6.1 |
| 631 | 2026-05-11T18:31:59.218Z | Compiling regex v1.12.3 |
| 632 | 2026-05-11T18:31:59.245Z | Checking rand_xorshift v0.4.0 |
| 633 | 2026-05-11T18:31:59.245Z | Compiling derive-ex v0.1.8 |
| 634 | 2026-05-11T18:31:59.257Z | Checking futures-executor v0.3.32 |
| 635 | 2026-05-11T18:31:59.397Z | Compiling async-stream-impl v0.3.6 |
| 636 | 2026-05-11T18:31:59.513Z | Compiling ref-cast-impl v1.0.25 |
| 637 | 2026-05-11T18:31:59.513Z | Compiling thiserror-impl v1.0.69 |
| 638 | 2026-05-11T18:31:59.538Z | Compiling strum_macros v0.26.4 |
| 639 | 2026-05-11T18:31:59.946Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 640 | 2026-05-11T18:31:59.979Z | Compiling async-trait v0.1.89 |
| 641 | 2026-05-11T18:32:00.007Z | Compiling dropshot v0.17.0 |
| 642 | 2026-05-11T18:32:00.081Z | Checking serde_spanned v1.0.4 |
| 643 | 2026-05-11T18:32:00.191Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 644 | 2026-05-11T18:32:00.220Z | Checking memmap2 v0.9.10 |
| 645 | 2026-05-11T18:32:00.358Z | Checking is-terminal v0.4.17 |
| 646 | 2026-05-11T18:32:00.374Z | Checking encoding_rs v0.8.35 |
| 647 | 2026-05-11T18:32:00.390Z | Checking mime v0.3.17 |
| 648 | 2026-05-11T18:32:00.448Z | Checking hex v0.4.3 |
| 649 | 2026-05-11T18:32:00.548Z | Checking take_mut v0.2.2 |
| 650 | 2026-05-11T18:32:00.617Z | Checking spin v0.9.8 |
| 651 | 2026-05-11T18:32:00.655Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 652 | 2026-05-11T18:32:00.749Z | Checking unarray v0.1.4 |
| 653 | 2026-05-11T18:32:00.785Z | Checking cpufeatures v0.2.17 |
| 654 | 2026-05-11T18:32:00.798Z | Checking term v1.2.1 |
| 655 | 2026-05-11T18:32:00.798Z | Checking sha1 v0.10.6 |
| 656 | 2026-05-11T18:32:00.814Z | Checking toml v1.0.6+spec-1.1.0 |
| 657 | 2026-05-11T18:32:00.900Z | Checking proptest v1.10.0 |
| 658 | 2026-05-11T18:32:00.912Z | Compiling dropshot_endpoint v0.17.0 |
| 659 | 2026-05-11T18:32:00.923Z | Compiling test-strategy v0.4.5 |
| 660 | 2026-05-11T18:32:00.988Z | Checking slog-term v2.9.2 |
| 661 | 2026-05-11T18:32:01.243Z | Checking strum v0.26.3 |
| 662 | 2026-05-11T18:32:01.252Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 663 | 2026-05-11T18:32:01.367Z | Checking usdt v0.6.0 |
| 664 | 2026-05-11T18:32:01.379Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 665 | 2026-05-11T18:32:01.487Z | Checking tokio-rustls v0.25.0 |
| 666 | 2026-05-11T18:32:01.509Z | Checking async-stream v0.3.6 |
| 667 | 2026-05-11T18:32:01.521Z | Compiling parse-display-derive v0.10.0 |
| 668 | 2026-05-11T18:32:01.535Z | Checking futures v0.3.32 |
| 669 | 2026-05-11T18:32:01.602Z | Checking slog-bunyan v2.5.0 |
| 670 | 2026-05-11T18:32:01.662Z | Compiling serde_with_macros v3.17.0 |
| 671 | 2026-05-11T18:32:01.702Z | Checking rand v0.8.5 |
| 672 | 2026-05-11T18:32:01.859Z | Checking async-compression v0.4.41 |
| 673 | 2026-05-11T18:32:02.201Z | Checking reqwest v0.12.28 |
| 674 | 2026-05-11T18:32:02.285Z | Checking backon v1.6.0 |
| 675 | 2026-05-11T18:32:02.334Z | Compiling newtype-uuid-macros v0.1.0 |
| 676 | 2026-05-11T18:32:02.434Z | Checking openapiv3 v2.2.0 |
| 677 | 2026-05-11T18:32:02.471Z | Compiling strum_macros v0.27.2 |
| 678 | 2026-05-11T18:32:02.489Z | Checking waitgroup v0.1.2 |
| 679 | 2026-05-11T18:32:02.582Z | Checking serde_path_to_error v0.1.20 |
| 680 | 2026-05-11T18:32:02.680Z | Checking rustls-pemfile v2.2.0 |
| 681 | 2026-05-11T18:32:02.718Z | Checking hostname v0.4.2 |
| 682 | 2026-05-11T18:32:06.957Z | Checking instant v0.1.13 |
| 683 | 2026-05-11T18:32:06.958Z | Checking either v1.15.0 |
| 684 | 2026-05-11T18:32:06.958Z | Checking debug-ignore v1.0.5 |
| 685 | 2026-05-11T18:32:06.958Z | Checking rustc-hash v2.1.1 |
| 686 | 2026-05-11T18:32:06.958Z | Checking backoff v0.4.0 |
| 687 | 2026-05-11T18:32:06.958Z | Checking iddqd v0.3.18 |
| 688 | 2026-05-11T18:32:06.958Z | Checking itertools v0.14.0 |
| 689 | 2026-05-11T18:32:06.958Z | Checking parse-display v0.10.0 |
| 690 | 2026-05-11T18:32:06.958Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 691 | 2026-05-11T18:32:06.958Z | Checking progenitor-client v0.10.0 |
| 692 | 2026-05-11T18:32:06.958Z | Checking serde_with v3.17.0 |
| 693 | 2026-05-11T18:32:06.958Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 694 | 2026-05-11T18:32:07.194Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 695 | 2026-05-11T18:32:07.194Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 696 | 2026-05-11T18:32:07.194Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 697 | 2026-05-11T18:32:07.194Z | Checking regress v0.10.5 |
| 698 | 2026-05-11T18:32:07.194Z | Checking macaddr v1.0.1 |
| 699 | 2026-05-11T18:32:07.195Z | Checking strum v0.27.2 |
| 700 | 2026-05-11T18:32:08.469Z | Checking rustls-webpki v0.103.9 |
| 701 | 2026-05-11T18:32:10.508Z | Checking tokio-rustls v0.26.4 |
| 702 | 2026-05-11T18:32:10.508Z | Checking rustls-platform-verifier v0.6.2 |
| 703 | 2026-05-11T18:32:10.679Z | Checking hyper-rustls v0.27.7 |
| 704 | 2026-05-11T18:32:10.816Z | Checking reqwest v0.13.2 |
| 705 | 2026-05-11T18:32:11.317Z | Checking progenitor-client v0.14.0 |
| 706 | 2026-05-11T18:32:11.483Z | Checking progenitor-extras v0.2.0 |
| 707 | 2026-05-11T18:32:11.639Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 708 | 2026-05-11T18:32:15.032Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 709 | 2026-05-11T18:32:15.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.01s |
| 710 | 2026-05-11T18:32:15.213Z | + cargo build --release |
| 711 | 2026-05-11T18:32:15.379Z | Compiling proc-macro2 v1.0.106 |
| 712 | 2026-05-11T18:32:15.380Z | Compiling quote v1.0.45 |
| 713 | 2026-05-11T18:32:15.380Z | Compiling unicode-ident v1.0.24 |
| 714 | 2026-05-11T18:32:15.380Z | Compiling libc v0.2.185 |
| 715 | 2026-05-11T18:32:15.380Z | Compiling cfg-if v1.0.4 |
| 716 | 2026-05-11T18:32:15.380Z | Compiling serde_core v1.0.228 |
| 717 | 2026-05-11T18:32:15.383Z | Compiling memchr v2.8.0 |
| 718 | 2026-05-11T18:32:15.421Z | Compiling itoa v1.0.17 |
| 719 | 2026-05-11T18:32:15.478Z | Compiling serde v1.0.228 |
| 720 | 2026-05-11T18:32:15.513Z | Compiling zmij v1.0.21 |
| 721 | 2026-05-11T18:32:15.648Z | Compiling serde_json v1.0.149 |
| 722 | 2026-05-11T18:32:15.729Z | Compiling pin-project-lite v0.2.17 |
| 723 | 2026-05-11T18:32:15.790Z | Compiling smallvec v1.15.1 |
| 724 | 2026-05-11T18:32:15.838Z | Compiling shlex v1.3.0 |
| 725 | 2026-05-11T18:32:15.862Z | Compiling find-msvc-tools v0.1.9 |
| 726 | 2026-05-11T18:32:16.017Z | Compiling bytes v1.11.1 |
| 727 | 2026-05-11T18:32:16.074Z | Compiling errno v0.3.14 |
| 728 | 2026-05-11T18:32:16.120Z | Compiling jobserver v0.1.34 |
| 729 | 2026-05-11T18:32:16.126Z | Compiling parking_lot_core v0.9.12 |
| 730 | 2026-05-11T18:32:16.229Z | Compiling futures-core v0.3.32 |
| 731 | 2026-05-11T18:32:16.328Z | Compiling cc v1.2.56 |
| 732 | 2026-05-11T18:32:16.374Z | Compiling scopeguard v1.2.0 |
| 733 | 2026-05-11T18:32:16.473Z | Compiling lock_api v0.4.14 |
| 734 | 2026-05-11T18:32:16.531Z | Compiling syn v2.0.117 |
| 735 | 2026-05-11T18:32:16.554Z | Compiling signal-hook-registry v1.4.8 |
| 736 | 2026-05-11T18:32:16.591Z | Compiling socket2 v0.6.3 |
| 737 | 2026-05-11T18:32:16.704Z | Compiling parking_lot v0.12.5 |
| 738 | 2026-05-11T18:32:16.811Z | Compiling mio v1.2.0 |
| 739 | 2026-05-11T18:32:16.916Z | Compiling once_cell v1.21.3 |
| 740 | 2026-05-11T18:32:17.144Z | Compiling futures-sink v0.3.32 |
| 741 | 2026-05-11T18:32:17.244Z | Compiling stable_deref_trait v1.2.1 |
| 742 | 2026-05-11T18:32:17.314Z | Compiling thiserror v2.0.18 |
| 743 | 2026-05-11T18:32:17.384Z | Compiling zeroize v1.8.2 |
| 744 | 2026-05-11T18:32:17.502Z | Compiling getrandom v0.4.1 |
| 745 | 2026-05-11T18:32:17.582Z | Compiling slab v0.4.12 |
| 746 | 2026-05-11T18:32:17.596Z | Compiling autocfg v1.5.0 |
| 747 | 2026-05-11T18:32:17.623Z | Compiling futures-channel v0.3.32 |
| 748 | 2026-05-11T18:32:17.651Z | Compiling rustversion v1.0.22 |
| 749 | 2026-05-11T18:32:17.727Z | Compiling equivalent v1.0.2 |
| 750 | 2026-05-11T18:32:17.767Z | Compiling rustls-pki-types v1.14.0 |
| 751 | 2026-05-11T18:32:17.801Z | Compiling cmake v0.1.57 |
| 752 | 2026-05-11T18:32:17.857Z | Compiling http v1.4.0 |
| 753 | 2026-05-11T18:32:17.924Z | Compiling num-traits v0.2.19 |
| 754 | 2026-05-11T18:32:18.006Z | Compiling futures-io v0.3.32 |
| 755 | 2026-05-11T18:32:18.122Z | Compiling fs_extra v1.3.0 |
| 756 | 2026-05-11T18:32:18.187Z | Compiling futures-task v0.3.32 |
| 757 | 2026-05-11T18:32:18.190Z | Compiling zerocopy v0.8.40 |
| 758 | 2026-05-11T18:32:18.287Z | Compiling dunce v1.0.5 |
| 759 | 2026-05-11T18:32:18.369Z | Compiling aws-lc-sys v0.37.1 |
| 760 | 2026-05-11T18:32:18.582Z | Compiling untrusted v0.9.0 |
| 761 | 2026-05-11T18:32:18.593Z | Compiling fnv v1.0.7 |
| 762 | 2026-05-11T18:32:18.685Z | Compiling version_check v0.9.5 |
| 763 | 2026-05-11T18:32:18.699Z | Compiling log v0.4.29 |
| 764 | 2026-05-11T18:32:18.919Z | Compiling ucd-trie v0.1.7 |
| 765 | 2026-05-11T18:32:19.098Z | Compiling litemap v0.8.1 |
| 766 | 2026-05-11T18:32:19.134Z | Compiling writeable v0.6.2 |
| 767 | 2026-05-11T18:32:19.253Z | Compiling iana-time-zone v0.1.65 |
| 768 | 2026-05-11T18:32:19.284Z | Compiling synstructure v0.13.2 |
| 769 | 2026-05-11T18:32:19.356Z | Compiling httparse v1.10.1 |
| 770 | 2026-05-11T18:32:19.571Z | Compiling hashbrown v0.17.0 |
| 771 | 2026-05-11T18:32:19.693Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2026-05-11T18:32:19.749Z | Compiling pest v2.8.6 |
| 773 | 2026-05-11T18:32:19.757Z | Compiling http-body v1.0.1 |
| 774 | 2026-05-11T18:32:19.900Z | Compiling tracing-core v0.1.36 |
| 775 | 2026-05-11T18:32:20.062Z | Compiling atomic-waker v1.1.2 |
| 776 | 2026-05-11T18:32:20.180Z | Compiling indexmap v2.14.0 |
| 777 | 2026-05-11T18:32:20.213Z | Compiling aws-lc-rs v1.16.0 |
| 778 | 2026-05-11T18:32:20.401Z | Compiling percent-encoding v2.3.2 |
| 779 | 2026-05-11T18:32:20.491Z | Compiling serde_derive v1.0.228 |
| 780 | 2026-05-11T18:32:20.496Z | Compiling tokio-macros v2.7.0 |
| 781 | 2026-05-11T18:32:20.650Z | Compiling zerofrom-derive v0.1.6 |
| 782 | 2026-05-11T18:32:20.653Z | Compiling yoke-derive v0.8.1 |
| 783 | 2026-05-11T18:32:20.916Z | Compiling zerocopy-derive v0.8.40 |
| 784 | 2026-05-11T18:32:20.956Z | Compiling zerovec-derive v0.11.2 |
| 785 | 2026-05-11T18:32:20.960Z | Compiling displaydoc v0.2.5 |
| 786 | 2026-05-11T18:32:21.177Z | Compiling tokio v1.52.1 |
| 787 | 2026-05-11T18:32:21.606Z | Compiling futures-macro v0.3.32 |
| 788 | 2026-05-11T18:32:21.652Z | Compiling thiserror-impl v2.0.18 |
| 789 | 2026-05-11T18:32:21.775Z | Compiling zerofrom v0.1.6 |
| 790 | 2026-05-11T18:32:21.891Z | Compiling yoke v0.8.1 |
| 791 | 2026-05-11T18:32:21.980Z | Compiling icu_properties_data v2.1.2 |
| 792 | 2026-05-11T18:32:22.069Z | Compiling zerovec v0.11.5 |
| 793 | 2026-05-11T18:32:22.188Z | Compiling zerotrie v0.2.3 |
| 794 | 2026-05-11T18:32:22.379Z | Compiling futures-util v0.3.32 |
| 795 | 2026-05-11T18:32:22.590Z | Compiling tinystr v0.8.2 |
| 796 | 2026-05-11T18:32:22.666Z | Compiling potential_utf v0.1.4 |
| 797 | 2026-05-11T18:32:22.785Z | Compiling icu_locale_core v2.1.1 |
| 798 | 2026-05-11T18:32:22.791Z | Compiling bitflags v2.11.0 |
| 799 | 2026-05-11T18:32:22.815Z | Compiling icu_normalizer_data v2.1.1 |
| 800 | 2026-05-11T18:32:23.024Z | Compiling schemars v0.8.22 |
| 801 | 2026-05-11T18:32:23.256Z | Compiling icu_collections v2.1.1 |
| 802 | 2026-05-11T18:32:23.627Z | Compiling chrono v0.4.44 |
| 803 | 2026-05-11T18:32:23.653Z | Compiling icu_provider v2.1.1 |
| 804 | 2026-05-11T18:32:23.961Z | Compiling pest_meta v2.8.6 |
| 805 | 2026-05-11T18:32:24.051Z | Compiling schemars_derive v0.8.22 |
| 806 | 2026-05-11T18:32:24.966Z | Compiling tracing v0.1.44 |
| 807 | 2026-05-11T18:32:25.162Z | Compiling tokio-util v0.7.18 |
| 808 | 2026-05-11T18:32:25.187Z | Compiling uuid v1.23.0 |
| 809 | 2026-05-11T18:32:25.293Z | Compiling semver v1.0.28 |
| 810 | 2026-05-11T18:32:25.319Z | Compiling tower-service v0.3.3 |
| 811 | 2026-05-11T18:32:25.407Z | Compiling base64 v0.22.1 |
| 812 | 2026-05-11T18:32:25.619Z | Compiling subtle v2.6.1 |
| 813 | 2026-05-11T18:32:25.751Z | Compiling dyn-clone v1.0.20 |
| 814 | 2026-05-11T18:32:25.769Z | Compiling tower-layer v0.3.3 |
| 815 | 2026-05-11T18:32:25.874Z | Compiling try-lock v0.2.5 |
| 816 | 2026-05-11T18:32:25.921Z | Compiling h2 v0.4.13 |
| 817 | 2026-05-11T18:32:25.948Z | Compiling want v0.3.1 |
| 818 | 2026-05-11T18:32:25.975Z | Compiling pest_generator v2.8.6 |
| 819 | 2026-05-11T18:32:26.241Z | Compiling slog v2.8.2 |
| 820 | 2026-05-11T18:32:26.302Z | Compiling getrandom v0.2.17 |
| 821 | 2026-05-11T18:32:26.451Z | Compiling pin-utils v0.1.0 |
| 822 | 2026-05-11T18:32:26.503Z | Compiling httpdate v1.0.3 |
| 823 | 2026-05-11T18:32:26.515Z | Compiling heck v0.5.0 |
| 824 | 2026-05-11T18:32:26.575Z | Compiling pest_derive v2.8.6 |
| 825 | 2026-05-11T18:32:26.710Z | Compiling icu_normalizer v2.1.1 |
| 826 | 2026-05-11T18:32:26.862Z | Compiling icu_properties v2.1.2 |
| 827 | 2026-05-11T18:32:27.059Z | Compiling erased-serde v0.3.31 |
| 828 | 2026-05-11T18:32:27.088Z | Compiling form_urlencoded v1.2.2 |
| 829 | 2026-05-11T18:32:27.723Z | Compiling typenum v1.19.0 |
| 830 | 2026-05-11T18:32:27.899Z | Compiling getrandom v0.3.4 |
| 831 | 2026-05-11T18:32:28.030Z | Compiling ipnet v2.11.0 |
| 832 | 2026-05-11T18:32:28.050Z | Compiling rustls v0.23.37 |
| 833 | 2026-05-11T18:32:28.244Z | Compiling hyper v1.8.1 |
| 834 | 2026-05-11T18:32:28.358Z | Compiling idna_adapter v1.2.1 |
| 835 | 2026-05-11T18:32:28.619Z | Compiling ppv-lite86 v0.2.21 |
| 836 | 2026-05-11T18:32:28.941Z | Compiling serde_tokenstream v0.2.3 |
| 837 | 2026-05-11T18:32:29.132Z | Compiling generic-array v0.14.7 |
| 838 | 2026-05-11T18:32:29.199Z | Compiling ring v0.17.14 |
| 839 | 2026-05-11T18:32:29.220Z | Compiling sync_wrapper v1.0.2 |
| 840 | 2026-05-11T18:32:29.331Z | Compiling ryu v1.0.23 |
| 841 | 2026-05-11T18:32:29.342Z | Compiling paste v1.0.15 |
| 842 | 2026-05-11T18:32:29.602Z | Compiling hyper-util v0.1.20 |
| 843 | 2026-05-11T18:32:29.699Z | Compiling utf8_iter v1.0.4 |
| 844 | 2026-05-11T18:32:29.854Z | Compiling idna v1.1.0 |
| 845 | 2026-05-11T18:32:30.893Z | Compiling serde_urlencoded v0.7.1 |
| 846 | 2026-05-11T18:32:31.194Z | Compiling tower v0.5.3 |
| 847 | 2026-05-11T18:32:32.199Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2026-05-11T18:32:32.477Z | Compiling scroll_derive v0.13.1 |
| 849 | 2026-05-11T18:32:32.537Z | Compiling http-body-util v0.1.3 |
| 850 | 2026-05-11T18:32:32.819Z | Compiling fastrand v2.3.0 |
| 851 | 2026-05-11T18:32:33.101Z | Compiling omicron-workspace-hack v0.1.0 |
| 852 | 2026-05-11T18:32:33.147Z | Compiling time-core v0.1.8 |
| 853 | 2026-05-11T18:32:33.202Z | Compiling powerfmt v0.2.0 |
| 854 | 2026-05-11T18:32:33.255Z | Compiling num-conv v0.2.0 |
| 855 | 2026-05-11T18:32:33.276Z | Compiling crc32fast v1.5.0 |
| 856 | 2026-05-11T18:32:33.290Z | Compiling usdt-impl v0.6.0 |
| 857 | 2026-05-11T18:32:33.439Z | Compiling iri-string v0.7.10 |
| 858 | 2026-05-11T18:32:33.468Z | Compiling rustix v1.1.3 |
| 859 | 2026-05-11T18:32:33.568Z | Compiling time-macros v0.2.27 |
| 860 | 2026-05-11T18:32:33.657Z | Compiling deranged v0.5.8 |
| 861 | 2026-05-11T18:32:34.003Z | Compiling scroll v0.13.0 |
| 862 | 2026-05-11T18:32:34.278Z | Compiling structmeta v0.3.0 |
| 863 | 2026-05-11T18:32:34.496Z | Compiling rand_core v0.9.5 |
| 864 | 2026-05-11T18:32:34.693Z | Compiling dof v0.4.0 |
| 865 | 2026-05-11T18:32:34.735Z | Compiling url v2.5.8 |
| 866 | 2026-05-11T18:32:34.968Z | Compiling tower-http v0.6.8 |
| 867 | 2026-05-11T18:32:35.158Z | Compiling dtrace-parser v0.3.0 |
| 868 | 2026-05-11T18:32:35.361Z | Compiling ipnetwork v0.21.1 |
| 869 | 2026-05-11T18:32:35.654Z | Compiling thread-id v5.1.0 |
| 870 | 2026-05-11T18:32:35.721Z | Compiling strsim v0.11.1 |
| 871 | 2026-05-11T18:32:35.735Z | Compiling plain v0.2.3 |
| 872 | 2026-05-11T18:32:35.838Z | Compiling crossbeam-utils v0.8.21 |
| 873 | 2026-05-11T18:32:35.845Z | Compiling ident_case v1.0.1 |
| 874 | 2026-05-11T18:32:35.900Z | Compiling adler2 v2.0.1 |
| 875 | 2026-05-11T18:32:35.955Z | Compiling simd-adler32 v0.3.8 |
| 876 | 2026-05-11T18:32:35.997Z | Compiling regex-syntax v0.8.10 |
| 877 | 2026-05-11T18:32:36.259Z | Compiling num_threads v0.1.7 |
| 878 | 2026-05-11T18:32:36.452Z | Compiling openssl-probe v0.2.1 |
| 879 | 2026-05-11T18:32:36.595Z | Compiling byteorder v1.5.0 |
| 880 | 2026-05-11T18:32:36.779Z | Compiling darling_core v0.21.3 |
| 881 | 2026-05-11T18:32:36.805Z | Compiling rustls-native-certs v0.8.3 |
| 882 | 2026-05-11T18:32:37.163Z | Compiling time v0.3.47 |
| 883 | 2026-05-11T18:32:37.397Z | Compiling miniz_oxide v0.8.9 |
| 884 | 2026-05-11T18:32:37.655Z | Compiling goblin v0.10.5 |
| 885 | 2026-05-11T18:32:38.842Z | Compiling oxnet v0.1.4 |
| 886 | 2026-05-11T18:32:39.197Z | Compiling newtype-uuid v1.3.2 |
| 887 | 2026-05-11T18:32:39.506Z | Compiling daft-derive v0.1.5 |
| 888 | 2026-05-11T18:32:40.175Z | Compiling aho-corasick v1.1.4 |
| 889 | 2026-05-11T18:32:40.206Z | Compiling camino v1.2.2 |
| 890 | 2026-05-11T18:32:40.213Z | Compiling pretty-hex v0.4.1 |
| 891 | 2026-05-11T18:32:40.335Z | Compiling rustls v0.22.4 |
| 892 | 2026-05-11T18:32:40.864Z | Compiling daft v0.1.5 |
| 893 | 2026-05-11T18:32:41.119Z | Compiling rustls-webpki v0.102.8 |
| 894 | 2026-05-11T18:32:41.543Z | Compiling tempfile v3.25.0 |
| 895 | 2026-05-11T18:32:42.411Z | Compiling regex-automata v0.4.14 |
| 896 | 2026-05-11T18:32:42.510Z | Compiling flate2 v1.1.9 |
| 897 | 2026-05-11T18:32:42.994Z | Compiling darling_macro v0.21.3 |
| 898 | 2026-05-11T18:32:43.521Z | Compiling block-buffer v0.10.4 |
| 899 | 2026-05-11T18:32:43.667Z | Compiling crypto-common v0.1.7 |
| 900 | 2026-05-11T18:32:43.794Z | Compiling rand_chacha v0.9.0 |
| 901 | 2026-05-11T18:32:43.874Z | Compiling rand_core v0.6.4 |
| 902 | 2026-05-11T18:32:43.882Z | Compiling multer v3.1.0 |
| 903 | 2026-05-11T18:32:44.097Z | Compiling wait-timeout v0.2.1 |
| 904 | 2026-05-11T18:32:44.360Z | Compiling thread_local v1.1.9 |
| 905 | 2026-05-11T18:32:44.590Z | Compiling thiserror v1.0.69 |
| 906 | 2026-05-11T18:32:44.713Z | Compiling winnow v0.7.14 |
| 907 | 2026-05-11T18:32:44.881Z | Compiling anyhow v1.0.102 |
| 908 | 2026-05-11T18:32:44.947Z | Compiling foldhash v0.2.0 |
| 909 | 2026-05-11T18:32:45.191Z | Compiling ref-cast v1.0.25 |
| 910 | 2026-05-11T18:32:45.475Z | Compiling bit-vec v0.8.0 |
| 911 | 2026-05-11T18:32:45.487Z | Compiling slog-async v2.8.0 |
| 912 | 2026-05-11T18:32:45.623Z | Compiling quick-error v1.2.3 |
| 913 | 2026-05-11T18:32:45.724Z | Compiling compression-core v0.4.31 |
| 914 | 2026-05-11T18:32:45.755Z | Compiling allocator-api2 v0.2.21 |
| 915 | 2026-05-11T18:32:45.759Z | Compiling match_cfg v0.1.0 |
| 916 | 2026-05-11T18:32:45.819Z | Compiling hostname v0.3.1 |
| 917 | 2026-05-11T18:32:45.885Z | Compiling compression-codecs v0.4.37 |
| 918 | 2026-05-11T18:32:46.006Z | Compiling rusty-fork v0.3.1 |
| 919 | 2026-05-11T18:32:46.134Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 920 | 2026-05-11T18:32:46.263Z | Compiling hashbrown v0.16.1 |
| 921 | 2026-05-11T18:32:46.373Z | Compiling bit-set v0.8.0 |
| 922 | 2026-05-11T18:32:47.285Z | Compiling regex v1.12.3 |
| 923 | 2026-05-11T18:32:47.455Z | Compiling rand_chacha v0.3.1 |
| 924 | 2026-05-11T18:32:47.673Z | Compiling rand v0.9.2 |
| 925 | 2026-05-11T18:32:48.081Z | Compiling digest v0.10.7 |
| 926 | 2026-05-11T18:32:48.294Z | Compiling darling v0.21.3 |
| 927 | 2026-05-11T18:32:48.371Z | Compiling crossbeam-channel v0.5.15 |
| 928 | 2026-05-11T18:32:49.054Z | Compiling slog-json v2.6.1 |
| 929 | 2026-05-11T18:32:49.306Z | Compiling usdt-macro v0.6.0 |
| 930 | 2026-05-11T18:32:49.595Z | Compiling usdt-attr-macro v0.6.0 |
| 931 | 2026-05-11T18:32:49.607Z | Compiling rand_xorshift v0.4.0 |
| 932 | 2026-05-11T18:32:49.756Z | Compiling derive-ex v0.1.8 |
| 933 | 2026-05-11T18:32:49.986Z | Compiling strum_macros v0.26.4 |
| 934 | 2026-05-11T18:32:50.297Z | Compiling futures-executor v0.3.32 |
| 935 | 2026-05-11T18:32:50.834Z | Compiling thiserror-impl v1.0.69 |
| 936 | 2026-05-11T18:32:50.933Z | Compiling async-stream-impl v0.3.6 |
| 937 | 2026-05-11T18:32:51.307Z | Compiling async-trait v0.1.89 |
| 938 | 2026-05-11T18:32:51.533Z | Compiling ref-cast-impl v1.0.25 |
| 939 | 2026-05-11T18:32:51.613Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 940 | 2026-05-11T18:32:51.972Z | Compiling dropshot v0.17.0 |
| 941 | 2026-05-11T18:32:52.050Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 942 | 2026-05-11T18:32:52.105Z | Compiling serde_spanned v1.0.4 |
| 943 | 2026-05-11T18:32:52.191Z | Compiling is-terminal v0.4.17 |
| 944 | 2026-05-11T18:32:52.228Z | Compiling memmap2 v0.9.10 |
| 945 | 2026-05-11T18:32:52.254Z | Compiling encoding_rs v0.8.35 |
| 946 | 2026-05-11T18:32:52.275Z | Compiling unarray v0.1.4 |
| 947 | 2026-05-11T18:32:52.389Z | Compiling spin v0.9.8 |
| 948 | 2026-05-11T18:32:52.454Z | Compiling take_mut v0.2.2 |
| 949 | 2026-05-11T18:32:52.500Z | Compiling cpufeatures v0.2.17 |
| 950 | 2026-05-11T18:32:52.556Z | Compiling term v1.2.1 |
| 951 | 2026-05-11T18:32:52.566Z | Compiling hex v0.4.3 |
| 952 | 2026-05-11T18:32:52.773Z | Compiling mime v0.3.17 |
| 953 | 2026-05-11T18:32:52.835Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 954 | 2026-05-11T18:32:53.094Z | Compiling toml v1.0.6+spec-1.1.0 |
| 955 | 2026-05-11T18:32:53.247Z | Compiling slog-term v2.9.2 |
| 956 | 2026-05-11T18:32:54.584Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 957 | 2026-05-11T18:32:54.799Z | Compiling dropshot_endpoint v0.17.0 |
| 958 | 2026-05-11T18:32:55.643Z | Compiling sha1 v0.10.6 |
| 959 | 2026-05-11T18:32:56.369Z | Compiling usdt v0.6.0 |
| 960 | 2026-05-11T18:32:56.477Z | Compiling proptest v1.10.0 |
| 961 | 2026-05-11T18:32:57.173Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 962 | 2026-05-11T18:32:57.411Z | Compiling strum v0.26.3 |
| 963 | 2026-05-11T18:32:57.496Z | Compiling async-stream v0.3.6 |
| 964 | 2026-05-11T18:32:57.535Z | Compiling test-strategy v0.4.5 |
| 965 | 2026-05-11T18:32:57.585Z | Compiling tokio-rustls v0.25.0 |
| 966 | 2026-05-11T18:32:57.681Z | Compiling futures v0.3.32 |
| 967 | 2026-05-11T18:32:57.817Z | Compiling slog-bunyan v2.5.0 |
| 968 | 2026-05-11T18:32:57.983Z | Compiling serde_with_macros v3.17.0 |
| 969 | 2026-05-11T18:32:58.182Z | Compiling parse-display-derive v0.10.0 |
| 970 | 2026-05-11T18:32:58.832Z | Compiling rand v0.8.5 |
| 971 | 2026-05-11T18:32:59.305Z | Compiling async-compression v0.4.41 |
| 972 | 2026-05-11T18:32:59.606Z | Compiling reqwest v0.12.28 |
| 973 | 2026-05-11T18:32:59.646Z | Compiling backon v1.6.0 |
| 974 | 2026-05-11T18:32:59.712Z | Compiling newtype-uuid-macros v0.1.0 |
| 975 | 2026-05-11T18:32:59.771Z | Compiling strum_macros v0.27.2 |
| 976 | 2026-05-11T18:32:59.881Z | Compiling openapiv3 v2.2.0 |
| 977 | 2026-05-11T18:33:00.454Z | Compiling waitgroup v0.1.2 |
| 978 | 2026-05-11T18:33:00.600Z | Compiling rustls-pemfile v2.2.0 |
| 979 | 2026-05-11T18:33:00.870Z | Compiling serde_path_to_error v0.1.20 |
| 980 | 2026-05-11T18:33:01.302Z | Compiling hostname v0.4.2 |
| 981 | 2026-05-11T18:33:01.453Z | Compiling instant v0.1.13 |
| 982 | 2026-05-11T18:33:01.552Z | Compiling either v1.15.0 |
| 983 | 2026-05-11T18:33:01.565Z | Compiling debug-ignore v1.0.5 |
| 984 | 2026-05-11T18:33:01.655Z | Compiling rustc-hash v2.1.1 |
| 985 | 2026-05-11T18:33:01.751Z | Compiling iddqd v0.3.18 |
| 986 | 2026-05-11T18:33:01.772Z | Compiling itertools v0.14.0 |
| 987 | 2026-05-11T18:33:02.281Z | Compiling strum v0.27.2 |
| 988 | 2026-05-11T18:33:02.408Z | Compiling backoff v0.4.0 |
| 989 | 2026-05-11T18:33:02.608Z | Compiling progenitor-client v0.10.0 |
| 990 | 2026-05-11T18:33:03.083Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 991 | 2026-05-11T18:33:03.269Z | Compiling parse-display v0.10.0 |
| 992 | 2026-05-11T18:33:03.521Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 993 | 2026-05-11T18:33:04.172Z | Compiling serde_with v3.17.0 |
| 994 | 2026-05-11T18:33:05.016Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 995 | 2026-05-11T18:33:05.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 996 | 2026-05-11T18:33:05.582Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 997 | 2026-05-11T18:33:05.876Z | Compiling regress v0.10.5 |
| 998 | 2026-05-11T18:33:05.910Z | Compiling macaddr v1.0.1 |
| 999 | 2026-05-11T18:33:13.386Z | Compiling rustls-webpki v0.103.9 |
| 1000 | 2026-05-11T18:33:16.478Z | Compiling tokio-rustls v0.26.4 |
| 1001 | 2026-05-11T18:33:16.478Z | Compiling rustls-platform-verifier v0.6.2 |
| 1002 | 2026-05-11T18:33:16.734Z | Compiling hyper-rustls v0.27.7 |
| 1003 | 2026-05-11T18:33:17.076Z | Compiling reqwest v0.13.2 |
| 1004 | 2026-05-11T18:33:18.932Z | Compiling progenitor-client v0.14.0 |
| 1005 | 2026-05-11T18:33:19.224Z | Compiling progenitor-extras v0.2.0 |
| 1006 | 2026-05-11T18:33:19.423Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1007 | 2026-05-11T18:33:23.496Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1008 | 2026-05-11T18:33:27.615Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1009 | 2026-05-11T18:33:27.672Z | process exited: duration 113176 ms, exit code 0 |
| |
| 1010 | 2026-05-11T18:33:27.680Z | found 0 output files |