|
|
|
| 1 | 2024-12-20T21:11:43.442Z | job assigned to worker 01JFJYHE2D0Y13QQP2ZZDKVQGR [factory aws, i-07ddfd71382efaeaf] (queued for 57 s) |
| |
| 2 | 2024-12-20T21:11:51.198Z | starting task 0: "setup" |
| 3 | 2024-12-20T21:11:51.205Z | ++ uname -s |
| 4 | 2024-12-20T21:11:51.208Z | + kern=SunOS |
| 5 | 2024-12-20T21:11:51.208Z | + case "$kern" in |
| 6 | 2024-12-20T21:11:51.208Z | + groupadd -g 12345 build |
| 7 | 2024-12-20T21:11:51.218Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-20T21:11:53.217Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-20T21:11:53.319Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-20T21:11:53.322Z | + home_fs=zfs |
| 11 | 2024-12-20T21:11:53.322Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-20T21:11:53.322Z | + mkdir -p /home/build |
| 13 | 2024-12-20T21:11:53.324Z | + chown build:build /home/build /work |
| 14 | 2024-12-20T21:11:55.326Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-20T21:11:55.329Z | process exited: duration 4132 ms, exit code 0 |
| |
| 16 | 2024-12-20T21:11:55.334Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-20T21:11:55.339Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-20T21:11:55.339Z | ' 1.81.0 |
| 19 | 2024-12-20T21:11:55.339Z | * toolchain channel = "1.81.0" |
| 20 | 2024-12-20T21:11:55.339Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-12-20T21:11:55.339Z | ' default |
| 22 | 2024-12-20T21:11:55.339Z | * toolchain profile = "default" |
| 23 | 2024-12-20T21:11:55.342Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-20T21:11:55.342Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-12-20T21:11:55.469Z | info: downloading installer |
| 26 | 2024-12-20T21:11:56.943Z | info: profile set to 'default' |
| 27 | 2024-12-20T21:11:56.943Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-20T21:11:56.945Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-12-20T21:11:57.078Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-12-20T21:11:57.078Z | info: downloading component 'cargo' |
| 31 | 2024-12-20T21:11:57.766Z | info: downloading component 'clippy' |
| 32 | 2024-12-20T21:11:58.024Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-20T21:11:58.983Z | info: downloading component 'rust-std' |
| 34 | 2024-12-20T21:12:00.479Z | info: downloading component 'rustc' |
| 35 | 2024-12-20T21:12:05.840Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-20T21:12:06.044Z | info: installing component 'cargo' |
| 37 | 2024-12-20T21:12:06.866Z | info: installing component 'clippy' |
| 38 | 2024-12-20T21:12:07.236Z | info: installing component 'rust-docs' |
| 39 | 2024-12-20T21:12:08.843Z | info: installing component 'rust-std' |
| 40 | 2024-12-20T21:12:10.578Z | info: installing component 'rustc' |
| 41 | 2024-12-20T21:12:16.425Z | info: installing component 'rustfmt' |
| 42 | 2024-12-20T21:12:16.746Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-12-20T21:12:16.746Z | |
| 44 | 2024-12-20T21:12:17.110Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-12-20T21:12:17.110Z | |
| 46 | 2024-12-20T21:12:17.112Z | |
| 47 | 2024-12-20T21:12:17.112Z | Rust is installed now. Great! |
| 48 | 2024-12-20T21:12:17.112Z | |
| 49 | 2024-12-20T21:12:17.112Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-20T21:12:17.113Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-20T21:12:17.113Z | |
| 52 | 2024-12-20T21:12:17.113Z | To configure your current shell, you need to source |
| 53 | 2024-12-20T21:12:17.113Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-20T21:12:17.113Z | |
| 55 | 2024-12-20T21:12:17.113Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-20T21:12:17.113Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-20T21:12:17.113Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-20T21:12:17.186Z | + rustc --version |
| 59 | 2024-12-20T21:12:17.253Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-12-20T21:12:17.256Z | process exited: duration 21919 ms, exit code 0 |
| |
| 61 | 2024-12-20T21:12:17.264Z | starting task 2: "authentication" |
| 62 | 2024-12-20T21:12:17.285Z | process exited: duration 22 ms, exit code 0 |
| |
| 63 | 2024-12-20T21:12:17.291Z | starting task 3: "clone repository" |
| 64 | 2024-12-20T21:12:17.296Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-12-20T21:12:17.299Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-12-20T21:12:17.571Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-12-20T21:12:24.762Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-12-20T21:12:24.762Z | + git fetch origin c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
| 69 | 2024-12-20T21:12:25.068Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-12-20T21:12:25.068Z | * branch c46392c27d4582ce1fd3e3807c4d278aebee7c46 -> FETCH_HEAD |
| 71 | 2024-12-20T21:12:25.079Z | + [[ -n andy/rt ]] |
| 72 | 2024-12-20T21:12:25.081Z | ++ git branch --show-current |
| 73 | 2024-12-20T21:12:25.083Z | + current=main |
| 74 | 2024-12-20T21:12:25.083Z | + [[ main != andy/rt ]] |
| 75 | 2024-12-20T21:12:25.083Z | + git branch -f andy/rt c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
| 76 | 2024-12-20T21:12:25.087Z | + git checkout -f andy/rt |
| 77 | 2024-12-20T21:12:25.111Z | Switched to branch 'andy/rt' |
| 78 | 2024-12-20T21:12:25.113Z | + git reset --hard c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
| 79 | 2024-12-20T21:12:25.137Z | HEAD is now at c46392c27 install_builder_prerequisites failed after recent Helios upgrade |
| 80 | 2024-12-20T21:12:25.139Z | process exited: duration 7846 ms, exit code 0 |
| |
| 81 | 2024-12-20T21:12:25.148Z | starting task 4: "build" |
| 82 | 2024-12-20T21:12:25.150Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-12-20T21:12:25.150Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-12-20T21:12:25.150Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-12-20T21:12:25.151Z | + cargo --version |
| 86 | 2024-12-20T21:12:25.207Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 87 | 2024-12-20T21:12:25.210Z | + rustc --version |
| 88 | 2024-12-20T21:12:25.272Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 89 | 2024-12-20T21:12:25.276Z | + cd /tmp |
| 90 | 2024-12-20T21:12:25.276Z | + cargo new --lib test-project |
| 91 | 2024-12-20T21:12:25.333Z | Creating library `test-project` package |
| 92 | 2024-12-20T21:12:25.410Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 93 | 2024-12-20T21:12:25.413Z | + cd test-project |
| 94 | 2024-12-20T21:12:25.413Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 95 | 2024-12-20T21:12:25.473Z | Adding omicron-common (local) to dependencies |
| 96 | 2024-12-20T21:12:25.473Z | Features: |
| 97 | 2024-12-20T21:12:25.477Z | - proptest |
| 98 | 2024-12-20T21:12:25.478Z | - test-strategy |
| 99 | 2024-12-20T21:12:25.478Z | - testing |
| 100 | 2024-12-20T21:12:25.478Z | Updating crates.io index |
| 101 | 2024-12-20T21:12:25.528Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 102 | 2024-12-20T21:12:26.016Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 103 | 2024-12-20T21:12:26.495Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 104 | 2024-12-20T21:12:26.816Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 105 | 2024-12-20T21:12:28.093Z | Locking 327 packages to latest compatible versions |
| 106 | 2024-12-20T21:12:28.096Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 107 | 2024-12-20T21:12:28.096Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
| 108 | 2024-12-20T21:12:28.096Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
| 109 | 2024-12-20T21:12:28.096Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 110 | 2024-12-20T21:12:28.096Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 111 | 2024-12-20T21:12:28.098Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
| 112 | 2024-12-20T21:12:28.098Z | Adding goblin v0.8.2 (latest: v0.9.2) |
| 113 | 2024-12-20T21:12:28.098Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
| 114 | 2024-12-20T21:12:28.098Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
| 115 | 2024-12-20T21:12:28.098Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 116 | 2024-12-20T21:12:28.100Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
| 117 | 2024-12-20T21:12:28.100Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 118 | 2024-12-20T21:12:28.103Z | Adding regress v0.9.1 (latest: v0.10.1) |
| 119 | 2024-12-20T21:12:28.111Z | Adding rustls v0.22.4 (latest: v0.23.20) |
| 120 | 2024-12-20T21:12:28.113Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
| 121 | 2024-12-20T21:12:28.116Z | Adding term v0.7.0 (latest: v1.0.1) |
| 122 | 2024-12-20T21:12:28.116Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
| 123 | 2024-12-20T21:12:28.116Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
| 124 | 2024-12-20T21:12:28.116Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
| 125 | 2024-12-20T21:12:28.116Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
| 126 | 2024-12-20T21:12:28.120Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
| 127 | 2024-12-20T21:12:28.121Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
| 128 | 2024-12-20T21:12:28.123Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 129 | 2024-12-20T21:12:28.123Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 130 | 2024-12-20T21:12:28.123Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 131 | 2024-12-20T21:12:28.123Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 132 | 2024-12-20T21:12:28.123Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 133 | 2024-12-20T21:12:28.123Z | Adding writeable v0.5.5 (latest: v0.6.0) |
| 134 | 2024-12-20T21:12:28.123Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
| 135 | 2024-12-20T21:12:28.124Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
| 136 | 2024-12-20T21:12:28.124Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
| 137 | 2024-12-20T21:12:28.124Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
| 138 | 2024-12-20T21:12:28.198Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 139 | 2024-12-20T21:12:28.200Z | + cargo check |
| 140 | 2024-12-20T21:12:28.368Z | Updating crates.io index |
| 141 | 2024-12-20T21:12:29.097Z | Locking 2 packages to latest compatible versions |
| 142 | 2024-12-20T21:12:32.277Z | Adding omicron-workspace-hack v0.1.0 |
| 143 | 2024-12-20T21:12:34.086Z | Adding test-project v0.1.0 (/tmp/test-project) |
| 144 | 2024-12-20T21:12:34.931Z | Downloading crates ... |
| 145 | 2024-12-20T21:12:34.983Z | Downloaded async-stream-impl v0.3.6 |
| 146 | 2024-12-20T21:12:34.990Z | Downloaded byteorder v1.5.0 |
| 147 | 2024-12-20T21:12:34.992Z | Downloaded atomic-waker v1.1.2 |
| 148 | 2024-12-20T21:12:34.995Z | Downloaded ahash v0.8.11 |
| 149 | 2024-12-20T21:12:34.998Z | Downloaded futures-sink v0.3.31 |
| 150 | 2024-12-20T21:12:35.001Z | Downloaded equivalent v1.0.1 |
| 151 | 2024-12-20T21:12:35.010Z | Downloaded tower-service v0.3.3 |
| 152 | 2024-12-20T21:12:35.012Z | Downloaded http-body v1.0.1 |
| 153 | 2024-12-20T21:12:35.017Z | Downloaded memmap v0.7.0 |
| 154 | 2024-12-20T21:12:35.020Z | Downloaded foreign-types v0.3.2 |
| 155 | 2024-12-20T21:12:35.025Z | Downloaded num-conv v0.1.0 |
| 156 | 2024-12-20T21:12:35.027Z | Downloaded ident_case v1.0.1 |
| 157 | 2024-12-20T21:12:35.027Z | Downloaded dtrace-parser v0.2.0 |
| 158 | 2024-12-20T21:12:35.030Z | Downloaded try-lock v0.2.5 |
| 159 | 2024-12-20T21:12:35.030Z | Downloaded tinyvec_macros v0.1.1 |
| 160 | 2024-12-20T21:12:35.033Z | Downloaded openssl-macros v0.1.1 |
| 161 | 2024-12-20T21:12:35.033Z | Downloaded icu_provider_macros v1.5.0 |
| 162 | 2024-12-20T21:12:35.036Z | Downloaded foreign-types-shared v0.1.1 |
| 163 | 2024-12-20T21:12:35.036Z | Downloaded darling_macro v0.20.10 |
| 164 | 2024-12-20T21:12:35.036Z | Downloaded block-buffer v0.10.4 |
| 165 | 2024-12-20T21:12:35.036Z | Downloaded backoff v0.4.0 |
| 166 | 2024-12-20T21:12:35.039Z | Downloaded omicron-workspace-hack v0.1.0 |
| 167 | 2024-12-20T21:12:35.042Z | Downloaded futures-io v0.3.31 |
| 168 | 2024-12-20T21:12:35.042Z | Downloaded deranged v0.3.11 |
| 169 | 2024-12-20T21:12:35.044Z | Downloaded zerofrom v0.1.4 |
| 170 | 2024-12-20T21:12:35.044Z | Downloaded yoke-derive v0.7.4 |
| 171 | 2024-12-20T21:12:35.047Z | Downloaded progenitor-client v0.8.0 |
| 172 | 2024-12-20T21:12:35.047Z | Downloaded autocfg v1.4.0 |
| 173 | 2024-12-20T21:12:35.050Z | Downloaded futures-core v0.3.31 |
| 174 | 2024-12-20T21:12:35.052Z | Downloaded form_urlencoded v1.2.1 |
| 175 | 2024-12-20T21:12:35.052Z | Downloaded usdt v0.5.0 |
| 176 | 2024-12-20T21:12:35.055Z | Downloaded futures-task v0.3.31 |
| 177 | 2024-12-20T21:12:35.055Z | Downloaded macaddr v1.0.1 |
| 178 | 2024-12-20T21:12:35.057Z | Downloaded dof v0.3.0 |
| 179 | 2024-12-20T21:12:35.059Z | Downloaded progenitor-macro v0.8.0 |
| 180 | 2024-12-20T21:12:35.061Z | Downloaded openssl-probe v0.1.5 |
| 181 | 2024-12-20T21:12:35.061Z | Downloaded cpufeatures v0.2.14 |
| 182 | 2024-12-20T21:12:35.064Z | Downloaded toml_datetime v0.6.8 |
| 183 | 2024-12-20T21:12:35.067Z | Downloaded zeroize v1.8.1 |
| 184 | 2024-12-20T21:12:35.067Z | Downloaded progenitor v0.8.0 |
| 185 | 2024-12-20T21:12:35.069Z | Downloaded is-terminal v0.4.13 |
| 186 | 2024-12-20T21:12:35.071Z | Downloaded quinn-udp v0.5.5 |
| 187 | 2024-12-20T21:12:35.073Z | Downloaded rand_core v0.6.4 |
| 188 | 2024-12-20T21:12:35.073Z | Downloaded powerfmt v0.2.0 |
| 189 | 2024-12-20T21:12:35.076Z | Downloaded idna_adapter v1.2.0 |
| 190 | 2024-12-20T21:12:35.076Z | Downloaded httpdate v1.0.3 |
| 191 | 2024-12-20T21:12:35.079Z | Downloaded ppv-lite86 v0.2.20 |
| 192 | 2024-12-20T21:12:35.081Z | Downloaded pin-utils v0.1.0 |
| 193 | 2024-12-20T21:12:35.081Z | Downloaded paste v1.0.15 |
| 194 | 2024-12-20T21:12:35.085Z | Downloaded zerovec-derive v0.10.3 |
| 195 | 2024-12-20T21:12:35.087Z | Downloaded pest_generator v2.7.14 |
| 196 | 2024-12-20T21:12:35.087Z | Downloaded parse-display-derive v0.10.0 |
| 197 | 2024-12-20T21:12:35.090Z | Downloaded utf16_iter v1.0.5 |
| 198 | 2024-12-20T21:12:35.092Z | Downloaded http-body-util v0.1.2 |
| 199 | 2024-12-20T21:12:35.094Z | Downloaded pretty-hex v0.4.1 |
| 200 | 2024-12-20T21:12:35.094Z | Downloaded async-trait v0.1.83 |
| 201 | 2024-12-20T21:12:35.097Z | Downloaded strum v0.26.3 |
| 202 | 2024-12-20T21:12:35.100Z | Downloaded structmeta-derive v0.3.0 |
| 203 | 2024-12-20T21:12:35.100Z | Downloaded num_threads v0.1.7 |
| 204 | 2024-12-20T21:12:35.103Z | Downloaded thiserror-impl v1.0.69 |
| 205 | 2024-12-20T21:12:35.103Z | Downloaded camino v1.1.9 |
| 206 | 2024-12-20T21:12:35.106Z | Downloaded parse-display v0.10.0 |
| 207 | 2024-12-20T21:12:35.108Z | Downloaded usdt-impl v0.5.0 |
| 208 | 2024-12-20T21:12:35.108Z | Downloaded typify v0.2.0 |
| 209 | 2024-12-20T21:12:35.112Z | Downloaded lock_api v0.4.12 |
| 210 | 2024-12-20T21:12:35.114Z | Downloaded parking_lot_core v0.9.10 |
| 211 | 2024-12-20T21:12:35.116Z | Downloaded native-tls v0.2.12 |
| 212 | 2024-12-20T21:12:35.119Z | Downloaded hyper-rustls v0.27.3 |
| 213 | 2024-12-20T21:12:35.121Z | Downloaded scroll_derive v0.12.0 |
| 214 | 2024-12-20T21:12:35.123Z | Downloaded multer v3.1.0 |
| 215 | 2024-12-20T21:12:35.126Z | Downloaded take_mut v0.2.2 |
| 216 | 2024-12-20T21:12:35.126Z | Downloaded ucd-trie v0.1.7 |
| 217 | 2024-12-20T21:12:35.128Z | Downloaded serde_tokenstream v0.2.2 |
| 218 | 2024-12-20T21:12:35.130Z | Downloaded quote v1.0.37 |
| 219 | 2024-12-20T21:12:35.133Z | Downloaded ipnet v2.10.1 |
| 220 | 2024-12-20T21:12:35.135Z | Downloaded schemars_derive v0.8.21 |
| 221 | 2024-12-20T21:12:35.135Z | Downloaded rand_chacha v0.3.1 |
| 222 | 2024-12-20T21:12:35.139Z | Downloaded waitgroup v0.1.2 |
| 223 | 2024-12-20T21:12:35.139Z | Downloaded version_check v0.9.5 |
| 224 | 2024-12-20T21:12:35.142Z | Downloaded sync_wrapper v1.0.1 |
| 225 | 2024-12-20T21:12:35.142Z | Downloaded time-core v0.1.2 |
| 226 | 2024-12-20T21:12:35.142Z | Downloaded pkg-config v0.3.31 |
| 227 | 2024-12-20T21:12:35.144Z | Downloaded anyhow v1.0.93 |
| 228 | 2024-12-20T21:12:35.149Z | Downloaded bitflags v2.6.0 |
| 229 | 2024-12-20T21:12:35.152Z | Downloaded tokio-rustls v0.25.0 |
| 230 | 2024-12-20T21:12:35.163Z | Downloaded slog-async v2.8.0 |
| 231 | 2024-12-20T21:12:35.163Z | Downloaded futures v0.3.31 |
| 232 | 2024-12-20T21:12:35.166Z | Downloaded pest_meta v2.7.14 |
| 233 | 2024-12-20T21:12:35.166Z | Downloaded icu_normalizer_data v1.5.0 |
| 234 | 2024-12-20T21:12:35.166Z | Downloaded log v0.4.22 |
| 235 | 2024-12-20T21:12:35.168Z | Downloaded serde_spanned v0.6.8 |
| 236 | 2024-12-20T21:12:35.171Z | Downloaded slog-json v2.6.1 |
| 237 | 2024-12-20T21:12:35.173Z | Downloaded unicode-ident v1.0.13 |
| 238 | 2024-12-20T21:12:35.175Z | Downloaded stable_deref_trait v1.2.0 |
| 239 | 2024-12-20T21:12:35.178Z | Downloaded slab v0.4.9 |
| 240 | 2024-12-20T21:12:35.178Z | Downloaded iana-time-zone v0.1.61 |
| 241 | 2024-12-20T21:12:35.180Z | Downloaded signal-hook-registry v1.4.2 |
| 242 | 2024-12-20T21:12:35.183Z | Downloaded thread-id v4.2.2 |
| 243 | 2024-12-20T21:12:35.183Z | Downloaded progenitor-impl v0.8.0 |
| 244 | 2024-12-20T21:12:35.186Z | Downloaded synstructure v0.13.1 |
| 245 | 2024-12-20T21:12:35.188Z | Downloaded async-stream v0.3.6 |
| 246 | 2024-12-20T21:12:35.191Z | Downloaded strsim v0.11.1 |
| 247 | 2024-12-20T21:12:35.191Z | Downloaded rustc-hash v2.0.0 |
| 248 | 2024-12-20T21:12:35.193Z | Downloaded shlex v1.3.0 |
| 249 | 2024-12-20T21:12:35.193Z | Downloaded sha1 v0.10.6 |
| 250 | 2024-12-20T21:12:35.195Z | Downloaded rustversion v1.0.17 |
| 251 | 2024-12-20T21:12:35.198Z | Downloaded slog-bunyan v2.5.0 |
| 252 | 2024-12-20T21:12:35.200Z | Downloaded thread_local v1.1.8 |
| 253 | 2024-12-20T21:12:35.200Z | Downloaded num-traits v0.2.19 |
| 254 | 2024-12-20T21:12:35.204Z | Downloaded scroll v0.12.0 |
| 255 | 2024-12-20T21:12:35.207Z | Downloaded bytes v1.8.0 |
| 256 | 2024-12-20T21:12:35.209Z | Downloaded parking_lot v0.12.3 |
| 257 | 2024-12-20T21:12:35.212Z | Downloaded zerocopy-derive v0.7.35 |
| 258 | 2024-12-20T21:12:35.216Z | Downloaded rustls-pemfile v2.2.0 |
| 259 | 2024-12-20T21:12:35.219Z | Downloaded subtle v2.6.1 |
| 260 | 2024-12-20T21:12:35.221Z | Downloaded strum_macros v0.26.4 |
| 261 | 2024-12-20T21:12:35.223Z | Downloaded term v0.7.0 |
| 262 | 2024-12-20T21:12:35.226Z | Downloaded spin v0.9.8 |
| 263 | 2024-12-20T21:12:35.229Z | Downloaded sha2 v0.10.8 |
| 264 | 2024-12-20T21:12:35.231Z | Downloaded tinyvec v1.8.0 |
| 265 | 2024-12-20T21:12:35.235Z | Downloaded rustls-pki-types v1.10.0 |
| 266 | 2024-12-20T21:12:35.238Z | Downloaded slog v2.7.0 |
| 267 | 2024-12-20T21:12:35.240Z | Downloaded base64 v0.22.1 |
| 268 | 2024-12-20T21:12:35.245Z | Downloaded url v2.5.3 |
| 269 | 2024-12-20T21:12:35.248Z | Downloaded cc v1.1.30 |
| 270 | 2024-12-20T21:12:35.252Z | Downloaded schemars v0.8.21 |
| 271 | 2024-12-20T21:12:35.265Z | Downloaded ryu v1.0.18 |
| 272 | 2024-12-20T21:12:35.268Z | Downloaded mio v1.0.2 |
| 273 | 2024-12-20T21:12:35.276Z | Downloaded toml_edit v0.22.22 |
| 274 | 2024-12-20T21:12:35.296Z | Downloaded serde_with_macros v3.11.0 |
| 275 | 2024-12-20T21:12:35.299Z | Downloaded serde v1.0.215 |
| 276 | 2024-12-20T21:12:35.301Z | Downloaded serde_yaml v0.9.34+deprecated |
| 277 | 2024-12-20T21:12:35.305Z | Downloaded zerovec v0.10.4 |
| 278 | 2024-12-20T21:12:35.312Z | Downloaded memchr v2.7.4 |
| 279 | 2024-12-20T21:12:35.316Z | Downloaded http v1.1.0 |
| 280 | 2024-12-20T21:12:35.320Z | Downloaded zerocopy v0.7.35 |
| 281 | 2024-12-20T21:12:35.337Z | Downloaded time v0.3.36 |
| 282 | 2024-12-20T21:12:35.343Z | Downloaded winnow v0.6.20 |
| 283 | 2024-12-20T21:12:35.353Z | Downloaded hyper v1.5.0 |
| 284 | 2024-12-20T21:12:35.359Z | Downloaded serde_with v3.11.0 |
| 285 | 2024-12-20T21:12:35.368Z | Downloaded serde_json v1.0.132 |
| 286 | 2024-12-20T21:12:35.376Z | Downloaded reqwest v0.12.9 |
| 287 | 2024-12-20T21:12:35.384Z | Downloaded quinn-proto v0.11.8 |
| 288 | 2024-12-20T21:12:35.391Z | Downloaded icu_properties_data v1.5.0 |
| 289 | 2024-12-20T21:12:35.401Z | Downloaded goblin v0.8.2 |
| 290 | 2024-12-20T21:12:35.407Z | Downloaded chrono v0.4.38 |
| 291 | 2024-12-20T21:12:35.415Z | Downloaded rustls-webpki v0.102.8 |
| 292 | 2024-12-20T21:12:35.434Z | Downloaded syn v2.0.87 |
| 293 | 2024-12-20T21:12:35.446Z | Downloaded openssl v0.10.66 |
| 294 | 2024-12-20T21:12:35.465Z | Downloaded regex v1.11.1 |
| 295 | 2024-12-20T21:12:35.470Z | Downloaded webpki-roots v0.26.6 |
| 296 | 2024-12-20T21:12:35.472Z | Downloaded vcpkg v0.2.15 |
| 297 | 2024-12-20T21:12:35.505Z | Downloaded rustls v0.22.4 |
| 298 | 2024-12-20T21:12:35.517Z | Downloaded regress v0.9.1 |
| 299 | 2024-12-20T21:12:35.524Z | Downloaded regex-syntax v0.8.5 |
| 300 | 2024-12-20T21:12:35.532Z | Downloaded regress v0.10.1 |
| 301 | 2024-12-20T21:12:35.540Z | Downloaded rustls v0.23.19 |
| 302 | 2024-12-20T21:12:35.551Z | Downloaded dropshot v0.13.0 |
| 303 | 2024-12-20T21:12:35.570Z | Downloaded openapiv3 v2.0.0 |
| 304 | 2024-12-20T21:12:35.581Z | Downloaded aho-corasick v1.1.3 |
| 305 | 2024-12-20T21:12:35.586Z | Downloaded futures-util v0.3.31 |
| 306 | 2024-12-20T21:12:35.596Z | Downloaded h2 v0.4.6 |
| 307 | 2024-12-20T21:12:35.602Z | Downloaded pest v2.7.14 |
| 308 | 2024-12-20T21:12:35.607Z | Downloaded hashbrown v0.15.1 |
| 309 | 2024-12-20T21:12:35.612Z | Downloaded tokio-util v0.7.12 |
| 310 | 2024-12-20T21:12:35.618Z | Downloaded typify-impl v0.2.0 |
| 311 | 2024-12-20T21:12:35.631Z | Downloaded idna v1.0.3 |
| 312 | 2024-12-20T21:12:35.636Z | Downloaded hashbrown v0.14.5 |
| 313 | 2024-12-20T21:12:35.640Z | Downloaded hashbrown v0.12.3 |
| 314 | 2024-12-20T21:12:35.643Z | Downloaded icu_collections v1.5.0 |
| 315 | 2024-12-20T21:12:35.649Z | Downloaded crossbeam-channel v0.5.13 |
| 316 | 2024-12-20T21:12:35.653Z | Downloaded thiserror v1.0.69 |
| 317 | 2024-12-20T21:12:35.657Z | Downloaded socket2 v0.5.7 |
| 318 | 2024-12-20T21:12:35.659Z | Downloaded serde_derive v1.0.215 |
| 319 | 2024-12-20T21:12:35.662Z | Downloaded rand v0.8.5 |
| 320 | 2024-12-20T21:12:35.666Z | Downloaded regex-automata v0.4.8 |
| 321 | 2024-12-20T21:12:35.682Z | Downloaded libc v0.2.162 |
| 322 | 2024-12-20T21:12:35.706Z | Downloaded quinn v0.11.5 |
| 323 | 2024-12-20T21:12:35.710Z | Downloaded indexmap v2.6.0 |
| 324 | 2024-12-20T21:12:35.713Z | Downloaded tokio v1.40.0 |
| 325 | 2024-12-20T21:12:35.749Z | Downloaded icu_normalizer v1.5.0 |
| 326 | 2024-12-20T21:12:35.752Z | Downloaded slog-term v2.9.1 |
| 327 | 2024-12-20T21:12:35.754Z | Downloaded darling_core v0.20.10 |
| 328 | 2024-12-20T21:12:35.757Z | Downloaded smallvec v1.13.2 |
| 329 | 2024-12-20T21:12:35.760Z | Downloaded openssl-sys v0.9.103 |
| 330 | 2024-12-20T21:12:35.763Z | Downloaded icu_properties v1.5.1 |
| 331 | 2024-12-20T21:12:35.766Z | Downloaded dropshot_endpoint v0.13.0 |
| 332 | 2024-12-20T21:12:35.769Z | Downloaded semver v1.0.23 |
| 333 | 2024-12-20T21:12:35.771Z | Downloaded indexmap v1.9.3 |
| 334 | 2024-12-20T21:12:35.774Z | Downloaded hyper-util v0.1.10 |
| 335 | 2024-12-20T21:12:35.777Z | Downloaded yoke v0.7.4 |
| 336 | 2024-12-20T21:12:35.780Z | Downloaded tracing v0.1.40 |
| 337 | 2024-12-20T21:12:35.783Z | Downloaded proc-macro2 v1.0.89 |
| 338 | 2024-12-20T21:12:35.787Z | Downloaded serde_derive_internals v0.29.1 |
| 339 | 2024-12-20T21:12:35.790Z | Downloaded unsafe-libyaml v0.2.11 |
| 340 | 2024-12-20T21:12:35.793Z | Downloaded tracing-core v0.1.32 |
| 341 | 2024-12-20T21:12:35.793Z | Downloaded allocator-api2 v0.2.18 |
| 342 | 2024-12-20T21:12:35.796Z | Downloaded icu_provider v1.5.0 |
| 343 | 2024-12-20T21:12:35.798Z | Downloaded crossbeam-utils v0.8.20 |
| 344 | 2024-12-20T21:12:35.801Z | Downloaded serde_urlencoded v0.7.1 |
| 345 | 2024-12-20T21:12:35.803Z | Downloaded pin-project-lite v0.2.14 |
| 346 | 2024-12-20T21:12:35.807Z | Downloaded serde_path_to_error v0.1.16 |
| 347 | 2024-12-20T21:12:35.809Z | Downloaded scopeguard v1.2.0 |
| 348 | 2024-12-20T21:12:35.809Z | Downloaded pest_derive v2.7.14 |
| 349 | 2024-12-20T21:12:35.812Z | Downloaded icu_locid_transform_data v1.5.0 |
| 350 | 2024-12-20T21:12:35.814Z | Downloaded icu_locid_transform v1.5.0 |
| 351 | 2024-12-20T21:12:35.817Z | Downloaded icu_locid v1.5.0 |
| 352 | 2024-12-20T21:12:35.820Z | Downloaded uuid v1.11.0 |
| 353 | 2024-12-20T21:12:35.822Z | Downloaded darling v0.20.10 |
| 354 | 2024-12-20T21:12:35.825Z | Downloaded ipnetwork v0.20.0 |
| 355 | 2024-12-20T21:12:35.828Z | Downloaded structmeta v0.3.0 |
| 356 | 2024-12-20T21:12:35.828Z | Downloaded untrusted v0.9.0 |
| 357 | 2024-12-20T21:12:35.830Z | Downloaded typenum v1.17.0 |
| 358 | 2024-12-20T21:12:35.833Z | Downloaded encoding_rs v0.8.34 |
| 359 | 2024-12-20T21:12:35.851Z | Downloaded time-macros v0.2.18 |
| 360 | 2024-12-20T21:12:35.854Z | Downloaded hex v0.4.3 |
| 361 | 2024-12-20T21:12:35.857Z | Downloaded dyn-clone v1.0.17 |
| 362 | 2024-12-20T21:12:35.857Z | Downloaded once_cell v1.20.2 |
| 363 | 2024-12-20T21:12:35.859Z | Downloaded toml v0.8.19 |
| 364 | 2024-12-20T21:12:35.862Z | Downloaded litemap v0.7.3 |
| 365 | 2024-12-20T21:12:35.866Z | Downloaded httparse v1.9.5 |
| 366 | 2024-12-20T21:12:35.868Z | Downloaded getrandom v0.2.15 |
| 367 | 2024-12-20T21:12:35.868Z | Downloaded futures-channel v0.3.31 |
| 368 | 2024-12-20T21:12:35.871Z | Downloaded fnv v1.0.7 |
| 369 | 2024-12-20T21:12:35.871Z | Downloaded displaydoc v0.2.5 |
| 370 | 2024-12-20T21:12:35.873Z | Downloaded dirs-next v2.0.0 |
| 371 | 2024-12-20T21:12:35.875Z | Downloaded tokio-rustls v0.26.0 |
| 372 | 2024-12-20T21:12:35.875Z | Downloaded zerofrom-derive v0.1.4 |
| 373 | 2024-12-20T21:12:35.878Z | Downloaded itoa v1.0.11 |
| 374 | 2024-12-20T21:12:35.878Z | Downloaded plain v0.2.3 |
| 375 | 2024-12-20T21:12:35.878Z | Downloaded mime v0.3.17 |
| 376 | 2024-12-20T21:12:35.881Z | Downloaded writeable v0.5.5 |
| 377 | 2024-12-20T21:12:35.881Z | Downloaded utf8_iter v1.0.4 |
| 378 | 2024-12-20T21:12:35.883Z | Downloaded hyper-tls v0.6.0 |
| 379 | 2024-12-20T21:12:35.883Z | Downloaded hostname v0.4.0 |
| 380 | 2024-12-20T21:12:35.886Z | Downloaded heck v0.5.0 |
| 381 | 2024-12-20T21:12:35.886Z | Downloaded generic-array v0.14.7 |
| 382 | 2024-12-20T21:12:35.888Z | Downloaded futures-executor v0.3.31 |
| 383 | 2024-12-20T21:12:35.888Z | Downloaded hostname v0.3.1 |
| 384 | 2024-12-20T21:12:35.888Z | Downloaded percent-encoding v2.3.1 |
| 385 | 2024-12-20T21:12:35.890Z | Downloaded typify-macro v0.2.0 |
| 386 | 2024-12-20T21:12:35.891Z | Downloaded newtype-uuid v1.1.3 |
| 387 | 2024-12-20T21:12:35.893Z | Downloaded usdt-macro v0.5.0 |
| 388 | 2024-12-20T21:12:35.894Z | Downloaded dirs-sys-next v0.1.2 |
| 389 | 2024-12-20T21:12:35.894Z | Downloaded futures-macro v0.3.31 |
| 390 | 2024-12-20T21:12:35.894Z | Downloaded digest v0.10.7 |
| 391 | 2024-12-20T21:12:35.896Z | Downloaded debug-ignore v1.0.5 |
| 392 | 2024-12-20T21:12:35.896Z | Downloaded tokio-native-tls v0.3.1 |
| 393 | 2024-12-20T21:12:35.899Z | Downloaded tinystr v0.7.6 |
| 394 | 2024-12-20T21:12:35.901Z | Downloaded crypto-common v0.1.6 |
| 395 | 2024-12-20T21:12:35.901Z | Downloaded cfg-if v1.0.0 |
| 396 | 2024-12-20T21:12:35.901Z | Downloaded tokio-macros v2.4.0 |
| 397 | 2024-12-20T21:12:35.904Z | Downloaded write16 v1.0.0 |
| 398 | 2024-12-20T21:12:35.904Z | Downloaded want v0.3.1 |
| 399 | 2024-12-20T21:12:35.904Z | Downloaded usdt-attr-macro v0.5.0 |
| 400 | 2024-12-20T21:12:35.907Z | Downloaded match_cfg v0.1.0 |
| 401 | 2024-12-20T21:12:35.907Z | Downloaded instant v0.1.13 |
| 402 | 2024-12-20T21:12:36.025Z | Downloaded ring v0.17.8 |
| 403 | 2024-12-20T21:12:36.350Z | Compiling proc-macro2 v1.0.89 |
| 404 | 2024-12-20T21:12:36.350Z | Compiling unicode-ident v1.0.13 |
| 405 | 2024-12-20T21:12:36.350Z | Compiling libc v0.2.162 |
| 406 | 2024-12-20T21:12:36.350Z | Checking cfg-if v1.0.0 |
| 407 | 2024-12-20T21:12:36.352Z | Compiling autocfg v1.4.0 |
| 408 | 2024-12-20T21:12:36.352Z | Compiling serde v1.0.215 |
| 409 | 2024-12-20T21:12:36.375Z | Compiling version_check v0.9.5 |
| 410 | 2024-12-20T21:12:36.388Z | Checking memchr v2.7.4 |
| 411 | 2024-12-20T21:12:36.625Z | Compiling serde_json v1.0.132 |
| 412 | 2024-12-20T21:12:37.010Z | Checking itoa v1.0.11 |
| 413 | 2024-12-20T21:12:37.152Z | Compiling thiserror v1.0.69 |
| 414 | 2024-12-20T21:12:37.170Z | Checking once_cell v1.20.2 |
| 415 | 2024-12-20T21:12:37.381Z | Compiling shlex v1.3.0 |
| 416 | 2024-12-20T21:12:37.634Z | Compiling cc v1.1.30 |
| 417 | 2024-12-20T21:12:37.887Z | Checking pin-project-lite v0.2.14 |
| 418 | 2024-12-20T21:12:38.055Z | Compiling num-traits v0.2.19 |
| 419 | 2024-12-20T21:12:38.129Z | Checking smallvec v1.13.2 |
| 420 | 2024-12-20T21:12:38.262Z | Checking ryu v1.0.18 |
| 421 | 2024-12-20T21:12:38.312Z | Checking bytes v1.8.0 |
| 422 | 2024-12-20T21:12:38.481Z | Checking futures-core v0.3.31 |
| 423 | 2024-12-20T21:12:38.499Z | Compiling lock_api v0.4.12 |
| 424 | 2024-12-20T21:12:38.657Z | Checking getrandom v0.2.15 |
| 425 | 2024-12-20T21:12:38.694Z | Compiling parking_lot_core v0.9.10 |
| 426 | 2024-12-20T21:12:38.698Z | Compiling byteorder v1.5.0 |
| 427 | 2024-12-20T21:12:38.847Z | Compiling ahash v0.8.11 |
| 428 | 2024-12-20T21:12:38.997Z | Compiling quote v1.0.37 |
| 429 | 2024-12-20T21:12:39.107Z | Compiling schemars v0.8.21 |
| 430 | 2024-12-20T21:12:39.153Z | Checking scopeguard v1.2.0 |
| 431 | 2024-12-20T21:12:39.267Z | Compiling slab v0.4.9 |
| 432 | 2024-12-20T21:12:39.422Z | Compiling syn v2.0.87 |
| 433 | 2024-12-20T21:12:39.492Z | Checking log v0.4.22 |
| 434 | 2024-12-20T21:12:39.512Z | Checking futures-sink v0.3.31 |
| 435 | 2024-12-20T21:12:39.611Z | Checking mio v1.0.2 |
| 436 | 2024-12-20T21:12:39.651Z | Checking signal-hook-registry v1.4.2 |
| 437 | 2024-12-20T21:12:39.670Z | Checking socket2 v0.5.7 |
| 438 | 2024-12-20T21:12:39.730Z | Checking parking_lot v0.12.3 |
| 439 | 2024-12-20T21:12:39.748Z | Checking stable_deref_trait v1.2.0 |
| 440 | 2024-12-20T21:12:39.849Z | Checking hashbrown v0.15.1 |
| 441 | 2024-12-20T21:12:39.877Z | Checking equivalent v1.0.1 |
| 442 | 2024-12-20T21:12:39.983Z | Compiling semver v1.0.23 |
| 443 | 2024-12-20T21:12:40.021Z | Checking fnv v1.0.7 |
| 444 | 2024-12-20T21:12:40.073Z | Checking futures-channel v0.3.31 |
| 445 | 2024-12-20T21:12:40.121Z | Checking futures-task v0.3.31 |
| 446 | 2024-12-20T21:12:40.142Z | Checking http v1.1.0 |
| 447 | 2024-12-20T21:12:40.186Z | Checking pin-utils v0.1.0 |
| 448 | 2024-12-20T21:12:40.275Z | Checking futures-io v0.3.31 |
| 449 | 2024-12-20T21:12:40.344Z | Compiling pkg-config v0.3.31 |
| 450 | 2024-12-20T21:12:40.424Z | Checking spin v0.9.8 |
| 451 | 2024-12-20T21:12:40.448Z | Compiling heck v0.5.0 |
| 452 | 2024-12-20T21:12:40.540Z | Checking rustls-pki-types v1.10.0 |
| 453 | 2024-12-20T21:12:40.559Z | Compiling ring v0.17.8 |
| 454 | 2024-12-20T21:12:40.646Z | Compiling vcpkg v0.2.15 |
| 455 | 2024-12-20T21:12:40.927Z | Checking untrusted v0.9.0 |
| 456 | 2024-12-20T21:12:41.080Z | Compiling httparse v1.9.5 |
| 457 | 2024-12-20T21:12:41.147Z | Checking writeable v0.5.5 |
| 458 | 2024-12-20T21:12:41.469Z | Compiling ucd-trie v0.1.7 |
| 459 | 2024-12-20T21:12:41.571Z | Checking iana-time-zone v0.1.61 |
| 460 | 2024-12-20T21:12:41.611Z | Checking litemap v0.7.3 |
| 461 | 2024-12-20T21:12:41.829Z | Checking tracing-core v0.1.32 |
| 462 | 2024-12-20T21:12:41.935Z | Checking dyn-clone v1.0.17 |
| 463 | 2024-12-20T21:12:42.064Z | Compiling allocator-api2 v0.2.18 |
| 464 | 2024-12-20T21:12:42.066Z | Checking atomic-waker v1.1.2 |
| 465 | 2024-12-20T21:12:42.259Z | Compiling openssl-sys v0.9.103 |
| 466 | 2024-12-20T21:12:42.464Z | Checking tracing v0.1.40 |
| 467 | 2024-12-20T21:12:42.671Z | Checking http-body v1.0.1 |
| 468 | 2024-12-20T21:12:42.718Z | Checking subtle v2.6.1 |
| 469 | 2024-12-20T21:12:42.776Z | Checking zeroize v1.8.1 |
| 470 | 2024-12-20T21:12:42.914Z | Compiling uuid v1.11.0 |
| 471 | 2024-12-20T21:12:42.942Z | Checking try-lock v0.2.5 |
| 472 | 2024-12-20T21:12:42.995Z | Checking icu_locid_transform_data v1.5.0 |
| 473 | 2024-12-20T21:12:43.059Z | Checking want v0.3.1 |
| 474 | 2024-12-20T21:12:43.077Z | Checking httpdate v1.0.3 |
| 475 | 2024-12-20T21:12:43.225Z | Checking icu_properties_data v1.5.0 |
| 476 | 2024-12-20T21:12:43.275Z | Compiling openssl v0.10.66 |
| 477 | 2024-12-20T21:12:43.322Z | Compiling slog v2.7.0 |
| 478 | 2024-12-20T21:12:43.407Z | Compiling chrono v0.4.38 |
| 479 | 2024-12-20T21:12:43.426Z | Checking foreign-types-shared v0.1.1 |
| 480 | 2024-12-20T21:12:43.524Z | Checking foreign-types v0.3.2 |
| 481 | 2024-12-20T21:12:43.655Z | Compiling aho-corasick v1.1.3 |
| 482 | 2024-12-20T21:12:43.812Z | Compiling rustls v0.23.19 |
| 483 | 2024-12-20T21:12:43.827Z | Compiling native-tls v0.2.12 |
| 484 | 2024-12-20T21:12:44.074Z | Checking tower-service v0.3.3 |
| 485 | 2024-12-20T21:12:44.183Z | Checking icu_normalizer_data v1.5.0 |
| 486 | 2024-12-20T21:12:44.254Z | Checking utf16_iter v1.0.5 |
| 487 | 2024-12-20T21:12:44.410Z | Checking percent-encoding v2.3.1 |
| 488 | 2024-12-20T21:12:44.616Z | Checking utf8_iter v1.0.4 |
| 489 | 2024-12-20T21:12:44.679Z | Compiling typenum v1.17.0 |
| 490 | 2024-12-20T21:12:44.773Z | Checking write16 v1.0.0 |
| 491 | 2024-12-20T21:12:44.871Z | Checking bitflags v2.6.0 |
| 492 | 2024-12-20T21:12:45.063Z | Compiling regex-syntax v0.8.5 |
| 493 | 2024-12-20T21:12:45.172Z | Checking form_urlencoded v1.2.1 |
| 494 | 2024-12-20T21:12:45.646Z | Compiling generic-array v0.14.7 |
| 495 | 2024-12-20T21:12:45.824Z | Checking openssl-probe v0.1.5 |
| 496 | 2024-12-20T21:12:47.160Z | Compiling synstructure v0.13.1 |
| 497 | 2024-12-20T21:12:47.179Z | Compiling serde_derive_internals v0.29.1 |
| 498 | 2024-12-20T21:12:48.013Z | Compiling regex-automata v0.4.8 |
| 499 | 2024-12-20T21:12:48.173Z | Checking encoding_rs v0.8.34 |
| 500 | 2024-12-20T21:12:48.534Z | Compiling usdt-impl v0.5.0 |
| 501 | 2024-12-20T21:12:48.904Z | Compiling num-conv v0.1.0 |
| 502 | 2024-12-20T21:12:49.194Z | Compiling time-core v0.1.2 |
| 503 | 2024-12-20T21:12:49.372Z | Checking powerfmt v0.2.0 |
| 504 | 2024-12-20T21:12:49.644Z | Checking mime v0.3.17 |
| 505 | 2024-12-20T21:12:49.890Z | Checking deranged v0.3.11 |
| 506 | 2024-12-20T21:12:49.952Z | Compiling time-macros v0.2.18 |
| 507 | 2024-12-20T21:12:50.280Z | Compiling thread-id v4.2.2 |
| 508 | 2024-12-20T21:12:50.427Z | Checking webpki-roots v0.26.6 |
| 509 | 2024-12-20T21:12:50.639Z | Checking rustls-pemfile v2.2.0 |
| 510 | 2024-12-20T21:12:50.832Z | Compiling strsim v0.11.1 |
| 511 | 2024-12-20T21:12:51.635Z | Compiling serde_derive v1.0.215 |
| 512 | 2024-12-20T21:12:51.658Z | Compiling zerocopy-derive v0.7.35 |
| 513 | 2024-12-20T21:12:51.692Z | Compiling thiserror-impl v1.0.69 |
| 514 | 2024-12-20T21:12:52.382Z | Compiling schemars_derive v0.8.21 |
| 515 | 2024-12-20T21:12:52.682Z | Compiling zerofrom-derive v0.1.4 |
| 516 | 2024-12-20T21:12:52.883Z | Compiling tokio-macros v2.4.0 |
| 517 | 2024-12-20T21:12:53.582Z | Compiling zerocopy v0.7.35 |
| 518 | 2024-12-20T21:12:54.428Z | Compiling yoke-derive v0.7.4 |
| 519 | 2024-12-20T21:12:55.159Z | Checking tokio v1.40.0 |
| 520 | 2024-12-20T21:12:55.177Z | Compiling zerovec-derive v0.10.3 |
| 521 | 2024-12-20T21:12:55.370Z | Compiling futures-macro v0.3.31 |
| 522 | 2024-12-20T21:12:55.680Z | Compiling displaydoc v0.2.5 |
| 523 | 2024-12-20T21:12:56.158Z | Checking zerofrom v0.1.4 |
| 524 | 2024-12-20T21:12:56.858Z | Compiling pest v2.7.14 |
| 525 | 2024-12-20T21:12:56.963Z | Checking yoke v0.7.4 |
| 526 | 2024-12-20T21:12:57.236Z | Checking futures-util v0.3.31 |
| 527 | 2024-12-20T21:12:57.273Z | Compiling icu_provider_macros v1.5.0 |
| 528 | 2024-12-20T21:12:57.332Z | Compiling hashbrown v0.14.5 |
| 529 | 2024-12-20T21:12:57.640Z | Checking zerovec v0.10.4 |
| 530 | 2024-12-20T21:12:58.195Z | Checking rustls-webpki v0.102.8 |
| 531 | 2024-12-20T21:12:58.717Z | Compiling regress v0.10.1 |
| 532 | 2024-12-20T21:12:58.784Z | Compiling openssl-macros v0.1.1 |
| 533 | 2024-12-20T21:12:59.323Z | Checking tinystr v0.7.6 |
| 534 | 2024-12-20T21:12:59.600Z | Compiling pest_meta v2.7.14 |
| 535 | 2024-12-20T21:12:59.678Z | Checking icu_locid v1.5.0 |
| 536 | 2024-12-20T21:12:59.752Z | Checking icu_collections v1.5.0 |
| 537 | 2024-12-20T21:13:00.701Z | Checking icu_provider v1.5.0 |
| 538 | 2024-12-20T21:13:01.417Z | Checking icu_locid_transform v1.5.0 |
| 539 | 2024-12-20T21:13:02.053Z | Checking tokio-util v0.7.12 |
| 540 | 2024-12-20T21:13:02.338Z | Compiling pest_generator v2.7.14 |
| 541 | 2024-12-20T21:13:02.384Z | Checking icu_properties v1.5.1 |
| 542 | 2024-12-20T21:13:03.685Z | Checking http-body-util v0.1.2 |
| 543 | 2024-12-20T21:13:04.051Z | Compiling pest_derive v2.7.14 |
| 544 | 2024-12-20T21:13:04.072Z | Compiling regex v1.11.1 |
| 545 | 2024-12-20T21:13:04.135Z | Checking indexmap v2.6.0 |
| 546 | 2024-12-20T21:13:05.296Z | Compiling serde_tokenstream v0.2.2 |
| 547 | 2024-12-20T21:13:05.631Z | Checking h2 v0.4.6 |
| 548 | 2024-12-20T21:13:05.649Z | Checking icu_normalizer v1.5.0 |
| 549 | 2024-12-20T21:13:06.393Z | Compiling scroll_derive v0.12.0 |
| 550 | 2024-12-20T21:13:06.425Z | Checking idna_adapter v1.2.0 |
| 551 | 2024-12-20T21:13:06.464Z | Checking tokio-native-tls v0.3.1 |
| 552 | 2024-12-20T21:13:06.619Z | Checking idna v1.0.3 |
| 553 | 2024-12-20T21:13:06.697Z | Compiling dtrace-parser v0.2.0 |
| 554 | 2024-12-20T21:13:07.249Z | Compiling dof v0.3.0 |
| 555 | 2024-12-20T21:13:07.693Z | Checking serde_urlencoded v0.7.1 |
| 556 | 2024-12-20T21:13:07.845Z | Checking scroll v0.12.0 |
| 557 | 2024-12-20T21:13:08.322Z | Checking plain v0.2.3 |
| 558 | 2024-12-20T21:13:08.394Z | Checking tokio-rustls v0.26.0 |
| 559 | 2024-12-20T21:13:08.469Z | Compiling crossbeam-utils v0.8.20 |
| 560 | 2024-12-20T21:13:08.688Z | Checking num_threads v0.1.7 |
| 561 | 2024-12-20T21:13:08.749Z | Checking base64 v0.22.1 |
| 562 | 2024-12-20T21:13:08.802Z | Compiling ident_case v1.0.1 |
| 563 | 2024-12-20T21:13:09.014Z | Compiling typify-impl v0.2.0 |
| 564 | 2024-12-20T21:13:09.176Z | Compiling darling_core v0.20.10 |
| 565 | 2024-12-20T21:13:09.200Z | Checking time v0.3.36 |
| 566 | 2024-12-20T21:13:09.774Z | Checking hyper v1.5.0 |
| 567 | 2024-12-20T21:13:10.444Z | Checking goblin v0.8.2 |
| 568 | 2024-12-20T21:13:11.747Z | Compiling openapiv3 v2.0.0 |
| 569 | 2024-12-20T21:13:11.906Z | Checking hyper-util v0.1.10 |
| 570 | 2024-12-20T21:13:12.146Z | Checking url v2.5.3 |
| 571 | 2024-12-20T21:13:13.628Z | Checking hyper-tls v0.6.0 |
| 572 | 2024-12-20T21:13:13.910Z | Checking hyper-rustls v0.27.3 |
| 573 | 2024-12-20T21:13:14.226Z | Checking sync_wrapper v1.0.1 |
| 574 | 2024-12-20T21:13:14.246Z | Checking dirs-sys-next v0.1.2 |
| 575 | 2024-12-20T21:13:14.418Z | Compiling rustls v0.22.4 |
| 576 | 2024-12-20T21:13:14.749Z | Compiling unsafe-libyaml v0.2.11 |
| 577 | 2024-12-20T21:13:14.780Z | Checking pretty-hex v0.4.1 |
| 578 | 2024-12-20T21:13:14.945Z | Compiling omicron-workspace-hack v0.1.0 |
| 579 | 2024-12-20T21:13:15.236Z | Compiling rustversion v1.0.17 |
| 580 | 2024-12-20T21:13:15.276Z | Checking ipnet v2.10.1 |
| 581 | 2024-12-20T21:13:15.324Z | Compiling paste v1.0.15 |
| 582 | 2024-12-20T21:13:15.707Z | Checking reqwest v0.12.9 |
| 583 | 2024-12-20T21:13:15.831Z | Compiling darling_macro v0.20.10 |
| 584 | 2024-12-20T21:13:15.965Z | Checking dirs-next v2.0.0 |
| 585 | 2024-12-20T21:13:16.065Z | Compiling serde_yaml v0.9.34+deprecated |
| 586 | 2024-12-20T21:13:16.125Z | Checking serde_spanned v0.6.8 |
| 587 | 2024-12-20T21:13:16.360Z | Checking toml_datetime v0.6.8 |
| 588 | 2024-12-20T21:13:16.476Z | Checking ppv-lite86 v0.2.20 |
| 589 | 2024-12-20T21:13:16.554Z | Compiling structmeta-derive v0.3.0 |
| 590 | 2024-12-20T21:13:16.645Z | Checking crypto-common v0.1.6 |
| 591 | 2024-12-20T21:13:16.727Z | Checking block-buffer v0.10.4 |
| 592 | 2024-12-20T21:13:16.858Z | Checking rand_core v0.6.4 |
| 593 | 2024-12-20T21:13:17.041Z | Checking thread_local v1.1.8 |
| 594 | 2024-12-20T21:13:17.203Z | Compiling multer v3.1.0 |
| 595 | 2024-12-20T21:13:17.203Z | Checking winnow v0.6.20 |
| 596 | 2024-12-20T21:13:17.304Z | Compiling slog-async v2.8.0 |
| 597 | 2024-12-20T21:13:17.304Z | Compiling newtype-uuid v1.1.3 |
| 598 | 2024-12-20T21:13:17.304Z | Checking match_cfg v0.1.0 |
| 599 | 2024-12-20T21:13:17.493Z | Compiling anyhow v1.0.93 |
| 600 | 2024-12-20T21:13:17.493Z | Compiling camino v1.1.9 |
| 601 | 2024-12-20T21:13:17.559Z | Checking hostname v0.3.1 |
| 602 | 2024-12-20T21:13:17.792Z | Checking rand_chacha v0.3.1 |
| 603 | 2024-12-20T21:13:17.895Z | Checking progenitor-client v0.8.0 |
| 604 | 2024-12-20T21:13:17.994Z | Checking digest v0.10.7 |
| 605 | 2024-12-20T21:13:18.161Z | Checking crossbeam-channel v0.5.13 |
| 606 | 2024-12-20T21:13:18.217Z | Compiling darling v0.20.10 |
| 607 | 2024-12-20T21:13:18.335Z | Checking term v0.7.0 |
| 608 | 2024-12-20T21:13:18.846Z | Compiling usdt-attr-macro v0.5.0 |
| 609 | 2024-12-20T21:13:19.169Z | Compiling structmeta v0.3.0 |
| 610 | 2024-12-20T21:13:19.608Z | Compiling usdt-macro v0.5.0 |
| 611 | 2024-12-20T21:13:19.734Z | Checking slog-json v2.6.1 |
| 612 | 2024-12-20T21:13:19.839Z | Checking futures-executor v0.3.31 |
| 613 | 2024-12-20T21:13:19.860Z | Compiling async-stream-impl v0.3.6 |
| 614 | 2024-12-20T21:13:19.970Z | Checking is-terminal v0.4.13 |
| 615 | 2024-12-20T21:13:20.066Z | Checking memmap v0.7.0 |
| 616 | 2024-12-20T21:13:20.093Z | Compiling dropshot v0.13.0 |
| 617 | 2024-12-20T21:13:20.118Z | Checking toml_edit v0.22.22 |
| 618 | 2024-12-20T21:13:20.258Z | Checking take_mut v0.2.2 |
| 619 | 2024-12-20T21:13:20.313Z | Checking cpufeatures v0.2.14 |
| 620 | 2024-12-20T21:13:20.391Z | Checking sha1 v0.10.6 |
| 621 | 2024-12-20T21:13:20.476Z | Checking slog-term v2.9.1 |
| 622 | 2024-12-20T21:13:20.647Z | Checking futures v0.3.31 |
| 623 | 2024-12-20T21:13:20.725Z | Checking slog-bunyan v2.5.0 |
| 624 | 2024-12-20T21:13:20.766Z | Compiling strum_macros v0.26.4 |
| 625 | 2024-12-20T21:13:20.860Z | Checking usdt v0.5.0 |
| 626 | 2024-12-20T21:13:20.894Z | Compiling parse-display-derive v0.10.0 |
| 627 | 2024-12-20T21:13:20.944Z | Compiling serde_with_macros v3.11.0 |
| 628 | 2024-12-20T21:13:21.159Z | Checking async-stream v0.3.6 |
| 629 | 2024-12-20T21:13:21.348Z | Checking rand v0.8.5 |
| 630 | 2024-12-20T21:13:22.035Z | Checking tokio-rustls v0.25.0 |
| 631 | 2024-12-20T21:13:22.557Z | Checking ipnetwork v0.20.0 |
| 632 | 2024-12-20T21:13:22.577Z | Compiling dropshot_endpoint v0.13.0 |
| 633 | 2024-12-20T21:13:22.655Z | Checking serde_path_to_error v0.1.16 |
| 634 | 2024-12-20T21:13:22.676Z | Checking toml v0.8.19 |
| 635 | 2024-12-20T21:13:22.714Z | Compiling typify-macro v0.2.0 |
| 636 | 2024-12-20T21:13:22.902Z | Checking hex v0.4.3 |
| 637 | 2024-12-20T21:13:23.276Z | Compiling async-trait v0.1.83 |
| 638 | 2024-12-20T21:13:23.428Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 639 | 2024-12-20T21:13:23.447Z | Checking waitgroup v0.1.2 |
| 640 | 2024-12-20T21:13:23.573Z | Checking hostname v0.4.0 |
| 641 | 2024-12-20T21:13:23.577Z | Checking instant v0.1.13 |
| 642 | 2024-12-20T21:13:23.706Z | Checking debug-ignore v1.0.5 |
| 643 | 2024-12-20T21:13:23.706Z | Checking backoff v0.4.0 |
| 644 | 2024-12-20T21:13:23.847Z | Checking serde_with v3.11.0 |
| 645 | 2024-12-20T21:13:24.022Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 646 | 2024-12-20T21:13:24.169Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 647 | 2024-12-20T21:13:24.188Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 648 | 2024-12-20T21:13:24.305Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 649 | 2024-12-20T21:13:24.541Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 650 | 2024-12-20T21:13:24.675Z | Checking macaddr v1.0.1 |
| 651 | 2024-12-20T21:13:24.822Z | Checking parse-display v0.10.0 |
| 652 | 2024-12-20T21:13:25.055Z | Checking regress v0.9.1 |
| 653 | 2024-12-20T21:13:25.148Z | Checking strum v0.26.3 |
| 654 | 2024-12-20T21:13:26.095Z | Compiling typify v0.2.0 |
| 655 | 2024-12-20T21:13:26.180Z | Compiling progenitor-impl v0.8.0 |
| 656 | 2024-12-20T21:13:28.848Z | Compiling progenitor-macro v0.8.0 |
| 657 | 2024-12-20T21:13:33.026Z | Checking progenitor v0.8.0 |
| 658 | 2024-12-20T21:13:33.157Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 659 | 2024-12-20T21:13:36.099Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 660 | 2024-12-20T21:13:43.684Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 661 | 2024-12-20T21:13:43.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 662 | 2024-12-20T21:13:44.078Z | + cargo build --release |
| 663 | 2024-12-20T21:13:44.332Z | Compiling proc-macro2 v1.0.89 |
| 664 | 2024-12-20T21:13:44.332Z | Compiling unicode-ident v1.0.13 |
| 665 | 2024-12-20T21:13:44.332Z | Compiling libc v0.2.162 |
| 666 | 2024-12-20T21:13:44.335Z | Compiling cfg-if v1.0.0 |
| 667 | 2024-12-20T21:13:44.335Z | Compiling autocfg v1.4.0 |
| 668 | 2024-12-20T21:13:44.335Z | Compiling serde v1.0.215 |
| 669 | 2024-12-20T21:13:44.335Z | Compiling version_check v0.9.5 |
| 670 | 2024-12-20T21:13:44.376Z | Compiling memchr v2.7.4 |
| 671 | 2024-12-20T21:13:44.440Z | Compiling serde_json v1.0.132 |
| 672 | 2024-12-20T21:13:44.526Z | Compiling itoa v1.0.11 |
| 673 | 2024-12-20T21:13:44.761Z | Compiling thiserror v1.0.69 |
| 674 | 2024-12-20T21:13:44.891Z | Compiling once_cell v1.20.2 |
| 675 | 2024-12-20T21:13:44.987Z | Compiling shlex v1.3.0 |
| 676 | 2024-12-20T21:13:45.223Z | Compiling cc v1.1.30 |
| 677 | 2024-12-20T21:13:45.323Z | Compiling num-traits v0.2.19 |
| 678 | 2024-12-20T21:13:45.642Z | Compiling pin-project-lite v0.2.14 |
| 679 | 2024-12-20T21:13:45.753Z | Compiling getrandom v0.2.15 |
| 680 | 2024-12-20T21:13:45.795Z | Compiling smallvec v1.13.2 |
| 681 | 2024-12-20T21:13:45.845Z | Compiling bytes v1.8.0 |
| 682 | 2024-12-20T21:13:45.951Z | Compiling ryu v1.0.18 |
| 683 | 2024-12-20T21:13:46.082Z | Compiling quote v1.0.37 |
| 684 | 2024-12-20T21:13:46.262Z | Compiling futures-core v0.3.31 |
| 685 | 2024-12-20T21:13:46.371Z | Compiling lock_api v0.4.12 |
| 686 | 2024-12-20T21:13:46.498Z | Compiling syn v2.0.87 |
| 687 | 2024-12-20T21:13:46.498Z | Compiling ahash v0.8.11 |
| 688 | 2024-12-20T21:13:46.801Z | Compiling parking_lot_core v0.9.10 |
| 689 | 2024-12-20T21:13:46.817Z | Compiling byteorder v1.5.0 |
| 690 | 2024-12-20T21:13:46.957Z | Compiling schemars v0.8.21 |
| 691 | 2024-12-20T21:13:47.135Z | Compiling scopeguard v1.2.0 |
| 692 | 2024-12-20T21:13:47.267Z | Compiling slab v0.4.9 |
| 693 | 2024-12-20T21:13:47.585Z | Compiling futures-sink v0.3.31 |
| 694 | 2024-12-20T21:13:47.593Z | Compiling log v0.4.22 |
| 695 | 2024-12-20T21:13:47.698Z | Compiling signal-hook-registry v1.4.2 |
| 696 | 2024-12-20T21:13:47.736Z | Compiling parking_lot v0.12.3 |
| 697 | 2024-12-20T21:13:47.767Z | Compiling socket2 v0.5.7 |
| 698 | 2024-12-20T21:13:47.882Z | Compiling mio v1.0.2 |
| 699 | 2024-12-20T21:13:47.992Z | Compiling stable_deref_trait v1.2.0 |
| 700 | 2024-12-20T21:13:48.022Z | Compiling semver v1.0.23 |
| 701 | 2024-12-20T21:13:48.088Z | Compiling ring v0.17.8 |
| 702 | 2024-12-20T21:13:48.800Z | Compiling equivalent v1.0.1 |
| 703 | 2024-12-20T21:13:48.899Z | Compiling fnv v1.0.7 |
| 704 | 2024-12-20T21:13:49.030Z | Compiling hashbrown v0.15.1 |
| 705 | 2024-12-20T21:13:49.139Z | Compiling http v1.1.0 |
| 706 | 2024-12-20T21:13:49.322Z | Compiling futures-channel v0.3.31 |
| 707 | 2024-12-20T21:13:49.383Z | Compiling futures-io v0.3.31 |
| 708 | 2024-12-20T21:13:49.659Z | Compiling pin-utils v0.1.0 |
| 709 | 2024-12-20T21:13:49.715Z | Compiling futures-task v0.3.31 |
| 710 | 2024-12-20T21:13:49.735Z | Compiling rustls-pki-types v1.10.0 |
| 711 | 2024-12-20T21:13:49.908Z | Compiling vcpkg v0.2.15 |
| 712 | 2024-12-20T21:13:49.978Z | Compiling heck v0.5.0 |
| 713 | 2024-12-20T21:13:50.346Z | Compiling pkg-config v0.3.31 |
| 714 | 2024-12-20T21:13:50.372Z | Compiling spin v0.9.8 |
| 715 | 2024-12-20T21:13:51.490Z | Compiling openssl-sys v0.9.103 |
| 716 | 2024-12-20T21:13:51.669Z | Compiling untrusted v0.9.0 |
| 717 | 2024-12-20T21:13:51.726Z | Compiling iana-time-zone v0.1.61 |
| 718 | 2024-12-20T21:13:51.836Z | Compiling writeable v0.5.5 |
| 719 | 2024-12-20T21:13:52.420Z | Compiling httparse v1.9.5 |
| 720 | 2024-12-20T21:13:52.420Z | Compiling ucd-trie v0.1.7 |
| 721 | 2024-12-20T21:13:52.504Z | Compiling litemap v0.7.3 |
| 722 | 2024-12-20T21:13:52.901Z | Compiling tracing-core v0.1.32 |
| 723 | 2024-12-20T21:13:53.055Z | Compiling dyn-clone v1.0.17 |
| 724 | 2024-12-20T21:13:53.238Z | Compiling atomic-waker v1.1.2 |
| 725 | 2024-12-20T21:13:53.341Z | Compiling allocator-api2 v0.2.18 |
| 726 | 2024-12-20T21:13:54.023Z | Compiling synstructure v0.13.1 |
| 727 | 2024-12-20T21:13:54.499Z | Compiling serde_derive_internals v0.29.1 |
| 728 | 2024-12-20T21:13:54.546Z | Compiling chrono v0.4.38 |
| 729 | 2024-12-20T21:13:55.089Z | Compiling tracing v0.1.40 |
| 730 | 2024-12-20T21:13:55.333Z | Compiling http-body v1.0.1 |
| 731 | 2024-12-20T21:13:55.546Z | Compiling try-lock v0.2.5 |
| 732 | 2024-12-20T21:13:55.669Z | Compiling icu_locid_transform_data v1.5.0 |
| 733 | 2024-12-20T21:13:55.686Z | Compiling subtle v2.6.1 |
| 734 | 2024-12-20T21:13:55.734Z | Compiling uuid v1.11.0 |
| 735 | 2024-12-20T21:13:55.925Z | Compiling zeroize v1.8.1 |
| 736 | 2024-12-20T21:13:56.322Z | Compiling want v0.3.1 |
| 737 | 2024-12-20T21:13:56.448Z | Compiling slog v2.7.0 |
| 738 | 2024-12-20T21:13:56.485Z | Compiling foreign-types-shared v0.1.1 |
| 739 | 2024-12-20T21:13:56.571Z | Compiling icu_properties_data v1.5.0 |
| 740 | 2024-12-20T21:13:56.578Z | Compiling httpdate v1.0.3 |
| 741 | 2024-12-20T21:13:56.906Z | Compiling openssl v0.10.66 |
| 742 | 2024-12-20T21:13:57.247Z | Compiling foreign-types v0.3.2 |
| 743 | 2024-12-20T21:13:57.332Z | Compiling aho-corasick v1.1.3 |
| 744 | 2024-12-20T21:13:58.307Z | Compiling rustls v0.23.19 |
| 745 | 2024-12-20T21:13:58.372Z | Compiling tower-service v0.3.3 |
| 746 | 2024-12-20T21:13:58.503Z | Compiling percent-encoding v2.3.1 |
| 747 | 2024-12-20T21:13:58.549Z | Compiling serde_derive v1.0.215 |
| 748 | 2024-12-20T21:13:58.601Z | Compiling zerocopy-derive v0.7.35 |
| 749 | 2024-12-20T21:13:58.761Z | Compiling thiserror-impl v1.0.69 |
| 750 | 2024-12-20T21:13:58.951Z | Compiling schemars_derive v0.8.21 |
| 751 | 2024-12-20T21:13:59.411Z | Compiling zerofrom-derive v0.1.4 |
| 752 | 2024-12-20T21:14:00.676Z | Compiling zerocopy v0.7.35 |
| 753 | 2024-12-20T21:14:01.806Z | Compiling yoke-derive v0.7.4 |
| 754 | 2024-12-20T21:14:02.039Z | Compiling tokio-macros v2.4.0 |
| 755 | 2024-12-20T21:14:02.241Z | Compiling zerovec-derive v0.10.3 |
| 756 | 2024-12-20T21:14:02.991Z | Compiling zerofrom v0.1.4 |
| 757 | 2024-12-20T21:14:03.224Z | Compiling futures-macro v0.3.31 |
| 758 | 2024-12-20T21:14:03.403Z | Compiling displaydoc v0.2.5 |
| 759 | 2024-12-20T21:14:03.599Z | Compiling tokio v1.40.0 |
| 760 | 2024-12-20T21:14:04.530Z | Compiling yoke v0.7.4 |
| 761 | 2024-12-20T21:14:04.905Z | Compiling zerovec v0.10.4 |
| 762 | 2024-12-20T21:14:05.015Z | Compiling pest v2.7.14 |
| 763 | 2024-12-20T21:14:05.090Z | Compiling futures-util v0.3.31 |
| 764 | 2024-12-20T21:14:05.348Z | Compiling icu_provider_macros v1.5.0 |
| 765 | 2024-12-20T21:14:05.695Z | Compiling hashbrown v0.14.5 |
| 766 | 2024-12-20T21:14:07.072Z | Compiling tinystr v0.7.6 |
| 767 | 2024-12-20T21:14:07.548Z | Compiling icu_locid v1.5.0 |
| 768 | 2024-12-20T21:14:07.847Z | Compiling pest_meta v2.7.14 |
| 769 | 2024-12-20T21:14:08.044Z | Compiling rustls-webpki v0.102.8 |
| 770 | 2024-12-20T21:14:11.885Z | Compiling icu_provider v1.5.0 |
| 771 | 2024-12-20T21:14:12.042Z | Compiling pest_generator v2.7.14 |
| 772 | 2024-12-20T21:14:12.855Z | Compiling indexmap v2.6.0 |
| 773 | 2024-12-20T21:14:13.784Z | Compiling serde_tokenstream v0.2.2 |
| 774 | 2024-12-20T21:14:14.790Z | Compiling tokio-util v0.7.12 |
| 775 | 2024-12-20T21:14:15.321Z | Compiling icu_locid_transform v1.5.0 |
| 776 | 2024-12-20T21:14:15.606Z | Compiling icu_collections v1.5.0 |
| 777 | 2024-12-20T21:14:17.075Z | Compiling h2 v0.4.6 |
| 778 | 2024-12-20T21:14:18.314Z | Compiling regress v0.10.1 |
| 779 | 2024-12-20T21:14:19.226Z | Compiling icu_properties v1.5.1 |
| 780 | 2024-12-20T21:14:21.299Z | Compiling pest_derive v2.7.14 |
| 781 | 2024-12-20T21:14:22.185Z | Compiling typify-impl v0.2.0 |
| 782 | 2024-12-20T21:14:23.055Z | Compiling hyper v1.5.0 |
| 783 | 2024-12-20T21:14:23.719Z | Compiling openssl-macros v0.1.1 |
| 784 | 2024-12-20T21:14:24.554Z | Compiling native-tls v0.2.12 |
| 785 | 2024-12-20T21:14:24.965Z | Compiling utf8_iter v1.0.4 |
| 786 | 2024-12-20T21:14:25.233Z | Compiling icu_normalizer_data v1.5.0 |
| 787 | 2024-12-20T21:14:25.329Z | Compiling bitflags v2.6.0 |
| 788 | 2024-12-20T21:14:25.543Z | Compiling regex-syntax v0.8.5 |
| 789 | 2024-12-20T21:14:25.680Z | Compiling write16 v1.0.0 |
| 790 | 2024-12-20T21:14:25.808Z | Compiling utf16_iter v1.0.5 |
| 791 | 2024-12-20T21:14:26.024Z | Compiling typenum v1.17.0 |
| 792 | 2024-12-20T21:14:27.048Z | Compiling icu_normalizer v1.5.0 |
| 793 | 2024-12-20T21:14:30.554Z | Compiling regex-automata v0.4.8 |
| 794 | 2024-12-20T21:14:31.566Z | Compiling hyper-util v0.1.10 |
| 795 | 2024-12-20T21:14:32.882Z | Compiling form_urlencoded v1.2.1 |
| 796 | 2024-12-20T21:14:34.142Z | Compiling typify-macro v0.2.0 |
| 797 | 2024-12-20T21:14:34.445Z | Compiling generic-array v0.14.7 |
| 798 | 2024-12-20T21:14:34.469Z | Compiling openssl-probe v0.1.5 |
| 799 | 2024-12-20T21:14:34.974Z | Compiling regex v1.11.1 |
| 800 | 2024-12-20T21:14:37.251Z | Compiling idna_adapter v1.2.0 |
| 801 | 2024-12-20T21:14:37.533Z | Compiling http-body-util v0.1.2 |
| 802 | 2024-12-20T21:14:37.611Z | Compiling scroll_derive v0.12.0 |
| 803 | 2024-12-20T21:14:38.066Z | Compiling usdt-impl v0.5.0 |
| 804 | 2024-12-20T21:14:38.296Z | Compiling encoding_rs v0.8.34 |
| 805 | 2024-12-20T21:14:38.435Z | Compiling mime v0.3.17 |
| 806 | 2024-12-20T21:14:39.436Z | Compiling time-core v0.1.2 |
| 807 | 2024-12-20T21:14:39.587Z | Compiling powerfmt v0.2.0 |
| 808 | 2024-12-20T21:14:39.998Z | Compiling num-conv v0.1.0 |
| 809 | 2024-12-20T21:14:40.052Z | Compiling deranged v0.3.11 |
| 810 | 2024-12-20T21:14:40.275Z | Compiling time-macros v0.2.18 |
| 811 | 2024-12-20T21:14:42.323Z | Compiling tokio-native-tls v0.3.1 |
| 812 | 2024-12-20T21:14:42.600Z | Compiling tokio-rustls v0.26.0 |
| 813 | 2024-12-20T21:14:43.269Z | Compiling scroll v0.12.0 |
| 814 | 2024-12-20T21:14:45.499Z | Compiling idna v1.0.3 |
| 815 | 2024-12-20T21:14:46.573Z | Compiling thread-id v4.2.2 |
| 816 | 2024-12-20T21:14:49.052Z | Compiling serde_urlencoded v0.7.1 |
| 817 | 2024-12-20T21:14:49.646Z | Compiling dtrace-parser v0.2.0 |
| 818 | 2024-12-20T21:14:51.331Z | Compiling dof v0.3.0 |
| 819 | 2024-12-20T21:14:51.405Z | Compiling rustls-pemfile v2.2.0 |
| 820 | 2024-12-20T21:14:51.867Z | Compiling webpki-roots v0.26.6 |
| 821 | 2024-12-20T21:14:52.080Z | Compiling ident_case v1.0.1 |
| 822 | 2024-12-20T21:14:52.248Z | Compiling plain v0.2.3 |
| 823 | 2024-12-20T21:14:52.326Z | Compiling crossbeam-utils v0.8.20 |
| 824 | 2024-12-20T21:14:52.400Z | Compiling omicron-workspace-hack v0.1.0 |
| 825 | 2024-12-20T21:14:53.153Z | Compiling strsim v0.11.1 |
| 826 | 2024-12-20T21:14:53.404Z | Compiling num_threads v0.1.7 |
| 827 | 2024-12-20T21:14:53.901Z | Compiling base64 v0.22.1 |
| 828 | 2024-12-20T21:14:54.179Z | Compiling time v0.3.36 |
| 829 | 2024-12-20T21:14:55.010Z | Compiling darling_core v0.20.10 |
| 830 | 2024-12-20T21:14:57.053Z | Compiling goblin v0.8.2 |
| 831 | 2024-12-20T21:15:00.928Z | Compiling hyper-rustls v0.27.3 |
| 832 | 2024-12-20T21:15:02.636Z | Compiling url v2.5.3 |
| 833 | 2024-12-20T21:15:03.462Z | Compiling hyper-tls v0.6.0 |
| 834 | 2024-12-20T21:15:03.861Z | Compiling typify v0.2.0 |
| 835 | 2024-12-20T21:15:03.950Z | Compiling openapiv3 v2.0.0 |
| 836 | 2024-12-20T21:15:06.167Z | Compiling sync_wrapper v1.0.1 |
| 837 | 2024-12-20T21:15:06.318Z | Compiling dirs-sys-next v0.1.2 |
| 838 | 2024-12-20T21:15:07.751Z | Compiling paste v1.0.15 |
| 839 | 2024-12-20T21:15:08.180Z | Compiling rustversion v1.0.17 |
| 840 | 2024-12-20T21:15:08.244Z | Compiling pretty-hex v0.4.1 |
| 841 | 2024-12-20T21:15:08.402Z | Compiling unsafe-libyaml v0.2.11 |
| 842 | 2024-12-20T21:15:08.457Z | Compiling ipnet v2.10.1 |
| 843 | 2024-12-20T21:15:08.815Z | Compiling rustls v0.22.4 |
| 844 | 2024-12-20T21:15:09.137Z | Compiling reqwest v0.12.9 |
| 845 | 2024-12-20T21:15:10.147Z | Compiling serde_yaml v0.9.34+deprecated |
| 846 | 2024-12-20T21:15:11.587Z | Compiling progenitor-impl v0.8.0 |
| 847 | 2024-12-20T21:15:13.761Z | Compiling dirs-next v2.0.0 |
| 848 | 2024-12-20T21:15:13.892Z | Compiling darling_macro v0.20.10 |
| 849 | 2024-12-20T21:15:16.829Z | Compiling block-buffer v0.10.4 |
| 850 | 2024-12-20T21:15:17.095Z | Compiling crypto-common v0.1.6 |
| 851 | 2024-12-20T21:15:17.124Z | Compiling serde_spanned v0.6.8 |
| 852 | 2024-12-20T21:15:17.260Z | Compiling toml_datetime v0.6.8 |
| 853 | 2024-12-20T21:15:17.339Z | Compiling ppv-lite86 v0.2.20 |
| 854 | 2024-12-20T21:15:17.943Z | Compiling structmeta-derive v0.3.0 |
| 855 | 2024-12-20T21:15:18.262Z | Compiling rand_core v0.6.4 |
| 856 | 2024-12-20T21:15:18.463Z | Compiling thread_local v1.1.8 |
| 857 | 2024-12-20T21:15:18.740Z | Compiling multer v3.1.0 |
| 858 | 2024-12-20T21:15:19.089Z | Compiling match_cfg v0.1.0 |
| 859 | 2024-12-20T21:15:19.181Z | Compiling newtype-uuid v1.1.3 |
| 860 | 2024-12-20T21:15:19.181Z | Compiling camino v1.1.9 |
| 861 | 2024-12-20T21:15:19.506Z | Compiling winnow v0.6.20 |
| 862 | 2024-12-20T21:15:19.780Z | Compiling anyhow v1.0.93 |
| 863 | 2024-12-20T21:15:20.385Z | Compiling slog-async v2.8.0 |
| 864 | 2024-12-20T21:15:20.669Z | Compiling structmeta v0.3.0 |
| 865 | 2024-12-20T21:15:20.836Z | Compiling hostname v0.3.1 |
| 866 | 2024-12-20T21:15:20.951Z | Compiling rand_chacha v0.3.1 |
| 867 | 2024-12-20T21:15:21.074Z | Compiling progenitor-macro v0.8.0 |
| 868 | 2024-12-20T21:15:21.690Z | Compiling digest v0.10.7 |
| 869 | 2024-12-20T21:15:21.936Z | Compiling crossbeam-channel v0.5.13 |
| 870 | 2024-12-20T21:15:22.709Z | Compiling darling v0.20.10 |
| 871 | 2024-12-20T21:15:22.805Z | Compiling term v0.7.0 |
| 872 | 2024-12-20T21:15:23.543Z | Compiling toml_edit v0.22.22 |
| 873 | 2024-12-20T21:15:25.001Z | Compiling progenitor-client v0.8.0 |
| 874 | 2024-12-20T21:15:27.413Z | Compiling usdt-attr-macro v0.5.0 |
| 875 | 2024-12-20T21:15:28.931Z | Compiling usdt-macro v0.5.0 |
| 876 | 2024-12-20T21:15:30.258Z | Compiling slog-json v2.6.1 |
| 877 | 2024-12-20T21:15:30.698Z | Compiling futures-executor v0.3.31 |
| 878 | 2024-12-20T21:15:31.868Z | Compiling async-stream-impl v0.3.6 |
| 879 | 2024-12-20T21:15:32.123Z | Compiling memmap v0.7.0 |
| 880 | 2024-12-20T21:15:32.562Z | Compiling is-terminal v0.4.13 |
| 881 | 2024-12-20T21:15:32.678Z | Compiling dropshot v0.13.0 |
| 882 | 2024-12-20T21:15:33.002Z | Compiling take_mut v0.2.2 |
| 883 | 2024-12-20T21:15:33.159Z | Compiling cpufeatures v0.2.14 |
| 884 | 2024-12-20T21:15:33.245Z | Compiling async-stream v0.3.6 |
| 885 | 2024-12-20T21:15:33.250Z | Compiling sha1 v0.10.6 |
| 886 | 2024-12-20T21:15:33.961Z | Compiling progenitor v0.8.0 |
| 887 | 2024-12-20T21:15:34.071Z | Compiling slog-term v2.9.1 |
| 888 | 2024-12-20T21:15:34.178Z | Compiling usdt v0.5.0 |
| 889 | 2024-12-20T21:15:35.729Z | Compiling tokio-rustls v0.25.0 |
| 890 | 2024-12-20T21:15:36.175Z | Compiling futures v0.3.31 |
| 891 | 2024-12-20T21:15:36.418Z | Compiling slog-bunyan v2.5.0 |
| 892 | 2024-12-20T21:15:36.671Z | Compiling strum_macros v0.26.4 |
| 893 | 2024-12-20T21:15:36.943Z | Compiling toml v0.8.19 |
| 894 | 2024-12-20T21:15:37.051Z | Compiling serde_with_macros v3.11.0 |
| 895 | 2024-12-20T21:15:39.739Z | Compiling rand v0.8.5 |
| 896 | 2024-12-20T21:15:41.306Z | Compiling parse-display-derive v0.10.0 |
| 897 | 2024-12-20T21:15:45.348Z | Compiling ipnetwork v0.20.0 |
| 898 | 2024-12-20T21:15:45.854Z | Compiling dropshot_endpoint v0.13.0 |
| 899 | 2024-12-20T21:15:46.076Z | Compiling serde_path_to_error v0.1.16 |
| 900 | 2024-12-20T21:15:46.429Z | Compiling hex v0.4.3 |
| 901 | 2024-12-20T21:15:47.046Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 902 | 2024-12-20T21:15:47.069Z | Compiling async-trait v0.1.83 |
| 903 | 2024-12-20T21:15:47.855Z | Compiling waitgroup v0.1.2 |
| 904 | 2024-12-20T21:15:48.097Z | Compiling hostname v0.4.0 |
| 905 | 2024-12-20T21:15:48.380Z | Compiling instant v0.1.13 |
| 906 | 2024-12-20T21:15:48.515Z | Compiling debug-ignore v1.0.5 |
| 907 | 2024-12-20T21:15:48.633Z | Compiling backoff v0.4.0 |
| 908 | 2024-12-20T21:15:48.991Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 909 | 2024-12-20T21:15:49.184Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 910 | 2024-12-20T21:15:49.354Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 911 | 2024-12-20T21:15:49.548Z | Compiling parse-display v0.10.0 |
| 912 | 2024-12-20T21:15:50.325Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 913 | 2024-12-20T21:15:51.677Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 914 | 2024-12-20T21:15:52.263Z | Compiling strum v0.26.3 |
| 915 | 2024-12-20T21:15:52.443Z | Compiling serde_with v3.11.0 |
| 916 | 2024-12-20T21:15:52.825Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 917 | 2024-12-20T21:15:53.664Z | Compiling regress v0.9.1 |
| 918 | 2024-12-20T21:15:54.213Z | Compiling macaddr v1.0.1 |
| 919 | 2024-12-20T21:16:00.087Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 920 | 2024-12-20T21:16:10.839Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 921 | 2024-12-20T21:16:20.890Z | Finished `release` profile [optimized] target(s) in 2m 36s |
| 922 | 2024-12-20T21:16:20.957Z | process exited: duration 235781 ms, exit code 0 |
| |
| 923 | 2024-12-20T21:16:20.963Z | found 0 output files |