|
|
|
1 | 2025-02-05T10:16:11.751Z | job assigned to worker 01JKASP8947FF70KAYS5TTGNTA [factory aws, i-0c801bbdd2011510f] (queued for 1 m 13 s) |
|
2 | 2025-02-05T10:16:19.555Z | starting task 0: "setup" |
3 | 2025-02-05T10:16:19.559Z | ++ uname -s |
4 | 2025-02-05T10:16:19.563Z | + kern=SunOS |
5 | 2025-02-05T10:16:19.563Z | + build_user=build |
6 | 2025-02-05T10:16:19.563Z | + build_uid=12345 |
7 | 2025-02-05T10:16:19.563Z | + work_dir=/work |
8 | 2025-02-05T10:16:19.563Z | + input_dir=/input |
9 | 2025-02-05T10:16:19.563Z | + [[ 0 == 12345 ]] |
10 | 2025-02-05T10:16:19.563Z | + case "$kern" in |
11 | 2025-02-05T10:16:19.563Z | + groupadd -g 12345 build |
12 | 2025-02-05T10:16:19.567Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-05T10:16:21.586Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-05T10:16:21.682Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-05T10:16:21.685Z | + home_fs=zfs |
16 | 2025-02-05T10:16:21.685Z | + [[ zfs == autofs ]] |
17 | 2025-02-05T10:16:21.685Z | + mkdir -p /home/build |
18 | 2025-02-05T10:16:21.719Z | + chown build:build /home/build /work |
19 | 2025-02-05T10:16:23.689Z | + chmod 0700 /home/build /work |
20 | 2025-02-05T10:16:23.692Z | process exited: duration 4138 ms, exit code 0 |
|
21 | 2025-02-05T10:16:23.707Z | starting task 1: "rust-toolchain" |
22 | 2025-02-05T10:16:23.713Z | * rust toolchain channel = "1.84.0" |
23 | 2025-02-05T10:16:23.713Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
24 | 2025-02-05T10:16:23.713Z | * rust toolchain profile = "default" |
25 | 2025-02-05T10:16:23.713Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-05T10:16:23.713Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-05T10:16:23.713Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-05T10:16:23.716Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-05T10:16:23.716Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-05T10:16:23.813Z | info: downloading installer |
31 | 2025-02-05T10:16:25.325Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-05T10:16:25.325Z | warning: /opt/ooce/bin |
33 | 2025-02-05T10:16:25.325Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-05T10:16:25.325Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-05T10:16:25.325Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-05T10:16:25.325Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-05T10:16:25.325Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-05T10:16:25.325Z | error: cannot install while Rust is installed |
39 | 2025-02-05T10:16:25.325Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-05T10:16:25.338Z | info: profile set to 'default' |
41 | 2025-02-05T10:16:25.338Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-05T10:16:25.341Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-05T10:16:25.513Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-05T10:16:25.514Z | info: downloading component 'cargo' |
45 | 2025-02-05T10:16:26.547Z | info: downloading component 'clippy' |
46 | 2025-02-05T10:16:26.958Z | info: downloading component 'rust-docs' |
47 | 2025-02-05T10:16:28.359Z | info: downloading component 'rust-std' |
48 | 2025-02-05T10:16:31.246Z | info: downloading component 'rustc' |
49 | 2025-02-05T10:16:38.511Z | info: downloading component 'rustfmt' |
50 | 2025-02-05T10:16:38.814Z | info: installing component 'cargo' |
51 | 2025-02-05T10:16:39.638Z | info: installing component 'clippy' |
52 | 2025-02-05T10:16:40.014Z | info: installing component 'rust-docs' |
53 | 2025-02-05T10:16:41.677Z | info: installing component 'rust-std' |
54 | 2025-02-05T10:16:43.408Z | info: installing component 'rustc' |
55 | 2025-02-05T10:16:49.401Z | info: installing component 'rustfmt' |
56 | 2025-02-05T10:16:49.733Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-05T10:16:49.733Z | |
58 | 2025-02-05T10:16:50.120Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-05T10:16:50.120Z | |
60 | 2025-02-05T10:16:50.123Z | |
61 | 2025-02-05T10:16:50.123Z | Rust is installed now. Great! |
62 | 2025-02-05T10:16:50.123Z | |
63 | 2025-02-05T10:16:50.123Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-05T10:16:50.123Z | environment variable. This has not been done automatically. |
65 | 2025-02-05T10:16:50.124Z | |
66 | 2025-02-05T10:16:50.124Z | To configure your current shell, you need to source |
67 | 2025-02-05T10:16:50.124Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-05T10:16:50.124Z | |
69 | 2025-02-05T10:16:50.124Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-05T10:16:50.124Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-05T10:16:50.124Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-05T10:16:50.205Z | + rustup --version |
73 | 2025-02-05T10:16:50.212Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-05T10:16:50.212Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-05T10:16:50.282Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-05T10:16:50.285Z | + cargo --version |
77 | 2025-02-05T10:16:50.342Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-05T10:16:50.345Z | + rustc --version |
79 | 2025-02-05T10:16:50.404Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-05T10:16:50.407Z | process exited: duration 26697 ms, exit code 0 |
|
81 | 2025-02-05T10:16:50.414Z | starting task 2: "authentication" |
82 | 2025-02-05T10:16:50.435Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-05T10:16:50.452Z | starting task 3: "clone repository" |
84 | 2025-02-05T10:16:50.456Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-05T10:16:50.459Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-05T10:16:50.497Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-05T10:16:57.140Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-05T10:16:57.143Z | + git fetch origin b57a434bba246b1db6c6bf319083ea1b331373a0 |
89 | 2025-02-05T10:16:57.491Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-05T10:16:57.491Z | * branch b57a434bba246b1db6c6bf319083ea1b331373a0 -> FETCH_HEAD |
91 | 2025-02-05T10:16:57.503Z | + [[ -n renovate/clap-4.x-lockfile ]] |
92 | 2025-02-05T10:16:57.506Z | ++ git branch --show-current |
93 | 2025-02-05T10:16:57.506Z | + current=main |
94 | 2025-02-05T10:16:57.506Z | + [[ main != renovate/clap-4.x-lockfile ]] |
95 | 2025-02-05T10:16:57.506Z | + git branch -f renovate/clap-4.x-lockfile b57a434bba246b1db6c6bf319083ea1b331373a0 |
96 | 2025-02-05T10:16:57.509Z | + git checkout -f renovate/clap-4.x-lockfile |
97 | 2025-02-05T10:16:57.689Z | Switched to branch 'renovate/clap-4.x-lockfile' |
98 | 2025-02-05T10:16:57.694Z | + git reset --hard b57a434bba246b1db6c6bf319083ea1b331373a0 |
99 | 2025-02-05T10:16:57.707Z | HEAD is now at b57a434bb Update Rust crate clap to v4.5.28 |
100 | 2025-02-05T10:16:57.711Z | process exited: duration 7256 ms, exit code 0 |
|
101 | 2025-02-05T10:16:57.723Z | starting task 4: "build" |
102 | 2025-02-05T10:16:57.728Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-05T10:16:57.728Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-05T10:16:57.728Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-05T10:16:57.728Z | + cargo --version |
106 | 2025-02-05T10:16:57.911Z | cargo 1.84.0 (66221abde 2024-11-19) |
107 | 2025-02-05T10:16:57.920Z | + rustc --version |
108 | 2025-02-05T10:16:57.920Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
109 | 2025-02-05T10:16:57.920Z | + cd /tmp |
110 | 2025-02-05T10:16:57.920Z | + cargo new --lib test-project |
111 | 2025-02-05T10:16:57.920Z | Creating library `test-project` package |
112 | 2025-02-05T10:16:57.973Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-05T10:16:57.977Z | + cd test-project |
114 | 2025-02-05T10:16:57.977Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-05T10:16:58.035Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-05T10:16:58.038Z | Features: |
117 | 2025-02-05T10:16:58.038Z | - proptest |
118 | 2025-02-05T10:16:58.038Z | - test-strategy |
119 | 2025-02-05T10:16:58.038Z | - testing |
120 | 2025-02-05T10:16:58.038Z | Updating crates.io index |
121 | 2025-02-05T10:16:58.129Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
122 | 2025-02-05T10:16:58.644Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-02-05T10:16:59.160Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-02-05T10:16:59.645Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-02-05T10:17:00.098Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-02-05T10:17:01.551Z | Locking 338 packages to latest compatible versions |
127 | 2025-02-05T10:17:01.756Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-02-05T10:17:01.759Z | + cargo check |
129 | 2025-02-05T10:17:01.888Z | Updating crates.io index |
130 | 2025-02-05T10:17:02.735Z | Locking 1 package to latest compatible version |
131 | 2025-02-05T10:17:02.735Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-02-05T10:17:02.758Z | Downloading crates ... |
133 | 2025-02-05T10:17:02.867Z | Downloaded async-stream v0.3.6 |
134 | 2025-02-05T10:17:02.897Z | Downloaded deranged v0.3.11 |
135 | 2025-02-05T10:17:02.900Z | Downloaded match_cfg v0.1.0 |
136 | 2025-02-05T10:17:02.904Z | Downloaded crossbeam-utils v0.8.20 |
137 | 2025-02-05T10:17:02.908Z | Downloaded thread_local v1.1.8 |
138 | 2025-02-05T10:17:02.911Z | Downloaded equivalent v1.0.1 |
139 | 2025-02-05T10:17:02.914Z | Downloaded futures v0.3.31 |
140 | 2025-02-05T10:17:02.917Z | Downloaded foreign-types v0.3.2 |
141 | 2025-02-05T10:17:02.921Z | Downloaded dof v0.3.0 |
142 | 2025-02-05T10:17:02.921Z | Downloaded debug-ignore v1.0.5 |
143 | 2025-02-05T10:17:02.924Z | Downloaded anyhow v1.0.95 |
144 | 2025-02-05T10:17:02.927Z | Downloaded foreign-types-shared v0.1.1 |
145 | 2025-02-05T10:17:02.930Z | Downloaded ahash v0.8.11 |
146 | 2025-02-05T10:17:02.938Z | Downloaded time-core v0.1.2 |
147 | 2025-02-05T10:17:02.941Z | Downloaded futures-executor v0.3.31 |
148 | 2025-02-05T10:17:02.941Z | Downloaded dyn-clone v1.0.17 |
149 | 2025-02-05T10:17:02.944Z | Downloaded displaydoc v0.2.5 |
150 | 2025-02-05T10:17:02.947Z | Downloaded dtrace-parser v0.2.0 |
151 | 2025-02-05T10:17:02.950Z | Downloaded usdt-macro v0.5.0 |
152 | 2025-02-05T10:17:02.950Z | Downloaded thread-id v4.2.2 |
153 | 2025-02-05T10:17:02.953Z | Downloaded futures-core v0.3.31 |
154 | 2025-02-05T10:17:02.953Z | Downloaded tokio-native-tls v0.3.1 |
155 | 2025-02-05T10:17:02.956Z | Downloaded time-macros v0.2.18 |
156 | 2025-02-05T10:17:02.981Z | Downloaded iana-time-zone v0.1.61 |
157 | 2025-02-05T10:17:02.985Z | Downloaded async-stream-impl v0.3.6 |
158 | 2025-02-05T10:17:02.985Z | Downloaded either v1.13.0 |
159 | 2025-02-05T10:17:02.985Z | Downloaded ident_case v1.0.1 |
160 | 2025-02-05T10:17:02.985Z | Downloaded tower-service v0.3.3 |
161 | 2025-02-05T10:17:02.985Z | Downloaded tinyvec_macros v0.1.1 |
162 | 2025-02-05T10:17:02.985Z | Downloaded hyper-tls v0.6.0 |
163 | 2025-02-05T10:17:02.985Z | Downloaded httpdate v1.0.3 |
164 | 2025-02-05T10:17:02.985Z | Downloaded futures-io v0.3.31 |
165 | 2025-02-05T10:17:02.985Z | Downloaded fnv v1.0.7 |
166 | 2025-02-05T10:17:02.985Z | Downloaded usdt-attr-macro v0.5.0 |
167 | 2025-02-05T10:17:02.985Z | Downloaded futures-channel v0.3.31 |
168 | 2025-02-05T10:17:02.985Z | Downloaded tinystr v0.7.6 |
169 | 2025-02-05T10:17:02.985Z | Downloaded tokio-macros v2.5.0 |
170 | 2025-02-05T10:17:02.985Z | Downloaded async-trait v0.1.86 |
171 | 2025-02-05T10:17:02.985Z | Downloaded utf16_iter v1.0.5 |
172 | 2025-02-05T10:17:02.985Z | Downloaded icu_provider_macros v1.5.0 |
173 | 2025-02-05T10:17:02.985Z | Downloaded http-body v1.0.1 |
174 | 2025-02-05T10:17:02.988Z | Downloaded darling_macro v0.20.10 |
175 | 2025-02-05T10:17:02.988Z | Downloaded untrusted v0.9.0 |
176 | 2025-02-05T10:17:02.988Z | Downloaded dirs-next v2.0.0 |
177 | 2025-02-05T10:17:02.992Z | Downloaded digest v0.10.7 |
178 | 2025-02-05T10:17:02.996Z | Downloaded form_urlencoded v1.2.1 |
179 | 2025-02-05T10:17:02.999Z | Downloaded typify v0.2.0 |
180 | 2025-02-05T10:17:03.002Z | Downloaded instant v0.1.13 |
181 | 2025-02-05T10:17:03.011Z | Downloaded futures-macro v0.3.31 |
182 | 2025-02-05T10:17:03.014Z | Downloaded toml_datetime v0.6.8 |
183 | 2025-02-05T10:17:03.018Z | Downloaded usdt-impl v0.5.0 |
184 | 2025-02-05T10:17:03.022Z | Downloaded write16 v1.0.0 |
185 | 2025-02-05T10:17:03.022Z | Downloaded usdt v0.5.0 |
186 | 2025-02-05T10:17:03.022Z | Downloaded try-lock v0.2.5 |
187 | 2025-02-05T10:17:03.025Z | Downloaded num_threads v0.1.7 |
188 | 2025-02-05T10:17:03.025Z | Downloaded openssl-probe v0.1.5 |
189 | 2025-02-05T10:17:03.025Z | Downloaded openssl-macros v0.1.1 |
190 | 2025-02-05T10:17:03.028Z | Downloaded strum v0.26.3 |
191 | 2025-02-05T10:17:03.028Z | Downloaded num-conv v0.1.0 |
192 | 2025-02-05T10:17:03.032Z | Downloaded waitgroup v0.1.2 |
193 | 2025-02-05T10:17:03.032Z | Downloaded idna_adapter v1.2.0 |
194 | 2025-02-05T10:17:03.032Z | Downloaded omicron-workspace-hack v0.1.0 |
195 | 2025-02-05T10:17:03.035Z | Downloaded futures-task v0.3.31 |
196 | 2025-02-05T10:17:03.038Z | Downloaded crypto-common v0.1.6 |
197 | 2025-02-05T10:17:03.038Z | Downloaded dirs-sys-next v0.1.2 |
198 | 2025-02-05T10:17:03.038Z | Downloaded yoke-derive v0.7.4 |
199 | 2025-02-05T10:17:03.041Z | Downloaded typenum v1.17.0 |
200 | 2025-02-05T10:17:03.041Z | Downloaded tinyvec v1.8.0 |
201 | 2025-02-05T10:17:03.044Z | Downloaded futures-sink v0.3.31 |
202 | 2025-02-05T10:17:03.047Z | Downloaded typify-macro v0.2.0 |
203 | 2025-02-05T10:17:03.047Z | Downloaded thiserror-impl v2.0.11 |
204 | 2025-02-05T10:17:03.048Z | Downloaded toml v0.8.19 |
205 | 2025-02-05T10:17:03.051Z | Downloaded thiserror-impl v1.0.69 |
206 | 2025-02-05T10:17:03.054Z | Downloaded want v0.3.1 |
207 | 2025-02-05T10:17:03.054Z | Downloaded hostname v0.3.1 |
208 | 2025-02-05T10:17:03.057Z | Downloaded sync_wrapper v1.0.1 |
209 | 2025-02-05T10:17:03.057Z | Downloaded cfg-if v1.0.0 |
210 | 2025-02-05T10:17:03.057Z | Downloaded atomic-waker v1.1.2 |
211 | 2025-02-05T10:17:03.061Z | Downloaded pretty-hex v0.4.1 |
212 | 2025-02-05T10:17:03.061Z | Downloaded progenitor-client v0.8.0 |
213 | 2025-02-05T10:17:03.061Z | Downloaded zerofrom v0.1.4 |
214 | 2025-02-05T10:17:03.061Z | Downloaded macaddr v1.0.1 |
215 | 2025-02-05T10:17:03.098Z | Downloaded itoa v1.0.11 |
216 | 2025-02-05T10:17:03.098Z | Downloaded take_mut v0.2.2 |
217 | 2025-02-05T10:17:03.098Z | Downloaded hex v0.4.3 |
218 | 2025-02-05T10:17:03.098Z | Downloaded progenitor-client v0.9.1 |
219 | 2025-02-05T10:17:03.098Z | Downloaded heck v0.5.0 |
220 | 2025-02-05T10:17:03.098Z | Downloaded generic-array v0.14.7 |
221 | 2025-02-05T10:17:03.098Z | Downloaded stable_deref_trait v1.2.0 |
222 | 2025-02-05T10:17:03.098Z | Downloaded byteorder v1.5.0 |
223 | 2025-02-05T10:17:03.098Z | Downloaded synstructure v0.13.1 |
224 | 2025-02-05T10:17:03.099Z | Downloaded icu_locid_transform v1.5.0 |
225 | 2025-02-05T10:17:03.099Z | Downloaded version_check v0.9.5 |
226 | 2025-02-05T10:17:03.099Z | Downloaded ipnetwork v0.20.0 |
227 | 2025-02-05T10:17:03.099Z | Downloaded signal-hook-registry v1.4.2 |
228 | 2025-02-05T10:17:03.099Z | Downloaded serde_spanned v0.6.8 |
229 | 2025-02-05T10:17:03.099Z | Downloaded serde_path_to_error v0.1.16 |
230 | 2025-02-05T10:17:03.102Z | Downloaded schemars_derive v0.8.21 |
231 | 2025-02-05T10:17:03.102Z | Downloaded zeroize v1.8.1 |
232 | 2025-02-05T10:17:03.102Z | Downloaded icu_normalizer_data v1.5.0 |
233 | 2025-02-05T10:17:03.102Z | Downloaded parse-display-derive v0.10.0 |
234 | 2025-02-05T10:17:03.102Z | Downloaded scroll_derive v0.12.0 |
235 | 2025-02-05T10:17:03.102Z | Downloaded slog-bunyan v2.5.0 |
236 | 2025-02-05T10:17:03.102Z | Downloaded semver v1.0.24 |
237 | 2025-02-05T10:17:03.102Z | Downloaded newtype-uuid v1.2.1 |
238 | 2025-02-05T10:17:03.102Z | Downloaded memmap v0.7.0 |
239 | 2025-02-05T10:17:03.102Z | Downloaded plain v0.2.3 |
240 | 2025-02-05T10:17:03.102Z | Downloaded zerovec-derive v0.10.3 |
241 | 2025-02-05T10:17:03.102Z | Downloaded powerfmt v0.2.0 |
242 | 2025-02-05T10:17:03.102Z | Downloaded paste v1.0.15 |
243 | 2025-02-05T10:17:03.105Z | Downloaded allocator-api2 v0.2.18 |
244 | 2025-02-05T10:17:03.105Z | Downloaded ucd-trie v0.1.7 |
245 | 2025-02-05T10:17:03.108Z | Downloaded hyper-rustls v0.27.3 |
246 | 2025-02-05T10:17:03.111Z | Downloaded pin-utils v0.1.0 |
247 | 2025-02-05T10:17:03.111Z | Downloaded parse-display v0.10.0 |
248 | 2025-02-05T10:17:03.111Z | Downloaded unsafe-libyaml v0.2.11 |
249 | 2025-02-05T10:17:03.114Z | Downloaded block-buffer v0.10.4 |
250 | 2025-02-05T10:17:03.117Z | Downloaded httparse v1.9.5 |
251 | 2025-02-05T10:17:03.118Z | Downloaded camino v1.1.9 |
252 | 2025-02-05T10:17:03.120Z | Downloaded ppv-lite86 v0.2.20 |
253 | 2025-02-05T10:17:03.120Z | Downloaded writeable v0.5.5 |
254 | 2025-02-05T10:17:03.123Z | Downloaded lock_api v0.4.12 |
255 | 2025-02-05T10:17:03.127Z | Downloaded slab v0.4.9 |
256 | 2025-02-05T10:17:03.127Z | Downloaded percent-encoding v2.3.1 |
257 | 2025-02-05T10:17:03.127Z | Downloaded http-body-util v0.1.2 |
258 | 2025-02-05T10:17:03.129Z | Downloaded backoff v0.4.0 |
259 | 2025-02-05T10:17:03.129Z | Downloaded quinn-udp v0.5.5 |
260 | 2025-02-05T10:17:03.132Z | Downloaded progenitor v0.8.0 |
261 | 2025-02-05T10:17:03.132Z | Downloaded scopeguard v1.2.0 |
262 | 2025-02-05T10:17:03.135Z | Downloaded rustc-hash v2.0.0 |
263 | 2025-02-05T10:17:03.135Z | Downloaded litemap v0.7.3 |
264 | 2025-02-05T10:17:03.138Z | Downloaded progenitor-macro v0.8.0 |
265 | 2025-02-05T10:17:03.138Z | Downloaded ipnet v2.10.1 |
266 | 2025-02-05T10:17:03.141Z | Downloaded slog-async v2.8.0 |
267 | 2025-02-05T10:17:03.141Z | Downloaded quote v1.0.38 |
268 | 2025-02-05T10:17:03.144Z | Downloaded shlex v1.3.0 |
269 | 2025-02-05T10:17:03.144Z | Downloaded slog-json v2.6.1 |
270 | 2025-02-05T10:17:03.147Z | Downloaded serde_tokenstream v0.2.2 |
271 | 2025-02-05T10:17:03.147Z | Downloaded icu_normalizer v1.5.0 |
272 | 2025-02-05T10:17:03.150Z | Downloaded rand_chacha v0.3.1 |
273 | 2025-02-05T10:17:03.153Z | Downloaded rand_core v0.6.4 |
274 | 2025-02-05T10:17:03.153Z | Downloaded serde_urlencoded v0.7.1 |
275 | 2025-02-05T10:17:03.155Z | Downloaded structmeta-derive v0.3.0 |
276 | 2025-02-05T10:17:03.155Z | Downloaded dropshot_endpoint v0.15.1 |
277 | 2025-02-05T10:17:03.158Z | Downloaded term v0.7.0 |
278 | 2025-02-05T10:17:03.161Z | Downloaded multer v3.1.0 |
279 | 2025-02-05T10:17:03.164Z | Downloaded mime v0.3.17 |
280 | 2025-02-05T10:17:03.164Z | Downloaded smallvec v1.13.2 |
281 | 2025-02-05T10:17:03.167Z | Downloaded pin-project-lite v0.2.14 |
282 | 2025-02-05T10:17:03.170Z | Downloaded tracing-core v0.1.32 |
283 | 2025-02-05T10:17:03.173Z | Downloaded pest_generator v2.7.14 |
284 | 2025-02-05T10:17:03.176Z | Downloaded indexmap v1.9.3 |
285 | 2025-02-05T10:17:03.178Z | Downloaded log v0.4.22 |
286 | 2025-02-05T10:17:03.181Z | Downloaded native-tls v0.2.12 |
287 | 2025-02-05T10:17:03.181Z | Downloaded getrandom v0.2.15 |
288 | 2025-02-05T10:17:03.184Z | Downloaded tracing v0.1.40 |
289 | 2025-02-05T10:17:03.187Z | Downloaded strsim v0.11.1 |
290 | 2025-02-05T10:17:03.190Z | Downloaded pest_derive v2.7.14 |
291 | 2025-02-05T10:17:03.193Z | Downloaded subtle v2.6.1 |
292 | 2025-02-05T10:17:03.193Z | Downloaded zerofrom-derive v0.1.4 |
293 | 2025-02-05T10:17:03.193Z | Downloaded once_cell v1.20.2 |
294 | 2025-02-05T10:17:03.196Z | Downloaded yoke v0.7.4 |
295 | 2025-02-05T10:17:03.199Z | Downloaded parking_lot_core v0.9.10 |
296 | 2025-02-05T10:17:03.199Z | Downloaded sha2 v0.10.8 |
297 | 2025-02-05T10:17:03.245Z | Downloaded structmeta v0.3.0 |
298 | 2025-02-05T10:17:03.245Z | Downloaded scroll v0.12.0 |
299 | 2025-02-05T10:17:03.253Z | Downloaded icu_locid v1.5.0 |
300 | 2025-02-05T10:17:03.253Z | Downloaded serde_derive_internals v0.29.1 |
301 | 2025-02-05T10:17:03.253Z | Downloaded bytes v1.9.0 |
302 | 2025-02-05T10:17:03.253Z | Downloaded darling_core v0.20.10 |
303 | 2025-02-05T10:17:03.253Z | Downloaded unicode-ident v1.0.14 |
304 | 2025-02-05T10:17:03.253Z | Downloaded spin v0.9.8 |
305 | 2025-02-05T10:17:03.253Z | Downloaded icu_collections v1.5.0 |
306 | 2025-02-05T10:17:03.253Z | Downloaded serde_with_macros v3.11.0 |
307 | 2025-02-05T10:17:03.253Z | Downloaded slog v2.7.0 |
308 | 2025-02-05T10:17:03.253Z | Downloaded rustls-pemfile v2.2.0 |
309 | 2025-02-05T10:17:03.253Z | Downloaded parking_lot v0.12.3 |
310 | 2025-02-05T10:17:03.253Z | Downloaded schemars v0.8.21 |
311 | 2025-02-05T10:17:03.253Z | Downloaded strum_macros v0.26.4 |
312 | 2025-02-05T10:17:03.253Z | Downloaded sha1 v0.10.6 |
313 | 2025-02-05T10:17:03.253Z | Downloaded rustversion v1.0.17 |
314 | 2025-02-05T10:17:03.257Z | Downloaded socket2 v0.5.7 |
315 | 2025-02-05T10:17:03.257Z | Downloaded thiserror v2.0.11 |
316 | 2025-02-05T10:17:03.260Z | Downloaded ryu v1.0.18 |
317 | 2025-02-05T10:17:03.263Z | Downloaded url v2.5.3 |
318 | 2025-02-05T10:17:03.266Z | Downloaded crossbeam-channel v0.5.13 |
319 | 2025-02-05T10:17:03.269Z | Downloaded num-traits v0.2.19 |
320 | 2025-02-05T10:17:03.272Z | Downloaded indexmap v2.7.1 |
321 | 2025-02-05T10:17:03.276Z | Downloaded http v1.2.0 |
322 | 2025-02-05T10:17:03.279Z | Downloaded serde_yaml v0.9.34+deprecated |
323 | 2025-02-05T10:17:03.282Z | Downloaded aho-corasick v1.1.3 |
324 | 2025-02-05T10:17:03.286Z | Downloaded zerocopy-derive v0.7.35 |
325 | 2025-02-05T10:17:03.290Z | Downloaded hashbrown v0.12.3 |
326 | 2025-02-05T10:17:03.293Z | Downloaded cc v1.1.30 |
327 | 2025-02-05T10:17:03.296Z | Downloaded rustls-pki-types v1.10.0 |
328 | 2025-02-05T10:17:03.299Z | Downloaded hyper v1.5.2 |
329 | 2025-02-05T10:17:03.305Z | Downloaded serde_derive v1.0.217 |
330 | 2025-02-05T10:17:03.308Z | Downloaded openssl-sys v0.9.105 |
331 | 2025-02-05T10:17:03.312Z | Downloaded quinn v0.11.5 |
332 | 2025-02-05T10:17:03.315Z | Downloaded hashbrown v0.15.1 |
333 | 2025-02-05T10:17:03.320Z | Downloaded hashbrown v0.14.5 |
334 | 2025-02-05T10:17:03.325Z | Downloaded itertools v0.10.5 |
335 | 2025-02-05T10:17:03.330Z | Downloaded toml_edit v0.22.22 |
336 | 2025-02-05T10:17:03.368Z | Downloaded mio v1.0.2 |
337 | 2025-02-05T10:17:03.371Z | Downloaded idna v1.0.3 |
338 | 2025-02-05T10:17:03.371Z | Downloaded h2 v0.4.6 |
339 | 2025-02-05T10:17:03.371Z | Downloaded futures-util v0.3.31 |
340 | 2025-02-05T10:17:03.375Z | Downloaded memchr v2.7.4 |
341 | 2025-02-05T10:17:03.380Z | Downloaded tokio-util v0.7.12 |
342 | 2025-02-05T10:17:03.386Z | Downloaded rand v0.8.5 |
343 | 2025-02-05T10:17:03.389Z | Downloaded chrono v0.4.39 |
344 | 2025-02-05T10:17:03.396Z | Downloaded serde v1.0.217 |
345 | 2025-02-05T10:17:03.399Z | Downloaded icu_properties_data v1.5.0 |
346 | 2025-02-05T10:17:03.408Z | Downloaded goblin v0.8.2 |
347 | 2025-02-05T10:17:03.413Z | Downloaded pest v2.7.14 |
348 | 2025-02-05T10:17:03.418Z | Downloaded dropshot v0.15.1 |
349 | 2025-02-05T10:17:03.438Z | Downloaded progenitor-impl v0.8.0 |
350 | 2025-02-05T10:17:03.441Z | Downloaded zerovec v0.10.4 |
351 | 2025-02-05T10:17:03.445Z | Downloaded zerocopy v0.7.35 |
352 | 2025-02-05T10:17:03.459Z | Downloaded serde_with v3.11.0 |
353 | 2025-02-05T10:17:03.466Z | Downloaded regex-syntax v0.8.5 |
354 | 2025-02-05T10:17:03.476Z | Downloaded regress v0.10.1 |
355 | 2025-02-05T10:17:03.481Z | Downloaded winnow v0.6.20 |
356 | 2025-02-05T10:17:03.489Z | Downloaded serde_json v1.0.135 |
357 | 2025-02-05T10:17:03.495Z | Downloaded regress v0.9.1 |
358 | 2025-02-05T10:17:03.503Z | Downloaded reqwest v0.12.9 |
359 | 2025-02-05T10:17:03.511Z | Downloaded quinn-proto v0.11.8 |
360 | 2025-02-05T10:17:03.517Z | Downloaded proc-macro2 v1.0.92 |
361 | 2025-02-05T10:17:03.520Z | Downloaded hyper-util v0.1.10 |
362 | 2025-02-05T10:17:03.523Z | Downloaded pest_meta v2.7.14 |
363 | 2025-02-05T10:17:03.526Z | Downloaded vcpkg v0.2.15 |
364 | 2025-02-05T10:17:03.559Z | Downloaded rustls-webpki v0.102.8 |
365 | 2025-02-05T10:17:03.575Z | Downloaded uuid v1.12.0 |
366 | 2025-02-05T10:17:03.578Z | Downloaded base64 v0.22.1 |
367 | 2025-02-05T10:17:03.603Z | Downloaded icu_properties v1.5.1 |
368 | 2025-02-05T10:17:03.608Z | Downloaded icu_locid_transform_data v1.5.0 |
369 | 2025-02-05T10:17:03.608Z | Downloaded slog-term v2.9.1 |
370 | 2025-02-05T10:17:03.608Z | Downloaded bitflags v2.6.0 |
371 | 2025-02-05T10:17:03.608Z | Downloaded webpki-roots v0.26.6 |
372 | 2025-02-05T10:17:03.608Z | Downloaded thiserror v1.0.69 |
373 | 2025-02-05T10:17:03.608Z | Downloaded syn v1.0.109 |
374 | 2025-02-05T10:17:03.608Z | Downloaded icu_provider v1.5.0 |
375 | 2025-02-05T10:17:03.611Z | Downloaded autocfg v1.4.0 |
376 | 2025-02-05T10:17:03.614Z | Downloaded pkg-config v0.3.31 |
377 | 2025-02-05T10:17:03.614Z | Downloaded time v0.3.36 |
378 | 2025-02-05T10:17:03.619Z | Downloaded regex v1.11.1 |
379 | 2025-02-05T10:17:03.630Z | Downloaded darling v0.20.10 |
380 | 2025-02-05T10:17:03.634Z | Downloaded openssl v0.10.70 |
381 | 2025-02-05T10:17:03.642Z | Downloaded syn v2.0.96 |
382 | 2025-02-05T10:17:03.653Z | Downloaded rustls v0.22.4 |
383 | 2025-02-05T10:17:03.665Z | Downloaded utf8_iter v1.0.4 |
384 | 2025-02-05T10:17:03.668Z | Downloaded rustls v0.23.19 |
385 | 2025-02-05T10:17:03.675Z | Downloaded openapiv3 v2.0.0 |
386 | 2025-02-05T10:17:03.686Z | Downloaded libc v0.2.169 |
387 | 2025-02-05T10:17:03.714Z | Downloaded tokio-rustls v0.26.0 |
388 | 2025-02-05T10:17:03.718Z | Downloaded tokio-rustls v0.25.0 |
389 | 2025-02-05T10:17:03.718Z | Downloaded is-terminal v0.4.13 |
390 | 2025-02-05T10:17:03.718Z | Downloaded typify-impl v0.2.0 |
391 | 2025-02-05T10:17:03.724Z | Downloaded hostname v0.4.0 |
392 | 2025-02-05T10:17:03.727Z | Downloaded cpufeatures v0.2.14 |
393 | 2025-02-05T10:17:03.728Z | Downloaded tokio v1.43.0 |
394 | 2025-02-05T10:17:03.762Z | Downloaded regex-automata v0.4.8 |
395 | 2025-02-05T10:17:03.812Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-02-05T10:17:04.017Z | Downloaded ring v0.17.8 |
397 | 2025-02-05T10:17:04.208Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-02-05T10:17:04.208Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-05T10:17:04.211Z | Compiling libc v0.2.169 |
400 | 2025-02-05T10:17:04.211Z | Checking cfg-if v1.0.0 |
401 | 2025-02-05T10:17:04.211Z | Compiling autocfg v1.4.0 |
402 | 2025-02-05T10:17:04.229Z | Compiling serde v1.0.217 |
403 | 2025-02-05T10:17:04.232Z | Compiling version_check v0.9.5 |
404 | 2025-02-05T10:17:04.239Z | Checking memchr v2.7.4 |
405 | 2025-02-05T10:17:04.305Z | Checking itoa v1.0.11 |
406 | 2025-02-05T10:17:04.449Z | Compiling serde_json v1.0.135 |
407 | 2025-02-05T10:17:04.842Z | Compiling thiserror v1.0.69 |
408 | 2025-02-05T10:17:04.866Z | Checking once_cell v1.20.2 |
409 | 2025-02-05T10:17:04.880Z | Compiling shlex v1.3.0 |
410 | 2025-02-05T10:17:05.116Z | Compiling cc v1.1.30 |
411 | 2025-02-05T10:17:05.141Z | Checking pin-project-lite v0.2.14 |
412 | 2025-02-05T10:17:05.205Z | Compiling num-traits v0.2.19 |
413 | 2025-02-05T10:17:05.248Z | Checking ryu v1.0.18 |
414 | 2025-02-05T10:17:05.498Z | Checking getrandom v0.2.15 |
415 | 2025-02-05T10:17:05.524Z | Checking smallvec v1.13.2 |
416 | 2025-02-05T10:17:05.695Z | Checking bytes v1.9.0 |
417 | 2025-02-05T10:17:05.707Z | Checking futures-core v0.3.31 |
418 | 2025-02-05T10:17:05.812Z | Compiling lock_api v0.4.12 |
419 | 2025-02-05T10:17:05.825Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-02-05T10:17:05.857Z | Checking scopeguard v1.2.0 |
421 | 2025-02-05T10:17:05.876Z | Compiling quote v1.0.38 |
422 | 2025-02-05T10:17:06.047Z | Compiling schemars v0.8.21 |
423 | 2025-02-05T10:17:06.287Z | Compiling byteorder v1.5.0 |
424 | 2025-02-05T10:17:06.321Z | Compiling syn v2.0.96 |
425 | 2025-02-05T10:17:06.505Z | Compiling slab v0.4.9 |
426 | 2025-02-05T10:17:06.509Z | Compiling ahash v0.8.11 |
427 | 2025-02-05T10:17:06.723Z | Checking log v0.4.22 |
428 | 2025-02-05T10:17:06.723Z | Checking futures-sink v0.3.31 |
429 | 2025-02-05T10:17:06.857Z | Checking parking_lot v0.12.3 |
430 | 2025-02-05T10:17:06.866Z | Checking mio v1.0.2 |
431 | 2025-02-05T10:17:06.907Z | Checking signal-hook-registry v1.4.2 |
432 | 2025-02-05T10:17:06.920Z | Checking socket2 v0.5.7 |
433 | 2025-02-05T10:17:06.965Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-05T10:17:07.087Z | Checking equivalent v1.0.1 |
435 | 2025-02-05T10:17:07.150Z | Checking fnv v1.0.7 |
436 | 2025-02-05T10:17:07.150Z | Checking hashbrown v0.15.1 |
437 | 2025-02-05T10:17:07.173Z | Checking futures-channel v0.3.31 |
438 | 2025-02-05T10:17:07.252Z | Checking futures-task v0.3.31 |
439 | 2025-02-05T10:17:07.272Z | Checking http v1.2.0 |
440 | 2025-02-05T10:17:07.397Z | Checking pin-utils v0.1.0 |
441 | 2025-02-05T10:17:07.454Z | Checking futures-io v0.3.31 |
442 | 2025-02-05T10:17:07.469Z | Compiling semver v1.0.24 |
443 | 2025-02-05T10:17:07.482Z | Compiling pkg-config v0.3.31 |
444 | 2025-02-05T10:17:07.531Z | Compiling vcpkg v0.2.15 |
445 | 2025-02-05T10:17:07.626Z | Checking spin v0.9.8 |
446 | 2025-02-05T10:17:07.760Z | Compiling ring v0.17.8 |
447 | 2025-02-05T10:17:07.874Z | Checking rustls-pki-types v1.10.0 |
448 | 2025-02-05T10:17:08.115Z | Checking iana-time-zone v0.1.61 |
449 | 2025-02-05T10:17:08.265Z | Compiling heck v0.5.0 |
450 | 2025-02-05T10:17:08.406Z | Checking untrusted v0.9.0 |
451 | 2025-02-05T10:17:08.517Z | Compiling httparse v1.9.5 |
452 | 2025-02-05T10:17:08.642Z | Checking litemap v0.7.3 |
453 | 2025-02-05T10:17:08.645Z | Checking writeable v0.5.5 |
454 | 2025-02-05T10:17:08.650Z | Checking tracing-core v0.1.32 |
455 | 2025-02-05T10:17:08.877Z | Checking atomic-waker v1.1.2 |
456 | 2025-02-05T10:17:08.917Z | Compiling openssl-sys v0.9.105 |
457 | 2025-02-05T10:17:08.934Z | Checking dyn-clone v1.0.17 |
458 | 2025-02-05T10:17:09.038Z | Compiling ucd-trie v0.1.7 |
459 | 2025-02-05T10:17:09.070Z | Checking http-body v1.0.1 |
460 | 2025-02-05T10:17:09.293Z | Checking tracing v0.1.40 |
461 | 2025-02-05T10:17:09.341Z | Compiling allocator-api2 v0.2.18 |
462 | 2025-02-05T10:17:09.418Z | Checking try-lock v0.2.5 |
463 | 2025-02-05T10:17:09.558Z | Checking subtle v2.6.1 |
464 | 2025-02-05T10:17:09.633Z | Checking zeroize v1.8.1 |
465 | 2025-02-05T10:17:09.728Z | Checking icu_locid_transform_data v1.5.0 |
466 | 2025-02-05T10:17:09.844Z | Checking want v0.3.1 |
467 | 2025-02-05T10:17:09.867Z | Compiling openssl v0.10.70 |
468 | 2025-02-05T10:17:09.987Z | Checking icu_properties_data v1.5.0 |
469 | 2025-02-05T10:17:10.050Z | Checking foreign-types-shared v0.1.1 |
470 | 2025-02-05T10:17:10.159Z | Checking httpdate v1.0.3 |
471 | 2025-02-05T10:17:10.257Z | Compiling uuid v1.12.0 |
472 | 2025-02-05T10:17:10.263Z | Checking foreign-types v0.3.2 |
473 | 2025-02-05T10:17:10.309Z | Checking write16 v1.0.0 |
474 | 2025-02-05T10:17:10.395Z | Checking percent-encoding v2.3.1 |
475 | 2025-02-05T10:17:10.427Z | Checking tower-service v0.3.3 |
476 | 2025-02-05T10:17:10.580Z | Compiling slog v2.7.0 |
477 | 2025-02-05T10:17:10.682Z | Compiling chrono v0.4.39 |
478 | 2025-02-05T10:17:10.747Z | Checking icu_normalizer_data v1.5.0 |
479 | 2025-02-05T10:17:10.747Z | Checking utf16_iter v1.0.5 |
480 | 2025-02-05T10:17:10.836Z | Compiling native-tls v0.2.12 |
481 | 2025-02-05T10:17:10.870Z | Compiling rustls v0.23.19 |
482 | 2025-02-05T10:17:10.941Z | Checking bitflags v2.6.0 |
483 | 2025-02-05T10:17:11.109Z | Checking utf8_iter v1.0.4 |
484 | 2025-02-05T10:17:11.276Z | Checking form_urlencoded v1.2.1 |
485 | 2025-02-05T10:17:11.282Z | Compiling aho-corasick v1.1.3 |
486 | 2025-02-05T10:17:11.282Z | Compiling regex-syntax v0.8.5 |
487 | 2025-02-05T10:17:11.422Z | Compiling typenum v1.17.0 |
488 | 2025-02-05T10:17:11.953Z | Checking openssl-probe v0.1.5 |
489 | 2025-02-05T10:17:12.360Z | Compiling generic-array v0.14.7 |
490 | 2025-02-05T10:17:12.539Z | Checking encoding_rs v0.8.34 |
491 | 2025-02-05T10:17:12.753Z | Checking mime v0.3.17 |
492 | 2025-02-05T10:17:13.588Z | Compiling synstructure v0.13.1 |
493 | 2025-02-05T10:17:13.693Z | Compiling serde_derive_internals v0.29.1 |
494 | 2025-02-05T10:17:14.137Z | Checking rustls-webpki v0.102.8 |
495 | 2025-02-05T10:17:14.822Z | Compiling regex-automata v0.4.8 |
496 | 2025-02-05T10:17:14.827Z | Checking rustls-pemfile v2.2.0 |
497 | 2025-02-05T10:17:15.035Z | Checking webpki-roots v0.26.6 |
498 | 2025-02-05T10:17:15.669Z | Compiling usdt-impl v0.5.0 |
499 | 2025-02-05T10:17:15.876Z | Compiling num-conv v0.1.0 |
500 | 2025-02-05T10:17:16.029Z | Checking base64 v0.22.1 |
501 | 2025-02-05T10:17:16.117Z | Checking powerfmt v0.2.0 |
502 | 2025-02-05T10:17:16.359Z | Compiling time-core v0.1.2 |
503 | 2025-02-05T10:17:16.495Z | Checking deranged v0.3.11 |
504 | 2025-02-05T10:17:16.521Z | Compiling time-macros v0.2.18 |
505 | 2025-02-05T10:17:16.674Z | Compiling thread-id v4.2.2 |
506 | 2025-02-05T10:17:16.791Z | Checking sync_wrapper v1.0.1 |
507 | 2025-02-05T10:17:16.930Z | Checking ipnet v2.10.1 |
508 | 2025-02-05T10:17:17.356Z | Checking plain v0.2.3 |
509 | 2025-02-05T10:17:17.542Z | Checking num_threads v0.1.7 |
510 | 2025-02-05T10:17:17.595Z | Compiling serde_derive v1.0.217 |
511 | 2025-02-05T10:17:17.624Z | Compiling zerocopy-derive v0.7.35 |
512 | 2025-02-05T10:17:17.775Z | Compiling thiserror-impl v1.0.69 |
513 | 2025-02-05T10:17:17.787Z | Compiling schemars_derive v0.8.21 |
514 | 2025-02-05T10:17:19.570Z | Compiling zerofrom-derive v0.1.4 |
515 | 2025-02-05T10:17:19.583Z | Compiling tokio-macros v2.5.0 |
516 | 2025-02-05T10:17:19.583Z | Compiling yoke-derive v0.7.4 |
517 | 2025-02-05T10:17:19.583Z | Compiling zerocopy v0.7.35 |
518 | 2025-02-05T10:17:20.577Z | Compiling zerovec-derive v0.10.3 |
519 | 2025-02-05T10:17:20.713Z | Checking tokio v1.43.0 |
520 | 2025-02-05T10:17:20.868Z | Compiling futures-macro v0.3.31 |
521 | 2025-02-05T10:17:21.650Z | Compiling displaydoc v0.2.5 |
522 | 2025-02-05T10:17:21.717Z | Compiling icu_provider_macros v1.5.0 |
523 | 2025-02-05T10:17:22.113Z | Checking zerofrom v0.1.4 |
524 | 2025-02-05T10:17:22.208Z | Compiling pest v2.7.14 |
525 | 2025-02-05T10:17:22.317Z | Checking yoke v0.7.4 |
526 | 2025-02-05T10:17:22.562Z | Checking futures-util v0.3.31 |
527 | 2025-02-05T10:17:22.771Z | Compiling hashbrown v0.14.5 |
528 | 2025-02-05T10:17:22.771Z | Compiling openssl-macros v0.1.1 |
529 | 2025-02-05T10:17:22.937Z | Checking zerovec v0.10.4 |
530 | 2025-02-05T10:17:23.910Z | Compiling regress v0.10.1 |
531 | 2025-02-05T10:17:24.365Z | Checking tinystr v0.7.6 |
532 | 2025-02-05T10:17:24.439Z | Checking icu_collections v1.5.0 |
533 | 2025-02-05T10:17:25.090Z | Checking icu_locid v1.5.0 |
534 | 2025-02-05T10:17:25.118Z | Compiling pest_meta v2.7.14 |
535 | 2025-02-05T10:17:26.138Z | Checking icu_provider v1.5.0 |
536 | 2025-02-05T10:17:26.655Z | Checking icu_locid_transform v1.5.0 |
537 | 2025-02-05T10:17:27.069Z | Compiling pest_generator v2.7.14 |
538 | 2025-02-05T10:17:27.285Z | Checking tokio-util v0.7.12 |
539 | 2025-02-05T10:17:27.666Z | Checking icu_properties v1.5.1 |
540 | 2025-02-05T10:17:28.036Z | Checking http-body-util v0.1.2 |
541 | 2025-02-05T10:17:28.393Z | Checking tokio-rustls v0.26.0 |
542 | 2025-02-05T10:17:28.478Z | Compiling regex v1.11.1 |
543 | 2025-02-05T10:17:28.707Z | Compiling scroll_derive v0.12.0 |
544 | 2025-02-05T10:17:28.785Z | Checking tokio-native-tls v0.3.1 |
545 | 2025-02-05T10:17:28.833Z | Compiling pest_derive v2.7.14 |
546 | 2025-02-05T10:17:29.016Z | Checking indexmap v2.7.1 |
547 | 2025-02-05T10:17:29.825Z | Compiling serde_tokenstream v0.2.2 |
548 | 2025-02-05T10:17:30.146Z | Checking h2 v0.4.6 |
549 | 2025-02-05T10:17:30.456Z | Checking serde_urlencoded v0.7.1 |
550 | 2025-02-05T10:17:30.792Z | Checking scroll v0.12.0 |
551 | 2025-02-05T10:17:30.870Z | Checking icu_normalizer v1.5.0 |
552 | 2025-02-05T10:17:31.089Z | Compiling dtrace-parser v0.2.0 |
553 | 2025-02-05T10:17:31.615Z | Checking idna_adapter v1.2.0 |
554 | 2025-02-05T10:17:31.622Z | Compiling dof v0.3.0 |
555 | 2025-02-05T10:17:31.793Z | Checking idna v1.0.3 |
556 | 2025-02-05T10:17:32.298Z | Checking url v2.5.3 |
557 | 2025-02-05T10:17:32.378Z | Compiling ident_case v1.0.1 |
558 | 2025-02-05T10:17:32.562Z | Compiling crossbeam-utils v0.8.20 |
559 | 2025-02-05T10:17:32.649Z | Compiling syn v1.0.109 |
560 | 2025-02-05T10:17:33.063Z | Compiling typify-impl v0.2.0 |
561 | 2025-02-05T10:17:33.189Z | Compiling strsim v0.11.1 |
562 | 2025-02-05T10:17:33.286Z | Checking time v0.3.36 |
563 | 2025-02-05T10:17:34.049Z | Compiling darling_core v0.20.10 |
564 | 2025-02-05T10:17:34.175Z | Checking hyper v1.5.2 |
565 | 2025-02-05T10:17:35.648Z | Compiling openapiv3 v2.0.0 |
566 | 2025-02-05T10:17:35.796Z | Checking goblin v0.8.2 |
567 | 2025-02-05T10:17:36.076Z | Checking hyper-util v0.1.10 |
568 | 2025-02-05T10:17:36.211Z | Checking dirs-sys-next v0.1.2 |
569 | 2025-02-05T10:17:36.787Z | Checking pretty-hex v0.4.1 |
570 | 2025-02-05T10:17:36.792Z | Compiling paste v1.0.15 |
571 | 2025-02-05T10:17:36.988Z | Compiling omicron-workspace-hack v0.1.0 |
572 | 2025-02-05T10:17:37.238Z | Compiling newtype-uuid v1.2.1 |
573 | 2025-02-05T10:17:37.275Z | Compiling rustversion v1.0.17 |
574 | 2025-02-05T10:17:37.556Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2025-02-05T10:17:37.658Z | Checking hyper-tls v0.6.0 |
576 | 2025-02-05T10:17:37.913Z | Checking hyper-rustls v0.27.3 |
577 | 2025-02-05T10:17:37.935Z | Compiling rustls v0.22.4 |
578 | 2025-02-05T10:17:38.222Z | Checking reqwest v0.12.9 |
579 | 2025-02-05T10:17:38.885Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2025-02-05T10:17:39.122Z | Checking dirs-next v2.0.0 |
581 | 2025-02-05T10:17:39.327Z | Compiling darling_macro v0.20.10 |
582 | 2025-02-05T10:17:39.349Z | Checking ipnetwork v0.20.0 |
583 | 2025-02-05T10:17:39.573Z | Checking serde_spanned v0.6.8 |
584 | 2025-02-05T10:17:39.680Z | Checking toml_datetime v0.6.8 |
585 | 2025-02-05T10:17:39.771Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-05T10:17:39.955Z | Checking block-buffer v0.10.4 |
587 | 2025-02-05T10:17:39.969Z | Checking crypto-common v0.1.6 |
588 | 2025-02-05T10:17:40.117Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-05T10:17:40.208Z | Checking rand_core v0.6.4 |
590 | 2025-02-05T10:17:40.339Z | Checking thread_local v1.1.8 |
591 | 2025-02-05T10:17:40.449Z | Compiling multer v3.1.0 |
592 | 2025-02-05T10:17:40.454Z | Compiling slog-async v2.8.0 |
593 | 2025-02-05T10:17:40.611Z | Compiling anyhow v1.0.95 |
594 | 2025-02-05T10:17:40.764Z | Checking match_cfg v0.1.0 |
595 | 2025-02-05T10:17:40.851Z | Checking winnow v0.6.20 |
596 | 2025-02-05T10:17:40.947Z | Compiling thiserror v2.0.11 |
597 | 2025-02-05T10:17:41.112Z | Compiling camino v1.1.9 |
598 | 2025-02-05T10:17:41.167Z | Checking either v1.13.0 |
599 | 2025-02-05T10:17:41.525Z | Checking itertools v0.10.5 |
600 | 2025-02-05T10:17:42.108Z | Checking hostname v0.3.1 |
601 | 2025-02-05T10:17:42.195Z | Checking rand_chacha v0.3.1 |
602 | 2025-02-05T10:17:42.241Z | Compiling darling v0.20.10 |
603 | 2025-02-05T10:17:42.352Z | Checking digest v0.10.7 |
604 | 2025-02-05T10:17:42.393Z | Checking crossbeam-channel v0.5.13 |
605 | 2025-02-05T10:17:42.482Z | Compiling structmeta v0.3.0 |
606 | 2025-02-05T10:17:42.586Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
607 | 2025-02-05T10:17:42.664Z | Checking progenitor-client v0.8.0 |
608 | 2025-02-05T10:17:42.853Z | Checking term v0.7.0 |
609 | 2025-02-05T10:17:43.410Z | Compiling usdt-macro v0.5.0 |
610 | 2025-02-05T10:17:43.636Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2025-02-05T10:17:43.643Z | Checking toml_edit v0.22.22 |
612 | 2025-02-05T10:17:43.919Z | Checking slog-json v2.6.1 |
613 | 2025-02-05T10:17:44.142Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
614 | 2025-02-05T10:17:44.150Z | Checking futures-executor v0.3.31 |
615 | 2025-02-05T10:17:44.251Z | Compiling async-stream-impl v0.3.6 |
616 | 2025-02-05T10:17:44.371Z | Compiling thiserror-impl v2.0.11 |
617 | 2025-02-05T10:17:44.490Z | Checking memmap v0.7.0 |
618 | 2025-02-05T10:17:44.685Z | Checking is-terminal v0.4.13 |
619 | 2025-02-05T10:17:44.783Z | Compiling typify-macro v0.2.0 |
620 | 2025-02-05T10:17:44.824Z | Compiling dropshot v0.15.1 |
621 | 2025-02-05T10:17:44.834Z | Checking take_mut v0.2.2 |
622 | 2025-02-05T10:17:44.959Z | Checking cpufeatures v0.2.14 |
623 | 2025-02-05T10:17:45.070Z | Checking sha1 v0.10.6 |
624 | 2025-02-05T10:17:45.289Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
625 | 2025-02-05T10:17:45.345Z | Checking usdt v0.5.0 |
626 | 2025-02-05T10:17:45.465Z | Checking async-stream v0.3.6 |
627 | 2025-02-05T10:17:45.492Z | Checking slog-term v2.9.1 |
628 | 2025-02-05T10:17:45.565Z | Checking futures v0.3.31 |
629 | 2025-02-05T10:17:45.639Z | Compiling strum_macros v0.26.4 |
630 | 2025-02-05T10:17:45.662Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-05T10:17:45.851Z | Compiling parse-display-derive v0.10.0 |
632 | 2025-02-05T10:17:45.879Z | Checking rand v0.8.5 |
633 | 2025-02-05T10:17:45.986Z | Compiling serde_with_macros v3.11.0 |
634 | 2025-02-05T10:17:46.078Z | Checking toml v0.8.19 |
635 | 2025-02-05T10:17:46.395Z | Checking tokio-rustls v0.25.0 |
636 | 2025-02-05T10:17:47.108Z | Compiling dropshot_endpoint v0.15.1 |
637 | 2025-02-05T10:17:47.218Z | Checking serde_path_to_error v0.1.16 |
638 | 2025-02-05T10:17:47.367Z | Checking hex v0.4.3 |
639 | 2025-02-05T10:17:47.500Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-02-05T10:17:47.919Z | Compiling async-trait v0.1.86 |
641 | 2025-02-05T10:17:47.925Z | Checking waitgroup v0.1.2 |
642 | 2025-02-05T10:17:47.967Z | Checking hostname v0.4.0 |
643 | 2025-02-05T10:17:48.119Z | Compiling typify v0.2.0 |
644 | 2025-02-05T10:17:48.156Z | Compiling progenitor-impl v0.8.0 |
645 | 2025-02-05T10:17:48.254Z | Checking instant v0.1.13 |
646 | 2025-02-05T10:17:48.326Z | Checking debug-ignore v1.0.5 |
647 | 2025-02-05T10:17:48.376Z | Checking backoff v0.4.0 |
648 | 2025-02-05T10:17:48.462Z | Checking serde_with v3.11.0 |
649 | 2025-02-05T10:17:48.638Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
650 | 2025-02-05T10:17:48.778Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
651 | 2025-02-05T10:17:49.025Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
652 | 2025-02-05T10:17:49.329Z | Checking parse-display v0.10.0 |
653 | 2025-02-05T10:17:49.536Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
654 | 2025-02-05T10:17:49.771Z | Checking strum v0.26.3 |
655 | 2025-02-05T10:17:49.811Z | Checking progenitor-client v0.9.1 |
656 | 2025-02-05T10:17:49.931Z | Checking macaddr v1.0.1 |
657 | 2025-02-05T10:17:49.965Z | Checking regress v0.9.1 |
658 | 2025-02-05T10:17:51.283Z | Compiling progenitor-macro v0.8.0 |
659 | 2025-02-05T10:17:54.731Z | Checking progenitor v0.8.0 |
660 | 2025-02-05T10:17:54.836Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
661 | 2025-02-05T10:17:57.508Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
662 | 2025-02-05T10:18:04.621Z | Checking test-project v0.1.0 (/tmp/test-project) |
663 | 2025-02-05T10:18:04.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
664 | 2025-02-05T10:18:04.806Z | + cargo build --release |
665 | 2025-02-05T10:18:05.057Z | Compiling proc-macro2 v1.0.92 |
666 | 2025-02-05T10:18:05.057Z | Compiling unicode-ident v1.0.14 |
667 | 2025-02-05T10:18:05.057Z | Compiling libc v0.2.169 |
668 | 2025-02-05T10:18:05.057Z | Compiling cfg-if v1.0.0 |
669 | 2025-02-05T10:18:05.060Z | Compiling autocfg v1.4.0 |
670 | 2025-02-05T10:18:05.060Z | Compiling serde v1.0.217 |
671 | 2025-02-05T10:18:05.060Z | Compiling version_check v0.9.5 |
672 | 2025-02-05T10:18:05.061Z | Compiling memchr v2.7.4 |
673 | 2025-02-05T10:18:05.200Z | Compiling serde_json v1.0.135 |
674 | 2025-02-05T10:18:05.298Z | Compiling itoa v1.0.11 |
675 | 2025-02-05T10:18:05.529Z | Compiling thiserror v1.0.69 |
676 | 2025-02-05T10:18:05.650Z | Compiling once_cell v1.20.2 |
677 | 2025-02-05T10:18:05.658Z | Compiling shlex v1.3.0 |
678 | 2025-02-05T10:18:05.976Z | Compiling cc v1.1.30 |
679 | 2025-02-05T10:18:06.029Z | Compiling num-traits v0.2.19 |
680 | 2025-02-05T10:18:06.073Z | Compiling pin-project-lite v0.2.14 |
681 | 2025-02-05T10:18:06.357Z | Compiling getrandom v0.2.15 |
682 | 2025-02-05T10:18:06.410Z | Compiling smallvec v1.13.2 |
683 | 2025-02-05T10:18:06.566Z | Compiling ryu v1.0.18 |
684 | 2025-02-05T10:18:08.261Z | Compiling bytes v1.9.0 |
685 | 2025-02-05T10:18:08.272Z | Compiling quote v1.0.38 |
686 | 2025-02-05T10:18:08.272Z | Compiling futures-core v0.3.31 |
687 | 2025-02-05T10:18:08.272Z | Compiling lock_api v0.4.12 |
688 | 2025-02-05T10:18:08.272Z | Compiling syn v2.0.96 |
689 | 2025-02-05T10:18:08.272Z | Compiling parking_lot_core v0.9.10 |
690 | 2025-02-05T10:18:08.272Z | Compiling schemars v0.8.21 |
691 | 2025-02-05T10:18:08.272Z | Compiling ahash v0.8.11 |
692 | 2025-02-05T10:18:08.272Z | Compiling scopeguard v1.2.0 |
693 | 2025-02-05T10:18:08.272Z | Compiling byteorder v1.5.0 |
694 | 2025-02-05T10:18:08.272Z | Compiling slab v0.4.9 |
695 | 2025-02-05T10:18:08.272Z | Compiling futures-sink v0.3.31 |
696 | 2025-02-05T10:18:08.272Z | Compiling log v0.4.22 |
697 | 2025-02-05T10:18:08.272Z | Compiling parking_lot v0.12.3 |
698 | 2025-02-05T10:18:08.272Z | Compiling signal-hook-registry v1.4.2 |
699 | 2025-02-05T10:18:08.400Z | Compiling mio v1.0.2 |
700 | 2025-02-05T10:18:08.404Z | Compiling socket2 v0.5.7 |
701 | 2025-02-05T10:18:08.404Z | Compiling stable_deref_trait v1.2.0 |
702 | 2025-02-05T10:18:08.497Z | Compiling equivalent v1.0.1 |
703 | 2025-02-05T10:18:08.584Z | Compiling ring v0.17.8 |
704 | 2025-02-05T10:18:08.594Z | Compiling fnv v1.0.7 |
705 | 2025-02-05T10:18:08.725Z | Compiling hashbrown v0.15.1 |
706 | 2025-02-05T10:18:08.758Z | Compiling semver v1.0.24 |
707 | 2025-02-05T10:18:09.262Z | Compiling http v1.2.0 |
708 | 2025-02-05T10:18:09.579Z | Compiling futures-channel v0.3.31 |
709 | 2025-02-05T10:18:09.903Z | Compiling futures-task v0.3.31 |
710 | 2025-02-05T10:18:09.971Z | Compiling pin-utils v0.1.0 |
711 | 2025-02-05T10:18:10.002Z | Compiling futures-io v0.3.31 |
712 | 2025-02-05T10:18:10.116Z | Compiling pkg-config v0.3.31 |
713 | 2025-02-05T10:18:10.130Z | Compiling vcpkg v0.2.15 |
714 | 2025-02-05T10:18:10.170Z | Compiling spin v0.9.8 |
715 | 2025-02-05T10:18:10.282Z | Compiling rustls-pki-types v1.10.0 |
716 | 2025-02-05T10:18:10.404Z | Compiling httparse v1.9.5 |
717 | 2025-02-05T10:18:11.048Z | Compiling iana-time-zone v0.1.61 |
718 | 2025-02-05T10:18:11.132Z | Compiling untrusted v0.9.0 |
719 | 2025-02-05T10:18:11.274Z | Compiling writeable v0.5.5 |
720 | 2025-02-05T10:18:11.540Z | Compiling openssl-sys v0.9.105 |
721 | 2025-02-05T10:18:11.712Z | Compiling heck v0.5.0 |
722 | 2025-02-05T10:18:11.993Z | Compiling litemap v0.7.3 |
723 | 2025-02-05T10:18:12.313Z | Compiling tracing-core v0.1.32 |
724 | 2025-02-05T10:18:12.392Z | Compiling atomic-waker v1.1.2 |
725 | 2025-02-05T10:18:12.405Z | Compiling dyn-clone v1.0.17 |
726 | 2025-02-05T10:18:12.525Z | Compiling ucd-trie v0.1.7 |
727 | 2025-02-05T10:18:12.649Z | Compiling http-body v1.0.1 |
728 | 2025-02-05T10:18:13.143Z | Compiling tracing v0.1.40 |
729 | 2025-02-05T10:18:13.217Z | Compiling try-lock v0.2.5 |
730 | 2025-02-05T10:18:13.363Z | Compiling allocator-api2 v0.2.18 |
731 | 2025-02-05T10:18:13.632Z | Compiling zeroize v1.8.1 |
732 | 2025-02-05T10:18:13.675Z | Compiling icu_locid_transform_data v1.5.0 |
733 | 2025-02-05T10:18:13.772Z | Compiling subtle v2.6.1 |
734 | 2025-02-05T10:18:13.814Z | Compiling want v0.3.1 |
735 | 2025-02-05T10:18:14.015Z | Compiling synstructure v0.13.1 |
736 | 2025-02-05T10:18:14.050Z | Compiling serde_derive_internals v0.29.1 |
737 | 2025-02-05T10:18:14.067Z | Compiling chrono v0.4.39 |
738 | 2025-02-05T10:18:14.099Z | Compiling httpdate v1.0.3 |
739 | 2025-02-05T10:18:14.467Z | Compiling foreign-types-shared v0.1.1 |
740 | 2025-02-05T10:18:14.576Z | Compiling icu_properties_data v1.5.0 |
741 | 2025-02-05T10:18:14.816Z | Compiling uuid v1.12.0 |
742 | 2025-02-05T10:18:14.838Z | Compiling openssl v0.10.70 |
743 | 2025-02-05T10:18:15.358Z | Compiling foreign-types v0.3.2 |
744 | 2025-02-05T10:18:15.506Z | Compiling write16 v1.0.0 |
745 | 2025-02-05T10:18:15.642Z | Compiling native-tls v0.2.12 |
746 | 2025-02-05T10:18:15.883Z | Compiling icu_normalizer_data v1.5.0 |
747 | 2025-02-05T10:18:15.948Z | Compiling utf16_iter v1.0.5 |
748 | 2025-02-05T10:18:15.972Z | Compiling slog v2.7.0 |
749 | 2025-02-05T10:18:16.012Z | Compiling tower-service v0.3.3 |
750 | 2025-02-05T10:18:16.235Z | Compiling percent-encoding v2.3.1 |
751 | 2025-02-05T10:18:16.471Z | Compiling bitflags v2.6.0 |
752 | 2025-02-05T10:18:16.482Z | Compiling rustls v0.23.19 |
753 | 2025-02-05T10:18:16.619Z | Compiling utf8_iter v1.0.4 |
754 | 2025-02-05T10:18:16.696Z | Compiling form_urlencoded v1.2.1 |
755 | 2025-02-05T10:18:16.890Z | Compiling aho-corasick v1.1.3 |
756 | 2025-02-05T10:18:17.099Z | Compiling regex-syntax v0.8.5 |
757 | 2025-02-05T10:18:17.179Z | Compiling typenum v1.17.0 |
758 | 2025-02-05T10:18:18.070Z | Compiling openssl-probe v0.1.5 |
759 | 2025-02-05T10:18:18.415Z | Compiling serde_derive v1.0.217 |
760 | 2025-02-05T10:18:18.561Z | Compiling zerocopy-derive v0.7.35 |
761 | 2025-02-05T10:18:18.883Z | Compiling thiserror-impl v1.0.69 |
762 | 2025-02-05T10:18:19.252Z | Compiling zerofrom-derive v0.1.4 |
763 | 2025-02-05T10:18:19.469Z | Compiling schemars_derive v0.8.21 |
764 | 2025-02-05T10:18:20.519Z | Compiling zerocopy v0.7.35 |
765 | 2025-02-05T10:18:21.684Z | Compiling yoke-derive v0.7.4 |
766 | 2025-02-05T10:18:21.807Z | Compiling tokio-macros v2.5.0 |
767 | 2025-02-05T10:18:21.883Z | Compiling zerovec-derive v0.10.3 |
768 | 2025-02-05T10:18:22.431Z | Compiling displaydoc v0.2.5 |
769 | 2025-02-05T10:18:22.436Z | Compiling futures-macro v0.3.31 |
770 | 2025-02-05T10:18:22.441Z | Compiling zerofrom v0.1.4 |
771 | 2025-02-05T10:18:23.206Z | Compiling tokio v1.43.0 |
772 | 2025-02-05T10:18:23.738Z | Compiling icu_provider_macros v1.5.0 |
773 | 2025-02-05T10:18:24.090Z | Compiling yoke v0.7.4 |
774 | 2025-02-05T10:18:24.225Z | Compiling futures-util v0.3.31 |
775 | 2025-02-05T10:18:24.439Z | Compiling zerovec v0.10.4 |
776 | 2025-02-05T10:18:24.726Z | Compiling pest v2.7.14 |
777 | 2025-02-05T10:18:24.782Z | Compiling rustls-webpki v0.102.8 |
778 | 2025-02-05T10:18:27.583Z | Compiling tinystr v0.7.6 |
779 | 2025-02-05T10:18:27.943Z | Compiling icu_locid v1.5.0 |
780 | 2025-02-05T10:18:29.402Z | Compiling icu_provider v1.5.0 |
781 | 2025-02-05T10:18:30.311Z | Compiling icu_locid_transform v1.5.0 |
782 | 2025-02-05T10:18:30.409Z | Compiling pest_meta v2.7.14 |
783 | 2025-02-05T10:18:31.552Z | Compiling indexmap v2.7.1 |
784 | 2025-02-05T10:18:33.170Z | Compiling serde_tokenstream v0.2.2 |
785 | 2025-02-05T10:18:35.458Z | Compiling tokio-util v0.7.12 |
786 | 2025-02-05T10:18:35.467Z | Compiling icu_collections v1.5.0 |
787 | 2025-02-05T10:18:35.520Z | Compiling hashbrown v0.14.5 |
788 | 2025-02-05T10:18:37.072Z | Compiling h2 v0.4.6 |
789 | 2025-02-05T10:18:37.420Z | Compiling regress v0.10.1 |
790 | 2025-02-05T10:18:38.059Z | Compiling icu_properties v1.5.1 |
791 | 2025-02-05T10:18:38.924Z | Compiling pest_generator v2.7.14 |
792 | 2025-02-05T10:18:40.606Z | Compiling openssl-macros v0.1.1 |
793 | 2025-02-05T10:18:41.787Z | Compiling icu_normalizer v1.5.0 |
794 | 2025-02-05T10:18:41.986Z | Compiling typify-impl v0.2.0 |
795 | 2025-02-05T10:18:44.382Z | Compiling hyper v1.5.2 |
796 | 2025-02-05T10:18:47.345Z | Compiling hyper-util v0.1.10 |
797 | 2025-02-05T10:18:48.672Z | Compiling pest_derive v2.7.14 |
798 | 2025-02-05T10:18:52.293Z | Compiling typify-macro v0.2.0 |
799 | 2025-02-05T10:18:53.249Z | Compiling idna_adapter v1.2.0 |
800 | 2025-02-05T10:18:53.451Z | Compiling http-body-util v0.1.2 |
801 | 2025-02-05T10:18:53.647Z | Compiling regex-automata v0.4.8 |
802 | 2025-02-05T10:18:54.097Z | Compiling generic-array v0.14.7 |
803 | 2025-02-05T10:18:54.212Z | Compiling encoding_rs v0.8.34 |
804 | 2025-02-05T10:18:54.434Z | Compiling mime v0.3.17 |
805 | 2025-02-05T10:18:57.038Z | Compiling tokio-native-tls v0.3.1 |
806 | 2025-02-05T10:18:57.140Z | Compiling idna v1.0.3 |
807 | 2025-02-05T10:18:57.140Z | Compiling serde_urlencoded v0.7.1 |
808 | 2025-02-05T10:18:57.141Z | Compiling tokio-rustls v0.26.0 |
809 | 2025-02-05T10:18:57.151Z | Compiling scroll_derive v0.12.0 |
810 | 2025-02-05T10:18:57.333Z | Compiling rustls-pemfile v2.2.0 |
811 | 2025-02-05T10:18:57.767Z | Compiling regex v1.11.1 |
812 | 2025-02-05T10:18:58.332Z | Compiling webpki-roots v0.26.6 |
813 | 2025-02-05T10:18:58.655Z | Compiling usdt-impl v0.5.0 |
814 | 2025-02-05T10:18:58.662Z | Compiling powerfmt v0.2.0 |
815 | 2025-02-05T10:18:58.930Z | Compiling time-core v0.1.2 |
816 | 2025-02-05T10:18:59.102Z | Compiling num-conv v0.1.0 |
817 | 2025-02-05T10:18:59.360Z | Compiling base64 v0.22.1 |
818 | 2025-02-05T10:19:00.456Z | Compiling time-macros v0.2.18 |
819 | 2025-02-05T10:19:00.659Z | Compiling deranged v0.3.11 |
820 | 2025-02-05T10:19:01.853Z | Compiling scroll v0.12.0 |
821 | 2025-02-05T10:19:02.313Z | Compiling hyper-rustls v0.27.3 |
822 | 2025-02-05T10:19:03.709Z | Compiling url v2.5.3 |
823 | 2025-02-05T10:19:03.911Z | Compiling thread-id v4.2.2 |
824 | 2025-02-05T10:19:04.015Z | Compiling hyper-tls v0.6.0 |
825 | 2025-02-05T10:19:05.217Z | Compiling dtrace-parser v0.2.0 |
826 | 2025-02-05T10:19:06.789Z | Compiling dof v0.3.0 |
827 | 2025-02-05T10:19:07.576Z | Compiling sync_wrapper v1.0.1 |
828 | 2025-02-05T10:19:07.728Z | Compiling strsim v0.11.1 |
829 | 2025-02-05T10:19:08.380Z | Compiling num_threads v0.1.7 |
830 | 2025-02-05T10:19:08.501Z | Compiling ipnet v2.10.1 |
831 | 2025-02-05T10:19:09.474Z | Compiling omicron-workspace-hack v0.1.0 |
832 | 2025-02-05T10:19:10.103Z | Compiling plain v0.2.3 |
833 | 2025-02-05T10:19:11.213Z | Compiling syn v1.0.109 |
834 | 2025-02-05T10:19:11.741Z | Compiling ident_case v1.0.1 |
835 | 2025-02-05T10:19:12.580Z | Compiling crossbeam-utils v0.8.20 |
836 | 2025-02-05T10:19:12.887Z | Compiling time v0.3.36 |
837 | 2025-02-05T10:19:13.084Z | Compiling darling_core v0.20.10 |
838 | 2025-02-05T10:19:17.039Z | Compiling goblin v0.8.2 |
839 | 2025-02-05T10:19:18.376Z | Compiling reqwest v0.12.9 |
840 | 2025-02-05T10:19:22.084Z | Compiling openapiv3 v2.0.0 |
841 | 2025-02-05T10:19:22.918Z | Compiling typify v0.2.0 |
842 | 2025-02-05T10:19:23.030Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-05T10:19:24.575Z | Compiling pretty-hex v0.4.1 |
844 | 2025-02-05T10:19:24.813Z | Compiling paste v1.0.15 |
845 | 2025-02-05T10:19:25.299Z | Compiling rustversion v1.0.17 |
846 | 2025-02-05T10:19:25.920Z | Compiling unsafe-libyaml v0.2.11 |
847 | 2025-02-05T10:19:26.040Z | Compiling newtype-uuid v1.2.1 |
848 | 2025-02-05T10:19:26.348Z | Compiling rustls v0.22.4 |
849 | 2025-02-05T10:19:26.737Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-05T10:19:27.564Z | Compiling serde_yaml v0.9.34+deprecated |
851 | 2025-02-05T10:19:30.922Z | Compiling dirs-next v2.0.0 |
852 | 2025-02-05T10:19:31.176Z | Compiling darling_macro v0.20.10 |
853 | 2025-02-05T10:19:34.140Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-05T10:19:34.354Z | Compiling block-buffer v0.10.4 |
855 | 2025-02-05T10:19:34.392Z | Compiling ipnetwork v0.20.0 |
856 | 2025-02-05T10:19:34.579Z | Compiling serde_spanned v0.6.8 |
857 | 2025-02-05T10:19:34.814Z | Compiling toml_datetime v0.6.8 |
858 | 2025-02-05T10:19:35.406Z | Compiling ppv-lite86 v0.2.20 |
859 | 2025-02-05T10:19:35.476Z | Compiling structmeta-derive v0.3.0 |
860 | 2025-02-05T10:19:36.220Z | Compiling rand_core v0.6.4 |
861 | 2025-02-05T10:19:36.793Z | Compiling thread_local v1.1.8 |
862 | 2025-02-05T10:19:37.498Z | Compiling multer v3.1.0 |
863 | 2025-02-05T10:19:37.590Z | Compiling thiserror v2.0.11 |
864 | 2025-02-05T10:19:37.833Z | Compiling camino v1.1.9 |
865 | 2025-02-05T10:19:37.968Z | Compiling slog-async v2.8.0 |
866 | 2025-02-05T10:19:38.148Z | Compiling match_cfg v0.1.0 |
867 | 2025-02-05T10:19:38.237Z | Compiling anyhow v1.0.95 |
868 | 2025-02-05T10:19:38.415Z | Compiling winnow v0.6.20 |
869 | 2025-02-05T10:19:38.430Z | Compiling either v1.13.0 |
870 | 2025-02-05T10:19:38.604Z | Compiling hostname v0.3.1 |
871 | 2025-02-05T10:19:38.865Z | Compiling itertools v0.10.5 |
872 | 2025-02-05T10:19:39.141Z | Compiling structmeta v0.3.0 |
873 | 2025-02-05T10:19:39.200Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
874 | 2025-02-05T10:19:39.487Z | Compiling rand_chacha v0.3.1 |
875 | 2025-02-05T10:19:40.431Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
876 | 2025-02-05T10:19:40.865Z | Compiling digest v0.10.7 |
877 | 2025-02-05T10:19:41.196Z | Compiling crossbeam-channel v0.5.13 |
878 | 2025-02-05T10:19:41.266Z | Compiling progenitor-macro v0.8.0 |
879 | 2025-02-05T10:19:42.573Z | Compiling toml_edit v0.22.22 |
880 | 2025-02-05T10:19:42.760Z | Compiling darling v0.20.10 |
881 | 2025-02-05T10:19:42.957Z | Compiling term v0.7.0 |
882 | 2025-02-05T10:19:47.796Z | Compiling usdt-attr-macro v0.5.0 |
883 | 2025-02-05T10:19:49.132Z | Compiling usdt-macro v0.5.0 |
884 | 2025-02-05T10:19:50.207Z | Compiling progenitor-client v0.8.0 |
885 | 2025-02-05T10:19:50.425Z | Compiling slog-json v2.6.1 |
886 | 2025-02-05T10:19:50.969Z | Compiling futures-executor v0.3.31 |
887 | 2025-02-05T10:19:51.086Z | Compiling async-stream-impl v0.3.6 |
888 | 2025-02-05T10:19:51.964Z | Compiling thiserror-impl v2.0.11 |
889 | 2025-02-05T10:19:52.279Z | Compiling memmap v0.7.0 |
890 | 2025-02-05T10:19:52.335Z | Compiling is-terminal v0.4.13 |
891 | 2025-02-05T10:19:52.460Z | Compiling dropshot v0.15.1 |
892 | 2025-02-05T10:19:52.707Z | Compiling cpufeatures v0.2.14 |
893 | 2025-02-05T10:19:52.796Z | Compiling take_mut v0.2.2 |
894 | 2025-02-05T10:19:52.856Z | Compiling sha1 v0.10.6 |
895 | 2025-02-05T10:19:53.667Z | Compiling usdt v0.5.0 |
896 | 2025-02-05T10:19:55.024Z | Compiling slog-term v2.9.1 |
897 | 2025-02-05T10:19:55.127Z | Compiling async-stream v0.3.6 |
898 | 2025-02-05T10:19:55.462Z | Compiling progenitor v0.8.0 |
899 | 2025-02-05T10:19:55.681Z | Compiling tokio-rustls v0.25.0 |
900 | 2025-02-05T10:19:56.079Z | Compiling futures v0.3.31 |
901 | 2025-02-05T10:19:56.247Z | Compiling slog-bunyan v2.5.0 |
902 | 2025-02-05T10:19:56.272Z | Compiling strum_macros v0.26.4 |
903 | 2025-02-05T10:19:56.529Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
904 | 2025-02-05T10:19:57.834Z | Compiling toml v0.8.19 |
905 | 2025-02-05T10:19:58.209Z | Compiling serde_with_macros v3.11.0 |
906 | 2025-02-05T10:20:00.250Z | Compiling rand v0.8.5 |
907 | 2025-02-05T10:20:00.578Z | Compiling parse-display-derive v0.10.0 |
908 | 2025-02-05T10:20:03.494Z | Compiling dropshot_endpoint v0.15.1 |
909 | 2025-02-05T10:20:04.277Z | Compiling serde_path_to_error v0.1.16 |
910 | 2025-02-05T10:20:04.681Z | Compiling hex v0.4.3 |
911 | 2025-02-05T10:20:05.017Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
912 | 2025-02-05T10:20:05.270Z | Compiling async-trait v0.1.86 |
913 | 2025-02-05T10:20:05.273Z | Compiling waitgroup v0.1.2 |
914 | 2025-02-05T10:20:05.537Z | Compiling hostname v0.4.0 |
915 | 2025-02-05T10:20:05.651Z | Compiling instant v0.1.13 |
916 | 2025-02-05T10:20:05.732Z | Compiling debug-ignore v1.0.5 |
917 | 2025-02-05T10:20:05.799Z | Compiling backoff v0.4.0 |
918 | 2025-02-05T10:20:05.859Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
919 | 2025-02-05T10:20:05.874Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
920 | 2025-02-05T10:20:06.080Z | Compiling parse-display v0.10.0 |
921 | 2025-02-05T10:20:06.112Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
922 | 2025-02-05T10:20:06.155Z | Compiling serde_with v3.11.0 |
923 | 2025-02-05T10:20:07.433Z | Compiling strum v0.26.3 |
924 | 2025-02-05T10:20:07.599Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
925 | 2025-02-05T10:20:07.948Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
926 | 2025-02-05T10:20:08.390Z | Compiling progenitor-client v0.9.1 |
927 | 2025-02-05T10:20:08.771Z | Compiling regress v0.9.1 |
928 | 2025-02-05T10:20:09.323Z | Compiling macaddr v1.0.1 |
929 | 2025-02-05T10:20:15.203Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
930 | 2025-02-05T10:20:25.724Z | Compiling test-project v0.1.0 (/tmp/test-project) |
931 | 2025-02-05T10:20:35.569Z | Finished `release` profile [optimized] target(s) in 2m 30s |
932 | 2025-02-05T10:20:35.690Z | process exited: duration 217894 ms, exit code 0 |
|
933 | 2025-02-05T10:20:35.700Z | found 0 output files |