|
|
|
| 1 | 2026-05-21T21:53:13.529Z | job assigned to worker 01KS68D92AVQ2VGNCEXARYGWDW [factory aws, i-0538eb4d724096945] (queued for 53 s) |
| |
| 2 | 2026-05-21T21:53:20.628Z | starting task 0: "setup" |
| 3 | 2026-05-21T21:53:20.635Z | ++ uname -s |
| 4 | 2026-05-21T21:53:20.638Z | + kern=SunOS |
| 5 | 2026-05-21T21:53:20.638Z | + build_user=build |
| 6 | 2026-05-21T21:53:20.638Z | + build_uid=12345 |
| 7 | 2026-05-21T21:53:20.638Z | + work_dir=/work |
| 8 | 2026-05-21T21:53:20.638Z | + input_dir=/input |
| 9 | 2026-05-21T21:53:20.638Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T21:53:20.638Z | + case "$kern" in |
| 11 | 2026-05-21T21:53:20.638Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T21:53:20.645Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T21:53:22.653Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T21:53:22.737Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T21:53:22.739Z | + home_fs=zfs |
| 16 | 2026-05-21T21:53:22.739Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T21:53:22.740Z | + mkdir -p /home/build |
| 18 | 2026-05-21T21:53:22.740Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T21:53:24.741Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T21:53:24.744Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-05-21T21:53:24.749Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T21:53:24.754Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T21:53:24.754Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-21T21:53:24.754Z | * rust toolchain profile = "default" |
| 25 | 2026-05-21T21:53:24.754Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-21T21:53:24.754Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-21T21:53:24.757Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-21T21:53:24.757Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T21:53:24.757Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T21:53:24.861Z | info: downloading installer |
| 31 | 2026-05-21T21:53:26.202Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T21:53:26.202Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T21:53:26.202Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T21:53:26.202Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T21:53:26.216Z | info: profile set to default |
| 36 | 2026-05-21T21:53:26.216Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T21:53:26.219Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T21:53:26.354Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T21:53:26.357Z | info: downloading 6 components |
| 40 | 2026-05-21T21:53:42.091Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T21:53:42.091Z | |
| 42 | 2026-05-21T21:53:42.120Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T21:53:42.120Z | |
| 44 | 2026-05-21T21:53:42.120Z | |
| 45 | 2026-05-21T21:53:42.120Z | Rust is installed now. Great! |
| 46 | 2026-05-21T21:53:42.120Z | |
| 47 | 2026-05-21T21:53:42.120Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T21:53:42.121Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T21:53:42.121Z | |
| 50 | 2026-05-21T21:53:42.121Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T21:53:42.121Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T21:53:42.121Z | |
| 53 | 2026-05-21T21:53:42.121Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T21:53:42.124Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T21:53:42.124Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T21:53:42.124Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T21:53:42.124Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T21:53:42.124Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T21:53:42.124Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T21:53:42.124Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T21:53:42.124Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T21:53:42.210Z | + rustup --version |
| 63 | 2026-05-21T21:53:42.219Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T21:53:42.222Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T21:53:42.241Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T21:53:42.244Z | + cargo --version |
| 67 | 2026-05-21T21:53:42.256Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T21:53:42.259Z | + rustc --version |
| 69 | 2026-05-21T21:53:42.278Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T21:53:42.281Z | process exited: duration 17531 ms, exit code 0 |
| |
| 71 | 2026-05-21T21:53:42.287Z | starting task 2: "authentication" |
| 72 | 2026-05-21T21:53:42.303Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-21T21:53:42.310Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T21:53:42.313Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T21:53:42.316Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T21:53:42.348Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T21:53:52.662Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T21:53:52.662Z | + git fetch origin 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 79 | 2026-05-21T21:53:52.943Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T21:53:52.943Z | * branch 1e81977390c6f0ce86f254b318d3f490b0dc6e8f -> FETCH_HEAD |
| 81 | 2026-05-21T21:53:52.952Z | + [[ -n add-fmd-inventory-db ]] |
| 82 | 2026-05-21T21:53:52.955Z | ++ git branch --show-current |
| 83 | 2026-05-21T21:53:52.955Z | + current=main |
| 84 | 2026-05-21T21:53:52.955Z | + [[ main != add-fmd-inventory-db ]] |
| 85 | 2026-05-21T21:53:52.955Z | + git branch -f add-fmd-inventory-db 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 86 | 2026-05-21T21:53:52.958Z | + git checkout -f add-fmd-inventory-db |
| 87 | 2026-05-21T21:53:53.186Z | Switched to branch 'add-fmd-inventory-db' |
| 88 | 2026-05-21T21:53:53.189Z | + git reset --hard 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 89 | 2026-05-21T21:53:53.225Z | HEAD is now at 1e8197739 Address eliza review nits: SQL comment, bool padding, snapshot example |
| 90 | 2026-05-21T21:53:53.227Z | process exited: duration 10916 ms, exit code 0 |
| |
| 91 | 2026-05-21T21:53:53.233Z | starting task 4: "build" |
| 92 | 2026-05-21T21:53:53.237Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-21T21:53:53.238Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-21T21:53:53.240Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-21T21:53:53.240Z | + cargo --version |
| 96 | 2026-05-21T21:53:53.248Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-21T21:53:53.251Z | + rustc --version |
| 98 | 2026-05-21T21:53:53.270Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-21T21:53:53.273Z | + cd /tmp |
| 100 | 2026-05-21T21:53:53.273Z | + cargo new --lib test-project |
| 101 | 2026-05-21T21:53:53.292Z | Creating library `test-project` package |
| 102 | 2026-05-21T21:53:53.329Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-05-21T21:53:53.332Z | + cd test-project |
| 104 | 2026-05-21T21:53:53.332Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-05-21T21:53:53.350Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-05-21T21:53:53.353Z | Features: |
| 107 | 2026-05-21T21:53:53.353Z | - proptest |
| 108 | 2026-05-21T21:53:53.353Z | - test-strategy |
| 109 | 2026-05-21T21:53:53.353Z | - testing |
| 110 | 2026-05-21T21:53:53.372Z | Updating crates.io index |
| 111 | 2026-05-21T21:53:53.619Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-05-21T21:53:54.302Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-05-21T21:53:54.700Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-05-21T21:53:55.360Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-05-21T21:53:57.767Z | Locking 392 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-05-21T21:53:57.771Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-05-21T21:53:57.884Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-05-21T21:53:57.887Z | + cargo check |
| 119 | 2026-05-21T21:53:57.992Z | Updating crates.io index |
| 120 | 2026-05-21T21:53:58.618Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-05-21T21:53:58.618Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-05-21T21:53:58.644Z | Downloading crates ... |
| 123 | 2026-05-21T21:53:58.694Z | Downloaded byteorder v1.5.0 |
| 124 | 2026-05-21T21:53:58.697Z | Downloaded bit-vec v0.8.0 |
| 125 | 2026-05-21T21:53:58.697Z | Downloaded atomic-waker v1.1.2 |
| 126 | 2026-05-21T21:53:58.702Z | Downloaded bit-set v0.8.0 |
| 127 | 2026-05-21T21:53:58.705Z | Downloaded futures-sink v0.3.32 |
| 128 | 2026-05-21T21:53:58.705Z | Downloaded darling_macro v0.21.3 |
| 129 | 2026-05-21T21:53:58.705Z | Downloaded async-stream-impl v0.3.6 |
| 130 | 2026-05-21T21:53:58.707Z | Downloaded hostname v0.4.2 |
| 131 | 2026-05-21T21:53:58.710Z | Downloaded http-body v1.0.1 |
| 132 | 2026-05-21T21:53:58.710Z | Downloaded generic-array v0.14.7 |
| 133 | 2026-05-21T21:53:58.710Z | Downloaded httpdate v1.0.3 |
| 134 | 2026-05-21T21:53:58.713Z | Downloaded hex v0.4.3 |
| 135 | 2026-05-21T21:53:58.713Z | Downloaded idna_adapter v1.2.1 |
| 136 | 2026-05-21T21:53:58.713Z | Downloaded ident_case v1.0.1 |
| 137 | 2026-05-21T21:53:58.715Z | Downloaded cfg-if v1.0.4 |
| 138 | 2026-05-21T21:53:58.715Z | Downloaded hostname v0.3.1 |
| 139 | 2026-05-21T21:53:58.715Z | Downloaded dtrace-parser v0.3.0 |
| 140 | 2026-05-21T21:53:58.718Z | Downloaded fastrand v2.3.0 |
| 141 | 2026-05-21T21:53:58.718Z | Downloaded dunce v1.0.5 |
| 142 | 2026-05-21T21:53:58.718Z | Downloaded compression-core v0.4.31 |
| 143 | 2026-05-21T21:53:58.718Z | Downloaded dof v0.4.0 |
| 144 | 2026-05-21T21:53:58.721Z | Downloaded futures-task v0.3.32 |
| 145 | 2026-05-21T21:53:58.724Z | Downloaded cfg_aliases v0.2.1 |
| 146 | 2026-05-21T21:53:58.724Z | Downloaded dyn-clone v1.0.20 |
| 147 | 2026-05-21T21:53:58.727Z | Downloaded parse-display v0.10.0 |
| 148 | 2026-05-21T21:53:58.729Z | Downloaded rand_core v0.9.5 |
| 149 | 2026-05-21T21:53:58.732Z | Downloaded debug-ignore v1.0.5 |
| 150 | 2026-05-21T21:53:58.732Z | Downloaded newtype-uuid v1.3.2 |
| 151 | 2026-05-21T21:53:58.735Z | Downloaded rustls-pemfile v2.2.0 |
| 152 | 2026-05-21T21:53:58.735Z | Downloaded pest_derive v2.8.6 |
| 153 | 2026-05-21T21:53:58.737Z | Downloaded ppv-lite86 v0.2.21 |
| 154 | 2026-05-21T21:53:58.737Z | Downloaded once_cell v1.21.3 |
| 155 | 2026-05-21T21:53:58.740Z | Downloaded equivalent v1.0.2 |
| 156 | 2026-05-21T21:53:58.740Z | Downloaded errno v0.3.14 |
| 157 | 2026-05-21T21:53:58.743Z | Downloaded ipnet v2.11.0 |
| 158 | 2026-05-21T21:53:58.743Z | Downloaded jobserver v0.1.34 |
| 159 | 2026-05-21T21:53:58.746Z | Downloaded rustls-webpki v0.102.8 |
| 160 | 2026-05-21T21:53:58.755Z | Downloaded mime v0.3.17 |
| 161 | 2026-05-21T21:53:58.758Z | Downloaded futures-io v0.3.32 |
| 162 | 2026-05-21T21:53:58.758Z | Downloaded futures-core v0.3.32 |
| 163 | 2026-05-21T21:53:58.761Z | Downloaded form_urlencoded v1.2.2 |
| 164 | 2026-05-21T21:53:58.761Z | Downloaded adler2 v2.0.1 |
| 165 | 2026-05-21T21:53:58.761Z | Downloaded camino v1.2.2 |
| 166 | 2026-05-21T21:53:58.763Z | Downloaded match_cfg v0.1.0 |
| 167 | 2026-05-21T21:53:58.763Z | Downloaded block-buffer v0.10.4 |
| 168 | 2026-05-21T21:53:58.766Z | Downloaded async-stream v0.3.6 |
| 169 | 2026-05-21T21:53:58.769Z | Downloaded futures-macro v0.3.32 |
| 170 | 2026-05-21T21:53:58.769Z | Downloaded oxnet v0.1.4 |
| 171 | 2026-05-21T21:53:58.771Z | Downloaded num_threads v0.1.7 |
| 172 | 2026-05-21T21:53:58.771Z | Downloaded litemap v0.8.1 |
| 173 | 2026-05-21T21:53:58.774Z | Downloaded progenitor-client v0.10.0 |
| 174 | 2026-05-21T21:53:58.774Z | Downloaded itoa v1.0.17 |
| 175 | 2026-05-21T21:53:58.774Z | Downloaded crypto-common v0.1.7 |
| 176 | 2026-05-21T21:53:58.777Z | Downloaded sha1 v0.10.6 |
| 177 | 2026-05-21T21:53:58.777Z | Downloaded semver v1.0.28 |
| 178 | 2026-05-21T21:53:58.780Z | Downloaded cpufeatures v0.2.17 |
| 179 | 2026-05-21T21:53:58.780Z | Downloaded parse-display-derive v0.10.0 |
| 180 | 2026-05-21T21:53:58.780Z | Downloaded macaddr v1.0.1 |
| 181 | 2026-05-21T21:53:58.784Z | Downloaded heck v0.5.0 |
| 182 | 2026-05-21T21:53:58.787Z | Downloaded either v1.15.0 |
| 183 | 2026-05-21T21:53:58.787Z | Downloaded openssl-probe v0.2.1 |
| 184 | 2026-05-21T21:53:58.789Z | Downloaded lru-slab v0.1.2 |
| 185 | 2026-05-21T21:53:58.789Z | Downloaded fs_extra v1.3.0 |
| 186 | 2026-05-21T21:53:58.789Z | Downloaded erased-serde v0.3.31 |
| 187 | 2026-05-21T21:53:58.792Z | Downloaded futures-executor v0.3.32 |
| 188 | 2026-05-21T21:53:58.796Z | Downloaded rustls-native-certs v0.8.3 |
| 189 | 2026-05-21T21:53:58.799Z | Downloaded ref-cast v1.0.25 |
| 190 | 2026-05-21T21:53:58.799Z | Downloaded progenitor-client v0.14.0 |
| 191 | 2026-05-21T21:53:58.799Z | Downloaded pretty-hex v0.4.1 |
| 192 | 2026-05-21T21:53:58.802Z | Downloaded derive-ex v0.1.8 |
| 193 | 2026-05-21T21:53:58.802Z | Downloaded num-conv v0.2.0 |
| 194 | 2026-05-21T21:53:58.802Z | Downloaded instant v0.1.13 |
| 195 | 2026-05-21T21:53:58.805Z | Downloaded foldhash v0.2.0 |
| 196 | 2026-05-21T21:53:58.805Z | Downloaded ref-cast-impl v1.0.25 |
| 197 | 2026-05-21T21:53:58.805Z | Downloaded backoff v0.4.0 |
| 198 | 2026-05-21T21:53:58.807Z | Downloaded scroll_derive v0.13.1 |
| 199 | 2026-05-21T21:53:58.807Z | Downloaded pin-utils v0.1.0 |
| 200 | 2026-05-21T21:53:58.807Z | Downloaded rand_xorshift v0.4.0 |
| 201 | 2026-05-21T21:53:58.810Z | Downloaded potential_utf v0.1.4 |
| 202 | 2026-05-21T21:53:58.810Z | Downloaded async-trait v0.1.89 |
| 203 | 2026-05-21T21:53:58.813Z | Downloaded http-body-util v0.1.3 |
| 204 | 2026-05-21T21:53:58.813Z | Downloaded fnv v1.0.7 |
| 205 | 2026-05-21T21:53:58.813Z | Downloaded displaydoc v0.2.5 |
| 206 | 2026-05-21T21:53:58.816Z | Downloaded autocfg v1.5.0 |
| 207 | 2026-05-21T21:53:58.816Z | Downloaded find-msvc-tools v0.1.9 |
| 208 | 2026-05-21T21:53:58.819Z | Downloaded digest v0.10.7 |
| 209 | 2026-05-21T21:53:58.819Z | Downloaded omicron-workspace-hack v0.1.0 |
| 210 | 2026-05-21T21:53:58.819Z | Downloaded rusty-fork v0.3.1 |
| 211 | 2026-05-21T21:53:58.822Z | Downloaded rand_core v0.6.4 |
| 212 | 2026-05-21T21:53:58.822Z | Downloaded quote v1.0.45 |
| 213 | 2026-05-21T21:53:58.825Z | Downloaded lock_api v0.4.14 |
| 214 | 2026-05-21T21:53:58.825Z | Downloaded deranged v0.5.8 |
| 215 | 2026-05-21T21:53:58.825Z | Downloaded powerfmt v0.2.0 |
| 216 | 2026-05-21T21:53:58.828Z | Downloaded newtype-uuid-macros v0.1.0 |
| 217 | 2026-05-21T21:53:58.837Z | Downloaded plain v0.2.3 |
| 218 | 2026-05-21T21:53:58.840Z | Downloaded compression-codecs v0.4.37 |
| 219 | 2026-05-21T21:53:58.843Z | Downloaded cmake v0.1.57 |
| 220 | 2026-05-21T21:53:58.846Z | Downloaded quick-error v1.2.3 |
| 221 | 2026-05-21T21:53:58.846Z | Downloaded darling v0.21.3 |
| 222 | 2026-05-21T21:53:58.849Z | Downloaded serde_urlencoded v0.7.1 |
| 223 | 2026-05-21T21:53:58.851Z | Downloaded rustc-hash v2.1.1 |
| 224 | 2026-05-21T21:53:58.851Z | Downloaded rand_chacha v0.3.1 |
| 225 | 2026-05-21T21:53:58.851Z | Downloaded percent-encoding v2.3.2 |
| 226 | 2026-05-21T21:53:58.854Z | Downloaded is-terminal v0.4.17 |
| 227 | 2026-05-21T21:53:58.854Z | Downloaded backon v1.6.0 |
| 228 | 2026-05-21T21:53:58.857Z | Downloaded scopeguard v1.2.0 |
| 229 | 2026-05-21T21:53:58.857Z | Downloaded daft-derive v0.1.7 |
| 230 | 2026-05-21T21:53:58.860Z | Downloaded hyper-rustls v0.27.7 |
| 231 | 2026-05-21T21:53:58.860Z | Downloaded bitflags v2.11.0 |
| 232 | 2026-05-21T21:53:58.864Z | Downloaded anyhow v1.0.102 |
| 233 | 2026-05-21T21:53:58.866Z | Downloaded httparse v1.10.1 |
| 234 | 2026-05-21T21:53:58.867Z | Downloaded getrandom v0.2.17 |
| 235 | 2026-05-21T21:53:58.869Z | Downloaded crossbeam-utils v0.8.21 |
| 236 | 2026-05-21T21:53:58.872Z | Downloaded crc32fast v1.5.0 |
| 237 | 2026-05-21T21:53:58.872Z | Downloaded pest_meta v2.8.6 |
| 238 | 2026-05-21T21:53:58.876Z | Downloaded multer v3.1.0 |
| 239 | 2026-05-21T21:53:58.878Z | Downloaded scroll v0.13.0 |
| 240 | 2026-05-21T21:53:58.881Z | Downloaded daft v0.1.7 |
| 241 | 2026-05-21T21:53:58.881Z | Downloaded serde_derive_internals v0.29.1 |
| 242 | 2026-05-21T21:53:58.885Z | Downloaded icu_properties v2.1.2 |
| 243 | 2026-05-21T21:53:58.888Z | Downloaded getrandom v0.4.1 |
| 244 | 2026-05-21T21:53:58.891Z | Downloaded quinn-udp v0.5.14 |
| 245 | 2026-05-21T21:53:58.891Z | Downloaded iana-time-zone v0.1.65 |
| 246 | 2026-05-21T21:53:58.894Z | Downloaded stable_deref_trait v1.2.1 |
| 247 | 2026-05-21T21:53:58.894Z | Downloaded getrandom v0.3.4 |
| 248 | 2026-05-21T21:53:58.909Z | Downloaded take_mut v0.2.2 |
| 249 | 2026-05-21T21:53:58.912Z | Downloaded sync_wrapper v1.0.2 |
| 250 | 2026-05-21T21:53:58.912Z | Downloaded subtle v2.6.1 |
| 251 | 2026-05-21T21:53:58.912Z | Downloaded strum v0.27.2 |
| 252 | 2026-05-21T21:53:58.915Z | Downloaded icu_provider v2.1.1 |
| 253 | 2026-05-21T21:53:58.915Z | Downloaded strum v0.26.3 |
| 254 | 2026-05-21T21:53:58.915Z | Downloaded structmeta-derive v0.3.0 |
| 255 | 2026-05-21T21:53:58.918Z | Downloaded structmeta v0.3.0 |
| 256 | 2026-05-21T21:53:58.918Z | Downloaded strsim v0.11.1 |
| 257 | 2026-05-21T21:53:58.918Z | Downloaded slog-bunyan v2.5.0 |
| 258 | 2026-05-21T21:53:58.918Z | Downloaded futures v0.3.32 |
| 259 | 2026-05-21T21:53:58.920Z | Downloaded icu_locale_core v2.1.1 |
| 260 | 2026-05-21T21:53:58.925Z | Downloaded rustversion v1.0.22 |
| 261 | 2026-05-21T21:53:58.928Z | Downloaded progenitor-extras v0.2.0 |
| 262 | 2026-05-21T21:53:58.928Z | Downloaded pin-project-lite v0.2.17 |
| 263 | 2026-05-21T21:53:58.931Z | Downloaded allocator-api2 v0.2.21 |
| 264 | 2026-05-21T21:53:58.934Z | Downloaded serde_spanned v1.0.4 |
| 265 | 2026-05-21T21:53:58.934Z | Downloaded serde_path_to_error v0.1.20 |
| 266 | 2026-05-21T21:53:58.936Z | Downloaded schemars_derive v0.8.22 |
| 267 | 2026-05-21T21:53:58.936Z | Downloaded paste v1.0.15 |
| 268 | 2026-05-21T21:53:58.939Z | Downloaded darling_core v0.21.3 |
| 269 | 2026-05-21T21:53:58.942Z | Downloaded slab v0.4.12 |
| 270 | 2026-05-21T21:53:58.942Z | Downloaded simd-adler32 v0.3.8 |
| 271 | 2026-05-21T21:53:58.944Z | Downloaded signal-hook-registry v1.4.8 |
| 272 | 2026-05-21T21:53:58.945Z | Downloaded shlex v1.3.0 |
| 273 | 2026-05-21T21:53:58.945Z | Downloaded sha2 v0.10.9 |
| 274 | 2026-05-21T21:53:58.947Z | Downloaded thread-id v5.1.0 |
| 275 | 2026-05-21T21:53:58.947Z | Downloaded rustls-pki-types v1.14.0 |
| 276 | 2026-05-21T21:53:58.950Z | Downloaded memchr v2.8.0 |
| 277 | 2026-05-21T21:53:58.952Z | Downloaded flate2 v1.1.9 |
| 278 | 2026-05-21T21:53:58.955Z | Downloaded rand_chacha v0.9.0 |
| 279 | 2026-05-21T21:53:58.958Z | Downloaded pest_generator v2.8.6 |
| 280 | 2026-05-21T21:53:58.958Z | Downloaded parking_lot_core v0.9.12 |
| 281 | 2026-05-21T21:53:58.958Z | Downloaded ipnetwork v0.21.1 |
| 282 | 2026-05-21T21:53:58.961Z | Downloaded async-compression v0.4.41 |
| 283 | 2026-05-21T21:53:58.963Z | Downloaded tinyvec_macros v0.1.1 |
| 284 | 2026-05-21T21:53:58.966Z | Downloaded time-core v0.1.8 |
| 285 | 2026-05-21T21:53:58.966Z | Downloaded slog-async v2.8.0 |
| 286 | 2026-05-21T21:53:58.966Z | Downloaded crossbeam-channel v0.5.15 |
| 287 | 2026-05-21T21:53:58.969Z | Downloaded synstructure v0.13.2 |
| 288 | 2026-05-21T21:53:58.972Z | Downloaded strum_macros v0.27.2 |
| 289 | 2026-05-21T21:53:58.972Z | Downloaded strum_macros v0.26.4 |
| 290 | 2026-05-21T21:53:58.972Z | Downloaded slog-json v2.6.1 |
| 291 | 2026-05-21T21:53:58.975Z | Downloaded tokio-macros v2.7.0 |
| 292 | 2026-05-21T21:53:58.975Z | Downloaded thiserror-impl v1.0.69 |
| 293 | 2026-05-21T21:53:58.981Z | Downloaded thiserror v2.0.18 |
| 294 | 2026-05-21T21:53:58.982Z | Downloaded thiserror v1.0.69 |
| 295 | 2026-05-21T21:53:58.984Z | Downloaded hyper-util v0.1.20 |
| 296 | 2026-05-21T21:53:58.988Z | Downloaded http v1.4.0 |
| 297 | 2026-05-21T21:53:58.991Z | Downloaded cc v1.2.56 |
| 298 | 2026-05-21T21:53:58.994Z | Downloaded base64 v0.22.1 |
| 299 | 2026-05-21T21:53:58.996Z | Downloaded hashbrown v0.16.1 |
| 300 | 2026-05-21T21:53:58.999Z | Downloaded serde_with_macros v3.17.0 |
| 301 | 2026-05-21T21:53:59.002Z | Downloaded serde_tokenstream v0.2.3 |
| 302 | 2026-05-21T21:53:59.002Z | Downloaded icu_normalizer_data v2.1.1 |
| 303 | 2026-05-21T21:53:59.002Z | Downloaded icu_normalizer v2.1.1 |
| 304 | 2026-05-21T21:53:59.005Z | Downloaded tower-layer v0.3.3 |
| 305 | 2026-05-21T21:53:59.005Z | Downloaded try-lock v0.2.5 |
| 306 | 2026-05-21T21:53:59.008Z | Downloaded icu_properties_data v2.1.2 |
| 307 | 2026-05-21T21:53:59.015Z | Downloaded thread_local v1.1.9 |
| 308 | 2026-05-21T21:53:59.015Z | Downloaded thiserror-impl v2.0.18 |
| 309 | 2026-05-21T21:53:59.020Z | Downloaded ryu v1.0.23 |
| 310 | 2026-05-21T21:53:59.020Z | Downloaded h2 v0.4.13 |
| 311 | 2026-05-21T21:53:59.020Z | Downloaded tower-service v0.3.3 |
| 312 | 2026-05-21T21:53:59.020Z | Downloaded futures-util v0.3.32 |
| 313 | 2026-05-21T21:53:59.023Z | Downloaded unarray v0.1.4 |
| 314 | 2026-05-21T21:53:59.026Z | Downloaded aho-corasick v1.1.4 |
| 315 | 2026-05-21T21:53:59.028Z | Downloaded time-macros v0.2.27 |
| 316 | 2026-05-21T21:53:59.031Z | Downloaded spin v0.9.8 |
| 317 | 2026-05-21T21:53:59.031Z | Downloaded term v1.2.1 |
| 318 | 2026-05-21T21:53:59.033Z | Downloaded untrusted v0.9.0 |
| 319 | 2026-05-21T21:53:59.033Z | Downloaded slog-term v2.9.2 |
| 320 | 2026-05-21T21:53:59.036Z | Downloaded usdt v0.6.0 |
| 321 | 2026-05-21T21:53:59.036Z | Downloaded smallvec v1.15.1 |
| 322 | 2026-05-21T21:53:59.041Z | Downloaded utf8_iter v1.0.4 |
| 323 | 2026-05-21T21:53:59.041Z | Downloaded usdt-macro v0.6.0 |
| 324 | 2026-05-21T21:53:59.041Z | Downloaded usdt-attr-macro v0.6.0 |
| 325 | 2026-05-21T21:53:59.041Z | Downloaded iddqd v0.4.1 |
| 326 | 2026-05-21T21:53:59.044Z | Downloaded yoke-derive v0.8.1 |
| 327 | 2026-05-21T21:53:59.044Z | Downloaded want v0.3.1 |
| 328 | 2026-05-21T21:53:59.044Z | Downloaded waitgroup v0.1.2 |
| 329 | 2026-05-21T21:53:59.047Z | Downloaded aws-lc-rs v1.16.3 |
| 330 | 2026-05-21T21:53:59.050Z | Downloaded zerofrom v0.1.6 |
| 331 | 2026-05-21T21:53:59.052Z | Downloaded tempfile v3.25.0 |
| 332 | 2026-05-21T21:53:59.052Z | Downloaded proc-macro2 v1.0.106 |
| 333 | 2026-05-21T21:53:59.055Z | Downloaded chrono v0.4.44 |
| 334 | 2026-05-21T21:53:59.057Z | Downloaded wait-timeout v0.2.1 |
| 335 | 2026-05-21T21:53:59.060Z | Downloaded serde_derive v1.0.228 |
| 336 | 2026-05-21T21:53:59.062Z | Downloaded version_check v0.9.5 |
| 337 | 2026-05-21T21:53:59.062Z | Downloaded goblin v0.10.5 |
| 338 | 2026-05-21T21:53:59.065Z | Downloaded serde_core v1.0.228 |
| 339 | 2026-05-21T21:53:59.067Z | Downloaded rustls-platform-verifier v0.6.2 |
| 340 | 2026-05-21T21:53:59.070Z | Downloaded memmap2 v0.9.10 |
| 341 | 2026-05-21T21:53:59.070Z | Downloaded parking_lot v0.12.5 |
| 342 | 2026-05-21T21:53:59.073Z | Downloaded mio v1.2.0 |
| 343 | 2026-05-21T21:53:59.075Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 344 | 2026-05-21T21:53:59.075Z | Downloaded tokio-rustls v0.25.0 |
| 345 | 2026-05-21T21:53:59.075Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 346 | 2026-05-21T21:53:59.078Z | Downloaded dropshot v0.17.0 |
| 347 | 2026-05-21T21:53:59.087Z | Downloaded zerofrom-derive v0.1.6 |
| 348 | 2026-05-21T21:53:59.090Z | Downloaded schemars v0.8.22 |
| 349 | 2026-05-21T21:53:59.094Z | Downloaded tinystr v0.8.2 |
| 350 | 2026-05-21T21:53:59.097Z | Downloaded rand v0.8.6 |
| 351 | 2026-05-21T21:53:59.099Z | Downloaded log v0.4.29 |
| 352 | 2026-05-21T21:53:59.099Z | Downloaded num-traits v0.2.19 |
| 353 | 2026-05-21T21:53:59.102Z | Downloaded hyper v1.8.1 |
| 354 | 2026-05-21T21:53:59.104Z | Downloaded hashbrown v0.17.0 |
| 355 | 2026-05-21T21:53:59.107Z | Downloaded writeable v0.6.2 |
| 356 | 2026-05-21T21:53:59.110Z | Downloaded icu_collections v2.1.1 |
| 357 | 2026-05-21T21:53:59.112Z | Downloaded usdt-impl v0.6.0 |
| 358 | 2026-05-21T21:53:59.113Z | Downloaded miniz_oxide v0.8.9 |
| 359 | 2026-05-21T21:53:59.115Z | Downloaded bytes v1.11.1 |
| 360 | 2026-05-21T21:53:59.115Z | Downloaded futures-channel v0.3.32 |
| 361 | 2026-05-21T21:53:59.118Z | Downloaded dropshot_endpoint v0.17.0 |
| 362 | 2026-05-21T21:53:59.130Z | Downloaded test-strategy v0.4.5 |
| 363 | 2026-05-21T21:53:59.134Z | Downloaded slog v2.8.2 |
| 364 | 2026-05-21T21:53:59.138Z | Downloaded zeroize v1.8.2 |
| 365 | 2026-05-21T21:53:59.140Z | Downloaded iri-string v0.7.10 |
| 366 | 2026-05-21T21:53:59.143Z | Downloaded rustls-webpki v0.103.9 |
| 367 | 2026-05-21T21:53:59.148Z | Downloaded zmij v1.0.21 |
| 368 | 2026-05-21T21:53:59.150Z | Downloaded zerovec-derive v0.11.2 |
| 369 | 2026-05-21T21:53:59.153Z | Downloaded tinyvec v1.10.0 |
| 370 | 2026-05-21T21:53:59.153Z | Downloaded tokio-rustls v0.26.4 |
| 371 | 2026-05-21T21:53:59.159Z | Downloaded yoke v0.8.1 |
| 372 | 2026-05-21T21:53:59.168Z | Downloaded serde v1.0.228 |
| 373 | 2026-05-21T21:53:59.171Z | Downloaded quinn v0.11.9 |
| 374 | 2026-05-21T21:53:59.178Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 375 | 2026-05-21T21:53:59.181Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 376 | 2026-05-21T21:53:59.185Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-05-21T21:53:59.191Z | Downloaded encoding_rs v0.8.35 |
| 378 | 2026-05-21T21:53:59.203Z | Downloaded unicode-ident v1.0.24 |
| 379 | 2026-05-21T21:53:59.206Z | Downloaded ucd-trie v0.1.7 |
| 380 | 2026-05-21T21:53:59.206Z | Downloaded tracing-core v0.1.36 |
| 381 | 2026-05-21T21:53:59.209Z | Downloaded socket2 v0.6.3 |
| 382 | 2026-05-21T21:53:59.209Z | Downloaded rand v0.9.2 |
| 383 | 2026-05-21T21:53:59.229Z | Downloaded typenum v1.19.0 |
| 384 | 2026-05-21T21:53:59.231Z | Downloaded uuid v1.23.0 |
| 385 | 2026-05-21T21:53:59.243Z | Downloaded zerotrie v0.2.3 |
| 386 | 2026-05-21T21:53:59.251Z | Downloaded url v2.5.8 |
| 387 | 2026-05-21T21:53:59.265Z | Downloaded tower v0.5.3 |
| 388 | 2026-05-21T21:53:59.282Z | Downloaded pest v2.8.6 |
| 389 | 2026-05-21T21:53:59.291Z | Downloaded zerocopy-derive v0.8.40 |
| 390 | 2026-05-21T21:53:59.307Z | Downloaded regex v1.12.3 |
| 391 | 2026-05-21T21:53:59.313Z | Downloaded idna v1.1.0 |
| 392 | 2026-05-21T21:53:59.325Z | Downloaded reqwest v0.13.2 |
| 393 | 2026-05-21T21:53:59.331Z | Downloaded tokio-util v0.7.18 |
| 394 | 2026-05-21T21:53:59.334Z | Downloaded serde_json v1.0.149 |
| 395 | 2026-05-21T21:53:59.338Z | Downloaded reqwest v0.12.28 |
| 396 | 2026-05-21T21:53:59.341Z | Downloaded zerovec v0.11.5 |
| 397 | 2026-05-21T21:53:59.344Z | Downloaded tower-http v0.6.8 |
| 398 | 2026-05-21T21:53:59.349Z | Downloaded itertools v0.14.0 |
| 399 | 2026-05-21T21:53:59.389Z | Downloaded proptest v1.10.0 |
| 400 | 2026-05-21T21:53:59.393Z | Downloaded winnow v0.7.14 |
| 401 | 2026-05-21T21:53:59.404Z | Downloaded serde_with v3.17.0 |
| 402 | 2026-05-21T21:53:59.424Z | Downloaded quinn-proto v0.11.13 |
| 403 | 2026-05-21T21:53:59.431Z | Downloaded time v0.3.47 |
| 404 | 2026-05-21T21:53:59.465Z | Downloaded regress v0.10.5 |
| 405 | 2026-05-21T21:53:59.472Z | Downloaded zerocopy v0.8.40 |
| 406 | 2026-05-21T21:53:59.478Z | Downloaded syn v2.0.117 |
| 407 | 2026-05-21T21:53:59.500Z | Downloaded rustls v0.22.4 |
| 408 | 2026-05-21T21:53:59.509Z | Downloaded openapiv3 v2.2.0 |
| 409 | 2026-05-21T21:53:59.515Z | Downloaded rustls v0.23.37 |
| 410 | 2026-05-21T21:53:59.521Z | Downloaded regex-syntax v0.8.10 |
| 411 | 2026-05-21T21:53:59.534Z | Downloaded rustix v1.1.3 |
| 412 | 2026-05-21T21:53:59.570Z | Downloaded tracing v0.1.44 |
| 413 | 2026-05-21T21:53:59.597Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-05-21T21:53:59.626Z | Downloaded libc v0.2.185 |
| 415 | 2026-05-21T21:53:59.652Z | Downloaded tokio v1.52.1 |
| 416 | 2026-05-21T21:53:59.688Z | Downloaded ring v0.17.14 |
| 417 | 2026-05-21T21:53:59.716Z | warning: spurious network error (3 tries remaining): [56] Failure when receiving data from the peer (OpenSSL SSL_read: OpenSSL/3.5.4: error:0A000126:SSL routines::unexpected eof while reading, errno 0) |
| 418 | 2026-05-21T21:54:01.590Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-05-21T21:54:01.781Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-05-21T21:54:01.781Z | Compiling quote v1.0.45 |
| 421 | 2026-05-21T21:54:01.781Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-21T21:54:01.781Z | Compiling libc v0.2.185 |
| 423 | 2026-05-21T21:54:01.784Z | Checking cfg-if v1.0.4 |
| 424 | 2026-05-21T21:54:01.784Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-21T21:54:01.887Z | Checking memchr v2.8.0 |
| 426 | 2026-05-21T21:54:01.890Z | Checking itoa v1.0.17 |
| 427 | 2026-05-21T21:54:01.944Z | Compiling serde v1.0.228 |
| 428 | 2026-05-21T21:54:02.013Z | Compiling zmij v1.0.21 |
| 429 | 2026-05-21T21:54:02.040Z | Compiling serde_json v1.0.149 |
| 430 | 2026-05-21T21:54:02.286Z | Checking pin-project-lite v0.2.17 |
| 431 | 2026-05-21T21:54:02.289Z | Checking smallvec v1.15.1 |
| 432 | 2026-05-21T21:54:02.289Z | Compiling shlex v1.3.0 |
| 433 | 2026-05-21T21:54:02.335Z | Compiling find-msvc-tools v0.1.9 |
| 434 | 2026-05-21T21:54:02.467Z | Checking bytes v1.11.1 |
| 435 | 2026-05-21T21:54:02.470Z | Checking futures-core v0.3.32 |
| 436 | 2026-05-21T21:54:02.558Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-05-21T21:54:02.571Z | Checking scopeguard v1.2.0 |
| 438 | 2026-05-21T21:54:02.605Z | Checking errno v0.3.14 |
| 439 | 2026-05-21T21:54:02.656Z | Compiling jobserver v0.1.34 |
| 440 | 2026-05-21T21:54:02.666Z | Checking lock_api v0.4.14 |
| 441 | 2026-05-21T21:54:02.708Z | Checking signal-hook-registry v1.4.8 |
| 442 | 2026-05-21T21:54:02.851Z | Compiling cc v1.2.56 |
| 443 | 2026-05-21T21:54:02.883Z | Checking socket2 v0.6.3 |
| 444 | 2026-05-21T21:54:02.961Z | Checking mio v1.2.0 |
| 445 | 2026-05-21T21:54:02.981Z | Checking parking_lot v0.12.5 |
| 446 | 2026-05-21T21:54:03.066Z | Compiling syn v2.0.117 |
| 447 | 2026-05-21T21:54:03.093Z | Checking once_cell v1.21.3 |
| 448 | 2026-05-21T21:54:03.111Z | Checking stable_deref_trait v1.2.1 |
| 449 | 2026-05-21T21:54:03.149Z | Checking futures-sink v0.3.32 |
| 450 | 2026-05-21T21:54:03.152Z | Compiling getrandom v0.4.1 |
| 451 | 2026-05-21T21:54:03.172Z | Checking slab v0.4.12 |
| 452 | 2026-05-21T21:54:03.220Z | Checking zeroize v1.8.2 |
| 453 | 2026-05-21T21:54:03.240Z | Compiling autocfg v1.5.0 |
| 454 | 2026-05-21T21:54:03.250Z | Checking futures-channel v0.3.32 |
| 455 | 2026-05-21T21:54:03.316Z | Checking equivalent v1.0.2 |
| 456 | 2026-05-21T21:54:03.347Z | Compiling thiserror v2.0.18 |
| 457 | 2026-05-21T21:54:03.388Z | Compiling rustversion v1.0.22 |
| 458 | 2026-05-21T21:54:03.427Z | Checking rustls-pki-types v1.14.0 |
| 459 | 2026-05-21T21:54:03.526Z | Checking http v1.4.0 |
| 460 | 2026-05-21T21:54:03.577Z | Compiling num-traits v0.2.19 |
| 461 | 2026-05-21T21:54:03.699Z | Compiling cmake v0.1.57 |
| 462 | 2026-05-21T21:54:03.755Z | Compiling fs_extra v1.3.0 |
| 463 | 2026-05-21T21:54:03.934Z | Checking futures-io v0.3.32 |
| 464 | 2026-05-21T21:54:03.998Z | Checking futures-task v0.3.32 |
| 465 | 2026-05-21T21:54:04.077Z | Compiling zerocopy v0.8.40 |
| 466 | 2026-05-21T21:54:04.089Z | Compiling dunce v1.0.5 |
| 467 | 2026-05-21T21:54:04.155Z | Checking untrusted v0.9.0 |
| 468 | 2026-05-21T21:54:04.171Z | Compiling aws-lc-sys v0.40.0 |
| 469 | 2026-05-21T21:54:04.220Z | Checking fnv v1.0.7 |
| 470 | 2026-05-21T21:54:04.253Z | Compiling version_check v0.9.5 |
| 471 | 2026-05-21T21:54:04.306Z | Checking log v0.4.29 |
| 472 | 2026-05-21T21:54:04.445Z | Checking iana-time-zone v0.1.65 |
| 473 | 2026-05-21T21:54:04.495Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-05-21T21:54:04.525Z | Checking hashbrown v0.17.0 |
| 475 | 2026-05-21T21:54:04.626Z | Checking litemap v0.8.1 |
| 476 | 2026-05-21T21:54:04.667Z | Checking writeable v0.6.2 |
| 477 | 2026-05-21T21:54:04.715Z | Compiling httparse v1.10.1 |
| 478 | 2026-05-21T21:54:04.792Z | Compiling pest v2.8.6 |
| 479 | 2026-05-21T21:54:04.820Z | Checking http-body v1.0.1 |
| 480 | 2026-05-21T21:54:04.886Z | Checking tracing-core v0.1.36 |
| 481 | 2026-05-21T21:54:04.935Z | Compiling icu_normalizer_data v2.1.1 |
| 482 | 2026-05-21T21:54:04.992Z | Checking indexmap v2.14.0 |
| 483 | 2026-05-21T21:54:05.090Z | Compiling icu_properties_data v2.1.2 |
| 484 | 2026-05-21T21:54:05.141Z | Checking percent-encoding v2.3.2 |
| 485 | 2026-05-21T21:54:05.188Z | Checking atomic-waker v1.1.2 |
| 486 | 2026-05-21T21:54:05.269Z | Checking bitflags v2.11.0 |
| 487 | 2026-05-21T21:54:05.279Z | Compiling aws-lc-rs v1.16.3 |
| 488 | 2026-05-21T21:54:05.294Z | Compiling schemars v0.8.22 |
| 489 | 2026-05-21T21:54:05.433Z | Checking tracing v0.1.44 |
| 490 | 2026-05-21T21:54:05.555Z | Checking uuid v1.23.0 |
| 491 | 2026-05-21T21:54:05.567Z | Checking semver v1.0.28 |
| 492 | 2026-05-21T21:54:05.612Z | Checking tower-layer v0.3.3 |
| 493 | 2026-05-21T21:54:05.740Z | Checking base64 v0.22.1 |
| 494 | 2026-05-21T21:54:05.749Z | Checking try-lock v0.2.5 |
| 495 | 2026-05-21T21:54:05.759Z | Checking tower-service v0.3.3 |
| 496 | 2026-05-21T21:54:05.822Z | Compiling pest_meta v2.8.6 |
| 497 | 2026-05-21T21:54:05.832Z | Checking subtle v2.6.1 |
| 498 | 2026-05-21T21:54:05.835Z | Checking dyn-clone v1.0.20 |
| 499 | 2026-05-21T21:54:05.931Z | Compiling synstructure v0.13.2 |
| 500 | 2026-05-21T21:54:05.953Z | Compiling serde_derive_internals v0.29.1 |
| 501 | 2026-05-21T21:54:05.962Z | Checking want v0.3.1 |
| 502 | 2026-05-21T21:54:06.070Z | Compiling slog v2.8.2 |
| 503 | 2026-05-21T21:54:06.166Z | Checking getrandom v0.2.17 |
| 504 | 2026-05-21T21:54:06.192Z | Checking pin-utils v0.1.0 |
| 505 | 2026-05-21T21:54:06.254Z | Compiling heck v0.5.0 |
| 506 | 2026-05-21T21:54:06.276Z | Checking httpdate v1.0.3 |
| 507 | 2026-05-21T21:54:06.308Z | Checking form_urlencoded v1.2.2 |
| 508 | 2026-05-21T21:54:06.408Z | Compiling pest_generator v2.8.6 |
| 509 | 2026-05-21T21:54:06.411Z | Checking ipnet v2.11.0 |
| 510 | 2026-05-21T21:54:06.426Z | Compiling rustls v0.23.37 |
| 511 | 2026-05-21T21:54:06.440Z | Compiling getrandom v0.3.4 |
| 512 | 2026-05-21T21:54:06.621Z | Compiling typenum v1.19.0 |
| 513 | 2026-05-21T21:54:06.666Z | Compiling generic-array v0.14.7 |
| 514 | 2026-05-21T21:54:06.753Z | Compiling ring v0.17.14 |
| 515 | 2026-05-21T21:54:06.869Z | Checking sync_wrapper v1.0.2 |
| 516 | 2026-05-21T21:54:06.963Z | Compiling paste v1.0.15 |
| 517 | 2026-05-21T21:54:06.986Z | Checking utf8_iter v1.0.4 |
| 518 | 2026-05-21T21:54:07.054Z | Compiling serde_derive v1.0.228 |
| 519 | 2026-05-21T21:54:07.076Z | Compiling zerofrom-derive v0.1.6 |
| 520 | 2026-05-21T21:54:07.090Z | Compiling tokio-macros v2.7.0 |
| 521 | 2026-05-21T21:54:07.165Z | Compiling zerocopy-derive v0.8.40 |
| 522 | 2026-05-21T21:54:07.192Z | Compiling yoke-derive v0.8.1 |
| 523 | 2026-05-21T21:54:07.221Z | Compiling zerovec-derive v0.11.2 |
| 524 | 2026-05-21T21:54:07.237Z | Compiling displaydoc v0.2.5 |
| 525 | 2026-05-21T21:54:07.778Z | Checking tokio v1.52.1 |
| 526 | 2026-05-21T21:54:07.917Z | Compiling futures-macro v0.3.32 |
| 527 | 2026-05-21T21:54:08.156Z | Compiling thiserror-impl v2.0.18 |
| 528 | 2026-05-21T21:54:08.208Z | Checking zerofrom v0.1.6 |
| 529 | 2026-05-21T21:54:08.242Z | Compiling schemars_derive v0.8.22 |
| 530 | 2026-05-21T21:54:08.312Z | Checking yoke v0.8.1 |
| 531 | 2026-05-21T21:54:08.466Z | Checking zerovec v0.11.5 |
| 532 | 2026-05-21T21:54:08.688Z | Checking futures-util v0.3.32 |
| 533 | 2026-05-21T21:54:08.885Z | Checking tinystr v0.8.2 |
| 534 | 2026-05-21T21:54:09.052Z | Checking icu_locale_core v2.1.1 |
| 535 | 2026-05-21T21:54:09.314Z | Checking potential_utf v0.1.4 |
| 536 | 2026-05-21T21:54:09.370Z | Checking zerotrie v0.2.3 |
| 537 | 2026-05-21T21:54:09.427Z | Checking icu_collections v2.1.1 |
| 538 | 2026-05-21T21:54:09.571Z | Compiling pest_derive v2.8.6 |
| 539 | 2026-05-21T21:54:09.595Z | Checking icu_provider v2.1.1 |
| 540 | 2026-05-21T21:54:09.811Z | Checking icu_properties v2.1.2 |
| 541 | 2026-05-21T21:54:10.019Z | Checking chrono v0.4.44 |
| 542 | 2026-05-21T21:54:10.029Z | Checking erased-serde v0.3.31 |
| 543 | 2026-05-21T21:54:10.184Z | Checking icu_normalizer v2.1.1 |
| 544 | 2026-05-21T21:54:10.466Z | Compiling serde_tokenstream v0.2.3 |
| 545 | 2026-05-21T21:54:10.590Z | Checking idna_adapter v1.2.1 |
| 546 | 2026-05-21T21:54:10.641Z | Checking ryu v1.0.23 |
| 547 | 2026-05-21T21:54:10.694Z | Checking idna v1.1.0 |
| 548 | 2026-05-21T21:54:10.740Z | Checking tokio-util v0.7.18 |
| 549 | 2026-05-21T21:54:10.760Z | Checking serde_urlencoded v0.7.1 |
| 550 | 2026-05-21T21:54:10.921Z | Checking tower v0.5.3 |
| 551 | 2026-05-21T21:54:11.123Z | Checking h2 v0.4.13 |
| 552 | 2026-05-21T21:54:11.142Z | Checking ppv-lite86 v0.2.21 |
| 553 | 2026-05-21T21:54:11.274Z | Compiling scroll_derive v0.13.1 |
| 554 | 2026-05-21T21:54:11.411Z | Compiling structmeta-derive v0.3.0 |
| 555 | 2026-05-21T21:54:11.944Z | Checking http-body-util v0.1.3 |
| 556 | 2026-05-21T21:54:12.042Z | Checking powerfmt v0.2.0 |
| 557 | 2026-05-21T21:54:12.134Z | Compiling usdt-impl v0.6.0 |
| 558 | 2026-05-21T21:54:12.149Z | Compiling rustix v1.1.3 |
| 559 | 2026-05-21T21:54:12.178Z | Checking iri-string v0.7.10 |
| 560 | 2026-05-21T21:54:12.357Z | Compiling num-conv v0.2.0 |
| 561 | 2026-05-21T21:54:12.386Z | Compiling time-core v0.1.8 |
| 562 | 2026-05-21T21:54:12.473Z | Checking fastrand v2.3.0 |
| 563 | 2026-05-21T21:54:12.475Z | Compiling crc32fast v1.5.0 |
| 564 | 2026-05-21T21:54:12.518Z | Compiling time-macros v0.2.27 |
| 565 | 2026-05-21T21:54:12.771Z | Compiling structmeta v0.3.0 |
| 566 | 2026-05-21T21:54:12.862Z | Checking deranged v0.5.8 |
| 567 | 2026-05-21T21:54:12.893Z | Checking hyper v1.8.1 |
| 568 | 2026-05-21T21:54:13.158Z | Checking tower-http v0.6.8 |
| 569 | 2026-05-21T21:54:13.252Z | Checking rand_core v0.9.5 |
| 570 | 2026-05-21T21:54:13.407Z | Compiling dof v0.4.0 |
| 571 | 2026-05-21T21:54:13.410Z | Checking scroll v0.13.0 |
| 572 | 2026-05-21T21:54:13.521Z | Checking ipnetwork v0.21.1 |
| 573 | 2026-05-21T21:54:13.700Z | Checking url v2.5.8 |
| 574 | 2026-05-21T21:54:13.745Z | Compiling dtrace-parser v0.3.0 |
| 575 | 2026-05-21T21:54:13.755Z | Checking hyper-util v0.1.20 |
| 576 | 2026-05-21T21:54:13.854Z | Compiling thread-id v5.1.0 |
| 577 | 2026-05-21T21:54:13.928Z | Checking num_threads v0.1.7 |
| 578 | 2026-05-21T21:54:14.006Z | Checking plain v0.2.3 |
| 579 | 2026-05-21T21:54:14.067Z | Checking adler2 v2.0.1 |
| 580 | 2026-05-21T21:54:14.071Z | Compiling byteorder v1.5.0 |
| 581 | 2026-05-21T21:54:14.086Z | Compiling strsim v0.11.1 |
| 582 | 2026-05-21T21:54:14.095Z | Checking simd-adler32 v0.3.8 |
| 583 | 2026-05-21T21:54:14.221Z | Checking openssl-probe v0.2.1 |
| 584 | 2026-05-21T21:54:14.264Z | Checking regex-syntax v0.8.10 |
| 585 | 2026-05-21T21:54:14.313Z | Compiling crossbeam-utils v0.8.21 |
| 586 | 2026-05-21T21:54:14.358Z | Compiling ident_case v1.0.1 |
| 587 | 2026-05-21T21:54:14.447Z | Compiling omicron-workspace-hack v0.1.0 |
| 588 | 2026-05-21T21:54:14.492Z | Checking time v0.3.47 |
| 589 | 2026-05-21T21:54:14.601Z | Compiling darling_core v0.21.3 |
| 590 | 2026-05-21T21:54:14.648Z | Checking rustls-native-certs v0.8.3 |
| 591 | 2026-05-21T21:54:14.774Z | Checking miniz_oxide v0.8.9 |
| 592 | 2026-05-21T21:54:15.097Z | Checking goblin v0.10.5 |
| 593 | 2026-05-21T21:54:15.263Z | Checking oxnet v0.1.4 |
| 594 | 2026-05-21T21:54:15.490Z | Checking newtype-uuid v1.3.2 |
| 595 | 2026-05-21T21:54:15.536Z | Compiling daft-derive v0.1.7 |
| 596 | 2026-05-21T21:54:15.597Z | Compiling aho-corasick v1.1.4 |
| 597 | 2026-05-21T21:54:15.614Z | Checking pretty-hex v0.4.1 |
| 598 | 2026-05-21T21:54:15.643Z | Compiling rustls v0.22.4 |
| 599 | 2026-05-21T21:54:15.943Z | Compiling camino v1.2.2 |
| 600 | 2026-05-21T21:54:16.051Z | Checking tempfile v3.25.0 |
| 601 | 2026-05-21T21:54:16.228Z | Checking daft v0.1.7 |
| 602 | 2026-05-21T21:54:16.272Z | Checking rustls-webpki v0.102.8 |
| 603 | 2026-05-21T21:54:16.286Z | Checking flate2 v1.1.9 |
| 604 | 2026-05-21T21:54:16.649Z | Checking crypto-common v0.1.7 |
| 605 | 2026-05-21T21:54:16.670Z | Compiling darling_macro v0.21.3 |
| 606 | 2026-05-21T21:54:16.752Z | Checking block-buffer v0.10.4 |
| 607 | 2026-05-21T21:54:16.869Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-05-21T21:54:16.925Z | Checking rand_core v0.6.4 |
| 609 | 2026-05-21T21:54:16.974Z | Compiling multer v3.1.0 |
| 610 | 2026-05-21T21:54:17.045Z | Checking wait-timeout v0.2.1 |
| 611 | 2026-05-21T21:54:17.161Z | Checking thread_local v1.1.9 |
| 612 | 2026-05-21T21:54:17.173Z | Checking foldhash v0.2.0 |
| 613 | 2026-05-21T21:54:17.181Z | Compiling thiserror v1.0.69 |
| 614 | 2026-05-21T21:54:17.309Z | Compiling regex-automata v0.4.14 |
| 615 | 2026-05-21T21:54:17.309Z | Compiling slog-async v2.8.0 |
| 616 | 2026-05-21T21:54:17.467Z | Checking allocator-api2 v0.2.21 |
| 617 | 2026-05-21T21:54:17.576Z | Checking bit-vec v0.8.0 |
| 618 | 2026-05-21T21:54:17.733Z | Compiling ref-cast v1.0.25 |
| 619 | 2026-05-21T21:54:17.787Z | Checking compression-core v0.4.31 |
| 620 | 2026-05-21T21:54:17.839Z | Checking winnow v0.7.14 |
| 621 | 2026-05-21T21:54:17.897Z | Compiling anyhow v1.0.102 |
| 622 | 2026-05-21T21:54:17.941Z | Checking match_cfg v0.1.0 |
| 623 | 2026-05-21T21:54:17.955Z | Checking quick-error v1.2.3 |
| 624 | 2026-05-21T21:54:18.000Z | Checking hostname v0.3.1 |
| 625 | 2026-05-21T21:54:18.043Z | Checking rusty-fork v0.3.1 |
| 626 | 2026-05-21T21:54:18.058Z | Checking compression-codecs v0.4.37 |
| 627 | 2026-05-21T21:54:18.202Z | Checking bit-set v0.8.0 |
| 628 | 2026-05-21T21:54:18.212Z | Checking hashbrown v0.16.1 |
| 629 | 2026-05-21T21:54:18.429Z | Compiling darling v0.21.3 |
| 630 | 2026-05-21T21:54:18.504Z | Checking rand_chacha v0.3.1 |
| 631 | 2026-05-21T21:54:18.545Z | Checking rand v0.9.2 |
| 632 | 2026-05-21T21:54:18.607Z | Checking crossbeam-channel v0.5.15 |
| 633 | 2026-05-21T21:54:18.686Z | Checking digest v0.10.7 |
| 634 | 2026-05-21T21:54:18.902Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 635 | 2026-05-21T21:54:18.915Z | Checking slog-json v2.6.1 |
| 636 | 2026-05-21T21:54:18.983Z | Compiling regex v1.12.3 |
| 637 | 2026-05-21T21:54:19.055Z | Compiling usdt-attr-macro v0.6.0 |
| 638 | 2026-05-21T21:54:19.094Z | Compiling usdt-macro v0.6.0 |
| 639 | 2026-05-21T21:54:19.215Z | Checking rand_xorshift v0.4.0 |
| 640 | 2026-05-21T21:54:19.323Z | Compiling derive-ex v0.1.8 |
| 641 | 2026-05-21T21:54:19.363Z | Checking futures-executor v0.3.32 |
| 642 | 2026-05-21T21:54:19.421Z | Compiling async-stream-impl v0.3.6 |
| 643 | 2026-05-21T21:54:19.497Z | Compiling ref-cast-impl v1.0.25 |
| 644 | 2026-05-21T21:54:19.719Z | Compiling strum_macros v0.26.4 |
| 645 | 2026-05-21T21:54:19.722Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 646 | 2026-05-21T21:54:19.821Z | Compiling thiserror-impl v1.0.69 |
| 647 | 2026-05-21T21:54:20.003Z | Compiling async-trait v0.1.89 |
| 648 | 2026-05-21T21:54:20.045Z | Compiling dropshot v0.17.0 |
| 649 | 2026-05-21T21:54:20.097Z | Checking serde_spanned v1.0.4 |
| 650 | 2026-05-21T21:54:20.143Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 651 | 2026-05-21T21:54:20.217Z | Checking memmap2 v0.9.10 |
| 652 | 2026-05-21T21:54:20.254Z | Checking is-terminal v0.4.17 |
| 653 | 2026-05-21T21:54:20.331Z | Checking encoding_rs v0.8.35 |
| 654 | 2026-05-21T21:54:20.341Z | Checking hex v0.4.3 |
| 655 | 2026-05-21T21:54:20.369Z | Checking spin v0.9.8 |
| 656 | 2026-05-21T21:54:20.470Z | Checking unarray v0.1.4 |
| 657 | 2026-05-21T21:54:20.564Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 658 | 2026-05-21T21:54:20.729Z | Checking term v1.2.1 |
| 659 | 2026-05-21T21:54:20.806Z | Checking take_mut v0.2.2 |
| 660 | 2026-05-21T21:54:20.816Z | Checking cpufeatures v0.2.17 |
| 661 | 2026-05-21T21:54:20.877Z | Checking mime v0.3.17 |
| 662 | 2026-05-21T21:54:20.909Z | Checking sha1 v0.10.6 |
| 663 | 2026-05-21T21:54:20.936Z | Checking slog-term v2.9.2 |
| 664 | 2026-05-21T21:54:21.001Z | Compiling test-strategy v0.4.5 |
| 665 | 2026-05-21T21:54:21.031Z | Compiling dropshot_endpoint v0.17.0 |
| 666 | 2026-05-21T21:54:21.046Z | Checking toml v1.0.6+spec-1.1.0 |
| 667 | 2026-05-21T21:54:21.056Z | Checking proptest v1.10.0 |
| 668 | 2026-05-21T21:54:21.177Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 669 | 2026-05-21T21:54:21.257Z | Checking strum v0.26.3 |
| 670 | 2026-05-21T21:54:21.300Z | Checking usdt v0.6.0 |
| 671 | 2026-05-21T21:54:21.395Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2026-05-21T21:54:21.442Z | Checking tokio-rustls v0.25.0 |
| 673 | 2026-05-21T21:54:21.490Z | Checking async-stream v0.3.6 |
| 674 | 2026-05-21T21:54:21.530Z | Compiling parse-display-derive v0.10.0 |
| 675 | 2026-05-21T21:54:21.593Z | Checking futures v0.3.32 |
| 676 | 2026-05-21T21:54:21.624Z | Checking slog-bunyan v2.5.0 |
| 677 | 2026-05-21T21:54:21.660Z | Checking rand v0.8.6 |
| 678 | 2026-05-21T21:54:21.724Z | Compiling serde_with_macros v3.17.0 |
| 679 | 2026-05-21T21:54:22.052Z | Checking async-compression v0.4.41 |
| 680 | 2026-05-21T21:54:22.150Z | Checking reqwest v0.12.28 |
| 681 | 2026-05-21T21:54:22.343Z | Checking backon v1.6.0 |
| 682 | 2026-05-21T21:54:22.355Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-05-21T21:54:22.493Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-05-21T21:54:22.594Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-05-21T21:54:22.628Z | Checking waitgroup v0.1.2 |
| 686 | 2026-05-21T21:54:22.665Z | Checking serde_path_to_error v0.1.20 |
| 687 | 2026-05-21T21:54:22.716Z | Checking rustls-pemfile v2.2.0 |
| 688 | 2026-05-21T21:54:22.743Z | Checking hostname v0.4.2 |
| 689 | 2026-05-21T21:54:22.828Z | Checking instant v0.1.13 |
| 690 | 2026-05-21T21:54:22.838Z | Checking either v1.15.0 |
| 691 | 2026-05-21T21:54:22.903Z | Checking debug-ignore v1.0.5 |
| 692 | 2026-05-21T21:54:22.920Z | Checking backoff v0.4.0 |
| 693 | 2026-05-21T21:54:22.981Z | Checking parse-display v0.10.0 |
| 694 | 2026-05-21T21:54:22.991Z | Checking serde_with v3.17.0 |
| 695 | 2026-05-21T21:54:23.010Z | Checking itertools v0.14.0 |
| 696 | 2026-05-21T21:54:23.070Z | Checking progenitor-client v0.10.0 |
| 697 | 2026-05-21T21:54:23.091Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 698 | 2026-05-21T21:54:23.109Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 699 | 2026-05-21T21:54:23.257Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 700 | 2026-05-21T21:54:23.445Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 701 | 2026-05-21T21:54:23.482Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 702 | 2026-05-21T21:54:23.661Z | Checking iddqd v0.4.1 |
| 703 | 2026-05-21T21:54:23.731Z | Checking regress v0.10.5 |
| 704 | 2026-05-21T21:54:23.915Z | Checking macaddr v1.0.1 |
| 705 | 2026-05-21T21:54:24.341Z | Checking strum v0.27.2 |
| 706 | 2026-05-21T21:54:28.584Z | Checking rustls-webpki v0.103.9 |
| 707 | 2026-05-21T21:54:30.614Z | Checking tokio-rustls v0.26.4 |
| 708 | 2026-05-21T21:54:30.617Z | Checking rustls-platform-verifier v0.6.2 |
| 709 | 2026-05-21T21:54:30.790Z | Checking hyper-rustls v0.27.7 |
| 710 | 2026-05-21T21:54:30.924Z | Checking reqwest v0.13.2 |
| 711 | 2026-05-21T21:54:31.423Z | Checking progenitor-client v0.14.0 |
| 712 | 2026-05-21T21:54:31.586Z | Checking progenitor-extras v0.2.0 |
| 713 | 2026-05-21T21:54:31.739Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 714 | 2026-05-21T21:54:35.074Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 715 | 2026-05-21T21:54:35.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.23s |
| 716 | 2026-05-21T21:54:35.254Z | + cargo build --release |
| 717 | 2026-05-21T21:54:35.420Z | Compiling proc-macro2 v1.0.106 |
| 718 | 2026-05-21T21:54:35.420Z | Compiling quote v1.0.45 |
| 719 | 2026-05-21T21:54:35.420Z | Compiling unicode-ident v1.0.24 |
| 720 | 2026-05-21T21:54:35.420Z | Compiling libc v0.2.185 |
| 721 | 2026-05-21T21:54:35.423Z | Compiling cfg-if v1.0.4 |
| 722 | 2026-05-21T21:54:35.423Z | Compiling serde_core v1.0.228 |
| 723 | 2026-05-21T21:54:35.423Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-21T21:54:35.423Z | Compiling itoa v1.0.17 |
| 725 | 2026-05-21T21:54:35.518Z | Compiling serde v1.0.228 |
| 726 | 2026-05-21T21:54:35.555Z | Compiling zmij v1.0.21 |
| 727 | 2026-05-21T21:54:35.680Z | Compiling serde_json v1.0.149 |
| 728 | 2026-05-21T21:54:35.751Z | Compiling pin-project-lite v0.2.17 |
| 729 | 2026-05-21T21:54:35.828Z | Compiling smallvec v1.15.1 |
| 730 | 2026-05-21T21:54:35.863Z | Compiling shlex v1.3.0 |
| 731 | 2026-05-21T21:54:35.891Z | Compiling find-msvc-tools v0.1.9 |
| 732 | 2026-05-21T21:54:36.058Z | Compiling bytes v1.11.1 |
| 733 | 2026-05-21T21:54:36.100Z | Compiling errno v0.3.14 |
| 734 | 2026-05-21T21:54:36.154Z | Compiling jobserver v0.1.34 |
| 735 | 2026-05-21T21:54:36.168Z | Compiling futures-core v0.3.32 |
| 736 | 2026-05-21T21:54:36.246Z | Compiling parking_lot_core v0.9.12 |
| 737 | 2026-05-21T21:54:36.306Z | Compiling scopeguard v1.2.0 |
| 738 | 2026-05-21T21:54:36.343Z | Compiling cc v1.2.56 |
| 739 | 2026-05-21T21:54:36.447Z | Compiling lock_api v0.4.14 |
| 740 | 2026-05-21T21:54:36.564Z | Compiling syn v2.0.117 |
| 741 | 2026-05-21T21:54:36.578Z | Compiling signal-hook-registry v1.4.8 |
| 742 | 2026-05-21T21:54:36.633Z | Compiling socket2 v0.6.3 |
| 743 | 2026-05-21T21:54:36.681Z | Compiling parking_lot v0.12.5 |
| 744 | 2026-05-21T21:54:36.877Z | Compiling mio v1.2.0 |
| 745 | 2026-05-21T21:54:36.933Z | Compiling once_cell v1.21.3 |
| 746 | 2026-05-21T21:54:37.166Z | Compiling futures-sink v0.3.32 |
| 747 | 2026-05-21T21:54:37.265Z | Compiling stable_deref_trait v1.2.1 |
| 748 | 2026-05-21T21:54:37.336Z | Compiling autocfg v1.5.0 |
| 749 | 2026-05-21T21:54:37.414Z | Compiling zeroize v1.8.2 |
| 750 | 2026-05-21T21:54:37.592Z | Compiling getrandom v0.4.1 |
| 751 | 2026-05-21T21:54:37.595Z | Compiling thiserror v2.0.18 |
| 752 | 2026-05-21T21:54:37.595Z | Compiling slab v0.4.12 |
| 753 | 2026-05-21T21:54:37.606Z | Compiling futures-channel v0.3.32 |
| 754 | 2026-05-21T21:54:37.683Z | Compiling num-traits v0.2.19 |
| 755 | 2026-05-21T21:54:37.738Z | Compiling rustversion v1.0.22 |
| 756 | 2026-05-21T21:54:37.782Z | Compiling equivalent v1.0.2 |
| 757 | 2026-05-21T21:54:37.831Z | Compiling rustls-pki-types v1.14.0 |
| 758 | 2026-05-21T21:54:37.857Z | Compiling cmake v0.1.57 |
| 759 | 2026-05-21T21:54:37.909Z | Compiling http v1.4.0 |
| 760 | 2026-05-21T21:54:37.981Z | Compiling dunce v1.0.5 |
| 761 | 2026-05-21T21:54:38.041Z | Compiling futures-io v0.3.32 |
| 762 | 2026-05-21T21:54:38.061Z | Compiling zerocopy v0.8.40 |
| 763 | 2026-05-21T21:54:38.092Z | Compiling futures-task v0.3.32 |
| 764 | 2026-05-21T21:54:38.173Z | Compiling fs_extra v1.3.0 |
| 765 | 2026-05-21T21:54:38.407Z | Compiling aws-lc-sys v0.40.0 |
| 766 | 2026-05-21T21:54:38.545Z | Compiling fnv v1.0.7 |
| 767 | 2026-05-21T21:54:38.640Z | Compiling version_check v0.9.5 |
| 768 | 2026-05-21T21:54:38.652Z | Compiling untrusted v0.9.0 |
| 769 | 2026-05-21T21:54:38.763Z | Compiling log v0.4.29 |
| 770 | 2026-05-21T21:54:38.890Z | Compiling httparse v1.10.1 |
| 771 | 2026-05-21T21:54:39.194Z | Compiling hashbrown v0.17.0 |
| 772 | 2026-05-21T21:54:39.217Z | Compiling writeable v0.6.2 |
| 773 | 2026-05-21T21:54:39.274Z | Compiling synstructure v0.13.2 |
| 774 | 2026-05-21T21:54:39.436Z | Compiling ucd-trie v0.1.7 |
| 775 | 2026-05-21T21:54:39.650Z | Compiling litemap v0.8.1 |
| 776 | 2026-05-21T21:54:39.675Z | Compiling iana-time-zone v0.1.65 |
| 777 | 2026-05-21T21:54:39.748Z | Compiling pest v2.8.6 |
| 778 | 2026-05-21T21:54:39.825Z | Compiling indexmap v2.14.0 |
| 779 | 2026-05-21T21:54:39.863Z | Compiling serde_derive_internals v0.29.1 |
| 780 | 2026-05-21T21:54:40.036Z | Compiling http-body v1.0.1 |
| 781 | 2026-05-21T21:54:40.049Z | Compiling tracing-core v0.1.36 |
| 782 | 2026-05-21T21:54:40.177Z | Compiling schemars v0.8.22 |
| 783 | 2026-05-21T21:54:40.396Z | Compiling atomic-waker v1.1.2 |
| 784 | 2026-05-21T21:54:40.479Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-05-21T21:54:40.512Z | Compiling zerofrom-derive v0.1.6 |
| 786 | 2026-05-21T21:54:40.517Z | Compiling tokio-macros v2.7.0 |
| 787 | 2026-05-21T21:54:40.566Z | Compiling yoke-derive v0.8.1 |
| 788 | 2026-05-21T21:54:40.602Z | Compiling zerocopy-derive v0.8.40 |
| 789 | 2026-05-21T21:54:40.909Z | Compiling zerovec-derive v0.11.2 |
| 790 | 2026-05-21T21:54:41.091Z | Compiling displaydoc v0.2.5 |
| 791 | 2026-05-21T21:54:41.199Z | Compiling tokio v1.52.1 |
| 792 | 2026-05-21T21:54:41.527Z | Compiling futures-macro v0.3.32 |
| 793 | 2026-05-21T21:54:41.629Z | Compiling zerofrom v0.1.6 |
| 794 | 2026-05-21T21:54:41.742Z | Compiling yoke v0.8.1 |
| 795 | 2026-05-21T21:54:41.785Z | Compiling thiserror-impl v2.0.18 |
| 796 | 2026-05-21T21:54:41.920Z | Compiling zerotrie v0.2.3 |
| 797 | 2026-05-21T21:54:41.932Z | Compiling zerovec v0.11.5 |
| 798 | 2026-05-21T21:54:42.298Z | Compiling futures-util v0.3.32 |
| 799 | 2026-05-21T21:54:42.325Z | Compiling percent-encoding v2.3.2 |
| 800 | 2026-05-21T21:54:42.473Z | Compiling tinystr v0.8.2 |
| 801 | 2026-05-21T21:54:42.581Z | Compiling potential_utf v0.1.4 |
| 802 | 2026-05-21T21:54:42.667Z | Compiling icu_locale_core v2.1.1 |
| 803 | 2026-05-21T21:54:42.747Z | Compiling icu_normalizer_data v2.1.1 |
| 804 | 2026-05-21T21:54:42.936Z | Compiling icu_properties_data v2.1.2 |
| 805 | 2026-05-21T21:54:42.954Z | Compiling aws-lc-rs v1.16.3 |
| 806 | 2026-05-21T21:54:43.138Z | Compiling bitflags v2.11.0 |
| 807 | 2026-05-21T21:54:43.495Z | Compiling chrono v0.4.44 |
| 808 | 2026-05-21T21:54:43.626Z | Compiling icu_provider v2.1.1 |
| 809 | 2026-05-21T21:54:43.712Z | Compiling icu_collections v2.1.1 |
| 810 | 2026-05-21T21:54:44.018Z | Compiling pest_meta v2.8.6 |
| 811 | 2026-05-21T21:54:44.403Z | Compiling schemars_derive v0.8.22 |
| 812 | 2026-05-21T21:54:44.868Z | Compiling tracing v0.1.44 |
| 813 | 2026-05-21T21:54:45.054Z | Compiling tokio-util v0.7.18 |
| 814 | 2026-05-21T21:54:45.201Z | Compiling uuid v1.23.0 |
| 815 | 2026-05-21T21:54:45.209Z | Compiling semver v1.0.28 |
| 816 | 2026-05-21T21:54:45.426Z | Compiling base64 v0.22.1 |
| 817 | 2026-05-21T21:54:45.547Z | Compiling subtle v2.6.1 |
| 818 | 2026-05-21T21:54:45.688Z | Compiling dyn-clone v1.0.20 |
| 819 | 2026-05-21T21:54:45.764Z | Compiling tower-service v0.3.3 |
| 820 | 2026-05-21T21:54:45.819Z | Compiling tower-layer v0.3.3 |
| 821 | 2026-05-21T21:54:45.834Z | Compiling try-lock v0.2.5 |
| 822 | 2026-05-21T21:54:45.886Z | Compiling h2 v0.4.13 |
| 823 | 2026-05-21T21:54:45.935Z | Compiling want v0.3.1 |
| 824 | 2026-05-21T21:54:46.003Z | Compiling pest_generator v2.8.6 |
| 825 | 2026-05-21T21:54:46.164Z | Compiling slog v2.8.2 |
| 826 | 2026-05-21T21:54:46.257Z | Compiling getrandom v0.2.17 |
| 827 | 2026-05-21T21:54:46.379Z | Compiling httpdate v1.0.3 |
| 828 | 2026-05-21T21:54:46.460Z | Compiling heck v0.5.0 |
| 829 | 2026-05-21T21:54:46.588Z | Compiling pin-utils v0.1.0 |
| 830 | 2026-05-21T21:54:46.647Z | Compiling pest_derive v2.8.6 |
| 831 | 2026-05-21T21:54:46.660Z | Compiling icu_properties v2.1.2 |
| 832 | 2026-05-21T21:54:46.740Z | Compiling icu_normalizer v2.1.1 |
| 833 | 2026-05-21T21:54:46.933Z | Compiling erased-serde v0.3.31 |
| 834 | 2026-05-21T21:54:47.121Z | Compiling form_urlencoded v1.2.2 |
| 835 | 2026-05-21T21:54:47.601Z | Compiling getrandom v0.3.4 |
| 836 | 2026-05-21T21:54:47.911Z | Compiling rustls v0.23.37 |
| 837 | 2026-05-21T21:54:47.919Z | Compiling ipnet v2.11.0 |
| 838 | 2026-05-21T21:54:48.079Z | Compiling typenum v1.19.0 |
| 839 | 2026-05-21T21:54:48.237Z | Compiling hyper v1.8.1 |
| 840 | 2026-05-21T21:54:48.415Z | Compiling idna_adapter v1.2.1 |
| 841 | 2026-05-21T21:54:48.534Z | Compiling ppv-lite86 v0.2.21 |
| 842 | 2026-05-21T21:54:48.857Z | Compiling serde_tokenstream v0.2.3 |
| 843 | 2026-05-21T21:54:49.011Z | Compiling generic-array v0.14.7 |
| 844 | 2026-05-21T21:54:49.109Z | Compiling ring v0.17.14 |
| 845 | 2026-05-21T21:54:49.133Z | Compiling sync_wrapper v1.0.2 |
| 846 | 2026-05-21T21:54:49.225Z | Compiling utf8_iter v1.0.4 |
| 847 | 2026-05-21T21:54:49.231Z | Compiling paste v1.0.15 |
| 848 | 2026-05-21T21:54:49.504Z | Compiling hyper-util v0.1.20 |
| 849 | 2026-05-21T21:54:49.537Z | Compiling ryu v1.0.23 |
| 850 | 2026-05-21T21:54:49.810Z | Compiling serde_urlencoded v0.7.1 |
| 851 | 2026-05-21T21:54:50.795Z | Compiling idna v1.1.0 |
| 852 | 2026-05-21T21:54:51.059Z | Compiling tower v0.5.3 |
| 853 | 2026-05-21T21:54:52.366Z | Compiling scroll_derive v0.13.1 |
| 854 | 2026-05-21T21:54:52.422Z | Compiling structmeta-derive v0.3.0 |
| 855 | 2026-05-21T21:54:52.751Z | Compiling http-body-util v0.1.3 |
| 856 | 2026-05-21T21:54:53.098Z | Compiling crc32fast v1.5.0 |
| 857 | 2026-05-21T21:54:53.143Z | Compiling usdt-impl v0.6.0 |
| 858 | 2026-05-21T21:54:53.156Z | Compiling fastrand v2.3.0 |
| 859 | 2026-05-21T21:54:53.358Z | Compiling powerfmt v0.2.0 |
| 860 | 2026-05-21T21:54:53.363Z | Compiling iri-string v0.7.10 |
| 861 | 2026-05-21T21:54:53.420Z | Compiling num-conv v0.2.0 |
| 862 | 2026-05-21T21:54:53.480Z | Compiling time-core v0.1.8 |
| 863 | 2026-05-21T21:54:53.540Z | Compiling omicron-workspace-hack v0.1.0 |
| 864 | 2026-05-21T21:54:53.591Z | Compiling rustix v1.1.3 |
| 865 | 2026-05-21T21:54:53.597Z | Compiling deranged v0.5.8 |
| 866 | 2026-05-21T21:54:53.610Z | Compiling time-macros v0.2.27 |
| 867 | 2026-05-21T21:54:53.726Z | Compiling structmeta v0.3.0 |
| 868 | 2026-05-21T21:54:54.108Z | Compiling scroll v0.13.0 |
| 869 | 2026-05-21T21:54:54.381Z | Compiling rand_core v0.9.5 |
| 870 | 2026-05-21T21:54:54.615Z | Compiling url v2.5.8 |
| 871 | 2026-05-21T21:54:54.635Z | Compiling dof v0.4.0 |
| 872 | 2026-05-21T21:54:54.817Z | Compiling tower-http v0.6.8 |
| 873 | 2026-05-21T21:54:55.317Z | Compiling dtrace-parser v0.3.0 |
| 874 | 2026-05-21T21:54:55.488Z | Compiling ipnetwork v0.21.1 |
| 875 | 2026-05-21T21:54:55.731Z | Compiling thread-id v5.1.0 |
| 876 | 2026-05-21T21:54:55.783Z | Compiling crossbeam-utils v0.8.21 |
| 877 | 2026-05-21T21:54:55.800Z | Compiling strsim v0.11.1 |
| 878 | 2026-05-21T21:54:55.856Z | Compiling openssl-probe v0.2.1 |
| 879 | 2026-05-21T21:54:56.066Z | Compiling ident_case v1.0.1 |
| 880 | 2026-05-21T21:54:56.080Z | Compiling adler2 v2.0.1 |
| 881 | 2026-05-21T21:54:56.083Z | Compiling regex-syntax v0.8.10 |
| 882 | 2026-05-21T21:54:56.168Z | Compiling plain v0.2.3 |
| 883 | 2026-05-21T21:54:56.221Z | Compiling simd-adler32 v0.3.8 |
| 884 | 2026-05-21T21:54:56.507Z | Compiling num_threads v0.1.7 |
| 885 | 2026-05-21T21:54:56.589Z | Compiling byteorder v1.5.0 |
| 886 | 2026-05-21T21:54:56.706Z | Compiling time v0.3.47 |
| 887 | 2026-05-21T21:54:57.036Z | Compiling miniz_oxide v0.8.9 |
| 888 | 2026-05-21T21:54:57.285Z | Compiling goblin v0.10.5 |
| 889 | 2026-05-21T21:54:57.482Z | Compiling darling_core v0.21.3 |
| 890 | 2026-05-21T21:54:58.433Z | Compiling rustls-native-certs v0.8.3 |
| 891 | 2026-05-21T21:54:58.669Z | Compiling oxnet v0.1.4 |
| 892 | 2026-05-21T21:54:59.498Z | Compiling newtype-uuid v1.3.2 |
| 893 | 2026-05-21T21:54:59.547Z | Compiling daft-derive v0.1.7 |
| 894 | 2026-05-21T21:55:00.266Z | Compiling aho-corasick v1.1.4 |
| 895 | 2026-05-21T21:55:00.500Z | Compiling pretty-hex v0.4.1 |
| 896 | 2026-05-21T21:55:00.667Z | Compiling rustls v0.22.4 |
| 897 | 2026-05-21T21:55:00.861Z | Compiling camino v1.2.2 |
| 898 | 2026-05-21T21:55:01.208Z | Compiling daft v0.1.7 |
| 899 | 2026-05-21T21:55:01.473Z | Compiling tempfile v3.25.0 |
| 900 | 2026-05-21T21:55:01.589Z | Compiling darling_macro v0.21.3 |
| 901 | 2026-05-21T21:55:01.616Z | Compiling flate2 v1.1.9 |
| 902 | 2026-05-21T21:55:02.156Z | Compiling regex-automata v0.4.14 |
| 903 | 2026-05-21T21:55:02.372Z | Compiling rustls-webpki v0.102.8 |
| 904 | 2026-05-21T21:55:03.234Z | Compiling crypto-common v0.1.7 |
| 905 | 2026-05-21T21:55:03.358Z | Compiling block-buffer v0.10.4 |
| 906 | 2026-05-21T21:55:03.500Z | Compiling rand_chacha v0.9.0 |
| 907 | 2026-05-21T21:55:03.943Z | Compiling rand_core v0.6.4 |
| 908 | 2026-05-21T21:55:04.038Z | Compiling multer v3.1.0 |
| 909 | 2026-05-21T21:55:04.197Z | Compiling wait-timeout v0.2.1 |
| 910 | 2026-05-21T21:55:04.263Z | Compiling thread_local v1.1.9 |
| 911 | 2026-05-21T21:55:04.609Z | Compiling compression-core v0.4.31 |
| 912 | 2026-05-21T21:55:04.673Z | Compiling quick-error v1.2.3 |
| 913 | 2026-05-21T21:55:04.767Z | Compiling foldhash v0.2.0 |
| 914 | 2026-05-21T21:55:04.773Z | Compiling slog-async v2.8.0 |
| 915 | 2026-05-21T21:55:04.830Z | Compiling ref-cast v1.0.25 |
| 916 | 2026-05-21T21:55:05.039Z | Compiling thiserror v1.0.69 |
| 917 | 2026-05-21T21:55:05.045Z | Compiling winnow v0.7.14 |
| 918 | 2026-05-21T21:55:05.128Z | Compiling anyhow v1.0.102 |
| 919 | 2026-05-21T21:55:05.332Z | Compiling allocator-api2 v0.2.21 |
| 920 | 2026-05-21T21:55:05.433Z | Compiling bit-vec v0.8.0 |
| 921 | 2026-05-21T21:55:05.705Z | Compiling match_cfg v0.1.0 |
| 922 | 2026-05-21T21:55:05.717Z | Compiling hashbrown v0.16.1 |
| 923 | 2026-05-21T21:55:05.769Z | Compiling hostname v0.3.1 |
| 924 | 2026-05-21T21:55:05.810Z | Compiling bit-set v0.8.0 |
| 925 | 2026-05-21T21:55:06.417Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 926 | 2026-05-21T21:55:06.677Z | Compiling rusty-fork v0.3.1 |
| 927 | 2026-05-21T21:55:07.542Z | Compiling compression-codecs v0.4.37 |
| 928 | 2026-05-21T21:55:07.766Z | Compiling rand_chacha v0.3.1 |
| 929 | 2026-05-21T21:55:07.920Z | Compiling regex v1.12.3 |
| 930 | 2026-05-21T21:55:08.307Z | Compiling rand v0.9.2 |
| 931 | 2026-05-21T21:55:08.420Z | Compiling digest v0.10.7 |
| 932 | 2026-05-21T21:55:08.610Z | Compiling crossbeam-channel v0.5.15 |
| 933 | 2026-05-21T21:55:09.056Z | Compiling darling v0.21.3 |
| 934 | 2026-05-21T21:55:09.318Z | Compiling slog-json v2.6.1 |
| 935 | 2026-05-21T21:55:09.567Z | Compiling usdt-attr-macro v0.6.0 |
| 936 | 2026-05-21T21:55:09.669Z | Compiling usdt-macro v0.6.0 |
| 937 | 2026-05-21T21:55:09.711Z | Compiling rand_xorshift v0.4.0 |
| 938 | 2026-05-21T21:55:09.861Z | Compiling derive-ex v0.1.8 |
| 939 | 2026-05-21T21:55:10.283Z | Compiling strum_macros v0.26.4 |
| 940 | 2026-05-21T21:55:10.321Z | Compiling futures-executor v0.3.32 |
| 941 | 2026-05-21T21:55:10.553Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 942 | 2026-05-21T21:55:10.865Z | Compiling async-trait v0.1.89 |
| 943 | 2026-05-21T21:55:10.991Z | Compiling thiserror-impl v1.0.69 |
| 944 | 2026-05-21T21:55:11.414Z | Compiling async-stream-impl v0.3.6 |
| 945 | 2026-05-21T21:55:11.793Z | Compiling ref-cast-impl v1.0.25 |
| 946 | 2026-05-21T21:55:11.884Z | Compiling dropshot v0.17.0 |
| 947 | 2026-05-21T21:55:12.062Z | Compiling serde_spanned v1.0.4 |
| 948 | 2026-05-21T21:55:12.103Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 949 | 2026-05-21T21:55:12.124Z | Compiling is-terminal v0.4.17 |
| 950 | 2026-05-21T21:55:12.207Z | Compiling memmap2 v0.9.10 |
| 951 | 2026-05-21T21:55:12.207Z | Compiling encoding_rs v0.8.35 |
| 952 | 2026-05-21T21:55:12.365Z | Compiling mime v0.3.17 |
| 953 | 2026-05-21T21:55:12.488Z | Compiling cpufeatures v0.2.17 |
| 954 | 2026-05-21T21:55:12.508Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 955 | 2026-05-21T21:55:12.553Z | Compiling unarray v0.1.4 |
| 956 | 2026-05-21T21:55:12.662Z | Compiling term v1.2.1 |
| 957 | 2026-05-21T21:55:12.755Z | Compiling hex v0.4.3 |
| 958 | 2026-05-21T21:55:12.834Z | Compiling spin v0.9.8 |
| 959 | 2026-05-21T21:55:12.948Z | Compiling take_mut v0.2.2 |
| 960 | 2026-05-21T21:55:13.303Z | Compiling dropshot_endpoint v0.17.0 |
| 961 | 2026-05-21T21:55:14.537Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 962 | 2026-05-21T21:55:14.748Z | Compiling slog-term v2.9.2 |
| 963 | 2026-05-21T21:55:14.925Z | Compiling toml v1.0.6+spec-1.1.0 |
| 964 | 2026-05-21T21:55:15.712Z | Compiling proptest v1.10.0 |
| 965 | 2026-05-21T21:55:16.033Z | Compiling sha1 v0.10.6 |
| 966 | 2026-05-21T21:55:16.432Z | Compiling usdt v0.6.0 |
| 967 | 2026-05-21T21:55:16.654Z | Compiling async-stream v0.3.6 |
| 968 | 2026-05-21T21:55:16.840Z | Compiling strum v0.26.3 |
| 969 | 2026-05-21T21:55:16.963Z | Compiling test-strategy v0.4.5 |
| 970 | 2026-05-21T21:55:17.102Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 971 | 2026-05-21T21:55:17.237Z | Compiling tokio-rustls v0.25.0 |
| 972 | 2026-05-21T21:55:17.365Z | Compiling futures v0.3.32 |
| 973 | 2026-05-21T21:55:17.499Z | Compiling slog-bunyan v2.5.0 |
| 974 | 2026-05-21T21:55:17.522Z | Compiling serde_with_macros v3.17.0 |
| 975 | 2026-05-21T21:55:17.662Z | Compiling parse-display-derive v0.10.0 |
| 976 | 2026-05-21T21:55:18.566Z | Compiling rand v0.8.6 |
| 977 | 2026-05-21T21:55:19.143Z | Compiling async-compression v0.4.41 |
| 978 | 2026-05-21T21:55:19.419Z | Compiling reqwest v0.12.28 |
| 979 | 2026-05-21T21:55:19.589Z | Compiling backon v1.6.0 |
| 980 | 2026-05-21T21:55:19.719Z | Compiling newtype-uuid-macros v0.1.0 |
| 981 | 2026-05-21T21:55:19.827Z | Compiling strum_macros v0.27.2 |
| 982 | 2026-05-21T21:55:20.016Z | Compiling openapiv3 v2.2.0 |
| 983 | 2026-05-21T21:55:20.466Z | Compiling waitgroup v0.1.2 |
| 984 | 2026-05-21T21:55:20.613Z | Compiling rustls-pemfile v2.2.0 |
| 985 | 2026-05-21T21:55:20.879Z | Compiling serde_path_to_error v0.1.20 |
| 986 | 2026-05-21T21:55:21.310Z | Compiling hostname v0.4.2 |
| 987 | 2026-05-21T21:55:21.460Z | Compiling instant v0.1.13 |
| 988 | 2026-05-21T21:55:21.566Z | Compiling either v1.15.0 |
| 989 | 2026-05-21T21:55:21.580Z | Compiling debug-ignore v1.0.5 |
| 990 | 2026-05-21T21:55:21.776Z | Compiling itertools v0.14.0 |
| 991 | 2026-05-21T21:55:22.034Z | Compiling strum v0.27.2 |
| 992 | 2026-05-21T21:55:22.155Z | Compiling backoff v0.4.0 |
| 993 | 2026-05-21T21:55:22.352Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 994 | 2026-05-21T21:55:22.387Z | Compiling progenitor-client v0.10.0 |
| 995 | 2026-05-21T21:55:22.861Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 996 | 2026-05-21T21:55:23.240Z | Compiling parse-display v0.10.0 |
| 997 | 2026-05-21T21:55:24.131Z | Compiling serde_with v3.17.0 |
| 998 | 2026-05-21T21:55:24.311Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 999 | 2026-05-21T21:55:24.714Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1000 | 2026-05-21T21:55:25.151Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1001 | 2026-05-21T21:55:25.446Z | Compiling iddqd v0.4.1 |
| 1002 | 2026-05-21T21:55:25.553Z | Compiling regress v0.10.5 |
| 1003 | 2026-05-21T21:55:26.258Z | Compiling macaddr v1.0.1 |
| 1004 | 2026-05-21T21:55:33.351Z | Compiling rustls-webpki v0.103.9 |
| 1005 | 2026-05-21T21:55:36.395Z | Compiling tokio-rustls v0.26.4 |
| 1006 | 2026-05-21T21:55:36.395Z | Compiling rustls-platform-verifier v0.6.2 |
| 1007 | 2026-05-21T21:55:36.651Z | Compiling hyper-rustls v0.27.7 |
| 1008 | 2026-05-21T21:55:36.985Z | Compiling reqwest v0.13.2 |
| 1009 | 2026-05-21T21:55:38.911Z | Compiling progenitor-client v0.14.0 |
| 1010 | 2026-05-21T21:55:39.165Z | Compiling progenitor-extras v0.2.0 |
| 1011 | 2026-05-21T21:55:39.335Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1012 | 2026-05-21T21:55:43.396Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1013 | 2026-05-21T21:55:47.557Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1014 | 2026-05-21T21:55:47.614Z | process exited: duration 114380 ms, exit code 0 |
| |
| 1015 | 2026-05-21T21:55:47.620Z | found 0 output files |