|
|
|
| 1 | 2025-01-16T20:49:13.458Z | job assigned to worker 01JHRDZM1YXCE23XG0H2S171MX [factory aws, i-0b546cf5fd9e833e6] (queued for 51 s) |
| |
| 2 | 2025-01-16T20:49:21.898Z | starting task 0: "setup" |
| 3 | 2025-01-16T20:49:21.910Z | ++ uname -s |
| 4 | 2025-01-16T20:49:21.910Z | + kern=SunOS |
| 5 | 2025-01-16T20:49:21.910Z | + case "$kern" in |
| 6 | 2025-01-16T20:49:21.910Z | + groupadd -g 12345 build |
| 7 | 2025-01-16T20:49:21.910Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-16T20:49:23.928Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-16T20:49:24.008Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-16T20:49:24.025Z | + home_fs=zfs |
| 11 | 2025-01-16T20:49:24.025Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-16T20:49:24.025Z | + mkdir -p /home/build |
| 13 | 2025-01-16T20:49:24.025Z | + chown build:build /home/build /work |
| 14 | 2025-01-16T20:49:26.003Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-16T20:49:26.013Z | process exited: duration 4111 ms, exit code 0 |
| |
| 16 | 2025-01-16T20:49:26.024Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-16T20:49:26.028Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-16T20:49:26.028Z | * toolchain channel = "1.84.0" |
| 19 | 2025-01-16T20:49:26.028Z | ' 1.84.0 |
| 20 | 2025-01-16T20:49:26.028Z | + printf ' * toolchain profile = "%s" |
| 21 | 2025-01-16T20:49:26.028Z | ' default |
| 22 | 2025-01-16T20:49:26.028Z | * toolchain profile = "default" |
| 23 | 2025-01-16T20:49:26.034Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-16T20:49:26.034Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-16T20:49:26.152Z | info: downloading installer |
| 26 | 2025-01-16T20:49:27.413Z | info: profile set to 'default' |
| 27 | 2025-01-16T20:49:27.414Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-16T20:49:27.421Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-16T20:49:27.550Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-16T20:49:27.550Z | info: downloading component 'cargo' |
| 31 | 2025-01-16T20:49:28.448Z | info: downloading component 'clippy' |
| 32 | 2025-01-16T20:49:28.764Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-16T20:49:29.942Z | info: downloading component 'rust-std' |
| 34 | 2025-01-16T20:49:31.751Z | info: downloading component 'rustc' |
| 35 | 2025-01-16T20:49:38.469Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-16T20:49:38.721Z | info: installing component 'cargo' |
| 37 | 2025-01-16T20:49:39.569Z | info: installing component 'clippy' |
| 38 | 2025-01-16T20:49:39.949Z | info: installing component 'rust-docs' |
| 39 | 2025-01-16T20:49:41.655Z | info: installing component 'rust-std' |
| 40 | 2025-01-16T20:49:43.378Z | info: installing component 'rustc' |
| 41 | 2025-01-16T20:49:49.520Z | info: installing component 'rustfmt' |
| 42 | 2025-01-16T20:49:49.816Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-16T20:49:49.816Z | |
| 44 | 2025-01-16T20:49:50.201Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-16T20:49:50.201Z | |
| 46 | 2025-01-16T20:49:50.209Z | |
| 47 | 2025-01-16T20:49:50.209Z | Rust is installed now. Great! |
| 48 | 2025-01-16T20:49:50.209Z | |
| 49 | 2025-01-16T20:49:50.209Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-16T20:49:50.209Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-16T20:49:50.209Z | |
| 52 | 2025-01-16T20:49:50.209Z | To configure your current shell, you need to source |
| 53 | 2025-01-16T20:49:50.209Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-16T20:49:50.209Z | |
| 55 | 2025-01-16T20:49:50.209Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-16T20:49:50.209Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-16T20:49:50.209Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-16T20:49:50.276Z | + rustc --version |
| 59 | 2025-01-16T20:49:50.347Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-16T20:49:50.351Z | process exited: duration 24322 ms, exit code 0 |
| |
| 61 | 2025-01-16T20:49:50.357Z | starting task 2: "authentication" |
| 62 | 2025-01-16T20:49:50.382Z | process exited: duration 24 ms, exit code 0 |
| |
| 63 | 2025-01-16T20:49:50.388Z | starting task 3: "clone repository" |
| 64 | 2025-01-16T20:49:50.392Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-16T20:49:50.394Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-16T20:49:50.684Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-16T20:50:01.780Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-16T20:50:01.780Z | + git fetch origin b9b9ec071bb3128b2285ca9d8ca6720cf25e97f0 |
| 69 | 2025-01-16T20:50:01.876Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-16T20:50:01.876Z | * branch b9b9ec071bb3128b2285ca9d8ca6720cf25e97f0 -> FETCH_HEAD |
| 71 | 2025-01-16T20:50:01.876Z | + [[ -n moar-visiters ]] |
| 72 | 2025-01-16T20:50:01.876Z | ++ git branch --show-current |
| 73 | 2025-01-16T20:50:01.876Z | + current=main |
| 74 | 2025-01-16T20:50:01.876Z | + [[ main != moar-visiters ]] |
| 75 | 2025-01-16T20:50:01.876Z | + git branch -f moar-visiters b9b9ec071bb3128b2285ca9d8ca6720cf25e97f0 |
| 76 | 2025-01-16T20:50:01.876Z | + git checkout -f moar-visiters |
| 77 | 2025-01-16T20:50:01.876Z | Switched to branch 'moar-visiters' |
| 78 | 2025-01-16T20:50:01.876Z | + git reset --hard b9b9ec071bb3128b2285ca9d8ca6720cf25e97f0 |
| 79 | 2025-01-16T20:50:01.876Z | HEAD is now at b9b9ec071 Add a diff visitor for `BlueprintDatasetsConfig` |
| 80 | 2025-01-16T20:50:01.876Z | process exited: duration 8975 ms, exit code 0 |
| |
| 81 | 2025-01-16T20:50:02.046Z | starting task 4: "build" |
| 82 | 2025-01-16T20:50:02.118Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-16T20:50:02.118Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-16T20:50:02.118Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-16T20:50:02.118Z | + cargo --version |
| 86 | 2025-01-16T20:50:02.118Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-16T20:50:02.118Z | + rustc --version |
| 88 | 2025-01-16T20:50:02.118Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-16T20:50:02.164Z | + cd /tmp |
| 90 | 2025-01-16T20:50:02.165Z | + cargo new --lib test-project |
| 91 | 2025-01-16T20:50:02.165Z | Creating library `test-project` package |
| 92 | 2025-01-16T20:50:02.223Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 93 | 2025-01-16T20:50:02.260Z | + cd test-project |
| 94 | 2025-01-16T20:50:02.260Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 95 | 2025-01-16T20:50:02.281Z | Adding omicron-common (local) to dependencies |
| 96 | 2025-01-16T20:50:02.315Z | Features: |
| 97 | 2025-01-16T20:50:02.315Z | - proptest |
| 98 | 2025-01-16T20:50:02.315Z | - test-strategy |
| 99 | 2025-01-16T20:50:02.315Z | - testing |
| 100 | 2025-01-16T20:50:02.316Z | Updating crates.io index |
| 101 | 2025-01-16T20:50:02.381Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 102 | 2025-01-16T20:50:02.905Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 103 | 2025-01-16T20:50:03.411Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 104 | 2025-01-16T20:50:03.837Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 105 | 2025-01-16T20:50:04.305Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 106 | 2025-01-16T20:50:05.741Z | Locking 335 packages to latest compatible versions |
| 107 | 2025-01-16T20:50:05.939Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 108 | 2025-01-16T20:50:05.942Z | + cargo check |
| 109 | 2025-01-16T20:50:06.092Z | Updating crates.io index |
| 110 | 2025-01-16T20:50:06.998Z | Locking 1 package to latest compatible version |
| 111 | 2025-01-16T20:50:06.998Z | Adding omicron-workspace-hack v0.1.0 |
| 112 | 2025-01-16T20:50:07.022Z | Downloading crates ... |
| 113 | 2025-01-16T20:50:07.114Z | Downloaded ahash v0.8.11 |
| 114 | 2025-01-16T20:50:07.122Z | Downloaded async-stream-impl v0.3.6 |
| 115 | 2025-01-16T20:50:07.127Z | Downloaded ident_case v1.0.1 |
| 116 | 2025-01-16T20:50:07.140Z | Downloaded http-body v1.0.1 |
| 117 | 2025-01-16T20:50:07.140Z | Downloaded equivalent v1.0.1 |
| 118 | 2025-01-16T20:50:07.142Z | Downloaded try-lock v0.2.5 |
| 119 | 2025-01-16T20:50:07.142Z | Downloaded foreign-types-shared v0.1.1 |
| 120 | 2025-01-16T20:50:07.144Z | Downloaded tokio-native-tls v0.3.1 |
| 121 | 2025-01-16T20:50:07.155Z | Downloaded foreign-types v0.3.2 |
| 122 | 2025-01-16T20:50:07.156Z | Downloaded instant v0.1.13 |
| 123 | 2025-01-16T20:50:07.158Z | Downloaded tokio-rustls v0.25.0 |
| 124 | 2025-01-16T20:50:07.158Z | Downloaded dtrace-parser v0.2.0 |
| 125 | 2025-01-16T20:50:07.158Z | Downloaded async-stream v0.3.6 |
| 126 | 2025-01-16T20:50:07.163Z | Downloaded tinyvec v1.8.0 |
| 127 | 2025-01-16T20:50:07.170Z | Downloaded time-core v0.1.2 |
| 128 | 2025-01-16T20:50:07.177Z | Downloaded openssl-macros v0.1.1 |
| 129 | 2025-01-16T20:50:07.177Z | Downloaded match_cfg v0.1.0 |
| 130 | 2025-01-16T20:50:07.177Z | Downloaded dirs-sys-next v0.1.2 |
| 131 | 2025-01-16T20:50:07.177Z | Downloaded digest v0.10.7 |
| 132 | 2025-01-16T20:50:07.177Z | Downloaded form_urlencoded v1.2.1 |
| 133 | 2025-01-16T20:50:07.177Z | Downloaded tower-service v0.3.3 |
| 134 | 2025-01-16T20:50:07.177Z | Downloaded darling_macro v0.20.10 |
| 135 | 2025-01-16T20:50:07.177Z | Downloaded icu_provider_macros v1.5.0 |
| 136 | 2025-01-16T20:50:07.177Z | Downloaded block-buffer v0.10.4 |
| 137 | 2025-01-16T20:50:07.177Z | Downloaded num-conv v0.1.0 |
| 138 | 2025-01-16T20:50:07.180Z | Downloaded usdt-macro v0.5.0 |
| 139 | 2025-01-16T20:50:07.180Z | Downloaded autocfg v1.4.0 |
| 140 | 2025-01-16T20:50:07.187Z | Downloaded atomic-waker v1.1.2 |
| 141 | 2025-01-16T20:50:07.187Z | Downloaded macaddr v1.0.1 |
| 142 | 2025-01-16T20:50:07.187Z | Downloaded heck v0.5.0 |
| 143 | 2025-01-16T20:50:07.190Z | Downloaded itoa v1.0.11 |
| 144 | 2025-01-16T20:50:07.190Z | Downloaded pretty-hex v0.4.1 |
| 145 | 2025-01-16T20:50:07.192Z | Downloaded yoke-derive v0.7.4 |
| 146 | 2025-01-16T20:50:07.193Z | Downloaded write16 v1.0.0 |
| 147 | 2025-01-16T20:50:07.195Z | Downloaded futures-task v0.3.31 |
| 148 | 2025-01-16T20:50:07.195Z | Downloaded num_threads v0.1.7 |
| 149 | 2025-01-16T20:50:07.197Z | Downloaded futures-io v0.3.31 |
| 150 | 2025-01-16T20:50:07.197Z | Downloaded futures-core v0.3.31 |
| 151 | 2025-01-16T20:50:07.199Z | Downloaded dirs-next v2.0.0 |
| 152 | 2025-01-16T20:50:07.201Z | Downloaded omicron-workspace-hack v0.1.0 |
| 153 | 2025-01-16T20:50:07.201Z | Downloaded zerofrom v0.1.4 |
| 154 | 2025-01-16T20:50:07.203Z | Downloaded lock_api v0.4.12 |
| 155 | 2025-01-16T20:50:07.206Z | Downloaded progenitor-client v0.9.1 |
| 156 | 2025-01-16T20:50:07.206Z | Downloaded httpdate v1.0.3 |
| 157 | 2025-01-16T20:50:07.210Z | Downloaded futures-macro v0.3.31 |
| 158 | 2025-01-16T20:50:07.210Z | Downloaded http-body-util v0.1.2 |
| 159 | 2025-01-16T20:50:07.210Z | Downloaded hex v0.4.3 |
| 160 | 2025-01-16T20:50:07.214Z | Downloaded scroll_derive v0.12.0 |
| 161 | 2025-01-16T20:50:07.214Z | Downloaded progenitor-client v0.8.0 |
| 162 | 2025-01-16T20:50:07.214Z | Downloaded openssl-probe v0.1.5 |
| 163 | 2025-01-16T20:50:07.217Z | Downloaded is-terminal v0.4.13 |
| 164 | 2025-01-16T20:50:07.217Z | Downloaded ipnetwork v0.20.0 |
| 165 | 2025-01-16T20:50:07.219Z | Downloaded generic-array v0.14.7 |
| 166 | 2025-01-16T20:50:07.219Z | Downloaded hyper-tls v0.6.0 |
| 167 | 2025-01-16T20:50:07.222Z | Downloaded dyn-clone v1.0.17 |
| 168 | 2025-01-16T20:50:07.225Z | Downloaded untrusted v0.9.0 |
| 169 | 2025-01-16T20:50:07.225Z | Downloaded thread_local v1.1.8 |
| 170 | 2025-01-16T20:50:07.227Z | Downloaded byteorder v1.5.0 |
| 171 | 2025-01-16T20:50:07.227Z | Downloaded rand_chacha v0.3.1 |
| 172 | 2025-01-16T20:50:07.230Z | Downloaded tinystr v0.7.6 |
| 173 | 2025-01-16T20:50:07.232Z | Downloaded paste v1.0.15 |
| 174 | 2025-01-16T20:50:07.234Z | Downloaded plain v0.2.3 |
| 175 | 2025-01-16T20:50:07.238Z | Downloaded thread-id v4.2.2 |
| 176 | 2025-01-16T20:50:07.238Z | Downloaded debug-ignore v1.0.5 |
| 177 | 2025-01-16T20:50:07.238Z | Downloaded usdt-attr-macro v0.5.0 |
| 178 | 2025-01-16T20:50:07.241Z | Downloaded powerfmt v0.2.0 |
| 179 | 2025-01-16T20:50:07.241Z | Downloaded progenitor v0.8.0 |
| 180 | 2025-01-16T20:50:07.241Z | Downloaded deranged v0.3.11 |
| 181 | 2025-01-16T20:50:07.244Z | Downloaded ppv-lite86 v0.2.20 |
| 182 | 2025-01-16T20:50:07.249Z | Downloaded quinn-udp v0.5.5 |
| 183 | 2025-01-16T20:50:07.249Z | Downloaded either v1.13.0 |
| 184 | 2025-01-16T20:50:07.249Z | Downloaded synstructure v0.13.1 |
| 185 | 2025-01-16T20:50:07.249Z | Downloaded dof v0.3.0 |
| 186 | 2025-01-16T20:50:07.253Z | Downloaded version_check v0.9.5 |
| 187 | 2025-01-16T20:50:07.253Z | Downloaded newtype-uuid v1.2.1 |
| 188 | 2025-01-16T20:50:07.255Z | Downloaded typenum v1.17.0 |
| 189 | 2025-01-16T20:50:07.258Z | Downloaded tokio-macros v2.4.0 |
| 190 | 2025-01-16T20:50:07.258Z | Downloaded pin-utils v0.1.0 |
| 191 | 2025-01-16T20:50:07.260Z | Downloaded mime v0.3.17 |
| 192 | 2025-01-16T20:50:07.260Z | Downloaded progenitor-macro v0.8.0 |
| 193 | 2025-01-16T20:50:07.265Z | Downloaded zerovec-derive v0.10.3 |
| 194 | 2025-01-16T20:50:07.265Z | Downloaded ipnet v2.10.1 |
| 195 | 2025-01-16T20:50:07.279Z | Downloaded parse-display v0.10.0 |
| 196 | 2025-01-16T20:50:07.279Z | Downloaded cpufeatures v0.2.14 |
| 197 | 2025-01-16T20:50:07.279Z | Downloaded memmap v0.7.0 |
| 198 | 2025-01-16T20:50:07.279Z | Downloaded zerofrom-derive v0.1.4 |
| 199 | 2025-01-16T20:50:07.279Z | Downloaded writeable v0.5.5 |
| 200 | 2025-01-16T20:50:07.279Z | Downloaded utf8_iter v1.0.4 |
| 201 | 2025-01-16T20:50:07.306Z | Downloaded displaydoc v0.2.5 |
| 202 | 2025-01-16T20:50:07.306Z | Downloaded usdt v0.5.0 |
| 203 | 2025-01-16T20:50:07.306Z | Downloaded typify-macro v0.2.0 |
| 204 | 2025-01-16T20:50:07.306Z | Downloaded icu_normalizer_data v1.5.0 |
| 205 | 2025-01-16T20:50:07.306Z | Downloaded pkg-config v0.3.31 |
| 206 | 2025-01-16T20:50:07.306Z | Downloaded serde_urlencoded v0.7.1 |
| 207 | 2025-01-16T20:50:07.307Z | Downloaded fnv v1.0.7 |
| 208 | 2025-01-16T20:50:07.307Z | Downloaded async-trait v0.1.83 |
| 209 | 2025-01-16T20:50:07.307Z | Downloaded take_mut v0.2.2 |
| 210 | 2025-01-16T20:50:07.307Z | Downloaded strum v0.26.3 |
| 211 | 2025-01-16T20:50:07.307Z | Downloaded getrandom v0.2.15 |
| 212 | 2025-01-16T20:50:07.307Z | Downloaded sync_wrapper v1.0.1 |
| 213 | 2025-01-16T20:50:07.310Z | Downloaded pest_generator v2.7.14 |
| 214 | 2025-01-16T20:50:07.310Z | Downloaded tokio-rustls v0.26.0 |
| 215 | 2025-01-16T20:50:07.310Z | Downloaded time-macros v0.2.18 |
| 216 | 2025-01-16T20:50:07.310Z | Downloaded hostname v0.4.0 |
| 217 | 2025-01-16T20:50:07.310Z | Downloaded bitflags v2.6.0 |
| 218 | 2025-01-16T20:50:07.310Z | Downloaded rustversion v1.0.17 |
| 219 | 2025-01-16T20:50:07.310Z | Downloaded scroll v0.12.0 |
| 220 | 2025-01-16T20:50:07.310Z | Downloaded percent-encoding v2.3.1 |
| 221 | 2025-01-16T20:50:07.310Z | Downloaded structmeta-derive v0.3.0 |
| 222 | 2025-01-16T20:50:07.310Z | Downloaded slog-async v2.8.0 |
| 223 | 2025-01-16T20:50:07.323Z | Downloaded futures-sink v0.3.31 |
| 224 | 2025-01-16T20:50:07.323Z | Downloaded toml_datetime v0.6.8 |
| 225 | 2025-01-16T20:50:07.323Z | Downloaded typify v0.2.0 |
| 226 | 2025-01-16T20:50:07.323Z | Downloaded parse-display-derive v0.10.0 |
| 227 | 2025-01-16T20:50:07.325Z | Downloaded litemap v0.7.3 |
| 228 | 2025-01-16T20:50:07.325Z | Downloaded once_cell v1.20.2 |
| 229 | 2025-01-16T20:50:07.325Z | Downloaded native-tls v0.2.12 |
| 230 | 2025-01-16T20:50:07.325Z | Downloaded pest_derive v2.7.14 |
| 231 | 2025-01-16T20:50:07.328Z | Downloaded icu_locid_transform_data v1.5.0 |
| 232 | 2025-01-16T20:50:07.328Z | Downloaded futures v0.3.31 |
| 233 | 2025-01-16T20:50:07.333Z | Downloaded parking_lot_core v0.9.10 |
| 234 | 2025-01-16T20:50:07.335Z | Downloaded icu_normalizer v1.5.0 |
| 235 | 2025-01-16T20:50:07.338Z | Downloaded allocator-api2 v0.2.18 |
| 236 | 2025-01-16T20:50:07.341Z | Downloaded slab v0.4.9 |
| 237 | 2025-01-16T20:50:07.345Z | Downloaded thiserror-impl v1.0.69 |
| 238 | 2025-01-16T20:50:07.345Z | Downloaded hyper-rustls v0.27.3 |
| 239 | 2025-01-16T20:50:07.347Z | Downloaded slog-json v2.6.1 |
| 240 | 2025-01-16T20:50:07.350Z | Downloaded darling_core v0.20.10 |
| 241 | 2025-01-16T20:50:07.352Z | Downloaded thiserror v1.0.69 |
| 242 | 2025-01-16T20:50:07.357Z | Downloaded strsim v0.11.1 |
| 243 | 2025-01-16T20:50:07.359Z | Downloaded iana-time-zone v0.1.61 |
| 244 | 2025-01-16T20:50:07.361Z | Downloaded scopeguard v1.2.0 |
| 245 | 2025-01-16T20:50:07.367Z | Downloaded sha2 v0.10.8 |
| 246 | 2025-01-16T20:50:07.369Z | Downloaded quote v1.0.38 |
| 247 | 2025-01-16T20:50:07.369Z | Downloaded icu_provider v1.5.0 |
| 248 | 2025-01-16T20:50:07.371Z | Downloaded dropshot_endpoint v0.13.0 |
| 249 | 2025-01-16T20:50:07.373Z | Downloaded parking_lot v0.12.3 |
| 250 | 2025-01-16T20:50:07.379Z | Downloaded pin-project-lite v0.2.14 |
| 251 | 2025-01-16T20:50:07.391Z | Downloaded schemars_derive v0.8.21 |
| 252 | 2025-01-16T20:50:07.391Z | Downloaded proc-macro2 v1.0.92 |
| 253 | 2025-01-16T20:50:07.400Z | Downloaded rand_core v0.6.4 |
| 254 | 2025-01-16T20:50:07.400Z | Downloaded serde_tokenstream v0.2.2 |
| 255 | 2025-01-16T20:50:07.400Z | Downloaded smallvec v1.13.2 |
| 256 | 2025-01-16T20:50:07.400Z | Downloaded log v0.4.22 |
| 257 | 2025-01-16T20:50:07.400Z | Downloaded pest_meta v2.7.14 |
| 258 | 2025-01-16T20:50:07.400Z | Downloaded stable_deref_trait v1.2.0 |
| 259 | 2025-01-16T20:50:07.400Z | Downloaded progenitor-impl v0.8.0 |
| 260 | 2025-01-16T20:50:07.406Z | Downloaded serde_derive_internals v0.29.1 |
| 261 | 2025-01-16T20:50:07.406Z | Downloaded strum_macros v0.26.4 |
| 262 | 2025-01-16T20:50:07.406Z | Downloaded unicode-ident v1.0.14 |
| 263 | 2025-01-16T20:50:07.406Z | Downloaded ucd-trie v0.1.7 |
| 264 | 2025-01-16T20:50:07.408Z | Downloaded zerocopy-derive v0.7.35 |
| 265 | 2025-01-16T20:50:07.408Z | Downloaded icu_locid v1.5.0 |
| 266 | 2025-01-16T20:50:07.412Z | Downloaded uuid v1.11.0 |
| 267 | 2025-01-16T20:50:07.418Z | Downloaded rustls-pemfile v2.2.0 |
| 268 | 2025-01-16T20:50:07.418Z | Downloaded base64 v0.22.1 |
| 269 | 2025-01-16T20:50:07.421Z | Downloaded num-traits v0.2.19 |
| 270 | 2025-01-16T20:50:07.424Z | Downloaded bytes v1.9.0 |
| 271 | 2025-01-16T20:50:07.428Z | Downloaded tracing-core v0.1.32 |
| 272 | 2025-01-16T20:50:07.432Z | Downloaded indexmap v2.7.0 |
| 273 | 2025-01-16T20:50:07.436Z | Downloaded serde_with_macros v3.11.0 |
| 274 | 2025-01-16T20:50:07.436Z | Downloaded spin v0.9.8 |
| 275 | 2025-01-16T20:50:07.439Z | Downloaded term v0.7.0 |
| 276 | 2025-01-16T20:50:07.444Z | Downloaded slog-term v2.9.1 |
| 277 | 2025-01-16T20:50:07.444Z | Downloaded socket2 v0.5.7 |
| 278 | 2025-01-16T20:50:07.446Z | Downloaded semver v1.0.24 |
| 279 | 2025-01-16T20:50:07.446Z | Downloaded hyper-util v0.1.10 |
| 280 | 2025-01-16T20:50:07.449Z | Downloaded toml v0.8.19 |
| 281 | 2025-01-16T20:50:07.453Z | Downloaded indexmap v1.9.3 |
| 282 | 2025-01-16T20:50:07.459Z | Downloaded cc v1.1.30 |
| 283 | 2025-01-16T20:50:07.462Z | Downloaded openssl-sys v0.9.103 |
| 284 | 2025-01-16T20:50:07.465Z | Downloaded http v1.2.0 |
| 285 | 2025-01-16T20:50:07.467Z | Downloaded serde_yaml v0.9.34+deprecated |
| 286 | 2025-01-16T20:50:07.471Z | Downloaded slog v2.7.0 |
| 287 | 2025-01-16T20:50:07.476Z | Downloaded quinn v0.11.5 |
| 288 | 2025-01-16T20:50:07.477Z | Downloaded unsafe-libyaml v0.2.11 |
| 289 | 2025-01-16T20:50:07.488Z | Downloaded serde_derive v1.0.217 |
| 290 | 2025-01-16T20:50:07.488Z | Downloaded tracing v0.1.40 |
| 291 | 2025-01-16T20:50:07.488Z | Downloaded rustls-pki-types v1.10.0 |
| 292 | 2025-01-16T20:50:07.494Z | Downloaded hashbrown v0.12.3 |
| 293 | 2025-01-16T20:50:07.498Z | Downloaded url v2.5.3 |
| 294 | 2025-01-16T20:50:07.498Z | Downloaded aho-corasick v1.1.3 |
| 295 | 2025-01-16T20:50:07.502Z | Downloaded rand v0.8.5 |
| 296 | 2025-01-16T20:50:07.506Z | Downloaded mio v1.0.2 |
| 297 | 2025-01-16T20:50:07.513Z | Downloaded serde v1.0.217 |
| 298 | 2025-01-16T20:50:07.516Z | Downloaded itertools v0.10.5 |
| 299 | 2025-01-16T20:50:07.520Z | Downloaded memchr v2.7.4 |
| 300 | 2025-01-16T20:50:07.524Z | Downloaded hashbrown v0.15.1 |
| 301 | 2025-01-16T20:50:07.529Z | Downloaded toml_edit v0.22.22 |
| 302 | 2025-01-16T20:50:07.550Z | Downloaded schemars v0.8.21 |
| 303 | 2025-01-16T20:50:07.562Z | Downloaded pest v2.7.14 |
| 304 | 2025-01-16T20:50:07.569Z | Downloaded zerovec v0.10.4 |
| 305 | 2025-01-16T20:50:07.569Z | Downloaded h2 v0.4.6 |
| 306 | 2025-01-16T20:50:07.575Z | Downloaded futures-util v0.3.31 |
| 307 | 2025-01-16T20:50:07.587Z | Downloaded tokio-util v0.7.12 |
| 308 | 2025-01-16T20:50:07.596Z | Downloaded zerocopy v0.7.35 |
| 309 | 2025-01-16T20:50:07.607Z | Downloaded winnow v0.6.20 |
| 310 | 2025-01-16T20:50:07.615Z | Downloaded serde_json v1.0.135 |
| 311 | 2025-01-16T20:50:07.623Z | Downloaded rustls-webpki v0.102.8 |
| 312 | 2025-01-16T20:50:07.641Z | Downloaded reqwest v0.12.9 |
| 313 | 2025-01-16T20:50:07.647Z | Downloaded vcpkg v0.2.15 |
| 314 | 2025-01-16T20:50:07.682Z | Downloaded quinn-proto v0.11.8 |
| 315 | 2025-01-16T20:50:07.688Z | Downloaded chrono v0.4.38 |
| 316 | 2025-01-16T20:50:07.695Z | Downloaded webpki-roots v0.26.6 |
| 317 | 2025-01-16T20:50:07.698Z | Downloaded serde_with v3.11.0 |
| 318 | 2025-01-16T20:50:07.706Z | Downloaded syn v1.0.109 |
| 319 | 2025-01-16T20:50:07.715Z | Downloaded openssl v0.10.66 |
| 320 | 2025-01-16T20:50:07.728Z | Downloaded icu_properties_data v1.5.0 |
| 321 | 2025-01-16T20:50:07.748Z | Downloaded hyper v1.5.0 |
| 322 | 2025-01-16T20:50:07.753Z | Downloaded goblin v0.8.2 |
| 323 | 2025-01-16T20:50:07.753Z | Downloaded regex v1.11.1 |
| 324 | 2025-01-16T20:50:07.757Z | Downloaded syn v2.0.96 |
| 325 | 2025-01-16T20:50:07.768Z | Downloaded regress v0.10.1 |
| 326 | 2025-01-16T20:50:07.775Z | Downloaded rustls v0.22.4 |
| 327 | 2025-01-16T20:50:07.788Z | Downloaded regress v0.9.1 |
| 328 | 2025-01-16T20:50:07.797Z | Downloaded regex-syntax v0.8.5 |
| 329 | 2025-01-16T20:50:07.804Z | Downloaded typify-impl v0.2.0 |
| 330 | 2025-01-16T20:50:07.815Z | Downloaded dropshot v0.13.0 |
| 331 | 2025-01-16T20:50:07.834Z | Downloaded rustls v0.23.19 |
| 332 | 2025-01-16T20:50:07.844Z | Downloaded openapiv3 v2.0.0 |
| 333 | 2025-01-16T20:50:07.854Z | Downloaded time v0.3.36 |
| 334 | 2025-01-16T20:50:07.860Z | Downloaded idna v1.0.3 |
| 335 | 2025-01-16T20:50:07.864Z | Downloaded hashbrown v0.14.5 |
| 336 | 2025-01-16T20:50:07.869Z | Downloaded ryu v1.0.18 |
| 337 | 2025-01-16T20:50:07.871Z | Downloaded icu_collections v1.5.0 |
| 338 | 2025-01-16T20:50:07.877Z | Downloaded crossbeam-channel v0.5.13 |
| 339 | 2025-01-16T20:50:07.881Z | Downloaded icu_properties v1.5.1 |
| 340 | 2025-01-16T20:50:07.885Z | Downloaded usdt-impl v0.5.0 |
| 341 | 2025-01-16T20:50:07.887Z | Downloaded serde_path_to_error v0.1.16 |
| 342 | 2025-01-16T20:50:07.887Z | Downloaded rustc-hash v2.0.0 |
| 343 | 2025-01-16T20:50:07.887Z | Downloaded serde_spanned v0.6.8 |
| 344 | 2025-01-16T20:50:07.891Z | Downloaded signal-hook-registry v1.4.2 |
| 345 | 2025-01-16T20:50:07.891Z | Downloaded shlex v1.3.0 |
| 346 | 2025-01-16T20:50:07.891Z | Downloaded structmeta v0.3.0 |
| 347 | 2025-01-16T20:50:07.891Z | Downloaded slog-bunyan v2.5.0 |
| 348 | 2025-01-16T20:50:07.895Z | Downloaded sha1 v0.10.6 |
| 349 | 2025-01-16T20:50:07.895Z | Downloaded tokio v1.40.0 |
| 350 | 2025-01-16T20:50:07.927Z | Downloaded subtle v2.6.1 |
| 351 | 2025-01-16T20:50:07.930Z | Downloaded darling v0.20.10 |
| 352 | 2025-01-16T20:50:07.932Z | Downloaded httparse v1.9.5 |
| 353 | 2025-01-16T20:50:07.935Z | Downloaded regex-automata v0.4.8 |
| 354 | 2025-01-16T20:50:07.949Z | Downloaded crossbeam-utils v0.8.20 |
| 355 | 2025-01-16T20:50:07.952Z | Downloaded multer v3.1.0 |
| 356 | 2025-01-16T20:50:07.955Z | Downloaded futures-channel v0.3.31 |
| 357 | 2025-01-16T20:50:07.958Z | Downloaded yoke v0.7.4 |
| 358 | 2025-01-16T20:50:07.958Z | Downloaded icu_locid_transform v1.5.0 |
| 359 | 2025-01-16T20:50:07.964Z | Downloaded idna_adapter v1.2.0 |
| 360 | 2025-01-16T20:50:07.964Z | Downloaded anyhow v1.0.93 |
| 361 | 2025-01-16T20:50:07.966Z | Downloaded libc v0.2.162 |
| 362 | 2025-01-16T20:50:07.988Z | Downloaded camino v1.1.9 |
| 363 | 2025-01-16T20:50:07.991Z | Downloaded zeroize v1.8.1 |
| 364 | 2025-01-16T20:50:07.991Z | Downloaded utf16_iter v1.0.5 |
| 365 | 2025-01-16T20:50:07.993Z | Downloaded backoff v0.4.0 |
| 366 | 2025-01-16T20:50:07.994Z | Downloaded crypto-common v0.1.6 |
| 367 | 2025-01-16T20:50:07.999Z | Downloaded want v0.3.1 |
| 368 | 2025-01-16T20:50:07.999Z | Downloaded cfg-if v1.0.0 |
| 369 | 2025-01-16T20:50:07.999Z | Downloaded waitgroup v0.1.2 |
| 370 | 2025-01-16T20:50:07.999Z | Downloaded futures-executor v0.3.31 |
| 371 | 2025-01-16T20:50:08.003Z | Downloaded tinyvec_macros v0.1.1 |
| 372 | 2025-01-16T20:50:08.003Z | Downloaded hostname v0.3.1 |
| 373 | 2025-01-16T20:50:08.070Z | Downloaded encoding_rs v0.8.34 |
| 374 | 2025-01-16T20:50:08.269Z | Downloaded ring v0.17.8 |
| 375 | 2025-01-16T20:50:08.458Z | Compiling proc-macro2 v1.0.92 |
| 376 | 2025-01-16T20:50:08.459Z | Compiling unicode-ident v1.0.14 |
| 377 | 2025-01-16T20:50:08.459Z | Compiling libc v0.2.162 |
| 378 | 2025-01-16T20:50:08.459Z | Checking cfg-if v1.0.0 |
| 379 | 2025-01-16T20:50:08.463Z | Compiling autocfg v1.4.0 |
| 380 | 2025-01-16T20:50:08.463Z | Compiling serde v1.0.217 |
| 381 | 2025-01-16T20:50:08.482Z | Compiling version_check v0.9.5 |
| 382 | 2025-01-16T20:50:08.486Z | Checking memchr v2.7.4 |
| 383 | 2025-01-16T20:50:08.557Z | Compiling serde_json v1.0.135 |
| 384 | 2025-01-16T20:50:08.679Z | Checking itoa v1.0.11 |
| 385 | 2025-01-16T20:50:09.069Z | Checking once_cell v1.20.2 |
| 386 | 2025-01-16T20:50:09.188Z | Compiling thiserror v1.0.69 |
| 387 | 2025-01-16T20:50:09.234Z | Compiling shlex v1.3.0 |
| 388 | 2025-01-16T20:50:09.494Z | Compiling cc v1.1.30 |
| 389 | 2025-01-16T20:50:09.861Z | Checking pin-project-lite v0.2.14 |
| 390 | 2025-01-16T20:50:09.905Z | Compiling num-traits v0.2.19 |
| 391 | 2025-01-16T20:50:09.917Z | Checking smallvec v1.13.2 |
| 392 | 2025-01-16T20:50:09.985Z | Checking ryu v1.0.18 |
| 393 | 2025-01-16T20:50:10.139Z | Checking bytes v1.9.0 |
| 394 | 2025-01-16T20:50:10.214Z | Checking futures-core v0.3.31 |
| 395 | 2025-01-16T20:50:10.227Z | Compiling lock_api v0.4.12 |
| 396 | 2025-01-16T20:50:10.301Z | Compiling parking_lot_core v0.9.10 |
| 397 | 2025-01-16T20:50:10.440Z | Checking getrandom v0.2.15 |
| 398 | 2025-01-16T20:50:10.477Z | Compiling byteorder v1.5.0 |
| 399 | 2025-01-16T20:50:10.656Z | Checking scopeguard v1.2.0 |
| 400 | 2025-01-16T20:50:10.716Z | Compiling schemars v0.8.21 |
| 401 | 2025-01-16T20:50:10.903Z | Compiling slab v0.4.9 |
| 402 | 2025-01-16T20:50:10.959Z | Compiling quote v1.0.38 |
| 403 | 2025-01-16T20:50:11.039Z | Compiling ahash v0.8.11 |
| 404 | 2025-01-16T20:50:11.051Z | Checking futures-sink v0.3.31 |
| 405 | 2025-01-16T20:50:11.114Z | Checking log v0.4.22 |
| 406 | 2025-01-16T20:50:11.231Z | Checking parking_lot v0.12.3 |
| 407 | 2025-01-16T20:50:11.380Z | Compiling syn v2.0.96 |
| 408 | 2025-01-16T20:50:11.427Z | Checking mio v1.0.2 |
| 409 | 2025-01-16T20:50:11.506Z | Checking socket2 v0.5.7 |
| 410 | 2025-01-16T20:50:11.519Z | Checking signal-hook-registry v1.4.2 |
| 411 | 2025-01-16T20:50:11.609Z | Checking stable_deref_trait v1.2.0 |
| 412 | 2025-01-16T20:50:11.651Z | Checking equivalent v1.0.1 |
| 413 | 2025-01-16T20:50:11.702Z | Checking fnv v1.0.7 |
| 414 | 2025-01-16T20:50:11.749Z | Checking hashbrown v0.15.1 |
| 415 | 2025-01-16T20:50:11.782Z | Checking futures-channel v0.3.31 |
| 416 | 2025-01-16T20:50:11.821Z | Checking http v1.2.0 |
| 417 | 2025-01-16T20:50:11.885Z | Compiling semver v1.0.24 |
| 418 | 2025-01-16T20:50:11.980Z | Checking futures-task v0.3.31 |
| 419 | 2025-01-16T20:50:12.016Z | Compiling ring v0.17.8 |
| 420 | 2025-01-16T20:50:12.032Z | Checking futures-io v0.3.31 |
| 421 | 2025-01-16T20:50:12.119Z | Checking pin-utils v0.1.0 |
| 422 | 2025-01-16T20:50:12.205Z | Compiling vcpkg v0.2.15 |
| 423 | 2025-01-16T20:50:12.220Z | Checking rustls-pki-types v1.10.0 |
| 424 | 2025-01-16T20:50:12.231Z | Checking spin v0.9.8 |
| 425 | 2025-01-16T20:50:12.430Z | Compiling pkg-config v0.3.31 |
| 426 | 2025-01-16T20:50:12.730Z | Checking litemap v0.7.3 |
| 427 | 2025-01-16T20:50:12.795Z | Compiling heck v0.5.0 |
| 428 | 2025-01-16T20:50:13.076Z | Checking untrusted v0.9.0 |
| 429 | 2025-01-16T20:50:13.136Z | Compiling httparse v1.9.5 |
| 430 | 2025-01-16T20:50:13.191Z | Checking writeable v0.5.5 |
| 431 | 2025-01-16T20:50:13.246Z | Checking iana-time-zone v0.1.61 |
| 432 | 2025-01-16T20:50:13.380Z | Checking tracing-core v0.1.32 |
| 433 | 2025-01-16T20:50:13.537Z | Checking dyn-clone v1.0.17 |
| 434 | 2025-01-16T20:50:13.550Z | Checking atomic-waker v1.1.2 |
| 435 | 2025-01-16T20:50:13.687Z | Compiling openssl-sys v0.9.103 |
| 436 | 2025-01-16T20:50:13.690Z | Compiling ucd-trie v0.1.7 |
| 437 | 2025-01-16T20:50:13.690Z | Checking http-body v1.0.1 |
| 438 | 2025-01-16T20:50:13.881Z | Checking try-lock v0.2.5 |
| 439 | 2025-01-16T20:50:13.912Z | Checking tracing v0.1.40 |
| 440 | 2025-01-16T20:50:14.103Z | Checking icu_locid_transform_data v1.5.0 |
| 441 | 2025-01-16T20:50:14.168Z | Compiling allocator-api2 v0.2.18 |
| 442 | 2025-01-16T20:50:14.181Z | Checking subtle v2.6.1 |
| 443 | 2025-01-16T20:50:14.193Z | Checking zeroize v1.8.1 |
| 444 | 2025-01-16T20:50:14.384Z | Checking want v0.3.1 |
| 445 | 2025-01-16T20:50:14.416Z | Checking httpdate v1.0.3 |
| 446 | 2025-01-16T20:50:14.573Z | Checking foreign-types-shared v0.1.1 |
| 447 | 2025-01-16T20:50:14.667Z | Compiling uuid v1.11.0 |
| 448 | 2025-01-16T20:50:14.806Z | Checking icu_properties_data v1.5.0 |
| 449 | 2025-01-16T20:50:14.824Z | Compiling openssl v0.10.66 |
| 450 | 2025-01-16T20:50:14.987Z | Checking foreign-types v0.3.2 |
| 451 | 2025-01-16T20:50:15.059Z | Checking utf8_iter v1.0.4 |
| 452 | 2025-01-16T20:50:15.161Z | Compiling chrono v0.4.38 |
| 453 | 2025-01-16T20:50:15.182Z | Compiling rustls v0.23.19 |
| 454 | 2025-01-16T20:50:15.209Z | Checking icu_normalizer_data v1.5.0 |
| 455 | 2025-01-16T20:50:15.241Z | Checking tower-service v0.3.3 |
| 456 | 2025-01-16T20:50:15.244Z | Compiling slog v2.7.0 |
| 457 | 2025-01-16T20:50:15.348Z | Checking utf16_iter v1.0.5 |
| 458 | 2025-01-16T20:50:15.437Z | Compiling native-tls v0.2.12 |
| 459 | 2025-01-16T20:50:15.505Z | Checking percent-encoding v2.3.1 |
| 460 | 2025-01-16T20:50:15.571Z | Checking write16 v1.0.0 |
| 461 | 2025-01-16T20:50:15.681Z | Checking bitflags v2.6.0 |
| 462 | 2025-01-16T20:50:15.703Z | Checking form_urlencoded v1.2.1 |
| 463 | 2025-01-16T20:50:15.784Z | Compiling aho-corasick v1.1.3 |
| 464 | 2025-01-16T20:50:15.859Z | Compiling typenum v1.17.0 |
| 465 | 2025-01-16T20:50:15.914Z | Compiling regex-syntax v0.8.5 |
| 466 | 2025-01-16T20:50:16.561Z | Checking openssl-probe v0.1.5 |
| 467 | 2025-01-16T20:50:17.133Z | Compiling generic-array v0.14.7 |
| 468 | 2025-01-16T20:50:17.271Z | Checking encoding_rs v0.8.34 |
| 469 | 2025-01-16T20:50:18.225Z | Compiling synstructure v0.13.1 |
| 470 | 2025-01-16T20:50:18.435Z | Compiling serde_derive_internals v0.29.1 |
| 471 | 2025-01-16T20:50:19.329Z | Compiling regex-automata v0.4.8 |
| 472 | 2025-01-16T20:50:19.356Z | Checking mime v0.3.17 |
| 473 | 2025-01-16T20:50:19.930Z | Checking rustls-pemfile v2.2.0 |
| 474 | 2025-01-16T20:50:20.138Z | Checking webpki-roots v0.26.6 |
| 475 | 2025-01-16T20:50:20.340Z | Compiling usdt-impl v0.5.0 |
| 476 | 2025-01-16T20:50:20.723Z | Checking powerfmt v0.2.0 |
| 477 | 2025-01-16T20:50:20.806Z | Checking base64 v0.22.1 |
| 478 | 2025-01-16T20:50:20.835Z | Compiling num-conv v0.1.0 |
| 479 | 2025-01-16T20:50:20.956Z | Compiling time-core v0.1.2 |
| 480 | 2025-01-16T20:50:21.104Z | Checking deranged v0.3.11 |
| 481 | 2025-01-16T20:50:21.119Z | Compiling time-macros v0.2.18 |
| 482 | 2025-01-16T20:50:21.859Z | Compiling thread-id v4.2.2 |
| 483 | 2025-01-16T20:50:22.112Z | Checking sync_wrapper v1.0.1 |
| 484 | 2025-01-16T20:50:22.148Z | Compiling serde_derive v1.0.217 |
| 485 | 2025-01-16T20:50:22.275Z | Compiling zerocopy-derive v0.7.35 |
| 486 | 2025-01-16T20:50:22.295Z | Compiling thiserror-impl v1.0.69 |
| 487 | 2025-01-16T20:50:22.432Z | Compiling schemars_derive v0.8.21 |
| 488 | 2025-01-16T20:50:23.995Z | Compiling zerofrom-derive v0.1.4 |
| 489 | 2025-01-16T20:50:24.168Z | Compiling yoke-derive v0.7.4 |
| 490 | 2025-01-16T20:50:24.298Z | Compiling zerocopy v0.7.35 |
| 491 | 2025-01-16T20:50:25.041Z | Compiling tokio-macros v2.4.0 |
| 492 | 2025-01-16T20:50:25.594Z | Compiling zerovec-derive v0.10.3 |
| 493 | 2025-01-16T20:50:25.763Z | Compiling futures-macro v0.3.31 |
| 494 | 2025-01-16T20:50:26.179Z | Compiling displaydoc v0.2.5 |
| 495 | 2025-01-16T20:50:26.529Z | Compiling icu_provider_macros v1.5.0 |
| 496 | 2025-01-16T20:50:26.532Z | Checking tokio v1.40.0 |
| 497 | 2025-01-16T20:50:26.960Z | Checking zerofrom v0.1.4 |
| 498 | 2025-01-16T20:50:27.160Z | Checking yoke v0.7.4 |
| 499 | 2025-01-16T20:50:27.494Z | Checking futures-util v0.3.31 |
| 500 | 2025-01-16T20:50:27.579Z | Compiling pest v2.7.14 |
| 501 | 2025-01-16T20:50:27.758Z | Compiling openssl-macros v0.1.1 |
| 502 | 2025-01-16T20:50:27.872Z | Compiling hashbrown v0.14.5 |
| 503 | 2025-01-16T20:50:27.991Z | Checking zerovec v0.10.4 |
| 504 | 2025-01-16T20:50:29.578Z | Checking tinystr v0.7.6 |
| 505 | 2025-01-16T20:50:29.676Z | Checking rustls-webpki v0.102.8 |
| 506 | 2025-01-16T20:50:29.883Z | Checking icu_locid v1.5.0 |
| 507 | 2025-01-16T20:50:30.271Z | Compiling pest_meta v2.7.14 |
| 508 | 2025-01-16T20:50:30.549Z | Checking icu_collections v1.5.0 |
| 509 | 2025-01-16T20:50:30.893Z | Checking icu_provider v1.5.0 |
| 510 | 2025-01-16T20:50:31.211Z | Compiling regress v0.10.1 |
| 511 | 2025-01-16T20:50:31.514Z | Checking icu_locid_transform v1.5.0 |
| 512 | 2025-01-16T20:50:31.965Z | Compiling pest_generator v2.7.14 |
| 513 | 2025-01-16T20:50:32.604Z | Checking icu_properties v1.5.1 |
| 514 | 2025-01-16T20:50:33.017Z | Checking tokio-util v0.7.12 |
| 515 | 2025-01-16T20:50:33.535Z | Checking indexmap v2.7.0 |
| 516 | 2025-01-16T20:50:34.480Z | Compiling pest_derive v2.7.14 |
| 517 | 2025-01-16T20:50:34.641Z | Compiling serde_tokenstream v0.2.2 |
| 518 | 2025-01-16T20:50:34.968Z | Checking h2 v0.4.6 |
| 519 | 2025-01-16T20:50:35.633Z | Checking http-body-util v0.1.2 |
| 520 | 2025-01-16T20:50:35.713Z | Checking icu_normalizer v1.5.0 |
| 521 | 2025-01-16T20:50:35.913Z | Checking tokio-native-tls v0.3.1 |
| 522 | 2025-01-16T20:50:36.049Z | Checking serde_urlencoded v0.7.1 |
| 523 | 2025-01-16T20:50:36.579Z | Checking idna_adapter v1.2.0 |
| 524 | 2025-01-16T20:50:36.687Z | Compiling regex v1.11.1 |
| 525 | 2025-01-16T20:50:36.763Z | Checking idna v1.0.3 |
| 526 | 2025-01-16T20:50:36.901Z | Compiling scroll_derive v0.12.0 |
| 527 | 2025-01-16T20:50:37.134Z | Checking url v2.5.3 |
| 528 | 2025-01-16T20:50:37.380Z | Compiling dof v0.3.0 |
| 529 | 2025-01-16T20:50:37.472Z | Compiling dtrace-parser v0.2.0 |
| 530 | 2025-01-16T20:50:38.183Z | Checking num_threads v0.1.7 |
| 531 | 2025-01-16T20:50:38.307Z | Compiling typify-impl v0.2.0 |
| 532 | 2025-01-16T20:50:38.345Z | Checking scroll v0.12.0 |
| 533 | 2025-01-16T20:50:38.970Z | Checking ipnet v2.10.1 |
| 534 | 2025-01-16T20:50:39.030Z | Compiling ident_case v1.0.1 |
| 535 | 2025-01-16T20:50:39.256Z | Checking hyper v1.5.0 |
| 536 | 2025-01-16T20:50:39.404Z | Compiling strsim v0.11.1 |
| 537 | 2025-01-16T20:50:39.412Z | Compiling syn v1.0.109 |
| 538 | 2025-01-16T20:50:39.587Z | Compiling crossbeam-utils v0.8.20 |
| 539 | 2025-01-16T20:50:39.796Z | Checking tokio-rustls v0.26.0 |
| 540 | 2025-01-16T20:50:39.948Z | Checking plain v0.2.3 |
| 541 | 2025-01-16T20:50:40.177Z | Checking goblin v0.8.2 |
| 542 | 2025-01-16T20:50:40.217Z | Compiling darling_core v0.20.10 |
| 543 | 2025-01-16T20:50:43.286Z | Checking hyper-util v0.1.10 |
| 544 | 2025-01-16T20:50:43.363Z | Checking time v0.3.36 |
| 545 | 2025-01-16T20:50:43.425Z | Checking hyper-tls v0.6.0 |
| 546 | 2025-01-16T20:50:43.425Z | Checking hyper-rustls v0.27.3 |
| 547 | 2025-01-16T20:50:43.425Z | Compiling openapiv3 v2.0.0 |
| 548 | 2025-01-16T20:50:43.426Z | Checking reqwest v0.12.9 |
| 549 | 2025-01-16T20:50:43.694Z | Checking dirs-sys-next v0.1.2 |
| 550 | 2025-01-16T20:50:44.261Z | Compiling newtype-uuid v1.2.1 |
| 551 | 2025-01-16T20:50:44.415Z | Compiling rustls v0.22.4 |
| 552 | 2025-01-16T20:50:44.604Z | Compiling omicron-workspace-hack v0.1.0 |
| 553 | 2025-01-16T20:50:44.698Z | Checking pretty-hex v0.4.1 |
| 554 | 2025-01-16T20:50:44.750Z | Compiling paste v1.0.15 |
| 555 | 2025-01-16T20:50:44.861Z | Compiling rustversion v1.0.17 |
| 556 | 2025-01-16T20:50:44.892Z | Compiling unsafe-libyaml v0.2.11 |
| 557 | 2025-01-16T20:50:45.463Z | Checking dirs-next v2.0.0 |
| 558 | 2025-01-16T20:50:45.608Z | Compiling darling_macro v0.20.10 |
| 559 | 2025-01-16T20:50:45.967Z | Checking ipnetwork v0.20.0 |
| 560 | 2025-01-16T20:50:46.325Z | Compiling serde_yaml v0.9.34+deprecated |
| 561 | 2025-01-16T20:50:46.339Z | Checking serde_spanned v0.6.8 |
| 562 | 2025-01-16T20:50:46.527Z | Checking toml_datetime v0.6.8 |
| 563 | 2025-01-16T20:50:46.578Z | Checking ppv-lite86 v0.2.20 |
| 564 | 2025-01-16T20:50:46.633Z | Checking crypto-common v0.1.6 |
| 565 | 2025-01-16T20:50:46.775Z | Checking block-buffer v0.10.4 |
| 566 | 2025-01-16T20:50:46.801Z | Compiling structmeta-derive v0.3.0 |
| 567 | 2025-01-16T20:50:46.803Z | Checking rand_core v0.6.4 |
| 568 | 2025-01-16T20:50:47.063Z | Checking thread_local v1.1.8 |
| 569 | 2025-01-16T20:50:47.083Z | Compiling multer v3.1.0 |
| 570 | 2025-01-16T20:50:47.104Z | Checking winnow v0.6.20 |
| 571 | 2025-01-16T20:50:47.300Z | Compiling slog-async v2.8.0 |
| 572 | 2025-01-16T20:50:47.344Z | Checking either v1.13.0 |
| 573 | 2025-01-16T20:50:47.411Z | Compiling camino v1.1.9 |
| 574 | 2025-01-16T20:50:47.712Z | Compiling anyhow v1.0.93 |
| 575 | 2025-01-16T20:50:47.798Z | Checking match_cfg v0.1.0 |
| 576 | 2025-01-16T20:50:47.893Z | Checking hostname v0.3.1 |
| 577 | 2025-01-16T20:50:48.062Z | Checking itertools v0.10.5 |
| 578 | 2025-01-16T20:50:48.153Z | Checking rand_chacha v0.3.1 |
| 579 | 2025-01-16T20:50:48.689Z | Checking digest v0.10.7 |
| 580 | 2025-01-16T20:50:49.005Z | Compiling darling v0.20.10 |
| 581 | 2025-01-16T20:50:49.098Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 582 | 2025-01-16T20:50:49.118Z | Checking crossbeam-channel v0.5.13 |
| 583 | 2025-01-16T20:50:49.299Z | Compiling structmeta v0.3.0 |
| 584 | 2025-01-16T20:50:49.457Z | Checking term v0.7.0 |
| 585 | 2025-01-16T20:50:49.786Z | Checking toml_edit v0.22.22 |
| 586 | 2025-01-16T20:50:49.923Z | Checking progenitor-client v0.8.0 |
| 587 | 2025-01-16T20:50:50.184Z | Compiling usdt-attr-macro v0.5.0 |
| 588 | 2025-01-16T20:50:50.229Z | Compiling usdt-macro v0.5.0 |
| 589 | 2025-01-16T20:50:50.380Z | Compiling typify-macro v0.2.0 |
| 590 | 2025-01-16T20:50:50.525Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 591 | 2025-01-16T20:50:50.665Z | Checking slog-json v2.6.1 |
| 592 | 2025-01-16T20:50:50.923Z | Checking futures-executor v0.3.31 |
| 593 | 2025-01-16T20:50:50.926Z | Compiling async-stream-impl v0.3.6 |
| 594 | 2025-01-16T20:50:51.148Z | Checking memmap v0.7.0 |
| 595 | 2025-01-16T20:50:51.343Z | Checking is-terminal v0.4.13 |
| 596 | 2025-01-16T20:50:51.460Z | Compiling dropshot v0.13.0 |
| 597 | 2025-01-16T20:50:51.477Z | Checking take_mut v0.2.2 |
| 598 | 2025-01-16T20:50:51.524Z | Checking cpufeatures v0.2.14 |
| 599 | 2025-01-16T20:50:51.618Z | Checking sha1 v0.10.6 |
| 600 | 2025-01-16T20:50:51.631Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 601 | 2025-01-16T20:50:51.874Z | Checking usdt v0.5.0 |
| 602 | 2025-01-16T20:50:51.884Z | Checking slog-term v2.9.1 |
| 603 | 2025-01-16T20:50:51.938Z | Checking futures v0.3.31 |
| 604 | 2025-01-16T20:50:52.044Z | Checking slog-bunyan v2.5.0 |
| 605 | 2025-01-16T20:50:52.110Z | Compiling strum_macros v0.26.4 |
| 606 | 2025-01-16T20:50:52.146Z | Compiling parse-display-derive v0.10.0 |
| 607 | 2025-01-16T20:50:52.190Z | Checking async-stream v0.3.6 |
| 608 | 2025-01-16T20:50:52.229Z | Compiling serde_with_macros v3.11.0 |
| 609 | 2025-01-16T20:50:52.387Z | Checking rand v0.8.5 |
| 610 | 2025-01-16T20:50:52.468Z | Checking toml v0.8.19 |
| 611 | 2025-01-16T20:50:53.183Z | Checking tokio-rustls v0.25.0 |
| 612 | 2025-01-16T20:50:53.259Z | Compiling dropshot_endpoint v0.13.0 |
| 613 | 2025-01-16T20:50:53.558Z | Checking serde_path_to_error v0.1.16 |
| 614 | 2025-01-16T20:50:53.590Z | Checking hex v0.4.3 |
| 615 | 2025-01-16T20:50:53.679Z | Compiling async-trait v0.1.83 |
| 616 | 2025-01-16T20:50:53.813Z | Compiling typify v0.2.0 |
| 617 | 2025-01-16T20:50:53.942Z | Compiling progenitor-impl v0.8.0 |
| 618 | 2025-01-16T20:50:54.109Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 619 | 2025-01-16T20:50:54.626Z | Checking waitgroup v0.1.2 |
| 620 | 2025-01-16T20:50:54.771Z | Checking hostname v0.4.0 |
| 621 | 2025-01-16T20:50:54.894Z | Checking instant v0.1.13 |
| 622 | 2025-01-16T20:50:54.912Z | Checking debug-ignore v1.0.5 |
| 623 | 2025-01-16T20:50:55.018Z | Checking backoff v0.4.0 |
| 624 | 2025-01-16T20:50:55.059Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 625 | 2025-01-16T20:50:55.213Z | Checking serde_with v3.11.0 |
| 626 | 2025-01-16T20:50:55.283Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 627 | 2025-01-16T20:50:55.425Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 628 | 2025-01-16T20:50:55.703Z | Checking parse-display v0.10.0 |
| 629 | 2025-01-16T20:50:55.833Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 630 | 2025-01-16T20:50:56.037Z | Checking progenitor-client v0.9.1 |
| 631 | 2025-01-16T20:50:56.082Z | Checking regress v0.9.1 |
| 632 | 2025-01-16T20:50:56.178Z | Checking macaddr v1.0.1 |
| 633 | 2025-01-16T20:50:56.182Z | Checking strum v0.26.3 |
| 634 | 2025-01-16T20:50:57.368Z | Compiling progenitor-macro v0.8.0 |
| 635 | 2025-01-16T20:51:00.986Z | Checking progenitor v0.8.0 |
| 636 | 2025-01-16T20:51:01.096Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 637 | 2025-01-16T20:51:03.847Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 638 | 2025-01-16T20:51:11.009Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 639 | 2025-01-16T20:51:11.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 640 | 2025-01-16T20:51:11.191Z | + cargo build --release |
| 641 | 2025-01-16T20:51:11.446Z | Compiling proc-macro2 v1.0.92 |
| 642 | 2025-01-16T20:51:11.446Z | Compiling unicode-ident v1.0.14 |
| 643 | 2025-01-16T20:51:11.449Z | Compiling libc v0.2.162 |
| 644 | 2025-01-16T20:51:11.449Z | Compiling cfg-if v1.0.0 |
| 645 | 2025-01-16T20:51:11.449Z | Compiling autocfg v1.4.0 |
| 646 | 2025-01-16T20:51:11.449Z | Compiling serde v1.0.217 |
| 647 | 2025-01-16T20:51:11.449Z | Compiling version_check v0.9.5 |
| 648 | 2025-01-16T20:51:11.450Z | Compiling memchr v2.7.4 |
| 649 | 2025-01-16T20:51:11.587Z | Compiling serde_json v1.0.135 |
| 650 | 2025-01-16T20:51:11.667Z | Compiling itoa v1.0.11 |
| 651 | 2025-01-16T20:51:11.953Z | Compiling thiserror v1.0.69 |
| 652 | 2025-01-16T20:51:12.023Z | Compiling once_cell v1.20.2 |
| 653 | 2025-01-16T20:51:12.035Z | Compiling shlex v1.3.0 |
| 654 | 2025-01-16T20:51:12.256Z | Compiling cc v1.1.30 |
| 655 | 2025-01-16T20:51:12.448Z | Compiling num-traits v0.2.19 |
| 656 | 2025-01-16T20:51:12.470Z | Compiling pin-project-lite v0.2.14 |
| 657 | 2025-01-16T20:51:12.773Z | Compiling getrandom v0.2.15 |
| 658 | 2025-01-16T20:51:12.896Z | Compiling ryu v1.0.18 |
| 659 | 2025-01-16T20:51:12.904Z | Compiling smallvec v1.13.2 |
| 660 | 2025-01-16T20:51:13.129Z | Compiling bytes v1.9.0 |
| 661 | 2025-01-16T20:51:13.183Z | Compiling quote v1.0.38 |
| 662 | 2025-01-16T20:51:13.226Z | Compiling futures-core v0.3.31 |
| 663 | 2025-01-16T20:51:13.353Z | Compiling lock_api v0.4.12 |
| 664 | 2025-01-16T20:51:13.463Z | Compiling schemars v0.8.21 |
| 665 | 2025-01-16T20:51:13.681Z | Compiling syn v2.0.96 |
| 666 | 2025-01-16T20:51:13.698Z | Compiling parking_lot_core v0.9.10 |
| 667 | 2025-01-16T20:51:13.744Z | Compiling ahash v0.8.11 |
| 668 | 2025-01-16T20:51:13.835Z | Compiling scopeguard v1.2.0 |
| 669 | 2025-01-16T20:51:13.992Z | Compiling byteorder v1.5.0 |
| 670 | 2025-01-16T20:51:14.112Z | Compiling slab v0.4.9 |
| 671 | 2025-01-16T20:51:14.179Z | Compiling log v0.4.22 |
| 672 | 2025-01-16T20:51:14.436Z | Compiling futures-sink v0.3.31 |
| 673 | 2025-01-16T20:51:14.549Z | Compiling parking_lot v0.12.3 |
| 674 | 2025-01-16T20:51:14.595Z | Compiling socket2 v0.5.7 |
| 675 | 2025-01-16T20:51:14.746Z | Compiling mio v1.0.2 |
| 676 | 2025-01-16T20:51:14.897Z | Compiling signal-hook-registry v1.4.2 |
| 677 | 2025-01-16T20:51:14.935Z | Compiling stable_deref_trait v1.2.0 |
| 678 | 2025-01-16T20:51:14.939Z | Compiling ring v0.17.8 |
| 679 | 2025-01-16T20:51:15.040Z | Compiling equivalent v1.0.1 |
| 680 | 2025-01-16T20:51:15.159Z | Compiling fnv v1.0.7 |
| 681 | 2025-01-16T20:51:15.260Z | Compiling semver v1.0.24 |
| 682 | 2025-01-16T20:51:15.288Z | Compiling hashbrown v0.15.1 |
| 683 | 2025-01-16T20:51:15.764Z | Compiling http v1.2.0 |
| 684 | 2025-01-16T20:51:16.187Z | Compiling futures-channel v0.3.31 |
| 685 | 2025-01-16T20:51:16.323Z | Compiling futures-io v0.3.31 |
| 686 | 2025-01-16T20:51:16.373Z | Compiling pin-utils v0.1.0 |
| 687 | 2025-01-16T20:51:16.461Z | Compiling futures-task v0.3.31 |
| 688 | 2025-01-16T20:51:16.648Z | Compiling pkg-config v0.3.31 |
| 689 | 2025-01-16T20:51:16.656Z | Compiling rustls-pki-types v1.10.0 |
| 690 | 2025-01-16T20:51:16.668Z | Compiling vcpkg v0.2.15 |
| 691 | 2025-01-16T20:51:16.741Z | Compiling spin v0.9.8 |
| 692 | 2025-01-16T20:51:16.974Z | Compiling writeable v0.5.5 |
| 693 | 2025-01-16T20:51:17.743Z | Compiling httparse v1.9.5 |
| 694 | 2025-01-16T20:51:18.101Z | Compiling litemap v0.7.3 |
| 695 | 2025-01-16T20:51:18.123Z | Compiling openssl-sys v0.9.103 |
| 696 | 2025-01-16T20:51:19.391Z | Compiling heck v0.5.0 |
| 697 | 2025-01-16T20:51:19.401Z | Compiling untrusted v0.9.0 |
| 698 | 2025-01-16T20:51:19.401Z | Compiling iana-time-zone v0.1.61 |
| 699 | 2025-01-16T20:51:19.402Z | Compiling tracing-core v0.1.32 |
| 700 | 2025-01-16T20:51:19.402Z | Compiling atomic-waker v1.1.2 |
| 701 | 2025-01-16T20:51:19.402Z | Compiling dyn-clone v1.0.17 |
| 702 | 2025-01-16T20:51:19.402Z | Compiling ucd-trie v0.1.7 |
| 703 | 2025-01-16T20:51:19.402Z | Compiling http-body v1.0.1 |
| 704 | 2025-01-16T20:51:19.544Z | Compiling tracing v0.1.40 |
| 705 | 2025-01-16T20:51:19.952Z | Compiling zeroize v1.8.1 |
| 706 | 2025-01-16T20:51:20.196Z | Compiling subtle v2.6.1 |
| 707 | 2025-01-16T20:51:20.249Z | Compiling try-lock v0.2.5 |
| 708 | 2025-01-16T20:51:20.279Z | Compiling icu_locid_transform_data v1.5.0 |
| 709 | 2025-01-16T20:51:20.374Z | Compiling allocator-api2 v0.2.18 |
| 710 | 2025-01-16T20:51:20.452Z | Compiling want v0.3.1 |
| 711 | 2025-01-16T20:51:20.647Z | Compiling chrono v0.4.38 |
| 712 | 2025-01-16T20:51:20.678Z | Compiling openssl v0.10.66 |
| 713 | 2025-01-16T20:51:20.708Z | Compiling uuid v1.11.0 |
| 714 | 2025-01-16T20:51:21.020Z | Compiling synstructure v0.13.1 |
| 715 | 2025-01-16T20:51:21.077Z | Compiling serde_derive_internals v0.29.1 |
| 716 | 2025-01-16T20:51:21.095Z | Compiling httpdate v1.0.3 |
| 717 | 2025-01-16T20:51:21.249Z | Compiling foreign-types-shared v0.1.1 |
| 718 | 2025-01-16T20:51:21.363Z | Compiling icu_properties_data v1.5.0 |
| 719 | 2025-01-16T20:51:21.860Z | Compiling foreign-types v0.3.2 |
| 720 | 2025-01-16T20:51:22.265Z | Compiling percent-encoding v2.3.1 |
| 721 | 2025-01-16T20:51:22.495Z | Compiling rustls v0.23.19 |
| 722 | 2025-01-16T20:51:22.748Z | Compiling tower-service v0.3.3 |
| 723 | 2025-01-16T20:51:22.823Z | Compiling slog v2.7.0 |
| 724 | 2025-01-16T20:51:22.873Z | Compiling icu_normalizer_data v1.5.0 |
| 725 | 2025-01-16T20:51:22.973Z | Compiling write16 v1.0.0 |
| 726 | 2025-01-16T20:51:23.098Z | Compiling utf16_iter v1.0.5 |
| 727 | 2025-01-16T20:51:23.181Z | Compiling utf8_iter v1.0.4 |
| 728 | 2025-01-16T20:51:23.313Z | Compiling bitflags v2.6.0 |
| 729 | 2025-01-16T20:51:23.321Z | Compiling native-tls v0.2.12 |
| 730 | 2025-01-16T20:51:23.380Z | Compiling form_urlencoded v1.2.1 |
| 731 | 2025-01-16T20:51:23.717Z | Compiling aho-corasick v1.1.3 |
| 732 | 2025-01-16T20:51:23.861Z | Compiling openssl-probe v0.1.5 |
| 733 | 2025-01-16T20:51:23.962Z | Compiling regex-syntax v0.8.5 |
| 734 | 2025-01-16T20:51:24.361Z | Compiling typenum v1.17.0 |
| 735 | 2025-01-16T20:51:25.419Z | Compiling serde_derive v1.0.217 |
| 736 | 2025-01-16T20:51:25.455Z | Compiling zerocopy-derive v0.7.35 |
| 737 | 2025-01-16T20:51:25.486Z | Compiling thiserror-impl v1.0.69 |
| 738 | 2025-01-16T20:51:25.810Z | Compiling schemars_derive v0.8.21 |
| 739 | 2025-01-16T20:51:26.011Z | Compiling zerofrom-derive v0.1.4 |
| 740 | 2025-01-16T20:51:27.456Z | Compiling yoke-derive v0.7.4 |
| 741 | 2025-01-16T20:51:27.487Z | Compiling zerocopy v0.7.35 |
| 742 | 2025-01-16T20:51:28.566Z | Compiling tokio-macros v2.4.0 |
| 743 | 2025-01-16T20:51:28.827Z | Compiling zerovec-derive v0.10.3 |
| 744 | 2025-01-16T20:51:29.229Z | Compiling zerofrom v0.1.4 |
| 745 | 2025-01-16T20:51:29.450Z | Compiling displaydoc v0.2.5 |
| 746 | 2025-01-16T20:51:29.555Z | Compiling futures-macro v0.3.31 |
| 747 | 2025-01-16T20:51:30.055Z | Compiling yoke v0.7.4 |
| 748 | 2025-01-16T20:51:30.099Z | Compiling tokio v1.40.0 |
| 749 | 2025-01-16T20:51:30.347Z | Compiling icu_provider_macros v1.5.0 |
| 750 | 2025-01-16T20:51:31.285Z | Compiling zerovec v0.10.4 |
| 751 | 2025-01-16T20:51:35.786Z | Compiling futures-util v0.3.31 |
| 752 | 2025-01-16T20:51:35.938Z | Compiling pest v2.7.14 |
| 753 | 2025-01-16T20:51:35.938Z | Compiling hashbrown v0.14.5 |
| 754 | 2025-01-16T20:51:35.982Z | Compiling tinystr v0.7.6 |
| 755 | 2025-01-16T20:51:35.982Z | Compiling rustls-webpki v0.102.8 |
| 756 | 2025-01-16T20:51:35.982Z | Compiling icu_locid v1.5.0 |
| 757 | 2025-01-16T20:51:37.468Z | Compiling icu_provider v1.5.0 |
| 758 | 2025-01-16T20:51:37.527Z | Compiling pest_meta v2.7.14 |
| 759 | 2025-01-16T20:51:39.048Z | Compiling indexmap v2.7.0 |
| 760 | 2025-01-16T20:51:39.667Z | Compiling serde_tokenstream v0.2.2 |
| 761 | 2025-01-16T20:51:41.056Z | Compiling tokio-util v0.7.12 |
| 762 | 2025-01-16T20:51:41.423Z | Compiling icu_locid_transform v1.5.0 |
| 763 | 2025-01-16T20:51:41.897Z | Compiling h2 v0.4.6 |
| 764 | 2025-01-16T20:51:42.027Z | Compiling icu_collections v1.5.0 |
| 765 | 2025-01-16T20:51:43.092Z | Compiling icu_properties v1.5.1 |
| 766 | 2025-01-16T20:51:47.231Z | Compiling hyper v1.5.0 |
| 767 | 2025-01-16T20:51:47.831Z | Compiling pest_generator v2.7.14 |
| 768 | 2025-01-16T20:51:49.139Z | Compiling regress v0.10.1 |
| 769 | 2025-01-16T20:51:49.524Z | Compiling openssl-macros v0.1.1 |
| 770 | 2025-01-16T20:51:49.597Z | Compiling pest_derive v2.7.14 |
| 771 | 2025-01-16T20:51:50.512Z | Compiling hyper-util v0.1.10 |
| 772 | 2025-01-16T20:51:53.734Z | Compiling typify-impl v0.2.0 |
| 773 | 2025-01-16T20:51:56.301Z | Compiling icu_normalizer v1.5.0 |
| 774 | 2025-01-16T20:51:57.376Z | Compiling idna_adapter v1.2.0 |
| 775 | 2025-01-16T20:51:59.032Z | Compiling http-body-util v0.1.2 |
| 776 | 2025-01-16T20:51:59.128Z | Compiling regex-automata v0.4.8 |
| 777 | 2025-01-16T20:51:59.490Z | Compiling generic-array v0.14.7 |
| 778 | 2025-01-16T20:51:59.577Z | Compiling encoding_rs v0.8.34 |
| 779 | 2025-01-16T20:52:01.010Z | Compiling mime v0.3.17 |
| 780 | 2025-01-16T20:52:02.117Z | Compiling tokio-native-tls v0.3.1 |
| 781 | 2025-01-16T20:52:02.402Z | Compiling idna v1.0.3 |
| 782 | 2025-01-16T20:52:03.252Z | Compiling regex v1.11.1 |
| 783 | 2025-01-16T20:52:04.004Z | Compiling tokio-rustls v0.26.0 |
| 784 | 2025-01-16T20:52:04.177Z | Compiling serde_urlencoded v0.7.1 |
| 785 | 2025-01-16T20:52:04.218Z | Compiling typify-macro v0.2.0 |
| 786 | 2025-01-16T20:52:05.455Z | Compiling scroll_derive v0.12.0 |
| 787 | 2025-01-16T20:52:06.221Z | Compiling webpki-roots v0.26.6 |
| 788 | 2025-01-16T20:52:06.433Z | Compiling rustls-pemfile v2.2.0 |
| 789 | 2025-01-16T20:52:06.915Z | Compiling usdt-impl v0.5.0 |
| 790 | 2025-01-16T20:52:07.085Z | Compiling powerfmt v0.2.0 |
| 791 | 2025-01-16T20:52:07.303Z | Compiling base64 v0.22.1 |
| 792 | 2025-01-16T20:52:07.562Z | Compiling num-conv v0.1.0 |
| 793 | 2025-01-16T20:52:07.625Z | Compiling time-core v0.1.2 |
| 794 | 2025-01-16T20:52:07.831Z | Compiling time-macros v0.2.18 |
| 795 | 2025-01-16T20:52:08.163Z | Compiling deranged v0.3.11 |
| 796 | 2025-01-16T20:52:09.830Z | Compiling scroll v0.12.0 |
| 797 | 2025-01-16T20:52:09.887Z | Compiling hyper-rustls v0.27.3 |
| 798 | 2025-01-16T20:52:10.418Z | Compiling thread-id v4.2.2 |
| 799 | 2025-01-16T20:52:10.521Z | Compiling url v2.5.3 |
| 800 | 2025-01-16T20:52:10.673Z | Compiling hyper-tls v0.6.0 |
| 801 | 2025-01-16T20:52:11.160Z | Compiling dtrace-parser v0.2.0 |
| 802 | 2025-01-16T20:52:12.652Z | Compiling dof v0.3.0 |
| 803 | 2025-01-16T20:52:13.404Z | Compiling sync_wrapper v1.0.1 |
| 804 | 2025-01-16T20:52:13.590Z | Compiling strsim v0.11.1 |
| 805 | 2025-01-16T20:52:14.214Z | Compiling plain v0.2.3 |
| 806 | 2025-01-16T20:52:14.383Z | Compiling ident_case v1.0.1 |
| 807 | 2025-01-16T20:52:14.556Z | Compiling ipnet v2.10.1 |
| 808 | 2025-01-16T20:52:17.610Z | Compiling syn v1.0.109 |
| 809 | 2025-01-16T20:52:18.180Z | Compiling omicron-workspace-hack v0.1.0 |
| 810 | 2025-01-16T20:52:18.586Z | Compiling crossbeam-utils v0.8.20 |
| 811 | 2025-01-16T20:52:19.133Z | Compiling num_threads v0.1.7 |
| 812 | 2025-01-16T20:52:19.598Z | Compiling time v0.3.36 |
| 813 | 2025-01-16T20:52:23.702Z | Compiling reqwest v0.12.9 |
| 814 | 2025-01-16T20:52:25.711Z | Compiling darling_core v0.20.10 |
| 815 | 2025-01-16T20:52:26.277Z | Compiling goblin v0.8.2 |
| 816 | 2025-01-16T20:52:30.015Z | Compiling typify v0.2.0 |
| 817 | 2025-01-16T20:52:30.138Z | Compiling openapiv3 v2.0.0 |
| 818 | 2025-01-16T20:52:31.269Z | Compiling dirs-sys-next v0.1.2 |
| 819 | 2025-01-16T20:52:32.769Z | Compiling rustls v0.22.4 |
| 820 | 2025-01-16T20:52:33.106Z | Compiling newtype-uuid v1.2.1 |
| 821 | 2025-01-16T20:52:33.440Z | Compiling unsafe-libyaml v0.2.11 |
| 822 | 2025-01-16T20:52:34.115Z | Compiling rustversion v1.0.17 |
| 823 | 2025-01-16T20:52:34.769Z | Compiling paste v1.0.15 |
| 824 | 2025-01-16T20:52:35.134Z | Compiling pretty-hex v0.4.1 |
| 825 | 2025-01-16T20:52:35.440Z | Compiling serde_yaml v0.9.34+deprecated |
| 826 | 2025-01-16T20:52:36.731Z | Compiling progenitor-impl v0.8.0 |
| 827 | 2025-01-16T20:52:38.935Z | Compiling dirs-next v2.0.0 |
| 828 | 2025-01-16T20:52:39.208Z | Compiling darling_macro v0.20.10 |
| 829 | 2025-01-16T20:52:41.855Z | Compiling block-buffer v0.10.4 |
| 830 | 2025-01-16T20:52:42.105Z | Compiling crypto-common v0.1.6 |
| 831 | 2025-01-16T20:52:42.336Z | Compiling ipnetwork v0.20.0 |
| 832 | 2025-01-16T20:52:42.794Z | Compiling toml_datetime v0.6.8 |
| 833 | 2025-01-16T20:52:43.240Z | Compiling serde_spanned v0.6.8 |
| 834 | 2025-01-16T20:52:43.493Z | Compiling ppv-lite86 v0.2.20 |
| 835 | 2025-01-16T20:52:43.529Z | Compiling structmeta-derive v0.3.0 |
| 836 | 2025-01-16T20:52:44.298Z | Compiling rand_core v0.6.4 |
| 837 | 2025-01-16T20:52:44.902Z | Compiling thread_local v1.1.8 |
| 838 | 2025-01-16T20:52:45.571Z | Compiling multer v3.1.0 |
| 839 | 2025-01-16T20:52:45.896Z | Compiling anyhow v1.0.93 |
| 840 | 2025-01-16T20:52:46.067Z | Compiling either v1.13.0 |
| 841 | 2025-01-16T20:52:46.083Z | Compiling camino v1.1.9 |
| 842 | 2025-01-16T20:52:46.491Z | Compiling match_cfg v0.1.0 |
| 843 | 2025-01-16T20:52:46.495Z | Compiling slog-async v2.8.0 |
| 844 | 2025-01-16T20:52:46.584Z | Compiling winnow v0.6.20 |
| 845 | 2025-01-16T20:52:46.643Z | Compiling hostname v0.3.1 |
| 846 | 2025-01-16T20:52:46.894Z | Compiling itertools v0.10.5 |
| 847 | 2025-01-16T20:52:47.033Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 848 | 2025-01-16T20:52:47.115Z | Compiling structmeta v0.3.0 |
| 849 | 2025-01-16T20:52:47.467Z | Compiling rand_chacha v0.3.1 |
| 850 | 2025-01-16T20:52:48.203Z | Compiling progenitor-macro v0.8.0 |
| 851 | 2025-01-16T20:52:49.210Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 852 | 2025-01-16T20:52:49.895Z | Compiling crossbeam-channel v0.5.13 |
| 853 | 2025-01-16T20:52:50.489Z | Compiling toml_edit v0.22.22 |
| 854 | 2025-01-16T20:52:50.845Z | Compiling digest v0.10.7 |
| 855 | 2025-01-16T20:52:51.532Z | Compiling darling v0.20.10 |
| 856 | 2025-01-16T20:52:51.640Z | Compiling term v0.7.0 |
| 857 | 2025-01-16T20:52:58.739Z | Compiling usdt-attr-macro v0.5.0 |
| 858 | 2025-01-16T20:52:58.795Z | Compiling usdt-macro v0.5.0 |
| 859 | 2025-01-16T20:52:59.382Z | Compiling progenitor-client v0.8.0 |
| 860 | 2025-01-16T20:53:00.094Z | Compiling slog-json v2.6.1 |
| 861 | 2025-01-16T20:53:00.255Z | Compiling futures-executor v0.3.31 |
| 862 | 2025-01-16T20:53:00.294Z | Compiling async-stream-impl v0.3.6 |
| 863 | 2025-01-16T20:53:00.588Z | Compiling memmap v0.7.0 |
| 864 | 2025-01-16T20:53:01.036Z | Compiling is-terminal v0.4.13 |
| 865 | 2025-01-16T20:53:01.164Z | Compiling dropshot v0.13.0 |
| 866 | 2025-01-16T20:53:01.342Z | Compiling cpufeatures v0.2.14 |
| 867 | 2025-01-16T20:53:01.443Z | Compiling take_mut v0.2.2 |
| 868 | 2025-01-16T20:53:01.556Z | Compiling sha1 v0.10.6 |
| 869 | 2025-01-16T20:53:01.570Z | Compiling async-stream v0.3.6 |
| 870 | 2025-01-16T20:53:01.912Z | Compiling slog-term v2.9.1 |
| 871 | 2025-01-16T20:53:02.375Z | Compiling usdt v0.5.0 |
| 872 | 2025-01-16T20:53:03.837Z | Compiling futures v0.3.31 |
| 873 | 2025-01-16T20:53:03.945Z | Compiling slog-bunyan v2.5.0 |
| 874 | 2025-01-16T20:53:04.323Z | Compiling progenitor v0.8.0 |
| 875 | 2025-01-16T20:53:04.514Z | Compiling tokio-rustls v0.25.0 |
| 876 | 2025-01-16T20:53:04.740Z | Compiling strum_macros v0.26.4 |
| 877 | 2025-01-16T20:53:04.954Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 878 | 2025-01-16T20:53:04.971Z | Compiling toml v0.8.19 |
| 879 | 2025-01-16T20:53:06.458Z | Compiling serde_with_macros v3.11.0 |
| 880 | 2025-01-16T20:53:06.670Z | Compiling rand v0.8.5 |
| 881 | 2025-01-16T20:53:08.523Z | Compiling parse-display-derive v0.10.0 |
| 882 | 2025-01-16T20:53:11.770Z | Compiling dropshot_endpoint v0.13.0 |
| 883 | 2025-01-16T20:53:11.894Z | Compiling hex v0.4.3 |
| 884 | 2025-01-16T20:53:12.217Z | Compiling serde_path_to_error v0.1.16 |
| 885 | 2025-01-16T20:53:12.267Z | Compiling async-trait v0.1.83 |
| 886 | 2025-01-16T20:53:12.553Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 887 | 2025-01-16T20:53:13.205Z | Compiling waitgroup v0.1.2 |
| 888 | 2025-01-16T20:53:13.390Z | Compiling hostname v0.4.0 |
| 889 | 2025-01-16T20:53:13.457Z | Compiling instant v0.1.13 |
| 890 | 2025-01-16T20:53:13.618Z | Compiling debug-ignore v1.0.5 |
| 891 | 2025-01-16T20:53:13.642Z | Compiling backoff v0.4.0 |
| 892 | 2025-01-16T20:53:13.774Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 893 | 2025-01-16T20:53:13.983Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 894 | 2025-01-16T20:53:14.036Z | Compiling parse-display v0.10.0 |
| 895 | 2025-01-16T20:53:14.062Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 896 | 2025-01-16T20:53:14.126Z | Compiling strum v0.26.3 |
| 897 | 2025-01-16T20:53:14.283Z | Compiling serde_with v3.11.0 |
| 898 | 2025-01-16T20:53:14.450Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 899 | 2025-01-16T20:53:15.150Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 900 | 2025-01-16T20:53:16.008Z | Compiling progenitor-client v0.9.1 |
| 901 | 2025-01-16T20:53:16.141Z | Compiling regress v0.9.1 |
| 902 | 2025-01-16T20:53:16.920Z | Compiling macaddr v1.0.1 |
| 903 | 2025-01-16T20:53:24.849Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 904 | 2025-01-16T20:53:34.702Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 905 | 2025-01-16T20:53:44.690Z | Finished `release` profile [optimized] target(s) in 2m 33s |
| 906 | 2025-01-16T20:53:44.760Z | process exited: duration 222811 ms, exit code 0 |
| |
| 907 | 2025-01-16T20:53:44.766Z | found 0 output files |