|
|
|
1 | 2024-01-02T21:30:22.449Z | job assigned to worker 01HK6199C228VGF5HGGDYCYBSQ (queued for 1 m 7 s) |
|
2 | 2024-01-02T21:30:23.450Z | starting task 0: "setup" |
3 | 2024-01-02T21:30:23.503Z | ++ uname -s |
4 | 2024-01-02T21:30:23.506Z | + kern=SunOS |
5 | 2024-01-02T21:30:23.506Z | + case "$kern" in |
6 | 2024-01-02T21:30:23.506Z | + groupadd -g 12345 build |
7 | 2024-01-02T21:30:23.509Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-02T21:30:25.521Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-02T21:30:25.665Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-02T21:30:25.670Z | + home_fs=zfs |
11 | 2024-01-02T21:30:25.671Z | + [[ zfs == autofs ]] |
12 | 2024-01-02T21:30:25.671Z | + mkdir -p /home/build |
13 | 2024-01-02T21:30:25.674Z | + chown build:build /home/build /work |
14 | 2024-01-02T21:30:27.673Z | + chmod 0700 /home/build /work |
15 | 2024-01-02T21:30:27.677Z | process exited: duration 4233 ms, exit code 0 |
|
16 | 2024-01-02T21:30:27.683Z | starting task 1: "rust-toolchain" |
17 | 2024-01-02T21:30:27.692Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-02T21:30:27.695Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-01-02T21:30:27.848Z | info: downloading installer |
20 | 2024-01-02T21:30:29.571Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-02T21:30:29.571Z | warning: /opt/ooce/bin |
22 | 2024-01-02T21:30:29.571Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-02T21:30:29.571Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-02T21:30:29.571Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-02T21:30:29.571Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-02T21:30:29.571Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-02T21:30:29.571Z | error: cannot install while Rust is installed |
28 | 2024-01-02T21:30:29.571Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-02T21:30:29.705Z | info: profile set to 'default' |
30 | 2024-01-02T21:30:29.705Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-02T21:30:29.708Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-01-02T21:30:29.921Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
33 | 2024-01-02T21:30:29.921Z | info: downloading component 'cargo' |
34 | 2024-01-02T21:30:30.909Z | info: downloading component 'clippy' |
35 | 2024-01-02T21:30:31.228Z | info: downloading component 'rust-docs' |
36 | 2024-01-02T21:30:32.529Z | info: downloading component 'rust-std' |
37 | 2024-01-02T21:30:34.566Z | info: downloading component 'rustc' |
38 | 2024-01-02T21:30:40.055Z | info: downloading component 'rustfmt' |
39 | 2024-01-02T21:30:40.425Z | info: installing component 'cargo' |
40 | 2024-01-02T21:30:41.805Z | info: installing component 'clippy' |
41 | 2024-01-02T21:30:42.330Z | info: installing component 'rust-docs' |
42 | 2024-01-02T21:30:45.244Z | info: installing component 'rust-std' |
43 | 2024-01-02T21:30:49.443Z | info: installing component 'rustc' |
44 | 2024-01-02T21:31:00.905Z | info: installing component 'rustfmt' |
45 | 2024-01-02T21:31:01.347Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-01-02T21:31:01.347Z | |
47 | 2024-01-02T21:31:01.534Z | stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21) |
48 | 2024-01-02T21:31:01.534Z | |
49 | 2024-01-02T21:31:01.534Z | |
50 | 2024-01-02T21:31:01.534Z | Rust is installed now. Great! |
51 | 2024-01-02T21:31:01.534Z | |
52 | 2024-01-02T21:31:01.534Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-02T21:31:01.538Z | environment variable. This has not been done automatically. |
54 | 2024-01-02T21:31:01.538Z | |
55 | 2024-01-02T21:31:01.538Z | To configure your current shell, run: |
56 | 2024-01-02T21:31:01.538Z | source "$HOME/.cargo/env" |
57 | 2024-01-02T21:31:01.655Z | + rustc --version |
58 | 2024-01-02T21:31:01.771Z | rustc 1.75.0 (82e1608df 2023-12-21) |
59 | 2024-01-02T21:31:01.778Z | process exited: duration 34096 ms, exit code 0 |
|
60 | 2024-01-02T21:31:01.785Z | starting task 2: "authentication" |
61 | 2024-01-02T21:31:01.821Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2024-01-02T21:31:01.828Z | starting task 3: "clone repository" |
63 | 2024-01-02T21:31:01.837Z | + mkdir -p /work/oxidecomputer/maghemite |
64 | 2024-01-02T21:31:01.840Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
65 | 2024-01-02T21:31:01.877Z | Cloning into '/work/oxidecomputer/maghemite'... |
66 | 2024-01-02T21:31:03.120Z | + cd /work/oxidecomputer/maghemite |
67 | 2024-01-02T21:31:03.120Z | + [[ -n mgd-macos ]] |
68 | 2024-01-02T21:31:03.124Z | + git fetch origin mgd-macos |
69 | 2024-01-02T21:31:03.507Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-01-02T21:31:03.507Z | * branch mgd-macos -> FETCH_HEAD |
71 | 2024-01-02T21:31:03.519Z | + git checkout -B mgd-macos remotes/origin/mgd-macos |
72 | 2024-01-02T21:31:03.529Z | Switched to a new branch 'mgd-macos' |
73 | 2024-01-02T21:31:03.533Z | branch 'mgd-macos' set up to track 'origin/mgd-macos'. |
74 | 2024-01-02T21:31:03.533Z | + git reset --hard a5e90f339a9829896ab38cc265a4117f10282a35 |
75 | 2024-01-02T21:31:03.544Z | HEAD is now at a5e90f3 try building mgd on macOS in a github action |
76 | 2024-01-02T21:31:03.547Z | process exited: duration 1716 ms, exit code 0 |
|
77 | 2024-01-02T21:31:03.556Z | starting task 4: "build" |
78 | 2024-01-02T21:31:03.564Z | + set -e |
79 | 2024-01-02T21:31:03.564Z | + cargo --version |
80 | 2024-01-02T21:31:03.571Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
81 | 2024-01-02T21:31:03.785Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
82 | 2024-01-02T21:31:03.789Z | info: downloading component 'cargo' |
83 | 2024-01-02T21:31:04.576Z | info: downloading component 'clippy' |
84 | 2024-01-02T21:31:04.838Z | info: downloading component 'rust-docs' |
85 | 2024-01-02T21:31:06.117Z | info: downloading component 'rust-std' |
86 | 2024-01-02T21:31:07.707Z | info: downloading component 'rustc' |
87 | 2024-01-02T21:31:12.020Z | info: downloading component 'rustfmt' |
88 | 2024-01-02T21:31:12.319Z | info: installing component 'cargo' |
89 | 2024-01-02T21:31:13.562Z | info: installing component 'clippy' |
90 | 2024-01-02T21:31:14.027Z | info: installing component 'rust-docs' |
91 | 2024-01-02T21:31:16.845Z | info: installing component 'rust-std' |
92 | 2024-01-02T21:31:19.338Z | info: installing component 'rustc' |
93 | 2024-01-02T21:31:25.422Z | info: installing component 'rustfmt' |
94 | 2024-01-02T21:31:25.969Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
95 | 2024-01-02T21:31:25.972Z | + rustc --version |
96 | 2024-01-02T21:31:26.093Z | rustc 1.75.0 (82e1608df 2023-12-21) |
97 | 2024-01-02T21:31:26.102Z | + cargo install cargo-nextest |
98 | 2024-01-02T21:31:26.247Z | Updating crates.io index |
99 | 2024-01-02T21:31:26.322Z | Downloading crates ... |
100 | 2024-01-02T21:31:26.540Z | Downloaded cargo-nextest v0.9.66 |
101 | 2024-01-02T21:31:26.592Z | Installing cargo-nextest v0.9.66 |
102 | 2024-01-02T21:31:26.685Z | Updating crates.io index |
103 | 2024-01-02T21:31:28.159Z | Downloading crates ... |
104 | 2024-01-02T21:31:28.268Z | Downloaded foreign-types-shared v0.1.1 |
105 | 2024-01-02T21:31:28.275Z | Downloaded console v0.15.7 |
106 | 2024-01-02T21:31:28.283Z | Downloaded colorchoice v1.0.0 |
107 | 2024-01-02T21:31:28.287Z | Downloaded adler v1.0.2 |
108 | 2024-01-02T21:31:28.293Z | Downloaded atty v0.2.14 |
109 | 2024-01-02T21:31:28.296Z | Downloaded atomicwrites v0.4.3 |
110 | 2024-01-02T21:31:28.311Z | Downloaded cfg-if v1.0.0 |
111 | 2024-01-02T21:31:28.316Z | Downloaded enable-ansi-support v0.2.1 |
112 | 2024-01-02T21:31:28.322Z | Downloaded async-trait v0.1.77 |
113 | 2024-01-02T21:31:28.328Z | Downloaded camino v1.1.6 |
114 | 2024-01-02T21:31:28.335Z | Downloaded block-buffer v0.10.4 |
115 | 2024-01-02T21:31:28.336Z | Downloaded autocfg v1.1.0 |
116 | 2024-01-02T21:31:28.344Z | Downloaded foreign-types v0.3.2 |
117 | 2024-01-02T21:31:28.344Z | Downloaded openssl-probe v0.1.5 |
118 | 2024-01-02T21:31:28.350Z | Downloaded errno v0.3.8 |
119 | 2024-01-02T21:31:28.350Z | Downloaded nested v0.1.1 |
120 | 2024-01-02T21:31:28.357Z | Downloaded base64ct v1.6.0 |
121 | 2024-01-02T21:31:28.357Z | Downloaded num-traits v0.2.17 |
122 | 2024-01-02T21:31:28.363Z | Downloaded target-spec-miette v0.3.0 |
123 | 2024-01-02T21:31:28.366Z | Downloaded unicode-bidi v0.3.14 |
124 | 2024-01-02T21:31:28.370Z | Downloaded urlencoding v2.1.3 |
125 | 2024-01-02T21:31:28.372Z | Downloaded supports-hyperlinks v2.1.0 |
126 | 2024-01-02T21:31:28.375Z | Downloaded fixedbitset v0.4.2 |
127 | 2024-01-02T21:31:28.378Z | Downloaded number_prefix v0.4.0 |
128 | 2024-01-02T21:31:28.381Z | Downloaded is_ci v1.1.1 |
129 | 2024-01-02T21:31:28.384Z | Downloaded version_check v0.9.4 |
130 | 2024-01-02T21:31:28.384Z | Downloaded base64 v0.13.1 |
131 | 2024-01-02T21:31:28.391Z | Downloaded tokio-native-tls v0.3.1 |
132 | 2024-01-02T21:31:28.397Z | Downloaded httpdate v1.0.3 |
133 | 2024-01-02T21:31:28.404Z | Downloaded num_cpus v1.16.0 |
134 | 2024-01-02T21:31:28.407Z | Downloaded nom-tracable v0.9.1 |
135 | 2024-01-02T21:31:28.407Z | Downloaded thiserror v1.0.56 |
136 | 2024-01-02T21:31:28.414Z | Downloaded http-body v0.4.6 |
137 | 2024-01-02T21:31:28.420Z | Downloaded untrusted v0.9.0 |
138 | 2024-01-02T21:31:28.424Z | Downloaded backtrace-ext v0.2.1 |
139 | 2024-01-02T21:31:28.427Z | Downloaded guppy-workspace-hack v0.1.0 |
140 | 2024-01-02T21:31:28.427Z | Downloaded bitflags v1.3.2 |
141 | 2024-01-02T21:31:28.432Z | Downloaded zeroize v1.7.0 |
142 | 2024-01-02T21:31:28.435Z | Downloaded unicode-width v0.1.11 |
143 | 2024-01-02T21:31:28.446Z | Downloaded nom_locate v4.2.0 |
144 | 2024-01-02T21:31:28.446Z | Downloaded twox-hash v1.6.3 |
145 | 2024-01-02T21:31:28.446Z | Downloaded is-terminal v0.4.10 |
146 | 2024-01-02T21:31:28.446Z | Downloaded lazy_static v1.4.0 |
147 | 2024-01-02T21:31:28.449Z | Downloaded clap v4.4.12 |
148 | 2024-01-02T21:31:28.464Z | Downloaded tokio-macros v2.2.0 |
149 | 2024-01-02T21:31:28.467Z | Downloaded humantime v2.1.0 |
150 | 2024-01-02T21:31:28.469Z | Downloaded indexmap v1.9.3 |
151 | 2024-01-02T21:31:28.477Z | Downloaded hyper-rustls v0.24.2 |
152 | 2024-01-02T21:31:28.480Z | Downloaded flate2 v1.0.28 |
153 | 2024-01-02T21:31:28.487Z | Downloaded humantime-serde v1.1.1 |
154 | 2024-01-02T21:31:28.490Z | Downloaded home v0.5.9 |
155 | 2024-01-02T21:31:28.492Z | Downloaded log v0.4.20 |
156 | 2024-01-02T21:31:28.495Z | Downloaded serde_urlencoded v0.7.1 |
157 | 2024-01-02T21:31:28.499Z | Downloaded pin-utils v0.1.0 |
158 | 2024-01-02T21:31:28.502Z | Downloaded percent-encoding v2.3.1 |
159 | 2024-01-02T21:31:28.505Z | Downloaded signal-hook-registry v1.4.1 |
160 | 2024-01-02T21:31:28.505Z | Downloaded spki v0.7.3 |
161 | 2024-01-02T21:31:28.508Z | Downloaded static_assertions v1.1.0 |
162 | 2024-01-02T21:31:28.511Z | Downloaded ppv-lite86 v0.2.17 |
163 | 2024-01-02T21:31:28.514Z | Downloaded quote v1.0.35 |
164 | 2024-01-02T21:31:28.527Z | Downloaded tracing-core v0.1.32 |
165 | 2024-01-02T21:31:28.531Z | Downloaded shell-words v1.1.0 |
166 | 2024-01-02T21:31:28.531Z | Downloaded unicode-ident v1.0.12 |
167 | 2024-01-02T21:31:28.531Z | Downloaded toml v0.8.8 |
168 | 2024-01-02T21:31:28.536Z | Downloaded smawk v0.3.2 |
169 | 2024-01-02T21:31:28.539Z | Downloaded once_cell v1.19.0 |
170 | 2024-01-02T21:31:28.546Z | Downloaded signature v2.2.0 |
171 | 2024-01-02T21:31:28.550Z | Downloaded pkcs8 v0.10.2 |
172 | 2024-01-02T21:31:28.559Z | Downloaded pin-project-lite v0.2.13 |
173 | 2024-01-02T21:31:28.575Z | Downloaded sha2 v0.10.8 |
174 | 2024-01-02T21:31:28.575Z | Downloaded spin v0.9.8 |
175 | 2024-01-02T21:31:28.587Z | Downloaded textwrap v0.15.2 |
176 | 2024-01-02T21:31:28.587Z | Downloaded owo-colors v3.5.0 |
177 | 2024-01-02T21:31:28.589Z | Downloaded slab v0.4.9 |
178 | 2024-01-02T21:31:28.589Z | Downloaded tar v0.4.40 |
179 | 2024-01-02T21:31:28.592Z | Downloaded miette v5.10.0 |
180 | 2024-01-02T21:31:28.592Z | Downloaded openssl-sys v0.9.98 |
181 | 2024-01-02T21:31:29.017Z | Downloaded zstd v0.13.0 |
182 | 2024-01-02T21:31:29.036Z | Downloaded indexmap v2.1.0 |
183 | 2024-01-02T21:31:29.036Z | Downloaded serde v1.0.194 |
184 | 2024-01-02T21:31:29.036Z | Downloaded socket2 v0.5.5 |
185 | 2024-01-02T21:31:29.037Z | Downloaded mio v0.8.10 |
186 | 2024-01-02T21:31:29.037Z | Downloaded minimal-lexical v0.2.1 |
187 | 2024-01-02T21:31:29.037Z | Downloaded clap_builder v4.4.12 |
188 | 2024-01-02T21:31:29.037Z | Downloaded tokio-util v0.7.10 |
189 | 2024-01-02T21:31:29.037Z | Downloaded aho-corasick v1.1.2 |
190 | 2024-01-02T21:31:29.037Z | Downloaded nom v7.1.3 |
191 | 2024-01-02T21:31:29.037Z | Downloaded winnow v0.5.31 |
192 | 2024-01-02T21:31:29.038Z | Downloaded guppy v0.17.4 |
193 | 2024-01-02T21:31:29.038Z | Downloaded chrono v0.4.31 |
194 | 2024-01-02T21:31:29.038Z | Downloaded portable-atomic v1.6.0 |
195 | 2024-01-02T21:31:29.038Z | Downloaded serde_json v1.0.110 |
196 | 2024-01-02T21:31:29.038Z | Downloaded syn v1.0.109 |
197 | 2024-01-02T21:31:29.038Z | Downloaded nextest-runner v0.52.2 |
198 | 2024-01-02T21:31:29.039Z | Downloaded webpki-roots v0.25.3 |
199 | 2024-01-02T21:31:29.039Z | Downloaded hyper v0.14.28 |
200 | 2024-01-02T21:31:29.039Z | Downloaded bstr v1.9.0 |
201 | 2024-01-02T21:31:29.039Z | Downloaded openssl v0.10.62 |
202 | 2024-01-02T21:31:29.039Z | Downloaded object v0.32.2 |
203 | 2024-01-02T21:31:29.039Z | Downloaded nix v0.27.1 |
204 | 2024-01-02T21:31:29.040Z | Downloaded rustix v0.38.28 |
205 | 2024-01-02T21:31:29.040Z | Downloaded rustls v0.21.10 |
206 | 2024-01-02T21:31:29.040Z | Downloaded regex-syntax v0.8.2 |
207 | 2024-01-02T21:31:29.040Z | Downloaded libc v0.2.151 |
208 | 2024-01-02T21:31:29.040Z | Downloaded zstd-sys v2.0.9+zstd.1.5.5 |
209 | 2024-01-02T21:31:29.070Z | Downloaded tokio v1.35.1 |
210 | 2024-01-02T21:31:29.117Z | Downloaded regex-automata v0.4.3 |
211 | 2024-01-02T21:31:29.153Z | Downloaded color-eyre v0.6.2 |
212 | 2024-01-02T21:31:29.169Z | Downloaded syn v2.0.46 |
213 | 2024-01-02T21:31:29.181Z | Downloaded recursion v0.5.1 |
214 | 2024-01-02T21:31:29.200Z | Downloaded encoding_rs v0.8.33 |
215 | 2024-01-02T21:31:29.246Z | Downloaded curve25519-dalek v4.1.1 |
216 | 2024-01-02T21:31:29.258Z | Downloaded regex v1.10.2 |
217 | 2024-01-02T21:31:29.283Z | Downloaded vcpkg v0.2.15 |
218 | 2024-01-02T21:31:29.352Z | Downloaded idna v0.5.0 |
219 | 2024-01-02T21:31:29.365Z | Downloaded gimli v0.28.1 |
220 | 2024-01-02T21:31:29.380Z | Downloaded rustls-webpki v0.101.7 |
221 | 2024-01-02T21:31:29.406Z | Downloaded quick-xml v0.23.1 |
222 | 2024-01-02T21:31:29.418Z | Downloaded reqwest v0.11.23 |
223 | 2024-01-02T21:31:29.439Z | Downloaded ring v0.17.7 |
224 | 2024-01-02T21:31:29.566Z | Downloaded zerocopy v0.7.32 |
225 | 2024-01-02T21:31:29.590Z | Downloaded itertools v0.12.0 |
226 | 2024-01-02T21:31:29.612Z | Downloaded quick-xml v0.31.0 |
227 | 2024-01-02T21:31:29.626Z | Downloaded petgraph v0.6.4 |
228 | 2024-01-02T21:31:29.658Z | Downloaded h2 v0.3.22 |
229 | 2024-01-02T21:31:29.677Z | Downloaded futures-util v0.3.30 |
230 | 2024-01-02T21:31:29.677Z | Downloaded hashbrown v0.14.3 |
231 | 2024-01-02T21:31:29.678Z | Downloaded memchr v2.7.1 |
232 | 2024-01-02T21:31:29.683Z | Downloaded toml_edit v0.21.0 |
233 | 2024-01-02T21:31:29.714Z | Downloaded rand v0.8.5 |
234 | 2024-01-02T21:31:29.721Z | Downloaded unicode-normalization v0.1.22 |
235 | 2024-01-02T21:31:29.736Z | Downloaded http v0.2.11 |
236 | 2024-01-02T21:31:29.741Z | Downloaded ron v0.7.1 |
237 | 2024-01-02T21:31:29.741Z | Downloaded ed25519-dalek v2.1.0 |
238 | 2024-01-02T21:31:29.741Z | Downloaded hashbrown v0.12.3 |
239 | 2024-01-02T21:31:29.752Z | Downloaded base64 v0.21.5 |
240 | 2024-01-02T21:31:29.757Z | Downloaded serde_derive v1.0.194 |
241 | 2024-01-02T21:31:29.757Z | Downloaded ryu v1.0.16 |
242 | 2024-01-02T21:31:29.764Z | Downloaded url v2.5.0 |
243 | 2024-01-02T21:31:29.769Z | Downloaded proc-macro2 v1.0.74 |
244 | 2024-01-02T21:31:29.850Z | Downloaded smallvec v1.11.2 |
245 | 2024-01-02T21:31:29.850Z | Downloaded strip-ansi-escapes v0.2.0 |
246 | 2024-01-02T21:31:29.862Z | Downloaded semver v1.0.21 |
247 | 2024-01-02T21:31:29.862Z | Downloaded self_update v0.39.0 |
248 | 2024-01-02T21:31:29.862Z | Downloaded rustls-pemfile v1.0.4 |
249 | 2024-01-02T21:31:29.862Z | Downloaded platforms v3.3.0 |
250 | 2024-01-02T21:31:29.862Z | Downloaded miette-derive v5.10.0 |
251 | 2024-01-02T21:31:29.863Z | Downloaded cc v1.0.83 |
252 | 2024-01-02T21:31:29.863Z | Downloaded rustc-demangle v0.1.23 |
253 | 2024-01-02T21:31:29.863Z | Downloaded duct v0.13.7 |
254 | 2024-01-02T21:31:29.863Z | Downloaded toml v0.5.11 |
255 | 2024-01-02T21:31:29.863Z | Downloaded cfg-expr v0.15.6 |
256 | 2024-01-02T21:31:29.863Z | Downloaded tracing v0.1.40 |
257 | 2024-01-02T21:31:29.863Z | Downloaded httparse v1.8.0 |
258 | 2024-01-02T21:31:29.863Z | Downloaded jobserver v0.1.27 |
259 | 2024-01-02T21:31:29.864Z | Downloaded self-replace v1.3.7 |
260 | 2024-01-02T21:31:29.864Z | Downloaded sct v0.7.1 |
261 | 2024-01-02T21:31:29.864Z | Downloaded pin-project-internal v1.1.3 |
262 | 2024-01-02T21:31:29.864Z | Downloaded indicatif v0.17.7 |
263 | 2024-01-02T21:31:29.864Z | Downloaded futures v0.3.30 |
264 | 2024-01-02T21:31:29.864Z | Downloaded smol_str v0.2.0 |
265 | 2024-01-02T21:31:29.864Z | Downloaded config v0.13.4 |
266 | 2024-01-02T21:31:29.878Z | Downloaded rand_core v0.6.4 |
267 | 2024-01-02T21:31:29.878Z | Downloaded tinyvec v1.6.0 |
268 | 2024-01-02T21:31:29.878Z | Downloaded globset v0.4.14 |
269 | 2024-01-02T21:31:29.878Z | Downloaded mime v0.3.17 |
270 | 2024-01-02T21:31:29.878Z | Downloaded shared_child v1.0.0 |
271 | 2024-01-02T21:31:29.878Z | Downloaded serde_spanned v0.6.5 |
272 | 2024-01-02T21:31:29.878Z | Downloaded serde_path_to_error v0.1.15 |
273 | 2024-01-02T21:31:29.878Z | Downloaded rustc_version v0.4.0 |
274 | 2024-01-02T21:31:29.879Z | Downloaded der v0.7.8 |
275 | 2024-01-02T21:31:29.889Z | Downloaded indent_write v2.2.0 |
276 | 2024-01-02T21:31:29.889Z | Downloaded vte v0.11.1 |
277 | 2024-01-02T21:31:29.902Z | Downloaded target-spec v3.0.1 |
278 | 2024-01-02T21:31:29.902Z | Downloaded uuid v1.6.1 |
279 | 2024-01-02T21:31:29.917Z | Downloaded miniz_oxide v0.7.1 |
280 | 2024-01-02T21:31:29.918Z | Downloaded itoa v1.0.10 |
281 | 2024-01-02T21:31:29.918Z | Downloaded zstd-safe v7.0.0 |
282 | 2024-01-02T21:31:29.918Z | Downloaded nextest-filtering v0.7.0 |
283 | 2024-01-02T21:31:29.918Z | Downloaded quick-junit v0.3.5 |
284 | 2024-01-02T21:31:29.927Z | Downloaded iana-time-zone v0.1.59 |
285 | 2024-01-02T21:31:29.927Z | Downloaded serde_ignored v0.1.10 |
286 | 2024-01-02T21:31:29.927Z | Downloaded rand_chacha v0.3.1 |
287 | 2024-01-02T21:31:29.927Z | Downloaded native-tls v0.2.11 |
288 | 2024-01-02T21:31:29.927Z | Downloaded pathdiff v0.2.1 |
289 | 2024-01-02T21:31:29.928Z | Downloaded backtrace v0.3.69 |
290 | 2024-01-02T21:31:29.943Z | Downloaded pkg-config v0.3.28 |
291 | 2024-01-02T21:31:29.944Z | Downloaded pin-project v1.1.3 |
292 | 2024-01-02T21:31:30.376Z | Downloaded getrandom v0.2.11 |
293 | 2024-01-02T21:31:30.387Z | Downloaded futures-macro v0.3.30 |
294 | 2024-01-02T21:31:30.388Z | Downloaded env_logger v0.10.1 |
295 | 2024-01-02T21:31:30.388Z | Downloaded clap_derive v4.4.7 |
296 | 2024-01-02T21:31:30.388Z | Downloaded os_pipe v1.1.5 |
297 | 2024-01-02T21:31:30.388Z | Downloaded tempfile v3.9.0 |
298 | 2024-01-02T21:31:30.389Z | Downloaded unicode-linebreak v0.1.5 |
299 | 2024-01-02T21:31:30.389Z | Downloaded nom-tracable-macros v0.9.1 |
300 | 2024-01-02T21:31:30.389Z | Downloaded eyre v0.6.11 |
301 | 2024-01-02T21:31:30.389Z | Downloaded const-oid v0.9.6 |
302 | 2024-01-02T21:31:30.389Z | Downloaded nextest-workspace-hack v0.1.0 |
303 | 2024-01-02T21:31:30.389Z | Downloaded want v0.3.1 |
304 | 2024-01-02T21:31:30.389Z | Downloaded supports-color v1.3.1 |
305 | 2024-01-02T21:31:30.389Z | Downloaded futures-task v0.3.30 |
306 | 2024-01-02T21:31:30.389Z | Downloaded futures-io v0.3.30 |
307 | 2024-01-02T21:31:30.390Z | Downloaded futures-channel v0.3.30 |
308 | 2024-01-02T21:31:30.390Z | Downloaded hyper-tls v0.5.0 |
309 | 2024-01-02T21:31:30.390Z | Downloaded generic-array v0.14.7 |
310 | 2024-01-02T21:31:30.390Z | Downloaded mukti-metadata v0.2.1 |
311 | 2024-01-02T21:31:30.390Z | Downloaded tower-service v0.3.2 |
312 | 2024-01-02T21:31:30.390Z | Downloaded tokio-rustls v0.24.1 |
313 | 2024-01-02T21:31:30.390Z | Downloaded future-queue v0.3.0 |
314 | 2024-01-02T21:31:30.391Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-01-02T21:31:30.391Z | Downloaded ipnet v2.9.0 |
316 | 2024-01-02T21:31:30.391Z | Downloaded target-lexicon v0.12.12 |
317 | 2024-01-02T21:31:30.391Z | Downloaded nextest-metadata v0.10.0 |
318 | 2024-01-02T21:31:30.391Z | Downloaded xattr v1.2.0 |
319 | 2024-01-02T21:31:30.391Z | Downloaded utf8parse v0.2.1 |
320 | 2024-01-02T21:31:30.391Z | Downloaded toml_datetime v0.6.5 |
321 | 2024-01-02T21:31:30.391Z | Downloaded openssl-macros v0.1.1 |
322 | 2024-01-02T21:31:30.391Z | Downloaded thiserror-impl v1.0.56 |
323 | 2024-01-02T21:31:30.392Z | Downloaded terminal_size v0.1.17 |
324 | 2024-01-02T21:31:30.392Z | Downloaded supports-unicode v2.0.0 |
325 | 2024-01-02T21:31:30.392Z | Downloaded supports-color v2.1.0 |
326 | 2024-01-02T21:31:30.393Z | Downloaded futures-sink v0.3.30 |
327 | 2024-01-02T21:31:30.393Z | Downloaded crypto-common v0.1.6 |
328 | 2024-01-02T21:31:30.393Z | Downloaded subtle v2.5.0 |
329 | 2024-01-02T21:31:30.393Z | Downloaded filetime v0.2.23 |
330 | 2024-01-02T21:31:30.393Z | Downloaded dialoguer v0.11.0 |
331 | 2024-01-02T21:31:30.393Z | Downloaded fastrand v2.0.1 |
332 | 2024-01-02T21:31:30.393Z | Downloaded strsim v0.10.0 |
333 | 2024-01-02T21:31:30.393Z | Downloaded futures-executor v0.3.30 |
334 | 2024-01-02T21:31:30.393Z | Downloaded futures-core v0.3.30 |
335 | 2024-01-02T21:31:30.394Z | Downloaded vte_generate_state_changes v0.1.1 |
336 | 2024-01-02T21:31:30.394Z | Downloaded indenter v0.3.3 |
337 | 2024-01-02T21:31:30.394Z | Downloaded crc32fast v1.3.2 |
338 | 2024-01-02T21:31:30.394Z | Downloaded zipsign-api v0.1.1 |
339 | 2024-01-02T21:31:30.394Z | Downloaded try-lock v0.2.5 |
340 | 2024-01-02T21:31:30.394Z | Downloaded heck v0.4.1 |
341 | 2024-01-02T21:31:30.394Z | Downloaded bitflags v2.4.1 |
342 | 2024-01-02T21:31:30.394Z | Downloaded addr2line v0.21.0 |
343 | 2024-01-02T21:31:30.395Z | Downloaded tinyvec_macros v0.1.1 |
344 | 2024-01-02T21:31:30.395Z | Downloaded typenum v1.17.0 |
345 | 2024-01-02T21:31:30.395Z | Downloaded cargo_metadata v0.18.1 |
346 | 2024-01-02T21:31:30.395Z | Downloaded ahash v0.8.7 |
347 | 2024-01-02T21:31:30.395Z | Downloaded either v1.9.0 |
348 | 2024-01-02T21:31:30.395Z | Downloaded equivalent v1.0.1 |
349 | 2024-01-02T21:31:30.395Z | Downloaded curve25519-dalek-derive v0.1.1 |
350 | 2024-01-02T21:31:30.396Z | Downloaded fnv v1.0.7 |
351 | 2024-01-02T21:31:30.396Z | Downloaded ed25519 v2.2.3 |
352 | 2024-01-02T21:31:30.396Z | Downloaded anstream v0.6.5 |
353 | 2024-01-02T21:31:30.396Z | Downloaded anstyle-parse v0.2.3 |
354 | 2024-01-02T21:31:30.396Z | Downloaded digest v0.10.7 |
355 | 2024-01-02T21:31:30.396Z | Downloaded debug-ignore v1.0.5 |
356 | 2024-01-02T21:31:30.396Z | Downloaded anstyle-query v1.0.2 |
357 | 2024-01-02T21:31:30.397Z | Downloaded anstyle v1.0.4 |
358 | 2024-01-02T21:31:30.397Z | Downloaded form_urlencoded v1.2.1 |
359 | 2024-01-02T21:31:30.397Z | Downloaded display-error-chain v0.2.0 |
360 | 2024-01-02T21:31:30.397Z | Downloaded clap_lex v0.6.0 |
361 | 2024-01-02T21:31:30.397Z | Downloaded cargo-platform v0.1.6 |
362 | 2024-01-02T21:31:30.397Z | Downloaded async-scoped v0.8.0 |
363 | 2024-01-02T21:31:30.397Z | Downloaded bytes v1.5.0 |
364 | 2024-01-02T21:31:30.397Z | Downloaded bytecount v0.6.7 |
365 | 2024-01-02T21:31:30.397Z | Downloaded cpufeatures v0.2.11 |
366 | 2024-01-02T21:31:30.397Z | Compiling proc-macro2 v1.0.74 |
367 | 2024-01-02T21:31:30.397Z | Compiling unicode-ident v1.0.12 |
368 | 2024-01-02T21:31:30.397Z | Compiling libc v0.2.151 |
369 | 2024-01-02T21:31:30.398Z | Compiling serde v1.0.194 |
370 | 2024-01-02T21:31:30.398Z | Compiling cfg-if v1.0.0 |
371 | 2024-01-02T21:31:30.398Z | Compiling memchr v2.7.1 |
372 | 2024-01-02T21:31:30.398Z | Compiling autocfg v1.1.0 |
373 | 2024-01-02T21:31:30.443Z | Compiling hashbrown v0.14.3 |
374 | 2024-01-02T21:31:30.577Z | Compiling equivalent v1.0.1 |
375 | 2024-01-02T21:31:30.720Z | Compiling itoa v1.0.10 |
376 | 2024-01-02T21:31:31.013Z | Compiling rustix v0.38.28 |
377 | 2024-01-02T21:31:31.349Z | Compiling bitflags v2.4.1 |
378 | 2024-01-02T21:31:32.056Z | Compiling once_cell v1.19.0 |
379 | 2024-01-02T21:31:32.416Z | Compiling pin-project-lite v0.2.13 |
380 | 2024-01-02T21:31:32.531Z | Compiling slab v0.4.9 |
381 | 2024-01-02T21:31:32.548Z | Compiling serde_json v1.0.110 |
382 | 2024-01-02T21:31:33.209Z | Compiling futures-sink v0.3.30 |
383 | 2024-01-02T21:31:33.226Z | Compiling futures-core v0.3.30 |
384 | 2024-01-02T21:31:33.333Z | Compiling ryu v1.0.16 |
385 | 2024-01-02T21:31:33.469Z | Compiling bytes v1.5.0 |
386 | 2024-01-02T21:31:33.622Z | Compiling futures-channel v0.3.30 |
387 | 2024-01-02T21:31:34.045Z | Compiling thiserror v1.0.56 |
388 | 2024-01-02T21:31:34.323Z | Compiling futures-task v0.3.30 |
389 | 2024-01-02T21:31:34.396Z | Compiling jobserver v0.1.27 |
390 | 2024-01-02T21:31:34.526Z | Compiling futures-io v0.3.30 |
391 | 2024-01-02T21:31:34.556Z | Compiling pin-utils v0.1.0 |
392 | 2024-01-02T21:31:34.675Z | Compiling quote v1.0.35 |
393 | 2024-01-02T21:31:34.747Z | Compiling camino v1.1.6 |
394 | 2024-01-02T21:31:34.890Z | Compiling cc v1.0.83 |
395 | 2024-01-02T21:31:35.052Z | Compiling adler v1.0.2 |
396 | 2024-01-02T21:31:35.450Z | Compiling syn v2.0.46 |
397 | 2024-01-02T21:31:35.599Z | Compiling errno v0.3.8 |
398 | 2024-01-02T21:31:35.604Z | Compiling getrandom v0.2.11 |
399 | 2024-01-02T21:31:35.648Z | Compiling socket2 v0.5.5 |
400 | 2024-01-02T21:31:35.895Z | Compiling num_cpus v1.16.0 |
401 | 2024-01-02T21:31:36.080Z | Compiling mio v0.8.10 |
402 | 2024-01-02T21:31:36.205Z | Compiling signal-hook-registry v1.4.1 |
403 | 2024-01-02T21:31:36.344Z | Compiling miniz_oxide v0.7.1 |
404 | 2024-01-02T21:31:36.392Z | Compiling log v0.4.20 |
405 | 2024-01-02T21:31:37.222Z | Compiling unicode-width v0.1.11 |
406 | 2024-01-02T21:31:37.455Z | Compiling target-lexicon v0.12.12 |
407 | 2024-01-02T21:31:38.583Z | Compiling untrusted v0.9.0 |
408 | 2024-01-02T21:31:38.818Z | Compiling spin v0.9.8 |
409 | 2024-01-02T21:31:38.842Z | Compiling fnv v1.0.7 |
410 | 2024-01-02T21:31:38.999Z | Compiling tracing-core v0.1.32 |
411 | 2024-01-02T21:31:39.016Z | Compiling is_ci v1.1.1 |
412 | 2024-01-02T21:31:39.100Z | Compiling guppy-workspace-hack v0.1.0 |
413 | 2024-01-02T21:31:39.244Z | Compiling semver v1.0.21 |
414 | 2024-01-02T21:31:39.370Z | Compiling ring v0.17.7 |
415 | 2024-01-02T21:31:39.410Z | Compiling backtrace v0.3.69 |
416 | 2024-01-02T21:31:39.538Z | Compiling gimli v0.28.1 |
417 | 2024-01-02T21:31:39.913Z | Compiling utf8parse v0.2.1 |
418 | 2024-01-02T21:31:40.121Z | Compiling is-terminal v0.4.10 |
419 | 2024-01-02T21:31:40.272Z | Compiling tracing v0.1.40 |
420 | 2024-01-02T21:31:41.421Z | Compiling http v0.2.11 |
421 | 2024-01-02T21:31:42.024Z | Compiling atty v0.2.14 |
422 | 2024-01-02T21:31:42.216Z | Compiling object v0.32.2 |
423 | 2024-01-02T21:31:42.306Z | Compiling httparse v1.8.0 |
424 | 2024-01-02T21:31:42.330Z | Compiling fastrand v2.0.1 |
425 | 2024-01-02T21:31:42.616Z | Compiling target-spec v3.0.1 |
426 | 2024-01-02T21:31:42.763Z | Compiling smallvec v1.11.2 |
427 | 2024-01-02T21:31:42.852Z | Compiling pkg-config v0.3.28 |
428 | 2024-01-02T21:31:43.368Z | Compiling rustls v0.21.10 |
429 | 2024-01-02T21:31:43.452Z | Compiling tinyvec_macros v0.1.1 |
430 | 2024-01-02T21:31:43.513Z | Compiling rustc-demangle v0.1.23 |
431 | 2024-01-02T21:31:43.574Z | Compiling tinyvec v1.6.0 |
432 | 2024-01-02T21:31:43.771Z | Compiling cfg-expr v0.15.6 |
433 | 2024-01-02T21:31:44.812Z | Compiling zstd-sys v2.0.9+zstd.1.5.5 |
434 | 2024-01-02T21:31:45.913Z | Compiling tempfile v3.9.0 |
435 | 2024-01-02T21:31:46.389Z | Compiling supports-color v1.3.1 |
436 | 2024-01-02T21:31:47.521Z | Compiling addr2line v0.21.0 |
437 | 2024-01-02T21:31:47.724Z | Compiling aho-corasick v1.1.2 |
438 | 2024-01-02T21:31:47.968Z | Compiling indexmap v1.9.3 |
439 | 2024-01-02T21:31:48.465Z | Compiling regex-syntax v0.8.2 |
440 | 2024-01-02T21:31:48.749Z | Compiling syn v1.0.109 |
441 | 2024-01-02T21:31:49.345Z | Compiling minimal-lexical v0.2.1 |
442 | 2024-01-02T21:31:49.598Z | Compiling lazy_static v1.4.0 |
443 | 2024-01-02T21:31:49.641Z | Compiling try-lock v0.2.5 |
444 | 2024-01-02T21:31:49.737Z | Compiling nextest-workspace-hack v0.1.0 |
445 | 2024-01-02T21:31:49.846Z | Compiling version_check v0.9.4 |
446 | 2024-01-02T21:31:50.156Z | Compiling percent-encoding v2.3.1 |
447 | 2024-01-02T21:31:50.333Z | Compiling nom v7.1.3 |
448 | 2024-01-02T21:31:50.732Z | Compiling form_urlencoded v1.2.1 |
449 | 2024-01-02T21:31:50.841Z | Compiling ahash v0.8.7 |
450 | 2024-01-02T21:31:50.981Z | Compiling want v0.3.1 |
451 | 2024-01-02T21:31:51.281Z | Compiling serde_derive v1.0.194 |
452 | 2024-01-02T21:31:51.385Z | Compiling futures-macro v0.3.30 |
453 | 2024-01-02T21:31:51.435Z | Compiling thiserror-impl v1.0.56 |
454 | 2024-01-02T21:31:51.536Z | Compiling tokio-macros v2.2.0 |
455 | 2024-01-02T21:31:54.154Z | Compiling tokio v1.35.1 |
456 | 2024-01-02T21:31:54.497Z | Compiling futures-util v0.3.30 |
457 | 2024-01-02T21:31:56.135Z | Compiling regex-automata v0.4.3 |
458 | 2024-01-02T21:31:57.956Z | Compiling owo-colors v3.5.0 |
459 | 2024-01-02T21:32:04.513Z | Compiling unicode-normalization v0.1.22 |
460 | 2024-01-02T21:32:06.704Z | Compiling http-body v0.4.6 |
461 | 2024-01-02T21:32:07.482Z | Compiling tokio-util v0.7.10 |
462 | 2024-01-02T21:32:10.563Z | Compiling num-traits v0.2.17 |
463 | 2024-01-02T21:32:11.053Z | Compiling crc32fast v1.3.2 |
464 | 2024-01-02T21:32:11.521Z | Compiling smawk v0.3.2 |
465 | 2024-01-02T21:32:11.748Z | Compiling httpdate v1.0.3 |
466 | 2024-01-02T21:32:11.840Z | Compiling unicode-bidi v0.3.14 |
467 | 2024-01-02T21:32:12.629Z | Compiling tower-service v0.3.2 |
468 | 2024-01-02T21:32:12.780Z | Compiling hashbrown v0.12.3 |
469 | 2024-01-02T21:32:12.917Z | Compiling portable-atomic v1.6.0 |
470 | 2024-01-02T21:32:14.237Z | Compiling unicode-linebreak v0.1.5 |
471 | 2024-01-02T21:32:14.726Z | Compiling indexmap v2.1.0 |
472 | 2024-01-02T21:32:17.150Z | Compiling h2 v0.3.22 |
473 | 2024-01-02T21:32:17.776Z | Compiling either v1.9.0 |
474 | 2024-01-02T21:32:17.913Z | Compiling pathdiff v0.2.1 |
475 | 2024-01-02T21:32:18.147Z | Compiling textwrap v0.15.2 |
476 | 2024-01-02T21:32:18.300Z | Compiling cargo-platform v0.1.6 |
477 | 2024-01-02T21:32:21.316Z | Compiling idna v0.5.0 |
478 | 2024-01-02T21:32:27.819Z | Compiling hyper v0.14.28 |
479 | 2024-01-02T21:32:28.498Z | Compiling backtrace-ext v0.2.1 |
480 | 2024-01-02T21:32:29.388Z | Compiling miette-derive v5.10.0 |
481 | 2024-01-02T21:32:33.598Z | Compiling console v0.15.7 |
482 | 2024-01-02T21:32:33.660Z | Compiling supports-hyperlinks v2.1.0 |
483 | 2024-01-02T21:32:33.781Z | Compiling supports-color v2.1.0 |
484 | 2024-01-02T21:32:34.219Z | Compiling supports-unicode v2.0.0 |
485 | 2024-01-02T21:32:34.598Z | Compiling vte_generate_state_changes v0.1.1 |
486 | 2024-01-02T21:32:34.891Z | Compiling terminal_size v0.1.17 |
487 | 2024-01-02T21:32:35.118Z | Compiling zstd-safe v7.0.0 |
488 | 2024-01-02T21:32:35.567Z | Compiling zerocopy v0.7.32 |
489 | 2024-01-02T21:32:35.628Z | Compiling base64 v0.21.5 |
490 | 2024-01-02T21:32:36.794Z | Compiling static_assertions v1.1.0 |
491 | 2024-01-02T21:32:36.928Z | Compiling bytecount v0.6.7 |
492 | 2024-01-02T21:32:37.391Z | Compiling fixedbitset v0.4.2 |
493 | 2024-01-02T21:32:37.465Z | Compiling async-trait v0.1.77 |
494 | 2024-01-02T21:32:38.224Z | Compiling petgraph v0.6.4 |
495 | 2024-01-02T21:32:38.325Z | Compiling nom_locate v4.2.0 |
496 | 2024-01-02T21:32:38.689Z | Compiling rustls-pemfile v1.0.4 |
497 | 2024-01-02T21:32:39.661Z | Compiling vte v0.11.1 |
498 | 2024-01-02T21:32:40.018Z | Compiling miette v5.10.0 |
499 | 2024-01-02T21:32:42.930Z | Compiling url v2.5.0 |
500 | 2024-01-02T21:32:43.782Z | Compiling nom-tracable-macros v0.9.1 |
501 | 2024-01-02T21:32:45.158Z | Compiling cargo_metadata v0.18.1 |
502 | 2024-01-02T21:32:46.022Z | Compiling itertools v0.12.0 |
503 | 2024-01-02T21:32:46.384Z | Compiling serde_spanned v0.6.5 |
504 | 2024-01-02T21:32:46.600Z | Compiling smol_str v0.2.0 |
505 | 2024-01-02T21:32:46.772Z | Compiling toml_datetime v0.6.5 |
506 | 2024-01-02T21:32:47.445Z | Compiling serde_urlencoded v0.7.1 |
507 | 2024-01-02T21:32:47.872Z | Compiling futures-executor v0.3.30 |
508 | 2024-01-02T21:32:48.143Z | Compiling regex v1.10.2 |
509 | 2024-01-02T21:32:48.363Z | Compiling pin-project-internal v1.1.3 |
510 | 2024-01-02T21:32:50.044Z | Compiling anstyle-parse v0.2.3 |
511 | 2024-01-02T21:32:50.644Z | Compiling xattr v1.2.0 |
512 | 2024-01-02T21:32:51.089Z | Compiling rand_core v0.6.4 |
513 | 2024-01-02T21:32:51.770Z | Compiling filetime v0.2.23 |
514 | 2024-01-02T21:32:51.820Z | Compiling bstr v1.9.0 |
515 | 2024-01-02T21:32:52.247Z | Compiling encoding_rs v0.8.33 |
516 | 2024-01-02T21:32:52.652Z | Compiling ppv-lite86 v0.2.17 |
517 | 2024-01-02T21:32:52.958Z | Compiling self_update v0.39.0 |
518 | 2024-01-02T21:32:53.005Z | Compiling winnow v0.5.31 |
519 | 2024-01-02T21:32:53.457Z | Compiling colorchoice v1.0.0 |
520 | 2024-01-02T21:32:53.675Z | Compiling iana-time-zone v0.1.59 |
521 | 2024-01-02T21:32:53.963Z | Compiling anstyle v1.0.4 |
522 | 2024-01-02T21:32:54.393Z | Compiling bitflags v1.3.2 |
523 | 2024-01-02T21:32:54.413Z | Compiling base64 v0.13.1 |
524 | 2024-01-02T21:32:54.523Z | Compiling webpki-roots v0.25.3 |
525 | 2024-01-02T21:32:54.744Z | Compiling eyre v0.6.11 |
526 | 2024-01-02T21:32:54.765Z | Compiling mime v0.3.17 |
527 | 2024-01-02T21:32:54.811Z | Compiling number_prefix v0.4.0 |
528 | 2024-01-02T21:32:55.125Z | Compiling debug-ignore v1.0.5 |
529 | 2024-01-02T21:32:55.324Z | Compiling anstyle-query v1.0.2 |
530 | 2024-01-02T21:32:55.490Z | Compiling nested v0.1.1 |
531 | 2024-01-02T21:32:55.521Z | Compiling ipnet v2.9.0 |
532 | 2024-01-02T21:32:55.970Z | Compiling guppy v0.17.4 |
533 | 2024-01-02T21:32:56.155Z | Compiling anstream v0.6.5 |
534 | 2024-01-02T21:32:56.545Z | Compiling ron v0.7.1 |
535 | 2024-01-02T21:32:57.802Z | Compiling indicatif v0.17.7 |
536 | 2024-01-02T21:32:58.790Z | Compiling rand_chacha v0.3.1 |
537 | 2024-01-02T21:33:00.001Z | Compiling toml_edit v0.21.0 |
538 | 2024-01-02T21:33:00.245Z | Compiling chrono v0.4.31 |
539 | 2024-01-02T21:33:01.579Z | Compiling globset v0.4.14 |
540 | 2024-01-02T21:33:05.559Z | Compiling pin-project v1.1.3 |
541 | 2024-01-02T21:33:05.736Z | Compiling tar v0.4.40 |
542 | 2024-01-02T21:33:08.712Z | Compiling futures v0.3.30 |
543 | 2024-01-02T21:33:08.927Z | Compiling nextest-metadata v0.10.0 |
544 | 2024-01-02T21:33:10.227Z | Compiling nom-tracable v0.9.1 |
545 | 2024-01-02T21:33:11.192Z | Compiling flate2 v1.0.28 |
546 | 2024-01-02T21:33:12.968Z | Compiling strip-ansi-escapes v0.2.0 |
547 | 2024-01-02T21:33:14.029Z | Compiling toml v0.5.11 |
548 | 2024-01-02T21:33:14.191Z | Compiling self-replace v1.3.7 |
549 | 2024-01-02T21:33:15.033Z | Compiling uuid v1.6.1 |
550 | 2024-01-02T21:33:15.411Z | Compiling quick-xml v0.31.0 |
551 | 2024-01-02T21:33:16.891Z | Compiling quick-xml v0.23.1 |
552 | 2024-01-02T21:33:17.111Z | Compiling nextest-runner v0.52.2 |
553 | 2024-01-02T21:33:17.796Z | Compiling humantime v2.1.0 |
554 | 2024-01-02T21:33:19.136Z | Compiling clap_lex v0.6.0 |
555 | 2024-01-02T21:33:19.871Z | Compiling indenter v0.3.3 |
556 | 2024-01-02T21:33:20.152Z | Compiling strsim v0.10.0 |
557 | 2024-01-02T21:33:20.346Z | Compiling recursion v0.5.1 |
558 | 2024-01-02T21:33:20.629Z | Compiling urlencoding v2.1.3 |
559 | 2024-01-02T21:33:21.179Z | Compiling heck v0.4.1 |
560 | 2024-01-02T21:33:21.308Z | Compiling shell-words v1.1.0 |
561 | 2024-01-02T21:33:21.683Z | Compiling nextest-filtering v0.7.0 |
562 | 2024-01-02T21:33:21.827Z | Compiling clap_derive v4.4.7 |
563 | 2024-01-02T21:33:21.995Z | Compiling clap_builder v4.4.12 |
564 | 2024-01-02T21:33:25.564Z | Compiling humantime-serde v1.1.1 |
565 | 2024-01-02T21:33:25.985Z | Compiling quick-junit v0.3.5 |
566 | 2024-01-02T21:33:29.666Z | Compiling config v0.13.4 |
567 | 2024-01-02T21:33:30.293Z | Compiling async-scoped v0.8.0 |
568 | 2024-01-02T21:33:30.693Z | Compiling toml v0.8.8 |
569 | 2024-01-02T21:33:31.461Z | Compiling rand v0.8.5 |
570 | 2024-01-02T21:33:31.694Z | Compiling target-spec-miette v0.3.0 |
571 | 2024-01-02T21:33:32.839Z | Compiling twox-hash v1.6.3 |
572 | 2024-01-02T21:33:34.164Z | Compiling mukti-metadata v0.2.1 |
573 | 2024-01-02T21:33:34.654Z | Compiling camino-tempfile v1.1.1 |
574 | 2024-01-02T21:33:35.799Z | Compiling serde_ignored v0.1.10 |
575 | 2024-01-02T21:33:36.134Z | Compiling serde_path_to_error v0.1.15 |
576 | 2024-01-02T21:33:36.502Z | Compiling future-queue v0.3.0 |
577 | 2024-01-02T21:33:37.195Z | Compiling atomicwrites v0.4.3 |
578 | 2024-01-02T21:33:37.825Z | Compiling shared_child v1.0.0 |
579 | 2024-01-02T21:33:38.054Z | Compiling nix v0.27.1 |
580 | 2024-01-02T21:33:38.908Z | Compiling os_pipe v1.1.5 |
581 | 2024-01-02T21:33:39.270Z | Compiling indent_write v2.2.0 |
582 | 2024-01-02T21:33:39.589Z | Compiling display-error-chain v0.2.0 |
583 | 2024-01-02T21:33:39.828Z | Compiling zeroize v1.7.0 |
584 | 2024-01-02T21:33:40.299Z | Compiling home v0.5.9 |
585 | 2024-01-02T21:33:40.322Z | Compiling dialoguer v0.11.0 |
586 | 2024-01-02T21:33:40.485Z | Compiling duct v0.13.7 |
587 | 2024-01-02T21:33:40.740Z | Compiling clap v4.4.12 |
588 | 2024-01-02T21:33:40.885Z | Compiling color-eyre v0.6.2 |
589 | 2024-01-02T21:33:41.810Z | Compiling env_logger v0.10.1 |
590 | 2024-01-02T21:33:46.299Z | Compiling enable-ansi-support v0.2.1 |
591 | 2024-01-02T21:34:02.960Z | Compiling rustls-webpki v0.101.7 |
592 | 2024-01-02T21:34:03.260Z | Compiling sct v0.7.1 |
593 | 2024-01-02T21:34:09.681Z | Compiling tokio-rustls v0.24.1 |
594 | 2024-01-02T21:34:10.035Z | Compiling hyper-rustls v0.24.2 |
595 | 2024-01-02T21:34:10.300Z | Compiling reqwest v0.11.23 |
596 | 2024-01-02T21:34:19.271Z | Compiling zstd v0.13.0 |
597 | 2024-01-02T21:34:32.888Z | Compiling cargo-nextest v0.9.66 |
|
598 | 2024-01-02T21:35:03.130Z | job cancelled |