|
|
|
1 | 2024-03-22T16:08:12.513Z | job assigned to worker 01HSKENWY103QKDMDGKNHHPMBX (queued for 6 m 56 s) |
|
2 | 2024-03-22T16:08:13.420Z | starting task 0: "setup" |
3 | 2024-03-22T16:08:13.445Z | ++ uname -s |
4 | 2024-03-22T16:08:13.445Z | + kern=SunOS |
5 | 2024-03-22T16:08:13.445Z | + case "$kern" in |
6 | 2024-03-22T16:08:13.445Z | + groupadd -g 12345 build |
7 | 2024-03-22T16:08:13.445Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-22T16:08:15.451Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-22T16:08:15.496Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-22T16:08:15.521Z | + home_fs=zfs |
11 | 2024-03-22T16:08:15.521Z | + [[ zfs == autofs ]] |
12 | 2024-03-22T16:08:15.521Z | + mkdir -p /home/build |
13 | 2024-03-22T16:08:15.521Z | + chown build:build /home/build /work |
14 | 2024-03-22T16:08:17.505Z | + chmod 0700 /home/build /work |
15 | 2024-03-22T16:08:17.530Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-03-22T16:08:17.581Z | starting task 1: "rust-toolchain" |
17 | 2024-03-22T16:08:17.608Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-22T16:08:17.608Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-22T16:08:17.934Z | info: downloading installer |
20 | 2024-03-22T16:08:18.719Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-22T16:08:18.719Z | warning: /opt/ooce/bin |
22 | 2024-03-22T16:08:18.719Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-22T16:08:18.719Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-22T16:08:18.719Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-22T16:08:18.719Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-22T16:08:18.719Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-22T16:08:18.719Z | error: cannot install while Rust is installed |
28 | 2024-03-22T16:08:18.719Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-22T16:08:18.763Z | info: profile set to 'default' |
30 | 2024-03-22T16:08:18.763Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-22T16:08:18.787Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-22T16:08:18.856Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-22T16:08:18.856Z | info: downloading component 'cargo' |
34 | 2024-03-22T16:08:19.348Z | info: downloading component 'clippy' |
35 | 2024-03-22T16:08:19.348Z | info: downloading component 'rust-docs' |
36 | 2024-03-22T16:08:19.348Z | info: downloading component 'rust-std' |
37 | 2024-03-22T16:08:19.595Z | info: downloading component 'rustc' |
38 | 2024-03-22T16:08:20.294Z | info: downloading component 'rustfmt' |
39 | 2024-03-22T16:08:20.348Z | info: installing component 'cargo' |
40 | 2024-03-22T16:08:21.398Z | info: installing component 'clippy' |
41 | 2024-03-22T16:08:21.768Z | info: installing component 'rust-docs' |
42 | 2024-03-22T16:08:24.323Z | info: installing component 'rust-std' |
43 | 2024-03-22T16:08:26.321Z | info: installing component 'rustc' |
44 | 2024-03-22T16:08:31.048Z | info: installing component 'rustfmt' |
45 | 2024-03-22T16:08:31.432Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-22T16:08:31.432Z | |
47 | 2024-03-22T16:08:31.520Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-22T16:08:31.520Z | |
49 | 2024-03-22T16:08:31.546Z | |
50 | 2024-03-22T16:08:31.546Z | Rust is installed now. Great! |
51 | 2024-03-22T16:08:31.546Z | |
52 | 2024-03-22T16:08:31.546Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-22T16:08:31.546Z | environment variable. This has not been done automatically. |
54 | 2024-03-22T16:08:31.546Z | |
55 | 2024-03-22T16:08:31.546Z | To configure your current shell, you need to source |
56 | 2024-03-22T16:08:31.546Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-22T16:08:31.546Z | |
58 | 2024-03-22T16:08:31.546Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-22T16:08:31.546Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-22T16:08:31.546Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-22T16:08:31.606Z | + rustc --version |
62 | 2024-03-22T16:08:31.680Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-22T16:08:31.704Z | process exited: duration 14104 ms, exit code 0 |
|
64 | 2024-03-22T16:08:31.757Z | starting task 2: "authentication" |
65 | 2024-03-22T16:08:31.813Z | process exited: duration 58 ms, exit code 0 |
|
66 | 2024-03-22T16:08:31.865Z | starting task 3: "clone repository" |
67 | 2024-03-22T16:08:31.890Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-03-22T16:08:31.890Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-03-22T16:08:31.915Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-03-22T16:08:34.750Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-03-22T16:08:34.750Z | + git fetch origin 9cefc93888607000469c062652364ba1ce5bd54e |
72 | 2024-03-22T16:08:35.093Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-03-22T16:08:35.093Z | * branch 9cefc93888607000469c062652364ba1ce5bd54e -> FETCH_HEAD |
74 | 2024-03-22T16:08:35.118Z | + [[ -n ddm-track-session-duration ]] |
75 | 2024-03-22T16:08:35.118Z | ++ git branch --show-current |
76 | 2024-03-22T16:08:35.118Z | + current=main |
77 | 2024-03-22T16:08:35.118Z | + [[ main != ddm-track-session-duration ]] |
78 | 2024-03-22T16:08:35.118Z | + git branch -f ddm-track-session-duration 9cefc93888607000469c062652364ba1ce5bd54e |
79 | 2024-03-22T16:08:35.119Z | + git checkout -f ddm-track-session-duration |
80 | 2024-03-22T16:08:35.144Z | Switched to branch 'ddm-track-session-duration' |
81 | 2024-03-22T16:08:35.144Z | + git reset --hard 9cefc93888607000469c062652364ba1ce5bd54e |
82 | 2024-03-22T16:08:35.144Z | HEAD is now at 9cefc93 cleanup |
83 | 2024-03-22T16:08:35.144Z | process exited: duration 3278 ms, exit code 0 |
|
84 | 2024-03-22T16:08:35.196Z | starting task 4: "build" |
85 | 2024-03-22T16:08:35.221Z | + set -o errexit |
86 | 2024-03-22T16:08:35.221Z | + set -o pipefail |
87 | 2024-03-22T16:08:35.221Z | + cargo --version |
88 | 2024-03-22T16:08:35.221Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
89 | 2024-03-22T16:08:35.296Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
90 | 2024-03-22T16:08:35.296Z | info: downloading component 'cargo' |
91 | 2024-03-22T16:08:35.433Z | info: downloading component 'clippy' |
92 | 2024-03-22T16:08:35.495Z | info: downloading component 'rust-docs' |
93 | 2024-03-22T16:08:35.680Z | info: downloading component 'rust-std' |
94 | 2024-03-22T16:08:35.927Z | info: downloading component 'rustc' |
95 | 2024-03-22T16:08:36.558Z | info: downloading component 'rustfmt' |
96 | 2024-03-22T16:08:36.615Z | info: installing component 'cargo' |
97 | 2024-03-22T16:08:37.612Z | info: installing component 'clippy' |
98 | 2024-03-22T16:08:38.440Z | info: installing component 'rust-docs' |
99 | 2024-03-22T16:08:40.236Z | info: installing component 'rust-std' |
100 | 2024-03-22T16:08:42.466Z | info: installing component 'rustc' |
101 | 2024-03-22T16:08:47.112Z | info: installing component 'rustfmt' |
102 | 2024-03-22T16:08:47.568Z | cargo 1.76.0 (c84b36747 2024-01-18) |
103 | 2024-03-22T16:08:47.593Z | + rustc --version |
104 | 2024-03-22T16:08:47.664Z | rustc 1.76.0 (07dca489a 2024-02-04) |
105 | 2024-03-22T16:08:47.688Z | + cargo install cargo-nextest |
106 | 2024-03-22T16:08:47.778Z | Updating crates.io index |
107 | 2024-03-22T16:08:47.881Z | Downloading crates ... |
108 | 2024-03-22T16:08:47.948Z | Downloaded cargo-nextest v0.9.68 |
109 | 2024-03-22T16:08:47.985Z | Installing cargo-nextest v0.9.68 |
110 | 2024-03-22T16:08:48.055Z | Updating crates.io index |
111 | 2024-03-22T16:08:49.024Z | Downloading crates ... |
112 | 2024-03-22T16:08:49.077Z | Downloaded anstyle v1.0.6 |
113 | 2024-03-22T16:08:49.103Z | Downloaded camino v1.1.6 |
114 | 2024-03-22T16:08:49.103Z | Downloaded cc v1.0.90 |
115 | 2024-03-22T16:08:49.104Z | Downloaded target-spec-miette v0.4.0 |
116 | 2024-03-22T16:08:49.104Z | Downloaded sync_wrapper v0.1.2 |
117 | 2024-03-22T16:08:49.104Z | Downloaded thiserror v1.0.58 |
118 | 2024-03-22T16:08:49.130Z | Downloaded urlencoding v2.1.3 |
119 | 2024-03-22T16:08:49.130Z | Downloaded utf8parse v0.2.1 |
120 | 2024-03-22T16:08:49.130Z | Downloaded xattr v1.3.1 |
121 | 2024-03-22T16:08:49.130Z | Downloaded vte v0.11.1 |
122 | 2024-03-22T16:08:49.130Z | Downloaded httparse v1.8.0 |
123 | 2024-03-22T16:08:49.130Z | Downloaded pathdiff v0.2.1 |
124 | 2024-03-22T16:08:49.166Z | Downloaded percent-encoding v2.3.1 |
125 | 2024-03-22T16:08:49.166Z | Downloaded pin-utils v0.1.0 |
126 | 2024-03-22T16:08:49.166Z | Downloaded quote v1.0.35 |
127 | 2024-03-22T16:08:49.166Z | Downloaded swrite v0.1.0 |
128 | 2024-03-22T16:08:49.166Z | Downloaded serde_spanned v0.6.5 |
129 | 2024-03-22T16:08:49.166Z | Downloaded signal-hook-registry v1.4.1 |
130 | 2024-03-22T16:08:49.166Z | Downloaded serde_urlencoded v0.7.1 |
131 | 2024-03-22T16:08:49.220Z | Downloaded serde_ignored v0.1.10 |
132 | 2024-03-22T16:08:49.220Z | Downloaded supports-unicode v3.0.0 |
133 | 2024-03-22T16:08:49.220Z | Downloaded semver v1.0.22 |
134 | 2024-03-22T16:08:49.220Z | Downloaded serde_derive v1.0.197 |
135 | 2024-03-22T16:08:49.220Z | Downloaded serde v1.0.197 |
136 | 2024-03-22T16:08:49.220Z | Downloaded ron v0.8.1 |
137 | 2024-03-22T16:08:49.220Z | Downloaded serde_json v1.0.114 |
138 | 2024-03-22T16:08:49.253Z | Downloaded rand v0.8.5 |
139 | 2024-03-22T16:08:49.253Z | Downloaded portable-atomic v1.6.0 |
140 | 2024-03-22T16:08:49.253Z | Downloaded petgraph v0.6.4 |
141 | 2024-03-22T16:08:49.253Z | Downloaded regex v1.10.3 |
142 | 2024-03-22T16:08:49.279Z | Downloaded rustls v0.21.10 |
143 | 2024-03-22T16:08:49.304Z | Downloaded regex-automata v0.4.6 |
144 | 2024-03-22T16:08:49.331Z | Downloaded libc v0.2.153 |
145 | 2024-03-22T16:08:49.355Z | Downloaded recursion v0.5.2 |
146 | 2024-03-22T16:08:49.356Z | Downloaded zstd-sys v2.0.9+zstd.1.5.5 |
147 | 2024-03-22T16:08:49.380Z | Downloaded tokio v1.36.0 |
148 | 2024-03-22T16:08:49.410Z | Downloaded ring v0.17.8 |
149 | 2024-03-22T16:08:49.491Z | Downloaded regex-syntax v0.8.2 |
150 | 2024-03-22T16:08:49.523Z | Downloaded rustix v0.38.32 |
151 | 2024-03-22T16:08:49.548Z | Downloaded openssl v0.10.64 |
152 | 2024-03-22T16:08:49.548Z | Downloaded object v0.32.2 |
153 | 2024-03-22T16:08:49.548Z | Downloaded nix v0.28.0 |
154 | 2024-03-22T16:08:49.574Z | Downloaded nextest-runner v0.54.1 |
155 | 2024-03-22T16:08:49.574Z | Downloaded encoding_rs v0.8.33 |
156 | 2024-03-22T16:08:49.603Z | Downloaded webpki-roots v0.25.4 |
157 | 2024-03-22T16:08:49.603Z | Downloaded color-eyre v0.6.3 |
158 | 2024-03-22T16:08:49.634Z | Downloaded nom v7.1.3 |
159 | 2024-03-22T16:08:49.634Z | Downloaded mio v0.8.11 |
160 | 2024-03-22T16:08:49.634Z | Downloaded miette v7.2.0 |
161 | 2024-03-22T16:08:49.634Z | Downloaded itertools v0.12.1 |
162 | 2024-03-22T16:08:49.634Z | Downloaded zerocopy v0.7.32 |
163 | 2024-03-22T16:08:50.105Z | Downloaded vcpkg v0.2.15 |
164 | 2024-03-22T16:08:50.270Z | Downloaded syn v2.0.53 |
165 | 2024-03-22T16:08:50.270Z | Downloaded idna v0.5.0 |
166 | 2024-03-22T16:08:50.270Z | Downloaded reqwest v0.11.27 |
167 | 2024-03-22T16:08:50.270Z | Downloaded rustls-webpki v0.101.7 |
168 | 2024-03-22T16:08:50.270Z | Downloaded quick-xml v0.31.0 |
169 | 2024-03-22T16:08:50.270Z | Downloaded quick-xml v0.23.1 |
170 | 2024-03-22T16:08:50.270Z | Downloaded winnow v0.6.5 |
171 | 2024-03-22T16:08:50.270Z | Downloaded hyper v0.14.28 |
172 | 2024-03-22T16:08:50.270Z | Downloaded h2 v0.3.25 |
173 | 2024-03-22T16:08:50.270Z | Downloaded gimli v0.28.1 |
174 | 2024-03-22T16:08:50.270Z | Downloaded minimal-lexical v0.2.1 |
175 | 2024-03-22T16:08:50.270Z | Downloaded memchr v2.7.1 |
176 | 2024-03-22T16:08:50.270Z | Downloaded ed25519-dalek v2.1.1 |
177 | 2024-03-22T16:08:50.270Z | Downloaded clap_builder v4.5.2 |
178 | 2024-03-22T16:08:50.270Z | Downloaded sha2 v0.10.8 |
179 | 2024-03-22T16:08:50.270Z | Downloaded pin-project v1.1.5 |
180 | 2024-03-22T16:08:50.270Z | Downloaded openssl-sys v0.9.101 |
181 | 2024-03-22T16:08:50.270Z | Downloaded indexmap v2.2.5 |
182 | 2024-03-22T16:08:50.270Z | Downloaded http v0.2.12 |
183 | 2024-03-22T16:08:50.270Z | Downloaded hashbrown v0.14.3 |
184 | 2024-03-22T16:08:50.271Z | Downloaded der v0.7.8 |
185 | 2024-03-22T16:08:50.271Z | Downloaded self_update v0.39.0 |
186 | 2024-03-22T16:08:50.271Z | Downloaded rustc-demangle v0.1.23 |
187 | 2024-03-22T16:08:50.271Z | Downloaded socket2 v0.5.6 |
188 | 2024-03-22T16:08:50.271Z | Downloaded ryu v1.0.17 |
189 | 2024-03-22T16:08:50.271Z | Downloaded owo-colors v4.0.0 |
190 | 2024-03-22T16:08:50.271Z | Downloaded owo-colors v3.5.0 |
191 | 2024-03-22T16:08:50.271Z | Downloaded num-traits v0.2.18 |
192 | 2024-03-22T16:08:50.271Z | Downloaded eyre v0.6.12 |
193 | 2024-03-22T16:08:50.271Z | Downloaded rustls-pemfile v1.0.4 |
194 | 2024-03-22T16:08:50.271Z | Downloaded supports-hyperlinks v3.0.0 |
195 | 2024-03-22T16:08:50.271Z | Downloaded shell-words v1.1.0 |
196 | 2024-03-22T16:08:50.271Z | Downloaded shared_child v1.0.0 |
197 | 2024-03-22T16:08:50.271Z | Downloaded serde_path_to_error v0.1.16 |
198 | 2024-03-22T16:08:50.271Z | Downloaded smallvec v1.13.2 |
199 | 2024-03-22T16:08:50.271Z | Downloaded proc-macro2 v1.0.79 |
200 | 2024-03-22T16:08:50.271Z | Downloaded pin-project-internal v1.1.5 |
201 | 2024-03-22T16:08:50.271Z | Downloaded unicode-normalization v0.1.23 |
202 | 2024-03-22T16:08:50.271Z | Downloaded toml_edit v0.22.9 |
203 | 2024-03-22T16:08:50.271Z | Downloaded futures-channel v0.3.30 |
204 | 2024-03-22T16:08:50.271Z | Downloaded rustc_version v0.4.0 |
205 | 2024-03-22T16:08:50.271Z | Downloaded subtle v2.5.0 |
206 | 2024-03-22T16:08:50.271Z | Downloaded spin v0.9.8 |
207 | 2024-03-22T16:08:50.271Z | Downloaded hyper-rustls v0.24.2 |
208 | 2024-03-22T16:08:50.272Z | Downloaded future-queue v0.3.0 |
209 | 2024-03-22T16:08:50.272Z | Downloaded clap_derive v4.5.3 |
210 | 2024-03-22T16:08:50.272Z | Downloaded rand_core v0.6.4 |
211 | 2024-03-22T16:08:50.272Z | Downloaded rand_chacha v0.3.1 |
212 | 2024-03-22T16:08:50.272Z | Downloaded supports-color v3.0.0 |
213 | 2024-03-22T16:08:50.272Z | Downloaded sct v0.7.1 |
214 | 2024-03-22T16:08:50.272Z | Downloaded ppv-lite86 v0.2.17 |
215 | 2024-03-22T16:08:50.272Z | Downloaded pkcs8 v0.10.2 |
216 | 2024-03-22T16:08:50.272Z | Downloaded guppy v0.17.5 |
217 | 2024-03-22T16:08:50.272Z | Downloaded static_assertions v1.1.0 |
218 | 2024-03-22T16:08:50.272Z | Downloaded slab v0.4.9 |
219 | 2024-03-22T16:08:50.272Z | Downloaded platforms v3.3.0 |
220 | 2024-03-22T16:08:50.272Z | Downloaded os_pipe v1.1.5 |
221 | 2024-03-22T16:08:50.272Z | Downloaded once_cell v1.19.0 |
222 | 2024-03-22T16:08:50.272Z | Downloaded native-tls v0.2.11 |
223 | 2024-03-22T16:08:50.272Z | Downloaded miniz_oxide v0.7.2 |
224 | 2024-03-22T16:08:50.272Z | Downloaded log v0.4.21 |
225 | 2024-03-22T16:08:50.272Z | Downloaded dialoguer v0.11.0 |
226 | 2024-03-22T16:08:50.272Z | Downloaded supports-color v2.1.0 |
227 | 2024-03-22T16:08:50.272Z | Downloaded strsim v0.11.0 |
228 | 2024-03-22T16:08:50.272Z | Downloaded strip-ansi-escapes v0.2.0 |
229 | 2024-03-22T16:08:50.272Z | Downloaded spki v0.7.3 |
230 | 2024-03-22T16:08:50.272Z | Downloaded smol_str v0.2.1 |
231 | 2024-03-22T16:08:50.272Z | Downloaded smawk v0.3.2 |
232 | 2024-03-22T16:08:50.273Z | Downloaded signature v2.2.0 |
233 | 2024-03-22T16:08:50.273Z | Downloaded self-replace v1.3.7 |
234 | 2024-03-22T16:08:50.273Z | Downloaded quick-junit v0.3.5 |
235 | 2024-03-22T16:08:50.273Z | Downloaded pkg-config v0.3.30 |
236 | 2024-03-22T16:08:50.273Z | Downloaded pin-project-lite v0.2.13 |
237 | 2024-03-22T16:08:50.273Z | Downloaded nextest-metadata v0.10.0 |
238 | 2024-03-22T16:08:50.273Z | Downloaded tokio-util v0.7.10 |
239 | 2024-03-22T16:08:50.273Z | Downloaded humantime-serde v1.1.1 |
240 | 2024-03-22T16:08:50.273Z | Downloaded humantime v2.1.0 |
241 | 2024-03-22T16:08:50.273Z | Downloaded generic-array v0.14.7 |
242 | 2024-03-22T16:08:50.273Z | Downloaded futures-task v0.3.30 |
243 | 2024-03-22T16:08:50.273Z | Downloaded filetime v0.2.23 |
244 | 2024-03-22T16:08:50.273Z | Downloaded digest v0.10.7 |
245 | 2024-03-22T16:08:50.273Z | Downloaded openssl-probe v0.1.5 |
246 | 2024-03-22T16:08:50.273Z | Downloaded nextest-filtering v0.8.0 |
247 | 2024-03-22T16:08:50.273Z | Downloaded jobserver v0.1.28 |
248 | 2024-03-22T16:08:50.273Z | Downloaded zstd v0.13.0 |
249 | 2024-03-22T16:08:50.273Z | Downloaded indicatif v0.17.8 |
250 | 2024-03-22T16:08:50.273Z | Downloaded httpdate v1.0.3 |
251 | 2024-03-22T16:08:50.273Z | Downloaded futures-sink v0.3.30 |
252 | 2024-03-22T16:08:50.273Z | Downloaded futures-macro v0.3.30 |
253 | 2024-03-22T16:08:50.273Z | Downloaded ed25519 v2.2.3 |
254 | 2024-03-22T16:08:50.273Z | Downloaded url v2.5.0 |
255 | 2024-03-22T16:08:50.273Z | Downloaded hyper-tls v0.5.0 |
256 | 2024-03-22T16:08:50.274Z | Downloaded errno v0.3.8 |
257 | 2024-03-22T16:08:50.274Z | Downloaded duct v0.13.7 |
258 | 2024-03-22T16:08:50.274Z | Downloaded num_cpus v1.16.0 |
259 | 2024-03-22T16:08:50.274Z | Downloaded mime v0.3.17 |
260 | 2024-03-22T16:08:50.274Z | Downloaded miette-derive v7.2.0 |
261 | 2024-03-22T16:08:50.274Z | Downloaded lazy_static v1.4.0 |
262 | 2024-03-22T16:08:50.274Z | Downloaded itoa v1.0.10 |
263 | 2024-03-22T16:08:50.274Z | Downloaded zstd-safe v7.0.0 |
264 | 2024-03-22T16:08:50.365Z | Downloaded zipsign-api v0.1.1 |
265 | 2024-03-22T16:08:50.365Z | Downloaded zeroize v1.7.0 |
266 | 2024-03-22T16:08:50.365Z | Downloaded indenter v0.3.3 |
267 | 2024-03-22T16:08:50.365Z | Downloaded iana-time-zone v0.1.60 |
268 | 2024-03-22T16:08:50.365Z | Downloaded http-body v0.4.6 |
269 | 2024-03-22T16:08:50.365Z | Downloaded heck v0.5.0 |
270 | 2024-03-22T16:08:50.366Z | Downloaded guppy-workspace-hack v0.1.0 |
271 | 2024-03-22T16:08:50.366Z | Downloaded globset v0.4.14 |
272 | 2024-03-22T16:08:50.366Z | Downloaded fnv v1.0.7 |
273 | 2024-03-22T16:08:50.366Z | Downloaded equivalent v1.0.1 |
274 | 2024-03-22T16:08:50.366Z | Downloaded env_logger v0.11.3 |
275 | 2024-03-22T16:08:50.366Z | Downloaded crc32fast v1.4.0 |
276 | 2024-03-22T16:08:50.366Z | Downloaded cpufeatures v0.2.12 |
277 | 2024-03-22T16:08:50.366Z | Downloaded const-oid v0.9.6 |
278 | 2024-03-22T16:08:50.366Z | Downloaded openssl-macros v0.1.1 |
279 | 2024-03-22T16:08:50.366Z | Downloaded number_prefix v0.4.0 |
280 | 2024-03-22T16:08:50.366Z | Downloaded nextest-workspace-hack v0.1.0 |
281 | 2024-03-22T16:08:50.366Z | Downloaded nested v0.1.1 |
282 | 2024-03-22T16:08:50.366Z | Downloaded mukti-metadata v0.2.1 |
283 | 2024-03-22T16:08:50.366Z | Downloaded is_ci v1.2.0 |
284 | 2024-03-22T16:08:50.366Z | Downloaded is-terminal v0.4.12 |
285 | 2024-03-22T16:08:50.366Z | Downloaded xxhash-rust v0.8.10 |
286 | 2024-03-22T16:08:50.366Z | Downloaded uuid v1.8.0 |
287 | 2024-03-22T16:08:50.366Z | Downloaded unicode-ident v1.0.12 |
288 | 2024-03-22T16:08:50.366Z | Downloaded unicode-bidi v0.3.15 |
289 | 2024-03-22T16:08:50.366Z | Downloaded try-lock v0.2.5 |
290 | 2024-03-22T16:08:50.366Z | Downloaded tracing v0.1.40 |
291 | 2024-03-22T16:08:50.366Z | Downloaded toml v0.8.12 |
292 | 2024-03-22T16:08:50.366Z | Downloaded getrandom v0.2.12 |
293 | 2024-03-22T16:08:50.366Z | Downloaded futures-io v0.3.30 |
294 | 2024-03-22T16:08:50.367Z | Downloaded futures-core v0.3.30 |
295 | 2024-03-22T16:08:50.367Z | Downloaded flate2 v1.0.28 |
296 | 2024-03-22T16:08:50.367Z | Downloaded fixedbitset v0.4.2 |
297 | 2024-03-22T16:08:50.367Z | Downloaded fastrand v2.0.1 |
298 | 2024-03-22T16:08:50.367Z | Downloaded env_filter v0.1.0 |
299 | 2024-03-22T16:08:50.367Z | Downloaded curve25519-dalek-derive v0.1.1 |
300 | 2024-03-22T16:08:50.367Z | Downloaded curve25519-dalek v4.1.2 |
301 | 2024-03-22T16:08:50.367Z | Downloaded home v0.5.9 |
302 | 2024-03-22T16:08:50.367Z | Downloaded futures-util v0.3.30 |
303 | 2024-03-22T16:08:50.367Z | Downloaded enable-ansi-support v0.2.1 |
304 | 2024-03-22T16:08:50.367Z | Downloaded display-error-chain v0.2.0 |
305 | 2024-03-22T16:08:50.367Z | Downloaded console v0.15.8 |
306 | 2024-03-22T16:08:50.367Z | Downloaded want v0.3.1 |
307 | 2024-03-22T16:08:50.367Z | Downloaded vte_generate_state_changes v0.1.1 |
308 | 2024-03-22T16:08:50.367Z | Downloaded version_check v0.9.4 |
309 | 2024-03-22T16:08:50.367Z | Downloaded typenum v1.17.0 |
310 | 2024-03-22T16:08:50.367Z | Downloaded tracing-core v0.1.32 |
311 | 2024-03-22T16:08:50.367Z | Downloaded tokio-rustls v0.24.1 |
312 | 2024-03-22T16:08:50.367Z | Downloaded tokio-macros v2.2.0 |
313 | 2024-03-22T16:08:50.367Z | Downloaded tinyvec_macros v0.1.1 |
314 | 2024-03-22T16:08:50.367Z | Downloaded tinyvec v1.6.0 |
315 | 2024-03-22T16:08:50.367Z | Downloaded textwrap v0.16.1 |
316 | 2024-03-22T16:08:50.367Z | Downloaded tar v0.4.40 |
317 | 2024-03-22T16:08:50.367Z | Downloaded futures v0.3.30 |
318 | 2024-03-22T16:08:50.368Z | Downloaded foreign-types-shared v0.1.1 |
319 | 2024-03-22T16:08:50.368Z | Downloaded foreign-types v0.3.2 |
320 | 2024-03-22T16:08:50.368Z | Downloaded either v1.10.0 |
321 | 2024-03-22T16:08:50.368Z | Downloaded debug-ignore v1.0.5 |
322 | 2024-03-22T16:08:50.368Z | Downloaded crypto-common v0.1.6 |
323 | 2024-03-22T16:08:50.368Z | Downloaded config v0.14.0 |
324 | 2024-03-22T16:08:50.368Z | Downloaded untrusted v0.9.0 |
325 | 2024-03-22T16:08:50.368Z | Downloaded unicode-width v0.1.11 |
326 | 2024-03-22T16:08:50.368Z | Downloaded unicode-linebreak v0.1.5 |
327 | 2024-03-22T16:08:50.368Z | Downloaded tower-service v0.3.2 |
328 | 2024-03-22T16:08:50.368Z | Downloaded toml_datetime v0.6.5 |
329 | 2024-03-22T16:08:50.368Z | Downloaded tokio-native-tls v0.3.1 |
330 | 2024-03-22T16:08:50.368Z | Downloaded thiserror-impl v1.0.58 |
331 | 2024-03-22T16:08:50.368Z | Downloaded terminal_size v0.3.0 |
332 | 2024-03-22T16:08:50.368Z | Downloaded tempfile v3.10.1 |
333 | 2024-03-22T16:08:50.368Z | Downloaded target-spec v3.1.0 |
334 | 2024-03-22T16:08:50.368Z | Downloaded target-lexicon v0.12.14 |
335 | 2024-03-22T16:08:50.368Z | Downloaded ipnet v2.9.0 |
336 | 2024-03-22T16:08:50.368Z | Downloaded futures-executor v0.3.30 |
337 | 2024-03-22T16:08:50.368Z | Downloaded form_urlencoded v1.2.1 |
338 | 2024-03-22T16:08:50.368Z | Downloaded colorchoice v1.0.0 |
339 | 2024-03-22T16:08:50.368Z | Downloaded clap v4.5.3 |
340 | 2024-03-22T16:08:50.368Z | Downloaded clap_lex v0.7.0 |
341 | 2024-03-22T16:08:50.368Z | Downloaded cfg_aliases v0.1.1 |
342 | 2024-03-22T16:08:50.369Z | Downloaded cfg-if v1.0.0 |
343 | 2024-03-22T16:08:50.369Z | Downloaded cfg-expr v0.15.7 |
344 | 2024-03-22T16:08:50.369Z | Downloaded camino-tempfile v1.1.1 |
345 | 2024-03-22T16:08:50.369Z | Downloaded bitflags v2.5.0 |
346 | 2024-03-22T16:08:50.369Z | Downloaded backtrace-ext v0.2.1 |
347 | 2024-03-22T16:08:50.369Z | Downloaded chrono v0.4.35 |
348 | 2024-03-22T16:08:50.369Z | Downloaded bstr v1.9.1 |
349 | 2024-03-22T16:08:50.369Z | Downloaded cargo_metadata v0.18.1 |
350 | 2024-03-22T16:08:50.369Z | Downloaded cargo-platform v0.1.8 |
351 | 2024-03-22T16:08:50.369Z | Downloaded bytes v1.5.0 |
352 | 2024-03-22T16:08:50.369Z | Downloaded block-buffer v0.10.4 |
353 | 2024-03-22T16:08:50.369Z | Downloaded base64ct v1.6.0 |
354 | 2024-03-22T16:08:50.369Z | Downloaded base64 v0.21.7 |
355 | 2024-03-22T16:08:50.369Z | Downloaded backtrace v0.3.70 |
356 | 2024-03-22T16:08:50.369Z | Downloaded atomicwrites v0.4.3 |
357 | 2024-03-22T16:08:50.369Z | Downloaded anstyle-query v1.0.2 |
358 | 2024-03-22T16:08:50.369Z | Downloaded anstyle-parse v0.2.3 |
359 | 2024-03-22T16:08:50.369Z | Downloaded autocfg v1.1.0 |
360 | 2024-03-22T16:08:50.369Z | Downloaded async-scoped v0.9.0 |
361 | 2024-03-22T16:08:50.369Z | Downloaded aho-corasick v1.1.3 |
362 | 2024-03-22T16:08:50.369Z | Downloaded anstream v0.6.13 |
363 | 2024-03-22T16:08:50.394Z | Downloaded ahash v0.8.11 |
364 | 2024-03-22T16:08:50.394Z | Downloaded adler v1.0.2 |
365 | 2024-03-22T16:08:50.394Z | Downloaded addr2line v0.21.0 |
366 | 2024-03-22T16:08:50.419Z | Compiling proc-macro2 v1.0.79 |
367 | 2024-03-22T16:08:50.420Z | Compiling unicode-ident v1.0.12 |
368 | 2024-03-22T16:08:50.420Z | Compiling libc v0.2.153 |
369 | 2024-03-22T16:08:50.420Z | Compiling serde v1.0.197 |
370 | 2024-03-22T16:08:50.420Z | Compiling cfg-if v1.0.0 |
371 | 2024-03-22T16:08:50.420Z | Compiling memchr v2.7.1 |
372 | 2024-03-22T16:08:50.444Z | Compiling autocfg v1.1.0 |
373 | 2024-03-22T16:08:50.560Z | Compiling itoa v1.0.10 |
374 | 2024-03-22T16:08:50.673Z | Compiling pin-project-lite v0.2.13 |
375 | 2024-03-22T16:08:50.780Z | Compiling once_cell v1.19.0 |
376 | 2024-03-22T16:08:50.813Z | Compiling bitflags v2.5.0 |
377 | 2024-03-22T16:08:51.088Z | Compiling rustix v0.38.32 |
378 | 2024-03-22T16:08:51.125Z | Compiling hashbrown v0.14.3 |
379 | 2024-03-22T16:08:51.252Z | Compiling equivalent v1.0.1 |
380 | 2024-03-22T16:08:51.372Z | Compiling slab v0.4.9 |
381 | 2024-03-22T16:08:51.397Z | Compiling futures-core v0.3.30 |
382 | 2024-03-22T16:08:51.637Z | Compiling futures-sink v0.3.30 |
383 | 2024-03-22T16:08:51.719Z | Compiling jobserver v0.1.28 |
384 | 2024-03-22T16:08:51.806Z | Compiling bytes v1.5.0 |
385 | 2024-03-22T16:08:51.862Z | Compiling quote v1.0.35 |
386 | 2024-03-22T16:08:51.930Z | Compiling serde_json v1.0.114 |
387 | 2024-03-22T16:08:52.259Z | Compiling syn v2.0.53 |
388 | 2024-03-22T16:08:52.385Z | Compiling cc v1.0.90 |
389 | 2024-03-22T16:08:52.409Z | Compiling getrandom v0.2.12 |
390 | 2024-03-22T16:08:52.440Z | Compiling errno v0.3.8 |
391 | 2024-03-22T16:08:52.465Z | Compiling ryu v1.0.17 |
392 | 2024-03-22T16:08:52.801Z | Compiling futures-channel v0.3.30 |
393 | 2024-03-22T16:08:52.931Z | Compiling pin-utils v0.1.0 |
394 | 2024-03-22T16:08:53.012Z | Compiling thiserror v1.0.58 |
395 | 2024-03-22T16:08:53.053Z | Compiling futures-task v0.3.30 |
396 | 2024-03-22T16:08:53.130Z | Compiling futures-io v0.3.30 |
397 | 2024-03-22T16:08:53.213Z | Compiling num_cpus v1.16.0 |
398 | 2024-03-22T16:08:53.275Z | Compiling mio v0.8.11 |
399 | 2024-03-22T16:08:53.318Z | Compiling socket2 v0.5.6 |
400 | 2024-03-22T16:08:53.359Z | Compiling signal-hook-registry v1.4.1 |
401 | 2024-03-22T16:08:53.411Z | Compiling camino v1.1.6 |
402 | 2024-03-22T16:08:53.531Z | Compiling log v0.4.21 |
403 | 2024-03-22T16:08:53.884Z | Compiling adler v1.0.2 |
404 | 2024-03-22T16:08:54.005Z | Compiling miniz_oxide v0.7.2 |
405 | 2024-03-22T16:08:54.085Z | Compiling unicode-width v0.1.11 |
406 | 2024-03-22T16:08:54.217Z | Compiling fnv v1.0.7 |
407 | 2024-03-22T16:08:54.332Z | Compiling spin v0.9.8 |
408 | 2024-03-22T16:08:54.506Z | Compiling untrusted v0.9.0 |
409 | 2024-03-22T16:08:54.658Z | Compiling target-lexicon v0.12.14 |
410 | 2024-03-22T16:08:54.789Z | Compiling tracing-core v0.1.32 |
411 | 2024-03-22T16:08:54.854Z | Compiling semver v1.0.22 |
412 | 2024-03-22T16:08:54.920Z | Compiling gimli v0.28.1 |
413 | 2024-03-22T16:08:55.057Z | Compiling ring v0.17.8 |
414 | 2024-03-22T16:08:55.237Z | Compiling backtrace v0.3.70 |
415 | 2024-03-22T16:08:55.513Z | Compiling utf8parse v0.2.1 |
416 | 2024-03-22T16:08:55.632Z | Compiling guppy-workspace-hack v0.1.0 |
417 | 2024-03-22T16:08:55.944Z | Compiling tracing v0.1.40 |
418 | 2024-03-22T16:08:56.537Z | Compiling http v0.2.12 |
419 | 2024-03-22T16:08:56.562Z | Compiling object v0.32.2 |
420 | 2024-03-22T16:08:56.694Z | Compiling tinyvec_macros v0.1.1 |
421 | 2024-03-22T16:08:56.773Z | Compiling pkg-config v0.3.30 |
422 | 2024-03-22T16:08:56.840Z | Compiling target-spec v3.1.0 |
423 | 2024-03-22T16:08:56.865Z | Compiling fastrand v2.0.1 |
424 | 2024-03-22T16:08:57.230Z | Compiling is_ci v1.2.0 |
425 | 2024-03-22T16:08:57.436Z | Compiling rustls v0.21.10 |
426 | 2024-03-22T16:08:57.464Z | Compiling smallvec v1.13.2 |
427 | 2024-03-22T16:08:57.691Z | Compiling rustc-demangle v0.1.23 |
428 | 2024-03-22T16:08:57.799Z | Compiling httparse v1.8.0 |
429 | 2024-03-22T16:08:57.858Z | Compiling zstd-sys v2.0.9+zstd.1.5.5 |
430 | 2024-03-22T16:08:58.159Z | Compiling cfg-expr v0.15.7 |
431 | 2024-03-22T16:08:58.444Z | Compiling addr2line v0.21.0 |
432 | 2024-03-22T16:08:59.154Z | Compiling tempfile v3.10.1 |
433 | 2024-03-22T16:08:59.736Z | Compiling serde_derive v1.0.197 |
434 | 2024-03-22T16:08:59.788Z | Compiling futures-macro v0.3.30 |
435 | 2024-03-22T16:08:59.919Z | Compiling tokio-macros v2.2.0 |
436 | 2024-03-22T16:09:00.002Z | Compiling thiserror-impl v1.0.58 |
437 | 2024-03-22T16:09:00.395Z | Compiling tinyvec v1.6.0 |
438 | 2024-03-22T16:09:00.956Z | Compiling is-terminal v0.4.12 |
439 | 2024-03-22T16:09:01.085Z | Compiling aho-corasick v1.1.3 |
440 | 2024-03-22T16:09:01.388Z | Compiling tokio v1.36.0 |
441 | 2024-03-22T16:09:01.558Z | Compiling futures-util v0.3.30 |
442 | 2024-03-22T16:09:01.847Z | Compiling try-lock v0.2.5 |
443 | 2024-03-22T16:09:02.199Z | Compiling version_check v0.9.4 |
444 | 2024-03-22T16:09:02.792Z | Compiling nextest-workspace-hack v0.1.0 |
445 | 2024-03-22T16:09:03.105Z | Compiling lazy_static v1.4.0 |
446 | 2024-03-22T16:09:03.225Z | Compiling regex-syntax v0.8.2 |
447 | 2024-03-22T16:09:03.583Z | Compiling percent-encoding v2.3.1 |
448 | 2024-03-22T16:09:03.995Z | Compiling form_urlencoded v1.2.1 |
449 | 2024-03-22T16:09:04.448Z | Compiling ahash v0.8.11 |
450 | 2024-03-22T16:09:04.753Z | Compiling want v0.3.1 |
451 | 2024-03-22T16:09:05.010Z | Compiling unicode-normalization v0.1.23 |
452 | 2024-03-22T16:09:05.989Z | Compiling regex-automata v0.4.6 |
453 | 2024-03-22T16:09:07.236Z | Compiling supports-color v2.1.0 |
454 | 2024-03-22T16:09:10.642Z | Compiling indexmap v2.2.5 |
455 | 2024-03-22T16:09:13.298Z | Compiling tokio-util v0.7.10 |
456 | 2024-03-22T16:09:13.442Z | Compiling rustls-webpki v0.101.7 |
457 | 2024-03-22T16:09:14.128Z | Compiling sct v0.7.1 |
458 | 2024-03-22T16:09:15.317Z | Compiling h2 v0.3.25 |
459 | 2024-03-22T16:09:17.463Z | Compiling http-body v0.4.6 |
460 | 2024-03-22T16:09:17.860Z | Compiling num-traits v0.2.18 |
461 | 2024-03-22T16:09:18.031Z | Compiling winnow v0.6.5 |
462 | 2024-03-22T16:09:18.137Z | Compiling unicode-linebreak v0.1.5 |
463 | 2024-03-22T16:09:18.546Z | Compiling portable-atomic v1.6.0 |
464 | 2024-03-22T16:09:19.240Z | Compiling crc32fast v1.4.0 |
465 | 2024-03-22T16:09:19.607Z | Compiling tower-service v0.3.2 |
466 | 2024-03-22T16:09:19.723Z | Compiling either v1.10.0 |
467 | 2024-03-22T16:09:20.082Z | Compiling smawk v0.3.2 |
468 | 2024-03-22T16:09:20.276Z | Compiling unicode-bidi v0.3.15 |
469 | 2024-03-22T16:09:21.353Z | Compiling httpdate v1.0.3 |
470 | 2024-03-22T16:09:21.959Z | Compiling hyper v0.14.28 |
471 | 2024-03-22T16:09:22.827Z | Compiling idna v0.5.0 |
472 | 2024-03-22T16:09:23.099Z | Compiling textwrap v0.16.1 |
473 | 2024-03-22T16:09:25.768Z | Compiling tokio-rustls v0.24.1 |
474 | 2024-03-22T16:09:25.849Z | Compiling pathdiff v0.2.1 |
475 | 2024-03-22T16:09:25.999Z | Compiling toml_datetime v0.6.5 |
476 | 2024-03-22T16:09:26.119Z | Compiling cargo-platform v0.1.8 |
477 | 2024-03-22T16:09:26.312Z | Compiling serde_spanned v0.6.5 |
478 | 2024-03-22T16:09:26.540Z | Compiling owo-colors v4.0.0 |
479 | 2024-03-22T16:09:26.724Z | Compiling backtrace-ext v0.2.1 |
480 | 2024-03-22T16:09:27.045Z | Compiling console v0.15.8 |
481 | 2024-03-22T16:09:27.151Z | Compiling miette-derive v7.2.0 |
482 | 2024-03-22T16:09:28.316Z | Compiling supports-color v3.0.0 |
483 | 2024-03-22T16:09:28.601Z | Compiling terminal_size v0.3.0 |
484 | 2024-03-22T16:09:28.776Z | Compiling vte_generate_state_changes v0.1.1 |
485 | 2024-03-22T16:09:28.860Z | Compiling cfg_aliases v0.1.1 |
486 | 2024-03-22T16:09:28.943Z | Compiling supports-hyperlinks v3.0.0 |
487 | 2024-03-22T16:09:29.234Z | Compiling zerocopy v0.7.32 |
488 | 2024-03-22T16:09:29.282Z | Compiling zstd-safe v7.0.0 |
489 | 2024-03-22T16:09:29.307Z | Compiling fixedbitset v0.4.2 |
490 | 2024-03-22T16:09:29.606Z | Compiling base64 v0.21.7 |
491 | 2024-03-22T16:09:29.646Z | Compiling supports-unicode v3.0.0 |
492 | 2024-03-22T16:09:29.889Z | Compiling miette v7.2.0 |
493 | 2024-03-22T16:09:29.967Z | Compiling petgraph v0.6.4 |
494 | 2024-03-22T16:09:30.432Z | Compiling rustls-pemfile v1.0.4 |
495 | 2024-03-22T16:09:30.493Z | Compiling vte v0.11.1 |
496 | 2024-03-22T16:09:31.114Z | Compiling nix v0.28.0 |
497 | 2024-03-22T16:09:31.709Z | Compiling toml_edit v0.22.9 |
498 | 2024-03-22T16:09:31.868Z | Compiling cargo_metadata v0.18.1 |
499 | 2024-03-22T16:09:32.226Z | Compiling hyper-rustls v0.24.2 |
500 | 2024-03-22T16:09:34.638Z | Compiling url v2.5.0 |
501 | 2024-03-22T16:09:35.233Z | Compiling itertools v0.12.1 |
502 | 2024-03-22T16:09:35.732Z | Compiling smol_str v0.2.1 |
503 | 2024-03-22T16:09:36.279Z | Compiling serde_urlencoded v0.7.1 |
504 | 2024-03-22T16:09:36.751Z | Compiling regex v1.10.3 |
505 | 2024-03-22T16:09:38.060Z | Compiling futures-executor v0.3.30 |
506 | 2024-03-22T16:09:38.336Z | Compiling pin-project-internal v1.1.5 |
507 | 2024-03-22T16:09:38.700Z | Compiling anstyle-parse v0.2.3 |
508 | 2024-03-22T16:09:39.033Z | Compiling xattr v1.3.1 |
509 | 2024-03-22T16:09:39.190Z | Compiling rand_core v0.6.4 |
510 | 2024-03-22T16:09:39.273Z | Compiling filetime v0.2.23 |
511 | 2024-03-22T16:09:39.430Z | Compiling bstr v1.9.1 |
512 | 2024-03-22T16:09:39.557Z | Compiling encoding_rs v0.8.33 |
513 | 2024-03-22T16:09:39.583Z | Compiling sync_wrapper v0.1.2 |
514 | 2024-03-22T16:09:39.700Z | Compiling mime v0.3.17 |
515 | 2024-03-22T16:09:39.797Z | Compiling eyre v0.6.12 |
516 | 2024-03-22T16:09:40.236Z | Compiling iana-time-zone v0.1.60 |
517 | 2024-03-22T16:09:40.555Z | Compiling self_update v0.39.0 |
518 | 2024-03-22T16:09:40.581Z | Compiling webpki-roots v0.25.4 |
519 | 2024-03-22T16:09:40.705Z | Compiling ppv-lite86 v0.2.17 |
520 | 2024-03-22T16:09:40.730Z | Compiling static_assertions v1.1.0 |
521 | 2024-03-22T16:09:40.819Z | Compiling anstyle-query v1.0.2 |
522 | 2024-03-22T16:09:40.872Z | Compiling number_prefix v0.4.0 |
523 | 2024-03-22T16:09:40.916Z | Compiling colorchoice v1.0.0 |
524 | 2024-03-22T16:09:41.431Z | Compiling anstyle v1.0.6 |
525 | 2024-03-22T16:09:41.431Z | Compiling minimal-lexical v0.2.1 |
526 | 2024-03-22T16:09:41.431Z | Compiling nested v0.1.1 |
527 | 2024-03-22T16:09:41.431Z | Compiling ipnet v2.9.0 |
528 | 2024-03-22T16:09:41.431Z | Compiling debug-ignore v1.0.5 |
529 | 2024-03-22T16:09:41.431Z | Compiling nom v7.1.3 |
530 | 2024-03-22T16:09:41.483Z | Compiling guppy v0.17.5 |
531 | 2024-03-22T16:09:41.509Z | Compiling rand_chacha v0.3.1 |
532 | 2024-03-22T16:09:42.134Z | Compiling reqwest v0.11.27 |
533 | 2024-03-22T16:09:42.740Z | Compiling anstream v0.6.13 |
534 | 2024-03-22T16:09:43.512Z | Compiling indicatif v0.17.8 |
535 | 2024-03-22T16:09:43.618Z | Compiling pin-project v1.1.5 |
536 | 2024-03-22T16:09:43.719Z | Compiling chrono v0.4.35 |
537 | 2024-03-22T16:09:45.101Z | Compiling globset v0.4.14 |
538 | 2024-03-22T16:09:48.611Z | Compiling tar v0.4.40 |
539 | 2024-03-22T16:09:49.513Z | Compiling futures v0.3.30 |
540 | 2024-03-22T16:09:49.612Z | Compiling nextest-metadata v0.10.0 |
541 | 2024-03-22T16:09:50.454Z | Compiling flate2 v1.0.28 |
542 | 2024-03-22T16:09:51.479Z | Compiling toml v0.8.12 |
543 | 2024-03-22T16:09:53.198Z | Compiling strip-ansi-escapes v0.2.0 |
544 | 2024-03-22T16:09:53.378Z | Compiling self-replace v1.3.7 |
545 | 2024-03-22T16:09:53.872Z | Compiling uuid v1.8.0 |
546 | 2024-03-22T16:09:53.872Z | Compiling quick-xml v0.23.1 |
547 | 2024-03-22T16:09:54.727Z | Compiling quick-xml v0.31.0 |
548 | 2024-03-22T16:09:55.279Z | Compiling urlencoding v2.1.3 |
549 | 2024-03-22T16:09:55.638Z | Compiling heck v0.5.0 |
550 | 2024-03-22T16:09:55.868Z | Compiling humantime v2.1.0 |
551 | 2024-03-22T16:09:55.982Z | Compiling recursion v0.5.2 |
552 | 2024-03-22T16:09:56.141Z | Compiling nextest-runner v0.54.1 |
553 | 2024-03-22T16:09:56.541Z | Compiling shell-words v1.1.0 |
554 | 2024-03-22T16:09:56.576Z | Compiling clap_lex v0.7.0 |
555 | 2024-03-22T16:09:56.908Z | Compiling strsim v0.11.0 |
556 | 2024-03-22T16:09:57.176Z | Compiling indenter v0.3.3 |
557 | 2024-03-22T16:09:57.202Z | Compiling clap_builder v4.5.2 |
558 | 2024-03-22T16:09:57.673Z | Compiling zstd v0.13.0 |
559 | 2024-03-22T16:09:58.207Z | Compiling nextest-filtering v0.8.0 |
560 | 2024-03-22T16:09:58.320Z | Compiling humantime-serde v1.1.1 |
561 | 2024-03-22T16:09:58.358Z | Compiling clap_derive v4.5.3 |
562 | 2024-03-22T16:09:58.526Z | Compiling quick-junit v0.3.5 |
563 | 2024-03-22T16:10:00.308Z | Compiling config v0.14.0 |
564 | 2024-03-22T16:10:02.267Z | Compiling async-scoped v0.9.0 |
565 | 2024-03-22T16:10:02.698Z | Compiling rand v0.8.5 |
566 | 2024-03-22T16:10:02.698Z | Compiling target-spec-miette v0.4.0 |
567 | 2024-03-22T16:10:02.724Z | Compiling mukti-metadata v0.2.1 |
568 | 2024-03-22T16:10:03.406Z | Compiling camino-tempfile v1.1.1 |
569 | 2024-03-22T16:10:03.465Z | Compiling serde_ignored v0.1.10 |
570 | 2024-03-22T16:10:03.827Z | Compiling serde_path_to_error v0.1.16 |
571 | 2024-03-22T16:10:04.138Z | Compiling future-queue v0.3.0 |
572 | 2024-03-22T16:10:04.475Z | Compiling atomicwrites v0.4.3 |
573 | 2024-03-22T16:10:04.609Z | Compiling env_filter v0.1.0 |
574 | 2024-03-22T16:10:04.961Z | Compiling os_pipe v1.1.5 |
575 | 2024-03-22T16:10:05.167Z | Compiling shared_child v1.0.0 |
576 | 2024-03-22T16:10:05.695Z | Compiling home v0.5.9 |
577 | 2024-03-22T16:10:05.725Z | Compiling zeroize v1.7.0 |
578 | 2024-03-22T16:10:05.949Z | Compiling owo-colors v3.5.0 |
579 | 2024-03-22T16:10:06.004Z | Compiling xxhash-rust v0.8.10 |
580 | 2024-03-22T16:10:06.241Z | Compiling display-error-chain v0.2.0 |
581 | 2024-03-22T16:10:06.487Z | Compiling dialoguer v0.11.0 |
582 | 2024-03-22T16:10:07.923Z | Compiling color-eyre v0.6.3 |
583 | 2024-03-22T16:10:08.480Z | Compiling duct v0.13.7 |
584 | 2024-03-22T16:10:10.544Z | Compiling env_logger v0.11.3 |
585 | 2024-03-22T16:10:10.574Z | Compiling clap v4.5.3 |
586 | 2024-03-22T16:10:10.663Z | Compiling enable-ansi-support v0.2.1 |
587 | 2024-03-22T16:10:10.748Z | Compiling swrite v0.1.0 |
588 | 2024-03-22T16:10:11.888Z | Compiling cargo-nextest v0.9.68 |
589 | 2024-03-22T16:10:39.379Z | Finished release [optimized] target(s) in 1m 51s |
590 | 2024-03-22T16:10:39.541Z | Installing /home/build/.cargo/bin/cargo-nextest |
591 | 2024-03-22T16:10:39.581Z | Installed package `cargo-nextest v0.9.68` (executable `cargo-nextest`) |
592 | 2024-03-22T16:10:39.666Z | + banner bfd |
593 | 2024-03-22T16:10:39.693Z | |
594 | 2024-03-22T16:10:39.693Z | ##### ###### ##### |
595 | 2024-03-22T16:10:39.693Z | # # # # # |
596 | 2024-03-22T16:10:39.693Z | ##### ##### # # |
597 | 2024-03-22T16:10:39.693Z | # # # # # |
598 | 2024-03-22T16:10:39.693Z | # # # # # |
599 | 2024-03-22T16:10:39.693Z | ##### # ##### |
600 | 2024-03-22T16:10:39.693Z | |
601 | 2024-03-22T16:10:39.693Z | + cargo nextest run -p bfd --nocapture |
602 | 2024-03-22T16:10:39.849Z | Updating crates.io index |
603 | 2024-03-22T16:10:39.914Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
604 | 2024-03-22T16:10:40.948Z | From https://github.com/oxidecomputer/falcon |
605 | 2024-03-22T16:10:40.948Z | * [new ref] 1b228b556f53516f0a78ab9d63be5adf977deb97 -> refs/commit/1b228b556f53516f0a78ab9d63be5adf977deb97 |
606 | 2024-03-22T16:10:41.075Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
607 | 2024-03-22T16:10:42.311Z | From https://github.com/oxidecomputer/dendrite |
608 | 2024-03-22T16:10:42.311Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
609 | 2024-03-22T16:10:42.311Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
610 | 2024-03-22T16:10:42.337Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
611 | 2024-03-22T16:10:42.337Z | * [new branch] compliance -> origin/compliance |
612 | 2024-03-22T16:10:42.337Z | * [new branch] dev -> origin/dev |
613 | 2024-03-22T16:10:42.337Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
614 | 2024-03-22T16:10:42.337Z | * [new branch] external_log -> origin/external_log |
615 | 2024-03-22T16:10:42.337Z | * [new branch] fix-address-race -> origin/fix-address-race |
616 | 2024-03-22T16:10:42.337Z | * [new branch] helios2 -> origin/helios2 |
617 | 2024-03-22T16:10:42.337Z | * [new branch] mac_ensure -> origin/mac_ensure |
618 | 2024-03-22T16:10:42.337Z | * [new branch] main -> origin/main |
619 | 2024-03-22T16:10:42.337Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
620 | 2024-03-22T16:10:42.337Z | * [new branch] nat_rpw -> origin/nat_rpw |
621 | 2024-03-22T16:10:42.337Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
622 | 2024-03-22T16:10:42.337Z | * [new branch] port-id -> origin/port-id |
623 | 2024-03-22T16:10:42.337Z | * [new branch] reflection-tests -> origin/reflection-tests |
624 | 2024-03-22T16:10:42.337Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
625 | 2024-03-22T16:10:42.337Z | * [new branch] rust-177-lints -> origin/rust-177-lints |
626 | 2024-03-22T16:10:42.337Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
627 | 2024-03-22T16:10:42.338Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
628 | 2024-03-22T16:10:42.338Z | * [new branch] solo -> origin/solo |
629 | 2024-03-22T16:10:42.338Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
630 | 2024-03-22T16:10:42.338Z | * [new branch] updates -> origin/updates |
631 | 2024-03-22T16:10:42.338Z | * [new ref] -> origin/HEAD |
632 | 2024-03-22T16:10:42.367Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
633 | 2024-03-22T16:10:43.342Z | From https://github.com/oxidecomputer/dropshot |
634 | 2024-03-22T16:10:43.342Z | * [new ref] 2d9b9065a864120efa638acdd3b70d53cb11771c -> refs/commit/2d9b9065a864120efa638acdd3b70d53cb11771c |
635 | 2024-03-22T16:10:43.370Z | * [new tag] v0.3.0 -> v0.3.0 |
636 | 2024-03-22T16:10:43.396Z | * [new tag] v0.4.0 -> v0.4.0 |
637 | 2024-03-22T16:10:43.396Z | * [new tag] v0.5.0 -> v0.5.0 |
638 | 2024-03-22T16:10:43.396Z | * [new tag] v0.5.1 -> v0.5.1 |
639 | 2024-03-22T16:10:43.396Z | * [new tag] v0.6.0 -> v0.6.0 |
640 | 2024-03-22T16:10:43.396Z | * [new tag] v0.7.0 -> v0.7.0 |
641 | 2024-03-22T16:10:43.396Z | * [new tag] v0.8.0 -> v0.8.0 |
642 | 2024-03-22T16:10:43.396Z | * [new tag] v0.9.0 -> v0.9.0 |
643 | 2024-03-22T16:10:43.438Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
644 | 2024-03-22T16:10:44.051Z | From https://github.com/oxidecomputer/ispf |
645 | 2024-03-22T16:10:44.051Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
646 | 2024-03-22T16:10:44.083Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
647 | 2024-03-22T16:10:44.810Z | From https://github.com/oxidecomputer/netadm-sys |
648 | 2024-03-22T16:10:44.811Z | * [new ref] d44d9e084f39e844f8083d4d9b39a331061ebbcc -> refs/commit/d44d9e084f39e844f8083d4d9b39a331061ebbcc |
649 | 2024-03-22T16:10:44.836Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
650 | 2024-03-22T16:10:48.302Z | From https://github.com/oxidecomputer/omicron |
651 | 2024-03-22T16:10:48.302Z | * [new ref] dd4090f038605fcc5fc69d9350d4ca0ef5f5dc34 -> refs/commit/dd4090f038605fcc5fc69d9350d4ca0ef5f5dc34 |
652 | 2024-03-22T16:10:48.335Z | * [new tag] dogfood -> dogfood |
653 | 2024-03-22T16:10:48.335Z | * [new tag] v5 -> v5 |
654 | 2024-03-22T16:10:48.335Z | * [new tag] v6 -> v6 |
655 | 2024-03-22T16:10:48.663Z | Updating git repository `https://github.com/oxidecomputer/opte` |
656 | 2024-03-22T16:10:49.958Z | From https://github.com/oxidecomputer/opte |
657 | 2024-03-22T16:10:49.958Z | * [new ref] a4c956e44fc9b75b58b83ad2eec22f6bd9005262 -> refs/commit/a4c956e44fc9b75b58b83ad2eec22f6bd9005262 |
658 | 2024-03-22T16:10:50.045Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
659 | 2024-03-22T16:10:51.566Z | From https://github.com/oxidecomputer/progenitor |
660 | 2024-03-22T16:10:51.566Z | * [new ref] d3514fcfc4309e7432fba09b65394a97f3e27980 -> refs/commit/d3514fcfc4309e7432fba09b65394a97f3e27980 |
661 | 2024-03-22T16:10:51.593Z | * [new tag] v0.1.1 -> v0.1.1 |
662 | 2024-03-22T16:10:51.619Z | * [new tag] v0.2.0 -> v0.2.0 |
663 | 2024-03-22T16:10:51.619Z | * [new tag] v0.3.0 -> v0.3.0 |
664 | 2024-03-22T16:10:51.619Z | * [new tag] v0.4.0 -> v0.4.0 |
665 | 2024-03-22T16:10:51.619Z | * [new tag] v0.5.0 -> v0.5.0 |
666 | 2024-03-22T16:10:51.619Z | * [new tag] v0.6.0 -> v0.6.0 |
667 | 2024-03-22T16:10:51.722Z | Updating git repository `https://github.com/oxidecomputer/zone` |
668 | 2024-03-22T16:10:52.419Z | From https://github.com/oxidecomputer/zone |
669 | 2024-03-22T16:10:52.419Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
670 | 2024-03-22T16:10:52.445Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
671 | 2024-03-22T16:10:53.681Z | From https://github.com/oxidecomputer/propolis |
672 | 2024-03-22T16:10:53.681Z | * [new ref] 6dceb9ef69c217cb78a2018bbedafbc19f6ec1af -> refs/commit/6dceb9ef69c217cb78a2018bbedafbc19f6ec1af |
673 | 2024-03-22T16:10:53.761Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
674 | 2024-03-22T16:10:54.585Z | From https://github.com/oxidecomputer/dlpi-sys |
675 | 2024-03-22T16:10:54.585Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
676 | 2024-03-22T16:10:54.726Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
677 | 2024-03-22T16:10:55.373Z | From https://github.com/jmesmon/rust-libzfs |
678 | 2024-03-22T16:10:55.373Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
679 | 2024-03-22T16:10:55.404Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
680 | 2024-03-22T16:10:55.404Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
681 | 2024-03-22T16:10:55.404Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
682 | 2024-03-22T16:10:55.404Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
683 | 2024-03-22T16:10:55.404Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
684 | 2024-03-22T16:10:55.404Z | * [new branch] dev -> origin/dev |
685 | 2024-03-22T16:10:55.404Z | * [new branch] drr -> origin/drr |
686 | 2024-03-22T16:10:55.404Z | * [new branch] f-types -> origin/f-types |
687 | 2024-03-22T16:10:55.404Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
688 | 2024-03-22T16:10:55.404Z | * [new branch] master -> origin/master |
689 | 2024-03-22T16:10:55.404Z | * [new branch] staging -> origin/staging |
690 | 2024-03-22T16:10:55.404Z | * [new ref] -> origin/HEAD |
691 | 2024-03-22T16:10:55.404Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
692 | 2024-03-22T16:10:55.404Z | * [new tag] v0.4.0 -> v0.4.0 |
693 | 2024-03-22T16:10:55.404Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
694 | 2024-03-22T16:10:55.404Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
695 | 2024-03-22T16:10:55.404Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
696 | 2024-03-22T16:10:56.034Z | From https://github.com/oxidecomputer/rusty-doors |
697 | 2024-03-22T16:10:56.034Z | * [new ref] 42ad0104095425eea76934b5d735b4c6a438ef66 -> refs/commit/42ad0104095425eea76934b5d735b4c6a438ef66 |
698 | 2024-03-22T16:10:56.060Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
699 | 2024-03-22T16:10:56.445Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
700 | 2024-03-22T16:10:57.928Z | From http://github.com/oxidecomputer/serde_human_bytes |
701 | 2024-03-22T16:10:57.928Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
702 | 2024-03-22T16:10:58.072Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
703 | 2024-03-22T16:10:58.807Z | From https://github.com/oxidecomputer/slog-error-chain |
704 | 2024-03-22T16:10:58.807Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
705 | 2024-03-22T16:10:58.840Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
706 | 2024-03-22T16:10:59.850Z | From https://github.com/oxidecomputer/poptrie |
707 | 2024-03-22T16:10:59.850Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
708 | 2024-03-22T16:10:59.924Z | Updating git repository `https://github.com/oxidecomputer/typify` |
709 | 2024-03-22T16:11:01.772Z | From https://github.com/oxidecomputer/typify |
710 | 2024-03-22T16:11:01.772Z | * [new ref] c5aec61f3dd371331929b58f71ce086f9899d283 -> refs/commit/c5aec61f3dd371331929b58f71ce086f9899d283 |
711 | 2024-03-22T16:11:01.798Z | * [new tag] v0.0.10 -> v0.0.10 |
712 | 2024-03-22T16:11:01.798Z | * [new tag] v0.0.11 -> v0.0.11 |
713 | 2024-03-22T16:11:01.798Z | * [new tag] v0.0.12 -> v0.0.12 |
714 | 2024-03-22T16:11:01.798Z | * [new tag] v0.0.13 -> v0.0.13 |
715 | 2024-03-22T16:11:01.798Z | * [new tag] v0.0.14 -> v0.0.14 |
716 | 2024-03-22T16:11:01.798Z | * [new tag] v0.0.15 -> v0.0.15 |
717 | 2024-03-22T16:11:01.798Z | * [new tag] v0.0.16 -> v0.0.16 |
718 | 2024-03-22T16:11:01.823Z | * [new tag] v0.0.4 -> v0.0.4 |
719 | 2024-03-22T16:11:01.823Z | * [new tag] v0.0.5 -> v0.0.5 |
720 | 2024-03-22T16:11:01.823Z | * [new tag] v0.0.7 -> v0.0.7 |
721 | 2024-03-22T16:11:01.823Z | * [new tag] v0.0.8 -> v0.0.8 |
722 | 2024-03-22T16:11:01.823Z | * [new tag] v0.0.9 -> v0.0.9 |
723 | 2024-03-22T16:11:01.962Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
724 | 2024-03-22T16:11:02.705Z | From https://github.com/oxidecomputer/rfb |
725 | 2024-03-22T16:11:02.705Z | * [new ref] 0cac8d9c25eb27acfa35df80f3b9d371de98ab3b -> refs/commit/0cac8d9c25eb27acfa35df80f3b9d371de98ab3b |
726 | 2024-03-22T16:11:02.735Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2024-03-22T16:11:03.654Z | From https://github.com/oxidecomputer/management-gateway-service |
728 | 2024-03-22T16:11:03.654Z | * [new ref] 2739c18e80697aa6bc235c935176d14b4d757ee9 -> refs/commit/2739c18e80697aa6bc235c935176d14b4d757ee9 |
729 | 2024-03-22T16:11:04.135Z | Downloading crates ... |
730 | 2024-03-22T16:11:04.277Z | Downloaded cstr-argument v0.1.2 |
731 | 2024-03-22T16:11:04.305Z | Downloaded darling v0.20.8 |
732 | 2024-03-22T16:11:04.306Z | Downloaded time-core v0.1.2 |
733 | 2024-03-22T16:11:04.306Z | Downloaded topological-sort v0.2.2 |
734 | 2024-03-22T16:11:04.306Z | Downloaded tokio-tungstenite v0.21.0 |
735 | 2024-03-22T16:11:04.333Z | Downloaded tracing-attributes v0.1.27 |
736 | 2024-03-22T16:11:04.334Z | Downloaded strsim v0.10.0 |
737 | 2024-03-22T16:11:04.334Z | Downloaded proc-macro-error-attr v1.0.4 |
738 | 2024-03-22T16:11:04.334Z | Downloaded slog-stdlog v4.1.1 |
739 | 2024-03-22T16:11:04.369Z | Downloaded redox_users v0.4.4 |
740 | 2024-03-22T16:11:04.369Z | Downloaded scroll_derive v0.12.0 |
741 | 2024-03-22T16:11:04.369Z | Downloaded same-file v1.0.6 |
742 | 2024-03-22T16:11:04.369Z | Downloaded serde_repr v0.1.18 |
743 | 2024-03-22T16:11:04.369Z | Downloaded serde_derive_internals v0.26.0 |
744 | 2024-03-22T16:11:04.369Z | Downloaded ron v0.7.1 |
745 | 2024-03-22T16:11:04.369Z | Downloaded security-framework v2.9.2 |
746 | 2024-03-22T16:11:04.395Z | Downloaded rustls-webpki v0.102.2 |
747 | 2024-03-22T16:11:04.420Z | Downloaded rustls v0.22.2 |
748 | 2024-03-22T16:11:04.420Z | Downloaded trust-dns-resolver v0.22.0 |
749 | 2024-03-22T16:11:04.445Z | Downloaded unicode-segmentation v1.11.0 |
750 | 2024-03-22T16:11:04.445Z | Downloaded linux-raw-sys v0.4.13 |
751 | 2024-03-22T16:11:04.478Z | Downloaded winnow v0.5.40 |
752 | 2024-03-22T16:11:04.504Z | Downloaded trust-dns-proto v0.22.0 |
753 | 2024-03-22T16:11:04.529Z | Downloaded wasm-bindgen v0.2.92 |
754 | 2024-03-22T16:11:04.530Z | Downloaded rustix v0.38.31 |
755 | 2024-03-22T16:11:04.557Z | Downloaded regress v0.9.0 |
756 | 2024-03-22T16:11:04.583Z | Downloaded smoltcp v0.11.0 |
757 | 2024-03-22T16:11:04.609Z | Downloaded openapiv3 v2.0.0 |
758 | 2024-03-22T16:11:04.609Z | Downloaded windows_x86_64_gnullvm v0.52.4 |
759 | 2024-03-22T16:11:04.635Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
760 | 2024-03-22T16:11:04.635Z | Downloaded zerocopy-derive v0.6.6 |
761 | 2024-03-22T16:11:04.661Z | Downloaded windows_aarch64_gnullvm v0.52.4 |
762 | 2024-03-22T16:11:04.686Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
763 | 2024-03-22T16:11:04.713Z | Downloaded regress v0.6.0 |
764 | 2024-03-22T16:11:04.738Z | Downloaded windows_x86_64_msvc v0.52.4 |
765 | 2024-03-22T16:11:04.775Z | Downloaded windows_i686_msvc v0.52.4 |
766 | 2024-03-22T16:11:04.803Z | Downloaded windows_i686_msvc v0.48.5 |
767 | 2024-03-22T16:11:04.803Z | Downloaded winapi v0.3.9 |
768 | 2024-03-22T16:11:04.838Z | Downloaded windows_i686_gnu v0.52.4 |
769 | 2024-03-22T16:11:04.867Z | Downloaded windows_i686_gnu v0.48.5 |
770 | 2024-03-22T16:11:04.896Z | Downloaded windows_aarch64_msvc v0.52.4 |
771 | 2024-03-22T16:11:04.921Z | Downloaded web-sys v0.3.69 |
772 | 2024-03-22T16:11:05.074Z | Downloaded windows_x86_64_msvc v0.48.5 |
773 | 2024-03-22T16:11:05.099Z | Downloaded windows-sys v0.52.0 |
774 | 2024-03-22T16:11:05.182Z | Downloaded windows-sys v0.48.0 |
775 | 2024-03-22T16:11:05.297Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
776 | 2024-03-22T16:11:05.497Z | Downloaded ring v0.16.20 |
777 | 2024-03-22T16:11:05.597Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
778 | 2024-03-22T16:11:05.789Z | Downloaded windows_x86_64_gnu v0.52.4 |
779 | 2024-03-22T16:11:05.814Z | Downloaded windows_x86_64_gnu v0.48.5 |
780 | 2024-03-22T16:11:05.840Z | Downloaded windows_aarch64_msvc v0.48.5 |
781 | 2024-03-22T16:11:05.865Z | Downloaded smallvec v1.13.1 |
782 | 2024-03-22T16:11:05.865Z | Downloaded slog-term v2.9.1 |
783 | 2024-03-22T16:11:05.865Z | Downloaded sled v0.34.7 |
784 | 2024-03-22T16:11:05.893Z | Downloaded parking_lot_core v0.9.9 |
785 | 2024-03-22T16:11:05.893Z | Downloaded parking_lot_core v0.8.6 |
786 | 2024-03-22T16:11:05.893Z | Downloaded parking_lot v0.12.1 |
787 | 2024-03-22T16:11:05.893Z | Downloaded parking_lot v0.11.2 |
788 | 2024-03-22T16:11:05.893Z | Downloaded omicron-zone-package v0.11.0 |
789 | 2024-03-22T16:11:05.893Z | Downloaded num_enum_derive v0.7.2 |
790 | 2024-03-22T16:11:05.893Z | Downloaded num_enum_derive v0.5.11 |
791 | 2024-03-22T16:11:05.893Z | Downloaded num_enum v0.5.11 |
792 | 2024-03-22T16:11:05.919Z | Downloaded num-complex v0.4.5 |
793 | 2024-03-22T16:11:05.919Z | Downloaded multer v3.0.0 |
794 | 2024-03-22T16:11:05.919Z | Downloaded memmap2 v0.9.4 |
795 | 2024-03-22T16:11:05.919Z | Downloaded zerocopy-derive v0.7.32 |
796 | 2024-03-22T16:11:05.919Z | Downloaded zerocopy v0.6.6 |
797 | 2024-03-22T16:11:05.919Z | Downloaded winreg v0.50.0 |
798 | 2024-03-22T16:11:05.919Z | Downloaded windows-core v0.52.0 |
799 | 2024-03-22T16:11:05.919Z | Downloaded wasm-streams v0.4.0 |
800 | 2024-03-22T16:11:05.944Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
801 | 2024-03-22T16:11:05.944Z | Downloaded uuid v0.8.2 |
802 | 2024-03-22T16:11:05.944Z | Downloaded unsafe-libyaml v0.2.11 |
803 | 2024-03-22T16:11:05.944Z | Downloaded tungstenite v0.21.0 |
804 | 2024-03-22T16:11:05.944Z | Downloaded tungstenite v0.20.1 |
805 | 2024-03-22T16:11:05.944Z | Downloaded resolv-conf v0.7.0 |
806 | 2024-03-22T16:11:05.944Z | Downloaded reqwest v0.11.26 |
807 | 2024-03-22T16:11:05.970Z | Downloaded rayon v1.9.0 |
808 | 2024-03-22T16:11:05.970Z | Downloaded smf v0.2.3 |
809 | 2024-03-22T16:11:05.970Z | Downloaded serde_with v3.7.0 |
810 | 2024-03-22T16:11:05.970Z | Downloaded syn v1.0.109 |
811 | 2024-03-22T16:11:05.996Z | Downloaded num-rational v0.4.1 |
812 | 2024-03-22T16:11:05.996Z | Downloaded num-integer v0.1.46 |
813 | 2024-03-22T16:11:05.997Z | Downloaded zone v0.1.8 |
814 | 2024-03-22T16:11:05.997Z | Downloaded yansi v0.5.1 |
815 | 2024-03-22T16:11:05.997Z | Downloaded widestring v1.0.2 |
816 | 2024-03-22T16:11:05.997Z | Downloaded usdt-impl v0.5.0 |
817 | 2024-03-22T16:11:05.997Z | Downloaded schemars v0.8.16 |
818 | 2024-03-22T16:11:06.022Z | Downloaded rayon-core v1.12.1 |
819 | 2024-03-22T16:11:06.022Z | Downloaded steno v0.4.0 |
820 | 2024-03-22T16:11:06.022Z | Downloaded pest v2.7.8 |
821 | 2024-03-22T16:11:06.022Z | Downloaded num_enum v0.7.2 |
822 | 2024-03-22T16:11:06.047Z | Downloaded num-iter v0.1.44 |
823 | 2024-03-22T16:11:06.047Z | Downloaded num v0.4.1 |
824 | 2024-03-22T16:11:06.047Z | Downloaded winapi-util v0.1.6 |
825 | 2024-03-22T16:11:06.047Z | Downloaded idna v0.2.3 |
826 | 2024-03-22T16:11:06.047Z | Downloaded heapless v0.8.0 |
827 | 2024-03-22T16:11:06.048Z | Downloaded serde_yaml v0.9.33 |
828 | 2024-03-22T16:11:06.048Z | Downloaded pretty_assertions v1.4.0 |
829 | 2024-03-22T16:11:06.048Z | Downloaded walkdir v2.5.0 |
830 | 2024-03-22T16:11:06.048Z | Downloaded time v0.3.34 |
831 | 2024-03-22T16:11:06.074Z | Downloaded serde_arrays v0.1.0 |
832 | 2024-03-22T16:11:06.074Z | Downloaded security-framework-sys v2.9.1 |
833 | 2024-03-22T16:11:06.074Z | Downloaded scroll v0.12.0 |
834 | 2024-03-22T16:11:06.074Z | Downloaded scopeguard v1.2.0 |
835 | 2024-03-22T16:11:06.074Z | Downloaded schemars_derive v0.8.16 |
836 | 2024-03-22T16:11:06.074Z | Downloaded schannel v0.1.23 |
837 | 2024-03-22T16:11:06.074Z | Downloaded rustversion v1.0.14 |
838 | 2024-03-22T16:11:06.074Z | Downloaded rustls-pemfile v2.1.1 |
839 | 2024-03-22T16:11:06.074Z | Downloaded newtype-uuid v1.0.1 |
840 | 2024-03-22T16:11:06.074Z | Downloaded semver v0.1.20 |
841 | 2024-03-22T16:11:06.074Z | Downloaded rustls-pki-types v1.3.1 |
842 | 2024-03-22T16:11:06.074Z | Downloaded num_threads v0.1.7 |
843 | 2024-03-22T16:11:06.101Z | Downloaded zone_cfg_derive v0.1.2 |
844 | 2024-03-22T16:11:06.101Z | Downloaded socket2 v0.4.10 |
845 | 2024-03-22T16:11:06.101Z | Downloaded slog v2.7.0 |
846 | 2024-03-22T16:11:06.101Z | Downloaded serde_tokenstream v0.2.0 |
847 | 2024-03-22T16:11:06.101Z | Downloaded wasm-bindgen-macro-support v0.2.92 |
848 | 2024-03-22T16:11:06.101Z | Downloaded rustc_version v0.1.7 |
849 | 2024-03-22T16:11:06.101Z | Downloaded num-conv v0.1.0 |
850 | 2024-03-22T16:11:06.101Z | Downloaded redox_syscall v0.4.1 |
851 | 2024-03-22T16:11:06.101Z | Downloaded redox_syscall v0.2.16 |
852 | 2024-03-22T16:11:06.101Z | Downloaded stable_deref_trait v1.2.0 |
853 | 2024-03-22T16:11:06.101Z | Downloaded spin v0.5.2 |
854 | 2024-03-22T16:11:06.101Z | Downloaded serde_with_macros v3.7.0 |
855 | 2024-03-22T16:11:06.101Z | Downloaded usdt-attr-macro v0.5.0 |
856 | 2024-03-22T16:11:06.101Z | Downloaded slog-scope v4.4.0 |
857 | 2024-03-22T16:11:06.101Z | Downloaded slog-json v2.6.1 |
858 | 2024-03-22T16:11:06.131Z | Downloaded slog-envlogger v2.2.0 |
859 | 2024-03-22T16:11:06.131Z | Downloaded slog-dtrace v0.3.0 |
860 | 2024-03-22T16:11:06.131Z | Downloaded slog-bunyan v2.5.0 |
861 | 2024-03-22T16:11:06.131Z | Downloaded slog-async v2.8.0 |
862 | 2024-03-22T16:11:06.131Z | Downloaded sha1 v0.10.6 |
863 | 2024-03-22T16:11:06.131Z | Downloaded quick-error v1.2.3 |
864 | 2024-03-22T16:11:06.131Z | Downloaded strum_macros v0.26.2 |
865 | 2024-03-22T16:11:06.131Z | Downloaded proc-macro-crate v3.1.0 |
866 | 2024-03-22T16:11:06.131Z | Downloaded pest_meta v2.7.8 |
867 | 2024-03-22T16:11:06.131Z | Downloaded pest_derive v2.7.8 |
868 | 2024-03-22T16:11:06.131Z | Downloaded omicron-workspace-hack v0.1.0 |
869 | 2024-03-22T16:11:06.131Z | Downloaded newtype_derive v0.1.6 |
870 | 2024-03-22T16:11:06.131Z | Downloaded wasm-bindgen-shared v0.2.92 |
871 | 2024-03-22T16:11:06.132Z | Downloaded wasm-bindgen-macro v0.2.92 |
872 | 2024-03-22T16:11:06.132Z | Downloaded utf-8 v0.7.6 |
873 | 2024-03-22T16:11:06.132Z | Downloaded usdt v0.5.0 |
874 | 2024-03-22T16:11:06.132Z | Downloaded ucd-trie v0.1.6 |
875 | 2024-03-22T16:11:06.157Z | Downloaded toml_edit v0.21.1 |
876 | 2024-03-22T16:11:06.157Z | Downloaded crc8 v0.1.1 |
877 | 2024-03-22T16:11:06.157Z | Downloaded strum_macros v0.25.3 |
878 | 2024-03-22T16:11:06.157Z | Downloaded strum v0.26.2 |
879 | 2024-03-22T16:11:06.157Z | Downloaded structmeta-derive v0.3.0 |
880 | 2024-03-22T16:11:06.158Z | Downloaded structmeta v0.3.0 |
881 | 2024-03-22T16:11:06.183Z | Downloaded postcard v1.0.8 |
882 | 2024-03-22T16:11:06.184Z | Downloaded paste v1.0.14 |
883 | 2024-03-22T16:11:06.184Z | Downloaded parse-display-derive v0.9.0 |
884 | 2024-03-22T16:11:06.184Z | Downloaded windows-targets v0.52.4 |
885 | 2024-03-22T16:11:06.184Z | Downloaded windows-targets v0.48.5 |
886 | 2024-03-22T16:11:06.184Z | Downloaded wasm-bindgen-futures v0.4.42 |
887 | 2024-03-22T16:11:06.184Z | Downloaded wasm-bindgen-backend v0.2.92 |
888 | 2024-03-22T16:11:06.184Z | Downloaded usdt-macro v0.5.0 |
889 | 2024-03-22T16:11:06.184Z | Downloaded untrusted v0.7.1 |
890 | 2024-03-22T16:11:06.184Z | Downloaded hubpack v0.1.2 |
891 | 2024-03-22T16:11:06.184Z | Downloaded hashbrown v0.13.2 |
892 | 2024-03-22T16:11:06.184Z | Downloaded hashbrown v0.12.3 |
893 | 2024-03-22T16:11:06.211Z | Downloaded proc-macro-error v1.0.4 |
894 | 2024-03-22T16:11:06.211Z | Downloaded proc-macro-crate v1.3.1 |
895 | 2024-03-22T16:11:06.211Z | Downloaded pretty-hex v0.4.1 |
896 | 2024-03-22T16:11:06.211Z | Downloaded pretty-hex v0.2.1 |
897 | 2024-03-22T16:11:06.211Z | Downloaded powerfmt v0.2.0 |
898 | 2024-03-22T16:11:06.212Z | Downloaded portpicker v0.1.1 |
899 | 2024-03-22T16:11:06.212Z | Downloaded plain v0.2.3 |
900 | 2024-03-22T16:11:06.212Z | Downloaded pest_generator v2.7.8 |
901 | 2024-03-22T16:11:06.212Z | Downloaded password-hash v0.5.0 |
902 | 2024-03-22T16:11:06.212Z | Downloaded parse-display v0.9.0 |
903 | 2024-03-22T16:11:06.212Z | Downloaded waitgroup v0.1.2 |
904 | 2024-03-22T16:11:06.212Z | Downloaded toml_edit v0.22.8 |
905 | 2024-03-22T16:11:06.237Z | Downloaded toml_edit v0.19.15 |
906 | 2024-03-22T16:11:06.263Z | Downloaded macaddr v1.0.1 |
907 | 2024-03-22T16:11:06.263Z | Downloaded linked-hash-map v0.5.6 |
908 | 2024-03-22T16:11:06.263Z | Downloaded js-sys v0.3.69 |
909 | 2024-03-22T16:11:06.263Z | Downloaded itertools v0.10.5 |
910 | 2024-03-22T16:11:06.289Z | Downloaded ipnetwork v0.20.0 |
911 | 2024-03-22T16:11:06.289Z | Downloaded indexmap v1.9.3 |
912 | 2024-03-22T16:11:06.289Z | Downloaded hermit-abi v0.1.19 |
913 | 2024-03-22T16:11:06.289Z | Downloaded heck v0.4.1 |
914 | 2024-03-22T16:11:06.289Z | Downloaded deranged v0.3.11 |
915 | 2024-03-22T16:11:06.289Z | Downloaded toml v0.7.8 |
916 | 2024-03-22T16:11:06.289Z | Downloaded tokio-rustls v0.25.0 |
917 | 2024-03-22T16:11:06.289Z | Downloaded time-macros v0.2.17 |
918 | 2024-03-22T16:11:06.289Z | Downloaded thread_local v1.1.8 |
919 | 2024-03-22T16:11:06.289Z | Downloaded termcolor v1.4.1 |
920 | 2024-03-22T16:11:06.289Z | Downloaded take_mut v0.2.2 |
921 | 2024-03-22T16:11:06.290Z | Downloaded lru-cache v0.1.2 |
922 | 2024-03-22T16:11:06.290Z | Downloaded lock_api v0.4.11 |
923 | 2024-03-22T16:11:06.290Z | Downloaded libm v0.2.8 |
924 | 2024-03-22T16:11:06.316Z | Downloaded instant v0.1.12 |
925 | 2024-03-22T16:11:06.316Z | Downloaded iana-time-zone-haiku v0.1.2 |
926 | 2024-03-22T16:11:06.316Z | Downloaded hubpack_derive v0.1.1 |
927 | 2024-03-22T16:11:06.316Z | Downloaded hermit-abi v0.3.9 |
928 | 2024-03-22T16:11:06.316Z | Downloaded goblin v0.8.0 |
929 | 2024-03-22T16:11:06.317Z | Downloaded embedded-io v0.4.0 |
930 | 2024-03-22T16:11:06.317Z | Downloaded dof v0.3.0 |
931 | 2024-03-22T16:11:06.317Z | Downloaded tokio-tungstenite v0.20.1 |
932 | 2024-03-22T16:11:06.317Z | Downloaded term v0.7.0 |
933 | 2024-03-22T16:11:06.343Z | Downloaded tabwriter v1.4.0 |
934 | 2024-03-22T16:11:06.343Z | Downloaded managed v0.8.0 |
935 | 2024-03-22T16:11:06.343Z | Downloaded libredox v0.0.1 |
936 | 2024-03-22T16:11:06.343Z | Downloaded ipconfig v0.3.2 |
937 | 2024-03-22T16:11:06.344Z | Downloaded ident_case v1.0.1 |
938 | 2024-03-22T16:11:06.344Z | Downloaded http v1.1.0 |
939 | 2024-03-22T16:11:06.344Z | Downloaded hostname v0.3.1 |
940 | 2024-03-22T16:11:06.344Z | Downloaded heck v0.3.3 |
941 | 2024-03-22T16:11:06.344Z | Downloaded hash32 v0.3.1 |
942 | 2024-03-22T16:11:06.344Z | Downloaded half v2.4.0 |
943 | 2024-03-22T16:11:06.344Z | Downloaded getopts v0.2.21 |
944 | 2024-03-22T16:11:06.344Z | Downloaded fxhash v0.2.1 |
945 | 2024-03-22T16:11:06.344Z | Downloaded foreign-types-macros v0.2.3 |
946 | 2024-03-22T16:11:06.344Z | Downloaded foreign-types v0.5.0 |
947 | 2024-03-22T16:11:06.344Z | Downloaded erased-serde v0.3.31 |
948 | 2024-03-22T16:11:06.344Z | Downloaded env_logger v0.9.3 |
949 | 2024-03-22T16:11:06.371Z | Downloaded enum-as-inner v0.5.1 |
950 | 2024-03-22T16:11:06.371Z | Downloaded dtrace-parser v0.2.0 |
951 | 2024-03-22T16:11:06.371Z | Downloaded dirs-next v2.0.0 |
952 | 2024-03-22T16:11:06.371Z | Downloaded defmt-macros v0.3.7 |
953 | 2024-03-22T16:11:06.371Z | Downloaded darling_macro v0.20.8 |
954 | 2024-03-22T16:11:06.371Z | Downloaded blake3 v1.5.1 |
955 | 2024-03-22T16:11:06.371Z | Downloaded thread-id v4.2.1 |
956 | 2024-03-22T16:11:06.371Z | Downloaded matches v0.1.10 |
957 | 2024-03-22T16:11:06.371Z | Downloaded hex v0.4.3 |
958 | 2024-03-22T16:11:06.372Z | Downloaded foreign-types-shared v0.3.1 |
959 | 2024-03-22T16:11:06.372Z | Downloaded dirs-sys-next v0.1.2 |
960 | 2024-03-22T16:11:06.372Z | Downloaded diff v0.1.13 |
961 | 2024-03-22T16:11:06.372Z | Downloaded defmt-parser v0.3.4 |
962 | 2024-03-22T16:11:06.401Z | Downloaded defmt v0.3.6 |
963 | 2024-03-22T16:11:06.401Z | Downloaded crossbeam-channel v0.5.12 |
964 | 2024-03-22T16:11:06.401Z | Downloaded byteorder v1.5.0 |
965 | 2024-03-22T16:11:06.401Z | Downloaded blake2 v0.10.6 |
966 | 2024-03-22T16:11:06.401Z | Downloaded backoff v0.4.0 |
967 | 2024-03-22T16:11:06.401Z | Downloaded system-configuration-sys v0.5.0 |
968 | 2024-03-22T16:11:06.401Z | Downloaded system-configuration v0.5.1 |
969 | 2024-03-22T16:11:06.401Z | Downloaded memmap v0.7.0 |
970 | 2024-03-22T16:11:06.401Z | Downloaded match_cfg v0.1.0 |
971 | 2024-03-22T16:11:06.401Z | Downloaded fs2 v0.4.3 |
972 | 2024-03-22T16:11:06.401Z | Downloaded dyn-clone v1.0.17 |
973 | 2024-03-22T16:11:06.401Z | Downloaded data-encoding v2.5.0 |
974 | 2024-03-22T16:11:06.401Z | Downloaded darling_core v0.20.8 |
975 | 2024-03-22T16:11:06.427Z | Downloaded crunchy v0.2.2 |
976 | 2024-03-22T16:11:06.427Z | Downloaded crossbeam-utils v0.8.19 |
977 | 2024-03-22T16:11:06.427Z | Downloaded crossbeam-deque v0.8.5 |
978 | 2024-03-22T16:11:06.427Z | Downloaded core-foundation v0.9.4 |
979 | 2024-03-22T16:11:06.427Z | Downloaded constant_time_eq v0.3.0 |
980 | 2024-03-22T16:11:06.427Z | Downloaded ciborium-io v0.2.2 |
981 | 2024-03-22T16:11:06.427Z | Downloaded ciborium v0.2.2 |
982 | 2024-03-22T16:11:06.427Z | Downloaded bumpalo v3.15.4 |
983 | 2024-03-22T16:11:06.427Z | Downloaded ascii v1.1.0 |
984 | 2024-03-22T16:11:06.427Z | Downloaded crossbeam-epoch v0.9.18 |
985 | 2024-03-22T16:11:06.427Z | Downloaded core-foundation-sys v0.8.6 |
986 | 2024-03-22T16:11:06.455Z | Downloaded colored v2.1.0 |
987 | 2024-03-22T16:11:06.455Z | Downloaded cobs v0.2.3 |
988 | 2024-03-22T16:11:06.455Z | Downloaded backtrace v0.3.69 |
989 | 2024-03-22T16:11:06.456Z | Downloaded atty v0.2.14 |
990 | 2024-03-22T16:11:06.456Z | Downloaded atomic-waker v1.1.2 |
991 | 2024-03-22T16:11:06.456Z | Downloaded async-trait v0.1.78 |
992 | 2024-03-22T16:11:06.456Z | Downloaded async-stream-impl v0.3.5 |
993 | 2024-03-22T16:11:06.456Z | Downloaded ciborium-ll v0.2.2 |
994 | 2024-03-22T16:11:06.456Z | Downloaded bitstruct_derive v0.1.0 |
995 | 2024-03-22T16:11:06.456Z | Downloaded bitstruct v0.1.1 |
996 | 2024-03-22T16:11:06.456Z | Downloaded bitflags v1.3.2 |
997 | 2024-03-22T16:11:06.456Z | Downloaded base64 v0.22.0 |
998 | 2024-03-22T16:11:06.482Z | Downloaded base64 v0.13.1 |
999 | 2024-03-22T16:11:06.482Z | Downloaded async-stream v0.3.5 |
1000 | 2024-03-22T16:11:06.482Z | Downloaded arrayvec v0.7.4 |
1001 | 2024-03-22T16:11:06.483Z | Downloaded arrayref v0.3.7 |
1002 | 2024-03-22T16:11:06.483Z | Downloaded argon2 v0.5.3 |
1003 | 2024-03-22T16:11:06.483Z | Downloaded arc-swap v1.7.0 |
1004 | 2024-03-22T16:11:06.483Z | Downloaded anyhow v1.0.81 |
1005 | 2024-03-22T16:11:06.483Z | Downloaded anstyle-wincon v3.0.2 |
1006 | 2024-03-22T16:11:06.483Z | Downloaded android_system_properties v0.1.5 |
1007 | 2024-03-22T16:11:06.483Z | Downloaded android-tzdata v0.1.1 |
1008 | 2024-03-22T16:11:06.483Z | Downloaded allocator-api2 v0.2.16 |
1009 | 2024-03-22T16:11:06.508Z | Downloaded aho-corasick v1.1.2 |
1010 | 2024-03-22T16:11:07.258Z | Compiling proc-macro2 v1.0.79 |
1011 | 2024-03-22T16:11:07.258Z | Compiling unicode-ident v1.0.12 |
1012 | 2024-03-22T16:11:07.258Z | Compiling cfg-if v1.0.0 |
1013 | 2024-03-22T16:11:07.285Z | Compiling libc v0.2.153 |
1014 | 2024-03-22T16:11:07.285Z | Compiling version_check v0.9.4 |
1015 | 2024-03-22T16:11:07.285Z | Compiling autocfg v1.1.0 |
1016 | 2024-03-22T16:11:07.285Z | Compiling serde v1.0.197 |
1017 | 2024-03-22T16:11:07.285Z | Compiling once_cell v1.19.0 |
1018 | 2024-03-22T16:11:07.354Z | Compiling itoa v1.0.10 |
1019 | 2024-03-22T16:11:07.422Z | Compiling byteorder v1.5.0 |
1020 | 2024-03-22T16:11:07.520Z | Compiling memchr v2.7.1 |
1021 | 2024-03-22T16:11:07.638Z | Compiling ryu v1.0.17 |
1022 | 2024-03-22T16:11:07.742Z | Compiling serde_json v1.0.114 |
1023 | 2024-03-22T16:11:07.794Z | Compiling allocator-api2 v0.2.16 |
1024 | 2024-03-22T16:11:07.822Z | Compiling ahash v0.8.11 |
1025 | 2024-03-22T16:11:07.864Z | Compiling thiserror v1.0.58 |
1026 | 2024-03-22T16:11:08.047Z | Compiling syn v1.0.109 |
1027 | 2024-03-22T16:11:08.179Z | Compiling log v0.4.21 |
1028 | 2024-03-22T16:11:08.454Z | Compiling equivalent v1.0.1 |
1029 | 2024-03-22T16:11:08.512Z | Compiling getrandom v0.2.12 |
1030 | 2024-03-22T16:11:08.549Z | Compiling quote v1.0.35 |
1031 | 2024-03-22T16:11:08.584Z | Compiling cc v1.0.90 |
1032 | 2024-03-22T16:11:08.610Z | Compiling pin-project-lite v0.2.13 |
1033 | 2024-03-22T16:11:08.610Z | Compiling libm v0.2.8 |
1034 | 2024-03-22T16:11:08.662Z | Compiling fnv v1.0.7 |
1035 | 2024-03-22T16:11:08.689Z | Compiling num-traits v0.2.18 |
1036 | 2024-03-22T16:11:08.765Z | Compiling lock_api v0.4.11 |
1037 | 2024-03-22T16:11:08.855Z | Compiling syn v2.0.53 |
1038 | 2024-03-22T16:11:08.987Z | Compiling smallvec v1.13.1 |
1039 | 2024-03-22T16:11:09.192Z | Compiling scopeguard v1.2.0 |
1040 | 2024-03-22T16:11:09.338Z | Compiling futures-core v0.3.30 |
1041 | 2024-03-22T16:11:09.544Z | Compiling parking_lot_core v0.9.9 |
1042 | 2024-03-22T16:11:09.571Z | Compiling dyn-clone v1.0.17 |
1043 | 2024-03-22T16:11:09.727Z | Compiling slab v0.4.9 |
1044 | 2024-03-22T16:11:09.903Z | Compiling heck v0.4.1 |
1045 | 2024-03-22T16:11:10.215Z | Compiling futures-sink v0.3.30 |
1046 | 2024-03-22T16:11:10.436Z | Compiling socket2 v0.5.6 |
1047 | 2024-03-22T16:11:10.462Z | Compiling signal-hook-registry v1.4.1 |
1048 | 2024-03-22T16:11:10.555Z | Compiling parking_lot v0.12.1 |
1049 | 2024-03-22T16:11:10.792Z | Compiling mio v0.8.11 |
1050 | 2024-03-22T16:11:11.100Z | Compiling ring v0.17.8 |
1051 | 2024-03-22T16:11:11.242Z | Compiling num_cpus v1.16.0 |
1052 | 2024-03-22T16:11:11.346Z | Compiling futures-channel v0.3.30 |
1053 | 2024-03-22T16:11:11.431Z | Compiling spin v0.9.8 |
1054 | 2024-03-22T16:11:11.553Z | Compiling futures-io v0.3.30 |
1055 | 2024-03-22T16:11:11.680Z | Compiling pin-utils v0.1.0 |
1056 | 2024-03-22T16:11:11.729Z | Compiling futures-task v0.3.30 |
1057 | 2024-03-22T16:11:11.758Z | Compiling iana-time-zone v0.1.60 |
1058 | 2024-03-22T16:11:11.788Z | Compiling untrusted v0.9.0 |
1059 | 2024-03-22T16:11:11.927Z | Compiling schemars v0.8.16 |
1060 | 2024-03-22T16:11:11.976Z | Compiling tracing-core v0.1.32 |
1061 | 2024-03-22T16:11:12.001Z | Compiling uuid v0.8.2 |
1062 | 2024-03-22T16:11:12.129Z | Compiling serde_derive_internals v0.26.0 |
1063 | 2024-03-22T16:11:12.231Z | Compiling slog v2.7.0 |
1064 | 2024-03-22T16:11:12.476Z | Compiling ucd-trie v0.1.6 |
1065 | 2024-03-22T16:11:12.629Z | Compiling tinyvec_macros v0.1.1 |
1066 | 2024-03-22T16:11:13.000Z | Compiling tinyvec v1.6.0 |
1067 | 2024-03-22T16:11:13.139Z | Compiling httparse v1.8.0 |
1068 | 2024-03-22T16:11:13.314Z | Compiling uuid v1.8.0 |
1069 | 2024-03-22T16:11:13.474Z | Compiling percent-encoding v2.3.1 |
1070 | 2024-03-22T16:11:13.749Z | Compiling typenum v1.17.0 |
1071 | 2024-03-22T16:11:13.809Z | Compiling form_urlencoded v1.2.1 |
1072 | 2024-03-22T16:11:14.184Z | Compiling unicode-normalization v0.1.23 |
1073 | 2024-03-22T16:11:14.394Z | Compiling chrono v0.4.35 |
1074 | 2024-03-22T16:11:14.715Z | Compiling aho-corasick v1.1.2 |
1075 | 2024-03-22T16:11:14.773Z | Compiling generic-array v0.14.7 |
1076 | 2024-03-22T16:11:14.955Z | Compiling schemars_derive v0.8.16 |
1077 | 2024-03-22T16:11:15.036Z | Compiling unicode-bidi v0.3.15 |
1078 | 2024-03-22T16:11:15.064Z | Compiling regex-syntax v0.8.2 |
1079 | 2024-03-22T16:11:16.988Z | Compiling rand_core v0.6.4 |
1080 | 2024-03-22T16:11:17.126Z | Compiling rustls v0.21.10 |
1081 | 2024-03-22T16:11:17.336Z | Compiling subtle v2.5.0 |
1082 | 2024-03-22T16:11:17.361Z | Compiling try-lock v0.2.5 |
1083 | 2024-03-22T16:11:17.472Z | Compiling want v0.3.1 |
1084 | 2024-03-22T16:11:17.544Z | Compiling sct v0.7.1 |
1085 | 2024-03-22T16:11:17.710Z | Compiling regex-automata v0.4.6 |
1086 | 2024-03-22T16:11:17.814Z | Compiling rustls-webpki v0.101.7 |
1087 | 2024-03-22T16:11:17.911Z | Compiling idna v0.5.0 |
1088 | 2024-03-22T16:11:18.339Z | Compiling tower-service v0.3.2 |
1089 | 2024-03-22T16:11:18.441Z | Compiling httpdate v1.0.3 |
1090 | 2024-03-22T16:11:18.831Z | Compiling base64 v0.21.7 |
1091 | 2024-03-22T16:11:19.080Z | Compiling serde_derive v1.0.197 |
1092 | 2024-03-22T16:11:19.245Z | Compiling zerocopy-derive v0.7.32 |
1093 | 2024-03-22T16:11:19.458Z | Compiling thiserror-impl v1.0.58 |
1094 | 2024-03-22T16:11:19.582Z | Compiling tokio-macros v2.2.0 |
1095 | 2024-03-22T16:11:19.922Z | Compiling futures-macro v0.3.30 |
1096 | 2024-03-22T16:11:20.914Z | Compiling tracing-attributes v0.1.27 |
1097 | 2024-03-22T16:11:21.018Z | Compiling regex v1.10.3 |
1098 | 2024-03-22T16:11:21.043Z | Compiling zerocopy v0.7.32 |
1099 | 2024-03-22T16:11:21.477Z | Compiling futures-util v0.3.30 |
1100 | 2024-03-22T16:11:21.943Z | Compiling pest v2.7.8 |
1101 | 2024-03-22T16:11:21.969Z | Compiling scroll_derive v0.12.0 |
1102 | 2024-03-22T16:11:22.696Z | Compiling hashbrown v0.14.3 |
1103 | 2024-03-22T16:11:23.132Z | Compiling url v2.5.0 |
1104 | 2024-03-22T16:11:23.584Z | Compiling tracing v0.1.40 |
1105 | 2024-03-22T16:11:23.785Z | Compiling regress v0.9.0 |
1106 | 2024-03-22T16:11:23.961Z | Compiling pest_meta v2.7.8 |
1107 | 2024-03-22T16:11:24.883Z | Compiling thread-id v4.2.1 |
1108 | 2024-03-22T16:11:25.874Z | Compiling pest_generator v2.7.8 |
1109 | 2024-03-22T16:11:26.490Z | Compiling usdt-impl v0.5.0 |
1110 | 2024-03-22T16:11:26.515Z | Compiling encoding_rs v0.8.33 |
1111 | 2024-03-22T16:11:26.797Z | Compiling mime v0.3.17 |
1112 | 2024-03-22T16:11:27.235Z | Compiling ipnet v2.9.0 |
1113 | 2024-03-22T16:11:27.313Z | Compiling omicron-workspace-hack v0.1.0 |
1114 | 2024-03-22T16:11:27.383Z | Compiling pest_derive v2.7.8 |
1115 | 2024-03-22T16:11:27.561Z | Compiling ppv-lite86 v0.2.17 |
1116 | 2024-03-22T16:11:27.999Z | Compiling unicode-width v0.1.11 |
1117 | 2024-03-22T16:11:28.131Z | Compiling crossbeam-utils v0.8.19 |
1118 | 2024-03-22T16:11:28.157Z | Compiling dtrace-parser v0.2.0 |
1119 | 2024-03-22T16:11:28.182Z | Compiling rustversion v1.0.14 |
1120 | 2024-03-22T16:11:28.427Z | Compiling getopts v0.2.21 |
1121 | 2024-03-22T16:11:28.602Z | Compiling rand_chacha v0.3.1 |
1122 | 2024-03-22T16:11:28.827Z | Compiling scroll v0.12.0 |
1123 | 2024-03-22T16:11:29.260Z | Compiling block-buffer v0.10.4 |
1124 | 2024-03-22T16:11:29.405Z | Compiling bytes v1.5.0 |
1125 | 2024-03-22T16:11:29.673Z | Compiling serde_tokenstream v0.2.0 |
1126 | 2024-03-22T16:11:29.738Z | Compiling indexmap v2.2.5 |
1127 | 2024-03-22T16:11:30.389Z | Compiling tokio v1.36.0 |
1128 | 2024-03-22T16:11:30.613Z | Compiling http v0.2.12 |
1129 | 2024-03-22T16:11:30.858Z | Compiling serde_urlencoded v0.7.1 |
1130 | 2024-03-22T16:11:31.954Z | Compiling http-body v0.4.6 |
1131 | 2024-03-22T16:11:32.112Z | Compiling dof v0.3.0 |
1132 | 2024-03-22T16:11:32.336Z | Compiling crypto-common v0.1.6 |
1133 | 2024-03-22T16:11:32.481Z | Compiling async-trait v0.1.78 |
1134 | 2024-03-22T16:11:32.680Z | Compiling ident_case v1.0.1 |
1135 | 2024-03-22T16:11:32.816Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1136 | 2024-03-22T16:11:32.841Z | Compiling strsim v0.10.0 |
1137 | 2024-03-22T16:11:32.869Z | Compiling plain v0.2.3 |
1138 | 2024-03-22T16:11:32.894Z | Compiling time-core v0.1.2 |
1139 | 2024-03-22T16:11:32.988Z | Compiling num-conv v0.1.0 |
1140 | 2024-03-22T16:11:33.019Z | Compiling powerfmt v0.2.0 |
1141 | 2024-03-22T16:11:33.367Z | Compiling deranged v0.3.11 |
1142 | 2024-03-22T16:11:33.394Z | Compiling time-macros v0.2.17 |
1143 | 2024-03-22T16:11:34.139Z | Compiling darling_core v0.20.8 |
1144 | 2024-03-22T16:11:34.947Z | Compiling goblin v0.8.0 |
1145 | 2024-03-22T16:11:35.772Z | Compiling digest v0.10.7 |
1146 | 2024-03-22T16:11:36.096Z | Compiling openapiv3 v2.0.0 |
1147 | 2024-03-22T16:11:36.786Z | Compiling rand v0.8.5 |
1148 | 2024-03-22T16:11:38.034Z | Compiling tokio-util v0.7.10 |
1149 | 2024-03-22T16:11:38.943Z | Compiling h2 v0.3.25 |
1150 | 2024-03-22T16:11:39.197Z | Compiling tokio-rustls v0.24.1 |
1151 | 2024-03-22T16:11:39.698Z | Compiling rustls-pemfile v1.0.4 |
1152 | 2024-03-22T16:11:40.370Z | Compiling num_threads v0.1.7 |
1153 | 2024-03-22T16:11:40.469Z | Compiling rustls-pki-types v1.3.1 |
1154 | 2024-03-22T16:11:40.655Z | Compiling sync_wrapper v0.1.2 |
1155 | 2024-03-22T16:11:40.699Z | Compiling webpki-roots v0.25.4 |
1156 | 2024-03-22T16:11:40.761Z | Compiling unsafe-libyaml v0.2.11 |
1157 | 2024-03-22T16:11:40.822Z | Compiling pretty-hex v0.4.1 |
1158 | 2024-03-22T16:11:40.999Z | Compiling match_cfg v0.1.0 |
1159 | 2024-03-22T16:11:41.072Z | Compiling hostname v0.3.1 |
1160 | 2024-03-22T16:11:41.285Z | Compiling time v0.3.34 |
1161 | 2024-03-22T16:11:42.127Z | Compiling serde_yaml v0.9.33 |
1162 | 2024-03-22T16:11:43.293Z | Compiling hyper v0.14.28 |
1163 | 2024-03-22T16:11:44.523Z | Compiling darling_macro v0.20.8 |
1164 | 2024-03-22T16:11:45.308Z | Compiling dirs-sys-next v0.1.2 |
1165 | 2024-03-22T16:11:45.586Z | Compiling instant v0.1.12 |
1166 | 2024-03-22T16:11:45.613Z | Compiling anyhow v1.0.81 |
1167 | 2024-03-22T16:11:45.725Z | Compiling cpufeatures v0.2.12 |
1168 | 2024-03-22T16:11:45.815Z | Compiling rustls v0.22.2 |
1169 | 2024-03-22T16:11:46.000Z | Compiling darling v0.20.8 |
1170 | 2024-03-22T16:11:46.103Z | Compiling dirs-next v2.0.0 |
1171 | 2024-03-22T16:11:46.266Z | Compiling rustls-webpki v0.102.2 |
1172 | 2024-03-22T16:11:46.291Z | Compiling usdt-attr-macro v0.5.0 |
1173 | 2024-03-22T16:11:46.333Z | Compiling usdt-macro v0.5.0 |
1174 | 2024-03-22T16:11:46.985Z | Compiling toml_datetime v0.6.5 |
1175 | 2024-03-22T16:11:47.410Z | Compiling hyper-rustls v0.24.2 |
1176 | 2024-03-22T16:11:47.574Z | Compiling serde_spanned v0.6.5 |
1177 | 2024-03-22T16:11:47.650Z | Compiling reqwest v0.11.26 |
1178 | 2024-03-22T16:11:47.709Z | Compiling futures-executor v0.3.30 |
1179 | 2024-03-22T16:11:47.781Z | Compiling structmeta-derive v0.3.0 |
1180 | 2024-03-22T16:11:47.806Z | Compiling memmap v0.7.0 |
1181 | 2024-03-22T16:11:48.107Z | Compiling multer v3.0.0 |
1182 | 2024-03-22T16:11:48.243Z | Compiling thread_local v1.1.8 |
1183 | 2024-03-22T16:11:48.268Z | Compiling camino v1.1.6 |
1184 | 2024-03-22T16:11:48.390Z | Compiling slog-async v2.8.0 |
1185 | 2024-03-22T16:11:48.731Z | Compiling winnow v0.6.5 |
1186 | 2024-03-22T16:11:48.766Z | Compiling zeroize v1.7.0 |
1187 | 2024-03-22T16:11:48.793Z | Compiling paste v1.0.14 |
1188 | 2024-03-22T16:11:49.318Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1189 | 2024-03-22T16:11:49.806Z | Compiling usdt v0.5.0 |
1190 | 2024-03-22T16:11:50.073Z | Compiling structmeta v0.3.0 |
1191 | 2024-03-22T16:11:50.260Z | Compiling futures v0.3.30 |
1192 | 2024-03-22T16:11:50.379Z | Compiling term v0.7.0 |
1193 | 2024-03-22T16:11:50.540Z | Compiling serde_with_macros v3.7.0 |
1194 | 2024-03-22T16:11:51.149Z | Compiling slog-json v2.6.1 |
1195 | 2024-03-22T16:11:51.479Z | Compiling toml_edit v0.22.8 |
1196 | 2024-03-22T16:11:51.802Z | Compiling crossbeam-channel v0.5.12 |
1197 | 2024-03-22T16:11:51.909Z | Compiling http v1.1.0 |
1198 | 2024-03-22T16:11:52.167Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1199 | 2024-03-22T16:11:52.771Z | Compiling async-stream-impl v0.3.5 |
1200 | 2024-03-22T16:11:52.847Z | Compiling is-terminal v0.4.12 |
1201 | 2024-03-22T16:11:52.885Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1202 | 2024-03-22T16:11:52.950Z | Compiling take_mut v0.2.2 |
1203 | 2024-03-22T16:11:53.070Z | Compiling atomic-waker v1.1.2 |
1204 | 2024-03-22T16:11:53.160Z | Compiling semver v1.0.22 |
1205 | 2024-03-22T16:11:53.277Z | Compiling waitgroup v0.1.2 |
1206 | 2024-03-22T16:11:53.881Z | Compiling async-stream v0.3.5 |
1207 | 2024-03-22T16:11:54.102Z | Compiling toml v0.8.12 |
1208 | 2024-03-22T16:11:54.164Z | Compiling slog-term v2.9.1 |
1209 | 2024-03-22T16:11:54.485Z | Compiling serde_with v3.7.0 |
1210 | 2024-03-22T16:11:54.917Z | Compiling tokio-rustls v0.25.0 |
1211 | 2024-03-22T16:11:55.264Z | Compiling slog-bunyan v2.5.0 |
1212 | 2024-03-22T16:11:55.361Z | Compiling parse-display-derive v0.9.0 |
1213 | 2024-03-22T16:11:56.352Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1214 | 2024-03-22T16:11:56.463Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1215 | 2024-03-22T16:11:56.681Z | Compiling sha1 v0.10.6 |
1216 | 2024-03-22T16:11:57.043Z | Compiling rustls-pemfile v2.1.1 |
1217 | 2024-03-22T16:11:57.446Z | Compiling strum_macros v0.26.2 |
1218 | 2024-03-22T16:11:57.661Z | Compiling newtype-uuid v1.0.1 |
1219 | 2024-03-22T16:11:57.905Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1220 | 2024-03-22T16:11:59.050Z | Compiling hex v0.4.3 |
1221 | 2024-03-22T16:11:59.091Z | Compiling serde_path_to_error v0.1.16 |
1222 | 2024-03-22T16:11:59.471Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1223 | 2024-03-22T16:11:59.565Z | Compiling debug-ignore v1.0.5 |
1224 | 2024-03-22T16:11:59.596Z | Compiling semver v0.1.20 |
1225 | 2024-03-22T16:11:59.753Z | Compiling pkg-config v0.3.30 |
1226 | 2024-03-22T16:11:59.885Z | Compiling vcpkg v0.2.15 |
1227 | 2024-03-22T16:12:00.143Z | Compiling rustc_version v0.1.7 |
1228 | 2024-03-22T16:12:00.228Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1229 | 2024-03-22T16:12:00.477Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1230 | 2024-03-22T16:12:00.605Z | Compiling parse-display v0.9.0 |
1231 | 2024-03-22T16:12:00.780Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1232 | 2024-03-22T16:12:00.978Z | Compiling backoff v0.4.0 |
1233 | 2024-03-22T16:12:01.230Z | Compiling strum v0.26.2 |
1234 | 2024-03-22T16:12:01.264Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1235 | 2024-03-22T16:12:01.290Z | Compiling ipnetwork v0.20.0 |
1236 | 2024-03-22T16:12:01.290Z | Compiling openssl-sys v0.9.101 |
1237 | 2024-03-22T16:12:01.389Z | Compiling macaddr v1.0.1 |
1238 | 2024-03-22T16:12:01.604Z | Compiling lazy_static v1.4.0 |
1239 | 2024-03-22T16:12:01.713Z | Compiling newtype_derive v0.1.6 |
1240 | 2024-03-22T16:12:01.789Z | Compiling zerocopy-derive v0.6.6 |
1241 | 2024-03-22T16:12:01.968Z | Compiling hubpack_derive v0.1.1 |
1242 | 2024-03-22T16:12:01.994Z | Compiling base64ct v1.6.0 |
1243 | 2024-03-22T16:12:02.119Z | Compiling strum_macros v0.25.3 |
1244 | 2024-03-22T16:12:02.160Z | Compiling blake2 v0.10.6 |
1245 | 2024-03-22T16:12:02.484Z | Compiling password-hash v0.5.0 |
1246 | 2024-03-22T16:12:02.682Z | Compiling hubpack v0.1.2 |
1247 | 2024-03-22T16:12:03.044Z | Compiling serde_repr v0.1.18 |
1248 | 2024-03-22T16:12:03.070Z | Compiling num-integer v0.1.46 |
1249 | 2024-03-22T16:12:03.435Z | Compiling zerocopy v0.6.6 |
1250 | 2024-03-22T16:12:03.460Z | Compiling num-rational v0.4.1 |
1251 | 2024-03-22T16:12:03.729Z | Compiling fixedbitset v0.4.2 |
1252 | 2024-03-22T16:12:03.754Z | Compiling static_assertions v1.1.0 |
1253 | 2024-03-22T16:12:03.822Z | Compiling foreign-types-shared v0.1.1 |
1254 | 2024-03-22T16:12:03.910Z | Compiling bitflags v1.3.2 |
1255 | 2024-03-22T16:12:04.001Z | Compiling openssl v0.10.64 |
1256 | 2024-03-22T16:12:04.053Z | Compiling petgraph v0.6.4 |
1257 | 2024-03-22T16:12:04.107Z | Compiling foreign-types v0.3.2 |
1258 | 2024-03-22T16:12:04.186Z | Compiling argon2 v0.5.3 |
1259 | 2024-03-22T16:12:04.453Z | Compiling openssl-macros v0.1.1 |
1260 | 2024-03-22T16:12:04.971Z | Compiling bitflags v2.5.0 |
1261 | 2024-03-22T16:12:05.034Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1262 | 2024-03-22T16:12:05.194Z | Compiling utf8parse v0.2.1 |
1263 | 2024-03-22T16:12:05.232Z | Compiling matches v0.1.10 |
1264 | 2024-03-22T16:12:05.275Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1265 | 2024-03-22T16:12:05.312Z | Compiling base64 v0.22.0 |
1266 | 2024-03-22T16:12:05.337Z | Compiling anstyle-parse v0.2.3 |
1267 | 2024-03-22T16:12:05.510Z | Compiling idna v0.2.3 |
1268 | 2024-03-22T16:12:05.602Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1269 | 2024-03-22T16:12:05.972Z | Compiling num-iter v0.1.44 |
1270 | 2024-03-22T16:12:06.112Z | Compiling enum-as-inner v0.5.1 |
1271 | 2024-03-22T16:12:06.861Z | Compiling num-complex v0.4.5 |
1272 | 2024-03-22T16:12:06.918Z | Compiling slog-dtrace v0.3.0 |
1273 | 2024-03-22T16:12:07.183Z | Compiling steno v0.4.0 |
1274 | 2024-03-22T16:12:07.290Z | Compiling colorchoice v1.0.0 |
1275 | 2024-03-22T16:12:07.433Z | Compiling anstyle-query v1.0.2 |
1276 | 2024-03-22T16:12:07.458Z | Compiling linked-hash-map v0.5.6 |
1277 | 2024-03-22T16:12:07.550Z | Compiling quick-error v1.2.3 |
1278 | 2024-03-22T16:12:07.672Z | Compiling parking_lot_core v0.8.6 |
1279 | 2024-03-22T16:12:07.698Z | Compiling humantime v2.1.0 |
1280 | 2024-03-22T16:12:07.743Z | Compiling anstyle v1.0.6 |
1281 | 2024-03-22T16:12:08.030Z | Compiling data-encoding v2.5.0 |
1282 | 2024-03-22T16:12:08.116Z | Compiling anstream v0.6.13 |
1283 | 2024-03-22T16:12:08.142Z | Compiling lru-cache v0.1.2 |
1284 | 2024-03-22T16:12:08.290Z | Compiling resolv-conf v0.7.0 |
1285 | 2024-03-22T16:12:08.377Z | Compiling num v0.4.1 |
1286 | 2024-03-22T16:12:08.513Z | Compiling trust-dns-proto v0.22.0 |
1287 | 2024-03-22T16:12:08.773Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1288 | 2024-03-22T16:12:09.162Z | Compiling clap_lex v0.7.0 |
1289 | 2024-03-22T16:12:09.786Z | Compiling heck v0.5.0 |
1290 | 2024-03-22T16:12:09.871Z | Compiling winnow v0.5.40 |
1291 | 2024-03-22T16:12:09.920Z | Compiling crc32fast v1.4.0 |
1292 | 2024-03-22T16:12:10.136Z | Compiling strsim v0.11.0 |
1293 | 2024-03-22T16:12:10.247Z | Compiling clap_derive v4.5.3 |
1294 | 2024-03-22T16:12:10.816Z | Compiling clap_builder v4.5.2 |
1295 | 2024-03-22T16:12:11.637Z | Compiling trust-dns-resolver v0.22.0 |
1296 | 2024-03-22T16:12:12.757Z | Compiling toml_edit v0.21.1 |
1297 | 2024-03-22T16:12:13.030Z | Compiling half v2.4.0 |
1298 | 2024-03-22T16:12:13.462Z | Compiling ciborium-io v0.2.2 |
1299 | 2024-03-22T16:12:13.561Z | Compiling ciborium-ll v0.2.2 |
1300 | 2024-03-22T16:12:13.720Z | Compiling clap v4.5.3 |
1301 | 2024-03-22T16:12:13.806Z | Compiling parking_lot v0.11.2 |
1302 | 2024-03-22T16:12:14.186Z | Compiling crossbeam-epoch v0.9.18 |
1303 | 2024-03-22T16:12:14.713Z | Compiling proc-macro-crate v3.1.0 |
1304 | 2024-03-22T16:12:14.949Z | Compiling fxhash v0.2.1 |
1305 | 2024-03-22T16:12:15.107Z | Compiling sled v0.34.7 |
1306 | 2024-03-22T16:12:15.450Z | Compiling ciborium v0.2.2 |
1307 | 2024-03-22T16:12:15.600Z | Compiling yansi v0.5.1 |
1308 | 2024-03-22T16:12:15.669Z | Compiling diff v0.1.13 |
1309 | 2024-03-22T16:12:15.895Z | Compiling pretty_assertions v1.4.0 |
1310 | 2024-03-22T16:12:17.338Z | Compiling num_enum_derive v0.7.2 |
1311 | 2024-03-22T16:12:19.024Z | Compiling num_enum v0.7.2 |
1312 | 2024-03-22T16:12:19.216Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1313 | 2024-03-22T16:12:19.323Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1314 | 2024-03-22T16:12:19.323Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1315 | 2024-03-22T16:12:19.348Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1316 | 2024-03-22T16:12:26.024Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1317 | 2024-03-22T16:12:26.024Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1318 | 2024-03-22T16:12:26.024Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1319 | 2024-03-22T16:12:35.757Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1320 | 2024-03-22T16:12:46.002Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1321 | 2024-03-22T16:12:55.780Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1322 | 2024-03-22T16:12:56.885Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1323 | 2024-03-22T16:12:58.158Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1324 | 2024-03-22T16:12:59.786Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1325 | 2024-03-22T16:13:19.422Z | Finished test [unoptimized + debuginfo] target(s) in 2m 12s |
1326 | 2024-03-22T16:13:19.516Z | Starting 2 tests across 1 binary (run ID: d2cd364a-0923-4d4b-9483-55c7a0e9a661, nextest profile: default) |
1327 | 2024-03-22T16:13:19.542Z | START bfd test::test_new_daemon |
1328 | 2024-03-22T16:13:19.542Z | |
1329 | 2024-03-22T16:13:19.542Z | running 1 test |
1330 | 2024-03-22T16:13:19.661Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2024-03-22T16:13:19.000169888Z","hostname":"bmat-EVT22200007-00000362","pid":2769} |
1331 | 2024-03-22T16:13:19.661Z | {"msg":"[Down][203.0.113.10] recv: channel is empty and sending half is closed, exiting recieve loop","v":0,"name":"slog-rs","level":50,"time":"2024-03-22T16:13:19.000600383Z","hostname":"bmat-EVT22200007-00000362","pid":2769} |
1332 | 2024-03-22T16:13:19.686Z | test test::test_new_daemon ... ok |
1333 | 2024-03-22T16:13:19.686Z | |
1334 | 2024-03-22T16:13:19.686Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.12s |
1335 | 2024-03-22T16:13:19.686Z | |
1336 | 2024-03-22T16:13:19.686Z | PASS [ 0.155s] bfd test::test_new_daemon |
1337 | 2024-03-22T16:13:19.687Z | START bfd test::test_protocol_basics |
1338 | 2024-03-22T16:13:19.712Z | |
1339 | 2024-03-22T16:13:19.712Z | running 1 test |
1340 | 2024-03-22T16:13:19.837Z | {"msg":"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 132552460, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10{"msg":"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3533482967, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,","time":"time":"2024-03-22T16:13:19.166356432Z"2024-03-22T16:13:19.166639362Z","hostname":","bmat-EVT22200007-00000362"hostname":","pid":bmat-EVT22200007-00000362","pid":27702770} |
1341 | 2024-03-22T16:13:19.837Z | {"msg":"transition -> Init","v":0,"name":"slog-rs","level":30} |
1342 | 2024-03-22T16:13:19.837Z | ,"time":"2024-03-22T16:13:19.166847953Z","hostname":"bmat-EVT22200007-00000362","{pid":2770"msg":"transition -> Init","v":0,"name":"slog-rs","level":,30"peer":"203.0.113.20","state":"Down"} |
1343 | 2024-03-22T16:13:19.837Z | ,"time":"2024-03-22T16:13:19.166870282Z","hostname":"bmat-EVT22200007-00000362","pid":2770,"peer":"203.0.113.10","state":"Down"} |
1344 | 2024-03-22T16:13:20.819Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 132552460, your_discriminator: 3533482967, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-03-22T16:13:20.158410641Z","hostname":"bmat-EVT22200007-00000362","pid":2770} |
1345 | 2024-03-22T16:13:20.819Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-03-22T16:13:20.158504396Z","hostname":"bmat-EVT22200007-00000362","pid":2770,"peer":"203.0.113.20","state":"Init"} |
1346 | 2024-03-22T16:13:20.845Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3533482967, your_discriminator: 132552460, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-03-22T16:13:20.166614568Z","hostname":"bmat-EVT22200007-00000362","pid":2770} |
1347 | 2024-03-22T16:13:20.845Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-03-22T16:13:20.166732103Z","hostname":"bmat-EVT22200007-00000362","pid":2770,"peer":"203.0.113.10","state":"Init"} |
1348 | 2024-03-22T16:13:26.772Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 132552460, your_discriminator: 3533482967, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-03-22T16:13:25.158564104Z","hostname":"bmat-EVT22200007-00000362","pid":2770} |
1349 | 2024-03-22T16:13:26.772Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3533482967, your_discriminator: 132552460, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-03-22T16:13:25.166788592Z","hostname":"bmat-EVT22200007-00000362","pid":2770} |
1350 | 2024-03-22T16:13:29.825Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2024-03-22T16:13:29.165981372Z","hostname":"bmat-EVT22200007-00000362","pid":2770} |
1351 | 2024-03-22T16:13:29.825Z | ,"time":"2024-03-22T16:13:29.166023958Z","hostname":"bmat-EVT22200007-00000362","pid":2770} |
1352 | 2024-03-22T16:13:29.850Z | test test::test_protocol_basics ... ok |
1353 | 2024-03-22T16:13:29.850Z | |
1354 | 2024-03-22T16:13:29.850Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.13s |
1355 | 2024-03-22T16:13:29.850Z | |
1356 | 2024-03-22T16:13:29.850Z | PASS [ 10.164s] bfd test::test_protocol_basics |
1357 | 2024-03-22T16:13:29.850Z | ------------ |
1358 | 2024-03-22T16:13:29.850Z | Summary [ 10.322s] 2 tests run: 2 passed, 0 skipped |
1359 | 2024-03-22T16:13:29.874Z | process exited: duration 294697 ms, exit code 0 |
|
1360 | 2024-03-22T16:13:29.924Z | found 0 output files |