|
|
|
| 1 | 2026-05-15T03:41:37.692Z | job assigned to worker 01KRMVHWCYVZ7VNDG4Z6X859M8 [factory aws, i-048a0053127c378c2] (queued for 54 s) |
| |
| 2 | 2026-05-15T03:41:44.154Z | starting task 0: "setup" |
| 3 | 2026-05-15T03:41:44.161Z | ++ uname -s |
| 4 | 2026-05-15T03:41:44.164Z | + kern=SunOS |
| 5 | 2026-05-15T03:41:44.164Z | + build_user=build |
| 6 | 2026-05-15T03:41:44.164Z | + build_uid=12345 |
| 7 | 2026-05-15T03:41:44.164Z | + work_dir=/work |
| 8 | 2026-05-15T03:41:44.164Z | + input_dir=/input |
| 9 | 2026-05-15T03:41:44.164Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T03:41:44.164Z | + case "$kern" in |
| 11 | 2026-05-15T03:41:44.164Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T03:41:44.168Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T03:41:46.172Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T03:41:46.282Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T03:41:46.285Z | + home_fs=zfs |
| 16 | 2026-05-15T03:41:46.285Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T03:41:46.285Z | + mkdir -p /home/build |
| 18 | 2026-05-15T03:41:46.285Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T03:41:48.288Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T03:41:48.292Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-05-15T03:41:48.298Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T03:41:48.304Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T03:41:48.304Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-15T03:41:48.304Z | * rust toolchain profile = "default" |
| 25 | 2026-05-15T03:41:48.304Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-15T03:41:48.304Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-15T03:41:48.304Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T03:41:48.307Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T03:41:48.307Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T03:41:48.366Z | info: downloading installer |
| 31 | 2026-05-15T03:41:49.813Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T03:41:49.813Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T03:41:49.813Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T03:41:49.813Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T03:41:49.825Z | info: profile set to default |
| 36 | 2026-05-15T03:41:49.825Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T03:41:49.828Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T03:41:49.963Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T03:41:49.966Z | info: downloading 6 components |
| 40 | 2026-05-15T03:42:04.689Z | |
| 41 | 2026-05-15T03:42:04.689Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-15T03:42:04.718Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T03:42:04.718Z | |
| 44 | 2026-05-15T03:42:04.718Z | |
| 45 | 2026-05-15T03:42:04.718Z | Rust is installed now. Great! |
| 46 | 2026-05-15T03:42:04.718Z | |
| 47 | 2026-05-15T03:42:04.718Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T03:42:04.718Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T03:42:04.718Z | |
| 50 | 2026-05-15T03:42:04.718Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T03:42:04.718Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T03:42:04.718Z | |
| 53 | 2026-05-15T03:42:04.718Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T03:42:04.721Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T03:42:04.721Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T03:42:04.721Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T03:42:04.721Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T03:42:04.721Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T03:42:04.721Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T03:42:04.721Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T03:42:04.721Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T03:42:04.819Z | + rustup --version |
| 63 | 2026-05-15T03:42:04.827Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T03:42:04.830Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T03:42:04.851Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T03:42:04.855Z | + cargo --version |
| 67 | 2026-05-15T03:42:04.868Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T03:42:04.873Z | + rustc --version |
| 69 | 2026-05-15T03:42:04.889Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T03:42:04.892Z | process exited: duration 16593 ms, exit code 0 |
| |
| 71 | 2026-05-15T03:42:04.897Z | starting task 2: "authentication" |
| 72 | 2026-05-15T03:42:04.919Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-05-15T03:42:04.928Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T03:42:04.934Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T03:42:04.937Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T03:42:04.961Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T03:42:15.014Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T03:42:15.014Z | + git fetch origin 14b845f1c0c845be1f7f5eb74bea3339104249aa |
| 79 | 2026-05-15T03:42:15.277Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T03:42:15.277Z | * branch 14b845f1c0c845be1f7f5eb74bea3339104249aa -> FETCH_HEAD |
| 81 | 2026-05-15T03:42:15.287Z | + [[ -n '' ]] |
| 82 | 2026-05-15T03:42:15.287Z | + git reset --hard 14b845f1c0c845be1f7f5eb74bea3339104249aa |
| 83 | 2026-05-15T03:42:15.524Z | HEAD is now at 14b845f1c Update crucible-common digest to c59a136 |
| 84 | 2026-05-15T03:42:15.527Z | process exited: duration 10598 ms, exit code 0 |
| |
| 85 | 2026-05-15T03:42:15.533Z | starting task 4: "build" |
| 86 | 2026-05-15T03:42:15.538Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-15T03:42:15.538Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-15T03:42:15.538Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-15T03:42:15.541Z | + cargo --version |
| 90 | 2026-05-15T03:42:15.548Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-15T03:42:15.551Z | + rustc --version |
| 92 | 2026-05-15T03:42:15.571Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-15T03:42:15.574Z | + cd /tmp |
| 94 | 2026-05-15T03:42:15.574Z | + cargo new --lib test-project |
| 95 | 2026-05-15T03:42:15.594Z | Creating library `test-project` package |
| 96 | 2026-05-15T03:42:15.635Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 97 | 2026-05-15T03:42:15.638Z | + cd test-project |
| 98 | 2026-05-15T03:42:15.638Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 99 | 2026-05-15T03:42:15.656Z | Adding omicron-common (local) to dependencies |
| 100 | 2026-05-15T03:42:15.659Z | Features: |
| 101 | 2026-05-15T03:42:15.659Z | - proptest |
| 102 | 2026-05-15T03:42:15.659Z | - test-strategy |
| 103 | 2026-05-15T03:42:15.659Z | - testing |
| 104 | 2026-05-15T03:42:15.678Z | Updating crates.io index |
| 105 | 2026-05-15T03:42:15.717Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 106 | 2026-05-15T03:42:16.494Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 107 | 2026-05-15T03:42:16.835Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 108 | 2026-05-15T03:42:17.310Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 109 | 2026-05-15T03:42:19.588Z | Locking 392 packages to latest Rust 1.94.0 compatible versions |
| 110 | 2026-05-15T03:42:19.591Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 111 | 2026-05-15T03:42:19.706Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 112 | 2026-05-15T03:42:19.709Z | + cargo check |
| 113 | 2026-05-15T03:42:19.827Z | Updating crates.io index |
| 114 | 2026-05-15T03:42:20.583Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 115 | 2026-05-15T03:42:20.583Z | Adding omicron-workspace-hack v0.1.0 |
| 116 | 2026-05-15T03:42:20.609Z | Downloading crates ... |
| 117 | 2026-05-15T03:42:20.665Z | Downloaded atomic-waker v1.1.2 |
| 118 | 2026-05-15T03:42:20.672Z | Downloaded compression-core v0.4.31 |
| 119 | 2026-05-15T03:42:20.678Z | Downloaded allocator-api2 v0.2.21 |
| 120 | 2026-05-15T03:42:20.682Z | Downloaded dunce v1.0.5 |
| 121 | 2026-05-15T03:42:20.685Z | Downloaded potential_utf v0.1.4 |
| 122 | 2026-05-15T03:42:20.687Z | Downloaded futures-io v0.3.32 |
| 123 | 2026-05-15T03:42:20.687Z | Downloaded displaydoc v0.2.5 |
| 124 | 2026-05-15T03:42:20.690Z | Downloaded futures-sink v0.3.32 |
| 125 | 2026-05-15T03:42:20.690Z | Downloaded parking_lot v0.12.5 |
| 126 | 2026-05-15T03:42:20.695Z | Downloaded backon v1.6.0 |
| 127 | 2026-05-15T03:42:20.698Z | Downloaded bit-vec v0.8.0 |
| 128 | 2026-05-15T03:42:20.698Z | Downloaded autocfg v1.5.0 |
| 129 | 2026-05-15T03:42:20.701Z | Downloaded regex v1.12.3 |
| 130 | 2026-05-15T03:42:20.705Z | Downloaded async-trait v0.1.89 |
| 131 | 2026-05-15T03:42:20.709Z | Downloaded progenitor-client v0.14.0 |
| 132 | 2026-05-15T03:42:20.712Z | Downloaded crossbeam-utils v0.8.21 |
| 133 | 2026-05-15T03:42:20.712Z | Downloaded num_threads v0.1.7 |
| 134 | 2026-05-15T03:42:20.712Z | Downloaded async-stream-impl v0.3.6 |
| 135 | 2026-05-15T03:42:20.730Z | Downloaded percent-encoding v2.3.2 |
| 136 | 2026-05-15T03:42:20.733Z | Downloaded equivalent v1.0.2 |
| 137 | 2026-05-15T03:42:20.733Z | Downloaded async-stream v0.3.6 |
| 138 | 2026-05-15T03:42:20.733Z | Downloaded openssl-probe v0.2.1 |
| 139 | 2026-05-15T03:42:20.736Z | Downloaded once_cell v1.21.3 |
| 140 | 2026-05-15T03:42:20.736Z | Downloaded num-traits v0.2.19 |
| 141 | 2026-05-15T03:42:20.739Z | Downloaded miniz_oxide v0.8.9 |
| 142 | 2026-05-15T03:42:20.739Z | Downloaded paste v1.0.15 |
| 143 | 2026-05-15T03:42:20.743Z | Downloaded mime v0.3.17 |
| 144 | 2026-05-15T03:42:20.743Z | Downloaded instant v0.1.13 |
| 145 | 2026-05-15T03:42:20.746Z | Downloaded jobserver v0.1.34 |
| 146 | 2026-05-15T03:42:20.746Z | Downloaded ipnet v2.11.0 |
| 147 | 2026-05-15T03:42:20.746Z | Downloaded getrandom v0.4.1 |
| 148 | 2026-05-15T03:42:20.748Z | Downloaded quick-error v1.2.3 |
| 149 | 2026-05-15T03:42:20.748Z | Downloaded macaddr v1.0.1 |
| 150 | 2026-05-15T03:42:20.751Z | Downloaded block-buffer v0.10.4 |
| 151 | 2026-05-15T03:42:20.751Z | Downloaded heck v0.5.0 |
| 152 | 2026-05-15T03:42:20.751Z | Downloaded futures-macro v0.3.32 |
| 153 | 2026-05-15T03:42:20.754Z | Downloaded hostname v0.4.2 |
| 154 | 2026-05-15T03:42:20.754Z | Downloaded hostname v0.3.1 |
| 155 | 2026-05-15T03:42:20.754Z | Downloaded ipnetwork v0.21.1 |
| 156 | 2026-05-15T03:42:20.757Z | Downloaded idna_adapter v1.2.1 |
| 157 | 2026-05-15T03:42:20.757Z | Downloaded ident_case v1.0.1 |
| 158 | 2026-05-15T03:42:20.757Z | Downloaded futures-task v0.3.32 |
| 159 | 2026-05-15T03:42:20.757Z | Downloaded hex v0.4.3 |
| 160 | 2026-05-15T03:42:20.760Z | Downloaded serde_urlencoded v0.7.1 |
| 161 | 2026-05-15T03:42:20.760Z | Downloaded parse-display v0.10.0 |
| 162 | 2026-05-15T03:42:20.763Z | Downloaded fnv v1.0.7 |
| 163 | 2026-05-15T03:42:20.763Z | Downloaded lock_api v0.4.14 |
| 164 | 2026-05-15T03:42:20.763Z | Downloaded debug-ignore v1.0.5 |
| 165 | 2026-05-15T03:42:20.763Z | Downloaded httpdate v1.0.3 |
| 166 | 2026-05-15T03:42:20.766Z | Downloaded rand_xorshift v0.4.0 |
| 167 | 2026-05-15T03:42:20.766Z | Downloaded pest_derive v2.8.6 |
| 168 | 2026-05-15T03:42:20.766Z | Downloaded cpufeatures v0.2.17 |
| 169 | 2026-05-15T03:42:20.769Z | Downloaded generic-array v0.14.7 |
| 170 | 2026-05-15T03:42:20.769Z | Downloaded pin-utils v0.1.0 |
| 171 | 2026-05-15T03:42:20.769Z | Downloaded newtype-uuid-macros v0.1.0 |
| 172 | 2026-05-15T03:42:20.772Z | Downloaded newtype-uuid v1.3.2 |
| 173 | 2026-05-15T03:42:20.772Z | Downloaded futures-core v0.3.32 |
| 174 | 2026-05-15T03:42:20.772Z | Downloaded dtrace-parser v0.3.0 |
| 175 | 2026-05-15T03:42:20.772Z | Downloaded flate2 v1.1.9 |
| 176 | 2026-05-15T03:42:20.775Z | Downloaded memmap2 v0.9.10 |
| 177 | 2026-05-15T03:42:20.778Z | Downloaded lru-slab v0.1.2 |
| 178 | 2026-05-15T03:42:20.778Z | Downloaded litemap v0.8.1 |
| 179 | 2026-05-15T03:42:20.778Z | Downloaded fastrand v2.3.0 |
| 180 | 2026-05-15T03:42:20.781Z | Downloaded darling_macro v0.21.3 |
| 181 | 2026-05-15T03:42:20.781Z | Downloaded cfg_aliases v0.2.1 |
| 182 | 2026-05-15T03:42:20.781Z | Downloaded adler2 v2.0.1 |
| 183 | 2026-05-15T03:42:20.784Z | Downloaded pretty-hex v0.4.1 |
| 184 | 2026-05-15T03:42:20.784Z | Downloaded foldhash v0.2.0 |
| 185 | 2026-05-15T03:42:20.784Z | Downloaded dyn-clone v1.0.20 |
| 186 | 2026-05-15T03:42:20.787Z | Downloaded bit-set v0.8.0 |
| 187 | 2026-05-15T03:42:20.787Z | Downloaded rand_chacha v0.3.1 |
| 188 | 2026-05-15T03:42:20.790Z | Downloaded rand_core v0.9.5 |
| 189 | 2026-05-15T03:42:20.790Z | Downloaded rand_core v0.6.4 |
| 190 | 2026-05-15T03:42:20.794Z | Downloaded dof v0.4.0 |
| 191 | 2026-05-15T03:42:20.796Z | Downloaded crypto-common v0.1.7 |
| 192 | 2026-05-15T03:42:20.797Z | Downloaded ref-cast v1.0.25 |
| 193 | 2026-05-15T03:42:20.800Z | Downloaded plain v0.2.3 |
| 194 | 2026-05-15T03:42:20.800Z | Downloaded omicron-workspace-hack v0.1.0 |
| 195 | 2026-05-15T03:42:20.800Z | Downloaded itoa v1.0.17 |
| 196 | 2026-05-15T03:42:20.804Z | Downloaded cfg-if v1.0.4 |
| 197 | 2026-05-15T03:42:20.804Z | Downloaded errno v0.3.14 |
| 198 | 2026-05-15T03:42:20.804Z | Downloaded ppv-lite86 v0.2.21 |
| 199 | 2026-05-15T03:42:20.807Z | Downloaded multer v3.1.0 |
| 200 | 2026-05-15T03:42:20.807Z | Downloaded match_cfg v0.1.0 |
| 201 | 2026-05-15T03:42:20.811Z | Downloaded http-body v1.0.1 |
| 202 | 2026-05-15T03:42:20.814Z | Downloaded sha1 v0.10.6 |
| 203 | 2026-05-15T03:42:20.814Z | Downloaded num-conv v0.2.0 |
| 204 | 2026-05-15T03:42:20.814Z | Downloaded form_urlencoded v1.2.2 |
| 205 | 2026-05-15T03:42:20.818Z | Downloaded structmeta-derive v0.3.0 |
| 206 | 2026-05-15T03:42:20.818Z | Downloaded anyhow v1.0.102 |
| 207 | 2026-05-15T03:42:20.821Z | Downloaded deranged v0.5.8 |
| 208 | 2026-05-15T03:42:20.825Z | Downloaded daft-derive v0.1.5 |
| 209 | 2026-05-15T03:42:20.827Z | Downloaded cmake v0.1.57 |
| 210 | 2026-05-15T03:42:20.831Z | Downloaded scroll v0.13.0 |
| 211 | 2026-05-15T03:42:20.831Z | Downloaded compression-codecs v0.4.37 |
| 212 | 2026-05-15T03:42:20.834Z | Downloaded rustversion v1.0.22 |
| 213 | 2026-05-15T03:42:20.834Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-05-15T03:42:20.837Z | Downloaded digest v0.10.7 |
| 215 | 2026-05-15T03:42:20.837Z | Downloaded daft v0.1.5 |
| 216 | 2026-05-15T03:42:20.840Z | Downloaded strsim v0.11.1 |
| 217 | 2026-05-15T03:42:20.840Z | Downloaded scopeguard v1.2.0 |
| 218 | 2026-05-15T03:42:20.843Z | Downloaded schemars_derive v0.8.22 |
| 219 | 2026-05-15T03:42:20.843Z | Downloaded rustls-native-certs v0.8.3 |
| 220 | 2026-05-15T03:42:20.845Z | Downloaded rand_chacha v0.9.0 |
| 221 | 2026-05-15T03:42:20.845Z | Downloaded httparse v1.10.1 |
| 222 | 2026-05-15T03:42:20.850Z | Downloaded strum v0.27.2 |
| 223 | 2026-05-15T03:42:20.853Z | Downloaded http v1.4.0 |
| 224 | 2026-05-15T03:42:20.853Z | Downloaded progenitor-extras v0.2.0 |
| 225 | 2026-05-15T03:42:20.856Z | Downloaded structmeta v0.3.0 |
| 226 | 2026-05-15T03:42:20.856Z | Downloaded parking_lot_core v0.9.12 |
| 227 | 2026-05-15T03:42:20.860Z | Downloaded memchr v2.8.0 |
| 228 | 2026-05-15T03:42:20.863Z | Downloaded tinyvec_macros v0.1.1 |
| 229 | 2026-05-15T03:42:20.863Z | Downloaded thread-id v5.1.0 |
| 230 | 2026-05-15T03:42:20.863Z | Downloaded oxnet v0.1.4 |
| 231 | 2026-05-15T03:42:20.863Z | Downloaded take_mut v0.2.2 |
| 232 | 2026-05-15T03:42:20.863Z | Downloaded backoff v0.4.0 |
| 233 | 2026-05-15T03:42:20.866Z | Downloaded find-msvc-tools v0.1.9 |
| 234 | 2026-05-15T03:42:20.866Z | Downloaded serde_tokenstream v0.2.3 |
| 235 | 2026-05-15T03:42:20.866Z | Downloaded serde_spanned v1.0.4 |
| 236 | 2026-05-15T03:42:20.869Z | Downloaded sync_wrapper v1.0.2 |
| 237 | 2026-05-15T03:42:20.869Z | Downloaded serde_path_to_error v0.1.20 |
| 238 | 2026-05-15T03:42:20.869Z | Downloaded rustls-pki-types v1.14.0 |
| 239 | 2026-05-15T03:42:20.876Z | Downloaded subtle v2.6.1 |
| 240 | 2026-05-15T03:42:20.876Z | Downloaded signal-hook-registry v1.4.8 |
| 241 | 2026-05-15T03:42:20.876Z | Downloaded is-terminal v0.4.17 |
| 242 | 2026-05-15T03:42:20.878Z | Downloaded futures-executor v0.3.32 |
| 243 | 2026-05-15T03:42:20.879Z | Downloaded either v1.15.0 |
| 244 | 2026-05-15T03:42:20.879Z | Downloaded slab v0.4.12 |
| 245 | 2026-05-15T03:42:20.879Z | Downloaded sha2 v0.10.9 |
| 246 | 2026-05-15T03:42:20.879Z | Downloaded serde_derive_internals v0.29.1 |
| 247 | 2026-05-15T03:42:20.879Z | Downloaded byteorder v1.5.0 |
| 248 | 2026-05-15T03:42:20.882Z | Downloaded simd-adler32 v0.3.8 |
| 249 | 2026-05-15T03:42:20.882Z | Downloaded ref-cast-impl v1.0.25 |
| 250 | 2026-05-15T03:42:20.882Z | Downloaded tower-layer v0.3.3 |
| 251 | 2026-05-15T03:42:20.886Z | Downloaded scroll_derive v0.13.1 |
| 252 | 2026-05-15T03:42:20.890Z | Downloaded slog-json v2.6.1 |
| 253 | 2026-05-15T03:42:20.890Z | Downloaded slog-async v2.8.0 |
| 254 | 2026-05-15T03:42:20.890Z | Downloaded http-body-util v0.1.3 |
| 255 | 2026-05-15T03:42:20.890Z | Downloaded derive-ex v0.1.8 |
| 256 | 2026-05-15T03:42:20.893Z | Downloaded progenitor-client v0.10.0 |
| 257 | 2026-05-15T03:42:20.893Z | Downloaded rusty-fork v0.3.1 |
| 258 | 2026-05-15T03:42:20.893Z | Downloaded iana-time-zone v0.1.65 |
| 259 | 2026-05-15T03:42:20.893Z | Downloaded fs_extra v1.3.0 |
| 260 | 2026-05-15T03:42:20.896Z | Downloaded futures-channel v0.3.32 |
| 261 | 2026-05-15T03:42:20.899Z | Downloaded tower-service v0.3.3 |
| 262 | 2026-05-15T03:42:20.899Z | Downloaded tokio-macros v2.7.0 |
| 263 | 2026-05-15T03:42:20.902Z | Downloaded rustc-hash v2.1.1 |
| 264 | 2026-05-15T03:42:20.906Z | Downloaded powerfmt v0.2.0 |
| 265 | 2026-05-15T03:42:20.907Z | Downloaded futures v0.3.32 |
| 266 | 2026-05-15T03:42:20.909Z | Downloaded parse-display-derive v0.10.0 |
| 267 | 2026-05-15T03:42:20.910Z | Downloaded getrandom v0.2.17 |
| 268 | 2026-05-15T03:42:20.912Z | Downloaded pest_meta v2.8.6 |
| 269 | 2026-05-15T03:42:20.912Z | Downloaded dropshot_endpoint v0.17.0 |
| 270 | 2026-05-15T03:42:20.915Z | Downloaded strum v0.26.3 |
| 271 | 2026-05-15T03:42:20.915Z | Downloaded slog-term v2.9.2 |
| 272 | 2026-05-15T03:42:20.915Z | Downloaded usdt-attr-macro v0.6.0 |
| 273 | 2026-05-15T03:42:20.919Z | Downloaded zerofrom v0.1.6 |
| 274 | 2026-05-15T03:42:20.919Z | Downloaded slog-bunyan v2.5.0 |
| 275 | 2026-05-15T03:42:20.919Z | Downloaded waitgroup v0.1.2 |
| 276 | 2026-05-15T03:42:20.919Z | Downloaded yoke-derive v0.8.1 |
| 277 | 2026-05-15T03:42:20.919Z | Downloaded wait-timeout v0.2.1 |
| 278 | 2026-05-15T03:42:20.922Z | Downloaded quote v1.0.45 |
| 279 | 2026-05-15T03:42:20.922Z | Downloaded thiserror v1.0.69 |
| 280 | 2026-05-15T03:42:20.925Z | Downloaded thiserror-impl v2.0.18 |
| 281 | 2026-05-15T03:42:20.925Z | Downloaded serde_with_macros v3.17.0 |
| 282 | 2026-05-15T03:42:20.931Z | Downloaded strum_macros v0.26.4 |
| 283 | 2026-05-15T03:42:20.931Z | Downloaded log v0.4.29 |
| 284 | 2026-05-15T03:42:20.936Z | Downloaded darling v0.21.3 |
| 285 | 2026-05-15T03:42:20.936Z | Downloaded thiserror-impl v1.0.69 |
| 286 | 2026-05-15T03:42:20.936Z | Downloaded thiserror v2.0.18 |
| 287 | 2026-05-15T03:42:20.939Z | Downloaded zerofrom-derive v0.1.6 |
| 288 | 2026-05-15T03:42:20.939Z | Downloaded hyper-rustls v0.27.7 |
| 289 | 2026-05-15T03:42:20.939Z | Downloaded idna v1.1.0 |
| 290 | 2026-05-15T03:42:20.942Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 291 | 2026-05-15T03:42:20.942Z | Downloaded thread_local v1.1.9 |
| 292 | 2026-05-15T03:42:20.942Z | Downloaded bitflags v2.11.0 |
| 293 | 2026-05-15T03:42:20.945Z | Downloaded semver v1.0.28 |
| 294 | 2026-05-15T03:42:20.945Z | Downloaded mio v1.2.0 |
| 295 | 2026-05-15T03:42:20.948Z | Downloaded smallvec v1.15.1 |
| 296 | 2026-05-15T03:42:20.950Z | Downloaded camino v1.2.2 |
| 297 | 2026-05-15T03:42:20.950Z | Downloaded getrandom v0.3.4 |
| 298 | 2026-05-15T03:42:20.953Z | Downloaded time-core v0.1.8 |
| 299 | 2026-05-15T03:42:20.953Z | Downloaded cc v1.2.56 |
| 300 | 2026-05-15T03:42:20.958Z | Downloaded usdt v0.6.0 |
| 301 | 2026-05-15T03:42:20.958Z | Downloaded unarray v0.1.4 |
| 302 | 2026-05-15T03:42:20.958Z | Downloaded darling_core v0.21.3 |
| 303 | 2026-05-15T03:42:20.962Z | Downloaded usdt-macro v0.6.0 |
| 304 | 2026-05-15T03:42:20.962Z | Downloaded untrusted v0.9.0 |
| 305 | 2026-05-15T03:42:20.962Z | Downloaded hyper-util v0.1.20 |
| 306 | 2026-05-15T03:42:20.965Z | Downloaded yoke v0.8.1 |
| 307 | 2026-05-15T03:42:20.965Z | Downloaded usdt-impl v0.6.0 |
| 308 | 2026-05-15T03:42:20.965Z | Downloaded tempfile v3.25.0 |
| 309 | 2026-05-15T03:42:20.968Z | Downloaded pin-project-lite v0.2.17 |
| 310 | 2026-05-15T03:42:20.968Z | Downloaded icu_provider v2.1.1 |
| 311 | 2026-05-15T03:42:20.971Z | Downloaded shlex v1.3.0 |
| 312 | 2026-05-15T03:42:20.971Z | Downloaded bytes v1.11.1 |
| 313 | 2026-05-15T03:42:20.974Z | Downloaded erased-serde v0.3.31 |
| 314 | 2026-05-15T03:42:20.974Z | Downloaded crc32fast v1.5.0 |
| 315 | 2026-05-15T03:42:20.976Z | Downloaded zeroize v1.8.2 |
| 316 | 2026-05-15T03:42:20.976Z | Downloaded tinystr v0.8.2 |
| 317 | 2026-05-15T03:42:20.977Z | Downloaded icu_properties v2.1.2 |
| 318 | 2026-05-15T03:42:20.981Z | Downloaded icu_locale_core v2.1.1 |
| 319 | 2026-05-15T03:42:20.985Z | Downloaded utf8_iter v1.0.4 |
| 320 | 2026-05-15T03:42:20.985Z | Downloaded stable_deref_trait v1.2.1 |
| 321 | 2026-05-15T03:42:20.985Z | Downloaded icu_normalizer_data v2.1.1 |
| 322 | 2026-05-15T03:42:20.988Z | Downloaded rustls-pemfile v2.2.0 |
| 323 | 2026-05-15T03:42:20.991Z | Downloaded serde_core v1.0.228 |
| 324 | 2026-05-15T03:42:20.997Z | Downloaded strum_macros v0.27.2 |
| 325 | 2026-05-15T03:42:20.999Z | Downloaded base64 v0.22.1 |
| 326 | 2026-05-15T03:42:20.999Z | Downloaded try-lock v0.2.5 |
| 327 | 2026-05-15T03:42:20.999Z | Downloaded tokio-rustls v0.25.0 |
| 328 | 2026-05-15T03:42:21.003Z | Downloaded want v0.3.1 |
| 329 | 2026-05-15T03:42:21.007Z | Downloaded tinyvec v1.10.0 |
| 330 | 2026-05-15T03:42:21.010Z | Downloaded unicode-ident v1.0.24 |
| 331 | 2026-05-15T03:42:21.013Z | Downloaded icu_normalizer v2.1.1 |
| 332 | 2026-05-15T03:42:21.013Z | Downloaded iddqd v0.3.18 |
| 333 | 2026-05-15T03:42:21.016Z | Downloaded hashbrown v0.16.1 |
| 334 | 2026-05-15T03:42:21.019Z | Downloaded icu_collections v2.1.1 |
| 335 | 2026-05-15T03:42:21.022Z | Downloaded time-macros v0.2.27 |
| 336 | 2026-05-15T03:42:21.025Z | Downloaded quinn-udp v0.5.14 |
| 337 | 2026-05-15T03:42:21.025Z | Downloaded async-compression v0.4.41 |
| 338 | 2026-05-15T03:42:21.028Z | Downloaded crossbeam-channel v0.5.15 |
| 339 | 2026-05-15T03:42:21.031Z | Downloaded pest_generator v2.8.6 |
| 340 | 2026-05-15T03:42:21.031Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-05-15T03:42:21.036Z | Downloaded writeable v0.6.2 |
| 342 | 2026-05-15T03:42:21.042Z | Downloaded zmij v1.0.21 |
| 343 | 2026-05-15T03:42:21.045Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 344 | 2026-05-15T03:42:21.045Z | Downloaded zerotrie v0.2.3 |
| 345 | 2026-05-15T03:42:21.050Z | Downloaded version_check v0.9.5 |
| 346 | 2026-05-15T03:42:21.053Z | Downloaded zerovec-derive v0.11.2 |
| 347 | 2026-05-15T03:42:21.053Z | Downloaded test-strategy v0.4.5 |
| 348 | 2026-05-15T03:42:21.056Z | Downloaded schemars v0.8.22 |
| 349 | 2026-05-15T03:42:21.060Z | Downloaded tokio-rustls v0.26.4 |
| 350 | 2026-05-15T03:42:21.063Z | Downloaded rand v0.9.2 |
| 351 | 2026-05-15T03:42:21.066Z | Downloaded rustls-platform-verifier v0.6.2 |
| 352 | 2026-05-15T03:42:21.066Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 353 | 2026-05-15T03:42:21.069Z | Downloaded synstructure v0.13.2 |
| 354 | 2026-05-15T03:42:21.069Z | Downloaded spin v0.9.8 |
| 355 | 2026-05-15T03:42:21.069Z | Downloaded aho-corasick v1.1.4 |
| 356 | 2026-05-15T03:42:21.072Z | Downloaded ryu v1.0.23 |
| 357 | 2026-05-15T03:42:21.075Z | Downloaded term v1.2.1 |
| 358 | 2026-05-15T03:42:21.079Z | Downloaded serde v1.0.228 |
| 359 | 2026-05-15T03:42:21.116Z | Downloaded proc-macro2 v1.0.106 |
| 360 | 2026-05-15T03:42:21.116Z | Downloaded rand v0.8.6 |
| 361 | 2026-05-15T03:42:21.116Z | Downloaded hyper v1.8.1 |
| 362 | 2026-05-15T03:42:21.116Z | Downloaded indexmap v2.14.0 |
| 363 | 2026-05-15T03:42:21.117Z | Downloaded serde_json v1.0.149 |
| 364 | 2026-05-15T03:42:21.117Z | Downloaded pest v2.8.6 |
| 365 | 2026-05-15T03:42:21.117Z | Downloaded futures-util v0.3.32 |
| 366 | 2026-05-15T03:42:21.122Z | Downloaded zerovec v0.11.5 |
| 367 | 2026-05-15T03:42:21.122Z | Downloaded h2 v0.4.13 |
| 368 | 2026-05-15T03:42:21.122Z | Downloaded uuid v1.23.0 |
| 369 | 2026-05-15T03:42:21.122Z | Downloaded rustls-webpki v0.103.9 |
| 370 | 2026-05-15T03:42:21.125Z | Downloaded chrono v0.4.44 |
| 371 | 2026-05-15T03:42:21.125Z | Downloaded tracing-core v0.1.36 |
| 372 | 2026-05-15T03:42:21.128Z | Downloaded typenum v1.19.0 |
| 373 | 2026-05-15T03:42:21.128Z | Downloaded tower-http v0.6.8 |
| 374 | 2026-05-15T03:42:21.132Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 375 | 2026-05-15T03:42:21.135Z | Downloaded quinn v0.11.9 |
| 376 | 2026-05-15T03:42:21.135Z | Downloaded slog v2.8.2 |
| 377 | 2026-05-15T03:42:21.139Z | Downloaded goblin v0.10.5 |
| 378 | 2026-05-15T03:42:21.142Z | Downloaded aws-lc-rs v1.16.3 |
| 379 | 2026-05-15T03:42:21.145Z | Downloaded url v2.5.8 |
| 380 | 2026-05-15T03:42:21.149Z | Downloaded iri-string v0.7.10 |
| 381 | 2026-05-15T03:42:21.152Z | Downloaded reqwest v0.13.2 |
| 382 | 2026-05-15T03:42:21.155Z | Downloaded itertools v0.14.0 |
| 383 | 2026-05-15T03:42:21.158Z | Downloaded socket2 v0.6.3 |
| 384 | 2026-05-15T03:42:21.161Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-05-15T03:42:21.164Z | Downloaded icu_properties_data v2.1.2 |
| 386 | 2026-05-15T03:42:21.182Z | Downloaded reqwest v0.12.28 |
| 387 | 2026-05-15T03:42:21.185Z | Downloaded tower v0.5.3 |
| 388 | 2026-05-15T03:42:21.194Z | Downloaded zerocopy-derive v0.8.40 |
| 389 | 2026-05-15T03:42:21.197Z | Downloaded dropshot v0.17.0 |
| 390 | 2026-05-15T03:42:21.206Z | Downloaded rustls-webpki v0.102.8 |
| 391 | 2026-05-15T03:42:21.216Z | Downloaded tokio-util v0.7.18 |
| 392 | 2026-05-15T03:42:21.228Z | Downloaded tracing v0.1.44 |
| 393 | 2026-05-15T03:42:21.242Z | Downloaded proptest v1.10.0 |
| 394 | 2026-05-15T03:42:21.252Z | Downloaded winnow v0.7.14 |
| 395 | 2026-05-15T03:42:21.269Z | Downloaded serde_with v3.17.0 |
| 396 | 2026-05-15T03:42:21.297Z | Downloaded time v0.3.47 |
| 397 | 2026-05-15T03:42:21.302Z | Downloaded quinn-proto v0.11.13 |
| 398 | 2026-05-15T03:42:21.306Z | Downloaded tokio v1.52.1 |
| 399 | 2026-05-15T03:42:21.337Z | Downloaded zerocopy v0.8.40 |
| 400 | 2026-05-15T03:42:21.343Z | Downloaded rustls v0.22.4 |
| 401 | 2026-05-15T03:42:21.349Z | Downloaded regress v0.10.5 |
| 402 | 2026-05-15T03:42:21.353Z | Downloaded regex-syntax v0.8.10 |
| 403 | 2026-05-15T03:42:21.357Z | Downloaded syn v2.0.117 |
| 404 | 2026-05-15T03:42:21.363Z | Downloaded openapiv3 v2.2.0 |
| 405 | 2026-05-15T03:42:21.368Z | Downloaded rustix v1.1.3 |
| 406 | 2026-05-15T03:42:21.383Z | Downloaded rustls v0.23.37 |
| 407 | 2026-05-15T03:42:21.386Z | Downloaded encoding_rs v0.8.35 |
| 408 | 2026-05-15T03:42:21.416Z | Downloaded regex-automata v0.4.14 |
| 409 | 2026-05-15T03:42:21.437Z | Downloaded libc v0.2.185 |
| 410 | 2026-05-15T03:42:21.486Z | Downloaded ring v0.17.14 |
| 411 | 2026-05-15T03:42:21.939Z | Downloaded aws-lc-sys v0.40.0 |
| 412 | 2026-05-15T03:42:22.132Z | Compiling proc-macro2 v1.0.106 |
| 413 | 2026-05-15T03:42:22.132Z | Compiling quote v1.0.45 |
| 414 | 2026-05-15T03:42:22.132Z | Compiling unicode-ident v1.0.24 |
| 415 | 2026-05-15T03:42:22.132Z | Compiling libc v0.2.185 |
| 416 | 2026-05-15T03:42:22.132Z | Checking cfg-if v1.0.4 |
| 417 | 2026-05-15T03:42:22.135Z | Compiling serde_core v1.0.228 |
| 418 | 2026-05-15T03:42:22.234Z | Checking memchr v2.8.0 |
| 419 | 2026-05-15T03:42:22.237Z | Checking itoa v1.0.17 |
| 420 | 2026-05-15T03:42:22.319Z | Compiling serde v1.0.228 |
| 421 | 2026-05-15T03:42:22.383Z | Compiling zmij v1.0.21 |
| 422 | 2026-05-15T03:42:22.397Z | Compiling serde_json v1.0.149 |
| 423 | 2026-05-15T03:42:22.613Z | Checking pin-project-lite v0.2.17 |
| 424 | 2026-05-15T03:42:22.622Z | Checking smallvec v1.15.1 |
| 425 | 2026-05-15T03:42:22.629Z | Compiling find-msvc-tools v0.1.9 |
| 426 | 2026-05-15T03:42:22.687Z | Compiling shlex v1.3.0 |
| 427 | 2026-05-15T03:42:22.810Z | Checking bytes v1.11.1 |
| 428 | 2026-05-15T03:42:22.853Z | Checking futures-core v0.3.32 |
| 429 | 2026-05-15T03:42:22.858Z | Compiling parking_lot_core v0.9.12 |
| 430 | 2026-05-15T03:42:22.894Z | Checking scopeguard v1.2.0 |
| 431 | 2026-05-15T03:42:22.967Z | Checking once_cell v1.21.3 |
| 432 | 2026-05-15T03:42:22.991Z | Checking errno v0.3.14 |
| 433 | 2026-05-15T03:42:23.006Z | Compiling jobserver v0.1.34 |
| 434 | 2026-05-15T03:42:23.050Z | Checking lock_api v0.4.14 |
| 435 | 2026-05-15T03:42:23.099Z | Checking signal-hook-registry v1.4.8 |
| 436 | 2026-05-15T03:42:23.128Z | Checking mio v1.2.0 |
| 437 | 2026-05-15T03:42:23.242Z | Compiling cc v1.2.56 |
| 438 | 2026-05-15T03:42:23.245Z | Checking socket2 v0.6.3 |
| 439 | 2026-05-15T03:42:23.358Z | Checking parking_lot v0.12.5 |
| 440 | 2026-05-15T03:42:23.404Z | Checking stable_deref_trait v1.2.1 |
| 441 | 2026-05-15T03:42:23.470Z | Checking futures-sink v0.3.32 |
| 442 | 2026-05-15T03:42:23.488Z | Compiling getrandom v0.4.1 |
| 443 | 2026-05-15T03:42:23.506Z | Compiling syn v2.0.117 |
| 444 | 2026-05-15T03:42:23.533Z | Compiling autocfg v1.5.0 |
| 445 | 2026-05-15T03:42:23.556Z | Checking slab v0.4.12 |
| 446 | 2026-05-15T03:42:23.575Z | Checking zeroize v1.8.2 |
| 447 | 2026-05-15T03:42:23.705Z | Checking futures-channel v0.3.32 |
| 448 | 2026-05-15T03:42:23.705Z | Checking equivalent v1.0.2 |
| 449 | 2026-05-15T03:42:23.745Z | Compiling rustversion v1.0.22 |
| 450 | 2026-05-15T03:42:23.792Z | Compiling thiserror v2.0.18 |
| 451 | 2026-05-15T03:42:23.901Z | Compiling num-traits v0.2.19 |
| 452 | 2026-05-15T03:42:23.906Z | Checking rustls-pki-types v1.14.0 |
| 453 | 2026-05-15T03:42:23.977Z | Checking http v1.4.0 |
| 454 | 2026-05-15T03:42:24.130Z | Compiling cmake v0.1.57 |
| 455 | 2026-05-15T03:42:24.187Z | Compiling zerocopy v0.8.40 |
| 456 | 2026-05-15T03:42:24.262Z | Compiling dunce v1.0.5 |
| 457 | 2026-05-15T03:42:24.350Z | Compiling fs_extra v1.3.0 |
| 458 | 2026-05-15T03:42:24.476Z | Checking futures-task v0.3.32 |
| 459 | 2026-05-15T03:42:24.545Z | Checking futures-io v0.3.32 |
| 460 | 2026-05-15T03:42:24.607Z | Compiling aws-lc-sys v0.40.0 |
| 461 | 2026-05-15T03:42:24.611Z | Compiling version_check v0.9.5 |
| 462 | 2026-05-15T03:42:24.647Z | Checking fnv v1.0.7 |
| 463 | 2026-05-15T03:42:24.666Z | Checking untrusted v0.9.0 |
| 464 | 2026-05-15T03:42:24.730Z | Checking log v0.4.29 |
| 465 | 2026-05-15T03:42:24.874Z | Compiling httparse v1.10.1 |
| 466 | 2026-05-15T03:42:24.883Z | Checking writeable v0.6.2 |
| 467 | 2026-05-15T03:42:24.896Z | Compiling ucd-trie v0.1.7 |
| 468 | 2026-05-15T03:42:25.034Z | Checking litemap v0.8.1 |
| 469 | 2026-05-15T03:42:25.105Z | Checking iana-time-zone v0.1.65 |
| 470 | 2026-05-15T03:42:25.137Z | Checking hashbrown v0.17.0 |
| 471 | 2026-05-15T03:42:25.191Z | Compiling pest v2.8.6 |
| 472 | 2026-05-15T03:42:25.209Z | Checking http-body v1.0.1 |
| 473 | 2026-05-15T03:42:25.237Z | Checking tracing-core v0.1.36 |
| 474 | 2026-05-15T03:42:25.335Z | Compiling aws-lc-rs v1.16.3 |
| 475 | 2026-05-15T03:42:25.456Z | Checking atomic-waker v1.1.2 |
| 476 | 2026-05-15T03:42:25.537Z | Compiling icu_properties_data v2.1.2 |
| 477 | 2026-05-15T03:42:25.547Z | Compiling icu_normalizer_data v2.1.1 |
| 478 | 2026-05-15T03:42:25.595Z | Checking indexmap v2.14.0 |
| 479 | 2026-05-15T03:42:25.634Z | Compiling schemars v0.8.22 |
| 480 | 2026-05-15T03:42:25.737Z | Checking percent-encoding v2.3.2 |
| 481 | 2026-05-15T03:42:25.741Z | Checking bitflags v2.11.0 |
| 482 | 2026-05-15T03:42:25.868Z | Checking tracing v0.1.44 |
| 483 | 2026-05-15T03:42:25.890Z | Checking semver v1.0.28 |
| 484 | 2026-05-15T03:42:26.037Z | Checking uuid v1.23.0 |
| 485 | 2026-05-15T03:42:26.068Z | Checking try-lock v0.2.5 |
| 486 | 2026-05-15T03:42:26.078Z | Checking base64 v0.22.1 |
| 487 | 2026-05-15T03:42:26.137Z | Checking subtle v2.6.1 |
| 488 | 2026-05-15T03:42:26.154Z | Checking tower-service v0.3.3 |
| 489 | 2026-05-15T03:42:26.233Z | Compiling pest_meta v2.8.6 |
| 490 | 2026-05-15T03:42:26.259Z | Checking dyn-clone v1.0.20 |
| 491 | 2026-05-15T03:42:26.301Z | Compiling synstructure v0.13.2 |
| 492 | 2026-05-15T03:42:26.311Z | Compiling serde_derive_internals v0.29.1 |
| 493 | 2026-05-15T03:42:26.346Z | Checking tower-layer v0.3.3 |
| 494 | 2026-05-15T03:42:26.364Z | Checking want v0.3.1 |
| 495 | 2026-05-15T03:42:26.538Z | Compiling slog v2.8.2 |
| 496 | 2026-05-15T03:42:26.545Z | Checking getrandom v0.2.17 |
| 497 | 2026-05-15T03:42:26.589Z | Checking httpdate v1.0.3 |
| 498 | 2026-05-15T03:42:26.670Z | Compiling heck v0.5.0 |
| 499 | 2026-05-15T03:42:26.725Z | Checking pin-utils v0.1.0 |
| 500 | 2026-05-15T03:42:26.750Z | Checking form_urlencoded v1.2.2 |
| 501 | 2026-05-15T03:42:26.774Z | Compiling pest_generator v2.8.6 |
| 502 | 2026-05-15T03:42:26.783Z | Compiling typenum v1.19.0 |
| 503 | 2026-05-15T03:42:26.875Z | Compiling getrandom v0.3.4 |
| 504 | 2026-05-15T03:42:27.034Z | Checking ipnet v2.11.0 |
| 505 | 2026-05-15T03:42:27.110Z | Compiling rustls v0.23.37 |
| 506 | 2026-05-15T03:42:27.208Z | Compiling generic-array v0.14.7 |
| 507 | 2026-05-15T03:42:27.239Z | Compiling ring v0.17.14 |
| 508 | 2026-05-15T03:42:27.258Z | Checking sync_wrapper v1.0.2 |
| 509 | 2026-05-15T03:42:27.351Z | Compiling paste v1.0.15 |
| 510 | 2026-05-15T03:42:27.371Z | Checking utf8_iter v1.0.4 |
| 511 | 2026-05-15T03:42:27.411Z | Checking ryu v1.0.23 |
| 512 | 2026-05-15T03:42:27.529Z | Compiling serde_derive v1.0.228 |
| 513 | 2026-05-15T03:42:27.538Z | Compiling zerofrom-derive v0.1.6 |
| 514 | 2026-05-15T03:42:27.541Z | Compiling tokio-macros v2.7.0 |
| 515 | 2026-05-15T03:42:27.544Z | Compiling yoke-derive v0.8.1 |
| 516 | 2026-05-15T03:42:27.613Z | Compiling zerocopy-derive v0.8.40 |
| 517 | 2026-05-15T03:42:27.640Z | Compiling zerovec-derive v0.11.2 |
| 518 | 2026-05-15T03:42:27.718Z | Compiling displaydoc v0.2.5 |
| 519 | 2026-05-15T03:42:28.216Z | Checking tokio v1.52.1 |
| 520 | 2026-05-15T03:42:28.403Z | Compiling thiserror-impl v2.0.18 |
| 521 | 2026-05-15T03:42:28.498Z | Compiling futures-macro v0.3.32 |
| 522 | 2026-05-15T03:42:28.636Z | Checking zerofrom v0.1.6 |
| 523 | 2026-05-15T03:42:28.660Z | Compiling schemars_derive v0.8.22 |
| 524 | 2026-05-15T03:42:28.741Z | Checking yoke v0.8.1 |
| 525 | 2026-05-15T03:42:28.897Z | Checking zerovec v0.11.5 |
| 526 | 2026-05-15T03:42:29.266Z | Checking futures-util v0.3.32 |
| 527 | 2026-05-15T03:42:29.315Z | Checking tinystr v0.8.2 |
| 528 | 2026-05-15T03:42:29.479Z | Checking icu_locale_core v2.1.1 |
| 529 | 2026-05-15T03:42:29.577Z | Checking potential_utf v0.1.4 |
| 530 | 2026-05-15T03:42:29.686Z | Checking zerotrie v0.2.3 |
| 531 | 2026-05-15T03:42:29.811Z | Checking icu_collections v2.1.1 |
| 532 | 2026-05-15T03:42:29.917Z | Compiling pest_derive v2.8.6 |
| 533 | 2026-05-15T03:42:30.009Z | Checking icu_provider v2.1.1 |
| 534 | 2026-05-15T03:42:30.229Z | Checking icu_properties v2.1.2 |
| 535 | 2026-05-15T03:42:30.368Z | Checking icu_normalizer v2.1.1 |
| 536 | 2026-05-15T03:42:30.469Z | Checking chrono v0.4.44 |
| 537 | 2026-05-15T03:42:30.570Z | Checking erased-serde v0.3.31 |
| 538 | 2026-05-15T03:42:30.661Z | Compiling serde_tokenstream v0.2.3 |
| 539 | 2026-05-15T03:42:31.017Z | Checking idna_adapter v1.2.1 |
| 540 | 2026-05-15T03:42:31.097Z | Checking serde_urlencoded v0.7.1 |
| 541 | 2026-05-15T03:42:31.122Z | Checking idna v1.1.0 |
| 542 | 2026-05-15T03:42:31.185Z | Checking tokio-util v0.7.18 |
| 543 | 2026-05-15T03:42:31.286Z | Checking tower v0.5.3 |
| 544 | 2026-05-15T03:42:31.586Z | Checking h2 v0.4.13 |
| 545 | 2026-05-15T03:42:31.608Z | Checking ppv-lite86 v0.2.21 |
| 546 | 2026-05-15T03:42:31.654Z | Compiling scroll_derive v0.13.1 |
| 547 | 2026-05-15T03:42:31.881Z | Compiling structmeta-derive v0.3.0 |
| 548 | 2026-05-15T03:42:32.414Z | Checking http-body-util v0.1.3 |
| 549 | 2026-05-15T03:42:32.422Z | Checking fastrand v2.3.0 |
| 550 | 2026-05-15T03:42:32.442Z | Compiling crc32fast v1.5.0 |
| 551 | 2026-05-15T03:42:32.587Z | Compiling time-core v0.1.8 |
| 552 | 2026-05-15T03:42:32.605Z | Compiling usdt-impl v0.6.0 |
| 553 | 2026-05-15T03:42:32.743Z | Compiling num-conv v0.2.0 |
| 554 | 2026-05-15T03:42:32.799Z | Compiling rustix v1.1.3 |
| 555 | 2026-05-15T03:42:32.839Z | Checking powerfmt v0.2.0 |
| 556 | 2026-05-15T03:42:32.849Z | Checking iri-string v0.7.10 |
| 557 | 2026-05-15T03:42:32.872Z | Compiling structmeta v0.3.0 |
| 558 | 2026-05-15T03:42:32.984Z | Checking deranged v0.5.8 |
| 559 | 2026-05-15T03:42:33.055Z | Compiling time-macros v0.2.27 |
| 560 | 2026-05-15T03:42:33.418Z | Checking hyper v1.8.1 |
| 561 | 2026-05-15T03:42:33.844Z | Checking tower-http v0.6.8 |
| 562 | 2026-05-15T03:42:33.869Z | Compiling dof v0.4.0 |
| 563 | 2026-05-15T03:42:33.963Z | Checking rand_core v0.9.5 |
| 564 | 2026-05-15T03:42:33.973Z | Checking scroll v0.13.0 |
| 565 | 2026-05-15T03:42:34.068Z | Checking ipnetwork v0.21.1 |
| 566 | 2026-05-15T03:42:34.119Z | Checking url v2.5.8 |
| 567 | 2026-05-15T03:42:34.179Z | Compiling dtrace-parser v0.3.0 |
| 568 | 2026-05-15T03:42:34.245Z | Compiling thread-id v5.1.0 |
| 569 | 2026-05-15T03:42:34.255Z | Checking hyper-util v0.1.20 |
| 570 | 2026-05-15T03:42:34.319Z | Checking num_threads v0.1.7 |
| 571 | 2026-05-15T03:42:34.490Z | Checking simd-adler32 v0.3.8 |
| 572 | 2026-05-15T03:42:34.516Z | Checking plain v0.2.3 |
| 573 | 2026-05-15T03:42:34.540Z | Checking regex-syntax v0.8.10 |
| 574 | 2026-05-15T03:42:34.549Z | Compiling strsim v0.11.1 |
| 575 | 2026-05-15T03:42:34.716Z | Compiling byteorder v1.5.0 |
| 576 | 2026-05-15T03:42:34.762Z | Compiling crossbeam-utils v0.8.21 |
| 577 | 2026-05-15T03:42:34.830Z | Checking openssl-probe v0.2.1 |
| 578 | 2026-05-15T03:42:34.845Z | Compiling omicron-workspace-hack v0.1.0 |
| 579 | 2026-05-15T03:42:34.918Z | Checking adler2 v2.0.1 |
| 580 | 2026-05-15T03:42:34.918Z | Compiling ident_case v1.0.1 |
| 581 | 2026-05-15T03:42:35.013Z | Checking miniz_oxide v0.8.9 |
| 582 | 2026-05-15T03:42:35.088Z | Compiling darling_core v0.21.3 |
| 583 | 2026-05-15T03:42:35.103Z | Checking rustls-native-certs v0.8.3 |
| 584 | 2026-05-15T03:42:35.154Z | Checking time v0.3.47 |
| 585 | 2026-05-15T03:42:35.291Z | Checking goblin v0.10.5 |
| 586 | 2026-05-15T03:42:35.579Z | Checking oxnet v0.1.4 |
| 587 | 2026-05-15T03:42:35.956Z | Checking newtype-uuid v1.3.2 |
| 588 | 2026-05-15T03:42:35.983Z | Compiling daft-derive v0.1.5 |
| 589 | 2026-05-15T03:42:36.089Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-05-15T03:42:36.101Z | Checking pretty-hex v0.4.1 |
| 591 | 2026-05-15T03:42:36.209Z | Compiling camino v1.2.2 |
| 592 | 2026-05-15T03:42:36.368Z | Compiling rustls v0.22.4 |
| 593 | 2026-05-15T03:42:36.625Z | Checking tempfile v3.25.0 |
| 594 | 2026-05-15T03:42:36.668Z | Checking daft v0.1.5 |
| 595 | 2026-05-15T03:42:36.798Z | Checking rustls-webpki v0.102.8 |
| 596 | 2026-05-15T03:42:36.969Z | Checking flate2 v1.1.9 |
| 597 | 2026-05-15T03:42:37.106Z | Compiling darling_macro v0.21.3 |
| 598 | 2026-05-15T03:42:37.251Z | Checking rand_chacha v0.9.0 |
| 599 | 2026-05-15T03:42:37.425Z | Checking block-buffer v0.10.4 |
| 600 | 2026-05-15T03:42:37.454Z | Checking crypto-common v0.1.7 |
| 601 | 2026-05-15T03:42:37.472Z | Checking rand_core v0.6.4 |
| 602 | 2026-05-15T03:42:37.538Z | Compiling multer v3.1.0 |
| 603 | 2026-05-15T03:42:37.557Z | Checking wait-timeout v0.2.1 |
| 604 | 2026-05-15T03:42:37.661Z | Checking thread_local v1.1.9 |
| 605 | 2026-05-15T03:42:37.677Z | Checking compression-core v0.4.31 |
| 606 | 2026-05-15T03:42:37.735Z | Checking match_cfg v0.1.0 |
| 607 | 2026-05-15T03:42:37.791Z | Checking winnow v0.7.14 |
| 608 | 2026-05-15T03:42:37.802Z | Checking bit-vec v0.8.0 |
| 609 | 2026-05-15T03:42:37.811Z | Compiling thiserror v1.0.69 |
| 610 | 2026-05-15T03:42:37.981Z | Compiling regex-automata v0.4.14 |
| 611 | 2026-05-15T03:42:38.102Z | Checking quick-error v1.2.3 |
| 612 | 2026-05-15T03:42:38.188Z | Checking allocator-api2 v0.2.21 |
| 613 | 2026-05-15T03:42:38.197Z | Compiling ref-cast v1.0.25 |
| 614 | 2026-05-15T03:42:38.271Z | Compiling slog-async v2.8.0 |
| 615 | 2026-05-15T03:42:38.457Z | Compiling anyhow v1.0.102 |
| 616 | 2026-05-15T03:42:38.547Z | Checking foldhash v0.2.0 |
| 617 | 2026-05-15T03:42:38.675Z | Checking rusty-fork v0.3.1 |
| 618 | 2026-05-15T03:42:38.681Z | Checking hashbrown v0.16.1 |
| 619 | 2026-05-15T03:42:38.858Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 620 | 2026-05-15T03:42:38.950Z | Checking bit-set v0.8.0 |
| 621 | 2026-05-15T03:42:38.960Z | Checking hostname v0.3.1 |
| 622 | 2026-05-15T03:42:39.002Z | Checking compression-codecs v0.4.37 |
| 623 | 2026-05-15T03:42:39.079Z | Checking rand_chacha v0.3.1 |
| 624 | 2026-05-15T03:42:39.091Z | Compiling darling v0.21.3 |
| 625 | 2026-05-15T03:42:39.154Z | Checking digest v0.10.7 |
| 626 | 2026-05-15T03:42:39.164Z | Checking crossbeam-channel v0.5.15 |
| 627 | 2026-05-15T03:42:39.168Z | Checking rand v0.9.2 |
| 628 | 2026-05-15T03:42:39.316Z | Checking slog-json v2.6.1 |
| 629 | 2026-05-15T03:42:39.460Z | Compiling usdt-attr-macro v0.6.0 |
| 630 | 2026-05-15T03:42:39.481Z | Compiling usdt-macro v0.6.0 |
| 631 | 2026-05-15T03:42:39.490Z | Checking rand_xorshift v0.4.0 |
| 632 | 2026-05-15T03:42:39.593Z | Compiling derive-ex v0.1.8 |
| 633 | 2026-05-15T03:42:39.607Z | Checking futures-executor v0.3.32 |
| 634 | 2026-05-15T03:42:39.743Z | Compiling regex v1.12.3 |
| 635 | 2026-05-15T03:42:39.974Z | Compiling async-stream-impl v0.3.6 |
| 636 | 2026-05-15T03:42:40.110Z | Compiling async-trait v0.1.89 |
| 637 | 2026-05-15T03:42:40.123Z | Compiling strum_macros v0.26.4 |
| 638 | 2026-05-15T03:42:40.132Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 639 | 2026-05-15T03:42:40.522Z | Compiling thiserror-impl v1.0.69 |
| 640 | 2026-05-15T03:42:40.544Z | Compiling ref-cast-impl v1.0.25 |
| 641 | 2026-05-15T03:42:40.553Z | Compiling dropshot v0.17.0 |
| 642 | 2026-05-15T03:42:40.580Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 643 | 2026-05-15T03:42:40.756Z | Checking serde_spanned v1.0.4 |
| 644 | 2026-05-15T03:42:40.767Z | Checking memmap2 v0.9.10 |
| 645 | 2026-05-15T03:42:40.877Z | Checking is-terminal v0.4.17 |
| 646 | 2026-05-15T03:42:40.913Z | Checking encoding_rs v0.8.35 |
| 647 | 2026-05-15T03:42:40.961Z | Checking spin v0.9.8 |
| 648 | 2026-05-15T03:42:41.025Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 649 | 2026-05-15T03:42:41.061Z | Checking hex v0.4.3 |
| 650 | 2026-05-15T03:42:41.087Z | Checking unarray v0.1.4 |
| 651 | 2026-05-15T03:42:41.099Z | Checking take_mut v0.2.2 |
| 652 | 2026-05-15T03:42:41.195Z | Checking term v1.2.1 |
| 653 | 2026-05-15T03:42:41.198Z | Checking mime v0.3.17 |
| 654 | 2026-05-15T03:42:41.259Z | Checking cpufeatures v0.2.17 |
| 655 | 2026-05-15T03:42:41.319Z | Checking sha1 v0.10.6 |
| 656 | 2026-05-15T03:42:41.356Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 657 | 2026-05-15T03:42:41.394Z | Checking slog-term v2.9.2 |
| 658 | 2026-05-15T03:42:41.452Z | Compiling dropshot_endpoint v0.17.0 |
| 659 | 2026-05-15T03:42:41.462Z | Checking toml v1.0.6+spec-1.1.0 |
| 660 | 2026-05-15T03:42:41.637Z | Checking proptest v1.10.0 |
| 661 | 2026-05-15T03:42:41.674Z | Checking strum v0.26.3 |
| 662 | 2026-05-15T03:42:41.710Z | Compiling test-strategy v0.4.5 |
| 663 | 2026-05-15T03:42:41.720Z | Checking usdt v0.6.0 |
| 664 | 2026-05-15T03:42:41.812Z | Checking tokio-rustls v0.25.0 |
| 665 | 2026-05-15T03:42:41.863Z | Checking async-stream v0.3.6 |
| 666 | 2026-05-15T03:42:41.980Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 667 | 2026-05-15T03:42:41.990Z | Compiling parse-display-derive v0.10.0 |
| 668 | 2026-05-15T03:42:42.025Z | Checking futures v0.3.32 |
| 669 | 2026-05-15T03:42:42.075Z | Checking slog-bunyan v2.5.0 |
| 670 | 2026-05-15T03:42:42.089Z | Checking rand v0.8.6 |
| 671 | 2026-05-15T03:42:42.176Z | Compiling serde_with_macros v3.17.0 |
| 672 | 2026-05-15T03:42:42.272Z | Checking async-compression v0.4.41 |
| 673 | 2026-05-15T03:42:42.580Z | Checking reqwest v0.12.28 |
| 674 | 2026-05-15T03:42:42.821Z | Checking backon v1.6.0 |
| 675 | 2026-05-15T03:42:42.974Z | Compiling newtype-uuid-macros v0.1.0 |
| 676 | 2026-05-15T03:42:43.007Z | Checking openapiv3 v2.2.0 |
| 677 | 2026-05-15T03:42:43.030Z | Compiling strum_macros v0.27.2 |
| 678 | 2026-05-15T03:42:43.104Z | Checking waitgroup v0.1.2 |
| 679 | 2026-05-15T03:42:43.195Z | Checking serde_path_to_error v0.1.20 |
| 680 | 2026-05-15T03:42:43.206Z | Checking rustls-pemfile v2.2.0 |
| 681 | 2026-05-15T03:42:43.220Z | Checking hostname v0.4.2 |
| 682 | 2026-05-15T03:42:43.309Z | Checking instant v0.1.13 |
| 683 | 2026-05-15T03:42:43.325Z | Checking either v1.15.0 |
| 684 | 2026-05-15T03:42:43.385Z | Checking rustc-hash v2.1.1 |
| 685 | 2026-05-15T03:42:43.447Z | Checking debug-ignore v1.0.5 |
| 686 | 2026-05-15T03:42:43.454Z | Checking parse-display v0.10.0 |
| 687 | 2026-05-15T03:42:43.483Z | Checking iddqd v0.3.18 |
| 688 | 2026-05-15T03:42:43.495Z | Checking itertools v0.14.0 |
| 689 | 2026-05-15T03:42:43.531Z | Checking backoff v0.4.0 |
| 690 | 2026-05-15T03:42:43.586Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 691 | 2026-05-15T03:42:43.684Z | Checking serde_with v3.17.0 |
| 692 | 2026-05-15T03:42:43.707Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 693 | 2026-05-15T03:42:43.925Z | Checking progenitor-client v0.10.0 |
| 694 | 2026-05-15T03:42:44.096Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 695 | 2026-05-15T03:42:44.114Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 696 | 2026-05-15T03:42:44.237Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 697 | 2026-05-15T03:42:44.342Z | Checking regress v0.10.5 |
| 698 | 2026-05-15T03:42:44.511Z | Checking macaddr v1.0.1 |
| 699 | 2026-05-15T03:42:44.785Z | Checking strum v0.27.2 |
| 700 | 2026-05-15T03:42:48.980Z | Checking rustls-webpki v0.103.9 |
| 701 | 2026-05-15T03:42:51.036Z | Checking tokio-rustls v0.26.4 |
| 702 | 2026-05-15T03:42:51.048Z | Checking rustls-platform-verifier v0.6.2 |
| 703 | 2026-05-15T03:42:51.210Z | Checking hyper-rustls v0.27.7 |
| 704 | 2026-05-15T03:42:51.343Z | Checking reqwest v0.13.2 |
| 705 | 2026-05-15T03:42:51.852Z | Checking progenitor-client v0.14.0 |
| 706 | 2026-05-15T03:42:52.016Z | Checking progenitor-extras v0.2.0 |
| 707 | 2026-05-15T03:42:52.171Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 708 | 2026-05-15T03:42:55.530Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 709 | 2026-05-15T03:42:55.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.87s |
| 710 | 2026-05-15T03:42:55.711Z | + cargo build --release |
| 711 | 2026-05-15T03:42:55.880Z | Compiling proc-macro2 v1.0.106 |
| 712 | 2026-05-15T03:42:55.880Z | Compiling quote v1.0.45 |
| 713 | 2026-05-15T03:42:55.880Z | Compiling unicode-ident v1.0.24 |
| 714 | 2026-05-15T03:42:55.880Z | Compiling libc v0.2.185 |
| 715 | 2026-05-15T03:42:55.885Z | Compiling cfg-if v1.0.4 |
| 716 | 2026-05-15T03:42:55.885Z | Compiling serde_core v1.0.228 |
| 717 | 2026-05-15T03:42:55.885Z | Compiling memchr v2.8.0 |
| 718 | 2026-05-15T03:42:55.885Z | Compiling itoa v1.0.17 |
| 719 | 2026-05-15T03:42:55.976Z | Compiling zmij v1.0.21 |
| 720 | 2026-05-15T03:42:56.015Z | Compiling serde v1.0.228 |
| 721 | 2026-05-15T03:42:56.155Z | Compiling serde_json v1.0.149 |
| 722 | 2026-05-15T03:42:56.214Z | Compiling pin-project-lite v0.2.17 |
| 723 | 2026-05-15T03:42:56.235Z | Compiling smallvec v1.15.1 |
| 724 | 2026-05-15T03:42:56.363Z | Compiling shlex v1.3.0 |
| 725 | 2026-05-15T03:42:56.371Z | Compiling find-msvc-tools v0.1.9 |
| 726 | 2026-05-15T03:42:56.536Z | Compiling bytes v1.11.1 |
| 727 | 2026-05-15T03:42:56.575Z | Compiling errno v0.3.14 |
| 728 | 2026-05-15T03:42:56.616Z | Compiling jobserver v0.1.34 |
| 729 | 2026-05-15T03:42:56.652Z | Compiling parking_lot_core v0.9.12 |
| 730 | 2026-05-15T03:42:56.728Z | Compiling futures-core v0.3.32 |
| 731 | 2026-05-15T03:42:56.800Z | Compiling cc v1.2.56 |
| 732 | 2026-05-15T03:42:56.907Z | Compiling scopeguard v1.2.0 |
| 733 | 2026-05-15T03:42:57.009Z | Compiling lock_api v0.4.14 |
| 734 | 2026-05-15T03:42:57.030Z | Compiling syn v2.0.117 |
| 735 | 2026-05-15T03:42:57.038Z | Compiling signal-hook-registry v1.4.8 |
| 736 | 2026-05-15T03:42:57.101Z | Compiling mio v1.2.0 |
| 737 | 2026-05-15T03:42:57.250Z | Compiling parking_lot v0.12.5 |
| 738 | 2026-05-15T03:42:57.306Z | Compiling socket2 v0.6.3 |
| 739 | 2026-05-15T03:42:57.546Z | Compiling once_cell v1.21.3 |
| 740 | 2026-05-15T03:42:57.776Z | Compiling futures-sink v0.3.32 |
| 741 | 2026-05-15T03:42:57.784Z | Compiling stable_deref_trait v1.2.1 |
| 742 | 2026-05-15T03:42:57.857Z | Compiling getrandom v0.4.1 |
| 743 | 2026-05-15T03:42:57.885Z | Compiling slab v0.4.12 |
| 744 | 2026-05-15T03:42:57.963Z | Compiling zeroize v1.8.2 |
| 745 | 2026-05-15T03:42:58.045Z | Compiling autocfg v1.5.0 |
| 746 | 2026-05-15T03:42:58.102Z | Compiling thiserror v2.0.18 |
| 747 | 2026-05-15T03:42:58.115Z | Compiling futures-channel v0.3.32 |
| 748 | 2026-05-15T03:42:58.153Z | Compiling rustversion v1.0.22 |
| 749 | 2026-05-15T03:42:58.159Z | Compiling equivalent v1.0.2 |
| 750 | 2026-05-15T03:42:58.259Z | Compiling rustls-pki-types v1.14.0 |
| 751 | 2026-05-15T03:42:58.351Z | Compiling cmake v0.1.57 |
| 752 | 2026-05-15T03:42:58.381Z | Compiling num-traits v0.2.19 |
| 753 | 2026-05-15T03:42:58.387Z | Compiling http v1.4.0 |
| 754 | 2026-05-15T03:42:58.416Z | Compiling dunce v1.0.5 |
| 755 | 2026-05-15T03:42:58.510Z | Compiling futures-io v0.3.32 |
| 756 | 2026-05-15T03:42:58.668Z | Compiling fs_extra v1.3.0 |
| 757 | 2026-05-15T03:42:58.692Z | Compiling futures-task v0.3.32 |
| 758 | 2026-05-15T03:42:58.739Z | Compiling zerocopy v0.8.40 |
| 759 | 2026-05-15T03:42:58.902Z | Compiling aws-lc-sys v0.40.0 |
| 760 | 2026-05-15T03:42:59.089Z | Compiling log v0.4.29 |
| 761 | 2026-05-15T03:42:59.138Z | Compiling untrusted v0.9.0 |
| 762 | 2026-05-15T03:42:59.256Z | Compiling version_check v0.9.5 |
| 763 | 2026-05-15T03:42:59.290Z | Compiling fnv v1.0.7 |
| 764 | 2026-05-15T03:42:59.383Z | Compiling ucd-trie v0.1.7 |
| 765 | 2026-05-15T03:42:59.508Z | Compiling litemap v0.8.1 |
| 766 | 2026-05-15T03:42:59.571Z | Compiling httparse v1.10.1 |
| 767 | 2026-05-15T03:42:59.747Z | Compiling hashbrown v0.17.0 |
| 768 | 2026-05-15T03:42:59.769Z | Compiling synstructure v0.13.2 |
| 769 | 2026-05-15T03:42:59.913Z | Compiling writeable v0.6.2 |
| 770 | 2026-05-15T03:43:00.126Z | Compiling iana-time-zone v0.1.65 |
| 771 | 2026-05-15T03:43:00.261Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2026-05-15T03:43:00.287Z | Compiling pest v2.8.6 |
| 773 | 2026-05-15T03:43:00.385Z | Compiling indexmap v2.14.0 |
| 774 | 2026-05-15T03:43:00.490Z | Compiling http-body v1.0.1 |
| 775 | 2026-05-15T03:43:00.593Z | Compiling tracing-core v0.1.36 |
| 776 | 2026-05-15T03:43:00.624Z | Compiling schemars v0.8.22 |
| 777 | 2026-05-15T03:43:00.813Z | Compiling icu_properties_data v2.1.2 |
| 778 | 2026-05-15T03:43:00.969Z | Compiling icu_normalizer_data v2.1.1 |
| 779 | 2026-05-15T03:43:01.004Z | Compiling serde_derive v1.0.228 |
| 780 | 2026-05-15T03:43:01.055Z | Compiling tokio-macros v2.7.0 |
| 781 | 2026-05-15T03:43:01.150Z | Compiling zerofrom-derive v0.1.6 |
| 782 | 2026-05-15T03:43:01.192Z | Compiling yoke-derive v0.8.1 |
| 783 | 2026-05-15T03:43:01.192Z | Compiling zerocopy-derive v0.8.40 |
| 784 | 2026-05-15T03:43:01.444Z | Compiling zerovec-derive v0.11.2 |
| 785 | 2026-05-15T03:43:01.676Z | Compiling displaydoc v0.2.5 |
| 786 | 2026-05-15T03:43:01.768Z | Compiling tokio v1.52.1 |
| 787 | 2026-05-15T03:43:02.121Z | Compiling thiserror-impl v2.0.18 |
| 788 | 2026-05-15T03:43:02.258Z | Compiling zerofrom v0.1.6 |
| 789 | 2026-05-15T03:43:02.353Z | Compiling yoke v0.8.1 |
| 790 | 2026-05-15T03:43:02.375Z | Compiling futures-macro v0.3.32 |
| 791 | 2026-05-15T03:43:02.447Z | Compiling percent-encoding v2.3.2 |
| 792 | 2026-05-15T03:43:02.528Z | Compiling zerovec v0.11.5 |
| 793 | 2026-05-15T03:43:02.693Z | Compiling zerotrie v0.2.3 |
| 794 | 2026-05-15T03:43:03.077Z | Compiling tinystr v0.8.2 |
| 795 | 2026-05-15T03:43:03.104Z | Compiling potential_utf v0.1.4 |
| 796 | 2026-05-15T03:43:03.142Z | Compiling futures-util v0.3.32 |
| 797 | 2026-05-15T03:43:03.267Z | Compiling icu_locale_core v2.1.1 |
| 798 | 2026-05-15T03:43:03.270Z | Compiling bitflags v2.11.0 |
| 799 | 2026-05-15T03:43:03.270Z | Compiling aws-lc-rs v1.16.3 |
| 800 | 2026-05-15T03:43:03.552Z | Compiling atomic-waker v1.1.2 |
| 801 | 2026-05-15T03:43:03.667Z | Compiling icu_collections v2.1.1 |
| 802 | 2026-05-15T03:43:04.087Z | Compiling chrono v0.4.44 |
| 803 | 2026-05-15T03:43:04.144Z | Compiling icu_provider v2.1.1 |
| 804 | 2026-05-15T03:43:04.359Z | Compiling pest_meta v2.8.6 |
| 805 | 2026-05-15T03:43:04.562Z | Compiling schemars_derive v0.8.22 |
| 806 | 2026-05-15T03:43:05.547Z | Compiling tokio-util v0.7.18 |
| 807 | 2026-05-15T03:43:05.553Z | Compiling tracing v0.1.44 |
| 808 | 2026-05-15T03:43:05.671Z | Compiling uuid v1.23.0 |
| 809 | 2026-05-15T03:43:05.697Z | Compiling semver v1.0.28 |
| 810 | 2026-05-15T03:43:05.876Z | Compiling base64 v0.22.1 |
| 811 | 2026-05-15T03:43:06.111Z | Compiling tower-service v0.3.3 |
| 812 | 2026-05-15T03:43:06.200Z | Compiling try-lock v0.2.5 |
| 813 | 2026-05-15T03:43:06.234Z | Compiling subtle v2.6.1 |
| 814 | 2026-05-15T03:43:06.301Z | Compiling tower-layer v0.3.3 |
| 815 | 2026-05-15T03:43:06.326Z | Compiling dyn-clone v1.0.20 |
| 816 | 2026-05-15T03:43:06.336Z | Compiling want v0.3.1 |
| 817 | 2026-05-15T03:43:06.377Z | Compiling h2 v0.4.13 |
| 818 | 2026-05-15T03:43:06.482Z | Compiling pest_generator v2.8.6 |
| 819 | 2026-05-15T03:43:06.637Z | Compiling slog v2.8.2 |
| 820 | 2026-05-15T03:43:06.676Z | Compiling getrandom v0.2.17 |
| 821 | 2026-05-15T03:43:06.847Z | Compiling httpdate v1.0.3 |
| 822 | 2026-05-15T03:43:06.874Z | Compiling pin-utils v0.1.0 |
| 823 | 2026-05-15T03:43:06.940Z | Compiling heck v0.5.0 |
| 824 | 2026-05-15T03:43:07.076Z | Compiling pest_derive v2.8.6 |
| 825 | 2026-05-15T03:43:07.144Z | Compiling icu_normalizer v2.1.1 |
| 826 | 2026-05-15T03:43:07.224Z | Compiling icu_properties v2.1.2 |
| 827 | 2026-05-15T03:43:07.548Z | Compiling erased-serde v0.3.31 |
| 828 | 2026-05-15T03:43:07.571Z | Compiling form_urlencoded v1.2.2 |
| 829 | 2026-05-15T03:43:08.161Z | Compiling ipnet v2.11.0 |
| 830 | 2026-05-15T03:43:08.203Z | Compiling typenum v1.19.0 |
| 831 | 2026-05-15T03:43:08.534Z | Compiling rustls v0.23.37 |
| 832 | 2026-05-15T03:43:08.683Z | Compiling getrandom v0.3.4 |
| 833 | 2026-05-15T03:43:08.731Z | Compiling hyper v1.8.1 |
| 834 | 2026-05-15T03:43:09.011Z | Compiling idna_adapter v1.2.1 |
| 835 | 2026-05-15T03:43:09.211Z | Compiling ppv-lite86 v0.2.21 |
| 836 | 2026-05-15T03:43:09.332Z | Compiling serde_tokenstream v0.2.3 |
| 837 | 2026-05-15T03:43:09.537Z | Compiling generic-array v0.14.7 |
| 838 | 2026-05-15T03:43:09.608Z | Compiling ring v0.17.14 |
| 839 | 2026-05-15T03:43:09.642Z | Compiling sync_wrapper v1.0.2 |
| 840 | 2026-05-15T03:43:09.756Z | Compiling paste v1.0.15 |
| 841 | 2026-05-15T03:43:09.910Z | Compiling utf8_iter v1.0.4 |
| 842 | 2026-05-15T03:43:10.019Z | Compiling hyper-util v0.1.20 |
| 843 | 2026-05-15T03:43:10.062Z | Compiling ryu v1.0.23 |
| 844 | 2026-05-15T03:43:10.341Z | Compiling serde_urlencoded v0.7.1 |
| 845 | 2026-05-15T03:43:10.641Z | Compiling idna v1.1.0 |
| 846 | 2026-05-15T03:43:12.386Z | Compiling tower v0.5.3 |
| 847 | 2026-05-15T03:43:12.952Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2026-05-15T03:43:12.967Z | Compiling scroll_derive v0.13.1 |
| 849 | 2026-05-15T03:43:13.313Z | Compiling http-body-util v0.1.3 |
| 850 | 2026-05-15T03:43:13.522Z | Compiling powerfmt v0.2.0 |
| 851 | 2026-05-15T03:43:13.643Z | Compiling iri-string v0.7.10 |
| 852 | 2026-05-15T03:43:13.764Z | Compiling usdt-impl v0.6.0 |
| 853 | 2026-05-15T03:43:13.833Z | Compiling num-conv v0.2.0 |
| 854 | 2026-05-15T03:43:13.980Z | Compiling crc32fast v1.5.0 |
| 855 | 2026-05-15T03:43:14.029Z | Compiling time-core v0.1.8 |
| 856 | 2026-05-15T03:43:14.029Z | Compiling omicron-workspace-hack v0.1.0 |
| 857 | 2026-05-15T03:43:14.069Z | Compiling fastrand v2.3.0 |
| 858 | 2026-05-15T03:43:14.173Z | Compiling rustix v1.1.3 |
| 859 | 2026-05-15T03:43:14.216Z | Compiling time-macros v0.2.27 |
| 860 | 2026-05-15T03:43:14.256Z | Compiling structmeta v0.3.0 |
| 861 | 2026-05-15T03:43:14.431Z | Compiling scroll v0.13.0 |
| 862 | 2026-05-15T03:43:14.687Z | Compiling deranged v0.5.8 |
| 863 | 2026-05-15T03:43:15.091Z | Compiling tower-http v0.6.8 |
| 864 | 2026-05-15T03:43:15.182Z | Compiling rand_core v0.9.5 |
| 865 | 2026-05-15T03:43:15.463Z | Compiling dof v0.4.0 |
| 866 | 2026-05-15T03:43:15.616Z | Compiling url v2.5.8 |
| 867 | 2026-05-15T03:43:16.030Z | Compiling dtrace-parser v0.3.0 |
| 868 | 2026-05-15T03:43:16.046Z | Compiling ipnetwork v0.21.1 |
| 869 | 2026-05-15T03:43:16.102Z | Compiling thread-id v5.1.0 |
| 870 | 2026-05-15T03:43:16.196Z | Compiling ident_case v1.0.1 |
| 871 | 2026-05-15T03:43:16.204Z | Compiling crossbeam-utils v0.8.21 |
| 872 | 2026-05-15T03:43:16.480Z | Compiling adler2 v2.0.1 |
| 873 | 2026-05-15T03:43:16.523Z | Compiling openssl-probe v0.2.1 |
| 874 | 2026-05-15T03:43:16.623Z | Compiling num_threads v0.1.7 |
| 875 | 2026-05-15T03:43:16.683Z | Compiling byteorder v1.5.0 |
| 876 | 2026-05-15T03:43:16.703Z | Compiling regex-syntax v0.8.10 |
| 877 | 2026-05-15T03:43:16.860Z | Compiling plain v0.2.3 |
| 878 | 2026-05-15T03:43:16.934Z | Compiling strsim v0.11.1 |
| 879 | 2026-05-15T03:43:16.949Z | Compiling simd-adler32 v0.3.8 |
| 880 | 2026-05-15T03:43:16.972Z | Compiling goblin v0.10.5 |
| 881 | 2026-05-15T03:43:17.157Z | Compiling miniz_oxide v0.8.9 |
| 882 | 2026-05-15T03:43:17.763Z | Compiling darling_core v0.21.3 |
| 883 | 2026-05-15T03:43:18.004Z | Compiling time v0.3.47 |
| 884 | 2026-05-15T03:43:18.531Z | Compiling rustls-native-certs v0.8.3 |
| 885 | 2026-05-15T03:43:19.376Z | Compiling oxnet v0.1.4 |
| 886 | 2026-05-15T03:43:20.438Z | Compiling newtype-uuid v1.3.2 |
| 887 | 2026-05-15T03:43:20.544Z | Compiling daft-derive v0.1.5 |
| 888 | 2026-05-15T03:43:21.147Z | Compiling aho-corasick v1.1.4 |
| 889 | 2026-05-15T03:43:21.366Z | Compiling camino v1.2.2 |
| 890 | 2026-05-15T03:43:21.471Z | Compiling rustls v0.22.4 |
| 891 | 2026-05-15T03:43:21.664Z | Compiling pretty-hex v0.4.1 |
| 892 | 2026-05-15T03:43:21.722Z | Compiling daft v0.1.5 |
| 893 | 2026-05-15T03:43:21.990Z | Compiling tempfile v3.25.0 |
| 894 | 2026-05-15T03:43:22.090Z | Compiling flate2 v1.1.9 |
| 895 | 2026-05-15T03:43:22.611Z | Compiling darling_macro v0.21.3 |
| 896 | 2026-05-15T03:43:22.852Z | Compiling regex-automata v0.4.14 |
| 897 | 2026-05-15T03:43:23.450Z | Compiling rustls-webpki v0.102.8 |
| 898 | 2026-05-15T03:43:24.654Z | Compiling rand_chacha v0.9.0 |
| 899 | 2026-05-15T03:43:24.840Z | Compiling crypto-common v0.1.7 |
| 900 | 2026-05-15T03:43:24.974Z | Compiling block-buffer v0.10.4 |
| 901 | 2026-05-15T03:43:25.111Z | Compiling rand_core v0.6.4 |
| 902 | 2026-05-15T03:43:25.198Z | Compiling multer v3.1.0 |
| 903 | 2026-05-15T03:43:25.416Z | Compiling wait-timeout v0.2.1 |
| 904 | 2026-05-15T03:43:25.423Z | Compiling thread_local v1.1.9 |
| 905 | 2026-05-15T03:43:25.450Z | Compiling anyhow v1.0.102 |
| 906 | 2026-05-15T03:43:25.770Z | Compiling bit-vec v0.8.0 |
| 907 | 2026-05-15T03:43:25.916Z | Compiling compression-core v0.4.31 |
| 908 | 2026-05-15T03:43:25.916Z | Compiling winnow v0.7.14 |
| 909 | 2026-05-15T03:43:26.038Z | Compiling quick-error v1.2.3 |
| 910 | 2026-05-15T03:43:26.038Z | Compiling ref-cast v1.0.25 |
| 911 | 2026-05-15T03:43:26.140Z | Compiling match_cfg v0.1.0 |
| 912 | 2026-05-15T03:43:26.140Z | Compiling foldhash v0.2.0 |
| 913 | 2026-05-15T03:43:26.140Z | Compiling thiserror v1.0.69 |
| 914 | 2026-05-15T03:43:26.299Z | Compiling allocator-api2 v0.2.21 |
| 915 | 2026-05-15T03:43:26.355Z | Compiling slog-async v2.8.0 |
| 916 | 2026-05-15T03:43:26.654Z | Compiling hashbrown v0.16.1 |
| 917 | 2026-05-15T03:43:26.744Z | Compiling hostname v0.3.1 |
| 918 | 2026-05-15T03:43:26.873Z | Compiling rusty-fork v0.3.1 |
| 919 | 2026-05-15T03:43:27.292Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 920 | 2026-05-15T03:43:27.712Z | Compiling bit-set v0.8.0 |
| 921 | 2026-05-15T03:43:27.880Z | Compiling compression-codecs v0.4.37 |
| 922 | 2026-05-15T03:43:28.393Z | Compiling rand_chacha v0.3.1 |
| 923 | 2026-05-15T03:43:28.458Z | Compiling digest v0.10.7 |
| 924 | 2026-05-15T03:43:28.681Z | Compiling rand v0.9.2 |
| 925 | 2026-05-15T03:43:28.719Z | Compiling regex v1.12.3 |
| 926 | 2026-05-15T03:43:29.018Z | Compiling crossbeam-channel v0.5.15 |
| 927 | 2026-05-15T03:43:29.515Z | Compiling darling v0.21.3 |
| 928 | 2026-05-15T03:43:29.752Z | Compiling slog-json v2.6.1 |
| 929 | 2026-05-15T03:43:30.012Z | Compiling usdt-attr-macro v0.6.0 |
| 930 | 2026-05-15T03:43:30.050Z | Compiling usdt-macro v0.6.0 |
| 931 | 2026-05-15T03:43:30.660Z | Compiling rand_xorshift v0.4.0 |
| 932 | 2026-05-15T03:43:30.668Z | Compiling derive-ex v0.1.8 |
| 933 | 2026-05-15T03:43:30.849Z | Compiling strum_macros v0.26.4 |
| 934 | 2026-05-15T03:43:30.882Z | Compiling futures-executor v0.3.32 |
| 935 | 2026-05-15T03:43:31.403Z | Compiling async-stream-impl v0.3.6 |
| 936 | 2026-05-15T03:43:31.795Z | Compiling ref-cast-impl v1.0.25 |
| 937 | 2026-05-15T03:43:31.963Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 938 | 2026-05-15T03:43:32.206Z | Compiling async-trait v0.1.89 |
| 939 | 2026-05-15T03:43:32.454Z | Compiling thiserror-impl v1.0.69 |
| 940 | 2026-05-15T03:43:32.474Z | Compiling dropshot v0.17.0 |
| 941 | 2026-05-15T03:43:32.474Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 942 | 2026-05-15T03:43:32.605Z | Compiling serde_spanned v1.0.4 |
| 943 | 2026-05-15T03:43:32.768Z | Compiling is-terminal v0.4.17 |
| 944 | 2026-05-15T03:43:32.807Z | Compiling memmap2 v0.9.10 |
| 945 | 2026-05-15T03:43:32.850Z | Compiling encoding_rs v0.8.35 |
| 946 | 2026-05-15T03:43:33.089Z | Compiling term v1.2.1 |
| 947 | 2026-05-15T03:43:33.127Z | Compiling spin v0.9.8 |
| 948 | 2026-05-15T03:43:33.261Z | Compiling cpufeatures v0.2.17 |
| 949 | 2026-05-15T03:43:33.313Z | Compiling mime v0.3.17 |
| 950 | 2026-05-15T03:43:33.524Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 951 | 2026-05-15T03:43:33.773Z | Compiling take_mut v0.2.2 |
| 952 | 2026-05-15T03:43:33.780Z | Compiling unarray v0.1.4 |
| 953 | 2026-05-15T03:43:33.882Z | Compiling hex v0.4.3 |
| 954 | 2026-05-15T03:43:34.154Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 955 | 2026-05-15T03:43:34.154Z | Compiling dropshot_endpoint v0.17.0 |
| 956 | 2026-05-15T03:43:34.966Z | Compiling proptest v1.10.0 |
| 957 | 2026-05-15T03:43:35.756Z | Compiling toml v1.0.6+spec-1.1.0 |
| 958 | 2026-05-15T03:43:37.159Z | Compiling slog-term v2.9.2 |
| 959 | 2026-05-15T03:43:37.207Z | Compiling sha1 v0.10.6 |
| 960 | 2026-05-15T03:43:37.629Z | Compiling usdt v0.6.0 |
| 961 | 2026-05-15T03:43:37.834Z | Compiling strum v0.26.3 |
| 962 | 2026-05-15T03:43:37.954Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2026-05-15T03:43:38.187Z | Compiling test-strategy v0.4.5 |
| 964 | 2026-05-15T03:43:38.231Z | Compiling async-stream v0.3.6 |
| 965 | 2026-05-15T03:43:38.410Z | Compiling tokio-rustls v0.25.0 |
| 966 | 2026-05-15T03:43:38.417Z | Compiling futures v0.3.32 |
| 967 | 2026-05-15T03:43:38.613Z | Compiling slog-bunyan v2.5.0 |
| 968 | 2026-05-15T03:43:38.634Z | Compiling serde_with_macros v3.17.0 |
| 969 | 2026-05-15T03:43:38.850Z | Compiling parse-display-derive v0.10.0 |
| 970 | 2026-05-15T03:43:39.471Z | Compiling rand v0.8.6 |
| 971 | 2026-05-15T03:43:40.238Z | Compiling async-compression v0.4.41 |
| 972 | 2026-05-15T03:43:40.272Z | Compiling reqwest v0.12.28 |
| 973 | 2026-05-15T03:43:40.681Z | Compiling backon v1.6.0 |
| 974 | 2026-05-15T03:43:40.883Z | Compiling newtype-uuid-macros v0.1.0 |
| 975 | 2026-05-15T03:43:40.915Z | Compiling strum_macros v0.27.2 |
| 976 | 2026-05-15T03:43:41.142Z | Compiling openapiv3 v2.2.0 |
| 977 | 2026-05-15T03:43:41.629Z | Compiling waitgroup v0.1.2 |
| 978 | 2026-05-15T03:43:41.780Z | Compiling rustls-pemfile v2.2.0 |
| 979 | 2026-05-15T03:43:42.057Z | Compiling serde_path_to_error v0.1.20 |
| 980 | 2026-05-15T03:43:42.486Z | Compiling hostname v0.4.2 |
| 981 | 2026-05-15T03:43:42.527Z | Compiling instant v0.1.13 |
| 982 | 2026-05-15T03:43:42.673Z | Compiling rustc-hash v2.1.1 |
| 983 | 2026-05-15T03:43:42.678Z | Compiling either v1.15.0 |
| 984 | 2026-05-15T03:43:42.695Z | Compiling debug-ignore v1.0.5 |
| 985 | 2026-05-15T03:43:42.761Z | Compiling iddqd v0.3.18 |
| 986 | 2026-05-15T03:43:42.830Z | Compiling itertools v0.14.0 |
| 987 | 2026-05-15T03:43:43.539Z | Compiling strum v0.27.2 |
| 988 | 2026-05-15T03:43:43.689Z | Compiling backoff v0.4.0 |
| 989 | 2026-05-15T03:43:43.862Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 990 | 2026-05-15T03:43:44.012Z | Compiling progenitor-client v0.10.0 |
| 991 | 2026-05-15T03:43:44.292Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 992 | 2026-05-15T03:43:44.471Z | Compiling parse-display v0.10.0 |
| 993 | 2026-05-15T03:43:44.523Z | Compiling serde_with v3.17.0 |
| 994 | 2026-05-15T03:43:45.380Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 995 | 2026-05-15T03:43:45.762Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 996 | 2026-05-15T03:43:45.930Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 997 | 2026-05-15T03:43:46.223Z | Compiling regress v0.10.5 |
| 998 | 2026-05-15T03:43:46.231Z | Compiling macaddr v1.0.1 |
| 999 | 2026-05-15T03:43:53.989Z | Compiling rustls-webpki v0.103.9 |
| 1000 | 2026-05-15T03:43:57.133Z | Compiling tokio-rustls v0.26.4 |
| 1001 | 2026-05-15T03:43:57.133Z | Compiling rustls-platform-verifier v0.6.2 |
| 1002 | 2026-05-15T03:43:57.399Z | Compiling hyper-rustls v0.27.7 |
| 1003 | 2026-05-15T03:43:57.711Z | Compiling reqwest v0.13.2 |
| 1004 | 2026-05-15T03:43:59.668Z | Compiling progenitor-client v0.14.0 |
| 1005 | 2026-05-15T03:44:00.028Z | Compiling progenitor-extras v0.2.0 |
| 1006 | 2026-05-15T03:44:00.200Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1007 | 2026-05-15T03:44:04.251Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1008 | 2026-05-15T03:44:08.375Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1009 | 2026-05-15T03:44:08.416Z | process exited: duration 112873 ms, exit code 0 |
| |
| 1010 | 2026-05-15T03:44:08.445Z | found 0 output files |