|
|
|
1 | 2025-01-22T04:21:08.768Z | job assigned to worker 01JJ63TJF1R5JWVR8M7NM1V5HA [factory aws, i-012cc9473c91eb523] (queued for 57 s) |
|
2 | 2025-01-22T04:21:16.170Z | starting task 0: "setup" |
3 | 2025-01-22T04:21:16.183Z | ++ uname -s |
4 | 2025-01-22T04:21:16.186Z | + kern=SunOS |
5 | 2025-01-22T04:21:16.186Z | + case "$kern" in |
6 | 2025-01-22T04:21:16.186Z | + groupadd -g 12345 build |
7 | 2025-01-22T04:21:16.188Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T04:21:18.196Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T04:21:18.309Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T04:21:18.311Z | + home_fs=zfs |
11 | 2025-01-22T04:21:18.311Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T04:21:18.312Z | + mkdir -p /home/build |
13 | 2025-01-22T04:21:18.314Z | + chown build:build /home/build /work |
14 | 2025-01-22T04:21:20.317Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T04:21:20.320Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2025-01-22T04:21:20.325Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T04:21:20.331Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T04:21:20.331Z | ' 1.84.0 |
19 | 2025-01-22T04:21:20.331Z | * toolchain channel = "1.84.0" |
20 | 2025-01-22T04:21:20.331Z | * toolchain profile = "default" |
21 | 2025-01-22T04:21:20.331Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-22T04:21:20.331Z | ' default |
23 | 2025-01-22T04:21:20.334Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T04:21:20.334Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T04:21:20.443Z | info: downloading installer |
26 | 2025-01-22T04:21:21.780Z | info: profile set to 'default' |
27 | 2025-01-22T04:21:21.780Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T04:21:21.784Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T04:21:21.955Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T04:21:21.955Z | info: downloading component 'cargo' |
31 | 2025-01-22T04:21:23.007Z | info: downloading component 'clippy' |
32 | 2025-01-22T04:21:23.414Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T04:21:24.841Z | info: downloading component 'rust-std' |
34 | 2025-01-22T04:21:26.958Z | info: downloading component 'rustc' |
35 | 2025-01-22T04:21:35.073Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T04:21:35.379Z | info: installing component 'cargo' |
37 | 2025-01-22T04:21:36.228Z | info: installing component 'clippy' |
38 | 2025-01-22T04:21:36.607Z | info: installing component 'rust-docs' |
39 | 2025-01-22T04:21:38.342Z | info: installing component 'rust-std' |
40 | 2025-01-22T04:21:40.047Z | info: installing component 'rustc' |
41 | 2025-01-22T04:21:46.101Z | info: installing component 'rustfmt' |
42 | 2025-01-22T04:21:46.429Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T04:21:46.429Z | |
44 | 2025-01-22T04:21:46.819Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T04:21:46.819Z | |
46 | 2025-01-22T04:21:46.822Z | |
47 | 2025-01-22T04:21:46.822Z | Rust is installed now. Great! |
48 | 2025-01-22T04:21:46.822Z | |
49 | 2025-01-22T04:21:46.822Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T04:21:46.822Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T04:21:46.822Z | |
52 | 2025-01-22T04:21:46.822Z | To configure your current shell, you need to source |
53 | 2025-01-22T04:21:46.822Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T04:21:46.822Z | |
55 | 2025-01-22T04:21:46.822Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T04:21:46.822Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T04:21:46.822Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T04:21:46.897Z | + rustc --version |
59 | 2025-01-22T04:21:46.962Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T04:21:46.965Z | process exited: duration 26639 ms, exit code 0 |
|
61 | 2025-01-22T04:21:46.971Z | starting task 2: "authentication" |
62 | 2025-01-22T04:21:46.993Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-22T04:21:46.999Z | starting task 3: "clone repository" |
64 | 2025-01-22T04:21:47.004Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T04:21:47.006Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T04:21:47.049Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T04:21:54.943Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T04:21:54.945Z | + git fetch origin 71ad6243cc31335f551c80d5b0c530c169017d63 |
69 | 2025-01-22T04:21:55.222Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T04:21:55.223Z | * branch 71ad6243cc31335f551c80d5b0c530c169017d63 -> FETCH_HEAD |
71 | 2025-01-22T04:21:55.233Z | + [[ -n renovate/bytes-1.x ]] |
72 | 2025-01-22T04:21:55.235Z | ++ git branch --show-current |
73 | 2025-01-22T04:21:55.238Z | + current=main |
74 | 2025-01-22T04:21:55.238Z | + [[ main != renovate/bytes-1.x ]] |
75 | 2025-01-22T04:21:55.238Z | + git branch -f renovate/bytes-1.x 71ad6243cc31335f551c80d5b0c530c169017d63 |
76 | 2025-01-22T04:21:55.241Z | + git checkout -f renovate/bytes-1.x |
77 | 2025-01-22T04:21:55.349Z | Switched to branch 'renovate/bytes-1.x' |
78 | 2025-01-22T04:21:55.352Z | + git reset --hard 71ad6243cc31335f551c80d5b0c530c169017d63 |
79 | 2025-01-22T04:21:55.456Z | HEAD is now at 71ad6243c Update Rust crate bytes to 1.9.0 |
80 | 2025-01-22T04:21:55.458Z | process exited: duration 8457 ms, exit code 0 |
|
81 | 2025-01-22T04:21:55.464Z | starting task 4: "build" |
82 | 2025-01-22T04:21:55.469Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T04:21:55.469Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T04:21:55.472Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T04:21:55.472Z | + cargo --version |
86 | 2025-01-22T04:21:55.531Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T04:21:55.534Z | + rustc --version |
88 | 2025-01-22T04:21:55.595Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T04:21:55.597Z | + cd /tmp |
90 | 2025-01-22T04:21:55.597Z | + cargo new --lib test-project |
91 | 2025-01-22T04:21:55.655Z | Creating library `test-project` package |
92 | 2025-01-22T04:21:55.733Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-22T04:21:55.736Z | + cd test-project |
94 | 2025-01-22T04:21:55.736Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-22T04:21:55.796Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-22T04:21:55.798Z | Features: |
97 | 2025-01-22T04:21:55.798Z | - proptest |
98 | 2025-01-22T04:21:55.798Z | - test-strategy |
99 | 2025-01-22T04:21:55.798Z | - testing |
100 | 2025-01-22T04:21:55.798Z | Updating crates.io index |
101 | 2025-01-22T04:21:55.863Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-22T04:21:56.350Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-22T04:21:56.874Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-22T04:21:57.336Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-22T04:21:57.715Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-22T04:21:59.194Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-22T04:21:59.392Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-22T04:21:59.395Z | + cargo check |
109 | 2025-01-22T04:21:59.535Z | Updating crates.io index |
110 | 2025-01-22T04:22:00.424Z | Locking 1 package to latest compatible version |
111 | 2025-01-22T04:22:00.424Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-22T04:22:00.450Z | Downloading crates ... |
113 | 2025-01-22T04:22:00.534Z | Downloaded bytes v1.9.0 |
114 | 2025-01-22T04:22:00.551Z | Downloaded take_mut v0.2.2 |
115 | 2025-01-22T04:22:00.554Z | Downloaded time-core v0.1.2 |
116 | 2025-01-22T04:22:00.554Z | Downloaded match_cfg v0.1.0 |
117 | 2025-01-22T04:22:00.556Z | Downloaded icu_provider_macros v1.5.0 |
118 | 2025-01-22T04:22:00.556Z | Downloaded async-stream-impl v0.3.6 |
119 | 2025-01-22T04:22:00.559Z | Downloaded foreign-types-shared v0.1.1 |
120 | 2025-01-22T04:22:00.559Z | Downloaded darling_macro v0.20.10 |
121 | 2025-01-22T04:22:00.562Z | Downloaded byteorder v1.5.0 |
122 | 2025-01-22T04:22:00.564Z | Downloaded tinyvec_macros v0.1.1 |
123 | 2025-01-22T04:22:00.564Z | Downloaded term v0.7.0 |
124 | 2025-01-22T04:22:00.567Z | Downloaded form_urlencoded v1.2.1 |
125 | 2025-01-22T04:22:00.570Z | Downloaded heck v0.5.0 |
126 | 2025-01-22T04:22:00.570Z | Downloaded futures-sink v0.3.31 |
127 | 2025-01-22T04:22:00.573Z | Downloaded block-buffer v0.10.4 |
128 | 2025-01-22T04:22:00.573Z | Downloaded crypto-common v0.1.6 |
129 | 2025-01-22T04:22:00.576Z | Downloaded tinyvec v1.8.0 |
130 | 2025-01-22T04:22:00.576Z | Downloaded instant v0.1.13 |
131 | 2025-01-22T04:22:00.579Z | Downloaded http-body v1.0.1 |
132 | 2025-01-22T04:22:00.581Z | Downloaded want v0.3.1 |
133 | 2025-01-22T04:22:00.581Z | Downloaded displaydoc v0.2.5 |
134 | 2025-01-22T04:22:00.585Z | Downloaded zerofrom v0.1.4 |
135 | 2025-01-22T04:22:00.588Z | Downloaded hostname v0.3.1 |
136 | 2025-01-22T04:22:00.591Z | Downloaded hostname v0.4.0 |
137 | 2025-01-22T04:22:00.591Z | Downloaded num_threads v0.1.7 |
138 | 2025-01-22T04:22:00.593Z | Downloaded dirs-next v2.0.0 |
139 | 2025-01-22T04:22:00.593Z | Downloaded autocfg v1.4.0 |
140 | 2025-01-22T04:22:00.596Z | Downloaded openssl-probe v0.1.5 |
141 | 2025-01-22T04:22:00.596Z | Downloaded httpdate v1.0.3 |
142 | 2025-01-22T04:22:00.599Z | Downloaded usdt-attr-macro v0.5.0 |
143 | 2025-01-22T04:22:00.599Z | Downloaded http-body-util v0.1.2 |
144 | 2025-01-22T04:22:00.602Z | Downloaded openssl-macros v0.1.1 |
145 | 2025-01-22T04:22:00.602Z | Downloaded num-conv v0.1.0 |
146 | 2025-01-22T04:22:00.602Z | Downloaded darling v0.20.10 |
147 | 2025-01-22T04:22:00.608Z | Downloaded zeroize v1.8.1 |
148 | 2025-01-22T04:22:00.611Z | Downloaded tokio-native-tls v0.3.1 |
149 | 2025-01-22T04:22:00.611Z | Downloaded macaddr v1.0.1 |
150 | 2025-01-22T04:22:00.614Z | Downloaded generic-array v0.14.7 |
151 | 2025-01-22T04:22:00.617Z | Downloaded debug-ignore v1.0.5 |
152 | 2025-01-22T04:22:00.617Z | Downloaded thiserror v1.0.69 |
153 | 2025-01-22T04:22:00.622Z | Downloaded progenitor-client v0.9.1 |
154 | 2025-01-22T04:22:00.625Z | Downloaded omicron-workspace-hack v0.1.0 |
155 | 2025-01-22T04:22:00.625Z | Downloaded ipnetwork v0.20.0 |
156 | 2025-01-22T04:22:00.628Z | Downloaded pretty-hex v0.4.1 |
157 | 2025-01-22T04:22:00.628Z | Downloaded yoke-derive v0.7.4 |
158 | 2025-01-22T04:22:00.628Z | Downloaded progenitor-client v0.8.0 |
159 | 2025-01-22T04:22:00.633Z | Downloaded waitgroup v0.1.2 |
160 | 2025-01-22T04:22:00.633Z | Downloaded usdt-macro v0.5.0 |
161 | 2025-01-22T04:22:00.633Z | Downloaded idna_adapter v1.2.0 |
162 | 2025-01-22T04:22:00.633Z | Downloaded futures-io v0.3.31 |
163 | 2025-01-22T04:22:00.636Z | Downloaded dyn-clone v1.0.17 |
164 | 2025-01-22T04:22:00.636Z | Downloaded hyper-tls v0.6.0 |
165 | 2025-01-22T04:22:00.636Z | Downloaded pkg-config v0.3.31 |
166 | 2025-01-22T04:22:00.640Z | Downloaded powerfmt v0.2.0 |
167 | 2025-01-22T04:22:00.640Z | Downloaded hex v0.4.3 |
168 | 2025-01-22T04:22:00.643Z | Downloaded httparse v1.9.5 |
169 | 2025-01-22T04:22:00.643Z | Downloaded percent-encoding v2.3.1 |
170 | 2025-01-22T04:22:00.646Z | Downloaded getrandom v0.2.15 |
171 | 2025-01-22T04:22:00.650Z | Downloaded parse-display-derive v0.10.0 |
172 | 2025-01-22T04:22:00.650Z | Downloaded crossbeam-utils v0.8.20 |
173 | 2025-01-22T04:22:00.653Z | Downloaded ahash v0.8.11 |
174 | 2025-01-22T04:22:00.656Z | Downloaded pest_generator v2.7.14 |
175 | 2025-01-22T04:22:00.656Z | Downloaded utf8_iter v1.0.4 |
176 | 2025-01-22T04:22:00.656Z | Downloaded usdt v0.5.0 |
177 | 2025-01-22T04:22:00.659Z | Downloaded thiserror-impl v1.0.69 |
178 | 2025-01-22T04:22:00.659Z | Downloaded backoff v0.4.0 |
179 | 2025-01-22T04:22:00.662Z | Downloaded mime v0.3.17 |
180 | 2025-01-22T04:22:00.662Z | Downloaded pin-utils v0.1.0 |
181 | 2025-01-22T04:22:00.664Z | Downloaded digest v0.10.7 |
182 | 2025-01-22T04:22:00.664Z | Downloaded zerocopy-derive v0.7.35 |
183 | 2025-01-22T04:22:00.668Z | Downloaded is-terminal v0.4.13 |
184 | 2025-01-22T04:22:00.670Z | Downloaded foreign-types v0.3.2 |
185 | 2025-01-22T04:22:00.671Z | Downloaded version_check v0.9.5 |
186 | 2025-01-22T04:22:00.676Z | Downloaded zerovec-derive v0.10.3 |
187 | 2025-01-22T04:22:00.677Z | Downloaded toml_datetime v0.6.8 |
188 | 2025-01-22T04:22:00.681Z | Downloaded futures-executor v0.3.31 |
189 | 2025-01-22T04:22:00.681Z | Downloaded dirs-sys-next v0.1.2 |
190 | 2025-01-22T04:22:00.681Z | Downloaded ppv-lite86 v0.2.20 |
191 | 2025-01-22T04:22:00.681Z | Downloaded scroll_derive v0.12.0 |
192 | 2025-01-22T04:22:00.681Z | Downloaded progenitor v0.8.0 |
193 | 2025-01-22T04:22:00.684Z | Downloaded zerofrom-derive v0.1.4 |
194 | 2025-01-22T04:22:00.684Z | Downloaded cpufeatures v0.2.14 |
195 | 2025-01-22T04:22:00.684Z | Downloaded native-tls v0.2.12 |
196 | 2025-01-22T04:22:00.687Z | Downloaded tokio-rustls v0.26.0 |
197 | 2025-01-22T04:22:00.687Z | Downloaded futures-macro v0.3.31 |
198 | 2025-01-22T04:22:00.689Z | Downloaded tinystr v0.7.6 |
199 | 2025-01-22T04:22:00.689Z | Downloaded time-macros v0.2.18 |
200 | 2025-01-22T04:22:00.692Z | Downloaded pest_derive v2.7.14 |
201 | 2025-01-22T04:22:00.695Z | Downloaded tokio-rustls v0.25.0 |
202 | 2025-01-22T04:22:00.698Z | Downloaded thread_local v1.1.8 |
203 | 2025-01-22T04:22:00.698Z | Downloaded async-stream v0.3.6 |
204 | 2025-01-22T04:22:00.701Z | Downloaded icu_locid_transform v1.5.0 |
205 | 2025-01-22T04:22:00.704Z | Downloaded utf16_iter v1.0.5 |
206 | 2025-01-22T04:22:00.704Z | Downloaded icu_locid_transform_data v1.5.0 |
207 | 2025-01-22T04:22:00.704Z | Downloaded camino v1.1.9 |
208 | 2025-01-22T04:22:00.706Z | Downloaded usdt-impl v0.5.0 |
209 | 2025-01-22T04:22:00.709Z | Downloaded shlex v1.3.0 |
210 | 2025-01-22T04:22:00.709Z | Downloaded serde_spanned v0.6.8 |
211 | 2025-01-22T04:22:00.712Z | Downloaded rand_chacha v0.3.1 |
212 | 2025-01-22T04:22:00.712Z | Downloaded sync_wrapper v1.0.1 |
213 | 2025-01-22T04:22:00.712Z | Downloaded hyper-rustls v0.27.3 |
214 | 2025-01-22T04:22:00.715Z | Downloaded futures v0.3.31 |
215 | 2025-01-22T04:22:00.720Z | Downloaded quinn-udp v0.5.5 |
216 | 2025-01-22T04:22:00.722Z | Downloaded slog-bunyan v2.5.0 |
217 | 2025-01-22T04:22:00.722Z | Downloaded rand_core v0.6.4 |
218 | 2025-01-22T04:22:00.722Z | Downloaded serde_path_to_error v0.1.16 |
219 | 2025-01-22T04:22:00.726Z | Downloaded slog-json v2.6.1 |
220 | 2025-01-22T04:22:00.730Z | Downloaded thiserror v2.0.11 |
221 | 2025-01-22T04:22:00.732Z | Downloaded serde_urlencoded v0.7.1 |
222 | 2025-01-22T04:22:00.732Z | Downloaded yoke v0.7.4 |
223 | 2025-01-22T04:22:00.737Z | Downloaded slog-async v2.8.0 |
224 | 2025-01-22T04:22:00.737Z | Downloaded thread-id v4.2.2 |
225 | 2025-01-22T04:22:00.743Z | Downloaded strsim v0.11.1 |
226 | 2025-01-22T04:22:00.743Z | Downloaded lock_api v0.4.12 |
227 | 2025-01-22T04:22:00.743Z | Downloaded iana-time-zone v0.1.61 |
228 | 2025-01-22T04:22:00.749Z | Downloaded sha1 v0.10.6 |
229 | 2025-01-22T04:22:00.749Z | Downloaded parking_lot v0.12.3 |
230 | 2025-01-22T04:22:00.749Z | Downloaded num-traits v0.2.19 |
231 | 2025-01-22T04:22:00.753Z | Downloaded icu_locid v1.5.0 |
232 | 2025-01-22T04:22:00.757Z | Downloaded typenum v1.17.0 |
233 | 2025-01-22T04:22:00.757Z | Downloaded slab v0.4.9 |
234 | 2025-01-22T04:22:00.759Z | Downloaded signal-hook-registry v1.4.2 |
235 | 2025-01-22T04:22:00.759Z | Downloaded rustc-hash v2.0.0 |
236 | 2025-01-22T04:22:00.759Z | Downloaded subtle v2.6.1 |
237 | 2025-01-22T04:22:00.759Z | Downloaded strum v0.26.3 |
238 | 2025-01-22T04:22:00.763Z | Downloaded icu_provider v1.5.0 |
239 | 2025-01-22T04:22:00.765Z | Downloaded schemars_derive v0.8.21 |
240 | 2025-01-22T04:22:00.765Z | Downloaded unsafe-libyaml v0.2.11 |
241 | 2025-01-22T04:22:00.769Z | Downloaded icu_properties v1.5.1 |
242 | 2025-01-22T04:22:00.772Z | Downloaded serde_tokenstream v0.2.2 |
243 | 2025-01-22T04:22:00.772Z | Downloaded once_cell v1.20.2 |
244 | 2025-01-22T04:22:00.774Z | Downloaded stable_deref_trait v1.2.0 |
245 | 2025-01-22T04:22:00.777Z | Downloaded proc-macro2 v1.0.92 |
246 | 2025-01-22T04:22:00.781Z | Downloaded serde_with_macros v3.11.0 |
247 | 2025-01-22T04:22:00.781Z | Downloaded progenitor-macro v0.8.0 |
248 | 2025-01-22T04:22:00.784Z | Downloaded structmeta-derive v0.3.0 |
249 | 2025-01-22T04:22:00.785Z | Downloaded scopeguard v1.2.0 |
250 | 2025-01-22T04:22:00.785Z | Downloaded ipnet v2.10.1 |
251 | 2025-01-22T04:22:00.785Z | Downloaded serde_derive_internals v0.29.1 |
252 | 2025-01-22T04:22:00.787Z | Downloaded slog-term v2.9.1 |
253 | 2025-01-22T04:22:00.787Z | Downloaded pest_meta v2.7.14 |
254 | 2025-01-22T04:22:00.790Z | Downloaded indexmap v2.7.0 |
255 | 2025-01-22T04:22:00.793Z | Downloaded tower-service v0.3.3 |
256 | 2025-01-22T04:22:00.796Z | Downloaded icu_normalizer_data v1.5.0 |
257 | 2025-01-22T04:22:00.799Z | Downloaded ucd-trie v0.1.7 |
258 | 2025-01-22T04:22:00.799Z | Downloaded semver v1.0.24 |
259 | 2025-01-22T04:22:00.803Z | Downloaded sha2 v0.10.8 |
260 | 2025-01-22T04:22:00.803Z | Downloaded scroll v0.12.0 |
261 | 2025-01-22T04:22:00.806Z | Downloaded strum_macros v0.26.4 |
262 | 2025-01-22T04:22:00.806Z | Downloaded progenitor-impl v0.8.0 |
263 | 2025-01-22T04:22:00.809Z | Downloaded rustls-pki-types v1.10.0 |
264 | 2025-01-22T04:22:00.813Z | Downloaded indexmap v1.9.3 |
265 | 2025-01-22T04:22:00.816Z | Downloaded openssl-sys v0.9.103 |
266 | 2025-01-22T04:22:00.819Z | Downloaded rustls-pemfile v2.2.0 |
267 | 2025-01-22T04:22:00.822Z | Downloaded ryu v1.0.18 |
268 | 2025-01-22T04:22:00.826Z | Downloaded allocator-api2 v0.2.18 |
269 | 2025-01-22T04:22:00.829Z | Downloaded tracing-core v0.1.32 |
270 | 2025-01-22T04:22:00.829Z | Downloaded tracing v0.1.40 |
271 | 2025-01-22T04:22:00.833Z | Downloaded smallvec v1.13.2 |
272 | 2025-01-22T04:22:00.836Z | Downloaded aho-corasick v1.1.3 |
273 | 2025-01-22T04:22:00.839Z | Downloaded plain v0.2.3 |
274 | 2025-01-22T04:22:00.842Z | Downloaded crossbeam-channel v0.5.13 |
275 | 2025-01-22T04:22:00.844Z | Downloaded spin v0.9.8 |
276 | 2025-01-22T04:22:00.847Z | Downloaded socket2 v0.5.7 |
277 | 2025-01-22T04:22:00.850Z | Downloaded structmeta v0.3.0 |
278 | 2025-01-22T04:22:00.850Z | Downloaded hashbrown v0.12.3 |
279 | 2025-01-22T04:22:00.853Z | Downloaded serde v1.0.217 |
280 | 2025-01-22T04:22:00.856Z | Downloaded memchr v2.7.4 |
281 | 2025-01-22T04:22:00.861Z | Downloaded rand v0.8.5 |
282 | 2025-01-22T04:22:00.866Z | Downloaded serde_derive v1.0.217 |
283 | 2025-01-22T04:22:00.874Z | Downloaded quinn v0.11.5 |
284 | 2025-01-22T04:22:00.874Z | Downloaded cc v1.1.30 |
285 | 2025-01-22T04:22:00.874Z | Downloaded slog v2.7.0 |
286 | 2025-01-22T04:22:00.877Z | Downloaded schemars v0.8.21 |
287 | 2025-01-22T04:22:00.887Z | Downloaded toml_edit v0.22.22 |
288 | 2025-01-22T04:22:00.906Z | Downloaded parking_lot_core v0.9.10 |
289 | 2025-01-22T04:22:00.909Z | Downloaded tokio-util v0.7.12 |
290 | 2025-01-22T04:22:00.914Z | Downloaded hyper v1.5.2 |
291 | 2025-01-22T04:22:00.921Z | Downloaded time v0.3.36 |
292 | 2025-01-22T04:22:00.928Z | Downloaded itertools v0.10.5 |
293 | 2025-01-22T04:22:00.932Z | Downloaded hashbrown v0.14.5 |
294 | 2025-01-22T04:22:00.937Z | Downloaded idna v1.0.3 |
295 | 2025-01-22T04:22:00.940Z | Downloaded hashbrown v0.15.1 |
296 | 2025-01-22T04:22:00.946Z | Downloaded pest v2.7.14 |
297 | 2025-01-22T04:22:00.950Z | Downloaded zerovec v0.10.4 |
298 | 2025-01-22T04:22:00.955Z | Downloaded serde_json v1.0.135 |
299 | 2025-01-22T04:22:00.962Z | Downloaded serde_with v3.11.0 |
300 | 2025-01-22T04:22:00.970Z | Downloaded futures-util v0.3.31 |
301 | 2025-01-22T04:22:00.982Z | Downloaded winnow v0.6.20 |
302 | 2025-01-22T04:22:00.988Z | Downloaded quinn-proto v0.11.8 |
303 | 2025-01-22T04:22:00.994Z | Downloaded rustls-webpki v0.102.8 |
304 | 2025-01-22T04:22:01.011Z | Downloaded zerocopy v0.7.35 |
305 | 2025-01-22T04:22:01.025Z | Downloaded syn v1.0.109 |
306 | 2025-01-22T04:22:01.034Z | Downloaded webpki-roots v0.26.6 |
307 | 2025-01-22T04:22:01.037Z | Downloaded reqwest v0.12.9 |
308 | 2025-01-22T04:22:01.045Z | Downloaded regex v1.11.1 |
309 | 2025-01-22T04:22:01.056Z | Downloaded syn v2.0.96 |
310 | 2025-01-22T04:22:01.067Z | Downloaded vcpkg v0.2.15 |
311 | 2025-01-22T04:22:01.102Z | Downloaded dropshot v0.15.1 |
312 | 2025-01-22T04:22:01.121Z | Downloaded rustls v0.23.19 |
313 | 2025-01-22T04:22:01.131Z | Downloaded openssl v0.10.66 |
314 | 2025-01-22T04:22:01.140Z | Downloaded icu_properties_data v1.5.0 |
315 | 2025-01-22T04:22:01.149Z | Downloaded regress v0.9.1 |
316 | 2025-01-22T04:22:01.157Z | Downloaded rustls v0.22.4 |
317 | 2025-01-22T04:22:01.168Z | Downloaded regress v0.10.1 |
318 | 2025-01-22T04:22:01.176Z | Downloaded regex-syntax v0.8.5 |
319 | 2025-01-22T04:22:01.183Z | Downloaded openapiv3 v2.0.0 |
320 | 2025-01-22T04:22:01.195Z | Downloaded chrono v0.4.38 |
321 | 2025-01-22T04:22:01.200Z | Downloaded h2 v0.4.6 |
322 | 2025-01-22T04:22:01.206Z | Downloaded goblin v0.8.2 |
323 | 2025-01-22T04:22:01.211Z | Downloaded mio v1.0.2 |
324 | 2025-01-22T04:22:01.216Z | Downloaded typify-impl v0.2.0 |
325 | 2025-01-22T04:22:01.229Z | Downloaded http v1.2.0 |
326 | 2025-01-22T04:22:01.232Z | Downloaded serde_yaml v0.9.34+deprecated |
327 | 2025-01-22T04:22:01.236Z | Downloaded regex-automata v0.4.8 |
328 | 2025-01-22T04:22:01.250Z | Downloaded pin-project-lite v0.2.14 |
329 | 2025-01-22T04:22:01.254Z | Downloaded memmap v0.7.0 |
330 | 2025-01-22T04:22:01.257Z | Downloaded url v2.5.3 |
331 | 2025-01-22T04:22:01.260Z | Downloaded icu_collections v1.5.0 |
332 | 2025-01-22T04:22:01.264Z | Downloaded base64 v0.22.1 |
333 | 2025-01-22T04:22:01.267Z | Downloaded log v0.4.22 |
334 | 2025-01-22T04:22:01.270Z | Downloaded darling_core v0.20.10 |
335 | 2025-01-22T04:22:01.273Z | Downloaded multer v3.1.0 |
336 | 2025-01-22T04:22:01.276Z | Downloaded hyper-util v0.1.10 |
337 | 2025-01-22T04:22:01.279Z | Downloaded libc v0.2.169 |
338 | 2025-01-22T04:22:01.301Z | Downloaded anyhow v1.0.93 |
339 | 2025-01-22T04:22:01.304Z | Downloaded toml v0.8.19 |
340 | 2025-01-22T04:22:01.307Z | Downloaded uuid v1.12.0 |
341 | 2025-01-22T04:22:01.311Z | Downloaded quote v1.0.38 |
342 | 2025-01-22T04:22:01.314Z | Downloaded litemap v0.7.3 |
343 | 2025-01-22T04:22:01.317Z | Downloaded rustversion v1.0.17 |
344 | 2025-01-22T04:22:01.319Z | Downloaded unicode-ident v1.0.14 |
345 | 2025-01-22T04:22:01.322Z | Downloaded typify-macro v0.2.0 |
346 | 2025-01-22T04:22:01.322Z | Downloaded itoa v1.0.11 |
347 | 2025-01-22T04:22:01.322Z | Downloaded futures-channel v0.3.31 |
348 | 2025-01-22T04:22:01.324Z | Downloaded dropshot_endpoint v0.15.1 |
349 | 2025-01-22T04:22:01.327Z | Downloaded icu_normalizer v1.5.0 |
350 | 2025-01-22T04:22:01.330Z | Downloaded newtype-uuid v1.2.1 |
351 | 2025-01-22T04:22:01.330Z | Downloaded atomic-waker v1.1.2 |
352 | 2025-01-22T04:22:01.332Z | Downloaded tokio v1.43.0 |
353 | 2025-01-22T04:22:01.366Z | Downloaded typify v0.2.0 |
354 | 2025-01-22T04:22:01.368Z | Downloaded paste v1.0.15 |
355 | 2025-01-22T04:22:01.371Z | Downloaded parse-display v0.10.0 |
356 | 2025-01-22T04:22:01.371Z | Downloaded fnv v1.0.7 |
357 | 2025-01-22T04:22:01.374Z | Downloaded bitflags v2.6.0 |
358 | 2025-01-22T04:22:01.376Z | Downloaded writeable v0.5.5 |
359 | 2025-01-22T04:22:01.379Z | Downloaded untrusted v0.9.0 |
360 | 2025-01-22T04:22:01.379Z | Downloaded thiserror-impl v2.0.11 |
361 | 2025-01-22T04:22:01.379Z | Downloaded synstructure v0.13.1 |
362 | 2025-01-22T04:22:01.383Z | Downloaded async-trait v0.1.83 |
363 | 2025-01-22T04:22:01.385Z | Downloaded try-lock v0.2.5 |
364 | 2025-01-22T04:22:01.386Z | Downloaded tokio-macros v2.5.0 |
365 | 2025-01-22T04:22:01.386Z | Downloaded deranged v0.3.11 |
366 | 2025-01-22T04:22:01.386Z | Downloaded cfg-if v1.0.0 |
367 | 2025-01-22T04:22:01.388Z | Downloaded futures-core v0.3.31 |
368 | 2025-01-22T04:22:01.388Z | Downloaded write16 v1.0.0 |
369 | 2025-01-22T04:22:01.388Z | Downloaded either v1.13.0 |
370 | 2025-01-22T04:22:01.391Z | Downloaded futures-task v0.3.31 |
371 | 2025-01-22T04:22:01.391Z | Downloaded dof v0.3.0 |
372 | 2025-01-22T04:22:01.394Z | Downloaded dtrace-parser v0.2.0 |
373 | 2025-01-22T04:22:01.394Z | Downloaded ident_case v1.0.1 |
374 | 2025-01-22T04:22:01.394Z | Downloaded equivalent v1.0.1 |
375 | 2025-01-22T04:22:01.396Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-22T04:22:01.626Z | Downloaded ring v0.17.8 |
377 | 2025-01-22T04:22:01.824Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-22T04:22:01.824Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-22T04:22:01.826Z | Compiling libc v0.2.169 |
380 | 2025-01-22T04:22:01.826Z | Checking cfg-if v1.0.0 |
381 | 2025-01-22T04:22:01.827Z | Compiling autocfg v1.4.0 |
382 | 2025-01-22T04:22:01.827Z | Compiling serde v1.0.217 |
383 | 2025-01-22T04:22:01.846Z | Compiling version_check v0.9.5 |
384 | 2025-01-22T04:22:01.848Z | Checking memchr v2.7.4 |
385 | 2025-01-22T04:22:01.985Z | Compiling serde_json v1.0.135 |
386 | 2025-01-22T04:22:02.028Z | Checking itoa v1.0.11 |
387 | 2025-01-22T04:22:02.426Z | Compiling thiserror v1.0.69 |
388 | 2025-01-22T04:22:02.452Z | Checking once_cell v1.20.2 |
389 | 2025-01-22T04:22:02.465Z | Compiling shlex v1.3.0 |
390 | 2025-01-22T04:22:02.713Z | Compiling cc v1.1.30 |
391 | 2025-01-22T04:22:02.779Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-22T04:22:02.794Z | Compiling num-traits v0.2.19 |
393 | 2025-01-22T04:22:02.899Z | Checking ryu v1.0.18 |
394 | 2025-01-22T04:22:03.147Z | Checking smallvec v1.13.2 |
395 | 2025-01-22T04:22:03.232Z | Checking getrandom v0.2.15 |
396 | 2025-01-22T04:22:03.320Z | Checking bytes v1.9.0 |
397 | 2025-01-22T04:22:03.462Z | Checking futures-core v0.3.31 |
398 | 2025-01-22T04:22:03.482Z | Compiling lock_api v0.4.12 |
399 | 2025-01-22T04:22:03.518Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-22T04:22:03.653Z | Compiling quote v1.0.38 |
401 | 2025-01-22T04:22:03.698Z | Compiling byteorder v1.5.0 |
402 | 2025-01-22T04:22:03.964Z | Checking scopeguard v1.2.0 |
403 | 2025-01-22T04:22:03.999Z | Compiling syn v2.0.96 |
404 | 2025-01-22T04:22:04.074Z | Compiling schemars v0.8.21 |
405 | 2025-01-22T04:22:04.144Z | Compiling slab v0.4.9 |
406 | 2025-01-22T04:22:04.173Z | Compiling ahash v0.8.11 |
407 | 2025-01-22T04:22:04.207Z | Checking log v0.4.22 |
408 | 2025-01-22T04:22:04.418Z | Checking futures-sink v0.3.31 |
409 | 2025-01-22T04:22:04.464Z | Checking mio v1.0.2 |
410 | 2025-01-22T04:22:04.488Z | Checking parking_lot v0.12.3 |
411 | 2025-01-22T04:22:04.553Z | Checking signal-hook-registry v1.4.2 |
412 | 2025-01-22T04:22:04.594Z | Checking socket2 v0.5.7 |
413 | 2025-01-22T04:22:04.618Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-22T04:22:04.801Z | Checking fnv v1.0.7 |
415 | 2025-01-22T04:22:04.819Z | Checking hashbrown v0.15.1 |
416 | 2025-01-22T04:22:04.833Z | Checking equivalent v1.0.1 |
417 | 2025-01-22T04:22:04.917Z | Checking http v1.2.0 |
418 | 2025-01-22T04:22:04.930Z | Checking futures-channel v0.3.31 |
419 | 2025-01-22T04:22:04.963Z | Compiling semver v1.0.24 |
420 | 2025-01-22T04:22:05.005Z | Checking futures-io v0.3.31 |
421 | 2025-01-22T04:22:05.045Z | Checking futures-task v0.3.31 |
422 | 2025-01-22T04:22:05.176Z | Checking pin-utils v0.1.0 |
423 | 2025-01-22T04:22:05.257Z | Checking spin v0.9.8 |
424 | 2025-01-22T04:22:05.269Z | Compiling vcpkg v0.2.15 |
425 | 2025-01-22T04:22:05.272Z | Compiling pkg-config v0.3.31 |
426 | 2025-01-22T04:22:05.475Z | Checking rustls-pki-types v1.10.0 |
427 | 2025-01-22T04:22:05.491Z | Compiling ring v0.17.8 |
428 | 2025-01-22T04:22:05.785Z | Compiling httparse v1.9.5 |
429 | 2025-01-22T04:22:06.019Z | Checking writeable v0.5.5 |
430 | 2025-01-22T04:22:06.156Z | Checking untrusted v0.9.0 |
431 | 2025-01-22T04:22:06.309Z | Compiling heck v0.5.0 |
432 | 2025-01-22T04:22:06.323Z | Checking litemap v0.7.3 |
433 | 2025-01-22T04:22:06.369Z | Checking iana-time-zone v0.1.61 |
434 | 2025-01-22T04:22:06.495Z | Checking tracing-core v0.1.32 |
435 | 2025-01-22T04:22:06.513Z | Checking atomic-waker v1.1.2 |
436 | 2025-01-22T04:22:06.641Z | Compiling ucd-trie v0.1.7 |
437 | 2025-01-22T04:22:06.654Z | Checking dyn-clone v1.0.17 |
438 | 2025-01-22T04:22:06.688Z | Compiling openssl-sys v0.9.103 |
439 | 2025-01-22T04:22:06.798Z | Checking http-body v1.0.1 |
440 | 2025-01-22T04:22:06.989Z | Checking icu_locid_transform_data v1.5.0 |
441 | 2025-01-22T04:22:07.058Z | Checking try-lock v0.2.5 |
442 | 2025-01-22T04:22:07.095Z | Checking tracing v0.1.40 |
443 | 2025-01-22T04:22:07.197Z | Checking zeroize v1.8.1 |
444 | 2025-01-22T04:22:07.219Z | Checking subtle v2.6.1 |
445 | 2025-01-22T04:22:07.248Z | Compiling allocator-api2 v0.2.18 |
446 | 2025-01-22T04:22:07.420Z | Checking want v0.3.1 |
447 | 2025-01-22T04:22:07.449Z | Checking httpdate v1.0.3 |
448 | 2025-01-22T04:22:07.589Z | Compiling openssl v0.10.66 |
449 | 2025-01-22T04:22:07.703Z | Checking foreign-types-shared v0.1.1 |
450 | 2025-01-22T04:22:07.823Z | Compiling uuid v1.12.0 |
451 | 2025-01-22T04:22:07.933Z | Checking icu_properties_data v1.5.0 |
452 | 2025-01-22T04:22:07.991Z | Checking foreign-types v0.3.2 |
453 | 2025-01-22T04:22:08.076Z | Compiling native-tls v0.2.12 |
454 | 2025-01-22T04:22:08.148Z | Checking bitflags v2.6.0 |
455 | 2025-01-22T04:22:08.324Z | Compiling chrono v0.4.38 |
456 | 2025-01-22T04:22:08.372Z | Checking percent-encoding v2.3.1 |
457 | 2025-01-22T04:22:08.386Z | Checking icu_normalizer_data v1.5.0 |
458 | 2025-01-22T04:22:08.399Z | Checking write16 v1.0.0 |
459 | 2025-01-22T04:22:08.418Z | Compiling rustls v0.23.19 |
460 | 2025-01-22T04:22:08.499Z | Compiling slog v2.7.0 |
461 | 2025-01-22T04:22:08.549Z | Checking tower-service v0.3.3 |
462 | 2025-01-22T04:22:08.660Z | Checking utf8_iter v1.0.4 |
463 | 2025-01-22T04:22:08.741Z | Checking utf16_iter v1.0.5 |
464 | 2025-01-22T04:22:08.856Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-22T04:22:08.939Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-22T04:22:09.037Z | Checking openssl-probe v0.1.5 |
467 | 2025-01-22T04:22:09.126Z | Compiling regex-syntax v0.8.5 |
468 | 2025-01-22T04:22:09.179Z | Compiling typenum v1.17.0 |
469 | 2025-01-22T04:22:10.134Z | Compiling generic-array v0.14.7 |
470 | 2025-01-22T04:22:10.148Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-22T04:22:10.161Z | Checking mime v0.3.17 |
472 | 2025-01-22T04:22:11.364Z | Compiling synstructure v0.13.1 |
473 | 2025-01-22T04:22:11.537Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-22T04:22:11.778Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-22T04:22:12.470Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-22T04:22:12.579Z | Checking rustls-pemfile v2.2.0 |
477 | 2025-01-22T04:22:12.677Z | Compiling regex-automata v0.4.8 |
478 | 2025-01-22T04:22:13.521Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-22T04:22:13.686Z | Compiling time-core v0.1.2 |
480 | 2025-01-22T04:22:13.852Z | Checking base64 v0.22.1 |
481 | 2025-01-22T04:22:13.924Z | Checking powerfmt v0.2.0 |
482 | 2025-01-22T04:22:14.208Z | Compiling num-conv v0.1.0 |
483 | 2025-01-22T04:22:14.358Z | Checking deranged v0.3.11 |
484 | 2025-01-22T04:22:14.483Z | Compiling time-macros v0.2.18 |
485 | 2025-01-22T04:22:14.521Z | Compiling thread-id v4.2.2 |
486 | 2025-01-22T04:22:14.635Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-22T04:22:14.782Z | Checking plain v0.2.3 |
488 | 2025-01-22T04:22:15.137Z | Checking ipnet v2.10.1 |
489 | 2025-01-22T04:22:15.293Z | Compiling serde_derive v1.0.217 |
490 | 2025-01-22T04:22:15.591Z | Compiling zerocopy-derive v0.7.35 |
491 | 2025-01-22T04:22:15.613Z | Compiling thiserror-impl v1.0.69 |
492 | 2025-01-22T04:22:15.636Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-22T04:22:16.778Z | Compiling zerofrom-derive v0.1.4 |
494 | 2025-01-22T04:22:17.097Z | Compiling yoke-derive v0.7.4 |
495 | 2025-01-22T04:22:17.192Z | Compiling tokio-macros v2.5.0 |
496 | 2025-01-22T04:22:17.507Z | Compiling zerocopy v0.7.35 |
497 | 2025-01-22T04:22:18.451Z | Compiling zerovec-derive v0.10.3 |
498 | 2025-01-22T04:22:18.641Z | Checking tokio v1.43.0 |
499 | 2025-01-22T04:22:18.830Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-22T04:22:19.529Z | Compiling displaydoc v0.2.5 |
501 | 2025-01-22T04:22:19.543Z | Compiling icu_provider_macros v1.5.0 |
502 | 2025-01-22T04:22:19.918Z | Checking zerofrom v0.1.4 |
503 | 2025-01-22T04:22:20.046Z | Compiling pest v2.7.14 |
504 | 2025-01-22T04:22:20.128Z | Checking yoke v0.7.4 |
505 | 2025-01-22T04:22:20.593Z | Compiling hashbrown v0.14.5 |
506 | 2025-01-22T04:22:20.608Z | Compiling openssl-macros v0.1.1 |
507 | 2025-01-22T04:22:20.633Z | Checking futures-util v0.3.31 |
508 | 2025-01-22T04:22:20.790Z | Checking zerovec v0.10.4 |
509 | 2025-01-22T04:22:21.776Z | Compiling regress v0.10.1 |
510 | 2025-01-22T04:22:22.392Z | Checking tinystr v0.7.6 |
511 | 2025-01-22T04:22:22.731Z | Checking icu_locid v1.5.0 |
512 | 2025-01-22T04:22:23.089Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-22T04:22:23.818Z | Checking icu_provider v1.5.0 |
514 | 2025-01-22T04:22:24.331Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-22T04:22:25.189Z | Checking icu_collections v1.5.0 |
516 | 2025-01-22T04:22:25.356Z | Compiling pest_generator v2.7.14 |
517 | 2025-01-22T04:22:25.437Z | Checking tokio-util v0.7.12 |
518 | 2025-01-22T04:22:25.852Z | Checking icu_properties v1.5.1 |
519 | 2025-01-22T04:22:26.240Z | Checking http-body-util v0.1.2 |
520 | 2025-01-22T04:22:26.370Z | Checking tokio-rustls v0.26.0 |
521 | 2025-01-22T04:22:26.685Z | Compiling regex v1.11.1 |
522 | 2025-01-22T04:22:26.712Z | Checking tokio-native-tls v0.3.1 |
523 | 2025-01-22T04:22:26.763Z | Compiling scroll_derive v0.12.0 |
524 | 2025-01-22T04:22:27.038Z | Checking indexmap v2.7.0 |
525 | 2025-01-22T04:22:27.867Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-01-22T04:22:28.574Z | Checking h2 v0.4.6 |
527 | 2025-01-22T04:22:28.848Z | Compiling pest_derive v2.7.14 |
528 | 2025-01-22T04:22:29.123Z | Checking icu_normalizer v1.5.0 |
529 | 2025-01-22T04:22:29.882Z | Checking idna_adapter v1.2.0 |
530 | 2025-01-22T04:22:29.895Z | Checking serde_urlencoded v0.7.1 |
531 | 2025-01-22T04:22:30.085Z | Checking idna v1.0.3 |
532 | 2025-01-22T04:22:30.260Z | Compiling dtrace-parser v0.2.0 |
533 | 2025-01-22T04:22:30.282Z | Compiling dof v0.3.0 |
534 | 2025-01-22T04:22:30.295Z | Checking scroll v0.12.0 |
535 | 2025-01-22T04:22:30.565Z | Checking url v2.5.3 |
536 | 2025-01-22T04:22:30.760Z | Compiling syn v1.0.109 |
537 | 2025-01-22T04:22:30.979Z | Compiling crossbeam-utils v0.8.20 |
538 | 2025-01-22T04:22:31.115Z | Checking num_threads v0.1.7 |
539 | 2025-01-22T04:22:31.390Z | Compiling ident_case v1.0.1 |
540 | 2025-01-22T04:22:31.403Z | Compiling strsim v0.11.1 |
541 | 2025-01-22T04:22:31.502Z | Compiling typify-impl v0.2.0 |
542 | 2025-01-22T04:22:31.584Z | Checking time v0.3.36 |
543 | 2025-01-22T04:22:31.853Z | Compiling darling_core v0.20.10 |
544 | 2025-01-22T04:22:32.527Z | Checking hyper v1.5.2 |
545 | 2025-01-22T04:22:33.309Z | Checking goblin v0.8.2 |
546 | 2025-01-22T04:22:33.805Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-22T04:22:34.478Z | Checking hyper-util v0.1.10 |
548 | 2025-01-22T04:22:34.544Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-22T04:22:34.992Z | Checking pretty-hex v0.4.1 |
550 | 2025-01-22T04:22:35.128Z | Compiling unsafe-libyaml v0.2.11 |
551 | 2025-01-22T04:22:35.182Z | Compiling paste v1.0.15 |
552 | 2025-01-22T04:22:35.687Z | Compiling omicron-workspace-hack v0.1.0 |
553 | 2025-01-22T04:22:36.016Z | Compiling rustls v0.22.4 |
554 | 2025-01-22T04:22:36.033Z | Checking hyper-tls v0.6.0 |
555 | 2025-01-22T04:22:36.302Z | Checking hyper-rustls v0.27.3 |
556 | 2025-01-22T04:22:36.344Z | Compiling rustversion v1.0.17 |
557 | 2025-01-22T04:22:36.618Z | Checking reqwest v0.12.9 |
558 | 2025-01-22T04:22:36.873Z | Compiling newtype-uuid v1.2.1 |
559 | 2025-01-22T04:22:37.051Z | Compiling serde_yaml v0.9.34+deprecated |
560 | 2025-01-22T04:22:37.163Z | Compiling darling_macro v0.20.10 |
561 | 2025-01-22T04:22:37.433Z | Checking dirs-next v2.0.0 |
562 | 2025-01-22T04:22:37.571Z | Checking ipnetwork v0.20.0 |
563 | 2025-01-22T04:22:37.995Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-22T04:22:38.112Z | Checking toml_datetime v0.6.8 |
565 | 2025-01-22T04:22:38.184Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-22T04:22:38.184Z | Checking crypto-common v0.1.6 |
567 | 2025-01-22T04:22:38.292Z | Checking block-buffer v0.10.4 |
568 | 2025-01-22T04:22:38.310Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-22T04:22:38.479Z | Checking rand_core v0.6.4 |
570 | 2025-01-22T04:22:38.595Z | Checking thread_local v1.1.8 |
571 | 2025-01-22T04:22:38.774Z | Compiling multer v3.1.0 |
572 | 2025-01-22T04:22:38.774Z | Checking winnow v0.6.20 |
573 | 2025-01-22T04:22:38.800Z | Compiling thiserror v2.0.11 |
574 | 2025-01-22T04:22:38.860Z | Compiling camino v1.1.9 |
575 | 2025-01-22T04:22:39.117Z | Checking match_cfg v0.1.0 |
576 | 2025-01-22T04:22:39.201Z | Compiling anyhow v1.0.93 |
577 | 2025-01-22T04:22:39.371Z | Compiling slog-async v2.8.0 |
578 | 2025-01-22T04:22:39.423Z | Checking either v1.13.0 |
579 | 2025-01-22T04:22:39.762Z | Checking itertools v0.10.5 |
580 | 2025-01-22T04:22:40.162Z | Checking hostname v0.3.1 |
581 | 2025-01-22T04:22:40.236Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-22T04:22:40.379Z | Checking digest v0.10.7 |
583 | 2025-01-22T04:22:40.589Z | Checking crossbeam-channel v0.5.13 |
584 | 2025-01-22T04:22:40.701Z | Compiling darling v0.20.10 |
585 | 2025-01-22T04:22:40.729Z | Compiling structmeta v0.3.0 |
586 | 2025-01-22T04:22:40.813Z | Checking progenitor-client v0.8.0 |
587 | 2025-01-22T04:22:40.845Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
588 | 2025-01-22T04:22:41.112Z | Checking term v0.7.0 |
589 | 2025-01-22T04:22:41.504Z | Checking toml_edit v0.22.22 |
590 | 2025-01-22T04:22:41.561Z | Compiling usdt-attr-macro v0.5.0 |
591 | 2025-01-22T04:22:41.787Z | Compiling usdt-macro v0.5.0 |
592 | 2025-01-22T04:22:42.173Z | Checking slog-json v2.6.1 |
593 | 2025-01-22T04:22:42.413Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
594 | 2025-01-22T04:22:42.437Z | Checking futures-executor v0.3.31 |
595 | 2025-01-22T04:22:42.664Z | Compiling async-stream-impl v0.3.6 |
596 | 2025-01-22T04:22:42.677Z | Compiling thiserror-impl v2.0.11 |
597 | 2025-01-22T04:22:42.934Z | Checking is-terminal v0.4.13 |
598 | 2025-01-22T04:22:43.053Z | Checking memmap v0.7.0 |
599 | 2025-01-22T04:22:43.067Z | Compiling dropshot v0.15.1 |
600 | 2025-01-22T04:22:43.223Z | Compiling typify-macro v0.2.0 |
601 | 2025-01-22T04:22:43.275Z | Checking take_mut v0.2.2 |
602 | 2025-01-22T04:22:43.422Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-22T04:22:43.519Z | Checking sha1 v0.10.6 |
604 | 2025-01-22T04:22:43.530Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
605 | 2025-01-22T04:22:43.779Z | Checking usdt v0.5.0 |
606 | 2025-01-22T04:22:43.799Z | Checking slog-term v2.9.1 |
607 | 2025-01-22T04:22:43.916Z | Checking async-stream v0.3.6 |
608 | 2025-01-22T04:22:44.026Z | Compiling strum_macros v0.26.4 |
609 | 2025-01-22T04:22:44.071Z | Checking futures v0.3.31 |
610 | 2025-01-22T04:22:44.086Z | Checking toml v0.8.19 |
611 | 2025-01-22T04:22:44.118Z | Checking slog-bunyan v2.5.0 |
612 | 2025-01-22T04:22:44.176Z | Compiling parse-display-derive v0.10.0 |
613 | 2025-01-22T04:22:44.275Z | Compiling serde_with_macros v3.11.0 |
614 | 2025-01-22T04:22:44.297Z | Checking rand v0.8.5 |
615 | 2025-01-22T04:22:44.533Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-22T04:22:45.352Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-22T04:22:45.453Z | Checking hex v0.4.3 |
618 | 2025-01-22T04:22:45.693Z | Checking serde_path_to_error v0.1.16 |
619 | 2025-01-22T04:22:45.709Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
620 | 2025-01-22T04:22:45.921Z | Compiling async-trait v0.1.83 |
621 | 2025-01-22T04:22:46.256Z | Checking waitgroup v0.1.2 |
622 | 2025-01-22T04:22:46.390Z | Checking hostname v0.4.0 |
623 | 2025-01-22T04:22:46.488Z | Checking instant v0.1.13 |
624 | 2025-01-22T04:22:46.530Z | Checking debug-ignore v1.0.5 |
625 | 2025-01-22T04:22:46.542Z | Compiling typify v0.2.0 |
626 | 2025-01-22T04:22:46.665Z | Compiling progenitor-impl v0.8.0 |
627 | 2025-01-22T04:22:46.679Z | Checking serde_with v3.11.0 |
628 | 2025-01-22T04:22:46.685Z | Checking backoff v0.4.0 |
629 | 2025-01-22T04:22:46.952Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
630 | 2025-01-22T04:22:47.103Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-22T04:22:47.262Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-22T04:22:47.696Z | Checking parse-display v0.10.0 |
633 | 2025-01-22T04:22:47.934Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-22T04:22:48.034Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-22T04:22:48.245Z | Checking macaddr v1.0.1 |
636 | 2025-01-22T04:22:48.258Z | Checking strum v0.26.3 |
637 | 2025-01-22T04:22:48.275Z | Checking regress v0.9.1 |
638 | 2025-01-22T04:22:49.775Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-22T04:22:53.188Z | Checking progenitor v0.8.0 |
640 | 2025-01-22T04:22:53.295Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-22T04:22:55.948Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-22T04:23:03.092Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-22T04:23:03.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
644 | 2025-01-22T04:23:03.285Z | + cargo build --release |
645 | 2025-01-22T04:23:03.540Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-22T04:23:03.540Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-22T04:23:03.543Z | Compiling libc v0.2.169 |
648 | 2025-01-22T04:23:03.543Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-22T04:23:03.543Z | Compiling autocfg v1.4.0 |
650 | 2025-01-22T04:23:03.543Z | Compiling serde v1.0.217 |
651 | 2025-01-22T04:23:03.543Z | Compiling version_check v0.9.5 |
652 | 2025-01-22T04:23:03.586Z | Compiling memchr v2.7.4 |
653 | 2025-01-22T04:23:03.674Z | Compiling serde_json v1.0.135 |
654 | 2025-01-22T04:23:03.736Z | Compiling itoa v1.0.11 |
655 | 2025-01-22T04:23:04.010Z | Compiling thiserror v1.0.69 |
656 | 2025-01-22T04:23:04.129Z | Compiling once_cell v1.20.2 |
657 | 2025-01-22T04:23:04.146Z | Compiling shlex v1.3.0 |
658 | 2025-01-22T04:23:04.460Z | Compiling cc v1.1.30 |
659 | 2025-01-22T04:23:04.527Z | Compiling num-traits v0.2.19 |
660 | 2025-01-22T04:23:04.550Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-22T04:23:04.778Z | Compiling getrandom v0.2.15 |
662 | 2025-01-22T04:23:04.914Z | Compiling smallvec v1.13.2 |
663 | 2025-01-22T04:23:05.010Z | Compiling ryu v1.0.18 |
664 | 2025-01-22T04:23:05.127Z | Compiling bytes v1.9.0 |
665 | 2025-01-22T04:23:05.220Z | Compiling quote v1.0.38 |
666 | 2025-01-22T04:23:05.262Z | Compiling futures-core v0.3.31 |
667 | 2025-01-22T04:23:05.370Z | Compiling lock_api v0.4.12 |
668 | 2025-01-22T04:23:05.581Z | Compiling syn v2.0.96 |
669 | 2025-01-22T04:23:05.711Z | Compiling parking_lot_core v0.9.10 |
670 | 2025-01-22T04:23:05.721Z | Compiling schemars v0.8.21 |
671 | 2025-01-22T04:23:05.778Z | Compiling ahash v0.8.11 |
672 | 2025-01-22T04:23:05.874Z | Compiling byteorder v1.5.0 |
673 | 2025-01-22T04:23:06.119Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-22T04:23:06.135Z | Compiling slab v0.4.9 |
675 | 2025-01-22T04:23:06.349Z | Compiling log v0.4.22 |
676 | 2025-01-22T04:23:06.472Z | Compiling futures-sink v0.3.31 |
677 | 2025-01-22T04:23:06.720Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-22T04:23:06.748Z | Compiling signal-hook-registry v1.4.2 |
679 | 2025-01-22T04:23:06.759Z | Compiling socket2 v0.5.7 |
680 | 2025-01-22T04:23:06.766Z | Compiling mio v1.0.2 |
681 | 2025-01-22T04:23:06.916Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-22T04:23:07.017Z | Compiling semver v1.0.24 |
683 | 2025-01-22T04:23:07.103Z | Compiling ring v0.17.8 |
684 | 2025-01-22T04:23:07.249Z | Compiling fnv v1.0.7 |
685 | 2025-01-22T04:23:07.371Z | Compiling hashbrown v0.15.1 |
686 | 2025-01-22T04:23:07.480Z | Compiling equivalent v1.0.1 |
687 | 2025-01-22T04:23:07.594Z | Compiling http v1.2.0 |
688 | 2025-01-22T04:23:08.241Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-22T04:23:08.284Z | Compiling futures-io v0.3.31 |
690 | 2025-01-22T04:23:08.388Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-22T04:23:08.482Z | Compiling futures-task v0.3.31 |
692 | 2025-01-22T04:23:08.680Z | Compiling spin v0.9.8 |
693 | 2025-01-22T04:23:08.751Z | Compiling pkg-config v0.3.31 |
694 | 2025-01-22T04:23:08.762Z | Compiling vcpkg v0.2.15 |
695 | 2025-01-22T04:23:08.849Z | Compiling rustls-pki-types v1.10.0 |
696 | 2025-01-22T04:23:08.926Z | Compiling iana-time-zone v0.1.61 |
697 | 2025-01-22T04:23:09.633Z | Compiling litemap v0.7.3 |
698 | 2025-01-22T04:23:09.856Z | Compiling httparse v1.9.5 |
699 | 2025-01-22T04:23:10.042Z | Compiling writeable v0.5.5 |
700 | 2025-01-22T04:23:10.201Z | Compiling openssl-sys v0.9.103 |
701 | 2025-01-22T04:23:10.517Z | Compiling untrusted v0.9.0 |
702 | 2025-01-22T04:23:10.695Z | Compiling heck v0.5.0 |
703 | 2025-01-22T04:23:11.069Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-22T04:23:11.105Z | Compiling dyn-clone v1.0.17 |
705 | 2025-01-22T04:23:11.130Z | Compiling atomic-waker v1.1.2 |
706 | 2025-01-22T04:23:11.207Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-22T04:23:11.373Z | Compiling http-body v1.0.1 |
708 | 2025-01-22T04:23:11.628Z | Compiling allocator-api2 v0.2.18 |
709 | 2025-01-22T04:23:11.973Z | Compiling tracing v0.1.40 |
710 | 2025-01-22T04:23:12.327Z | Compiling subtle v2.6.1 |
711 | 2025-01-22T04:23:12.339Z | Compiling icu_locid_transform_data v1.5.0 |
712 | 2025-01-22T04:23:12.342Z | Compiling try-lock v0.2.5 |
713 | 2025-01-22T04:23:12.438Z | Compiling zeroize v1.8.1 |
714 | 2025-01-22T04:23:12.497Z | Compiling want v0.3.1 |
715 | 2025-01-22T04:23:12.768Z | Compiling chrono v0.4.38 |
716 | 2025-01-22T04:23:12.770Z | Compiling uuid v1.12.0 |
717 | 2025-01-22T04:23:12.838Z | Compiling synstructure v0.13.1 |
718 | 2025-01-22T04:23:12.851Z | Compiling serde_derive_internals v0.29.1 |
719 | 2025-01-22T04:23:13.343Z | Compiling openssl v0.10.66 |
720 | 2025-01-22T04:23:13.353Z | Compiling foreign-types-shared v0.1.1 |
721 | 2025-01-22T04:23:13.462Z | Compiling httpdate v1.0.3 |
722 | 2025-01-22T04:23:13.770Z | Compiling icu_properties_data v1.5.0 |
723 | 2025-01-22T04:23:14.037Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-22T04:23:14.215Z | Compiling bitflags v2.6.0 |
725 | 2025-01-22T04:23:14.553Z | Compiling slog v2.7.0 |
726 | 2025-01-22T04:23:14.787Z | Compiling write16 v1.0.0 |
727 | 2025-01-22T04:23:14.879Z | Compiling rustls v0.23.19 |
728 | 2025-01-22T04:23:15.028Z | Compiling icu_normalizer_data v1.5.0 |
729 | 2025-01-22T04:23:15.130Z | Compiling native-tls v0.2.12 |
730 | 2025-01-22T04:23:15.209Z | Compiling tower-service v0.3.3 |
731 | 2025-01-22T04:23:15.257Z | Compiling utf8_iter v1.0.4 |
732 | 2025-01-22T04:23:15.333Z | Compiling percent-encoding v2.3.1 |
733 | 2025-01-22T04:23:15.399Z | Compiling utf16_iter v1.0.5 |
734 | 2025-01-22T04:23:15.565Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-22T04:23:15.615Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-22T04:23:15.842Z | Compiling typenum v1.17.0 |
737 | 2025-01-22T04:23:16.070Z | Compiling regex-syntax v0.8.5 |
738 | 2025-01-22T04:23:16.777Z | Compiling openssl-probe v0.1.5 |
739 | 2025-01-22T04:23:17.262Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-22T04:23:17.295Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-22T04:23:17.771Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-22T04:23:18.092Z | Compiling zerofrom-derive v0.1.4 |
743 | 2025-01-22T04:23:18.164Z | Compiling schemars_derive v0.8.21 |
744 | 2025-01-22T04:23:19.159Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-22T04:23:20.488Z | Compiling yoke-derive v0.7.4 |
746 | 2025-01-22T04:23:20.530Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-22T04:23:20.898Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-22T04:23:20.958Z | Compiling futures-macro v0.3.31 |
749 | 2025-01-22T04:23:21.322Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-22T04:23:21.464Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-22T04:23:21.960Z | Compiling tokio v1.43.0 |
752 | 2025-01-22T04:23:22.774Z | Compiling futures-util v0.3.31 |
753 | 2025-01-22T04:23:22.923Z | Compiling yoke v0.7.4 |
754 | 2025-01-22T04:23:22.939Z | Compiling icu_provider_macros v1.5.0 |
755 | 2025-01-22T04:23:23.225Z | Compiling pest v2.7.14 |
756 | 2025-01-22T04:23:23.287Z | Compiling zerovec v0.10.4 |
757 | 2025-01-22T04:23:23.985Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-22T04:23:26.151Z | Compiling tinystr v0.7.6 |
759 | 2025-01-22T04:23:26.532Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-22T04:23:28.661Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-22T04:23:29.272Z | Compiling pest_meta v2.7.14 |
762 | 2025-01-22T04:23:29.362Z | Compiling hashbrown v0.14.5 |
763 | 2025-01-22T04:23:30.560Z | Compiling indexmap v2.7.0 |
764 | 2025-01-22T04:23:32.185Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-22T04:23:32.977Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-22T04:23:33.383Z | Compiling icu_locid_transform v1.5.0 |
767 | 2025-01-22T04:23:34.028Z | Compiling h2 v0.4.6 |
768 | 2025-01-22T04:23:34.038Z | Compiling icu_collections v1.5.0 |
769 | 2025-01-22T04:23:36.365Z | Compiling icu_properties v1.5.1 |
770 | 2025-01-22T04:23:39.200Z | Compiling pest_generator v2.7.14 |
771 | 2025-01-22T04:23:39.704Z | Compiling hyper v1.5.2 |
772 | 2025-01-22T04:23:40.556Z | Compiling regress v0.10.1 |
773 | 2025-01-22T04:23:40.900Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-22T04:23:42.636Z | Compiling hyper-util v0.1.10 |
775 | 2025-01-22T04:23:45.198Z | Compiling typify-impl v0.2.0 |
776 | 2025-01-22T04:23:47.304Z | Compiling pest_derive v2.7.14 |
777 | 2025-01-22T04:23:48.188Z | Compiling icu_normalizer v1.5.0 |
778 | 2025-01-22T04:23:49.627Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-22T04:23:51.492Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-22T04:23:52.013Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-22T04:23:52.420Z | Compiling generic-array v0.14.7 |
782 | 2025-01-22T04:23:52.454Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-22T04:23:53.817Z | Compiling mime v0.3.17 |
784 | 2025-01-22T04:23:55.283Z | Compiling tokio-native-tls v0.3.1 |
785 | 2025-01-22T04:23:55.561Z | Compiling typify-macro v0.2.0 |
786 | 2025-01-22T04:23:55.564Z | Compiling tokio-rustls v0.26.0 |
787 | 2025-01-22T04:23:55.584Z | Compiling idna v1.0.3 |
788 | 2025-01-22T04:23:56.021Z | Compiling regex v1.11.1 |
789 | 2025-01-22T04:23:56.555Z | Compiling serde_urlencoded v0.7.1 |
790 | 2025-01-22T04:23:56.917Z | Compiling scroll_derive v0.12.0 |
791 | 2025-01-22T04:23:58.321Z | Compiling rustls-pemfile v2.2.0 |
792 | 2025-01-22T04:23:58.404Z | Compiling webpki-roots v0.26.6 |
793 | 2025-01-22T04:23:58.814Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-22T04:23:58.823Z | Compiling powerfmt v0.2.0 |
795 | 2025-01-22T04:23:59.205Z | Compiling num-conv v0.1.0 |
796 | 2025-01-22T04:23:59.285Z | Compiling base64 v0.22.1 |
797 | 2025-01-22T04:23:59.470Z | Compiling time-core v0.1.2 |
798 | 2025-01-22T04:23:59.642Z | Compiling time-macros v0.2.18 |
799 | 2025-01-22T04:24:00.493Z | Compiling deranged v0.3.11 |
800 | 2025-01-22T04:24:01.208Z | Compiling hyper-rustls v0.27.3 |
801 | 2025-01-22T04:24:02.152Z | Compiling scroll v0.12.0 |
802 | 2025-01-22T04:24:02.860Z | Compiling url v2.5.3 |
803 | 2025-01-22T04:24:03.551Z | Compiling thread-id v4.2.2 |
804 | 2025-01-22T04:24:03.663Z | Compiling hyper-tls v0.6.0 |
805 | 2025-01-22T04:24:04.144Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-22T04:24:05.736Z | Compiling dof v0.3.0 |
807 | 2025-01-22T04:24:06.531Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-22T04:24:06.686Z | Compiling plain v0.2.3 |
809 | 2025-01-22T04:24:06.862Z | Compiling crossbeam-utils v0.8.20 |
810 | 2025-01-22T04:24:08.868Z | Compiling ident_case v1.0.1 |
811 | 2025-01-22T04:24:09.047Z | Compiling strsim v0.11.1 |
812 | 2025-01-22T04:24:09.701Z | Compiling syn v1.0.109 |
813 | 2025-01-22T04:24:10.058Z | Compiling num_threads v0.1.7 |
814 | 2025-01-22T04:24:10.268Z | Compiling omicron-workspace-hack v0.1.0 |
815 | 2025-01-22T04:24:10.596Z | Compiling ipnet v2.10.1 |
816 | 2025-01-22T04:24:11.252Z | Compiling reqwest v0.12.9 |
817 | 2025-01-22T04:24:12.535Z | Compiling time v0.3.36 |
818 | 2025-01-22T04:24:13.667Z | Compiling darling_core v0.20.10 |
819 | 2025-01-22T04:24:19.240Z | Compiling goblin v0.8.2 |
820 | 2025-01-22T04:24:21.591Z | Compiling typify v0.2.0 |
821 | 2025-01-22T04:24:21.714Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-22T04:24:22.611Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-22T04:24:24.111Z | Compiling pretty-hex v0.4.1 |
824 | 2025-01-22T04:24:24.356Z | Compiling newtype-uuid v1.2.1 |
825 | 2025-01-22T04:24:24.702Z | Compiling rustls v0.22.4 |
826 | 2025-01-22T04:24:25.029Z | Compiling paste v1.0.15 |
827 | 2025-01-22T04:24:25.522Z | Compiling rustversion v1.0.17 |
828 | 2025-01-22T04:24:25.736Z | Compiling unsafe-libyaml v0.2.11 |
829 | 2025-01-22T04:24:26.278Z | Compiling progenitor-impl v0.8.0 |
830 | 2025-01-22T04:24:27.395Z | Compiling serde_yaml v0.9.34+deprecated |
831 | 2025-01-22T04:24:30.852Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-22T04:24:31.247Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-22T04:24:33.322Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-22T04:24:33.567Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-22T04:24:33.705Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-22T04:24:33.791Z | Compiling toml_datetime v0.6.8 |
837 | 2025-01-22T04:24:34.474Z | Compiling serde_spanned v0.6.8 |
838 | 2025-01-22T04:24:34.764Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-22T04:24:35.153Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-22T04:24:35.640Z | Compiling rand_core v0.6.4 |
841 | 2025-01-22T04:24:36.249Z | Compiling thread_local v1.1.8 |
842 | 2025-01-22T04:24:36.927Z | Compiling multer v3.1.0 |
843 | 2025-01-22T04:24:37.292Z | Compiling winnow v0.6.20 |
844 | 2025-01-22T04:24:37.377Z | Compiling anyhow v1.0.93 |
845 | 2025-01-22T04:24:37.666Z | Compiling thiserror v2.0.11 |
846 | 2025-01-22T04:24:37.941Z | Compiling slog-async v2.8.0 |
847 | 2025-01-22T04:24:38.263Z | Compiling either v1.13.0 |
848 | 2025-01-22T04:24:38.431Z | Compiling match_cfg v0.1.0 |
849 | 2025-01-22T04:24:38.529Z | Compiling camino v1.1.9 |
850 | 2025-01-22T04:24:38.558Z | Compiling hostname v0.3.1 |
851 | 2025-01-22T04:24:38.669Z | Compiling itertools v0.10.5 |
852 | 2025-01-22T04:24:39.076Z | Compiling structmeta v0.3.0 |
853 | 2025-01-22T04:24:39.138Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-22T04:24:39.427Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-22T04:24:40.286Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-22T04:24:41.151Z | Compiling toml_edit v0.22.22 |
857 | 2025-01-22T04:24:41.407Z | Compiling digest v0.10.7 |
858 | 2025-01-22T04:24:41.727Z | Compiling crossbeam-channel v0.5.13 |
859 | 2025-01-22T04:24:41.824Z | Compiling darling v0.20.10 |
860 | 2025-01-22T04:24:41.935Z | Compiling progenitor-macro v0.8.0 |
861 | 2025-01-22T04:24:43.340Z | Compiling term v0.7.0 |
862 | 2025-01-22T04:24:50.132Z | Compiling usdt-macro v0.5.0 |
863 | 2025-01-22T04:24:50.284Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2025-01-22T04:24:51.385Z | Compiling slog-json v2.6.1 |
865 | 2025-01-22T04:24:51.687Z | Compiling progenitor-client v0.8.0 |
866 | 2025-01-22T04:24:51.871Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-22T04:24:52.593Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-22T04:24:52.979Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-22T04:24:53.154Z | Compiling memmap v0.7.0 |
870 | 2025-01-22T04:24:53.563Z | Compiling is-terminal v0.4.13 |
871 | 2025-01-22T04:24:53.637Z | Compiling dropshot v0.15.1 |
872 | 2025-01-22T04:24:53.685Z | Compiling cpufeatures v0.2.14 |
873 | 2025-01-22T04:24:53.790Z | Compiling take_mut v0.2.2 |
874 | 2025-01-22T04:24:53.854Z | Compiling async-stream v0.3.6 |
875 | 2025-01-22T04:24:54.061Z | Compiling sha1 v0.10.6 |
876 | 2025-01-22T04:24:54.194Z | Compiling slog-term v2.9.1 |
877 | 2025-01-22T04:24:54.857Z | Compiling usdt v0.5.0 |
878 | 2025-01-22T04:24:56.199Z | Compiling progenitor v0.8.0 |
879 | 2025-01-22T04:24:56.365Z | Compiling futures v0.3.31 |
880 | 2025-01-22T04:24:56.476Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-22T04:24:56.484Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-22T04:24:56.755Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-22T04:24:56.912Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-22T04:24:57.031Z | Compiling toml v0.8.19 |
885 | 2025-01-22T04:24:57.364Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-22T04:24:58.608Z | Compiling rand v0.8.5 |
887 | 2025-01-22T04:24:59.875Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-22T04:25:03.132Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-22T04:25:03.578Z | Compiling serde_path_to_error v0.1.16 |
890 | 2025-01-22T04:25:03.697Z | Compiling hex v0.4.3 |
891 | 2025-01-22T04:25:04.177Z | Compiling async-trait v0.1.83 |
892 | 2025-01-22T04:25:04.352Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-22T04:25:04.360Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-22T04:25:04.554Z | Compiling hostname v0.4.0 |
895 | 2025-01-22T04:25:04.592Z | Compiling instant v0.1.13 |
896 | 2025-01-22T04:25:04.747Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-22T04:25:04.806Z | Compiling backoff v0.4.0 |
898 | 2025-01-22T04:25:04.885Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
899 | 2025-01-22T04:25:05.055Z | Compiling parse-display v0.10.0 |
900 | 2025-01-22T04:25:05.134Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
901 | 2025-01-22T04:25:05.227Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-22T04:25:05.329Z | Compiling strum v0.26.3 |
903 | 2025-01-22T04:25:05.509Z | Compiling serde_with v3.11.0 |
904 | 2025-01-22T04:25:06.315Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-22T04:25:06.989Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-22T04:25:07.056Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-22T04:25:07.770Z | Compiling regress v0.9.1 |
908 | 2025-01-22T04:25:08.037Z | Compiling macaddr v1.0.1 |
909 | 2025-01-22T04:25:13.280Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-22T04:25:24.768Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-22T04:25:34.701Z | Finished `release` profile [optimized] target(s) in 2m 31s |
912 | 2025-01-22T04:25:34.771Z | process exited: duration 219306 ms, exit code 0 |
|
913 | 2025-01-22T04:25:34.776Z | found 0 output files |