|
|
|
1 | 2024-12-16T04:16:09.613Z | job assigned to worker 01JF6TTAA796GWMH11FGWT4WSE [factory aws, i-00cc025eb5078b8ca] (queued for 1 m 17 s) |
|
2 | 2024-12-16T04:16:16.869Z | starting task 0: "setup" |
3 | 2024-12-16T04:16:16.878Z | ++ uname -s |
4 | 2024-12-16T04:16:16.880Z | + kern=SunOS |
5 | 2024-12-16T04:16:16.880Z | + case "$kern" in |
6 | 2024-12-16T04:16:16.880Z | + groupadd -g 12345 build |
7 | 2024-12-16T04:16:16.882Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T04:16:18.891Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T04:16:19.018Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T04:16:19.021Z | + home_fs=zfs |
11 | 2024-12-16T04:16:19.021Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T04:16:19.021Z | + mkdir -p /home/build |
13 | 2024-12-16T04:16:19.023Z | + chown build:build /home/build /work |
14 | 2024-12-16T04:16:20.025Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T04:16:20.027Z | process exited: duration 3160 ms, exit code 0 |
|
16 | 2024-12-16T04:16:20.034Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T04:16:20.039Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T04:16:20.039Z | ' stable |
19 | 2024-12-16T04:16:20.039Z | * toolchain channel = "stable" |
20 | 2024-12-16T04:16:20.039Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-16T04:16:20.039Z | ' default |
22 | 2024-12-16T04:16:20.039Z | * toolchain profile = "default" |
23 | 2024-12-16T04:16:20.042Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T04:16:20.042Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T04:16:20.165Z | info: downloading installer |
26 | 2024-12-16T04:16:21.599Z | info: profile set to 'default' |
27 | 2024-12-16T04:16:21.599Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T04:16:21.601Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T04:16:21.744Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T04:16:21.747Z | info: downloading component 'cargo' |
31 | 2024-12-16T04:16:22.501Z | info: downloading component 'clippy' |
32 | 2024-12-16T04:16:22.795Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T04:16:23.853Z | info: downloading component 'rust-std' |
34 | 2024-12-16T04:16:25.390Z | info: downloading component 'rustc' |
35 | 2024-12-16T04:16:31.191Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T04:16:31.416Z | info: installing component 'cargo' |
37 | 2024-12-16T04:16:32.219Z | info: installing component 'clippy' |
38 | 2024-12-16T04:16:32.593Z | info: installing component 'rust-docs' |
39 | 2024-12-16T04:16:34.303Z | info: installing component 'rust-std' |
40 | 2024-12-16T04:16:35.953Z | info: installing component 'rustc' |
41 | 2024-12-16T04:16:41.719Z | info: installing component 'rustfmt' |
42 | 2024-12-16T04:16:42.051Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-16T04:16:42.051Z | |
44 | 2024-12-16T04:16:42.414Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T04:16:42.414Z | |
46 | 2024-12-16T04:16:42.417Z | |
47 | 2024-12-16T04:16:42.417Z | Rust is installed now. Great! |
48 | 2024-12-16T04:16:42.417Z | |
49 | 2024-12-16T04:16:42.417Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T04:16:42.417Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T04:16:42.417Z | |
52 | 2024-12-16T04:16:42.417Z | To configure your current shell, you need to source |
53 | 2024-12-16T04:16:42.417Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T04:16:42.417Z | |
55 | 2024-12-16T04:16:42.417Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T04:16:42.417Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T04:16:42.417Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T04:16:42.487Z | + rustc --version |
59 | 2024-12-16T04:16:42.553Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T04:16:42.557Z | process exited: duration 22522 ms, exit code 0 |
|
61 | 2024-12-16T04:16:42.563Z | starting task 2: "authentication" |
62 | 2024-12-16T04:16:42.583Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-16T04:16:42.589Z | starting task 3: "clone repository" |
64 | 2024-12-16T04:16:42.594Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-16T04:16:42.596Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-16T04:16:42.637Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-16T04:16:43.264Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-16T04:16:43.266Z | + git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
69 | 2024-12-16T04:16:43.499Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-16T04:16:43.500Z | * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD |
71 | 2024-12-16T04:16:43.508Z | + [[ -n renovate/colored-2.x-lockfile ]] |
72 | 2024-12-16T04:16:43.510Z | ++ git branch --show-current |
73 | 2024-12-16T04:16:43.513Z | + current=main |
74 | 2024-12-16T04:16:43.513Z | + [[ main != renovate/colored-2.x-lockfile ]] |
75 | 2024-12-16T04:16:43.513Z | + git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
76 | 2024-12-16T04:16:43.516Z | + git checkout -f renovate/colored-2.x-lockfile |
77 | 2024-12-16T04:16:43.529Z | Switched to branch 'renovate/colored-2.x-lockfile' |
78 | 2024-12-16T04:16:43.532Z | + git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
79 | 2024-12-16T04:16:43.544Z | HEAD is now at 6d55df1 Update Rust crate colored to v2.2.0 |
80 | 2024-12-16T04:16:43.547Z | process exited: duration 955 ms, exit code 0 |
|
81 | 2024-12-16T04:16:43.553Z | starting task 4: "build" |
82 | 2024-12-16T04:16:43.558Z | + set -e |
83 | 2024-12-16T04:16:43.558Z | + cargo --version |
84 | 2024-12-16T04:16:43.563Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-12-16T04:16:43.753Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-12-16T04:16:43.753Z | info: downloading component 'cargo' |
87 | 2024-12-16T04:16:44.771Z | info: downloading component 'clippy' |
88 | 2024-12-16T04:16:45.147Z | info: downloading component 'rust-docs' |
89 | 2024-12-16T04:16:46.572Z | info: downloading component 'rust-std' |
90 | 2024-12-16T04:16:48.776Z | info: downloading component 'rustc' |
91 | 2024-12-16T04:16:56.658Z | info: downloading component 'rustfmt' |
92 | 2024-12-16T04:16:56.952Z | info: installing component 'cargo' |
93 | 2024-12-16T04:16:57.744Z | info: installing component 'clippy' |
94 | 2024-12-16T04:16:58.099Z | info: installing component 'rust-docs' |
95 | 2024-12-16T04:16:59.685Z | info: installing component 'rust-std' |
96 | 2024-12-16T04:17:01.438Z | info: installing component 'rustc' |
97 | 2024-12-16T04:17:06.973Z | info: installing component 'rustfmt' |
98 | 2024-12-16T04:17:07.382Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-12-16T04:17:07.384Z | + rustc --version |
100 | 2024-12-16T04:17:07.452Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-12-16T04:17:07.456Z | + cargo install cargo-nextest |
102 | 2024-12-16T04:17:07.541Z | Updating crates.io index |
103 | 2024-12-16T04:17:07.648Z | Downloading crates ... |
104 | 2024-12-16T04:17:07.703Z | Downloaded cargo-nextest v0.9.86 |
105 | 2024-12-16T04:17:07.740Z | Installing cargo-nextest v0.9.86 |
106 | 2024-12-16T04:17:07.822Z | Updating crates.io index |
107 | 2024-12-16T04:17:09.016Z | Locking 361 packages to latest compatible versions |
108 | 2024-12-16T04:17:09.019Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-12-16T04:17:09.019Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-12-16T04:17:09.019Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-12-16T04:17:09.034Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
112 | 2024-12-16T04:17:09.036Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
113 | 2024-12-16T04:17:09.036Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
114 | 2024-12-16T04:17:09.037Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
115 | 2024-12-16T04:17:09.037Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
116 | 2024-12-16T04:17:09.037Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
117 | 2024-12-16T04:17:09.037Z | Adding gimli v0.28.1 (latest: v0.31.1) |
118 | 2024-12-16T04:17:09.040Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-12-16T04:17:09.043Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
120 | 2024-12-16T04:17:09.043Z | Adding object v0.32.2 (latest: v0.36.5) |
121 | 2024-12-16T04:17:09.045Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
122 | 2024-12-16T04:17:09.045Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
123 | 2024-12-16T04:17:09.052Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
124 | 2024-12-16T04:17:09.055Z | Adding target-lexicon v0.12.16 (latest: v0.13.0) |
125 | 2024-12-16T04:17:09.058Z | Adding thiserror v1.0.69 (latest: v2.0.7) |
126 | 2024-12-16T04:17:09.058Z | Adding thiserror-impl v1.0.69 (latest: v2.0.7) |
127 | 2024-12-16T04:17:09.058Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
128 | 2024-12-16T04:17:09.060Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
129 | 2024-12-16T04:17:09.060Z | Adding vte v0.11.1 (latest: v0.13.0) |
130 | 2024-12-16T04:17:09.060Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-16T04:17:09.060Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-16T04:17:09.060Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-16T04:17:09.060Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-16T04:17:09.060Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-16T04:17:09.060Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
136 | 2024-12-16T04:17:09.060Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
137 | 2024-12-16T04:17:09.061Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
138 | 2024-12-16T04:17:09.061Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
139 | 2024-12-16T04:17:09.061Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
140 | 2024-12-16T04:17:09.061Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
141 | 2024-12-16T04:17:09.061Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
142 | 2024-12-16T04:17:09.061Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
143 | 2024-12-16T04:17:09.061Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
144 | 2024-12-16T04:17:09.063Z | Adding writeable v0.5.5 (latest: v0.6.0) |
145 | 2024-12-16T04:17:09.063Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
146 | 2024-12-16T04:17:09.064Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
147 | 2024-12-16T04:17:09.064Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
148 | 2024-12-16T04:17:09.064Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
149 | 2024-12-16T04:17:09.064Z | Downloading crates ... |
150 | 2024-12-16T04:17:09.132Z | Downloaded bitflags v2.6.0 |
151 | 2024-12-16T04:17:09.136Z | Downloaded anstream v0.6.18 |
152 | 2024-12-16T04:17:09.153Z | Downloaded cfg_aliases v0.2.1 |
153 | 2024-12-16T04:17:09.155Z | Downloaded http-body v1.0.1 |
154 | 2024-12-16T04:17:09.163Z | Downloaded adler v1.0.2 |
155 | 2024-12-16T04:17:09.165Z | Downloaded serde_urlencoded v0.7.1 |
156 | 2024-12-16T04:17:09.167Z | Downloaded signature v2.2.0 |
157 | 2024-12-16T04:17:09.170Z | Downloaded serde_ignored v0.1.10 |
158 | 2024-12-16T04:17:09.173Z | Downloaded signal-hook-registry v1.4.2 |
159 | 2024-12-16T04:17:09.173Z | Downloaded shared_child v1.0.1 |
160 | 2024-12-16T04:17:09.175Z | Downloaded foreign-types-shared v0.1.1 |
161 | 2024-12-16T04:17:09.175Z | Downloaded tower-service v0.3.3 |
162 | 2024-12-16T04:17:09.175Z | Downloaded iana-time-zone v0.1.61 |
163 | 2024-12-16T04:17:09.179Z | Downloaded guppy-workspace-hack v0.1.0 |
164 | 2024-12-16T04:17:09.195Z | Downloaded tinyvec_macros v0.1.1 |
165 | 2024-12-16T04:17:09.195Z | Downloaded foreign-types v0.3.2 |
166 | 2024-12-16T04:17:09.198Z | Downloaded enable-ansi-support v0.2.1 |
167 | 2024-12-16T04:17:09.198Z | Downloaded want v0.3.1 |
168 | 2024-12-16T04:17:09.198Z | Downloaded adler2 v2.0.0 |
169 | 2024-12-16T04:17:09.198Z | Downloaded vte_generate_state_changes v0.1.2 |
170 | 2024-12-16T04:17:09.198Z | Downloaded urlencoding v2.1.3 |
171 | 2024-12-16T04:17:09.199Z | Downloaded sync_wrapper v1.0.2 |
172 | 2024-12-16T04:17:09.199Z | Downloaded swrite v0.1.0 |
173 | 2024-12-16T04:17:09.199Z | Downloaded humantime-serde v1.1.1 |
174 | 2024-12-16T04:17:09.199Z | Downloaded autocfg v1.4.0 |
175 | 2024-12-16T04:17:09.201Z | Downloaded zerofrom v0.1.5 |
176 | 2024-12-16T04:17:09.201Z | Downloaded futures-macro v0.3.31 |
177 | 2024-12-16T04:17:09.203Z | Downloaded write16 v1.0.0 |
178 | 2024-12-16T04:17:09.203Z | Downloaded try-lock v0.2.5 |
179 | 2024-12-16T04:17:09.203Z | Downloaded backtrace-ext v0.2.1 |
180 | 2024-12-16T04:17:09.205Z | Downloaded clap_lex v0.7.4 |
181 | 2024-12-16T04:17:09.208Z | Downloaded anstyle-query v1.1.2 |
182 | 2024-12-16T04:17:09.208Z | Downloaded anstyle-parse v0.2.6 |
183 | 2024-12-16T04:17:09.210Z | Downloaded futures-executor v0.3.31 |
184 | 2024-12-16T04:17:09.212Z | Downloaded digest v0.10.7 |
185 | 2024-12-16T04:17:09.215Z | Downloaded block-buffer v0.10.4 |
186 | 2024-12-16T04:17:09.217Z | Downloaded generic-array v0.14.7 |
187 | 2024-12-16T04:17:09.217Z | Downloaded colorchoice v1.0.3 |
188 | 2024-12-16T04:17:09.220Z | Downloaded target-spec-miette v0.4.0 |
189 | 2024-12-16T04:17:09.220Z | Downloaded yoke-derive v0.7.5 |
190 | 2024-12-16T04:17:09.222Z | Downloaded shlex v1.3.0 |
191 | 2024-12-16T04:17:09.222Z | Downloaded smol_str v0.3.2 |
192 | 2024-12-16T04:17:09.225Z | Downloaded slab v0.4.9 |
193 | 2024-12-16T04:17:09.227Z | Downloaded signal-hook-mio v0.2.4 |
194 | 2024-12-16T04:17:09.229Z | Downloaded serde_path_to_error v0.1.16 |
195 | 2024-12-16T04:17:09.231Z | Downloaded static_assertions v1.1.0 |
196 | 2024-12-16T04:17:09.233Z | Downloaded spki v0.7.3 |
197 | 2024-12-16T04:17:09.233Z | Downloaded unicode-linebreak v0.1.5 |
198 | 2024-12-16T04:17:09.237Z | Downloaded thiserror-impl v1.0.69 |
199 | 2024-12-16T04:17:09.237Z | Downloaded terminal_size v0.4.1 |
200 | 2024-12-16T04:17:09.240Z | Downloaded synstructure v0.13.1 |
201 | 2024-12-16T04:17:09.240Z | Downloaded humantime v2.1.0 |
202 | 2024-12-16T04:17:09.243Z | Downloaded cargo-platform v0.1.9 |
203 | 2024-12-16T04:17:09.243Z | Downloaded writeable v0.5.5 |
204 | 2024-12-16T04:17:09.246Z | Downloaded unicase v2.8.0 |
205 | 2024-12-16T04:17:09.248Z | Downloaded utf8_iter v1.0.4 |
206 | 2024-12-16T04:17:09.248Z | Downloaded toml_datetime v0.6.8 |
207 | 2024-12-16T04:17:09.251Z | Downloaded futures-core v0.3.31 |
208 | 2024-12-16T04:17:09.251Z | Downloaded untrusted v0.9.0 |
209 | 2024-12-16T04:17:09.253Z | Downloaded hyper-tls v0.6.0 |
210 | 2024-12-16T04:17:09.256Z | Downloaded utf8parse v0.2.2 |
211 | 2024-12-16T04:17:09.264Z | Downloaded version_check v0.9.5 |
212 | 2024-12-16T04:17:09.266Z | Downloaded target-spec v3.2.2 |
213 | 2024-12-16T04:17:09.270Z | Downloaded zerofrom-derive v0.1.5 |
214 | 2024-12-16T04:17:09.272Z | Downloaded tokio-macros v2.4.0 |
215 | 2024-12-16T04:17:09.274Z | Downloaded supports-hyperlinks v3.1.0 |
216 | 2024-12-16T04:17:09.276Z | Downloaded zeroize v1.8.1 |
217 | 2024-12-16T04:17:09.278Z | Downloaded xattr v1.3.1 |
218 | 2024-12-16T04:17:09.281Z | Downloaded pathdiff v0.2.3 |
219 | 2024-12-16T04:17:09.283Z | Downloaded sha2 v0.10.8 |
220 | 2024-12-16T04:17:09.286Z | Downloaded xxhash-rust v0.8.12 |
221 | 2024-12-16T04:17:09.289Z | Downloaded nested v0.1.1 |
222 | 2024-12-16T04:17:09.292Z | Downloaded is_ci v1.2.0 |
223 | 2024-12-16T04:17:09.292Z | Downloaded zstd v0.13.2 |
224 | 2024-12-16T04:17:09.296Z | Downloaded spin v0.9.8 |
225 | 2024-12-16T04:17:09.299Z | Downloaded duct v0.13.7 |
226 | 2024-12-16T04:17:09.303Z | Downloaded crc32fast v1.4.2 |
227 | 2024-12-16T04:17:09.305Z | Downloaded camino v1.1.9 |
228 | 2024-12-16T04:17:09.308Z | Downloaded hyper-rustls v0.27.3 |
229 | 2024-12-16T04:17:09.312Z | Downloaded tempfile v3.14.0 |
230 | 2024-12-16T04:17:09.316Z | Downloaded tokio-stream v0.1.17 |
231 | 2024-12-16T04:17:09.323Z | Downloaded zipsign-api v0.1.2 |
232 | 2024-12-16T04:17:09.326Z | Downloaded thiserror-impl v2.0.7 |
233 | 2024-12-16T04:17:09.329Z | Downloaded thiserror v2.0.7 |
234 | 2024-12-16T04:17:09.338Z | Downloaded lazy_static v1.5.0 |
235 | 2024-12-16T04:17:09.341Z | Downloaded indenter v0.3.3 |
236 | 2024-12-16T04:17:09.343Z | Downloaded itoa v1.0.14 |
237 | 2024-12-16T04:17:09.345Z | Downloaded icu_provider_macros v1.5.0 |
238 | 2024-12-16T04:17:09.348Z | Downloaded tokio-rustls v0.26.1 |
239 | 2024-12-16T04:17:09.351Z | Downloaded openssl-probe v0.1.5 |
240 | 2024-12-16T04:17:09.351Z | Downloaded openssl-macros v0.1.1 |
241 | 2024-12-16T04:17:09.353Z | Downloaded zerocopy-derive v0.7.35 |
242 | 2024-12-16T04:17:09.357Z | Downloaded rand_core v0.6.4 |
243 | 2024-12-16T04:17:09.360Z | Downloaded nextest-workspace-hack v0.1.0 |
244 | 2024-12-16T04:17:09.362Z | Downloaded eyre v0.6.12 |
245 | 2024-12-16T04:17:09.365Z | Downloaded uuid v1.11.0 |
246 | 2024-12-16T04:17:09.369Z | Downloaded derive-where v1.2.7 |
247 | 2024-12-16T04:17:09.374Z | Downloaded percent-encoding v2.3.1 |
248 | 2024-12-16T04:17:09.376Z | Downloaded cfg-expr v0.17.2 |
249 | 2024-12-16T04:17:09.380Z | Downloaded quick-junit v0.5.1 |
250 | 2024-12-16T04:17:09.383Z | Downloaded rustc_version v0.4.1 |
251 | 2024-12-16T04:17:09.386Z | Downloaded rustc-hash v2.1.0 |
252 | 2024-12-16T04:17:09.386Z | Downloaded newtype-uuid v1.1.3 |
253 | 2024-12-16T04:17:09.389Z | Downloaded unicode-ident v1.0.14 |
254 | 2024-12-16T04:17:09.391Z | Downloaded tinyvec v1.8.0 |
255 | 2024-12-16T04:17:09.394Z | Downloaded ppv-lite86 v0.2.20 |
256 | 2024-12-16T04:17:09.396Z | Downloaded is_terminal_polyfill v1.70.1 |
257 | 2024-12-16T04:17:09.398Z | Downloaded vte v0.11.1 |
258 | 2024-12-16T04:17:09.401Z | Downloaded zstd-safe v7.2.1 |
259 | 2024-12-16T04:17:09.401Z | Downloaded toml v0.8.19 |
260 | 2024-12-16T04:17:09.404Z | Downloaded typenum v1.17.0 |
261 | 2024-12-16T04:17:09.407Z | Downloaded ipnet v2.10.1 |
262 | 2024-12-16T04:17:09.409Z | Downloaded base64 v0.22.1 |
263 | 2024-12-16T04:17:09.413Z | Downloaded indent_write v2.2.0 |
264 | 2024-12-16T04:17:09.415Z | Downloaded idna_adapter v1.2.0 |
265 | 2024-12-16T04:17:09.418Z | Downloaded jobserver v0.1.32 |
266 | 2024-12-16T04:17:09.418Z | Downloaded rand_chacha v0.3.1 |
267 | 2024-12-16T04:17:09.420Z | Downloaded native-tls v0.2.12 |
268 | 2024-12-16T04:17:09.422Z | Downloaded scopeguard v1.2.0 |
269 | 2024-12-16T04:17:09.422Z | Downloaded socket2 v0.5.8 |
270 | 2024-12-16T04:17:09.425Z | Downloaded mime v0.3.17 |
271 | 2024-12-16T04:17:09.427Z | Downloaded pkg-config v0.3.31 |
272 | 2024-12-16T04:17:09.429Z | Downloaded nextest-metadata v0.12.1 |
273 | 2024-12-16T04:17:09.431Z | Downloaded borsh v1.5.3 |
274 | 2024-12-16T04:17:09.436Z | Downloaded owo-colors v4.1.0 |
275 | 2024-12-16T04:17:09.439Z | Downloaded miette-derive v7.4.0 |
276 | 2024-12-16T04:17:09.443Z | Downloaded textwrap v0.16.1 |
277 | 2024-12-16T04:17:09.446Z | Downloaded tar v0.4.43 |
278 | 2024-12-16T04:17:09.446Z | Downloaded icu_locid_transform v1.5.0 |
279 | 2024-12-16T04:17:09.449Z | Downloaded parking_lot_core v0.9.10 |
280 | 2024-12-16T04:17:09.451Z | Downloaded owo-colors v3.5.0 |
281 | 2024-12-16T04:17:09.453Z | Downloaded quote v1.0.37 |
282 | 2024-12-16T04:17:09.456Z | Downloaded hyper-util v0.1.10 |
283 | 2024-12-16T04:17:09.461Z | Downloaded lock_api v0.4.12 |
284 | 2024-12-16T04:17:09.464Z | Downloaded litemap v0.7.4 |
285 | 2024-12-16T04:17:09.466Z | Downloaded der v0.7.9 |
286 | 2024-12-16T04:17:09.470Z | Downloaded pin-project-lite v0.2.15 |
287 | 2024-12-16T04:17:09.476Z | Downloaded once_cell v1.20.2 |
288 | 2024-12-16T04:17:09.479Z | Downloaded ed25519-dalek v2.1.1 |
289 | 2024-12-16T04:17:09.482Z | Downloaded icu_locid v1.5.0 |
290 | 2024-12-16T04:17:09.487Z | Downloaded quinn-udp v0.5.8 |
291 | 2024-12-16T04:17:09.489Z | Downloaded tracing-core v0.1.33 |
292 | 2024-12-16T04:17:09.492Z | Downloaded proc-macro2 v1.0.92 |
293 | 2024-12-16T04:17:09.494Z | Downloaded log v0.4.22 |
294 | 2024-12-16T04:17:09.497Z | Downloaded self-replace v1.5.0 |
295 | 2024-12-16T04:17:09.500Z | Downloaded parking_lot v0.12.3 |
296 | 2024-12-16T04:17:09.502Z | Downloaded pin-project-internal v1.1.7 |
297 | 2024-12-16T04:17:09.504Z | Downloaded backtrace v0.3.71 |
298 | 2024-12-16T04:17:09.508Z | Downloaded tracing v0.1.41 |
299 | 2024-12-16T04:17:09.515Z | Downloaded icu_properties v1.5.1 |
300 | 2024-12-16T04:17:09.518Z | Downloaded miniz_oxide v0.8.0 |
301 | 2024-12-16T04:17:09.520Z | Downloaded miniz_oxide v0.7.4 |
302 | 2024-12-16T04:17:09.522Z | Downloaded self_update v0.41.0 |
303 | 2024-12-16T04:17:09.525Z | Downloaded rustls-pki-types v1.10.1 |
304 | 2024-12-16T04:17:09.528Z | Downloaded pin-project v1.1.7 |
305 | 2024-12-16T04:17:09.540Z | Downloaded ryu v1.0.18 |
306 | 2024-12-16T04:17:09.544Z | Downloaded icu_normalizer_data v1.5.0 |
307 | 2024-12-16T04:17:09.548Z | Downloaded quinn v0.11.6 |
308 | 2024-12-16T04:17:09.551Z | Downloaded serde_derive v1.0.216 |
309 | 2024-12-16T04:17:09.554Z | Downloaded icu_collections v1.5.0 |
310 | 2024-12-16T04:17:09.558Z | Downloaded icu_normalizer v1.5.0 |
311 | 2024-12-16T04:17:09.562Z | Downloaded num-traits v0.2.19 |
312 | 2024-12-16T04:17:09.565Z | Downloaded ron v0.8.1 |
313 | 2024-12-16T04:17:09.572Z | Downloaded openssl-sys v0.9.104 |
314 | 2024-12-16T04:17:09.576Z | Downloaded mio v1.0.3 |
315 | 2024-12-16T04:17:09.582Z | Downloaded icu_locid_transform_data v1.5.0 |
316 | 2024-12-16T04:17:09.584Z | Downloaded indexmap v2.7.0 |
317 | 2024-12-16T04:17:09.589Z | Downloaded memchr v2.7.4 |
318 | 2024-12-16T04:17:09.594Z | Downloaded rand v0.8.5 |
319 | 2024-12-16T04:17:09.598Z | Downloaded flate2 v1.0.35 |
320 | 2024-12-16T04:17:09.605Z | Downloaded zerovec v0.10.4 |
321 | 2024-12-16T04:17:09.609Z | Downloaded icu_provider v1.5.0 |
322 | 2024-12-16T04:17:09.612Z | Downloaded cc v1.2.4 |
323 | 2024-12-16T04:17:09.616Z | Downloaded unicode-normalization v0.1.24 |
324 | 2024-12-16T04:17:09.620Z | Downloaded minimal-lexical v0.2.1 |
325 | 2024-12-16T04:17:09.626Z | Downloaded serde_json v1.0.133 |
326 | 2024-12-16T04:17:09.633Z | Downloaded miette v7.4.0 |
327 | 2024-12-16T04:17:09.639Z | Downloaded zerocopy v0.7.35 |
328 | 2024-12-16T04:17:09.656Z | Downloaded hyper v1.5.1 |
329 | 2024-12-16T04:17:09.662Z | Downloaded nom v7.1.3 |
330 | 2024-12-16T04:17:09.667Z | Downloaded futures-util v0.3.31 |
331 | 2024-12-16T04:17:09.679Z | Downloaded clap_builder v4.5.23 |
332 | 2024-12-16T04:17:09.686Z | Downloaded tracing-subscriber v0.3.19 |
333 | 2024-12-16T04:17:09.694Z | Downloaded quick-xml v0.23.1 |
334 | 2024-12-16T04:17:09.700Z | Downloaded reqwest v0.12.9 |
335 | 2024-12-16T04:17:09.708Z | Downloaded idna v1.0.3 |
336 | 2024-12-16T04:17:09.712Z | Downloaded quick-xml v0.37.1 |
337 | 2024-12-16T04:17:09.718Z | Downloaded aho-corasick v1.1.3 |
338 | 2024-12-16T04:17:09.725Z | Downloaded itertools v0.13.0 |
339 | 2024-12-16T04:17:09.732Z | Downloaded rustls-webpki v0.102.8 |
340 | 2024-12-16T04:17:09.751Z | Downloaded quinn-proto v0.11.9 |
341 | 2024-12-16T04:17:09.757Z | Downloaded webpki-roots v0.26.7 |
342 | 2024-12-16T04:17:09.761Z | Downloaded unicode-width v0.2.0 |
343 | 2024-12-16T04:17:09.767Z | Downloaded color-spantrace v0.2.1 |
344 | 2024-12-16T04:17:09.770Z | Downloaded unicode-width v0.1.14 |
345 | 2024-12-16T04:17:09.776Z | Downloaded portable-atomic v1.10.0 |
346 | 2024-12-16T04:17:09.783Z | Downloaded regex v1.11.1 |
347 | 2024-12-16T04:17:09.796Z | Downloaded syn v2.0.90 |
348 | 2024-12-16T04:17:09.808Z | Downloaded icu_properties_data v1.5.0 |
349 | 2024-12-16T04:17:09.817Z | Downloaded nextest-runner v0.69.0 |
350 | 2024-12-16T04:17:09.829Z | Downloaded nix v0.29.0 |
351 | 2024-12-16T04:17:09.841Z | Downloaded openssl v0.10.68 |
352 | 2024-12-16T04:17:09.850Z | Downloaded curve25519-dalek v4.1.3 |
353 | 2024-12-16T04:17:09.858Z | Downloaded gimli v0.28.1 |
354 | 2024-12-16T04:17:09.866Z | Downloaded object v0.32.2 |
355 | 2024-12-16T04:17:09.875Z | Downloaded chrono v0.4.39 |
356 | 2024-12-16T04:17:09.882Z | Downloaded bstr v1.11.1 |
357 | 2024-12-16T04:17:09.892Z | Downloaded rustls v0.23.20 |
358 | 2024-12-16T04:17:09.903Z | Downloaded vcpkg v0.2.15 |
359 | 2024-12-16T04:17:09.941Z | Downloaded regex-syntax v0.8.5 |
360 | 2024-12-16T04:17:09.948Z | Downloaded rustix v0.38.42 |
361 | 2024-12-16T04:17:09.970Z | Downloaded winnow v0.6.20 |
362 | 2024-12-16T04:17:09.978Z | Downloaded guppy v0.17.10 |
363 | 2024-12-16T04:17:09.984Z | Downloaded hashbrown v0.15.2 |
364 | 2024-12-16T04:17:09.989Z | Downloaded crossterm v0.28.1 |
365 | 2024-12-16T04:17:09.996Z | Downloaded serde v1.0.216 |
366 | 2024-12-16T04:17:09.999Z | Downloaded toml_edit v0.22.22 |
367 | 2024-12-16T04:17:10.019Z | Downloaded http v1.2.0 |
368 | 2024-12-16T04:17:10.022Z | Downloaded bytes v1.9.0 |
369 | 2024-12-16T04:17:10.026Z | Downloaded indicatif v0.17.9 |
370 | 2024-12-16T04:17:10.029Z | Downloaded regex-automata v0.4.9 |
371 | 2024-12-16T04:17:10.046Z | Downloaded semver v1.0.24 |
372 | 2024-12-16T04:17:10.048Z | Downloaded pkcs8 v0.10.2 |
373 | 2024-12-16T04:17:10.050Z | Downloaded color-eyre v0.6.3 |
374 | 2024-12-16T04:17:10.057Z | Downloaded url v2.5.4 |
375 | 2024-12-16T04:17:10.060Z | Downloaded base64 v0.21.7 |
376 | 2024-12-16T04:17:10.064Z | Downloaded rustc-demangle v0.1.24 |
377 | 2024-12-16T04:17:10.068Z | Downloaded nextest-filtering v0.12.0 |
378 | 2024-12-16T04:17:10.070Z | Downloaded petgraph v0.6.5 |
379 | 2024-12-16T04:17:10.083Z | Downloaded tokio v1.42.0 |
380 | 2024-12-16T04:17:10.119Z | Downloaded signal-hook v0.3.17 |
381 | 2024-12-16T04:17:10.122Z | Downloaded rustls-pemfile v2.2.0 |
382 | 2024-12-16T04:17:10.124Z | Downloaded const-oid v0.9.6 |
383 | 2024-12-16T04:17:10.126Z | Downloaded config v0.14.1 |
384 | 2024-12-16T04:17:10.130Z | Downloaded pin-utils v0.1.0 |
385 | 2024-12-16T04:17:10.132Z | Downloaded os_pipe v1.2.1 |
386 | 2024-12-16T04:17:10.132Z | Downloaded sharded-slab v0.1.7 |
387 | 2024-12-16T04:17:10.135Z | Downloaded ahash v0.8.11 |
388 | 2024-12-16T04:17:10.137Z | Downloaded futures v0.3.31 |
389 | 2024-12-16T04:17:10.142Z | Downloaded clap v4.5.23 |
390 | 2024-12-16T04:17:10.150Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
391 | 2024-12-16T04:17:10.167Z | Downloaded addr2line v0.21.0 |
392 | 2024-12-16T04:17:10.169Z | Downloaded console v0.15.8 |
393 | 2024-12-16T04:17:10.171Z | Downloaded libc v0.2.168 |
394 | 2024-12-16T04:17:10.196Z | Downloaded zerovec-derive v0.10.3 |
395 | 2024-12-16T04:17:10.198Z | Downloaded yoke v0.7.5 |
396 | 2024-12-16T04:17:10.198Z | Downloaded thread_local v1.1.8 |
397 | 2024-12-16T04:17:10.200Z | Downloaded target-lexicon v0.12.16 |
398 | 2024-12-16T04:17:10.202Z | Downloaded displaydoc v0.2.5 |
399 | 2024-12-16T04:17:10.205Z | Downloaded shell-words v1.1.0 |
400 | 2024-12-16T04:17:10.205Z | Downloaded clap_derive v4.5.18 |
401 | 2024-12-16T04:17:10.207Z | Downloaded cargo_metadata v0.19.1 |
402 | 2024-12-16T04:17:10.210Z | Downloaded httparse v1.9.5 |
403 | 2024-12-16T04:17:10.213Z | Downloaded tracing-log v0.2.0 |
404 | 2024-12-16T04:17:10.213Z | Downloaded tracing-attributes v0.1.28 |
405 | 2024-12-16T04:17:10.216Z | Downloaded smallvec v1.13.2 |
406 | 2024-12-16T04:17:10.216Z | Downloaded globset v0.4.15 |
407 | 2024-12-16T04:17:10.219Z | Downloaded getrandom v0.2.15 |
408 | 2024-12-16T04:17:10.221Z | Downloaded strip-ansi-escapes v0.2.0 |
409 | 2024-12-16T04:17:10.221Z | Downloaded number_prefix v0.4.0 |
410 | 2024-12-16T04:17:10.223Z | Downloaded mukti-metadata v0.3.0 |
411 | 2024-12-16T04:17:10.223Z | Downloaded futures-channel v0.3.31 |
412 | 2024-12-16T04:17:10.223Z | Downloaded dialoguer v0.11.0 |
413 | 2024-12-16T04:17:10.227Z | Downloaded tokio-native-tls v0.3.1 |
414 | 2024-12-16T04:17:10.229Z | Downloaded debug-ignore v1.0.5 |
415 | 2024-12-16T04:17:10.232Z | Downloaded base64ct v1.6.0 |
416 | 2024-12-16T04:17:10.232Z | Downloaded ed25519 v2.2.3 |
417 | 2024-12-16T04:17:10.234Z | Downloaded utf16_iter v1.0.5 |
418 | 2024-12-16T04:17:10.237Z | Downloaded tracing-error v0.2.1 |
419 | 2024-12-16T04:17:10.237Z | Downloaded tinystr v0.7.6 |
420 | 2024-12-16T04:17:10.239Z | Downloaded thiserror v1.0.69 |
421 | 2024-12-16T04:17:10.243Z | Downloaded supports-color v3.0.2 |
422 | 2024-12-16T04:17:10.245Z | Downloaded subtle v2.6.1 |
423 | 2024-12-16T04:17:10.245Z | Downloaded strsim v0.11.1 |
424 | 2024-12-16T04:17:10.247Z | Downloaded stable_deref_trait v1.2.0 |
425 | 2024-12-16T04:17:10.247Z | Downloaded home v0.5.9 |
426 | 2024-12-16T04:17:10.247Z | Downloaded future-queue v0.3.0 |
427 | 2024-12-16T04:17:10.251Z | Downloaded fixedbitset v0.4.2 |
428 | 2024-12-16T04:17:10.251Z | Downloaded cpufeatures v0.2.16 |
429 | 2024-12-16T04:17:10.251Z | Downloaded byteorder v1.5.0 |
430 | 2024-12-16T04:17:10.253Z | Downloaded hex v0.4.3 |
431 | 2024-12-16T04:17:10.256Z | Downloaded camino-tempfile v1.1.1 |
432 | 2024-12-16T04:17:10.256Z | Downloaded http-body-util v0.1.2 |
433 | 2024-12-16T04:17:10.258Z | Downloaded futures-task v0.3.31 |
434 | 2024-12-16T04:17:10.260Z | Downloaded filetime v0.2.25 |
435 | 2024-12-16T04:17:10.260Z | Downloaded either v1.13.0 |
436 | 2024-12-16T04:17:10.263Z | Downloaded curve25519-dalek-derive v0.1.1 |
437 | 2024-12-16T04:17:10.263Z | Downloaded crypto-common v0.1.6 |
438 | 2024-12-16T04:17:10.263Z | Downloaded cfg-if v1.0.0 |
439 | 2024-12-16T04:17:10.265Z | Downloaded futures-sink v0.3.31 |
440 | 2024-12-16T04:17:10.265Z | Downloaded futures-io v0.3.31 |
441 | 2024-12-16T04:17:10.265Z | Downloaded form_urlencoded v1.2.1 |
442 | 2024-12-16T04:17:10.267Z | Downloaded fnv v1.0.7 |
443 | 2024-12-16T04:17:10.267Z | Downloaded errno v0.3.10 |
444 | 2024-12-16T04:17:10.267Z | Downloaded serde_spanned v0.6.8 |
445 | 2024-12-16T04:17:10.270Z | Downloaded supports-unicode v3.0.0 |
446 | 2024-12-16T04:17:10.270Z | Downloaded heck v0.5.0 |
447 | 2024-12-16T04:17:10.270Z | Downloaded fastrand v2.3.0 |
448 | 2024-12-16T04:17:10.273Z | Downloaded equivalent v1.0.1 |
449 | 2024-12-16T04:17:10.273Z | Downloaded atomicwrites v0.4.4 |
450 | 2024-12-16T04:17:10.273Z | Downloaded async-scoped v0.9.0 |
451 | 2024-12-16T04:17:10.275Z | Downloaded anstyle v1.0.10 |
452 | 2024-12-16T04:17:10.289Z | Downloaded recursion v0.5.2 |
453 | 2024-12-16T04:17:10.488Z | Downloaded ring v0.17.8 |
454 | 2024-12-16T04:17:10.782Z | Compiling proc-macro2 v1.0.92 |
455 | 2024-12-16T04:17:10.782Z | Compiling unicode-ident v1.0.14 |
456 | 2024-12-16T04:17:10.785Z | Compiling libc v0.2.168 |
457 | 2024-12-16T04:17:10.785Z | Compiling cfg-if v1.0.0 |
458 | 2024-12-16T04:17:10.785Z | Compiling memchr v2.7.4 |
459 | 2024-12-16T04:17:10.785Z | Compiling serde v1.0.216 |
460 | 2024-12-16T04:17:10.785Z | Compiling shlex v1.3.0 |
461 | 2024-12-16T04:17:10.936Z | Compiling autocfg v1.4.0 |
462 | 2024-12-16T04:17:11.235Z | Compiling once_cell v1.20.2 |
463 | 2024-12-16T04:17:11.354Z | Compiling log v0.4.22 |
464 | 2024-12-16T04:17:11.426Z | Compiling itoa v1.0.14 |
465 | 2024-12-16T04:17:11.645Z | Compiling pin-project-lite v0.2.15 |
466 | 2024-12-16T04:17:11.667Z | Compiling smallvec v1.13.2 |
467 | 2024-12-16T04:17:11.767Z | Compiling bitflags v2.6.0 |
468 | 2024-12-16T04:17:11.784Z | Compiling rustix v0.38.42 |
469 | 2024-12-16T04:17:11.882Z | Compiling futures-core v0.3.31 |
470 | 2024-12-16T04:17:12.131Z | Compiling stable_deref_trait v1.2.0 |
471 | 2024-12-16T04:17:12.146Z | Compiling slab v0.4.9 |
472 | 2024-12-16T04:17:12.231Z | Compiling jobserver v0.1.32 |
473 | 2024-12-16T04:17:12.247Z | Compiling futures-sink v0.3.31 |
474 | 2024-12-16T04:17:12.307Z | Compiling version_check v0.9.5 |
475 | 2024-12-16T04:17:12.398Z | Compiling bytes v1.9.0 |
476 | 2024-12-16T04:17:12.474Z | Compiling quote v1.0.37 |
477 | 2024-12-16T04:17:12.620Z | Compiling cc v1.2.4 |
478 | 2024-12-16T04:17:12.958Z | Compiling syn v2.0.90 |
479 | 2024-12-16T04:17:12.975Z | Compiling getrandom v0.2.15 |
480 | 2024-12-16T04:17:13.113Z | Compiling errno v0.3.10 |
481 | 2024-12-16T04:17:13.180Z | Compiling signal-hook-registry v1.4.2 |
482 | 2024-12-16T04:17:13.369Z | Compiling mio v1.0.3 |
483 | 2024-12-16T04:17:13.549Z | Compiling futures-channel v0.3.31 |
484 | 2024-12-16T04:17:13.808Z | Compiling pin-utils v0.1.0 |
485 | 2024-12-16T04:17:13.903Z | Compiling futures-task v0.3.31 |
486 | 2024-12-16T04:17:14.004Z | Compiling futures-io v0.3.31 |
487 | 2024-12-16T04:17:14.178Z | Compiling serde_json v1.0.133 |
488 | 2024-12-16T04:17:14.296Z | Compiling ryu v1.0.18 |
489 | 2024-12-16T04:17:14.412Z | Compiling tracing-core v0.1.33 |
490 | 2024-12-16T04:17:14.612Z | Compiling writeable v0.5.5 |
491 | 2024-12-16T04:17:14.764Z | Compiling litemap v0.7.4 |
492 | 2024-12-16T04:17:14.891Z | Compiling socket2 v0.5.8 |
493 | 2024-12-16T04:17:15.094Z | Compiling camino v1.1.9 |
494 | 2024-12-16T04:17:15.225Z | Compiling lazy_static v1.5.0 |
495 | 2024-12-16T04:17:15.369Z | Compiling fnv v1.0.7 |
496 | 2024-12-16T04:17:15.520Z | Compiling icu_locid_transform_data v1.5.0 |
497 | 2024-12-16T04:17:15.631Z | Compiling hashbrown v0.15.2 |
498 | 2024-12-16T04:17:15.773Z | Compiling target-lexicon v0.12.16 |
499 | 2024-12-16T04:17:15.790Z | Compiling rustls-pki-types v1.10.1 |
500 | 2024-12-16T04:17:16.530Z | Compiling ring v0.17.8 |
501 | 2024-12-16T04:17:16.609Z | Compiling equivalent v1.0.1 |
502 | 2024-12-16T04:17:16.694Z | Compiling unicode-width v0.1.14 |
503 | 2024-12-16T04:17:16.783Z | Compiling backtrace v0.3.71 |
504 | 2024-12-16T04:17:16.963Z | Compiling http v1.2.0 |
505 | 2024-12-16T04:17:17.194Z | Compiling typenum v1.17.0 |
506 | 2024-12-16T04:17:17.247Z | Compiling semver v1.0.24 |
507 | 2024-12-16T04:17:17.285Z | Compiling byteorder v1.5.0 |
508 | 2024-12-16T04:17:17.598Z | Compiling gimli v0.28.1 |
509 | 2024-12-16T04:17:17.675Z | Compiling guppy-workspace-hack v0.1.0 |
510 | 2024-12-16T04:17:17.736Z | Compiling icu_properties_data v1.5.0 |
511 | 2024-12-16T04:17:17.975Z | Compiling untrusted v0.9.0 |
512 | 2024-12-16T04:17:17.993Z | Compiling utf8parse v0.2.2 |
513 | 2024-12-16T04:17:18.106Z | Compiling spin v0.9.8 |
514 | 2024-12-16T04:17:18.141Z | Compiling httparse v1.9.5 |
515 | 2024-12-16T04:17:18.162Z | Compiling adler v1.0.2 |
516 | 2024-12-16T04:17:18.250Z | Compiling thiserror v1.0.69 |
517 | 2024-12-16T04:17:18.307Z | Compiling miniz_oxide v0.7.4 |
518 | 2024-12-16T04:17:18.609Z | Compiling http-body v1.0.1 |
519 | 2024-12-16T04:17:18.860Z | Compiling generic-array v0.14.7 |
520 | 2024-12-16T04:17:19.114Z | Compiling object v0.32.2 |
521 | 2024-12-16T04:17:19.165Z | Compiling write16 v1.0.0 |
522 | 2024-12-16T04:17:19.298Z | Compiling utf8_iter v1.0.4 |
523 | 2024-12-16T04:17:19.563Z | Compiling rustls v0.23.20 |
524 | 2024-12-16T04:17:19.682Z | Compiling thiserror v2.0.7 |
525 | 2024-12-16T04:17:19.885Z | Compiling icu_normalizer_data v1.5.0 |
526 | 2024-12-16T04:17:19.981Z | Compiling pkg-config v0.3.31 |
527 | 2024-12-16T04:17:20.083Z | Compiling zeroize v1.8.1 |
528 | 2024-12-16T04:17:20.265Z | Compiling try-lock v0.2.5 |
529 | 2024-12-16T04:17:20.421Z | Compiling target-spec v3.2.2 |
530 | 2024-12-16T04:17:20.437Z | Compiling utf16_iter v1.0.5 |
531 | 2024-12-16T04:17:20.673Z | Compiling synstructure v0.13.1 |
532 | 2024-12-16T04:17:20.933Z | Compiling rustc-demangle v0.1.24 |
533 | 2024-12-16T04:17:21.167Z | Compiling fastrand v2.3.0 |
534 | 2024-12-16T04:17:21.472Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
535 | 2024-12-16T04:17:21.836Z | Compiling tempfile v3.14.0 |
536 | 2024-12-16T04:17:22.102Z | Compiling want v0.3.1 |
537 | 2024-12-16T04:17:22.218Z | Compiling addr2line v0.21.0 |
538 | 2024-12-16T04:17:22.731Z | Compiling cfg-expr v0.17.2 |
539 | 2024-12-16T04:17:23.710Z | Compiling terminal_size v0.4.1 |
540 | 2024-12-16T04:17:23.948Z | Compiling aho-corasick v1.1.3 |
541 | 2024-12-16T04:17:24.068Z | Compiling regex-syntax v0.8.5 |
542 | 2024-12-16T04:17:24.167Z | Compiling owo-colors v4.1.0 |
543 | 2024-12-16T04:17:24.491Z | Compiling subtle v2.6.1 |
544 | 2024-12-16T04:17:24.763Z | Compiling percent-encoding v2.3.1 |
545 | 2024-12-16T04:17:25.251Z | Compiling form_urlencoded v1.2.1 |
546 | 2024-12-16T04:17:25.757Z | Compiling ahash v0.8.11 |
547 | 2024-12-16T04:17:25.912Z | Compiling serde_derive v1.0.216 |
548 | 2024-12-16T04:17:26.107Z | Compiling zerofrom-derive v0.1.5 |
549 | 2024-12-16T04:17:26.229Z | Compiling yoke-derive v0.7.5 |
550 | 2024-12-16T04:17:27.495Z | Compiling zerovec-derive v0.10.3 |
551 | 2024-12-16T04:17:28.945Z | Compiling displaydoc v0.2.5 |
552 | 2024-12-16T04:17:29.503Z | Compiling zerofrom v0.1.5 |
553 | 2024-12-16T04:17:29.750Z | Compiling yoke v0.7.5 |
554 | 2024-12-16T04:17:29.999Z | Compiling futures-macro v0.3.31 |
555 | 2024-12-16T04:17:30.105Z | Compiling zerovec v0.10.4 |
556 | 2024-12-16T04:17:30.442Z | Compiling icu_provider_macros v1.5.0 |
557 | 2024-12-16T04:17:30.520Z | Compiling tokio-macros v2.4.0 |
558 | 2024-12-16T04:17:31.623Z | Compiling tracing-attributes v0.1.28 |
559 | 2024-12-16T04:17:31.869Z | Compiling futures-util v0.3.31 |
560 | 2024-12-16T04:17:32.079Z | Compiling tokio v1.42.0 |
561 | 2024-12-16T04:17:33.005Z | Compiling tinystr v0.7.6 |
562 | 2024-12-16T04:17:33.451Z | Compiling icu_locid v1.5.0 |
563 | 2024-12-16T04:17:34.953Z | Compiling icu_provider v1.5.0 |
564 | 2024-12-16T04:17:37.257Z | Compiling icu_locid_transform v1.5.0 |
565 | 2024-12-16T04:17:37.913Z | Compiling tracing v0.1.41 |
566 | 2024-12-16T04:17:38.595Z | Compiling icu_collections v1.5.0 |
567 | 2024-12-16T04:17:38.787Z | Compiling zerocopy-derive v0.7.35 |
568 | 2024-12-16T04:17:40.836Z | Compiling indexmap v2.7.0 |
569 | 2024-12-16T04:17:41.207Z | Compiling zerocopy v0.7.35 |
570 | 2024-12-16T04:17:41.273Z | Compiling icu_properties v1.5.1 |
571 | 2024-12-16T04:17:42.627Z | Compiling thiserror-impl v1.0.69 |
572 | 2024-12-16T04:17:44.378Z | Compiling thiserror-impl v2.0.7 |
573 | 2024-12-16T04:17:45.829Z | Compiling icu_normalizer v1.5.0 |
574 | 2024-12-16T04:17:46.361Z | Compiling rustls-webpki v0.102.8 |
575 | 2024-12-16T04:17:47.707Z | Compiling idna_adapter v1.2.0 |
576 | 2024-12-16T04:17:49.949Z | Compiling hyper v1.5.1 |
577 | 2024-12-16T04:17:50.993Z | Compiling regex-automata v0.4.9 |
578 | 2024-12-16T04:17:51.113Z | Compiling num-traits v0.2.19 |
579 | 2024-12-16T04:17:51.452Z | Compiling lock_api v0.4.12 |
580 | 2024-12-16T04:17:51.801Z | Compiling unicode-width v0.2.0 |
581 | 2024-12-16T04:17:52.369Z | Compiling tower-service v0.3.3 |
582 | 2024-12-16T04:17:52.508Z | Compiling nextest-workspace-hack v0.1.0 |
583 | 2024-12-16T04:17:52.826Z | Compiling parking_lot_core v0.9.10 |
584 | 2024-12-16T04:17:53.271Z | Compiling portable-atomic v1.10.0 |
585 | 2024-12-16T04:17:54.217Z | Compiling either v1.13.0 |
586 | 2024-12-16T04:17:54.691Z | Compiling winnow v0.6.20 |
587 | 2024-12-16T04:17:54.695Z | Compiling unicode-linebreak v0.1.5 |
588 | 2024-12-16T04:17:55.213Z | Compiling is_ci v1.2.0 |
589 | 2024-12-16T04:17:55.364Z | Compiling signal-hook v0.3.17 |
590 | 2024-12-16T04:17:55.497Z | Compiling supports-color v3.0.2 |
591 | 2024-12-16T04:17:55.708Z | Compiling textwrap v0.16.1 |
592 | 2024-12-16T04:17:55.967Z | Compiling tokio-rustls v0.26.1 |
593 | 2024-12-16T04:17:56.507Z | Compiling hyper-util v0.1.10 |
594 | 2024-12-16T04:17:58.726Z | Compiling idna v1.0.3 |
595 | 2024-12-16T04:17:58.791Z | Compiling backtrace-ext v0.2.1 |
596 | 2024-12-16T04:17:59.032Z | Compiling pathdiff v0.2.3 |
597 | 2024-12-16T04:17:59.209Z | Compiling serde_spanned v0.6.8 |
598 | 2024-12-16T04:17:59.307Z | Compiling toml_datetime v0.6.8 |
599 | 2024-12-16T04:17:59.451Z | Compiling cargo-platform v0.1.9 |
600 | 2024-12-16T04:18:00.057Z | Compiling miette-derive v7.4.0 |
601 | 2024-12-16T04:18:01.954Z | Compiling console v0.15.8 |
602 | 2024-12-16T04:18:02.887Z | Compiling webpki-roots v0.26.7 |
603 | 2024-12-16T04:18:03.108Z | Compiling sharded-slab v0.1.7 |
604 | 2024-12-16T04:18:03.441Z | Compiling tracing-log v0.2.0 |
605 | 2024-12-16T04:18:04.042Z | Compiling vte_generate_state_changes v0.1.2 |
606 | 2024-12-16T04:18:04.166Z | Compiling thread_local v1.1.8 |
607 | 2024-12-16T04:18:04.393Z | Compiling adler2 v2.0.0 |
608 | 2024-12-16T04:18:04.656Z | Compiling fixedbitset v0.4.2 |
609 | 2024-12-16T04:18:04.691Z | Compiling supports-unicode v3.0.0 |
610 | 2024-12-16T04:18:04.707Z | Compiling zstd-safe v7.2.1 |
611 | 2024-12-16T04:18:04.867Z | Compiling supports-hyperlinks v3.1.0 |
612 | 2024-12-16T04:18:04.958Z | Compiling scopeguard v1.2.0 |
613 | 2024-12-16T04:18:05.057Z | Compiling cfg_aliases v0.2.1 |
614 | 2024-12-16T04:18:05.071Z | Compiling newtype-uuid v1.1.3 |
615 | 2024-12-16T04:18:05.147Z | Compiling nix v0.29.0 |
616 | 2024-12-16T04:18:05.309Z | Compiling miette v7.4.0 |
617 | 2024-12-16T04:18:05.410Z | Compiling petgraph v0.6.5 |
618 | 2024-12-16T04:18:05.724Z | Compiling vte v0.11.1 |
619 | 2024-12-16T04:18:05.755Z | Compiling miniz_oxide v0.8.0 |
620 | 2024-12-16T04:18:06.020Z | Compiling tracing-subscriber v0.3.19 |
621 | 2024-12-16T04:18:07.239Z | Compiling hyper-rustls v0.27.3 |
622 | 2024-12-16T04:18:08.845Z | Compiling cargo_metadata v0.19.1 |
623 | 2024-12-16T04:18:08.903Z | Compiling toml_edit v0.22.22 |
624 | 2024-12-16T04:18:08.980Z | Compiling url v2.5.4 |
625 | 2024-12-16T04:18:15.970Z | Compiling regex v1.11.1 |
626 | 2024-12-16T04:18:17.169Z | Compiling itertools v0.13.0 |
627 | 2024-12-16T04:18:18.243Z | Compiling ppv-lite86 v0.2.20 |
628 | 2024-12-16T04:18:19.195Z | Compiling serde_urlencoded v0.7.1 |
629 | 2024-12-16T04:18:19.595Z | Compiling smol_str v0.3.2 |
630 | 2024-12-16T04:18:19.796Z | Compiling http-body-util v0.1.2 |
631 | 2024-12-16T04:18:20.176Z | Compiling futures-executor v0.3.31 |
632 | 2024-12-16T04:18:20.401Z | Compiling block-buffer v0.10.4 |
633 | 2024-12-16T04:18:20.648Z | Compiling crypto-common v0.1.6 |
634 | 2024-12-16T04:18:20.859Z | Compiling pin-project-internal v1.1.7 |
635 | 2024-12-16T04:18:20.957Z | Compiling anstyle-parse v0.2.6 |
636 | 2024-12-16T04:18:20.960Z | Compiling rustls-pemfile v2.2.0 |
637 | 2024-12-16T04:18:21.324Z | Compiling xattr v1.3.1 |
638 | 2024-12-16T04:18:21.400Z | Compiling rand_core v0.6.4 |
639 | 2024-12-16T04:18:21.415Z | Compiling uuid v1.11.0 |
640 | 2024-12-16T04:18:21.632Z | Compiling filetime v0.2.25 |
641 | 2024-12-16T04:18:21.646Z | Compiling sync_wrapper v1.0.2 |
642 | 2024-12-16T04:18:21.804Z | Compiling bstr v1.11.1 |
643 | 2024-12-16T04:18:21.915Z | Compiling crc32fast v1.4.2 |
644 | 2024-12-16T04:18:21.981Z | Compiling mime v0.3.17 |
645 | 2024-12-16T04:18:22.410Z | Compiling debug-ignore v1.0.5 |
646 | 2024-12-16T04:18:22.545Z | Compiling number_prefix v0.4.0 |
647 | 2024-12-16T04:18:22.561Z | Compiling tinyvec_macros v0.1.1 |
648 | 2024-12-16T04:18:22.653Z | Compiling static_assertions v1.1.0 |
649 | 2024-12-16T04:18:22.752Z | Compiling colorchoice v1.0.3 |
650 | 2024-12-16T04:18:22.791Z | Compiling eyre v0.6.12 |
651 | 2024-12-16T04:18:22.907Z | Compiling ipnet v2.10.1 |
652 | 2024-12-16T04:18:23.019Z | Compiling anstyle-query v1.1.2 |
653 | 2024-12-16T04:18:23.159Z | Compiling minimal-lexical v0.2.1 |
654 | 2024-12-16T04:18:23.309Z | Compiling self_update v0.41.0 |
655 | 2024-12-16T04:18:23.309Z | Compiling anstyle v1.0.10 |
656 | 2024-12-16T04:18:23.672Z | Compiling iana-time-zone v0.1.61 |
657 | 2024-12-16T04:18:23.688Z | Compiling nested v0.1.1 |
658 | 2024-12-16T04:18:23.784Z | Compiling is_terminal_polyfill v1.70.1 |
659 | 2024-12-16T04:18:23.801Z | Compiling base64 v0.22.1 |
660 | 2024-12-16T04:18:23.912Z | Compiling guppy v0.17.10 |
661 | 2024-12-16T04:18:24.033Z | Compiling anstream v0.6.18 |
662 | 2024-12-16T04:18:24.384Z | Compiling reqwest v0.12.9 |
663 | 2024-12-16T04:18:24.897Z | Compiling chrono v0.4.39 |
664 | 2024-12-16T04:18:25.185Z | Compiling pin-project v1.1.7 |
665 | 2024-12-16T04:18:25.349Z | Compiling nom v7.1.3 |
666 | 2024-12-16T04:18:26.107Z | Compiling globset v0.4.15 |
667 | 2024-12-16T04:18:26.398Z | Compiling indicatif v0.17.9 |
668 | 2024-12-16T04:18:29.773Z | Compiling tinyvec v1.8.0 |
669 | 2024-12-16T04:18:31.520Z | Compiling flate2 v1.0.35 |
670 | 2024-12-16T04:18:32.054Z | Compiling tar v0.4.43 |
671 | 2024-12-16T04:18:32.829Z | Compiling rand_chacha v0.3.1 |
672 | 2024-12-16T04:18:32.942Z | Compiling digest v0.10.7 |
673 | 2024-12-16T04:18:32.959Z | Compiling futures v0.3.31 |
674 | 2024-12-16T04:18:33.078Z | Compiling nextest-metadata v0.12.1 |
675 | 2024-12-16T04:18:33.369Z | Compiling signal-hook-mio v0.2.4 |
676 | 2024-12-16T04:18:33.549Z | Compiling parking_lot v0.12.3 |
677 | 2024-12-16T04:18:33.683Z | Compiling toml v0.8.19 |
678 | 2024-12-16T04:18:34.564Z | Compiling tracing-error v0.2.1 |
679 | 2024-12-16T04:18:34.991Z | Compiling strip-ansi-escapes v0.2.0 |
680 | 2024-12-16T04:18:35.617Z | Compiling self-replace v1.5.0 |
681 | 2024-12-16T04:18:35.752Z | Compiling os_pipe v1.2.1 |
682 | 2024-12-16T04:18:36.016Z | Compiling shared_child v1.0.1 |
683 | 2024-12-16T04:18:36.032Z | Compiling quick-xml v0.37.1 |
684 | 2024-12-16T04:18:36.152Z | Compiling quick-xml v0.23.1 |
685 | 2024-12-16T04:18:36.673Z | Compiling cpufeatures v0.2.16 |
686 | 2024-12-16T04:18:36.774Z | Compiling owo-colors v3.5.0 |
687 | 2024-12-16T04:18:38.202Z | Compiling indenter v0.3.3 |
688 | 2024-12-16T04:18:38.401Z | Compiling urlencoding v2.1.3 |
689 | 2024-12-16T04:18:38.581Z | Compiling unicase v2.8.0 |
690 | 2024-12-16T04:18:38.839Z | Compiling humantime v2.1.0 |
691 | 2024-12-16T04:18:39.127Z | Compiling heck v0.5.0 |
692 | 2024-12-16T04:18:39.580Z | Compiling clap_lex v0.7.4 |
693 | 2024-12-16T04:18:39.610Z | Compiling recursion v0.5.2 |
694 | 2024-12-16T04:18:39.646Z | Compiling shell-words v1.1.0 |
695 | 2024-12-16T04:18:39.679Z | Compiling strsim v0.11.1 |
696 | 2024-12-16T04:18:39.833Z | Compiling nextest-filtering v0.12.0 |
697 | 2024-12-16T04:18:40.067Z | Compiling clap_builder v4.5.23 |
698 | 2024-12-16T04:18:40.286Z | Compiling clap_derive v4.5.18 |
699 | 2024-12-16T04:18:41.256Z | Compiling humantime-serde v1.1.1 |
700 | 2024-12-16T04:18:41.504Z | Compiling color-spantrace v0.2.1 |
701 | 2024-12-16T04:18:43.614Z | Compiling quick-junit v0.5.1 |
702 | 2024-12-16T04:18:45.022Z | Compiling sha2 v0.10.8 |
703 | 2024-12-16T04:18:46.037Z | Compiling duct v0.13.7 |
704 | 2024-12-16T04:18:46.633Z | Compiling cargo-nextest v0.9.86 |
705 | 2024-12-16T04:18:48.158Z | Compiling config v0.14.1 |
706 | 2024-12-16T04:18:48.750Z | Compiling crossterm v0.28.1 |
707 | 2024-12-16T04:18:49.532Z | Compiling rand v0.8.5 |
708 | 2024-12-16T04:18:50.089Z | Compiling async-scoped v0.9.0 |
709 | 2024-12-16T04:18:50.412Z | Compiling unicode-normalization v0.1.24 |
710 | 2024-12-16T04:18:51.447Z | Compiling zstd v0.13.2 |
711 | 2024-12-16T04:18:51.711Z | Compiling target-spec-miette v0.4.0 |
712 | 2024-12-16T04:18:52.346Z | Compiling mukti-metadata v0.3.0 |
713 | 2024-12-16T04:18:52.446Z | Compiling camino-tempfile v1.1.1 |
714 | 2024-12-16T04:18:53.200Z | Compiling tokio-stream v0.1.17 |
715 | 2024-12-16T04:18:53.392Z | Compiling serde_path_to_error v0.1.16 |
716 | 2024-12-16T04:18:54.376Z | Compiling serde_ignored v0.1.10 |
717 | 2024-12-16T04:18:54.431Z | Compiling future-queue v0.3.0 |
718 | 2024-12-16T04:18:54.827Z | Compiling derive-where v1.2.7 |
719 | 2024-12-16T04:18:54.890Z | Compiling atomicwrites v0.4.4 |
720 | 2024-12-16T04:18:55.428Z | Compiling swrite v0.1.0 |
721 | 2024-12-16T04:18:55.553Z | Compiling indent_write v2.2.0 |
722 | 2024-12-16T04:18:55.790Z | Compiling hex v0.4.3 |
723 | 2024-12-16T04:18:56.510Z | Compiling home v0.5.9 |
724 | 2024-12-16T04:18:56.817Z | Compiling xxhash-rust v0.8.12 |
725 | 2024-12-16T04:18:57.009Z | Compiling clap v4.5.23 |
726 | 2024-12-16T04:18:57.026Z | Compiling color-eyre v0.6.3 |
727 | 2024-12-16T04:18:57.071Z | Compiling dialoguer v0.11.0 |
728 | 2024-12-16T04:18:57.120Z | Compiling enable-ansi-support v0.2.1 |
729 | 2024-12-16T04:18:58.124Z | Compiling nextest-runner v0.69.0 |
730 | 2024-12-16T04:19:39.793Z | Finished `release` profile [optimized] target(s) in 2m 32s |
731 | 2024-12-16T04:19:40.017Z | Installing /home/build/.cargo/bin/cargo-nextest |
732 | 2024-12-16T04:19:40.019Z | Installed package `cargo-nextest v0.9.86` (executable `cargo-nextest`) |
733 | 2024-12-16T04:19:40.124Z | + pushd rdb |
734 | 2024-12-16T04:19:40.126Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
735 | 2024-12-16T04:19:40.126Z | + cargo nextest run |
736 | 2024-12-16T04:19:40.405Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
737 | 2024-12-16T04:19:40.644Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
738 | 2024-12-16T04:19:40.859Z | From https://www.github.com/oxidecomputer/oxnet |
739 | 2024-12-16T04:19:40.859Z | * [new branch] ci -> origin/ci |
740 | 2024-12-16T04:19:40.861Z | * [new branch] main -> origin/main |
741 | 2024-12-16T04:19:40.861Z | * [new ref] -> origin/HEAD |
742 | 2024-12-16T04:19:40.871Z | Updating crates.io index |
743 | 2024-12-16T04:19:40.956Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
744 | 2024-12-16T04:19:41.720Z | From https://github.com/oxidecomputer/falcon |
745 | 2024-12-16T04:19:41.720Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
746 | 2024-12-16T04:19:41.826Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
747 | 2024-12-16T04:19:42.986Z | From https://github.com/oxidecomputer/dendrite |
748 | 2024-12-16T04:19:42.986Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
749 | 2024-12-16T04:19:43.026Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
750 | 2024-12-16T04:19:43.419Z | From https://github.com/oxidecomputer/ispf |
751 | 2024-12-16T04:19:43.419Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
752 | 2024-12-16T04:19:43.436Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
753 | 2024-12-16T04:19:43.877Z | From https://github.com/oxidecomputer/netadm-sys |
754 | 2024-12-16T04:19:43.877Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
755 | 2024-12-16T04:19:43.890Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
756 | 2024-12-16T04:19:47.368Z | From https://github.com/oxidecomputer/omicron |
757 | 2024-12-16T04:19:47.368Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
758 | 2024-12-16T04:19:47.398Z | * [new tag] dogfood -> dogfood |
759 | 2024-12-16T04:19:47.401Z | * [new tag] v5 -> v5 |
760 | 2024-12-16T04:19:47.401Z | * [new tag] v6 -> v6 |
761 | 2024-12-16T04:19:47.401Z | * [new tag] v7 -> v7 |
762 | 2024-12-16T04:19:47.401Z | * [new tag] v8 -> v8 |
763 | 2024-12-16T04:19:47.401Z | * [new tag] v9 -> v9 |
764 | 2024-12-16T04:19:47.756Z | Updating git repository `https://github.com/oxidecomputer/opte` |
765 | 2024-12-16T04:19:48.775Z | From https://github.com/oxidecomputer/opte |
766 | 2024-12-16T04:19:48.775Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
767 | 2024-12-16T04:19:48.821Z | Updating git repository `https://github.com/illumos/smf-rs` |
768 | 2024-12-16T04:19:49.231Z | From https://github.com/illumos/smf-rs |
769 | 2024-12-16T04:19:49.232Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
770 | 2024-12-16T04:19:49.261Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
771 | 2024-12-16T04:19:49.836Z | From https://github.com/oxidecomputer/maghemite |
772 | 2024-12-16T04:19:49.837Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
773 | 2024-12-16T04:19:49.855Z | * [new tag] rift -> rift |
774 | 2024-12-16T04:19:49.859Z | * [new tag] srp -> srp |
775 | 2024-12-16T04:19:49.859Z | * [new tag] tie-spf -> tie-spf |
776 | 2024-12-16T04:19:49.906Z | Updating git repository `https://github.com/oxidecomputer/zone` |
777 | 2024-12-16T04:19:50.331Z | From https://github.com/oxidecomputer/zone |
778 | 2024-12-16T04:19:50.331Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
779 | 2024-12-16T04:19:50.343Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
780 | 2024-12-16T04:19:51.122Z | From https://github.com/oxidecomputer/propolis |
781 | 2024-12-16T04:19:51.122Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
782 | 2024-12-16T04:19:51.217Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
783 | 2024-12-16T04:19:51.666Z | From https://github.com/oxidecomputer/dlpi-sys |
784 | 2024-12-16T04:19:51.666Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
785 | 2024-12-16T04:19:51.677Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
786 | 2024-12-16T04:19:52.117Z | From https://github.com/jmesmon/rust-libzfs |
787 | 2024-12-16T04:19:52.117Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
788 | 2024-12-16T04:19:52.132Z | * [new tag] v0.4.0 -> v0.4.0 |
789 | 2024-12-16T04:19:52.151Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
790 | 2024-12-16T04:19:52.551Z | From https://github.com/oxidecomputer/rusty-doors |
791 | 2024-12-16T04:19:52.552Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
792 | 2024-12-16T04:19:52.574Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
793 | 2024-12-16T04:19:52.984Z | From https://github.com/oxidecomputer/maghemite |
794 | 2024-12-16T04:19:52.984Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
795 | 2024-12-16T04:19:53.028Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
796 | 2024-12-16T04:19:53.411Z | From https://github.com/oxidecomputer/serde_human_bytes |
797 | 2024-12-16T04:19:53.411Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
798 | 2024-12-16T04:19:53.434Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
799 | 2024-12-16T04:19:53.872Z | From https://github.com/oxidecomputer/slog-error-chain |
800 | 2024-12-16T04:19:53.872Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
801 | 2024-12-16T04:19:53.899Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
802 | 2024-12-16T04:19:54.324Z | From https://github.com/oxidecomputer/poptrie |
803 | 2024-12-16T04:19:54.324Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
804 | 2024-12-16T04:19:54.346Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
805 | 2024-12-16T04:19:54.740Z | From https://github.com/illumos/libscf-sys |
806 | 2024-12-16T04:19:54.740Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
807 | 2024-12-16T04:19:54.767Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
808 | 2024-12-16T04:19:55.647Z | From https://github.com/oxidecomputer/progenitor |
809 | 2024-12-16T04:19:55.647Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
810 | 2024-12-16T04:19:55.669Z | * [new tag] v0.1.1 -> v0.1.1 |
811 | 2024-12-16T04:19:55.671Z | * [new tag] v0.2.0 -> v0.2.0 |
812 | 2024-12-16T04:19:55.671Z | * [new tag] v0.3.0 -> v0.3.0 |
813 | 2024-12-16T04:19:55.671Z | * [new tag] v0.4.0 -> v0.4.0 |
814 | 2024-12-16T04:19:55.671Z | * [new tag] v0.5.0 -> v0.5.0 |
815 | 2024-12-16T04:19:55.671Z | * [new tag] v0.6.0 -> v0.6.0 |
816 | 2024-12-16T04:19:55.671Z | * [new tag] v0.7.0 -> v0.7.0 |
817 | 2024-12-16T04:19:55.772Z | Updating git repository `https://github.com/oxidecomputer/typify` |
818 | 2024-12-16T04:19:56.585Z | From https://github.com/oxidecomputer/typify |
819 | 2024-12-16T04:19:56.585Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
820 | 2024-12-16T04:19:56.587Z | * [new tag] v0.2.0 -> v0.2.0 |
821 | 2024-12-16T04:19:56.605Z | * [new tag] v0.0.10 -> v0.0.10 |
822 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.11 -> v0.0.11 |
823 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.12 -> v0.0.12 |
824 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.13 -> v0.0.13 |
825 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.14 -> v0.0.14 |
826 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.15 -> v0.0.15 |
827 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.16 -> v0.0.16 |
828 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.4 -> v0.0.4 |
829 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.5 -> v0.0.5 |
830 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.7 -> v0.0.7 |
831 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.8 -> v0.0.8 |
832 | 2024-12-16T04:19:56.607Z | * [new tag] v0.0.9 -> v0.0.9 |
833 | 2024-12-16T04:19:56.607Z | * [new tag] v0.1.0 -> v0.1.0 |
834 | 2024-12-16T04:19:56.768Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
835 | 2024-12-16T04:19:57.715Z | From https://github.com/oxidecomputer/crucible |
836 | 2024-12-16T04:19:57.715Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
837 | 2024-12-16T04:19:57.779Z | Updating git repository `https://github.com/oxidecomputer/opte` |
838 | 2024-12-16T04:19:58.255Z | From https://github.com/oxidecomputer/opte |
839 | 2024-12-16T04:19:58.255Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
840 | 2024-12-16T04:19:58.308Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
841 | 2024-12-16T04:19:58.999Z | From https://github.com/oxidecomputer/management-gateway-service |
842 | 2024-12-16T04:19:58.999Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
843 | 2024-12-16T04:19:59.384Z | Downloading crates ... |
844 | 2024-12-16T04:19:59.504Z | Downloaded const-random-macro v0.1.16 |
845 | 2024-12-16T04:19:59.520Z | Downloaded ciborium-io v0.2.2 |
846 | 2024-12-16T04:19:59.523Z | Downloaded constant_time_eq v0.3.1 |
847 | 2024-12-16T04:19:59.533Z | Downloaded httpdate v1.0.3 |
848 | 2024-12-16T04:19:59.535Z | Downloaded serde-big-array v0.5.1 |
849 | 2024-12-16T04:19:59.540Z | Downloaded crc8 v0.1.1 |
850 | 2024-12-16T04:19:59.542Z | Downloaded semver v0.1.20 |
851 | 2024-12-16T04:19:59.542Z | Downloaded const-random v0.1.18 |
852 | 2024-12-16T04:19:59.546Z | Downloaded darling_macro v0.20.10 |
853 | 2024-12-16T04:19:59.548Z | Downloaded crunchy v0.2.2 |
854 | 2024-12-16T04:19:59.551Z | Downloaded serde v1.0.215 |
855 | 2024-12-16T04:19:59.557Z | Downloaded foreign-types-shared v0.3.1 |
856 | 2024-12-16T04:19:59.559Z | Downloaded fxhash v0.2.1 |
857 | 2024-12-16T04:19:59.559Z | Downloaded crucible-workspace-hack v0.1.0 |
858 | 2024-12-16T04:19:59.562Z | Downloaded cstr-argument v0.1.2 |
859 | 2024-12-16T04:19:59.565Z | Downloaded scroll_derive v0.12.0 |
860 | 2024-12-16T04:19:59.581Z | Downloaded colorchoice v1.0.2 |
861 | 2024-12-16T04:19:59.584Z | Downloaded waitgroup v0.1.2 |
862 | 2024-12-16T04:19:59.587Z | Downloaded cpufeatures v0.2.14 |
863 | 2024-12-16T04:19:59.587Z | Downloaded convert_case v0.4.0 |
864 | 2024-12-16T04:19:59.587Z | Downloaded ciborium-ll v0.2.2 |
865 | 2024-12-16T04:19:59.590Z | Downloaded usdt-attr-macro v0.5.0 |
866 | 2024-12-16T04:19:59.590Z | Downloaded time-core v0.1.2 |
867 | 2024-12-16T04:19:59.592Z | Downloaded strum v0.26.3 |
868 | 2024-12-16T04:19:59.592Z | Downloaded atomic-waker v1.1.2 |
869 | 2024-12-16T04:19:59.594Z | Downloaded take_mut v0.2.2 |
870 | 2024-12-16T04:19:59.594Z | Downloaded sync_wrapper v1.0.1 |
871 | 2024-12-16T04:19:59.597Z | Downloaded sync_wrapper v0.1.2 |
872 | 2024-12-16T04:19:59.597Z | Downloaded anstyle-query v1.1.1 |
873 | 2024-12-16T04:19:59.599Z | Downloaded sct v0.7.1 |
874 | 2024-12-16T04:19:59.602Z | Downloaded cobs v0.2.3 |
875 | 2024-12-16T04:19:59.604Z | Downloaded sigpipe v0.1.3 |
876 | 2024-12-16T04:19:59.607Z | Downloaded bitflags v1.3.2 |
877 | 2024-12-16T04:19:59.610Z | Downloaded arrayref v0.3.9 |
878 | 2024-12-16T04:19:59.610Z | Downloaded usdt-macro v0.5.0 |
879 | 2024-12-16T04:19:59.612Z | Downloaded dtrace-parser v0.2.0 |
880 | 2024-12-16T04:19:59.615Z | Downloaded async-stream-impl v0.3.5 |
881 | 2024-12-16T04:19:59.615Z | Downloaded rustversion v1.0.17 |
882 | 2024-12-16T04:19:59.618Z | Downloaded same-file v1.0.6 |
883 | 2024-12-16T04:19:59.621Z | Downloaded autocfg v1.3.0 |
884 | 2024-12-16T04:19:59.625Z | Downloaded strum_macros v0.25.3 |
885 | 2024-12-16T04:19:59.627Z | Downloaded schemars_derive v0.8.21 |
886 | 2024-12-16T04:19:59.627Z | Downloaded slog-async v2.8.0 |
887 | 2024-12-16T04:19:59.630Z | Downloaded serde_tokenstream v0.2.2 |
888 | 2024-12-16T04:19:59.630Z | Downloaded anstyle-parse v0.2.5 |
889 | 2024-12-16T04:19:59.632Z | Downloaded hash32 v0.3.1 |
890 | 2024-12-16T04:19:59.634Z | Downloaded enum-as-inner v0.6.1 |
891 | 2024-12-16T04:19:59.638Z | Downloaded futures-executor v0.3.30 |
892 | 2024-12-16T04:19:59.640Z | Downloaded http-body v0.4.6 |
893 | 2024-12-16T04:19:59.643Z | Downloaded futures-sink v0.3.30 |
894 | 2024-12-16T04:19:59.643Z | Downloaded terminal_size v0.4.0 |
895 | 2024-12-16T04:19:59.645Z | Downloaded futures-io v0.3.30 |
896 | 2024-12-16T04:19:59.645Z | Downloaded futures-core v0.3.30 |
897 | 2024-12-16T04:19:59.648Z | Downloaded fastrand v2.1.1 |
898 | 2024-12-16T04:19:59.650Z | Downloaded hostname v0.3.1 |
899 | 2024-12-16T04:19:59.650Z | Downloaded tiny-keccak v2.0.2 |
900 | 2024-12-16T04:19:59.653Z | Downloaded usdt-impl v0.5.0 |
901 | 2024-12-16T04:19:59.655Z | Downloaded structmeta v0.3.0 |
902 | 2024-12-16T04:19:59.655Z | Downloaded smf v0.2.3 |
903 | 2024-12-16T04:19:59.658Z | Downloaded hostname v0.4.0 |
904 | 2024-12-16T04:19:59.660Z | Downloaded heck v0.3.3 |
905 | 2024-12-16T04:19:59.661Z | Downloaded foreign-types-macros v0.2.3 |
906 | 2024-12-16T04:19:59.663Z | Downloaded defmt-macros v0.3.9 |
907 | 2024-12-16T04:19:59.666Z | Downloaded xz2 v0.1.7 |
908 | 2024-12-16T04:19:59.666Z | Downloaded omicron-workspace-hack v0.1.0 |
909 | 2024-12-16T04:19:59.668Z | Downloaded num_threads v0.1.7 |
910 | 2024-12-16T04:19:59.669Z | Downloaded instant v0.1.13 |
911 | 2024-12-16T04:19:59.672Z | Downloaded untrusted v0.7.1 |
912 | 2024-12-16T04:19:59.672Z | Downloaded slog-stdlog v4.1.1 |
913 | 2024-12-16T04:19:59.674Z | Downloaded spin v0.5.2 |
914 | 2024-12-16T04:19:59.674Z | Downloaded slog-json v2.6.1 |
915 | 2024-12-16T04:19:59.677Z | Downloaded deranged v0.3.11 |
916 | 2024-12-16T04:19:59.679Z | Downloaded cancel-safe-futures v0.1.5 |
917 | 2024-12-16T04:19:59.681Z | Downloaded utf-8 v0.7.6 |
918 | 2024-12-16T04:19:59.683Z | Downloaded tabwriter v1.4.0 |
919 | 2024-12-16T04:19:59.686Z | Downloaded rustc_version v0.1.7 |
920 | 2024-12-16T04:19:59.686Z | Downloaded backoff v0.4.0 |
921 | 2024-12-16T04:19:59.688Z | Downloaded argon2 v0.5.3 |
922 | 2024-12-16T04:19:59.691Z | Downloaded hubpack_derive v0.1.1 |
923 | 2024-12-16T04:19:59.691Z | Downloaded zone_cfg_derive v0.3.0 |
924 | 2024-12-16T04:19:59.693Z | Downloaded zone_cfg_derive v0.1.2 |
925 | 2024-12-16T04:19:59.693Z | Downloaded structmeta-derive v0.3.0 |
926 | 2024-12-16T04:19:59.696Z | Downloaded scroll v0.12.0 |
927 | 2024-12-16T04:19:59.696Z | Downloaded async-trait v0.1.83 |
928 | 2024-12-16T04:19:59.701Z | Downloaded arrayvec v0.7.6 |
929 | 2024-12-16T04:19:59.704Z | Downloaded zone v0.1.8 |
930 | 2024-12-16T04:19:59.704Z | Downloaded hyper-tls v0.5.0 |
931 | 2024-12-16T04:19:59.706Z | Downloaded hubpack v0.1.2 |
932 | 2024-12-16T04:19:59.706Z | Downloaded strum_macros v0.26.4 |
933 | 2024-12-16T04:19:59.709Z | Downloaded serde_spanned v0.6.7 |
934 | 2024-12-16T04:19:59.711Z | Downloaded crossbeam-deque v0.8.5 |
935 | 2024-12-16T04:19:59.714Z | Downloaded httparse v1.9.4 |
936 | 2024-12-16T04:19:59.716Z | Downloaded tracing-attributes v0.1.27 |
937 | 2024-12-16T04:19:59.719Z | Downloaded tokio-rustls v0.24.1 |
938 | 2024-12-16T04:19:59.722Z | Downloaded term v0.7.0 |
939 | 2024-12-16T04:19:59.724Z | Downloaded tokio-tungstenite v0.21.0 |
940 | 2024-12-16T04:19:59.726Z | Downloaded num-derive v0.4.2 |
941 | 2024-12-16T04:19:59.729Z | Downloaded managed v0.8.0 |
942 | 2024-12-16T04:19:59.731Z | Downloaded serde_derive_internals v0.29.1 |
943 | 2024-12-16T04:19:59.733Z | Downloaded num-derive v0.3.3 |
944 | 2024-12-16T04:19:59.736Z | Downloaded whoami v1.5.2 |
945 | 2024-12-16T04:19:59.740Z | Downloaded newtype_derive v0.1.6 |
946 | 2024-12-16T04:19:59.740Z | Downloaded is-terminal v0.4.13 |
947 | 2024-12-16T04:19:59.742Z | Downloaded topological-sort v0.2.2 |
948 | 2024-12-16T04:19:59.742Z | Downloaded serde_with_macros v3.9.0 |
949 | 2024-12-16T04:19:59.745Z | Downloaded progenitor-client v0.8.0 |
950 | 2024-12-16T04:19:59.745Z | Downloaded time-macros v0.2.18 |
951 | 2024-12-16T04:19:59.747Z | Downloaded pretty-hex v0.2.1 |
952 | 2024-12-16T04:19:59.747Z | Downloaded anyhow v1.0.94 |
953 | 2024-12-16T04:19:59.751Z | Downloaded thread-id v4.2.2 |
954 | 2024-12-16T04:19:59.754Z | Downloaded no-std-compat v0.4.1 |
955 | 2024-12-16T04:19:59.754Z | Downloaded rustls-pemfile v2.1.3 |
956 | 2024-12-16T04:19:59.757Z | Downloaded slog-term v2.9.1 |
957 | 2024-12-16T04:19:59.760Z | Downloaded quinn-udp v0.5.5 |
958 | 2024-12-16T04:19:59.762Z | Downloaded colored v2.2.0 |
959 | 2024-12-16T04:19:59.764Z | Downloaded diff v0.1.13 |
960 | 2024-12-16T04:19:59.767Z | Downloaded crossbeam-epoch v0.9.18 |
961 | 2024-12-16T04:19:59.769Z | Downloaded walkdir v2.5.0 |
962 | 2024-12-16T04:19:59.771Z | Downloaded derive_more v0.99.18 |
963 | 2024-12-16T04:19:59.776Z | Downloaded num_enum v0.5.11 |
964 | 2024-12-16T04:19:59.781Z | Downloaded num-conv v0.1.0 |
965 | 2024-12-16T04:19:59.783Z | Downloaded match_cfg v0.1.0 |
966 | 2024-12-16T04:19:59.783Z | Downloaded ucd-trie v0.1.6 |
967 | 2024-12-16T04:19:59.785Z | Downloaded tar v0.4.41 |
968 | 2024-12-16T04:19:59.787Z | Downloaded proc-macro-crate v3.2.0 |
969 | 2024-12-16T04:19:59.790Z | Downloaded quick-error v1.2.3 |
970 | 2024-12-16T04:19:59.792Z | Downloaded num_enum_derive v0.5.11 |
971 | 2024-12-16T04:19:59.792Z | Downloaded pretty-hex v0.4.1 |
972 | 2024-12-16T04:19:59.792Z | Downloaded postcard v1.0.10 |
973 | 2024-12-16T04:19:59.795Z | Downloaded parse-display-derive v0.10.0 |
974 | 2024-12-16T04:19:59.797Z | Downloaded serde_derive v1.0.215 |
975 | 2024-12-16T04:19:59.799Z | Downloaded ident_case v1.0.1 |
976 | 2024-12-16T04:19:59.802Z | Downloaded parse-display v0.10.0 |
977 | 2024-12-16T04:19:59.802Z | Downloaded tokio-rustls v0.26.0 |
978 | 2024-12-16T04:19:59.804Z | Downloaded toml v0.7.8 |
979 | 2024-12-16T04:19:59.807Z | Downloaded num_enum_derive v0.7.3 |
980 | 2024-12-16T04:19:59.809Z | Downloaded num v0.4.3 |
981 | 2024-12-16T04:19:59.811Z | Downloaded proc-macro-error-attr v1.0.4 |
982 | 2024-12-16T04:19:59.811Z | Downloaded slog v2.7.0 |
983 | 2024-12-16T04:19:59.813Z | Downloaded paste v1.0.15 |
984 | 2024-12-16T04:19:59.816Z | Downloaded zerocopy v0.6.6 |
985 | 2024-12-16T04:19:59.819Z | Downloaded dropshot_endpoint v0.12.0 |
986 | 2024-12-16T04:19:59.822Z | Downloaded linear-map v1.2.0 |
987 | 2024-12-16T04:19:59.824Z | Downloaded base64 v0.13.1 |
988 | 2024-12-16T04:19:59.827Z | Downloaded itoa v1.0.11 |
989 | 2024-12-16T04:19:59.830Z | Downloaded allocator-api2 v0.2.18 |
990 | 2024-12-16T04:19:59.832Z | Downloaded ipnetwork v0.20.0 |
991 | 2024-12-16T04:19:59.835Z | Downloaded resolv-conf v0.7.0 |
992 | 2024-12-16T04:19:59.837Z | Downloaded pest_generator v2.7.13 |
993 | 2024-12-16T04:19:59.837Z | Downloaded zone v0.3.0 |
994 | 2024-12-16T04:19:59.839Z | Downloaded tokio-rustls v0.25.0 |
995 | 2024-12-16T04:19:59.839Z | Downloaded num_enum v0.7.3 |
996 | 2024-12-16T04:19:59.844Z | Downloaded rustls-pemfile v1.0.4 |
997 | 2024-12-16T04:19:59.846Z | Downloaded newtype-uuid v1.1.0 |
998 | 2024-12-16T04:19:59.848Z | Downloaded memmap v0.7.0 |
999 | 2024-12-16T04:19:59.851Z | Downloaded unicode-ident v1.0.13 |
1000 | 2024-12-16T04:19:59.853Z | Downloaded proc-macro-crate v1.3.1 |
1001 | 2024-12-16T04:19:59.853Z | Downloaded lru-cache v0.1.2 |
1002 | 2024-12-16T04:19:59.856Z | Downloaded unsafe-libyaml v0.2.11 |
1003 | 2024-12-16T04:19:59.858Z | Downloaded tungstenite v0.21.0 |
1004 | 2024-12-16T04:19:59.861Z | Downloaded parking_lot_core v0.8.6 |
1005 | 2024-12-16T04:19:59.863Z | Downloaded futures v0.3.30 |
1006 | 2024-12-16T04:19:59.868Z | Downloaded pin-project-lite v0.2.14 |
1007 | 2024-12-16T04:19:59.873Z | Downloaded linked-hash-map v0.5.6 |
1008 | 2024-12-16T04:19:59.876Z | Downloaded progenitor v0.8.0 |
1009 | 2024-12-16T04:19:59.876Z | Downloaded num-iter v0.1.45 |
1010 | 2024-12-16T04:19:59.880Z | Downloaded bytes v1.7.2 |
1011 | 2024-12-16T04:19:59.880Z | Downloaded darling_core v0.20.10 |
1012 | 2024-12-16T04:19:59.885Z | Downloaded rustls-pki-types v1.8.0 |
1013 | 2024-12-16T04:19:59.887Z | Downloaded crossbeam-channel v0.5.13 |
1014 | 2024-12-16T04:19:59.892Z | Downloaded cc v1.1.21 |
1015 | 2024-12-16T04:19:59.895Z | Downloaded rustc-hash v2.0.0 |
1016 | 2024-12-16T04:19:59.899Z | Downloaded num-complex v0.4.6 |
1017 | 2024-12-16T04:19:59.899Z | Downloaded password-hash v0.5.0 |
1018 | 2024-12-16T04:19:59.901Z | Downloaded rhai_codegen v2.2.0 |
1019 | 2024-12-16T04:19:59.907Z | Downloaded proc-macro-error v1.0.4 |
1020 | 2024-12-16T04:19:59.911Z | Downloaded unicode-bidi v0.3.15 |
1021 | 2024-12-16T04:19:59.916Z | Downloaded hashbrown v0.12.3 |
1022 | 2024-12-16T04:19:59.918Z | Downloaded omicron-zone-package v0.11.1 |
1023 | 2024-12-16T04:19:59.921Z | Downloaded serde_yaml v0.9.34+deprecated |
1024 | 2024-12-16T04:19:59.924Z | Downloaded hyper-rustls v0.24.2 |
1025 | 2024-12-16T04:19:59.927Z | Downloaded num-rational v0.4.2 |
1026 | 2024-12-16T04:19:59.929Z | Downloaded tracing v0.1.40 |
1027 | 2024-12-16T04:19:59.933Z | Downloaded ron v0.7.1 |
1028 | 2024-12-16T04:19:59.937Z | Downloaded quinn v0.11.5 |
1029 | 2024-12-16T04:19:59.941Z | Downloaded pest_meta v2.7.13 |
1030 | 2024-12-16T04:19:59.943Z | Downloaded yansi v1.0.1 |
1031 | 2024-12-16T04:19:59.946Z | Downloaded openssl-sys v0.9.103 |
1032 | 2024-12-16T04:19:59.950Z | Downloaded flate2 v1.0.33 |
1033 | 2024-12-16T04:19:59.956Z | Downloaded expectorate v1.1.0 |
1034 | 2024-12-16T04:19:59.963Z | Downloaded prettyplease v0.2.22 |
1035 | 2024-12-16T04:19:59.963Z | Downloaded url v2.5.2 |
1036 | 2024-12-16T04:19:59.968Z | Downloaded steno v0.4.1 |
1037 | 2024-12-16T04:19:59.970Z | Downloaded http v0.2.12 |
1038 | 2024-12-16T04:19:59.973Z | Downloaded proc-macro2 v1.0.86 |
1039 | 2024-12-16T04:19:59.975Z | Downloaded hickory-resolver v0.24.1 |
1040 | 2024-12-16T04:19:59.979Z | Downloaded progenitor-impl v0.8.0 |
1041 | 2024-12-16T04:19:59.982Z | Downloaded pretty_assertions v1.4.1 |
1042 | 2024-12-16T04:19:59.984Z | Downloaded indexmap v2.5.0 |
1043 | 2024-12-16T04:19:59.988Z | Downloaded heapless v0.8.0 |
1044 | 2024-12-16T04:19:59.992Z | Downloaded indexmap v1.9.3 |
1045 | 2024-12-16T04:19:59.995Z | Downloaded rayon-core v1.12.1 |
1046 | 2024-12-16T04:19:59.998Z | Downloaded memmap2 v0.9.5 |
1047 | 2024-12-16T04:20:00.001Z | Downloaded unicode-segmentation v1.12.0 |
1048 | 2024-12-16T04:20:00.004Z | Downloaded similar v2.6.0 |
1049 | 2024-12-16T04:20:00.009Z | Downloaded indicatif v0.17.8 |
1050 | 2024-12-16T04:20:00.013Z | Downloaded num-integer v0.1.46 |
1051 | 2024-12-16T04:20:00.015Z | Downloaded ipnet v2.10.0 |
1052 | 2024-12-16T04:20:00.018Z | Downloaded libsw v3.3.1 |
1053 | 2024-12-16T04:20:00.020Z | Downloaded pest_derive v2.7.13 |
1054 | 2024-12-16T04:20:00.022Z | Downloaded futures-util v0.3.30 |
1055 | 2024-12-16T04:20:00.033Z | Downloaded mio v1.0.2 |
1056 | 2024-12-16T04:20:00.038Z | Downloaded libm v0.2.8 |
1057 | 2024-12-16T04:20:00.045Z | Downloaded itertools v0.10.5 |
1058 | 2024-12-16T04:20:00.052Z | Downloaded time v0.3.36 |
1059 | 2024-12-16T04:20:00.059Z | Downloaded portable-atomic v1.8.0 |
1060 | 2024-12-16T04:20:00.066Z | Downloaded goblin v0.8.2 |
1061 | 2024-12-16T04:20:00.072Z | Downloaded rustls-webpki v0.101.7 |
1062 | 2024-12-16T04:20:00.086Z | Downloaded quinn-proto v0.11.8 |
1063 | 2024-12-16T04:20:00.093Z | Downloaded serde_with v3.9.0 |
1064 | 2024-12-16T04:20:00.101Z | Downloaded tokio-util v0.7.12 |
1065 | 2024-12-16T04:20:00.107Z | Downloaded pest v2.7.13 |
1066 | 2024-12-16T04:20:00.112Z | Downloaded chrono v0.4.38 |
1067 | 2024-12-16T04:20:00.120Z | Downloaded idna v0.5.0 |
1068 | 2024-12-16T04:20:00.127Z | Downloaded winnow v0.6.18 |
1069 | 2024-12-16T04:20:00.136Z | Downloaded dropshot v0.12.0 |
1070 | 2024-12-16T04:20:00.155Z | Downloaded idna v0.4.0 |
1071 | 2024-12-16T04:20:00.162Z | Downloaded rustls v0.22.4 |
1072 | 2024-12-16T04:20:00.174Z | Downloaded hickory-proto v0.24.1 |
1073 | 2024-12-16T04:20:00.188Z | Downloaded winnow v0.5.40 |
1074 | 2024-12-16T04:20:00.198Z | Downloaded h2 v0.3.26 |
1075 | 2024-12-16T04:20:00.204Z | Downloaded h2 v0.4.6 |
1076 | 2024-12-16T04:20:00.211Z | Downloaded itertools v0.12.1 |
1077 | 2024-12-16T04:20:00.218Z | Downloaded reqwest v0.11.27 |
1078 | 2024-12-16T04:20:00.225Z | Downloaded toml_edit v0.22.21 |
1079 | 2024-12-16T04:20:00.246Z | Downloaded toml_edit v0.19.15 |
1080 | 2024-12-16T04:20:00.260Z | Downloaded hashbrown v0.14.5 |
1081 | 2024-12-16T04:20:00.265Z | Downloaded blake3 v1.5.4 |
1082 | 2024-12-16T04:20:00.272Z | Downloaded hyper v0.14.30 |
1083 | 2024-12-16T04:20:00.281Z | Downloaded parking_lot v0.11.2 |
1084 | 2024-12-16T04:20:00.283Z | Downloaded multer v3.1.0 |
1085 | 2024-12-16T04:20:00.286Z | Downloaded tracing-core v0.1.32 |
1086 | 2024-12-16T04:20:00.288Z | Downloaded webpki-roots v0.26.6 |
1087 | 2024-12-16T04:20:00.290Z | Downloaded syn v1.0.109 |
1088 | 2024-12-16T04:20:00.300Z | Downloaded schemars v0.8.21 |
1089 | 2024-12-16T04:20:00.310Z | Downloaded typify v0.2.0 |
1090 | 2024-12-16T04:20:00.313Z | Downloaded smartstring v1.0.1 |
1091 | 2024-12-16T04:20:00.315Z | Downloaded arc-swap v1.7.1 |
1092 | 2024-12-16T04:20:00.318Z | Downloaded half v2.4.1 |
1093 | 2024-12-16T04:20:00.321Z | Downloaded crossbeam-utils v0.8.20 |
1094 | 2024-12-16T04:20:00.323Z | Downloaded thin-vec v0.2.13 |
1095 | 2024-12-16T04:20:00.325Z | Downloaded blake2 v0.10.6 |
1096 | 2024-12-16T04:20:00.327Z | Downloaded tempfile v3.12.0 |
1097 | 2024-12-16T04:20:00.329Z | Downloaded progenitor-macro v0.8.0 |
1098 | 2024-12-16T04:20:00.334Z | Downloaded powerfmt v0.2.0 |
1099 | 2024-12-16T04:20:00.334Z | Downloaded plain v0.2.3 |
1100 | 2024-12-16T04:20:00.334Z | Downloaded defmt v0.3.8 |
1101 | 2024-12-16T04:20:00.337Z | Downloaded darling v0.20.10 |
1102 | 2024-12-16T04:20:00.339Z | Downloaded webpki-roots v0.25.4 |
1103 | 2024-12-16T04:20:00.343Z | Downloaded newline-converter v0.3.0 |
1104 | 2024-12-16T04:20:00.346Z | Downloaded macaddr v1.0.1 |
1105 | 2024-12-16T04:20:00.346Z | Downloaded cookie v0.18.1 |
1106 | 2024-12-16T04:20:00.348Z | Downloaded lzma-sys v0.1.20 |
1107 | 2024-12-16T04:20:00.375Z | Downloaded regex v1.10.6 |
1108 | 2024-12-16T04:20:00.387Z | Downloaded rustls v0.21.12 |
1109 | 2024-12-16T04:20:00.397Z | Downloaded syn v2.0.87 |
1110 | 2024-12-16T04:20:00.408Z | Downloaded openssl v0.10.66 |
1111 | 2024-12-16T04:20:00.417Z | Downloaded semver v1.0.23 |
1112 | 2024-12-16T04:20:00.419Z | Downloaded slog-envlogger v2.2.0 |
1113 | 2024-12-16T04:20:00.421Z | Downloaded highway v1.2.0 |
1114 | 2024-12-16T04:20:00.424Z | Downloaded futures-channel v0.3.30 |
1115 | 2024-12-16T04:20:00.424Z | Downloaded embedded-io v0.4.0 |
1116 | 2024-12-16T04:20:00.426Z | Downloaded dirs-next v2.0.0 |
1117 | 2024-12-16T04:20:00.426Z | Downloaded smoltcp v0.11.0 |
1118 | 2024-12-16T04:20:00.437Z | Downloaded regress v0.9.1 |
1119 | 2024-12-16T04:20:00.445Z | Downloaded anstream v0.6.15 |
1120 | 2024-12-16T04:20:00.447Z | Downloaded rustls v0.23.13 |
1121 | 2024-12-16T04:20:00.458Z | Downloaded regex-syntax v0.8.4 |
1122 | 2024-12-16T04:20:00.465Z | Downloaded usdt v0.5.0 |
1123 | 2024-12-16T04:20:00.468Z | Downloaded rustix v0.38.37 |
1124 | 2024-12-16T04:20:00.488Z | Downloaded rhai v1.20.0 |
1125 | 2024-12-16T04:20:00.500Z | Downloaded regress v0.10.1 |
1126 | 2024-12-16T04:20:00.509Z | Downloaded openapiv3 v2.0.0 |
1127 | 2024-12-16T04:20:00.521Z | Downloaded embedded-io v0.6.1 |
1128 | 2024-12-16T04:20:00.523Z | Downloaded typify-impl v0.2.0 |
1129 | 2024-12-16T04:20:00.537Z | Downloaded sled v0.34.7 |
1130 | 2024-12-16T04:20:00.547Z | Downloaded defmt-parser v0.3.4 |
1131 | 2024-12-16T04:20:00.549Z | Downloaded zerocopy-derive v0.6.6 |
1132 | 2024-12-16T04:20:00.558Z | Downloaded slog-bunyan v2.5.0 |
1133 | 2024-12-16T04:20:00.560Z | Downloaded slog-dtrace v0.3.0 |
1134 | 2024-12-16T04:20:00.560Z | Downloaded heck v0.4.1 |
1135 | 2024-12-16T04:20:00.563Z | Downloaded ciborium v0.2.2 |
1136 | 2024-12-16T04:20:00.565Z | Downloaded regex-automata v0.4.7 |
1137 | 2024-12-16T04:20:00.580Z | Downloaded typify-macro v0.2.0 |
1138 | 2024-12-16T04:20:00.582Z | Downloaded sha1 v0.10.6 |
1139 | 2024-12-16T04:20:00.582Z | Downloaded serde_repr v0.1.19 |
1140 | 2024-12-16T04:20:00.584Z | Downloaded futures-task v0.3.30 |
1141 | 2024-12-16T04:20:00.586Z | Downloaded float-ord v0.3.2 |
1142 | 2024-12-16T04:20:00.587Z | Downloaded slog-scope v4.4.0 |
1143 | 2024-12-16T04:20:00.589Z | Downloaded libc v0.2.167 |
1144 | 2024-12-16T04:20:00.612Z | Downloaded foreign-types v0.5.0 |
1145 | 2024-12-16T04:20:00.614Z | Downloaded data-encoding v2.6.0 |
1146 | 2024-12-16T04:20:00.615Z | Downloaded futures-macro v0.3.30 |
1147 | 2024-12-16T04:20:00.617Z | Downloaded dyn-clone v1.0.17 |
1148 | 2024-12-16T04:20:00.617Z | Downloaded dof v0.3.0 |
1149 | 2024-12-16T04:20:00.620Z | Downloaded encoding_rs v0.8.34 |
1150 | 2024-12-16T04:20:00.639Z | Downloaded dirs-sys-next v0.1.2 |
1151 | 2024-12-16T04:20:00.641Z | Downloaded errno v0.3.9 |
1152 | 2024-12-16T04:20:00.641Z | Downloaded async-stream v0.3.5 |
1153 | 2024-12-16T04:20:00.900Z | Downloaded ring v0.16.20 |
1154 | 2024-12-16T04:20:01.873Z | Compiling proc-macro2 v1.0.86 |
1155 | 2024-12-16T04:20:01.873Z | Compiling unicode-ident v1.0.13 |
1156 | 2024-12-16T04:20:01.873Z | Compiling libc v0.2.167 |
1157 | 2024-12-16T04:20:01.876Z | Compiling cfg-if v1.0.0 |
1158 | 2024-12-16T04:20:01.876Z | Compiling serde v1.0.215 |
1159 | 2024-12-16T04:20:01.876Z | Compiling autocfg v1.3.0 |
1160 | 2024-12-16T04:20:01.876Z | Compiling version_check v0.9.5 |
1161 | 2024-12-16T04:20:01.895Z | Compiling memchr v2.7.4 |
1162 | 2024-12-16T04:20:01.957Z | Compiling once_cell v1.20.2 |
1163 | 2024-12-16T04:20:02.050Z | Compiling byteorder v1.5.0 |
1164 | 2024-12-16T04:20:02.372Z | Compiling itoa v1.0.11 |
1165 | 2024-12-16T04:20:02.449Z | Compiling libm v0.2.8 |
1166 | 2024-12-16T04:20:02.508Z | Compiling ryu v1.0.18 |
1167 | 2024-12-16T04:20:02.546Z | Compiling serde_json v1.0.133 |
1168 | 2024-12-16T04:20:02.564Z | Compiling ahash v0.8.11 |
1169 | 2024-12-16T04:20:02.643Z | Compiling allocator-api2 v0.2.18 |
1170 | 2024-12-16T04:20:02.831Z | Compiling pin-project-lite v0.2.14 |
1171 | 2024-12-16T04:20:02.888Z | Compiling lock_api v0.4.12 |
1172 | 2024-12-16T04:20:02.937Z | Compiling smallvec v1.13.2 |
1173 | 2024-12-16T04:20:02.971Z | Compiling scopeguard v1.2.0 |
1174 | 2024-12-16T04:20:03.112Z | Compiling thiserror v1.0.69 |
1175 | 2024-12-16T04:20:03.353Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-12-16T04:20:03.415Z | Compiling equivalent v1.0.1 |
1177 | 2024-12-16T04:20:03.513Z | Compiling iana-time-zone v0.1.61 |
1178 | 2024-12-16T04:20:03.679Z | Compiling quote v1.0.37 |
1179 | 2024-12-16T04:20:03.800Z | Compiling futures-core v0.3.30 |
1180 | 2024-12-16T04:20:03.822Z | Compiling schemars v0.8.21 |
1181 | 2024-12-16T04:20:04.078Z | Compiling syn v2.0.87 |
1182 | 2024-12-16T04:20:04.082Z | Compiling getrandom v0.2.15 |
1183 | 2024-12-16T04:20:04.160Z | Compiling mio v1.0.2 |
1184 | 2024-12-16T04:20:04.236Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-12-16T04:20:04.279Z | Compiling socket2 v0.5.8 |
1186 | 2024-12-16T04:20:04.466Z | Compiling log v0.4.22 |
1187 | 2024-12-16T04:20:04.517Z | Compiling parking_lot v0.12.3 |
1188 | 2024-12-16T04:20:04.866Z | Compiling fnv v1.0.7 |
1189 | 2024-12-16T04:20:04.889Z | Compiling dyn-clone v1.0.17 |
1190 | 2024-12-16T04:20:04.903Z | Compiling shlex v1.3.0 |
1191 | 2024-12-16T04:20:04.984Z | Compiling slab v0.4.9 |
1192 | 2024-12-16T04:20:05.120Z | Compiling futures-sink v0.3.30 |
1193 | 2024-12-16T04:20:05.261Z | Compiling cc v1.1.21 |
1194 | 2024-12-16T04:20:05.272Z | Compiling num-traits v0.2.19 |
1195 | 2024-12-16T04:20:05.319Z | Compiling futures-channel v0.3.30 |
1196 | 2024-12-16T04:20:05.504Z | Compiling pin-utils v0.1.0 |
1197 | 2024-12-16T04:20:05.593Z | Compiling futures-task v0.3.30 |
1198 | 2024-12-16T04:20:05.623Z | Compiling futures-io v0.3.30 |
1199 | 2024-12-16T04:20:05.652Z | Compiling tracing-core v0.1.32 |
1200 | 2024-12-16T04:20:05.733Z | Compiling bitflags v2.6.0 |
1201 | 2024-12-16T04:20:05.745Z | Compiling heck v0.5.0 |
1202 | 2024-12-16T04:20:05.998Z | Compiling subtle v2.6.1 |
1203 | 2024-12-16T04:20:06.231Z | Compiling atomic-waker v1.1.2 |
1204 | 2024-12-16T04:20:06.265Z | Compiling httparse v1.9.4 |
1205 | 2024-12-16T04:20:06.361Z | Compiling try-lock v0.2.5 |
1206 | 2024-12-16T04:20:06.418Z | Compiling spin v0.9.8 |
1207 | 2024-12-16T04:20:06.497Z | Compiling rustls-pki-types v1.8.0 |
1208 | 2024-12-16T04:20:06.667Z | Compiling want v0.3.1 |
1209 | 2024-12-16T04:20:06.966Z | Compiling untrusted v0.9.0 |
1210 | 2024-12-16T04:20:07.123Z | Compiling pkg-config v0.3.31 |
1211 | 2024-12-16T04:20:07.270Z | Compiling vcpkg v0.2.15 |
1212 | 2024-12-16T04:20:07.454Z | Compiling slog v2.7.0 |
1213 | 2024-12-16T04:20:07.799Z | Compiling httpdate v1.0.3 |
1214 | 2024-12-16T04:20:07.877Z | Compiling tower-service v0.3.3 |
1215 | 2024-12-16T04:20:07.991Z | Compiling zeroize v1.8.1 |
1216 | 2024-12-16T04:20:08.310Z | Compiling tinyvec_macros v0.1.1 |
1217 | 2024-12-16T04:20:08.313Z | Compiling percent-encoding v2.3.1 |
1218 | 2024-12-16T04:20:08.355Z | Compiling semver v1.0.23 |
1219 | 2024-12-16T04:20:08.384Z | Compiling tinyvec v1.8.0 |
1220 | 2024-12-16T04:20:08.396Z | Compiling ring v0.17.8 |
1221 | 2024-12-16T04:20:08.468Z | Compiling foreign-types-shared v0.1.1 |
1222 | 2024-12-16T04:20:08.565Z | Compiling form_urlencoded v1.2.1 |
1223 | 2024-12-16T04:20:08.716Z | Compiling openssl v0.10.66 |
1224 | 2024-12-16T04:20:08.889Z | Compiling openssl-sys v0.9.103 |
1225 | 2024-12-16T04:20:08.900Z | Compiling foreign-types v0.3.2 |
1226 | 2024-12-16T04:20:08.903Z | Compiling native-tls v0.2.12 |
1227 | 2024-12-16T04:20:08.903Z | Compiling rustls v0.23.13 |
1228 | 2024-12-16T04:20:08.980Z | Compiling unicode-bidi v0.3.15 |
1229 | 2024-12-16T04:20:09.157Z | Compiling ucd-trie v0.1.6 |
1230 | 2024-12-16T04:20:09.214Z | Compiling typenum v1.17.0 |
1231 | 2024-12-16T04:20:09.255Z | Compiling openssl-probe v0.1.5 |
1232 | 2024-12-16T04:20:09.719Z | Compiling aho-corasick v1.1.3 |
1233 | 2024-12-16T04:20:09.881Z | Compiling unicode-normalization v0.1.24 |
1234 | 2024-12-16T04:20:09.910Z | Compiling generic-array v0.14.7 |
1235 | 2024-12-16T04:20:10.221Z | Compiling encoding_rs v0.8.34 |
1236 | 2024-12-16T04:20:10.389Z | Compiling mime v0.3.17 |
1237 | 2024-12-16T04:20:10.684Z | Compiling base64 v0.22.1 |
1238 | 2024-12-16T04:20:11.043Z | Compiling idna v0.5.0 |
1239 | 2024-12-16T04:20:11.108Z | Compiling regex-syntax v0.8.4 |
1240 | 2024-12-16T04:20:11.299Z | Compiling rustls-pemfile v2.1.3 |
1241 | 2024-12-16T04:20:11.439Z | Compiling serde_derive_internals v0.29.1 |
1242 | 2024-12-16T04:20:12.925Z | Compiling url v2.5.2 |
1243 | 2024-12-16T04:20:13.260Z | Compiling webpki-roots v0.26.6 |
1244 | 2024-12-16T04:20:13.460Z | Compiling rand_core v0.6.4 |
1245 | 2024-12-16T04:20:13.652Z | Compiling num-conv v0.1.0 |
1246 | 2024-12-16T04:20:13.903Z | Compiling time-core v0.1.2 |
1247 | 2024-12-16T04:20:13.935Z | Compiling ipnet v2.10.0 |
1248 | 2024-12-16T04:20:14.064Z | Compiling powerfmt v0.2.0 |
1249 | 2024-12-16T04:20:14.488Z | Compiling rustls-webpki v0.102.8 |
1250 | 2024-12-16T04:20:15.026Z | Compiling regex-automata v0.4.7 |
1251 | 2024-12-16T04:20:15.158Z | Compiling strsim v0.11.1 |
1252 | 2024-12-16T04:20:16.250Z | Compiling deranged v0.3.11 |
1253 | 2024-12-16T04:20:16.373Z | Compiling time-macros v0.2.18 |
1254 | 2024-12-16T04:20:16.912Z | Compiling serde_derive v1.0.215 |
1255 | 2024-12-16T04:20:16.985Z | Compiling zerocopy-derive v0.7.35 |
1256 | 2024-12-16T04:20:17.801Z | Compiling thiserror-impl v1.0.69 |
1257 | 2024-12-16T04:20:18.193Z | Compiling tokio-macros v2.4.0 |
1258 | 2024-12-16T04:20:18.763Z | Compiling schemars_derive v0.8.21 |
1259 | 2024-12-16T04:20:19.105Z | Compiling zerocopy v0.7.35 |
1260 | 2024-12-16T04:20:19.377Z | Compiling futures-macro v0.3.30 |
1261 | 2024-12-16T04:20:19.808Z | Compiling openssl-macros v0.1.1 |
1262 | 2024-12-16T04:20:20.919Z | Compiling tracing-attributes v0.1.27 |
1263 | 2024-12-16T04:20:21.245Z | Compiling hashbrown v0.14.5 |
1264 | 2024-12-16T04:20:21.272Z | Compiling futures-util v0.3.30 |
1265 | 2024-12-16T04:20:21.821Z | Compiling pest v2.7.13 |
1266 | 2024-12-16T04:20:22.658Z | Compiling regress v0.10.1 |
1267 | 2024-12-16T04:20:24.289Z | Compiling tracing v0.1.40 |
1268 | 2024-12-16T04:20:24.730Z | Compiling pest_meta v2.7.13 |
1269 | 2024-12-16T04:20:24.952Z | Compiling scroll_derive v0.12.0 |
1270 | 2024-12-16T04:20:25.773Z | Compiling regex v1.10.6 |
1271 | 2024-12-16T04:20:26.452Z | Compiling scroll v0.12.0 |
1272 | 2024-12-16T04:20:27.016Z | Compiling pest_generator v2.7.13 |
1273 | 2024-12-16T04:20:27.531Z | Compiling plain v0.2.3 |
1274 | 2024-12-16T04:20:27.629Z | Compiling num_threads v0.1.7 |
1275 | 2024-12-16T04:20:27.670Z | Compiling anyhow v1.0.94 |
1276 | 2024-12-16T04:20:27.744Z | Compiling goblin v0.8.2 |
1277 | 2024-12-16T04:20:28.158Z | Compiling ppv-lite86 v0.2.20 |
1278 | 2024-12-16T04:20:28.599Z | Compiling sync_wrapper v1.0.1 |
1279 | 2024-12-16T04:20:28.725Z | Compiling usdt-impl v0.5.0 |
1280 | 2024-12-16T04:20:28.756Z | Compiling pretty-hex v0.4.1 |
1281 | 2024-12-16T04:20:28.896Z | Compiling pest_derive v2.7.13 |
1282 | 2024-12-16T04:20:28.960Z | Compiling rand_chacha v0.3.1 |
1283 | 2024-12-16T04:20:29.231Z | Compiling crypto-common v0.1.6 |
1284 | 2024-12-16T04:20:29.404Z | Compiling block-buffer v0.10.4 |
1285 | 2024-12-16T04:20:29.622Z | Compiling thread-id v4.2.2 |
1286 | 2024-12-16T04:20:29.726Z | Compiling syn v1.0.109 |
1287 | 2024-12-16T04:20:29.869Z | Compiling dtrace-parser v0.2.0 |
1288 | 2024-12-16T04:20:30.061Z | Compiling omicron-workspace-hack v0.1.0 |
1289 | 2024-12-16T04:20:30.153Z | Compiling rustversion v1.0.17 |
1290 | 2024-12-16T04:20:30.296Z | Compiling rand v0.8.5 |
1291 | 2024-12-16T04:20:30.366Z | Compiling unsafe-libyaml v0.2.11 |
1292 | 2024-12-16T04:20:30.787Z | Compiling bytes v1.7.2 |
1293 | 2024-12-16T04:20:31.533Z | Compiling indexmap v2.5.0 |
1294 | 2024-12-16T04:20:31.828Z | Compiling tokio v1.42.0 |
1295 | 2024-12-16T04:20:32.138Z | Compiling uuid v1.11.0 |
1296 | 2024-12-16T04:20:32.161Z | Compiling http v1.2.0 |
1297 | 2024-12-16T04:20:32.456Z | Compiling serde_tokenstream v0.2.2 |
1298 | 2024-12-16T04:20:32.988Z | Compiling chrono v0.4.38 |
1299 | 2024-12-16T04:20:33.916Z | Compiling http-body v1.0.1 |
1300 | 2024-12-16T04:20:34.160Z | Compiling http-body-util v0.1.2 |
1301 | 2024-12-16T04:20:34.300Z | Compiling toml_datetime v0.6.8 |
1302 | 2024-12-16T04:20:34.667Z | Compiling serde_urlencoded v0.7.1 |
1303 | 2024-12-16T04:20:34.889Z | Compiling openapiv3 v2.0.0 |
1304 | 2024-12-16T04:20:35.029Z | Compiling dof v0.3.0 |
1305 | 2024-12-16T04:20:37.713Z | Compiling serde_yaml v0.9.34+deprecated |
1306 | 2024-12-16T04:20:39.259Z | Compiling typify-impl v0.2.0 |
1307 | 2024-12-16T04:20:40.046Z | Compiling ident_case v1.0.1 |
1308 | 2024-12-16T04:20:40.214Z | Compiling match_cfg v0.1.0 |
1309 | 2024-12-16T04:20:40.297Z | Compiling winnow v0.6.18 |
1310 | 2024-12-16T04:20:40.922Z | Compiling hostname v0.3.1 |
1311 | 2024-12-16T04:20:41.192Z | Compiling tokio-util v0.7.12 |
1312 | 2024-12-16T04:20:41.426Z | Compiling tokio-native-tls v0.3.1 |
1313 | 2024-12-16T04:20:41.641Z | Compiling tokio-rustls v0.26.0 |
1314 | 2024-12-16T04:20:41.691Z | Compiling darling_core v0.20.10 |
1315 | 2024-12-16T04:20:42.124Z | Compiling dirs-sys-next v0.1.2 |
1316 | 2024-12-16T04:20:42.692Z | Compiling h2 v0.4.6 |
1317 | 2024-12-16T04:20:42.905Z | Compiling errno v0.3.9 |
1318 | 2024-12-16T04:20:43.139Z | Compiling thread_local v1.1.8 |
1319 | 2024-12-16T04:20:43.782Z | Compiling camino v1.1.9 |
1320 | 2024-12-16T04:20:44.315Z | Compiling cpufeatures v0.2.14 |
1321 | 2024-12-16T04:20:44.362Z | Compiling paste v1.0.15 |
1322 | 2024-12-16T04:20:44.457Z | Compiling dirs-next v2.0.0 |
1323 | 2024-12-16T04:20:44.655Z | Compiling usdt-attr-macro v0.5.0 |
1324 | 2024-12-16T04:20:44.913Z | Compiling usdt-macro v0.5.0 |
1325 | 2024-12-16T04:20:45.768Z | Compiling futures-executor v0.3.30 |
1326 | 2024-12-16T04:20:46.375Z | Compiling async-trait v0.1.83 |
1327 | 2024-12-16T04:20:46.836Z | Compiling memmap v0.7.0 |
1328 | 2024-12-16T04:20:46.991Z | Compiling slog-async v2.8.0 |
1329 | 2024-12-16T04:20:47.212Z | Compiling rustls v0.22.4 |
1330 | 2024-12-16T04:20:47.473Z | Compiling hyper v1.5.1 |
1331 | 2024-12-16T04:20:47.582Z | Compiling futures v0.3.30 |
1332 | 2024-12-16T04:20:47.819Z | Compiling darling_macro v0.20.10 |
1333 | 2024-12-16T04:20:48.771Z | Compiling term v0.7.0 |
1334 | 2024-12-16T04:20:48.864Z | Compiling darling v0.20.10 |
1335 | 2024-12-16T04:20:48.963Z | Compiling serde_spanned v0.6.7 |
1336 | 2024-12-16T04:20:49.196Z | Compiling is-terminal v0.4.13 |
1337 | 2024-12-16T04:20:49.375Z | Compiling multer v3.1.0 |
1338 | 2024-12-16T04:20:49.702Z | Compiling instant v0.1.13 |
1339 | 2024-12-16T04:20:49.845Z | Compiling take_mut v0.2.2 |
1340 | 2024-12-16T04:20:49.991Z | Compiling hyper-util v0.1.10 |
1341 | 2024-12-16T04:20:50.056Z | Compiling toml_edit v0.22.21 |
1342 | 2024-12-16T04:20:50.688Z | Compiling serde_with_macros v3.9.0 |
1343 | 2024-12-16T04:20:50.939Z | Compiling ipnetwork v0.20.0 |
1344 | 2024-12-16T04:20:51.993Z | Compiling strum_macros v0.26.4 |
1345 | 2024-12-16T04:20:52.196Z | Compiling async-stream-impl v0.3.5 |
1346 | 2024-12-16T04:20:52.272Z | Compiling structmeta-derive v0.3.0 |
1347 | 2024-12-16T04:20:52.949Z | Compiling dropshot v0.12.0 |
1348 | 2024-12-16T04:20:53.264Z | Compiling debug-ignore v1.0.5 |
1349 | 2024-12-16T04:20:53.405Z | Compiling crossbeam-utils v0.8.20 |
1350 | 2024-12-16T04:20:53.425Z | Compiling serde_with v3.9.0 |
1351 | 2024-12-16T04:20:53.589Z | Compiling async-stream v0.3.5 |
1352 | 2024-12-16T04:20:53.975Z | Compiling toml v0.8.19 |
1353 | 2024-12-16T04:20:53.985Z | Compiling hyper-tls v0.6.0 |
1354 | 2024-12-16T04:20:54.459Z | Compiling hyper-rustls v0.27.3 |
1355 | 2024-12-16T04:20:55.055Z | Compiling structmeta v0.3.0 |
1356 | 2024-12-16T04:20:55.446Z | Compiling tokio-rustls v0.25.0 |
1357 | 2024-12-16T04:20:55.970Z | Compiling dropshot_endpoint v0.12.0 |
1358 | 2024-12-16T04:20:56.384Z | Compiling serde_path_to_error v0.1.16 |
1359 | 2024-12-16T04:20:56.604Z | Compiling strum v0.26.3 |
1360 | 2024-12-16T04:20:56.778Z | Compiling waitgroup v0.1.2 |
1361 | 2024-12-16T04:20:57.015Z | Compiling hostname v0.4.0 |
1362 | 2024-12-16T04:20:57.265Z | Compiling parse-display-derive v0.10.0 |
1363 | 2024-12-16T04:20:57.286Z | Compiling reqwest v0.12.9 |
1364 | 2024-12-16T04:20:58.871Z | Compiling hex v0.4.3 |
1365 | 2024-12-16T04:20:59.510Z | Compiling digest v0.10.7 |
1366 | 2024-12-16T04:20:59.903Z | Compiling time v0.3.36 |
1367 | 2024-12-16T04:21:00.004Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1368 | 2024-12-16T04:21:00.168Z | Compiling rustix v0.38.37 |
1369 | 2024-12-16T04:21:00.844Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1370 | 2024-12-16T04:21:00.988Z | Compiling progenitor-client v0.8.0 |
1371 | 2024-12-16T04:21:01.015Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1372 | 2024-12-16T04:21:01.162Z | Compiling backoff v0.4.0 |
1373 | 2024-12-16T04:21:01.426Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1374 | 2024-12-16T04:21:01.558Z | Compiling macaddr v1.0.1 |
1375 | 2024-12-16T04:21:01.836Z | Compiling parse-display v0.10.0 |
1376 | 2024-12-16T04:21:02.007Z | Compiling regress v0.9.1 |
1377 | 2024-12-16T04:21:02.260Z | Compiling utf8parse v0.2.2 |
1378 | 2024-12-16T04:21:02.412Z | Compiling anstyle-parse v0.2.5 |
1379 | 2024-12-16T04:21:02.732Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1380 | 2024-12-16T04:21:04.027Z | Compiling anstyle v1.0.10 |
1381 | 2024-12-16T04:21:04.571Z | Compiling colorchoice v1.0.2 |
1382 | 2024-12-16T04:21:04.732Z | Compiling anstyle-query v1.1.1 |
1383 | 2024-12-16T04:21:04.872Z | Compiling unicode-width v0.1.14 |
1384 | 2024-12-16T04:21:05.021Z | Compiling typify-macro v0.2.0 |
1385 | 2024-12-16T04:21:05.268Z | Compiling lazy_static v1.5.0 |
1386 | 2024-12-16T04:21:05.385Z | Compiling is_terminal_polyfill v1.70.1 |
1387 | 2024-12-16T04:21:05.494Z | Compiling anstream v0.6.15 |
1388 | 2024-12-16T04:21:05.744Z | Compiling usdt v0.5.0 |
1389 | 2024-12-16T04:21:05.779Z | Compiling slog-json v2.6.1 |
1390 | 2024-12-16T04:21:06.165Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-16T04:21:06.322Z | Compiling clap_lex v0.7.4 |
1392 | 2024-12-16T04:21:06.325Z | Compiling slog-bunyan v2.5.0 |
1393 | 2024-12-16T04:21:06.528Z | Compiling slog-term v2.9.1 |
1394 | 2024-12-16T04:21:06.886Z | Compiling sha1 v0.10.6 |
1395 | 2024-12-16T04:21:07.346Z | Compiling newtype-uuid v1.1.0 |
1396 | 2024-12-16T04:21:07.592Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1397 | 2024-12-16T04:21:07.634Z | Compiling winnow v0.5.40 |
1398 | 2024-12-16T04:21:07.961Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1399 | 2024-12-16T04:21:08.291Z | Compiling clap_derive v4.5.18 |
1400 | 2024-12-16T04:21:08.774Z | Compiling heapless v0.8.0 |
1401 | 2024-12-16T04:21:09.629Z | Compiling hash32 v0.3.1 |
1402 | 2024-12-16T04:21:09.861Z | Compiling stable_deref_trait v1.2.0 |
1403 | 2024-12-16T04:21:09.956Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1404 | 2024-12-16T04:21:10.056Z | Compiling typify v0.2.0 |
1405 | 2024-12-16T04:21:10.184Z | Compiling progenitor-impl v0.8.0 |
1406 | 2024-12-16T04:21:11.567Z | Compiling toml_edit v0.19.15 |
1407 | 2024-12-16T04:21:13.566Z | Compiling smoltcp v0.11.0 |
1408 | 2024-12-16T04:21:14.196Z | Compiling proc-macro-crate v1.3.1 |
1409 | 2024-12-16T04:21:15.075Z | Compiling terminal_size v0.4.0 |
1410 | 2024-12-16T04:21:15.275Z | Compiling foreign-types-macros v0.2.3 |
1411 | 2024-12-16T04:21:15.913Z | Compiling proc-macro-error-attr v1.0.4 |
1412 | 2024-12-16T04:21:16.174Z | Compiling heck v0.4.1 |
1413 | 2024-12-16T04:21:16.239Z | Compiling managed v0.8.0 |
1414 | 2024-12-16T04:21:16.589Z | Compiling foreign-types-shared v0.3.1 |
1415 | 2024-12-16T04:21:16.608Z | Compiling bitflags v1.3.2 |
1416 | 2024-12-16T04:21:16.684Z | Compiling either v1.13.0 |
1417 | 2024-12-16T04:21:16.706Z | Compiling cobs v0.2.3 |
1418 | 2024-12-16T04:21:17.009Z | Compiling postcard v1.0.10 |
1419 | 2024-12-16T04:21:17.262Z | Compiling foreign-types v0.5.0 |
1420 | 2024-12-16T04:21:17.421Z | Compiling clap_builder v4.5.23 |
1421 | 2024-12-16T04:21:17.656Z | Compiling num_enum_derive v0.5.11 |
1422 | 2024-12-16T04:21:19.151Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1423 | 2024-12-16T04:21:20.052Z | Compiling num_enum v0.5.11 |
1424 | 2024-12-16T04:21:20.121Z | Compiling num-integer v0.1.46 |
1425 | 2024-12-16T04:21:20.195Z | Compiling cstr-argument v0.1.2 |
1426 | 2024-12-16T04:21:20.455Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1427 | 2024-12-16T04:21:20.728Z | Compiling proc-macro-error v1.0.4 |
1428 | 2024-12-16T04:21:20.793Z | Compiling float-ord v0.3.2 |
1429 | 2024-12-16T04:21:20.885Z | Compiling fastrand v2.1.1 |
1430 | 2024-12-16T04:21:20.911Z | Compiling progenitor-macro v0.8.0 |
1431 | 2024-12-16T04:21:20.935Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1432 | 2024-12-16T04:21:21.020Z | Compiling pretty-hex v0.2.1 |
1433 | 2024-12-16T04:21:21.075Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1434 | 2024-12-16T04:21:21.177Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1435 | 2024-12-16T04:21:21.188Z | Compiling tempfile v3.12.0 |
1436 | 2024-12-16T04:21:21.465Z | Compiling clap v4.5.23 |
1437 | 2024-12-16T04:21:21.576Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1438 | 2024-12-16T04:21:21.623Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1439 | 2024-12-16T04:21:22.637Z | Compiling colored v2.2.0 |
1440 | 2024-12-16T04:21:23.012Z | Compiling tabwriter v1.4.0 |
1441 | 2024-12-16T04:21:23.239Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1442 | 2024-12-16T04:21:23.282Z | Compiling crucible-workspace-hack v0.1.0 |
1443 | 2024-12-16T04:21:23.578Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1444 | 2024-12-16T04:21:24.207Z | Compiling num-iter v0.1.45 |
1445 | 2024-12-16T04:21:24.285Z | Compiling num-rational v0.4.2 |
1446 | 2024-12-16T04:21:24.574Z | Compiling num-complex v0.4.6 |
1447 | 2024-12-16T04:21:24.801Z | Compiling semver v0.1.20 |
1448 | 2024-12-16T04:21:24.938Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1449 | 2024-12-16T04:21:25.262Z | Compiling unicode-segmentation v1.12.0 |
1450 | 2024-12-16T04:21:25.304Z | Compiling prettyplease v0.2.22 |
1451 | 2024-12-16T04:21:25.357Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1452 | 2024-12-16T04:21:25.633Z | Compiling num v0.4.3 |
1453 | 2024-12-16T04:21:25.678Z | Compiling rustc_version v0.1.7 |
1454 | 2024-12-16T04:21:26.077Z | Compiling newline-converter v0.3.0 |
1455 | 2024-12-16T04:21:26.175Z | Compiling zone_cfg_derive v0.3.0 |
1456 | 2024-12-16T04:21:27.631Z | Compiling camino-tempfile v1.1.1 |
1457 | 2024-12-16T04:21:27.674Z | Compiling itertools v0.10.5 |
1458 | 2024-12-16T04:21:27.758Z | Compiling console v0.15.8 |
1459 | 2024-12-16T04:21:28.110Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1460 | 2024-12-16T04:21:29.026Z | Compiling num-derive v0.4.2 |
1461 | 2024-12-16T04:21:29.285Z | Compiling sigpipe v0.1.3 |
1462 | 2024-12-16T04:21:29.408Z | Compiling similar v2.6.0 |
1463 | 2024-12-16T04:21:29.642Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1464 | 2024-12-16T04:21:29.944Z | Compiling base64ct v1.6.0 |
1465 | 2024-12-16T04:21:30.125Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1466 | 2024-12-16T04:21:30.539Z | Compiling zone v0.3.0 |
1467 | 2024-12-16T04:21:30.671Z | Compiling password-hash v0.5.0 |
1468 | 2024-12-16T04:21:30.720Z | Compiling expectorate v1.1.0 |
1469 | 2024-12-16T04:21:31.404Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1470 | 2024-12-16T04:21:31.814Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1471 | 2024-12-16T04:21:31.887Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1472 | 2024-12-16T04:21:32.297Z | Compiling newtype_derive v0.1.6 |
1473 | 2024-12-16T04:21:32.404Z | Compiling blake2 v0.10.6 |
1474 | 2024-12-16T04:21:32.543Z | Compiling hubpack_derive v0.1.1 |
1475 | 2024-12-16T04:21:32.619Z | Compiling smf v0.2.3 |
1476 | 2024-12-16T04:21:33.447Z | Compiling zerocopy-derive v0.6.6 |
1477 | 2024-12-16T04:21:33.591Z | Compiling whoami v1.5.2 |
1478 | 2024-12-16T04:21:34.251Z | Compiling owo-colors v4.1.0 |
1479 | 2024-12-16T04:21:34.268Z | Compiling fixedbitset v0.4.2 |
1480 | 2024-12-16T04:21:34.309Z | Compiling cancel-safe-futures v0.1.5 |
1481 | 2024-12-16T04:21:34.595Z | Compiling petgraph v0.6.5 |
1482 | 2024-12-16T04:21:34.633Z | Compiling hubpack v0.1.2 |
1483 | 2024-12-16T04:21:34.645Z | Compiling argon2 v0.5.3 |
1484 | 2024-12-16T04:21:34.813Z | Compiling strum_macros v0.25.3 |
1485 | 2024-12-16T04:21:35.103Z | Compiling serde-big-array v0.5.1 |
1486 | 2024-12-16T04:21:35.312Z | Compiling serde_repr v0.1.19 |
1487 | 2024-12-16T04:21:35.492Z | Compiling zerocopy v0.6.6 |
1488 | 2024-12-16T04:21:36.028Z | Compiling cookie v0.18.1 |
1489 | 2024-12-16T04:21:36.097Z | Compiling progenitor v0.8.0 |
1490 | 2024-12-16T04:21:36.248Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1491 | 2024-12-16T04:21:36.350Z | Compiling convert_case v0.4.0 |
1492 | 2024-12-16T04:21:36.507Z | Compiling static_assertions v1.1.0 |
1493 | 2024-12-16T04:21:36.649Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1494 | 2024-12-16T04:21:37.139Z | Compiling derive_more v0.99.18 |
1495 | 2024-12-16T04:21:38.505Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1496 | 2024-12-16T04:21:38.723Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1497 | 2024-12-16T04:21:41.710Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1498 | 2024-12-16T04:21:43.721Z | Compiling atomicwrites v0.4.4 |
1499 | 2024-12-16T04:21:43.854Z | Compiling itertools v0.13.0 |
1500 | 2024-12-16T04:21:43.995Z | Compiling libsw v3.3.1 |
1501 | 2024-12-16T04:21:44.090Z | Compiling derive-where v1.2.7 |
1502 | 2024-12-16T04:21:44.300Z | Compiling enum-as-inner v0.6.1 |
1503 | 2024-12-16T04:21:44.879Z | Compiling idna v0.4.0 |
1504 | 2024-12-16T04:21:44.954Z | Compiling highway v1.2.0 |
1505 | 2024-12-16T04:21:45.461Z | Compiling quick-error v1.2.3 |
1506 | 2024-12-16T04:21:45.599Z | Compiling swrite v0.1.0 |
1507 | 2024-12-16T04:21:45.716Z | Compiling linked-hash-map v0.5.6 |
1508 | 2024-12-16T04:21:45.769Z | Compiling linear-map v1.2.0 |
1509 | 2024-12-16T04:21:45.780Z | Compiling indent_write v2.2.0 |
1510 | 2024-12-16T04:21:45.976Z | Compiling data-encoding v2.6.0 |
1511 | 2024-12-16T04:21:46.068Z | Compiling lru-cache v0.1.2 |
1512 | 2024-12-16T04:21:46.123Z | Compiling resolv-conf v0.7.0 |
1513 | 2024-12-16T04:21:46.254Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1514 | 2024-12-16T04:21:46.759Z | Compiling hickory-proto v0.24.1 |
1515 | 2024-12-16T04:21:47.041Z | Compiling steno v0.4.1 |
1516 | 2024-12-16T04:21:47.365Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1517 | 2024-12-16T04:21:48.816Z | Compiling slog-dtrace v0.3.0 |
1518 | 2024-12-16T04:21:49.153Z | Compiling parking_lot_core v0.8.6 |
1519 | 2024-12-16T04:21:49.618Z | Compiling humantime v2.1.0 |
1520 | 2024-12-16T04:21:50.274Z | Compiling num-derive v0.3.3 |
1521 | 2024-12-16T04:21:51.513Z | Compiling hickory-resolver v0.24.1 |
1522 | 2024-12-16T04:21:52.309Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-12-16T04:21:52.459Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1524 | 2024-12-16T04:21:52.787Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1525 | 2024-12-16T04:21:53.693Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1526 | 2024-12-16T04:21:53.693Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-12-16T04:21:56.332Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1528 | 2024-12-16T04:21:57.284Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1529 | 2024-12-16T04:21:58.859Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1530 | 2024-12-16T04:21:59.563Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1531 | 2024-12-16T04:21:59.767Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1532 | 2024-12-16T04:22:03.209Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1533 | 2024-12-16T04:22:04.558Z | Compiling half v2.4.1 |
1534 | 2024-12-16T04:22:04.737Z | Compiling ciborium-io v0.2.2 |
1535 | 2024-12-16T04:22:04.862Z | Compiling parking_lot v0.11.2 |
1536 | 2024-12-16T04:22:05.133Z | Compiling ciborium-ll v0.2.2 |
1537 | 2024-12-16T04:22:05.569Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1538 | 2024-12-16T04:22:05.919Z | Compiling crossbeam-epoch v0.9.18 |
1539 | 2024-12-16T04:22:06.045Z | Compiling fxhash v0.2.1 |
1540 | 2024-12-16T04:22:06.234Z | Compiling crc32fast v1.4.2 |
1541 | 2024-12-16T04:22:06.331Z | Compiling ciborium v0.2.2 |
1542 | 2024-12-16T04:22:06.534Z | Compiling sled v0.34.7 |
1543 | 2024-12-16T04:22:07.053Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1544 | 2024-12-16T04:22:13.738Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1545 | 2024-12-16T04:22:18.215Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1546 | 2024-12-16T04:22:20.706Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1547 | 2024-12-16T04:22:21.796Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1548 | 2024-12-16T04:22:23.160Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1549 | 2024-12-16T04:22:45.033Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 43s |
1550 | 2024-12-16T04:22:45.199Z | ──────────── |
1551 | 2024-12-16T04:22:45.199Z | Nextest run ID 3327f713-5981-4032-b399-4d6947cb5c6d with nextest profile: default |
1552 | 2024-12-16T04:22:45.199Z | Starting 2 tests across 1 binary |
1553 | 2024-12-16T04:22:45.213Z | PASS [ 0.013s] rdb bestpath::test::test_bestpath |
1554 | 2024-12-16T04:22:45.283Z | PASS [ 0.084s] rdb db::test::test_rib |
1555 | 2024-12-16T04:22:45.286Z | ──────────── |
1556 | 2024-12-16T04:22:45.286Z | Summary [ 0.085s] 2 tests run: 2 passed, 0 skipped |
1557 | 2024-12-16T04:22:45.301Z | + cp rib.log /work/ |
1558 | 2024-12-16T04:22:45.305Z | process exited: duration 361733 ms, exit code 0 |
|
1559 | 2024-12-16T04:22:45.315Z | found 1 output files |
1560 | 2024-12-16T04:22:45.315Z | uploading: /work/rib.log (0 bytes) |
1561 | 2024-12-16T04:22:46.322Z | uploaded: /work/rib.log |