|
|
|
| 1 | 2025-03-03T21:46:02.213Z | job assigned to worker 01JNEZGEN046Q797NDE2PZZTSR [factory aws, i-0f14596d16bd1220a] (queued for 1 m 3 s) |
| |
| 2 | 2025-03-03T21:46:11.304Z | starting task 0: "setup" |
| 3 | 2025-03-03T21:46:11.312Z | ++ uname -s |
| 4 | 2025-03-03T21:46:11.315Z | + kern=SunOS |
| 5 | 2025-03-03T21:46:11.315Z | + build_user=build |
| 6 | 2025-03-03T21:46:11.315Z | + build_uid=12345 |
| 7 | 2025-03-03T21:46:11.315Z | + work_dir=/work |
| 8 | 2025-03-03T21:46:11.315Z | + input_dir=/input |
| 9 | 2025-03-03T21:46:11.315Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-03T21:46:11.315Z | + case "$kern" in |
| 11 | 2025-03-03T21:46:11.315Z | + groupadd -g 12345 build |
| 12 | 2025-03-03T21:46:11.318Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-03T21:46:13.322Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-03T21:46:13.419Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-03T21:46:13.422Z | + home_fs=zfs |
| 16 | 2025-03-03T21:46:13.422Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-03T21:46:13.422Z | + mkdir -p /home/build |
| 18 | 2025-03-03T21:46:13.425Z | + chown build:build /home/build /work |
| 19 | 2025-03-03T21:46:15.425Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-03T21:46:15.428Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2025-03-03T21:46:15.435Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-03T21:46:15.440Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-03T21:46:15.440Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-03T21:46:15.440Z | * rust toolchain profile = "default" |
| 25 | 2025-03-03T21:46:15.440Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-03-03T21:46:15.440Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-03T21:46:15.440Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-03T21:46:15.444Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-03T21:46:15.444Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-03T21:46:15.562Z | info: downloading installer |
| 31 | 2025-03-03T21:46:17.132Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-03T21:46:17.132Z | warn: /opt/ooce/bin |
| 33 | 2025-03-03T21:46:17.132Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-03T21:46:17.132Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-03T21:46:17.132Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-03T21:46:17.132Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-03T21:46:17.132Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-03T21:46:17.132Z | error: cannot install while Rust is installed |
| 39 | 2025-03-03T21:46:17.132Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-03T21:46:17.183Z | info: profile set to 'default' |
| 41 | 2025-03-03T21:46:17.183Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-03T21:46:17.186Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-03T21:46:17.361Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-03T21:46:17.362Z | info: downloading component 'cargo' |
| 45 | 2025-03-03T21:46:18.127Z | info: downloading component 'clippy' |
| 46 | 2025-03-03T21:46:18.557Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-03T21:46:19.889Z | info: downloading component 'rust-std' |
| 48 | 2025-03-03T21:46:21.946Z | info: downloading component 'rustc' |
| 49 | 2025-03-03T21:46:27.553Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-03T21:46:27.836Z | info: installing component 'cargo' |
| 51 | 2025-03-03T21:46:28.664Z | info: installing component 'clippy' |
| 52 | 2025-03-03T21:46:29.047Z | info: installing component 'rust-docs' |
| 53 | 2025-03-03T21:46:30.819Z | info: installing component 'rust-std' |
| 54 | 2025-03-03T21:46:32.719Z | info: installing component 'rustc' |
| 55 | 2025-03-03T21:46:38.608Z | info: installing component 'rustfmt' |
| 56 | 2025-03-03T21:46:38.975Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-03T21:46:38.975Z | |
| 58 | 2025-03-03T21:46:39.316Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-03T21:46:39.316Z | |
| 60 | 2025-03-03T21:46:39.323Z | |
| 61 | 2025-03-03T21:46:39.323Z | Rust is installed now. Great! |
| 62 | 2025-03-03T21:46:39.323Z | |
| 63 | 2025-03-03T21:46:39.323Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-03T21:46:39.323Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-03T21:46:39.323Z | |
| 66 | 2025-03-03T21:46:39.323Z | To configure your current shell, you need to source |
| 67 | 2025-03-03T21:46:39.323Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-03T21:46:39.323Z | |
| 69 | 2025-03-03T21:46:39.323Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-03T21:46:39.323Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-03T21:46:39.324Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-03T21:46:39.324Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-03T21:46:39.377Z | + rustup --version |
| 74 | 2025-03-03T21:46:39.385Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
| 75 | 2025-03-03T21:46:39.385Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-03T21:46:39.418Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-03T21:46:39.429Z | + cargo --version |
| 78 | 2025-03-03T21:46:39.437Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-03T21:46:39.448Z | + rustc --version |
| 80 | 2025-03-03T21:46:39.471Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-03T21:46:39.485Z | process exited: duration 24032 ms, exit code 0 |
| |
| 82 | 2025-03-03T21:46:39.499Z | starting task 2: "authentication" |
| 83 | 2025-03-03T21:46:39.526Z | process exited: duration 25 ms, exit code 0 |
| |
| 84 | 2025-03-03T21:46:39.550Z | starting task 3: "clone repository" |
| 85 | 2025-03-03T21:46:39.559Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-03T21:46:39.564Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-03T21:46:41.028Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-03T21:46:49.785Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-03T21:46:49.785Z | + git fetch origin 309d8d13afd4430d9616adb336135394d98bf705 |
| 90 | 2025-03-03T21:46:50.105Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-03T21:46:50.105Z | * branch 309d8d13afd4430d9616adb336135394d98bf705 -> FETCH_HEAD |
| 92 | 2025-03-03T21:46:50.116Z | + [[ -n spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently ]] |
| 93 | 2025-03-03T21:46:50.119Z | ++ git branch --show-current |
| 94 | 2025-03-03T21:46:50.124Z | + current=main |
| 95 | 2025-03-03T21:46:50.124Z | + [[ main != spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently ]] |
| 96 | 2025-03-03T21:46:50.124Z | + git branch -f spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently 309d8d13afd4430d9616adb336135394d98bf705 |
| 97 | 2025-03-03T21:46:50.127Z | + git checkout -f spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently |
| 98 | 2025-03-03T21:46:50.316Z | Switched to branch 'spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently' |
| 99 | 2025-03-03T21:46:50.320Z | + git reset --hard 309d8d13afd4430d9616adb336135394d98bf705 |
| 100 | 2025-03-03T21:46:50.332Z | HEAD is now at 309d8d13a rustup 1.28.0 fallout |
| 101 | 2025-03-03T21:46:50.336Z | process exited: duration 10784 ms, exit code 0 |
| |
| 102 | 2025-03-03T21:46:50.342Z | starting task 4: "build" |
| 103 | 2025-03-03T21:46:50.347Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-03-03T21:46:50.350Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-03-03T21:46:50.350Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-03-03T21:46:50.350Z | + cargo --version |
| 107 | 2025-03-03T21:46:50.361Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-03-03T21:46:50.364Z | + rustc --version |
| 109 | 2025-03-03T21:46:50.389Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-03-03T21:46:50.392Z | + cd /tmp |
| 111 | 2025-03-03T21:46:50.392Z | + cargo new --lib test-project |
| 112 | 2025-03-03T21:46:50.414Z | Creating library `test-project` package |
| 113 | 2025-03-03T21:46:50.460Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-03-03T21:46:50.463Z | + cd test-project |
| 115 | 2025-03-03T21:46:50.463Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-03-03T21:46:50.493Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-03-03T21:46:50.497Z | Features: |
| 118 | 2025-03-03T21:46:50.497Z | - proptest |
| 119 | 2025-03-03T21:46:50.497Z | - test-strategy |
| 120 | 2025-03-03T21:46:50.497Z | - testing |
| 121 | 2025-03-03T21:46:50.528Z | Updating crates.io index |
| 122 | 2025-03-03T21:46:50.590Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 123 | 2025-03-03T21:46:51.120Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2025-03-03T21:46:51.493Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 125 | 2025-03-03T21:46:51.843Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2025-03-03T21:46:53.214Z | Locking 344 packages to latest Rust 1.85.0 compatible versions |
| 127 | 2025-03-03T21:46:53.387Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 128 | 2025-03-03T21:46:53.390Z | + cargo check |
| 129 | 2025-03-03T21:46:53.540Z | Updating crates.io index |
| 130 | 2025-03-03T21:46:54.463Z | Locking 1 package to latest Rust 1.85.0 compatible version |
| 131 | 2025-03-03T21:46:54.463Z | Adding omicron-workspace-hack v0.1.0 |
| 132 | 2025-03-03T21:46:54.524Z | Downloading crates ... |
| 133 | 2025-03-03T21:46:54.604Z | Downloaded async-trait v0.1.86 |
| 134 | 2025-03-03T21:46:54.609Z | Downloaded autocfg v1.4.0 |
| 135 | 2025-03-03T21:46:54.619Z | Downloaded async-stream-impl v0.3.6 |
| 136 | 2025-03-03T21:46:54.622Z | Downloaded dtrace-parser v0.2.0 |
| 137 | 2025-03-03T21:46:54.626Z | Downloaded equivalent v1.0.1 |
| 138 | 2025-03-03T21:46:54.639Z | Downloaded tinyvec_macros v0.1.1 |
| 139 | 2025-03-03T21:46:54.642Z | Downloaded tower-layer v0.3.3 |
| 140 | 2025-03-03T21:46:54.642Z | Downloaded bit-set v0.8.0 |
| 141 | 2025-03-03T21:46:54.645Z | Downloaded async-stream v0.3.6 |
| 142 | 2025-03-03T21:46:54.648Z | Downloaded time-core v0.1.2 |
| 143 | 2025-03-03T21:46:54.652Z | Downloaded tower-service v0.3.3 |
| 144 | 2025-03-03T21:46:54.655Z | Downloaded take_mut v0.2.2 |
| 145 | 2025-03-03T21:46:54.658Z | Downloaded num-conv v0.1.0 |
| 146 | 2025-03-03T21:46:54.658Z | Downloaded darling_macro v0.20.10 |
| 147 | 2025-03-03T21:46:54.661Z | Downloaded try-lock v0.2.5 |
| 148 | 2025-03-03T21:46:54.662Z | Downloaded ident_case v1.0.1 |
| 149 | 2025-03-03T21:46:54.665Z | Downloaded icu_provider_macros v1.5.0 |
| 150 | 2025-03-03T21:46:54.665Z | Downloaded match_cfg v0.1.0 |
| 151 | 2025-03-03T21:46:54.665Z | Downloaded usdt-macro v0.5.0 |
| 152 | 2025-03-03T21:46:54.668Z | Downloaded http-body v1.0.1 |
| 153 | 2025-03-03T21:46:54.668Z | Downloaded write16 v1.0.0 |
| 154 | 2025-03-03T21:46:54.668Z | Downloaded foreign-types-shared v0.1.1 |
| 155 | 2025-03-03T21:46:54.671Z | Downloaded foreign-types v0.3.2 |
| 156 | 2025-03-03T21:46:54.671Z | Downloaded instant v0.1.13 |
| 157 | 2025-03-03T21:46:54.674Z | Downloaded tokio-macros v2.5.0 |
| 158 | 2025-03-03T21:46:54.678Z | Downloaded usdt-attr-macro v0.5.0 |
| 159 | 2025-03-03T21:46:54.681Z | Downloaded yoke-derive v0.7.4 |
| 160 | 2025-03-03T21:46:54.681Z | Downloaded tokio-native-tls v0.3.1 |
| 161 | 2025-03-03T21:46:54.684Z | Downloaded num_threads v0.1.7 |
| 162 | 2025-03-03T21:46:54.684Z | Downloaded futures-task v0.3.31 |
| 163 | 2025-03-03T21:46:54.693Z | Downloaded form_urlencoded v1.2.1 |
| 164 | 2025-03-03T21:46:54.694Z | Downloaded cpufeatures v0.2.14 |
| 165 | 2025-03-03T21:46:54.694Z | Downloaded cfg-if v1.0.0 |
| 166 | 2025-03-03T21:46:54.694Z | Downloaded futures-sink v0.3.31 |
| 167 | 2025-03-03T21:46:54.703Z | Downloaded openssl-probe v0.1.5 |
| 168 | 2025-03-03T21:46:54.703Z | Downloaded waitgroup v0.1.2 |
| 169 | 2025-03-03T21:46:54.703Z | Downloaded openssl-macros v0.1.1 |
| 170 | 2025-03-03T21:46:54.703Z | Downloaded hostname v0.4.0 |
| 171 | 2025-03-03T21:46:54.703Z | Downloaded zerofrom v0.1.4 |
| 172 | 2025-03-03T21:46:54.703Z | Downloaded toml_datetime v0.6.8 |
| 173 | 2025-03-03T21:46:54.704Z | Downloaded deranged v0.3.11 |
| 174 | 2025-03-03T21:46:54.704Z | Downloaded thiserror-impl v2.0.11 |
| 175 | 2025-03-03T21:46:54.704Z | Downloaded thiserror-impl v1.0.69 |
| 176 | 2025-03-03T21:46:54.709Z | Downloaded futures-io v0.3.31 |
| 177 | 2025-03-03T21:46:54.709Z | Downloaded dyn-clone v1.0.18 |
| 178 | 2025-03-03T21:46:54.709Z | Downloaded debug-ignore v1.0.5 |
| 179 | 2025-03-03T21:46:54.709Z | Downloaded tinystr v0.7.6 |
| 180 | 2025-03-03T21:46:54.714Z | Downloaded idna_adapter v1.2.0 |
| 181 | 2025-03-03T21:46:54.714Z | Downloaded percent-encoding v2.3.1 |
| 182 | 2025-03-03T21:46:54.714Z | Downloaded dof v0.3.0 |
| 183 | 2025-03-03T21:46:54.717Z | Downloaded digest v0.10.7 |
| 184 | 2025-03-03T21:46:54.717Z | Downloaded mime v0.3.17 |
| 185 | 2025-03-03T21:46:54.717Z | Downloaded want v0.3.1 |
| 186 | 2025-03-03T21:46:54.721Z | Downloaded parse-display-derive v0.10.0 |
| 187 | 2025-03-03T21:46:54.721Z | Downloaded zeroize v1.8.1 |
| 188 | 2025-03-03T21:46:54.724Z | Downloaded zerofrom-derive v0.1.4 |
| 189 | 2025-03-03T21:46:54.724Z | Downloaded memmap v0.7.0 |
| 190 | 2025-03-03T21:46:54.727Z | Downloaded tempfile v3.13.0 |
| 191 | 2025-03-03T21:46:54.727Z | Downloaded wait-timeout v0.2.0 |
| 192 | 2025-03-03T21:46:54.732Z | Downloaded futures-core v0.3.31 |
| 193 | 2025-03-03T21:46:54.732Z | Downloaded fastrand v2.1.1 |
| 194 | 2025-03-03T21:46:54.735Z | Downloaded newtype-uuid v1.2.1 |
| 195 | 2025-03-03T21:46:54.736Z | Downloaded usdt v0.5.0 |
| 196 | 2025-03-03T21:46:54.736Z | Downloaded macaddr v1.0.1 |
| 197 | 2025-03-03T21:46:54.742Z | Downloaded hostname v0.3.1 |
| 198 | 2025-03-03T21:46:54.742Z | Downloaded pest_generator v2.7.14 |
| 199 | 2025-03-03T21:46:54.747Z | Downloaded ipnetwork v0.21.1 |
| 200 | 2025-03-03T21:46:54.747Z | Downloaded usdt-impl v0.5.0 |
| 201 | 2025-03-03T21:46:54.747Z | Downloaded heck v0.5.0 |
| 202 | 2025-03-03T21:46:54.747Z | Downloaded writeable v0.5.5 |
| 203 | 2025-03-03T21:46:54.751Z | Downloaded typify-macro v0.2.0 |
| 204 | 2025-03-03T21:46:54.751Z | Downloaded parse-display v0.10.0 |
| 205 | 2025-03-03T21:46:54.751Z | Downloaded oxnet v0.1.1 |
| 206 | 2025-03-03T21:46:54.751Z | Downloaded is-terminal v0.4.13 |
| 207 | 2025-03-03T21:46:54.754Z | Downloaded progenitor-client v0.9.1 |
| 208 | 2025-03-03T21:46:54.754Z | Downloaded getrandom v0.2.15 |
| 209 | 2025-03-03T21:46:54.757Z | Downloaded tokio-rustls v0.26.0 |
| 210 | 2025-03-03T21:46:54.760Z | Downloaded term v0.7.0 |
| 211 | 2025-03-03T21:46:54.764Z | Downloaded lock_api v0.4.12 |
| 212 | 2025-03-03T21:46:54.766Z | Downloaded hyper-rustls v0.27.3 |
| 213 | 2025-03-03T21:46:54.767Z | Downloaded darling v0.20.10 |
| 214 | 2025-03-03T21:46:54.772Z | Downloaded typify v0.2.0 |
| 215 | 2025-03-03T21:46:54.775Z | Downloaded camino v1.1.9 |
| 216 | 2025-03-03T21:46:54.778Z | Downloaded serde_urlencoded v0.7.1 |
| 217 | 2025-03-03T21:46:54.781Z | Downloaded backoff v0.4.0 |
| 218 | 2025-03-03T21:46:54.781Z | Downloaded tokio-rustls v0.25.0 |
| 219 | 2025-03-03T21:46:54.784Z | Downloaded rand_chacha v0.3.1 |
| 220 | 2025-03-03T21:46:54.787Z | Downloaded litemap v0.7.3 |
| 221 | 2025-03-03T21:46:54.788Z | Downloaded zerovec-derive v0.10.3 |
| 222 | 2025-03-03T21:46:54.792Z | Downloaded zerocopy-derive v0.7.35 |
| 223 | 2025-03-03T21:46:54.795Z | Downloaded schemars_derive v0.8.22 |
| 224 | 2025-03-03T21:46:54.801Z | Downloaded parking_lot_core v0.9.10 |
| 225 | 2025-03-03T21:46:54.801Z | Downloaded daft-derive v0.1.1 |
| 226 | 2025-03-03T21:46:54.804Z | Downloaded multer v3.1.0 |
| 227 | 2025-03-03T21:46:54.807Z | Downloaded plain v0.2.3 |
| 228 | 2025-03-03T21:46:54.807Z | Downloaded toml v0.8.20 |
| 229 | 2025-03-03T21:46:54.810Z | Downloaded displaydoc v0.2.5 |
| 230 | 2025-03-03T21:46:54.814Z | Downloaded sync_wrapper v1.0.1 |
| 231 | 2025-03-03T21:46:54.818Z | Downloaded ucd-trie v0.1.7 |
| 232 | 2025-03-03T21:46:54.818Z | Downloaded progenitor-client v0.8.0 |
| 233 | 2025-03-03T21:46:54.818Z | Downloaded typenum v1.17.0 |
| 234 | 2025-03-03T21:46:54.822Z | Downloaded once_cell v1.20.3 |
| 235 | 2025-03-03T21:46:54.825Z | Downloaded ppv-lite86 v0.2.20 |
| 236 | 2025-03-03T21:46:54.825Z | Downloaded futures v0.3.31 |
| 237 | 2025-03-03T21:46:54.830Z | Downloaded progenitor-macro v0.8.0 |
| 238 | 2025-03-03T21:46:54.833Z | Downloaded slog-async v2.8.0 |
| 239 | 2025-03-03T21:46:54.833Z | Downloaded progenitor v0.8.0 |
| 240 | 2025-03-03T21:46:54.836Z | Downloaded num-traits v0.2.19 |
| 241 | 2025-03-03T21:46:54.839Z | Downloaded strsim v0.11.1 |
| 242 | 2025-03-03T21:46:54.839Z | Downloaded scroll_derive v0.12.0 |
| 243 | 2025-03-03T21:46:54.839Z | Downloaded rusty-fork v0.3.0 |
| 244 | 2025-03-03T21:46:54.842Z | Downloaded sha1 v0.10.6 |
| 245 | 2025-03-03T21:46:54.845Z | Downloaded strum v0.26.3 |
| 246 | 2025-03-03T21:46:54.845Z | Downloaded scopeguard v1.2.0 |
| 247 | 2025-03-03T21:46:54.845Z | Downloaded slog-bunyan v2.5.0 |
| 248 | 2025-03-03T21:46:54.849Z | Downloaded serde_path_to_error v0.1.16 |
| 249 | 2025-03-03T21:46:54.849Z | Downloaded structmeta-derive v0.3.0 |
| 250 | 2025-03-03T21:46:54.849Z | Downloaded tracing-core v0.1.32 |
| 251 | 2025-03-03T21:46:54.852Z | Downloaded pretty-hex v0.4.1 |
| 252 | 2025-03-03T21:46:54.855Z | Downloaded powerfmt v0.2.0 |
| 253 | 2025-03-03T21:46:54.855Z | Downloaded pin-project-lite v0.2.14 |
| 254 | 2025-03-03T21:46:54.859Z | Downloaded quick-error v1.2.3 |
| 255 | 2025-03-03T21:46:54.862Z | Downloaded scroll v0.12.0 |
| 256 | 2025-03-03T21:46:54.865Z | Downloaded omicron-workspace-hack v0.1.0 |
| 257 | 2025-03-03T21:46:54.865Z | Downloaded rustc-hash v2.1.1 |
| 258 | 2025-03-03T21:46:54.865Z | Downloaded icu_provider v1.5.0 |
| 259 | 2025-03-03T21:46:54.870Z | Downloaded icu_locid_transform_data v1.5.0 |
| 260 | 2025-03-03T21:46:54.873Z | Downloaded iana-time-zone v0.1.61 |
| 261 | 2025-03-03T21:46:54.873Z | Downloaded icu_normalizer_data v1.5.0 |
| 262 | 2025-03-03T21:46:54.876Z | Downloaded dropshot_endpoint v0.16.0 |
| 263 | 2025-03-03T21:46:54.879Z | Downloaded rustls-pemfile v2.2.0 |
| 264 | 2025-03-03T21:46:54.882Z | Downloaded uuid v1.15.1 |
| 265 | 2025-03-03T21:46:54.885Z | Downloaded slog-json v2.6.1 |
| 266 | 2025-03-03T21:46:54.888Z | Downloaded serde_with_macros v3.12.0 |
| 267 | 2025-03-03T21:46:54.888Z | Downloaded slab v0.4.9 |
| 268 | 2025-03-03T21:46:54.892Z | Downloaded icu_normalizer v1.5.0 |
| 269 | 2025-03-03T21:46:54.895Z | Downloaded icu_locid v1.5.0 |
| 270 | 2025-03-03T21:46:54.898Z | Downloaded strum_macros v0.26.4 |
| 271 | 2025-03-03T21:46:54.902Z | Downloaded hyper-util v0.1.10 |
| 272 | 2025-03-03T21:46:54.905Z | Downloaded signal-hook-registry v1.4.2 |
| 273 | 2025-03-03T21:46:54.908Z | Downloaded url v2.5.3 |
| 274 | 2025-03-03T21:46:54.911Z | Downloaded smallvec v1.14.0 |
| 275 | 2025-03-03T21:46:54.916Z | Downloaded unsafe-libyaml v0.2.11 |
| 276 | 2025-03-03T21:46:54.919Z | Downloaded ryu v1.0.18 |
| 277 | 2025-03-03T21:46:54.919Z | Downloaded semver v1.0.25 |
| 278 | 2025-03-03T21:46:54.923Z | Downloaded slog-term v2.9.1 |
| 279 | 2025-03-03T21:46:54.926Z | Downloaded mio v1.0.2 |
| 280 | 2025-03-03T21:46:54.929Z | Downloaded rustls-pki-types v1.10.0 |
| 281 | 2025-03-03T21:46:54.932Z | Downloaded quote v1.0.38 |
| 282 | 2025-03-03T21:46:54.936Z | Downloaded spin v0.9.8 |
| 283 | 2025-03-03T21:46:54.939Z | Downloaded sha2 v0.10.8 |
| 284 | 2025-03-03T21:46:54.942Z | Downloaded indexmap v2.7.1 |
| 285 | 2025-03-03T21:46:54.945Z | Downloaded serde_derive_internals v0.29.1 |
| 286 | 2025-03-03T21:46:54.948Z | Downloaded schemars v0.8.22 |
| 287 | 2025-03-03T21:46:54.959Z | Downloaded subtle v2.6.1 |
| 288 | 2025-03-03T21:46:54.963Z | Downloaded toml_edit v0.22.24 |
| 289 | 2025-03-03T21:46:54.983Z | Downloaded progenitor-impl v0.8.0 |
| 290 | 2025-03-03T21:46:54.988Z | Downloaded time v0.3.36 |
| 291 | 2025-03-03T21:46:54.992Z | Downloaded zerovec v0.10.4 |
| 292 | 2025-03-03T21:46:55.000Z | Downloaded crossbeam-channel v0.5.13 |
| 293 | 2025-03-03T21:46:55.005Z | Downloaded cc v1.2.15 |
| 294 | 2025-03-03T21:46:55.008Z | Downloaded serde_yaml v0.9.34+deprecated |
| 295 | 2025-03-03T21:46:55.012Z | Downloaded zerocopy v0.7.35 |
| 296 | 2025-03-03T21:46:55.026Z | Downloaded rand v0.8.5 |
| 297 | 2025-03-03T21:46:55.030Z | Downloaded pest v2.7.14 |
| 298 | 2025-03-03T21:46:55.035Z | Downloaded http v1.2.0 |
| 299 | 2025-03-03T21:46:55.038Z | Downloaded serde_derive v1.0.218 |
| 300 | 2025-03-03T21:46:55.042Z | Downloaded winnow v0.7.3 |
| 301 | 2025-03-03T21:46:55.052Z | Downloaded hashbrown v0.12.3 |
| 302 | 2025-03-03T21:46:55.056Z | Downloaded serde_with v3.12.0 |
| 303 | 2025-03-03T21:46:55.063Z | Downloaded hashbrown v0.15.1 |
| 304 | 2025-03-03T21:46:55.069Z | Downloaded serde_json v1.0.139 |
| 305 | 2025-03-03T21:46:55.076Z | Downloaded idna v1.0.3 |
| 306 | 2025-03-03T21:46:55.080Z | Downloaded tokio-util v0.7.13 |
| 307 | 2025-03-03T21:46:55.087Z | Downloaded icu_properties v1.5.1 |
| 308 | 2025-03-03T21:46:55.090Z | Downloaded bytes v1.10.0 |
| 309 | 2025-03-03T21:46:55.094Z | Downloaded quinn-proto v0.11.8 |
| 310 | 2025-03-03T21:46:55.100Z | Downloaded reqwest v0.12.12 |
| 311 | 2025-03-03T21:46:55.110Z | Downloaded h2 v0.4.6 |
| 312 | 2025-03-03T21:46:55.117Z | Downloaded rustls-webpki v0.102.8 |
| 313 | 2025-03-03T21:46:55.135Z | Downloaded vcpkg v0.2.15 |
| 314 | 2025-03-03T21:46:55.171Z | Downloaded webpki-roots v0.26.6 |
| 315 | 2025-03-03T21:46:55.174Z | Downloaded icu_properties_data v1.5.0 |
| 316 | 2025-03-03T21:46:55.184Z | Downloaded chrono v0.4.40 |
| 317 | 2025-03-03T21:46:55.192Z | Downloaded openssl v0.10.71 |
| 318 | 2025-03-03T21:46:55.202Z | Downloaded goblin v0.8.2 |
| 319 | 2025-03-03T21:46:55.209Z | Downloaded regex v1.11.1 |
| 320 | 2025-03-03T21:46:55.220Z | Downloaded proptest v1.6.0 |
| 321 | 2025-03-03T21:46:55.230Z | Downloaded syn v2.0.98 |
| 322 | 2025-03-03T21:46:55.241Z | Downloaded aho-corasick v1.1.3 |
| 323 | 2025-03-03T21:46:55.248Z | Downloaded rustls v0.22.4 |
| 324 | 2025-03-03T21:46:55.259Z | Downloaded rustls v0.23.19 |
| 325 | 2025-03-03T21:46:55.269Z | Downloaded dropshot v0.16.0 |
| 326 | 2025-03-03T21:46:55.289Z | Downloaded regress v0.10.3 |
| 327 | 2025-03-03T21:46:55.297Z | Downloaded rustix v0.38.37 |
| 328 | 2025-03-03T21:46:55.320Z | Downloaded typify-impl v0.2.0 |
| 329 | 2025-03-03T21:46:55.332Z | Downloaded regex-syntax v0.8.5 |
| 330 | 2025-03-03T21:46:55.339Z | Downloaded openapiv3 v2.0.0 |
| 331 | 2025-03-03T21:46:55.349Z | Downloaded hyper v1.6.0 |
| 332 | 2025-03-03T21:46:55.355Z | Downloaded futures-util v0.3.31 |
| 333 | 2025-03-03T21:46:55.366Z | Downloaded proc-macro2 v1.0.93 |
| 334 | 2025-03-03T21:46:55.369Z | Downloaded socket2 v0.5.8 |
| 335 | 2025-03-03T21:46:55.372Z | Downloaded quinn v0.11.5 |
| 336 | 2025-03-03T21:46:55.375Z | Downloaded memchr v2.7.4 |
| 337 | 2025-03-03T21:46:55.379Z | Downloaded serde v1.0.218 |
| 338 | 2025-03-03T21:46:55.382Z | Downloaded tower v0.5.2 |
| 339 | 2025-03-03T21:46:55.391Z | Downloaded icu_collections v1.5.0 |
| 340 | 2025-03-03T21:46:55.396Z | Downloaded crossbeam-utils v0.8.20 |
| 341 | 2025-03-03T21:46:55.400Z | Downloaded indexmap v1.9.3 |
| 342 | 2025-03-03T21:46:55.403Z | Downloaded openssl-sys v0.9.106 |
| 343 | 2025-03-03T21:46:55.407Z | Downloaded regex-automata v0.4.8 |
| 344 | 2025-03-03T21:46:55.423Z | Downloaded libc v0.2.170 |
| 345 | 2025-03-03T21:46:55.445Z | Downloaded quinn-udp v0.5.5 |
| 346 | 2025-03-03T21:46:55.449Z | Downloaded slog v2.7.0 |
| 347 | 2025-03-03T21:46:55.452Z | Downloaded tokio v1.43.0 |
| 348 | 2025-03-03T21:46:55.489Z | Downloaded shlex v1.3.0 |
| 349 | 2025-03-03T21:46:55.492Z | Downloaded base64 v0.22.1 |
| 350 | 2025-03-03T21:46:55.497Z | Downloaded rand_core v0.6.4 |
| 351 | 2025-03-03T21:46:55.500Z | Downloaded tracing v0.1.40 |
| 352 | 2025-03-03T21:46:55.505Z | Downloaded darling_core v0.20.10 |
| 353 | 2025-03-03T21:46:55.510Z | Downloaded getrandom v0.3.1 |
| 354 | 2025-03-03T21:46:55.514Z | Downloaded icu_locid_transform v1.5.0 |
| 355 | 2025-03-03T21:46:55.519Z | Downloaded pin-utils v0.1.0 |
| 356 | 2025-03-03T21:46:55.522Z | Downloaded synstructure v0.13.1 |
| 357 | 2025-03-03T21:46:55.522Z | Downloaded rustversion v1.0.17 |
| 358 | 2025-03-03T21:46:55.524Z | Downloaded rand_xorshift v0.3.0 |
| 359 | 2025-03-03T21:46:55.524Z | Downloaded test-strategy v0.4.0 |
| 360 | 2025-03-03T21:46:55.528Z | Downloaded pest_meta v2.7.14 |
| 361 | 2025-03-03T21:46:55.531Z | Downloaded parking_lot v0.12.3 |
| 362 | 2025-03-03T21:46:55.531Z | Downloaded unicode-ident v1.0.14 |
| 363 | 2025-03-03T21:46:55.534Z | Downloaded tinyvec v1.8.0 |
| 364 | 2025-03-03T21:46:55.537Z | Downloaded allocator-api2 v0.2.18 |
| 365 | 2025-03-03T21:46:55.540Z | Downloaded structmeta v0.3.0 |
| 366 | 2025-03-03T21:46:55.543Z | Downloaded serde_tokenstream v0.2.2 |
| 367 | 2025-03-03T21:46:55.543Z | Downloaded native-tls v0.2.12 |
| 368 | 2025-03-03T21:46:55.546Z | Downloaded log v0.4.22 |
| 369 | 2025-03-03T21:46:55.546Z | Downloaded itoa v1.0.11 |
| 370 | 2025-03-03T21:46:55.549Z | Downloaded futures-channel v0.3.31 |
| 371 | 2025-03-03T21:46:55.549Z | Downloaded httparse v1.9.5 |
| 372 | 2025-03-03T21:46:55.552Z | Downloaded bitflags v2.6.0 |
| 373 | 2025-03-03T21:46:55.555Z | Downloaded thiserror v1.0.69 |
| 374 | 2025-03-03T21:46:55.559Z | Downloaded pkg-config v0.3.31 |
| 375 | 2025-03-03T21:46:55.562Z | Downloaded serde_spanned v0.6.8 |
| 376 | 2025-03-03T21:46:55.562Z | Downloaded pest_derive v2.7.14 |
| 377 | 2025-03-03T21:46:55.565Z | Downloaded yoke v0.7.4 |
| 378 | 2025-03-03T21:46:55.565Z | Downloaded ipnet v2.11.0 |
| 379 | 2025-03-03T21:46:55.567Z | Downloaded stable_deref_trait v1.2.0 |
| 380 | 2025-03-03T21:46:55.567Z | Downloaded errno v0.3.9 |
| 381 | 2025-03-03T21:46:55.570Z | Downloaded paste v1.0.15 |
| 382 | 2025-03-03T21:46:55.573Z | Downloaded thiserror v2.0.11 |
| 383 | 2025-03-03T21:46:55.576Z | Downloaded httpdate v1.0.3 |
| 384 | 2025-03-03T21:46:55.580Z | Downloaded byteorder v1.5.0 |
| 385 | 2025-03-03T21:46:55.580Z | Downloaded bit-vec v0.8.0 |
| 386 | 2025-03-03T21:46:55.584Z | Downloaded http-body-util v0.1.2 |
| 387 | 2025-03-03T21:46:55.585Z | Downloaded encoding_rs v0.8.34 |
| 388 | 2025-03-03T21:46:55.602Z | Downloaded daft v0.1.1 |
| 389 | 2025-03-03T21:46:55.610Z | Downloaded hex v0.4.3 |
| 390 | 2025-03-03T21:46:55.610Z | Downloaded foldhash v0.1.3 |
| 391 | 2025-03-03T21:46:55.614Z | Downloaded dirs-sys-next v0.1.2 |
| 392 | 2025-03-03T21:46:55.614Z | Downloaded dirs-next v2.0.0 |
| 393 | 2025-03-03T21:46:55.614Z | Downloaded unarray v0.1.4 |
| 394 | 2025-03-03T21:46:55.614Z | Downloaded ring v0.17.11 |
| 395 | 2025-03-03T21:46:55.651Z | Downloaded utf8_iter v1.0.4 |
| 396 | 2025-03-03T21:46:55.654Z | Downloaded time-macros v0.2.18 |
| 397 | 2025-03-03T21:46:55.654Z | Downloaded crypto-common v0.1.6 |
| 398 | 2025-03-03T21:46:55.657Z | Downloaded lazy_static v1.5.0 |
| 399 | 2025-03-03T21:46:55.657Z | Downloaded hyper-tls v0.6.0 |
| 400 | 2025-03-03T21:46:55.657Z | Downloaded version_check v0.9.5 |
| 401 | 2025-03-03T21:46:55.660Z | Downloaded untrusted v0.9.0 |
| 402 | 2025-03-03T21:46:55.661Z | Downloaded block-buffer v0.10.4 |
| 403 | 2025-03-03T21:46:55.661Z | Downloaded utf16_iter v1.0.5 |
| 404 | 2025-03-03T21:46:55.664Z | Downloaded anyhow v1.0.96 |
| 405 | 2025-03-03T21:46:55.668Z | Downloaded fnv v1.0.7 |
| 406 | 2025-03-03T21:46:55.668Z | Downloaded generic-array v0.14.7 |
| 407 | 2025-03-03T21:46:55.668Z | Downloaded futures-macro v0.3.31 |
| 408 | 2025-03-03T21:46:55.668Z | Downloaded futures-executor v0.3.31 |
| 409 | 2025-03-03T21:46:55.672Z | Downloaded atomic-waker v1.1.2 |
| 410 | 2025-03-03T21:46:55.672Z | Downloaded thread_local v1.1.8 |
| 411 | 2025-03-03T21:46:55.672Z | Downloaded thread-id v4.2.2 |
| 412 | 2025-03-03T21:46:55.806Z | Compiling proc-macro2 v1.0.93 |
| 413 | 2025-03-03T21:46:55.806Z | Compiling unicode-ident v1.0.14 |
| 414 | 2025-03-03T21:46:55.806Z | Compiling libc v0.2.170 |
| 415 | 2025-03-03T21:46:55.810Z | Checking cfg-if v1.0.0 |
| 416 | 2025-03-03T21:46:55.810Z | Compiling autocfg v1.4.0 |
| 417 | 2025-03-03T21:46:55.810Z | Compiling serde v1.0.218 |
| 418 | 2025-03-03T21:46:55.810Z | Checking memchr v2.7.4 |
| 419 | 2025-03-03T21:46:55.828Z | Compiling serde_json v1.0.139 |
| 420 | 2025-03-03T21:46:55.918Z | Checking itoa v1.0.11 |
| 421 | 2025-03-03T21:46:56.129Z | Compiling thiserror v1.0.69 |
| 422 | 2025-03-03T21:46:56.558Z | Compiling shlex v1.3.0 |
| 423 | 2025-03-03T21:46:56.582Z | Checking once_cell v1.20.3 |
| 424 | 2025-03-03T21:46:56.792Z | Compiling cc v1.2.15 |
| 425 | 2025-03-03T21:46:56.795Z | Checking pin-project-lite v0.2.14 |
| 426 | 2025-03-03T21:46:57.053Z | Checking ryu v1.0.18 |
| 427 | 2025-03-03T21:46:57.216Z | Checking smallvec v1.14.0 |
| 428 | 2025-03-03T21:46:57.474Z | Checking bytes v1.10.0 |
| 429 | 2025-03-03T21:46:57.899Z | Compiling version_check v0.9.5 |
| 430 | 2025-03-03T21:46:57.933Z | Checking futures-core v0.3.31 |
| 431 | 2025-03-03T21:46:57.944Z | Compiling semver v1.0.25 |
| 432 | 2025-03-03T21:46:58.108Z | Compiling lock_api v0.4.12 |
| 433 | 2025-03-03T21:46:58.169Z | Compiling parking_lot_core v0.9.10 |
| 434 | 2025-03-03T21:46:58.451Z | Checking allocator-api2 v0.2.18 |
| 435 | 2025-03-03T21:46:58.461Z | Checking foldhash v0.1.3 |
| 436 | 2025-03-03T21:46:58.492Z | Checking equivalent v1.0.1 |
| 437 | 2025-03-03T21:46:58.606Z | Checking scopeguard v1.2.0 |
| 438 | 2025-03-03T21:46:58.617Z | Compiling slab v0.4.9 |
| 439 | 2025-03-03T21:46:58.633Z | Checking fnv v1.0.7 |
| 440 | 2025-03-03T21:46:58.752Z | Checking futures-sink v0.3.31 |
| 441 | 2025-03-03T21:46:58.909Z | Checking log v0.4.22 |
| 442 | 2025-03-03T21:46:58.947Z | Checking getrandom v0.2.15 |
| 443 | 2025-03-03T21:46:59.047Z | Compiling quote v1.0.38 |
| 444 | 2025-03-03T21:46:59.086Z | Checking hashbrown v0.15.1 |
| 445 | 2025-03-03T21:46:59.108Z | Checking mio v1.0.2 |
| 446 | 2025-03-03T21:46:59.120Z | Checking signal-hook-registry v1.4.2 |
| 447 | 2025-03-03T21:46:59.162Z | Checking socket2 v0.5.8 |
| 448 | 2025-03-03T21:46:59.280Z | Checking parking_lot v0.12.3 |
| 449 | 2025-03-03T21:46:59.359Z | Compiling num-traits v0.2.19 |
| 450 | 2025-03-03T21:46:59.426Z | Compiling syn v2.0.98 |
| 451 | 2025-03-03T21:46:59.524Z | Checking stable_deref_trait v1.2.0 |
| 452 | 2025-03-03T21:46:59.597Z | Compiling ring v0.17.11 |
| 453 | 2025-03-03T21:46:59.609Z | Checking futures-channel v0.3.31 |
| 454 | 2025-03-03T21:46:59.617Z | Compiling getrandom v0.3.1 |
| 455 | 2025-03-03T21:46:59.636Z | Checking pin-utils v0.1.0 |
| 456 | 2025-03-03T21:46:59.670Z | Checking futures-io v0.3.31 |
| 457 | 2025-03-03T21:46:59.722Z | Checking futures-task v0.3.31 |
| 458 | 2025-03-03T21:46:59.858Z | Checking http v1.2.0 |
| 459 | 2025-03-03T21:46:59.947Z | Checking rustls-pki-types v1.10.0 |
| 460 | 2025-03-03T21:46:59.959Z | Checking bitflags v2.6.0 |
| 461 | 2025-03-03T21:47:00.198Z | Compiling vcpkg v0.2.15 |
| 462 | 2025-03-03T21:47:00.229Z | Compiling pkg-config v0.3.31 |
| 463 | 2025-03-03T21:47:00.270Z | Checking iana-time-zone v0.1.61 |
| 464 | 2025-03-03T21:47:00.488Z | Compiling schemars v0.8.22 |
| 465 | 2025-03-03T21:47:00.698Z | Compiling heck v0.5.0 |
| 466 | 2025-03-03T21:47:01.121Z | Checking litemap v0.7.3 |
| 467 | 2025-03-03T21:47:01.245Z | Checking untrusted v0.9.0 |
| 468 | 2025-03-03T21:47:01.390Z | Checking dyn-clone v1.0.18 |
| 469 | 2025-03-03T21:47:01.410Z | Compiling httparse v1.9.5 |
| 470 | 2025-03-03T21:47:01.454Z | Checking writeable v0.5.5 |
| 471 | 2025-03-03T21:47:01.501Z | Compiling openssl-sys v0.9.106 |
| 472 | 2025-03-03T21:47:01.524Z | Checking tracing-core v0.1.32 |
| 473 | 2025-03-03T21:47:01.736Z | Checking atomic-waker v1.1.2 |
| 474 | 2025-03-03T21:47:01.748Z | Compiling ucd-trie v0.1.7 |
| 475 | 2025-03-03T21:47:02.135Z | Checking tracing v0.1.40 |
| 476 | 2025-03-03T21:47:02.174Z | Checking http-body v1.0.1 |
| 477 | 2025-03-03T21:47:02.375Z | Checking zeroize v1.8.1 |
| 478 | 2025-03-03T21:47:02.409Z | Checking icu_locid_transform_data v1.5.0 |
| 479 | 2025-03-03T21:47:02.457Z | Checking try-lock v0.2.5 |
| 480 | 2025-03-03T21:47:02.500Z | Checking byteorder v1.5.0 |
| 481 | 2025-03-03T21:47:02.578Z | Checking subtle v2.6.1 |
| 482 | 2025-03-03T21:47:02.830Z | Checking want v0.3.1 |
| 483 | 2025-03-03T21:47:02.875Z | Compiling uuid v1.15.1 |
| 484 | 2025-03-03T21:47:02.981Z | Checking icu_properties_data v1.5.0 |
| 485 | 2025-03-03T21:47:03.061Z | Compiling chrono v0.4.40 |
| 486 | 2025-03-03T21:47:03.107Z | Checking foreign-types-shared v0.1.1 |
| 487 | 2025-03-03T21:47:03.210Z | Checking httpdate v1.0.3 |
| 488 | 2025-03-03T21:47:03.350Z | Checking tower-service v0.3.3 |
| 489 | 2025-03-03T21:47:03.379Z | Compiling openssl v0.10.71 |
| 490 | 2025-03-03T21:47:03.467Z | Checking foreign-types v0.3.2 |
| 491 | 2025-03-03T21:47:03.495Z | Compiling regress v0.10.3 |
| 492 | 2025-03-03T21:47:03.539Z | Compiling aho-corasick v1.1.3 |
| 493 | 2025-03-03T21:47:03.727Z | Checking write16 v1.0.0 |
| 494 | 2025-03-03T21:47:03.737Z | Compiling rustls v0.23.19 |
| 495 | 2025-03-03T21:47:03.854Z | Checking icu_normalizer_data v1.5.0 |
| 496 | 2025-03-03T21:47:03.940Z | Checking utf16_iter v1.0.5 |
| 497 | 2025-03-03T21:47:04.111Z | Checking percent-encoding v2.3.1 |
| 498 | 2025-03-03T21:47:04.317Z | Compiling slog v2.7.0 |
| 499 | 2025-03-03T21:47:04.320Z | Checking utf8_iter v1.0.4 |
| 500 | 2025-03-03T21:47:04.519Z | Compiling regex-syntax v0.8.5 |
| 501 | 2025-03-03T21:47:04.687Z | Compiling native-tls v0.2.12 |
| 502 | 2025-03-03T21:47:04.805Z | Checking form_urlencoded v1.2.1 |
| 503 | 2025-03-03T21:47:05.623Z | Compiling serde_derive_internals v0.29.1 |
| 504 | 2025-03-03T21:47:05.897Z | Compiling synstructure v0.13.1 |
| 505 | 2025-03-03T21:47:07.018Z | Checking openssl-probe v0.1.5 |
| 506 | 2025-03-03T21:47:07.177Z | Compiling typenum v1.17.0 |
| 507 | 2025-03-03T21:47:07.765Z | Compiling regex-automata v0.4.8 |
| 508 | 2025-03-03T21:47:07.812Z | Compiling generic-array v0.14.7 |
| 509 | 2025-03-03T21:47:08.176Z | Checking encoding_rs v0.8.34 |
| 510 | 2025-03-03T21:47:09.219Z | Checking mime v0.3.17 |
| 511 | 2025-03-03T21:47:09.457Z | Compiling serde_derive v1.0.218 |
| 512 | 2025-03-03T21:47:09.522Z | Compiling thiserror-impl v1.0.69 |
| 513 | 2025-03-03T21:47:09.607Z | Compiling schemars_derive v0.8.22 |
| 514 | 2025-03-03T21:47:09.831Z | Compiling zerofrom-derive v0.1.4 |
| 515 | 2025-03-03T21:47:10.218Z | Compiling tokio-macros v2.5.0 |
| 516 | 2025-03-03T21:47:10.427Z | Compiling yoke-derive v0.7.4 |
| 517 | 2025-03-03T21:47:11.824Z | Checking tokio v1.43.0 |
| 518 | 2025-03-03T21:47:12.161Z | Compiling zerovec-derive v0.10.3 |
| 519 | 2025-03-03T21:47:12.185Z | Compiling futures-macro v0.3.31 |
| 520 | 2025-03-03T21:47:12.542Z | Checking zerofrom v0.1.4 |
| 521 | 2025-03-03T21:47:12.661Z | Compiling zerocopy-derive v0.7.35 |
| 522 | 2025-03-03T21:47:12.742Z | Checking yoke v0.7.4 |
| 523 | 2025-03-03T21:47:13.063Z | Compiling displaydoc v0.2.5 |
| 524 | 2025-03-03T21:47:13.902Z | Compiling icu_provider_macros v1.5.0 |
| 525 | 2025-03-03T21:47:13.915Z | Checking futures-util v0.3.31 |
| 526 | 2025-03-03T21:47:14.450Z | Compiling pest v2.7.14 |
| 527 | 2025-03-03T21:47:14.453Z | Checking zerovec v0.10.4 |
| 528 | 2025-03-03T21:47:14.631Z | Checking zerocopy v0.7.35 |
| 529 | 2025-03-03T21:47:14.922Z | Compiling openssl-macros v0.1.1 |
| 530 | 2025-03-03T21:47:15.840Z | Compiling regex v1.11.1 |
| 531 | 2025-03-03T21:47:16.742Z | Checking tinystr v0.7.6 |
| 532 | 2025-03-03T21:47:16.847Z | Checking rustls-webpki v0.102.8 |
| 533 | 2025-03-03T21:47:17.073Z | Checking icu_locid v1.5.0 |
| 534 | 2025-03-03T21:47:17.401Z | Compiling pest_meta v2.7.14 |
| 535 | 2025-03-03T21:47:17.583Z | Checking icu_collections v1.5.0 |
| 536 | 2025-03-03T21:47:18.033Z | Checking icu_provider v1.5.0 |
| 537 | 2025-03-03T21:47:18.418Z | Checking tokio-util v0.7.13 |
| 538 | 2025-03-03T21:47:18.445Z | Checking http-body-util v0.1.2 |
| 539 | 2025-03-03T21:47:18.646Z | Checking icu_locid_transform v1.5.0 |
| 540 | 2025-03-03T21:47:18.885Z | Compiling pest_generator v2.7.14 |
| 541 | 2025-03-03T21:47:19.641Z | Checking icu_properties v1.5.1 |
| 542 | 2025-03-03T21:47:20.521Z | Checking indexmap v2.7.1 |
| 543 | 2025-03-03T21:47:21.066Z | Compiling serde_tokenstream v0.2.2 |
| 544 | 2025-03-03T21:47:21.595Z | Compiling pest_derive v2.7.14 |
| 545 | 2025-03-03T21:47:21.674Z | Checking h2 v0.4.6 |
| 546 | 2025-03-03T21:47:22.205Z | Checking tokio-native-tls v0.3.1 |
| 547 | 2025-03-03T21:47:22.458Z | Checking serde_urlencoded v0.7.1 |
| 548 | 2025-03-03T21:47:22.894Z | Checking tokio-rustls v0.26.0 |
| 549 | 2025-03-03T21:47:22.908Z | Checking icu_normalizer v1.5.0 |
| 550 | 2025-03-03T21:47:23.143Z | Compiling scroll_derive v0.12.0 |
| 551 | 2025-03-03T21:47:23.653Z | Checking idna_adapter v1.2.0 |
| 552 | 2025-03-03T21:47:23.846Z | Checking idna v1.0.3 |
| 553 | 2025-03-03T21:47:24.060Z | Checking rustls-pemfile v2.2.0 |
| 554 | 2025-03-03T21:47:24.284Z | Checking webpki-roots v0.26.6 |
| 555 | 2025-03-03T21:47:24.329Z | Checking rand_core v0.6.4 |
| 556 | 2025-03-03T21:47:24.393Z | Compiling usdt-impl v0.5.0 |
| 557 | 2025-03-03T21:47:24.491Z | Checking sync_wrapper v1.0.1 |
| 558 | 2025-03-03T21:47:24.585Z | Compiling typify-impl v0.2.0 |
| 559 | 2025-03-03T21:47:24.602Z | Checking base64 v0.22.1 |
| 560 | 2025-03-03T21:47:24.634Z | Compiling num-conv v0.1.0 |
| 561 | 2025-03-03T21:47:24.648Z | Compiling rustix v0.38.37 |
| 562 | 2025-03-03T21:47:24.794Z | Checking tower-layer v0.3.3 |
| 563 | 2025-03-03T21:47:24.907Z | Checking powerfmt v0.2.0 |
| 564 | 2025-03-03T21:47:25.055Z | Compiling time-core v0.1.2 |
| 565 | 2025-03-03T21:47:25.078Z | Checking tower v0.5.2 |
| 566 | 2025-03-03T21:47:25.182Z | Checking deranged v0.3.11 |
| 567 | 2025-03-03T21:47:25.226Z | Compiling time-macros v0.2.18 |
| 568 | 2025-03-03T21:47:25.599Z | Checking scroll v0.12.0 |
| 569 | 2025-03-03T21:47:25.798Z | Checking url v2.5.3 |
| 570 | 2025-03-03T21:47:25.801Z | Checking hyper v1.6.0 |
| 571 | 2025-03-03T21:47:26.041Z | Compiling thread-id v4.2.2 |
| 572 | 2025-03-03T21:47:26.160Z | Compiling dof v0.3.0 |
| 573 | 2025-03-03T21:47:26.305Z | Compiling dtrace-parser v0.2.0 |
| 574 | 2025-03-03T21:47:26.506Z | Checking ppv-lite86 v0.2.20 |
| 575 | 2025-03-03T21:47:26.625Z | Compiling structmeta-derive v0.3.0 |
| 576 | 2025-03-03T21:47:26.934Z | Checking errno v0.3.9 |
| 577 | 2025-03-03T21:47:27.127Z | Compiling strsim v0.11.1 |
| 578 | 2025-03-03T21:47:27.428Z | Compiling crossbeam-utils v0.8.20 |
| 579 | 2025-03-03T21:47:27.816Z | Checking hyper-util v0.1.10 |
| 580 | 2025-03-03T21:47:27.897Z | Compiling ident_case v1.0.1 |
| 581 | 2025-03-03T21:47:27.967Z | Compiling rustversion v1.0.17 |
| 582 | 2025-03-03T21:47:28.068Z | Checking ipnet v2.11.0 |
| 583 | 2025-03-03T21:47:28.112Z | Compiling paste v1.0.15 |
| 584 | 2025-03-03T21:47:28.606Z | Checking num_threads v0.1.7 |
| 585 | 2025-03-03T21:47:28.610Z | Checking plain v0.2.3 |
| 586 | 2025-03-03T21:47:28.721Z | Checking time v0.3.36 |
| 587 | 2025-03-03T21:47:28.763Z | Checking goblin v0.8.2 |
| 588 | 2025-03-03T21:47:28.800Z | Compiling darling_core v0.20.10 |
| 589 | 2025-03-03T21:47:29.006Z | Compiling structmeta v0.3.0 |
| 590 | 2025-03-03T21:47:29.428Z | Checking hyper-tls v0.6.0 |
| 591 | 2025-03-03T21:47:29.706Z | Checking hyper-rustls v0.27.3 |
| 592 | 2025-03-03T21:47:30.012Z | Checking reqwest v0.12.12 |
| 593 | 2025-03-03T21:47:30.354Z | Checking rand_chacha v0.3.1 |
| 594 | 2025-03-03T21:47:31.520Z | Compiling openapiv3 v2.0.0 |
| 595 | 2025-03-03T21:47:32.028Z | Checking dirs-sys-next v0.1.2 |
| 596 | 2025-03-03T21:47:32.394Z | Compiling omicron-workspace-hack v0.1.0 |
| 597 | 2025-03-03T21:47:32.543Z | Compiling rustls v0.22.4 |
| 598 | 2025-03-03T21:47:32.619Z | Compiling unsafe-libyaml v0.2.11 |
| 599 | 2025-03-03T21:47:32.721Z | Checking fastrand v2.1.1 |
| 600 | 2025-03-03T21:47:32.868Z | Compiling newtype-uuid v1.2.1 |
| 601 | 2025-03-03T21:47:33.049Z | Checking pretty-hex v0.4.1 |
| 602 | 2025-03-03T21:47:33.241Z | Checking tempfile v3.13.0 |
| 603 | 2025-03-03T21:47:33.434Z | Checking dirs-next v2.0.0 |
| 604 | 2025-03-03T21:47:33.602Z | Checking rand v0.8.5 |
| 605 | 2025-03-03T21:47:34.024Z | Compiling darling_macro v0.20.10 |
| 606 | 2025-03-03T21:47:34.037Z | Compiling serde_yaml v0.9.34+deprecated |
| 607 | 2025-03-03T21:47:34.987Z | Checking crypto-common v0.1.6 |
| 608 | 2025-03-03T21:47:35.054Z | Checking block-buffer v0.10.4 |
| 609 | 2025-03-03T21:47:35.168Z | Checking ipnetwork v0.21.1 |
| 610 | 2025-03-03T21:47:35.196Z | Checking serde_spanned v0.6.8 |
| 611 | 2025-03-03T21:47:35.244Z | Checking toml_datetime v0.6.8 |
| 612 | 2025-03-03T21:47:35.395Z | Checking wait-timeout v0.2.0 |
| 613 | 2025-03-03T21:47:35.473Z | Compiling multer v3.1.0 |
| 614 | 2025-03-03T21:47:35.489Z | Checking thread_local v1.1.8 |
| 615 | 2025-03-03T21:47:35.519Z | Checking quick-error v1.2.3 |
| 616 | 2025-03-03T21:47:35.532Z | Compiling camino v1.1.9 |
| 617 | 2025-03-03T21:47:35.579Z | Compiling anyhow v1.0.96 |
| 618 | 2025-03-03T21:47:35.662Z | Checking match_cfg v0.1.0 |
| 619 | 2025-03-03T21:47:35.749Z | Checking winnow v0.7.3 |
| 620 | 2025-03-03T21:47:35.762Z | Compiling thiserror v2.0.11 |
| 621 | 2025-03-03T21:47:35.849Z | Compiling slog-async v2.8.0 |
| 622 | 2025-03-03T21:47:35.862Z | Checking bit-vec v0.8.0 |
| 623 | 2025-03-03T21:47:35.915Z | Compiling typify-macro v0.2.0 |
| 624 | 2025-03-03T21:47:36.153Z | Compiling strum_macros v0.26.4 |
| 625 | 2025-03-03T21:47:36.228Z | Checking bit-set v0.8.0 |
| 626 | 2025-03-03T21:47:36.456Z | Checking hostname v0.3.1 |
| 627 | 2025-03-03T21:47:36.484Z | Checking rusty-fork v0.3.0 |
| 628 | 2025-03-03T21:47:36.506Z | Checking oxnet v0.1.1 |
| 629 | 2025-03-03T21:47:36.709Z | Checking digest v0.10.7 |
| 630 | 2025-03-03T21:47:36.781Z | Checking crossbeam-channel v0.5.13 |
| 631 | 2025-03-03T21:47:36.856Z | Compiling darling v0.20.10 |
| 632 | 2025-03-03T21:47:36.966Z | Checking term v0.7.0 |
| 633 | 2025-03-03T21:47:37.118Z | Compiling usdt-attr-macro v0.5.0 |
| 634 | 2025-03-03T21:47:37.374Z | Compiling usdt-macro v0.5.0 |
| 635 | 2025-03-03T21:47:37.393Z | Checking progenitor-client v0.8.0 |
| 636 | 2025-03-03T21:47:37.478Z | Checking slog-json v2.6.1 |
| 637 | 2025-03-03T21:47:37.712Z | Compiling parse-display-derive v0.10.0 |
| 638 | 2025-03-03T21:47:37.742Z | Checking rand_xorshift v0.3.0 |
| 639 | 2025-03-03T21:47:37.923Z | Checking hex v0.4.3 |
| 640 | 2025-03-03T21:47:38.360Z | Checking futures-executor v0.3.31 |
| 641 | 2025-03-03T21:47:38.461Z | Compiling thiserror-impl v2.0.11 |
| 642 | 2025-03-03T21:47:38.539Z | Checking toml_edit v0.22.24 |
| 643 | 2025-03-03T21:47:38.570Z | Compiling async-stream-impl v0.3.6 |
| 644 | 2025-03-03T21:47:38.599Z | Compiling daft-derive v0.1.1 |
| 645 | 2025-03-03T21:47:39.099Z | Compiling typify v0.2.0 |
| 646 | 2025-03-03T21:47:39.229Z | Compiling progenitor-impl v0.8.0 |
| 647 | 2025-03-03T21:47:40.073Z | Checking memmap v0.7.0 |
| 648 | 2025-03-03T21:47:40.203Z | Checking is-terminal v0.4.13 |
| 649 | 2025-03-03T21:47:40.289Z | Compiling dropshot v0.16.0 |
| 650 | 2025-03-03T21:47:40.324Z | Checking take_mut v0.2.2 |
| 651 | 2025-03-03T21:47:40.426Z | Checking lazy_static v1.5.0 |
| 652 | 2025-03-03T21:47:40.478Z | Checking spin v0.9.8 |
| 653 | 2025-03-03T21:47:40.553Z | Checking unarray v0.1.4 |
| 654 | 2025-03-03T21:47:40.643Z | Checking cpufeatures v0.2.14 |
| 655 | 2025-03-03T21:47:40.703Z | Checking proptest v1.6.0 |
| 656 | 2025-03-03T21:47:40.732Z | Checking sha1 v0.10.6 |
| 657 | 2025-03-03T21:47:41.069Z | Checking tokio-rustls v0.25.0 |
| 658 | 2025-03-03T21:47:41.164Z | Checking parse-display v0.10.0 |
| 659 | 2025-03-03T21:47:41.200Z | Checking toml v0.8.20 |
| 660 | 2025-03-03T21:47:41.304Z | Checking slog-term v2.9.1 |
| 661 | 2025-03-03T21:47:41.324Z | Checking usdt v0.5.0 |
| 662 | 2025-03-03T21:47:41.392Z | Checking strum v0.26.3 |
| 663 | 2025-03-03T21:47:41.404Z | Checking daft v0.1.1 |
| 664 | 2025-03-03T21:47:41.558Z | Checking async-stream v0.3.6 |
| 665 | 2025-03-03T21:47:41.570Z | Checking futures v0.3.31 |
| 666 | 2025-03-03T21:47:41.677Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 667 | 2025-03-03T21:47:41.747Z | Checking slog-bunyan v2.5.0 |
| 668 | 2025-03-03T21:47:41.768Z | Compiling serde_with_macros v3.12.0 |
| 669 | 2025-03-03T21:47:41.879Z | Compiling test-strategy v0.4.0 |
| 670 | 2025-03-03T21:47:41.906Z | Compiling dropshot_endpoint v0.16.0 |
| 671 | 2025-03-03T21:47:41.926Z | Checking serde_path_to_error v0.1.16 |
| 672 | 2025-03-03T21:47:42.162Z | Compiling async-trait v0.1.86 |
| 673 | 2025-03-03T21:47:42.356Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 674 | 2025-03-03T21:47:42.516Z | Checking waitgroup v0.1.2 |
| 675 | 2025-03-03T21:47:42.663Z | Checking hostname v0.4.0 |
| 676 | 2025-03-03T21:47:42.811Z | Checking instant v0.1.13 |
| 677 | 2025-03-03T21:47:42.937Z | Checking debug-ignore v1.0.5 |
| 678 | 2025-03-03T21:47:43.086Z | Checking backoff v0.4.0 |
| 679 | 2025-03-03T21:47:43.180Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 680 | 2025-03-03T21:47:43.336Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 681 | 2025-03-03T21:47:43.367Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 682 | 2025-03-03T21:47:43.890Z | Checking progenitor-client v0.9.1 |
| 683 | 2025-03-03T21:47:44.138Z | Checking serde_with v3.12.0 |
| 684 | 2025-03-03T21:47:44.230Z | Checking macaddr v1.0.1 |
| 685 | 2025-03-03T21:47:44.624Z | Compiling progenitor-macro v0.8.0 |
| 686 | 2025-03-03T21:47:44.882Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 687 | 2025-03-03T21:47:48.359Z | Checking progenitor v0.8.0 |
| 688 | 2025-03-03T21:47:48.469Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 689 | 2025-03-03T21:47:51.212Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 690 | 2025-03-03T21:47:58.469Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 691 | 2025-03-03T21:47:58.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 692 | 2025-03-03T21:47:58.669Z | + cargo build --release |
| 693 | 2025-03-03T21:47:58.901Z | Compiling proc-macro2 v1.0.93 |
| 694 | 2025-03-03T21:47:58.901Z | Compiling unicode-ident v1.0.14 |
| 695 | 2025-03-03T21:47:58.904Z | Compiling libc v0.2.170 |
| 696 | 2025-03-03T21:47:58.904Z | Compiling cfg-if v1.0.0 |
| 697 | 2025-03-03T21:47:58.904Z | Compiling autocfg v1.4.0 |
| 698 | 2025-03-03T21:47:58.904Z | Compiling serde v1.0.218 |
| 699 | 2025-03-03T21:47:58.904Z | Compiling memchr v2.7.4 |
| 700 | 2025-03-03T21:47:58.948Z | Compiling serde_json v1.0.139 |
| 701 | 2025-03-03T21:47:59.023Z | Compiling itoa v1.0.11 |
| 702 | 2025-03-03T21:47:59.258Z | Compiling thiserror v1.0.69 |
| 703 | 2025-03-03T21:47:59.327Z | Compiling shlex v1.3.0 |
| 704 | 2025-03-03T21:47:59.524Z | Compiling pin-project-lite v0.2.14 |
| 705 | 2025-03-03T21:47:59.636Z | Compiling cc v1.2.15 |
| 706 | 2025-03-03T21:47:59.654Z | Compiling once_cell v1.20.3 |
| 707 | 2025-03-03T21:47:59.813Z | Compiling ryu v1.0.18 |
| 708 | 2025-03-03T21:48:00.091Z | Compiling smallvec v1.14.0 |
| 709 | 2025-03-03T21:48:00.322Z | Compiling semver v1.0.25 |
| 710 | 2025-03-03T21:48:00.362Z | Compiling bytes v1.10.0 |
| 711 | 2025-03-03T21:48:00.532Z | Compiling version_check v0.9.5 |
| 712 | 2025-03-03T21:48:00.561Z | Compiling futures-core v0.3.31 |
| 713 | 2025-03-03T21:48:00.801Z | Compiling quote v1.0.38 |
| 714 | 2025-03-03T21:48:00.820Z | Compiling lock_api v0.4.12 |
| 715 | 2025-03-03T21:48:01.096Z | Compiling parking_lot_core v0.9.10 |
| 716 | 2025-03-03T21:48:01.174Z | Compiling syn v2.0.98 |
| 717 | 2025-03-03T21:48:01.252Z | Compiling getrandom v0.2.15 |
| 718 | 2025-03-03T21:48:01.321Z | Compiling foldhash v0.1.3 |
| 719 | 2025-03-03T21:48:01.329Z | Compiling equivalent v1.0.1 |
| 720 | 2025-03-03T21:48:01.448Z | Compiling allocator-api2 v0.2.18 |
| 721 | 2025-03-03T21:48:01.586Z | Compiling scopeguard v1.2.0 |
| 722 | 2025-03-03T21:48:01.743Z | Compiling slab v0.4.9 |
| 723 | 2025-03-03T21:48:01.797Z | Compiling futures-sink v0.3.31 |
| 724 | 2025-03-03T21:48:02.142Z | Compiling hashbrown v0.15.1 |
| 725 | 2025-03-03T21:48:02.142Z | Compiling fnv v1.0.7 |
| 726 | 2025-03-03T21:48:02.223Z | Compiling parking_lot v0.12.3 |
| 727 | 2025-03-03T21:48:02.281Z | Compiling signal-hook-registry v1.4.2 |
| 728 | 2025-03-03T21:48:02.339Z | Compiling mio v1.0.2 |
| 729 | 2025-03-03T21:48:02.440Z | Compiling socket2 v0.5.8 |
| 730 | 2025-03-03T21:48:02.465Z | Compiling log v0.4.22 |
| 731 | 2025-03-03T21:48:02.817Z | Compiling num-traits v0.2.19 |
| 732 | 2025-03-03T21:48:02.922Z | Compiling stable_deref_trait v1.2.0 |
| 733 | 2025-03-03T21:48:03.025Z | Compiling ring v0.17.11 |
| 734 | 2025-03-03T21:48:03.438Z | Compiling futures-channel v0.3.31 |
| 735 | 2025-03-03T21:48:03.583Z | Compiling futures-task v0.3.31 |
| 736 | 2025-03-03T21:48:03.777Z | Compiling pin-utils v0.1.0 |
| 737 | 2025-03-03T21:48:03.868Z | Compiling futures-io v0.3.31 |
| 738 | 2025-03-03T21:48:03.877Z | Compiling getrandom v0.3.1 |
| 739 | 2025-03-03T21:48:03.942Z | Compiling http v1.2.0 |
| 740 | 2025-03-03T21:48:04.243Z | Compiling vcpkg v0.2.15 |
| 741 | 2025-03-03T21:48:04.288Z | Compiling schemars v0.8.22 |
| 742 | 2025-03-03T21:48:04.299Z | Compiling pkg-config v0.3.31 |
| 743 | 2025-03-03T21:48:04.687Z | Compiling iana-time-zone v0.1.61 |
| 744 | 2025-03-03T21:48:04.906Z | Compiling heck v0.5.0 |
| 745 | 2025-03-03T21:48:05.274Z | Compiling bitflags v2.6.0 |
| 746 | 2025-03-03T21:48:05.410Z | Compiling rustls-pki-types v1.10.0 |
| 747 | 2025-03-03T21:48:05.565Z | Compiling openssl-sys v0.9.106 |
| 748 | 2025-03-03T21:48:06.037Z | Compiling dyn-clone v1.0.18 |
| 749 | 2025-03-03T21:48:06.253Z | Compiling httparse v1.9.5 |
| 750 | 2025-03-03T21:48:06.260Z | Compiling litemap v0.7.3 |
| 751 | 2025-03-03T21:48:06.595Z | Compiling untrusted v0.9.0 |
| 752 | 2025-03-03T21:48:06.640Z | Compiling writeable v0.5.5 |
| 753 | 2025-03-03T21:48:07.060Z | Compiling tracing-core v0.1.32 |
| 754 | 2025-03-03T21:48:07.136Z | Compiling ucd-trie v0.1.7 |
| 755 | 2025-03-03T21:48:07.196Z | Compiling atomic-waker v1.1.2 |
| 756 | 2025-03-03T21:48:07.578Z | Compiling http-body v1.0.1 |
| 757 | 2025-03-03T21:48:07.822Z | Compiling tracing v0.1.40 |
| 758 | 2025-03-03T21:48:08.027Z | Compiling try-lock v0.2.5 |
| 759 | 2025-03-03T21:48:08.387Z | Compiling synstructure v0.13.1 |
| 760 | 2025-03-03T21:48:08.449Z | Compiling serde_derive_internals v0.29.1 |
| 761 | 2025-03-03T21:48:08.468Z | Compiling icu_locid_transform_data v1.5.0 |
| 762 | 2025-03-03T21:48:08.518Z | Compiling subtle v2.6.1 |
| 763 | 2025-03-03T21:48:08.947Z | Compiling zeroize v1.8.1 |
| 764 | 2025-03-03T21:48:08.980Z | Compiling byteorder v1.5.0 |
| 765 | 2025-03-03T21:48:09.220Z | Compiling chrono v0.4.40 |
| 766 | 2025-03-03T21:48:09.282Z | Compiling want v0.3.1 |
| 767 | 2025-03-03T21:48:09.553Z | Compiling openssl v0.10.71 |
| 768 | 2025-03-03T21:48:09.608Z | Compiling foreign-types-shared v0.1.1 |
| 769 | 2025-03-03T21:48:09.638Z | Compiling uuid v1.15.1 |
| 770 | 2025-03-03T21:48:09.720Z | Compiling tower-service v0.3.3 |
| 771 | 2025-03-03T21:48:09.849Z | Compiling httpdate v1.0.3 |
| 772 | 2025-03-03T21:48:10.002Z | Compiling icu_properties_data v1.5.0 |
| 773 | 2025-03-03T21:48:10.243Z | Compiling foreign-types v0.3.2 |
| 774 | 2025-03-03T21:48:10.315Z | Compiling regress v0.10.3 |
| 775 | 2025-03-03T21:48:10.578Z | Compiling aho-corasick v1.1.3 |
| 776 | 2025-03-03T21:48:11.044Z | Compiling percent-encoding v2.3.1 |
| 777 | 2025-03-03T21:48:11.550Z | Compiling icu_normalizer_data v1.5.0 |
| 778 | 2025-03-03T21:48:11.645Z | Compiling utf16_iter v1.0.5 |
| 779 | 2025-03-03T21:48:11.655Z | Compiling regex-syntax v0.8.5 |
| 780 | 2025-03-03T21:48:11.875Z | Compiling native-tls v0.2.12 |
| 781 | 2025-03-03T21:48:12.276Z | Compiling write16 v1.0.0 |
| 782 | 2025-03-03T21:48:12.288Z | Compiling serde_derive v1.0.218 |
| 783 | 2025-03-03T21:48:12.419Z | Compiling thiserror-impl v1.0.69 |
| 784 | 2025-03-03T21:48:12.566Z | Compiling schemars_derive v0.8.22 |
| 785 | 2025-03-03T21:48:14.135Z | Compiling tokio-macros v2.5.0 |
| 786 | 2025-03-03T21:48:14.175Z | Compiling zerofrom-derive v0.1.4 |
| 787 | 2025-03-03T21:48:14.186Z | Compiling yoke-derive v0.7.4 |
| 788 | 2025-03-03T21:48:14.793Z | Compiling zerovec-derive v0.10.3 |
| 789 | 2025-03-03T21:48:15.222Z | Compiling futures-macro v0.3.31 |
| 790 | 2025-03-03T21:48:15.336Z | Compiling zerocopy-derive v0.7.35 |
| 791 | 2025-03-03T21:48:15.599Z | Compiling tokio v1.43.0 |
| 792 | 2025-03-03T21:48:16.551Z | Compiling displaydoc v0.2.5 |
| 793 | 2025-03-03T21:48:17.002Z | Compiling futures-util v0.3.31 |
| 794 | 2025-03-03T21:48:17.089Z | Compiling zerofrom v0.1.4 |
| 795 | 2025-03-03T21:48:17.137Z | Compiling icu_provider_macros v1.5.0 |
| 796 | 2025-03-03T21:48:17.201Z | Compiling pest v2.7.14 |
| 797 | 2025-03-03T21:48:17.304Z | Compiling yoke v0.7.4 |
| 798 | 2025-03-03T21:48:17.649Z | Compiling zerovec v0.10.4 |
| 799 | 2025-03-03T21:48:18.144Z | Compiling zerocopy v0.7.35 |
| 800 | 2025-03-03T21:48:18.267Z | Compiling openssl-macros v0.1.1 |
| 801 | 2025-03-03T21:48:19.620Z | Compiling tinystr v0.7.6 |
| 802 | 2025-03-03T21:48:19.992Z | Compiling icu_locid v1.5.0 |
| 803 | 2025-03-03T21:48:20.031Z | Compiling rustls-webpki v0.102.8 |
| 804 | 2025-03-03T21:48:20.366Z | Compiling pest_meta v2.7.14 |
| 805 | 2025-03-03T21:48:23.152Z | Compiling icu_provider v1.5.0 |
| 806 | 2025-03-03T21:48:23.918Z | Compiling icu_collections v1.5.0 |
| 807 | 2025-03-03T21:48:24.962Z | Compiling indexmap v2.7.1 |
| 808 | 2025-03-03T21:48:26.788Z | Compiling serde_tokenstream v0.2.2 |
| 809 | 2025-03-03T21:48:26.874Z | Compiling tokio-util v0.7.13 |
| 810 | 2025-03-03T21:48:27.310Z | Compiling icu_locid_transform v1.5.0 |
| 811 | 2025-03-03T21:48:27.655Z | Compiling pest_generator v2.7.14 |
| 812 | 2025-03-03T21:48:27.918Z | Compiling h2 v0.4.6 |
| 813 | 2025-03-03T21:48:29.072Z | Compiling icu_properties v1.5.1 |
| 814 | 2025-03-03T21:48:30.451Z | Compiling slog v2.7.0 |
| 815 | 2025-03-03T21:48:30.714Z | Compiling rustls v0.23.19 |
| 816 | 2025-03-03T21:48:30.985Z | Compiling utf8_iter v1.0.4 |
| 817 | 2025-03-03T21:48:31.154Z | Compiling typify-impl v0.2.0 |
| 818 | 2025-03-03T21:48:31.262Z | Compiling pest_derive v2.7.14 |
| 819 | 2025-03-03T21:48:33.307Z | Compiling icu_normalizer v1.5.0 |
| 820 | 2025-03-03T21:48:35.036Z | Compiling hyper v1.6.0 |
| 821 | 2025-03-03T21:48:35.528Z | Compiling regex-automata v0.4.8 |
| 822 | 2025-03-03T21:48:38.972Z | Compiling hyper-util v0.1.10 |
| 823 | 2025-03-03T21:48:41.042Z | Compiling form_urlencoded v1.2.1 |
| 824 | 2025-03-03T21:48:41.628Z | Compiling openssl-probe v0.1.5 |
| 825 | 2025-03-03T21:48:42.148Z | Compiling typenum v1.17.0 |
| 826 | 2025-03-03T21:48:43.612Z | Compiling typify-macro v0.2.0 |
| 827 | 2025-03-03T21:48:43.615Z | Compiling regex v1.11.1 |
| 828 | 2025-03-03T21:48:44.274Z | Compiling idna_adapter v1.2.0 |
| 829 | 2025-03-03T21:48:45.528Z | Compiling http-body-util v0.1.2 |
| 830 | 2025-03-03T21:48:45.845Z | Compiling generic-array v0.14.7 |
| 831 | 2025-03-03T21:48:46.044Z | Compiling encoding_rs v0.8.34 |
| 832 | 2025-03-03T21:48:46.210Z | Compiling mime v0.3.17 |
| 833 | 2025-03-03T21:48:47.082Z | Compiling idna v1.0.3 |
| 834 | 2025-03-03T21:48:47.181Z | Compiling tokio-native-tls v0.3.1 |
| 835 | 2025-03-03T21:48:48.160Z | Compiling serde_urlencoded v0.7.1 |
| 836 | 2025-03-03T21:48:50.517Z | Compiling scroll_derive v0.12.0 |
| 837 | 2025-03-03T21:48:51.958Z | Compiling tokio-rustls v0.26.0 |
| 838 | 2025-03-03T21:48:52.456Z | Compiling webpki-roots v0.26.6 |
| 839 | 2025-03-03T21:48:52.601Z | Compiling rustls-pemfile v2.2.0 |
| 840 | 2025-03-03T21:48:52.665Z | Compiling rand_core v0.6.4 |
| 841 | 2025-03-03T21:48:53.073Z | Compiling usdt-impl v0.5.0 |
| 842 | 2025-03-03T21:48:53.138Z | Compiling sync_wrapper v1.0.1 |
| 843 | 2025-03-03T21:48:53.294Z | Compiling powerfmt v0.2.0 |
| 844 | 2025-03-03T21:48:53.498Z | Compiling rustix v0.38.37 |
| 845 | 2025-03-03T21:48:53.778Z | Compiling base64 v0.22.1 |
| 846 | 2025-03-03T21:48:54.190Z | Compiling time-core v0.1.2 |
| 847 | 2025-03-03T21:48:54.355Z | Compiling tower-layer v0.3.3 |
| 848 | 2025-03-03T21:48:54.751Z | Compiling num-conv v0.1.0 |
| 849 | 2025-03-03T21:48:54.875Z | Compiling tower v0.5.2 |
| 850 | 2025-03-03T21:48:55.028Z | Compiling time-macros v0.2.18 |
| 851 | 2025-03-03T21:48:55.919Z | Compiling deranged v0.3.11 |
| 852 | 2025-03-03T21:48:57.849Z | Compiling hyper-rustls v0.27.3 |
| 853 | 2025-03-03T21:48:57.857Z | Compiling scroll v0.12.0 |
| 854 | 2025-03-03T21:48:59.242Z | Compiling thread-id v4.2.2 |
| 855 | 2025-03-03T21:48:59.356Z | Compiling dof v0.3.0 |
| 856 | 2025-03-03T21:48:59.784Z | Compiling url v2.5.3 |
| 857 | 2025-03-03T21:49:00.050Z | Compiling hyper-tls v0.6.0 |
| 858 | 2025-03-03T21:49:00.133Z | Compiling dtrace-parser v0.2.0 |
| 859 | 2025-03-03T21:49:00.474Z | Compiling ppv-lite86 v0.2.20 |
| 860 | 2025-03-03T21:49:00.553Z | Compiling structmeta-derive v0.3.0 |
| 861 | 2025-03-03T21:49:01.319Z | Compiling errno v0.3.9 |
| 862 | 2025-03-03T21:49:01.567Z | Compiling ident_case v1.0.1 |
| 863 | 2025-03-03T21:49:01.822Z | Compiling ipnet v2.11.0 |
| 864 | 2025-03-03T21:49:03.067Z | Compiling omicron-workspace-hack v0.1.0 |
| 865 | 2025-03-03T21:49:03.672Z | Compiling crossbeam-utils v0.8.20 |
| 866 | 2025-03-03T21:49:04.313Z | Compiling rustversion v1.0.17 |
| 867 | 2025-03-03T21:49:04.352Z | Compiling num_threads v0.1.7 |
| 868 | 2025-03-03T21:49:04.788Z | Compiling paste v1.0.15 |
| 869 | 2025-03-03T21:49:04.937Z | Compiling strsim v0.11.1 |
| 870 | 2025-03-03T21:49:05.286Z | Compiling plain v0.2.3 |
| 871 | 2025-03-03T21:49:05.463Z | Compiling goblin v0.8.2 |
| 872 | 2025-03-03T21:49:05.605Z | Compiling darling_core v0.20.10 |
| 873 | 2025-03-03T21:49:09.594Z | Compiling time v0.3.36 |
| 874 | 2025-03-03T21:49:09.620Z | Compiling structmeta v0.3.0 |
| 875 | 2025-03-03T21:49:10.845Z | Compiling reqwest v0.12.12 |
| 876 | 2025-03-03T21:49:15.008Z | Compiling rand_chacha v0.3.1 |
| 877 | 2025-03-03T21:49:16.926Z | Compiling openapiv3 v2.0.0 |
| 878 | 2025-03-03T21:49:17.979Z | Compiling typify v0.2.0 |
| 879 | 2025-03-03T21:49:18.895Z | Compiling dirs-sys-next v0.1.2 |
| 880 | 2025-03-03T21:49:19.999Z | Compiling rustls v0.22.4 |
| 881 | 2025-03-03T21:49:20.363Z | Compiling newtype-uuid v1.2.1 |
| 882 | 2025-03-03T21:49:20.734Z | Compiling pretty-hex v0.4.1 |
| 883 | 2025-03-03T21:49:20.873Z | Compiling fastrand v2.1.1 |
| 884 | 2025-03-03T21:49:20.988Z | Compiling unsafe-libyaml v0.2.11 |
| 885 | 2025-03-03T21:49:21.570Z | Compiling tempfile v3.13.0 |
| 886 | 2025-03-03T21:49:22.658Z | Compiling serde_yaml v0.9.34+deprecated |
| 887 | 2025-03-03T21:49:24.005Z | Compiling progenitor-impl v0.8.0 |
| 888 | 2025-03-03T21:49:25.910Z | Compiling dirs-next v2.0.0 |
| 889 | 2025-03-03T21:49:26.322Z | Compiling rand v0.8.5 |
| 890 | 2025-03-03T21:49:28.295Z | Compiling darling_macro v0.20.10 |
| 891 | 2025-03-03T21:49:29.776Z | Compiling crypto-common v0.1.6 |
| 892 | 2025-03-03T21:49:30.001Z | Compiling block-buffer v0.10.4 |
| 893 | 2025-03-03T21:49:30.244Z | Compiling ipnetwork v0.21.1 |
| 894 | 2025-03-03T21:49:30.849Z | Compiling serde_spanned v0.6.8 |
| 895 | 2025-03-03T21:49:30.913Z | Compiling toml_datetime v0.6.8 |
| 896 | 2025-03-03T21:49:31.106Z | Compiling multer v3.1.0 |
| 897 | 2025-03-03T21:49:31.189Z | Compiling wait-timeout v0.2.0 |
| 898 | 2025-03-03T21:49:31.597Z | Compiling thread_local v1.1.8 |
| 899 | 2025-03-03T21:49:31.599Z | Compiling quick-error v1.2.3 |
| 900 | 2025-03-03T21:49:31.754Z | Compiling winnow v0.7.3 |
| 901 | 2025-03-03T21:49:32.186Z | Compiling thiserror v2.0.11 |
| 902 | 2025-03-03T21:49:32.344Z | Compiling camino v1.1.9 |
| 903 | 2025-03-03T21:49:32.793Z | Compiling anyhow v1.0.96 |
| 904 | 2025-03-03T21:49:32.970Z | Compiling match_cfg v0.1.0 |
| 905 | 2025-03-03T21:49:33.069Z | Compiling slog-async v2.8.0 |
| 906 | 2025-03-03T21:49:33.393Z | Compiling bit-vec v0.8.0 |
| 907 | 2025-03-03T21:49:33.947Z | Compiling bit-set v0.8.0 |
| 908 | 2025-03-03T21:49:34.001Z | Compiling hostname v0.3.1 |
| 909 | 2025-03-03T21:49:34.314Z | Compiling rusty-fork v0.3.0 |
| 910 | 2025-03-03T21:49:34.830Z | Compiling strum_macros v0.26.4 |
| 911 | 2025-03-03T21:49:35.910Z | Compiling toml_edit v0.22.24 |
| 912 | 2025-03-03T21:49:36.166Z | Compiling oxnet v0.1.1 |
| 913 | 2025-03-03T21:49:36.287Z | Compiling digest v0.10.7 |
| 914 | 2025-03-03T21:49:36.708Z | Compiling crossbeam-channel v0.5.13 |
| 915 | 2025-03-03T21:49:38.332Z | Compiling progenitor-macro v0.8.0 |
| 916 | 2025-03-03T21:49:41.061Z | Compiling darling v0.20.10 |
| 917 | 2025-03-03T21:49:41.166Z | Compiling term v0.7.0 |
| 918 | 2025-03-03T21:49:45.796Z | Compiling usdt-macro v0.5.0 |
| 919 | 2025-03-03T21:49:46.066Z | Compiling usdt-attr-macro v0.5.0 |
| 920 | 2025-03-03T21:49:47.080Z | Compiling progenitor-client v0.8.0 |
| 921 | 2025-03-03T21:49:47.471Z | Compiling slog-json v2.6.1 |
| 922 | 2025-03-03T21:49:47.975Z | Compiling parse-display-derive v0.10.0 |
| 923 | 2025-03-03T21:49:47.996Z | Compiling rand_xorshift v0.3.0 |
| 924 | 2025-03-03T21:49:48.285Z | Compiling hex v0.4.3 |
| 925 | 2025-03-03T21:49:48.914Z | Compiling futures-executor v0.3.31 |
| 926 | 2025-03-03T21:49:49.034Z | Compiling async-stream-impl v0.3.6 |
| 927 | 2025-03-03T21:49:49.996Z | Compiling thiserror-impl v2.0.11 |
| 928 | 2025-03-03T21:49:50.338Z | Compiling daft-derive v0.1.1 |
| 929 | 2025-03-03T21:49:51.597Z | Compiling dropshot v0.16.0 |
| 930 | 2025-03-03T21:49:51.884Z | Compiling is-terminal v0.4.13 |
| 931 | 2025-03-03T21:49:51.986Z | Compiling memmap v0.7.0 |
| 932 | 2025-03-03T21:49:52.019Z | Compiling lazy_static v1.5.0 |
| 933 | 2025-03-03T21:49:52.166Z | Compiling unarray v0.1.4 |
| 934 | 2025-03-03T21:49:52.353Z | Compiling cpufeatures v0.2.14 |
| 935 | 2025-03-03T21:49:52.417Z | Compiling spin v0.9.8 |
| 936 | 2025-03-03T21:49:52.455Z | Compiling take_mut v0.2.2 |
| 937 | 2025-03-03T21:49:53.089Z | Compiling sha1 v0.10.6 |
| 938 | 2025-03-03T21:49:53.098Z | Compiling proptest v1.6.0 |
| 939 | 2025-03-03T21:49:53.911Z | Compiling usdt v0.5.0 |
| 940 | 2025-03-03T21:49:55.386Z | Compiling slog-term v2.9.1 |
| 941 | 2025-03-03T21:49:55.431Z | Compiling daft v0.1.1 |
| 942 | 2025-03-03T21:49:55.778Z | Compiling parse-display v0.10.0 |
| 943 | 2025-03-03T21:49:55.913Z | Compiling async-stream v0.3.6 |
| 944 | 2025-03-03T21:49:56.281Z | Compiling futures v0.3.31 |
| 945 | 2025-03-03T21:49:56.390Z | Compiling progenitor v0.8.0 |
| 946 | 2025-03-03T21:49:56.584Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 947 | 2025-03-03T21:49:56.774Z | Compiling tokio-rustls v0.25.0 |
| 948 | 2025-03-03T21:49:57.309Z | Compiling slog-bunyan v2.5.0 |
| 949 | 2025-03-03T21:49:57.604Z | Compiling serde_with_macros v3.12.0 |
| 950 | 2025-03-03T21:49:57.833Z | Compiling toml v0.8.20 |
| 951 | 2025-03-03T21:49:58.212Z | Compiling strum v0.26.3 |
| 952 | 2025-03-03T21:49:59.688Z | Compiling test-strategy v0.4.0 |
| 953 | 2025-03-03T21:50:00.148Z | Compiling dropshot_endpoint v0.16.0 |
| 954 | 2025-03-03T21:50:00.836Z | Compiling serde_path_to_error v0.1.16 |
| 955 | 2025-03-03T21:50:01.832Z | Compiling async-trait v0.1.86 |
| 956 | 2025-03-03T21:50:02.907Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 957 | 2025-03-03T21:50:03.764Z | Compiling waitgroup v0.1.2 |
| 958 | 2025-03-03T21:50:04.010Z | Compiling hostname v0.4.0 |
| 959 | 2025-03-03T21:50:04.054Z | Compiling instant v0.1.13 |
| 960 | 2025-03-03T21:50:04.221Z | Compiling debug-ignore v1.0.5 |
| 961 | 2025-03-03T21:50:04.228Z | Compiling backoff v0.4.0 |
| 962 | 2025-03-03T21:50:04.266Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2025-03-03T21:50:04.480Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 964 | 2025-03-03T21:50:04.648Z | Compiling serde_with v3.12.0 |
| 965 | 2025-03-03T21:50:04.970Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 966 | 2025-03-03T21:50:06.249Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 967 | 2025-03-03T21:50:07.110Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 968 | 2025-03-03T21:50:07.931Z | Compiling progenitor-client v0.9.1 |
| 969 | 2025-03-03T21:50:08.816Z | Compiling macaddr v1.0.1 |
| 970 | 2025-03-03T21:50:13.548Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 971 | 2025-03-03T21:50:24.412Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 972 | 2025-03-03T21:50:34.070Z | Finished `release` profile [optimized] target(s) in 2m 35s |
| 973 | 2025-03-03T21:50:34.145Z | process exited: duration 223815 ms, exit code 0 |
| |
| 974 | 2025-03-03T21:50:34.152Z | found 0 output files |