|
|
|
| 1 | 2026-05-27T02:06:15.156Z | job assigned to worker 01KSKJW4SGB9AHQX2QKQ4BM1XH [factory aws, i-0e81de71667fb0fe9] (queued for 54 s) |
| |
| 2 | 2026-05-27T02:06:21.348Z | starting task 0: "setup" |
| 3 | 2026-05-27T02:06:21.358Z | ++ uname -s |
| 4 | 2026-05-27T02:06:21.361Z | + kern=SunOS |
| 5 | 2026-05-27T02:06:21.361Z | + build_user=build |
| 6 | 2026-05-27T02:06:21.361Z | + build_uid=12345 |
| 7 | 2026-05-27T02:06:21.361Z | + work_dir=/work |
| 8 | 2026-05-27T02:06:21.361Z | + input_dir=/input |
| 9 | 2026-05-27T02:06:21.361Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T02:06:21.361Z | + case "$kern" in |
| 11 | 2026-05-27T02:06:21.361Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T02:06:21.361Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T02:06:23.366Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T02:06:23.462Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T02:06:23.465Z | + home_fs=zfs |
| 16 | 2026-05-27T02:06:23.465Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T02:06:23.465Z | + mkdir -p /home/build |
| 18 | 2026-05-27T02:06:23.468Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T02:06:25.467Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T02:06:25.470Z | process exited: duration 4120 ms, exit code 0 |
| |
| 21 | 2026-05-27T02:06:25.475Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T02:06:25.478Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T02:06:25.479Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-27T02:06:25.479Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-27T02:06:25.479Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-27T02:06:25.479Z | * rust toolchain profile = "default" |
| 27 | 2026-05-27T02:06:25.479Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-27T02:06:25.481Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T02:06:25.481Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T02:06:25.571Z | info: downloading installer |
| 31 | 2026-05-27T02:06:26.877Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T02:06:26.877Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T02:06:26.877Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T02:06:26.877Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T02:06:26.889Z | info: profile set to default |
| 36 | 2026-05-27T02:06:26.889Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T02:06:26.893Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T02:06:27.023Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T02:06:27.026Z | info: downloading 6 components |
| 40 | 2026-05-27T02:06:40.644Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-27T02:06:40.645Z | |
| 42 | 2026-05-27T02:06:40.681Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T02:06:40.681Z | |
| 44 | 2026-05-27T02:06:40.681Z | |
| 45 | 2026-05-27T02:06:40.681Z | Rust is installed now. Great! |
| 46 | 2026-05-27T02:06:40.681Z | |
| 47 | 2026-05-27T02:06:40.681Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T02:06:40.681Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T02:06:40.681Z | |
| 50 | 2026-05-27T02:06:40.681Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T02:06:40.681Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T02:06:40.681Z | |
| 53 | 2026-05-27T02:06:40.681Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T02:06:40.684Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T02:06:40.684Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T02:06:40.684Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T02:06:40.684Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T02:06:40.684Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T02:06:40.684Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T02:06:40.684Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T02:06:40.684Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T02:06:40.767Z | + rustup --version |
| 63 | 2026-05-27T02:06:40.776Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T02:06:40.778Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T02:06:40.797Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T02:06:40.799Z | + cargo --version |
| 67 | 2026-05-27T02:06:40.812Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T02:06:40.815Z | + rustc --version |
| 69 | 2026-05-27T02:06:40.834Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T02:06:40.837Z | process exited: duration 15361 ms, exit code 0 |
| |
| 71 | 2026-05-27T02:06:40.842Z | starting task 2: "authentication" |
| 72 | 2026-05-27T02:06:40.858Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-27T02:06:40.863Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T02:06:40.866Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T02:06:40.869Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T02:06:40.915Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T02:06:51.170Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T02:06:51.170Z | + git fetch origin 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 |
| 79 | 2026-05-27T02:06:51.484Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T02:06:51.484Z | * branch 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 -> FETCH_HEAD |
| 81 | 2026-05-27T02:06:52.496Z | + [[ -n '' ]] |
| 82 | 2026-05-27T02:06:52.496Z | + git reset --hard 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 |
| 83 | 2026-05-27T02:06:52.499Z | HEAD is now at 61f3025dc [spr] initial version |
| 84 | 2026-05-27T02:06:52.499Z | process exited: duration 10869 ms, exit code 0 |
| |
| 85 | 2026-05-27T02:06:52.506Z | starting task 4: "build" |
| 86 | 2026-05-27T02:06:52.509Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-27T02:06:52.512Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-27T02:06:52.512Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-27T02:06:52.512Z | + cargo --version |
| 90 | 2026-05-27T02:06:52.519Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-27T02:06:52.523Z | + rustc --version |
| 92 | 2026-05-27T02:06:52.542Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-27T02:06:52.547Z | + cd /tmp |
| 94 | 2026-05-27T02:06:52.547Z | + cargo new --lib test-project |
| 95 | 2026-05-27T02:06:52.564Z | Creating library `test-project` package |
| 96 | 2026-05-27T02:06:52.603Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 97 | 2026-05-27T02:06:52.606Z | + cd test-project |
| 98 | 2026-05-27T02:06:52.606Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 99 | 2026-05-27T02:06:52.624Z | Adding omicron-common (local) to dependencies |
| 100 | 2026-05-27T02:06:52.627Z | Features: |
| 101 | 2026-05-27T02:06:52.628Z | - proptest |
| 102 | 2026-05-27T02:06:52.628Z | - test-strategy |
| 103 | 2026-05-27T02:06:52.628Z | - testing |
| 104 | 2026-05-27T02:06:52.645Z | Updating crates.io index |
| 105 | 2026-05-27T02:06:52.684Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 106 | 2026-05-27T02:06:53.730Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 107 | 2026-05-27T02:06:54.292Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 108 | 2026-05-27T02:06:54.898Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 109 | 2026-05-27T02:06:57.576Z | Locking 393 packages to latest Rust 1.94.0 compatible versions |
| 110 | 2026-05-27T02:06:57.579Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 111 | 2026-05-27T02:06:57.695Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 112 | 2026-05-27T02:06:57.698Z | + cargo check |
| 113 | 2026-05-27T02:06:57.810Z | Updating crates.io index |
| 114 | 2026-05-27T02:06:58.560Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 115 | 2026-05-27T02:06:58.560Z | Adding omicron-workspace-hack v0.1.0 |
| 116 | 2026-05-27T02:06:58.586Z | Downloading crates ... |
| 117 | 2026-05-27T02:06:58.655Z | Downloaded async-stream v0.3.6 |
| 118 | 2026-05-27T02:06:58.664Z | Downloaded pin-utils v0.1.0 |
| 119 | 2026-05-27T02:06:58.669Z | Downloaded pest_generator v2.8.6 |
| 120 | 2026-05-27T02:06:58.672Z | Downloaded displaydoc v0.2.5 |
| 121 | 2026-05-27T02:06:58.676Z | Downloaded ryu v1.0.23 |
| 122 | 2026-05-27T02:06:58.678Z | Downloaded rustls-native-certs v0.8.3 |
| 123 | 2026-05-27T02:06:58.678Z | Downloaded camino v1.2.2 |
| 124 | 2026-05-27T02:06:58.681Z | Downloaded potential_utf v0.1.4 |
| 125 | 2026-05-27T02:06:58.681Z | Downloaded powerfmt v0.2.0 |
| 126 | 2026-05-27T02:06:58.683Z | Downloaded adler2 v2.0.1 |
| 127 | 2026-05-27T02:06:58.687Z | Downloaded macaddr v1.0.1 |
| 128 | 2026-05-27T02:06:58.690Z | Downloaded allocator-api2 v0.2.21 |
| 129 | 2026-05-27T02:06:58.690Z | Downloaded anyhow v1.0.102 |
| 130 | 2026-05-27T02:06:58.692Z | Downloaded pest_derive v2.8.6 |
| 131 | 2026-05-27T02:06:58.697Z | Downloaded async-compression v0.4.41 |
| 132 | 2026-05-27T02:06:58.702Z | Downloaded pin-project-lite v0.2.17 |
| 133 | 2026-05-27T02:06:58.705Z | Downloaded backon v1.6.0 |
| 134 | 2026-05-27T02:06:58.719Z | Downloaded regex-syntax v0.8.10 |
| 135 | 2026-05-27T02:06:58.723Z | Downloaded pest_meta v2.8.6 |
| 136 | 2026-05-27T02:06:58.726Z | Downloaded miniz_oxide v0.8.9 |
| 137 | 2026-05-27T02:06:58.728Z | Downloaded plain v0.2.3 |
| 138 | 2026-05-27T02:06:58.729Z | Downloaded parking_lot v0.12.5 |
| 139 | 2026-05-27T02:06:58.731Z | Downloaded serde_tokenstream v0.2.3 |
| 140 | 2026-05-27T02:06:58.731Z | Downloaded newtype-uuid-macros v0.1.0 |
| 141 | 2026-05-27T02:06:58.731Z | Downloaded foldhash v0.2.0 |
| 142 | 2026-05-27T02:06:58.734Z | Downloaded generic-array v0.14.7 |
| 143 | 2026-05-27T02:06:58.734Z | Downloaded parse-display-derive v0.10.0 |
| 144 | 2026-05-27T02:06:58.734Z | Downloaded newtype-uuid v1.3.2 |
| 145 | 2026-05-27T02:06:58.736Z | Downloaded bit-set v0.8.0 |
| 146 | 2026-05-27T02:06:58.736Z | Downloaded fastrand v2.3.0 |
| 147 | 2026-05-27T02:06:58.737Z | Downloaded atomic-waker v1.1.2 |
| 148 | 2026-05-27T02:06:58.739Z | Downloaded cfg_aliases v0.2.1 |
| 149 | 2026-05-27T02:06:58.739Z | Downloaded parse-display v0.10.0 |
| 150 | 2026-05-27T02:06:58.739Z | Downloaded num_threads v0.1.7 |
| 151 | 2026-05-27T02:06:58.741Z | Downloaded quinn-udp v0.5.14 |
| 152 | 2026-05-27T02:06:58.741Z | Downloaded parking_lot_core v0.9.12 |
| 153 | 2026-05-27T02:06:58.744Z | Downloaded futures-macro v0.3.32 |
| 154 | 2026-05-27T02:06:58.744Z | Downloaded equivalent v1.0.2 |
| 155 | 2026-05-27T02:06:58.744Z | Downloaded num-conv v0.2.0 |
| 156 | 2026-05-27T02:06:58.747Z | Downloaded mio v1.2.0 |
| 157 | 2026-05-27T02:06:58.749Z | Downloaded progenitor-client v0.10.0 |
| 158 | 2026-05-27T02:06:58.749Z | Downloaded is-terminal v0.4.17 |
| 159 | 2026-05-27T02:06:58.752Z | Downloaded instant v0.1.13 |
| 160 | 2026-05-27T02:06:58.752Z | Downloaded idna_adapter v1.2.1 |
| 161 | 2026-05-27T02:06:58.752Z | Downloaded daft-derive v0.1.7 |
| 162 | 2026-05-27T02:06:58.754Z | Downloaded rand_xorshift v0.4.0 |
| 163 | 2026-05-27T02:06:58.757Z | Downloaded async-stream-impl v0.3.6 |
| 164 | 2026-05-27T02:06:58.757Z | Downloaded pretty-hex v0.4.1 |
| 165 | 2026-05-27T02:06:58.757Z | Downloaded dunce v1.0.5 |
| 166 | 2026-05-27T02:06:58.760Z | Downloaded log v0.4.29 |
| 167 | 2026-05-27T02:06:58.760Z | Downloaded debug-ignore v1.0.5 |
| 168 | 2026-05-27T02:06:58.762Z | Downloaded ref-cast v1.0.25 |
| 169 | 2026-05-27T02:06:58.762Z | Downloaded rustc-hash v2.1.1 |
| 170 | 2026-05-27T02:06:58.762Z | Downloaded itoa v1.0.17 |
| 171 | 2026-05-27T02:06:58.765Z | Downloaded httpdate v1.0.3 |
| 172 | 2026-05-27T02:06:58.765Z | Downloaded dtrace-parser v0.3.0 |
| 173 | 2026-05-27T02:06:58.765Z | Downloaded humantime v2.3.0 |
| 174 | 2026-05-27T02:06:58.767Z | Downloaded ref-cast-impl v1.0.25 |
| 175 | 2026-05-27T02:06:58.767Z | Downloaded ident_case v1.0.1 |
| 176 | 2026-05-27T02:06:58.767Z | Downloaded either v1.15.0 |
| 177 | 2026-05-27T02:06:58.771Z | Downloaded num-traits v0.2.19 |
| 178 | 2026-05-27T02:06:58.771Z | Downloaded httparse v1.10.1 |
| 179 | 2026-05-27T02:06:58.774Z | Downloaded getrandom v0.2.17 |
| 180 | 2026-05-27T02:06:58.774Z | Downloaded rand_core v0.6.4 |
| 181 | 2026-05-27T02:06:58.777Z | Downloaded quick-error v1.2.3 |
| 182 | 2026-05-27T02:06:58.777Z | Downloaded progenitor-client v0.14.0 |
| 183 | 2026-05-27T02:06:58.777Z | Downloaded http-body v1.0.1 |
| 184 | 2026-05-27T02:06:58.777Z | Downloaded rand_chacha v0.9.0 |
| 185 | 2026-05-27T02:06:58.780Z | Downloaded cmake v0.1.57 |
| 186 | 2026-05-27T02:06:58.780Z | Downloaded block-buffer v0.10.4 |
| 187 | 2026-05-27T02:06:58.780Z | Downloaded cpufeatures v0.2.17 |
| 188 | 2026-05-27T02:06:58.780Z | Downloaded lock_api v0.4.14 |
| 189 | 2026-05-27T02:06:58.783Z | Downloaded mime v0.3.17 |
| 190 | 2026-05-27T02:06:58.783Z | Downloaded futures-io v0.3.32 |
| 191 | 2026-05-27T02:06:58.783Z | Downloaded form_urlencoded v1.2.2 |
| 192 | 2026-05-27T02:06:58.786Z | Downloaded errno v0.3.14 |
| 193 | 2026-05-27T02:06:58.786Z | Downloaded dyn-clone v1.0.20 |
| 194 | 2026-05-27T02:06:58.786Z | Downloaded cfg-if v1.0.4 |
| 195 | 2026-05-27T02:06:58.788Z | Downloaded darling_macro v0.21.3 |
| 196 | 2026-05-27T02:06:58.788Z | Downloaded openssl-probe v0.2.1 |
| 197 | 2026-05-27T02:06:58.788Z | Downloaded crypto-common v0.1.7 |
| 198 | 2026-05-27T02:06:58.788Z | Downloaded autocfg v1.5.0 |
| 199 | 2026-05-27T02:06:58.791Z | Downloaded http v1.4.0 |
| 200 | 2026-05-27T02:06:58.793Z | Downloaded aho-corasick v1.1.4 |
| 201 | 2026-05-27T02:06:58.796Z | Downloaded scopeguard v1.2.0 |
| 202 | 2026-05-27T02:06:58.796Z | Downloaded ppv-lite86 v0.2.21 |
| 203 | 2026-05-27T02:06:58.798Z | Downloaded hostname v0.4.2 |
| 204 | 2026-05-27T02:06:58.798Z | Downloaded hostname v0.3.1 |
| 205 | 2026-05-27T02:06:58.798Z | Downloaded hex v0.4.3 |
| 206 | 2026-05-27T02:06:58.801Z | Downloaded fnv v1.0.7 |
| 207 | 2026-05-27T02:06:58.801Z | Downloaded rustls-pemfile v2.2.0 |
| 208 | 2026-05-27T02:06:58.803Z | Downloaded heck v0.5.0 |
| 209 | 2026-05-27T02:06:58.803Z | Downloaded compression-core v0.4.31 |
| 210 | 2026-05-27T02:06:58.803Z | Downloaded lru-slab v0.1.2 |
| 211 | 2026-05-27T02:06:58.807Z | Downloaded quote v1.0.45 |
| 212 | 2026-05-27T02:06:58.807Z | Downloaded futures-task v0.3.32 |
| 213 | 2026-05-27T02:06:58.807Z | Downloaded rand_chacha v0.3.1 |
| 214 | 2026-05-27T02:06:58.810Z | Downloaded match_cfg v0.1.0 |
| 215 | 2026-05-27T02:06:58.810Z | Downloaded futures-core v0.3.32 |
| 216 | 2026-05-27T02:06:58.812Z | Downloaded percent-encoding v2.3.2 |
| 217 | 2026-05-27T02:06:58.815Z | Downloaded serde_urlencoded v0.7.1 |
| 218 | 2026-05-27T02:06:58.817Z | Downloaded schemars_derive v0.8.22 |
| 219 | 2026-05-27T02:06:58.817Z | Downloaded dof v0.4.0 |
| 220 | 2026-05-27T02:06:58.817Z | Downloaded darling_core v0.21.3 |
| 221 | 2026-05-27T02:06:58.820Z | Downloaded backoff v0.4.0 |
| 222 | 2026-05-27T02:06:58.824Z | Downloaded rusty-fork v0.3.1 |
| 223 | 2026-05-27T02:06:58.824Z | Downloaded paste v1.0.15 |
| 224 | 2026-05-27T02:06:58.826Z | Downloaded deranged v0.5.8 |
| 225 | 2026-05-27T02:06:58.830Z | Downloaded progenitor-extras v0.2.0 |
| 226 | 2026-05-27T02:06:58.833Z | Downloaded rustversion v1.0.22 |
| 227 | 2026-05-27T02:06:58.833Z | Downloaded ipnetwork v0.21.1 |
| 228 | 2026-05-27T02:06:58.835Z | Downloaded serde_derive_internals v0.29.1 |
| 229 | 2026-05-27T02:06:58.838Z | Downloaded structmeta v0.3.0 |
| 230 | 2026-05-27T02:06:58.840Z | Downloaded serde_spanned v1.0.4 |
| 231 | 2026-05-27T02:06:58.840Z | Downloaded scroll_derive v0.13.1 |
| 232 | 2026-05-27T02:06:58.840Z | Downloaded darling v0.21.3 |
| 233 | 2026-05-27T02:06:58.843Z | Downloaded take_mut v0.2.2 |
| 234 | 2026-05-27T02:06:58.845Z | Downloaded once_cell v1.21.3 |
| 235 | 2026-05-27T02:06:58.845Z | Downloaded jobserver v0.1.34 |
| 236 | 2026-05-27T02:06:58.848Z | Downloaded dropshot_endpoint v0.17.0 |
| 237 | 2026-05-27T02:06:58.848Z | Downloaded sha1 v0.10.6 |
| 238 | 2026-05-27T02:06:58.851Z | Downloaded subtle v2.6.1 |
| 239 | 2026-05-27T02:06:58.852Z | Downloaded simd-adler32 v0.3.8 |
| 240 | 2026-05-27T02:06:58.852Z | Downloaded memchr v2.8.0 |
| 241 | 2026-05-27T02:06:58.854Z | Downloaded strum v0.26.3 |
| 242 | 2026-05-27T02:06:58.857Z | Downloaded scroll v0.13.0 |
| 243 | 2026-05-27T02:06:58.857Z | Downloaded structmeta-derive v0.3.0 |
| 244 | 2026-05-27T02:06:58.857Z | Downloaded digest v0.10.7 |
| 245 | 2026-05-27T02:06:58.857Z | Downloaded sync_wrapper v1.0.2 |
| 246 | 2026-05-27T02:06:58.859Z | Downloaded strum v0.27.2 |
| 247 | 2026-05-27T02:06:58.859Z | Downloaded crossbeam-utils v0.8.21 |
| 248 | 2026-05-27T02:06:58.862Z | Downloaded semver v1.0.28 |
| 249 | 2026-05-27T02:06:58.865Z | Downloaded proc-macro2 v1.0.106 |
| 250 | 2026-05-27T02:06:58.865Z | Downloaded erased-serde v0.3.31 |
| 251 | 2026-05-27T02:06:58.868Z | Downloaded thread-id v5.1.0 |
| 252 | 2026-05-27T02:06:58.868Z | Downloaded http-body-util v0.1.3 |
| 253 | 2026-05-27T02:06:58.871Z | Downloaded futures-sink v0.3.32 |
| 254 | 2026-05-27T02:06:58.872Z | Downloaded stable_deref_trait v1.2.1 |
| 255 | 2026-05-27T02:06:58.872Z | Downloaded futures-executor v0.3.32 |
| 256 | 2026-05-27T02:06:58.872Z | Downloaded time-core v0.1.8 |
| 257 | 2026-05-27T02:06:58.872Z | Downloaded strsim v0.11.1 |
| 258 | 2026-05-27T02:06:58.874Z | Downloaded slog-bunyan v2.5.0 |
| 259 | 2026-05-27T02:06:58.874Z | Downloaded omicron-workspace-hack v0.1.0 |
| 260 | 2026-05-27T02:06:58.874Z | Downloaded fs_extra v1.3.0 |
| 261 | 2026-05-27T02:06:58.878Z | Downloaded ipnet v2.11.0 |
| 262 | 2026-05-27T02:06:58.881Z | Downloaded rand_core v0.9.5 |
| 263 | 2026-05-27T02:06:58.884Z | Downloaded sha2 v0.10.9 |
| 264 | 2026-05-27T02:06:58.884Z | Downloaded oxnet v0.1.4 |
| 265 | 2026-05-27T02:06:58.886Z | Downloaded daft v0.1.7 |
| 266 | 2026-05-27T02:06:58.886Z | Downloaded byteorder v1.5.0 |
| 267 | 2026-05-27T02:06:58.889Z | Downloaded tower-layer v0.3.3 |
| 268 | 2026-05-27T02:06:58.889Z | Downloaded tokio-macros v2.7.0 |
| 269 | 2026-05-27T02:06:58.893Z | Downloaded tower-service v0.3.3 |
| 270 | 2026-05-27T02:06:58.893Z | Downloaded hyper-rustls v0.27.7 |
| 271 | 2026-05-27T02:06:58.896Z | Downloaded futures-channel v0.3.32 |
| 272 | 2026-05-27T02:06:58.896Z | Downloaded litemap v0.8.1 |
| 273 | 2026-05-27T02:06:58.900Z | Downloaded try-lock v0.2.5 |
| 274 | 2026-05-27T02:06:58.903Z | Downloaded usdt-attr-macro v0.6.0 |
| 275 | 2026-05-27T02:06:58.903Z | Downloaded cc v1.2.56 |
| 276 | 2026-05-27T02:06:58.905Z | Downloaded version_check v0.9.5 |
| 277 | 2026-05-27T02:06:58.905Z | Downloaded usdt v0.6.0 |
| 278 | 2026-05-27T02:06:58.905Z | Downloaded serde_path_to_error v0.1.20 |
| 279 | 2026-05-27T02:06:58.905Z | Downloaded zerofrom-derive v0.1.6 |
| 280 | 2026-05-27T02:06:58.908Z | Downloaded derive-ex v0.1.8 |
| 281 | 2026-05-27T02:06:58.911Z | Downloaded unarray v0.1.4 |
| 282 | 2026-05-27T02:06:58.911Z | Downloaded strum_macros v0.26.4 |
| 283 | 2026-05-27T02:06:58.911Z | Downloaded shlex v1.3.0 |
| 284 | 2026-05-27T02:06:58.914Z | Downloaded serde_core v1.0.228 |
| 285 | 2026-05-27T02:06:58.914Z | Downloaded slog-term v2.9.2 |
| 286 | 2026-05-27T02:06:58.917Z | Downloaded async-trait v0.1.89 |
| 287 | 2026-05-27T02:06:58.917Z | Downloaded signal-hook-registry v1.4.8 |
| 288 | 2026-05-27T02:06:58.919Z | Downloaded bit-vec v0.8.0 |
| 289 | 2026-05-27T02:06:58.919Z | Downloaded crossbeam-channel v0.5.15 |
| 290 | 2026-05-27T02:06:58.922Z | Downloaded bitflags v2.11.0 |
| 291 | 2026-05-27T02:06:58.925Z | Downloaded thiserror v2.0.18 |
| 292 | 2026-05-27T02:06:58.927Z | Downloaded waitgroup v0.1.2 |
| 293 | 2026-05-27T02:06:58.927Z | Downloaded yoke-derive v0.8.1 |
| 294 | 2026-05-27T02:06:58.927Z | Downloaded memmap2 v0.9.10 |
| 295 | 2026-05-27T02:06:58.930Z | Downloaded slog-async v2.8.0 |
| 296 | 2026-05-27T02:06:58.930Z | Downloaded thread_local v1.1.9 |
| 297 | 2026-05-27T02:06:58.930Z | Downloaded strum_macros v0.27.2 |
| 298 | 2026-05-27T02:06:58.933Z | Downloaded wait-timeout v0.2.1 |
| 299 | 2026-05-27T02:06:58.933Z | Downloaded thiserror v1.0.69 |
| 300 | 2026-05-27T02:06:58.935Z | Downloaded want v0.3.1 |
| 301 | 2026-05-27T02:06:58.935Z | Downloaded utf8_iter v1.0.4 |
| 302 | 2026-05-27T02:06:58.935Z | Downloaded serde_with_macros v3.17.0 |
| 303 | 2026-05-27T02:06:58.938Z | Downloaded usdt-macro v0.6.0 |
| 304 | 2026-05-27T02:06:58.938Z | Downloaded slog-json v2.6.1 |
| 305 | 2026-05-27T02:06:58.938Z | Downloaded slab v0.4.12 |
| 306 | 2026-05-27T02:06:58.940Z | Downloaded synstructure v0.13.2 |
| 307 | 2026-05-27T02:06:58.940Z | Downloaded tinystr v0.8.2 |
| 308 | 2026-05-27T02:06:58.940Z | Downloaded time-macros v0.2.27 |
| 309 | 2026-05-27T02:06:58.943Z | Downloaded iana-time-zone v0.1.65 |
| 310 | 2026-05-27T02:06:58.943Z | Downloaded multer v3.1.0 |
| 311 | 2026-05-27T02:06:58.946Z | Downloaded tokio-rustls v0.25.0 |
| 312 | 2026-05-27T02:06:58.948Z | Downloaded compression-codecs v0.4.37 |
| 313 | 2026-05-27T02:06:58.951Z | Downloaded rustls-pki-types v1.14.0 |
| 314 | 2026-05-27T02:06:58.951Z | Downloaded untrusted v0.9.0 |
| 315 | 2026-05-27T02:06:58.953Z | Downloaded tinyvec_macros v0.1.1 |
| 316 | 2026-05-27T02:06:58.953Z | Downloaded crc32fast v1.5.0 |
| 317 | 2026-05-27T02:06:58.956Z | Downloaded find-msvc-tools v0.1.9 |
| 318 | 2026-05-27T02:06:58.958Z | Downloaded zerovec-derive v0.11.2 |
| 319 | 2026-05-27T02:06:58.958Z | Downloaded zeroize v1.8.2 |
| 320 | 2026-05-27T02:06:58.958Z | Downloaded zerofrom v0.1.6 |
| 321 | 2026-05-27T02:06:58.968Z | Downloaded thiserror-impl v2.0.18 |
| 322 | 2026-05-27T02:06:58.971Z | Downloaded thiserror-impl v1.0.69 |
| 323 | 2026-05-27T02:06:58.974Z | Downloaded spin v0.9.8 |
| 324 | 2026-05-27T02:06:58.978Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 325 | 2026-05-27T02:06:58.981Z | Downloaded tokio-rustls v0.26.4 |
| 326 | 2026-05-27T02:06:58.988Z | Downloaded ucd-trie v0.1.7 |
| 327 | 2026-05-27T02:06:58.993Z | Downloaded rand v0.8.6 |
| 328 | 2026-05-27T02:06:58.996Z | Downloaded test-strategy v0.4.5 |
| 329 | 2026-05-27T02:06:58.998Z | Downloaded socket2 v0.6.3 |
| 330 | 2026-05-27T02:06:58.998Z | Downloaded writeable v0.6.2 |
| 331 | 2026-05-27T02:06:59.002Z | Downloaded term v1.2.1 |
| 332 | 2026-05-27T02:06:59.002Z | Downloaded getrandom v0.3.4 |
| 333 | 2026-05-27T02:06:59.006Z | Downloaded icu_properties v2.1.2 |
| 334 | 2026-05-27T02:06:59.008Z | Downloaded rustls-platform-verifier v0.6.2 |
| 335 | 2026-05-27T02:06:59.010Z | Downloaded icu_provider v2.1.1 |
| 336 | 2026-05-27T02:06:59.013Z | Downloaded tempfile v3.25.0 |
| 337 | 2026-05-27T02:06:59.016Z | Downloaded yoke v0.8.1 |
| 338 | 2026-05-27T02:06:59.016Z | Downloaded schemars v0.8.22 |
| 339 | 2026-05-27T02:06:59.020Z | Downloaded usdt-impl v0.6.0 |
| 340 | 2026-05-27T02:06:59.023Z | Downloaded tinyvec v1.10.0 |
| 341 | 2026-05-27T02:06:59.023Z | Downloaded serde_derive v1.0.228 |
| 342 | 2026-05-27T02:06:59.026Z | Downloaded rustls-webpki v0.103.9 |
| 343 | 2026-05-27T02:06:59.029Z | Downloaded icu_normalizer v2.1.1 |
| 344 | 2026-05-27T02:06:59.029Z | Downloaded getrandom v0.4.1 |
| 345 | 2026-05-27T02:06:59.031Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 346 | 2026-05-27T02:06:59.033Z | Downloaded icu_locale_core v2.1.1 |
| 347 | 2026-05-27T02:06:59.037Z | Downloaded quinn v0.11.9 |
| 348 | 2026-05-27T02:06:59.040Z | Downloaded slog v2.8.2 |
| 349 | 2026-05-27T02:06:59.043Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 350 | 2026-05-27T02:06:59.043Z | Downloaded smallvec v1.15.1 |
| 351 | 2026-05-27T02:06:59.046Z | Downloaded base64 v0.22.1 |
| 352 | 2026-05-27T02:06:59.050Z | Downloaded bytes v1.11.1 |
| 353 | 2026-05-27T02:06:59.053Z | Downloaded serde v1.0.228 |
| 354 | 2026-05-27T02:06:59.056Z | Downloaded indexmap v2.14.0 |
| 355 | 2026-05-27T02:06:59.056Z | Downloaded typenum v1.19.0 |
| 356 | 2026-05-27T02:06:59.061Z | Downloaded flate2 v1.1.9 |
| 357 | 2026-05-27T02:06:59.064Z | Downloaded zmij v1.0.21 |
| 358 | 2026-05-27T02:06:59.070Z | Downloaded uuid v1.23.0 |
| 359 | 2026-05-27T02:06:59.072Z | Downloaded rand v0.9.2 |
| 360 | 2026-05-27T02:06:59.075Z | Downloaded futures v0.3.32 |
| 361 | 2026-05-27T02:06:59.077Z | Downloaded url v2.5.8 |
| 362 | 2026-05-27T02:06:59.086Z | Downloaded icu_normalizer_data v2.1.1 |
| 363 | 2026-05-27T02:06:59.088Z | Downloaded pest v2.8.6 |
| 364 | 2026-05-27T02:06:59.090Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-05-27T02:06:59.102Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 366 | 2026-05-27T02:06:59.107Z | Downloaded tracing-core v0.1.36 |
| 367 | 2026-05-27T02:06:59.110Z | Downloaded iri-string v0.7.10 |
| 368 | 2026-05-27T02:06:59.112Z | Downloaded reqwest v0.13.2 |
| 369 | 2026-05-27T02:06:59.115Z | Downloaded zerotrie v0.2.3 |
| 370 | 2026-05-27T02:06:59.118Z | Downloaded icu_collections v2.1.1 |
| 371 | 2026-05-27T02:06:59.131Z | Downloaded regex v1.12.3 |
| 372 | 2026-05-27T02:06:59.134Z | Downloaded idna v1.1.0 |
| 373 | 2026-05-27T02:06:59.136Z | Downloaded hyper-util v0.1.20 |
| 374 | 2026-05-27T02:06:59.139Z | Downloaded zerocopy-derive v0.8.40 |
| 375 | 2026-05-27T02:06:59.143Z | Downloaded itertools v0.14.0 |
| 376 | 2026-05-27T02:06:59.147Z | Downloaded serde_json v1.0.149 |
| 377 | 2026-05-27T02:06:59.151Z | Downloaded reqwest v0.12.28 |
| 378 | 2026-05-27T02:06:59.154Z | Downloaded iddqd v0.4.1 |
| 379 | 2026-05-27T02:06:59.169Z | Downloaded tower-http v0.6.8 |
| 380 | 2026-05-27T02:06:59.173Z | Downloaded tower v0.5.3 |
| 381 | 2026-05-27T02:06:59.177Z | Downloaded serde_with v3.17.0 |
| 382 | 2026-05-27T02:06:59.187Z | Downloaded hashbrown v0.16.1 |
| 383 | 2026-05-27T02:06:59.190Z | Downloaded rustls-webpki v0.102.8 |
| 384 | 2026-05-27T02:06:59.200Z | Downloaded winnow v0.7.14 |
| 385 | 2026-05-27T02:06:59.204Z | Downloaded h2 v0.4.13 |
| 386 | 2026-05-27T02:06:59.208Z | Downloaded proptest v1.10.0 |
| 387 | 2026-05-27T02:06:59.212Z | Downloaded tokio-util v0.7.18 |
| 388 | 2026-05-27T02:06:59.217Z | Downloaded futures-util v0.3.32 |
| 389 | 2026-05-27T02:06:59.222Z | Downloaded chrono v0.4.44 |
| 390 | 2026-05-27T02:06:59.226Z | Downloaded zerovec v0.11.5 |
| 391 | 2026-05-27T02:06:59.229Z | Downloaded quinn-proto v0.11.13 |
| 392 | 2026-05-27T02:06:59.232Z | Downloaded hashbrown v0.17.0 |
| 393 | 2026-05-27T02:06:59.235Z | Downloaded icu_properties_data v2.1.2 |
| 394 | 2026-05-27T02:06:59.240Z | Downloaded hyper v1.8.1 |
| 395 | 2026-05-27T02:06:59.244Z | Downloaded zerocopy v0.8.40 |
| 396 | 2026-05-27T02:06:59.248Z | Downloaded aws-lc-rs v1.16.3 |
| 397 | 2026-05-27T02:06:59.262Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-27T02:06:59.270Z | Downloaded regress v0.10.5 |
| 399 | 2026-05-27T02:06:59.274Z | Downloaded time v0.3.47 |
| 400 | 2026-05-27T02:06:59.280Z | Downloaded goblin v0.10.5 |
| 401 | 2026-05-27T02:06:59.284Z | Downloaded rustls v0.23.37 |
| 402 | 2026-05-27T02:06:59.290Z | Downloaded rustls v0.22.4 |
| 403 | 2026-05-27T02:06:59.297Z | Downloaded rustix v1.1.3 |
| 404 | 2026-05-27T02:06:59.309Z | Downloaded openapiv3 v2.2.0 |
| 405 | 2026-05-27T02:06:59.318Z | Downloaded dropshot v0.17.0 |
| 406 | 2026-05-27T02:06:59.329Z | Downloaded regex-automata v0.4.14 |
| 407 | 2026-05-27T02:06:59.350Z | Downloaded tracing v0.1.44 |
| 408 | 2026-05-27T02:06:59.360Z | Downloaded libc v0.2.185 |
| 409 | 2026-05-27T02:06:59.404Z | Downloaded ring v0.17.14 |
| 410 | 2026-05-27T02:06:59.450Z | Downloaded tokio v1.52.1 |
| 411 | 2026-05-27T02:06:59.520Z | Downloaded encoding_rs v0.8.35 |
| 412 | 2026-05-27T02:07:00.125Z | Downloaded aws-lc-sys v0.40.0 |
| 413 | 2026-05-27T02:07:00.320Z | Compiling proc-macro2 v1.0.106 |
| 414 | 2026-05-27T02:07:00.320Z | Compiling quote v1.0.45 |
| 415 | 2026-05-27T02:07:00.320Z | Compiling unicode-ident v1.0.24 |
| 416 | 2026-05-27T02:07:00.321Z | Compiling libc v0.2.185 |
| 417 | 2026-05-27T02:07:00.323Z | Checking cfg-if v1.0.4 |
| 418 | 2026-05-27T02:07:00.323Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-27T02:07:00.323Z | Checking memchr v2.8.0 |
| 420 | 2026-05-27T02:07:00.323Z | Checking itoa v1.0.17 |
| 421 | 2026-05-27T02:07:00.483Z | Compiling serde v1.0.228 |
| 422 | 2026-05-27T02:07:00.569Z | Compiling zmij v1.0.21 |
| 423 | 2026-05-27T02:07:00.582Z | Compiling serde_json v1.0.149 |
| 424 | 2026-05-27T02:07:00.842Z | Checking pin-project-lite v0.2.17 |
| 425 | 2026-05-27T02:07:00.889Z | Checking smallvec v1.15.1 |
| 426 | 2026-05-27T02:07:00.914Z | Compiling shlex v1.3.0 |
| 427 | 2026-05-27T02:07:00.927Z | Compiling find-msvc-tools v0.1.9 |
| 428 | 2026-05-27T02:07:01.071Z | Checking bytes v1.11.1 |
| 429 | 2026-05-27T02:07:01.081Z | Checking futures-core v0.3.32 |
| 430 | 2026-05-27T02:07:01.147Z | Compiling parking_lot_core v0.9.12 |
| 431 | 2026-05-27T02:07:01.156Z | Checking scopeguard v1.2.0 |
| 432 | 2026-05-27T02:07:01.185Z | Checking once_cell v1.21.3 |
| 433 | 2026-05-27T02:07:01.223Z | Checking errno v0.3.14 |
| 434 | 2026-05-27T02:07:01.244Z | Compiling jobserver v0.1.34 |
| 435 | 2026-05-27T02:07:01.259Z | Checking lock_api v0.4.14 |
| 436 | 2026-05-27T02:07:01.326Z | Checking signal-hook-registry v1.4.8 |
| 437 | 2026-05-27T02:07:01.342Z | Checking mio v1.2.0 |
| 438 | 2026-05-27T02:07:01.478Z | Compiling cc v1.2.56 |
| 439 | 2026-05-27T02:07:01.488Z | Checking socket2 v0.6.3 |
| 440 | 2026-05-27T02:07:01.580Z | Checking parking_lot v0.12.5 |
| 441 | 2026-05-27T02:07:01.614Z | Checking futures-sink v0.3.32 |
| 442 | 2026-05-27T02:07:01.701Z | Checking stable_deref_trait v1.2.1 |
| 443 | 2026-05-27T02:07:01.712Z | Compiling syn v2.0.117 |
| 444 | 2026-05-27T02:07:01.732Z | Checking slab v0.4.12 |
| 445 | 2026-05-27T02:07:01.750Z | Checking zeroize v1.8.2 |
| 446 | 2026-05-27T02:07:01.762Z | Compiling autocfg v1.5.0 |
| 447 | 2026-05-27T02:07:01.785Z | Compiling getrandom v0.4.1 |
| 448 | 2026-05-27T02:07:01.872Z | Checking futures-channel v0.3.32 |
| 449 | 2026-05-27T02:07:01.881Z | Checking equivalent v1.0.2 |
| 450 | 2026-05-27T02:07:01.952Z | Compiling thiserror v2.0.18 |
| 451 | 2026-05-27T02:07:02.038Z | Compiling rustversion v1.0.22 |
| 452 | 2026-05-27T02:07:02.057Z | Checking rustls-pki-types v1.14.0 |
| 453 | 2026-05-27T02:07:02.096Z | Compiling num-traits v0.2.19 |
| 454 | 2026-05-27T02:07:02.158Z | Checking http v1.4.0 |
| 455 | 2026-05-27T02:07:02.325Z | Compiling cmake v0.1.57 |
| 456 | 2026-05-27T02:07:02.397Z | Compiling dunce v1.0.5 |
| 457 | 2026-05-27T02:07:02.440Z | Checking futures-task v0.3.32 |
| 458 | 2026-05-27T02:07:02.479Z | Checking futures-io v0.3.32 |
| 459 | 2026-05-27T02:07:02.566Z | Compiling fs_extra v1.3.0 |
| 460 | 2026-05-27T02:07:02.581Z | Compiling zerocopy v0.8.40 |
| 461 | 2026-05-27T02:07:02.724Z | Checking untrusted v0.9.0 |
| 462 | 2026-05-27T02:07:02.796Z | Compiling version_check v0.9.5 |
| 463 | 2026-05-27T02:07:02.806Z | Compiling aws-lc-sys v0.40.0 |
| 464 | 2026-05-27T02:07:02.818Z | Checking fnv v1.0.7 |
| 465 | 2026-05-27T02:07:02.900Z | Checking log v0.4.29 |
| 466 | 2026-05-27T02:07:02.992Z | Checking writeable v0.6.2 |
| 467 | 2026-05-27T02:07:03.055Z | Checking iana-time-zone v0.1.65 |
| 468 | 2026-05-27T02:07:03.136Z | Checking hashbrown v0.17.0 |
| 469 | 2026-05-27T02:07:03.150Z | Compiling httparse v1.10.1 |
| 470 | 2026-05-27T02:07:03.159Z | Checking litemap v0.8.1 |
| 471 | 2026-05-27T02:07:03.231Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-05-27T02:07:03.318Z | Checking http-body v1.0.1 |
| 473 | 2026-05-27T02:07:03.369Z | Compiling pest v2.8.6 |
| 474 | 2026-05-27T02:07:03.431Z | Checking tracing-core v0.1.36 |
| 475 | 2026-05-27T02:07:03.449Z | Checking atomic-waker v1.1.2 |
| 476 | 2026-05-27T02:07:03.514Z | Compiling schemars v0.8.22 |
| 477 | 2026-05-27T02:07:03.532Z | Compiling aws-lc-rs v1.16.3 |
| 478 | 2026-05-27T02:07:03.591Z | Checking indexmap v2.14.0 |
| 479 | 2026-05-27T02:07:03.718Z | Compiling icu_normalizer_data v2.1.1 |
| 480 | 2026-05-27T02:07:03.731Z | Compiling icu_properties_data v2.1.2 |
| 481 | 2026-05-27T02:07:03.805Z | Checking bitflags v2.11.0 |
| 482 | 2026-05-27T02:07:03.916Z | Checking percent-encoding v2.3.2 |
| 483 | 2026-05-27T02:07:03.958Z | Checking tracing v0.1.44 |
| 484 | 2026-05-27T02:07:04.042Z | Checking semver v1.0.28 |
| 485 | 2026-05-27T02:07:04.126Z | Checking uuid v1.23.0 |
| 486 | 2026-05-27T02:07:04.129Z | Checking tower-service v0.3.3 |
| 487 | 2026-05-27T02:07:04.156Z | Checking subtle v2.6.1 |
| 488 | 2026-05-27T02:07:04.205Z | Checking base64 v0.22.1 |
| 489 | 2026-05-27T02:07:04.238Z | Checking try-lock v0.2.5 |
| 490 | 2026-05-27T02:07:04.280Z | Checking dyn-clone v1.0.20 |
| 491 | 2026-05-27T02:07:04.324Z | Checking tower-layer v0.3.3 |
| 492 | 2026-05-27T02:07:04.370Z | Compiling synstructure v0.13.2 |
| 493 | 2026-05-27T02:07:04.406Z | Compiling serde_derive_internals v0.29.1 |
| 494 | 2026-05-27T02:07:04.426Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-05-27T02:07:04.460Z | Checking want v0.3.1 |
| 496 | 2026-05-27T02:07:04.598Z | Compiling slog v2.8.2 |
| 497 | 2026-05-27T02:07:04.680Z | Checking getrandom v0.2.17 |
| 498 | 2026-05-27T02:07:04.739Z | Compiling heck v0.5.0 |
| 499 | 2026-05-27T02:07:04.812Z | Checking pin-utils v0.1.0 |
| 500 | 2026-05-27T02:07:04.822Z | Checking httpdate v1.0.3 |
| 501 | 2026-05-27T02:07:04.882Z | Checking form_urlencoded v1.2.2 |
| 502 | 2026-05-27T02:07:04.892Z | Checking ipnet v2.11.0 |
| 503 | 2026-05-27T02:07:04.954Z | Compiling rustls v0.23.37 |
| 504 | 2026-05-27T02:07:04.998Z | Compiling typenum v1.19.0 |
| 505 | 2026-05-27T02:07:05.095Z | Compiling pest_generator v2.8.6 |
| 506 | 2026-05-27T02:07:05.140Z | Compiling getrandom v0.3.4 |
| 507 | 2026-05-27T02:07:05.150Z | Compiling generic-array v0.14.7 |
| 508 | 2026-05-27T02:07:05.327Z | Compiling ring v0.17.14 |
| 509 | 2026-05-27T02:07:05.338Z | Checking sync_wrapper v1.0.2 |
| 510 | 2026-05-27T02:07:05.454Z | Checking ryu v1.0.23 |
| 511 | 2026-05-27T02:07:05.576Z | Checking utf8_iter v1.0.4 |
| 512 | 2026-05-27T02:07:05.590Z | Compiling paste v1.0.15 |
| 513 | 2026-05-27T02:07:05.620Z | Compiling serde_derive v1.0.228 |
| 514 | 2026-05-27T02:07:05.680Z | Compiling tokio-macros v2.7.0 |
| 515 | 2026-05-27T02:07:05.682Z | Compiling zerofrom-derive v0.1.6 |
| 516 | 2026-05-27T02:07:05.712Z | Compiling zerocopy-derive v0.8.40 |
| 517 | 2026-05-27T02:07:05.803Z | Compiling yoke-derive v0.8.1 |
| 518 | 2026-05-27T02:07:05.850Z | Compiling zerovec-derive v0.11.2 |
| 519 | 2026-05-27T02:07:06.359Z | Checking tokio v1.52.1 |
| 520 | 2026-05-27T02:07:06.471Z | Compiling displaydoc v0.2.5 |
| 521 | 2026-05-27T02:07:06.766Z | Compiling thiserror-impl v2.0.18 |
| 522 | 2026-05-27T02:07:06.803Z | Checking zerofrom v0.1.6 |
| 523 | 2026-05-27T02:07:06.862Z | Compiling futures-macro v0.3.32 |
| 524 | 2026-05-27T02:07:06.905Z | Checking yoke v0.8.1 |
| 525 | 2026-05-27T02:07:07.058Z | Checking zerovec v0.11.5 |
| 526 | 2026-05-27T02:07:07.154Z | Checking zerotrie v0.2.3 |
| 527 | 2026-05-27T02:07:07.378Z | Compiling schemars_derive v0.8.22 |
| 528 | 2026-05-27T02:07:07.471Z | Checking tinystr v0.8.2 |
| 529 | 2026-05-27T02:07:07.619Z | Checking futures-util v0.3.32 |
| 530 | 2026-05-27T02:07:07.634Z | Checking icu_locale_core v2.1.1 |
| 531 | 2026-05-27T02:07:07.925Z | Checking potential_utf v0.1.4 |
| 532 | 2026-05-27T02:07:08.045Z | Checking icu_collections v2.1.1 |
| 533 | 2026-05-27T02:07:08.157Z | Checking icu_provider v2.1.1 |
| 534 | 2026-05-27T02:07:08.369Z | Checking icu_normalizer v2.1.1 |
| 535 | 2026-05-27T02:07:08.505Z | Checking icu_properties v2.1.2 |
| 536 | 2026-05-27T02:07:08.538Z | Checking chrono v0.4.44 |
| 537 | 2026-05-27T02:07:08.646Z | Checking erased-serde v0.3.31 |
| 538 | 2026-05-27T02:07:08.802Z | Compiling pest_derive v2.8.6 |
| 539 | 2026-05-27T02:07:09.239Z | Compiling serde_tokenstream v0.2.3 |
| 540 | 2026-05-27T02:07:09.282Z | Checking idna_adapter v1.2.1 |
| 541 | 2026-05-27T02:07:09.297Z | Checking tokio-util v0.7.18 |
| 542 | 2026-05-27T02:07:09.384Z | Checking idna v1.1.0 |
| 543 | 2026-05-27T02:07:09.438Z | Checking serde_urlencoded v0.7.1 |
| 544 | 2026-05-27T02:07:09.449Z | Checking tower v0.5.3 |
| 545 | 2026-05-27T02:07:09.644Z | Compiling scroll_derive v0.13.1 |
| 546 | 2026-05-27T02:07:09.663Z | Checking ppv-lite86 v0.2.21 |
| 547 | 2026-05-27T02:07:09.677Z | Checking h2 v0.4.13 |
| 548 | 2026-05-27T02:07:09.806Z | Compiling structmeta-derive v0.3.0 |
| 549 | 2026-05-27T02:07:10.054Z | Checking http-body-util v0.1.3 |
| 550 | 2026-05-27T02:07:10.249Z | Compiling usdt-impl v0.6.0 |
| 551 | 2026-05-27T02:07:10.489Z | Checking powerfmt v0.2.0 |
| 552 | 2026-05-27T02:07:10.503Z | Compiling time-core v0.1.8 |
| 553 | 2026-05-27T02:07:10.514Z | Checking iri-string v0.7.10 |
| 554 | 2026-05-27T02:07:10.622Z | Compiling num-conv v0.2.0 |
| 555 | 2026-05-27T02:07:10.632Z | Compiling crc32fast v1.5.0 |
| 556 | 2026-05-27T02:07:10.740Z | Compiling rustix v1.1.3 |
| 557 | 2026-05-27T02:07:10.779Z | Checking fastrand v2.3.0 |
| 558 | 2026-05-27T02:07:10.928Z | Compiling structmeta v0.3.0 |
| 559 | 2026-05-27T02:07:10.943Z | Compiling time-macros v0.2.27 |
| 560 | 2026-05-27T02:07:11.105Z | Checking deranged v0.5.8 |
| 561 | 2026-05-27T02:07:11.443Z | Checking hyper v1.8.1 |
| 562 | 2026-05-27T02:07:11.487Z | Checking tower-http v0.6.8 |
| 563 | 2026-05-27T02:07:11.741Z | Checking scroll v0.13.0 |
| 564 | 2026-05-27T02:07:11.881Z | Checking rand_core v0.9.5 |
| 565 | 2026-05-27T02:07:11.945Z | Checking ipnetwork v0.21.1 |
| 566 | 2026-05-27T02:07:12.004Z | Checking url v2.5.8 |
| 567 | 2026-05-27T02:07:12.037Z | Compiling dtrace-parser v0.3.0 |
| 568 | 2026-05-27T02:07:12.146Z | Compiling thread-id v5.1.0 |
| 569 | 2026-05-27T02:07:12.220Z | Compiling dof v0.4.0 |
| 570 | 2026-05-27T02:07:12.297Z | Checking hyper-util v0.1.20 |
| 571 | 2026-05-27T02:07:12.336Z | Checking regex-syntax v0.8.10 |
| 572 | 2026-05-27T02:07:12.368Z | Compiling byteorder v1.5.0 |
| 573 | 2026-05-27T02:07:12.409Z | Compiling strsim v0.11.1 |
| 574 | 2026-05-27T02:07:12.573Z | Compiling crossbeam-utils v0.8.21 |
| 575 | 2026-05-27T02:07:12.608Z | Checking num_threads v0.1.7 |
| 576 | 2026-05-27T02:07:12.692Z | Checking adler2 v2.0.1 |
| 577 | 2026-05-27T02:07:12.781Z | Checking plain v0.2.3 |
| 578 | 2026-05-27T02:07:12.870Z | Compiling omicron-workspace-hack v0.1.0 |
| 579 | 2026-05-27T02:07:12.889Z | Checking simd-adler32 v0.3.8 |
| 580 | 2026-05-27T02:07:12.974Z | Checking openssl-probe v0.2.1 |
| 581 | 2026-05-27T02:07:12.988Z | Compiling ident_case v1.0.1 |
| 582 | 2026-05-27T02:07:13.015Z | Checking miniz_oxide v0.8.9 |
| 583 | 2026-05-27T02:07:13.064Z | Checking rustls-native-certs v0.8.3 |
| 584 | 2026-05-27T02:07:13.086Z | Compiling darling_core v0.21.3 |
| 585 | 2026-05-27T02:07:13.174Z | Checking time v0.3.47 |
| 586 | 2026-05-27T02:07:13.302Z | Checking goblin v0.10.5 |
| 587 | 2026-05-27T02:07:13.605Z | Checking oxnet v0.1.4 |
| 588 | 2026-05-27T02:07:13.985Z | Checking newtype-uuid v1.3.2 |
| 589 | 2026-05-27T02:07:14.089Z | Compiling daft-derive v0.1.7 |
| 590 | 2026-05-27T02:07:14.122Z | Compiling aho-corasick v1.1.4 |
| 591 | 2026-05-27T02:07:14.136Z | Compiling rustls v0.22.4 |
| 592 | 2026-05-27T02:07:14.446Z | Checking pretty-hex v0.4.1 |
| 593 | 2026-05-27T02:07:14.515Z | Compiling camino v1.2.2 |
| 594 | 2026-05-27T02:07:14.782Z | Checking daft v0.1.7 |
| 595 | 2026-05-27T02:07:14.803Z | Checking rustls-webpki v0.102.8 |
| 596 | 2026-05-27T02:07:14.863Z | Checking tempfile v3.25.0 |
| 597 | 2026-05-27T02:07:15.042Z | Checking flate2 v1.1.9 |
| 598 | 2026-05-27T02:07:15.158Z | Compiling darling_macro v0.21.3 |
| 599 | 2026-05-27T02:07:15.317Z | Checking rand_chacha v0.9.0 |
| 600 | 2026-05-27T02:07:15.489Z | Checking crypto-common v0.1.7 |
| 601 | 2026-05-27T02:07:15.500Z | Checking block-buffer v0.10.4 |
| 602 | 2026-05-27T02:07:15.523Z | Checking rand_core v0.6.4 |
| 603 | 2026-05-27T02:07:15.589Z | Compiling multer v3.1.0 |
| 604 | 2026-05-27T02:07:15.662Z | Checking wait-timeout v0.2.1 |
| 605 | 2026-05-27T02:07:15.685Z | Checking thread_local v1.1.9 |
| 606 | 2026-05-27T02:07:15.772Z | Compiling regex-automata v0.4.14 |
| 607 | 2026-05-27T02:07:15.792Z | Compiling anyhow v1.0.102 |
| 608 | 2026-05-27T02:07:15.835Z | Checking quick-error v1.2.3 |
| 609 | 2026-05-27T02:07:15.927Z | Checking bit-vec v0.8.0 |
| 610 | 2026-05-27T02:07:16.092Z | Checking match_cfg v0.1.0 |
| 611 | 2026-05-27T02:07:16.107Z | Checking foldhash v0.2.0 |
| 612 | 2026-05-27T02:07:16.150Z | Checking compression-core v0.4.31 |
| 613 | 2026-05-27T02:07:16.165Z | Checking allocator-api2 v0.2.21 |
| 614 | 2026-05-27T02:07:16.246Z | Checking winnow v0.7.14 |
| 615 | 2026-05-27T02:07:16.261Z | Compiling ref-cast v1.0.25 |
| 616 | 2026-05-27T02:07:16.329Z | Compiling thiserror v1.0.69 |
| 617 | 2026-05-27T02:07:16.433Z | Compiling slog-async v2.8.0 |
| 618 | 2026-05-27T02:07:16.530Z | Checking hashbrown v0.16.1 |
| 619 | 2026-05-27T02:07:16.739Z | Checking compression-codecs v0.4.37 |
| 620 | 2026-05-27T02:07:16.790Z | Checking hostname v0.3.1 |
| 621 | 2026-05-27T02:07:16.876Z | Checking bit-set v0.8.0 |
| 622 | 2026-05-27T02:07:17.005Z | Checking rusty-fork v0.3.1 |
| 623 | 2026-05-27T02:07:17.053Z | Checking rand_chacha v0.3.1 |
| 624 | 2026-05-27T02:07:17.086Z | Compiling darling v0.21.3 |
| 625 | 2026-05-27T02:07:17.160Z | Checking digest v0.10.7 |
| 626 | 2026-05-27T02:07:17.170Z | Checking crossbeam-channel v0.5.15 |
| 627 | 2026-05-27T02:07:17.188Z | Checking rand v0.9.2 |
| 628 | 2026-05-27T02:07:17.309Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 629 | 2026-05-27T02:07:17.487Z | Compiling regex v1.12.3 |
| 630 | 2026-05-27T02:07:17.549Z | Checking slog-json v2.6.1 |
| 631 | 2026-05-27T02:07:17.615Z | Compiling usdt-attr-macro v0.6.0 |
| 632 | 2026-05-27T02:07:17.628Z | Compiling usdt-macro v0.6.0 |
| 633 | 2026-05-27T02:07:17.689Z | Checking rand_xorshift v0.4.0 |
| 634 | 2026-05-27T02:07:17.797Z | Compiling derive-ex v0.1.8 |
| 635 | 2026-05-27T02:07:17.867Z | Checking futures-executor v0.3.32 |
| 636 | 2026-05-27T02:07:17.924Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 637 | 2026-05-27T02:07:18.003Z | Compiling strum_macros v0.26.4 |
| 638 | 2026-05-27T02:07:18.251Z | Compiling ref-cast-impl v1.0.25 |
| 639 | 2026-05-27T02:07:18.284Z | Compiling async-stream-impl v0.3.6 |
| 640 | 2026-05-27T02:07:18.287Z | Compiling thiserror-impl v1.0.69 |
| 641 | 2026-05-27T02:07:18.338Z | Compiling async-trait v0.1.89 |
| 642 | 2026-05-27T02:07:18.658Z | Compiling dropshot v0.17.0 |
| 643 | 2026-05-27T02:07:18.806Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 644 | 2026-05-27T02:07:18.859Z | Checking serde_spanned v1.0.4 |
| 645 | 2026-05-27T02:07:18.871Z | Checking is-terminal v0.4.17 |
| 646 | 2026-05-27T02:07:18.946Z | Checking memmap2 v0.9.10 |
| 647 | 2026-05-27T02:07:18.977Z | Checking encoding_rs v0.8.35 |
| 648 | 2026-05-27T02:07:18.985Z | Checking mime v0.3.17 |
| 649 | 2026-05-27T02:07:19.091Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 650 | 2026-05-27T02:07:19.143Z | Checking hex v0.4.3 |
| 651 | 2026-05-27T02:07:19.249Z | Checking cpufeatures v0.2.17 |
| 652 | 2026-05-27T02:07:19.257Z | Checking unarray v0.1.4 |
| 653 | 2026-05-27T02:07:19.280Z | Checking term v1.2.1 |
| 654 | 2026-05-27T02:07:19.340Z | Checking spin v0.9.8 |
| 655 | 2026-05-27T02:07:19.349Z | Checking take_mut v0.2.2 |
| 656 | 2026-05-27T02:07:19.434Z | Checking proptest v1.10.0 |
| 657 | 2026-05-27T02:07:19.460Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 658 | 2026-05-27T02:07:19.489Z | Checking slog-term v2.9.2 |
| 659 | 2026-05-27T02:07:19.530Z | Checking strum v0.26.3 |
| 660 | 2026-05-27T02:07:19.575Z | Compiling dropshot_endpoint v0.17.0 |
| 661 | 2026-05-27T02:07:19.585Z | Checking sha1 v0.10.6 |
| 662 | 2026-05-27T02:07:19.596Z | Compiling test-strategy v0.4.5 |
| 663 | 2026-05-27T02:07:19.624Z | Checking toml v1.0.6+spec-1.1.0 |
| 664 | 2026-05-27T02:07:19.727Z | Checking usdt v0.6.0 |
| 665 | 2026-05-27T02:07:19.775Z | Checking async-stream v0.3.6 |
| 666 | 2026-05-27T02:07:19.889Z | Checking tokio-rustls v0.25.0 |
| 667 | 2026-05-27T02:07:19.960Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 668 | 2026-05-27T02:07:20.052Z | Compiling parse-display-derive v0.10.0 |
| 669 | 2026-05-27T02:07:20.062Z | Checking futures v0.3.32 |
| 670 | 2026-05-27T02:07:20.126Z | Checking slog-bunyan v2.5.0 |
| 671 | 2026-05-27T02:07:20.177Z | Checking rand v0.8.6 |
| 672 | 2026-05-27T02:07:20.227Z | Compiling serde_with_macros v3.17.0 |
| 673 | 2026-05-27T02:07:20.543Z | Checking async-compression v0.4.41 |
| 674 | 2026-05-27T02:07:20.669Z | Checking reqwest v0.12.28 |
| 675 | 2026-05-27T02:07:20.886Z | Checking backon v1.6.0 |
| 676 | 2026-05-27T02:07:20.896Z | Compiling newtype-uuid-macros v0.1.0 |
| 677 | 2026-05-27T02:07:21.011Z | Checking openapiv3 v2.2.0 |
| 678 | 2026-05-27T02:07:21.036Z | Compiling strum_macros v0.27.2 |
| 679 | 2026-05-27T02:07:21.125Z | Checking waitgroup v0.1.2 |
| 680 | 2026-05-27T02:07:21.195Z | Checking serde_path_to_error v0.1.20 |
| 681 | 2026-05-27T02:07:21.211Z | Checking rustls-pemfile v2.2.0 |
| 682 | 2026-05-27T02:07:21.248Z | Checking hostname v0.4.2 |
| 683 | 2026-05-27T02:07:21.332Z | Checking instant v0.1.13 |
| 684 | 2026-05-27T02:07:21.334Z | Checking either v1.15.0 |
| 685 | 2026-05-27T02:07:21.410Z | Checking debug-ignore v1.0.5 |
| 686 | 2026-05-27T02:07:21.445Z | Checking backoff v0.4.0 |
| 687 | 2026-05-27T02:07:21.495Z | Checking serde_with v3.17.0 |
| 688 | 2026-05-27T02:07:21.511Z | Checking itertools v0.14.0 |
| 689 | 2026-05-27T02:07:21.514Z | Checking parse-display v0.10.0 |
| 690 | 2026-05-27T02:07:21.594Z | Checking progenitor-client v0.10.0 |
| 691 | 2026-05-27T02:07:21.620Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 692 | 2026-05-27T02:07:21.650Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 693 | 2026-05-27T02:07:21.784Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 694 | 2026-05-27T02:07:21.983Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 695 | 2026-05-27T02:07:22.013Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 696 | 2026-05-27T02:07:22.199Z | Checking iddqd v0.4.1 |
| 697 | 2026-05-27T02:07:22.254Z | Checking regress v0.10.5 |
| 698 | 2026-05-27T02:07:22.439Z | Checking macaddr v1.0.1 |
| 699 | 2026-05-27T02:07:22.450Z | Checking humantime v2.3.0 |
| 700 | 2026-05-27T02:07:22.768Z | Checking strum v0.27.2 |
| 701 | 2026-05-27T02:07:27.061Z | Checking rustls-webpki v0.103.9 |
| 702 | 2026-05-27T02:07:29.098Z | Checking tokio-rustls v0.26.4 |
| 703 | 2026-05-27T02:07:29.098Z | Checking rustls-platform-verifier v0.6.2 |
| 704 | 2026-05-27T02:07:29.269Z | Checking hyper-rustls v0.27.7 |
| 705 | 2026-05-27T02:07:29.403Z | Checking reqwest v0.13.2 |
| 706 | 2026-05-27T02:07:29.904Z | Checking progenitor-client v0.14.0 |
| 707 | 2026-05-27T02:07:30.066Z | Checking progenitor-extras v0.2.0 |
| 708 | 2026-05-27T02:07:30.220Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 709 | 2026-05-27T02:07:33.591Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 710 | 2026-05-27T02:07:33.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.94s |
| 711 | 2026-05-27T02:07:33.768Z | + cargo build --release |
| 712 | 2026-05-27T02:07:33.937Z | Compiling proc-macro2 v1.0.106 |
| 713 | 2026-05-27T02:07:33.937Z | Compiling quote v1.0.45 |
| 714 | 2026-05-27T02:07:33.937Z | Compiling unicode-ident v1.0.24 |
| 715 | 2026-05-27T02:07:33.940Z | Compiling libc v0.2.185 |
| 716 | 2026-05-27T02:07:33.940Z | Compiling cfg-if v1.0.4 |
| 717 | 2026-05-27T02:07:33.940Z | Compiling serde_core v1.0.228 |
| 718 | 2026-05-27T02:07:33.940Z | Compiling memchr v2.8.0 |
| 719 | 2026-05-27T02:07:33.940Z | Compiling itoa v1.0.17 |
| 720 | 2026-05-27T02:07:34.034Z | Compiling serde v1.0.228 |
| 721 | 2026-05-27T02:07:34.071Z | Compiling zmij v1.0.21 |
| 722 | 2026-05-27T02:07:34.205Z | Compiling serde_json v1.0.149 |
| 723 | 2026-05-27T02:07:34.269Z | Compiling pin-project-lite v0.2.17 |
| 724 | 2026-05-27T02:07:34.344Z | Compiling smallvec v1.15.1 |
| 725 | 2026-05-27T02:07:34.377Z | Compiling shlex v1.3.0 |
| 726 | 2026-05-27T02:07:34.422Z | Compiling find-msvc-tools v0.1.9 |
| 727 | 2026-05-27T02:07:34.567Z | Compiling bytes v1.11.1 |
| 728 | 2026-05-27T02:07:34.634Z | Compiling errno v0.3.14 |
| 729 | 2026-05-27T02:07:34.678Z | Compiling jobserver v0.1.34 |
| 730 | 2026-05-27T02:07:34.678Z | Compiling futures-core v0.3.32 |
| 731 | 2026-05-27T02:07:34.779Z | Compiling parking_lot_core v0.9.12 |
| 732 | 2026-05-27T02:07:34.822Z | Compiling scopeguard v1.2.0 |
| 733 | 2026-05-27T02:07:34.865Z | Compiling cc v1.2.56 |
| 734 | 2026-05-27T02:07:34.977Z | Compiling lock_api v0.4.14 |
| 735 | 2026-05-27T02:07:35.083Z | Compiling syn v2.0.117 |
| 736 | 2026-05-27T02:07:35.103Z | Compiling signal-hook-registry v1.4.8 |
| 737 | 2026-05-27T02:07:35.152Z | Compiling mio v1.2.0 |
| 738 | 2026-05-27T02:07:35.210Z | Compiling socket2 v0.6.3 |
| 739 | 2026-05-27T02:07:35.418Z | Compiling parking_lot v0.12.5 |
| 740 | 2026-05-27T02:07:35.452Z | Compiling once_cell v1.21.3 |
| 741 | 2026-05-27T02:07:35.687Z | Compiling stable_deref_trait v1.2.1 |
| 742 | 2026-05-27T02:07:35.759Z | Compiling futures-sink v0.3.32 |
| 743 | 2026-05-27T02:07:35.846Z | Compiling autocfg v1.5.0 |
| 744 | 2026-05-27T02:07:35.859Z | Compiling slab v0.4.12 |
| 745 | 2026-05-27T02:07:35.994Z | Compiling zeroize v1.8.2 |
| 746 | 2026-05-27T02:07:36.048Z | Compiling thiserror v2.0.18 |
| 747 | 2026-05-27T02:07:36.155Z | Compiling getrandom v0.4.1 |
| 748 | 2026-05-27T02:07:36.173Z | Compiling num-traits v0.2.19 |
| 749 | 2026-05-27T02:07:36.178Z | Compiling futures-channel v0.3.32 |
| 750 | 2026-05-27T02:07:36.288Z | Compiling rustversion v1.0.22 |
| 751 | 2026-05-27T02:07:36.343Z | Compiling equivalent v1.0.2 |
| 752 | 2026-05-27T02:07:36.371Z | Compiling rustls-pki-types v1.14.0 |
| 753 | 2026-05-27T02:07:36.403Z | Compiling cmake v0.1.57 |
| 754 | 2026-05-27T02:07:36.416Z | Compiling http v1.4.0 |
| 755 | 2026-05-27T02:07:36.524Z | Compiling fs_extra v1.3.0 |
| 756 | 2026-05-27T02:07:36.648Z | Compiling futures-task v0.3.32 |
| 757 | 2026-05-27T02:07:36.720Z | Compiling zerocopy v0.8.40 |
| 758 | 2026-05-27T02:07:36.760Z | Compiling dunce v1.0.5 |
| 759 | 2026-05-27T02:07:36.809Z | Compiling futures-io v0.3.32 |
| 760 | 2026-05-27T02:07:36.844Z | Compiling aws-lc-sys v0.40.0 |
| 761 | 2026-05-27T02:07:37.120Z | Compiling untrusted v0.9.0 |
| 762 | 2026-05-27T02:07:37.192Z | Compiling fnv v1.0.7 |
| 763 | 2026-05-27T02:07:37.237Z | Compiling version_check v0.9.5 |
| 764 | 2026-05-27T02:07:37.284Z | Compiling log v0.4.29 |
| 765 | 2026-05-27T02:07:37.486Z | Compiling writeable v0.6.2 |
| 766 | 2026-05-27T02:07:37.491Z | Compiling litemap v0.8.1 |
| 767 | 2026-05-27T02:07:37.703Z | Compiling ucd-trie v0.1.7 |
| 768 | 2026-05-27T02:07:37.760Z | Compiling httparse v1.10.1 |
| 769 | 2026-05-27T02:07:37.914Z | Compiling synstructure v0.13.2 |
| 770 | 2026-05-27T02:07:37.958Z | Compiling hashbrown v0.17.0 |
| 771 | 2026-05-27T02:07:38.083Z | Compiling iana-time-zone v0.1.65 |
| 772 | 2026-05-27T02:07:38.265Z | Compiling pest v2.8.6 |
| 773 | 2026-05-27T02:07:38.382Z | Compiling serde_derive_internals v0.29.1 |
| 774 | 2026-05-27T02:07:38.403Z | Compiling http-body v1.0.1 |
| 775 | 2026-05-27T02:07:38.548Z | Compiling indexmap v2.14.0 |
| 776 | 2026-05-27T02:07:38.589Z | Compiling tracing-core v0.1.36 |
| 777 | 2026-05-27T02:07:38.598Z | Compiling atomic-waker v1.1.2 |
| 778 | 2026-05-27T02:07:38.716Z | Compiling percent-encoding v2.3.2 |
| 779 | 2026-05-27T02:07:38.969Z | Compiling bitflags v2.11.0 |
| 780 | 2026-05-27T02:07:38.983Z | Compiling serde_derive v1.0.228 |
| 781 | 2026-05-27T02:07:39.084Z | Compiling zerofrom-derive v0.1.6 |
| 782 | 2026-05-27T02:07:39.155Z | Compiling tokio-macros v2.7.0 |
| 783 | 2026-05-27T02:07:39.318Z | Compiling yoke-derive v0.8.1 |
| 784 | 2026-05-27T02:07:39.329Z | Compiling zerocopy-derive v0.8.40 |
| 785 | 2026-05-27T02:07:39.425Z | Compiling zerovec-derive v0.11.2 |
| 786 | 2026-05-27T02:07:39.627Z | Compiling displaydoc v0.2.5 |
| 787 | 2026-05-27T02:07:39.851Z | Compiling tokio v1.52.1 |
| 788 | 2026-05-27T02:07:40.213Z | Compiling zerofrom v0.1.6 |
| 789 | 2026-05-27T02:07:40.279Z | Compiling thiserror-impl v2.0.18 |
| 790 | 2026-05-27T02:07:40.319Z | Compiling yoke v0.8.1 |
| 791 | 2026-05-27T02:07:40.324Z | Compiling futures-macro v0.3.32 |
| 792 | 2026-05-27T02:07:40.448Z | Compiling icu_properties_data v2.1.2 |
| 793 | 2026-05-27T02:07:40.496Z | Compiling zerovec v0.11.5 |
| 794 | 2026-05-27T02:07:40.658Z | Compiling zerotrie v0.2.3 |
| 795 | 2026-05-27T02:07:41.040Z | Compiling tinystr v0.8.2 |
| 796 | 2026-05-27T02:07:41.056Z | Compiling potential_utf v0.1.4 |
| 797 | 2026-05-27T02:07:41.091Z | Compiling futures-util v0.3.32 |
| 798 | 2026-05-27T02:07:41.219Z | Compiling icu_locale_core v2.1.1 |
| 799 | 2026-05-27T02:07:41.232Z | Compiling aws-lc-rs v1.16.3 |
| 800 | 2026-05-27T02:07:41.438Z | Compiling schemars v0.8.22 |
| 801 | 2026-05-27T02:07:41.511Z | Compiling icu_normalizer_data v2.1.1 |
| 802 | 2026-05-27T02:07:41.724Z | Compiling icu_collections v2.1.1 |
| 803 | 2026-05-27T02:07:42.150Z | Compiling chrono v0.4.44 |
| 804 | 2026-05-27T02:07:42.173Z | Compiling icu_provider v2.1.1 |
| 805 | 2026-05-27T02:07:42.463Z | Compiling pest_meta v2.8.6 |
| 806 | 2026-05-27T02:07:42.575Z | Compiling schemars_derive v0.8.22 |
| 807 | 2026-05-27T02:07:43.592Z | Compiling tracing v0.1.44 |
| 808 | 2026-05-27T02:07:43.653Z | Compiling uuid v1.23.0 |
| 809 | 2026-05-27T02:07:43.669Z | Compiling tokio-util v0.7.18 |
| 810 | 2026-05-27T02:07:43.717Z | Compiling semver v1.0.28 |
| 811 | 2026-05-27T02:07:43.918Z | Compiling dyn-clone v1.0.20 |
| 812 | 2026-05-27T02:07:44.051Z | Compiling tower-layer v0.3.3 |
| 813 | 2026-05-27T02:07:44.066Z | Compiling base64 v0.22.1 |
| 814 | 2026-05-27T02:07:44.229Z | Compiling subtle v2.6.1 |
| 815 | 2026-05-27T02:07:44.235Z | Compiling try-lock v0.2.5 |
| 816 | 2026-05-27T02:07:44.337Z | Compiling tower-service v0.3.3 |
| 817 | 2026-05-27T02:07:44.349Z | Compiling want v0.3.1 |
| 818 | 2026-05-27T02:07:44.377Z | Compiling h2 v0.4.13 |
| 819 | 2026-05-27T02:07:44.514Z | Compiling pest_generator v2.8.6 |
| 820 | 2026-05-27T02:07:44.733Z | Compiling slog v2.8.2 |
| 821 | 2026-05-27T02:07:44.738Z | Compiling getrandom v0.2.17 |
| 822 | 2026-05-27T02:07:44.937Z | Compiling httpdate v1.0.3 |
| 823 | 2026-05-27T02:07:44.946Z | Compiling heck v0.5.0 |
| 824 | 2026-05-27T02:07:45.115Z | Compiling pin-utils v0.1.0 |
| 825 | 2026-05-27T02:07:45.131Z | Compiling pest_derive v2.8.6 |
| 826 | 2026-05-27T02:07:45.204Z | Compiling icu_normalizer v2.1.1 |
| 827 | 2026-05-27T02:07:45.323Z | Compiling icu_properties v2.1.2 |
| 828 | 2026-05-27T02:07:45.583Z | Compiling erased-serde v0.3.31 |
| 829 | 2026-05-27T02:07:45.607Z | Compiling form_urlencoded v1.2.2 |
| 830 | 2026-05-27T02:07:46.198Z | Compiling rustls v0.23.37 |
| 831 | 2026-05-27T02:07:46.245Z | Compiling ipnet v2.11.0 |
| 832 | 2026-05-27T02:07:46.355Z | Compiling typenum v1.19.0 |
| 833 | 2026-05-27T02:07:46.409Z | Compiling getrandom v0.3.4 |
| 834 | 2026-05-27T02:07:46.683Z | Compiling hyper v1.8.1 |
| 835 | 2026-05-27T02:07:47.120Z | Compiling idna_adapter v1.2.1 |
| 836 | 2026-05-27T02:07:47.247Z | Compiling ppv-lite86 v0.2.21 |
| 837 | 2026-05-27T02:07:47.432Z | Compiling serde_tokenstream v0.2.3 |
| 838 | 2026-05-27T02:07:47.564Z | Compiling generic-array v0.14.7 |
| 839 | 2026-05-27T02:07:47.703Z | Compiling ring v0.17.14 |
| 840 | 2026-05-27T02:07:47.776Z | Compiling sync_wrapper v1.0.2 |
| 841 | 2026-05-27T02:07:47.789Z | Compiling paste v1.0.15 |
| 842 | 2026-05-27T02:07:47.878Z | Compiling ryu v1.0.23 |
| 843 | 2026-05-27T02:07:48.078Z | Compiling hyper-util v0.1.20 |
| 844 | 2026-05-27T02:07:48.182Z | Compiling utf8_iter v1.0.4 |
| 845 | 2026-05-27T02:07:48.371Z | Compiling idna v1.1.0 |
| 846 | 2026-05-27T02:07:49.402Z | Compiling serde_urlencoded v0.7.1 |
| 847 | 2026-05-27T02:07:49.665Z | Compiling tower v0.5.3 |
| 848 | 2026-05-27T02:07:50.622Z | Compiling structmeta-derive v0.3.0 |
| 849 | 2026-05-27T02:07:50.978Z | Compiling scroll_derive v0.13.1 |
| 850 | 2026-05-27T02:07:50.998Z | Compiling http-body-util v0.1.3 |
| 851 | 2026-05-27T02:07:51.269Z | Compiling fastrand v2.3.0 |
| 852 | 2026-05-27T02:07:51.534Z | Compiling usdt-impl v0.6.0 |
| 853 | 2026-05-27T02:07:51.581Z | Compiling iri-string v0.7.10 |
| 854 | 2026-05-27T02:07:51.639Z | Compiling omicron-workspace-hack v0.1.0 |
| 855 | 2026-05-27T02:07:51.753Z | Compiling time-core v0.1.8 |
| 856 | 2026-05-27T02:07:51.757Z | Compiling rustix v1.1.3 |
| 857 | 2026-05-27T02:07:51.817Z | Compiling num-conv v0.2.0 |
| 858 | 2026-05-27T02:07:51.929Z | Compiling crc32fast v1.5.0 |
| 859 | 2026-05-27T02:07:51.985Z | Compiling powerfmt v0.2.0 |
| 860 | 2026-05-27T02:07:52.225Z | Compiling deranged v0.5.8 |
| 861 | 2026-05-27T02:07:52.271Z | Compiling time-macros v0.2.27 |
| 862 | 2026-05-27T02:07:52.305Z | Compiling scroll v0.13.0 |
| 863 | 2026-05-27T02:07:52.581Z | Compiling structmeta v0.3.0 |
| 864 | 2026-05-27T02:07:53.136Z | Compiling dof v0.4.0 |
| 865 | 2026-05-27T02:07:53.201Z | Compiling tower-http v0.6.8 |
| 866 | 2026-05-27T02:07:53.261Z | Compiling rand_core v0.9.5 |
| 867 | 2026-05-27T02:07:53.496Z | Compiling url v2.5.8 |
| 868 | 2026-05-27T02:07:53.720Z | Compiling dtrace-parser v0.3.0 |
| 869 | 2026-05-27T02:07:53.805Z | Compiling ipnetwork v0.21.1 |
| 870 | 2026-05-27T02:07:53.958Z | Compiling thread-id v5.1.0 |
| 871 | 2026-05-27T02:07:54.064Z | Compiling strsim v0.11.1 |
| 872 | 2026-05-27T02:07:54.268Z | Compiling openssl-probe v0.2.1 |
| 873 | 2026-05-27T02:07:54.342Z | Compiling regex-syntax v0.8.10 |
| 874 | 2026-05-27T02:07:54.470Z | Compiling ident_case v1.0.1 |
| 875 | 2026-05-27T02:07:54.501Z | Compiling num_threads v0.1.7 |
| 876 | 2026-05-27T02:07:54.580Z | Compiling simd-adler32 v0.3.8 |
| 877 | 2026-05-27T02:07:54.700Z | Compiling crossbeam-utils v0.8.21 |
| 878 | 2026-05-27T02:07:54.779Z | Compiling plain v0.2.3 |
| 879 | 2026-05-27T02:07:54.879Z | Compiling byteorder v1.5.0 |
| 880 | 2026-05-27T02:07:54.983Z | Compiling adler2 v2.0.1 |
| 881 | 2026-05-27T02:07:55.087Z | Compiling miniz_oxide v0.8.9 |
| 882 | 2026-05-27T02:07:55.411Z | Compiling goblin v0.10.5 |
| 883 | 2026-05-27T02:07:55.610Z | Compiling time v0.3.47 |
| 884 | 2026-05-27T02:07:55.796Z | Compiling darling_core v0.21.3 |
| 885 | 2026-05-27T02:07:55.911Z | Compiling rustls-native-certs v0.8.3 |
| 886 | 2026-05-27T02:07:57.379Z | Compiling oxnet v0.1.4 |
| 887 | 2026-05-27T02:07:58.079Z | Compiling newtype-uuid v1.3.2 |
| 888 | 2026-05-27T02:07:58.116Z | Compiling daft-derive v0.1.7 |
| 889 | 2026-05-27T02:07:58.765Z | Compiling aho-corasick v1.1.4 |
| 890 | 2026-05-27T02:07:58.814Z | Compiling pretty-hex v0.4.1 |
| 891 | 2026-05-27T02:07:58.947Z | Compiling camino v1.2.2 |
| 892 | 2026-05-27T02:07:59.061Z | Compiling rustls v0.22.4 |
| 893 | 2026-05-27T02:07:59.498Z | Compiling daft v0.1.7 |
| 894 | 2026-05-27T02:07:59.753Z | Compiling rustls-webpki v0.102.8 |
| 895 | 2026-05-27T02:08:00.134Z | Compiling tempfile v3.25.0 |
| 896 | 2026-05-27T02:08:01.022Z | Compiling regex-automata v0.4.14 |
| 897 | 2026-05-27T02:08:01.187Z | Compiling flate2 v1.1.9 |
| 898 | 2026-05-27T02:08:01.260Z | Compiling darling_macro v0.21.3 |
| 899 | 2026-05-27T02:08:01.798Z | Compiling rand_chacha v0.9.0 |
| 900 | 2026-05-27T02:08:02.337Z | Compiling block-buffer v0.10.4 |
| 901 | 2026-05-27T02:08:02.475Z | Compiling crypto-common v0.1.7 |
| 902 | 2026-05-27T02:08:02.477Z | Compiling rand_core v0.6.4 |
| 903 | 2026-05-27T02:08:02.477Z | Compiling multer v3.1.0 |
| 904 | 2026-05-27T02:08:02.678Z | Compiling wait-timeout v0.2.1 |
| 905 | 2026-05-27T02:08:02.710Z | Compiling thread_local v1.1.9 |
| 906 | 2026-05-27T02:08:03.064Z | Compiling slog-async v2.8.0 |
| 907 | 2026-05-27T02:08:03.164Z | Compiling winnow v0.7.14 |
| 908 | 2026-05-27T02:08:03.339Z | Compiling bit-vec v0.8.0 |
| 909 | 2026-05-27T02:08:03.528Z | Compiling ref-cast v1.0.25 |
| 910 | 2026-05-27T02:08:03.623Z | Compiling match_cfg v0.1.0 |
| 911 | 2026-05-27T02:08:03.688Z | Compiling quick-error v1.2.3 |
| 912 | 2026-05-27T02:08:03.792Z | Compiling thiserror v1.0.69 |
| 913 | 2026-05-27T02:08:03.825Z | Compiling anyhow v1.0.102 |
| 914 | 2026-05-27T02:08:04.061Z | Compiling allocator-api2 v0.2.21 |
| 915 | 2026-05-27T02:08:04.147Z | Compiling compression-core v0.4.31 |
| 916 | 2026-05-27T02:08:04.298Z | Compiling foldhash v0.2.0 |
| 917 | 2026-05-27T02:08:04.440Z | Compiling hashbrown v0.16.1 |
| 918 | 2026-05-27T02:08:04.576Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 919 | 2026-05-27T02:08:04.799Z | Compiling compression-codecs v0.4.37 |
| 920 | 2026-05-27T02:08:05.341Z | Compiling rusty-fork v0.3.1 |
| 921 | 2026-05-27T02:08:05.380Z | Compiling hostname v0.3.1 |
| 922 | 2026-05-27T02:08:05.866Z | Compiling bit-set v0.8.0 |
| 923 | 2026-05-27T02:08:06.122Z | Compiling regex v1.12.3 |
| 924 | 2026-05-27T02:08:06.206Z | Compiling rand_chacha v0.3.1 |
| 925 | 2026-05-27T02:08:06.510Z | Compiling digest v0.10.7 |
| 926 | 2026-05-27T02:08:06.680Z | Compiling crossbeam-channel v0.5.15 |
| 927 | 2026-05-27T02:08:06.721Z | Compiling rand v0.9.2 |
| 928 | 2026-05-27T02:08:06.831Z | Compiling darling v0.21.3 |
| 929 | 2026-05-27T02:08:07.467Z | Compiling slog-json v2.6.1 |
| 930 | 2026-05-27T02:08:07.721Z | Compiling usdt-macro v0.6.0 |
| 931 | 2026-05-27T02:08:07.955Z | Compiling usdt-attr-macro v0.6.0 |
| 932 | 2026-05-27T02:08:08.105Z | Compiling rand_xorshift v0.4.0 |
| 933 | 2026-05-27T02:08:08.256Z | Compiling derive-ex v0.1.8 |
| 934 | 2026-05-27T02:08:08.386Z | Compiling strum_macros v0.26.4 |
| 935 | 2026-05-27T02:08:08.625Z | Compiling futures-executor v0.3.32 |
| 936 | 2026-05-27T02:08:08.660Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 937 | 2026-05-27T02:08:09.097Z | Compiling ref-cast-impl v1.0.25 |
| 938 | 2026-05-27T02:08:09.161Z | Compiling async-stream-impl v0.3.6 |
| 939 | 2026-05-27T02:08:09.661Z | Compiling thiserror-impl v1.0.69 |
| 940 | 2026-05-27T02:08:09.756Z | Compiling async-trait v0.1.89 |
| 941 | 2026-05-27T02:08:09.770Z | Compiling dropshot v0.17.0 |
| 942 | 2026-05-27T02:08:09.971Z | Compiling serde_spanned v1.0.4 |
| 943 | 2026-05-27T02:08:09.998Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 944 | 2026-05-27T02:08:10.117Z | Compiling memmap2 v0.9.10 |
| 945 | 2026-05-27T02:08:10.400Z | Compiling is-terminal v0.4.17 |
| 946 | 2026-05-27T02:08:10.406Z | Compiling encoding_rs v0.8.35 |
| 947 | 2026-05-27T02:08:10.488Z | Compiling hex v0.4.3 |
| 948 | 2026-05-27T02:08:10.695Z | Compiling term v1.2.1 |
| 949 | 2026-05-27T02:08:10.806Z | Compiling unarray v0.1.4 |
| 950 | 2026-05-27T02:08:10.915Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 951 | 2026-05-27T02:08:11.032Z | Compiling take_mut v0.2.2 |
| 952 | 2026-05-27T02:08:11.140Z | Compiling spin v0.9.8 |
| 953 | 2026-05-27T02:08:11.161Z | Compiling mime v0.3.17 |
| 954 | 2026-05-27T02:08:11.255Z | Compiling cpufeatures v0.2.17 |
| 955 | 2026-05-27T02:08:11.323Z | Compiling sha1 v0.10.6 |
| 956 | 2026-05-27T02:08:12.567Z | Compiling toml v1.0.6+spec-1.1.0 |
| 957 | 2026-05-27T02:08:12.848Z | Compiling dropshot_endpoint v0.17.0 |
| 958 | 2026-05-27T02:08:13.181Z | Compiling slog-term v2.9.2 |
| 959 | 2026-05-27T02:08:14.429Z | Compiling proptest v1.10.0 |
| 960 | 2026-05-27T02:08:14.551Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 961 | 2026-05-27T02:08:14.596Z | Compiling usdt v0.6.0 |
| 962 | 2026-05-27T02:08:14.798Z | Compiling strum v0.26.3 |
| 963 | 2026-05-27T02:08:14.918Z | Compiling test-strategy v0.4.5 |
| 964 | 2026-05-27T02:08:15.265Z | Compiling async-stream v0.3.6 |
| 965 | 2026-05-27T02:08:15.554Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 966 | 2026-05-27T02:08:15.694Z | Compiling tokio-rustls v0.25.0 |
| 967 | 2026-05-27T02:08:15.914Z | Compiling futures v0.3.32 |
| 968 | 2026-05-27T02:08:16.115Z | Compiling slog-bunyan v2.5.0 |
| 969 | 2026-05-27T02:08:16.283Z | Compiling serde_with_macros v3.17.0 |
| 970 | 2026-05-27T02:08:16.756Z | Compiling parse-display-derive v0.10.0 |
| 971 | 2026-05-27T02:08:17.070Z | Compiling rand v0.8.6 |
| 972 | 2026-05-27T02:08:17.658Z | Compiling async-compression v0.4.41 |
| 973 | 2026-05-27T02:08:17.842Z | Compiling reqwest v0.12.28 |
| 974 | 2026-05-27T02:08:18.007Z | Compiling backon v1.6.0 |
| 975 | 2026-05-27T02:08:18.115Z | Compiling newtype-uuid-macros v0.1.0 |
| 976 | 2026-05-27T02:08:18.231Z | Compiling strum_macros v0.27.2 |
| 977 | 2026-05-27T02:08:18.242Z | Compiling openapiv3 v2.2.0 |
| 978 | 2026-05-27T02:08:18.865Z | Compiling waitgroup v0.1.2 |
| 979 | 2026-05-27T02:08:19.014Z | Compiling rustls-pemfile v2.2.0 |
| 980 | 2026-05-27T02:08:19.283Z | Compiling serde_path_to_error v0.1.20 |
| 981 | 2026-05-27T02:08:19.727Z | Compiling hostname v0.4.2 |
| 982 | 2026-05-27T02:08:19.877Z | Compiling instant v0.1.13 |
| 983 | 2026-05-27T02:08:19.987Z | Compiling either v1.15.0 |
| 984 | 2026-05-27T02:08:19.998Z | Compiling debug-ignore v1.0.5 |
| 985 | 2026-05-27T02:08:20.192Z | Compiling itertools v0.14.0 |
| 986 | 2026-05-27T02:08:20.269Z | Compiling strum v0.27.2 |
| 987 | 2026-05-27T02:08:20.392Z | Compiling backoff v0.4.0 |
| 988 | 2026-05-27T02:08:20.588Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 989 | 2026-05-27T02:08:20.610Z | Compiling progenitor-client v0.10.0 |
| 990 | 2026-05-27T02:08:21.087Z | Compiling parse-display v0.10.0 |
| 991 | 2026-05-27T02:08:21.660Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 992 | 2026-05-27T02:08:21.992Z | Compiling serde_with v3.17.0 |
| 993 | 2026-05-27T02:08:22.547Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 994 | 2026-05-27T02:08:23.396Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 995 | 2026-05-27T02:08:23.456Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 996 | 2026-05-27T02:08:23.695Z | Compiling iddqd v0.4.1 |
| 997 | 2026-05-27T02:08:23.877Z | Compiling regress v0.10.5 |
| 998 | 2026-05-27T02:08:24.477Z | Compiling macaddr v1.0.1 |
| 999 | 2026-05-27T02:08:24.739Z | Compiling humantime v2.3.0 |
| 1000 | 2026-05-27T02:08:31.976Z | Compiling rustls-webpki v0.103.9 |
| 1001 | 2026-05-27T02:08:35.059Z | Compiling tokio-rustls v0.26.4 |
| 1002 | 2026-05-27T02:08:35.059Z | Compiling rustls-platform-verifier v0.6.2 |
| 1003 | 2026-05-27T02:08:35.307Z | Compiling hyper-rustls v0.27.7 |
| 1004 | 2026-05-27T02:08:35.626Z | Compiling reqwest v0.13.2 |
| 1005 | 2026-05-27T02:08:37.521Z | Compiling progenitor-client v0.14.0 |
| 1006 | 2026-05-27T02:08:37.776Z | Compiling progenitor-extras v0.2.0 |
| 1007 | 2026-05-27T02:08:37.967Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1008 | 2026-05-27T02:08:42.102Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1009 | 2026-05-27T02:08:46.241Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1010 | 2026-05-27T02:08:46.298Z | process exited: duration 113792 ms, exit code 0 |
| |
| 1011 | 2026-05-27T02:08:46.305Z | found 0 output files |