|
|
|
1 | 2025-01-17T07:05:00.437Z | job assigned to worker 01JHSH74VCBSADKASN2CZH9HDK [factory aws, i-09d087b187256b686] (queued for 55 s) |
|
2 | 2025-01-17T07:05:08.003Z | starting task 0: "setup" |
3 | 2025-01-17T07:05:08.008Z | ++ uname -s |
4 | 2025-01-17T07:05:08.011Z | + kern=SunOS |
5 | 2025-01-17T07:05:08.011Z | + case "$kern" in |
6 | 2025-01-17T07:05:08.011Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:05:08.014Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:05:10.021Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:05:10.134Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:05:10.136Z | + home_fs=zfs |
11 | 2025-01-17T07:05:10.138Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:05:10.138Z | + mkdir -p /home/build |
13 | 2025-01-17T07:05:10.141Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:05:12.141Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:05:12.144Z | process exited: duration 4142 ms, exit code 0 |
|
16 | 2025-01-17T07:05:12.150Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:05:12.155Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:05:12.155Z | ' 1.84.0 |
19 | 2025-01-17T07:05:12.155Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T07:05:12.155Z | ' default |
21 | 2025-01-17T07:05:12.155Z | * toolchain channel = "1.84.0" |
22 | 2025-01-17T07:05:12.155Z | * toolchain profile = "default" |
23 | 2025-01-17T07:05:12.158Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:05:12.158Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:05:12.267Z | info: downloading installer |
26 | 2025-01-17T07:05:13.558Z | info: profile set to 'default' |
27 | 2025-01-17T07:05:13.559Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:05:13.561Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:05:13.712Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:05:13.712Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:05:14.585Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:05:14.916Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:05:16.107Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:05:17.882Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:05:24.652Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:05:24.905Z | info: installing component 'cargo' |
37 | 2025-01-17T07:05:25.739Z | info: installing component 'clippy' |
38 | 2025-01-17T07:05:26.116Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:05:27.822Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:05:29.531Z | info: installing component 'rustc' |
41 | 2025-01-17T07:05:35.482Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:05:35.823Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:05:35.823Z | |
44 | 2025-01-17T07:05:36.209Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:05:36.209Z | |
46 | 2025-01-17T07:05:36.211Z | |
47 | 2025-01-17T07:05:36.212Z | Rust is installed now. Great! |
48 | 2025-01-17T07:05:36.212Z | |
49 | 2025-01-17T07:05:36.212Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:05:36.212Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:05:36.212Z | |
52 | 2025-01-17T07:05:36.212Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:05:36.212Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:05:36.212Z | |
55 | 2025-01-17T07:05:36.212Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:05:36.212Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:05:36.212Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:05:36.281Z | + rustc --version |
59 | 2025-01-17T07:05:36.348Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:05:36.351Z | process exited: duration 24195 ms, exit code 0 |
|
61 | 2025-01-17T07:05:36.357Z | starting task 2: "authentication" |
62 | 2025-01-17T07:05:36.377Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-17T07:05:36.383Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:05:36.388Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:05:36.391Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:05:36.652Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:05:44.297Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:05:44.297Z | + git fetch origin 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
69 | 2025-01-17T07:05:44.626Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:05:44.626Z | * branch 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 -> FETCH_HEAD |
71 | 2025-01-17T07:05:44.635Z | + [[ -n iliana/GHSA-h97m-ww89-6jmq ]] |
72 | 2025-01-17T07:05:44.638Z | ++ git branch --show-current |
73 | 2025-01-17T07:05:44.640Z | + current=main |
74 | 2025-01-17T07:05:44.640Z | + [[ main != iliana/GHSA-h97m-ww89-6jmq ]] |
75 | 2025-01-17T07:05:44.640Z | + git branch -f iliana/GHSA-h97m-ww89-6jmq 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
76 | 2025-01-17T07:05:44.643Z | + git checkout -f iliana/GHSA-h97m-ww89-6jmq |
77 | 2025-01-17T07:05:44.820Z | Switched to branch 'iliana/GHSA-h97m-ww89-6jmq' |
78 | 2025-01-17T07:05:44.823Z | + git reset --hard 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
79 | 2025-01-17T07:05:44.836Z | HEAD is now at 285d84f78 remove older versions of idna |
80 | 2025-01-17T07:05:44.839Z | process exited: duration 8451 ms, exit code 0 |
|
81 | 2025-01-17T07:05:44.845Z | starting task 4: "build" |
82 | 2025-01-17T07:05:44.851Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:05:44.851Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:05:44.851Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:05:44.851Z | + cargo --version |
86 | 2025-01-17T07:05:44.913Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:05:44.915Z | + rustc --version |
88 | 2025-01-17T07:05:44.977Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:05:44.980Z | + cd /tmp |
90 | 2025-01-17T07:05:44.980Z | + cargo new --lib test-project |
91 | 2025-01-17T07:05:45.039Z | Creating library `test-project` package |
92 | 2025-01-17T07:05:45.117Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-17T07:05:45.120Z | + cd test-project |
94 | 2025-01-17T07:05:45.120Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-17T07:05:45.180Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-17T07:05:45.183Z | Features: |
97 | 2025-01-17T07:05:45.183Z | - proptest |
98 | 2025-01-17T07:05:45.183Z | - test-strategy |
99 | 2025-01-17T07:05:45.183Z | - testing |
100 | 2025-01-17T07:05:45.183Z | Updating crates.io index |
101 | 2025-01-17T07:05:45.240Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-17T07:05:45.805Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-17T07:05:46.443Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-17T07:05:46.848Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-17T07:05:47.219Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-17T07:05:48.725Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-17T07:05:48.920Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-17T07:05:48.923Z | + cargo check |
109 | 2025-01-17T07:05:49.067Z | Updating crates.io index |
110 | 2025-01-17T07:05:49.945Z | Locking 1 package to latest compatible version |
111 | 2025-01-17T07:05:49.945Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-17T07:05:49.967Z | Downloading crates ... |
113 | 2025-01-17T07:05:50.048Z | Downloaded async-stream-impl v0.3.6 |
114 | 2025-01-17T07:05:50.055Z | Downloaded async-stream v0.3.6 |
115 | 2025-01-17T07:05:50.064Z | Downloaded dtrace-parser v0.2.0 |
116 | 2025-01-17T07:05:50.067Z | Downloaded darling_macro v0.20.10 |
117 | 2025-01-17T07:05:50.073Z | Downloaded match_cfg v0.1.0 |
118 | 2025-01-17T07:05:50.075Z | Downloaded thiserror-impl v1.0.69 |
119 | 2025-01-17T07:05:50.079Z | Downloaded tinyvec_macros v0.1.1 |
120 | 2025-01-17T07:05:50.087Z | Downloaded atomic-waker v1.1.2 |
121 | 2025-01-17T07:05:50.093Z | Downloaded ahash v0.8.11 |
122 | 2025-01-17T07:05:50.093Z | Downloaded foreign-types-shared v0.1.1 |
123 | 2025-01-17T07:05:50.096Z | Downloaded foreign-types v0.3.2 |
124 | 2025-01-17T07:05:50.097Z | Downloaded usdt-macro v0.5.0 |
125 | 2025-01-17T07:05:50.097Z | Downloaded time-core v0.1.2 |
126 | 2025-01-17T07:05:50.097Z | Downloaded ident_case v1.0.1 |
127 | 2025-01-17T07:05:50.099Z | Downloaded num_threads v0.1.7 |
128 | 2025-01-17T07:05:50.101Z | Downloaded icu_provider_macros v1.5.0 |
129 | 2025-01-17T07:05:50.101Z | Downloaded http-body v1.0.1 |
130 | 2025-01-17T07:05:50.104Z | Downloaded equivalent v1.0.1 |
131 | 2025-01-17T07:05:50.107Z | Downloaded futures-io v0.3.31 |
132 | 2025-01-17T07:05:50.107Z | Downloaded cfg-if v1.0.0 |
133 | 2025-01-17T07:05:50.109Z | Downloaded block-buffer v0.10.4 |
134 | 2025-01-17T07:05:50.109Z | Downloaded openssl-macros v0.1.1 |
135 | 2025-01-17T07:05:50.112Z | Downloaded form_urlencoded v1.2.1 |
136 | 2025-01-17T07:05:50.112Z | Downloaded dof v0.3.0 |
137 | 2025-01-17T07:05:50.114Z | Downloaded crypto-common v0.1.6 |
138 | 2025-01-17T07:05:50.114Z | Downloaded generic-array v0.14.7 |
139 | 2025-01-17T07:05:50.117Z | Downloaded zerofrom v0.1.4 |
140 | 2025-01-17T07:05:50.117Z | Downloaded yoke-derive v0.7.4 |
141 | 2025-01-17T07:05:50.120Z | Downloaded try-lock v0.2.5 |
142 | 2025-01-17T07:05:50.120Z | Downloaded byteorder v1.5.0 |
143 | 2025-01-17T07:05:50.122Z | Downloaded openssl-probe v0.1.5 |
144 | 2025-01-17T07:05:50.122Z | Downloaded cpufeatures v0.2.14 |
145 | 2025-01-17T07:05:50.125Z | Downloaded want v0.3.1 |
146 | 2025-01-17T07:05:50.125Z | Downloaded futures-sink v0.3.31 |
147 | 2025-01-17T07:05:50.127Z | Downloaded progenitor-client v0.9.1 |
148 | 2025-01-17T07:05:50.127Z | Downloaded progenitor-client v0.8.0 |
149 | 2025-01-17T07:05:50.130Z | Downloaded futures-executor v0.3.31 |
150 | 2025-01-17T07:05:50.132Z | Downloaded untrusted v0.9.0 |
151 | 2025-01-17T07:05:50.132Z | Downloaded hex v0.4.3 |
152 | 2025-01-17T07:05:50.135Z | Downloaded itoa v1.0.11 |
153 | 2025-01-17T07:05:50.135Z | Downloaded debug-ignore v1.0.5 |
154 | 2025-01-17T07:05:50.138Z | Downloaded tinystr v0.7.6 |
155 | 2025-01-17T07:05:50.140Z | Downloaded pretty-hex v0.4.1 |
156 | 2025-01-17T07:05:50.143Z | Downloaded writeable v0.5.5 |
157 | 2025-01-17T07:05:50.143Z | Downloaded utf8_iter v1.0.4 |
158 | 2025-01-17T07:05:50.146Z | Downloaded tokio-native-tls v0.3.1 |
159 | 2025-01-17T07:05:50.146Z | Downloaded thread-id v4.2.2 |
160 | 2025-01-17T07:05:50.148Z | Downloaded toml_datetime v0.6.8 |
161 | 2025-01-17T07:05:50.151Z | Downloaded macaddr v1.0.1 |
162 | 2025-01-17T07:05:50.151Z | Downloaded time-macros v0.2.18 |
163 | 2025-01-17T07:05:50.153Z | Downloaded http-body-util v0.1.2 |
164 | 2025-01-17T07:05:50.156Z | Downloaded is-terminal v0.4.13 |
165 | 2025-01-17T07:05:50.156Z | Downloaded hostname v0.4.0 |
166 | 2025-01-17T07:05:50.159Z | Downloaded write16 v1.0.0 |
167 | 2025-01-17T07:05:50.159Z | Downloaded usdt-attr-macro v0.5.0 |
168 | 2025-01-17T07:05:50.162Z | Downloaded deranged v0.3.11 |
169 | 2025-01-17T07:05:50.162Z | Downloaded waitgroup v0.1.2 |
170 | 2025-01-17T07:05:50.162Z | Downloaded futures-task v0.3.31 |
171 | 2025-01-17T07:05:50.165Z | Downloaded futures-core v0.3.31 |
172 | 2025-01-17T07:05:50.167Z | Downloaded darling v0.20.10 |
173 | 2025-01-17T07:05:50.170Z | Downloaded omicron-workspace-hack v0.1.0 |
174 | 2025-01-17T07:05:50.173Z | Downloaded httpdate v1.0.3 |
175 | 2025-01-17T07:05:50.173Z | Downloaded digest v0.10.7 |
176 | 2025-01-17T07:05:50.176Z | Downloaded fnv v1.0.7 |
177 | 2025-01-17T07:05:50.176Z | Downloaded displaydoc v0.2.5 |
178 | 2025-01-17T07:05:50.178Z | Downloaded parse-display-derive v0.10.0 |
179 | 2025-01-17T07:05:50.181Z | Downloaded zerofrom-derive v0.1.4 |
180 | 2025-01-17T07:05:50.181Z | Downloaded dyn-clone v1.0.17 |
181 | 2025-01-17T07:05:50.184Z | Downloaded powerfmt v0.2.0 |
182 | 2025-01-17T07:05:50.184Z | Downloaded dirs-next v2.0.0 |
183 | 2025-01-17T07:05:50.186Z | Downloaded newtype-uuid v1.2.1 |
184 | 2025-01-17T07:05:50.186Z | Downloaded thiserror-impl v2.0.11 |
185 | 2025-01-17T07:05:50.189Z | Downloaded idna_adapter v1.2.0 |
186 | 2025-01-17T07:05:50.189Z | Downloaded hyper-tls v0.6.0 |
187 | 2025-01-17T07:05:50.191Z | Downloaded num-conv v0.1.0 |
188 | 2025-01-17T07:05:50.191Z | Downloaded autocfg v1.4.0 |
189 | 2025-01-17T07:05:50.194Z | Downloaded pkg-config v0.3.31 |
190 | 2025-01-17T07:05:50.197Z | Downloaded zerovec-derive v0.10.3 |
191 | 2025-01-17T07:05:50.197Z | Downloaded usdt-impl v0.5.0 |
192 | 2025-01-17T07:05:50.199Z | Downloaded thread_local v1.1.8 |
193 | 2025-01-17T07:05:50.199Z | Downloaded ipnet v2.10.1 |
194 | 2025-01-17T07:05:50.201Z | Downloaded paste v1.0.15 |
195 | 2025-01-17T07:05:50.204Z | Downloaded take_mut v0.2.2 |
196 | 2025-01-17T07:05:50.206Z | Downloaded zerocopy-derive v0.7.35 |
197 | 2025-01-17T07:05:50.209Z | Downloaded synstructure v0.13.1 |
198 | 2025-01-17T07:05:50.211Z | Downloaded futures-channel v0.3.31 |
199 | 2025-01-17T07:05:50.214Z | Downloaded progenitor v0.8.0 |
200 | 2025-01-17T07:05:50.216Z | Downloaded typify v0.2.0 |
201 | 2025-01-17T07:05:50.219Z | Downloaded structmeta v0.3.0 |
202 | 2025-01-17T07:05:50.219Z | Downloaded instant v0.1.13 |
203 | 2025-01-17T07:05:50.222Z | Downloaded lock_api v0.4.12 |
204 | 2025-01-17T07:05:50.222Z | Downloaded httparse v1.9.5 |
205 | 2025-01-17T07:05:50.225Z | Downloaded plain v0.2.3 |
206 | 2025-01-17T07:05:50.227Z | Downloaded pin-utils v0.1.0 |
207 | 2025-01-17T07:05:50.227Z | Downloaded progenitor-macro v0.8.0 |
208 | 2025-01-17T07:05:50.229Z | Downloaded camino v1.1.9 |
209 | 2025-01-17T07:05:50.230Z | Downloaded ppv-lite86 v0.2.20 |
210 | 2025-01-17T07:05:50.232Z | Downloaded tokio-macros v2.5.0 |
211 | 2025-01-17T07:05:50.232Z | Downloaded percent-encoding v2.3.1 |
212 | 2025-01-17T07:05:50.235Z | Downloaded memmap v0.7.0 |
213 | 2025-01-17T07:05:50.236Z | Downloaded tokio-rustls v0.25.0 |
214 | 2025-01-17T07:05:50.239Z | Downloaded strum v0.26.3 |
215 | 2025-01-17T07:05:50.239Z | Downloaded zeroize v1.8.1 |
216 | 2025-01-17T07:05:50.239Z | Downloaded icu_locid_transform_data v1.5.0 |
217 | 2025-01-17T07:05:50.241Z | Downloaded icu_locid v1.5.0 |
218 | 2025-01-17T07:05:50.245Z | Downloaded icu_normalizer v1.5.0 |
219 | 2025-01-17T07:05:50.249Z | Downloaded crossbeam-utils v0.8.20 |
220 | 2025-01-17T07:05:50.251Z | Downloaded log v0.4.22 |
221 | 2025-01-17T07:05:50.254Z | Downloaded schemars_derive v0.8.21 |
222 | 2025-01-17T07:05:50.257Z | Downloaded version_check v0.9.5 |
223 | 2025-01-17T07:05:50.259Z | Downloaded utf16_iter v1.0.5 |
224 | 2025-01-17T07:05:50.259Z | Downloaded typify-macro v0.2.0 |
225 | 2025-01-17T07:05:50.259Z | Downloaded sha1 v0.10.6 |
226 | 2025-01-17T07:05:50.262Z | Downloaded anyhow v1.0.93 |
227 | 2025-01-17T07:05:50.264Z | Downloaded dropshot_endpoint v0.15.1 |
228 | 2025-01-17T07:05:50.268Z | Downloaded serde_spanned v0.6.8 |
229 | 2025-01-17T07:05:50.270Z | Downloaded parking_lot_core v0.9.10 |
230 | 2025-01-17T07:05:50.273Z | Downloaded yoke v0.7.4 |
231 | 2025-01-17T07:05:50.276Z | Downloaded rustversion v1.0.17 |
232 | 2025-01-17T07:05:50.276Z | Downloaded slab v0.4.9 |
233 | 2025-01-17T07:05:50.280Z | Downloaded tokio-rustls v0.26.0 |
234 | 2025-01-17T07:05:50.280Z | Downloaded num-traits v0.2.19 |
235 | 2025-01-17T07:05:50.283Z | Downloaded scroll_derive v0.12.0 |
236 | 2025-01-17T07:05:50.283Z | Downloaded serde_tokenstream v0.2.2 |
237 | 2025-01-17T07:05:50.287Z | Downloaded futures-macro v0.3.31 |
238 | 2025-01-17T07:05:50.287Z | Downloaded rand_core v0.6.4 |
239 | 2025-01-17T07:05:50.287Z | Downloaded pin-project-lite v0.2.14 |
240 | 2025-01-17T07:05:50.291Z | Downloaded sync_wrapper v1.0.1 |
241 | 2025-01-17T07:05:50.293Z | Downloaded rand_chacha v0.3.1 |
242 | 2025-01-17T07:05:50.293Z | Downloaded quote v1.0.38 |
243 | 2025-01-17T07:05:50.296Z | Downloaded once_cell v1.20.2 |
244 | 2025-01-17T07:05:50.298Z | Downloaded pest_derive v2.7.14 |
245 | 2025-01-17T07:05:50.301Z | Downloaded slog-bunyan v2.5.0 |
246 | 2025-01-17T07:05:50.304Z | Downloaded structmeta-derive v0.3.0 |
247 | 2025-01-17T07:05:50.304Z | Downloaded icu_provider v1.5.0 |
248 | 2025-01-17T07:05:50.307Z | Downloaded mime v0.3.17 |
249 | 2025-01-17T07:05:50.309Z | Downloaded slog-async v2.8.0 |
250 | 2025-01-17T07:05:50.309Z | Downloaded bytes v1.9.0 |
251 | 2025-01-17T07:05:50.312Z | Downloaded unicode-ident v1.0.14 |
252 | 2025-01-17T07:05:50.315Z | Downloaded indexmap v1.9.3 |
253 | 2025-01-17T07:05:50.318Z | Downloaded icu_normalizer_data v1.5.0 |
254 | 2025-01-17T07:05:50.321Z | Downloaded scopeguard v1.2.0 |
255 | 2025-01-17T07:05:50.323Z | Downloaded rustc-hash v2.0.0 |
256 | 2025-01-17T07:05:50.323Z | Downloaded multer v3.1.0 |
257 | 2025-01-17T07:05:50.326Z | Downloaded signal-hook-registry v1.4.2 |
258 | 2025-01-17T07:05:50.328Z | Downloaded subtle v2.6.1 |
259 | 2025-01-17T07:05:50.328Z | Downloaded typenum v1.17.0 |
260 | 2025-01-17T07:05:50.331Z | Downloaded usdt v0.5.0 |
261 | 2025-01-17T07:05:50.333Z | Downloaded term v0.7.0 |
262 | 2025-01-17T07:05:50.336Z | Downloaded darling_core v0.20.10 |
263 | 2025-01-17T07:05:50.339Z | Downloaded stable_deref_trait v1.2.0 |
264 | 2025-01-17T07:05:50.342Z | Downloaded serde_urlencoded v0.7.1 |
265 | 2025-01-17T07:05:50.342Z | Downloaded openssl-sys v0.9.103 |
266 | 2025-01-17T07:05:50.346Z | Downloaded slog-json v2.6.1 |
267 | 2025-01-17T07:05:50.348Z | Downloaded thiserror v1.0.69 |
268 | 2025-01-17T07:05:50.353Z | Downloaded progenitor-impl v0.8.0 |
269 | 2025-01-17T07:05:50.355Z | Downloaded cc v1.1.30 |
270 | 2025-01-17T07:05:50.358Z | Downloaded shlex v1.3.0 |
271 | 2025-01-17T07:05:50.360Z | Downloaded scroll v0.12.0 |
272 | 2025-01-17T07:05:50.360Z | Downloaded native-tls v0.2.12 |
273 | 2025-01-17T07:05:50.363Z | Downloaded icu_properties v1.5.1 |
274 | 2025-01-17T07:05:50.365Z | Downloaded hyper-util v0.1.10 |
275 | 2025-01-17T07:05:50.369Z | Downloaded strum_macros v0.26.4 |
276 | 2025-01-17T07:05:50.372Z | Downloaded rustls-pemfile v2.2.0 |
277 | 2025-01-17T07:05:50.374Z | Downloaded slog v2.7.0 |
278 | 2025-01-17T07:05:50.377Z | Downloaded semver v1.0.24 |
279 | 2025-01-17T07:05:50.379Z | Downloaded parking_lot v0.12.3 |
280 | 2025-01-17T07:05:50.382Z | Downloaded quinn v0.11.5 |
281 | 2025-01-17T07:05:50.385Z | Downloaded async-trait v0.1.83 |
282 | 2025-01-17T07:05:50.388Z | Downloaded indexmap v2.7.0 |
283 | 2025-01-17T07:05:50.392Z | Downloaded spin v0.9.8 |
284 | 2025-01-17T07:05:50.395Z | Downloaded sha2 v0.10.8 |
285 | 2025-01-17T07:05:50.397Z | Downloaded proc-macro2 v1.0.92 |
286 | 2025-01-17T07:05:50.400Z | Downloaded serde_derive_internals v0.29.1 |
287 | 2025-01-17T07:05:50.402Z | Downloaded rustls-pki-types v1.10.0 |
288 | 2025-01-17T07:05:50.405Z | Downloaded unsafe-libyaml v0.2.11 |
289 | 2025-01-17T07:05:50.409Z | Downloaded smallvec v1.13.2 |
290 | 2025-01-17T07:05:50.411Z | Downloaded url v2.5.3 |
291 | 2025-01-17T07:05:50.413Z | Downloaded tracing v0.1.40 |
292 | 2025-01-17T07:05:50.417Z | Downloaded crossbeam-channel v0.5.13 |
293 | 2025-01-17T07:05:50.421Z | Downloaded toml v0.8.19 |
294 | 2025-01-17T07:05:50.426Z | Downloaded serde_derive v1.0.217 |
295 | 2025-01-17T07:05:50.429Z | Downloaded icu_collections v1.5.0 |
296 | 2025-01-17T07:05:50.433Z | Downloaded socket2 v0.5.7 |
297 | 2025-01-17T07:05:50.436Z | Downloaded schemars v0.8.21 |
298 | 2025-01-17T07:05:50.447Z | Downloaded rand v0.8.5 |
299 | 2025-01-17T07:05:50.451Z | Downloaded serde v1.0.217 |
300 | 2025-01-17T07:05:50.455Z | Downloaded toml_edit v0.22.22 |
301 | 2025-01-17T07:05:50.477Z | Downloaded itertools v0.10.5 |
302 | 2025-01-17T07:05:50.482Z | Downloaded time v0.3.36 |
303 | 2025-01-17T07:05:50.489Z | Downloaded tokio-util v0.7.12 |
304 | 2025-01-17T07:05:50.495Z | Downloaded hashbrown v0.14.5 |
305 | 2025-01-17T07:05:50.500Z | Downloaded memchr v2.7.4 |
306 | 2025-01-17T07:05:50.507Z | Downloaded idna v1.0.3 |
307 | 2025-01-17T07:05:50.509Z | Downloaded pest v2.7.14 |
308 | 2025-01-17T07:05:50.515Z | Downloaded zerovec v0.10.4 |
309 | 2025-01-17T07:05:50.521Z | Downloaded aho-corasick v1.1.3 |
310 | 2025-01-17T07:05:50.526Z | Downloaded hyper v1.5.2 |
311 | 2025-01-17T07:05:50.533Z | Downloaded h2 v0.4.6 |
312 | 2025-01-17T07:05:50.539Z | Downloaded futures-util v0.3.31 |
313 | 2025-01-17T07:05:50.551Z | Downloaded serde_with v3.11.0 |
314 | 2025-01-17T07:05:50.559Z | Downloaded serde_json v1.0.135 |
315 | 2025-01-17T07:05:50.566Z | Downloaded goblin v0.8.2 |
316 | 2025-01-17T07:05:50.572Z | Downloaded reqwest v0.12.9 |
317 | 2025-01-17T07:05:50.580Z | Downloaded quinn-proto v0.11.8 |
318 | 2025-01-17T07:05:50.586Z | Downloaded vcpkg v0.2.15 |
319 | 2025-01-17T07:05:50.624Z | Downloaded chrono v0.4.38 |
320 | 2025-01-17T07:05:50.630Z | Downloaded icu_properties_data v1.5.0 |
321 | 2025-01-17T07:05:50.640Z | Downloaded rustls-webpki v0.102.8 |
322 | 2025-01-17T07:05:50.658Z | Downloaded webpki-roots v0.26.6 |
323 | 2025-01-17T07:05:50.661Z | Downloaded openssl v0.10.66 |
324 | 2025-01-17T07:05:50.669Z | Downloaded winnow v0.6.20 |
325 | 2025-01-17T07:05:50.678Z | Downloaded syn v1.0.109 |
326 | 2025-01-17T07:05:50.687Z | Downloaded regex v1.11.1 |
327 | 2025-01-17T07:05:50.700Z | Downloaded zerocopy v0.7.35 |
328 | 2025-01-17T07:05:50.715Z | Downloaded syn v2.0.96 |
329 | 2025-01-17T07:05:50.727Z | Downloaded regress v0.10.1 |
330 | 2025-01-17T07:05:50.734Z | Downloaded regress v0.9.1 |
331 | 2025-01-17T07:05:50.742Z | Downloaded rustls v0.23.19 |
332 | 2025-01-17T07:05:50.753Z | Downloaded rustls v0.22.4 |
333 | 2025-01-17T07:05:50.765Z | Downloaded typify-impl v0.2.0 |
334 | 2025-01-17T07:05:50.777Z | Downloaded regex-syntax v0.8.5 |
335 | 2025-01-17T07:05:50.785Z | Downloaded openapiv3 v2.0.0 |
336 | 2025-01-17T07:05:50.795Z | Downloaded dropshot v0.15.1 |
337 | 2025-01-17T07:05:50.815Z | Downloaded hashbrown v0.15.1 |
338 | 2025-01-17T07:05:50.821Z | Downloaded http v1.2.0 |
339 | 2025-01-17T07:05:50.823Z | Downloaded ryu v1.0.18 |
340 | 2025-01-17T07:05:50.826Z | Downloaded serde_yaml v0.9.34+deprecated |
341 | 2025-01-17T07:05:50.829Z | Downloaded mio v1.0.2 |
342 | 2025-01-17T07:05:50.834Z | Downloaded hashbrown v0.12.3 |
343 | 2025-01-17T07:05:50.838Z | Downloaded base64 v0.22.1 |
344 | 2025-01-17T07:05:50.841Z | Downloaded uuid v1.11.0 |
345 | 2025-01-17T07:05:50.844Z | Downloaded tinyvec v1.8.0 |
346 | 2025-01-17T07:05:50.847Z | Downloaded serde_with_macros v3.11.0 |
347 | 2025-01-17T07:05:50.850Z | Downloaded thiserror v2.0.11 |
348 | 2025-01-17T07:05:50.854Z | Downloaded slog-term v2.9.1 |
349 | 2025-01-17T07:05:50.857Z | Downloaded ucd-trie v0.1.7 |
350 | 2025-01-17T07:05:50.862Z | Downloaded tracing-core v0.1.32 |
351 | 2025-01-17T07:05:50.862Z | Downloaded hyper-rustls v0.27.3 |
352 | 2025-01-17T07:05:50.866Z | Downloaded either v1.13.0 |
353 | 2025-01-17T07:05:50.866Z | Downloaded regex-automata v0.4.8 |
354 | 2025-01-17T07:05:50.879Z | Downloaded strsim v0.11.1 |
355 | 2025-01-17T07:05:50.882Z | Downloaded quinn-udp v0.5.5 |
356 | 2025-01-17T07:05:50.882Z | Downloaded pest_meta v2.7.14 |
357 | 2025-01-17T07:05:50.885Z | Downloaded serde_path_to_error v0.1.16 |
358 | 2025-01-17T07:05:50.885Z | Downloaded libc v0.2.169 |
359 | 2025-01-17T07:05:50.908Z | Downloaded ipnetwork v0.20.0 |
360 | 2025-01-17T07:05:50.911Z | Downloaded tokio v1.43.0 |
361 | 2025-01-17T07:05:50.944Z | Downloaded hostname v0.3.1 |
362 | 2025-01-17T07:05:50.947Z | Downloaded dirs-sys-next v0.1.2 |
363 | 2025-01-17T07:05:50.947Z | Downloaded icu_locid_transform v1.5.0 |
364 | 2025-01-17T07:05:50.949Z | Downloaded futures v0.3.31 |
365 | 2025-01-17T07:05:50.952Z | Downloaded heck v0.5.0 |
366 | 2025-01-17T07:05:50.955Z | Downloaded parse-display v0.10.0 |
367 | 2025-01-17T07:05:50.955Z | Downloaded bitflags v2.6.0 |
368 | 2025-01-17T07:05:50.958Z | Downloaded backoff v0.4.0 |
369 | 2025-01-17T07:05:50.961Z | Downloaded litemap v0.7.3 |
370 | 2025-01-17T07:05:50.961Z | Downloaded pest_generator v2.7.14 |
371 | 2025-01-17T07:05:50.966Z | Downloaded tower-service v0.3.3 |
372 | 2025-01-17T07:05:50.969Z | Downloaded allocator-api2 v0.2.18 |
373 | 2025-01-17T07:05:50.969Z | Downloaded iana-time-zone v0.1.61 |
374 | 2025-01-17T07:05:50.972Z | Downloaded getrandom v0.2.15 |
375 | 2025-01-17T07:05:51.023Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-17T07:05:51.230Z | Downloaded ring v0.17.8 |
377 | 2025-01-17T07:05:51.422Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-17T07:05:51.422Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-17T07:05:51.422Z | Compiling libc v0.2.169 |
380 | 2025-01-17T07:05:51.422Z | Checking cfg-if v1.0.0 |
381 | 2025-01-17T07:05:51.427Z | Compiling autocfg v1.4.0 |
382 | 2025-01-17T07:05:51.442Z | Compiling serde v1.0.217 |
383 | 2025-01-17T07:05:51.445Z | Compiling version_check v0.9.5 |
384 | 2025-01-17T07:05:51.445Z | Checking memchr v2.7.4 |
385 | 2025-01-17T07:05:51.556Z | Compiling serde_json v1.0.135 |
386 | 2025-01-17T07:05:51.622Z | Checking itoa v1.0.11 |
387 | 2025-01-17T07:05:52.018Z | Checking once_cell v1.20.2 |
388 | 2025-01-17T07:05:52.152Z | Compiling thiserror v1.0.69 |
389 | 2025-01-17T07:05:52.181Z | Compiling shlex v1.3.0 |
390 | 2025-01-17T07:05:52.481Z | Compiling cc v1.1.30 |
391 | 2025-01-17T07:05:52.854Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-17T07:05:52.945Z | Compiling num-traits v0.2.19 |
393 | 2025-01-17T07:05:53.632Z | Checking smallvec v1.13.2 |
394 | 2025-01-17T07:05:53.657Z | Checking ryu v1.0.18 |
395 | 2025-01-17T07:05:53.883Z | Checking bytes v1.9.0 |
396 | 2025-01-17T07:05:53.897Z | Checking futures-core v0.3.31 |
397 | 2025-01-17T07:05:53.900Z | Compiling lock_api v0.4.12 |
398 | 2025-01-17T07:05:53.921Z | Compiling parking_lot_core v0.9.10 |
399 | 2025-01-17T07:05:54.077Z | Compiling byteorder v1.5.0 |
400 | 2025-01-17T07:05:54.197Z | Compiling schemars v0.8.21 |
401 | 2025-01-17T07:05:54.267Z | Checking getrandom v0.2.15 |
402 | 2025-01-17T07:05:54.362Z | Checking scopeguard v1.2.0 |
403 | 2025-01-17T07:05:54.521Z | Compiling slab v0.4.9 |
404 | 2025-01-17T07:05:54.567Z | Compiling ahash v0.8.11 |
405 | 2025-01-17T07:05:54.600Z | Checking futures-sink v0.3.31 |
406 | 2025-01-17T07:05:54.697Z | Compiling quote v1.0.38 |
407 | 2025-01-17T07:05:54.746Z | Checking log v0.4.22 |
408 | 2025-01-17T07:05:54.811Z | Checking signal-hook-registry v1.4.2 |
409 | 2025-01-17T07:05:54.871Z | Checking parking_lot v0.12.3 |
410 | 2025-01-17T07:05:54.976Z | Checking mio v1.0.2 |
411 | 2025-01-17T07:05:54.991Z | Checking socket2 v0.5.7 |
412 | 2025-01-17T07:05:54.995Z | Checking stable_deref_trait v1.2.0 |
413 | 2025-01-17T07:05:55.055Z | Compiling syn v2.0.96 |
414 | 2025-01-17T07:05:55.101Z | Compiling ring v0.17.8 |
415 | 2025-01-17T07:05:55.198Z | Checking hashbrown v0.15.1 |
416 | 2025-01-17T07:05:55.226Z | Checking fnv v1.0.7 |
417 | 2025-01-17T07:05:55.252Z | Checking equivalent v1.0.1 |
418 | 2025-01-17T07:05:55.307Z | Checking futures-channel v0.3.31 |
419 | 2025-01-17T07:05:55.344Z | Checking http v1.2.0 |
420 | 2025-01-17T07:05:55.366Z | Compiling semver v1.0.24 |
421 | 2025-01-17T07:05:55.447Z | Checking futures-io v0.3.31 |
422 | 2025-01-17T07:05:55.530Z | Checking futures-task v0.3.31 |
423 | 2025-01-17T07:05:55.645Z | Checking pin-utils v0.1.0 |
424 | 2025-01-17T07:05:55.669Z | Checking rustls-pki-types v1.10.0 |
425 | 2025-01-17T07:05:55.734Z | Compiling pkg-config v0.3.31 |
426 | 2025-01-17T07:05:55.770Z | Compiling vcpkg v0.2.15 |
427 | 2025-01-17T07:05:55.893Z | Checking spin v0.9.8 |
428 | 2025-01-17T07:05:56.151Z | Compiling heck v0.5.0 |
429 | 2025-01-17T07:05:56.175Z | Compiling httparse v1.9.5 |
430 | 2025-01-17T07:05:56.524Z | Checking untrusted v0.9.0 |
431 | 2025-01-17T07:05:56.575Z | Checking iana-time-zone v0.1.61 |
432 | 2025-01-17T07:05:56.669Z | Checking writeable v0.5.5 |
433 | 2025-01-17T07:05:56.736Z | Checking litemap v0.7.3 |
434 | 2025-01-17T07:05:56.744Z | Checking tracing-core v0.1.32 |
435 | 2025-01-17T07:05:56.880Z | Checking dyn-clone v1.0.17 |
436 | 2025-01-17T07:05:56.949Z | Compiling ucd-trie v0.1.7 |
437 | 2025-01-17T07:05:56.995Z | Checking atomic-waker v1.1.2 |
438 | 2025-01-17T07:05:57.105Z | Compiling openssl-sys v0.9.103 |
439 | 2025-01-17T07:05:57.108Z | Checking http-body v1.0.1 |
440 | 2025-01-17T07:05:57.321Z | Checking tracing v0.1.40 |
441 | 2025-01-17T07:05:57.335Z | Checking icu_locid_transform_data v1.5.0 |
442 | 2025-01-17T07:05:57.351Z | Compiling allocator-api2 v0.2.18 |
443 | 2025-01-17T07:05:57.477Z | Checking subtle v2.6.1 |
444 | 2025-01-17T07:05:57.576Z | Checking zeroize v1.8.1 |
445 | 2025-01-17T07:05:57.592Z | Checking try-lock v0.2.5 |
446 | 2025-01-17T07:05:57.708Z | Checking want v0.3.1 |
447 | 2025-01-17T07:05:57.762Z | Checking icu_properties_data v1.5.0 |
448 | 2025-01-17T07:05:57.954Z | Checking foreign-types-shared v0.1.1 |
449 | 2025-01-17T07:05:58.046Z | Compiling openssl v0.10.66 |
450 | 2025-01-17T07:05:58.063Z | Compiling uuid v1.11.0 |
451 | 2025-01-17T07:05:58.092Z | Checking httpdate v1.0.3 |
452 | 2025-01-17T07:05:58.310Z | Checking foreign-types v0.3.2 |
453 | 2025-01-17T07:05:58.394Z | Checking write16 v1.0.0 |
454 | 2025-01-17T07:05:58.445Z | Checking utf16_iter v1.0.5 |
455 | 2025-01-17T07:05:58.511Z | Compiling chrono v0.4.38 |
456 | 2025-01-17T07:05:58.521Z | Compiling rustls v0.23.19 |
457 | 2025-01-17T07:05:58.607Z | Checking utf8_iter v1.0.4 |
458 | 2025-01-17T07:05:58.619Z | Checking tower-service v0.3.3 |
459 | 2025-01-17T07:05:58.730Z | Checking bitflags v2.6.0 |
460 | 2025-01-17T07:05:58.750Z | Checking icu_normalizer_data v1.5.0 |
461 | 2025-01-17T07:05:58.808Z | Checking percent-encoding v2.3.1 |
462 | 2025-01-17T07:05:58.838Z | Compiling slog v2.7.0 |
463 | 2025-01-17T07:05:58.896Z | Compiling native-tls v0.2.12 |
464 | 2025-01-17T07:05:58.988Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-17T07:05:59.182Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-17T07:05:59.322Z | Compiling typenum v1.17.0 |
467 | 2025-01-17T07:05:59.747Z | Checking openssl-probe v0.1.5 |
468 | 2025-01-17T07:05:59.897Z | Compiling regex-syntax v0.8.5 |
469 | 2025-01-17T07:06:00.211Z | Compiling generic-array v0.14.7 |
470 | 2025-01-17T07:06:00.335Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-17T07:06:00.631Z | Checking mime v0.3.17 |
472 | 2025-01-17T07:06:01.359Z | Compiling synstructure v0.13.1 |
473 | 2025-01-17T07:06:01.861Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-17T07:06:02.563Z | Checking rustls-pemfile v2.2.0 |
475 | 2025-01-17T07:06:02.757Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-17T07:06:03.130Z | Compiling regex-automata v0.4.8 |
477 | 2025-01-17T07:06:03.452Z | Compiling usdt-impl v0.5.0 |
478 | 2025-01-17T07:06:03.466Z | Compiling num-conv v0.1.0 |
479 | 2025-01-17T07:06:03.742Z | Compiling time-core v0.1.2 |
480 | 2025-01-17T07:06:03.819Z | Checking base64 v0.22.1 |
481 | 2025-01-17T07:06:03.904Z | Checking powerfmt v0.2.0 |
482 | 2025-01-17T07:06:04.149Z | Checking deranged v0.3.11 |
483 | 2025-01-17T07:06:04.254Z | Compiling time-macros v0.2.18 |
484 | 2025-01-17T07:06:04.951Z | Compiling thread-id v4.2.2 |
485 | 2025-01-17T07:06:05.062Z | Checking sync_wrapper v1.0.1 |
486 | 2025-01-17T07:06:05.208Z | Compiling crossbeam-utils v0.8.20 |
487 | 2025-01-17T07:06:05.552Z | Checking plain v0.2.3 |
488 | 2025-01-17T07:06:05.581Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-17T07:06:05.695Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-17T07:06:05.709Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-01-17T07:06:05.843Z | Compiling zerofrom-derive v0.1.4 |
492 | 2025-01-17T07:06:06.637Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-17T07:06:07.381Z | Compiling tokio-macros v2.5.0 |
494 | 2025-01-17T07:06:07.526Z | Compiling zerocopy v0.7.35 |
495 | 2025-01-17T07:06:08.692Z | Checking zerofrom v0.1.4 |
496 | 2025-01-17T07:06:08.767Z | Compiling yoke-derive v0.7.4 |
497 | 2025-01-17T07:06:08.789Z | Checking tokio v1.43.0 |
498 | 2025-01-17T07:06:08.875Z | Compiling zerovec-derive v0.10.3 |
499 | 2025-01-17T07:06:09.183Z | Compiling displaydoc v0.2.5 |
500 | 2025-01-17T07:06:09.483Z | Compiling futures-macro v0.3.31 |
501 | 2025-01-17T07:06:09.508Z | Compiling icu_provider_macros v1.5.0 |
502 | 2025-01-17T07:06:10.608Z | Compiling pest v2.7.14 |
503 | 2025-01-17T07:06:11.052Z | Checking yoke v0.7.4 |
504 | 2025-01-17T07:06:11.102Z | Compiling hashbrown v0.14.5 |
505 | 2025-01-17T07:06:11.205Z | Checking futures-util v0.3.31 |
506 | 2025-01-17T07:06:11.235Z | Compiling openssl-macros v0.1.1 |
507 | 2025-01-17T07:06:11.349Z | Checking zerovec v0.10.4 |
508 | 2025-01-17T07:06:12.491Z | Checking rustls-webpki v0.102.8 |
509 | 2025-01-17T07:06:12.793Z | Checking tinystr v0.7.6 |
510 | 2025-01-17T07:06:13.130Z | Checking icu_locid v1.5.0 |
511 | 2025-01-17T07:06:13.239Z | Compiling pest_meta v2.7.14 |
512 | 2025-01-17T07:06:13.508Z | Checking icu_collections v1.5.0 |
513 | 2025-01-17T07:06:14.016Z | Checking icu_provider v1.5.0 |
514 | 2025-01-17T07:06:14.182Z | Compiling regress v0.10.1 |
515 | 2025-01-17T07:06:14.615Z | Checking icu_locid_transform v1.5.0 |
516 | 2025-01-17T07:06:15.376Z | Checking tokio-util v0.7.12 |
517 | 2025-01-17T07:06:15.538Z | Checking icu_properties v1.5.1 |
518 | 2025-01-17T07:06:15.756Z | Compiling pest_generator v2.7.14 |
519 | 2025-01-17T07:06:16.990Z | Checking indexmap v2.7.0 |
520 | 2025-01-17T07:06:17.551Z | Compiling serde_tokenstream v0.2.2 |
521 | 2025-01-17T07:06:18.123Z | Compiling pest_derive v2.7.14 |
522 | 2025-01-17T07:06:18.125Z | Checking h2 v0.4.6 |
523 | 2025-01-17T07:06:18.710Z | Checking http-body-util v0.1.2 |
524 | 2025-01-17T07:06:18.830Z | Checking tokio-native-tls v0.3.1 |
525 | 2025-01-17T07:06:18.895Z | Checking icu_normalizer v1.5.0 |
526 | 2025-01-17T07:06:19.107Z | Checking serde_urlencoded v0.7.1 |
527 | 2025-01-17T07:06:19.623Z | Compiling regex v1.11.1 |
528 | 2025-01-17T07:06:19.674Z | Checking idna_adapter v1.2.0 |
529 | 2025-01-17T07:06:19.861Z | Checking idna v1.0.3 |
530 | 2025-01-17T07:06:19.902Z | Compiling scroll_derive v0.12.0 |
531 | 2025-01-17T07:06:20.352Z | Checking url v2.5.3 |
532 | 2025-01-17T07:06:20.355Z | Compiling dtrace-parser v0.2.0 |
533 | 2025-01-17T07:06:20.486Z | Compiling dof v0.3.0 |
534 | 2025-01-17T07:06:21.164Z | Compiling typify-impl v0.2.0 |
535 | 2025-01-17T07:06:21.334Z | Checking scroll v0.12.0 |
536 | 2025-01-17T07:06:21.808Z | Checking ipnet v2.10.1 |
537 | 2025-01-17T07:06:22.053Z | Compiling strsim v0.11.1 |
538 | 2025-01-17T07:06:22.133Z | Compiling ident_case v1.0.1 |
539 | 2025-01-17T07:06:22.182Z | Checking hyper v1.5.2 |
540 | 2025-01-17T07:06:22.504Z | Checking num_threads v0.1.7 |
541 | 2025-01-17T07:06:22.624Z | Compiling syn v1.0.109 |
542 | 2025-01-17T07:06:22.664Z | Checking time v0.3.36 |
543 | 2025-01-17T07:06:23.087Z | Checking tokio-rustls v0.26.0 |
544 | 2025-01-17T07:06:23.263Z | Compiling darling_core v0.20.10 |
545 | 2025-01-17T07:06:23.452Z | Checking goblin v0.8.2 |
546 | 2025-01-17T07:06:24.145Z | Checking hyper-util v0.1.10 |
547 | 2025-01-17T07:06:25.067Z | Compiling openapiv3 v2.0.0 |
548 | 2025-01-17T07:06:25.715Z | Checking hyper-tls v0.6.0 |
549 | 2025-01-17T07:06:25.969Z | Checking hyper-rustls v0.27.3 |
550 | 2025-01-17T07:06:26.267Z | Checking reqwest v0.12.9 |
551 | 2025-01-17T07:06:26.581Z | Checking dirs-sys-next v0.1.2 |
552 | 2025-01-17T07:06:27.133Z | Compiling unsafe-libyaml v0.2.11 |
553 | 2025-01-17T07:06:27.675Z | Compiling newtype-uuid v1.2.1 |
554 | 2025-01-17T07:06:27.987Z | Checking pretty-hex v0.4.1 |
555 | 2025-01-17T07:06:28.174Z | Compiling rustls v0.22.4 |
556 | 2025-01-17T07:06:28.189Z | Compiling rustversion v1.0.17 |
557 | 2025-01-17T07:06:28.445Z | Compiling omicron-workspace-hack v0.1.0 |
558 | 2025-01-17T07:06:28.448Z | Compiling paste v1.0.15 |
559 | 2025-01-17T07:06:28.650Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-17T07:06:28.774Z | Compiling serde_yaml v0.9.34+deprecated |
561 | 2025-01-17T07:06:28.891Z | Checking dirs-next v2.0.0 |
562 | 2025-01-17T07:06:29.020Z | Checking ipnetwork v0.20.0 |
563 | 2025-01-17T07:06:29.055Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-17T07:06:29.240Z | Checking toml_datetime v0.6.8 |
565 | 2025-01-17T07:06:29.244Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-17T07:06:29.350Z | Checking crypto-common v0.1.6 |
567 | 2025-01-17T07:06:29.528Z | Checking block-buffer v0.10.4 |
568 | 2025-01-17T07:06:29.531Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-17T07:06:29.595Z | Checking rand_core v0.6.4 |
570 | 2025-01-17T07:06:29.714Z | Checking thread_local v1.1.8 |
571 | 2025-01-17T07:06:29.728Z | Compiling multer v3.1.0 |
572 | 2025-01-17T07:06:29.873Z | Compiling camino v1.1.9 |
573 | 2025-01-17T07:06:29.982Z | Compiling anyhow v1.0.93 |
574 | 2025-01-17T07:06:29.996Z | Checking winnow v0.6.20 |
575 | 2025-01-17T07:06:30.071Z | Checking match_cfg v0.1.0 |
576 | 2025-01-17T07:06:30.168Z | Compiling thiserror v2.0.11 |
577 | 2025-01-17T07:06:30.465Z | Compiling slog-async v2.8.0 |
578 | 2025-01-17T07:06:30.579Z | Checking either v1.13.0 |
579 | 2025-01-17T07:06:30.965Z | Checking itertools v0.10.5 |
580 | 2025-01-17T07:06:31.177Z | Checking hostname v0.3.1 |
581 | 2025-01-17T07:06:31.372Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-17T07:06:31.734Z | Checking digest v0.10.7 |
583 | 2025-01-17T07:06:31.892Z | Checking crossbeam-channel v0.5.13 |
584 | 2025-01-17T07:06:31.921Z | Compiling darling v0.20.10 |
585 | 2025-01-17T07:06:32.028Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
586 | 2025-01-17T07:06:32.031Z | Compiling structmeta v0.3.0 |
587 | 2025-01-17T07:06:32.053Z | Checking term v0.7.0 |
588 | 2025-01-17T07:06:32.664Z | Checking toml_edit v0.22.22 |
589 | 2025-01-17T07:06:32.678Z | Checking progenitor-client v0.8.0 |
590 | 2025-01-17T07:06:32.922Z | Compiling typify-macro v0.2.0 |
591 | 2025-01-17T07:06:32.990Z | Compiling usdt-attr-macro v0.5.0 |
592 | 2025-01-17T07:06:33.027Z | Compiling usdt-macro v0.5.0 |
593 | 2025-01-17T07:06:33.369Z | Checking slog-json v2.6.1 |
594 | 2025-01-17T07:06:33.620Z | Checking futures-executor v0.3.31 |
595 | 2025-01-17T07:06:33.634Z | Compiling async-stream-impl v0.3.6 |
596 | 2025-01-17T07:06:33.852Z | Compiling thiserror-impl v2.0.11 |
597 | 2025-01-17T07:06:33.896Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
598 | 2025-01-17T07:06:34.289Z | Checking memmap v0.7.0 |
599 | 2025-01-17T07:06:34.337Z | Checking is-terminal v0.4.13 |
600 | 2025-01-17T07:06:34.466Z | Compiling dropshot v0.15.1 |
601 | 2025-01-17T07:06:34.482Z | Checking take_mut v0.2.2 |
602 | 2025-01-17T07:06:34.626Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-17T07:06:34.713Z | Checking sha1 v0.10.6 |
604 | 2025-01-17T07:06:34.836Z | Checking async-stream v0.3.6 |
605 | 2025-01-17T07:06:34.988Z | Checking usdt v0.5.0 |
606 | 2025-01-17T07:06:35.020Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
607 | 2025-01-17T07:06:35.034Z | Checking slog-term v2.9.1 |
608 | 2025-01-17T07:06:35.133Z | Checking futures v0.3.31 |
609 | 2025-01-17T07:06:35.190Z | Checking toml v0.8.19 |
610 | 2025-01-17T07:06:35.228Z | Checking slog-bunyan v2.5.0 |
611 | 2025-01-17T07:06:35.243Z | Compiling strum_macros v0.26.4 |
612 | 2025-01-17T07:06:35.398Z | Compiling parse-display-derive v0.10.0 |
613 | 2025-01-17T07:06:35.485Z | Compiling serde_with_macros v3.11.0 |
614 | 2025-01-17T07:06:35.659Z | Checking rand v0.8.5 |
615 | 2025-01-17T07:06:35.813Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-17T07:06:36.223Z | Compiling typify v0.2.0 |
617 | 2025-01-17T07:06:36.353Z | Compiling progenitor-impl v0.8.0 |
618 | 2025-01-17T07:06:36.807Z | Compiling dropshot_endpoint v0.15.1 |
619 | 2025-01-17T07:06:36.840Z | Checking hex v0.4.3 |
620 | 2025-01-17T07:06:37.063Z | Checking serde_path_to_error v0.1.16 |
621 | 2025-01-17T07:06:37.347Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
622 | 2025-01-17T07:06:37.662Z | Compiling async-trait v0.1.83 |
623 | 2025-01-17T07:06:37.846Z | Checking waitgroup v0.1.2 |
624 | 2025-01-17T07:06:37.995Z | Checking hostname v0.4.0 |
625 | 2025-01-17T07:06:38.130Z | Checking instant v0.1.13 |
626 | 2025-01-17T07:06:38.143Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-17T07:06:38.253Z | Checking backoff v0.4.0 |
628 | 2025-01-17T07:06:38.280Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
629 | 2025-01-17T07:06:38.293Z | Checking serde_with v3.11.0 |
630 | 2025-01-17T07:06:38.430Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-17T07:06:38.540Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-17T07:06:38.584Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
633 | 2025-01-17T07:06:38.849Z | Checking parse-display v0.10.0 |
634 | 2025-01-17T07:06:39.012Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-17T07:06:39.074Z | Checking regress v0.9.1 |
636 | 2025-01-17T07:06:39.373Z | Checking macaddr v1.0.1 |
637 | 2025-01-17T07:06:39.422Z | Checking strum v0.26.3 |
638 | 2025-01-17T07:06:40.323Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-17T07:06:43.913Z | Checking progenitor v0.8.0 |
640 | 2025-01-17T07:06:44.017Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-17T07:06:46.655Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-17T07:06:53.505Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-17T07:06:53.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
644 | 2025-01-17T07:06:53.700Z | + cargo build --release |
645 | 2025-01-17T07:06:53.958Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-17T07:06:53.958Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-17T07:06:53.958Z | Compiling libc v0.2.169 |
648 | 2025-01-17T07:06:53.960Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-17T07:06:53.961Z | Compiling autocfg v1.4.0 |
650 | 2025-01-17T07:06:54.004Z | Compiling serde v1.0.217 |
651 | 2025-01-17T07:06:54.006Z | Compiling version_check v0.9.5 |
652 | 2025-01-17T07:06:54.006Z | Compiling memchr v2.7.4 |
653 | 2025-01-17T07:06:54.084Z | Compiling serde_json v1.0.135 |
654 | 2025-01-17T07:06:54.155Z | Compiling itoa v1.0.11 |
655 | 2025-01-17T07:06:54.412Z | Compiling thiserror v1.0.69 |
656 | 2025-01-17T07:06:54.540Z | Compiling once_cell v1.20.2 |
657 | 2025-01-17T07:06:54.558Z | Compiling shlex v1.3.0 |
658 | 2025-01-17T07:06:54.841Z | Compiling cc v1.1.30 |
659 | 2025-01-17T07:06:54.929Z | Compiling num-traits v0.2.19 |
660 | 2025-01-17T07:06:54.978Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-17T07:06:55.260Z | Compiling getrandom v0.2.15 |
662 | 2025-01-17T07:06:55.267Z | Compiling smallvec v1.13.2 |
663 | 2025-01-17T07:06:55.314Z | Compiling ryu v1.0.18 |
664 | 2025-01-17T07:06:55.608Z | Compiling quote v1.0.38 |
665 | 2025-01-17T07:06:55.653Z | Compiling bytes v1.9.0 |
666 | 2025-01-17T07:06:55.742Z | Compiling futures-core v0.3.31 |
667 | 2025-01-17T07:06:55.784Z | Compiling lock_api v0.4.12 |
668 | 2025-01-17T07:06:55.894Z | Compiling schemars v0.8.21 |
669 | 2025-01-17T07:06:56.122Z | Compiling syn v2.0.96 |
670 | 2025-01-17T07:06:56.180Z | Compiling parking_lot_core v0.9.10 |
671 | 2025-01-17T07:06:56.196Z | Compiling ahash v0.8.11 |
672 | 2025-01-17T07:06:56.244Z | Compiling byteorder v1.5.0 |
673 | 2025-01-17T07:06:56.303Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-17T07:06:56.576Z | Compiling slab v0.4.9 |
675 | 2025-01-17T07:06:56.664Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-17T07:06:56.728Z | Compiling log v0.4.22 |
677 | 2025-01-17T07:06:56.980Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-17T07:06:57.054Z | Compiling socket2 v0.5.7 |
679 | 2025-01-17T07:06:57.148Z | Compiling mio v1.0.2 |
680 | 2025-01-17T07:06:57.266Z | Compiling signal-hook-registry v1.4.2 |
681 | 2025-01-17T07:06:57.373Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-17T07:06:57.480Z | Compiling equivalent v1.0.1 |
683 | 2025-01-17T07:06:57.523Z | Compiling ring v0.17.8 |
684 | 2025-01-17T07:06:57.592Z | Compiling fnv v1.0.7 |
685 | 2025-01-17T07:06:57.726Z | Compiling semver v1.0.24 |
686 | 2025-01-17T07:06:57.741Z | Compiling hashbrown v0.15.1 |
687 | 2025-01-17T07:06:58.198Z | Compiling http v1.2.0 |
688 | 2025-01-17T07:06:58.630Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-17T07:06:58.760Z | Compiling futures-task v0.3.31 |
690 | 2025-01-17T07:06:58.775Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-17T07:06:58.862Z | Compiling futures-io v0.3.31 |
692 | 2025-01-17T07:06:59.039Z | Compiling pkg-config v0.3.31 |
693 | 2025-01-17T07:06:59.050Z | Compiling spin v0.9.8 |
694 | 2025-01-17T07:06:59.059Z | Compiling rustls-pki-types v1.10.0 |
695 | 2025-01-17T07:06:59.194Z | Compiling vcpkg v0.2.15 |
696 | 2025-01-17T07:06:59.284Z | Compiling litemap v0.7.3 |
697 | 2025-01-17T07:06:59.686Z | Compiling untrusted v0.9.0 |
698 | 2025-01-17T07:06:59.870Z | Compiling heck v0.5.0 |
699 | 2025-01-17T07:07:00.109Z | Compiling httparse v1.9.5 |
700 | 2025-01-17T07:07:00.263Z | Compiling writeable v0.5.5 |
701 | 2025-01-17T07:07:00.620Z | Compiling openssl-sys v0.9.103 |
702 | 2025-01-17T07:07:00.741Z | Compiling iana-time-zone v0.1.61 |
703 | 2025-01-17T07:07:01.185Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-17T07:07:01.387Z | Compiling ucd-trie v0.1.7 |
705 | 2025-01-17T07:07:01.454Z | Compiling atomic-waker v1.1.2 |
706 | 2025-01-17T07:07:01.484Z | Compiling dyn-clone v1.0.17 |
707 | 2025-01-17T07:07:01.700Z | Compiling http-body v1.0.1 |
708 | 2025-01-17T07:07:01.934Z | Compiling tracing v0.1.40 |
709 | 2025-01-17T07:07:02.169Z | Compiling allocator-api2 v0.2.18 |
710 | 2025-01-17T07:07:02.537Z | Compiling icu_locid_transform_data v1.5.0 |
711 | 2025-01-17T07:07:02.569Z | Compiling try-lock v0.2.5 |
712 | 2025-01-17T07:07:02.624Z | Compiling zeroize v1.8.1 |
713 | 2025-01-17T07:07:02.705Z | Compiling subtle v2.6.1 |
714 | 2025-01-17T07:07:02.881Z | Compiling want v0.3.1 |
715 | 2025-01-17T07:07:02.951Z | Compiling icu_properties_data v1.5.0 |
716 | 2025-01-17T07:07:02.977Z | Compiling chrono v0.4.38 |
717 | 2025-01-17T07:07:03.082Z | Compiling foreign-types-shared v0.1.1 |
718 | 2025-01-17T07:07:03.145Z | Compiling openssl v0.10.66 |
719 | 2025-01-17T07:07:03.191Z | Compiling httpdate v1.0.3 |
720 | 2025-01-17T07:07:03.304Z | Compiling synstructure v0.13.1 |
721 | 2025-01-17T07:07:03.399Z | Compiling serde_derive_internals v0.29.1 |
722 | 2025-01-17T07:07:03.576Z | Compiling uuid v1.11.0 |
723 | 2025-01-17T07:07:04.126Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-17T07:07:04.532Z | Compiling utf8_iter v1.0.4 |
725 | 2025-01-17T07:07:04.694Z | Compiling percent-encoding v2.3.1 |
726 | 2025-01-17T07:07:04.807Z | Compiling slog v2.7.0 |
727 | 2025-01-17T07:07:05.178Z | Compiling utf16_iter v1.0.5 |
728 | 2025-01-17T07:07:05.336Z | Compiling tower-service v0.3.3 |
729 | 2025-01-17T07:07:05.389Z | Compiling rustls v0.23.19 |
730 | 2025-01-17T07:07:05.455Z | Compiling bitflags v2.6.0 |
731 | 2025-01-17T07:07:05.502Z | Compiling write16 v1.0.0 |
732 | 2025-01-17T07:07:05.611Z | Compiling icu_normalizer_data v1.5.0 |
733 | 2025-01-17T07:07:05.629Z | Compiling native-tls v0.2.12 |
734 | 2025-01-17T07:07:05.709Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-17T07:07:06.008Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-17T07:07:06.090Z | Compiling openssl-probe v0.1.5 |
737 | 2025-01-17T07:07:06.163Z | Compiling typenum v1.17.0 |
738 | 2025-01-17T07:07:06.202Z | Compiling regex-syntax v0.8.5 |
739 | 2025-01-17T07:07:07.453Z | Compiling generic-array v0.14.7 |
740 | 2025-01-17T07:07:07.689Z | Compiling serde_derive v1.0.217 |
741 | 2025-01-17T07:07:07.784Z | Compiling zerocopy-derive v0.7.35 |
742 | 2025-01-17T07:07:07.836Z | Compiling thiserror-impl v1.0.69 |
743 | 2025-01-17T07:07:08.164Z | Compiling zerofrom-derive v0.1.4 |
744 | 2025-01-17T07:07:08.663Z | Compiling schemars_derive v0.8.21 |
745 | 2025-01-17T07:07:09.673Z | Compiling zerocopy v0.7.35 |
746 | 2025-01-17T07:07:10.670Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-17T07:07:11.004Z | Compiling yoke-derive v0.7.4 |
748 | 2025-01-17T07:07:11.268Z | Compiling zerovec-derive v0.10.3 |
749 | 2025-01-17T07:07:11.345Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-17T07:07:11.470Z | Compiling futures-macro v0.3.31 |
751 | 2025-01-17T07:07:11.487Z | Compiling displaydoc v0.2.5 |
752 | 2025-01-17T07:07:12.100Z | Compiling tokio v1.43.0 |
753 | 2025-01-17T07:07:12.977Z | Compiling icu_provider_macros v1.5.0 |
754 | 2025-01-17T07:07:13.246Z | Compiling futures-util v0.3.31 |
755 | 2025-01-17T07:07:13.372Z | Compiling yoke v0.7.4 |
756 | 2025-01-17T07:07:13.671Z | Compiling rustls-webpki v0.102.8 |
757 | 2025-01-17T07:07:13.737Z | Compiling zerovec v0.10.4 |
758 | 2025-01-17T07:07:14.484Z | Compiling pest v2.7.14 |
759 | 2025-01-17T07:07:17.478Z | Compiling tinystr v0.7.6 |
760 | 2025-01-17T07:07:17.857Z | Compiling icu_locid v1.5.0 |
761 | 2025-01-17T07:07:18.433Z | Compiling pest_meta v2.7.14 |
762 | 2025-01-17T07:07:19.183Z | Compiling icu_provider v1.5.0 |
763 | 2025-01-17T07:07:19.419Z | Compiling icu_collections v1.5.0 |
764 | 2025-01-17T07:07:21.286Z | Compiling indexmap v2.7.0 |
765 | 2025-01-17T07:07:22.023Z | Compiling serde_tokenstream v0.2.2 |
766 | 2025-01-17T07:07:23.356Z | Compiling tokio-util v0.7.12 |
767 | 2025-01-17T07:07:23.562Z | Compiling icu_locid_transform v1.5.0 |
768 | 2025-01-17T07:07:24.319Z | Compiling h2 v0.4.6 |
769 | 2025-01-17T07:07:25.454Z | Compiling hashbrown v0.14.5 |
770 | 2025-01-17T07:07:26.631Z | Compiling regress v0.10.1 |
771 | 2025-01-17T07:07:26.694Z | Compiling icu_properties v1.5.1 |
772 | 2025-01-17T07:07:30.774Z | Compiling hyper v1.5.2 |
773 | 2025-01-17T07:07:31.173Z | Compiling pest_generator v2.7.14 |
774 | 2025-01-17T07:07:32.224Z | Compiling openssl-macros v0.1.1 |
775 | 2025-01-17T07:07:32.816Z | Compiling pest_derive v2.7.14 |
776 | 2025-01-17T07:07:32.935Z | Compiling typify-impl v0.2.0 |
777 | 2025-01-17T07:07:33.680Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-17T07:07:37.205Z | Compiling icu_normalizer v1.5.0 |
779 | 2025-01-17T07:07:42.382Z | Compiling idna_adapter v1.2.0 |
780 | 2025-01-17T07:07:42.509Z | Compiling http-body-util v0.1.2 |
781 | 2025-01-17T07:07:42.521Z | Compiling regex-automata v0.4.8 |
782 | 2025-01-17T07:07:42.583Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-17T07:07:42.610Z | Compiling mime v0.3.17 |
784 | 2025-01-17T07:07:43.315Z | Compiling typify-macro v0.2.0 |
785 | 2025-01-17T07:07:43.718Z | Compiling idna v1.0.3 |
786 | 2025-01-17T07:07:45.409Z | Compiling tokio-native-tls v0.3.1 |
787 | 2025-01-17T07:07:46.696Z | Compiling regex v1.11.1 |
788 | 2025-01-17T07:07:46.736Z | Compiling tokio-rustls v0.26.0 |
789 | 2025-01-17T07:07:47.097Z | Compiling serde_urlencoded v0.7.1 |
790 | 2025-01-17T07:07:47.251Z | Compiling scroll_derive v0.12.0 |
791 | 2025-01-17T07:07:48.293Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-17T07:07:48.511Z | Compiling rustls-pemfile v2.2.0 |
793 | 2025-01-17T07:07:48.802Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-17T07:07:48.952Z | Compiling base64 v0.22.1 |
795 | 2025-01-17T07:07:49.186Z | Compiling time-core v0.1.2 |
796 | 2025-01-17T07:07:49.348Z | Compiling powerfmt v0.2.0 |
797 | 2025-01-17T07:07:49.372Z | Compiling num-conv v0.1.0 |
798 | 2025-01-17T07:07:49.625Z | Compiling time-macros v0.2.18 |
799 | 2025-01-17T07:07:49.811Z | Compiling deranged v0.3.11 |
800 | 2025-01-17T07:07:51.441Z | Compiling scroll v0.12.0 |
801 | 2025-01-17T07:07:51.452Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-17T07:07:52.028Z | Compiling thread-id v4.2.2 |
803 | 2025-01-17T07:07:52.136Z | Compiling hyper-tls v0.6.0 |
804 | 2025-01-17T07:07:52.481Z | Compiling url v2.5.3 |
805 | 2025-01-17T07:07:53.797Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-17T07:07:55.327Z | Compiling dof v0.3.0 |
807 | 2025-01-17T07:07:56.084Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-17T07:07:56.230Z | Compiling ipnet v2.10.1 |
809 | 2025-01-17T07:07:59.653Z | Compiling num_threads v0.1.7 |
810 | 2025-01-17T07:07:59.777Z | Compiling plain v0.2.3 |
811 | 2025-01-17T07:08:00.187Z | Compiling omicron-workspace-hack v0.1.0 |
812 | 2025-01-17T07:08:00.434Z | Compiling ident_case v1.0.1 |
813 | 2025-01-17T07:08:00.515Z | Compiling syn v1.0.109 |
814 | 2025-01-17T07:08:01.062Z | Compiling crossbeam-utils v0.8.20 |
815 | 2025-01-17T07:08:01.070Z | Compiling strsim v0.11.1 |
816 | 2025-01-17T07:08:01.602Z | Compiling darling_core v0.20.10 |
817 | 2025-01-17T07:08:01.760Z | Compiling time v0.3.36 |
818 | 2025-01-17T07:08:02.520Z | Compiling goblin v0.8.2 |
819 | 2025-01-17T07:08:10.524Z | Compiling reqwest v0.12.9 |
820 | 2025-01-17T07:08:11.044Z | Compiling typify v0.2.0 |
821 | 2025-01-17T07:08:11.165Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-17T07:08:12.356Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-17T07:08:13.852Z | Compiling pretty-hex v0.4.1 |
824 | 2025-01-17T07:08:14.088Z | Compiling rustls v0.22.4 |
825 | 2025-01-17T07:08:14.419Z | Compiling newtype-uuid v1.2.1 |
826 | 2025-01-17T07:08:14.763Z | Compiling rustversion v1.0.17 |
827 | 2025-01-17T07:08:15.093Z | Compiling paste v1.0.15 |
828 | 2025-01-17T07:08:15.404Z | Compiling unsafe-libyaml v0.2.11 |
829 | 2025-01-17T07:08:15.694Z | Compiling progenitor-impl v0.8.0 |
830 | 2025-01-17T07:08:17.112Z | Compiling serde_yaml v0.9.34+deprecated |
831 | 2025-01-17T07:08:20.557Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-17T07:08:21.833Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-17T07:08:24.277Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-17T07:08:24.335Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-17T07:08:24.504Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-17T07:08:24.512Z | Compiling toml_datetime v0.6.8 |
837 | 2025-01-17T07:08:24.541Z | Compiling serde_spanned v0.6.8 |
838 | 2025-01-17T07:08:24.789Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-17T07:08:25.202Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-17T07:08:25.611Z | Compiling rand_core v0.6.4 |
841 | 2025-01-17T07:08:26.195Z | Compiling thread_local v1.1.8 |
842 | 2025-01-17T07:08:26.392Z | Compiling multer v3.1.0 |
843 | 2025-01-17T07:08:26.741Z | Compiling slog-async v2.8.0 |
844 | 2025-01-17T07:08:26.897Z | Compiling winnow v0.6.20 |
845 | 2025-01-17T07:08:27.121Z | Compiling anyhow v1.0.93 |
846 | 2025-01-17T07:08:27.232Z | Compiling thiserror v2.0.11 |
847 | 2025-01-17T07:08:27.676Z | Compiling camino v1.1.9 |
848 | 2025-01-17T07:08:27.689Z | Compiling match_cfg v0.1.0 |
849 | 2025-01-17T07:08:27.772Z | Compiling either v1.13.0 |
850 | 2025-01-17T07:08:27.780Z | Compiling structmeta v0.3.0 |
851 | 2025-01-17T07:08:28.083Z | Compiling hostname v0.3.1 |
852 | 2025-01-17T07:08:28.198Z | Compiling itertools v0.10.5 |
853 | 2025-01-17T07:08:28.308Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-17T07:08:28.508Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-17T07:08:29.382Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-17T07:08:29.488Z | Compiling digest v0.10.7 |
857 | 2025-01-17T07:08:29.871Z | Compiling crossbeam-channel v0.5.13 |
858 | 2025-01-17T07:08:30.242Z | Compiling darling v0.20.10 |
859 | 2025-01-17T07:08:30.345Z | Compiling toml_edit v0.22.22 |
860 | 2025-01-17T07:08:31.093Z | Compiling progenitor-macro v0.8.0 |
861 | 2025-01-17T07:08:31.459Z | Compiling term v0.7.0 |
862 | 2025-01-17T07:08:38.508Z | Compiling progenitor-client v0.8.0 |
863 | 2025-01-17T07:08:39.387Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2025-01-17T07:08:39.425Z | Compiling usdt-macro v0.5.0 |
865 | 2025-01-17T07:08:40.680Z | Compiling slog-json v2.6.1 |
866 | 2025-01-17T07:08:40.788Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-17T07:08:41.167Z | Compiling thiserror-impl v2.0.11 |
868 | 2025-01-17T07:08:41.878Z | Compiling async-stream-impl v0.3.6 |
869 | 2025-01-17T07:08:42.172Z | Compiling memmap v0.7.0 |
870 | 2025-01-17T07:08:42.621Z | Compiling is-terminal v0.4.13 |
871 | 2025-01-17T07:08:42.744Z | Compiling dropshot v0.15.1 |
872 | 2025-01-17T07:08:43.083Z | Compiling cpufeatures v0.2.14 |
873 | 2025-01-17T07:08:43.135Z | Compiling take_mut v0.2.2 |
874 | 2025-01-17T07:08:43.176Z | Compiling sha1 v0.10.6 |
875 | 2025-01-17T07:08:43.975Z | Compiling async-stream v0.3.6 |
876 | 2025-01-17T07:08:44.317Z | Compiling slog-term v2.9.1 |
877 | 2025-01-17T07:08:44.333Z | Compiling usdt v0.5.0 |
878 | 2025-01-17T07:08:45.822Z | Compiling progenitor v0.8.0 |
879 | 2025-01-17T07:08:46.011Z | Compiling futures v0.3.31 |
880 | 2025-01-17T07:08:46.116Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-17T07:08:46.477Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-17T07:08:46.585Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-17T07:08:46.911Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-17T07:08:47.121Z | Compiling toml v0.8.19 |
885 | 2025-01-17T07:08:48.547Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-17T07:08:50.942Z | Compiling rand v0.8.5 |
887 | 2025-01-17T07:08:52.894Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-17T07:08:53.345Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-17T07:08:54.066Z | Compiling serde_path_to_error v0.1.16 |
890 | 2025-01-17T07:08:54.350Z | Compiling hex v0.4.3 |
891 | 2025-01-17T07:08:55.001Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2025-01-17T07:08:55.010Z | Compiling async-trait v0.1.83 |
893 | 2025-01-17T07:08:55.319Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-17T07:08:55.559Z | Compiling hostname v0.4.0 |
895 | 2025-01-17T07:08:55.815Z | Compiling instant v0.1.13 |
896 | 2025-01-17T07:08:55.827Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-17T07:08:55.973Z | Compiling backoff v0.4.0 |
898 | 2025-01-17T07:08:55.976Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-17T07:08:56.184Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
900 | 2025-01-17T07:08:56.360Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
901 | 2025-01-17T07:08:56.405Z | Compiling serde_with v3.11.0 |
902 | 2025-01-17T07:08:56.540Z | Compiling parse-display v0.10.0 |
903 | 2025-01-17T07:08:57.197Z | Compiling strum v0.26.3 |
904 | 2025-01-17T07:08:57.387Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-17T07:08:58.055Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-17T07:08:58.452Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-17T07:08:58.855Z | Compiling regress v0.9.1 |
908 | 2025-01-17T07:08:59.423Z | Compiling macaddr v1.0.1 |
909 | 2025-01-17T07:09:03.352Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-17T07:09:14.661Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-17T07:09:24.460Z | Finished `release` profile [optimized] target(s) in 2m 30s |
912 | 2025-01-17T07:09:24.527Z | process exited: duration 219625 ms, exit code 0 |
|
913 | 2025-01-17T07:09:24.533Z | found 0 output files |