|
|
|
| 1 | 2026-05-28T23:29:40.797Z | job assigned to worker 01KSREPJAZ554T4FHCZGDB4Q5P [factory aws, i-0502c0470f527974a] (queued for 57 s) |
| |
| 2 | 2026-05-28T23:29:47.813Z | starting task 0: "setup" |
| 3 | 2026-05-28T23:29:47.820Z | ++ uname -s |
| 4 | 2026-05-28T23:29:47.824Z | + kern=SunOS |
| 5 | 2026-05-28T23:29:47.824Z | + build_user=build |
| 6 | 2026-05-28T23:29:47.824Z | + build_uid=12345 |
| 7 | 2026-05-28T23:29:47.824Z | + work_dir=/work |
| 8 | 2026-05-28T23:29:47.824Z | + input_dir=/input |
| 9 | 2026-05-28T23:29:47.824Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T23:29:47.824Z | + case "$kern" in |
| 11 | 2026-05-28T23:29:47.824Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T23:29:47.824Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T23:29:49.827Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T23:29:49.897Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T23:29:49.901Z | + home_fs=zfs |
| 16 | 2026-05-28T23:29:49.901Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T23:29:49.901Z | + mkdir -p /home/build |
| 18 | 2026-05-28T23:29:49.902Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T23:29:51.898Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T23:29:51.906Z | process exited: duration 4085 ms, exit code 0 |
| |
| 21 | 2026-05-28T23:29:51.912Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T23:29:51.918Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T23:29:51.918Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-28T23:29:51.918Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-28T23:29:51.927Z | * rust toolchain profile = "default" |
| 26 | 2026-05-28T23:29:51.927Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T23:29:51.927Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T23:29:51.927Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T23:29:51.927Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T23:29:51.999Z | info: downloading installer |
| 31 | 2026-05-28T23:29:53.586Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T23:29:53.586Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T23:29:53.586Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T23:29:53.586Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T23:29:53.599Z | info: profile set to default |
| 36 | 2026-05-28T23:29:53.599Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T23:29:53.602Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T23:29:53.733Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T23:29:53.736Z | info: downloading 6 components |
| 40 | 2026-05-28T23:30:07.733Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T23:30:07.733Z | |
| 42 | 2026-05-28T23:30:07.763Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T23:30:07.763Z | |
| 44 | 2026-05-28T23:30:07.763Z | |
| 45 | 2026-05-28T23:30:07.763Z | Rust is installed now. Great! |
| 46 | 2026-05-28T23:30:07.763Z | |
| 47 | 2026-05-28T23:30:07.768Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T23:30:07.768Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T23:30:07.768Z | |
| 50 | 2026-05-28T23:30:07.768Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T23:30:07.768Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T23:30:07.768Z | |
| 53 | 2026-05-28T23:30:07.768Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T23:30:07.768Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T23:30:07.768Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T23:30:07.768Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T23:30:07.768Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T23:30:07.768Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T23:30:07.768Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T23:30:07.768Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T23:30:07.768Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T23:30:07.872Z | + rustup --version |
| 63 | 2026-05-28T23:30:07.879Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T23:30:07.882Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T23:30:07.901Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T23:30:07.904Z | + cargo --version |
| 67 | 2026-05-28T23:30:07.916Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T23:30:07.919Z | + rustc --version |
| 69 | 2026-05-28T23:30:07.940Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T23:30:07.944Z | process exited: duration 16029 ms, exit code 0 |
| |
| 71 | 2026-05-28T23:30:07.952Z | starting task 2: "authentication" |
| 72 | 2026-05-28T23:30:07.968Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-28T23:30:07.974Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T23:30:07.977Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T23:30:07.979Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T23:30:08.033Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T23:30:18.682Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T23:30:18.682Z | + git fetch origin 8093199093f9544c5d8a428681ad6fd0b2e0dfdc |
| 79 | 2026-05-28T23:30:18.943Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T23:30:18.943Z | * branch 8093199093f9544c5d8a428681ad6fd0b2e0dfdc -> FETCH_HEAD |
| 81 | 2026-05-28T23:30:18.952Z | + [[ -n sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]] |
| 82 | 2026-05-28T23:30:18.955Z | ++ git branch --show-current |
| 83 | 2026-05-28T23:30:18.955Z | + current=main |
| 84 | 2026-05-28T23:30:18.955Z | + [[ main != sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]] |
| 85 | 2026-05-28T23:30:18.955Z | + git branch -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent 8093199093f9544c5d8a428681ad6fd0b2e0dfdc |
| 86 | 2026-05-28T23:30:18.958Z | + git checkout -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent |
| 87 | 2026-05-28T23:30:19.191Z | Switched to branch 'sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent' |
| 88 | 2026-05-28T23:30:19.194Z | + git reset --hard 8093199093f9544c5d8a428681ad6fd0b2e0dfdc |
| 89 | 2026-05-28T23:30:19.206Z | HEAD is now at 809319909 rustfmt |
| 90 | 2026-05-28T23:30:19.209Z | process exited: duration 11233 ms, exit code 0 |
| |
| 91 | 2026-05-28T23:30:19.215Z | starting task 4: "build" |
| 92 | 2026-05-28T23:30:19.219Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T23:30:19.219Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T23:30:19.219Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T23:30:19.219Z | + cargo --version |
| 96 | 2026-05-28T23:30:19.228Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T23:30:19.231Z | + rustc --version |
| 98 | 2026-05-28T23:30:19.251Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T23:30:19.254Z | + cd /tmp |
| 100 | 2026-05-28T23:30:19.254Z | + cargo new --lib test-project |
| 101 | 2026-05-28T23:30:19.272Z | Creating library `test-project` package |
| 102 | 2026-05-28T23:30:19.311Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-05-28T23:30:19.314Z | + cd test-project |
| 104 | 2026-05-28T23:30:19.315Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-05-28T23:30:19.333Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-05-28T23:30:19.337Z | Features: |
| 107 | 2026-05-28T23:30:19.337Z | - proptest |
| 108 | 2026-05-28T23:30:19.337Z | - test-strategy |
| 109 | 2026-05-28T23:30:19.337Z | - testing |
| 110 | 2026-05-28T23:30:19.354Z | Updating crates.io index |
| 111 | 2026-05-28T23:30:19.454Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-05-28T23:30:20.130Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-05-28T23:30:20.555Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-05-28T23:30:21.050Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-05-28T23:30:23.383Z | Locking 393 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-05-28T23:30:23.387Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-05-28T23:30:23.503Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-05-28T23:30:23.506Z | + cargo check |
| 119 | 2026-05-28T23:30:23.617Z | Updating crates.io index |
| 120 | 2026-05-28T23:30:24.346Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-05-28T23:30:24.346Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-05-28T23:30:24.373Z | Downloading crates ... |
| 123 | 2026-05-28T23:30:24.445Z | Downloaded getrandom v0.3.4 |
| 124 | 2026-05-28T23:30:24.448Z | Downloaded fs_extra v1.3.0 |
| 125 | 2026-05-28T23:30:24.451Z | Downloaded bit-vec v0.8.0 |
| 126 | 2026-05-28T23:30:24.454Z | Downloaded allocator-api2 v0.2.21 |
| 127 | 2026-05-28T23:30:24.454Z | Downloaded crypto-common v0.1.7 |
| 128 | 2026-05-28T23:30:24.456Z | Downloaded getrandom v0.4.1 |
| 129 | 2026-05-28T23:30:24.459Z | Downloaded futures-io v0.3.32 |
| 130 | 2026-05-28T23:30:24.459Z | Downloaded atomic-waker v1.1.2 |
| 131 | 2026-05-28T23:30:24.462Z | Downloaded potential_utf v0.1.4 |
| 132 | 2026-05-28T23:30:24.462Z | Downloaded quick-error v1.2.3 |
| 133 | 2026-05-28T23:30:24.465Z | Downloaded rustc-hash v2.1.1 |
| 134 | 2026-05-28T23:30:24.465Z | Downloaded daft v0.1.7 |
| 135 | 2026-05-28T23:30:24.468Z | Downloaded futures-task v0.3.32 |
| 136 | 2026-05-28T23:30:24.468Z | Downloaded futures-channel v0.3.32 |
| 137 | 2026-05-28T23:30:24.468Z | Downloaded ipnetwork v0.21.1 |
| 138 | 2026-05-28T23:30:24.471Z | Downloaded progenitor-client v0.14.0 |
| 139 | 2026-05-28T23:30:24.474Z | Downloaded futures-executor v0.3.32 |
| 140 | 2026-05-28T23:30:24.478Z | Downloaded darling v0.21.3 |
| 141 | 2026-05-28T23:30:24.482Z | Downloaded oxnet v0.1.4 |
| 142 | 2026-05-28T23:30:24.485Z | Downloaded pretty-hex v0.4.1 |
| 143 | 2026-05-28T23:30:24.491Z | Downloaded pin-project-lite v0.2.17 |
| 144 | 2026-05-28T23:30:24.494Z | Downloaded quinn-udp v0.5.14 |
| 145 | 2026-05-28T23:30:24.497Z | Downloaded hostname v0.3.1 |
| 146 | 2026-05-28T23:30:24.497Z | Downloaded hashbrown v0.16.1 |
| 147 | 2026-05-28T23:30:24.499Z | Downloaded percent-encoding v2.3.2 |
| 148 | 2026-05-28T23:30:24.502Z | Downloaded futures v0.3.32 |
| 149 | 2026-05-28T23:30:24.505Z | Downloaded semver v1.0.28 |
| 150 | 2026-05-28T23:30:24.505Z | Downloaded form_urlencoded v1.2.2 |
| 151 | 2026-05-28T23:30:24.507Z | Downloaded crossbeam-channel v0.5.15 |
| 152 | 2026-05-28T23:30:24.510Z | Downloaded pest_derive v2.8.6 |
| 153 | 2026-05-28T23:30:24.510Z | Downloaded futures-sink v0.3.32 |
| 154 | 2026-05-28T23:30:24.510Z | Downloaded debug-ignore v1.0.5 |
| 155 | 2026-05-28T23:30:24.513Z | Downloaded generic-array v0.14.7 |
| 156 | 2026-05-28T23:30:24.513Z | Downloaded foldhash v0.2.0 |
| 157 | 2026-05-28T23:30:24.528Z | Downloaded serde_core v1.0.228 |
| 158 | 2026-05-28T23:30:24.531Z | Downloaded adler2 v2.0.1 |
| 159 | 2026-05-28T23:30:24.531Z | Downloaded ryu v1.0.23 |
| 160 | 2026-05-28T23:30:24.534Z | Downloaded rand_chacha v0.9.0 |
| 161 | 2026-05-28T23:30:24.534Z | Downloaded rand v0.8.6 |
| 162 | 2026-05-28T23:30:24.536Z | Downloaded http-body-util v0.1.3 |
| 163 | 2026-05-28T23:30:24.539Z | Downloaded darling_macro v0.21.3 |
| 164 | 2026-05-28T23:30:24.539Z | Downloaded num-traits v0.2.19 |
| 165 | 2026-05-28T23:30:24.542Z | Downloaded http-body v1.0.1 |
| 166 | 2026-05-28T23:30:24.542Z | Downloaded futures-macro v0.3.32 |
| 167 | 2026-05-28T23:30:24.542Z | Downloaded futures-core v0.3.32 |
| 168 | 2026-05-28T23:30:24.544Z | Downloaded rand_chacha v0.3.1 |
| 169 | 2026-05-28T23:30:24.545Z | Downloaded ref-cast v1.0.25 |
| 170 | 2026-05-28T23:30:24.545Z | Downloaded compression-core v0.4.31 |
| 171 | 2026-05-28T23:30:24.549Z | Downloaded hex v0.4.3 |
| 172 | 2026-05-28T23:30:24.549Z | Downloaded dunce v1.0.5 |
| 173 | 2026-05-28T23:30:24.549Z | Downloaded cfg_aliases v0.2.1 |
| 174 | 2026-05-28T23:30:24.552Z | Downloaded bit-set v0.8.0 |
| 175 | 2026-05-28T23:30:24.552Z | Downloaded httpdate v1.0.3 |
| 176 | 2026-05-28T23:30:24.552Z | Downloaded dyn-clone v1.0.20 |
| 177 | 2026-05-28T23:30:24.552Z | Downloaded dtrace-parser v0.3.0 |
| 178 | 2026-05-28T23:30:24.552Z | Downloaded daft-derive v0.1.7 |
| 179 | 2026-05-28T23:30:24.554Z | Downloaded autocfg v1.5.0 |
| 180 | 2026-05-28T23:30:24.557Z | Downloaded heck v0.5.0 |
| 181 | 2026-05-28T23:30:24.557Z | Downloaded scopeguard v1.2.0 |
| 182 | 2026-05-28T23:30:24.559Z | Downloaded rand_xorshift v0.4.0 |
| 183 | 2026-05-28T23:30:24.559Z | Downloaded pin-utils v0.1.0 |
| 184 | 2026-05-28T23:30:24.560Z | Downloaded macaddr v1.0.1 |
| 185 | 2026-05-28T23:30:24.560Z | Downloaded async-stream v0.3.6 |
| 186 | 2026-05-28T23:30:24.562Z | Downloaded itoa v1.0.17 |
| 187 | 2026-05-28T23:30:24.562Z | Downloaded async-stream-impl v0.3.6 |
| 188 | 2026-05-28T23:30:24.562Z | Downloaded humantime v2.3.0 |
| 189 | 2026-05-28T23:30:24.565Z | Downloaded quote v1.0.45 |
| 190 | 2026-05-28T23:30:24.565Z | Downloaded openssl-probe v0.2.1 |
| 191 | 2026-05-28T23:30:24.568Z | Downloaded multer v3.1.0 |
| 192 | 2026-05-28T23:30:24.568Z | Downloaded indexmap v2.14.0 |
| 193 | 2026-05-28T23:30:24.571Z | Downloaded num-conv v0.2.0 |
| 194 | 2026-05-28T23:30:24.574Z | Downloaded sha1 v0.10.6 |
| 195 | 2026-05-28T23:30:24.574Z | Downloaded omicron-workspace-hack v0.1.0 |
| 196 | 2026-05-28T23:30:24.574Z | Downloaded cfg-if v1.0.4 |
| 197 | 2026-05-28T23:30:24.574Z | Downloaded idna_adapter v1.2.1 |
| 198 | 2026-05-28T23:30:24.577Z | Downloaded fastrand v2.3.0 |
| 199 | 2026-05-28T23:30:24.577Z | Downloaded errno v0.3.14 |
| 200 | 2026-05-28T23:30:24.578Z | Downloaded powerfmt v0.2.0 |
| 201 | 2026-05-28T23:30:24.580Z | Downloaded serde_spanned v1.0.4 |
| 202 | 2026-05-28T23:30:24.580Z | Downloaded match_cfg v0.1.0 |
| 203 | 2026-05-28T23:30:24.580Z | Downloaded instant v0.1.13 |
| 204 | 2026-05-28T23:30:24.580Z | Downloaded ident_case v1.0.1 |
| 205 | 2026-05-28T23:30:24.580Z | Downloaded mime v0.3.17 |
| 206 | 2026-05-28T23:30:24.583Z | Downloaded hostname v0.4.2 |
| 207 | 2026-05-28T23:30:24.583Z | Downloaded equivalent v1.0.2 |
| 208 | 2026-05-28T23:30:24.583Z | Downloaded dof v0.4.0 |
| 209 | 2026-05-28T23:30:24.586Z | Downloaded slab v0.4.12 |
| 210 | 2026-05-28T23:30:24.586Z | Downloaded parse-display v0.10.0 |
| 211 | 2026-05-28T23:30:24.586Z | Downloaded rand_core v0.6.4 |
| 212 | 2026-05-28T23:30:24.589Z | Downloaded ppv-lite86 v0.2.21 |
| 213 | 2026-05-28T23:30:24.589Z | Downloaded plain v0.2.3 |
| 214 | 2026-05-28T23:30:24.589Z | Downloaded lock_api v0.4.14 |
| 215 | 2026-05-28T23:30:24.589Z | Downloaded fnv v1.0.7 |
| 216 | 2026-05-28T23:30:24.591Z | Downloaded cpufeatures v0.2.17 |
| 217 | 2026-05-28T23:30:24.591Z | Downloaded getrandom v0.2.17 |
| 218 | 2026-05-28T23:30:24.594Z | Downloaded serde_urlencoded v0.7.1 |
| 219 | 2026-05-28T23:30:24.594Z | Downloaded scroll_derive v0.13.1 |
| 220 | 2026-05-28T23:30:24.594Z | Downloaded ref-cast-impl v1.0.25 |
| 221 | 2026-05-28T23:30:24.594Z | Downloaded newtype-uuid-macros v0.1.0 |
| 222 | 2026-05-28T23:30:24.597Z | Downloaded darling_core v0.21.3 |
| 223 | 2026-05-28T23:30:24.600Z | Downloaded lru-slab v0.1.2 |
| 224 | 2026-05-28T23:30:24.600Z | Downloaded is-terminal v0.4.17 |
| 225 | 2026-05-28T23:30:24.600Z | Downloaded crossbeam-utils v0.8.21 |
| 226 | 2026-05-28T23:30:24.602Z | Downloaded deranged v0.5.8 |
| 227 | 2026-05-28T23:30:24.603Z | Downloaded byteorder v1.5.0 |
| 228 | 2026-05-28T23:30:24.605Z | Downloaded progenitor-client v0.10.0 |
| 229 | 2026-05-28T23:30:24.605Z | Downloaded structmeta-derive v0.3.0 |
| 230 | 2026-05-28T23:30:24.605Z | Downloaded block-buffer v0.10.4 |
| 231 | 2026-05-28T23:30:24.608Z | Downloaded strsim v0.11.1 |
| 232 | 2026-05-28T23:30:24.611Z | Downloaded derive-ex v0.1.8 |
| 233 | 2026-05-28T23:30:24.613Z | Downloaded jobserver v0.1.34 |
| 234 | 2026-05-28T23:30:24.616Z | Downloaded structmeta v0.3.0 |
| 235 | 2026-05-28T23:30:24.616Z | Downloaded slog-bunyan v2.5.0 |
| 236 | 2026-05-28T23:30:24.619Z | Downloaded erased-serde v0.3.31 |
| 237 | 2026-05-28T23:30:24.619Z | Downloaded strum v0.27.2 |
| 238 | 2026-05-28T23:30:24.619Z | Downloaded digest v0.10.7 |
| 239 | 2026-05-28T23:30:24.621Z | Downloaded cmake v0.1.57 |
| 240 | 2026-05-28T23:30:24.621Z | Downloaded either v1.15.0 |
| 241 | 2026-05-28T23:30:24.621Z | Downloaded rustls-pemfile v2.2.0 |
| 242 | 2026-05-28T23:30:24.624Z | Downloaded schemars_derive v0.8.22 |
| 243 | 2026-05-28T23:30:24.627Z | Downloaded rustversion v1.0.22 |
| 244 | 2026-05-28T23:30:24.627Z | Downloaded stable_deref_trait v1.2.1 |
| 245 | 2026-05-28T23:30:24.627Z | Downloaded rand_core v0.9.5 |
| 246 | 2026-05-28T23:30:24.630Z | Downloaded paste v1.0.15 |
| 247 | 2026-05-28T23:30:24.630Z | Downloaded sync_wrapper v1.0.2 |
| 248 | 2026-05-28T23:30:24.630Z | Downloaded take_mut v0.2.2 |
| 249 | 2026-05-28T23:30:24.633Z | Downloaded subtle v2.6.1 |
| 250 | 2026-05-28T23:30:24.633Z | Downloaded strum v0.26.3 |
| 251 | 2026-05-28T23:30:24.633Z | Downloaded progenitor-extras v0.2.0 |
| 252 | 2026-05-28T23:30:24.633Z | Downloaded parse-display-derive v0.10.0 |
| 253 | 2026-05-28T23:30:24.636Z | Downloaded tokio-macros v2.7.0 |
| 254 | 2026-05-28T23:30:24.636Z | Downloaded time-core v0.1.8 |
| 255 | 2026-05-28T23:30:24.641Z | Downloaded rusty-fork v0.3.1 |
| 256 | 2026-05-28T23:30:24.644Z | Downloaded backoff v0.4.0 |
| 257 | 2026-05-28T23:30:24.644Z | Downloaded find-msvc-tools v0.1.9 |
| 258 | 2026-05-28T23:30:24.647Z | Downloaded newtype-uuid v1.3.2 |
| 259 | 2026-05-28T23:30:24.647Z | Downloaded parking_lot_core v0.9.12 |
| 260 | 2026-05-28T23:30:24.647Z | Downloaded num_threads v0.1.7 |
| 261 | 2026-05-28T23:30:24.650Z | Downloaded thread-id v5.1.0 |
| 262 | 2026-05-28T23:30:24.652Z | Downloaded sha2 v0.10.9 |
| 263 | 2026-05-28T23:30:24.652Z | Downloaded parking_lot v0.12.5 |
| 264 | 2026-05-28T23:30:24.656Z | Downloaded serde_path_to_error v0.1.20 |
| 265 | 2026-05-28T23:30:24.659Z | Downloaded serde_derive_internals v0.29.1 |
| 266 | 2026-05-28T23:30:24.661Z | Downloaded untrusted v0.9.0 |
| 267 | 2026-05-28T23:30:24.664Z | Downloaded slog-async v2.8.0 |
| 268 | 2026-05-28T23:30:24.664Z | Downloaded usdt v0.6.0 |
| 269 | 2026-05-28T23:30:24.664Z | Downloaded tinyvec_macros v0.1.1 |
| 270 | 2026-05-28T23:30:24.664Z | Downloaded simd-adler32 v0.3.8 |
| 271 | 2026-05-28T23:30:24.667Z | Downloaded signal-hook-registry v1.4.8 |
| 272 | 2026-05-28T23:30:24.667Z | Downloaded serde_tokenstream v0.2.3 |
| 273 | 2026-05-28T23:30:24.667Z | Downloaded tower-service v0.3.3 |
| 274 | 2026-05-28T23:30:24.670Z | Downloaded tower-layer v0.3.3 |
| 275 | 2026-05-28T23:30:24.670Z | Downloaded wait-timeout v0.2.1 |
| 276 | 2026-05-28T23:30:24.670Z | Downloaded slog-json v2.6.1 |
| 277 | 2026-05-28T23:30:24.670Z | Downloaded idna v1.1.0 |
| 278 | 2026-05-28T23:30:24.672Z | Downloaded memmap2 v0.9.10 |
| 279 | 2026-05-28T23:30:24.675Z | Downloaded iana-time-zone v0.1.65 |
| 280 | 2026-05-28T23:30:24.675Z | Downloaded backon v1.6.0 |
| 281 | 2026-05-28T23:30:24.678Z | Downloaded async-trait v0.1.89 |
| 282 | 2026-05-28T23:30:24.678Z | Downloaded utf8_iter v1.0.4 |
| 283 | 2026-05-28T23:30:24.681Z | Downloaded shlex v1.3.0 |
| 284 | 2026-05-28T23:30:24.681Z | Downloaded anyhow v1.0.102 |
| 285 | 2026-05-28T23:30:24.683Z | Downloaded zerofrom v0.1.6 |
| 286 | 2026-05-28T23:30:24.683Z | Downloaded want v0.3.1 |
| 287 | 2026-05-28T23:30:24.684Z | Downloaded usdt-macro v0.6.0 |
| 288 | 2026-05-28T23:30:24.686Z | Downloaded ipnet v2.11.0 |
| 289 | 2026-05-28T23:30:24.689Z | Downloaded try-lock v0.2.5 |
| 290 | 2026-05-28T23:30:24.691Z | Downloaded rustls-native-certs v0.8.3 |
| 291 | 2026-05-28T23:30:24.691Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-05-28T23:30:24.694Z | Downloaded slog-term v2.9.2 |
| 293 | 2026-05-28T23:30:24.694Z | Downloaded waitgroup v0.1.2 |
| 294 | 2026-05-28T23:30:24.694Z | Downloaded unarray v0.1.4 |
| 295 | 2026-05-28T23:30:24.697Z | Downloaded thiserror v1.0.69 |
| 296 | 2026-05-28T23:30:24.700Z | Downloaded zerofrom-derive v0.1.6 |
| 297 | 2026-05-28T23:30:24.703Z | Downloaded version_check v0.9.5 |
| 298 | 2026-05-28T23:30:24.703Z | Downloaded time-macros v0.2.27 |
| 299 | 2026-05-28T23:30:24.703Z | Downloaded thiserror-impl v2.0.18 |
| 300 | 2026-05-28T23:30:24.703Z | Downloaded usdt-attr-macro v0.6.0 |
| 301 | 2026-05-28T23:30:24.706Z | Downloaded thread_local v1.1.9 |
| 302 | 2026-05-28T23:30:24.706Z | Downloaded rustls-pki-types v1.14.0 |
| 303 | 2026-05-28T23:30:24.706Z | Downloaded pest_generator v2.8.6 |
| 304 | 2026-05-28T23:30:24.708Z | Downloaded litemap v0.8.1 |
| 305 | 2026-05-28T23:30:24.708Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 306 | 2026-05-28T23:30:24.709Z | Downloaded scroll v0.13.0 |
| 307 | 2026-05-28T23:30:24.711Z | Downloaded once_cell v1.21.3 |
| 308 | 2026-05-28T23:30:24.711Z | Downloaded thiserror v2.0.18 |
| 309 | 2026-05-28T23:30:24.714Z | Downloaded serde_with_macros v3.17.0 |
| 310 | 2026-05-28T23:30:24.717Z | Downloaded displaydoc v0.2.5 |
| 311 | 2026-05-28T23:30:24.717Z | Downloaded compression-codecs v0.4.37 |
| 312 | 2026-05-28T23:30:24.719Z | Downloaded log v0.4.29 |
| 313 | 2026-05-28T23:30:24.720Z | Downloaded bitflags v2.11.0 |
| 314 | 2026-05-28T23:30:24.722Z | Downloaded proc-macro2 v1.0.106 |
| 315 | 2026-05-28T23:30:24.725Z | Downloaded synstructure v0.13.2 |
| 316 | 2026-05-28T23:30:24.725Z | Downloaded hyper-rustls v0.27.7 |
| 317 | 2026-05-28T23:30:24.728Z | Downloaded tokio-rustls v0.25.0 |
| 318 | 2026-05-28T23:30:24.728Z | Downloaded tinystr v0.8.2 |
| 319 | 2026-05-28T23:30:24.728Z | Downloaded strum_macros v0.26.4 |
| 320 | 2026-05-28T23:30:24.730Z | Downloaded httparse v1.10.1 |
| 321 | 2026-05-28T23:30:24.730Z | Downloaded crc32fast v1.5.0 |
| 322 | 2026-05-28T23:30:24.734Z | Downloaded camino v1.2.2 |
| 323 | 2026-05-28T23:30:24.734Z | Downloaded zmij v1.0.21 |
| 324 | 2026-05-28T23:30:24.734Z | Downloaded zerovec-derive v0.11.2 |
| 325 | 2026-05-28T23:30:24.737Z | Downloaded smallvec v1.15.1 |
| 326 | 2026-05-28T23:30:24.737Z | Downloaded strum_macros v0.27.2 |
| 327 | 2026-05-28T23:30:24.737Z | Downloaded icu_provider v2.1.1 |
| 328 | 2026-05-28T23:30:24.742Z | Downloaded dropshot_endpoint v0.17.0 |
| 329 | 2026-05-28T23:30:24.745Z | Downloaded tokio-rustls v0.26.4 |
| 330 | 2026-05-28T23:30:24.747Z | Downloaded rustls-platform-verifier v0.6.2 |
| 331 | 2026-05-28T23:30:24.747Z | Downloaded icu_collections v2.1.1 |
| 332 | 2026-05-28T23:30:24.750Z | Downloaded slog v2.8.2 |
| 333 | 2026-05-28T23:30:24.753Z | Downloaded writeable v0.6.2 |
| 334 | 2026-05-28T23:30:24.755Z | Downloaded tempfile v3.25.0 |
| 335 | 2026-05-28T23:30:24.756Z | Downloaded thiserror-impl v1.0.69 |
| 336 | 2026-05-28T23:30:24.756Z | Downloaded schemars v0.8.22 |
| 337 | 2026-05-28T23:30:24.761Z | Downloaded yoke v0.8.1 |
| 338 | 2026-05-28T23:30:24.764Z | Downloaded term v1.2.1 |
| 339 | 2026-05-28T23:30:24.766Z | Downloaded zeroize v1.8.2 |
| 340 | 2026-05-28T23:30:24.766Z | Downloaded goblin v0.10.5 |
| 341 | 2026-05-28T23:30:24.769Z | Downloaded serde_derive v1.0.228 |
| 342 | 2026-05-28T23:30:24.774Z | Downloaded pest_meta v2.8.6 |
| 343 | 2026-05-28T23:30:24.777Z | Downloaded icu_properties v2.1.2 |
| 344 | 2026-05-28T23:30:24.779Z | Downloaded serde v1.0.228 |
| 345 | 2026-05-28T23:30:24.780Z | Downloaded bytes v1.11.1 |
| 346 | 2026-05-28T23:30:24.784Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 347 | 2026-05-28T23:30:24.787Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 348 | 2026-05-28T23:30:24.787Z | Downloaded base64 v0.22.1 |
| 349 | 2026-05-28T23:30:24.790Z | Downloaded unicode-ident v1.0.24 |
| 350 | 2026-05-28T23:30:24.792Z | Downloaded ucd-trie v0.1.7 |
| 351 | 2026-05-28T23:30:24.792Z | Downloaded rustls-webpki v0.103.9 |
| 352 | 2026-05-28T23:30:24.792Z | Downloaded reqwest v0.12.28 |
| 353 | 2026-05-28T23:30:24.796Z | Downloaded spin v0.9.8 |
| 354 | 2026-05-28T23:30:24.798Z | Downloaded mio v1.2.0 |
| 355 | 2026-05-28T23:30:24.801Z | Downloaded usdt-impl v0.6.0 |
| 356 | 2026-05-28T23:30:24.801Z | Downloaded quinn v0.11.9 |
| 357 | 2026-05-28T23:30:24.804Z | Downloaded miniz_oxide v0.8.9 |
| 358 | 2026-05-28T23:30:24.806Z | Downloaded icu_locale_core v2.1.1 |
| 359 | 2026-05-28T23:30:24.809Z | Downloaded icu_normalizer_data v2.1.1 |
| 360 | 2026-05-28T23:30:24.819Z | Downloaded tinyvec v1.10.0 |
| 361 | 2026-05-28T23:30:24.823Z | Downloaded cc v1.2.56 |
| 362 | 2026-05-28T23:30:24.823Z | Downloaded socket2 v0.6.3 |
| 363 | 2026-05-28T23:30:24.826Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 364 | 2026-05-28T23:30:24.826Z | Downloaded tracing-core v0.1.36 |
| 365 | 2026-05-28T23:30:24.829Z | Downloaded zerotrie v0.2.3 |
| 366 | 2026-05-28T23:30:24.831Z | Downloaded test-strategy v0.4.5 |
| 367 | 2026-05-28T23:30:24.831Z | Downloaded uuid v1.23.0 |
| 368 | 2026-05-28T23:30:24.834Z | Downloaded flate2 v1.1.9 |
| 369 | 2026-05-28T23:30:24.836Z | Downloaded memchr v2.8.0 |
| 370 | 2026-05-28T23:30:24.839Z | Downloaded url v2.5.8 |
| 371 | 2026-05-28T23:30:24.842Z | Downloaded futures-util v0.3.32 |
| 372 | 2026-05-28T23:30:24.845Z | Downloaded hyper-util v0.1.20 |
| 373 | 2026-05-28T23:30:24.848Z | Downloaded zerocopy-derive v0.8.40 |
| 374 | 2026-05-28T23:30:24.853Z | Downloaded typenum v1.19.0 |
| 375 | 2026-05-28T23:30:24.855Z | Downloaded icu_normalizer v2.1.1 |
| 376 | 2026-05-28T23:30:24.858Z | Downloaded http v1.4.0 |
| 377 | 2026-05-28T23:30:24.861Z | Downloaded async-compression v0.4.41 |
| 378 | 2026-05-28T23:30:24.863Z | Downloaded rand v0.9.2 |
| 379 | 2026-05-28T23:30:24.867Z | Downloaded h2 v0.4.13 |
| 380 | 2026-05-28T23:30:24.870Z | Downloaded tower v0.5.3 |
| 381 | 2026-05-28T23:30:24.873Z | Downloaded iri-string v0.7.10 |
| 382 | 2026-05-28T23:30:24.886Z | Downloaded pest v2.8.6 |
| 383 | 2026-05-28T23:30:24.891Z | Downloaded aho-corasick v1.1.4 |
| 384 | 2026-05-28T23:30:24.894Z | Downloaded reqwest v0.13.2 |
| 385 | 2026-05-28T23:30:24.897Z | Downloaded zerovec v0.11.5 |
| 386 | 2026-05-28T23:30:24.906Z | Downloaded icu_properties_data v2.1.2 |
| 387 | 2026-05-28T23:30:24.914Z | Downloaded serde_json v1.0.149 |
| 388 | 2026-05-28T23:30:24.917Z | Downloaded tokio-util v0.7.18 |
| 389 | 2026-05-28T23:30:24.920Z | Downloaded regex v1.12.3 |
| 390 | 2026-05-28T23:30:24.923Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-05-28T23:30:24.926Z | Downloaded iddqd v0.4.2 |
| 392 | 2026-05-28T23:30:24.931Z | Downloaded tower-http v0.6.8 |
| 393 | 2026-05-28T23:30:24.935Z | Downloaded itertools v0.14.0 |
| 394 | 2026-05-28T23:30:24.938Z | Downloaded rustls-webpki v0.102.8 |
| 395 | 2026-05-28T23:30:24.948Z | Downloaded winnow v0.7.14 |
| 396 | 2026-05-28T23:30:24.953Z | Downloaded hyper v1.8.1 |
| 397 | 2026-05-28T23:30:24.956Z | Downloaded proptest v1.10.0 |
| 398 | 2026-05-28T23:30:24.961Z | Downloaded time v0.3.47 |
| 399 | 2026-05-28T23:30:24.967Z | Downloaded aws-lc-rs v1.16.3 |
| 400 | 2026-05-28T23:30:24.972Z | Downloaded serde_with v3.17.0 |
| 401 | 2026-05-28T23:30:24.978Z | Downloaded quinn-proto v0.11.13 |
| 402 | 2026-05-28T23:30:24.981Z | Downloaded chrono v0.4.44 |
| 403 | 2026-05-28T23:30:24.988Z | Downloaded syn v2.0.117 |
| 404 | 2026-05-28T23:30:24.994Z | Downloaded rustls v0.22.4 |
| 405 | 2026-05-28T23:30:25.009Z | Downloaded dropshot v0.17.0 |
| 406 | 2026-05-28T23:30:25.020Z | Downloaded zerocopy v0.8.40 |
| 407 | 2026-05-28T23:30:25.050Z | Downloaded regress v0.10.5 |
| 408 | 2026-05-28T23:30:25.057Z | Downloaded regex-syntax v0.8.10 |
| 409 | 2026-05-28T23:30:25.061Z | Downloaded rustls v0.23.37 |
| 410 | 2026-05-28T23:30:25.067Z | Downloaded openapiv3 v2.2.0 |
| 411 | 2026-05-28T23:30:25.072Z | Downloaded rustix v1.1.3 |
| 412 | 2026-05-28T23:30:25.085Z | Downloaded tracing v0.1.44 |
| 413 | 2026-05-28T23:30:25.098Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-05-28T23:30:25.122Z | Downloaded tokio v1.52.1 |
| 415 | 2026-05-28T23:30:25.143Z | Downloaded libc v0.2.185 |
| 416 | 2026-05-28T23:30:25.195Z | Downloaded ring v0.17.14 |
| 417 | 2026-05-28T23:30:25.216Z | Downloaded encoding_rs v0.8.35 |
| 418 | 2026-05-28T23:30:25.724Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-05-28T23:30:25.916Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-05-28T23:30:25.917Z | Compiling quote v1.0.45 |
| 421 | 2026-05-28T23:30:25.919Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-28T23:30:25.920Z | Compiling libc v0.2.185 |
| 423 | 2026-05-28T23:30:25.920Z | Checking cfg-if v1.0.4 |
| 424 | 2026-05-28T23:30:25.920Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-28T23:30:25.920Z | Checking memchr v2.8.0 |
| 426 | 2026-05-28T23:30:25.920Z | Checking itoa v1.0.17 |
| 427 | 2026-05-28T23:30:26.087Z | Compiling serde v1.0.228 |
| 428 | 2026-05-28T23:30:26.167Z | Compiling zmij v1.0.21 |
| 429 | 2026-05-28T23:30:26.191Z | Compiling serde_json v1.0.149 |
| 430 | 2026-05-28T23:30:26.445Z | Checking pin-project-lite v0.2.17 |
| 431 | 2026-05-28T23:30:26.524Z | Checking smallvec v1.15.1 |
| 432 | 2026-05-28T23:30:26.655Z | Compiling shlex v1.3.0 |
| 433 | 2026-05-28T23:30:26.686Z | Compiling find-msvc-tools v0.1.9 |
| 434 | 2026-05-28T23:30:26.708Z | Checking bytes v1.11.1 |
| 435 | 2026-05-28T23:30:26.832Z | Compiling parking_lot_core v0.9.12 |
| 436 | 2026-05-28T23:30:26.912Z | Checking futures-core v0.3.32 |
| 437 | 2026-05-28T23:30:26.924Z | Checking scopeguard v1.2.0 |
| 438 | 2026-05-28T23:30:26.990Z | Checking errno v0.3.14 |
| 439 | 2026-05-28T23:30:27.013Z | Compiling jobserver v0.1.34 |
| 440 | 2026-05-28T23:30:27.023Z | Checking lock_api v0.4.14 |
| 441 | 2026-05-28T23:30:27.033Z | Checking mio v1.2.0 |
| 442 | 2026-05-28T23:30:27.094Z | Checking signal-hook-registry v1.4.8 |
| 443 | 2026-05-28T23:30:27.144Z | Checking socket2 v0.6.3 |
| 444 | 2026-05-28T23:30:27.214Z | Compiling cc v1.2.56 |
| 445 | 2026-05-28T23:30:27.268Z | Checking parking_lot v0.12.5 |
| 446 | 2026-05-28T23:30:27.306Z | Checking once_cell v1.21.3 |
| 447 | 2026-05-28T23:30:27.383Z | Checking stable_deref_trait v1.2.1 |
| 448 | 2026-05-28T23:30:27.444Z | Checking futures-sink v0.3.32 |
| 449 | 2026-05-28T23:30:27.454Z | Compiling getrandom v0.4.1 |
| 450 | 2026-05-28T23:30:27.468Z | Checking zeroize v1.8.2 |
| 451 | 2026-05-28T23:30:27.532Z | Compiling syn v2.0.117 |
| 452 | 2026-05-28T23:30:27.543Z | Compiling autocfg v1.5.0 |
| 453 | 2026-05-28T23:30:27.579Z | Checking slab v0.4.12 |
| 454 | 2026-05-28T23:30:27.598Z | Checking futures-channel v0.3.32 |
| 455 | 2026-05-28T23:30:27.718Z | Compiling rustversion v1.0.22 |
| 456 | 2026-05-28T23:30:27.731Z | Compiling thiserror v2.0.18 |
| 457 | 2026-05-28T23:30:27.789Z | Checking equivalent v1.0.2 |
| 458 | 2026-05-28T23:30:27.862Z | Checking rustls-pki-types v1.14.0 |
| 459 | 2026-05-28T23:30:27.885Z | Compiling num-traits v0.2.19 |
| 460 | 2026-05-28T23:30:27.951Z | Compiling cmake v0.1.57 |
| 461 | 2026-05-28T23:30:28.086Z | Checking http v1.4.0 |
| 462 | 2026-05-28T23:30:28.243Z | Checking futures-io v0.3.32 |
| 463 | 2026-05-28T23:30:28.254Z | Checking futures-task v0.3.32 |
| 464 | 2026-05-28T23:30:28.280Z | Compiling dunce v1.0.5 |
| 465 | 2026-05-28T23:30:28.346Z | Compiling zerocopy v0.8.40 |
| 466 | 2026-05-28T23:30:28.367Z | Compiling fs_extra v1.3.0 |
| 467 | 2026-05-28T23:30:28.493Z | Checking log v0.4.29 |
| 468 | 2026-05-28T23:30:28.610Z | Compiling aws-lc-sys v0.40.0 |
| 469 | 2026-05-28T23:30:28.628Z | Checking untrusted v0.9.0 |
| 470 | 2026-05-28T23:30:28.638Z | Checking fnv v1.0.7 |
| 471 | 2026-05-28T23:30:28.717Z | Compiling version_check v0.9.5 |
| 472 | 2026-05-28T23:30:28.745Z | Checking writeable v0.6.2 |
| 473 | 2026-05-28T23:30:28.819Z | Checking hashbrown v0.17.0 |
| 474 | 2026-05-28T23:30:28.884Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-05-28T23:30:28.894Z | Compiling httparse v1.10.1 |
| 476 | 2026-05-28T23:30:28.986Z | Checking litemap v0.8.1 |
| 477 | 2026-05-28T23:30:29.100Z | Checking iana-time-zone v0.1.65 |
| 478 | 2026-05-28T23:30:29.149Z | Compiling pest v2.8.6 |
| 479 | 2026-05-28T23:30:29.197Z | Checking http-body v1.0.1 |
| 480 | 2026-05-28T23:30:29.258Z | Checking tracing-core v0.1.36 |
| 481 | 2026-05-28T23:30:29.269Z | Checking indexmap v2.14.0 |
| 482 | 2026-05-28T23:30:29.314Z | Compiling schemars v0.8.22 |
| 483 | 2026-05-28T23:30:29.396Z | Checking bitflags v2.11.0 |
| 484 | 2026-05-28T23:30:29.546Z | Checking percent-encoding v2.3.2 |
| 485 | 2026-05-28T23:30:29.556Z | Compiling aws-lc-rs v1.16.3 |
| 486 | 2026-05-28T23:30:29.565Z | Compiling icu_properties_data v2.1.2 |
| 487 | 2026-05-28T23:30:29.674Z | Compiling icu_normalizer_data v2.1.1 |
| 488 | 2026-05-28T23:30:29.758Z | Checking atomic-waker v1.1.2 |
| 489 | 2026-05-28T23:30:29.821Z | Checking tracing v0.1.44 |
| 490 | 2026-05-28T23:30:29.853Z | Checking uuid v1.23.0 |
| 491 | 2026-05-28T23:30:29.889Z | Checking semver v1.0.28 |
| 492 | 2026-05-28T23:30:29.990Z | Checking dyn-clone v1.0.20 |
| 493 | 2026-05-28T23:30:30.037Z | Checking try-lock v0.2.5 |
| 494 | 2026-05-28T23:30:30.080Z | Checking tower-service v0.3.3 |
| 495 | 2026-05-28T23:30:30.083Z | Checking base64 v0.22.1 |
| 496 | 2026-05-28T23:30:30.114Z | Checking subtle v2.6.1 |
| 497 | 2026-05-28T23:30:30.124Z | Checking tower-layer v0.3.3 |
| 498 | 2026-05-28T23:30:30.159Z | Compiling pest_meta v2.8.6 |
| 499 | 2026-05-28T23:30:30.240Z | Compiling synstructure v0.13.2 |
| 500 | 2026-05-28T23:30:30.259Z | Compiling serde_derive_internals v0.29.1 |
| 501 | 2026-05-28T23:30:30.309Z | Checking want v0.3.1 |
| 502 | 2026-05-28T23:30:30.419Z | Compiling slog v2.8.2 |
| 503 | 2026-05-28T23:30:30.474Z | Checking getrandom v0.2.17 |
| 504 | 2026-05-28T23:30:30.512Z | Compiling heck v0.5.0 |
| 505 | 2026-05-28T23:30:30.602Z | Checking httpdate v1.0.3 |
| 506 | 2026-05-28T23:30:30.623Z | Checking pin-utils v0.1.0 |
| 507 | 2026-05-28T23:30:30.698Z | Checking form_urlencoded v1.2.2 |
| 508 | 2026-05-28T23:30:30.708Z | Compiling rustls v0.23.37 |
| 509 | 2026-05-28T23:30:30.719Z | Compiling pest_generator v2.8.6 |
| 510 | 2026-05-28T23:30:30.812Z | Compiling getrandom v0.3.4 |
| 511 | 2026-05-28T23:30:30.892Z | Checking ipnet v2.11.0 |
| 512 | 2026-05-28T23:30:30.976Z | Compiling typenum v1.19.0 |
| 513 | 2026-05-28T23:30:31.104Z | Compiling generic-array v0.14.7 |
| 514 | 2026-05-28T23:30:31.131Z | Compiling ring v0.17.14 |
| 515 | 2026-05-28T23:30:31.134Z | Checking sync_wrapper v1.0.2 |
| 516 | 2026-05-28T23:30:31.310Z | Checking utf8_iter v1.0.4 |
| 517 | 2026-05-28T23:30:31.329Z | Compiling paste v1.0.15 |
| 518 | 2026-05-28T23:30:31.427Z | Checking ryu v1.0.23 |
| 519 | 2026-05-28T23:30:31.439Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-05-28T23:30:31.466Z | Compiling zerofrom-derive v0.1.6 |
| 521 | 2026-05-28T23:30:31.476Z | Compiling tokio-macros v2.7.0 |
| 522 | 2026-05-28T23:30:31.549Z | Compiling zerocopy-derive v0.8.40 |
| 523 | 2026-05-28T23:30:31.589Z | Compiling yoke-derive v0.8.1 |
| 524 | 2026-05-28T23:30:31.614Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-05-28T23:30:32.156Z | Checking tokio v1.52.1 |
| 526 | 2026-05-28T23:30:32.330Z | Compiling displaydoc v0.2.5 |
| 527 | 2026-05-28T23:30:32.559Z | Compiling thiserror-impl v2.0.18 |
| 528 | 2026-05-28T23:30:32.599Z | Checking zerofrom v0.1.6 |
| 529 | 2026-05-28T23:30:32.644Z | Compiling futures-macro v0.3.32 |
| 530 | 2026-05-28T23:30:32.703Z | Checking yoke v0.8.1 |
| 531 | 2026-05-28T23:30:32.859Z | Checking zerovec v0.11.5 |
| 532 | 2026-05-28T23:30:33.027Z | Checking zerotrie v0.2.3 |
| 533 | 2026-05-28T23:30:33.255Z | Compiling schemars_derive v0.8.22 |
| 534 | 2026-05-28T23:30:33.274Z | Checking tinystr v0.8.2 |
| 535 | 2026-05-28T23:30:33.404Z | Checking futures-util v0.3.32 |
| 536 | 2026-05-28T23:30:33.435Z | Checking icu_locale_core v2.1.1 |
| 537 | 2026-05-28T23:30:33.722Z | Checking potential_utf v0.1.4 |
| 538 | 2026-05-28T23:30:33.844Z | Checking icu_collections v2.1.1 |
| 539 | 2026-05-28T23:30:33.961Z | Checking icu_provider v2.1.1 |
| 540 | 2026-05-28T23:30:34.178Z | Checking icu_normalizer v2.1.1 |
| 541 | 2026-05-28T23:30:34.378Z | Checking icu_properties v2.1.2 |
| 542 | 2026-05-28T23:30:34.381Z | Checking chrono v0.4.44 |
| 543 | 2026-05-28T23:30:34.463Z | Checking erased-serde v0.3.31 |
| 544 | 2026-05-28T23:30:34.611Z | Compiling pest_derive v2.8.6 |
| 545 | 2026-05-28T23:30:35.065Z | Compiling serde_tokenstream v0.2.3 |
| 546 | 2026-05-28T23:30:35.116Z | Checking tokio-util v0.7.18 |
| 547 | 2026-05-28T23:30:35.159Z | Checking idna_adapter v1.2.1 |
| 548 | 2026-05-28T23:30:35.224Z | Checking tower v0.5.3 |
| 549 | 2026-05-28T23:30:35.251Z | Checking serde_urlencoded v0.7.1 |
| 550 | 2026-05-28T23:30:35.267Z | Checking idna v1.1.0 |
| 551 | 2026-05-28T23:30:35.522Z | Checking h2 v0.4.13 |
| 552 | 2026-05-28T23:30:35.531Z | Checking ppv-lite86 v0.2.21 |
| 553 | 2026-05-28T23:30:35.541Z | Compiling scroll_derive v0.13.1 |
| 554 | 2026-05-28T23:30:35.594Z | Compiling structmeta-derive v0.3.0 |
| 555 | 2026-05-28T23:30:35.965Z | Checking http-body-util v0.1.3 |
| 556 | 2026-05-28T23:30:36.163Z | Compiling num-conv v0.2.0 |
| 557 | 2026-05-28T23:30:36.283Z | Checking fastrand v2.3.0 |
| 558 | 2026-05-28T23:30:36.293Z | Compiling usdt-impl v0.6.0 |
| 559 | 2026-05-28T23:30:36.296Z | Checking iri-string v0.7.10 |
| 560 | 2026-05-28T23:30:36.447Z | Compiling rustix v1.1.3 |
| 561 | 2026-05-28T23:30:36.526Z | Compiling time-core v0.1.8 |
| 562 | 2026-05-28T23:30:36.582Z | Checking powerfmt v0.2.0 |
| 563 | 2026-05-28T23:30:36.716Z | Compiling crc32fast v1.5.0 |
| 564 | 2026-05-28T23:30:36.971Z | Checking deranged v0.5.8 |
| 565 | 2026-05-28T23:30:37.017Z | Compiling time-macros v0.2.27 |
| 566 | 2026-05-28T23:30:37.039Z | Compiling structmeta v0.3.0 |
| 567 | 2026-05-28T23:30:37.273Z | Checking tower-http v0.6.8 |
| 568 | 2026-05-28T23:30:37.297Z | Checking hyper v1.8.1 |
| 569 | 2026-05-28T23:30:37.523Z | Checking scroll v0.13.0 |
| 570 | 2026-05-28T23:30:37.644Z | Checking rand_core v0.9.5 |
| 571 | 2026-05-28T23:30:37.736Z | Checking ipnetwork v0.21.1 |
| 572 | 2026-05-28T23:30:37.852Z | Checking url v2.5.8 |
| 573 | 2026-05-28T23:30:37.919Z | Compiling dtrace-parser v0.3.0 |
| 574 | 2026-05-28T23:30:37.961Z | Compiling thread-id v5.1.0 |
| 575 | 2026-05-28T23:30:38.035Z | Compiling dof v0.4.0 |
| 576 | 2026-05-28T23:30:38.155Z | Checking hyper-util v0.1.20 |
| 577 | 2026-05-28T23:30:38.217Z | Checking openssl-probe v0.2.1 |
| 578 | 2026-05-28T23:30:38.251Z | Checking adler2 v2.0.1 |
| 579 | 2026-05-28T23:30:38.296Z | Compiling crossbeam-utils v0.8.21 |
| 580 | 2026-05-28T23:30:38.345Z | Compiling ident_case v1.0.1 |
| 581 | 2026-05-28T23:30:38.428Z | Checking regex-syntax v0.8.10 |
| 582 | 2026-05-28T23:30:38.455Z | Compiling strsim v0.11.1 |
| 583 | 2026-05-28T23:30:38.502Z | Checking simd-adler32 v0.3.8 |
| 584 | 2026-05-28T23:30:38.571Z | Compiling omicron-workspace-hack v0.1.0 |
| 585 | 2026-05-28T23:30:38.714Z | Checking plain v0.2.3 |
| 586 | 2026-05-28T23:30:38.733Z | Compiling byteorder v1.5.0 |
| 587 | 2026-05-28T23:30:38.768Z | Checking num_threads v0.1.7 |
| 588 | 2026-05-28T23:30:38.801Z | Checking goblin v0.10.5 |
| 589 | 2026-05-28T23:30:38.838Z | Checking time v0.3.47 |
| 590 | 2026-05-28T23:30:38.848Z | Compiling darling_core v0.21.3 |
| 591 | 2026-05-28T23:30:39.188Z | Checking miniz_oxide v0.8.9 |
| 592 | 2026-05-28T23:30:39.515Z | Checking rustls-native-certs v0.8.3 |
| 593 | 2026-05-28T23:30:39.632Z | Checking oxnet v0.1.4 |
| 594 | 2026-05-28T23:30:39.834Z | Checking newtype-uuid v1.3.2 |
| 595 | 2026-05-28T23:30:39.848Z | Compiling daft-derive v0.1.7 |
| 596 | 2026-05-28T23:30:39.990Z | Compiling aho-corasick v1.1.4 |
| 597 | 2026-05-28T23:30:40.375Z | Compiling rustls v0.22.4 |
| 598 | 2026-05-28T23:30:40.540Z | Compiling camino v1.2.2 |
| 599 | 2026-05-28T23:30:40.566Z | Checking pretty-hex v0.4.1 |
| 600 | 2026-05-28T23:30:40.687Z | Checking daft v0.1.7 |
| 601 | 2026-05-28T23:30:40.885Z | Checking tempfile v3.25.0 |
| 602 | 2026-05-28T23:30:40.896Z | Checking rustls-webpki v0.102.8 |
| 603 | 2026-05-28T23:30:40.911Z | Compiling darling_macro v0.21.3 |
| 604 | 2026-05-28T23:30:40.932Z | Checking flate2 v1.1.9 |
| 605 | 2026-05-28T23:30:41.233Z | Checking rand_chacha v0.9.0 |
| 606 | 2026-05-28T23:30:41.385Z | Checking block-buffer v0.10.4 |
| 607 | 2026-05-28T23:30:41.405Z | Checking crypto-common v0.1.7 |
| 608 | 2026-05-28T23:30:41.421Z | Checking rand_core v0.6.4 |
| 609 | 2026-05-28T23:30:41.495Z | Compiling multer v3.1.0 |
| 610 | 2026-05-28T23:30:41.509Z | Checking wait-timeout v0.2.1 |
| 611 | 2026-05-28T23:30:41.588Z | Checking thread_local v1.1.9 |
| 612 | 2026-05-28T23:30:41.617Z | Compiling slog-async v2.8.0 |
| 613 | 2026-05-28T23:30:41.679Z | Checking match_cfg v0.1.0 |
| 614 | 2026-05-28T23:30:41.693Z | Compiling anyhow v1.0.102 |
| 615 | 2026-05-28T23:30:41.738Z | Checking compression-core v0.4.31 |
| 616 | 2026-05-28T23:30:41.748Z | Checking winnow v0.7.14 |
| 617 | 2026-05-28T23:30:41.854Z | Compiling regex-automata v0.4.14 |
| 618 | 2026-05-28T23:30:41.886Z | Compiling thiserror v1.0.69 |
| 619 | 2026-05-28T23:30:41.991Z | Checking foldhash v0.2.0 |
| 620 | 2026-05-28T23:30:42.136Z | Checking bit-vec v0.8.0 |
| 621 | 2026-05-28T23:30:42.231Z | Checking quick-error v1.2.3 |
| 622 | 2026-05-28T23:30:42.319Z | Compiling ref-cast v1.0.25 |
| 623 | 2026-05-28T23:30:42.329Z | Checking allocator-api2 v0.2.21 |
| 624 | 2026-05-28T23:30:42.363Z | Checking rusty-fork v0.3.1 |
| 625 | 2026-05-28T23:30:42.407Z | Checking bit-set v0.8.0 |
| 626 | 2026-05-28T23:30:42.587Z | Checking hashbrown v0.16.1 |
| 627 | 2026-05-28T23:30:42.758Z | Checking compression-codecs v0.4.37 |
| 628 | 2026-05-28T23:30:42.813Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 629 | 2026-05-28T23:30:42.851Z | Checking hostname v0.3.1 |
| 630 | 2026-05-28T23:30:42.934Z | Checking rand_chacha v0.3.1 |
| 631 | 2026-05-28T23:30:42.953Z | Checking crossbeam-channel v0.5.15 |
| 632 | 2026-05-28T23:30:43.068Z | Checking digest v0.10.7 |
| 633 | 2026-05-28T23:30:43.113Z | Compiling darling v0.21.3 |
| 634 | 2026-05-28T23:30:43.117Z | Checking rand v0.9.2 |
| 635 | 2026-05-28T23:30:43.231Z | Checking slog-json v2.6.1 |
| 636 | 2026-05-28T23:30:43.264Z | Compiling usdt-macro v0.6.0 |
| 637 | 2026-05-28T23:30:43.372Z | Compiling usdt-attr-macro v0.6.0 |
| 638 | 2026-05-28T23:30:43.421Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-05-28T23:30:43.528Z | Compiling regex v1.12.3 |
| 640 | 2026-05-28T23:30:43.560Z | Compiling derive-ex v0.1.8 |
| 641 | 2026-05-28T23:30:43.858Z | Checking futures-executor v0.3.32 |
| 642 | 2026-05-28T23:30:43.888Z | Compiling thiserror-impl v1.0.69 |
| 643 | 2026-05-28T23:30:43.913Z | Compiling ref-cast-impl v1.0.25 |
| 644 | 2026-05-28T23:30:43.997Z | Compiling async-stream-impl v0.3.6 |
| 645 | 2026-05-28T23:30:44.047Z | Compiling async-trait v0.1.89 |
| 646 | 2026-05-28T23:30:44.392Z | Compiling strum_macros v0.26.4 |
| 647 | 2026-05-28T23:30:44.462Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 648 | 2026-05-28T23:30:44.533Z | Compiling dropshot v0.17.0 |
| 649 | 2026-05-28T23:30:44.571Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 650 | 2026-05-28T23:30:44.737Z | Checking serde_spanned v1.0.4 |
| 651 | 2026-05-28T23:30:44.755Z | Checking memmap2 v0.9.10 |
| 652 | 2026-05-28T23:30:44.858Z | Checking is-terminal v0.4.17 |
| 653 | 2026-05-28T23:30:44.874Z | Checking encoding_rs v0.8.35 |
| 654 | 2026-05-28T23:30:44.907Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 655 | 2026-05-28T23:30:44.937Z | Checking hex v0.4.3 |
| 656 | 2026-05-28T23:30:44.952Z | Checking unarray v0.1.4 |
| 657 | 2026-05-28T23:30:44.981Z | Checking spin v0.9.8 |
| 658 | 2026-05-28T23:30:45.043Z | Checking cpufeatures v0.2.17 |
| 659 | 2026-05-28T23:30:45.058Z | Checking take_mut v0.2.2 |
| 660 | 2026-05-28T23:30:45.073Z | Checking term v1.2.1 |
| 661 | 2026-05-28T23:30:45.100Z | Checking mime v0.3.17 |
| 662 | 2026-05-28T23:30:45.132Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 663 | 2026-05-28T23:30:45.255Z | Checking sha1 v0.10.6 |
| 664 | 2026-05-28T23:30:45.265Z | Checking toml v1.0.6+spec-1.1.0 |
| 665 | 2026-05-28T23:30:45.275Z | Checking slog-term v2.9.2 |
| 666 | 2026-05-28T23:30:45.304Z | Compiling test-strategy v0.4.5 |
| 667 | 2026-05-28T23:30:45.349Z | Compiling dropshot_endpoint v0.17.0 |
| 668 | 2026-05-28T23:30:45.400Z | Checking proptest v1.10.0 |
| 669 | 2026-05-28T23:30:45.604Z | Checking usdt v0.6.0 |
| 670 | 2026-05-28T23:30:45.754Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 671 | 2026-05-28T23:30:45.852Z | Checking async-stream v0.3.6 |
| 672 | 2026-05-28T23:30:45.859Z | Checking tokio-rustls v0.25.0 |
| 673 | 2026-05-28T23:30:45.950Z | Checking strum v0.26.3 |
| 674 | 2026-05-28T23:30:45.994Z | Compiling parse-display-derive v0.10.0 |
| 675 | 2026-05-28T23:30:46.032Z | Checking futures v0.3.32 |
| 676 | 2026-05-28T23:30:46.049Z | Checking slog-bunyan v2.5.0 |
| 677 | 2026-05-28T23:30:46.099Z | Compiling serde_with_macros v3.17.0 |
| 678 | 2026-05-28T23:30:46.160Z | Checking rand v0.8.6 |
| 679 | 2026-05-28T23:30:46.314Z | Checking async-compression v0.4.41 |
| 680 | 2026-05-28T23:30:46.660Z | Checking reqwest v0.12.28 |
| 681 | 2026-05-28T23:30:46.710Z | Checking backon v1.6.0 |
| 682 | 2026-05-28T23:30:46.734Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-05-28T23:30:46.861Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-05-28T23:30:46.916Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-05-28T23:30:46.988Z | Checking waitgroup v0.1.2 |
| 686 | 2026-05-28T23:30:47.079Z | Checking serde_path_to_error v0.1.20 |
| 687 | 2026-05-28T23:30:47.146Z | Checking rustls-pemfile v2.2.0 |
| 688 | 2026-05-28T23:30:47.187Z | Checking hostname v0.4.2 |
| 689 | 2026-05-28T23:30:47.271Z | Checking instant v0.1.13 |
| 690 | 2026-05-28T23:30:47.274Z | Checking debug-ignore v1.0.5 |
| 691 | 2026-05-28T23:30:47.335Z | Checking either v1.15.0 |
| 692 | 2026-05-28T23:30:47.347Z | Checking backoff v0.4.0 |
| 693 | 2026-05-28T23:30:47.365Z | Checking progenitor-client v0.10.0 |
| 694 | 2026-05-28T23:30:47.460Z | Checking parse-display v0.10.0 |
| 695 | 2026-05-28T23:30:47.471Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 696 | 2026-05-28T23:30:47.496Z | Checking serde_with v3.17.0 |
| 697 | 2026-05-28T23:30:47.507Z | Checking itertools v0.14.0 |
| 698 | 2026-05-28T23:30:47.552Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 699 | 2026-05-28T23:30:47.590Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 700 | 2026-05-28T23:30:47.858Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 701 | 2026-05-28T23:30:47.888Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 702 | 2026-05-28T23:30:48.017Z | Checking iddqd v0.4.2 |
| 703 | 2026-05-28T23:30:48.075Z | Checking regress v0.10.5 |
| 704 | 2026-05-28T23:30:48.368Z | Checking macaddr v1.0.1 |
| 705 | 2026-05-28T23:30:48.482Z | Checking humantime v2.3.0 |
| 706 | 2026-05-28T23:30:48.673Z | Checking strum v0.27.2 |
| 707 | 2026-05-28T23:30:52.972Z | Checking rustls-webpki v0.103.9 |
| 708 | 2026-05-28T23:30:55.010Z | Checking tokio-rustls v0.26.4 |
| 709 | 2026-05-28T23:30:55.010Z | Checking rustls-platform-verifier v0.6.2 |
| 710 | 2026-05-28T23:30:55.179Z | Checking hyper-rustls v0.27.7 |
| 711 | 2026-05-28T23:30:55.316Z | Checking reqwest v0.13.2 |
| 712 | 2026-05-28T23:30:55.816Z | Checking progenitor-client v0.14.0 |
| 713 | 2026-05-28T23:30:55.976Z | Checking progenitor-extras v0.2.0 |
| 714 | 2026-05-28T23:30:56.130Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-05-28T23:30:59.467Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-05-28T23:30:59.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.00s |
| 717 | 2026-05-28T23:30:59.642Z | + cargo build --release |
| 718 | 2026-05-28T23:30:59.809Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-05-28T23:30:59.809Z | Compiling quote v1.0.45 |
| 720 | 2026-05-28T23:30:59.809Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-05-28T23:30:59.809Z | Compiling libc v0.2.185 |
| 722 | 2026-05-28T23:30:59.809Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-28T23:30:59.812Z | Compiling serde_core v1.0.228 |
| 724 | 2026-05-28T23:30:59.812Z | Compiling memchr v2.8.0 |
| 725 | 2026-05-28T23:30:59.812Z | Compiling itoa v1.0.17 |
| 726 | 2026-05-28T23:30:59.903Z | Compiling serde v1.0.228 |
| 727 | 2026-05-28T23:30:59.944Z | Compiling zmij v1.0.21 |
| 728 | 2026-05-28T23:31:00.071Z | Compiling serde_json v1.0.149 |
| 729 | 2026-05-28T23:31:00.154Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-05-28T23:31:00.213Z | Compiling smallvec v1.15.1 |
| 731 | 2026-05-28T23:31:00.268Z | Compiling find-msvc-tools v0.1.9 |
| 732 | 2026-05-28T23:31:00.281Z | Compiling shlex v1.3.0 |
| 733 | 2026-05-28T23:31:00.451Z | Compiling bytes v1.11.1 |
| 734 | 2026-05-28T23:31:00.480Z | Compiling futures-core v0.3.32 |
| 735 | 2026-05-28T23:31:00.550Z | Compiling errno v0.3.14 |
| 736 | 2026-05-28T23:31:00.557Z | Compiling jobserver v0.1.34 |
| 737 | 2026-05-28T23:31:00.625Z | Compiling parking_lot_core v0.9.12 |
| 738 | 2026-05-28T23:31:00.696Z | Compiling scopeguard v1.2.0 |
| 739 | 2026-05-28T23:31:00.762Z | Compiling cc v1.2.56 |
| 740 | 2026-05-28T23:31:00.895Z | Compiling lock_api v0.4.14 |
| 741 | 2026-05-28T23:31:00.974Z | Compiling syn v2.0.117 |
| 742 | 2026-05-28T23:31:00.985Z | Compiling signal-hook-registry v1.4.8 |
| 743 | 2026-05-28T23:31:01.028Z | Compiling socket2 v0.6.3 |
| 744 | 2026-05-28T23:31:01.086Z | Compiling parking_lot v0.12.5 |
| 745 | 2026-05-28T23:31:01.285Z | Compiling mio v1.2.0 |
| 746 | 2026-05-28T23:31:01.502Z | Compiling once_cell v1.21.3 |
| 747 | 2026-05-28T23:31:01.732Z | Compiling stable_deref_trait v1.2.1 |
| 748 | 2026-05-28T23:31:01.809Z | Compiling futures-sink v0.3.32 |
| 749 | 2026-05-28T23:31:01.838Z | Compiling getrandom v0.4.1 |
| 750 | 2026-05-28T23:31:01.877Z | Compiling thiserror v2.0.18 |
| 751 | 2026-05-28T23:31:01.896Z | Compiling autocfg v1.5.0 |
| 752 | 2026-05-28T23:31:02.011Z | Compiling slab v0.4.12 |
| 753 | 2026-05-28T23:31:02.031Z | Compiling zeroize v1.8.2 |
| 754 | 2026-05-28T23:31:02.088Z | Compiling futures-channel v0.3.32 |
| 755 | 2026-05-28T23:31:02.142Z | Compiling rustversion v1.0.22 |
| 756 | 2026-05-28T23:31:02.185Z | Compiling equivalent v1.0.2 |
| 757 | 2026-05-28T23:31:02.196Z | Compiling rustls-pki-types v1.14.0 |
| 758 | 2026-05-28T23:31:02.234Z | Compiling num-traits v0.2.19 |
| 759 | 2026-05-28T23:31:02.277Z | Compiling cmake v0.1.57 |
| 760 | 2026-05-28T23:31:02.330Z | Compiling http v1.4.0 |
| 761 | 2026-05-28T23:31:02.347Z | Compiling zerocopy v0.8.40 |
| 762 | 2026-05-28T23:31:02.496Z | Compiling fs_extra v1.3.0 |
| 763 | 2026-05-28T23:31:02.577Z | Compiling futures-task v0.3.32 |
| 764 | 2026-05-28T23:31:02.598Z | Compiling dunce v1.0.5 |
| 765 | 2026-05-28T23:31:02.699Z | Compiling futures-io v0.3.32 |
| 766 | 2026-05-28T23:31:02.732Z | Compiling aws-lc-sys v0.40.0 |
| 767 | 2026-05-28T23:31:03.008Z | Compiling version_check v0.9.5 |
| 768 | 2026-05-28T23:31:03.016Z | Compiling log v0.4.29 |
| 769 | 2026-05-28T23:31:03.221Z | Compiling fnv v1.0.7 |
| 770 | 2026-05-28T23:31:03.265Z | Compiling untrusted v0.9.0 |
| 771 | 2026-05-28T23:31:03.383Z | Compiling ucd-trie v0.1.7 |
| 772 | 2026-05-28T23:31:03.397Z | Compiling writeable v0.6.2 |
| 773 | 2026-05-28T23:31:03.535Z | Compiling hashbrown v0.17.0 |
| 774 | 2026-05-28T23:31:03.597Z | Compiling httparse v1.10.1 |
| 775 | 2026-05-28T23:31:03.618Z | Compiling iana-time-zone v0.1.65 |
| 776 | 2026-05-28T23:31:03.920Z | Compiling synstructure v0.13.2 |
| 777 | 2026-05-28T23:31:03.941Z | Compiling litemap v0.8.1 |
| 778 | 2026-05-28T23:31:04.124Z | Compiling indexmap v2.14.0 |
| 779 | 2026-05-28T23:31:04.210Z | Compiling serde_derive_internals v0.29.1 |
| 780 | 2026-05-28T23:31:04.405Z | Compiling pest v2.8.6 |
| 781 | 2026-05-28T23:31:04.437Z | Compiling http-body v1.0.1 |
| 782 | 2026-05-28T23:31:04.505Z | Compiling tracing-core v0.1.36 |
| 783 | 2026-05-28T23:31:04.574Z | Compiling icu_properties_data v2.1.2 |
| 784 | 2026-05-28T23:31:04.787Z | Compiling percent-encoding v2.3.2 |
| 785 | 2026-05-28T23:31:04.896Z | Compiling bitflags v2.11.0 |
| 786 | 2026-05-28T23:31:04.902Z | Compiling serde_derive v1.0.228 |
| 787 | 2026-05-28T23:31:04.922Z | Compiling tokio-macros v2.7.0 |
| 788 | 2026-05-28T23:31:05.036Z | Compiling zerofrom-derive v0.1.6 |
| 789 | 2026-05-28T23:31:05.067Z | Compiling yoke-derive v0.8.1 |
| 790 | 2026-05-28T23:31:05.257Z | Compiling zerocopy-derive v0.8.40 |
| 791 | 2026-05-28T23:31:05.536Z | Compiling zerovec-derive v0.11.2 |
| 792 | 2026-05-28T23:31:05.556Z | Compiling displaydoc v0.2.5 |
| 793 | 2026-05-28T23:31:05.615Z | Compiling tokio v1.52.1 |
| 794 | 2026-05-28T23:31:06.031Z | Compiling futures-macro v0.3.32 |
| 795 | 2026-05-28T23:31:06.172Z | Compiling zerofrom v0.1.6 |
| 796 | 2026-05-28T23:31:06.253Z | Compiling thiserror-impl v2.0.18 |
| 797 | 2026-05-28T23:31:06.285Z | Compiling yoke v0.8.1 |
| 798 | 2026-05-28T23:31:06.465Z | Compiling zerotrie v0.2.3 |
| 799 | 2026-05-28T23:31:06.566Z | Compiling zerovec v0.11.5 |
| 800 | 2026-05-28T23:31:06.818Z | Compiling futures-util v0.3.32 |
| 801 | 2026-05-28T23:31:06.877Z | Compiling atomic-waker v1.1.2 |
| 802 | 2026-05-28T23:31:06.993Z | Compiling aws-lc-rs v1.16.3 |
| 803 | 2026-05-28T23:31:07.108Z | Compiling tinystr v0.8.2 |
| 804 | 2026-05-28T23:31:07.269Z | Compiling icu_locale_core v2.1.1 |
| 805 | 2026-05-28T23:31:07.300Z | Compiling potential_utf v0.1.4 |
| 806 | 2026-05-28T23:31:07.416Z | Compiling icu_normalizer_data v2.1.1 |
| 807 | 2026-05-28T23:31:07.469Z | Compiling schemars v0.8.22 |
| 808 | 2026-05-28T23:31:07.699Z | Compiling icu_collections v2.1.1 |
| 809 | 2026-05-28T23:31:08.050Z | Compiling chrono v0.4.44 |
| 810 | 2026-05-28T23:31:08.097Z | Compiling icu_provider v2.1.1 |
| 811 | 2026-05-28T23:31:08.388Z | Compiling pest_meta v2.8.6 |
| 812 | 2026-05-28T23:31:08.501Z | Compiling schemars_derive v0.8.22 |
| 813 | 2026-05-28T23:31:09.403Z | Compiling tracing v0.1.44 |
| 814 | 2026-05-28T23:31:09.566Z | Compiling tokio-util v0.7.18 |
| 815 | 2026-05-28T23:31:09.666Z | Compiling uuid v1.23.0 |
| 816 | 2026-05-28T23:31:09.674Z | Compiling semver v1.0.28 |
| 817 | 2026-05-28T23:31:09.740Z | Compiling dyn-clone v1.0.20 |
| 818 | 2026-05-28T23:31:09.875Z | Compiling try-lock v0.2.5 |
| 819 | 2026-05-28T23:31:09.981Z | Compiling subtle v2.6.1 |
| 820 | 2026-05-28T23:31:10.078Z | Compiling tower-layer v0.3.3 |
| 821 | 2026-05-28T23:31:10.126Z | Compiling tower-service v0.3.3 |
| 822 | 2026-05-28T23:31:10.213Z | Compiling base64 v0.22.1 |
| 823 | 2026-05-28T23:31:10.235Z | Compiling h2 v0.4.13 |
| 824 | 2026-05-28T23:31:10.267Z | Compiling want v0.3.1 |
| 825 | 2026-05-28T23:31:10.561Z | Compiling pest_generator v2.8.6 |
| 826 | 2026-05-28T23:31:10.681Z | Compiling slog v2.8.2 |
| 827 | 2026-05-28T23:31:10.713Z | Compiling getrandom v0.2.17 |
| 828 | 2026-05-28T23:31:10.898Z | Compiling heck v0.5.0 |
| 829 | 2026-05-28T23:31:10.919Z | Compiling pin-utils v0.1.0 |
| 830 | 2026-05-28T23:31:10.988Z | Compiling httpdate v1.0.3 |
| 831 | 2026-05-28T23:31:11.099Z | Compiling icu_normalizer v2.1.1 |
| 832 | 2026-05-28T23:31:11.157Z | Compiling pest_derive v2.8.6 |
| 833 | 2026-05-28T23:31:11.355Z | Compiling icu_properties v2.1.2 |
| 834 | 2026-05-28T23:31:11.541Z | Compiling erased-serde v0.3.31 |
| 835 | 2026-05-28T23:31:11.637Z | Compiling form_urlencoded v1.2.2 |
| 836 | 2026-05-28T23:31:12.159Z | Compiling getrandom v0.3.4 |
| 837 | 2026-05-28T23:31:12.285Z | Compiling ipnet v2.11.0 |
| 838 | 2026-05-28T23:31:12.291Z | Compiling rustls v0.23.37 |
| 839 | 2026-05-28T23:31:12.489Z | Compiling typenum v1.19.0 |
| 840 | 2026-05-28T23:31:12.808Z | Compiling hyper v1.8.1 |
| 841 | 2026-05-28T23:31:12.877Z | Compiling idna_adapter v1.2.1 |
| 842 | 2026-05-28T23:31:13.206Z | Compiling ppv-lite86 v0.2.21 |
| 843 | 2026-05-28T23:31:13.495Z | Compiling serde_tokenstream v0.2.3 |
| 844 | 2026-05-28T23:31:13.525Z | Compiling generic-array v0.14.7 |
| 845 | 2026-05-28T23:31:13.634Z | Compiling ring v0.17.14 |
| 846 | 2026-05-28T23:31:13.741Z | Compiling sync_wrapper v1.0.2 |
| 847 | 2026-05-28T23:31:13.777Z | Compiling utf8_iter v1.0.4 |
| 848 | 2026-05-28T23:31:13.843Z | Compiling paste v1.0.15 |
| 849 | 2026-05-28T23:31:13.932Z | Compiling ryu v1.0.23 |
| 850 | 2026-05-28T23:31:14.121Z | Compiling hyper-util v0.1.20 |
| 851 | 2026-05-28T23:31:15.235Z | Compiling serde_urlencoded v0.7.1 |
| 852 | 2026-05-28T23:31:15.251Z | Compiling idna v1.1.0 |
| 853 | 2026-05-28T23:31:15.505Z | Compiling tower v0.5.3 |
| 854 | 2026-05-28T23:31:16.896Z | Compiling structmeta-derive v0.3.0 |
| 855 | 2026-05-28T23:31:17.063Z | Compiling scroll_derive v0.13.1 |
| 856 | 2026-05-28T23:31:17.334Z | Compiling http-body-util v0.1.3 |
| 857 | 2026-05-28T23:31:17.590Z | Compiling crc32fast v1.5.0 |
| 858 | 2026-05-28T23:31:17.672Z | Compiling rustix v1.1.3 |
| 859 | 2026-05-28T23:31:17.844Z | Compiling usdt-impl v0.6.0 |
| 860 | 2026-05-28T23:31:17.857Z | Compiling iri-string v0.7.10 |
| 861 | 2026-05-28T23:31:17.901Z | Compiling omicron-workspace-hack v0.1.0 |
| 862 | 2026-05-28T23:31:17.994Z | Compiling powerfmt v0.2.0 |
| 863 | 2026-05-28T23:31:18.064Z | Compiling num-conv v0.2.0 |
| 864 | 2026-05-28T23:31:18.117Z | Compiling time-core v0.1.8 |
| 865 | 2026-05-28T23:31:18.176Z | Compiling fastrand v2.3.0 |
| 866 | 2026-05-28T23:31:18.235Z | Compiling deranged v0.5.8 |
| 867 | 2026-05-28T23:31:18.247Z | Compiling time-macros v0.2.27 |
| 868 | 2026-05-28T23:31:18.712Z | Compiling structmeta v0.3.0 |
| 869 | 2026-05-28T23:31:18.935Z | Compiling scroll v0.13.0 |
| 870 | 2026-05-28T23:31:19.172Z | Compiling tower-http v0.6.8 |
| 871 | 2026-05-28T23:31:19.200Z | Compiling dof v0.4.0 |
| 872 | 2026-05-28T23:31:19.297Z | Compiling rand_core v0.9.5 |
| 873 | 2026-05-28T23:31:19.544Z | Compiling url v2.5.8 |
| 874 | 2026-05-28T23:31:19.881Z | Compiling dtrace-parser v0.3.0 |
| 875 | 2026-05-28T23:31:20.122Z | Compiling ipnetwork v0.21.1 |
| 876 | 2026-05-28T23:31:20.158Z | Compiling thread-id v5.1.0 |
| 877 | 2026-05-28T23:31:20.227Z | Compiling byteorder v1.5.0 |
| 878 | 2026-05-28T23:31:20.263Z | Compiling crossbeam-utils v0.8.21 |
| 879 | 2026-05-28T23:31:20.312Z | Compiling ident_case v1.0.1 |
| 880 | 2026-05-28T23:31:20.430Z | Compiling simd-adler32 v0.3.8 |
| 881 | 2026-05-28T23:31:20.441Z | Compiling num_threads v0.1.7 |
| 882 | 2026-05-28T23:31:20.529Z | Compiling adler2 v2.0.1 |
| 883 | 2026-05-28T23:31:20.604Z | Compiling openssl-probe v0.2.1 |
| 884 | 2026-05-28T23:31:20.672Z | Compiling strsim v0.11.1 |
| 885 | 2026-05-28T23:31:20.941Z | Compiling plain v0.2.3 |
| 886 | 2026-05-28T23:31:20.971Z | Compiling regex-syntax v0.8.10 |
| 887 | 2026-05-28T23:31:21.040Z | Compiling goblin v0.10.5 |
| 888 | 2026-05-28T23:31:21.085Z | Compiling time v0.3.47 |
| 889 | 2026-05-28T23:31:21.244Z | Compiling darling_core v0.21.3 |
| 890 | 2026-05-28T23:31:21.949Z | Compiling rustls-native-certs v0.8.3 |
| 891 | 2026-05-28T23:31:22.792Z | Compiling miniz_oxide v0.8.9 |
| 892 | 2026-05-28T23:31:23.310Z | Compiling oxnet v0.1.4 |
| 893 | 2026-05-28T23:31:24.096Z | Compiling newtype-uuid v1.3.2 |
| 894 | 2026-05-28T23:31:24.169Z | Compiling daft-derive v0.1.7 |
| 895 | 2026-05-28T23:31:24.898Z | Compiling aho-corasick v1.1.4 |
| 896 | 2026-05-28T23:31:25.100Z | Compiling rustls v0.22.4 |
| 897 | 2026-05-28T23:31:25.303Z | Compiling camino v1.2.2 |
| 898 | 2026-05-28T23:31:25.308Z | Compiling pretty-hex v0.4.1 |
| 899 | 2026-05-28T23:31:25.647Z | Compiling daft v0.1.7 |
| 900 | 2026-05-28T23:31:25.902Z | Compiling tempfile v3.25.0 |
| 901 | 2026-05-28T23:31:26.186Z | Compiling flate2 v1.1.9 |
| 902 | 2026-05-28T23:31:26.724Z | Compiling darling_macro v0.21.3 |
| 903 | 2026-05-28T23:31:26.787Z | Compiling rustls-webpki v0.102.8 |
| 904 | 2026-05-28T23:31:27.250Z | Compiling regex-automata v0.4.14 |
| 905 | 2026-05-28T23:31:28.602Z | Compiling crypto-common v0.1.7 |
| 906 | 2026-05-28T23:31:28.673Z | Compiling block-buffer v0.10.4 |
| 907 | 2026-05-28T23:31:28.727Z | Compiling rand_chacha v0.9.0 |
| 908 | 2026-05-28T23:31:28.814Z | Compiling rand_core v0.6.4 |
| 909 | 2026-05-28T23:31:28.843Z | Compiling multer v3.1.0 |
| 910 | 2026-05-28T23:31:29.056Z | Compiling wait-timeout v0.2.1 |
| 911 | 2026-05-28T23:31:29.266Z | Compiling thread_local v1.1.9 |
| 912 | 2026-05-28T23:31:29.539Z | Compiling ref-cast v1.0.25 |
| 913 | 2026-05-28T23:31:29.750Z | Compiling match_cfg v0.1.0 |
| 914 | 2026-05-28T23:31:29.817Z | Compiling allocator-api2 v0.2.21 |
| 915 | 2026-05-28T23:31:29.841Z | Compiling thiserror v1.0.69 |
| 916 | 2026-05-28T23:31:29.865Z | Compiling foldhash v0.2.0 |
| 917 | 2026-05-28T23:31:30.004Z | Compiling quick-error v1.2.3 |
| 918 | 2026-05-28T23:31:30.105Z | Compiling slog-async v2.8.0 |
| 919 | 2026-05-28T23:31:30.137Z | Compiling compression-core v0.4.31 |
| 920 | 2026-05-28T23:31:30.140Z | Compiling bit-vec v0.8.0 |
| 921 | 2026-05-28T23:31:30.198Z | Compiling anyhow v1.0.102 |
| 922 | 2026-05-28T23:31:30.299Z | Compiling winnow v0.7.14 |
| 923 | 2026-05-28T23:31:30.420Z | Compiling bit-set v0.8.0 |
| 924 | 2026-05-28T23:31:30.427Z | Compiling compression-codecs v0.4.37 |
| 925 | 2026-05-28T23:31:30.712Z | Compiling hashbrown v0.16.1 |
| 926 | 2026-05-28T23:31:30.772Z | Compiling rusty-fork v0.3.1 |
| 927 | 2026-05-28T23:31:31.649Z | Compiling hostname v0.3.1 |
| 928 | 2026-05-28T23:31:31.801Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 929 | 2026-05-28T23:31:32.012Z | Compiling rand_chacha v0.3.1 |
| 930 | 2026-05-28T23:31:32.318Z | Compiling rand v0.9.2 |
| 931 | 2026-05-28T23:31:32.634Z | Compiling regex v1.12.3 |
| 932 | 2026-05-28T23:31:33.030Z | Compiling digest v0.10.7 |
| 933 | 2026-05-28T23:31:33.054Z | Compiling crossbeam-channel v0.5.15 |
| 934 | 2026-05-28T23:31:33.145Z | Compiling darling v0.21.3 |
| 935 | 2026-05-28T23:31:33.753Z | Compiling usdt-macro v0.6.0 |
| 936 | 2026-05-28T23:31:33.849Z | Compiling usdt-attr-macro v0.6.0 |
| 937 | 2026-05-28T23:31:34.407Z | Compiling slog-json v2.6.1 |
| 938 | 2026-05-28T23:31:34.551Z | Compiling rand_xorshift v0.4.0 |
| 939 | 2026-05-28T23:31:34.619Z | Compiling derive-ex v0.1.8 |
| 940 | 2026-05-28T23:31:34.684Z | Compiling strum_macros v0.26.4 |
| 941 | 2026-05-28T23:31:34.702Z | Compiling futures-executor v0.3.32 |
| 942 | 2026-05-28T23:31:35.241Z | Compiling async-trait v0.1.89 |
| 943 | 2026-05-28T23:31:35.766Z | Compiling async-stream-impl v0.3.6 |
| 944 | 2026-05-28T23:31:36.163Z | Compiling ref-cast-impl v1.0.25 |
| 945 | 2026-05-28T23:31:36.169Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 946 | 2026-05-28T23:31:36.273Z | Compiling thiserror-impl v1.0.69 |
| 947 | 2026-05-28T23:31:36.406Z | Compiling dropshot v0.17.0 |
| 948 | 2026-05-28T23:31:36.608Z | Compiling serde_spanned v1.0.4 |
| 949 | 2026-05-28T23:31:36.626Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 950 | 2026-05-28T23:31:36.751Z | Compiling memmap2 v0.9.10 |
| 951 | 2026-05-28T23:31:36.759Z | Compiling is-terminal v0.4.17 |
| 952 | 2026-05-28T23:31:36.847Z | Compiling encoding_rs v0.8.35 |
| 953 | 2026-05-28T23:31:37.033Z | Compiling unarray v0.1.4 |
| 954 | 2026-05-28T23:31:37.037Z | Compiling hex v0.4.3 |
| 955 | 2026-05-28T23:31:37.146Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 956 | 2026-05-28T23:31:37.313Z | Compiling take_mut v0.2.2 |
| 957 | 2026-05-28T23:31:37.396Z | Compiling term v1.2.1 |
| 958 | 2026-05-28T23:31:37.418Z | Compiling cpufeatures v0.2.17 |
| 959 | 2026-05-28T23:31:37.421Z | Compiling mime v0.3.17 |
| 960 | 2026-05-28T23:31:37.486Z | Compiling spin v0.9.8 |
| 961 | 2026-05-28T23:31:37.889Z | Compiling slog-term v2.9.2 |
| 962 | 2026-05-28T23:31:37.895Z | Compiling dropshot_endpoint v0.17.0 |
| 963 | 2026-05-28T23:31:39.282Z | Compiling sha1 v0.10.6 |
| 964 | 2026-05-28T23:31:39.679Z | Compiling toml v1.0.6+spec-1.1.0 |
| 965 | 2026-05-28T23:31:40.417Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 966 | 2026-05-28T23:31:40.635Z | Compiling proptest v1.10.0 |
| 967 | 2026-05-28T23:31:41.044Z | Compiling usdt v0.6.0 |
| 968 | 2026-05-28T23:31:41.231Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 969 | 2026-05-28T23:31:41.371Z | Compiling async-stream v0.3.6 |
| 970 | 2026-05-28T23:31:41.563Z | Compiling strum v0.26.3 |
| 971 | 2026-05-28T23:31:41.696Z | Compiling test-strategy v0.4.5 |
| 972 | 2026-05-28T23:31:41.720Z | Compiling tokio-rustls v0.25.0 |
| 973 | 2026-05-28T23:31:41.944Z | Compiling futures v0.3.32 |
| 974 | 2026-05-28T23:31:42.090Z | Compiling slog-bunyan v2.5.0 |
| 975 | 2026-05-28T23:31:42.144Z | Compiling serde_with_macros v3.17.0 |
| 976 | 2026-05-28T23:31:42.250Z | Compiling parse-display-derive v0.10.0 |
| 977 | 2026-05-28T23:31:43.196Z | Compiling rand v0.8.6 |
| 978 | 2026-05-28T23:31:43.974Z | Compiling async-compression v0.4.41 |
| 979 | 2026-05-28T23:31:44.182Z | Compiling reqwest v0.12.28 |
| 980 | 2026-05-28T23:31:44.394Z | Compiling backon v1.6.0 |
| 981 | 2026-05-28T23:31:44.425Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-05-28T23:31:44.450Z | Compiling strum_macros v0.27.2 |
| 983 | 2026-05-28T23:31:44.628Z | Compiling openapiv3 v2.2.0 |
| 984 | 2026-05-28T23:31:45.177Z | Compiling waitgroup v0.1.2 |
| 985 | 2026-05-28T23:31:45.329Z | Compiling rustls-pemfile v2.2.0 |
| 986 | 2026-05-28T23:31:45.602Z | Compiling serde_path_to_error v0.1.20 |
| 987 | 2026-05-28T23:31:46.039Z | Compiling hostname v0.4.2 |
| 988 | 2026-05-28T23:31:46.190Z | Compiling instant v0.1.13 |
| 989 | 2026-05-28T23:31:46.206Z | Compiling either v1.15.0 |
| 990 | 2026-05-28T23:31:46.299Z | Compiling debug-ignore v1.0.5 |
| 991 | 2026-05-28T23:31:46.400Z | Compiling itertools v0.14.0 |
| 992 | 2026-05-28T23:31:46.675Z | Compiling backoff v0.4.0 |
| 993 | 2026-05-28T23:31:46.879Z | Compiling strum v0.27.2 |
| 994 | 2026-05-28T23:31:47.005Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 995 | 2026-05-28T23:31:47.028Z | Compiling progenitor-client v0.10.0 |
| 996 | 2026-05-28T23:31:47.514Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 997 | 2026-05-28T23:31:47.849Z | Compiling parse-display v0.10.0 |
| 998 | 2026-05-28T23:31:48.743Z | Compiling serde_with v3.17.0 |
| 999 | 2026-05-28T23:31:48.986Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1000 | 2026-05-28T23:31:49.637Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1001 | 2026-05-28T23:31:49.934Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1002 | 2026-05-28T23:31:50.147Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-05-28T23:31:50.371Z | Compiling regress v0.10.5 |
| 1004 | 2026-05-28T23:31:50.749Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-05-28T23:31:50.956Z | Compiling humantime v2.3.0 |
| 1006 | 2026-05-28T23:31:58.097Z | Compiling rustls-webpki v0.103.9 |
| 1007 | 2026-05-28T23:32:01.134Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-05-28T23:32:01.134Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-05-28T23:32:01.392Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-05-28T23:32:01.734Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-05-28T23:32:03.632Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-05-28T23:32:03.908Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-05-28T23:32:04.084Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-05-28T23:32:08.126Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-05-28T23:32:12.254Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1016 | 2026-05-28T23:32:12.309Z | process exited: duration 113091 ms, exit code 0 |
| |
| 1017 | 2026-05-28T23:32:12.343Z | found 0 output files |