|
|
|
| 1 | 2024-11-21T18:21:32.529Z | job assigned to worker 01JD7Z8PXV76CZZD8MT5EMDSQM [factory aws, i-07ac8a6df86b6a75d] (queued for 1 m 4 s) |
| |
| 2 | 2024-11-21T18:21:40.643Z | starting task 0: "setup" |
| 3 | 2024-11-21T18:21:40.651Z | ++ uname -s |
| 4 | 2024-11-21T18:21:40.653Z | + kern=SunOS |
| 5 | 2024-11-21T18:21:40.653Z | + case "$kern" in |
| 6 | 2024-11-21T18:21:40.653Z | + groupadd -g 12345 build |
| 7 | 2024-11-21T18:21:40.655Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-21T18:21:42.662Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-21T18:21:42.735Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-21T18:21:42.737Z | + home_fs=zfs |
| 11 | 2024-11-21T18:21:42.737Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-21T18:21:42.738Z | + mkdir -p /home/build |
| 13 | 2024-11-21T18:21:42.740Z | + chown build:build /home/build /work |
| 14 | 2024-11-21T18:21:44.742Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-21T18:21:44.745Z | process exited: duration 4102 ms, exit code 0 |
| |
| 16 | 2024-11-21T18:21:44.750Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-21T18:21:44.755Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-21T18:21:44.755Z | ' 1.81.0 |
| 19 | 2024-11-21T18:21:44.755Z | * toolchain channel = "1.81.0" |
| 20 | 2024-11-21T18:21:44.757Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-21T18:21:44.757Z | ' default |
| 22 | 2024-11-21T18:21:44.757Z | * toolchain profile = "default" |
| 23 | 2024-11-21T18:21:44.757Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-21T18:21:44.757Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-11-21T18:21:44.874Z | info: downloading installer |
| 26 | 2024-11-21T18:21:46.168Z | info: profile set to 'default' |
| 27 | 2024-11-21T18:21:46.168Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-21T18:21:46.171Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-11-21T18:21:46.304Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-11-21T18:21:46.304Z | info: downloading component 'cargo' |
| 31 | 2024-11-21T18:21:47.012Z | info: downloading component 'clippy' |
| 32 | 2024-11-21T18:21:47.273Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-21T18:21:48.257Z | info: downloading component 'rust-std' |
| 34 | 2024-11-21T18:21:49.793Z | info: downloading component 'rustc' |
| 35 | 2024-11-21T18:21:55.294Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-21T18:21:55.502Z | info: installing component 'cargo' |
| 37 | 2024-11-21T18:21:56.300Z | info: installing component 'clippy' |
| 38 | 2024-11-21T18:21:56.658Z | info: installing component 'rust-docs' |
| 39 | 2024-11-21T18:21:58.269Z | info: installing component 'rust-std' |
| 40 | 2024-11-21T18:21:59.953Z | info: installing component 'rustc' |
| 41 | 2024-11-21T18:22:05.509Z | info: installing component 'rustfmt' |
| 42 | 2024-11-21T18:22:05.831Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-11-21T18:22:05.831Z | |
| 44 | 2024-11-21T18:22:06.195Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-11-21T18:22:06.195Z | |
| 46 | 2024-11-21T18:22:06.197Z | |
| 47 | 2024-11-21T18:22:06.197Z | Rust is installed now. Great! |
| 48 | 2024-11-21T18:22:06.197Z | |
| 49 | 2024-11-21T18:22:06.197Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-21T18:22:06.197Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-21T18:22:06.197Z | |
| 52 | 2024-11-21T18:22:06.197Z | To configure your current shell, you need to source |
| 53 | 2024-11-21T18:22:06.197Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-21T18:22:06.197Z | |
| 55 | 2024-11-21T18:22:06.197Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-21T18:22:06.197Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-21T18:22:06.197Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-21T18:22:06.267Z | + rustc --version |
| 59 | 2024-11-21T18:22:06.330Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-11-21T18:22:06.333Z | process exited: duration 21579 ms, exit code 0 |
| |
| 61 | 2024-11-21T18:22:06.338Z | starting task 2: "authentication" |
| 62 | 2024-11-21T18:22:06.358Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-11-21T18:22:06.362Z | starting task 3: "clone repository" |
| 64 | 2024-11-21T18:22:06.368Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-21T18:22:06.370Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-21T18:22:06.626Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-21T18:22:13.657Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-21T18:22:13.660Z | + git fetch origin f3652ccf91d260d340a0c0d82c357acec69236a8 |
| 69 | 2024-11-21T18:22:14.019Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-21T18:22:14.024Z | * branch f3652ccf91d260d340a0c0d82c357acec69236a8 -> FETCH_HEAD |
| 71 | 2024-11-21T18:22:14.097Z | + [[ -n john/reconfigurator-storage-4 ]] |
| 72 | 2024-11-21T18:22:14.098Z | ++ git branch --show-current |
| 73 | 2024-11-21T18:22:14.098Z | + current=main |
| 74 | 2024-11-21T18:22:14.098Z | + [[ main != john/reconfigurator-storage-4 ]] |
| 75 | 2024-11-21T18:22:14.098Z | + git branch -f john/reconfigurator-storage-4 f3652ccf91d260d340a0c0d82c357acec69236a8 |
| 76 | 2024-11-21T18:22:14.099Z | + git checkout -f john/reconfigurator-storage-4 |
| 77 | 2024-11-21T18:22:14.197Z | Switched to branch 'john/reconfigurator-storage-4' |
| 78 | 2024-11-21T18:22:14.271Z | + git reset --hard f3652ccf91d260d340a0c0d82c357acec69236a8 |
| 79 | 2024-11-21T18:22:14.271Z | HEAD is now at f3652ccf9 fix sim sled-agent generation check |
| 80 | 2024-11-21T18:22:14.271Z | process exited: duration 7813 ms, exit code 0 |
| |
| 81 | 2024-11-21T18:22:14.338Z | starting task 4: "build" |
| 82 | 2024-11-21T18:22:14.363Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-11-21T18:22:14.363Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-11-21T18:22:14.363Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-11-21T18:22:14.363Z | + cargo --version |
| 86 | 2024-11-21T18:22:14.417Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 87 | 2024-11-21T18:22:14.428Z | + rustc --version |
| 88 | 2024-11-21T18:22:14.449Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 89 | 2024-11-21T18:22:14.453Z | + cd /tmp |
| 90 | 2024-11-21T18:22:14.453Z | + cargo new --lib test-project |
| 91 | 2024-11-21T18:22:14.508Z | Creating library `test-project` package |
| 92 | 2024-11-21T18:22:14.584Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 93 | 2024-11-21T18:22:14.588Z | + cd test-project |
| 94 | 2024-11-21T18:22:14.590Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 95 | 2024-11-21T18:22:14.643Z | Adding omicron-common (local) to dependencies |
| 96 | 2024-11-21T18:22:14.643Z | Features: |
| 97 | 2024-11-21T18:22:14.643Z | - proptest |
| 98 | 2024-11-21T18:22:14.643Z | - test-strategy |
| 99 | 2024-11-21T18:22:14.649Z | - testing |
| 100 | 2024-11-21T18:22:14.650Z | Updating crates.io index |
| 101 | 2024-11-21T18:22:14.711Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 102 | 2024-11-21T18:22:15.653Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 103 | 2024-11-21T18:22:15.958Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 104 | 2024-11-21T18:22:16.352Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 105 | 2024-11-21T18:22:17.582Z | Locking 328 packages to latest compatible versions |
| 106 | 2024-11-21T18:22:17.600Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 107 | 2024-11-21T18:22:17.600Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 108 | 2024-11-21T18:22:17.600Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 109 | 2024-11-21T18:22:17.600Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 110 | 2024-11-21T18:22:17.600Z | Adding goblin v0.8.2 (latest: v0.9.2) |
| 111 | 2024-11-21T18:22:17.602Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
| 112 | 2024-11-21T18:22:17.602Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
| 113 | 2024-11-21T18:22:17.602Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 114 | 2024-11-21T18:22:17.602Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 115 | 2024-11-21T18:22:17.602Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
| 116 | 2024-11-21T18:22:17.602Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 117 | 2024-11-21T18:22:17.602Z | Adding regress v0.9.1 (latest: v0.10.1) |
| 118 | 2024-11-21T18:22:17.603Z | Adding rustls v0.22.4 (latest: v0.23.17) |
| 119 | 2024-11-21T18:22:17.603Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
| 120 | 2024-11-21T18:22:17.603Z | Adding term v0.7.0 (latest: v1.0.0) |
| 121 | 2024-11-21T18:22:17.603Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
| 122 | 2024-11-21T18:22:17.603Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
| 123 | 2024-11-21T18:22:17.603Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
| 124 | 2024-11-21T18:22:17.603Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 125 | 2024-11-21T18:22:17.603Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
| 126 | 2024-11-21T18:22:17.603Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 127 | 2024-11-21T18:22:17.603Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 128 | 2024-11-21T18:22:17.603Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 129 | 2024-11-21T18:22:17.603Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 130 | 2024-11-21T18:22:17.603Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 131 | 2024-11-21T18:22:17.604Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
| 132 | 2024-11-21T18:22:17.604Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
| 133 | 2024-11-21T18:22:17.657Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 134 | 2024-11-21T18:22:17.678Z | + cargo check |
| 135 | 2024-11-21T18:22:17.835Z | Updating crates.io index |
| 136 | 2024-11-21T18:22:18.586Z | Locking 2 packages to latest compatible versions |
| 137 | 2024-11-21T18:22:21.950Z | Adding omicron-workspace-hack v0.1.0 |
| 138 | 2024-11-21T18:22:23.941Z | Adding test-project v0.1.0 (/tmp/test-project) |
| 139 | 2024-11-21T18:22:24.723Z | Downloading crates ... |
| 140 | 2024-11-21T18:22:24.788Z | Downloaded dirs-next v2.0.0 |
| 141 | 2024-11-21T18:22:24.815Z | Downloaded memmap v0.7.0 |
| 142 | 2024-11-21T18:22:24.840Z | Downloaded anyhow v1.0.93 |
| 143 | 2024-11-21T18:22:24.843Z | Downloaded async-stream v0.3.6 |
| 144 | 2024-11-21T18:22:24.846Z | Downloaded allocator-api2 v0.2.18 |
| 145 | 2024-11-21T18:22:24.861Z | Downloaded aho-corasick v1.1.3 |
| 146 | 2024-11-21T18:22:24.867Z | Downloaded tinyvec v1.8.0 |
| 147 | 2024-11-21T18:22:24.870Z | Downloaded typenum v1.17.0 |
| 148 | 2024-11-21T18:22:24.872Z | Downloaded camino v1.1.9 |
| 149 | 2024-11-21T18:22:24.874Z | Downloaded async-trait v0.1.83 |
| 150 | 2024-11-21T18:22:24.877Z | Downloaded toml_datetime v0.6.8 |
| 151 | 2024-11-21T18:22:24.880Z | Downloaded toml v0.8.19 |
| 152 | 2024-11-21T18:22:24.883Z | Downloaded tinyvec_macros v0.1.1 |
| 153 | 2024-11-21T18:22:24.885Z | Downloaded foreign-types-shared v0.1.1 |
| 154 | 2024-11-21T18:22:24.885Z | Downloaded crypto-common v0.1.6 |
| 155 | 2024-11-21T18:22:24.885Z | Downloaded tokio-rustls v0.26.0 |
| 156 | 2024-11-21T18:22:24.887Z | Downloaded try-lock v0.2.5 |
| 157 | 2024-11-21T18:22:24.890Z | Downloaded darling_macro v0.20.10 |
| 158 | 2024-11-21T18:22:24.890Z | Downloaded equivalent v1.0.1 |
| 159 | 2024-11-21T18:22:24.890Z | Downloaded dtrace-parser v0.2.0 |
| 160 | 2024-11-21T18:22:24.892Z | Downloaded backoff v0.4.0 |
| 161 | 2024-11-21T18:22:24.895Z | Downloaded async-stream-impl v0.3.6 |
| 162 | 2024-11-21T18:22:24.896Z | Downloaded tokio-macros v2.4.0 |
| 163 | 2024-11-21T18:22:24.896Z | Downloaded block-buffer v0.10.4 |
| 164 | 2024-11-21T18:22:24.898Z | Downloaded typify v0.2.0 |
| 165 | 2024-11-21T18:22:24.900Z | Downloaded foreign-types v0.3.2 |
| 166 | 2024-11-21T18:22:24.900Z | Downloaded fnv v1.0.7 |
| 167 | 2024-11-21T18:22:24.903Z | Downloaded dirs-sys-next v0.1.2 |
| 168 | 2024-11-21T18:22:24.903Z | Downloaded typify-macro v0.2.0 |
| 169 | 2024-11-21T18:22:24.906Z | Downloaded tokio-native-tls v0.3.1 |
| 170 | 2024-11-21T18:22:24.906Z | Downloaded digest v0.10.7 |
| 171 | 2024-11-21T18:22:24.908Z | Downloaded byteorder v1.5.0 |
| 172 | 2024-11-21T18:22:24.911Z | Downloaded want v0.3.1 |
| 173 | 2024-11-21T18:22:24.911Z | Downloaded debug-ignore v1.0.5 |
| 174 | 2024-11-21T18:22:24.913Z | Downloaded tower-service v0.3.3 |
| 175 | 2024-11-21T18:22:24.913Z | Downloaded cpufeatures v0.2.14 |
| 176 | 2024-11-21T18:22:24.916Z | Downloaded usdt-attr-macro v0.5.0 |
| 177 | 2024-11-21T18:22:24.916Z | Downloaded tinystr v0.7.6 |
| 178 | 2024-11-21T18:22:24.919Z | Downloaded http-body v1.0.1 |
| 179 | 2024-11-21T18:22:24.919Z | Downloaded tokio-rustls v0.25.0 |
| 180 | 2024-11-21T18:22:24.921Z | Downloaded time-macros v0.2.18 |
| 181 | 2024-11-21T18:22:24.924Z | Downloaded ucd-trie v0.1.7 |
| 182 | 2024-11-21T18:22:24.926Z | Downloaded writeable v0.5.5 |
| 183 | 2024-11-21T18:22:24.926Z | Downloaded crossbeam-utils v0.8.20 |
| 184 | 2024-11-21T18:22:24.929Z | Downloaded tracing-core v0.1.32 |
| 185 | 2024-11-21T18:22:24.931Z | Downloaded displaydoc v0.2.5 |
| 186 | 2024-11-21T18:22:24.936Z | Downloaded waitgroup v0.1.2 |
| 187 | 2024-11-21T18:22:24.940Z | Downloaded icu_provider_macros v1.5.0 |
| 188 | 2024-11-21T18:22:24.940Z | Downloaded dyn-clone v1.0.17 |
| 189 | 2024-11-21T18:22:24.940Z | Downloaded usdt-macro v0.5.0 |
| 190 | 2024-11-21T18:22:24.940Z | Downloaded darling v0.20.10 |
| 191 | 2024-11-21T18:22:24.943Z | Downloaded pretty-hex v0.4.1 |
| 192 | 2024-11-21T18:22:24.945Z | Downloaded zerofrom v0.1.4 |
| 193 | 2024-11-21T18:22:24.945Z | Downloaded write16 v1.0.0 |
| 194 | 2024-11-21T18:22:24.948Z | Downloaded ident_case v1.0.1 |
| 195 | 2024-11-21T18:22:24.948Z | Downloaded toml_edit v0.22.22 |
| 196 | 2024-11-21T18:22:24.967Z | Downloaded scroll_derive v0.12.0 |
| 197 | 2024-11-21T18:22:24.969Z | Downloaded rand_chacha v0.3.1 |
| 198 | 2024-11-21T18:22:24.969Z | Downloaded openssl-probe v0.1.5 |
| 199 | 2024-11-21T18:22:24.971Z | Downloaded openssl-macros v0.1.1 |
| 200 | 2024-11-21T18:22:24.971Z | Downloaded num-conv v0.1.0 |
| 201 | 2024-11-21T18:22:24.971Z | Downloaded zerofrom-derive v0.1.4 |
| 202 | 2024-11-21T18:22:24.973Z | Downloaded untrusted v0.9.0 |
| 203 | 2024-11-21T18:22:24.973Z | Downloaded match_cfg v0.1.0 |
| 204 | 2024-11-21T18:22:24.976Z | Downloaded instant v0.1.13 |
| 205 | 2024-11-21T18:22:24.976Z | Downloaded hostname v0.4.0 |
| 206 | 2024-11-21T18:22:24.978Z | Downloaded progenitor-client v0.8.0 |
| 207 | 2024-11-21T18:22:24.978Z | Downloaded omicron-workspace-hack v0.1.0 |
| 208 | 2024-11-21T18:22:24.981Z | Downloaded num_threads v0.1.7 |
| 209 | 2024-11-21T18:22:24.981Z | Downloaded http-body-util v0.1.2 |
| 210 | 2024-11-21T18:22:24.983Z | Downloaded hostname v0.3.1 |
| 211 | 2024-11-21T18:22:24.983Z | Downloaded generic-array v0.14.7 |
| 212 | 2024-11-21T18:22:24.986Z | Downloaded futures-task v0.3.31 |
| 213 | 2024-11-21T18:22:24.986Z | Downloaded hyper-tls v0.6.0 |
| 214 | 2024-11-21T18:22:24.988Z | Downloaded darling_core v0.20.10 |
| 215 | 2024-11-21T18:22:24.991Z | Downloaded bitflags v2.6.0 |
| 216 | 2024-11-21T18:22:24.994Z | Downloaded mime v0.3.17 |
| 217 | 2024-11-21T18:22:24.996Z | Downloaded pkg-config v0.3.31 |
| 218 | 2024-11-21T18:22:24.998Z | Downloaded pin-utils v0.1.0 |
| 219 | 2024-11-21T18:22:24.998Z | Downloaded idna_adapter v1.2.0 |
| 220 | 2024-11-21T18:22:25.001Z | Downloaded zerovec-derive v0.10.3 |
| 221 | 2024-11-21T18:22:25.001Z | Downloaded yoke-derive v0.7.4 |
| 222 | 2024-11-21T18:22:25.003Z | Downloaded utf8_iter v1.0.4 |
| 223 | 2024-11-21T18:22:25.003Z | Downloaded utf16_iter v1.0.5 |
| 224 | 2024-11-21T18:22:25.003Z | Downloaded sync_wrapper v1.0.1 |
| 225 | 2024-11-21T18:22:25.005Z | Downloaded plain v0.2.3 |
| 226 | 2024-11-21T18:22:25.006Z | Downloaded ppv-lite86 v0.2.20 |
| 227 | 2024-11-21T18:22:25.008Z | Downloaded yoke v0.7.4 |
| 228 | 2024-11-21T18:22:25.008Z | Downloaded version_check v0.9.5 |
| 229 | 2024-11-21T18:22:25.010Z | Downloaded tracing v0.1.40 |
| 230 | 2024-11-21T18:22:25.013Z | Downloaded percent-encoding v2.3.1 |
| 231 | 2024-11-21T18:22:25.016Z | Downloaded paste v1.0.15 |
| 232 | 2024-11-21T18:22:25.018Z | Downloaded newtype-uuid v1.1.3 |
| 233 | 2024-11-21T18:22:25.018Z | Downloaded native-tls v0.2.12 |
| 234 | 2024-11-21T18:22:25.021Z | Downloaded is-terminal v0.4.13 |
| 235 | 2024-11-21T18:22:25.021Z | Downloaded time-core v0.1.2 |
| 236 | 2024-11-21T18:22:25.021Z | Downloaded strum v0.26.3 |
| 237 | 2024-11-21T18:22:25.024Z | Downloaded itoa v1.0.11 |
| 238 | 2024-11-21T18:22:25.024Z | Downloaded powerfmt v0.2.0 |
| 239 | 2024-11-21T18:22:25.026Z | Downloaded parse-display-derive v0.10.0 |
| 240 | 2024-11-21T18:22:25.026Z | Downloaded ipnetwork v0.20.0 |
| 241 | 2024-11-21T18:22:25.029Z | Downloaded httpdate v1.0.3 |
| 242 | 2024-11-21T18:22:25.029Z | Downloaded hex v0.4.3 |
| 243 | 2024-11-21T18:22:25.031Z | Downloaded usdt v0.5.0 |
| 244 | 2024-11-21T18:22:25.031Z | Downloaded parse-display v0.10.0 |
| 245 | 2024-11-21T18:22:25.031Z | Downloaded pest_generator v2.7.14 |
| 246 | 2024-11-21T18:22:25.034Z | Downloaded serde_path_to_error v0.1.16 |
| 247 | 2024-11-21T18:22:25.036Z | Downloaded quinn-udp v0.5.5 |
| 248 | 2024-11-21T18:22:25.036Z | Downloaded bytes v1.8.0 |
| 249 | 2024-11-21T18:22:25.039Z | Downloaded getrandom v0.2.15 |
| 250 | 2024-11-21T18:22:25.042Z | Downloaded progenitor-macro v0.8.0 |
| 251 | 2024-11-21T18:22:25.044Z | Downloaded zeroize v1.8.1 |
| 252 | 2024-11-21T18:22:25.044Z | Downloaded httparse v1.9.5 |
| 253 | 2024-11-21T18:22:25.046Z | Downloaded thiserror-impl v1.0.69 |
| 254 | 2024-11-21T18:22:25.049Z | Downloaded macaddr v1.0.1 |
| 255 | 2024-11-21T18:22:25.049Z | Downloaded icu_locid_transform v1.5.0 |
| 256 | 2024-11-21T18:22:25.051Z | Downloaded thread-id v4.2.2 |
| 257 | 2024-11-21T18:22:25.054Z | Downloaded slog-json v2.6.1 |
| 258 | 2024-11-21T18:22:25.054Z | Downloaded scopeguard v1.2.0 |
| 259 | 2024-11-21T18:22:25.056Z | Downloaded schemars_derive v0.8.21 |
| 260 | 2024-11-21T18:22:25.056Z | Downloaded thread_local v1.1.8 |
| 261 | 2024-11-21T18:22:25.059Z | Downloaded stable_deref_trait v1.2.0 |
| 262 | 2024-11-21T18:22:25.059Z | Downloaded multer v3.1.0 |
| 263 | 2024-11-21T18:22:25.061Z | Downloaded take_mut v0.2.2 |
| 264 | 2024-11-21T18:22:25.061Z | Downloaded slog-bunyan v2.5.0 |
| 265 | 2024-11-21T18:22:25.064Z | Downloaded slog-async v2.8.0 |
| 266 | 2024-11-21T18:22:25.065Z | Downloaded quote v1.0.37 |
| 267 | 2024-11-21T18:22:25.067Z | Downloaded zerocopy-derive v0.7.35 |
| 268 | 2024-11-21T18:22:25.070Z | Downloaded shlex v1.3.0 |
| 269 | 2024-11-21T18:22:25.072Z | Downloaded unsafe-libyaml v0.2.11 |
| 270 | 2024-11-21T18:22:25.075Z | Downloaded progenitor v0.8.0 |
| 271 | 2024-11-21T18:22:25.075Z | Downloaded heck v0.5.0 |
| 272 | 2024-11-21T18:22:25.077Z | Downloaded base64 v0.22.1 |
| 273 | 2024-11-21T18:22:25.079Z | Downloaded sha1 v0.10.6 |
| 274 | 2024-11-21T18:22:25.082Z | Downloaded serde_urlencoded v0.7.1 |
| 275 | 2024-11-21T18:22:25.082Z | Downloaded rustversion v1.0.17 |
| 276 | 2024-11-21T18:22:25.084Z | Downloaded hyper-rustls v0.27.3 |
| 277 | 2024-11-21T18:22:25.087Z | Downloaded slab v0.4.9 |
| 278 | 2024-11-21T18:22:25.089Z | Downloaded signal-hook-registry v1.4.2 |
| 279 | 2024-11-21T18:22:25.089Z | Downloaded serde_tokenstream v0.2.2 |
| 280 | 2024-11-21T18:22:25.091Z | Downloaded serde_spanned v0.6.8 |
| 281 | 2024-11-21T18:22:25.092Z | Downloaded subtle v2.6.1 |
| 282 | 2024-11-21T18:22:25.094Z | Downloaded rand_core v0.6.4 |
| 283 | 2024-11-21T18:22:25.094Z | Downloaded once_cell v1.20.2 |
| 284 | 2024-11-21T18:22:25.096Z | Downloaded thiserror v1.0.69 |
| 285 | 2024-11-21T18:22:25.100Z | Downloaded rustc-hash v2.0.0 |
| 286 | 2024-11-21T18:22:25.102Z | Downloaded cc v1.1.30 |
| 287 | 2024-11-21T18:22:25.105Z | Downloaded strsim v0.11.1 |
| 288 | 2024-11-21T18:22:25.107Z | Downloaded scroll v0.12.0 |
| 289 | 2024-11-21T18:22:25.107Z | Downloaded smallvec v1.13.2 |
| 290 | 2024-11-21T18:22:25.110Z | Downloaded serde_with_macros v3.11.0 |
| 291 | 2024-11-21T18:22:25.110Z | Downloaded usdt-impl v0.5.0 |
| 292 | 2024-11-21T18:22:25.113Z | Downloaded rustls-pemfile v2.2.0 |
| 293 | 2024-11-21T18:22:25.115Z | Downloaded synstructure v0.13.1 |
| 294 | 2024-11-21T18:22:25.115Z | Downloaded tokio-util v0.7.12 |
| 295 | 2024-11-21T18:22:25.120Z | Downloaded structmeta v0.3.0 |
| 296 | 2024-11-21T18:22:25.123Z | Downloaded proc-macro2 v1.0.89 |
| 297 | 2024-11-21T18:22:25.125Z | Downloaded sha2 v0.10.8 |
| 298 | 2024-11-21T18:22:25.127Z | Downloaded pest_derive v2.7.14 |
| 299 | 2024-11-21T18:22:25.130Z | Downloaded iana-time-zone v0.1.61 |
| 300 | 2024-11-21T18:22:25.132Z | Downloaded parking_lot v0.12.3 |
| 301 | 2024-11-21T18:22:25.135Z | Downloaded structmeta-derive v0.3.0 |
| 302 | 2024-11-21T18:22:25.135Z | Downloaded serde_derive_internals v0.29.1 |
| 303 | 2024-11-21T18:22:25.135Z | Downloaded strum_macros v0.26.4 |
| 304 | 2024-11-21T18:22:25.137Z | Downloaded parking_lot_core v0.9.10 |
| 305 | 2024-11-21T18:22:25.140Z | Downloaded term v0.7.0 |
| 306 | 2024-11-21T18:22:25.142Z | Downloaded spin v0.9.8 |
| 307 | 2024-11-21T18:22:25.144Z | Downloaded indexmap v1.9.3 |
| 308 | 2024-11-21T18:22:25.147Z | Downloaded log v0.4.22 |
| 309 | 2024-11-21T18:22:25.150Z | Downloaded socket2 v0.5.7 |
| 310 | 2024-11-21T18:22:25.152Z | Downloaded crossbeam-channel v0.5.13 |
| 311 | 2024-11-21T18:22:25.155Z | Downloaded semver v1.0.23 |
| 312 | 2024-11-21T18:22:25.157Z | Downloaded num-traits v0.2.19 |
| 313 | 2024-11-21T18:22:25.160Z | Downloaded openssl-sys v0.9.103 |
| 314 | 2024-11-21T18:22:25.163Z | Downloaded progenitor-impl v0.8.0 |
| 315 | 2024-11-21T18:22:25.166Z | Downloaded hyper-util v0.1.10 |
| 316 | 2024-11-21T18:22:25.169Z | Downloaded slog v2.7.0 |
| 317 | 2024-11-21T18:22:25.172Z | Downloaded icu_locid v1.5.0 |
| 318 | 2024-11-21T18:22:25.176Z | Downloaded serde_yaml v0.9.34+deprecated |
| 319 | 2024-11-21T18:22:25.179Z | Downloaded ryu v1.0.18 |
| 320 | 2024-11-21T18:22:25.183Z | Downloaded url v2.5.3 |
| 321 | 2024-11-21T18:22:25.186Z | Downloaded rand v0.8.5 |
| 322 | 2024-11-21T18:22:25.191Z | Downloaded serde_derive v1.0.215 |
| 323 | 2024-11-21T18:22:25.191Z | Downloaded schemars v0.8.21 |
| 324 | 2024-11-21T18:22:25.201Z | Downloaded indexmap v2.6.0 |
| 325 | 2024-11-21T18:22:25.204Z | Downloaded icu_collections v1.5.0 |
| 326 | 2024-11-21T18:22:25.210Z | Downloaded icu_properties v1.5.1 |
| 327 | 2024-11-21T18:22:25.212Z | Downloaded serde v1.0.215 |
| 328 | 2024-11-21T18:22:25.215Z | Downloaded rustls-pki-types v1.9.0 |
| 329 | 2024-11-21T18:22:25.218Z | Downloaded uuid v1.11.0 |
| 330 | 2024-11-21T18:22:25.222Z | Downloaded quinn v0.11.5 |
| 331 | 2024-11-21T18:22:25.225Z | Downloaded memchr v2.7.4 |
| 332 | 2024-11-21T18:22:25.229Z | Downloaded http v1.1.0 |
| 333 | 2024-11-21T18:22:25.232Z | Downloaded hashbrown v0.12.3 |
| 334 | 2024-11-21T18:22:25.238Z | Downloaded mio v1.0.2 |
| 335 | 2024-11-21T18:22:25.241Z | Downloaded slog-term v2.9.1 |
| 336 | 2024-11-21T18:22:25.245Z | Downloaded unicode-ident v1.0.13 |
| 337 | 2024-11-21T18:22:25.247Z | Downloaded icu_normalizer v1.5.0 |
| 338 | 2024-11-21T18:22:25.250Z | Downloaded lock_api v0.4.12 |
| 339 | 2024-11-21T18:22:25.252Z | Downloaded icu_provider v1.5.0 |
| 340 | 2024-11-21T18:22:25.255Z | Downloaded icu_normalizer_data v1.5.0 |
| 341 | 2024-11-21T18:22:25.257Z | Downloaded icu_locid_transform_data v1.5.0 |
| 342 | 2024-11-21T18:22:25.257Z | Downloaded pin-project-lite v0.2.14 |
| 343 | 2024-11-21T18:22:25.261Z | Downloaded idna v1.0.3 |
| 344 | 2024-11-21T18:22:25.265Z | Downloaded zerovec v0.10.4 |
| 345 | 2024-11-21T18:22:25.270Z | Downloaded time v0.3.36 |
| 346 | 2024-11-21T18:22:25.276Z | Downloaded serde_with v3.11.0 |
| 347 | 2024-11-21T18:22:25.284Z | Downloaded zerocopy v0.7.35 |
| 348 | 2024-11-21T18:22:25.298Z | Downloaded serde_json v1.0.132 |
| 349 | 2024-11-21T18:22:25.304Z | Downloaded goblin v0.8.2 |
| 350 | 2024-11-21T18:22:25.310Z | Downloaded hyper v1.5.0 |
| 351 | 2024-11-21T18:22:25.315Z | Downloaded chrono v0.4.38 |
| 352 | 2024-11-21T18:22:25.322Z | Downloaded h2 v0.4.6 |
| 353 | 2024-11-21T18:22:25.328Z | Downloaded reqwest v0.12.9 |
| 354 | 2024-11-21T18:22:25.335Z | Downloaded futures-util v0.3.31 |
| 355 | 2024-11-21T18:22:25.346Z | Downloaded rustls-webpki v0.102.8 |
| 356 | 2024-11-21T18:22:25.363Z | Downloaded quinn-proto v0.11.8 |
| 357 | 2024-11-21T18:22:25.369Z | Downloaded icu_properties_data v1.5.0 |
| 358 | 2024-11-21T18:22:25.378Z | Downloaded vcpkg v0.2.15 |
| 359 | 2024-11-21T18:22:25.413Z | Downloaded webpki-roots v0.26.6 |
| 360 | 2024-11-21T18:22:25.416Z | Downloaded openssl v0.10.66 |
| 361 | 2024-11-21T18:22:25.424Z | Downloaded dropshot v0.13.0 |
| 362 | 2024-11-21T18:22:25.442Z | Downloaded regex v1.11.1 |
| 363 | 2024-11-21T18:22:25.453Z | Downloaded winnow v0.6.20 |
| 364 | 2024-11-21T18:22:25.461Z | Downloaded rustls v0.23.14 |
| 365 | 2024-11-21T18:22:25.472Z | Downloaded syn v2.0.87 |
| 366 | 2024-11-21T18:22:25.482Z | Downloaded rustls v0.22.4 |
| 367 | 2024-11-21T18:22:25.493Z | Downloaded regress v0.10.1 |
| 368 | 2024-11-21T18:22:25.501Z | Downloaded regress v0.9.1 |
| 369 | 2024-11-21T18:22:25.508Z | Downloaded regex-syntax v0.8.5 |
| 370 | 2024-11-21T18:22:25.515Z | Downloaded pest v2.7.14 |
| 371 | 2024-11-21T18:22:25.520Z | Downloaded hashbrown v0.14.5 |
| 372 | 2024-11-21T18:22:25.524Z | Downloaded openapiv3 v2.0.0 |
| 373 | 2024-11-21T18:22:25.535Z | Downloaded hashbrown v0.15.0 |
| 374 | 2024-11-21T18:22:25.539Z | Downloaded typify-impl v0.2.0 |
| 375 | 2024-11-21T18:22:25.552Z | Downloaded pest_meta v2.7.14 |
| 376 | 2024-11-21T18:22:25.554Z | Downloaded futures-channel v0.3.31 |
| 377 | 2024-11-21T18:22:25.556Z | Downloaded futures v0.3.31 |
| 378 | 2024-11-21T18:22:25.560Z | Downloaded litemap v0.7.3 |
| 379 | 2024-11-21T18:22:25.562Z | Downloaded ipnet v2.10.1 |
| 380 | 2024-11-21T18:22:25.565Z | Downloaded dropshot_endpoint v0.13.0 |
| 381 | 2024-11-21T18:22:25.568Z | Downloaded futures-executor v0.3.31 |
| 382 | 2024-11-21T18:22:25.568Z | Downloaded futures-sink v0.3.31 |
| 383 | 2024-11-21T18:22:25.568Z | Downloaded futures-macro v0.3.31 |
| 384 | 2024-11-21T18:22:25.571Z | Downloaded futures-io v0.3.31 |
| 385 | 2024-11-21T18:22:25.571Z | Downloaded futures-core v0.3.31 |
| 386 | 2024-11-21T18:22:25.571Z | Downloaded form_urlencoded v1.2.1 |
| 387 | 2024-11-21T18:22:25.572Z | Downloaded dof v0.3.0 |
| 388 | 2024-11-21T18:22:25.574Z | Downloaded deranged v0.3.11 |
| 389 | 2024-11-21T18:22:25.574Z | Downloaded cfg-if v1.0.0 |
| 390 | 2024-11-21T18:22:25.575Z | Downloaded ahash v0.8.11 |
| 391 | 2024-11-21T18:22:25.577Z | Downloaded autocfg v1.4.0 |
| 392 | 2024-11-21T18:22:25.579Z | Downloaded atomic-waker v1.1.2 |
| 393 | 2024-11-21T18:22:25.579Z | Downloaded regex-automata v0.4.8 |
| 394 | 2024-11-21T18:22:25.594Z | Downloaded libc v0.2.162 |
| 395 | 2024-11-21T18:22:25.619Z | Downloaded tokio v1.40.0 |
| 396 | 2024-11-21T18:22:25.670Z | Downloaded encoding_rs v0.8.34 |
| 397 | 2024-11-21T18:22:25.902Z | Downloaded ring v0.17.8 |
| 398 | 2024-11-21T18:22:26.226Z | Compiling proc-macro2 v1.0.89 |
| 399 | 2024-11-21T18:22:26.226Z | Compiling unicode-ident v1.0.13 |
| 400 | 2024-11-21T18:22:26.226Z | Compiling libc v0.2.162 |
| 401 | 2024-11-21T18:22:26.231Z | Checking cfg-if v1.0.0 |
| 402 | 2024-11-21T18:22:26.231Z | Compiling autocfg v1.4.0 |
| 403 | 2024-11-21T18:22:26.231Z | Compiling serde v1.0.215 |
| 404 | 2024-11-21T18:22:26.250Z | Compiling version_check v0.9.5 |
| 405 | 2024-11-21T18:22:26.284Z | Checking memchr v2.7.4 |
| 406 | 2024-11-21T18:22:26.355Z | Checking itoa v1.0.11 |
| 407 | 2024-11-21T18:22:26.418Z | Compiling serde_json v1.0.132 |
| 408 | 2024-11-21T18:22:26.892Z | Compiling thiserror v1.0.69 |
| 409 | 2024-11-21T18:22:27.026Z | Checking once_cell v1.20.2 |
| 410 | 2024-11-21T18:22:27.059Z | Compiling shlex v1.3.0 |
| 411 | 2024-11-21T18:22:27.236Z | Compiling cc v1.1.30 |
| 412 | 2024-11-21T18:22:27.903Z | Checking pin-project-lite v0.2.14 |
| 413 | 2024-11-21T18:22:27.984Z | Compiling num-traits v0.2.19 |
| 414 | 2024-11-21T18:22:28.305Z | Checking smallvec v1.13.2 |
| 415 | 2024-11-21T18:22:28.337Z | Checking bytes v1.8.0 |
| 416 | 2024-11-21T18:22:28.340Z | Checking ryu v1.0.18 |
| 417 | 2024-11-21T18:22:28.502Z | Checking futures-core v0.3.31 |
| 418 | 2024-11-21T18:22:28.545Z | Compiling lock_api v0.4.12 |
| 419 | 2024-11-21T18:22:28.668Z | Compiling byteorder v1.5.0 |
| 420 | 2024-11-21T18:22:28.732Z | Compiling parking_lot_core v0.9.10 |
| 421 | 2024-11-21T18:22:28.956Z | Compiling ahash v0.8.11 |
| 422 | 2024-11-21T18:22:29.046Z | Compiling schemars v0.8.21 |
| 423 | 2024-11-21T18:22:29.060Z | Checking getrandom v0.2.15 |
| 424 | 2024-11-21T18:22:29.114Z | Checking scopeguard v1.2.0 |
| 425 | 2024-11-21T18:22:29.276Z | Compiling slab v0.4.9 |
| 426 | 2024-11-21T18:22:29.317Z | Compiling quote v1.0.37 |
| 427 | 2024-11-21T18:22:29.449Z | Checking log v0.4.22 |
| 428 | 2024-11-21T18:22:29.493Z | Checking futures-sink v0.3.31 |
| 429 | 2024-11-21T18:22:29.569Z | Checking signal-hook-registry v1.4.2 |
| 430 | 2024-11-21T18:22:29.657Z | Checking socket2 v0.5.7 |
| 431 | 2024-11-21T18:22:29.712Z | Compiling syn v2.0.87 |
| 432 | 2024-11-21T18:22:29.780Z | Checking mio v1.0.2 |
| 433 | 2024-11-21T18:22:29.825Z | Checking stable_deref_trait v1.2.0 |
| 434 | 2024-11-21T18:22:29.844Z | Compiling ring v0.17.8 |
| 435 | 2024-11-21T18:22:29.874Z | Checking parking_lot v0.12.3 |
| 436 | 2024-11-21T18:22:30.004Z | Checking hashbrown v0.15.0 |
| 437 | 2024-11-21T18:22:30.057Z | Checking equivalent v1.0.1 |
| 438 | 2024-11-21T18:22:30.166Z | Compiling semver v1.0.23 |
| 439 | 2024-11-21T18:22:30.184Z | Checking fnv v1.0.7 |
| 440 | 2024-11-21T18:22:30.208Z | Checking futures-channel v0.3.31 |
| 441 | 2024-11-21T18:22:30.227Z | Checking futures-task v0.3.31 |
| 442 | 2024-11-21T18:22:30.294Z | Checking http v1.1.0 |
| 443 | 2024-11-21T18:22:30.403Z | Checking pin-utils v0.1.0 |
| 444 | 2024-11-21T18:22:30.446Z | Checking futures-io v0.3.31 |
| 445 | 2024-11-21T18:22:30.489Z | Checking rustls-pki-types v1.9.0 |
| 446 | 2024-11-21T18:22:30.563Z | Compiling vcpkg v0.2.15 |
| 447 | 2024-11-21T18:22:30.615Z | Checking spin v0.9.8 |
| 448 | 2024-11-21T18:22:30.711Z | Compiling heck v0.5.0 |
| 449 | 2024-11-21T18:22:30.833Z | Compiling pkg-config v0.3.31 |
| 450 | 2024-11-21T18:22:31.048Z | Checking writeable v0.5.5 |
| 451 | 2024-11-21T18:22:31.099Z | Compiling httparse v1.9.5 |
| 452 | 2024-11-21T18:22:31.354Z | Compiling ucd-trie v0.1.7 |
| 453 | 2024-11-21T18:22:31.738Z | Checking untrusted v0.9.0 |
| 454 | 2024-11-21T18:22:31.755Z | Checking litemap v0.7.3 |
| 455 | 2024-11-21T18:22:31.838Z | Checking iana-time-zone v0.1.61 |
| 456 | 2024-11-21T18:22:31.978Z | Checking tracing-core v0.1.32 |
| 457 | 2024-11-21T18:22:31.999Z | Checking dyn-clone v1.0.17 |
| 458 | 2024-11-21T18:22:32.046Z | Compiling openssl-sys v0.9.103 |
| 459 | 2024-11-21T18:22:32.083Z | Checking atomic-waker v1.1.2 |
| 460 | 2024-11-21T18:22:32.209Z | Compiling allocator-api2 v0.2.18 |
| 461 | 2024-11-21T18:22:32.571Z | Checking tracing v0.1.40 |
| 462 | 2024-11-21T18:22:32.841Z | Checking http-body v1.0.1 |
| 463 | 2024-11-21T18:22:32.919Z | Compiling uuid v1.11.0 |
| 464 | 2024-11-21T18:22:32.939Z | Checking subtle v2.6.1 |
| 465 | 2024-11-21T18:22:32.979Z | Checking try-lock v0.2.5 |
| 466 | 2024-11-21T18:22:33.006Z | Checking icu_locid_transform_data v1.5.0 |
| 467 | 2024-11-21T18:22:33.084Z | Checking zeroize v1.8.1 |
| 468 | 2024-11-21T18:22:33.145Z | Checking want v0.3.1 |
| 469 | 2024-11-21T18:22:33.276Z | Checking foreign-types-shared v0.1.1 |
| 470 | 2024-11-21T18:22:33.316Z | Compiling slog v2.7.0 |
| 471 | 2024-11-21T18:22:33.363Z | Compiling openssl v0.10.66 |
| 472 | 2024-11-21T18:22:33.565Z | Compiling chrono v0.4.38 |
| 473 | 2024-11-21T18:22:33.584Z | Checking httpdate v1.0.3 |
| 474 | 2024-11-21T18:22:33.730Z | Checking icu_properties_data v1.5.0 |
| 475 | 2024-11-21T18:22:33.784Z | Checking foreign-types v0.3.2 |
| 476 | 2024-11-21T18:22:33.830Z | Compiling aho-corasick v1.1.3 |
| 477 | 2024-11-21T18:22:33.873Z | Compiling typenum v1.17.0 |
| 478 | 2024-11-21T18:22:34.556Z | Checking icu_normalizer_data v1.5.0 |
| 479 | 2024-11-21T18:22:34.632Z | Checking utf8_iter v1.0.4 |
| 480 | 2024-11-21T18:22:34.746Z | Checking write16 v1.0.0 |
| 481 | 2024-11-21T18:22:34.772Z | Checking percent-encoding v2.3.1 |
| 482 | 2024-11-21T18:22:34.856Z | Checking tower-service v0.3.3 |
| 483 | 2024-11-21T18:22:34.949Z | Checking bitflags v2.6.0 |
| 484 | 2024-11-21T18:22:34.967Z | Checking utf16_iter v1.0.5 |
| 485 | 2024-11-21T18:22:35.132Z | Compiling native-tls v0.2.12 |
| 486 | 2024-11-21T18:22:35.150Z | Compiling regex-syntax v0.8.5 |
| 487 | 2024-11-21T18:22:35.314Z | Compiling rustls v0.23.14 |
| 488 | 2024-11-21T18:22:35.450Z | Checking form_urlencoded v1.2.1 |
| 489 | 2024-11-21T18:22:35.635Z | Compiling generic-array v0.14.7 |
| 490 | 2024-11-21T18:22:36.086Z | Checking openssl-probe v0.1.5 |
| 491 | 2024-11-21T18:22:36.934Z | Compiling synstructure v0.13.1 |
| 492 | 2024-11-21T18:22:37.262Z | Compiling serde_derive_internals v0.29.1 |
| 493 | 2024-11-21T18:22:38.214Z | Compiling usdt-impl v0.5.0 |
| 494 | 2024-11-21T18:22:38.242Z | Checking encoding_rs v0.8.34 |
| 495 | 2024-11-21T18:22:38.399Z | Compiling regex-automata v0.4.8 |
| 496 | 2024-11-21T18:22:38.565Z | Checking powerfmt v0.2.0 |
| 497 | 2024-11-21T18:22:38.825Z | Compiling time-core v0.1.2 |
| 498 | 2024-11-21T18:22:38.995Z | Compiling num-conv v0.1.0 |
| 499 | 2024-11-21T18:22:39.290Z | Checking mime v0.3.17 |
| 500 | 2024-11-21T18:22:39.393Z | Compiling time-macros v0.2.18 |
| 501 | 2024-11-21T18:22:39.603Z | Checking deranged v0.3.11 |
| 502 | 2024-11-21T18:22:40.534Z | Compiling thread-id v4.2.2 |
| 503 | 2024-11-21T18:22:40.709Z | Checking webpki-roots v0.26.6 |
| 504 | 2024-11-21T18:22:40.916Z | Checking rustls-pemfile v2.2.0 |
| 505 | 2024-11-21T18:22:41.428Z | Compiling ident_case v1.0.1 |
| 506 | 2024-11-21T18:22:41.524Z | Compiling strsim v0.11.1 |
| 507 | 2024-11-21T18:22:41.730Z | Checking num_threads v0.1.7 |
| 508 | 2024-11-21T18:22:41.765Z | Compiling serde_derive v1.0.215 |
| 509 | 2024-11-21T18:22:41.784Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2024-11-21T18:22:41.832Z | Compiling thiserror-impl v1.0.69 |
| 511 | 2024-11-21T18:22:42.188Z | Compiling zerofrom-derive v0.1.4 |
| 512 | 2024-11-21T18:22:42.206Z | Compiling schemars_derive v0.8.21 |
| 513 | 2024-11-21T18:22:42.514Z | Compiling yoke-derive v0.7.4 |
| 514 | 2024-11-21T18:22:43.427Z | Compiling tokio-macros v2.4.0 |
| 515 | 2024-11-21T18:22:43.775Z | Compiling zerocopy v0.7.35 |
| 516 | 2024-11-21T18:22:44.963Z | Checking tokio v1.40.0 |
| 517 | 2024-11-21T18:22:45.198Z | Compiling zerovec-derive v0.10.3 |
| 518 | 2024-11-21T18:22:45.201Z | Compiling futures-macro v0.3.31 |
| 519 | 2024-11-21T18:22:45.377Z | Compiling displaydoc v0.2.5 |
| 520 | 2024-11-21T18:22:45.717Z | Checking zerofrom v0.1.4 |
| 521 | 2024-11-21T18:22:45.925Z | Checking yoke v0.7.4 |
| 522 | 2024-11-21T18:22:46.207Z | Compiling pest v2.7.14 |
| 523 | 2024-11-21T18:22:46.483Z | Compiling icu_provider_macros v1.5.0 |
| 524 | 2024-11-21T18:22:46.982Z | Compiling hashbrown v0.14.5 |
| 525 | 2024-11-21T18:22:47.014Z | Checking futures-util v0.3.31 |
| 526 | 2024-11-21T18:22:47.816Z | Checking zerovec v0.10.4 |
| 527 | 2024-11-21T18:22:48.040Z | Compiling openssl-macros v0.1.1 |
| 528 | 2024-11-21T18:22:48.247Z | Checking rustls-webpki v0.102.8 |
| 529 | 2024-11-21T18:22:48.334Z | Compiling regress v0.10.1 |
| 530 | 2024-11-21T18:22:48.841Z | Compiling pest_meta v2.7.14 |
| 531 | 2024-11-21T18:22:49.471Z | Checking tinystr v0.7.6 |
| 532 | 2024-11-21T18:22:49.853Z | Checking icu_locid v1.5.0 |
| 533 | 2024-11-21T18:22:50.936Z | Checking icu_provider v1.5.0 |
| 534 | 2024-11-21T18:22:51.622Z | Checking icu_locid_transform v1.5.0 |
| 535 | 2024-11-21T18:22:51.872Z | Checking tokio-util v0.7.12 |
| 536 | 2024-11-21T18:22:51.978Z | Compiling pest_generator v2.7.14 |
| 537 | 2024-11-21T18:22:52.614Z | Checking icu_collections v1.5.0 |
| 538 | 2024-11-21T18:22:53.076Z | Checking http-body-util v0.1.2 |
| 539 | 2024-11-21T18:22:53.294Z | Checking icu_properties v1.5.1 |
| 540 | 2024-11-21T18:22:53.527Z | Compiling regex v1.11.1 |
| 541 | 2024-11-21T18:22:53.683Z | Compiling pest_derive v2.7.14 |
| 542 | 2024-11-21T18:22:53.844Z | Compiling scroll_derive v0.12.0 |
| 543 | 2024-11-21T18:22:54.484Z | Checking indexmap v2.6.0 |
| 544 | 2024-11-21T18:22:55.181Z | Compiling serde_tokenstream v0.2.2 |
| 545 | 2024-11-21T18:22:55.768Z | Checking h2 v0.4.6 |
| 546 | 2024-11-21T18:22:56.091Z | Checking tokio-native-tls v0.3.1 |
| 547 | 2024-11-21T18:22:56.284Z | Checking scroll v0.12.0 |
| 548 | 2024-11-21T18:22:56.328Z | Compiling dtrace-parser v0.2.0 |
| 549 | 2024-11-21T18:22:56.559Z | Checking icu_normalizer v1.5.0 |
| 550 | 2024-11-21T18:22:56.765Z | Checking serde_urlencoded v0.7.1 |
| 551 | 2024-11-21T18:22:57.181Z | Compiling dof v0.3.0 |
| 552 | 2024-11-21T18:22:57.338Z | Checking idna_adapter v1.2.0 |
| 553 | 2024-11-21T18:22:57.515Z | Checking idna v1.0.3 |
| 554 | 2024-11-21T18:22:57.833Z | Checking tokio-rustls v0.26.0 |
| 555 | 2024-11-21T18:22:58.083Z | Compiling crossbeam-utils v0.8.20 |
| 556 | 2024-11-21T18:22:58.104Z | Checking base64 v0.22.1 |
| 557 | 2024-11-21T18:22:58.212Z | Checking plain v0.2.3 |
| 558 | 2024-11-21T18:22:58.542Z | Checking goblin v0.8.2 |
| 559 | 2024-11-21T18:22:58.569Z | Checking url v2.5.3 |
| 560 | 2024-11-21T18:22:59.404Z | Compiling typify-impl v0.2.0 |
| 561 | 2024-11-21T18:22:59.911Z | Checking hyper v1.5.0 |
| 562 | 2024-11-21T18:23:00.032Z | Compiling openapiv3 v2.0.0 |
| 563 | 2024-11-21T18:23:02.013Z | Checking hyper-util v0.1.10 |
| 564 | 2024-11-21T18:23:02.140Z | Checking time v0.3.36 |
| 565 | 2024-11-21T18:23:03.669Z | Checking hyper-tls v0.6.0 |
| 566 | 2024-11-21T18:23:03.704Z | Checking hyper-rustls v0.27.3 |
| 567 | 2024-11-21T18:23:03.726Z | Compiling darling_core v0.20.10 |
| 568 | 2024-11-21T18:23:03.971Z | Checking dirs-sys-next v0.1.2 |
| 569 | 2024-11-21T18:23:03.993Z | Checking sync_wrapper v1.0.1 |
| 570 | 2024-11-21T18:23:04.052Z | Compiling omicron-workspace-hack v0.1.0 |
| 571 | 2024-11-21T18:23:04.141Z | Compiling paste v1.0.15 |
| 572 | 2024-11-21T18:23:04.173Z | Checking ipnet v2.10.1 |
| 573 | 2024-11-21T18:23:04.212Z | Compiling unsafe-libyaml v0.2.11 |
| 574 | 2024-11-21T18:23:04.235Z | Compiling rustversion v1.0.17 |
| 575 | 2024-11-21T18:23:04.359Z | Checking pretty-hex v0.4.1 |
| 576 | 2024-11-21T18:23:04.394Z | Compiling rustls v0.22.4 |
| 577 | 2024-11-21T18:23:04.616Z | Checking reqwest v0.12.9 |
| 578 | 2024-11-21T18:23:04.733Z | Checking dirs-next v2.0.0 |
| 579 | 2024-11-21T18:23:04.915Z | Checking toml_datetime v0.6.8 |
| 580 | 2024-11-21T18:23:05.104Z | Checking serde_spanned v0.6.8 |
| 581 | 2024-11-21T18:23:05.193Z | Checking ppv-lite86 v0.2.20 |
| 582 | 2024-11-21T18:23:05.289Z | Compiling structmeta-derive v0.3.0 |
| 583 | 2024-11-21T18:23:05.309Z | Checking block-buffer v0.10.4 |
| 584 | 2024-11-21T18:23:05.500Z | Compiling serde_yaml v0.9.34+deprecated |
| 585 | 2024-11-21T18:23:05.572Z | Checking crypto-common v0.1.6 |
| 586 | 2024-11-21T18:23:05.726Z | Checking rand_core v0.6.4 |
| 587 | 2024-11-21T18:23:06.015Z | Checking thread_local v1.1.8 |
| 588 | 2024-11-21T18:23:06.116Z | Compiling multer v3.1.0 |
| 589 | 2024-11-21T18:23:06.116Z | Compiling anyhow v1.0.93 |
| 590 | 2024-11-21T18:23:06.233Z | Compiling slog-async v2.8.0 |
| 591 | 2024-11-21T18:23:06.314Z | Compiling camino v1.1.9 |
| 592 | 2024-11-21T18:23:06.345Z | Checking winnow v0.6.20 |
| 593 | 2024-11-21T18:23:06.529Z | Compiling newtype-uuid v1.1.3 |
| 594 | 2024-11-21T18:23:06.575Z | Checking match_cfg v0.1.0 |
| 595 | 2024-11-21T18:23:06.659Z | Checking hostname v0.3.1 |
| 596 | 2024-11-21T18:23:06.940Z | Checking rand_chacha v0.3.1 |
| 597 | 2024-11-21T18:23:06.990Z | Checking progenitor-client v0.8.0 |
| 598 | 2024-11-21T18:23:07.304Z | Checking digest v0.10.7 |
| 599 | 2024-11-21T18:23:07.327Z | Checking crossbeam-channel v0.5.13 |
| 600 | 2024-11-21T18:23:07.683Z | Checking term v0.7.0 |
| 601 | 2024-11-21T18:23:07.853Z | Compiling structmeta v0.3.0 |
| 602 | 2024-11-21T18:23:08.258Z | Checking slog-json v2.6.1 |
| 603 | 2024-11-21T18:23:08.512Z | Compiling usdt-macro v0.5.0 |
| 604 | 2024-11-21T18:23:08.900Z | Compiling usdt-attr-macro v0.5.0 |
| 605 | 2024-11-21T18:23:09.129Z | Checking futures-executor v0.3.31 |
| 606 | 2024-11-21T18:23:09.138Z | Compiling async-stream-impl v0.3.6 |
| 607 | 2024-11-21T18:23:09.325Z | Checking memmap v0.7.0 |
| 608 | 2024-11-21T18:23:09.394Z | Checking toml_edit v0.22.22 |
| 609 | 2024-11-21T18:23:09.544Z | Checking is-terminal v0.4.13 |
| 610 | 2024-11-21T18:23:09.663Z | Compiling dropshot v0.13.0 |
| 611 | 2024-11-21T18:23:09.692Z | Compiling darling_macro v0.20.10 |
| 612 | 2024-11-21T18:23:09.776Z | Checking take_mut v0.2.2 |
| 613 | 2024-11-21T18:23:09.921Z | Checking cpufeatures v0.2.14 |
| 614 | 2024-11-21T18:23:10.011Z | Checking sha1 v0.10.6 |
| 615 | 2024-11-21T18:23:10.257Z | Checking slog-term v2.9.1 |
| 616 | 2024-11-21T18:23:10.301Z | Checking usdt v0.5.0 |
| 617 | 2024-11-21T18:23:10.349Z | Checking futures v0.3.31 |
| 618 | 2024-11-21T18:23:10.369Z | Checking async-stream v0.3.6 |
| 619 | 2024-11-21T18:23:10.457Z | Compiling strum_macros v0.26.4 |
| 620 | 2024-11-21T18:23:10.546Z | Checking slog-bunyan v2.5.0 |
| 621 | 2024-11-21T18:23:10.566Z | Compiling parse-display-derive v0.10.0 |
| 622 | 2024-11-21T18:23:10.641Z | Compiling darling v0.20.10 |
| 623 | 2024-11-21T18:23:10.700Z | Checking rand v0.8.5 |
| 624 | 2024-11-21T18:23:10.755Z | Compiling serde_with_macros v3.11.0 |
| 625 | 2024-11-21T18:23:11.719Z | Checking tokio-rustls v0.25.0 |
| 626 | 2024-11-21T18:23:11.977Z | Checking toml v0.8.19 |
| 627 | 2024-11-21T18:23:12.089Z | Checking ipnetwork v0.20.0 |
| 628 | 2024-11-21T18:23:12.144Z | Compiling dropshot_endpoint v0.13.0 |
| 629 | 2024-11-21T18:23:12.212Z | Checking serde_path_to_error v0.1.16 |
| 630 | 2024-11-21T18:23:12.439Z | Checking hex v0.4.3 |
| 631 | 2024-11-21T18:23:12.771Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 632 | 2024-11-21T18:23:12.874Z | Compiling async-trait v0.1.83 |
| 633 | 2024-11-21T18:23:12.982Z | Checking waitgroup v0.1.2 |
| 634 | 2024-11-21T18:23:13.087Z | Checking hostname v0.4.0 |
| 635 | 2024-11-21T18:23:13.209Z | Checking instant v0.1.13 |
| 636 | 2024-11-21T18:23:13.336Z | Checking debug-ignore v1.0.5 |
| 637 | 2024-11-21T18:23:13.370Z | Compiling typify-macro v0.2.0 |
| 638 | 2024-11-21T18:23:13.383Z | Checking serde_with v3.11.0 |
| 639 | 2024-11-21T18:23:13.458Z | Checking backoff v0.4.0 |
| 640 | 2024-11-21T18:23:13.518Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 641 | 2024-11-21T18:23:13.647Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 642 | 2024-11-21T18:23:13.728Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 643 | 2024-11-21T18:23:13.791Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 644 | 2024-11-21T18:23:14.064Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 645 | 2024-11-21T18:23:14.186Z | Checking macaddr v1.0.1 |
| 646 | 2024-11-21T18:23:14.412Z | Checking parse-display v0.10.0 |
| 647 | 2024-11-21T18:23:14.518Z | Checking regress v0.9.1 |
| 648 | 2024-11-21T18:23:14.931Z | Checking strum v0.26.3 |
| 649 | 2024-11-21T18:23:16.127Z | Compiling typify v0.2.0 |
| 650 | 2024-11-21T18:23:16.214Z | Compiling progenitor-impl v0.8.0 |
| 651 | 2024-11-21T18:23:18.816Z | Compiling progenitor-macro v0.8.0 |
| 652 | 2024-11-21T18:23:22.945Z | Checking progenitor v0.8.0 |
| 653 | 2024-11-21T18:23:23.072Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 654 | 2024-11-21T18:23:25.977Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 655 | 2024-11-21T18:23:33.463Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 656 | 2024-11-21T18:23:33.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 657 | 2024-11-21T18:23:33.844Z | + cargo build --release |
| 658 | 2024-11-21T18:23:34.115Z | Compiling proc-macro2 v1.0.89 |
| 659 | 2024-11-21T18:23:34.115Z | Compiling unicode-ident v1.0.13 |
| 660 | 2024-11-21T18:23:34.118Z | Compiling libc v0.2.162 |
| 661 | 2024-11-21T18:23:34.118Z | Compiling cfg-if v1.0.0 |
| 662 | 2024-11-21T18:23:34.118Z | Compiling autocfg v1.4.0 |
| 663 | 2024-11-21T18:23:34.118Z | Compiling version_check v0.9.5 |
| 664 | 2024-11-21T18:23:34.118Z | Compiling serde v1.0.215 |
| 665 | 2024-11-21T18:23:34.118Z | Compiling memchr v2.7.4 |
| 666 | 2024-11-21T18:23:34.230Z | Compiling serde_json v1.0.132 |
| 667 | 2024-11-21T18:23:34.309Z | Compiling itoa v1.0.11 |
| 668 | 2024-11-21T18:23:34.543Z | Compiling thiserror v1.0.69 |
| 669 | 2024-11-21T18:23:34.677Z | Compiling once_cell v1.20.2 |
| 670 | 2024-11-21T18:23:34.784Z | Compiling shlex v1.3.0 |
| 671 | 2024-11-21T18:23:34.996Z | Compiling cc v1.1.30 |
| 672 | 2024-11-21T18:23:35.117Z | Compiling num-traits v0.2.19 |
| 673 | 2024-11-21T18:23:35.398Z | Compiling pin-project-lite v0.2.14 |
| 674 | 2024-11-21T18:23:35.507Z | Compiling getrandom v0.2.15 |
| 675 | 2024-11-21T18:23:35.574Z | Compiling smallvec v1.13.2 |
| 676 | 2024-11-21T18:23:35.606Z | Compiling bytes v1.8.0 |
| 677 | 2024-11-21T18:23:35.820Z | Compiling quote v1.0.37 |
| 678 | 2024-11-21T18:23:35.835Z | Compiling ryu v1.0.18 |
| 679 | 2024-11-21T18:23:36.049Z | Compiling futures-core v0.3.31 |
| 680 | 2024-11-21T18:23:36.167Z | Compiling lock_api v0.4.12 |
| 681 | 2024-11-21T18:23:36.287Z | Compiling syn v2.0.87 |
| 682 | 2024-11-21T18:23:36.397Z | Compiling ahash v0.8.11 |
| 683 | 2024-11-21T18:23:36.421Z | Compiling byteorder v1.5.0 |
| 684 | 2024-11-21T18:23:36.455Z | Compiling parking_lot_core v0.9.10 |
| 685 | 2024-11-21T18:23:36.470Z | Compiling schemars v0.8.21 |
| 686 | 2024-11-21T18:23:36.878Z | Compiling scopeguard v1.2.0 |
| 687 | 2024-11-21T18:23:36.942Z | Compiling slab v0.4.9 |
| 688 | 2024-11-21T18:23:37.016Z | Compiling log v0.4.22 |
| 689 | 2024-11-21T18:23:37.279Z | Compiling futures-sink v0.3.31 |
| 690 | 2024-11-21T18:23:37.421Z | Compiling mio v1.0.2 |
| 691 | 2024-11-21T18:23:37.427Z | Compiling signal-hook-registry v1.4.2 |
| 692 | 2024-11-21T18:23:37.454Z | Compiling parking_lot v0.12.3 |
| 693 | 2024-11-21T18:23:37.494Z | Compiling socket2 v0.5.7 |
| 694 | 2024-11-21T18:23:37.509Z | Compiling stable_deref_trait v1.2.0 |
| 695 | 2024-11-21T18:23:37.606Z | Compiling semver v1.0.23 |
| 696 | 2024-11-21T18:23:37.948Z | Compiling ring v0.17.8 |
| 697 | 2024-11-21T18:23:37.987Z | Compiling hashbrown v0.15.0 |
| 698 | 2024-11-21T18:23:38.088Z | Compiling fnv v1.0.7 |
| 699 | 2024-11-21T18:23:38.204Z | Compiling equivalent v1.0.1 |
| 700 | 2024-11-21T18:23:38.301Z | Compiling http v1.1.0 |
| 701 | 2024-11-21T18:23:38.964Z | Compiling futures-channel v0.3.31 |
| 702 | 2024-11-21T18:23:39.085Z | Compiling futures-io v0.3.31 |
| 703 | 2024-11-21T18:23:39.150Z | Compiling futures-task v0.3.31 |
| 704 | 2024-11-21T18:23:39.414Z | Compiling pin-utils v0.1.0 |
| 705 | 2024-11-21T18:23:39.420Z | Compiling pkg-config v0.3.31 |
| 706 | 2024-11-21T18:23:39.420Z | Compiling rustls-pki-types v1.9.0 |
| 707 | 2024-11-21T18:23:39.483Z | Compiling vcpkg v0.2.15 |
| 708 | 2024-11-21T18:23:39.493Z | Compiling heck v0.5.0 |
| 709 | 2024-11-21T18:23:39.605Z | Compiling spin v0.9.8 |
| 710 | 2024-11-21T18:23:40.511Z | Compiling writeable v0.5.5 |
| 711 | 2024-11-21T18:23:40.555Z | Compiling ucd-trie v0.1.7 |
| 712 | 2024-11-21T18:23:41.016Z | Compiling untrusted v0.9.0 |
| 713 | 2024-11-21T18:23:41.128Z | Compiling openssl-sys v0.9.103 |
| 714 | 2024-11-21T18:23:41.198Z | Compiling litemap v0.7.3 |
| 715 | 2024-11-21T18:23:41.212Z | Compiling iana-time-zone v0.1.61 |
| 716 | 2024-11-21T18:23:41.631Z | Compiling httparse v1.9.5 |
| 717 | 2024-11-21T18:23:41.904Z | Compiling tracing-core v0.1.32 |
| 718 | 2024-11-21T18:23:42.172Z | Compiling allocator-api2 v0.2.18 |
| 719 | 2024-11-21T18:23:42.338Z | Compiling dyn-clone v1.0.17 |
| 720 | 2024-11-21T18:23:42.361Z | Compiling atomic-waker v1.1.2 |
| 721 | 2024-11-21T18:23:42.908Z | Compiling tracing v0.1.40 |
| 722 | 2024-11-21T18:23:42.955Z | Compiling http-body v1.0.1 |
| 723 | 2024-11-21T18:23:43.190Z | Compiling uuid v1.11.0 |
| 724 | 2024-11-21T18:23:43.454Z | Compiling chrono v0.4.38 |
| 725 | 2024-11-21T18:23:43.529Z | Compiling zeroize v1.8.1 |
| 726 | 2024-11-21T18:23:43.730Z | Compiling try-lock v0.2.5 |
| 727 | 2024-11-21T18:23:43.855Z | Compiling synstructure v0.13.1 |
| 728 | 2024-11-21T18:23:43.863Z | Compiling serde_derive_internals v0.29.1 |
| 729 | 2024-11-21T18:23:43.872Z | Compiling icu_locid_transform_data v1.5.0 |
| 730 | 2024-11-21T18:23:43.969Z | Compiling subtle v2.6.1 |
| 731 | 2024-11-21T18:23:44.181Z | Compiling want v0.3.1 |
| 732 | 2024-11-21T18:23:44.520Z | Compiling slog v2.7.0 |
| 733 | 2024-11-21T18:23:44.991Z | Compiling foreign-types-shared v0.1.1 |
| 734 | 2024-11-21T18:23:45.088Z | Compiling icu_properties_data v1.5.0 |
| 735 | 2024-11-21T18:23:45.330Z | Compiling httpdate v1.0.3 |
| 736 | 2024-11-21T18:23:45.452Z | Compiling openssl v0.10.66 |
| 737 | 2024-11-21T18:23:45.582Z | Compiling foreign-types v0.3.2 |
| 738 | 2024-11-21T18:23:46.074Z | Compiling aho-corasick v1.1.3 |
| 739 | 2024-11-21T18:23:46.089Z | Compiling tower-service v0.3.3 |
| 740 | 2024-11-21T18:23:46.200Z | Compiling write16 v1.0.0 |
| 741 | 2024-11-21T18:23:46.320Z | Compiling rustls v0.23.14 |
| 742 | 2024-11-21T18:23:46.327Z | Compiling native-tls v0.2.12 |
| 743 | 2024-11-21T18:23:46.612Z | Compiling icu_normalizer_data v1.5.0 |
| 744 | 2024-11-21T18:23:46.678Z | Compiling utf8_iter v1.0.4 |
| 745 | 2024-11-21T18:23:46.699Z | Compiling percent-encoding v2.3.1 |
| 746 | 2024-11-21T18:23:46.942Z | Compiling regex-syntax v0.8.5 |
| 747 | 2024-11-21T18:23:47.157Z | Compiling bitflags v2.6.0 |
| 748 | 2024-11-21T18:23:47.494Z | Compiling typenum v1.17.0 |
| 749 | 2024-11-21T18:23:48.117Z | Compiling utf16_iter v1.0.5 |
| 750 | 2024-11-21T18:23:48.173Z | Compiling form_urlencoded v1.2.1 |
| 751 | 2024-11-21T18:23:48.614Z | Compiling generic-array v0.14.7 |
| 752 | 2024-11-21T18:23:48.647Z | Compiling openssl-probe v0.1.5 |
| 753 | 2024-11-21T18:23:49.507Z | Compiling serde_derive v1.0.215 |
| 754 | 2024-11-21T18:23:50.037Z | Compiling zerocopy-derive v0.7.35 |
| 755 | 2024-11-21T18:23:50.291Z | Compiling thiserror-impl v1.0.69 |
| 756 | 2024-11-21T18:23:50.461Z | Compiling schemars_derive v0.8.21 |
| 757 | 2024-11-21T18:23:50.892Z | Compiling zerofrom-derive v0.1.4 |
| 758 | 2024-11-21T18:23:51.991Z | Compiling zerocopy v0.7.35 |
| 759 | 2024-11-21T18:23:53.330Z | Compiling yoke-derive v0.7.4 |
| 760 | 2024-11-21T18:23:53.472Z | Compiling tokio-macros v2.4.0 |
| 761 | 2024-11-21T18:23:53.593Z | Compiling zerovec-derive v0.10.3 |
| 762 | 2024-11-21T18:23:54.447Z | Compiling zerofrom v0.1.4 |
| 763 | 2024-11-21T18:23:54.606Z | Compiling futures-macro v0.3.31 |
| 764 | 2024-11-21T18:23:54.679Z | Compiling displaydoc v0.2.5 |
| 765 | 2024-11-21T18:23:55.045Z | Compiling tokio v1.40.0 |
| 766 | 2024-11-21T18:23:56.101Z | Compiling yoke v0.7.4 |
| 767 | 2024-11-21T18:23:56.286Z | Compiling pest v2.7.14 |
| 768 | 2024-11-21T18:23:56.457Z | Compiling zerovec v0.10.4 |
| 769 | 2024-11-21T18:23:56.484Z | Compiling futures-util v0.3.31 |
| 770 | 2024-11-21T18:23:56.696Z | Compiling icu_provider_macros v1.5.0 |
| 771 | 2024-11-21T18:23:56.882Z | Compiling hashbrown v0.14.5 |
| 772 | 2024-11-21T18:23:58.219Z | Compiling rustls-webpki v0.102.8 |
| 773 | 2024-11-21T18:23:59.181Z | Compiling tinystr v0.7.6 |
| 774 | 2024-11-21T18:23:59.470Z | Compiling pest_meta v2.7.14 |
| 775 | 2024-11-21T18:23:59.642Z | Compiling icu_locid v1.5.0 |
| 776 | 2024-11-21T18:24:02.854Z | Compiling icu_provider v1.5.0 |
| 777 | 2024-11-21T18:24:03.589Z | Compiling indexmap v2.6.0 |
| 778 | 2024-11-21T18:24:05.156Z | Compiling serde_tokenstream v0.2.2 |
| 779 | 2024-11-21T18:24:06.063Z | Compiling tokio-util v0.7.12 |
| 780 | 2024-11-21T18:24:07.188Z | Compiling h2 v0.4.6 |
| 781 | 2024-11-21T18:24:08.331Z | Compiling icu_locid_transform v1.5.0 |
| 782 | 2024-11-21T18:24:10.063Z | Compiling pest_generator v2.7.14 |
| 783 | 2024-11-21T18:24:10.359Z | Compiling icu_collections v1.5.0 |
| 784 | 2024-11-21T18:24:11.777Z | Compiling regress v0.10.1 |
| 785 | 2024-11-21T18:24:12.381Z | Compiling pest_derive v2.7.14 |
| 786 | 2024-11-21T18:24:13.059Z | Compiling hyper v1.5.0 |
| 787 | 2024-11-21T18:24:13.256Z | Compiling icu_properties v1.5.1 |
| 788 | 2024-11-21T18:24:14.796Z | Compiling openssl-macros v0.1.1 |
| 789 | 2024-11-21T18:24:15.592Z | Compiling typify-impl v0.2.0 |
| 790 | 2024-11-21T18:24:16.424Z | Compiling hyper-util v0.1.10 |
| 791 | 2024-11-21T18:24:19.374Z | Compiling icu_normalizer v1.5.0 |
| 792 | 2024-11-21T18:24:23.352Z | Compiling regex-automata v0.4.8 |
| 793 | 2024-11-21T18:24:23.983Z | Compiling idna_adapter v1.2.0 |
| 794 | 2024-11-21T18:24:24.709Z | Compiling http-body-util v0.1.2 |
| 795 | 2024-11-21T18:24:25.286Z | Compiling scroll_derive v0.12.0 |
| 796 | 2024-11-21T18:24:25.660Z | Compiling usdt-impl v0.5.0 |
| 797 | 2024-11-21T18:24:26.044Z | Compiling encoding_rs v0.8.34 |
| 798 | 2024-11-21T18:24:27.647Z | Compiling typify-macro v0.2.0 |
| 799 | 2024-11-21T18:24:27.799Z | Compiling regex v1.11.1 |
| 800 | 2024-11-21T18:24:28.820Z | Compiling powerfmt v0.2.0 |
| 801 | 2024-11-21T18:24:29.285Z | Compiling num-conv v0.1.0 |
| 802 | 2024-11-21T18:24:31.209Z | Compiling time-core v0.1.2 |
| 803 | 2024-11-21T18:24:31.378Z | Compiling mime v0.3.17 |
| 804 | 2024-11-21T18:24:31.453Z | Compiling time-macros v0.2.18 |
| 805 | 2024-11-21T18:24:32.504Z | Compiling tokio-rustls v0.26.0 |
| 806 | 2024-11-21T18:24:32.991Z | Compiling deranged v0.3.11 |
| 807 | 2024-11-21T18:24:34.546Z | Compiling tokio-native-tls v0.3.1 |
| 808 | 2024-11-21T18:24:34.832Z | Compiling scroll v0.12.0 |
| 809 | 2024-11-21T18:24:35.442Z | Compiling idna v1.0.3 |
| 810 | 2024-11-21T18:24:36.868Z | Compiling dtrace-parser v0.2.0 |
| 811 | 2024-11-21T18:24:38.612Z | Compiling dof v0.3.0 |
| 812 | 2024-11-21T18:24:39.508Z | Compiling serde_urlencoded v0.7.1 |
| 813 | 2024-11-21T18:24:40.209Z | Compiling thread-id v4.2.2 |
| 814 | 2024-11-21T18:24:40.306Z | Compiling rustls-pemfile v2.2.0 |
| 815 | 2024-11-21T18:24:40.750Z | Compiling webpki-roots v0.26.6 |
| 816 | 2024-11-21T18:24:41.145Z | Compiling base64 v0.22.1 |
| 817 | 2024-11-21T18:24:41.301Z | Compiling num_threads v0.1.7 |
| 818 | 2024-11-21T18:24:41.591Z | Compiling crossbeam-utils v0.8.20 |
| 819 | 2024-11-21T18:24:42.228Z | Compiling plain v0.2.3 |
| 820 | 2024-11-21T18:24:42.553Z | Compiling omicron-workspace-hack v0.1.0 |
| 821 | 2024-11-21T18:24:42.850Z | Compiling strsim v0.11.1 |
| 822 | 2024-11-21T18:24:43.312Z | Compiling ident_case v1.0.1 |
| 823 | 2024-11-21T18:24:43.475Z | Compiling darling_core v0.20.10 |
| 824 | 2024-11-21T18:24:44.110Z | Compiling time v0.3.36 |
| 825 | 2024-11-21T18:24:45.852Z | Compiling goblin v0.8.2 |
| 826 | 2024-11-21T18:24:49.719Z | Compiling hyper-rustls v0.27.3 |
| 827 | 2024-11-21T18:24:52.613Z | Compiling url v2.5.3 |
| 828 | 2024-11-21T18:24:52.895Z | Compiling hyper-tls v0.6.0 |
| 829 | 2024-11-21T18:24:53.397Z | Compiling typify v0.2.0 |
| 830 | 2024-11-21T18:24:53.517Z | Compiling openapiv3 v2.0.0 |
| 831 | 2024-11-21T18:24:55.080Z | Compiling sync_wrapper v1.0.1 |
| 832 | 2024-11-21T18:24:55.223Z | Compiling dirs-sys-next v0.1.2 |
| 833 | 2024-11-21T18:24:56.687Z | Compiling pretty-hex v0.4.1 |
| 834 | 2024-11-21T18:24:56.907Z | Compiling unsafe-libyaml v0.2.11 |
| 835 | 2024-11-21T18:24:57.766Z | Compiling paste v1.0.15 |
| 836 | 2024-11-21T18:24:58.263Z | Compiling rustls v0.22.4 |
| 837 | 2024-11-21T18:24:58.459Z | Compiling rustversion v1.0.17 |
| 838 | 2024-11-21T18:24:58.575Z | Compiling ipnet v2.10.1 |
| 839 | 2024-11-21T18:24:58.695Z | Compiling serde_yaml v0.9.34+deprecated |
| 840 | 2024-11-21T18:24:59.149Z | Compiling reqwest v0.12.9 |
| 841 | 2024-11-21T18:25:00.071Z | Compiling progenitor-impl v0.8.0 |
| 842 | 2024-11-21T18:25:02.609Z | Compiling dirs-next v2.0.0 |
| 843 | 2024-11-21T18:25:04.508Z | Compiling darling_macro v0.20.10 |
| 844 | 2024-11-21T18:25:07.018Z | Compiling block-buffer v0.10.4 |
| 845 | 2024-11-21T18:25:07.247Z | Compiling crypto-common v0.1.6 |
| 846 | 2024-11-21T18:25:07.309Z | Compiling toml_datetime v0.6.8 |
| 847 | 2024-11-21T18:25:07.451Z | Compiling serde_spanned v0.6.8 |
| 848 | 2024-11-21T18:25:07.692Z | Compiling ppv-lite86 v0.2.20 |
| 849 | 2024-11-21T18:25:07.992Z | Compiling structmeta-derive v0.3.0 |
| 850 | 2024-11-21T18:25:08.083Z | Compiling rand_core v0.6.4 |
| 851 | 2024-11-21T18:25:08.640Z | Compiling thread_local v1.1.8 |
| 852 | 2024-11-21T18:25:08.662Z | Compiling multer v3.1.0 |
| 853 | 2024-11-21T18:25:08.986Z | Compiling winnow v0.6.20 |
| 854 | 2024-11-21T18:25:09.292Z | Compiling slog-async v2.8.0 |
| 855 | 2024-11-21T18:25:09.351Z | Compiling match_cfg v0.1.0 |
| 856 | 2024-11-21T18:25:09.433Z | Compiling anyhow v1.0.93 |
| 857 | 2024-11-21T18:25:09.777Z | Compiling camino v1.1.9 |
| 858 | 2024-11-21T18:25:10.010Z | Compiling newtype-uuid v1.1.3 |
| 859 | 2024-11-21T18:25:10.379Z | Compiling hostname v0.3.1 |
| 860 | 2024-11-21T18:25:10.501Z | Compiling rand_chacha v0.3.1 |
| 861 | 2024-11-21T18:25:10.569Z | Compiling digest v0.10.7 |
| 862 | 2024-11-21T18:25:10.663Z | Compiling structmeta v0.3.0 |
| 863 | 2024-11-21T18:25:10.969Z | Compiling progenitor-macro v0.8.0 |
| 864 | 2024-11-21T18:25:11.019Z | Compiling crossbeam-channel v0.5.13 |
| 865 | 2024-11-21T18:25:12.269Z | Compiling darling v0.20.10 |
| 866 | 2024-11-21T18:25:12.376Z | Compiling term v0.7.0 |
| 867 | 2024-11-21T18:25:12.572Z | Compiling progenitor-client v0.8.0 |
| 868 | 2024-11-21T18:25:13.406Z | Compiling toml_edit v0.22.22 |
| 869 | 2024-11-21T18:25:16.984Z | Compiling usdt-macro v0.5.0 |
| 870 | 2024-11-21T18:25:18.309Z | Compiling usdt-attr-macro v0.5.0 |
| 871 | 2024-11-21T18:25:19.806Z | Compiling slog-json v2.6.1 |
| 872 | 2024-11-21T18:25:20.293Z | Compiling futures-executor v0.3.31 |
| 873 | 2024-11-21T18:25:21.482Z | Compiling async-stream-impl v0.3.6 |
| 874 | 2024-11-21T18:25:21.701Z | Compiling is-terminal v0.4.13 |
| 875 | 2024-11-21T18:25:21.826Z | Compiling memmap v0.7.0 |
| 876 | 2024-11-21T18:25:22.275Z | Compiling dropshot v0.13.0 |
| 877 | 2024-11-21T18:25:22.585Z | Compiling take_mut v0.2.2 |
| 878 | 2024-11-21T18:25:22.741Z | Compiling cpufeatures v0.2.14 |
| 879 | 2024-11-21T18:25:22.787Z | Compiling async-stream v0.3.6 |
| 880 | 2024-11-21T18:25:22.827Z | Compiling sha1 v0.10.6 |
| 881 | 2024-11-21T18:25:23.626Z | Compiling usdt v0.5.0 |
| 882 | 2024-11-21T18:25:23.904Z | Compiling progenitor v0.8.0 |
| 883 | 2024-11-21T18:25:24.136Z | Compiling slog-term v2.9.1 |
| 884 | 2024-11-21T18:25:25.245Z | Compiling tokio-rustls v0.25.0 |
| 885 | 2024-11-21T18:25:25.687Z | Compiling futures v0.3.31 |
| 886 | 2024-11-21T18:25:25.887Z | Compiling slog-bunyan v2.5.0 |
| 887 | 2024-11-21T18:25:26.163Z | Compiling toml v0.8.19 |
| 888 | 2024-11-21T18:25:26.515Z | Compiling strum_macros v0.26.4 |
| 889 | 2024-11-21T18:25:27.137Z | Compiling serde_with_macros v3.11.0 |
| 890 | 2024-11-21T18:25:29.869Z | Compiling parse-display-derive v0.10.0 |
| 891 | 2024-11-21T18:25:31.176Z | Compiling rand v0.8.5 |
| 892 | 2024-11-21T18:25:34.972Z | Compiling ipnetwork v0.20.0 |
| 893 | 2024-11-21T18:25:35.233Z | Compiling dropshot_endpoint v0.13.0 |
| 894 | 2024-11-21T18:25:36.393Z | Compiling serde_path_to_error v0.1.16 |
| 895 | 2024-11-21T18:25:36.466Z | Compiling hex v0.4.3 |
| 896 | 2024-11-21T18:25:37.178Z | Compiling async-trait v0.1.83 |
| 897 | 2024-11-21T18:25:37.425Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 898 | 2024-11-21T18:25:38.266Z | Compiling waitgroup v0.1.2 |
| 899 | 2024-11-21T18:25:38.495Z | Compiling hostname v0.4.0 |
| 900 | 2024-11-21T18:25:38.734Z | Compiling instant v0.1.13 |
| 901 | 2024-11-21T18:25:38.885Z | Compiling debug-ignore v1.0.5 |
| 902 | 2024-11-21T18:25:39.013Z | Compiling backoff v0.4.0 |
| 903 | 2024-11-21T18:25:39.351Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 904 | 2024-11-21T18:25:39.536Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 905 | 2024-11-21T18:25:39.577Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 906 | 2024-11-21T18:25:39.780Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 907 | 2024-11-21T18:25:40.027Z | Compiling parse-display v0.10.0 |
| 908 | 2024-11-21T18:25:40.375Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 909 | 2024-11-21T18:25:42.230Z | Compiling strum v0.26.3 |
| 910 | 2024-11-21T18:25:42.412Z | Compiling serde_with v3.11.0 |
| 911 | 2024-11-21T18:25:43.328Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 912 | 2024-11-21T18:25:44.162Z | Compiling regress v0.9.1 |
| 913 | 2024-11-21T18:25:44.549Z | Compiling macaddr v1.0.1 |
| 914 | 2024-11-21T18:25:50.768Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 915 | 2024-11-21T18:26:00.752Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 916 | 2024-11-21T18:26:10.543Z | Finished `release` profile [optimized] target(s) in 2m 36s |
| 917 | 2024-11-21T18:26:10.607Z | process exited: duration 236245 ms, exit code 0 |
| |
| 918 | 2024-11-21T18:26:10.613Z | found 0 output files |