|
|
|
1 | 2025-01-17T07:37:20.940Z | job assigned to worker 01JHSK2HPMM5YPF6EZX0HK7GGK [factory aws, i-0a2c5e881c948bd5b] (queued for 49 s) |
|
2 | 2025-01-17T07:37:29.009Z | starting task 0: "setup" |
3 | 2025-01-17T07:37:29.019Z | ++ uname -s |
4 | 2025-01-17T07:37:29.021Z | + kern=SunOS |
5 | 2025-01-17T07:37:29.021Z | + case "$kern" in |
6 | 2025-01-17T07:37:29.021Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:37:29.024Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:37:31.031Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:37:31.136Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:37:31.141Z | + home_fs=zfs |
11 | 2025-01-17T07:37:31.141Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:37:31.141Z | + mkdir -p /home/build |
13 | 2025-01-17T07:37:31.144Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:37:33.142Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:37:33.145Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2025-01-17T07:37:33.151Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:37:33.156Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:37:33.157Z | ' 1.84.0 |
19 | 2025-01-17T07:37:33.157Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T07:37:33.157Z | ' default |
21 | 2025-01-17T07:37:33.157Z | * toolchain channel = "1.84.0" |
22 | 2025-01-17T07:37:33.157Z | * toolchain profile = "default" |
23 | 2025-01-17T07:37:33.160Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:37:33.160Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:37:33.269Z | info: downloading installer |
26 | 2025-01-17T07:37:34.711Z | info: profile set to 'default' |
27 | 2025-01-17T07:37:34.711Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:37:34.713Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:37:34.871Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:37:34.871Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:37:35.780Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:37:36.129Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:37:37.368Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:37:39.206Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:37:46.274Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:37:46.540Z | info: installing component 'cargo' |
37 | 2025-01-17T07:37:47.387Z | info: installing component 'clippy' |
38 | 2025-01-17T07:37:47.765Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:37:49.420Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:37:51.148Z | info: installing component 'rustc' |
41 | 2025-01-17T07:37:57.259Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:37:57.588Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:37:57.588Z | |
44 | 2025-01-17T07:37:57.978Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:37:57.978Z | |
46 | 2025-01-17T07:37:57.981Z | |
47 | 2025-01-17T07:37:57.981Z | Rust is installed now. Great! |
48 | 2025-01-17T07:37:57.981Z | |
49 | 2025-01-17T07:37:57.981Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:37:57.982Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:37:57.982Z | |
52 | 2025-01-17T07:37:57.982Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:37:57.982Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:37:57.982Z | |
55 | 2025-01-17T07:37:57.982Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:37:57.982Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:37:57.982Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:37:58.062Z | + rustc --version |
59 | 2025-01-17T07:37:58.132Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:37:58.136Z | process exited: duration 24985 ms, exit code 0 |
|
61 | 2025-01-17T07:37:58.143Z | starting task 2: "authentication" |
62 | 2025-01-17T07:37:58.165Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-17T07:37:58.170Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:37:58.175Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:37:58.178Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:37:58.210Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:38:06.479Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:38:06.479Z | + git fetch origin b84b8458e98887045a2851c27597bc604bfa9b96 |
69 | 2025-01-17T07:38:06.782Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:38:06.782Z | * branch b84b8458e98887045a2851c27597bc604bfa9b96 -> FETCH_HEAD |
71 | 2025-01-17T07:38:06.794Z | + [[ -n renovate/hyper-staticfile-0.x ]] |
72 | 2025-01-17T07:38:06.796Z | ++ git branch --show-current |
73 | 2025-01-17T07:38:06.799Z | + current=main |
74 | 2025-01-17T07:38:06.799Z | + [[ main != renovate/hyper-staticfile-0.x ]] |
75 | 2025-01-17T07:38:06.799Z | + git branch -f renovate/hyper-staticfile-0.x b84b8458e98887045a2851c27597bc604bfa9b96 |
76 | 2025-01-17T07:38:06.802Z | + git checkout -f renovate/hyper-staticfile-0.x |
77 | 2025-01-17T07:38:06.984Z | Switched to branch 'renovate/hyper-staticfile-0.x' |
78 | 2025-01-17T07:38:06.986Z | + git reset --hard b84b8458e98887045a2851c27597bc604bfa9b96 |
79 | 2025-01-17T07:38:07.162Z | HEAD is now at b84b8458e Update Rust crate hyper-staticfile to 0.10.1 |
80 | 2025-01-17T07:38:07.166Z | process exited: duration 8994 ms, exit code 0 |
|
81 | 2025-01-17T07:38:07.172Z | starting task 4: "build" |
82 | 2025-01-17T07:38:07.178Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:38:07.181Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:38:07.181Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:38:07.182Z | + cargo --version |
86 | 2025-01-17T07:38:07.239Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:38:07.242Z | + rustc --version |
88 | 2025-01-17T07:38:07.305Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:38:07.307Z | + cd /tmp |
90 | 2025-01-17T07:38:07.310Z | + cargo new --lib test-project |
91 | 2025-01-17T07:38:07.367Z | Creating library `test-project` package |
92 | 2025-01-17T07:38:07.449Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-17T07:38:07.452Z | + cd test-project |
94 | 2025-01-17T07:38:07.452Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-17T07:38:07.513Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-17T07:38:07.516Z | Features: |
97 | 2025-01-17T07:38:07.516Z | - proptest |
98 | 2025-01-17T07:38:07.516Z | - test-strategy |
99 | 2025-01-17T07:38:07.516Z | - testing |
100 | 2025-01-17T07:38:07.516Z | Updating crates.io index |
101 | 2025-01-17T07:38:07.727Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-17T07:38:08.099Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-17T07:38:08.594Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-17T07:38:08.884Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-17T07:38:09.171Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-17T07:38:10.569Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-17T07:38:10.768Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-17T07:38:10.771Z | + cargo check |
109 | 2025-01-17T07:38:10.921Z | Updating crates.io index |
110 | 2025-01-17T07:38:11.888Z | Locking 1 package to latest compatible version |
111 | 2025-01-17T07:38:11.892Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-17T07:38:11.913Z | Downloading crates ... |
113 | 2025-01-17T07:38:12.007Z | Downloaded async-stream-impl v0.3.6 |
114 | 2025-01-17T07:38:12.009Z | Downloaded cfg-if v1.0.0 |
115 | 2025-01-17T07:38:12.018Z | Downloaded equivalent v1.0.1 |
116 | 2025-01-17T07:38:12.021Z | Downloaded foreign-types-shared v0.1.1 |
117 | 2025-01-17T07:38:12.024Z | Downloaded take_mut v0.2.2 |
118 | 2025-01-17T07:38:12.024Z | Downloaded foreign-types v0.3.2 |
119 | 2025-01-17T07:38:12.026Z | Downloaded ident_case v1.0.1 |
120 | 2025-01-17T07:38:12.029Z | Downloaded match_cfg v0.1.0 |
121 | 2025-01-17T07:38:12.029Z | Downloaded icu_provider_macros v1.5.0 |
122 | 2025-01-17T07:38:12.032Z | Downloaded thiserror-impl v2.0.11 |
123 | 2025-01-17T07:38:12.034Z | Downloaded http-body v1.0.1 |
124 | 2025-01-17T07:38:12.034Z | Downloaded instant v0.1.13 |
125 | 2025-01-17T07:38:12.038Z | Downloaded waitgroup v0.1.2 |
126 | 2025-01-17T07:38:12.038Z | Downloaded thiserror v1.0.69 |
127 | 2025-01-17T07:38:12.044Z | Downloaded want v0.3.1 |
128 | 2025-01-17T07:38:12.047Z | Downloaded usdt-macro v0.5.0 |
129 | 2025-01-17T07:38:12.047Z | Downloaded darling_macro v0.20.10 |
130 | 2025-01-17T07:38:12.050Z | Downloaded atomic-waker v1.1.2 |
131 | 2025-01-17T07:38:12.050Z | Downloaded byteorder v1.5.0 |
132 | 2025-01-17T07:38:12.052Z | Downloaded try-lock v0.2.5 |
133 | 2025-01-17T07:38:12.055Z | Downloaded zerofrom v0.1.4 |
134 | 2025-01-17T07:38:12.058Z | Downloaded block-buffer v0.10.4 |
135 | 2025-01-17T07:38:12.058Z | Downloaded dtrace-parser v0.2.0 |
136 | 2025-01-17T07:38:12.058Z | Downloaded autocfg v1.4.0 |
137 | 2025-01-17T07:38:12.060Z | Downloaded openssl-probe v0.1.5 |
138 | 2025-01-17T07:38:12.063Z | Downloaded openssl-macros v0.1.1 |
139 | 2025-01-17T07:38:12.063Z | Downloaded num_threads v0.1.7 |
140 | 2025-01-17T07:38:12.066Z | Downloaded omicron-workspace-hack v0.1.0 |
141 | 2025-01-17T07:38:12.066Z | Downloaded futures-task v0.3.31 |
142 | 2025-01-17T07:38:12.068Z | Downloaded futures-macro v0.3.31 |
143 | 2025-01-17T07:38:12.068Z | Downloaded yoke-derive v0.7.4 |
144 | 2025-01-17T07:38:12.071Z | Downloaded percent-encoding v2.3.1 |
145 | 2025-01-17T07:38:12.071Z | Downloaded heck v0.5.0 |
146 | 2025-01-17T07:38:12.074Z | Downloaded num-conv v0.1.0 |
147 | 2025-01-17T07:38:12.074Z | Downloaded tower-service v0.3.3 |
148 | 2025-01-17T07:38:12.077Z | Downloaded futures-io v0.3.31 |
149 | 2025-01-17T07:38:12.077Z | Downloaded pretty-hex v0.4.1 |
150 | 2025-01-17T07:38:12.080Z | Downloaded progenitor-client v0.9.1 |
151 | 2025-01-17T07:38:12.080Z | Downloaded hyper-tls v0.6.0 |
152 | 2025-01-17T07:38:12.082Z | Downloaded progenitor-client v0.8.0 |
153 | 2025-01-17T07:38:12.082Z | Downloaded either v1.13.0 |
154 | 2025-01-17T07:38:12.085Z | Downloaded cpufeatures v0.2.14 |
155 | 2025-01-17T07:38:12.087Z | Downloaded ipnetwork v0.20.0 |
156 | 2025-01-17T07:38:12.090Z | Downloaded version_check v0.9.5 |
157 | 2025-01-17T07:38:12.090Z | Downloaded time-core v0.1.2 |
158 | 2025-01-17T07:38:12.090Z | Downloaded usdt v0.5.0 |
159 | 2025-01-17T07:38:12.093Z | Downloaded futures-core v0.3.31 |
160 | 2025-01-17T07:38:12.095Z | Downloaded httpdate v1.0.3 |
161 | 2025-01-17T07:38:12.095Z | Downloaded hex v0.4.3 |
162 | 2025-01-17T07:38:12.098Z | Downloaded generic-array v0.14.7 |
163 | 2025-01-17T07:38:12.101Z | Downloaded futures-sink v0.3.31 |
164 | 2025-01-17T07:38:12.101Z | Downloaded ahash v0.8.11 |
165 | 2025-01-17T07:38:12.107Z | Downloaded is-terminal v0.4.13 |
166 | 2025-01-17T07:38:12.107Z | Downloaded debug-ignore v1.0.5 |
167 | 2025-01-17T07:38:12.107Z | Downloaded dof v0.3.0 |
168 | 2025-01-17T07:38:12.107Z | Downloaded memmap v0.7.0 |
169 | 2025-01-17T07:38:12.111Z | Downloaded scroll_derive v0.12.0 |
170 | 2025-01-17T07:38:12.111Z | Downloaded paste v1.0.15 |
171 | 2025-01-17T07:38:12.113Z | Downloaded writeable v0.5.5 |
172 | 2025-01-17T07:38:12.116Z | Downloaded utf16_iter v1.0.5 |
173 | 2025-01-17T07:38:12.120Z | Downloaded typify-macro v0.2.0 |
174 | 2025-01-17T07:38:12.120Z | Downloaded tokio-macros v2.5.0 |
175 | 2025-01-17T07:38:12.123Z | Downloaded parse-display-derive v0.10.0 |
176 | 2025-01-17T07:38:12.123Z | Downloaded utf8_iter v1.0.4 |
177 | 2025-01-17T07:38:12.123Z | Downloaded toml_datetime v0.6.8 |
178 | 2025-01-17T07:38:12.126Z | Downloaded iana-time-zone v0.1.61 |
179 | 2025-01-17T07:38:12.128Z | Downloaded getrandom v0.2.15 |
180 | 2025-01-17T07:38:12.131Z | Downloaded plain v0.2.3 |
181 | 2025-01-17T07:38:12.133Z | Downloaded pkg-config v0.3.31 |
182 | 2025-01-17T07:38:12.136Z | Downloaded newtype-uuid v1.2.1 |
183 | 2025-01-17T07:38:12.136Z | Downloaded zeroize v1.8.1 |
184 | 2025-01-17T07:38:12.139Z | Downloaded mime v0.3.17 |
185 | 2025-01-17T07:38:12.139Z | Downloaded powerfmt v0.2.0 |
186 | 2025-01-17T07:38:12.142Z | Downloaded pest_generator v2.7.14 |
187 | 2025-01-17T07:38:12.142Z | Downloaded thread_local v1.1.8 |
188 | 2025-01-17T07:38:12.145Z | Downloaded futures-channel v0.3.31 |
189 | 2025-01-17T07:38:12.147Z | Downloaded litemap v0.7.3 |
190 | 2025-01-17T07:38:12.150Z | Downloaded sync_wrapper v1.0.1 |
191 | 2025-01-17T07:38:12.150Z | Downloaded progenitor v0.8.0 |
192 | 2025-01-17T07:38:12.153Z | Downloaded darling v0.20.10 |
193 | 2025-01-17T07:38:12.155Z | Downloaded bitflags v2.6.0 |
194 | 2025-01-17T07:38:12.159Z | Downloaded zerovec-derive v0.10.3 |
195 | 2025-01-17T07:38:12.162Z | Downloaded progenitor-macro v0.8.0 |
196 | 2025-01-17T07:38:12.165Z | Downloaded macaddr v1.0.1 |
197 | 2025-01-17T07:38:12.165Z | Downloaded lock_api v0.4.12 |
198 | 2025-01-17T07:38:12.169Z | Downloaded serde_spanned v0.6.8 |
199 | 2025-01-17T07:38:12.169Z | Downloaded untrusted v0.9.0 |
200 | 2025-01-17T07:38:12.172Z | Downloaded strum v0.26.3 |
201 | 2025-01-17T07:38:12.172Z | Downloaded usdt-impl v0.5.0 |
202 | 2025-01-17T07:38:12.172Z | Downloaded thiserror-impl v1.0.69 |
203 | 2025-01-17T07:38:12.175Z | Downloaded pin-project-lite v0.2.14 |
204 | 2025-01-17T07:38:12.179Z | Downloaded strsim v0.11.1 |
205 | 2025-01-17T07:38:12.181Z | Downloaded slog-async v2.8.0 |
206 | 2025-01-17T07:38:12.184Z | Downloaded parking_lot_core v0.9.10 |
207 | 2025-01-17T07:38:12.187Z | Downloaded pest_derive v2.7.14 |
208 | 2025-01-17T07:38:12.187Z | Downloaded native-tls v0.2.12 |
209 | 2025-01-17T07:38:12.190Z | Downloaded toml v0.8.19 |
210 | 2025-01-17T07:38:12.194Z | Downloaded structmeta v0.3.0 |
211 | 2025-01-17T07:38:12.197Z | Downloaded subtle v2.6.1 |
212 | 2025-01-17T07:38:12.197Z | Downloaded pin-utils v0.1.0 |
213 | 2025-01-17T07:38:12.197Z | Downloaded icu_normalizer v1.5.0 |
214 | 2025-01-17T07:38:12.201Z | Downloaded quinn-udp v0.5.5 |
215 | 2025-01-17T07:38:12.203Z | Downloaded typify v0.2.0 |
216 | 2025-01-17T07:38:12.206Z | Downloaded tokio-rustls v0.26.0 |
217 | 2025-01-17T07:38:12.209Z | Downloaded rand_chacha v0.3.1 |
218 | 2025-01-17T07:38:12.211Z | Downloaded serde_urlencoded v0.7.1 |
219 | 2025-01-17T07:38:12.211Z | Downloaded slog-bunyan v2.5.0 |
220 | 2025-01-17T07:38:12.214Z | Downloaded sha1 v0.10.6 |
221 | 2025-01-17T07:38:12.214Z | Downloaded rand_core v0.6.4 |
222 | 2025-01-17T07:38:12.216Z | Downloaded serde_tokenstream v0.2.2 |
223 | 2025-01-17T07:38:12.219Z | Downloaded shlex v1.3.0 |
224 | 2025-01-17T07:38:12.219Z | Downloaded uuid v1.11.0 |
225 | 2025-01-17T07:38:12.222Z | Downloaded scopeguard v1.2.0 |
226 | 2025-01-17T07:38:12.225Z | Downloaded term v0.7.0 |
227 | 2025-01-17T07:38:12.228Z | Downloaded parking_lot v0.12.3 |
228 | 2025-01-17T07:38:12.231Z | Downloaded stable_deref_trait v1.2.0 |
229 | 2025-01-17T07:38:12.231Z | Downloaded structmeta-derive v0.3.0 |
230 | 2025-01-17T07:38:12.233Z | Downloaded slab v0.4.9 |
231 | 2025-01-17T07:38:12.233Z | Downloaded serde_path_to_error v0.1.16 |
232 | 2025-01-17T07:38:12.236Z | Downloaded num-traits v0.2.19 |
233 | 2025-01-17T07:38:12.238Z | Downloaded schemars_derive v0.8.21 |
234 | 2025-01-17T07:38:12.241Z | Downloaded icu_properties v1.5.1 |
235 | 2025-01-17T07:38:12.244Z | Downloaded rustversion v1.0.17 |
236 | 2025-01-17T07:38:12.247Z | Downloaded progenitor-impl v0.8.0 |
237 | 2025-01-17T07:38:12.250Z | Downloaded futures v0.3.31 |
238 | 2025-01-17T07:38:12.253Z | Downloaded cc v1.1.30 |
239 | 2025-01-17T07:38:12.256Z | Downloaded serde_with_macros v3.11.0 |
240 | 2025-01-17T07:38:12.259Z | Downloaded slog-term v2.9.1 |
241 | 2025-01-17T07:38:12.261Z | Downloaded slog-json v2.6.1 |
242 | 2025-01-17T07:38:12.264Z | Downloaded strum_macros v0.26.4 |
243 | 2025-01-17T07:38:12.267Z | Downloaded scroll v0.12.0 |
244 | 2025-01-17T07:38:12.267Z | Downloaded proc-macro2 v1.0.92 |
245 | 2025-01-17T07:38:12.270Z | Downloaded quote v1.0.38 |
246 | 2025-01-17T07:38:12.272Z | Downloaded slog v2.7.0 |
247 | 2025-01-17T07:38:12.275Z | Downloaded rustls-pemfile v2.2.0 |
248 | 2025-01-17T07:38:12.278Z | Downloaded icu_collections v1.5.0 |
249 | 2025-01-17T07:38:12.285Z | Downloaded pest_meta v2.7.14 |
250 | 2025-01-17T07:38:12.287Z | Downloaded darling_core v0.20.10 |
251 | 2025-01-17T07:38:12.292Z | Downloaded signal-hook-registry v1.4.2 |
252 | 2025-01-17T07:38:12.294Z | Downloaded tracing-core v0.1.32 |
253 | 2025-01-17T07:38:12.297Z | Downloaded serde_derive_internals v0.29.1 |
254 | 2025-01-17T07:38:12.299Z | Downloaded url v2.5.3 |
255 | 2025-01-17T07:38:12.303Z | Downloaded spin v0.9.8 |
256 | 2025-01-17T07:38:12.305Z | Downloaded smallvec v1.13.2 |
257 | 2025-01-17T07:38:12.308Z | Downloaded socket2 v0.5.7 |
258 | 2025-01-17T07:38:12.308Z | Downloaded crossbeam-channel v0.5.13 |
259 | 2025-01-17T07:38:12.313Z | Downloaded indexmap v2.7.0 |
260 | 2025-01-17T07:38:12.317Z | Downloaded quinn v0.11.5 |
261 | 2025-01-17T07:38:12.321Z | Downloaded serde_yaml v0.9.34+deprecated |
262 | 2025-01-17T07:38:12.325Z | Downloaded serde_derive v1.0.217 |
263 | 2025-01-17T07:38:12.328Z | Downloaded serde v1.0.217 |
264 | 2025-01-17T07:38:12.332Z | Downloaded http v1.2.0 |
265 | 2025-01-17T07:38:12.336Z | Downloaded openssl-sys v0.9.103 |
266 | 2025-01-17T07:38:12.342Z | Downloaded memchr v2.7.4 |
267 | 2025-01-17T07:38:12.347Z | Downloaded tracing v0.1.40 |
268 | 2025-01-17T07:38:12.352Z | Downloaded rand v0.8.5 |
269 | 2025-01-17T07:38:12.356Z | Downloaded icu_provider v1.5.0 |
270 | 2025-01-17T07:38:12.358Z | Downloaded hashbrown v0.12.3 |
271 | 2025-01-17T07:38:12.363Z | Downloaded toml_edit v0.22.22 |
272 | 2025-01-17T07:38:12.387Z | Downloaded mio v1.0.2 |
273 | 2025-01-17T07:38:12.392Z | Downloaded zerovec v0.10.4 |
274 | 2025-01-17T07:38:12.398Z | Downloaded zerocopy v0.7.35 |
275 | 2025-01-17T07:38:12.416Z | Downloaded pest v2.7.14 |
276 | 2025-01-17T07:38:12.420Z | Downloaded h2 v0.4.6 |
277 | 2025-01-17T07:38:12.427Z | Downloaded goblin v0.8.2 |
278 | 2025-01-17T07:38:12.434Z | Downloaded hyper v1.5.2 |
279 | 2025-01-17T07:38:12.441Z | Downloaded serde_json v1.0.135 |
280 | 2025-01-17T07:38:12.449Z | Downloaded winnow v0.6.20 |
281 | 2025-01-17T07:38:12.459Z | Downloaded serde_with v3.11.0 |
282 | 2025-01-17T07:38:12.466Z | Downloaded futures-util v0.3.31 |
283 | 2025-01-17T07:38:12.479Z | Downloaded reqwest v0.12.9 |
284 | 2025-01-17T07:38:12.489Z | Downloaded webpki-roots v0.26.6 |
285 | 2025-01-17T07:38:12.491Z | Downloaded rustls-webpki v0.102.8 |
286 | 2025-01-17T07:38:12.510Z | Downloaded regex v1.11.1 |
287 | 2025-01-17T07:38:12.522Z | Downloaded syn v1.0.109 |
288 | 2025-01-17T07:38:12.532Z | Downloaded openssl v0.10.66 |
289 | 2025-01-17T07:38:12.541Z | Downloaded vcpkg v0.2.15 |
290 | 2025-01-17T07:38:12.579Z | Downloaded syn v2.0.96 |
291 | 2025-01-17T07:38:12.589Z | Downloaded icu_properties_data v1.5.0 |
292 | 2025-01-17T07:38:12.599Z | Downloaded regress v0.10.1 |
293 | 2025-01-17T07:38:12.607Z | Downloaded rustls v0.23.19 |
294 | 2025-01-17T07:38:12.620Z | Downloaded regex-syntax v0.8.5 |
295 | 2025-01-17T07:38:12.627Z | Downloaded rustls v0.22.4 |
296 | 2025-01-17T07:38:12.639Z | Downloaded openapiv3 v2.0.0 |
297 | 2025-01-17T07:38:12.649Z | Downloaded regress v0.9.1 |
298 | 2025-01-17T07:38:12.657Z | Downloaded dropshot v0.15.1 |
299 | 2025-01-17T07:38:12.678Z | Downloaded chrono v0.4.38 |
300 | 2025-01-17T07:38:12.684Z | Downloaded quinn-proto v0.11.8 |
301 | 2025-01-17T07:38:12.690Z | Downloaded typify-impl v0.2.0 |
302 | 2025-01-17T07:38:12.704Z | Downloaded aho-corasick v1.1.3 |
303 | 2025-01-17T07:38:12.709Z | Downloaded hashbrown v0.14.5 |
304 | 2025-01-17T07:38:12.714Z | Downloaded tokio-util v0.7.12 |
305 | 2025-01-17T07:38:12.720Z | Downloaded time v0.3.36 |
306 | 2025-01-17T07:38:12.726Z | Downloaded itertools v0.10.5 |
307 | 2025-01-17T07:38:12.732Z | Downloaded idna v1.0.3 |
308 | 2025-01-17T07:38:12.736Z | Downloaded hashbrown v0.15.1 |
309 | 2025-01-17T07:38:12.740Z | Downloaded regex-automata v0.4.8 |
310 | 2025-01-17T07:38:12.756Z | Downloaded semver v1.0.24 |
311 | 2025-01-17T07:38:12.759Z | Downloaded ryu v1.0.18 |
312 | 2025-01-17T07:38:12.762Z | Downloaded schemars v0.8.21 |
313 | 2025-01-17T07:38:12.771Z | Downloaded unsafe-libyaml v0.2.11 |
314 | 2025-01-17T07:38:12.774Z | Downloaded rustls-pki-types v1.10.0 |
315 | 2025-01-17T07:38:12.777Z | Downloaded base64 v0.22.1 |
316 | 2025-01-17T07:38:12.781Z | Downloaded once_cell v1.20.2 |
317 | 2025-01-17T07:38:12.783Z | Downloaded dropshot_endpoint v0.15.1 |
318 | 2025-01-17T07:38:12.786Z | Downloaded unicode-ident v1.0.14 |
319 | 2025-01-17T07:38:12.789Z | Downloaded ucd-trie v0.1.7 |
320 | 2025-01-17T07:38:12.793Z | Downloaded typenum v1.17.0 |
321 | 2025-01-17T07:38:12.795Z | Downloaded libc v0.2.169 |
322 | 2025-01-17T07:38:12.816Z | Downloaded tinyvec v1.8.0 |
323 | 2025-01-17T07:38:12.819Z | Downloaded hyper-util v0.1.10 |
324 | 2025-01-17T07:38:12.823Z | Downloaded sha2 v0.10.8 |
325 | 2025-01-17T07:38:12.825Z | Downloaded parse-display v0.10.0 |
326 | 2025-01-17T07:38:12.828Z | Downloaded thiserror v2.0.11 |
327 | 2025-01-17T07:38:12.831Z | Downloaded tokio v1.43.0 |
328 | 2025-01-17T07:38:12.866Z | Downloaded rustc-hash v2.0.0 |
329 | 2025-01-17T07:38:12.869Z | Downloaded synstructure v0.13.1 |
330 | 2025-01-17T07:38:12.869Z | Downloaded ppv-lite86 v0.2.20 |
331 | 2025-01-17T07:38:12.871Z | Downloaded log v0.4.22 |
332 | 2025-01-17T07:38:12.871Z | Downloaded crossbeam-utils v0.8.20 |
333 | 2025-01-17T07:38:12.874Z | Downloaded anyhow v1.0.93 |
334 | 2025-01-17T07:38:12.877Z | Downloaded allocator-api2 v0.2.18 |
335 | 2025-01-17T07:38:12.880Z | Downloaded icu_locid_transform_data v1.5.0 |
336 | 2025-01-17T07:38:12.883Z | Downloaded bytes v1.9.0 |
337 | 2025-01-17T07:38:12.885Z | Downloaded icu_locid_transform v1.5.0 |
338 | 2025-01-17T07:38:12.888Z | Downloaded icu_locid v1.5.0 |
339 | 2025-01-17T07:38:12.892Z | Downloaded httparse v1.9.5 |
340 | 2025-01-17T07:38:12.894Z | Downloaded hyper-rustls v0.27.3 |
341 | 2025-01-17T07:38:12.897Z | Downloaded multer v3.1.0 |
342 | 2025-01-17T07:38:12.899Z | Downloaded zerofrom-derive v0.1.4 |
343 | 2025-01-17T07:38:12.899Z | Downloaded zerocopy-derive v0.7.35 |
344 | 2025-01-17T07:38:12.903Z | Downloaded yoke v0.7.4 |
345 | 2025-01-17T07:38:12.906Z | Downloaded time-macros v0.2.18 |
346 | 2025-01-17T07:38:12.909Z | Downloaded ipnet v2.10.1 |
347 | 2025-01-17T07:38:12.909Z | Downloaded indexmap v1.9.3 |
348 | 2025-01-17T07:38:12.911Z | Downloaded icu_normalizer_data v1.5.0 |
349 | 2025-01-17T07:38:12.914Z | Downloaded tokio-rustls v0.25.0 |
350 | 2025-01-17T07:38:12.916Z | Downloaded backoff v0.4.0 |
351 | 2025-01-17T07:38:12.916Z | Downloaded dirs-sys-next v0.1.2 |
352 | 2025-01-17T07:38:12.919Z | Downloaded tinystr v0.7.6 |
353 | 2025-01-17T07:38:12.919Z | Downloaded digest v0.10.7 |
354 | 2025-01-17T07:38:12.922Z | Downloaded camino v1.1.9 |
355 | 2025-01-17T07:38:12.924Z | Downloaded async-trait v0.1.83 |
356 | 2025-01-17T07:38:12.927Z | Downloaded form_urlencoded v1.2.1 |
357 | 2025-01-17T07:38:12.927Z | Downloaded http-body-util v0.1.2 |
358 | 2025-01-17T07:38:12.930Z | Downloaded hostname v0.3.1 |
359 | 2025-01-17T07:38:12.930Z | Downloaded crypto-common v0.1.6 |
360 | 2025-01-17T07:38:12.930Z | Downloaded itoa v1.0.11 |
361 | 2025-01-17T07:38:12.932Z | Downloaded idna_adapter v1.2.0 |
362 | 2025-01-17T07:38:12.932Z | Downloaded hostname v0.4.0 |
363 | 2025-01-17T07:38:12.935Z | Downloaded futures-executor v0.3.31 |
364 | 2025-01-17T07:38:12.935Z | Downloaded fnv v1.0.7 |
365 | 2025-01-17T07:38:12.939Z | Downloaded displaydoc v0.2.5 |
366 | 2025-01-17T07:38:12.939Z | Downloaded encoding_rs v0.8.34 |
367 | 2025-01-17T07:38:12.957Z | Downloaded dirs-next v2.0.0 |
368 | 2025-01-17T07:38:12.960Z | Downloaded deranged v0.3.11 |
369 | 2025-01-17T07:38:12.960Z | Downloaded tokio-native-tls v0.3.1 |
370 | 2025-01-17T07:38:12.963Z | Downloaded thread-id v4.2.2 |
371 | 2025-01-17T07:38:12.963Z | Downloaded dyn-clone v1.0.17 |
372 | 2025-01-17T07:38:12.965Z | Downloaded async-stream v0.3.6 |
373 | 2025-01-17T07:38:12.965Z | Downloaded write16 v1.0.0 |
374 | 2025-01-17T07:38:12.968Z | Downloaded usdt-attr-macro v0.5.0 |
375 | 2025-01-17T07:38:12.968Z | Downloaded tinyvec_macros v0.1.1 |
376 | 2025-01-17T07:38:13.143Z | Downloaded ring v0.17.8 |
377 | 2025-01-17T07:38:13.339Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-17T07:38:13.339Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-17T07:38:13.339Z | Compiling libc v0.2.169 |
380 | 2025-01-17T07:38:13.339Z | Checking cfg-if v1.0.0 |
381 | 2025-01-17T07:38:13.342Z | Compiling autocfg v1.4.0 |
382 | 2025-01-17T07:38:13.342Z | Compiling serde v1.0.217 |
383 | 2025-01-17T07:38:13.362Z | Compiling version_check v0.9.5 |
384 | 2025-01-17T07:38:13.365Z | Checking memchr v2.7.4 |
385 | 2025-01-17T07:38:13.494Z | Compiling serde_json v1.0.135 |
386 | 2025-01-17T07:38:13.549Z | Checking itoa v1.0.11 |
387 | 2025-01-17T07:38:13.969Z | Checking once_cell v1.20.2 |
388 | 2025-01-17T07:38:13.983Z | Compiling thiserror v1.0.69 |
389 | 2025-01-17T07:38:14.052Z | Compiling shlex v1.3.0 |
390 | 2025-01-17T07:38:14.254Z | Checking pin-project-lite v0.2.14 |
391 | 2025-01-17T07:38:14.267Z | Compiling num-traits v0.2.19 |
392 | 2025-01-17T07:38:14.384Z | Compiling cc v1.1.30 |
393 | 2025-01-17T07:38:14.617Z | Checking smallvec v1.13.2 |
394 | 2025-01-17T07:38:14.711Z | Checking getrandom v0.2.15 |
395 | 2025-01-17T07:38:14.796Z | Checking ryu v1.0.18 |
396 | 2025-01-17T07:38:14.927Z | Checking bytes v1.9.0 |
397 | 2025-01-17T07:38:15.007Z | Checking futures-core v0.3.31 |
398 | 2025-01-17T07:38:15.052Z | Compiling lock_api v0.4.12 |
399 | 2025-01-17T07:38:15.107Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-17T07:38:15.266Z | Compiling quote v1.0.38 |
401 | 2025-01-17T07:38:15.510Z | Checking scopeguard v1.2.0 |
402 | 2025-01-17T07:38:15.570Z | Compiling schemars v0.8.21 |
403 | 2025-01-17T07:38:15.602Z | Compiling byteorder v1.5.0 |
404 | 2025-01-17T07:38:15.661Z | Compiling syn v2.0.96 |
405 | 2025-01-17T07:38:15.819Z | Compiling slab v0.4.9 |
406 | 2025-01-17T07:38:15.844Z | Compiling ahash v0.8.11 |
407 | 2025-01-17T07:38:16.037Z | Checking futures-sink v0.3.31 |
408 | 2025-01-17T07:38:16.052Z | Checking log v0.4.22 |
409 | 2025-01-17T07:38:16.170Z | Checking parking_lot v0.12.3 |
410 | 2025-01-17T07:38:16.183Z | Checking socket2 v0.5.7 |
411 | 2025-01-17T07:38:16.255Z | Checking mio v1.0.2 |
412 | 2025-01-17T07:38:16.283Z | Checking signal-hook-registry v1.4.2 |
413 | 2025-01-17T07:38:16.296Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-17T07:38:16.392Z | Checking hashbrown v0.15.1 |
415 | 2025-01-17T07:38:16.512Z | Checking equivalent v1.0.1 |
416 | 2025-01-17T07:38:16.540Z | Checking fnv v1.0.7 |
417 | 2025-01-17T07:38:16.593Z | Checking futures-channel v0.3.31 |
418 | 2025-01-17T07:38:16.618Z | Checking futures-task v0.3.31 |
419 | 2025-01-17T07:38:16.653Z | Compiling semver v1.0.24 |
420 | 2025-01-17T07:38:16.670Z | Checking http v1.2.0 |
421 | 2025-01-17T07:38:16.845Z | Checking futures-io v0.3.31 |
422 | 2025-01-17T07:38:16.868Z | Checking pin-utils v0.1.0 |
423 | 2025-01-17T07:38:16.924Z | Compiling pkg-config v0.3.31 |
424 | 2025-01-17T07:38:16.951Z | Checking spin v0.9.8 |
425 | 2025-01-17T07:38:17.025Z | Compiling vcpkg v0.2.15 |
426 | 2025-01-17T07:38:17.163Z | Checking rustls-pki-types v1.10.0 |
427 | 2025-01-17T07:38:17.248Z | Compiling ring v0.17.8 |
428 | 2025-01-17T07:38:17.371Z | Checking litemap v0.7.3 |
429 | 2025-01-17T07:38:17.705Z | Checking iana-time-zone v0.1.61 |
430 | 2025-01-17T07:38:17.717Z | Checking untrusted v0.9.0 |
431 | 2025-01-17T07:38:17.866Z | Checking writeable v0.5.5 |
432 | 2025-01-17T07:38:17.879Z | Compiling heck v0.5.0 |
433 | 2025-01-17T07:38:17.928Z | Compiling httparse v1.9.5 |
434 | 2025-01-17T07:38:18.012Z | Checking tracing-core v0.1.32 |
435 | 2025-01-17T07:38:18.150Z | Checking atomic-waker v1.1.2 |
436 | 2025-01-17T07:38:18.301Z | Checking dyn-clone v1.0.17 |
437 | 2025-01-17T07:38:18.387Z | Compiling ucd-trie v0.1.7 |
438 | 2025-01-17T07:38:18.446Z | Checking http-body v1.0.1 |
439 | 2025-01-17T07:38:18.476Z | Compiling openssl-sys v0.9.103 |
440 | 2025-01-17T07:38:18.639Z | Compiling allocator-api2 v0.2.18 |
441 | 2025-01-17T07:38:18.642Z | Checking tracing v0.1.40 |
442 | 2025-01-17T07:38:18.950Z | Checking subtle v2.6.1 |
443 | 2025-01-17T07:38:18.994Z | Checking try-lock v0.2.5 |
444 | 2025-01-17T07:38:19.065Z | Checking zeroize v1.8.1 |
445 | 2025-01-17T07:38:19.121Z | Checking icu_locid_transform_data v1.5.0 |
446 | 2025-01-17T07:38:19.190Z | Checking want v0.3.1 |
447 | 2025-01-17T07:38:19.294Z | Compiling uuid v1.11.0 |
448 | 2025-01-17T07:38:19.376Z | Compiling openssl v0.10.66 |
449 | 2025-01-17T07:38:19.489Z | Checking icu_properties_data v1.5.0 |
450 | 2025-01-17T07:38:19.509Z | Checking foreign-types-shared v0.1.1 |
451 | 2025-01-17T07:38:19.716Z | Checking httpdate v1.0.3 |
452 | 2025-01-17T07:38:19.817Z | Checking foreign-types v0.3.2 |
453 | 2025-01-17T07:38:19.848Z | Checking utf16_iter v1.0.5 |
454 | 2025-01-17T07:38:19.900Z | Compiling chrono v0.4.38 |
455 | 2025-01-17T07:38:19.962Z | Checking percent-encoding v2.3.1 |
456 | 2025-01-17T07:38:20.024Z | Compiling slog v2.7.0 |
457 | 2025-01-17T07:38:20.162Z | Checking bitflags v2.6.0 |
458 | 2025-01-17T07:38:20.165Z | Compiling native-tls v0.2.12 |
459 | 2025-01-17T07:38:20.334Z | Compiling rustls v0.23.19 |
460 | 2025-01-17T07:38:20.404Z | Checking tower-service v0.3.3 |
461 | 2025-01-17T07:38:20.510Z | Checking write16 v1.0.0 |
462 | 2025-01-17T07:38:20.524Z | Checking icu_normalizer_data v1.5.0 |
463 | 2025-01-17T07:38:20.541Z | Checking utf8_iter v1.0.4 |
464 | 2025-01-17T07:38:20.647Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-17T07:38:20.694Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-17T07:38:20.736Z | Compiling typenum v1.17.0 |
467 | 2025-01-17T07:38:20.850Z | Checking openssl-probe v0.1.5 |
468 | 2025-01-17T07:38:21.004Z | Compiling regex-syntax v0.8.5 |
469 | 2025-01-17T07:38:21.680Z | Compiling generic-array v0.14.7 |
470 | 2025-01-17T07:38:21.711Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-17T07:38:22.018Z | Checking mime v0.3.17 |
472 | 2025-01-17T07:38:23.055Z | Compiling synstructure v0.13.1 |
473 | 2025-01-17T07:38:23.243Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-17T07:38:23.472Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-17T07:38:24.064Z | Checking rustls-pemfile v2.2.0 |
476 | 2025-01-17T07:38:24.285Z | Checking webpki-roots v0.26.6 |
477 | 2025-01-17T07:38:24.623Z | Compiling regex-automata v0.4.8 |
478 | 2025-01-17T07:38:25.199Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-17T07:38:25.327Z | Checking powerfmt v0.2.0 |
480 | 2025-01-17T07:38:25.566Z | Compiling time-core v0.1.2 |
481 | 2025-01-17T07:38:25.600Z | Compiling num-conv v0.1.0 |
482 | 2025-01-17T07:38:25.734Z | Checking base64 v0.22.1 |
483 | 2025-01-17T07:38:25.874Z | Compiling time-macros v0.2.18 |
484 | 2025-01-17T07:38:25.956Z | Checking deranged v0.3.11 |
485 | 2025-01-17T07:38:26.359Z | Compiling thread-id v4.2.2 |
486 | 2025-01-17T07:38:26.494Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-17T07:38:26.632Z | Compiling strsim v0.11.1 |
488 | 2025-01-17T07:38:27.090Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-17T07:38:27.260Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-17T07:38:27.279Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-01-17T07:38:27.506Z | Compiling zerofrom-derive v0.1.4 |
492 | 2025-01-17T07:38:28.570Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-17T07:38:28.708Z | Compiling tokio-macros v2.5.0 |
494 | 2025-01-17T07:38:28.748Z | Compiling yoke-derive v0.7.4 |
495 | 2025-01-17T07:38:29.170Z | Compiling zerocopy v0.7.35 |
496 | 2025-01-17T07:38:30.169Z | Checking tokio v1.43.0 |
497 | 2025-01-17T07:38:30.540Z | Compiling zerovec-derive v0.10.3 |
498 | 2025-01-17T07:38:30.656Z | Checking zerofrom v0.1.4 |
499 | 2025-01-17T07:38:30.850Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-17T07:38:31.182Z | Checking yoke v0.7.4 |
501 | 2025-01-17T07:38:31.305Z | Compiling displaydoc v0.2.5 |
502 | 2025-01-17T07:38:31.390Z | Compiling icu_provider_macros v1.5.0 |
503 | 2025-01-17T07:38:31.560Z | Compiling pest v2.7.14 |
504 | 2025-01-17T07:38:32.035Z | Compiling hashbrown v0.14.5 |
505 | 2025-01-17T07:38:32.471Z | Compiling openssl-macros v0.1.1 |
506 | 2025-01-17T07:38:32.674Z | Checking futures-util v0.3.31 |
507 | 2025-01-17T07:38:32.939Z | Checking zerovec v0.10.4 |
508 | 2025-01-17T07:38:33.086Z | Compiling regress v0.10.1 |
509 | 2025-01-17T07:38:34.473Z | Checking tinystr v0.7.6 |
510 | 2025-01-17T07:38:34.539Z | Checking icu_collections v1.5.0 |
511 | 2025-01-17T07:38:34.806Z | Checking icu_locid v1.5.0 |
512 | 2025-01-17T07:38:35.188Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-17T07:38:35.732Z | Checking icu_provider v1.5.0 |
514 | 2025-01-17T07:38:36.344Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-17T07:38:36.698Z | Checking tokio-util v0.7.12 |
516 | 2025-01-17T07:38:37.204Z | Compiling pest_generator v2.7.14 |
517 | 2025-01-17T07:38:37.326Z | Checking icu_properties v1.5.1 |
518 | 2025-01-17T07:38:37.505Z | Checking http-body-util v0.1.2 |
519 | 2025-01-17T07:38:37.679Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-17T07:38:37.928Z | Compiling regex v1.11.1 |
521 | 2025-01-17T07:38:38.051Z | Compiling scroll_derive v0.12.0 |
522 | 2025-01-17T07:38:38.539Z | Checking tokio-native-tls v0.3.1 |
523 | 2025-01-17T07:38:38.769Z | Checking indexmap v2.7.0 |
524 | 2025-01-17T07:38:38.911Z | Compiling pest_derive v2.7.14 |
525 | 2025-01-17T07:38:39.439Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-01-17T07:38:39.931Z | Checking h2 v0.4.6 |
527 | 2025-01-17T07:38:40.150Z | Checking serde_urlencoded v0.7.1 |
528 | 2025-01-17T07:38:40.256Z | Compiling dtrace-parser v0.2.0 |
529 | 2025-01-17T07:38:40.416Z | Checking scroll v0.12.0 |
530 | 2025-01-17T07:38:40.671Z | Checking icu_normalizer v1.5.0 |
531 | 2025-01-17T07:38:40.975Z | Checking num_threads v0.1.7 |
532 | 2025-01-17T07:38:41.474Z | Checking idna_adapter v1.2.0 |
533 | 2025-01-17T07:38:41.673Z | Checking idna v1.0.3 |
534 | 2025-01-17T07:38:41.801Z | Compiling dof v0.3.0 |
535 | 2025-01-17T07:38:41.885Z | Compiling syn v1.0.109 |
536 | 2025-01-17T07:38:42.189Z | Checking url v2.5.3 |
537 | 2025-01-17T07:38:42.437Z | Compiling ident_case v1.0.1 |
538 | 2025-01-17T07:38:42.649Z | Checking plain v0.2.3 |
539 | 2025-01-17T07:38:42.680Z | Compiling crossbeam-utils v0.8.20 |
540 | 2025-01-17T07:38:42.845Z | Checking ipnet v2.10.1 |
541 | 2025-01-17T07:38:43.002Z | Compiling typify-impl v0.2.0 |
542 | 2025-01-17T07:38:43.366Z | Checking time v0.3.36 |
543 | 2025-01-17T07:38:44.146Z | Checking goblin v0.8.2 |
544 | 2025-01-17T07:38:44.157Z | Checking hyper v1.5.2 |
545 | 2025-01-17T07:38:44.797Z | Compiling darling_core v0.20.10 |
546 | 2025-01-17T07:38:45.994Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-17T07:38:46.139Z | Checking hyper-util v0.1.10 |
548 | 2025-01-17T07:38:46.410Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-17T07:38:46.765Z | Checking pretty-hex v0.4.1 |
550 | 2025-01-17T07:38:46.956Z | Compiling rustversion v1.0.17 |
551 | 2025-01-17T07:38:46.982Z | Compiling unsafe-libyaml v0.2.11 |
552 | 2025-01-17T07:38:47.622Z | Compiling newtype-uuid v1.2.1 |
553 | 2025-01-17T07:38:47.792Z | Checking hyper-tls v0.6.0 |
554 | 2025-01-17T07:38:47.952Z | Checking hyper-rustls v0.27.3 |
555 | 2025-01-17T07:38:48.071Z | Compiling paste v1.0.15 |
556 | 2025-01-17T07:38:48.278Z | Checking reqwest v0.12.9 |
557 | 2025-01-17T07:38:48.592Z | Compiling omicron-workspace-hack v0.1.0 |
558 | 2025-01-17T07:38:48.714Z | Compiling rustls v0.22.4 |
559 | 2025-01-17T07:38:49.015Z | Compiling serde_yaml v0.9.34+deprecated |
560 | 2025-01-17T07:38:49.297Z | Checking dirs-next v2.0.0 |
561 | 2025-01-17T07:38:49.791Z | Checking ipnetwork v0.20.0 |
562 | 2025-01-17T07:38:49.905Z | Checking toml_datetime v0.6.8 |
563 | 2025-01-17T07:38:49.945Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-17T07:38:50.136Z | Checking ppv-lite86 v0.2.20 |
565 | 2025-01-17T07:38:50.141Z | Checking crypto-common v0.1.6 |
566 | 2025-01-17T07:38:50.210Z | Checking block-buffer v0.10.4 |
567 | 2025-01-17T07:38:50.333Z | Compiling structmeta-derive v0.3.0 |
568 | 2025-01-17T07:38:50.338Z | Compiling darling_macro v0.20.10 |
569 | 2025-01-17T07:38:50.407Z | Checking rand_core v0.6.4 |
570 | 2025-01-17T07:38:50.582Z | Checking thread_local v1.1.8 |
571 | 2025-01-17T07:38:50.698Z | Compiling multer v3.1.0 |
572 | 2025-01-17T07:38:50.876Z | Checking either v1.13.0 |
573 | 2025-01-17T07:38:50.890Z | Compiling slog-async v2.8.0 |
574 | 2025-01-17T07:38:51.047Z | Compiling camino v1.1.9 |
575 | 2025-01-17T07:38:51.278Z | Compiling thiserror v2.0.11 |
576 | 2025-01-17T07:38:51.326Z | Checking match_cfg v0.1.0 |
577 | 2025-01-17T07:38:51.387Z | Compiling anyhow v1.0.93 |
578 | 2025-01-17T07:38:51.420Z | Checking winnow v0.6.20 |
579 | 2025-01-17T07:38:51.723Z | Checking hostname v0.3.1 |
580 | 2025-01-17T07:38:51.922Z | Compiling darling v0.20.10 |
581 | 2025-01-17T07:38:52.034Z | Checking itertools v0.10.5 |
582 | 2025-01-17T07:38:52.207Z | Checking rand_chacha v0.3.1 |
583 | 2025-01-17T07:38:52.397Z | Checking crossbeam-channel v0.5.13 |
584 | 2025-01-17T07:38:52.589Z | Checking digest v0.10.7 |
585 | 2025-01-17T07:38:52.767Z | Compiling structmeta v0.3.0 |
586 | 2025-01-17T07:38:52.829Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
587 | 2025-01-17T07:38:52.924Z | Checking progenitor-client v0.8.0 |
588 | 2025-01-17T07:38:53.098Z | Checking term v0.7.0 |
589 | 2025-01-17T07:38:53.515Z | Compiling usdt-macro v0.5.0 |
590 | 2025-01-17T07:38:54.192Z | Compiling usdt-attr-macro v0.5.0 |
591 | 2025-01-17T07:38:54.213Z | Checking toml_edit v0.22.22 |
592 | 2025-01-17T07:38:54.331Z | Checking slog-json v2.6.1 |
593 | 2025-01-17T07:38:54.500Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
594 | 2025-01-17T07:38:54.514Z | Checking futures-executor v0.3.31 |
595 | 2025-01-17T07:38:54.597Z | Compiling async-stream-impl v0.3.6 |
596 | 2025-01-17T07:38:54.761Z | Compiling thiserror-impl v2.0.11 |
597 | 2025-01-17T07:38:54.806Z | Checking is-terminal v0.4.13 |
598 | 2025-01-17T07:38:54.907Z | Checking memmap v0.7.0 |
599 | 2025-01-17T07:38:55.116Z | Compiling dropshot v0.15.1 |
600 | 2025-01-17T07:38:55.120Z | Compiling typify-macro v0.2.0 |
601 | 2025-01-17T07:38:55.467Z | Checking cpufeatures v0.2.14 |
602 | 2025-01-17T07:38:55.566Z | Checking take_mut v0.2.2 |
603 | 2025-01-17T07:38:55.569Z | Checking usdt v0.5.0 |
604 | 2025-01-17T07:38:55.603Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
605 | 2025-01-17T07:38:55.811Z | Checking sha1 v0.10.6 |
606 | 2025-01-17T07:38:55.857Z | Checking async-stream v0.3.6 |
607 | 2025-01-17T07:38:56.055Z | Checking slog-term v2.9.1 |
608 | 2025-01-17T07:38:56.069Z | Checking futures v0.3.31 |
609 | 2025-01-17T07:38:56.092Z | Checking slog-bunyan v2.5.0 |
610 | 2025-01-17T07:38:56.174Z | Compiling strum_macros v0.26.4 |
611 | 2025-01-17T07:38:56.188Z | Compiling parse-display-derive v0.10.0 |
612 | 2025-01-17T07:38:56.254Z | Checking rand v0.8.5 |
613 | 2025-01-17T07:38:56.657Z | Checking tokio-rustls v0.25.0 |
614 | 2025-01-17T07:38:56.849Z | Checking toml v0.8.19 |
615 | 2025-01-17T07:38:57.005Z | Compiling serde_with_macros v3.11.0 |
616 | 2025-01-17T07:38:57.502Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-17T07:38:57.532Z | Checking hex v0.4.3 |
618 | 2025-01-17T07:38:57.742Z | Checking serde_path_to_error v0.1.16 |
619 | 2025-01-17T07:38:57.811Z | Compiling async-trait v0.1.83 |
620 | 2025-01-17T07:38:57.995Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
621 | 2025-01-17T07:38:58.378Z | Checking waitgroup v0.1.2 |
622 | 2025-01-17T07:38:58.531Z | Checking hostname v0.4.0 |
623 | 2025-01-17T07:38:58.545Z | Compiling typify v0.2.0 |
624 | 2025-01-17T07:38:58.660Z | Compiling progenitor-impl v0.8.0 |
625 | 2025-01-17T07:38:58.769Z | Checking instant v0.1.13 |
626 | 2025-01-17T07:38:58.886Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-17T07:38:59.026Z | Checking backoff v0.4.0 |
628 | 2025-01-17T07:38:59.319Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
629 | 2025-01-17T07:38:59.415Z | Checking serde_with v3.11.0 |
630 | 2025-01-17T07:38:59.484Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-17T07:38:59.654Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-17T07:38:59.784Z | Checking parse-display v0.10.0 |
633 | 2025-01-17T07:38:59.952Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-17T07:39:00.051Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-17T07:39:00.355Z | Checking strum v0.26.3 |
636 | 2025-01-17T07:39:00.376Z | Checking macaddr v1.0.1 |
637 | 2025-01-17T07:39:00.399Z | Checking regress v0.9.1 |
638 | 2025-01-17T07:39:01.867Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-17T07:39:05.437Z | Checking progenitor v0.8.0 |
640 | 2025-01-17T07:39:05.551Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-17T07:39:08.327Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-17T07:39:15.446Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-17T07:39:15.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
644 | 2025-01-17T07:39:15.652Z | + cargo build --release |
645 | 2025-01-17T07:39:15.917Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-17T07:39:15.917Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-17T07:39:15.918Z | Compiling libc v0.2.169 |
648 | 2025-01-17T07:39:15.920Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-17T07:39:15.920Z | Compiling autocfg v1.4.0 |
650 | 2025-01-17T07:39:15.920Z | Compiling serde v1.0.217 |
651 | 2025-01-17T07:39:15.920Z | Compiling version_check v0.9.5 |
652 | 2025-01-17T07:39:15.920Z | Compiling memchr v2.7.4 |
653 | 2025-01-17T07:39:16.070Z | Compiling serde_json v1.0.135 |
654 | 2025-01-17T07:39:16.137Z | Compiling itoa v1.0.11 |
655 | 2025-01-17T07:39:16.405Z | Compiling thiserror v1.0.69 |
656 | 2025-01-17T07:39:16.506Z | Compiling once_cell v1.20.2 |
657 | 2025-01-17T07:39:16.524Z | Compiling shlex v1.3.0 |
658 | 2025-01-17T07:39:16.830Z | Compiling cc v1.1.30 |
659 | 2025-01-17T07:39:16.939Z | Compiling num-traits v0.2.19 |
660 | 2025-01-17T07:39:16.950Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-17T07:39:17.231Z | Compiling getrandom v0.2.15 |
662 | 2025-01-17T07:39:17.331Z | Compiling ryu v1.0.18 |
663 | 2025-01-17T07:39:17.403Z | Compiling smallvec v1.13.2 |
664 | 2025-01-17T07:39:17.570Z | Compiling bytes v1.9.0 |
665 | 2025-01-17T07:39:17.636Z | Compiling futures-core v0.3.31 |
666 | 2025-01-17T07:39:17.643Z | Compiling lock_api v0.4.12 |
667 | 2025-01-17T07:39:17.846Z | Compiling quote v1.0.38 |
668 | 2025-01-17T07:39:17.885Z | Compiling schemars v0.8.21 |
669 | 2025-01-17T07:39:18.017Z | Compiling parking_lot_core v0.9.10 |
670 | 2025-01-17T07:39:18.235Z | Compiling syn v2.0.96 |
671 | 2025-01-17T07:39:18.261Z | Compiling ahash v0.8.11 |
672 | 2025-01-17T07:39:18.268Z | Compiling scopeguard v1.2.0 |
673 | 2025-01-17T07:39:18.458Z | Compiling byteorder v1.5.0 |
674 | 2025-01-17T07:39:18.668Z | Compiling slab v0.4.9 |
675 | 2025-01-17T07:39:18.756Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-17T07:39:18.876Z | Compiling log v0.4.22 |
677 | 2025-01-17T07:39:19.025Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-17T07:39:19.157Z | Compiling mio v1.0.2 |
679 | 2025-01-17T07:39:19.276Z | Compiling signal-hook-registry v1.4.2 |
680 | 2025-01-17T07:39:19.304Z | Compiling socket2 v0.5.7 |
681 | 2025-01-17T07:39:19.334Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-17T07:39:19.418Z | Compiling ring v0.17.8 |
683 | 2025-01-17T07:39:19.429Z | Compiling hashbrown v0.15.1 |
684 | 2025-01-17T07:39:19.858Z | Compiling fnv v1.0.7 |
685 | 2025-01-17T07:39:19.861Z | Compiling equivalent v1.0.1 |
686 | 2025-01-17T07:39:19.959Z | Compiling semver v1.0.24 |
687 | 2025-01-17T07:39:20.435Z | Compiling http v1.2.0 |
688 | 2025-01-17T07:39:20.714Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-17T07:39:20.757Z | Compiling futures-io v0.3.31 |
690 | 2025-01-17T07:39:20.799Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-17T07:39:20.940Z | Compiling futures-task v0.3.31 |
692 | 2025-01-17T07:39:21.098Z | Compiling rustls-pki-types v1.10.0 |
693 | 2025-01-17T07:39:21.105Z | Compiling pkg-config v0.3.31 |
694 | 2025-01-17T07:39:21.222Z | Compiling spin v0.9.8 |
695 | 2025-01-17T07:39:21.226Z | Compiling vcpkg v0.2.15 |
696 | 2025-01-17T07:39:21.412Z | Compiling untrusted v0.9.0 |
697 | 2025-01-17T07:39:21.615Z | Compiling litemap v0.7.3 |
698 | 2025-01-17T07:39:21.960Z | Compiling iana-time-zone v0.1.61 |
699 | 2025-01-17T07:39:22.171Z | Compiling heck v0.5.0 |
700 | 2025-01-17T07:39:25.446Z | Compiling httparse v1.9.5 |
701 | 2025-01-17T07:39:25.499Z | Compiling openssl-sys v0.9.103 |
702 | 2025-01-17T07:39:25.500Z | Compiling writeable v0.5.5 |
703 | 2025-01-17T07:39:25.500Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-17T07:39:25.500Z | Compiling atomic-waker v1.1.2 |
705 | 2025-01-17T07:39:25.500Z | Compiling ucd-trie v0.1.7 |
706 | 2025-01-17T07:39:25.500Z | Compiling dyn-clone v1.0.17 |
707 | 2025-01-17T07:39:25.500Z | Compiling http-body v1.0.1 |
708 | 2025-01-17T07:39:25.516Z | Compiling tracing v0.1.40 |
709 | 2025-01-17T07:39:25.516Z | Compiling subtle v2.6.1 |
710 | 2025-01-17T07:39:25.516Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-17T07:39:25.516Z | Compiling icu_locid_transform_data v1.5.0 |
712 | 2025-01-17T07:39:25.516Z | Compiling try-lock v0.2.5 |
713 | 2025-01-17T07:39:25.516Z | Compiling zeroize v1.8.1 |
714 | 2025-01-17T07:39:25.516Z | Compiling want v0.3.1 |
715 | 2025-01-17T07:39:25.516Z | Compiling chrono v0.4.38 |
716 | 2025-01-17T07:39:25.516Z | Compiling openssl v0.10.66 |
717 | 2025-01-17T07:39:25.516Z | Compiling uuid v1.11.0 |
718 | 2025-01-17T07:39:25.517Z | Compiling icu_properties_data v1.5.0 |
719 | 2025-01-17T07:39:25.517Z | Compiling synstructure v0.13.1 |
720 | 2025-01-17T07:39:25.612Z | Compiling serde_derive_internals v0.29.1 |
721 | 2025-01-17T07:39:25.727Z | Compiling httpdate v1.0.3 |
722 | 2025-01-17T07:39:25.890Z | Compiling foreign-types-shared v0.1.1 |
723 | 2025-01-17T07:39:26.005Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-17T07:39:26.694Z | Compiling slog v2.7.0 |
725 | 2025-01-17T07:39:26.952Z | Compiling bitflags v2.6.0 |
726 | 2025-01-17T07:39:27.193Z | Compiling native-tls v0.2.12 |
727 | 2025-01-17T07:39:27.589Z | Compiling icu_normalizer_data v1.5.0 |
728 | 2025-01-17T07:39:27.603Z | Compiling utf8_iter v1.0.4 |
729 | 2025-01-17T07:39:27.691Z | Compiling utf16_iter v1.0.5 |
730 | 2025-01-17T07:39:27.840Z | Compiling tower-service v0.3.3 |
731 | 2025-01-17T07:39:27.865Z | Compiling write16 v1.0.0 |
732 | 2025-01-17T07:39:27.868Z | Compiling rustls v0.23.19 |
733 | 2025-01-17T07:39:27.912Z | Compiling percent-encoding v2.3.1 |
734 | 2025-01-17T07:39:28.035Z | Compiling aho-corasick v1.1.3 |
735 | 2025-01-17T07:39:28.198Z | Compiling form_urlencoded v1.2.1 |
736 | 2025-01-17T07:39:28.206Z | Compiling regex-syntax v0.8.5 |
737 | 2025-01-17T07:39:28.388Z | Compiling openssl-probe v0.1.5 |
738 | 2025-01-17T07:39:28.715Z | Compiling typenum v1.17.0 |
739 | 2025-01-17T07:39:29.822Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-17T07:39:29.829Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-17T07:39:30.013Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-17T07:39:30.369Z | Compiling zerofrom-derive v0.1.4 |
743 | 2025-01-17T07:39:30.731Z | Compiling schemars_derive v0.8.21 |
744 | 2025-01-17T07:39:31.707Z | Compiling yoke-derive v0.7.4 |
745 | 2025-01-17T07:39:31.789Z | Compiling zerocopy v0.7.35 |
746 | 2025-01-17T07:39:33.142Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-17T07:39:33.542Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-17T07:39:33.568Z | Compiling zerofrom v0.1.4 |
749 | 2025-01-17T07:39:33.633Z | Compiling futures-macro v0.3.31 |
750 | 2025-01-17T07:39:33.773Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-17T07:39:34.155Z | Compiling yoke v0.7.4 |
752 | 2025-01-17T07:39:34.512Z | Compiling icu_provider_macros v1.5.0 |
753 | 2025-01-17T07:39:34.618Z | Compiling tokio v1.43.0 |
754 | 2025-01-17T07:39:35.453Z | Compiling futures-util v0.3.31 |
755 | 2025-01-17T07:39:35.608Z | Compiling pest v2.7.14 |
756 | 2025-01-17T07:39:35.808Z | Compiling hashbrown v0.14.5 |
757 | 2025-01-17T07:39:35.913Z | Compiling zerovec v0.10.4 |
758 | 2025-01-17T07:39:38.521Z | Compiling tinystr v0.7.6 |
759 | 2025-01-17T07:39:38.711Z | Compiling rustls-webpki v0.102.8 |
760 | 2025-01-17T07:39:38.934Z | Compiling icu_locid v1.5.0 |
761 | 2025-01-17T07:39:41.670Z | Compiling icu_provider v1.5.0 |
762 | 2025-01-17T07:39:42.114Z | Compiling pest_meta v2.7.14 |
763 | 2025-01-17T07:39:43.412Z | Compiling indexmap v2.7.0 |
764 | 2025-01-17T07:39:43.824Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-17T07:39:45.527Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-17T07:39:46.371Z | Compiling icu_locid_transform v1.5.0 |
767 | 2025-01-17T07:39:46.433Z | Compiling icu_collections v1.5.0 |
768 | 2025-01-17T07:39:46.481Z | Compiling h2 v0.4.6 |
769 | 2025-01-17T07:39:48.686Z | Compiling icu_properties v1.5.1 |
770 | 2025-01-17T07:39:52.134Z | Compiling hyper v1.5.2 |
771 | 2025-01-17T07:39:52.198Z | Compiling pest_generator v2.7.14 |
772 | 2025-01-17T07:39:52.704Z | Compiling regress v0.10.1 |
773 | 2025-01-17T07:39:53.878Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-17T07:39:55.066Z | Compiling hyper-util v0.1.10 |
775 | 2025-01-17T07:39:57.311Z | Compiling typify-impl v0.2.0 |
776 | 2025-01-17T07:39:59.929Z | Compiling pest_derive v2.7.14 |
777 | 2025-01-17T07:40:00.838Z | Compiling icu_normalizer v1.5.0 |
778 | 2025-01-17T07:40:02.040Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-17T07:40:03.904Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-17T07:40:04.445Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-17T07:40:04.810Z | Compiling generic-array v0.14.7 |
782 | 2025-01-17T07:40:05.180Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-17T07:40:06.355Z | Compiling mime v0.3.17 |
784 | 2025-01-17T07:40:07.450Z | Compiling tokio-native-tls v0.3.1 |
785 | 2025-01-17T07:40:07.733Z | Compiling idna v1.0.3 |
786 | 2025-01-17T07:40:07.872Z | Compiling typify-macro v0.2.0 |
787 | 2025-01-17T07:40:07.880Z | Compiling serde_urlencoded v0.7.1 |
788 | 2025-01-17T07:40:08.363Z | Compiling tokio-rustls v0.26.0 |
789 | 2025-01-17T07:40:08.835Z | Compiling regex v1.11.1 |
790 | 2025-01-17T07:40:09.865Z | Compiling scroll_derive v0.12.0 |
791 | 2025-01-17T07:40:11.349Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-17T07:40:11.358Z | Compiling rustls-pemfile v2.2.0 |
793 | 2025-01-17T07:40:11.548Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-17T07:40:11.582Z | Compiling num-conv v0.1.0 |
795 | 2025-01-17T07:40:11.848Z | Compiling time-core v0.1.2 |
796 | 2025-01-17T07:40:11.959Z | Compiling powerfmt v0.2.0 |
797 | 2025-01-17T07:40:12.017Z | Compiling base64 v0.22.1 |
798 | 2025-01-17T07:40:12.428Z | Compiling deranged v0.3.11 |
799 | 2025-01-17T07:40:13.082Z | Compiling time-macros v0.2.18 |
800 | 2025-01-17T07:40:13.683Z | Compiling hyper-rustls v0.27.3 |
801 | 2025-01-17T07:40:15.369Z | Compiling scroll v0.12.0 |
802 | 2025-01-17T07:40:15.372Z | Compiling thread-id v4.2.2 |
803 | 2025-01-17T07:40:15.473Z | Compiling url v2.5.3 |
804 | 2025-01-17T07:40:15.986Z | Compiling hyper-tls v0.6.0 |
805 | 2025-01-17T07:40:16.468Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-17T07:40:18.027Z | Compiling dof v0.3.0 |
807 | 2025-01-17T07:40:18.845Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-17T07:40:19.002Z | Compiling syn v1.0.109 |
809 | 2025-01-17T07:40:20.782Z | Compiling plain v0.2.3 |
810 | 2025-01-17T07:40:20.967Z | Compiling ident_case v1.0.1 |
811 | 2025-01-17T07:40:21.269Z | Compiling num_threads v0.1.7 |
812 | 2025-01-17T07:40:21.436Z | Compiling omicron-workspace-hack v0.1.0 |
813 | 2025-01-17T07:40:22.441Z | Compiling strsim v0.11.1 |
814 | 2025-01-17T07:40:22.867Z | Compiling crossbeam-utils v0.8.20 |
815 | 2025-01-17T07:40:23.274Z | Compiling ipnet v2.10.1 |
816 | 2025-01-17T07:40:23.681Z | Compiling time v0.3.36 |
817 | 2025-01-17T07:40:24.898Z | Compiling reqwest v0.12.9 |
818 | 2025-01-17T07:40:25.730Z | Compiling darling_core v0.20.10 |
819 | 2025-01-17T07:40:29.624Z | Compiling goblin v0.8.2 |
820 | 2025-01-17T07:40:35.160Z | Compiling typify v0.2.0 |
821 | 2025-01-17T07:40:35.285Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-17T07:40:36.504Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-17T07:40:38.058Z | Compiling paste v1.0.15 |
824 | 2025-01-17T07:40:38.574Z | Compiling pretty-hex v0.4.1 |
825 | 2025-01-17T07:40:38.818Z | Compiling unsafe-libyaml v0.2.11 |
826 | 2025-01-17T07:40:39.290Z | Compiling newtype-uuid v1.2.1 |
827 | 2025-01-17T07:40:39.646Z | Compiling rustversion v1.0.17 |
828 | 2025-01-17T07:40:40.291Z | Compiling rustls v0.22.4 |
829 | 2025-01-17T07:40:40.568Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-17T07:40:40.662Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-17T07:40:44.119Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-17T07:40:46.723Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-17T07:40:47.757Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-17T07:40:48.007Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-17T07:40:48.239Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-17T07:40:48.484Z | Compiling toml_datetime v0.6.8 |
837 | 2025-01-17T07:40:48.540Z | Compiling serde_spanned v0.6.8 |
838 | 2025-01-17T07:40:48.789Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-17T07:40:49.162Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-17T07:40:49.626Z | Compiling rand_core v0.6.4 |
841 | 2025-01-17T07:40:50.230Z | Compiling thread_local v1.1.8 |
842 | 2025-01-17T07:40:50.694Z | Compiling multer v3.1.0 |
843 | 2025-01-17T07:40:50.918Z | Compiling match_cfg v0.1.0 |
844 | 2025-01-17T07:40:50.920Z | Compiling either v1.13.0 |
845 | 2025-01-17T07:40:51.015Z | Compiling slog-async v2.8.0 |
846 | 2025-01-17T07:40:51.032Z | Compiling anyhow v1.0.93 |
847 | 2025-01-17T07:40:51.319Z | Compiling camino v1.1.9 |
848 | 2025-01-17T07:40:51.497Z | Compiling thiserror v2.0.11 |
849 | 2025-01-17T07:40:51.608Z | Compiling winnow v0.6.20 |
850 | 2025-01-17T07:40:51.755Z | Compiling structmeta v0.3.0 |
851 | 2025-01-17T07:40:52.154Z | Compiling itertools v0.10.5 |
852 | 2025-01-17T07:40:52.395Z | Compiling hostname v0.3.1 |
853 | 2025-01-17T07:40:52.460Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-17T07:40:53.142Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-17T07:40:53.655Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-17T07:40:53.823Z | Compiling digest v0.10.7 |
857 | 2025-01-17T07:40:54.237Z | Compiling darling v0.20.10 |
858 | 2025-01-17T07:40:54.347Z | Compiling crossbeam-channel v0.5.13 |
859 | 2025-01-17T07:40:55.048Z | Compiling progenitor-macro v0.8.0 |
860 | 2025-01-17T07:40:55.836Z | Compiling toml_edit v0.22.22 |
861 | 2025-01-17T07:40:55.882Z | Compiling term v0.7.0 |
862 | 2025-01-17T07:41:01.688Z | Compiling usdt-macro v0.5.0 |
863 | 2025-01-17T07:41:03.015Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2025-01-17T07:41:03.804Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-17T07:41:04.469Z | Compiling slog-json v2.6.1 |
866 | 2025-01-17T07:41:04.676Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-17T07:41:04.943Z | Compiling thiserror-impl v2.0.11 |
868 | 2025-01-17T07:41:05.797Z | Compiling async-stream-impl v0.3.6 |
869 | 2025-01-17T07:41:06.463Z | Compiling memmap v0.7.0 |
870 | 2025-01-17T07:41:06.893Z | Compiling is-terminal v0.4.13 |
871 | 2025-01-17T07:41:07.025Z | Compiling dropshot v0.15.1 |
872 | 2025-01-17T07:41:07.099Z | Compiling cpufeatures v0.2.14 |
873 | 2025-01-17T07:41:07.206Z | Compiling take_mut v0.2.2 |
874 | 2025-01-17T07:41:07.448Z | Compiling sha1 v0.10.6 |
875 | 2025-01-17T07:41:07.671Z | Compiling async-stream v0.3.6 |
876 | 2025-01-17T07:41:08.013Z | Compiling slog-term v2.9.1 |
877 | 2025-01-17T07:41:08.102Z | Compiling usdt v0.5.0 |
878 | 2025-01-17T07:41:08.269Z | Compiling progenitor v0.8.0 |
879 | 2025-01-17T07:41:08.527Z | Compiling futures v0.3.31 |
880 | 2025-01-17T07:41:08.572Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-17T07:41:08.866Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-17T07:41:09.383Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-17T07:41:09.584Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-17T07:41:10.697Z | Compiling toml v0.8.19 |
885 | 2025-01-17T07:41:10.896Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-17T07:41:11.221Z | Compiling rand v0.8.5 |
887 | 2025-01-17T07:41:13.808Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-17T07:41:15.817Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-17T07:41:16.243Z | Compiling hex v0.4.3 |
890 | 2025-01-17T07:41:16.898Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-17T07:41:17.546Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2025-01-17T07:41:17.830Z | Compiling async-trait v0.1.83 |
893 | 2025-01-17T07:41:17.901Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-17T07:41:18.154Z | Compiling hostname v0.4.0 |
895 | 2025-01-17T07:41:18.384Z | Compiling instant v0.1.13 |
896 | 2025-01-17T07:41:18.393Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-17T07:41:18.540Z | Compiling backoff v0.4.0 |
898 | 2025-01-17T07:41:18.548Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-17T07:41:18.763Z | Compiling parse-display v0.10.0 |
900 | 2025-01-17T07:41:18.893Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
901 | 2025-01-17T07:41:19.181Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-17T07:41:19.290Z | Compiling strum v0.26.3 |
903 | 2025-01-17T07:41:19.467Z | Compiling serde_with v3.11.0 |
904 | 2025-01-17T07:41:19.989Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-17T07:41:20.620Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-17T07:41:20.734Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-17T07:41:21.452Z | Compiling regress v0.9.1 |
908 | 2025-01-17T07:41:21.747Z | Compiling macaddr v1.0.1 |
909 | 2025-01-17T07:41:28.084Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-17T07:41:38.998Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-17T07:41:48.922Z | Finished `release` profile [optimized] target(s) in 2m 33s |
912 | 2025-01-17T07:41:48.991Z | process exited: duration 221825 ms, exit code 0 |
|
913 | 2025-01-17T07:41:48.998Z | found 0 output files |