|
|
|
1 | 2025-03-03T07:50:38.735Z | job assigned to worker 01JNDFPXEDET7590R5CT9C250X [factory aws, i-0ef237e066275b5c5] (queued for 1 m 0 s) |
|
2 | 2025-03-03T07:50:46.827Z | starting task 0: "setup" |
3 | 2025-03-03T07:50:46.835Z | ++ uname -s |
4 | 2025-03-03T07:50:46.839Z | + kern=SunOS |
5 | 2025-03-03T07:50:46.839Z | + build_user=build |
6 | 2025-03-03T07:50:46.839Z | + build_uid=12345 |
7 | 2025-03-03T07:50:46.839Z | + work_dir=/work |
8 | 2025-03-03T07:50:46.839Z | + input_dir=/input |
9 | 2025-03-03T07:50:46.839Z | + [[ 0 == 12345 ]] |
10 | 2025-03-03T07:50:46.839Z | + case "$kern" in |
11 | 2025-03-03T07:50:46.839Z | + groupadd -g 12345 build |
12 | 2025-03-03T07:50:46.842Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-03T07:50:48.849Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-03T07:50:48.973Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-03T07:50:48.976Z | + home_fs=zfs |
16 | 2025-03-03T07:50:48.976Z | + [[ zfs == autofs ]] |
17 | 2025-03-03T07:50:48.976Z | + mkdir -p /home/build |
18 | 2025-03-03T07:50:48.979Z | + chown build:build /home/build /work |
19 | 2025-03-03T07:50:50.980Z | + chmod 0700 /home/build /work |
20 | 2025-03-03T07:50:50.983Z | process exited: duration 4156 ms, exit code 0 |
|
21 | 2025-03-03T07:50:50.991Z | starting task 1: "rust-toolchain" |
22 | 2025-03-03T07:50:50.997Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-03T07:50:50.997Z | * rust toolchain channel = "stable" |
24 | 2025-03-03T07:50:50.997Z | * rust toolchain profile = "default" |
25 | 2025-03-03T07:50:50.997Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-03T07:50:50.997Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-03T07:50:51.001Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-03T07:50:51.001Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-03T07:50:51.001Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-03T07:50:51.104Z | info: downloading installer |
31 | 2025-03-03T07:50:52.551Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-03T07:50:52.551Z | warning: /opt/ooce/bin |
33 | 2025-03-03T07:50:52.551Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-03T07:50:52.551Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-03T07:50:52.551Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-03T07:50:52.551Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-03T07:50:52.551Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-03T07:50:52.552Z | error: cannot install while Rust is installed |
39 | 2025-03-03T07:50:52.552Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-03T07:50:52.564Z | info: profile set to 'default' |
41 | 2025-03-03T07:50:52.564Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-03T07:50:52.567Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-03T07:50:52.712Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-03T07:50:52.712Z | info: downloading component 'cargo' |
45 | 2025-03-03T07:50:53.452Z | info: downloading component 'clippy' |
46 | 2025-03-03T07:50:53.746Z | info: downloading component 'rust-docs' |
47 | 2025-03-03T07:50:54.880Z | info: downloading component 'rust-std' |
48 | 2025-03-03T07:50:56.538Z | info: downloading component 'rustc' |
49 | 2025-03-03T07:51:02.214Z | info: downloading component 'rustfmt' |
50 | 2025-03-03T07:51:02.428Z | info: installing component 'cargo' |
51 | 2025-03-03T07:51:03.237Z | info: installing component 'clippy' |
52 | 2025-03-03T07:51:03.617Z | info: installing component 'rust-docs' |
53 | 2025-03-03T07:51:05.332Z | info: installing component 'rust-std' |
54 | 2025-03-03T07:51:07.233Z | info: installing component 'rustc' |
55 | 2025-03-03T07:51:13.049Z | info: installing component 'rustfmt' |
56 | 2025-03-03T07:51:13.385Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-03T07:51:13.385Z | |
58 | 2025-03-03T07:51:13.754Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-03T07:51:13.754Z | |
60 | 2025-03-03T07:51:13.758Z | |
61 | 2025-03-03T07:51:13.758Z | Rust is installed now. Great! |
62 | 2025-03-03T07:51:13.758Z | |
63 | 2025-03-03T07:51:13.758Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-03T07:51:13.758Z | environment variable. This has not been done automatically. |
65 | 2025-03-03T07:51:13.758Z | |
66 | 2025-03-03T07:51:13.758Z | To configure your current shell, you need to source |
67 | 2025-03-03T07:51:13.759Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-03T07:51:13.759Z | |
69 | 2025-03-03T07:51:13.759Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-03T07:51:13.759Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-03T07:51:13.759Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-03T07:51:13.835Z | + rustup --version |
73 | 2025-03-03T07:51:13.845Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-03T07:51:13.845Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-03T07:51:13.922Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-03T07:51:13.926Z | + cargo --version |
77 | 2025-03-03T07:51:13.982Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-03T07:51:13.985Z | + rustc --version |
79 | 2025-03-03T07:51:14.047Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-03T07:51:14.050Z | process exited: duration 23059 ms, exit code 0 |
|
81 | 2025-03-03T07:51:14.057Z | starting task 2: "authentication" |
82 | 2025-03-03T07:51:14.078Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-03-03T07:51:14.085Z | starting task 3: "clone repository" |
84 | 2025-03-03T07:51:14.090Z | + mkdir -p /work/oxidecomputer/maghemite |
85 | 2025-03-03T07:51:14.093Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
86 | 2025-03-03T07:51:14.133Z | Cloning into '/work/oxidecomputer/maghemite'... |
87 | 2025-03-03T07:51:14.711Z | + cd /work/oxidecomputer/maghemite |
88 | 2025-03-03T07:51:14.711Z | + git fetch origin a303dda6454564a11df6c753bd28b24cfcfa4c3b |
89 | 2025-03-03T07:51:14.974Z | From https://github.com/oxidecomputer/maghemite |
90 | 2025-03-03T07:51:14.974Z | * branch a303dda6454564a11df6c753bd28b24cfcfa4c3b -> FETCH_HEAD |
91 | 2025-03-03T07:51:14.982Z | + [[ -n renovate/rust-1.x ]] |
92 | 2025-03-03T07:51:14.986Z | ++ git branch --show-current |
93 | 2025-03-03T07:51:14.989Z | + current=main |
94 | 2025-03-03T07:51:14.989Z | + [[ main != renovate/rust-1.x ]] |
95 | 2025-03-03T07:51:14.989Z | + git branch -f renovate/rust-1.x a303dda6454564a11df6c753bd28b24cfcfa4c3b |
96 | 2025-03-03T07:51:14.992Z | + git checkout -f renovate/rust-1.x |
97 | 2025-03-03T07:51:15.004Z | Switched to branch 'renovate/rust-1.x' |
98 | 2025-03-03T07:51:15.010Z | + git reset --hard a303dda6454564a11df6c753bd28b24cfcfa4c3b |
99 | 2025-03-03T07:51:15.020Z | HEAD is now at a303dda Update dependency rust to v1.85.0 |
100 | 2025-03-03T07:51:15.023Z | process exited: duration 934 ms, exit code 0 |
|
101 | 2025-03-03T07:51:15.030Z | starting task 4: "build" |
102 | 2025-03-03T07:51:15.035Z | + set -e |
103 | 2025-03-03T07:51:15.035Z | + cargo --version |
104 | 2025-03-03T07:51:15.040Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
105 | 2025-03-03T07:51:15.190Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
106 | 2025-03-03T07:51:15.190Z | info: downloading component 'cargo' |
107 | 2025-03-03T07:51:15.917Z | info: downloading component 'clippy' |
108 | 2025-03-03T07:51:16.213Z | info: downloading component 'rust-docs' |
109 | 2025-03-03T07:51:17.318Z | info: downloading component 'rust-std' |
110 | 2025-03-03T07:51:18.976Z | info: downloading component 'rustc' |
111 | 2025-03-03T07:51:24.612Z | info: downloading component 'rustfmt' |
112 | 2025-03-03T07:51:24.822Z | info: installing component 'cargo' |
113 | 2025-03-03T07:51:25.645Z | info: installing component 'clippy' |
114 | 2025-03-03T07:51:26.027Z | info: installing component 'rust-docs' |
115 | 2025-03-03T07:51:27.805Z | info: installing component 'rust-std' |
116 | 2025-03-03T07:51:29.708Z | info: installing component 'rustc' |
117 | 2025-03-03T07:51:35.508Z | info: installing component 'rustfmt' |
118 | 2025-03-03T07:51:35.953Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
119 | 2025-03-03T07:51:35.967Z | + rustc --version |
120 | 2025-03-03T07:51:36.015Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
121 | 2025-03-03T07:51:36.021Z | + cargo install cargo-nextest |
122 | 2025-03-03T07:51:36.103Z | Updating crates.io index |
123 | 2025-03-03T07:51:36.237Z | Downloading crates ... |
124 | 2025-03-03T07:51:36.297Z | Downloaded cargo-nextest v0.9.92 |
125 | 2025-03-03T07:51:36.348Z | Installing cargo-nextest v0.9.92 |
126 | 2025-03-03T07:51:36.399Z | Updating crates.io index |
127 | 2025-03-03T07:51:37.597Z | Locking 346 packages to latest compatible versions |
128 | 2025-03-03T07:51:37.600Z | Adding backtrace v0.3.71 (available: v0.3.74) |
129 | 2025-03-03T07:51:37.616Z | Adding idna_adapter v1.0.0 (available: v1.2.0) |
130 | 2025-03-03T07:51:37.656Z | Downloading crates ... |
131 | 2025-03-03T07:51:37.723Z | Downloaded adler v1.0.2 |
132 | 2025-03-03T07:51:37.730Z | Downloaded anstream v0.6.18 |
133 | 2025-03-03T07:51:37.738Z | Downloaded ahash v0.8.11 |
134 | 2025-03-03T07:51:37.742Z | Downloaded atomicwrites v0.4.4 |
135 | 2025-03-03T07:51:37.746Z | Downloaded foreign-types-shared v0.1.1 |
136 | 2025-03-03T07:51:37.749Z | Downloaded equivalent v1.0.2 |
137 | 2025-03-03T07:51:37.756Z | Downloaded swrite v0.1.0 |
138 | 2025-03-03T07:51:37.760Z | Downloaded anstyle-parse v0.2.6 |
139 | 2025-03-03T07:51:37.764Z | Downloaded guppy-workspace-hack v0.1.0 |
140 | 2025-03-03T07:51:37.764Z | Downloaded foreign-types v0.3.2 |
141 | 2025-03-03T07:51:37.764Z | Downloaded enable-ansi-support v0.2.1 |
142 | 2025-03-03T07:51:37.764Z | Downloaded adler2 v2.0.0 |
143 | 2025-03-03T07:51:37.767Z | Downloaded thiserror-impl v2.0.12 |
144 | 2025-03-03T07:51:37.770Z | Downloaded hyper-tls v0.6.0 |
145 | 2025-03-03T07:51:37.770Z | Downloaded thiserror v2.0.12 |
146 | 2025-03-03T07:51:37.776Z | Downloaded tokio-stream v0.1.17 |
147 | 2025-03-03T07:51:37.781Z | Downloaded thiserror-impl v1.0.69 |
148 | 2025-03-03T07:51:37.784Z | Downloaded toml v0.8.20 |
149 | 2025-03-03T07:51:37.787Z | Downloaded tokio-rustls v0.26.2 |
150 | 2025-03-03T07:51:37.790Z | Downloaded subtle v2.6.1 |
151 | 2025-03-03T07:51:37.793Z | Downloaded debug-ignore v1.0.5 |
152 | 2025-03-03T07:51:37.796Z | Downloaded form_urlencoded v1.2.1 |
153 | 2025-03-03T07:51:37.796Z | Downloaded cargo-platform v0.1.9 |
154 | 2025-03-03T07:51:37.796Z | Downloaded backtrace-ext v0.2.1 |
155 | 2025-03-03T07:51:37.800Z | Downloaded anstyle-query v1.1.2 |
156 | 2025-03-03T07:51:37.800Z | Downloaded tokio-util v0.7.13 |
157 | 2025-03-03T07:51:37.806Z | Downloaded thread_local v1.1.8 |
158 | 2025-03-03T07:51:37.809Z | Downloaded supports-hyperlinks v3.1.0 |
159 | 2025-03-03T07:51:37.809Z | Downloaded fastrand v2.3.0 |
160 | 2025-03-03T07:51:37.813Z | Downloaded humantime v2.1.0 |
161 | 2025-03-03T07:51:37.813Z | Downloaded http-body-util v0.1.2 |
162 | 2025-03-03T07:51:37.816Z | Downloaded fnv v1.0.7 |
163 | 2025-03-03T07:51:37.816Z | Downloaded camino-tempfile v1.1.1 |
164 | 2025-03-03T07:51:37.816Z | Downloaded toml_edit v0.22.24 |
165 | 2025-03-03T07:51:37.840Z | Downloaded unicode-ident v1.0.17 |
166 | 2025-03-03T07:51:37.843Z | Downloaded syn v2.0.99 |
167 | 2025-03-03T07:51:37.855Z | Downloaded tracing-core v0.1.33 |
168 | 2025-03-03T07:51:37.859Z | Downloaded shlex v1.3.0 |
169 | 2025-03-03T07:51:37.862Z | Downloaded colorchoice v1.0.3 |
170 | 2025-03-03T07:51:37.863Z | Downloaded futures-macro v0.3.31 |
171 | 2025-03-03T07:51:37.866Z | Downloaded getrandom v0.2.15 |
172 | 2025-03-03T07:51:37.869Z | Downloaded zstd v0.13.3 |
173 | 2025-03-03T07:51:37.869Z | Downloaded zerocopy v0.8.21 |
174 | 2025-03-03T07:51:37.895Z | Downloaded is_ci v1.2.0 |
175 | 2025-03-03T07:51:37.899Z | Downloaded tinyvec_macros v0.1.1 |
176 | 2025-03-03T07:51:37.899Z | Downloaded idna_adapter v1.0.0 |
177 | 2025-03-03T07:51:37.899Z | Downloaded slab v0.4.9 |
178 | 2025-03-03T07:51:37.902Z | Downloaded hex v0.4.3 |
179 | 2025-03-03T07:51:37.903Z | Downloaded generic-array v0.14.7 |
180 | 2025-03-03T07:51:37.903Z | Downloaded futures-core v0.3.31 |
181 | 2025-03-03T07:51:37.906Z | Downloaded want v0.3.1 |
182 | 2025-03-03T07:51:37.906Z | Downloaded tower-layer v0.3.3 |
183 | 2025-03-03T07:51:37.909Z | Downloaded future-queue v0.4.0 |
184 | 2025-03-03T07:51:37.910Z | Downloaded hyper-rustls v0.27.5 |
185 | 2025-03-03T07:51:37.914Z | Downloaded futures-task v0.3.31 |
186 | 2025-03-03T07:51:37.915Z | Downloaded urlencoding v2.1.3 |
187 | 2025-03-03T07:51:37.919Z | Downloaded untrusted v0.9.0 |
188 | 2025-03-03T07:51:37.919Z | Downloaded number_prefix v0.4.0 |
189 | 2025-03-03T07:51:37.919Z | Downloaded try-lock v0.2.5 |
190 | 2025-03-03T07:51:37.920Z | Downloaded tower-service v0.3.3 |
191 | 2025-03-03T07:51:37.920Z | Downloaded either v1.14.0 |
192 | 2025-03-03T07:51:37.925Z | Downloaded duct v0.13.7 |
193 | 2025-03-03T07:51:37.925Z | Downloaded nested v0.1.1 |
194 | 2025-03-03T07:51:37.925Z | Downloaded quick-junit v0.5.1 |
195 | 2025-03-03T07:51:37.931Z | Downloaded pathdiff v0.2.3 |
196 | 2025-03-03T07:51:37.931Z | Downloaded const-oid v0.9.6 |
197 | 2025-03-03T07:51:37.931Z | Downloaded mukti-metadata v0.3.0 |
198 | 2025-03-03T07:51:37.931Z | Downloaded globset v0.4.16 |
199 | 2025-03-03T07:51:37.936Z | Downloaded derive-where v1.2.7 |
200 | 2025-03-03T07:51:37.943Z | Downloaded addr2line v0.21.0 |
201 | 2025-03-03T07:51:37.943Z | Downloaded indenter v0.3.3 |
202 | 2025-03-03T07:51:37.944Z | Downloaded tracing-log v0.2.0 |
203 | 2025-03-03T07:51:37.944Z | Downloaded tracing-error v0.2.1 |
204 | 2025-03-03T07:51:37.949Z | Downloaded getrandom v0.3.1 |
205 | 2025-03-03T07:51:37.949Z | Downloaded openssl-macros v0.1.1 |
206 | 2025-03-03T07:51:37.949Z | Downloaded nextest-workspace-hack v0.1.0 |
207 | 2025-03-03T07:51:37.956Z | Downloaded is_terminal_polyfill v1.70.1 |
208 | 2025-03-03T07:51:37.956Z | Downloaded indent_write v2.2.0 |
209 | 2025-03-03T07:51:37.956Z | Downloaded zeroize v1.8.1 |
210 | 2025-03-03T07:51:37.956Z | Downloaded rustc_version v0.4.1 |
211 | 2025-03-03T07:51:37.964Z | Downloaded smallvec v1.14.0 |
212 | 2025-03-03T07:51:37.964Z | Downloaded zipsign-api v0.1.3 |
213 | 2025-03-03T07:51:37.964Z | Downloaded itoa v1.0.14 |
214 | 2025-03-03T07:51:37.964Z | Downloaded futures v0.3.31 |
215 | 2025-03-03T07:51:37.969Z | Downloaded lazy_static v1.5.0 |
216 | 2025-03-03T07:51:37.969Z | Downloaded ppv-lite86 v0.2.20 |
217 | 2025-03-03T07:51:37.979Z | Downloaded nextest-metadata v0.12.2 |
218 | 2025-03-03T07:51:37.979Z | Downloaded utf8_iter v1.0.4 |
219 | 2025-03-03T07:51:37.980Z | Downloaded tokio-native-tls v0.3.1 |
220 | 2025-03-03T07:51:37.981Z | Downloaded utf8parse v0.2.2 |
221 | 2025-03-03T07:51:37.981Z | Downloaded unicode-linebreak v0.1.5 |
222 | 2025-03-03T07:51:37.981Z | Downloaded pkg-config v0.3.31 |
223 | 2025-03-03T07:51:37.987Z | Downloaded openssl-probe v0.1.6 |
224 | 2025-03-03T07:51:37.987Z | Downloaded clap v4.5.31 |
225 | 2025-03-03T07:51:37.988Z | Downloaded parking_lot_core v0.9.10 |
226 | 2025-03-03T07:51:37.993Z | Downloaded xxhash-rust v0.8.15 |
227 | 2025-03-03T07:51:37.993Z | Downloaded percent-encoding v2.3.1 |
228 | 2025-03-03T07:51:37.994Z | Downloaded smol_str v0.3.2 |
229 | 2025-03-03T07:51:37.998Z | Downloaded native-tls v0.2.14 |
230 | 2025-03-03T07:51:37.999Z | Downloaded miette-derive v7.5.0 |
231 | 2025-03-03T07:51:37.999Z | Downloaded signature v2.2.0 |
232 | 2025-03-03T07:51:37.999Z | Downloaded strsim v0.11.1 |
233 | 2025-03-03T07:51:38.003Z | Downloaded strip-ansi-escapes v0.2.1 |
234 | 2025-03-03T07:51:38.003Z | Downloaded rustc-hash v2.1.1 |
235 | 2025-03-03T07:51:38.003Z | Downloaded rand_chacha v0.3.1 |
236 | 2025-03-03T07:51:38.008Z | Downloaded static_assertions v1.1.0 |
237 | 2025-03-03T07:51:38.008Z | Downloaded signal-hook-registry v1.4.2 |
238 | 2025-03-03T07:51:38.008Z | Downloaded scopeguard v1.2.0 |
239 | 2025-03-03T07:51:38.008Z | Downloaded os_pipe v1.2.1 |
240 | 2025-03-03T07:51:38.011Z | Downloaded ipnet v2.11.0 |
241 | 2025-03-03T07:51:38.011Z | Downloaded zstd-safe v7.2.3 |
242 | 2025-03-03T07:51:38.015Z | Downloaded eyre v0.6.12 |
243 | 2025-03-03T07:51:38.015Z | Downloaded config v0.15.8 |
244 | 2025-03-03T07:51:38.020Z | Downloaded iana-time-zone v0.1.61 |
245 | 2025-03-03T07:51:38.024Z | Downloaded target-lexicon v0.13.2 |
246 | 2025-03-03T07:51:38.027Z | Downloaded rustls-pemfile v2.2.0 |
247 | 2025-03-03T07:51:38.027Z | Downloaded zerocopy-derive v0.7.35 |
248 | 2025-03-03T07:51:38.031Z | Downloaded serde_spanned v0.6.8 |
249 | 2025-03-03T07:51:38.036Z | Downloaded pkcs8 v0.10.2 |
250 | 2025-03-03T07:51:38.036Z | Downloaded shared_child v1.0.1 |
251 | 2025-03-03T07:51:38.039Z | Downloaded httparse v1.10.0 |
252 | 2025-03-03T07:51:38.039Z | Downloaded der v0.7.9 |
253 | 2025-03-03T07:51:38.044Z | Downloaded serde_urlencoded v0.7.1 |
254 | 2025-03-03T07:51:38.047Z | Downloaded mime v0.3.17 |
255 | 2025-03-03T07:51:38.048Z | Downloaded spki v0.7.3 |
256 | 2025-03-03T07:51:38.052Z | Downloaded bytes v1.10.0 |
257 | 2025-03-03T07:51:38.055Z | Downloaded rand_core v0.6.4 |
258 | 2025-03-03T07:51:38.055Z | Downloaded pin-utils v0.1.0 |
259 | 2025-03-03T07:51:38.055Z | Downloaded quinn-udp v0.5.10 |
260 | 2025-03-03T07:51:38.060Z | Downloaded borsh v1.5.5 |
261 | 2025-03-03T07:51:38.064Z | Downloaded shell-words v1.1.0 |
262 | 2025-03-03T07:51:38.064Z | Downloaded semver v1.0.25 |
263 | 2025-03-03T07:51:38.067Z | Downloaded pin-project-internal v1.1.9 |
264 | 2025-03-03T07:51:38.071Z | Downloaded textwrap v0.16.1 |
265 | 2025-03-03T07:51:38.071Z | Downloaded log v0.4.26 |
266 | 2025-03-03T07:51:38.076Z | Downloaded base64 v0.21.7 |
267 | 2025-03-03T07:51:38.081Z | Downloaded num-traits v0.2.19 |
268 | 2025-03-03T07:51:38.087Z | Downloaded jobserver v0.1.32 |
269 | 2025-03-03T07:51:38.087Z | Downloaded ed25519-dalek v2.1.1 |
270 | 2025-03-03T07:51:38.091Z | Downloaded sha2 v0.10.8 |
271 | 2025-03-03T07:51:38.091Z | Downloaded http v1.2.0 |
272 | 2025-03-03T07:51:38.095Z | Downloaded rand_core v0.9.3 |
273 | 2025-03-03T07:51:38.096Z | Downloaded parking_lot v0.12.3 |
274 | 2025-03-03T07:51:38.100Z | Downloaded proc-macro2 v1.0.94 |
275 | 2025-03-03T07:51:38.106Z | Downloaded cc v1.2.16 |
276 | 2025-03-03T07:51:38.106Z | Downloaded self_update v0.42.0 |
277 | 2025-03-03T07:51:38.110Z | Downloaded rustls-pki-types v1.11.0 |
278 | 2025-03-03T07:51:38.115Z | Downloaded quinn v0.11.6 |
279 | 2025-03-03T07:51:38.115Z | Downloaded serde_path_to_error v0.1.17 |
280 | 2025-03-03T07:51:38.119Z | Downloaded uuid v1.15.1 |
281 | 2025-03-03T07:51:38.125Z | Downloaded socket2 v0.5.8 |
282 | 2025-03-03T07:51:38.125Z | Downloaded pin-project v1.1.9 |
283 | 2025-03-03T07:51:38.135Z | Downloaded serde_derive v1.0.218 |
284 | 2025-03-03T07:51:38.139Z | Downloaded ryu v1.0.19 |
285 | 2025-03-03T07:51:38.150Z | Downloaded hyper-util v0.1.10 |
286 | 2025-03-03T07:51:38.150Z | Downloaded indicatif v0.17.11 |
287 | 2025-03-03T07:51:38.153Z | Downloaded indexmap v2.7.1 |
288 | 2025-03-03T07:51:38.156Z | Downloaded sharded-slab v0.1.7 |
289 | 2025-03-03T07:51:38.160Z | Downloaded flate2 v1.1.0 |
290 | 2025-03-03T07:51:38.165Z | Downloaded openssl-sys v0.9.106 |
291 | 2025-03-03T07:51:38.170Z | Downloaded guppy v0.17.17 |
292 | 2025-03-03T07:51:38.176Z | Downloaded crossterm v0.28.1 |
293 | 2025-03-03T07:51:38.183Z | Downloaded memchr v2.7.4 |
294 | 2025-03-03T07:51:38.189Z | Downloaded tower v0.5.2 |
295 | 2025-03-03T07:51:38.198Z | Downloaded rand v0.9.0 |
296 | 2025-03-03T07:51:38.202Z | Downloaded mio v1.0.3 |
297 | 2025-03-03T07:51:38.208Z | Downloaded miette v7.5.0 |
298 | 2025-03-03T07:51:38.213Z | Downloaded unicode-normalization v0.1.24 |
299 | 2025-03-03T07:51:38.217Z | Downloaded aho-corasick v1.1.3 |
300 | 2025-03-03T07:51:38.223Z | Downloaded hyper v1.6.0 |
301 | 2025-03-03T07:51:38.231Z | Downloaded zerocopy v0.7.35 |
302 | 2025-03-03T07:51:38.247Z | Downloaded itertools v0.14.0 |
303 | 2025-03-03T07:51:38.254Z | Downloaded winnow v0.7.3 |
304 | 2025-03-03T07:51:38.268Z | Downloaded serde_json v1.0.139 |
305 | 2025-03-03T07:51:38.273Z | Downloaded futures-util v0.3.31 |
306 | 2025-03-03T07:51:38.283Z | Downloaded portable-atomic v1.11.0 |
307 | 2025-03-03T07:51:38.292Z | Downloaded quick-xml v0.37.2 |
308 | 2025-03-03T07:51:38.298Z | Downloaded color-spantrace v0.2.1 |
309 | 2025-03-03T07:51:38.304Z | Downloaded reqwest v0.12.12 |
310 | 2025-03-03T07:51:38.309Z | Downloaded rustls-webpki v0.102.8 |
311 | 2025-03-03T07:51:38.328Z | Downloaded quinn-proto v0.11.9 |
312 | 2025-03-03T07:51:38.334Z | Downloaded tracing-subscriber v0.3.19 |
313 | 2025-03-03T07:51:38.343Z | Downloaded webpki-roots v0.26.8 |
314 | 2025-03-03T07:51:38.348Z | Downloaded gimli v0.28.1 |
315 | 2025-03-03T07:51:38.357Z | Downloaded curve25519-dalek v4.1.3 |
316 | 2025-03-03T07:51:38.365Z | Downloaded regex v1.11.1 |
317 | 2025-03-03T07:51:38.377Z | Downloaded unicode-width v0.1.14 |
318 | 2025-03-03T07:51:38.383Z | Downloaded unicode-width v0.2.0 |
319 | 2025-03-03T07:51:38.389Z | Downloaded object v0.32.2 |
320 | 2025-03-03T07:51:38.400Z | Downloaded nextest-runner v0.75.0 |
321 | 2025-03-03T07:51:38.413Z | Downloaded rustls v0.23.23 |
322 | 2025-03-03T07:51:38.423Z | Downloaded nix v0.29.0 |
323 | 2025-03-03T07:51:38.434Z | Downloaded regex-syntax v0.8.5 |
324 | 2025-03-03T07:51:38.442Z | Downloaded rustix v0.38.44 |
325 | 2025-03-03T07:51:38.464Z | Downloaded bstr v1.11.3 |
326 | 2025-03-03T07:51:38.473Z | Downloaded openssl v0.10.71 |
327 | 2025-03-03T07:51:38.481Z | Downloaded vcpkg v0.2.15 |
328 | 2025-03-03T07:51:38.517Z | Downloaded chrono v0.4.40 |
329 | 2025-03-03T07:51:38.524Z | Downloaded idna v1.0.3 |
330 | 2025-03-03T07:51:38.530Z | Downloaded h2 v0.4.8 |
331 | 2025-03-03T07:51:38.534Z | Downloaded clap_builder v4.5.31 |
332 | 2025-03-03T07:51:38.542Z | Downloaded hashbrown v0.15.2 |
333 | 2025-03-03T07:51:38.549Z | Downloaded serde v1.0.218 |
334 | 2025-03-03T07:51:38.554Z | Downloaded tracing v0.1.41 |
335 | 2025-03-03T07:51:38.554Z | Downloaded tinyvec v1.9.0 |
336 | 2025-03-03T07:51:38.560Z | Downloaded color-eyre v0.6.3 |
337 | 2025-03-03T07:51:38.567Z | Downloaded url v2.5.4 |
338 | 2025-03-03T07:51:38.577Z | Downloaded rand v0.8.5 |
339 | 2025-03-03T07:51:38.577Z | Downloaded ron v0.8.1 |
340 | 2025-03-03T07:51:38.584Z | Downloaded regex-automata v0.4.9 |
341 | 2025-03-03T07:51:38.592Z | Downloaded nextest-filtering v0.15.0 |
342 | 2025-03-03T07:51:38.597Z | Downloaded miniz_oxide v0.8.5 |
343 | 2025-03-03T07:51:38.597Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
344 | 2025-03-03T07:51:38.613Z | Downloaded vte v0.14.1 |
345 | 2025-03-03T07:51:38.617Z | Downloaded petgraph v0.7.1 |
346 | 2025-03-03T07:51:38.632Z | Downloaded tar v0.4.44 |
347 | 2025-03-03T07:51:38.636Z | Downloaded libc v0.2.170 |
348 | 2025-03-03T07:51:38.658Z | Downloaded owo-colors v4.2.0 |
349 | 2025-03-03T07:51:38.662Z | Downloaded pin-project-lite v0.2.16 |
350 | 2025-03-03T07:51:38.666Z | Downloaded miniz_oxide v0.7.4 |
351 | 2025-03-03T07:51:38.669Z | Downloaded cfg-expr v0.18.0 |
352 | 2025-03-03T07:51:38.674Z | Downloaded owo-colors v3.5.0 |
353 | 2025-03-03T07:51:38.674Z | Downloaded tokio v1.43.0 |
354 | 2025-03-03T07:51:38.718Z | Downloaded quote v1.0.39 |
355 | 2025-03-03T07:51:38.721Z | Downloaded signal-hook v0.3.17 |
356 | 2025-03-03T07:51:38.721Z | Downloaded rustc-demangle v0.1.24 |
357 | 2025-03-03T07:51:38.721Z | Downloaded base64 v0.22.1 |
358 | 2025-03-03T07:51:38.721Z | Downloaded backtrace v0.3.71 |
359 | 2025-03-03T07:51:38.726Z | Downloaded serde_ignored v0.1.11 |
360 | 2025-03-03T07:51:38.729Z | Downloaded lock_api v0.4.12 |
361 | 2025-03-03T07:51:38.729Z | Downloaded rand_chacha v0.9.0 |
362 | 2025-03-03T07:51:38.729Z | Downloaded target-spec v3.4.2 |
363 | 2025-03-03T07:51:38.733Z | Downloaded thiserror v1.0.69 |
364 | 2025-03-03T07:51:38.736Z | Downloaded once_cell v1.20.3 |
365 | 2025-03-03T07:51:38.739Z | Downloaded newtype-uuid v1.2.1 |
366 | 2025-03-03T07:51:38.739Z | Downloaded terminal_size v0.4.1 |
367 | 2025-03-03T07:51:38.739Z | Downloaded target-spec-miette v0.4.4 |
368 | 2025-03-03T07:51:38.743Z | Downloaded tokio-macros v2.5.0 |
369 | 2025-03-03T07:51:38.743Z | Downloaded signal-hook-mio v0.2.4 |
370 | 2025-03-03T07:51:38.747Z | Downloaded self-replace v1.5.0 |
371 | 2025-03-03T07:51:38.747Z | Downloaded bitflags v2.9.0 |
372 | 2025-03-03T07:51:38.750Z | Downloaded xattr v1.4.0 |
373 | 2025-03-03T07:51:38.753Z | Downloaded version_check v0.9.5 |
374 | 2025-03-03T07:51:38.753Z | Downloaded clap_derive v4.5.28 |
375 | 2025-03-03T07:51:38.756Z | Downloaded cargo_metadata v0.19.2 |
376 | 2025-03-03T07:51:38.756Z | Downloaded futures-channel v0.3.31 |
377 | 2025-03-03T07:51:38.759Z | Downloaded fixedbitset v0.5.7 |
378 | 2025-03-03T07:51:38.762Z | Downloaded dialoguer v0.11.0 |
379 | 2025-03-03T07:51:38.765Z | Downloaded camino v1.1.9 |
380 | 2025-03-03T07:51:38.765Z | Downloaded base64ct v1.6.0 |
381 | 2025-03-03T07:51:38.768Z | Downloaded tracing-attributes v0.1.28 |
382 | 2025-03-03T07:51:38.771Z | Downloaded ed25519 v2.2.3 |
383 | 2025-03-03T07:51:38.771Z | Downloaded futures-io v0.3.31 |
384 | 2025-03-03T07:51:38.771Z | Downloaded crc32fast v1.4.2 |
385 | 2025-03-03T07:51:38.774Z | Downloaded console v0.15.11 |
386 | 2025-03-03T07:51:38.777Z | Downloaded autocfg v1.4.0 |
387 | 2025-03-03T07:51:38.777Z | Downloaded unicase v2.8.1 |
388 | 2025-03-03T07:51:38.781Z | Downloaded typenum v1.18.0 |
389 | 2025-03-03T07:51:38.784Z | Downloaded toml_datetime v0.6.8 |
390 | 2025-03-03T07:51:38.784Z | Downloaded humantime-serde v1.1.1 |
391 | 2025-03-03T07:51:38.784Z | Downloaded recursion v0.5.2 |
392 | 2025-03-03T07:51:38.792Z | Downloaded futures-executor v0.3.31 |
393 | 2025-03-03T07:51:38.795Z | Downloaded errno v0.3.10 |
394 | 2025-03-03T07:51:38.795Z | Downloaded digest v0.10.7 |
395 | 2025-03-03T07:51:38.800Z | Downloaded clap_lex v0.7.4 |
396 | 2025-03-03T07:51:38.800Z | Downloaded ring v0.17.11 |
397 | 2025-03-03T07:51:38.840Z | Downloaded home v0.5.11 |
398 | 2025-03-03T07:51:38.845Z | Downloaded heck v0.5.0 |
399 | 2025-03-03T07:51:38.846Z | Downloaded futures-sink v0.3.31 |
400 | 2025-03-03T07:51:38.846Z | Downloaded cpufeatures v0.2.17 |
401 | 2025-03-03T07:51:38.846Z | Downloaded async-scoped v0.9.0 |
402 | 2025-03-03T07:51:38.847Z | Downloaded crypto-common v0.1.6 |
403 | 2025-03-03T07:51:38.847Z | Downloaded byteorder v1.5.0 |
404 | 2025-03-03T07:51:38.847Z | Downloaded atomic-waker v1.1.2 |
405 | 2025-03-03T07:51:38.847Z | Downloaded anstyle v1.0.10 |
406 | 2025-03-03T07:51:38.853Z | Downloaded curve25519-dalek-derive v0.1.1 |
407 | 2025-03-03T07:51:38.853Z | Downloaded block-buffer v0.10.4 |
408 | 2025-03-03T07:51:38.853Z | Downloaded cfg_aliases v0.2.1 |
409 | 2025-03-03T07:51:38.853Z | Downloaded tempfile v3.17.1 |
410 | 2025-03-03T07:51:38.853Z | Downloaded sync_wrapper v1.0.2 |
411 | 2025-03-03T07:51:38.853Z | Downloaded filetime v0.2.25 |
412 | 2025-03-03T07:51:38.857Z | Downloaded cfg-if v1.0.0 |
413 | 2025-03-03T07:51:38.858Z | Downloaded http-body v1.0.1 |
414 | 2025-03-03T07:51:38.858Z | Downloaded supports-unicode v3.0.0 |
415 | 2025-03-03T07:51:38.858Z | Downloaded supports-color v3.0.2 |
416 | 2025-03-03T07:51:38.891Z | Compiling proc-macro2 v1.0.94 |
417 | 2025-03-03T07:51:38.891Z | Compiling unicode-ident v1.0.17 |
418 | 2025-03-03T07:51:38.896Z | Compiling libc v0.2.170 |
419 | 2025-03-03T07:51:38.897Z | Compiling cfg-if v1.0.0 |
420 | 2025-03-03T07:51:38.897Z | Compiling memchr v2.7.4 |
421 | 2025-03-03T07:51:38.968Z | Compiling serde v1.0.218 |
422 | 2025-03-03T07:51:38.973Z | Compiling once_cell v1.20.3 |
423 | 2025-03-03T07:51:39.112Z | Compiling autocfg v1.4.0 |
424 | 2025-03-03T07:51:39.224Z | Compiling shlex v1.3.0 |
425 | 2025-03-03T07:51:39.448Z | Compiling log v0.4.26 |
426 | 2025-03-03T07:51:39.534Z | Compiling pin-project-lite v0.2.16 |
427 | 2025-03-03T07:51:39.633Z | Compiling itoa v1.0.14 |
428 | 2025-03-03T07:51:39.680Z | Compiling futures-core v0.3.31 |
429 | 2025-03-03T07:51:39.851Z | Compiling rustix v0.38.44 |
430 | 2025-03-03T07:51:39.869Z | Compiling bitflags v2.9.0 |
431 | 2025-03-03T07:51:39.924Z | Compiling smallvec v1.14.0 |
432 | 2025-03-03T07:51:39.928Z | Compiling slab v0.4.9 |
433 | 2025-03-03T07:51:40.331Z | Compiling jobserver v0.1.32 |
434 | 2025-03-03T07:51:40.370Z | Compiling bytes v1.10.0 |
435 | 2025-03-03T07:51:40.403Z | Compiling futures-sink v0.3.31 |
436 | 2025-03-03T07:51:40.607Z | Compiling hashbrown v0.15.2 |
437 | 2025-03-03T07:51:40.656Z | Compiling getrandom v0.3.1 |
438 | 2025-03-03T07:51:40.708Z | Compiling cc v1.2.16 |
439 | 2025-03-03T07:51:41.000Z | Compiling quote v1.0.39 |
440 | 2025-03-03T07:51:41.130Z | Compiling errno v0.3.10 |
441 | 2025-03-03T07:51:41.232Z | Compiling signal-hook-registry v1.4.2 |
442 | 2025-03-03T07:51:41.277Z | Compiling mio v1.0.3 |
443 | 2025-03-03T07:51:41.386Z | Compiling syn v2.0.99 |
444 | 2025-03-03T07:51:41.597Z | Compiling equivalent v1.0.2 |
445 | 2025-03-03T07:51:42.077Z | Compiling socket2 v0.5.8 |
446 | 2025-03-03T07:51:42.345Z | Compiling futures-channel v0.3.31 |
447 | 2025-03-03T07:51:42.542Z | Compiling tracing-core v0.1.33 |
448 | 2025-03-03T07:51:42.750Z | Compiling version_check v0.9.5 |
449 | 2025-03-03T07:51:42.876Z | Compiling futures-io v0.3.31 |
450 | 2025-03-03T07:51:42.986Z | Compiling pin-utils v0.1.0 |
451 | 2025-03-03T07:51:43.095Z | Compiling futures-task v0.3.31 |
452 | 2025-03-03T07:51:43.258Z | Compiling serde_json v1.0.139 |
453 | 2025-03-03T07:51:43.344Z | Compiling ryu v1.0.19 |
454 | 2025-03-03T07:51:43.403Z | Compiling getrandom v0.2.15 |
455 | 2025-03-03T07:51:43.687Z | Compiling fnv v1.0.7 |
456 | 2025-03-03T07:51:43.725Z | Compiling camino v1.1.9 |
457 | 2025-03-03T07:51:43.843Z | Compiling http v1.2.0 |
458 | 2025-03-03T07:51:43.904Z | Compiling rustls-pki-types v1.11.0 |
459 | 2025-03-03T07:51:43.988Z | Compiling target-lexicon v0.13.2 |
460 | 2025-03-03T07:51:44.175Z | Compiling ring v0.17.11 |
461 | 2025-03-03T07:51:44.387Z | Compiling backtrace v0.3.71 |
462 | 2025-03-03T07:51:44.957Z | Compiling httparse v1.10.0 |
463 | 2025-03-03T07:51:44.960Z | Compiling thiserror v1.0.69 |
464 | 2025-03-03T07:51:44.995Z | Compiling untrusted v0.9.0 |
465 | 2025-03-03T07:51:45.206Z | Compiling adler v1.0.2 |
466 | 2025-03-03T07:51:45.502Z | Compiling byteorder v1.5.0 |
467 | 2025-03-03T07:51:45.522Z | Compiling guppy-workspace-hack v0.1.0 |
468 | 2025-03-03T07:51:45.606Z | Compiling semver v1.0.25 |
469 | 2025-03-03T07:51:45.631Z | Compiling typenum v1.18.0 |
470 | 2025-03-03T07:51:45.866Z | Compiling gimli v0.28.1 |
471 | 2025-03-03T07:51:46.014Z | Compiling http-body v1.0.1 |
472 | 2025-03-03T07:51:46.180Z | Compiling miniz_oxide v0.7.4 |
473 | 2025-03-03T07:51:46.321Z | Compiling generic-array v0.14.7 |
474 | 2025-03-03T07:51:46.335Z | Compiling object v0.32.2 |
475 | 2025-03-03T07:51:46.725Z | Compiling pkg-config v0.3.31 |
476 | 2025-03-03T07:51:47.579Z | Compiling rustls v0.23.23 |
477 | 2025-03-03T07:51:47.583Z | Compiling rustc-demangle v0.1.24 |
478 | 2025-03-03T07:51:47.736Z | Compiling zeroize v1.8.1 |
479 | 2025-03-03T07:51:47.946Z | Compiling fastrand v2.3.0 |
480 | 2025-03-03T07:51:48.052Z | Compiling try-lock v0.2.5 |
481 | 2025-03-03T07:51:48.228Z | Compiling thiserror v2.0.12 |
482 | 2025-03-03T07:51:48.252Z | Compiling unicode-width v0.2.0 |
483 | 2025-03-03T07:51:48.644Z | Compiling atomic-waker v1.1.2 |
484 | 2025-03-03T07:51:48.847Z | Compiling target-spec v3.4.2 |
485 | 2025-03-03T07:51:48.861Z | Compiling tempfile v3.17.1 |
486 | 2025-03-03T07:51:49.233Z | Compiling want v0.3.1 |
487 | 2025-03-03T07:51:49.373Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
488 | 2025-03-03T07:51:49.545Z | Compiling cfg-expr v0.18.0 |
489 | 2025-03-03T07:51:50.725Z | Compiling addr2line v0.21.0 |
490 | 2025-03-03T07:51:51.060Z | Compiling terminal_size v0.4.1 |
491 | 2025-03-03T07:51:51.155Z | Compiling aho-corasick v1.1.3 |
492 | 2025-03-03T07:51:51.298Z | Compiling owo-colors v4.2.0 |
493 | 2025-03-03T07:51:51.374Z | Compiling serde_derive v1.0.218 |
494 | 2025-03-03T07:51:51.573Z | Compiling futures-macro v0.3.31 |
495 | 2025-03-03T07:51:51.771Z | Compiling tokio-macros v2.5.0 |
496 | 2025-03-03T07:51:51.887Z | Compiling tracing-attributes v0.1.28 |
497 | 2025-03-03T07:51:51.989Z | Compiling zerocopy-derive v0.7.35 |
498 | 2025-03-03T07:51:53.178Z | Compiling tokio v1.43.0 |
499 | 2025-03-03T07:51:53.339Z | Compiling futures-util v0.3.31 |
500 | 2025-03-03T07:51:53.838Z | Compiling zerocopy v0.7.35 |
501 | 2025-03-03T07:51:53.882Z | Compiling thiserror-impl v1.0.69 |
502 | 2025-03-03T07:51:54.724Z | Compiling tracing v0.1.41 |
503 | 2025-03-03T07:51:55.381Z | Compiling thiserror-impl v2.0.12 |
504 | 2025-03-03T07:51:56.658Z | Compiling percent-encoding v2.3.1 |
505 | 2025-03-03T07:51:57.097Z | Compiling tower-service v0.3.3 |
506 | 2025-03-03T07:51:57.225Z | Compiling regex-syntax v0.8.5 |
507 | 2025-03-03T07:51:58.126Z | Compiling subtle v2.6.1 |
508 | 2025-03-03T07:51:58.605Z | Compiling form_urlencoded v1.2.1 |
509 | 2025-03-03T07:52:00.452Z | Compiling ahash v0.8.11 |
510 | 2025-03-03T07:52:00.875Z | Compiling rustls-webpki v0.102.8 |
511 | 2025-03-03T07:52:03.786Z | Compiling indexmap v2.7.1 |
512 | 2025-03-03T07:52:05.399Z | Compiling tokio-util v0.7.13 |
513 | 2025-03-03T07:52:06.468Z | Compiling h2 v0.4.8 |
514 | 2025-03-03T07:52:07.967Z | Compiling regex-automata v0.4.9 |
515 | 2025-03-03T07:52:10.663Z | Compiling num-traits v0.2.19 |
516 | 2025-03-03T07:52:11.042Z | Compiling lock_api v0.4.12 |
517 | 2025-03-03T07:52:11.445Z | Compiling is_ci v1.2.0 |
518 | 2025-03-03T07:52:11.738Z | Compiling utf8_iter v1.0.4 |
519 | 2025-03-03T07:52:12.026Z | Compiling hyper v1.6.0 |
520 | 2025-03-03T07:52:14.830Z | Compiling signal-hook v0.3.17 |
521 | 2025-03-03T07:52:15.084Z | Compiling nextest-workspace-hack v0.1.0 |
522 | 2025-03-03T07:52:15.192Z | Compiling idna_adapter v1.0.0 |
523 | 2025-03-03T07:52:15.350Z | Compiling parking_lot_core v0.9.10 |
524 | 2025-03-03T07:52:15.437Z | Compiling unicode-linebreak v0.1.5 |
525 | 2025-03-03T07:52:15.808Z | Compiling portable-atomic v1.11.0 |
526 | 2025-03-03T07:52:16.003Z | Compiling winnow v0.7.3 |
527 | 2025-03-03T07:52:16.687Z | Compiling lazy_static v1.5.0 |
528 | 2025-03-03T07:52:16.841Z | Compiling unicode-width v0.1.14 |
529 | 2025-03-03T07:52:17.469Z | Compiling either v1.14.0 |
530 | 2025-03-03T07:52:17.911Z | Compiling textwrap v0.16.1 |
531 | 2025-03-03T07:52:20.318Z | Compiling sharded-slab v0.1.7 |
532 | 2025-03-03T07:52:20.540Z | Compiling idna v1.0.3 |
533 | 2025-03-03T07:52:20.955Z | Compiling hyper-util v0.1.10 |
534 | 2025-03-03T07:52:21.618Z | Compiling tokio-rustls v0.26.2 |
535 | 2025-03-03T07:52:21.898Z | Compiling supports-color v3.0.2 |
536 | 2025-03-03T07:52:22.325Z | Compiling pathdiff v0.2.3 |
537 | 2025-03-03T07:52:22.515Z | Compiling toml_datetime v0.6.8 |
538 | 2025-03-03T07:52:22.530Z | Compiling cargo-platform v0.1.9 |
539 | 2025-03-03T07:52:23.196Z | Compiling serde_spanned v0.6.8 |
540 | 2025-03-03T07:52:23.614Z | Compiling backtrace-ext v0.2.1 |
541 | 2025-03-03T07:52:24.130Z | Compiling miette-derive v7.5.0 |
542 | 2025-03-03T07:52:24.230Z | Compiling console v0.15.11 |
543 | 2025-03-03T07:52:24.408Z | Compiling webpki-roots v0.26.8 |
544 | 2025-03-03T07:52:24.629Z | Compiling tracing-log v0.2.0 |
545 | 2025-03-03T07:52:25.309Z | Compiling sync_wrapper v1.0.2 |
546 | 2025-03-03T07:52:25.427Z | Compiling thread_local v1.1.8 |
547 | 2025-03-03T07:52:25.484Z | Compiling adler2 v2.0.0 |
548 | 2025-03-03T07:52:26.003Z | Compiling supports-hyperlinks v3.1.0 |
549 | 2025-03-03T07:52:26.193Z | Compiling zstd-safe v7.2.3 |
550 | 2025-03-03T07:52:26.334Z | Compiling tower-layer v0.3.3 |
551 | 2025-03-03T07:52:26.394Z | Compiling utf8parse v0.2.2 |
552 | 2025-03-03T07:52:26.561Z | Compiling zerocopy v0.8.21 |
553 | 2025-03-03T07:52:26.602Z | Compiling fixedbitset v0.5.7 |
554 | 2025-03-03T07:52:26.721Z | Compiling debug-ignore v1.0.5 |
555 | 2025-03-03T07:52:26.808Z | Compiling newtype-uuid v1.2.1 |
556 | 2025-03-03T07:52:26.885Z | Compiling scopeguard v1.2.0 |
557 | 2025-03-03T07:52:27.038Z | Compiling cfg_aliases v0.2.1 |
558 | 2025-03-03T07:52:27.132Z | Compiling supports-unicode v3.0.0 |
559 | 2025-03-03T07:52:27.187Z | Compiling nix v0.29.0 |
560 | 2025-03-03T07:52:27.263Z | Compiling petgraph v0.7.1 |
561 | 2025-03-03T07:52:27.370Z | Compiling miette v7.5.0 |
562 | 2025-03-03T07:52:27.697Z | Compiling tower v0.5.2 |
563 | 2025-03-03T07:52:27.848Z | Compiling anstyle-parse v0.2.6 |
564 | 2025-03-03T07:52:28.074Z | Compiling tracing-subscriber v0.3.19 |
565 | 2025-03-03T07:52:28.248Z | Compiling miniz_oxide v0.8.5 |
566 | 2025-03-03T07:52:28.523Z | Compiling hyper-rustls v0.27.5 |
567 | 2025-03-03T07:52:30.467Z | Compiling toml_edit v0.22.24 |
568 | 2025-03-03T07:52:31.292Z | Compiling cargo_metadata v0.19.2 |
569 | 2025-03-03T07:52:33.784Z | Compiling url v2.5.4 |
570 | 2025-03-03T07:52:37.824Z | Compiling itertools v0.14.0 |
571 | 2025-03-03T07:52:38.055Z | Compiling regex v1.11.1 |
572 | 2025-03-03T07:52:38.072Z | Compiling serde_urlencoded v0.7.1 |
573 | 2025-03-03T07:52:38.626Z | Compiling smol_str v0.3.2 |
574 | 2025-03-03T07:52:39.316Z | Compiling crypto-common v0.1.6 |
575 | 2025-03-03T07:52:39.375Z | Compiling block-buffer v0.10.4 |
576 | 2025-03-03T07:52:39.558Z | Compiling futures-executor v0.3.31 |
577 | 2025-03-03T07:52:39.621Z | Compiling http-body-util v0.1.2 |
578 | 2025-03-03T07:52:40.140Z | Compiling ppv-lite86 v0.2.20 |
579 | 2025-03-03T07:52:40.643Z | Compiling pin-project-internal v1.1.9 |
580 | 2025-03-03T07:52:40.915Z | Compiling rustls-pemfile v2.2.0 |
581 | 2025-03-03T07:52:41.255Z | Compiling xattr v1.4.0 |
582 | 2025-03-03T07:52:41.290Z | Compiling rand_core v0.9.3 |
583 | 2025-03-03T07:52:41.408Z | Compiling uuid v1.15.1 |
584 | 2025-03-03T07:52:41.591Z | Compiling filetime v0.2.25 |
585 | 2025-03-03T07:52:41.796Z | Compiling vte v0.14.1 |
586 | 2025-03-03T07:52:41.951Z | Compiling bstr v1.11.3 |
587 | 2025-03-03T07:52:42.186Z | Compiling quick-xml v0.37.2 |
588 | 2025-03-03T07:52:42.630Z | Compiling crc32fast v1.4.2 |
589 | 2025-03-03T07:52:43.159Z | Compiling nested v0.1.1 |
590 | 2025-03-03T07:52:43.175Z | Compiling is_terminal_polyfill v1.70.1 |
591 | 2025-03-03T07:52:43.314Z | Compiling eyre v0.6.12 |
592 | 2025-03-03T07:52:43.388Z | Compiling number_prefix v0.4.0 |
593 | 2025-03-03T07:52:43.509Z | Compiling self_update v0.42.0 |
594 | 2025-03-03T07:52:43.655Z | Compiling tinyvec_macros v0.1.1 |
595 | 2025-03-03T07:52:43.761Z | Compiling base64 v0.22.1 |
596 | 2025-03-03T07:52:43.866Z | Compiling colorchoice v1.0.3 |
597 | 2025-03-03T07:52:43.917Z | Compiling static_assertions v1.1.0 |
598 | 2025-03-03T07:52:43.953Z | Compiling anstyle v1.0.10 |
599 | 2025-03-03T07:52:44.023Z | Compiling iana-time-zone v0.1.61 |
600 | 2025-03-03T07:52:44.046Z | Compiling mime v0.3.17 |
601 | 2025-03-03T07:52:44.482Z | Compiling anstyle-query v1.1.2 |
602 | 2025-03-03T07:52:44.645Z | Compiling ipnet v2.11.0 |
603 | 2025-03-03T07:52:44.719Z | Compiling anstream v0.6.18 |
604 | 2025-03-03T07:52:44.844Z | Compiling chrono v0.4.40 |
605 | 2025-03-03T07:52:45.065Z | Compiling guppy v0.17.17 |
606 | 2025-03-03T07:52:45.647Z | Compiling reqwest v0.12.12 |
607 | 2025-03-03T07:52:46.281Z | Compiling tinyvec v1.9.0 |
608 | 2025-03-03T07:52:47.576Z | Compiling indicatif v0.17.11 |
609 | 2025-03-03T07:52:47.932Z | Compiling pin-project v1.1.9 |
610 | 2025-03-03T07:52:48.079Z | Compiling flate2 v1.1.0 |
611 | 2025-03-03T07:52:49.239Z | Compiling globset v0.4.16 |
612 | 2025-03-03T07:52:51.099Z | Compiling strip-ansi-escapes v0.2.1 |
613 | 2025-03-03T07:52:52.627Z | Compiling tar v0.4.44 |
614 | 2025-03-03T07:52:52.631Z | Compiling rand_chacha v0.9.0 |
615 | 2025-03-03T07:52:53.246Z | Compiling futures v0.3.31 |
616 | 2025-03-03T07:52:53.375Z | Compiling digest v0.10.7 |
617 | 2025-03-03T07:52:53.798Z | Compiling nextest-metadata v0.12.2 |
618 | 2025-03-03T07:52:54.204Z | Compiling parking_lot v0.12.3 |
619 | 2025-03-03T07:52:54.711Z | Compiling signal-hook-mio v0.2.4 |
620 | 2025-03-03T07:52:54.913Z | Compiling toml v0.8.20 |
621 | 2025-03-03T07:52:56.303Z | Compiling tracing-error v0.2.1 |
622 | 2025-03-03T07:52:57.433Z | Compiling self-replace v1.5.0 |
623 | 2025-03-03T07:52:57.967Z | Compiling shared_child v1.0.1 |
624 | 2025-03-03T07:52:58.577Z | Compiling os_pipe v1.2.1 |
625 | 2025-03-03T07:52:58.674Z | Compiling owo-colors v3.5.0 |
626 | 2025-03-03T07:52:58.852Z | Compiling shell-words v1.1.0 |
627 | 2025-03-03T07:52:59.346Z | Compiling recursion v0.5.2 |
628 | 2025-03-03T07:52:59.569Z | Compiling heck v0.5.0 |
629 | 2025-03-03T07:52:59.963Z | Compiling urlencoding v2.1.3 |
630 | 2025-03-03T07:53:00.105Z | Compiling humantime v2.1.0 |
631 | 2025-03-03T07:53:00.413Z | Compiling indenter v0.3.3 |
632 | 2025-03-03T07:53:00.603Z | Compiling cpufeatures v0.2.17 |
633 | 2025-03-03T07:53:00.708Z | Compiling strsim v0.11.1 |
634 | 2025-03-03T07:53:00.908Z | Compiling unicase v2.8.1 |
635 | 2025-03-03T07:53:01.041Z | Compiling clap_lex v0.7.4 |
636 | 2025-03-03T07:53:01.461Z | Compiling clap_builder v4.5.31 |
637 | 2025-03-03T07:53:01.757Z | Compiling sha2 v0.10.8 |
638 | 2025-03-03T07:53:02.394Z | Compiling zstd v0.13.3 |
639 | 2025-03-03T07:53:02.559Z | Compiling humantime-serde v1.1.1 |
640 | 2025-03-03T07:53:02.795Z | Compiling color-spantrace v0.2.1 |
641 | 2025-03-03T07:53:03.307Z | Compiling clap_derive v4.5.28 |
642 | 2025-03-03T07:53:03.766Z | Compiling rand v0.9.0 |
643 | 2025-03-03T07:53:04.979Z | Compiling nextest-filtering v0.15.0 |
644 | 2025-03-03T07:53:05.427Z | Compiling duct v0.13.7 |
645 | 2025-03-03T07:53:06.834Z | Compiling cargo-nextest v0.9.92 |
646 | 2025-03-03T07:53:07.551Z | Compiling config v0.15.8 |
647 | 2025-03-03T07:53:09.409Z | Compiling crossterm v0.28.1 |
648 | 2025-03-03T07:53:09.455Z | Compiling async-scoped v0.9.0 |
649 | 2025-03-03T07:53:09.780Z | Compiling quick-junit v0.5.1 |
650 | 2025-03-03T07:53:12.249Z | Compiling unicode-normalization v0.1.24 |
651 | 2025-03-03T07:53:13.590Z | Compiling target-spec-miette v0.4.4 |
652 | 2025-03-03T07:53:14.487Z | Compiling future-queue v0.4.0 |
653 | 2025-03-03T07:53:14.502Z | Compiling mukti-metadata v0.3.0 |
654 | 2025-03-03T07:53:15.010Z | Compiling camino-tempfile v1.1.1 |
655 | 2025-03-03T07:53:15.552Z | Compiling serde_path_to_error v0.1.17 |
656 | 2025-03-03T07:53:15.815Z | Compiling serde_ignored v0.1.11 |
657 | 2025-03-03T07:53:16.231Z | Compiling tokio-stream v0.1.17 |
658 | 2025-03-03T07:53:16.564Z | Compiling derive-where v1.2.7 |
659 | 2025-03-03T07:53:17.371Z | Compiling atomicwrites v0.4.4 |
660 | 2025-03-03T07:53:17.607Z | Compiling swrite v0.1.0 |
661 | 2025-03-03T07:53:17.757Z | Compiling hex v0.4.3 |
662 | 2025-03-03T07:53:17.779Z | Compiling home v0.5.11 |
663 | 2025-03-03T07:53:17.905Z | Compiling indent_write v2.2.0 |
664 | 2025-03-03T07:53:18.058Z | Compiling xxhash-rust v0.8.15 |
665 | 2025-03-03T07:53:18.134Z | Compiling clap v4.5.31 |
666 | 2025-03-03T07:53:18.274Z | Compiling color-eyre v0.6.3 |
667 | 2025-03-03T07:53:18.362Z | Compiling dialoguer v0.11.0 |
668 | 2025-03-03T07:53:18.365Z | Compiling enable-ansi-support v0.2.1 |
669 | 2025-03-03T07:53:19.467Z | Compiling nextest-runner v0.75.0 |
670 | 2025-03-03T07:53:58.440Z | Finished `release` profile [optimized] target(s) in 2m 22s |
671 | 2025-03-03T07:53:58.640Z | Installing /home/build/.cargo/bin/cargo-nextest |
672 | 2025-03-03T07:53:58.643Z | Installed package `cargo-nextest v0.9.92` (executable `cargo-nextest`) |
673 | 2025-03-03T07:53:58.738Z | + pushd rdb |
674 | 2025-03-03T07:53:58.742Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
675 | 2025-03-03T07:53:58.742Z | + cargo nextest run |
676 | 2025-03-03T07:53:59.059Z | Updating crates.io index |
677 | 2025-03-03T07:53:59.125Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
678 | 2025-03-03T07:53:59.734Z | From https://github.com/oxidecomputer/falcon |
679 | 2025-03-03T07:53:59.734Z | * [new ref] f3fe0542198c08bbb82d16f168e6482db9bec5b9 -> refs/commit/f3fe0542198c08bbb82d16f168e6482db9bec5b9 |
680 | 2025-03-03T07:53:59.839Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
681 | 2025-03-03T07:54:00.871Z | From https://github.com/oxidecomputer/dendrite |
682 | 2025-03-03T07:54:00.871Z | * [new ref] b1556024506890778bada8381a8eaa404f02b0ae -> refs/commit/b1556024506890778bada8381a8eaa404f02b0ae |
683 | 2025-03-03T07:54:00.924Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
684 | 2025-03-03T07:54:01.190Z | From https://github.com/oxidecomputer/ispf |
685 | 2025-03-03T07:54:01.190Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
686 | 2025-03-03T07:54:01.199Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
687 | 2025-03-03T07:54:01.548Z | From https://github.com/oxidecomputer/netadm-sys |
688 | 2025-03-03T07:54:01.548Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
689 | 2025-03-03T07:54:01.560Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
690 | 2025-03-03T07:54:05.760Z | From https://github.com/oxidecomputer/omicron |
691 | 2025-03-03T07:54:05.760Z | * [new ref] e2f9776a2f86de2d4cd35926302bb99cedbdb3d4 -> refs/commit/e2f9776a2f86de2d4cd35926302bb99cedbdb3d4 |
692 | 2025-03-03T07:54:06.163Z | Updating git repository `https://github.com/oxidecomputer/opte` |
693 | 2025-03-03T07:54:06.711Z | From https://github.com/oxidecomputer/opte |
694 | 2025-03-03T07:54:06.712Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
695 | 2025-03-03T07:54:06.783Z | Updating git repository `https://github.com/illumos/smf-rs` |
696 | 2025-03-03T07:54:07.080Z | From https://github.com/illumos/smf-rs |
697 | 2025-03-03T07:54:07.080Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
698 | 2025-03-03T07:54:07.110Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
699 | 2025-03-03T07:54:07.521Z | From https://github.com/oxidecomputer/maghemite |
700 | 2025-03-03T07:54:07.521Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
701 | 2025-03-03T07:54:07.554Z | Updating git repository `https://github.com/oxidecomputer/zone` |
702 | 2025-03-03T07:54:07.879Z | From https://github.com/oxidecomputer/zone |
703 | 2025-03-03T07:54:07.879Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
704 | 2025-03-03T07:54:07.904Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
705 | 2025-03-03T07:54:08.510Z | From https://github.com/oxidecomputer/propolis |
706 | 2025-03-03T07:54:08.510Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
707 | 2025-03-03T07:54:08.580Z | Updating git repository `https://github.com/illumos/smf-rs` |
708 | 2025-03-03T07:54:08.849Z | From https://github.com/illumos/smf-rs |
709 | 2025-03-03T07:54:08.849Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
710 | 2025-03-03T07:54:08.874Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
711 | 2025-03-03T07:54:09.354Z | From https://github.com/oxidecomputer/transceiver-control |
712 | 2025-03-03T07:54:09.354Z | * [new ref] 9fc521c4bd0a7fa4331c555296b2888089db32a2 -> refs/commit/9fc521c4bd0a7fa4331c555296b2888089db32a2 |
713 | 2025-03-03T07:54:09.407Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
714 | 2025-03-03T07:54:09.687Z | From https://github.com/oxidecomputer/dlpi-sys |
715 | 2025-03-03T07:54:09.687Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
716 | 2025-03-03T07:54:09.697Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
717 | 2025-03-03T07:54:09.990Z | From https://github.com/jmesmon/rust-libzfs |
718 | 2025-03-03T07:54:09.990Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
719 | 2025-03-03T07:54:10.003Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
720 | 2025-03-03T07:54:10.293Z | From https://github.com/oxidecomputer/rusty-doors |
721 | 2025-03-03T07:54:10.294Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
722 | 2025-03-03T07:54:10.308Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
723 | 2025-03-03T07:54:10.673Z | From https://github.com/oxidecomputer/maghemite |
724 | 2025-03-03T07:54:10.673Z | * [new ref] cb2b592e890ca9e93d8193e9765e2a62459d5fa8 -> refs/commit/cb2b592e890ca9e93d8193e9765e2a62459d5fa8 |
725 | 2025-03-03T07:54:10.718Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
726 | 2025-03-03T07:54:11.089Z | From https://github.com/oxidecomputer/serde_human_bytes |
727 | 2025-03-03T07:54:11.089Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
728 | 2025-03-03T07:54:11.111Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2025-03-03T07:54:11.427Z | From https://github.com/oxidecomputer/slog-error-chain |
730 | 2025-03-03T07:54:11.427Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
731 | 2025-03-03T07:54:11.474Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
732 | 2025-03-03T07:54:11.775Z | From https://github.com/oxidecomputer/poptrie |
733 | 2025-03-03T07:54:11.775Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
734 | 2025-03-03T07:54:11.796Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
735 | 2025-03-03T07:54:12.065Z | From https://github.com/illumos/libscf-sys |
736 | 2025-03-03T07:54:12.065Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
737 | 2025-03-03T07:54:12.087Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
738 | 2025-03-03T07:54:12.994Z | From https://github.com/oxidecomputer/progenitor |
739 | 2025-03-03T07:54:12.994Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
740 | 2025-03-03T07:54:13.094Z | Updating git repository `https://github.com/oxidecomputer/typify` |
741 | 2025-03-03T07:54:13.840Z | From https://github.com/oxidecomputer/typify |
742 | 2025-03-03T07:54:13.840Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
743 | 2025-03-03T07:54:13.948Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
744 | 2025-03-03T07:54:14.497Z | From https://github.com/oxidecomputer/propolis |
745 | 2025-03-03T07:54:14.497Z | * [new ref] 95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc -> refs/commit/95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc |
746 | 2025-03-03T07:54:14.576Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2025-03-03T07:54:15.635Z | From https://github.com/oxidecomputer/crucible |
748 | 2025-03-03T07:54:15.635Z | * [new ref] d2d8f8ad449df7e2befb7ee2723a442dd74b9b72 -> refs/commit/d2d8f8ad449df7e2befb7ee2723a442dd74b9b72 |
749 | 2025-03-03T07:54:15.690Z | Updating git repository `https://github.com/oxidecomputer/opte` |
750 | 2025-03-03T07:54:16.057Z | From https://github.com/oxidecomputer/opte |
751 | 2025-03-03T07:54:16.057Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
752 | 2025-03-03T07:54:16.100Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
753 | 2025-03-03T07:54:16.626Z | From https://github.com/oxidecomputer/management-gateway-service |
754 | 2025-03-03T07:54:16.626Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
755 | 2025-03-03T07:54:16.661Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
756 | 2025-03-03T07:54:17.005Z | From https://github.com/oxidecomputer/ingot |
757 | 2025-03-03T07:54:17.005Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
758 | 2025-03-03T07:54:17.397Z | Downloading crates ... |
759 | 2025-03-03T07:54:17.493Z | Downloaded crc8 v0.1.1 |
760 | 2025-03-03T07:54:17.496Z | Downloaded async-stream v0.3.6 |
761 | 2025-03-03T07:54:17.499Z | Downloaded allocator-api2 v0.2.18 |
762 | 2025-03-03T07:54:17.504Z | Downloaded cstr-argument v0.1.2 |
763 | 2025-03-03T07:54:17.507Z | Downloaded crunchy v0.2.2 |
764 | 2025-03-03T07:54:17.507Z | Downloaded colorchoice v1.0.2 |
765 | 2025-03-03T07:54:17.510Z | Downloaded async-stream-impl v0.3.6 |
766 | 2025-03-03T07:54:17.510Z | Downloaded ciborium-io v0.2.2 |
767 | 2025-03-03T07:54:17.517Z | Downloaded equivalent v1.0.1 |
768 | 2025-03-03T07:54:17.521Z | Downloaded dtrace-parser v0.2.0 |
769 | 2025-03-03T07:54:17.524Z | Downloaded foreign-types-shared v0.3.1 |
770 | 2025-03-03T07:54:17.524Z | Downloaded rustc-hash v2.0.0 |
771 | 2025-03-03T07:54:17.527Z | Downloaded http-body v0.4.6 |
772 | 2025-03-03T07:54:17.530Z | Downloaded sync_wrapper v1.0.1 |
773 | 2025-03-03T07:54:17.533Z | Downloaded sync_wrapper v0.1.2 |
774 | 2025-03-03T07:54:17.533Z | Downloaded fxhash v0.2.1 |
775 | 2025-03-03T07:54:17.533Z | Downloaded const-random-macro v0.1.16 |
776 | 2025-03-03T07:54:17.536Z | Downloaded const-random v0.1.18 |
777 | 2025-03-03T07:54:17.536Z | Downloaded darling_macro v0.20.10 |
778 | 2025-03-03T07:54:17.539Z | Downloaded crucible-workspace-hack v0.1.0 |
779 | 2025-03-03T07:54:17.542Z | Downloaded cpufeatures v0.2.14 |
780 | 2025-03-03T07:54:17.542Z | Downloaded strum v0.26.3 |
781 | 2025-03-03T07:54:17.545Z | Downloaded colored v2.1.0 |
782 | 2025-03-03T07:54:17.548Z | Downloaded arrayref v0.3.9 |
783 | 2025-03-03T07:54:17.549Z | Downloaded time-core v0.1.2 |
784 | 2025-03-03T07:54:17.549Z | Downloaded anstyle-parse v0.2.5 |
785 | 2025-03-03T07:54:17.551Z | Downloaded serde-big-array v0.5.1 |
786 | 2025-03-03T07:54:17.554Z | Downloaded scroll_derive v0.12.0 |
787 | 2025-03-03T07:54:17.555Z | Downloaded autocfg v1.3.0 |
788 | 2025-03-03T07:54:17.558Z | Downloaded take_mut v0.2.2 |
789 | 2025-03-03T07:54:17.558Z | Downloaded foreign-types-macros v0.2.3 |
790 | 2025-03-03T07:54:17.561Z | Downloaded heck v0.4.1 |
791 | 2025-03-03T07:54:17.561Z | Downloaded fastrand v2.1.1 |
792 | 2025-03-03T07:54:17.564Z | Downloaded embedded-io v0.4.0 |
793 | 2025-03-03T07:54:17.564Z | Downloaded either v1.13.0 |
794 | 2025-03-03T07:54:17.567Z | Downloaded resolv-conf v0.7.0 |
795 | 2025-03-03T07:54:17.570Z | Downloaded hostname v0.3.1 |
796 | 2025-03-03T07:54:17.570Z | Downloaded heck v0.3.3 |
797 | 2025-03-03T07:54:17.573Z | Downloaded sigpipe v0.1.3 |
798 | 2025-03-03T07:54:17.573Z | Downloaded convert_case v0.4.0 |
799 | 2025-03-03T07:54:17.573Z | Downloaded daft v0.1.1 |
800 | 2025-03-03T07:54:17.576Z | Downloaded constant_time_eq v0.3.1 |
801 | 2025-03-03T07:54:17.579Z | Downloaded sha1 v0.10.6 |
802 | 2025-03-03T07:54:17.579Z | Downloaded embedded-io v0.6.1 |
803 | 2025-03-03T07:54:17.582Z | Downloaded structmeta-derive v0.3.0 |
804 | 2025-03-03T07:54:17.582Z | Downloaded slog-scope v4.4.0 |
805 | 2025-03-03T07:54:17.585Z | Downloaded topological-sort v0.2.2 |
806 | 2025-03-03T07:54:17.588Z | Downloaded progenitor-client v0.8.0 |
807 | 2025-03-03T07:54:17.588Z | Downloaded stable_deref_trait v1.2.0 |
808 | 2025-03-03T07:54:17.591Z | Downloaded same-file v1.0.6 |
809 | 2025-03-03T07:54:17.592Z | Downloaded hostname v0.4.0 |
810 | 2025-03-03T07:54:17.595Z | Downloaded strum_macros v0.25.3 |
811 | 2025-03-03T07:54:17.598Z | Downloaded foreign-types v0.5.0 |
812 | 2025-03-03T07:54:17.598Z | Downloaded dirs-next v2.0.0 |
813 | 2025-03-03T07:54:17.601Z | Downloaded deranged v0.3.11 |
814 | 2025-03-03T07:54:17.601Z | Downloaded thread-id v4.2.2 |
815 | 2025-03-03T07:54:17.604Z | Downloaded tokio-macros v2.4.0 |
816 | 2025-03-03T07:54:17.604Z | Downloaded terminal_size v0.4.0 |
817 | 2025-03-03T07:54:17.607Z | Downloaded anstream v0.6.15 |
818 | 2025-03-03T07:54:17.610Z | Downloaded tiny-keccak v2.0.2 |
819 | 2025-03-03T07:54:17.613Z | Downloaded console v0.15.8 |
820 | 2025-03-03T07:54:17.616Z | Downloaded thiserror-impl v2.0.11 |
821 | 2025-03-03T07:54:17.616Z | Downloaded slog-envlogger v2.2.0 |
822 | 2025-03-03T07:54:17.619Z | Downloaded dof v0.3.0 |
823 | 2025-03-03T07:54:17.619Z | Downloaded hash32 v0.3.1 |
824 | 2025-03-03T07:54:17.622Z | Downloaded zone_cfg_derive v0.1.2 |
825 | 2025-03-03T07:54:17.622Z | Downloaded daft-derive v0.1.1 |
826 | 2025-03-03T07:54:17.625Z | Downloaded progenitor-macro v0.8.0 |
827 | 2025-03-03T07:54:17.628Z | Downloaded defmt-parser v0.3.4 |
828 | 2025-03-03T07:54:17.629Z | Downloaded serde_derive_internals v0.29.1 |
829 | 2025-03-03T07:54:17.632Z | Downloaded scroll v0.12.0 |
830 | 2025-03-03T07:54:17.632Z | Downloaded tabwriter v1.4.0 |
831 | 2025-03-03T07:54:17.640Z | Downloaded cookie v0.18.1 |
832 | 2025-03-03T07:54:17.640Z | Downloaded ident_case v1.0.1 |
833 | 2025-03-03T07:54:17.640Z | Downloaded zone_cfg_derive v0.3.0 |
834 | 2025-03-03T07:54:17.640Z | Downloaded proc-macro-crate v1.3.1 |
835 | 2025-03-03T07:54:17.640Z | Downloaded rustls-pemfile v2.1.3 |
836 | 2025-03-03T07:54:17.644Z | Downloaded proc-macro-error-attr2 v2.0.0 |
837 | 2025-03-03T07:54:17.644Z | Downloaded structmeta v0.3.0 |
838 | 2025-03-03T07:54:17.644Z | Downloaded serde_tokenstream v0.2.2 |
839 | 2025-03-03T07:54:17.649Z | Downloaded schemars_derive v0.8.21 |
840 | 2025-03-03T07:54:17.649Z | Downloaded spin v0.9.8 |
841 | 2025-03-03T07:54:17.652Z | Downloaded slog-json v2.6.1 |
842 | 2025-03-03T07:54:17.652Z | Downloaded slog-bunyan v2.5.0 |
843 | 2025-03-03T07:54:17.657Z | Downloaded slog-term v2.9.1 |
844 | 2025-03-03T07:54:17.660Z | Downloaded dropshot_endpoint v0.12.0 |
845 | 2025-03-03T07:54:17.660Z | Downloaded tokio-rustls v0.26.0 |
846 | 2025-03-03T07:54:17.664Z | Downloaded thiserror v2.0.11 |
847 | 2025-03-03T07:54:17.668Z | Downloaded tokio-rustls v0.25.0 |
848 | 2025-03-03T07:54:17.671Z | Downloaded time-macros v0.2.18 |
849 | 2025-03-03T07:54:17.675Z | Downloaded dropshot_endpoint v0.15.1 |
850 | 2025-03-03T07:54:17.678Z | Downloaded hyper-rustls v0.24.2 |
851 | 2025-03-03T07:54:17.681Z | Downloaded num_enum_derive v0.7.3 |
852 | 2025-03-03T07:54:17.684Z | Downloaded linked-hash-map v0.5.6 |
853 | 2025-03-03T07:54:17.684Z | Downloaded proc-macro-crate v3.2.0 |
854 | 2025-03-03T07:54:17.687Z | Downloaded plain v0.2.3 |
855 | 2025-03-03T07:54:17.687Z | Downloaded num_threads v0.1.7 |
856 | 2025-03-03T07:54:17.690Z | Downloaded num-conv v0.1.0 |
857 | 2025-03-03T07:54:17.690Z | Downloaded xattr v1.3.1 |
858 | 2025-03-03T07:54:17.693Z | Downloaded newtype_derive v0.1.6 |
859 | 2025-03-03T07:54:17.693Z | Downloaded typify-macro v0.3.0 |
860 | 2025-03-03T07:54:17.696Z | Downloaded usdt-attr-macro v0.5.0 |
861 | 2025-03-03T07:54:17.696Z | Downloaded proc-macro-error-attr v1.0.4 |
862 | 2025-03-03T07:54:17.696Z | Downloaded managed v0.8.0 |
863 | 2025-03-03T07:54:17.699Z | Downloaded similar v2.6.0 |
864 | 2025-03-03T07:54:17.703Z | Downloaded progenitor-impl v0.9.1 |
865 | 2025-03-03T07:54:17.706Z | Downloaded strum_macros v0.26.4 |
866 | 2025-03-03T07:54:17.709Z | Downloaded slog v2.7.0 |
867 | 2025-03-03T07:54:17.712Z | Downloaded serde_with_macros v3.12.0 |
868 | 2025-03-03T07:54:17.715Z | Downloaded ryu v1.0.18 |
869 | 2025-03-03T07:54:17.718Z | Downloaded half v2.4.1 |
870 | 2025-03-03T07:54:17.722Z | Downloaded tar v0.4.41 |
871 | 2025-03-03T07:54:17.724Z | Downloaded pretty-hex v0.2.1 |
872 | 2025-03-03T07:54:17.728Z | Downloaded progenitor-macro v0.9.1 |
873 | 2025-03-03T07:54:17.728Z | Downloaded parse-display v0.10.0 |
874 | 2025-03-03T07:54:17.728Z | Downloaded darling_core v0.20.10 |
875 | 2025-03-03T07:54:17.733Z | Downloaded hubpack_derive v0.1.1 |
876 | 2025-03-03T07:54:17.736Z | Downloaded multer v3.1.0 |
877 | 2025-03-03T07:54:17.739Z | Downloaded usdt-macro v0.5.0 |
878 | 2025-03-03T07:54:17.739Z | Downloaded arc-swap v1.7.1 |
879 | 2025-03-03T07:54:17.742Z | Downloaded num-derive v0.4.2 |
880 | 2025-03-03T07:54:17.745Z | Downloaded tinyvec v1.8.0 |
881 | 2025-03-03T07:54:17.748Z | Downloaded no-std-compat v0.4.1 |
882 | 2025-03-03T07:54:17.748Z | Downloaded num-derive v0.3.3 |
883 | 2025-03-03T07:54:17.751Z | Downloaded walkdir v2.5.0 |
884 | 2025-03-03T07:54:17.754Z | Downloaded omicron-workspace-hack v0.1.0 |
885 | 2025-03-03T07:54:17.754Z | Downloaded itoa v1.0.11 |
886 | 2025-03-03T07:54:17.754Z | Downloaded hyper-rustls v0.27.3 |
887 | 2025-03-03T07:54:17.758Z | Downloaded unicode-ident v1.0.16 |
888 | 2025-03-03T07:54:17.761Z | Downloaded xz2 v0.1.7 |
889 | 2025-03-03T07:54:17.764Z | Downloaded typify v0.2.0 |
890 | 2025-03-03T07:54:17.767Z | Downloaded serde_derive v1.0.217 |
891 | 2025-03-03T07:54:17.770Z | Downloaded cc v1.1.21 |
892 | 2025-03-03T07:54:17.773Z | Downloaded parking_lot_core v0.8.6 |
893 | 2025-03-03T07:54:17.776Z | Downloaded pest_generator v2.7.13 |
894 | 2025-03-03T07:54:17.779Z | Downloaded ipnetwork v0.21.1 |
895 | 2025-03-03T07:54:17.779Z | Downloaded ipnetwork v0.20.0 |
896 | 2025-03-03T07:54:17.782Z | Downloaded serde_yaml v0.9.34+deprecated |
897 | 2025-03-03T07:54:17.785Z | Downloaded httpdate v1.0.3 |
898 | 2025-03-03T07:54:17.785Z | Downloaded progenitor v0.9.1 |
899 | 2025-03-03T07:54:17.788Z | Downloaded progenitor v0.8.0 |
900 | 2025-03-03T07:54:17.788Z | Downloaded oxnet v0.1.0 |
901 | 2025-03-03T07:54:17.791Z | Downloaded num v0.4.3 |
902 | 2025-03-03T07:54:17.791Z | Downloaded password-hash v0.5.0 |
903 | 2025-03-03T07:54:17.795Z | Downloaded pin-project-lite v0.2.14 |
904 | 2025-03-03T07:54:17.799Z | Downloaded instant v0.1.13 |
905 | 2025-03-03T07:54:17.802Z | Downloaded powerfmt v0.2.0 |
906 | 2025-03-03T07:54:17.802Z | Downloaded proc-macro-error2 v2.0.1 |
907 | 2025-03-03T07:54:17.805Z | Downloaded untrusted v0.7.1 |
908 | 2025-03-03T07:54:17.807Z | Downloaded prettyplease v0.2.29 |
909 | 2025-03-03T07:54:17.810Z | Downloaded heapless v0.8.0 |
910 | 2025-03-03T07:54:17.814Z | Downloaded usdt v0.5.0 |
911 | 2025-03-03T07:54:17.817Z | Downloaded typify v0.3.0 |
912 | 2025-03-03T07:54:17.820Z | Downloaded usdt-impl v0.5.0 |
913 | 2025-03-03T07:54:17.820Z | Downloaded num-integer v0.1.46 |
914 | 2025-03-03T07:54:17.823Z | Downloaded libsw v3.3.1 |
915 | 2025-03-03T07:54:17.823Z | Downloaded pest_derive v2.7.13 |
916 | 2025-03-03T07:54:17.826Z | Downloaded uuid v1.13.1 |
917 | 2025-03-03T07:54:17.829Z | Downloaded tracing v0.1.40 |
918 | 2025-03-03T07:54:17.833Z | Downloaded postcard v1.0.10 |
919 | 2025-03-03T07:54:17.836Z | Downloaded owo-colors v4.1.0 |
920 | 2025-03-03T07:54:17.839Z | Downloaded typenum v1.17.0 |
921 | 2025-03-03T07:54:17.842Z | Downloaded qorb v0.2.1 |
922 | 2025-03-03T07:54:17.845Z | Downloaded hashbrown v0.12.3 |
923 | 2025-03-03T07:54:17.850Z | Downloaded ipnet v2.10.0 |
924 | 2025-03-03T07:54:17.853Z | Downloaded num-iter v0.1.45 |
925 | 2025-03-03T07:54:17.853Z | Downloaded once_cell v1.20.2 |
926 | 2025-03-03T07:54:17.856Z | Downloaded num-rational v0.4.2 |
927 | 2025-03-03T07:54:17.859Z | Downloaded pest_meta v2.7.13 |
928 | 2025-03-03T07:54:17.862Z | Downloaded proc-macro2 v1.0.93 |
929 | 2025-03-03T07:54:17.865Z | Downloaded ucd-trie v0.1.6 |
930 | 2025-03-03T07:54:17.866Z | Downloaded steno v0.4.1 |
931 | 2025-03-03T07:54:17.870Z | Downloaded parking_lot v0.11.2 |
932 | 2025-03-03T07:54:17.873Z | Downloaded toml_edit v0.19.15 |
933 | 2025-03-03T07:54:17.890Z | Downloaded num-complex v0.4.6 |
934 | 2025-03-03T07:54:17.893Z | Downloaded omicron-zone-package v0.11.1 |
935 | 2025-03-03T07:54:17.896Z | Downloaded rayon-core v1.12.1 |
936 | 2025-03-03T07:54:17.900Z | Downloaded unsafe-libyaml v0.2.11 |
937 | 2025-03-03T07:54:17.903Z | Downloaded zerocopy-derive v0.8.17 |
938 | 2025-03-03T07:54:17.908Z | Downloaded progenitor-impl v0.8.0 |
939 | 2025-03-03T07:54:17.911Z | Downloaded openssl-sys v0.9.103 |
940 | 2025-03-03T07:54:17.916Z | Downloaded pretty_assertions v1.4.1 |
941 | 2025-03-03T07:54:17.919Z | Downloaded toml_edit v0.22.21 |
942 | 2025-03-03T07:54:17.941Z | Downloaded indicatif v0.17.8 |
943 | 2025-03-03T07:54:17.944Z | Downloaded indexmap v1.9.3 |
944 | 2025-03-03T07:54:17.947Z | Downloaded url v2.5.2 |
945 | 2025-03-03T07:54:17.951Z | Downloaded minimal-lexical v0.2.1 |
946 | 2025-03-03T07:54:17.955Z | Downloaded libm v0.2.8 |
947 | 2025-03-03T07:54:17.963Z | Downloaded tracing-core v0.1.32 |
948 | 2025-03-03T07:54:17.966Z | Downloaded papergrid v0.14.0 |
949 | 2025-03-03T07:54:17.971Z | Downloaded clap_builder v4.5.23 |
950 | 2025-03-03T07:54:17.978Z | Downloaded hyper v1.5.1 |
951 | 2025-03-03T07:54:17.985Z | Downloaded nom v7.1.3 |
952 | 2025-03-03T07:54:17.991Z | Downloaded portable-atomic v1.8.0 |
953 | 2025-03-03T07:54:17.998Z | Downloaded serde_with v3.12.0 |
954 | 2025-03-03T07:54:18.007Z | Downloaded winnow v0.6.18 |
955 | 2025-03-03T07:54:18.016Z | Downloaded winnow v0.5.40 |
956 | 2025-03-03T07:54:18.025Z | Downloaded quinn-proto v0.11.8 |
957 | 2025-03-03T07:54:18.032Z | Downloaded rustls-webpki v0.101.7 |
958 | 2025-03-03T07:54:18.047Z | Downloaded itertools v0.10.5 |
959 | 2025-03-03T07:54:18.053Z | Downloaded itertools v0.13.0 |
960 | 2025-03-03T07:54:18.061Z | Downloaded reqwest v0.12.9 |
961 | 2025-03-03T07:54:18.070Z | Downloaded itertools v0.12.1 |
962 | 2025-03-03T07:54:18.077Z | Downloaded webpki-roots v0.25.4 |
963 | 2025-03-03T07:54:18.081Z | Downloaded openssl v0.10.66 |
964 | 2025-03-03T07:54:18.090Z | Downloaded dropshot v0.12.0 |
965 | 2025-03-03T07:54:18.111Z | Downloaded reqwest v0.11.27 |
966 | 2025-03-03T07:54:18.118Z | Downloaded dropshot v0.15.1 |
967 | 2025-03-03T07:54:18.140Z | Downloaded hickory-proto v0.24.1 |
968 | 2025-03-03T07:54:18.154Z | Downloaded hyper v0.14.30 |
969 | 2025-03-03T07:54:18.162Z | Downloaded openapiv3 v2.0.0 |
970 | 2025-03-03T07:54:18.173Z | Downloaded tabled v0.18.0 |
971 | 2025-03-03T07:54:18.191Z | Downloaded syn v1.0.109 |
972 | 2025-03-03T07:54:18.201Z | Downloaded rustls v0.21.12 |
973 | 2025-03-03T07:54:18.211Z | Downloaded serde_json v1.0.138 |
974 | 2025-03-03T07:54:18.219Z | Downloaded zerocopy v0.8.17 |
975 | 2025-03-03T07:54:18.243Z | Downloaded idna v0.4.0 |
976 | 2025-03-03T07:54:18.249Z | Downloaded rhai v1.20.0 |
977 | 2025-03-03T07:54:18.261Z | Downloaded webpki-roots v0.26.6 |
978 | 2025-03-03T07:54:18.264Z | Downloaded syn v2.0.98 |
979 | 2025-03-03T07:54:18.276Z | Downloaded rustls v0.23.13 |
980 | 2025-03-03T07:54:18.288Z | Downloaded idna v0.5.0 |
981 | 2025-03-03T07:54:18.296Z | Downloaded regress v0.10.1 |
982 | 2025-03-03T07:54:18.303Z | Downloaded regress v0.9.1 |
983 | 2025-03-03T07:54:18.312Z | Downloaded rustix v0.38.37 |
984 | 2025-03-03T07:54:18.334Z | Downloaded smoltcp v0.11.0 |
985 | 2025-03-03T07:54:18.345Z | Downloaded rustls v0.22.4 |
986 | 2025-03-03T07:54:18.357Z | Downloaded zerocopy-derive v0.6.6 |
987 | 2025-03-03T07:54:18.366Z | Downloaded chrono v0.4.38 |
988 | 2025-03-03T07:54:18.373Z | Downloaded sled v0.34.7 |
989 | 2025-03-03T07:54:18.383Z | Downloaded typify-impl v0.3.0 |
990 | 2025-03-03T07:54:18.399Z | Downloaded typify-impl v0.2.0 |
991 | 2025-03-03T07:54:18.414Z | Downloaded petgraph v0.6.5 |
992 | 2025-03-03T07:54:18.432Z | Downloaded goblin v0.8.2 |
993 | 2025-03-03T07:54:18.438Z | Downloaded blake3 v1.5.4 |
994 | 2025-03-03T07:54:18.446Z | Downloaded lzma-sys v0.1.20 |
995 | 2025-03-03T07:54:18.475Z | Downloaded libc v0.2.169 |
996 | 2025-03-03T07:54:18.499Z | Downloaded tokio-util v0.7.12 |
997 | 2025-03-03T07:54:18.505Z | Downloaded time v0.3.36 |
998 | 2025-03-03T07:54:18.512Z | Downloaded hashbrown v0.14.5 |
999 | 2025-03-03T07:54:18.517Z | Downloaded pest v2.7.13 |
1000 | 2025-03-03T07:54:18.522Z | Downloaded h2 v0.4.6 |
1001 | 2025-03-03T07:54:18.529Z | Downloaded h2 v0.3.26 |
1002 | 2025-03-03T07:54:18.536Z | Downloaded yansi v1.0.1 |
1003 | 2025-03-03T07:54:18.539Z | Downloaded mio v1.0.2 |
1004 | 2025-03-03T07:54:18.543Z | Downloaded unicode-segmentation v1.12.0 |
1005 | 2025-03-03T07:54:18.547Z | Downloaded quinn v0.11.5 |
1006 | 2025-03-03T07:54:18.550Z | Downloaded hickory-resolver v0.24.3 |
1007 | 2025-03-03T07:54:18.554Z | Downloaded flate2 v1.0.33 |
1008 | 2025-03-03T07:54:18.559Z | Downloaded tokio v1.42.0 |
1009 | 2025-03-03T07:54:18.597Z | Downloaded crossbeam-channel v0.5.13 |
1010 | 2025-03-03T07:54:18.601Z | Downloaded tungstenite v0.21.0 |
1011 | 2025-03-03T07:54:18.605Z | Downloaded httparse v1.9.4 |
1012 | 2025-03-03T07:54:18.608Z | Downloaded miniz_oxide v0.8.0 |
1013 | 2025-03-03T07:54:18.611Z | Downloaded serde v1.0.217 |
1014 | 2025-03-03T07:54:18.614Z | Downloaded unicode-bidi v0.3.15 |
1015 | 2025-03-03T07:54:18.617Z | Downloaded http v0.2.12 |
1016 | 2025-03-03T07:54:18.620Z | Downloaded expectorate v1.1.0 |
1017 | 2025-03-03T07:54:18.620Z | Downloaded hubpack v0.1.2 |
1018 | 2025-03-03T07:54:18.623Z | Downloaded quinn-udp v0.5.5 |
1019 | 2025-03-03T07:54:18.624Z | Downloaded libscf-sys v1.1.0 |
1020 | 2025-03-03T07:54:18.627Z | Downloaded is-terminal v0.4.13 |
1021 | 2025-03-03T07:54:18.627Z | Downloaded memmap2 v0.9.5 |
1022 | 2025-03-03T07:54:18.627Z | Downloaded native-tls v0.2.12 |
1023 | 2025-03-03T07:54:18.630Z | Downloaded log v0.4.22 |
1024 | 2025-03-03T07:54:18.633Z | Downloaded schemars v0.8.21 |
1025 | 2025-03-03T07:54:18.642Z | Downloaded proc-macro-error v1.0.4 |
1026 | 2025-03-03T07:54:18.645Z | Downloaded base64 v0.13.1 |
1027 | 2025-03-03T07:54:18.648Z | Downloaded typify-macro v0.2.0 |
1028 | 2025-03-03T07:54:18.651Z | Downloaded toml v0.8.19 |
1029 | 2025-03-03T07:54:18.655Z | Downloaded encoding_rs v0.8.34 |
1030 | 2025-03-03T07:54:18.673Z | Downloaded toml v0.7.8 |
1031 | 2025-03-03T07:54:18.677Z | Downloaded progenitor-client v0.9.1 |
1032 | 2025-03-03T07:54:18.680Z | Downloaded macaddr v1.0.1 |
1033 | 2025-03-03T07:54:18.680Z | Downloaded lru-cache v0.1.2 |
1034 | 2025-03-03T07:54:18.680Z | Downloaded linear-map v1.2.0 |
1035 | 2025-03-03T07:54:18.680Z | Downloaded zone v0.1.8 |
1036 | 2025-03-03T07:54:18.683Z | Downloaded utf-8 v0.7.6 |
1037 | 2025-03-03T07:54:18.684Z | Downloaded paste v1.0.15 |
1038 | 2025-03-03T07:54:18.687Z | Downloaded parse-display-derive v0.10.0 |
1039 | 2025-03-03T07:54:18.687Z | Downloaded memoffset v0.9.1 |
1040 | 2025-03-03T07:54:18.687Z | Downloaded memmap v0.7.0 |
1041 | 2025-03-03T07:54:18.690Z | Downloaded zerocopy v0.6.6 |
1042 | 2025-03-03T07:54:18.693Z | Downloaded whoami v1.5.2 |
1043 | 2025-03-03T07:54:18.693Z | Downloaded tokio-tungstenite v0.21.0 |
1044 | 2025-03-03T07:54:18.697Z | Downloaded tabled_derive v0.10.0 |
1045 | 2025-03-03T07:54:18.697Z | Downloaded diff v0.1.13 |
1046 | 2025-03-03T07:54:18.700Z | Downloaded derive_more v0.99.18 |
1047 | 2025-03-03T07:54:18.703Z | Downloaded hyper-tls v0.5.0 |
1048 | 2025-03-03T07:54:18.707Z | Downloaded tokio-rustls v0.24.1 |
1049 | 2025-03-03T07:54:18.710Z | Downloaded pretty-hex v0.4.1 |
1050 | 2025-03-03T07:54:18.710Z | Downloaded num_enum v0.5.11 |
1051 | 2025-03-03T07:54:18.713Z | Downloaded num_enum_derive v0.5.11 |
1052 | 2025-03-03T07:54:18.716Z | Downloaded num_enum v0.7.3 |
1053 | 2025-03-03T07:54:18.719Z | Downloaded quick-error v1.2.3 |
1054 | 2025-03-03T07:54:18.723Z | Downloaded tracing-attributes v0.1.27 |
1055 | 2025-03-03T07:54:18.723Z | Downloaded rhai_codegen v2.2.0 |
1056 | 2025-03-03T07:54:18.729Z | Downloaded zone v0.3.0 |
1057 | 2025-03-03T07:54:18.732Z | Downloaded ron v0.7.1 |
1058 | 2025-03-03T07:54:18.735Z | Downloaded thin-vec v0.2.13 |
1059 | 2025-03-03T07:54:18.739Z | Downloaded term v0.7.0 |
1060 | 2025-03-03T07:54:18.742Z | Downloaded tempfile v3.12.0 |
1061 | 2025-03-03T07:54:18.742Z | Downloaded serde_path_to_error v0.1.16 |
1062 | 2025-03-03T07:54:18.745Z | Downloaded sct v0.7.1 |
1063 | 2025-03-03T07:54:18.748Z | Downloaded smartstring v1.0.1 |
1064 | 2025-03-03T07:54:18.749Z | Downloaded anyhow v1.0.94 |
1065 | 2025-03-03T07:54:18.752Z | Downloaded crossbeam-utils v0.8.20 |
1066 | 2025-03-03T07:54:18.755Z | Downloaded crossbeam-epoch v0.9.18 |
1067 | 2025-03-03T07:54:18.758Z | Downloaded blake2 v0.10.6 |
1068 | 2025-03-03T07:54:18.761Z | Downloaded argon2 v0.5.3 |
1069 | 2025-03-03T07:54:18.761Z | Downloaded rustls-pki-types v1.8.0 |
1070 | 2025-03-03T07:54:18.764Z | Downloaded quote v1.0.38 |
1071 | 2025-03-03T07:54:18.767Z | Downloaded spin v0.5.2 |
1072 | 2025-03-03T07:54:18.767Z | Downloaded smf v0.2.3 |
1073 | 2025-03-03T07:54:18.767Z | Downloaded smallvec v1.13.2 |
1074 | 2025-03-03T07:54:18.770Z | Downloaded cancel-safe-futures v0.1.5 |
1075 | 2025-03-03T07:54:18.773Z | Downloaded rustls-pemfile v1.0.4 |
1076 | 2025-03-03T07:54:18.774Z | Downloaded highway v1.2.0 |
1077 | 2025-03-03T07:54:18.777Z | Downloaded waitgroup v0.1.2 |
1078 | 2025-03-03T07:54:18.777Z | Downloaded newline-converter v0.3.0 |
1079 | 2025-03-03T07:54:18.780Z | Downloaded match_cfg v0.1.0 |
1080 | 2025-03-03T07:54:18.780Z | Downloaded bitflags v2.6.0 |
1081 | 2025-03-03T07:54:18.782Z | Downloaded backoff v0.4.0 |
1082 | 2025-03-03T07:54:18.785Z | Downloaded clap v4.5.23 |
1083 | 2025-03-03T07:54:18.791Z | Downloaded bitflags v1.3.2 |
1084 | 2025-03-03T07:54:18.794Z | Downloaded slog-stdlog v4.1.1 |
1085 | 2025-03-03T07:54:18.798Z | Downloaded defmt v0.3.8 |
1086 | 2025-03-03T07:54:18.801Z | Downloaded darling v0.20.10 |
1087 | 2025-03-03T07:54:18.804Z | Downloaded clap_derive v4.5.18 |
1088 | 2025-03-03T07:54:18.807Z | Downloaded ciborium v0.2.2 |
1089 | 2025-03-03T07:54:18.807Z | Downloaded async-trait v0.1.86 |
1090 | 2025-03-03T07:54:18.810Z | Downloaded arrayvec v0.7.6 |
1091 | 2025-03-03T07:54:18.813Z | Downloaded enum-as-inner v0.6.1 |
1092 | 2025-03-03T07:54:18.816Z | Downloaded openssl-probe v0.1.5 |
1093 | 2025-03-03T07:54:18.816Z | Downloaded slog-dtrace v0.3.0 |
1094 | 2025-03-03T07:54:18.816Z | Downloaded slog-async v2.8.0 |
1095 | 2025-03-03T07:54:18.819Z | Downloaded defmt-macros v0.3.9 |
1096 | 2025-03-03T07:54:18.822Z | Downloaded bytecount v0.6.8 |
1097 | 2025-03-03T07:54:18.822Z | Downloaded serde_spanned v0.6.7 |
1098 | 2025-03-03T07:54:18.825Z | Downloaded serde_repr v0.1.19 |
1099 | 2025-03-03T07:54:18.825Z | Downloaded rustversion v1.0.17 |
1100 | 2025-03-03T07:54:18.829Z | Downloaded ciborium-ll v0.2.2 |
1101 | 2025-03-03T07:54:18.829Z | Downloaded crossbeam-deque v0.8.5 |
1102 | 2025-03-03T07:54:18.832Z | Downloaded rustc_version v0.1.7 |
1103 | 2025-03-03T07:54:18.832Z | Downloaded float-ord v0.3.2 |
1104 | 2025-03-03T07:54:18.832Z | Downloaded cobs v0.2.3 |
1105 | 2025-03-03T07:54:18.835Z | Downloaded semver v0.1.20 |
1106 | 2025-03-03T07:54:18.835Z | Downloaded fixedbitset v0.4.2 |
1107 | 2025-03-03T07:54:18.835Z | Downloaded errno v0.3.9 |
1108 | 2025-03-03T07:54:18.838Z | Downloaded dirs-sys-next v0.1.2 |
1109 | 2025-03-03T07:54:18.838Z | Downloaded dyn-clone v1.0.17 |
1110 | 2025-03-03T07:54:18.838Z | Downloaded data-encoding v2.6.0 |
1111 | 2025-03-03T07:54:18.841Z | Downloaded anstyle-query v1.1.1 |
1112 | 2025-03-03T07:54:19.050Z | Downloaded ring v0.17.8 |
1113 | 2025-03-03T07:54:19.164Z | Downloaded ring v0.16.20 |
1114 | 2025-03-03T07:54:20.138Z | Compiling proc-macro2 v1.0.93 |
1115 | 2025-03-03T07:54:20.138Z | Compiling unicode-ident v1.0.16 |
1116 | 2025-03-03T07:54:20.141Z | Compiling libc v0.2.169 |
1117 | 2025-03-03T07:54:20.141Z | Compiling serde v1.0.217 |
1118 | 2025-03-03T07:54:20.141Z | Compiling cfg-if v1.0.0 |
1119 | 2025-03-03T07:54:20.141Z | Compiling autocfg v1.3.0 |
1120 | 2025-03-03T07:54:20.141Z | Compiling memchr v2.7.4 |
1121 | 2025-03-03T07:54:20.141Z | Compiling itoa v1.0.11 |
1122 | 2025-03-03T07:54:20.235Z | Compiling once_cell v1.20.2 |
1123 | 2025-03-03T07:54:20.319Z | Compiling version_check v0.9.5 |
1124 | 2025-03-03T07:54:20.380Z | Compiling ryu v1.0.18 |
1125 | 2025-03-03T07:54:20.595Z | Compiling serde_json v1.0.138 |
1126 | 2025-03-03T07:54:20.714Z | Compiling libm v0.2.8 |
1127 | 2025-03-03T07:54:20.755Z | Compiling byteorder v1.5.0 |
1128 | 2025-03-03T07:54:20.828Z | Compiling pin-project-lite v0.2.14 |
1129 | 2025-03-03T07:54:20.888Z | Compiling getrandom v0.3.1 |
1130 | 2025-03-03T07:54:20.955Z | Compiling fnv v1.0.7 |
1131 | 2025-03-03T07:54:20.966Z | Compiling iana-time-zone v0.1.61 |
1132 | 2025-03-03T07:54:21.083Z | Compiling lock_api v0.4.12 |
1133 | 2025-03-03T07:54:21.160Z | Compiling log v0.4.22 |
1134 | 2025-03-03T07:54:21.324Z | Compiling smallvec v1.13.2 |
1135 | 2025-03-03T07:54:21.340Z | Compiling scopeguard v1.2.0 |
1136 | 2025-03-03T07:54:21.481Z | Compiling schemars v0.8.21 |
1137 | 2025-03-03T07:54:21.492Z | Compiling hashbrown v0.15.2 |
1138 | 2025-03-03T07:54:21.670Z | Compiling parking_lot_core v0.9.10 |
1139 | 2025-03-03T07:54:21.710Z | Compiling equivalent v1.0.1 |
1140 | 2025-03-03T07:54:21.830Z | Compiling quote v1.0.38 |
1141 | 2025-03-03T07:54:21.875Z | Compiling dyn-clone v1.0.17 |
1142 | 2025-03-03T07:54:22.091Z | Compiling mio v1.0.2 |
1143 | 2025-03-03T07:54:22.127Z | Compiling signal-hook-registry v1.4.2 |
1144 | 2025-03-03T07:54:22.209Z | Compiling syn v2.0.98 |
1145 | 2025-03-03T07:54:22.357Z | Compiling socket2 v0.5.8 |
1146 | 2025-03-03T07:54:22.588Z | Compiling parking_lot v0.12.3 |
1147 | 2025-03-03T07:54:22.616Z | Compiling thiserror v1.0.69 |
1148 | 2025-03-03T07:54:22.740Z | Compiling futures-core v0.3.31 |
1149 | 2025-03-03T07:54:22.805Z | Compiling futures-sink v0.3.31 |
1150 | 2025-03-03T07:54:22.957Z | Compiling slab v0.4.9 |
1151 | 2025-03-03T07:54:22.975Z | Compiling heck v0.5.0 |
1152 | 2025-03-03T07:54:22.978Z | Compiling shlex v1.3.0 |
1153 | 2025-03-03T07:54:23.298Z | Compiling cc v1.1.21 |
1154 | 2025-03-03T07:54:23.324Z | Compiling num-traits v0.2.19 |
1155 | 2025-03-03T07:54:23.389Z | Compiling bitflags v2.6.0 |
1156 | 2025-03-03T07:54:23.436Z | Compiling getrandom v0.2.15 |
1157 | 2025-03-03T07:54:23.535Z | Compiling futures-channel v0.3.31 |
1158 | 2025-03-03T07:54:23.738Z | Compiling pin-utils v0.1.0 |
1159 | 2025-03-03T07:54:23.742Z | Compiling futures-task v0.3.31 |
1160 | 2025-03-03T07:54:23.826Z | Compiling futures-io v0.3.31 |
1161 | 2025-03-03T07:54:23.837Z | Compiling tracing-core v0.1.32 |
1162 | 2025-03-03T07:54:23.917Z | Compiling ahash v0.8.11 |
1163 | 2025-03-03T07:54:24.031Z | Compiling semver v1.0.25 |
1164 | 2025-03-03T07:54:24.100Z | Compiling subtle v2.6.1 |
1165 | 2025-03-03T07:54:24.370Z | Compiling allocator-api2 v0.2.18 |
1166 | 2025-03-03T07:54:24.380Z | Compiling atomic-waker v1.1.2 |
1167 | 2025-03-03T07:54:24.560Z | Compiling httparse v1.9.4 |
1168 | 2025-03-03T07:54:24.630Z | Compiling aho-corasick v1.1.3 |
1169 | 2025-03-03T07:54:25.113Z | Compiling rustls-pki-types v1.8.0 |
1170 | 2025-03-03T07:54:25.123Z | Compiling spin v0.9.8 |
1171 | 2025-03-03T07:54:25.362Z | Compiling try-lock v0.2.5 |
1172 | 2025-03-03T07:54:25.514Z | Compiling regex-syntax v0.8.5 |
1173 | 2025-03-03T07:54:25.593Z | Compiling want v0.3.1 |
1174 | 2025-03-03T07:54:25.830Z | Compiling vcpkg v0.2.15 |
1175 | 2025-03-03T07:54:25.831Z | Compiling untrusted v0.9.0 |
1176 | 2025-03-03T07:54:25.861Z | Compiling httpdate v1.0.3 |
1177 | 2025-03-03T07:54:25.960Z | Compiling ring v0.17.8 |
1178 | 2025-03-03T07:54:25.971Z | Compiling pkg-config v0.3.31 |
1179 | 2025-03-03T07:54:26.010Z | Compiling tinyvec_macros v0.1.1 |
1180 | 2025-03-03T07:54:27.108Z | Compiling zeroize v1.8.1 |
1181 | 2025-03-03T07:54:27.111Z | Compiling tower-service v0.3.3 |
1182 | 2025-03-03T07:54:27.111Z | Compiling percent-encoding v2.3.1 |
1183 | 2025-03-03T07:54:27.111Z | Compiling tinyvec v1.8.0 |
1184 | 2025-03-03T07:54:27.111Z | Compiling form_urlencoded v1.2.1 |
1185 | 2025-03-03T07:54:27.111Z | Compiling strsim v0.11.1 |
1186 | 2025-03-03T07:54:27.111Z | Compiling slog v2.7.0 |
1187 | 2025-03-03T07:54:27.155Z | Compiling openssl-sys v0.9.103 |
1188 | 2025-03-03T07:54:27.601Z | Compiling unicode-bidi v0.3.15 |
1189 | 2025-03-03T07:54:27.769Z | Compiling foreign-types-shared v0.1.1 |
1190 | 2025-03-03T07:54:27.878Z | Compiling unicode-normalization v0.1.24 |
1191 | 2025-03-03T07:54:27.893Z | Compiling openssl v0.10.66 |
1192 | 2025-03-03T07:54:28.353Z | Compiling foreign-types v0.3.2 |
1193 | 2025-03-03T07:54:28.901Z | Compiling native-tls v0.2.12 |
1194 | 2025-03-03T07:54:28.927Z | Compiling serde_derive_internals v0.29.1 |
1195 | 2025-03-03T07:54:29.136Z | Compiling regex-automata v0.4.9 |
1196 | 2025-03-03T07:54:29.281Z | Compiling rustls v0.23.13 |
1197 | 2025-03-03T07:54:29.445Z | Compiling idna v0.5.0 |
1198 | 2025-03-03T07:54:29.620Z | Compiling openssl-probe v0.1.5 |
1199 | 2025-03-03T07:54:29.682Z | Compiling encoding_rs v0.8.34 |
1200 | 2025-03-03T07:54:29.929Z | Compiling ipnet v2.10.0 |
1201 | 2025-03-03T07:54:30.765Z | Compiling url v2.5.2 |
1202 | 2025-03-03T07:54:31.042Z | Compiling mime v0.3.17 |
1203 | 2025-03-03T07:54:31.122Z | Compiling thiserror v2.0.11 |
1204 | 2025-03-03T07:54:31.565Z | Compiling base64 v0.22.1 |
1205 | 2025-03-03T07:54:31.714Z | Compiling ucd-trie v0.1.6 |
1206 | 2025-03-03T07:54:32.042Z | Compiling rustls-webpki v0.102.8 |
1207 | 2025-03-03T07:54:32.254Z | Compiling rustls-pemfile v2.1.3 |
1208 | 2025-03-03T07:54:32.468Z | Compiling webpki-roots v0.26.6 |
1209 | 2025-03-03T07:54:32.644Z | Compiling typenum v1.17.0 |
1210 | 2025-03-03T07:54:32.677Z | Compiling ident_case v1.0.1 |
1211 | 2025-03-03T07:54:32.768Z | Compiling generic-array v0.14.7 |
1212 | 2025-03-03T07:54:32.851Z | Compiling darling_core v0.20.10 |
1213 | 2025-03-03T07:54:32.964Z | Compiling serde_derive v1.0.217 |
1214 | 2025-03-03T07:54:33.128Z | Compiling zerocopy-derive v0.7.35 |
1215 | 2025-03-03T07:54:33.331Z | Compiling schemars_derive v0.8.21 |
1216 | 2025-03-03T07:54:33.618Z | Compiling tokio-macros v2.4.0 |
1217 | 2025-03-03T07:54:34.006Z | Compiling thiserror-impl v1.0.69 |
1218 | 2025-03-03T07:54:34.067Z | Compiling futures-macro v0.3.31 |
1219 | 2025-03-03T07:54:35.059Z | Compiling zerocopy v0.7.35 |
1220 | 2025-03-03T07:54:35.132Z | Compiling regex v1.11.1 |
1221 | 2025-03-03T07:54:35.873Z | Compiling futures-util v0.3.31 |
1222 | 2025-03-03T07:54:36.065Z | Compiling openssl-macros v0.1.1 |
1223 | 2025-03-03T07:54:36.153Z | Compiling tracing-attributes v0.1.27 |
1224 | 2025-03-03T07:54:36.825Z | Compiling hashbrown v0.14.5 |
1225 | 2025-03-03T07:54:37.894Z | Compiling pest v2.7.13 |
1226 | 2025-03-03T07:54:37.935Z | Compiling thiserror-impl v2.0.11 |
1227 | 2025-03-03T07:54:38.050Z | Compiling regress v0.10.1 |
1228 | 2025-03-03T07:54:39.192Z | Compiling tracing v0.1.40 |
1229 | 2025-03-03T07:54:39.807Z | Compiling scroll_derive v0.12.0 |
1230 | 2025-03-03T07:54:40.847Z | Compiling pest_meta v2.7.13 |
1231 | 2025-03-03T07:54:41.268Z | Compiling darling_macro v0.20.10 |
1232 | 2025-03-03T07:54:41.322Z | Compiling scroll v0.12.0 |
1233 | 2025-03-03T07:54:41.837Z | Compiling rand_core v0.6.4 |
1234 | 2025-03-03T07:54:42.101Z | Compiling pest_generator v2.7.13 |
1235 | 2025-03-03T07:54:42.223Z | Compiling sync_wrapper v1.0.1 |
1236 | 2025-03-03T07:54:42.438Z | Compiling num-conv v0.1.0 |
1237 | 2025-03-03T07:54:42.889Z | Compiling time-core v0.1.2 |
1238 | 2025-03-03T07:54:43.062Z | Compiling plain v0.2.3 |
1239 | 2025-03-03T07:54:43.218Z | Compiling powerfmt v0.2.0 |
1240 | 2025-03-03T07:54:43.286Z | Compiling goblin v0.8.2 |
1241 | 2025-03-03T07:54:43.612Z | Compiling deranged v0.3.11 |
1242 | 2025-03-03T07:54:43.783Z | Compiling time-macros v0.2.18 |
1243 | 2025-03-03T07:54:44.233Z | Compiling pest_derive v2.7.13 |
1244 | 2025-03-03T07:54:44.971Z | Compiling bytes v1.10.0 |
1245 | 2025-03-03T07:54:45.181Z | Compiling uuid v1.13.1 |
1246 | 2025-03-03T07:54:45.227Z | Compiling indexmap v2.7.1 |
1247 | 2025-03-03T07:54:46.032Z | Compiling serde_tokenstream v0.2.2 |
1248 | 2025-03-03T07:54:46.419Z | Compiling tokio v1.42.0 |
1249 | 2025-03-03T07:54:46.478Z | Compiling http v1.2.0 |
1250 | 2025-03-03T07:54:46.542Z | Compiling chrono v0.4.38 |
1251 | 2025-03-03T07:54:47.758Z | Compiling openapiv3 v2.0.0 |
1252 | 2025-03-03T07:54:49.590Z | Compiling http-body v1.0.1 |
1253 | 2025-03-03T07:54:50.016Z | Compiling http-body-util v0.1.2 |
1254 | 2025-03-03T07:54:50.495Z | Compiling serde_urlencoded v0.7.1 |
1255 | 2025-03-03T07:54:50.811Z | Compiling toml_datetime v0.6.8 |
1256 | 2025-03-03T07:54:50.986Z | Compiling darling v0.20.10 |
1257 | 2025-03-03T07:54:51.310Z | Compiling usdt-impl v0.5.0 |
1258 | 2025-03-03T07:54:51.719Z | Compiling num_threads v0.1.7 |
1259 | 2025-03-03T07:54:51.731Z | Compiling pretty-hex v0.4.1 |
1260 | 2025-03-03T07:54:51.947Z | Compiling dof v0.3.0 |
1261 | 2025-03-03T07:54:51.996Z | Compiling typify-impl v0.2.0 |
1262 | 2025-03-03T07:54:52.257Z | Compiling dtrace-parser v0.2.0 |
1263 | 2025-03-03T07:54:52.361Z | Compiling ppv-lite86 v0.2.20 |
1264 | 2025-03-03T07:54:53.133Z | Compiling thread-id v4.2.2 |
1265 | 2025-03-03T07:54:53.250Z | Compiling anyhow v1.0.94 |
1266 | 2025-03-03T07:54:53.434Z | Compiling rand_chacha v0.3.1 |
1267 | 2025-03-03T07:54:53.484Z | Compiling block-buffer v0.10.4 |
1268 | 2025-03-03T07:54:53.701Z | Compiling crypto-common v0.1.6 |
1269 | 2025-03-03T07:54:53.894Z | Compiling unsafe-libyaml v0.2.11 |
1270 | 2025-03-03T07:54:53.966Z | Compiling rustversion v1.0.17 |
1271 | 2025-03-03T07:54:54.310Z | Compiling rand v0.8.5 |
1272 | 2025-03-03T07:54:54.652Z | Compiling match_cfg v0.1.0 |
1273 | 2025-03-03T07:54:54.670Z | Compiling paste v1.0.15 |
1274 | 2025-03-03T07:54:54.750Z | Compiling omicron-workspace-hack v0.1.0 |
1275 | 2025-03-03T07:54:55.025Z | Compiling tokio-util v0.7.12 |
1276 | 2025-03-03T07:54:55.120Z | Compiling tokio-native-tls v0.3.1 |
1277 | 2025-03-03T07:54:55.216Z | Compiling tokio-rustls v0.26.0 |
1278 | 2025-03-03T07:54:55.384Z | Compiling serde_yaml v0.9.34+deprecated |
1279 | 2025-03-03T07:54:55.656Z | Compiling hostname v0.3.1 |
1280 | 2025-03-03T07:54:55.683Z | Compiling syn v1.0.109 |
1281 | 2025-03-03T07:54:55.859Z | Compiling newtype-uuid v1.2.1 |
1282 | 2025-03-03T07:54:56.006Z | Compiling h2 v0.4.6 |
1283 | 2025-03-03T07:54:56.222Z | Compiling usdt-macro v0.5.0 |
1284 | 2025-03-03T07:54:56.262Z | Compiling usdt-attr-macro v0.5.0 |
1285 | 2025-03-03T07:54:56.809Z | Compiling macaddr v1.0.1 |
1286 | 2025-03-03T07:54:57.239Z | Compiling futures-executor v0.3.31 |
1287 | 2025-03-03T07:54:57.456Z | Compiling async-trait v0.1.86 |
1288 | 2025-03-03T07:54:57.815Z | Compiling dirs-sys-next v0.1.2 |
1289 | 2025-03-03T07:54:58.161Z | Compiling memmap v0.7.0 |
1290 | 2025-03-03T07:54:58.343Z | Compiling thread_local v1.1.8 |
1291 | 2025-03-03T07:54:58.372Z | Compiling camino v1.1.9 |
1292 | 2025-03-03T07:54:58.469Z | Compiling cpufeatures v0.2.14 |
1293 | 2025-03-03T07:54:58.568Z | Compiling winnow v0.6.18 |
1294 | 2025-03-03T07:54:58.581Z | Compiling dirs-next v2.0.0 |
1295 | 2025-03-03T07:54:58.771Z | Compiling futures v0.3.31 |
1296 | 2025-03-03T07:54:58.875Z | Compiling errno v0.3.9 |
1297 | 2025-03-03T07:54:59.018Z | Compiling slog-async v2.8.0 |
1298 | 2025-03-03T07:54:59.093Z | Compiling rustls v0.22.4 |
1299 | 2025-03-03T07:54:59.566Z | Compiling term v0.7.0 |
1300 | 2025-03-03T07:54:59.634Z | Compiling ipnetwork v0.21.1 |
1301 | 2025-03-03T07:55:00.330Z | Compiling serde_spanned v0.6.7 |
1302 | 2025-03-03T07:55:00.480Z | Compiling daft-derive v0.1.1 |
1303 | 2025-03-03T07:55:00.564Z | Compiling is-terminal v0.4.13 |
1304 | 2025-03-03T07:55:00.697Z | Compiling hyper v1.5.1 |
1305 | 2025-03-03T07:55:01.022Z | Compiling multer v3.1.0 |
1306 | 2025-03-03T07:55:01.404Z | Compiling instant v0.1.13 |
1307 | 2025-03-03T07:55:01.549Z | Compiling debug-ignore v1.0.5 |
1308 | 2025-03-03T07:55:01.689Z | Compiling take_mut v0.2.2 |
1309 | 2025-03-03T07:55:01.852Z | Compiling toml_edit v0.22.21 |
1310 | 2025-03-03T07:55:02.033Z | Compiling strum_macros v0.26.4 |
1311 | 2025-03-03T07:55:02.658Z | Compiling serde_with_macros v3.12.0 |
1312 | 2025-03-03T07:55:03.355Z | Compiling hyper-util v0.1.10 |
1313 | 2025-03-03T07:55:04.658Z | Compiling async-stream-impl v0.3.6 |
1314 | 2025-03-03T07:55:05.099Z | Compiling structmeta-derive v0.3.0 |
1315 | 2025-03-03T07:55:05.955Z | Compiling hyper-tls v0.6.0 |
1316 | 2025-03-03T07:55:05.967Z | Compiling hyper-rustls v0.27.3 |
1317 | 2025-03-03T07:55:06.299Z | Compiling dropshot v0.15.1 |
1318 | 2025-03-03T07:55:06.352Z | Compiling crossbeam-utils v0.8.20 |
1319 | 2025-03-03T07:55:06.572Z | Compiling reqwest v0.12.9 |
1320 | 2025-03-03T07:55:06.722Z | Compiling strum v0.26.3 |
1321 | 2025-03-03T07:55:06.898Z | Compiling tokio-rustls v0.25.0 |
1322 | 2025-03-03T07:55:06.908Z | Compiling async-stream v0.3.6 |
1323 | 2025-03-03T07:55:07.199Z | Compiling toml v0.8.19 |
1324 | 2025-03-03T07:55:07.280Z | Compiling serde_with v3.12.0 |
1325 | 2025-03-03T07:55:07.533Z | Compiling structmeta v0.3.0 |
1326 | 2025-03-03T07:55:08.117Z | Compiling dropshot_endpoint v0.15.1 |
1327 | 2025-03-03T07:55:08.846Z | Compiling serde_path_to_error v0.1.16 |
1328 | 2025-03-03T07:55:08.928Z | Compiling waitgroup v0.1.2 |
1329 | 2025-03-03T07:55:09.160Z | Compiling hostname v0.4.0 |
1330 | 2025-03-03T07:55:09.382Z | Compiling parse-display-derive v0.10.0 |
1331 | 2025-03-03T07:55:10.016Z | Compiling digest v0.10.7 |
1332 | 2025-03-03T07:55:10.387Z | Compiling time v0.3.36 |
1333 | 2025-03-03T07:55:10.489Z | Compiling typify-macro v0.2.0 |
1334 | 2025-03-03T07:55:10.846Z | Compiling hex v0.4.3 |
1335 | 2025-03-03T07:55:10.997Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1336 | 2025-03-03T07:55:11.422Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1337 | 2025-03-03T07:55:11.570Z | Compiling backoff v0.4.0 |
1338 | 2025-03-03T07:55:11.650Z | Compiling oxnet v0.1.0 |
1339 | 2025-03-03T07:55:11.855Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1340 | 2025-03-03T07:55:11.921Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1341 | 2025-03-03T07:55:12.423Z | Compiling regress v0.9.1 |
1342 | 2025-03-03T07:55:12.797Z | Compiling rustix v0.38.37 |
1343 | 2025-03-03T07:55:13.555Z | Compiling parse-display v0.10.0 |
1344 | 2025-03-03T07:55:13.572Z | Compiling usdt v0.5.0 |
1345 | 2025-03-03T07:55:14.056Z | Compiling utf8parse v0.2.2 |
1346 | 2025-03-03T07:55:14.205Z | Compiling anstyle-parse v0.2.5 |
1347 | 2025-03-03T07:55:14.518Z | Compiling slog-json v2.6.1 |
1348 | 2025-03-03T07:55:14.868Z | Compiling crossbeam-channel v0.5.13 |
1349 | 2025-03-03T07:55:14.880Z | Compiling typify v0.2.0 |
1350 | 2025-03-03T07:55:15.008Z | Compiling progenitor-impl v0.8.0 |
1351 | 2025-03-03T07:55:15.198Z | Compiling progenitor-client v0.8.0 |
1352 | 2025-03-03T07:55:15.871Z | Compiling progenitor-client v0.9.1 |
1353 | 2025-03-03T07:55:16.397Z | Compiling anstyle-query v1.1.1 |
1354 | 2025-03-03T07:55:16.551Z | Compiling is_terminal_polyfill v1.70.1 |
1355 | 2025-03-03T07:55:16.624Z | Compiling colorchoice v1.0.2 |
1356 | 2025-03-03T07:55:16.677Z | Compiling anstyle v1.0.10 |
1357 | 2025-03-03T07:55:16.790Z | Compiling daft v0.1.1 |
1358 | 2025-03-03T07:55:17.084Z | Compiling anstream v0.6.15 |
1359 | 2025-03-03T07:55:17.254Z | Compiling slog-bunyan v2.5.0 |
1360 | 2025-03-03T07:55:17.322Z | Compiling slog-term v2.9.1 |
1361 | 2025-03-03T07:55:17.500Z | Compiling sha1 v0.10.6 |
1362 | 2025-03-03T07:55:17.788Z | Compiling clap_lex v0.7.4 |
1363 | 2025-03-03T07:55:18.078Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1364 | 2025-03-03T07:55:18.247Z | Compiling either v1.13.0 |
1365 | 2025-03-03T07:55:18.493Z | Compiling zerocopy v0.8.17 |
1366 | 2025-03-03T07:55:18.541Z | Compiling unicode-width v0.1.14 |
1367 | 2025-03-03T07:55:18.659Z | Compiling itertools v0.13.0 |
1368 | 2025-03-03T07:55:19.302Z | Compiling clap_derive v4.5.18 |
1369 | 2025-03-03T07:55:21.499Z | Compiling zerocopy-derive v0.8.17 |
1370 | 2025-03-03T07:55:22.832Z | Compiling heapless v0.8.0 |
1371 | 2025-03-03T07:55:23.316Z | Compiling progenitor-macro v0.8.0 |
1372 | 2025-03-03T07:55:23.376Z | Compiling winnow v0.5.40 |
1373 | 2025-03-03T07:55:23.468Z | Compiling lazy_static v1.5.0 |
1374 | 2025-03-03T07:55:23.916Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1375 | 2025-03-03T07:55:23.929Z | Compiling hash32 v0.3.1 |
1376 | 2025-03-03T07:55:24.074Z | Compiling stable_deref_trait v1.2.0 |
1377 | 2025-03-03T07:55:24.163Z | Compiling smoltcp v0.11.0 |
1378 | 2025-03-03T07:55:24.176Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1379 | 2025-03-03T07:55:25.480Z | Compiling terminal_size v0.4.0 |
1380 | 2025-03-03T07:55:25.687Z | Compiling typify-impl v0.3.0 |
1381 | 2025-03-03T07:55:25.784Z | Compiling proc-macro-error-attr v1.0.4 |
1382 | 2025-03-03T07:55:26.154Z | Compiling cobs v0.2.3 |
1383 | 2025-03-03T07:55:26.460Z | Compiling toml_edit v0.19.15 |
1384 | 2025-03-03T07:55:26.660Z | Compiling bitflags v1.3.2 |
1385 | 2025-03-03T07:55:27.307Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2025-03-03T07:55:27.697Z | Compiling managed v0.8.0 |
1387 | 2025-03-03T07:55:27.756Z | Compiling heck v0.4.1 |
1388 | 2025-03-03T07:55:28.184Z | Compiling postcard v1.0.10 |
1389 | 2025-03-03T07:55:28.447Z | Compiling clap_builder v4.5.23 |
1390 | 2025-03-03T07:55:30.472Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1391 | 2025-03-03T07:55:30.555Z | Compiling proc-macro-crate v1.3.1 |
1392 | 2025-03-03T07:55:31.220Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1393 | 2025-03-03T07:55:31.823Z | Compiling num_enum_derive v0.5.11 |
1394 | 2025-03-03T07:55:32.682Z | Compiling foreign-types-macros v0.2.3 |
1395 | 2025-03-03T07:55:33.736Z | Compiling num-integer v0.1.46 |
1396 | 2025-03-03T07:55:33.904Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1397 | 2025-03-03T07:55:33.980Z | Compiling proc-macro-error v1.0.4 |
1398 | 2025-03-03T07:55:34.284Z | Compiling float-ord v0.3.2 |
1399 | 2025-03-03T07:55:34.309Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1400 | 2025-03-03T07:55:34.343Z | Compiling foreign-types-shared v0.3.1 |
1401 | 2025-03-03T07:55:34.457Z | Compiling fastrand v2.1.1 |
1402 | 2025-03-03T07:55:34.457Z | Compiling foreign-types v0.5.0 |
1403 | 2025-03-03T07:55:34.478Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1404 | 2025-03-03T07:55:34.621Z | Compiling num_enum v0.5.11 |
1405 | 2025-03-03T07:55:34.632Z | Compiling clap v4.5.23 |
1406 | 2025-03-03T07:55:34.783Z | Compiling tempfile v3.12.0 |
1407 | 2025-03-03T07:55:35.723Z | Compiling tabwriter v1.4.0 |
1408 | 2025-03-03T07:55:35.821Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1409 | 2025-03-03T07:55:35.945Z | Compiling progenitor v0.8.0 |
1410 | 2025-03-03T07:55:36.115Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
1411 | 2025-03-03T07:55:36.192Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1412 | 2025-03-03T07:55:36.386Z | Compiling cstr-argument v0.1.2 |
1413 | 2025-03-03T07:55:36.767Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1414 | 2025-03-03T07:55:36.872Z | Compiling crucible-workspace-hack v0.1.0 |
1415 | 2025-03-03T07:55:37.129Z | Compiling pretty-hex v0.2.1 |
1416 | 2025-03-03T07:55:37.239Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1417 | 2025-03-03T07:55:37.324Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1418 | 2025-03-03T07:55:37.426Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1419 | 2025-03-03T07:55:37.789Z | Compiling num-rational v0.4.2 |
1420 | 2025-03-03T07:55:37.924Z | Compiling num-iter v0.1.45 |
1421 | 2025-03-03T07:55:38.174Z | Compiling colored v2.1.0 |
1422 | 2025-03-03T07:55:38.528Z | Compiling num-complex v0.4.6 |
1423 | 2025-03-03T07:55:38.736Z | Compiling prettyplease v0.2.29 |
1424 | 2025-03-03T07:55:38.865Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1425 | 2025-03-03T07:55:38.888Z | Compiling semver v0.1.20 |
1426 | 2025-03-03T07:55:39.138Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1427 | 2025-03-03T07:55:39.293Z | Compiling rustc_version v0.1.7 |
1428 | 2025-03-03T07:55:39.391Z | Compiling num v0.4.3 |
1429 | 2025-03-03T07:55:39.653Z | Compiling zone_cfg_derive v0.3.0 |
1430 | 2025-03-03T07:55:39.904Z | Compiling camino-tempfile v1.1.1 |
1431 | 2025-03-03T07:55:41.046Z | Compiling itertools v0.10.5 |
1432 | 2025-03-03T07:55:41.050Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1433 | 2025-03-03T07:55:41.422Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1434 | 2025-03-03T07:55:41.650Z | Compiling num-derive v0.4.2 |
1435 | 2025-03-03T07:55:42.899Z | Compiling sigpipe v0.1.3 |
1436 | 2025-03-03T07:55:43.023Z | Compiling base64ct v1.6.0 |
1437 | 2025-03-03T07:55:43.587Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1438 | 2025-03-03T07:55:43.610Z | Compiling password-hash v0.5.0 |
1439 | 2025-03-03T07:55:43.688Z | Compiling zone v0.3.0 |
1440 | 2025-03-03T07:55:43.754Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1441 | 2025-03-03T07:55:43.932Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1442 | 2025-03-03T07:55:44.462Z | Compiling typify-macro v0.3.0 |
1443 | 2025-03-03T07:55:44.513Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1444 | 2025-03-03T07:55:44.791Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1445 | 2025-03-03T07:55:45.015Z | Compiling newtype_derive v0.1.6 |
1446 | 2025-03-03T07:55:46.013Z | Compiling blake2 v0.10.6 |
1447 | 2025-03-03T07:55:46.141Z | Compiling hubpack_derive v0.1.1 |
1448 | 2025-03-03T07:55:46.988Z | Compiling smf v0.2.3 |
1449 | 2025-03-03T07:55:47.028Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2025-03-03T07:55:47.093Z | Compiling derive-where v1.2.7 |
1451 | 2025-03-03T07:55:48.903Z | Compiling typify v0.3.0 |
1452 | 2025-03-03T07:55:49.023Z | Compiling progenitor-impl v0.9.1 |
1453 | 2025-03-03T07:55:49.035Z | Compiling whoami v1.5.2 |
1454 | 2025-03-03T07:55:49.239Z | Compiling fixedbitset v0.4.2 |
1455 | 2025-03-03T07:55:49.616Z | Compiling cancel-safe-futures v0.1.5 |
1456 | 2025-03-03T07:55:49.696Z | Compiling unicode-segmentation v1.12.0 |
1457 | 2025-03-03T07:55:49.997Z | Compiling owo-colors v4.1.0 |
1458 | 2025-03-03T07:55:50.090Z | Compiling petgraph v0.6.5 |
1459 | 2025-03-03T07:55:50.372Z | Compiling newline-converter v0.3.0 |
1460 | 2025-03-03T07:55:52.895Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1461 | 2025-03-03T07:55:54.487Z | Compiling zerocopy v0.6.6 |
1462 | 2025-03-03T07:55:55.236Z | Compiling hubpack v0.1.2 |
1463 | 2025-03-03T07:55:55.679Z | Compiling argon2 v0.5.3 |
1464 | 2025-03-03T07:55:57.461Z | Compiling progenitor-macro v0.9.1 |
1465 | 2025-03-03T07:55:59.013Z | Compiling strum_macros v0.25.3 |
1466 | 2025-03-03T07:56:00.019Z | Compiling console v0.15.8 |
1467 | 2025-03-03T07:56:00.456Z | Compiling serde-big-array v0.5.1 |
1468 | 2025-03-03T07:56:00.690Z | Compiling enum-as-inner v0.6.1 |
1469 | 2025-03-03T07:56:01.473Z | Compiling serde_repr v0.1.19 |
1470 | 2025-03-03T07:56:01.851Z | Compiling idna v0.4.0 |
1471 | 2025-03-03T07:56:02.301Z | Compiling cookie v0.18.1 |
1472 | 2025-03-03T07:56:02.337Z | Compiling data-encoding v2.6.0 |
1473 | 2025-03-03T07:56:02.713Z | Compiling similar v2.6.0 |
1474 | 2025-03-03T07:56:02.749Z | Compiling linked-hash-map v0.5.6 |
1475 | 2025-03-03T07:56:02.789Z | Compiling convert_case v0.4.0 |
1476 | 2025-03-03T07:56:03.093Z | Compiling quick-error v1.2.3 |
1477 | 2025-03-03T07:56:03.255Z | Compiling static_assertions v1.1.0 |
1478 | 2025-03-03T07:56:03.359Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1479 | 2025-03-03T07:56:03.448Z | Compiling resolv-conf v0.7.0 |
1480 | 2025-03-03T07:56:03.460Z | Compiling derive_more v0.99.18 |
1481 | 2025-03-03T07:56:03.614Z | Compiling expectorate v1.1.0 |
1482 | 2025-03-03T07:56:03.777Z | Compiling lru-cache v0.1.2 |
1483 | 2025-03-03T07:56:03.970Z | Compiling hickory-proto v0.24.1 |
1484 | 2025-03-03T07:56:04.607Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1485 | 2025-03-03T07:56:04.977Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1486 | 2025-03-03T07:56:05.377Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1487 | 2025-03-03T07:56:08.243Z | Compiling atomicwrites v0.4.4 |
1488 | 2025-03-03T07:56:08.597Z | Compiling libsw v3.3.1 |
1489 | 2025-03-03T07:56:08.885Z | Compiling swrite v0.1.0 |
1490 | 2025-03-03T07:56:09.012Z | Compiling indent_write v2.2.0 |
1491 | 2025-03-03T07:56:09.237Z | Compiling highway v1.2.0 |
1492 | 2025-03-03T07:56:09.354Z | Compiling linear-map v1.2.0 |
1493 | 2025-03-03T07:56:09.461Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1494 | 2025-03-03T07:56:09.694Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1495 | 2025-03-03T07:56:09.809Z | Compiling progenitor v0.9.1 |
1496 | 2025-03-03T07:56:09.959Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1497 | 2025-03-03T07:56:09.982Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1498 | 2025-03-03T07:56:11.223Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1499 | 2025-03-03T07:56:11.223Z | Compiling hickory-resolver v0.24.3 |
1500 | 2025-03-03T07:56:11.494Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1501 | 2025-03-03T07:56:11.552Z | Compiling steno v0.4.1 |
1502 | 2025-03-03T07:56:13.816Z | Compiling tokio-stream v0.1.17 |
1503 | 2025-03-03T07:56:15.301Z | Compiling slog-dtrace v0.3.0 |
1504 | 2025-03-03T07:56:15.305Z | Compiling humantime v2.1.0 |
1505 | 2025-03-03T07:56:15.305Z | Compiling parking_lot_core v0.8.6 |
1506 | 2025-03-03T07:56:15.305Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1507 | 2025-03-03T07:56:15.305Z | Compiling qorb v0.2.1 |
1508 | 2025-03-03T07:56:16.108Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1509 | 2025-03-03T07:56:16.275Z | Compiling num-derive v0.3.3 |
1510 | 2025-03-03T07:56:16.769Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1511 | 2025-03-03T07:56:17.735Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1512 | 2025-03-03T07:56:18.426Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1513 | 2025-03-03T07:56:18.645Z | Compiling half v2.4.1 |
1514 | 2025-03-03T07:56:18.891Z | Compiling ciborium-io v0.2.2 |
1515 | 2025-03-03T07:56:19.027Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1516 | 2025-03-03T07:56:19.134Z | Compiling ciborium-ll v0.2.2 |
1517 | 2025-03-03T07:56:19.156Z | Compiling parking_lot v0.11.2 |
1518 | 2025-03-03T07:56:19.168Z | Compiling crossbeam-epoch v0.9.18 |
1519 | 2025-03-03T07:56:19.181Z | Compiling fxhash v0.2.1 |
1520 | 2025-03-03T07:56:19.335Z | Compiling crc32fast v1.4.2 |
1521 | 2025-03-03T07:56:19.406Z | Compiling ciborium v0.2.2 |
1522 | 2025-03-03T07:56:19.658Z | Compiling sled v0.34.7 |
1523 | 2025-03-03T07:56:26.673Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1524 | 2025-03-03T07:56:29.270Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1525 | 2025-03-03T07:56:35.862Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1526 | 2025-03-03T07:56:37.391Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1527 | 2025-03-03T07:56:38.528Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1528 | 2025-03-03T07:56:58.784Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 39s |
1529 | 2025-03-03T07:56:58.950Z | ──────────── |
1530 | 2025-03-03T07:56:58.951Z | Nextest run ID 2d498557-44e0-40a8-a3b3-c9253ef100b9 with nextest profile: default |
1531 | 2025-03-03T07:56:58.951Z | Starting 2 tests across 1 binary |
1532 | 2025-03-03T07:56:58.967Z | PASS [ 0.015s] rdb bestpath::test::test_bestpath |
1533 | 2025-03-03T07:56:59.027Z | PASS [ 0.075s] rdb db::test::test_rib |
1534 | 2025-03-03T07:56:59.673Z | ──────────── |
1535 | 2025-03-03T07:56:59.673Z | Summary [ 0.076s] 2 tests run: 2 passed, 0 skipped |
1536 | 2025-03-03T07:56:59.673Z | + cp rib.log /work/ |
1537 | 2025-03-03T07:56:59.673Z | process exited: duration 344032 ms, exit code 0 |
|
1538 | 2025-03-03T07:56:59.692Z | found 1 output files |
1539 | 2025-03-03T07:56:59.693Z | uploading: /work/rib.log (0 bytes) |
1540 | 2025-03-03T07:57:00.704Z | uploaded: /work/rib.log |