|
|
|
1 | 2024-12-16T04:15:49.554Z | job assigned to worker 01JF6TT137XEMDNPS6RXVEC7GK [factory aws, i-0641d73fb9d933104] (queued for 59 s) |
|
2 | 2024-12-16T04:15:58.532Z | starting task 0: "setup" |
3 | 2024-12-16T04:15:58.539Z | ++ uname -s |
4 | 2024-12-16T04:15:58.541Z | + kern=SunOS |
5 | 2024-12-16T04:15:58.542Z | + case "$kern" in |
6 | 2024-12-16T04:15:58.542Z | + groupadd -g 12345 build |
7 | 2024-12-16T04:15:58.544Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T04:16:00.553Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T04:16:00.643Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T04:16:00.645Z | + home_fs=zfs |
11 | 2024-12-16T04:16:00.645Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T04:16:00.648Z | + mkdir -p /home/build |
13 | 2024-12-16T04:16:00.650Z | + chown build:build /home/build /work |
14 | 2024-12-16T04:16:02.653Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T04:16:02.657Z | process exited: duration 4125 ms, exit code 0 |
|
16 | 2024-12-16T04:16:02.663Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T04:16:02.670Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T04:16:02.670Z | ' stable |
19 | 2024-12-16T04:16:02.673Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-16T04:16:02.673Z | * toolchain channel = "stable" |
21 | 2024-12-16T04:16:02.673Z | * toolchain profile = "default" |
22 | 2024-12-16T04:16:02.673Z | ' default |
23 | 2024-12-16T04:16:02.673Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T04:16:02.673Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T04:16:02.983Z | info: downloading installer |
26 | 2024-12-16T04:16:04.489Z | info: profile set to 'default' |
27 | 2024-12-16T04:16:04.489Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T04:16:04.492Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T04:16:04.659Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T04:16:04.659Z | info: downloading component 'cargo' |
31 | 2024-12-16T04:16:05.694Z | info: downloading component 'clippy' |
32 | 2024-12-16T04:16:06.088Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T04:16:07.533Z | info: downloading component 'rust-std' |
34 | 2024-12-16T04:16:09.620Z | info: downloading component 'rustc' |
35 | 2024-12-16T04:16:17.529Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T04:16:17.829Z | info: installing component 'cargo' |
37 | 2024-12-16T04:16:18.666Z | info: installing component 'clippy' |
38 | 2024-12-16T04:16:19.050Z | info: installing component 'rust-docs' |
39 | 2024-12-16T04:16:20.837Z | info: installing component 'rust-std' |
40 | 2024-12-16T04:16:22.442Z | info: installing component 'rustc' |
41 | 2024-12-16T04:16:28.337Z | info: installing component 'rustfmt' |
42 | 2024-12-16T04:16:28.682Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-16T04:16:28.682Z | |
44 | 2024-12-16T04:16:29.064Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T04:16:29.064Z | |
46 | 2024-12-16T04:16:29.067Z | |
47 | 2024-12-16T04:16:29.067Z | Rust is installed now. Great! |
48 | 2024-12-16T04:16:29.067Z | |
49 | 2024-12-16T04:16:29.067Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T04:16:29.067Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T04:16:29.067Z | |
52 | 2024-12-16T04:16:29.067Z | To configure your current shell, you need to source |
53 | 2024-12-16T04:16:29.067Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T04:16:29.067Z | |
55 | 2024-12-16T04:16:29.067Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T04:16:29.068Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T04:16:29.068Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T04:16:29.171Z | + rustc --version |
59 | 2024-12-16T04:16:29.276Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T04:16:29.283Z | process exited: duration 26605 ms, exit code 0 |
|
61 | 2024-12-16T04:16:29.288Z | starting task 2: "authentication" |
62 | 2024-12-16T04:16:29.310Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-16T04:16:29.315Z | starting task 3: "clone repository" |
64 | 2024-12-16T04:16:29.320Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-16T04:16:29.323Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-16T04:16:30.205Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-16T04:16:30.978Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-16T04:16:30.978Z | + git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
69 | 2024-12-16T04:16:31.217Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-16T04:16:31.217Z | * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD |
71 | 2024-12-16T04:16:31.229Z | + [[ -n renovate/colored-2.x-lockfile ]] |
72 | 2024-12-16T04:16:31.233Z | ++ git branch --show-current |
73 | 2024-12-16T04:16:31.235Z | + current=main |
74 | 2024-12-16T04:16:31.235Z | + [[ main != renovate/colored-2.x-lockfile ]] |
75 | 2024-12-16T04:16:31.235Z | + git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
76 | 2024-12-16T04:16:31.240Z | + git checkout -f renovate/colored-2.x-lockfile |
77 | 2024-12-16T04:16:31.257Z | Switched to branch 'renovate/colored-2.x-lockfile' |
78 | 2024-12-16T04:16:31.260Z | + git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
79 | 2024-12-16T04:16:31.268Z | HEAD is now at 6d55df1 Update Rust crate colored to v2.2.0 |
80 | 2024-12-16T04:16:31.270Z | process exited: duration 1953 ms, exit code 0 |
|
81 | 2024-12-16T04:16:31.276Z | starting task 4: "build" |
82 | 2024-12-16T04:16:31.284Z | + set -e |
83 | 2024-12-16T04:16:31.284Z | + cargo --version |
84 | 2024-12-16T04:16:31.290Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-12-16T04:16:31.455Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-12-16T04:16:31.455Z | info: downloading component 'cargo' |
87 | 2024-12-16T04:16:32.303Z | info: downloading component 'clippy' |
88 | 2024-12-16T04:16:32.615Z | info: downloading component 'rust-docs' |
89 | 2024-12-16T04:16:33.790Z | info: downloading component 'rust-std' |
90 | 2024-12-16T04:16:35.653Z | info: downloading component 'rustc' |
91 | 2024-12-16T04:16:42.266Z | info: downloading component 'rustfmt' |
92 | 2024-12-16T04:16:42.518Z | info: installing component 'cargo' |
93 | 2024-12-16T04:16:43.332Z | info: installing component 'clippy' |
94 | 2024-12-16T04:16:43.693Z | info: installing component 'rust-docs' |
95 | 2024-12-16T04:16:45.218Z | info: installing component 'rust-std' |
96 | 2024-12-16T04:16:46.991Z | info: installing component 'rustc' |
97 | 2024-12-16T04:16:52.916Z | info: installing component 'rustfmt' |
98 | 2024-12-16T04:16:53.321Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-12-16T04:16:53.324Z | + rustc --version |
100 | 2024-12-16T04:16:53.421Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-12-16T04:16:53.438Z | + cargo install cargo-nextest |
102 | 2024-12-16T04:16:53.491Z | Updating crates.io index |
103 | 2024-12-16T04:16:53.598Z | Downloading crates ... |
104 | 2024-12-16T04:16:53.667Z | Downloaded cargo-nextest v0.9.86 |
105 | 2024-12-16T04:16:53.707Z | Installing cargo-nextest v0.9.86 |
106 | 2024-12-16T04:16:53.810Z | Updating crates.io index |
107 | 2024-12-16T04:16:55.039Z | Locking 361 packages to latest compatible versions |
108 | 2024-12-16T04:16:55.044Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-12-16T04:16:55.044Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-12-16T04:16:55.044Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-12-16T04:16:55.056Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
112 | 2024-12-16T04:16:55.064Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
113 | 2024-12-16T04:16:55.064Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
114 | 2024-12-16T04:16:55.064Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
115 | 2024-12-16T04:16:55.065Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
116 | 2024-12-16T04:16:55.065Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
117 | 2024-12-16T04:16:55.065Z | Adding gimli v0.28.1 (latest: v0.31.1) |
118 | 2024-12-16T04:16:55.065Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-12-16T04:16:55.065Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
120 | 2024-12-16T04:16:55.075Z | Adding object v0.32.2 (latest: v0.36.5) |
121 | 2024-12-16T04:16:55.075Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
122 | 2024-12-16T04:16:55.075Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
123 | 2024-12-16T04:16:55.087Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
124 | 2024-12-16T04:16:55.087Z | Adding target-lexicon v0.12.16 (latest: v0.13.0) |
125 | 2024-12-16T04:16:55.087Z | Adding thiserror v1.0.69 (latest: v2.0.7) |
126 | 2024-12-16T04:16:55.088Z | Adding thiserror-impl v1.0.69 (latest: v2.0.7) |
127 | 2024-12-16T04:16:55.088Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
128 | 2024-12-16T04:16:55.088Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
129 | 2024-12-16T04:16:55.095Z | Adding vte v0.11.1 (latest: v0.13.0) |
130 | 2024-12-16T04:16:55.095Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-16T04:16:55.095Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-16T04:16:55.095Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-16T04:16:55.095Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-16T04:16:55.095Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-16T04:16:55.095Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
136 | 2024-12-16T04:16:55.096Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
137 | 2024-12-16T04:16:55.096Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
138 | 2024-12-16T04:16:55.096Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
139 | 2024-12-16T04:16:55.096Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
140 | 2024-12-16T04:16:55.096Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
141 | 2024-12-16T04:16:55.096Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
142 | 2024-12-16T04:16:55.096Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
143 | 2024-12-16T04:16:55.096Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
144 | 2024-12-16T04:16:55.096Z | Adding writeable v0.5.5 (latest: v0.6.0) |
145 | 2024-12-16T04:16:55.096Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
146 | 2024-12-16T04:16:55.097Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
147 | 2024-12-16T04:16:55.097Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
148 | 2024-12-16T04:16:55.097Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
149 | 2024-12-16T04:16:55.097Z | Downloading crates ... |
150 | 2024-12-16T04:16:55.181Z | Downloaded serde_path_to_error v0.1.16 |
151 | 2024-12-16T04:16:55.184Z | Downloaded iana-time-zone v0.1.61 |
152 | 2024-12-16T04:16:55.191Z | Downloaded want v0.3.1 |
153 | 2024-12-16T04:16:55.195Z | Downloaded adler2 v2.0.0 |
154 | 2024-12-16T04:16:55.196Z | Downloaded adler v1.0.2 |
155 | 2024-12-16T04:16:55.200Z | Downloaded strsim v0.11.1 |
156 | 2024-12-16T04:16:55.200Z | Downloaded static_assertions v1.1.0 |
157 | 2024-12-16T04:16:55.206Z | Downloaded addr2line v0.21.0 |
158 | 2024-12-16T04:16:55.206Z | Downloaded vte_generate_state_changes v0.1.2 |
159 | 2024-12-16T04:16:55.210Z | Downloaded anstyle v1.0.10 |
160 | 2024-12-16T04:16:55.210Z | Downloaded tinyvec_macros v0.1.1 |
161 | 2024-12-16T04:16:55.211Z | Downloaded sync_wrapper v1.0.2 |
162 | 2024-12-16T04:16:55.216Z | Downloaded write16 v1.0.0 |
163 | 2024-12-16T04:16:55.216Z | Downloaded anstyle-parse v0.2.6 |
164 | 2024-12-16T04:16:55.220Z | Downloaded yoke-derive v0.7.5 |
165 | 2024-12-16T04:16:55.220Z | Downloaded try-lock v0.2.5 |
166 | 2024-12-16T04:16:55.220Z | Downloaded spki v0.7.3 |
167 | 2024-12-16T04:16:55.221Z | Downloaded tower-service v0.3.3 |
168 | 2024-12-16T04:16:55.226Z | Downloaded swrite v0.1.0 |
169 | 2024-12-16T04:16:55.227Z | Downloaded anstyle-query v1.1.2 |
170 | 2024-12-16T04:16:55.227Z | Downloaded zerofrom v0.1.5 |
171 | 2024-12-16T04:16:55.227Z | Downloaded ahash v0.8.11 |
172 | 2024-12-16T04:16:55.231Z | Downloaded slab v0.4.9 |
173 | 2024-12-16T04:16:55.232Z | Downloaded subtle v2.6.1 |
174 | 2024-12-16T04:16:55.232Z | Downloaded unicode-linebreak v0.1.5 |
175 | 2024-12-16T04:16:55.235Z | Downloaded serde_spanned v0.6.8 |
176 | 2024-12-16T04:16:55.235Z | Downloaded thiserror-impl v2.0.7 |
177 | 2024-12-16T04:16:55.235Z | Downloaded strip-ansi-escapes v0.2.0 |
178 | 2024-12-16T04:16:55.239Z | Downloaded spin v0.9.8 |
179 | 2024-12-16T04:16:55.239Z | Downloaded autocfg v1.4.0 |
180 | 2024-12-16T04:16:55.243Z | Downloaded zeroize v1.8.1 |
181 | 2024-12-16T04:16:55.243Z | Downloaded xattr v1.3.1 |
182 | 2024-12-16T04:16:55.248Z | Downloaded writeable v0.5.5 |
183 | 2024-12-16T04:16:55.248Z | Downloaded bytes v1.9.0 |
184 | 2024-12-16T04:16:55.251Z | Downloaded utf8_iter v1.0.4 |
185 | 2024-12-16T04:16:55.255Z | Downloaded version_check v0.9.5 |
186 | 2024-12-16T04:16:55.255Z | Downloaded byteorder v1.5.0 |
187 | 2024-12-16T04:16:55.259Z | Downloaded tracing-log v0.2.0 |
188 | 2024-12-16T04:16:55.259Z | Downloaded cfg_aliases v0.2.1 |
189 | 2024-12-16T04:16:55.263Z | Downloaded xxhash-rust v0.8.12 |
190 | 2024-12-16T04:16:55.263Z | Downloaded target-spec v3.2.2 |
191 | 2024-12-16T04:16:55.263Z | Downloaded terminal_size v0.4.1 |
192 | 2024-12-16T04:16:55.269Z | Downloaded utf8parse v0.2.2 |
193 | 2024-12-16T04:16:55.269Z | Downloaded utf16_iter v1.0.5 |
194 | 2024-12-16T04:16:55.274Z | Downloaded clap_lex v0.7.4 |
195 | 2024-12-16T04:16:55.275Z | Downloaded cfg-if v1.0.0 |
196 | 2024-12-16T04:16:55.275Z | Downloaded cargo-platform v0.1.9 |
197 | 2024-12-16T04:16:55.275Z | Downloaded zerovec-derive v0.10.3 |
198 | 2024-12-16T04:16:55.279Z | Downloaded supports-unicode v3.0.0 |
199 | 2024-12-16T04:16:55.279Z | Downloaded sha2 v0.10.8 |
200 | 2024-12-16T04:16:55.282Z | Downloaded camino v1.1.9 |
201 | 2024-12-16T04:16:55.287Z | Downloaded openssl-macros v0.1.1 |
202 | 2024-12-16T04:16:55.287Z | Downloaded lazy_static v1.5.0 |
203 | 2024-12-16T04:16:55.287Z | Downloaded crypto-common v0.1.6 |
204 | 2024-12-16T04:16:55.291Z | Downloaded indenter v0.3.3 |
205 | 2024-12-16T04:16:55.291Z | Downloaded zstd v0.13.2 |
206 | 2024-12-16T04:16:55.295Z | Downloaded zerofrom-derive v0.1.5 |
207 | 2024-12-16T04:16:55.296Z | Downloaded thiserror v2.0.7 |
208 | 2024-12-16T04:16:55.301Z | Downloaded yoke v0.7.5 |
209 | 2024-12-16T04:16:55.306Z | Downloaded tokio-stream v0.1.17 |
210 | 2024-12-16T04:16:55.310Z | Downloaded zerocopy-derive v0.7.35 |
211 | 2024-12-16T04:16:55.314Z | Downloaded mukti-metadata v0.3.0 |
212 | 2024-12-16T04:16:55.319Z | Downloaded rustc_version v0.4.1 |
213 | 2024-12-16T04:16:55.319Z | Downloaded guppy-workspace-hack v0.1.0 |
214 | 2024-12-16T04:16:55.319Z | Downloaded openssl-probe v0.1.5 |
215 | 2024-12-16T04:16:55.319Z | Downloaded toml_datetime v0.6.8 |
216 | 2024-12-16T04:16:55.322Z | Downloaded zipsign-api v0.1.2 |
217 | 2024-12-16T04:16:55.322Z | Downloaded number_prefix v0.4.0 |
218 | 2024-12-16T04:16:55.325Z | Downloaded cargo_metadata v0.19.1 |
219 | 2024-12-16T04:16:55.325Z | Downloaded cpufeatures v0.2.16 |
220 | 2024-12-16T04:16:55.328Z | Downloaded const-oid v0.9.6 |
221 | 2024-12-16T04:16:55.331Z | Downloaded fnv v1.0.7 |
222 | 2024-12-16T04:16:55.331Z | Downloaded filetime v0.2.25 |
223 | 2024-12-16T04:16:55.334Z | Downloaded console v0.15.8 |
224 | 2024-12-16T04:16:55.338Z | Downloaded rand_chacha v0.3.1 |
225 | 2024-12-16T04:16:55.338Z | Downloaded nextest-workspace-hack v0.1.0 |
226 | 2024-12-16T04:16:55.338Z | Downloaded thiserror-impl v1.0.69 |
227 | 2024-12-16T04:16:55.341Z | Downloaded futures-core v0.3.31 |
228 | 2024-12-16T04:16:55.341Z | Downloaded unicode-ident v1.0.14 |
229 | 2024-12-16T04:16:55.343Z | Downloaded nested v0.1.1 |
230 | 2024-12-16T04:16:55.347Z | Downloaded rustc-hash v2.1.0 |
231 | 2024-12-16T04:16:55.347Z | Downloaded uuid v1.11.0 |
232 | 2024-12-16T04:16:55.351Z | Downloaded textwrap v0.16.1 |
233 | 2024-12-16T04:16:55.354Z | Downloaded dialoguer v0.11.0 |
234 | 2024-12-16T04:16:55.359Z | Downloaded futures-macro v0.3.31 |
235 | 2024-12-16T04:16:55.359Z | Downloaded http-body-util v0.1.2 |
236 | 2024-12-16T04:16:55.362Z | Downloaded signal-hook v0.3.17 |
237 | 2024-12-16T04:16:55.362Z | Downloaded hyper-tls v0.6.0 |
238 | 2024-12-16T04:16:55.365Z | Downloaded humantime v2.1.0 |
239 | 2024-12-16T04:16:55.365Z | Downloaded hex v0.4.3 |
240 | 2024-12-16T04:16:55.371Z | Downloaded ppv-lite86 v0.2.20 |
241 | 2024-12-16T04:16:55.371Z | Downloaded displaydoc v0.2.5 |
242 | 2024-12-16T04:16:55.374Z | Downloaded cfg-expr v0.17.2 |
243 | 2024-12-16T04:16:55.375Z | Downloaded generic-array v0.14.7 |
244 | 2024-12-16T04:16:55.377Z | Downloaded futures-sink v0.3.31 |
245 | 2024-12-16T04:16:55.378Z | Downloaded heck v0.5.0 |
246 | 2024-12-16T04:16:55.381Z | Downloaded mime v0.3.17 |
247 | 2024-12-16T04:16:55.381Z | Downloaded futures-task v0.3.31 |
248 | 2024-12-16T04:16:55.384Z | Downloaded is_ci v1.2.0 |
249 | 2024-12-16T04:16:55.384Z | Downloaded clap v4.5.23 |
250 | 2024-12-16T04:16:55.392Z | Downloaded self-replace v1.5.0 |
251 | 2024-12-16T04:16:55.395Z | Downloaded jobserver v0.1.32 |
252 | 2024-12-16T04:16:55.398Z | Downloaded semver v1.0.24 |
253 | 2024-12-16T04:16:55.403Z | Downloaded backtrace v0.3.71 |
254 | 2024-12-16T04:16:55.405Z | Downloaded icu_provider_macros v1.5.0 |
255 | 2024-12-16T04:16:55.405Z | Downloaded serde_ignored v0.1.10 |
256 | 2024-12-16T04:16:55.409Z | Downloaded humantime-serde v1.1.1 |
257 | 2024-12-16T04:16:55.409Z | Downloaded globset v0.4.15 |
258 | 2024-12-16T04:16:55.413Z | Downloaded pathdiff v0.2.3 |
259 | 2024-12-16T04:16:55.413Z | Downloaded pkg-config v0.3.31 |
260 | 2024-12-16T04:16:55.413Z | Downloaded toml v0.8.19 |
261 | 2024-12-16T04:16:55.416Z | Downloaded quick-junit v0.5.1 |
262 | 2024-12-16T04:16:55.419Z | Downloaded getrandom v0.2.15 |
263 | 2024-12-16T04:16:55.422Z | Downloaded rand_core v0.6.4 |
264 | 2024-12-16T04:16:55.422Z | Downloaded tracing-core v0.1.33 |
265 | 2024-12-16T04:16:55.425Z | Downloaded is_terminal_polyfill v1.70.1 |
266 | 2024-12-16T04:16:55.429Z | Downloaded percent-encoding v2.3.1 |
267 | 2024-12-16T04:16:55.429Z | Downloaded idna_adapter v1.2.0 |
268 | 2024-12-16T04:16:55.429Z | Downloaded tar v0.4.43 |
269 | 2024-12-16T04:16:55.431Z | Downloaded socket2 v0.5.8 |
270 | 2024-12-16T04:16:55.437Z | Downloaded newtype-uuid v1.1.3 |
271 | 2024-12-16T04:16:55.437Z | Downloaded native-tls v0.2.12 |
272 | 2024-12-16T04:16:55.441Z | Downloaded pin-project-internal v1.1.7 |
273 | 2024-12-16T04:16:55.441Z | Downloaded eyre v0.6.12 |
274 | 2024-12-16T04:16:55.445Z | Downloaded hyper-rustls v0.27.3 |
275 | 2024-12-16T04:16:55.445Z | Downloaded quote v1.0.37 |
276 | 2024-12-16T04:16:55.449Z | Downloaded icu_locid_transform v1.5.0 |
277 | 2024-12-16T04:16:55.449Z | Downloaded nextest-filtering v0.12.0 |
278 | 2024-12-16T04:16:55.453Z | Downloaded rustc-demangle v0.1.24 |
279 | 2024-12-16T04:16:55.453Z | Downloaded httparse v1.9.5 |
280 | 2024-12-16T04:16:55.456Z | Downloaded itoa v1.0.14 |
281 | 2024-12-16T04:16:55.457Z | Downloaded config v0.14.1 |
282 | 2024-12-16T04:16:55.461Z | Downloaded derive-where v1.2.7 |
283 | 2024-12-16T04:16:55.464Z | Downloaded self_update v0.41.0 |
284 | 2024-12-16T04:16:55.468Z | Downloaded futures v0.3.31 |
285 | 2024-12-16T04:16:55.472Z | Downloaded rustls-pemfile v2.2.0 |
286 | 2024-12-16T04:16:55.476Z | Downloaded log v0.4.22 |
287 | 2024-12-16T04:16:55.476Z | Downloaded url v2.5.4 |
288 | 2024-12-16T04:16:55.482Z | Downloaded zstd-safe v7.2.1 |
289 | 2024-12-16T04:16:55.482Z | Downloaded scopeguard v1.2.0 |
290 | 2024-12-16T04:16:55.486Z | Downloaded icu_provider v1.5.0 |
291 | 2024-12-16T04:16:55.486Z | Downloaded proc-macro2 v1.0.92 |
292 | 2024-12-16T04:16:55.493Z | Downloaded hyper-util v0.1.10 |
293 | 2024-12-16T04:16:55.496Z | Downloaded nextest-metadata v0.12.1 |
294 | 2024-12-16T04:16:55.496Z | Downloaded ed25519-dalek v2.1.1 |
295 | 2024-12-16T04:16:55.497Z | Downloaded ipnet v2.10.1 |
296 | 2024-12-16T04:16:55.501Z | Downloaded pin-project v1.1.7 |
297 | 2024-12-16T04:16:55.510Z | Downloaded lock_api v0.4.12 |
298 | 2024-12-16T04:16:55.513Z | Downloaded parking_lot_core v0.9.10 |
299 | 2024-12-16T04:16:55.514Z | Downloaded pkcs8 v0.10.2 |
300 | 2024-12-16T04:16:55.517Z | Downloaded owo-colors v4.1.0 |
301 | 2024-12-16T04:16:55.517Z | Downloaded ryu v1.0.18 |
302 | 2024-12-16T04:16:55.520Z | Downloaded owo-colors v3.5.0 |
303 | 2024-12-16T04:16:55.523Z | Downloaded litemap v0.7.4 |
304 | 2024-12-16T04:16:55.527Z | Downloaded miniz_oxide v0.7.4 |
305 | 2024-12-16T04:16:55.530Z | Downloaded icu_properties v1.5.1 |
306 | 2024-12-16T04:16:55.530Z | Downloaded ron v0.8.1 |
307 | 2024-12-16T04:16:55.536Z | Downloaded miniz_oxide v0.8.0 |
308 | 2024-12-16T04:16:55.539Z | Downloaded icu_normalizer v1.5.0 |
309 | 2024-12-16T04:16:55.543Z | Downloaded num-traits v0.2.19 |
310 | 2024-12-16T04:16:55.547Z | Downloaded http v1.2.0 |
311 | 2024-12-16T04:16:55.550Z | Downloaded icu_normalizer_data v1.5.0 |
312 | 2024-12-16T04:16:55.555Z | Downloaded openssl-sys v0.9.104 |
313 | 2024-12-16T04:16:55.559Z | Downloaded parking_lot v0.12.3 |
314 | 2024-12-16T04:16:55.562Z | Downloaded sharded-slab v0.1.7 |
315 | 2024-12-16T04:16:55.566Z | Downloaded miette v7.4.0 |
316 | 2024-12-16T04:16:55.569Z | Downloaded tracing v0.1.41 |
317 | 2024-12-16T04:16:55.574Z | Downloaded toml_edit v0.22.22 |
318 | 2024-12-16T04:16:55.596Z | Downloaded hashbrown v0.15.2 |
319 | 2024-12-16T04:16:55.601Z | Downloaded guppy v0.17.10 |
320 | 2024-12-16T04:16:55.607Z | Downloaded rand v0.8.5 |
321 | 2024-12-16T04:16:55.612Z | Downloaded rustls-pki-types v1.10.1 |
322 | 2024-12-16T04:16:55.615Z | Downloaded indicatif v0.17.9 |
323 | 2024-12-16T04:16:55.619Z | Downloaded color-spantrace v0.2.1 |
324 | 2024-12-16T04:16:55.622Z | Downloaded icu_collections v1.5.0 |
325 | 2024-12-16T04:16:55.628Z | Downloaded minimal-lexical v0.2.1 |
326 | 2024-12-16T04:16:55.631Z | Downloaded memchr v2.7.4 |
327 | 2024-12-16T04:16:55.637Z | Downloaded rustls-webpki v0.102.8 |
328 | 2024-12-16T04:16:55.657Z | Downloaded quinn v0.11.6 |
329 | 2024-12-16T04:16:55.660Z | Downloaded icu_properties_data v1.5.0 |
330 | 2024-12-16T04:16:55.670Z | Downloaded indexmap v2.7.0 |
331 | 2024-12-16T04:16:55.675Z | Downloaded zerocopy v0.7.35 |
332 | 2024-12-16T04:16:55.692Z | Downloaded idna v1.0.3 |
333 | 2024-12-16T04:16:55.699Z | Downloaded winnow v0.6.20 |
334 | 2024-12-16T04:16:55.703Z | Downloaded object v0.32.2 |
335 | 2024-12-16T04:16:55.712Z | Downloaded bstr v1.11.1 |
336 | 2024-12-16T04:16:55.721Z | Downloaded nextest-runner v0.69.0 |
337 | 2024-12-16T04:16:55.731Z | Downloaded nom v7.1.3 |
338 | 2024-12-16T04:16:55.737Z | Downloaded gimli v0.28.1 |
339 | 2024-12-16T04:16:55.747Z | Downloaded quick-xml v0.23.1 |
340 | 2024-12-16T04:16:55.755Z | Downloaded portable-atomic v1.10.0 |
341 | 2024-12-16T04:16:55.764Z | Downloaded tracing-subscriber v0.3.19 |
342 | 2024-12-16T04:16:55.775Z | Downloaded itertools v0.13.0 |
343 | 2024-12-16T04:16:55.782Z | Downloaded quick-xml v0.37.1 |
344 | 2024-12-16T04:16:55.789Z | Downloaded reqwest v0.12.9 |
345 | 2024-12-16T04:16:55.797Z | Downloaded curve25519-dalek v4.1.3 |
346 | 2024-12-16T04:16:55.809Z | Downloaded quinn-proto v0.11.9 |
347 | 2024-12-16T04:16:55.814Z | Downloaded webpki-roots v0.26.7 |
348 | 2024-12-16T04:16:55.818Z | Downloaded unicode-width v0.2.0 |
349 | 2024-12-16T04:16:55.824Z | Downloaded vcpkg v0.2.15 |
350 | 2024-12-16T04:16:55.861Z | Downloaded serde_json v1.0.133 |
351 | 2024-12-16T04:16:55.868Z | Downloaded regex v1.11.1 |
352 | 2024-12-16T04:16:55.879Z | Downloaded syn v2.0.90 |
353 | 2024-12-16T04:16:55.891Z | Downloaded chrono v0.4.39 |
354 | 2024-12-16T04:16:55.898Z | Downloaded openssl v0.10.68 |
355 | 2024-12-16T04:16:55.908Z | Downloaded unicode-width v0.1.14 |
356 | 2024-12-16T04:16:55.913Z | Downloaded color-eyre v0.6.3 |
357 | 2024-12-16T04:16:55.920Z | Downloaded mio v1.0.3 |
358 | 2024-12-16T04:16:55.925Z | Downloaded unicode-normalization v0.1.24 |
359 | 2024-12-16T04:16:55.928Z | Downloaded futures-util v0.3.31 |
360 | 2024-12-16T04:16:55.944Z | Downloaded nix v0.29.0 |
361 | 2024-12-16T04:16:55.954Z | Downloaded rustls v0.23.20 |
362 | 2024-12-16T04:16:55.965Z | Downloaded regex-syntax v0.8.5 |
363 | 2024-12-16T04:16:55.976Z | Downloaded rustix v0.38.42 |
364 | 2024-12-16T04:16:55.995Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
365 | 2024-12-16T04:16:56.011Z | Downloaded serde v1.0.216 |
366 | 2024-12-16T04:16:56.014Z | Downloaded zerovec v0.10.4 |
367 | 2024-12-16T04:16:56.019Z | Downloaded hyper v1.5.1 |
368 | 2024-12-16T04:16:56.025Z | Downloaded clap_builder v4.5.23 |
369 | 2024-12-16T04:16:56.032Z | Downloaded crossterm v0.28.1 |
370 | 2024-12-16T04:16:56.038Z | Downloaded flate2 v1.0.35 |
371 | 2024-12-16T04:16:56.044Z | Downloaded icu_locid_transform_data v1.5.0 |
372 | 2024-12-16T04:16:56.046Z | Downloaded serde_derive v1.0.216 |
373 | 2024-12-16T04:16:56.048Z | Downloaded pin-project-lite v0.2.15 |
374 | 2024-12-16T04:16:56.053Z | Downloaded quinn-udp v0.5.8 |
375 | 2024-12-16T04:16:56.055Z | Downloaded der v0.7.9 |
376 | 2024-12-16T04:16:56.060Z | Downloaded cc v1.2.4 |
377 | 2024-12-16T04:16:56.063Z | Downloaded icu_locid v1.5.0 |
378 | 2024-12-16T04:16:56.068Z | Downloaded once_cell v1.20.2 |
379 | 2024-12-16T04:16:56.070Z | Downloaded os_pipe v1.2.1 |
380 | 2024-12-16T04:16:56.073Z | Downloaded borsh v1.5.3 |
381 | 2024-12-16T04:16:56.077Z | Downloaded home v0.5.9 |
382 | 2024-12-16T04:16:56.079Z | Downloaded futures-channel v0.3.31 |
383 | 2024-12-16T04:16:56.082Z | Downloaded duct v0.13.7 |
384 | 2024-12-16T04:16:56.084Z | Downloaded thiserror v1.0.69 |
385 | 2024-12-16T04:16:56.086Z | Downloaded pin-utils v0.1.0 |
386 | 2024-12-16T04:16:56.088Z | Downloaded indent_write v2.2.0 |
387 | 2024-12-16T04:16:56.091Z | Downloaded miette-derive v7.4.0 |
388 | 2024-12-16T04:16:56.091Z | Downloaded futures-executor v0.3.31 |
389 | 2024-12-16T04:16:56.091Z | Downloaded form_urlencoded v1.2.1 |
390 | 2024-12-16T04:16:56.093Z | Downloaded fastrand v2.3.0 |
391 | 2024-12-16T04:16:56.093Z | Downloaded futures-io v0.3.31 |
392 | 2024-12-16T04:16:56.096Z | Downloaded async-scoped v0.9.0 |
393 | 2024-12-16T04:16:56.096Z | Downloaded regex-automata v0.4.9 |
394 | 2024-12-16T04:16:56.114Z | Downloaded future-queue v0.3.0 |
395 | 2024-12-16T04:16:56.117Z | Downloaded digest v0.10.7 |
396 | 2024-12-16T04:16:56.119Z | Downloaded typenum v1.17.0 |
397 | 2024-12-16T04:16:56.121Z | Downloaded tinyvec v1.8.0 |
398 | 2024-12-16T04:16:56.124Z | Downloaded ed25519 v2.2.3 |
399 | 2024-12-16T04:16:56.126Z | Downloaded debug-ignore v1.0.5 |
400 | 2024-12-16T04:16:56.128Z | Downloaded fixedbitset v0.4.2 |
401 | 2024-12-16T04:16:56.130Z | Downloaded errno v0.3.10 |
402 | 2024-12-16T04:16:56.130Z | Downloaded curve25519-dalek-derive v0.1.1 |
403 | 2024-12-16T04:16:56.133Z | Downloaded colorchoice v1.0.3 |
404 | 2024-12-16T04:16:56.133Z | Downloaded camino-tempfile v1.1.1 |
405 | 2024-12-16T04:16:56.135Z | Downloaded bitflags v2.6.0 |
406 | 2024-12-16T04:16:56.138Z | Downloaded thread_local v1.1.8 |
407 | 2024-12-16T04:16:56.140Z | Downloaded atomicwrites v0.4.4 |
408 | 2024-12-16T04:16:56.143Z | Downloaded vte v0.11.1 |
409 | 2024-12-16T04:16:56.143Z | Downloaded petgraph v0.6.5 |
410 | 2024-12-16T04:16:56.161Z | Downloaded tokio v1.42.0 |
411 | 2024-12-16T04:16:56.202Z | Downloaded tokio-rustls v0.26.1 |
412 | 2024-12-16T04:16:56.205Z | Downloaded libc v0.2.168 |
413 | 2024-12-16T04:16:56.231Z | Downloaded http-body v1.0.1 |
414 | 2024-12-16T04:16:56.234Z | Downloaded tokio-native-tls v0.3.1 |
415 | 2024-12-16T04:16:56.234Z | Downloaded target-lexicon v0.12.16 |
416 | 2024-12-16T04:16:56.236Z | Downloaded tracing-attributes v0.1.28 |
417 | 2024-12-16T04:16:56.239Z | Downloaded synstructure v0.13.1 |
418 | 2024-12-16T04:16:56.241Z | Downloaded foreign-types-shared v0.1.1 |
419 | 2024-12-16T04:16:56.241Z | Downloaded foreign-types v0.3.2 |
420 | 2024-12-16T04:16:56.241Z | Downloaded tempfile v3.14.0 |
421 | 2024-12-16T04:16:56.243Z | Downloaded signature v2.2.0 |
422 | 2024-12-16T04:16:56.246Z | Downloaded equivalent v1.0.1 |
423 | 2024-12-16T04:16:56.246Z | Downloaded crc32fast v1.4.2 |
424 | 2024-12-16T04:16:56.248Z | Downloaded clap_derive v4.5.18 |
425 | 2024-12-16T04:16:56.251Z | Downloaded base64ct v1.6.0 |
426 | 2024-12-16T04:16:56.253Z | Downloaded smallvec v1.13.2 |
427 | 2024-12-16T04:16:56.255Z | Downloaded enable-ansi-support v0.2.1 |
428 | 2024-12-16T04:16:56.258Z | Downloaded either v1.13.0 |
429 | 2024-12-16T04:16:56.258Z | Downloaded shell-words v1.1.0 |
430 | 2024-12-16T04:16:56.260Z | Downloaded block-buffer v0.10.4 |
431 | 2024-12-16T04:16:56.260Z | Downloaded backtrace-ext v0.2.1 |
432 | 2024-12-16T04:16:56.263Z | Downloaded unicase v2.8.0 |
433 | 2024-12-16T04:16:56.263Z | Downloaded tokio-macros v2.4.0 |
434 | 2024-12-16T04:16:56.265Z | Downloaded supports-hyperlinks v3.1.0 |
435 | 2024-12-16T04:16:56.265Z | Downloaded supports-color v3.0.2 |
436 | 2024-12-16T04:16:56.265Z | Downloaded base64 v0.22.1 |
437 | 2024-12-16T04:16:56.269Z | Downloaded untrusted v0.9.0 |
438 | 2024-12-16T04:16:56.272Z | Downloaded tinystr v0.7.6 |
439 | 2024-12-16T04:16:56.274Z | Downloaded signal-hook-mio v0.2.4 |
440 | 2024-12-16T04:16:56.276Z | Downloaded base64 v0.21.7 |
441 | 2024-12-16T04:16:56.278Z | Downloaded tracing-error v0.2.1 |
442 | 2024-12-16T04:16:56.281Z | Downloaded stable_deref_trait v1.2.0 |
443 | 2024-12-16T04:16:56.281Z | Downloaded smol_str v0.3.2 |
444 | 2024-12-16T04:16:56.283Z | Downloaded shared_child v1.0.1 |
445 | 2024-12-16T04:16:56.285Z | Downloaded signal-hook-registry v1.4.2 |
446 | 2024-12-16T04:16:56.285Z | Downloaded urlencoding v2.1.3 |
447 | 2024-12-16T04:16:56.288Z | Downloaded target-spec-miette v0.4.0 |
448 | 2024-12-16T04:16:56.288Z | Downloaded anstream v0.6.18 |
449 | 2024-12-16T04:16:56.290Z | Downloaded aho-corasick v1.1.3 |
450 | 2024-12-16T04:16:56.294Z | Downloaded shlex v1.3.0 |
451 | 2024-12-16T04:16:56.297Z | Downloaded serde_urlencoded v0.7.1 |
452 | 2024-12-16T04:16:56.307Z | Downloaded recursion v0.5.2 |
453 | 2024-12-16T04:16:56.472Z | Downloaded ring v0.17.8 |
454 | 2024-12-16T04:16:56.760Z | Compiling proc-macro2 v1.0.92 |
455 | 2024-12-16T04:16:56.761Z | Compiling unicode-ident v1.0.14 |
456 | 2024-12-16T04:16:56.763Z | Compiling libc v0.2.168 |
457 | 2024-12-16T04:16:56.763Z | Compiling cfg-if v1.0.0 |
458 | 2024-12-16T04:16:56.763Z | Compiling memchr v2.7.4 |
459 | 2024-12-16T04:16:56.763Z | Compiling serde v1.0.216 |
460 | 2024-12-16T04:16:56.793Z | Compiling shlex v1.3.0 |
461 | 2024-12-16T04:16:56.976Z | Compiling once_cell v1.20.2 |
462 | 2024-12-16T04:16:57.191Z | Compiling autocfg v1.4.0 |
463 | 2024-12-16T04:16:57.389Z | Compiling log v0.4.22 |
464 | 2024-12-16T04:16:57.824Z | Compiling smallvec v1.13.2 |
465 | 2024-12-16T04:16:57.984Z | Compiling itoa v1.0.14 |
466 | 2024-12-16T04:16:58.190Z | Compiling pin-project-lite v0.2.15 |
467 | 2024-12-16T04:16:58.266Z | Compiling rustix v0.38.42 |
468 | 2024-12-16T04:16:58.266Z | Compiling bitflags v2.6.0 |
469 | 2024-12-16T04:16:58.298Z | Compiling futures-core v0.3.31 |
470 | 2024-12-16T04:16:58.313Z | Compiling stable_deref_trait v1.2.0 |
471 | 2024-12-16T04:16:58.434Z | Compiling slab v0.4.9 |
472 | 2024-12-16T04:16:58.586Z | Compiling version_check v0.9.5 |
473 | 2024-12-16T04:16:58.847Z | Compiling bytes v1.9.0 |
474 | 2024-12-16T04:16:58.944Z | Compiling futures-sink v0.3.31 |
475 | 2024-12-16T04:16:59.112Z | Compiling jobserver v0.1.32 |
476 | 2024-12-16T04:16:59.137Z | Compiling futures-channel v0.3.31 |
477 | 2024-12-16T04:16:59.298Z | Compiling ryu v1.0.18 |
478 | 2024-12-16T04:16:59.425Z | Compiling pin-utils v0.1.0 |
479 | 2024-12-16T04:16:59.503Z | Compiling quote v1.0.37 |
480 | 2024-12-16T04:16:59.522Z | Compiling cc v1.2.4 |
481 | 2024-12-16T04:16:59.653Z | Compiling futures-task v0.3.31 |
482 | 2024-12-16T04:16:59.869Z | Compiling errno v0.3.10 |
483 | 2024-12-16T04:16:59.891Z | Compiling getrandom v0.2.15 |
484 | 2024-12-16T04:16:59.949Z | Compiling syn v2.0.90 |
485 | 2024-12-16T04:17:00.152Z | Compiling signal-hook-registry v1.4.2 |
486 | 2024-12-16T04:17:00.177Z | Compiling mio v1.0.3 |
487 | 2024-12-16T04:17:00.246Z | Compiling futures-io v0.3.31 |
488 | 2024-12-16T04:17:00.261Z | Compiling serde_json v1.0.133 |
489 | 2024-12-16T04:17:00.620Z | Compiling tracing-core v0.1.33 |
490 | 2024-12-16T04:17:00.684Z | Compiling litemap v0.7.4 |
491 | 2024-12-16T04:17:00.764Z | Compiling writeable v0.5.5 |
492 | 2024-12-16T04:17:01.123Z | Compiling socket2 v0.5.8 |
493 | 2024-12-16T04:17:01.791Z | Compiling lazy_static v1.5.0 |
494 | 2024-12-16T04:17:01.935Z | Compiling fnv v1.0.7 |
495 | 2024-12-16T04:17:01.957Z | Compiling camino v1.1.9 |
496 | 2024-12-16T04:17:01.974Z | Compiling unicode-width v0.1.14 |
497 | 2024-12-16T04:17:02.082Z | Compiling target-lexicon v0.12.16 |
498 | 2024-12-16T04:17:02.582Z | Compiling rustls-pki-types v1.10.1 |
499 | 2024-12-16T04:17:02.663Z | Compiling hashbrown v0.15.2 |
500 | 2024-12-16T04:17:02.921Z | Compiling icu_locid_transform_data v1.5.0 |
501 | 2024-12-16T04:17:03.026Z | Compiling equivalent v1.0.1 |
502 | 2024-12-16T04:17:03.103Z | Compiling http v1.2.0 |
503 | 2024-12-16T04:17:03.119Z | Compiling byteorder v1.5.0 |
504 | 2024-12-16T04:17:03.143Z | Compiling icu_properties_data v1.5.0 |
505 | 2024-12-16T04:17:03.411Z | Compiling adler v1.0.2 |
506 | 2024-12-16T04:17:03.474Z | Compiling ring v0.17.8 |
507 | 2024-12-16T04:17:03.504Z | Compiling backtrace v0.3.71 |
508 | 2024-12-16T04:17:03.745Z | Compiling untrusted v0.9.0 |
509 | 2024-12-16T04:17:03.935Z | Compiling thiserror v1.0.69 |
510 | 2024-12-16T04:17:04.047Z | Compiling semver v1.0.24 |
511 | 2024-12-16T04:17:04.212Z | Compiling spin v0.9.8 |
512 | 2024-12-16T04:17:04.408Z | Compiling utf8parse v0.2.2 |
513 | 2024-12-16T04:17:04.531Z | Compiling guppy-workspace-hack v0.1.0 |
514 | 2024-12-16T04:17:04.534Z | Compiling typenum v1.17.0 |
515 | 2024-12-16T04:17:04.589Z | Compiling gimli v0.28.1 |
516 | 2024-12-16T04:17:04.592Z | Compiling httparse v1.9.5 |
517 | 2024-12-16T04:17:04.924Z | Compiling http-body v1.0.1 |
518 | 2024-12-16T04:17:05.215Z | Compiling miniz_oxide v0.7.4 |
519 | 2024-12-16T04:17:05.439Z | Compiling generic-array v0.14.7 |
520 | 2024-12-16T04:17:05.644Z | Compiling object v0.32.2 |
521 | 2024-12-16T04:17:05.804Z | Compiling write16 v1.0.0 |
522 | 2024-12-16T04:17:05.961Z | Compiling pkg-config v0.3.31 |
523 | 2024-12-16T04:17:06.558Z | Compiling icu_normalizer_data v1.5.0 |
524 | 2024-12-16T04:17:06.649Z | Compiling target-spec v3.2.2 |
525 | 2024-12-16T04:17:06.677Z | Compiling utf8_iter v1.0.4 |
526 | 2024-12-16T04:17:06.991Z | Compiling utf16_iter v1.0.5 |
527 | 2024-12-16T04:17:07.162Z | Compiling thiserror v2.0.7 |
528 | 2024-12-16T04:17:07.193Z | Compiling rustc-demangle v0.1.24 |
529 | 2024-12-16T04:17:07.229Z | Compiling fastrand v2.3.0 |
530 | 2024-12-16T04:17:07.550Z | Compiling zeroize v1.8.1 |
531 | 2024-12-16T04:17:07.716Z | Compiling try-lock v0.2.5 |
532 | 2024-12-16T04:17:07.855Z | Compiling synstructure v0.13.1 |
533 | 2024-12-16T04:17:07.899Z | Compiling rustls v0.23.20 |
534 | 2024-12-16T04:17:07.923Z | Compiling want v0.3.1 |
535 | 2024-12-16T04:17:08.201Z | Compiling tempfile v3.14.0 |
536 | 2024-12-16T04:17:08.547Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
537 | 2024-12-16T04:17:09.239Z | Compiling addr2line v0.21.0 |
538 | 2024-12-16T04:17:09.288Z | Compiling cfg-expr v0.17.2 |
539 | 2024-12-16T04:17:10.195Z | Compiling terminal_size v0.4.1 |
540 | 2024-12-16T04:17:10.439Z | Compiling aho-corasick v1.1.3 |
541 | 2024-12-16T04:17:11.046Z | Compiling percent-encoding v2.3.1 |
542 | 2024-12-16T04:17:11.213Z | Compiling owo-colors v4.1.0 |
543 | 2024-12-16T04:17:11.247Z | Compiling subtle v2.6.1 |
544 | 2024-12-16T04:17:11.522Z | Compiling regex-syntax v0.8.5 |
545 | 2024-12-16T04:17:11.537Z | Compiling form_urlencoded v1.2.1 |
546 | 2024-12-16T04:17:12.039Z | Compiling ahash v0.8.11 |
547 | 2024-12-16T04:17:12.420Z | Compiling lock_api v0.4.12 |
548 | 2024-12-16T04:17:12.746Z | Compiling num-traits v0.2.19 |
549 | 2024-12-16T04:17:12.853Z | Compiling tower-service v0.3.3 |
550 | 2024-12-16T04:17:12.989Z | Compiling nextest-workspace-hack v0.1.0 |
551 | 2024-12-16T04:17:13.071Z | Compiling winnow v0.6.20 |
552 | 2024-12-16T04:17:13.334Z | Compiling serde_derive v1.0.216 |
553 | 2024-12-16T04:17:14.326Z | Compiling zerofrom-derive v0.1.5 |
554 | 2024-12-16T04:17:17.468Z | Compiling yoke-derive v0.7.5 |
555 | 2024-12-16T04:17:18.265Z | Compiling zerofrom v0.1.5 |
556 | 2024-12-16T04:17:18.537Z | Compiling zerovec-derive v0.10.3 |
557 | 2024-12-16T04:17:20.266Z | Compiling yoke v0.7.5 |
558 | 2024-12-16T04:17:20.670Z | Compiling displaydoc v0.2.5 |
559 | 2024-12-16T04:17:21.108Z | Compiling zerovec v0.10.4 |
560 | 2024-12-16T04:17:22.233Z | Compiling futures-macro v0.3.31 |
561 | 2024-12-16T04:17:23.144Z | Compiling tokio-macros v2.4.0 |
562 | 2024-12-16T04:17:24.175Z | Compiling tinystr v0.7.6 |
563 | 2024-12-16T04:17:24.256Z | Compiling futures-util v0.3.31 |
564 | 2024-12-16T04:17:24.688Z | Compiling icu_locid v1.5.0 |
565 | 2024-12-16T04:17:24.713Z | Compiling icu_provider_macros v1.5.0 |
566 | 2024-12-16T04:17:24.799Z | Compiling tracing-attributes v0.1.28 |
567 | 2024-12-16T04:17:24.935Z | Compiling tokio v1.42.0 |
568 | 2024-12-16T04:17:26.008Z | Compiling icu_provider v1.5.0 |
569 | 2024-12-16T04:17:28.258Z | Compiling tracing v0.1.41 |
570 | 2024-12-16T04:17:29.016Z | Compiling indexmap v2.7.0 |
571 | 2024-12-16T04:17:29.033Z | Compiling icu_locid_transform v1.5.0 |
572 | 2024-12-16T04:17:29.755Z | Compiling icu_collections v1.5.0 |
573 | 2024-12-16T04:17:30.961Z | Compiling zerocopy-derive v0.7.35 |
574 | 2024-12-16T04:17:31.792Z | Compiling icu_properties v1.5.1 |
575 | 2024-12-16T04:17:32.634Z | Compiling thiserror-impl v1.0.69 |
576 | 2024-12-16T04:17:33.345Z | Compiling zerocopy v0.7.35 |
577 | 2024-12-16T04:17:35.117Z | Compiling rustls-webpki v0.102.8 |
578 | 2024-12-16T04:17:35.326Z | Compiling thiserror-impl v2.0.7 |
579 | 2024-12-16T04:17:35.938Z | Compiling icu_normalizer v1.5.0 |
580 | 2024-12-16T04:17:38.314Z | Compiling idna_adapter v1.2.0 |
581 | 2024-12-16T04:17:38.513Z | Compiling hyper v1.5.1 |
582 | 2024-12-16T04:17:39.880Z | Compiling regex-automata v0.4.9 |
583 | 2024-12-16T04:17:40.188Z | Compiling portable-atomic v1.10.0 |
584 | 2024-12-16T04:17:41.181Z | Compiling unicode-width v0.2.0 |
585 | 2024-12-16T04:17:41.383Z | Compiling unicode-linebreak v0.1.5 |
586 | 2024-12-16T04:17:41.815Z | Compiling is_ci v1.2.0 |
587 | 2024-12-16T04:17:41.939Z | Compiling signal-hook v0.3.17 |
588 | 2024-12-16T04:17:42.118Z | Compiling either v1.13.0 |
589 | 2024-12-16T04:17:42.309Z | Compiling parking_lot_core v0.9.10 |
590 | 2024-12-16T04:17:42.663Z | Compiling supports-color v3.0.2 |
591 | 2024-12-16T04:17:42.799Z | Compiling tokio-rustls v0.26.1 |
592 | 2024-12-16T04:17:43.017Z | Compiling textwrap v0.16.1 |
593 | 2024-12-16T04:17:43.376Z | Compiling hyper-util v0.1.10 |
594 | 2024-12-16T04:17:46.171Z | Compiling idna v1.0.3 |
595 | 2024-12-16T04:17:46.187Z | Compiling pathdiff v0.2.3 |
596 | 2024-12-16T04:17:46.376Z | Compiling toml_datetime v0.6.8 |
597 | 2024-12-16T04:17:47.067Z | Compiling serde_spanned v0.6.8 |
598 | 2024-12-16T04:17:47.097Z | Compiling cargo-platform v0.1.9 |
599 | 2024-12-16T04:17:47.282Z | Compiling backtrace-ext v0.2.1 |
600 | 2024-12-16T04:17:47.854Z | Compiling miette-derive v7.4.0 |
601 | 2024-12-16T04:17:49.106Z | Compiling webpki-roots v0.26.7 |
602 | 2024-12-16T04:17:49.326Z | Compiling console v0.15.8 |
603 | 2024-12-16T04:17:51.013Z | Compiling sharded-slab v0.1.7 |
604 | 2024-12-16T04:17:51.796Z | Compiling tracing-log v0.2.0 |
605 | 2024-12-16T04:17:52.102Z | Compiling vte_generate_state_changes v0.1.2 |
606 | 2024-12-16T04:17:52.531Z | Compiling thread_local v1.1.8 |
607 | 2024-12-16T04:17:52.607Z | Compiling newtype-uuid v1.1.3 |
608 | 2024-12-16T04:17:52.766Z | Compiling fixedbitset v0.4.2 |
609 | 2024-12-16T04:17:52.834Z | Compiling supports-unicode v3.0.0 |
610 | 2024-12-16T04:17:52.996Z | Compiling cfg_aliases v0.2.1 |
611 | 2024-12-16T04:17:53.111Z | Compiling zstd-safe v7.2.1 |
612 | 2024-12-16T04:17:53.146Z | Compiling adler2 v2.0.0 |
613 | 2024-12-16T04:17:53.400Z | Compiling scopeguard v1.2.0 |
614 | 2024-12-16T04:17:53.466Z | Compiling supports-hyperlinks v3.1.0 |
615 | 2024-12-16T04:17:53.482Z | Compiling miniz_oxide v0.8.0 |
616 | 2024-12-16T04:17:53.845Z | Compiling miette v7.4.0 |
617 | 2024-12-16T04:17:54.065Z | Compiling nix v0.29.0 |
618 | 2024-12-16T04:17:54.122Z | Compiling petgraph v0.6.5 |
619 | 2024-12-16T04:17:55.126Z | Compiling tracing-subscriber v0.3.19 |
620 | 2024-12-16T04:17:56.838Z | Compiling vte v0.11.1 |
621 | 2024-12-16T04:17:57.340Z | Compiling hyper-rustls v0.27.3 |
622 | 2024-12-16T04:17:59.069Z | Compiling cargo_metadata v0.19.1 |
623 | 2024-12-16T04:17:59.095Z | Compiling toml_edit v0.22.22 |
624 | 2024-12-16T04:18:01.107Z | Compiling url v2.5.4 |
625 | 2024-12-16T04:18:03.383Z | Compiling regex v1.11.1 |
626 | 2024-12-16T04:18:07.039Z | Compiling itertools v0.13.0 |
627 | 2024-12-16T04:18:07.683Z | Compiling ppv-lite86 v0.2.20 |
628 | 2024-12-16T04:18:08.690Z | Compiling futures-executor v0.3.31 |
629 | 2024-12-16T04:18:09.619Z | Compiling http-body-util v0.1.2 |
630 | 2024-12-16T04:18:09.946Z | Compiling smol_str v0.3.2 |
631 | 2024-12-16T04:18:10.223Z | Compiling serde_urlencoded v0.7.1 |
632 | 2024-12-16T04:18:10.634Z | Compiling pin-project-internal v1.1.7 |
633 | 2024-12-16T04:18:10.844Z | Compiling crypto-common v0.1.6 |
634 | 2024-12-16T04:18:11.084Z | Compiling block-buffer v0.10.4 |
635 | 2024-12-16T04:18:11.087Z | Compiling anstyle-parse v0.2.6 |
636 | 2024-12-16T04:18:11.328Z | Compiling rustls-pemfile v2.2.0 |
637 | 2024-12-16T04:18:11.354Z | Compiling xattr v1.3.1 |
638 | 2024-12-16T04:18:11.507Z | Compiling uuid v1.11.0 |
639 | 2024-12-16T04:18:11.663Z | Compiling rand_core v0.6.4 |
640 | 2024-12-16T04:18:11.819Z | Compiling filetime v0.2.25 |
641 | 2024-12-16T04:18:12.176Z | Compiling sync_wrapper v1.0.2 |
642 | 2024-12-16T04:18:12.179Z | Compiling bstr v1.11.1 |
643 | 2024-12-16T04:18:12.334Z | Compiling crc32fast v1.4.2 |
644 | 2024-12-16T04:18:12.412Z | Compiling base64 v0.22.1 |
645 | 2024-12-16T04:18:12.668Z | Compiling static_assertions v1.1.0 |
646 | 2024-12-16T04:18:12.792Z | Compiling tinyvec_macros v0.1.1 |
647 | 2024-12-16T04:18:12.857Z | Compiling colorchoice v1.0.3 |
648 | 2024-12-16T04:18:12.892Z | Compiling is_terminal_polyfill v1.70.1 |
649 | 2024-12-16T04:18:13.056Z | Compiling self_update v0.41.0 |
650 | 2024-12-16T04:18:13.080Z | Compiling debug-ignore v1.0.5 |
651 | 2024-12-16T04:18:13.244Z | Compiling anstyle-query v1.1.2 |
652 | 2024-12-16T04:18:13.363Z | Compiling mime v0.3.17 |
653 | 2024-12-16T04:18:13.434Z | Compiling nested v0.1.1 |
654 | 2024-12-16T04:18:13.529Z | Compiling iana-time-zone v0.1.61 |
655 | 2024-12-16T04:18:13.573Z | Compiling ipnet v2.10.1 |
656 | 2024-12-16T04:18:13.767Z | Compiling number_prefix v0.4.0 |
657 | 2024-12-16T04:18:13.786Z | Compiling eyre v0.6.12 |
658 | 2024-12-16T04:18:14.022Z | Compiling anstyle v1.0.10 |
659 | 2024-12-16T04:18:14.254Z | Compiling minimal-lexical v0.2.1 |
660 | 2024-12-16T04:18:14.422Z | Compiling anstream v0.6.18 |
661 | 2024-12-16T04:18:14.564Z | Compiling reqwest v0.12.9 |
662 | 2024-12-16T04:18:14.750Z | Compiling nom v7.1.3 |
663 | 2024-12-16T04:18:14.886Z | Compiling indicatif v0.17.9 |
664 | 2024-12-16T04:18:15.509Z | Compiling chrono v0.4.39 |
665 | 2024-12-16T04:18:16.680Z | Compiling guppy v0.17.10 |
666 | 2024-12-16T04:18:17.089Z | Compiling pin-project v1.1.7 |
667 | 2024-12-16T04:18:17.250Z | Compiling globset v0.4.15 |
668 | 2024-12-16T04:18:19.231Z | Compiling tinyvec v1.8.0 |
669 | 2024-12-16T04:18:21.097Z | Compiling flate2 v1.0.35 |
670 | 2024-12-16T04:18:22.532Z | Compiling tar v0.4.43 |
671 | 2024-12-16T04:18:22.801Z | Compiling rand_chacha v0.3.1 |
672 | 2024-12-16T04:18:23.077Z | Compiling digest v0.10.7 |
673 | 2024-12-16T04:18:23.520Z | Compiling nextest-metadata v0.12.1 |
674 | 2024-12-16T04:18:23.560Z | Compiling futures v0.3.31 |
675 | 2024-12-16T04:18:23.722Z | Compiling signal-hook-mio v0.2.4 |
676 | 2024-12-16T04:18:23.929Z | Compiling parking_lot v0.12.3 |
677 | 2024-12-16T04:18:24.071Z | Compiling toml v0.8.19 |
678 | 2024-12-16T04:18:24.670Z | Compiling strip-ansi-escapes v0.2.0 |
679 | 2024-12-16T04:18:25.431Z | Compiling tracing-error v0.2.1 |
680 | 2024-12-16T04:18:26.129Z | Compiling self-replace v1.5.0 |
681 | 2024-12-16T04:18:26.685Z | Compiling os_pipe v1.2.1 |
682 | 2024-12-16T04:18:26.732Z | Compiling shared_child v1.0.1 |
683 | 2024-12-16T04:18:26.888Z | Compiling quick-xml v0.37.1 |
684 | 2024-12-16T04:18:26.958Z | Compiling quick-xml v0.23.1 |
685 | 2024-12-16T04:18:27.396Z | Compiling shell-words v1.1.0 |
686 | 2024-12-16T04:18:27.845Z | Compiling recursion v0.5.2 |
687 | 2024-12-16T04:18:28.086Z | Compiling indenter v0.3.3 |
688 | 2024-12-16T04:18:28.273Z | Compiling humantime v2.1.0 |
689 | 2024-12-16T04:18:28.991Z | Compiling clap_lex v0.7.4 |
690 | 2024-12-16T04:18:29.153Z | Compiling owo-colors v3.5.0 |
691 | 2024-12-16T04:18:29.494Z | Compiling unicase v2.8.0 |
692 | 2024-12-16T04:18:29.772Z | Compiling heck v0.5.0 |
693 | 2024-12-16T04:18:30.150Z | Compiling strsim v0.11.1 |
694 | 2024-12-16T04:18:30.259Z | Compiling cpufeatures v0.2.16 |
695 | 2024-12-16T04:18:30.359Z | Compiling urlencoding v2.1.3 |
696 | 2024-12-16T04:18:30.867Z | Compiling clap_builder v4.5.23 |
697 | 2024-12-16T04:18:32.043Z | Compiling color-spantrace v0.2.1 |
698 | 2024-12-16T04:18:32.163Z | Compiling sha2 v0.10.8 |
699 | 2024-12-16T04:18:32.201Z | Compiling clap_derive v4.5.18 |
700 | 2024-12-16T04:18:33.045Z | Compiling humantime-serde v1.1.1 |
701 | 2024-12-16T04:18:34.445Z | Compiling quick-junit v0.5.1 |
702 | 2024-12-16T04:18:35.355Z | Compiling nextest-filtering v0.12.0 |
703 | 2024-12-16T04:18:36.996Z | Compiling duct v0.13.7 |
704 | 2024-12-16T04:18:37.154Z | Compiling cargo-nextest v0.9.86 |
705 | 2024-12-16T04:18:37.710Z | Compiling config v0.14.1 |
706 | 2024-12-16T04:18:39.837Z | Compiling crossterm v0.28.1 |
707 | 2024-12-16T04:18:41.231Z | Compiling async-scoped v0.9.0 |
708 | 2024-12-16T04:18:41.552Z | Compiling rand v0.8.5 |
709 | 2024-12-16T04:18:43.603Z | Compiling unicode-normalization v0.1.24 |
710 | 2024-12-16T04:18:44.532Z | Compiling zstd v0.13.2 |
711 | 2024-12-16T04:18:45.015Z | Compiling target-spec-miette v0.4.0 |
712 | 2024-12-16T04:18:45.494Z | Compiling mukti-metadata v0.3.0 |
713 | 2024-12-16T04:18:45.769Z | Compiling tokio-stream v0.1.17 |
714 | 2024-12-16T04:18:46.543Z | Compiling future-queue v0.3.0 |
715 | 2024-12-16T04:18:46.546Z | Compiling camino-tempfile v1.1.1 |
716 | 2024-12-16T04:18:46.994Z | Compiling serde_ignored v0.1.10 |
717 | 2024-12-16T04:18:47.012Z | Compiling serde_path_to_error v0.1.16 |
718 | 2024-12-16T04:18:47.293Z | Compiling derive-where v1.2.7 |
719 | 2024-12-16T04:18:47.448Z | Compiling atomicwrites v0.4.4 |
720 | 2024-12-16T04:18:47.993Z | Compiling xxhash-rust v0.8.12 |
721 | 2024-12-16T04:18:48.063Z | Compiling indent_write v2.2.0 |
722 | 2024-12-16T04:18:48.277Z | Compiling hex v0.4.3 |
723 | 2024-12-16T04:18:48.316Z | Compiling swrite v0.1.0 |
724 | 2024-12-16T04:18:48.483Z | Compiling home v0.5.9 |
725 | 2024-12-16T04:18:48.845Z | Compiling clap v4.5.23 |
726 | 2024-12-16T04:18:48.959Z | Compiling color-eyre v0.6.3 |
727 | 2024-12-16T04:18:49.016Z | Compiling dialoguer v0.11.0 |
728 | 2024-12-16T04:18:49.095Z | Compiling enable-ansi-support v0.2.1 |
729 | 2024-12-16T04:18:50.717Z | Compiling nextest-runner v0.69.0 |
730 | 2024-12-16T04:19:33.537Z | Finished `release` profile [optimized] target(s) in 2m 39s |
731 | 2024-12-16T04:19:33.761Z | Installing /home/build/.cargo/bin/cargo-nextest |
732 | 2024-12-16T04:19:33.765Z | Installed package `cargo-nextest v0.9.86` (executable `cargo-nextest`) |
733 | 2024-12-16T04:19:33.866Z | + pushd bgp |
734 | 2024-12-16T04:19:33.869Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
735 | 2024-12-16T04:19:33.869Z | + cargo nextest run |
736 | 2024-12-16T04:19:34.218Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
737 | 2024-12-16T04:19:34.461Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
738 | 2024-12-16T04:19:34.691Z | From https://www.github.com/oxidecomputer/oxnet |
739 | 2024-12-16T04:19:34.691Z | * [new branch] ci -> origin/ci |
740 | 2024-12-16T04:19:34.695Z | * [new branch] main -> origin/main |
741 | 2024-12-16T04:19:34.695Z | * [new ref] -> origin/HEAD |
742 | 2024-12-16T04:19:34.703Z | Updating crates.io index |
743 | 2024-12-16T04:19:34.706Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
744 | 2024-12-16T04:19:35.415Z | From https://github.com/oxidecomputer/falcon |
745 | 2024-12-16T04:19:35.415Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
746 | 2024-12-16T04:19:35.594Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
747 | 2024-12-16T04:19:36.713Z | From https://github.com/oxidecomputer/dendrite |
748 | 2024-12-16T04:19:36.713Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
749 | 2024-12-16T04:19:36.764Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
750 | 2024-12-16T04:19:37.197Z | From https://github.com/oxidecomputer/ispf |
751 | 2024-12-16T04:19:37.197Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
752 | 2024-12-16T04:19:37.208Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
753 | 2024-12-16T04:19:37.697Z | From https://github.com/oxidecomputer/netadm-sys |
754 | 2024-12-16T04:19:37.697Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
755 | 2024-12-16T04:19:37.709Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
756 | 2024-12-16T04:19:41.556Z | From https://github.com/oxidecomputer/omicron |
757 | 2024-12-16T04:19:41.556Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
758 | 2024-12-16T04:19:41.588Z | * [new tag] dogfood -> dogfood |
759 | 2024-12-16T04:19:41.588Z | * [new tag] v5 -> v5 |
760 | 2024-12-16T04:19:41.590Z | * [new tag] v6 -> v6 |
761 | 2024-12-16T04:19:41.590Z | * [new tag] v7 -> v7 |
762 | 2024-12-16T04:19:41.591Z | * [new tag] v8 -> v8 |
763 | 2024-12-16T04:19:41.591Z | * [new tag] v9 -> v9 |
764 | 2024-12-16T04:19:41.970Z | Updating git repository `https://github.com/oxidecomputer/opte` |
765 | 2024-12-16T04:19:42.955Z | From https://github.com/oxidecomputer/opte |
766 | 2024-12-16T04:19:42.955Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
767 | 2024-12-16T04:19:43.017Z | Updating git repository `https://github.com/illumos/smf-rs` |
768 | 2024-12-16T04:19:43.426Z | From https://github.com/illumos/smf-rs |
769 | 2024-12-16T04:19:43.426Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
770 | 2024-12-16T04:19:43.461Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
771 | 2024-12-16T04:19:44.025Z | From https://github.com/oxidecomputer/maghemite |
772 | 2024-12-16T04:19:44.025Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
773 | 2024-12-16T04:19:44.042Z | * [new tag] rift -> rift |
774 | 2024-12-16T04:19:44.044Z | * [new tag] srp -> srp |
775 | 2024-12-16T04:19:44.044Z | * [new tag] tie-spf -> tie-spf |
776 | 2024-12-16T04:19:44.076Z | Updating git repository `https://github.com/oxidecomputer/zone` |
777 | 2024-12-16T04:19:44.519Z | From https://github.com/oxidecomputer/zone |
778 | 2024-12-16T04:19:44.519Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
779 | 2024-12-16T04:19:44.539Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
780 | 2024-12-16T04:19:45.220Z | From https://github.com/oxidecomputer/propolis |
781 | 2024-12-16T04:19:45.220Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
782 | 2024-12-16T04:19:45.306Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
783 | 2024-12-16T04:19:45.755Z | From https://github.com/oxidecomputer/dlpi-sys |
784 | 2024-12-16T04:19:45.755Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
785 | 2024-12-16T04:19:45.774Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
786 | 2024-12-16T04:19:46.158Z | From https://github.com/jmesmon/rust-libzfs |
787 | 2024-12-16T04:19:46.158Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
788 | 2024-12-16T04:19:46.174Z | * [new tag] v0.4.0 -> v0.4.0 |
789 | 2024-12-16T04:19:46.189Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
790 | 2024-12-16T04:19:46.623Z | From https://github.com/oxidecomputer/rusty-doors |
791 | 2024-12-16T04:19:46.624Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
792 | 2024-12-16T04:19:46.636Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
793 | 2024-12-16T04:19:47.099Z | From https://github.com/oxidecomputer/maghemite |
794 | 2024-12-16T04:19:47.099Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
795 | 2024-12-16T04:19:47.142Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
796 | 2024-12-16T04:19:47.572Z | From https://github.com/oxidecomputer/serde_human_bytes |
797 | 2024-12-16T04:19:47.572Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
798 | 2024-12-16T04:19:47.599Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
799 | 2024-12-16T04:19:48.048Z | From https://github.com/oxidecomputer/slog-error-chain |
800 | 2024-12-16T04:19:48.048Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
801 | 2024-12-16T04:19:48.072Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
802 | 2024-12-16T04:19:48.463Z | From https://github.com/oxidecomputer/poptrie |
803 | 2024-12-16T04:19:48.463Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
804 | 2024-12-16T04:19:48.504Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
805 | 2024-12-16T04:19:48.899Z | From https://github.com/illumos/libscf-sys |
806 | 2024-12-16T04:19:48.899Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
807 | 2024-12-16T04:19:48.909Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
808 | 2024-12-16T04:19:49.822Z | From https://github.com/oxidecomputer/progenitor |
809 | 2024-12-16T04:19:49.822Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
810 | 2024-12-16T04:19:49.849Z | * [new tag] v0.1.1 -> v0.1.1 |
811 | 2024-12-16T04:19:49.851Z | * [new tag] v0.2.0 -> v0.2.0 |
812 | 2024-12-16T04:19:49.851Z | * [new tag] v0.3.0 -> v0.3.0 |
813 | 2024-12-16T04:19:49.851Z | * [new tag] v0.4.0 -> v0.4.0 |
814 | 2024-12-16T04:19:49.852Z | * [new tag] v0.5.0 -> v0.5.0 |
815 | 2024-12-16T04:19:49.852Z | * [new tag] v0.6.0 -> v0.6.0 |
816 | 2024-12-16T04:19:49.852Z | * [new tag] v0.7.0 -> v0.7.0 |
817 | 2024-12-16T04:19:49.992Z | Updating git repository `https://github.com/oxidecomputer/typify` |
818 | 2024-12-16T04:19:50.832Z | From https://github.com/oxidecomputer/typify |
819 | 2024-12-16T04:19:50.832Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
820 | 2024-12-16T04:19:50.832Z | * [new tag] v0.2.0 -> v0.2.0 |
821 | 2024-12-16T04:19:50.856Z | * [new tag] v0.0.10 -> v0.0.10 |
822 | 2024-12-16T04:19:50.858Z | * [new tag] v0.0.11 -> v0.0.11 |
823 | 2024-12-16T04:19:50.858Z | * [new tag] v0.0.12 -> v0.0.12 |
824 | 2024-12-16T04:19:50.858Z | * [new tag] v0.0.13 -> v0.0.13 |
825 | 2024-12-16T04:19:50.858Z | * [new tag] v0.0.14 -> v0.0.14 |
826 | 2024-12-16T04:19:50.858Z | * [new tag] v0.0.15 -> v0.0.15 |
827 | 2024-12-16T04:19:50.858Z | * [new tag] v0.0.16 -> v0.0.16 |
828 | 2024-12-16T04:19:50.858Z | * [new tag] v0.0.4 -> v0.0.4 |
829 | 2024-12-16T04:19:50.859Z | * [new tag] v0.0.5 -> v0.0.5 |
830 | 2024-12-16T04:19:50.859Z | * [new tag] v0.0.7 -> v0.0.7 |
831 | 2024-12-16T04:19:50.859Z | * [new tag] v0.0.8 -> v0.0.8 |
832 | 2024-12-16T04:19:50.859Z | * [new tag] v0.0.9 -> v0.0.9 |
833 | 2024-12-16T04:19:50.859Z | * [new tag] v0.1.0 -> v0.1.0 |
834 | 2024-12-16T04:19:50.991Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
835 | 2024-12-16T04:19:52.037Z | From https://github.com/oxidecomputer/crucible |
836 | 2024-12-16T04:19:52.037Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
837 | 2024-12-16T04:19:52.101Z | Updating git repository `https://github.com/oxidecomputer/opte` |
838 | 2024-12-16T04:19:52.545Z | From https://github.com/oxidecomputer/opte |
839 | 2024-12-16T04:19:52.545Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
840 | 2024-12-16T04:19:52.600Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
841 | 2024-12-16T04:19:53.257Z | From https://github.com/oxidecomputer/management-gateway-service |
842 | 2024-12-16T04:19:53.258Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
843 | 2024-12-16T04:19:53.695Z | Downloading crates ... |
844 | 2024-12-16T04:19:53.823Z | Downloaded argon2 v0.5.3 |
845 | 2024-12-16T04:19:53.827Z | Downloaded anyhow v1.0.94 |
846 | 2024-12-16T04:19:53.829Z | Downloaded anstyle-query v1.1.1 |
847 | 2024-12-16T04:19:53.838Z | Downloaded crunchy v0.2.2 |
848 | 2024-12-16T04:19:53.843Z | Downloaded crucible-workspace-hack v0.1.0 |
849 | 2024-12-16T04:19:53.845Z | Downloaded const-random v0.1.18 |
850 | 2024-12-16T04:19:53.850Z | Downloaded foreign-types-shared v0.3.1 |
851 | 2024-12-16T04:19:53.853Z | Downloaded fxhash v0.2.1 |
852 | 2024-12-16T04:19:53.855Z | Downloaded darling_macro v0.20.10 |
853 | 2024-12-16T04:19:53.855Z | Downloaded crc8 v0.1.1 |
854 | 2024-12-16T04:19:53.855Z | Downloaded anstyle-parse v0.2.5 |
855 | 2024-12-16T04:19:53.857Z | Downloaded http-body v0.4.6 |
856 | 2024-12-16T04:19:53.860Z | Downloaded arc-swap v1.7.1 |
857 | 2024-12-16T04:19:53.863Z | Downloaded time-core v0.1.2 |
858 | 2024-12-16T04:19:53.865Z | Downloaded const-random-macro v0.1.16 |
859 | 2024-12-16T04:19:53.865Z | Downloaded foreign-types-macros v0.2.3 |
860 | 2024-12-16T04:19:53.868Z | Downloaded dtrace-parser v0.2.0 |
861 | 2024-12-16T04:19:53.868Z | Downloaded usdt-macro v0.5.0 |
862 | 2024-12-16T04:19:53.871Z | Downloaded float-ord v0.3.2 |
863 | 2024-12-16T04:19:53.874Z | Downloaded dof v0.3.0 |
864 | 2024-12-16T04:19:53.876Z | Downloaded futures-task v0.3.30 |
865 | 2024-12-16T04:19:53.879Z | Downloaded scroll_derive v0.12.0 |
866 | 2024-12-16T04:19:53.879Z | Downloaded httpdate v1.0.3 |
867 | 2024-12-16T04:19:53.881Z | Downloaded hash32 v0.3.1 |
868 | 2024-12-16T04:19:53.881Z | Downloaded usdt-attr-macro v0.5.0 |
869 | 2024-12-16T04:19:53.883Z | Downloaded heck v0.3.3 |
870 | 2024-12-16T04:19:53.883Z | Downloaded futures-io v0.3.30 |
871 | 2024-12-16T04:19:53.886Z | Downloaded dyn-clone v1.0.17 |
872 | 2024-12-16T04:19:53.889Z | Downloaded sync_wrapper v0.1.2 |
873 | 2024-12-16T04:19:53.889Z | Downloaded strum v0.26.3 |
874 | 2024-12-16T04:19:53.889Z | Downloaded anstream v0.6.15 |
875 | 2024-12-16T04:19:53.891Z | Downloaded crossbeam-deque v0.8.5 |
876 | 2024-12-16T04:19:53.893Z | Downloaded constant_time_eq v0.3.1 |
877 | 2024-12-16T04:19:53.895Z | Downloaded foreign-types v0.5.0 |
878 | 2024-12-16T04:19:53.896Z | Downloaded take_mut v0.2.2 |
879 | 2024-12-16T04:19:53.898Z | Downloaded atomic-waker v1.1.2 |
880 | 2024-12-16T04:19:53.898Z | Downloaded colorchoice v1.0.2 |
881 | 2024-12-16T04:19:53.900Z | Downloaded futures-executor v0.3.30 |
882 | 2024-12-16T04:19:53.903Z | Downloaded cstr-argument v0.1.2 |
883 | 2024-12-16T04:19:53.903Z | Downloaded ciborium-io v0.2.2 |
884 | 2024-12-16T04:19:53.905Z | Downloaded waitgroup v0.1.2 |
885 | 2024-12-16T04:19:53.905Z | Downloaded heck v0.4.1 |
886 | 2024-12-16T04:19:53.907Z | Downloaded schemars_derive v0.8.21 |
887 | 2024-12-16T04:19:53.910Z | Downloaded hostname v0.4.0 |
888 | 2024-12-16T04:19:53.912Z | Downloaded tiny-keccak v2.0.2 |
889 | 2024-12-16T04:19:53.915Z | Downloaded topological-sort v0.2.2 |
890 | 2024-12-16T04:19:53.918Z | Downloaded thread-id v4.2.2 |
891 | 2024-12-16T04:19:53.920Z | Downloaded darling v0.20.10 |
892 | 2024-12-16T04:19:53.925Z | Downloaded utf-8 v0.7.6 |
893 | 2024-12-16T04:19:53.927Z | Downloaded typify-macro v0.2.0 |
894 | 2024-12-16T04:19:53.929Z | Downloaded structmeta-derive v0.3.0 |
895 | 2024-12-16T04:19:53.932Z | Downloaded zone_cfg_derive v0.3.0 |
896 | 2024-12-16T04:19:53.932Z | Downloaded sync_wrapper v1.0.1 |
897 | 2024-12-16T04:19:53.935Z | Downloaded serde_spanned v0.6.7 |
898 | 2024-12-16T04:19:53.935Z | Downloaded defmt v0.3.8 |
899 | 2024-12-16T04:19:53.938Z | Downloaded sha1 v0.10.6 |
900 | 2024-12-16T04:19:53.941Z | Downloaded sigpipe v0.1.3 |
901 | 2024-12-16T04:19:53.943Z | Downloaded enum-as-inner v0.6.1 |
902 | 2024-12-16T04:19:53.946Z | Downloaded num-conv v0.1.0 |
903 | 2024-12-16T04:19:53.946Z | Downloaded cobs v0.2.3 |
904 | 2024-12-16T04:19:53.948Z | Downloaded omicron-workspace-hack v0.1.0 |
905 | 2024-12-16T04:19:53.948Z | Downloaded arrayvec v0.7.6 |
906 | 2024-12-16T04:19:53.951Z | Downloaded slog-json v2.6.1 |
907 | 2024-12-16T04:19:53.953Z | Downloaded slog-envlogger v2.2.0 |
908 | 2024-12-16T04:19:53.956Z | Downloaded fastrand v2.1.1 |
909 | 2024-12-16T04:19:53.958Z | Downloaded untrusted v0.7.1 |
910 | 2024-12-16T04:19:53.958Z | Downloaded progenitor-client v0.8.0 |
911 | 2024-12-16T04:19:53.961Z | Downloaded slog-async v2.8.0 |
912 | 2024-12-16T04:19:53.963Z | Downloaded rustversion v1.0.17 |
913 | 2024-12-16T04:19:53.965Z | Downloaded spin v0.5.2 |
914 | 2024-12-16T04:19:53.968Z | Downloaded scroll v0.12.0 |
915 | 2024-12-16T04:19:53.971Z | Downloaded time-macros v0.2.18 |
916 | 2024-12-16T04:19:53.973Z | Downloaded terminal_size v0.4.0 |
917 | 2024-12-16T04:19:53.973Z | Downloaded tabwriter v1.4.0 |
918 | 2024-12-16T04:19:53.975Z | Downloaded serde_derive_internals v0.29.1 |
919 | 2024-12-16T04:19:53.978Z | Downloaded slog-stdlog v4.1.1 |
920 | 2024-12-16T04:19:53.980Z | Downloaded rustls-pki-types v1.8.0 |
921 | 2024-12-16T04:19:53.983Z | Downloaded dropshot_endpoint v0.12.0 |
922 | 2024-12-16T04:19:53.985Z | Downloaded httparse v1.9.4 |
923 | 2024-12-16T04:19:53.988Z | Downloaded hyper-tls v0.5.0 |
924 | 2024-12-16T04:19:53.990Z | Downloaded highway v1.2.0 |
925 | 2024-12-16T04:19:53.992Z | Downloaded newtype_derive v0.1.6 |
926 | 2024-12-16T04:19:53.995Z | Downloaded newline-converter v0.3.0 |
927 | 2024-12-16T04:19:53.997Z | Downloaded pretty-hex v0.4.1 |
928 | 2024-12-16T04:19:53.997Z | Downloaded instant v0.1.13 |
929 | 2024-12-16T04:19:53.999Z | Downloaded half v2.4.1 |
930 | 2024-12-16T04:19:54.002Z | Downloaded match_cfg v0.1.0 |
931 | 2024-12-16T04:19:54.004Z | Downloaded diff v0.1.13 |
932 | 2024-12-16T04:19:54.007Z | Downloaded xz2 v0.1.7 |
933 | 2024-12-16T04:19:54.009Z | Downloaded tokio-tungstenite v0.21.0 |
934 | 2024-12-16T04:19:54.012Z | Downloaded pretty-hex v0.2.1 |
935 | 2024-12-16T04:19:54.015Z | Downloaded sct v0.7.1 |
936 | 2024-12-16T04:19:54.017Z | Downloaded plain v0.2.3 |
937 | 2024-12-16T04:19:54.019Z | Downloaded num-iter v0.1.45 |
938 | 2024-12-16T04:19:54.022Z | Downloaded rhai_codegen v2.2.0 |
939 | 2024-12-16T04:19:54.030Z | Downloaded num-integer v0.1.46 |
940 | 2024-12-16T04:19:54.032Z | Downloaded is-terminal v0.4.13 |
941 | 2024-12-16T04:19:54.035Z | Downloaded usdt-impl v0.5.0 |
942 | 2024-12-16T04:19:54.038Z | Downloaded num-derive v0.4.2 |
943 | 2024-12-16T04:19:54.038Z | Downloaded tokio-rustls v0.24.1 |
944 | 2024-12-16T04:19:54.040Z | Downloaded derive_more v0.99.18 |
945 | 2024-12-16T04:19:54.045Z | Downloaded hubpack v0.1.2 |
946 | 2024-12-16T04:19:54.047Z | Downloaded lru-cache v0.1.2 |
947 | 2024-12-16T04:19:54.047Z | Downloaded tokio-rustls v0.25.0 |
948 | 2024-12-16T04:19:54.049Z | Downloaded parse-display v0.10.0 |
949 | 2024-12-16T04:19:54.052Z | Downloaded powerfmt v0.2.0 |
950 | 2024-12-16T04:19:54.052Z | Downloaded slog v2.7.0 |
951 | 2024-12-16T04:19:54.055Z | Downloaded ipnetwork v0.20.0 |
952 | 2024-12-16T04:19:54.057Z | Downloaded pest_derive v2.7.13 |
953 | 2024-12-16T04:19:54.060Z | Downloaded cancel-safe-futures v0.1.5 |
954 | 2024-12-16T04:19:54.063Z | Downloaded parse-display-derive v0.10.0 |
955 | 2024-12-16T04:19:54.065Z | Downloaded num_enum_derive v0.7.3 |
956 | 2024-12-16T04:19:54.067Z | Downloaded bytes v1.7.2 |
957 | 2024-12-16T04:19:54.070Z | Downloaded zone_cfg_derive v0.1.2 |
958 | 2024-12-16T04:19:54.073Z | Downloaded usdt v0.5.0 |
959 | 2024-12-16T04:19:54.073Z | Downloaded hubpack_derive v0.1.1 |
960 | 2024-12-16T04:19:54.073Z | Downloaded tar v0.4.41 |
961 | 2024-12-16T04:19:54.075Z | Downloaded heapless v0.8.0 |
962 | 2024-12-16T04:19:54.079Z | Downloaded num_enum_derive v0.5.11 |
963 | 2024-12-16T04:19:54.082Z | Downloaded walkdir v2.5.0 |
964 | 2024-12-16T04:19:54.084Z | Downloaded term v0.7.0 |
965 | 2024-12-16T04:19:54.087Z | Downloaded num-rational v0.4.2 |
966 | 2024-12-16T04:19:54.089Z | Downloaded similar v2.6.0 |
967 | 2024-12-16T04:19:54.092Z | Downloaded macaddr v1.0.1 |
968 | 2024-12-16T04:19:54.095Z | Downloaded toml v0.7.8 |
969 | 2024-12-16T04:19:54.098Z | Downloaded ident_case v1.0.1 |
970 | 2024-12-16T04:19:54.100Z | Downloaded progenitor v0.8.0 |
971 | 2024-12-16T04:19:54.100Z | Downloaded libsw v3.3.1 |
972 | 2024-12-16T04:19:54.103Z | Downloaded itoa v1.0.11 |
973 | 2024-12-16T04:19:54.105Z | Downloaded num-complex v0.4.6 |
974 | 2024-12-16T04:19:54.107Z | Downloaded schemars v0.8.21 |
975 | 2024-12-16T04:19:54.118Z | Downloaded num_enum v0.7.3 |
976 | 2024-12-16T04:19:54.123Z | Downloaded pin-project-lite v0.2.14 |
977 | 2024-12-16T04:19:54.128Z | Downloaded indexmap v1.9.3 |
978 | 2024-12-16T04:19:54.131Z | Downloaded managed v0.8.0 |
979 | 2024-12-16T04:19:54.134Z | Downloaded num_enum v0.5.11 |
980 | 2024-12-16T04:19:54.138Z | Downloaded zerocopy v0.6.6 |
981 | 2024-12-16T04:19:54.140Z | Downloaded proc-macro-error v1.0.4 |
982 | 2024-12-16T04:19:54.144Z | Downloaded crossbeam-channel v0.5.13 |
983 | 2024-12-16T04:19:54.148Z | Downloaded unicode-bidi v0.3.15 |
984 | 2024-12-16T04:19:54.151Z | Downloaded tungstenite v0.21.0 |
985 | 2024-12-16T04:19:54.154Z | Downloaded tracing-core v0.1.32 |
986 | 2024-12-16T04:19:54.158Z | Downloaded no-std-compat v0.4.1 |
987 | 2024-12-16T04:19:54.160Z | Downloaded ron v0.7.1 |
988 | 2024-12-16T04:19:54.164Z | Downloaded quick-error v1.2.3 |
989 | 2024-12-16T04:19:54.166Z | Downloaded parking_lot v0.11.2 |
990 | 2024-12-16T04:19:54.169Z | Downloaded parking_lot_core v0.8.6 |
991 | 2024-12-16T04:19:54.172Z | Downloaded omicron-zone-package v0.11.1 |
992 | 2024-12-16T04:19:54.175Z | Downloaded quinn-udp v0.5.5 |
993 | 2024-12-16T04:19:54.175Z | Downloaded unsafe-libyaml v0.2.11 |
994 | 2024-12-16T04:19:54.178Z | Downloaded pretty_assertions v1.4.1 |
995 | 2024-12-16T04:19:54.181Z | Downloaded ucd-trie v0.1.6 |
996 | 2024-12-16T04:19:54.183Z | Downloaded indexmap v2.5.0 |
997 | 2024-12-16T04:19:54.186Z | Downloaded memmap2 v0.9.5 |
998 | 2024-12-16T04:19:54.188Z | Downloaded hyper-rustls v0.24.2 |
999 | 2024-12-16T04:19:54.191Z | Downloaded quinn v0.11.5 |
1000 | 2024-12-16T04:19:54.194Z | Downloaded openssl-sys v0.9.103 |
1001 | 2024-12-16T04:19:54.199Z | Downloaded proc-macro2 v1.0.86 |
1002 | 2024-12-16T04:19:54.202Z | Downloaded pest_meta v2.7.13 |
1003 | 2024-12-16T04:19:54.205Z | Downloaded progenitor-impl v0.8.0 |
1004 | 2024-12-16T04:19:54.207Z | Downloaded yansi v1.0.1 |
1005 | 2024-12-16T04:19:54.209Z | Downloaded serde v1.0.215 |
1006 | 2024-12-16T04:19:54.213Z | Downloaded prettyplease v0.2.22 |
1007 | 2024-12-16T04:19:54.216Z | Downloaded hashbrown v0.14.5 |
1008 | 2024-12-16T04:19:54.222Z | Downloaded serde_derive v1.0.215 |
1009 | 2024-12-16T04:19:54.225Z | Downloaded serde_yaml v0.9.34+deprecated |
1010 | 2024-12-16T04:19:54.228Z | Downloaded url v2.5.2 |
1011 | 2024-12-16T04:19:54.234Z | Downloaded libm v0.2.8 |
1012 | 2024-12-16T04:19:54.240Z | Downloaded unicode-segmentation v1.12.0 |
1013 | 2024-12-16T04:19:54.244Z | Downloaded tracing v0.1.40 |
1014 | 2024-12-16T04:19:54.248Z | Downloaded toml_edit v0.19.15 |
1015 | 2024-12-16T04:19:54.266Z | Downloaded indicatif v0.17.8 |
1016 | 2024-12-16T04:19:54.269Z | Downloaded h2 v0.3.26 |
1017 | 2024-12-16T04:19:54.276Z | Downloaded goblin v0.8.2 |
1018 | 2024-12-16T04:19:54.283Z | Downloaded h2 v0.4.6 |
1019 | 2024-12-16T04:19:54.290Z | Downloaded tokio-util v0.7.12 |
1020 | 2024-12-16T04:19:54.297Z | Downloaded time v0.3.36 |
1021 | 2024-12-16T04:19:54.305Z | Downloaded futures-util v0.3.30 |
1022 | 2024-12-16T04:19:54.316Z | Downloaded mio v1.0.2 |
1023 | 2024-12-16T04:19:54.323Z | Downloaded reqwest v0.11.27 |
1024 | 2024-12-16T04:19:54.331Z | Downloaded serde_with v3.9.0 |
1025 | 2024-12-16T04:19:54.340Z | Downloaded hyper v0.14.30 |
1026 | 2024-12-16T04:19:54.348Z | Downloaded winnow v0.6.18 |
1027 | 2024-12-16T04:19:54.357Z | Downloaded winnow v0.5.40 |
1028 | 2024-12-16T04:19:54.367Z | Downloaded rustls-webpki v0.101.7 |
1029 | 2024-12-16T04:19:54.382Z | Downloaded pest v2.7.13 |
1030 | 2024-12-16T04:19:54.387Z | Downloaded idna v0.5.0 |
1031 | 2024-12-16T04:19:54.394Z | Downloaded dropshot v0.12.0 |
1032 | 2024-12-16T04:19:54.414Z | Downloaded openssl v0.10.66 |
1033 | 2024-12-16T04:19:54.423Z | Downloaded rustls v0.21.12 |
1034 | 2024-12-16T04:19:54.434Z | Downloaded rhai v1.20.0 |
1035 | 2024-12-16T04:19:54.446Z | Downloaded rustls v0.23.13 |
1036 | 2024-12-16T04:19:54.458Z | Downloaded webpki-roots v0.26.6 |
1037 | 2024-12-16T04:19:54.462Z | Downloaded regress v0.10.1 |
1038 | 2024-12-16T04:19:54.470Z | Downloaded regress v0.9.1 |
1039 | 2024-12-16T04:19:54.478Z | Downloaded regex-syntax v0.8.4 |
1040 | 2024-12-16T04:19:54.486Z | Downloaded idna v0.4.0 |
1041 | 2024-12-16T04:19:54.492Z | Downloaded regex v1.10.6 |
1042 | 2024-12-16T04:19:54.506Z | Downloaded openapiv3 v2.0.0 |
1043 | 2024-12-16T04:19:54.517Z | Downloaded rustls v0.22.4 |
1044 | 2024-12-16T04:19:54.530Z | Downloaded smoltcp v0.11.0 |
1045 | 2024-12-16T04:19:54.541Z | Downloaded syn v2.0.87 |
1046 | 2024-12-16T04:19:54.551Z | Downloaded hickory-proto v0.24.1 |
1047 | 2024-12-16T04:19:54.566Z | Downloaded rustix v0.38.37 |
1048 | 2024-12-16T04:19:54.587Z | Downloaded zerocopy-derive v0.6.6 |
1049 | 2024-12-16T04:19:54.596Z | Downloaded typify-impl v0.2.0 |
1050 | 2024-12-16T04:19:54.608Z | Downloaded sled v0.34.7 |
1051 | 2024-12-16T04:19:54.619Z | Downloaded webpki-roots v0.25.4 |
1052 | 2024-12-16T04:19:54.622Z | Downloaded syn v1.0.109 |
1053 | 2024-12-16T04:19:54.632Z | Downloaded portable-atomic v1.8.0 |
1054 | 2024-12-16T04:19:54.638Z | Downloaded quinn-proto v0.11.8 |
1055 | 2024-12-16T04:19:54.644Z | Downloaded chrono v0.4.38 |
1056 | 2024-12-16T04:19:54.652Z | Downloaded blake3 v1.5.4 |
1057 | 2024-12-16T04:19:54.658Z | Downloaded rayon-core v1.12.1 |
1058 | 2024-12-16T04:19:54.661Z | Downloaded itertools v0.12.1 |
1059 | 2024-12-16T04:19:54.668Z | Downloaded itertools v0.10.5 |
1060 | 2024-12-16T04:19:54.674Z | Downloaded regex-automata v0.4.7 |
1061 | 2024-12-16T04:19:54.689Z | Downloaded lzma-sys v0.1.20 |
1062 | 2024-12-16T04:19:54.716Z | Downloaded toml_edit v0.22.21 |
1063 | 2024-12-16T04:19:54.737Z | Downloaded steno v0.4.1 |
1064 | 2024-12-16T04:19:54.741Z | Downloaded serde_with_macros v3.9.0 |
1065 | 2024-12-16T04:19:54.744Z | Downloaded hashbrown v0.12.3 |
1066 | 2024-12-16T04:19:54.746Z | Downloaded flate2 v1.0.33 |
1067 | 2024-12-16T04:19:54.751Z | Downloaded linear-map v1.2.0 |
1068 | 2024-12-16T04:19:54.754Z | Downloaded pest_generator v2.7.13 |
1069 | 2024-12-16T04:19:54.754Z | Downloaded libc v0.2.167 |
1070 | 2024-12-16T04:19:54.776Z | Downloaded progenitor-macro v0.8.0 |
1071 | 2024-12-16T04:19:54.779Z | Downloaded proc-macro-error-attr v1.0.4 |
1072 | 2024-12-16T04:19:54.779Z | Downloaded http v0.2.12 |
1073 | 2024-12-16T04:19:54.782Z | Downloaded hickory-resolver v0.24.1 |
1074 | 2024-12-16T04:19:54.785Z | Downloaded futures v0.3.30 |
1075 | 2024-12-16T04:19:54.790Z | Downloaded expectorate v1.1.0 |
1076 | 2024-12-16T04:19:54.792Z | Downloaded tokio-rustls v0.26.0 |
1077 | 2024-12-16T04:19:54.794Z | Downloaded rustc_version v0.1.7 |
1078 | 2024-12-16T04:19:54.794Z | Downloaded rustc-hash v2.0.0 |
1079 | 2024-12-16T04:19:54.796Z | Downloaded postcard v1.0.10 |
1080 | 2024-12-16T04:19:54.798Z | Downloaded cc v1.1.21 |
1081 | 2024-12-16T04:19:54.801Z | Downloaded linked-hash-map v0.5.6 |
1082 | 2024-12-16T04:19:54.803Z | Downloaded num v0.4.3 |
1083 | 2024-12-16T04:19:54.803Z | Downloaded ipnet v2.10.0 |
1084 | 2024-12-16T04:19:54.810Z | Downloaded password-hash v0.5.0 |
1085 | 2024-12-16T04:19:54.810Z | Downloaded multer v3.1.0 |
1086 | 2024-12-16T04:19:54.810Z | Downloaded paste v1.0.15 |
1087 | 2024-12-16T04:19:54.810Z | Downloaded proc-macro-crate v1.3.1 |
1088 | 2024-12-16T04:19:54.813Z | Downloaded memmap v0.7.0 |
1089 | 2024-12-16T04:19:54.813Z | Downloaded typify v0.2.0 |
1090 | 2024-12-16T04:19:54.815Z | Downloaded strum_macros v0.26.4 |
1091 | 2024-12-16T04:19:54.817Z | Downloaded resolv-conf v0.7.0 |
1092 | 2024-12-16T04:19:54.820Z | Downloaded thin-vec v0.2.13 |
1093 | 2024-12-16T04:19:54.820Z | Downloaded tracing-attributes v0.1.27 |
1094 | 2024-12-16T04:19:54.822Z | Downloaded darling_core v0.20.10 |
1095 | 2024-12-16T04:19:54.826Z | Downloaded unicode-ident v1.0.13 |
1096 | 2024-12-16T04:19:54.828Z | Downloaded slog-term v2.9.1 |
1097 | 2024-12-16T04:19:54.830Z | Downloaded semver v1.0.23 |
1098 | 2024-12-16T04:19:54.832Z | Downloaded tempfile v3.12.0 |
1099 | 2024-12-16T04:19:54.835Z | Downloaded smartstring v1.0.1 |
1100 | 2024-12-16T04:19:54.837Z | Downloaded slog-scope v4.4.0 |
1101 | 2024-12-16T04:19:54.839Z | Downloaded zone v0.3.0 |
1102 | 2024-12-16T04:19:54.839Z | Downloaded zone v0.1.8 |
1103 | 2024-12-16T04:19:54.839Z | Downloaded colored v2.2.0 |
1104 | 2024-12-16T04:19:54.842Z | Downloaded proc-macro-crate v3.2.0 |
1105 | 2024-12-16T04:19:54.844Z | Downloaded crossbeam-epoch v0.9.18 |
1106 | 2024-12-16T04:19:54.847Z | Downloaded encoding_rs v0.8.34 |
1107 | 2024-12-16T04:19:54.863Z | Downloaded crossbeam-utils v0.8.20 |
1108 | 2024-12-16T04:19:54.866Z | Downloaded num-derive v0.3.3 |
1109 | 2024-12-16T04:19:54.868Z | Downloaded newtype-uuid v1.1.0 |
1110 | 2024-12-16T04:19:54.868Z | Downloaded whoami v1.5.2 |
1111 | 2024-12-16T04:19:54.871Z | Downloaded strum_macros v0.25.3 |
1112 | 2024-12-16T04:19:54.873Z | Downloaded futures-channel v0.3.30 |
1113 | 2024-12-16T04:19:54.875Z | Downloaded blake2 v0.10.6 |
1114 | 2024-12-16T04:19:54.877Z | Downloaded base64 v0.13.1 |
1115 | 2024-12-16T04:19:54.879Z | Downloaded allocator-api2 v0.2.18 |
1116 | 2024-12-16T04:19:54.882Z | Downloaded cookie v0.18.1 |
1117 | 2024-12-16T04:19:54.884Z | Downloaded rustls-pemfile v2.1.3 |
1118 | 2024-12-16T04:19:54.886Z | Downloaded slog-dtrace v0.3.0 |
1119 | 2024-12-16T04:19:54.889Z | Downloaded async-trait v0.1.83 |
1120 | 2024-12-16T04:19:54.891Z | Downloaded num_threads v0.1.7 |
1121 | 2024-12-16T04:19:54.891Z | Downloaded ciborium v0.2.2 |
1122 | 2024-12-16T04:19:54.893Z | Downloaded backoff v0.4.0 |
1123 | 2024-12-16T04:19:54.895Z | Downloaded smf v0.2.3 |
1124 | 2024-12-16T04:19:54.897Z | Downloaded slog-bunyan v2.5.0 |
1125 | 2024-12-16T04:19:54.897Z | Downloaded semver v0.1.20 |
1126 | 2024-12-16T04:19:54.898Z | Downloaded same-file v1.0.6 |
1127 | 2024-12-16T04:19:54.900Z | Downloaded serde_tokenstream v0.2.2 |
1128 | 2024-12-16T04:19:54.902Z | Downloaded serde_repr v0.1.19 |
1129 | 2024-12-16T04:19:54.904Z | Downloaded rustls-pemfile v1.0.4 |
1130 | 2024-12-16T04:19:54.904Z | Downloaded futures-macro v0.3.30 |
1131 | 2024-12-16T04:19:54.907Z | Downloaded futures-core v0.3.30 |
1132 | 2024-12-16T04:19:54.907Z | Downloaded deranged v0.3.11 |
1133 | 2024-12-16T04:19:54.909Z | Downloaded structmeta v0.3.0 |
1134 | 2024-12-16T04:19:54.909Z | Downloaded errno v0.3.9 |
1135 | 2024-12-16T04:19:54.911Z | Downloaded embedded-io v0.6.1 |
1136 | 2024-12-16T04:19:54.911Z | Downloaded data-encoding v2.6.0 |
1137 | 2024-12-16T04:19:54.912Z | Downloaded cpufeatures v0.2.14 |
1138 | 2024-12-16T04:19:54.914Z | Downloaded convert_case v0.4.0 |
1139 | 2024-12-16T04:19:54.916Z | Downloaded hostname v0.3.1 |
1140 | 2024-12-16T04:19:54.916Z | Downloaded async-stream v0.3.5 |
1141 | 2024-12-16T04:19:54.918Z | Downloaded defmt-macros v0.3.9 |
1142 | 2024-12-16T04:19:54.920Z | Downloaded autocfg v1.3.0 |
1143 | 2024-12-16T04:19:54.922Z | Downloaded async-stream-impl v0.3.5 |
1144 | 2024-12-16T04:19:54.922Z | Downloaded ciborium-ll v0.2.2 |
1145 | 2024-12-16T04:19:54.924Z | Downloaded arrayref v0.3.9 |
1146 | 2024-12-16T04:19:54.924Z | Downloaded serde-big-array v0.5.1 |
1147 | 2024-12-16T04:19:54.927Z | Downloaded futures-sink v0.3.30 |
1148 | 2024-12-16T04:19:54.927Z | Downloaded embedded-io v0.4.0 |
1149 | 2024-12-16T04:19:54.929Z | Downloaded dirs-sys-next v0.1.2 |
1150 | 2024-12-16T04:19:54.929Z | Downloaded dirs-next v2.0.0 |
1151 | 2024-12-16T04:19:54.929Z | Downloaded defmt-parser v0.3.4 |
1152 | 2024-12-16T04:19:54.932Z | Downloaded bitflags v1.3.2 |
1153 | 2024-12-16T04:19:55.098Z | Downloaded ring v0.16.20 |
1154 | 2024-12-16T04:19:56.197Z | Compiling proc-macro2 v1.0.86 |
1155 | 2024-12-16T04:19:56.197Z | Compiling unicode-ident v1.0.13 |
1156 | 2024-12-16T04:19:56.197Z | Compiling libc v0.2.167 |
1157 | 2024-12-16T04:19:56.197Z | Compiling cfg-if v1.0.0 |
1158 | 2024-12-16T04:19:56.200Z | Compiling serde v1.0.215 |
1159 | 2024-12-16T04:19:56.200Z | Compiling version_check v0.9.5 |
1160 | 2024-12-16T04:19:56.200Z | Compiling autocfg v1.3.0 |
1161 | 2024-12-16T04:19:56.200Z | Compiling byteorder v1.5.0 |
1162 | 2024-12-16T04:19:56.307Z | Compiling memchr v2.7.4 |
1163 | 2024-12-16T04:19:56.431Z | Compiling once_cell v1.20.2 |
1164 | 2024-12-16T04:19:56.734Z | Compiling itoa v1.0.11 |
1165 | 2024-12-16T04:19:56.842Z | Compiling allocator-api2 v0.2.18 |
1166 | 2024-12-16T04:19:56.881Z | Compiling ryu v1.0.18 |
1167 | 2024-12-16T04:19:56.911Z | Compiling libm v0.2.8 |
1168 | 2024-12-16T04:19:56.941Z | Compiling pin-project-lite v0.2.14 |
1169 | 2024-12-16T04:19:57.049Z | Compiling scopeguard v1.2.0 |
1170 | 2024-12-16T04:19:57.051Z | Compiling lock_api v0.4.12 |
1171 | 2024-12-16T04:19:57.201Z | Compiling parking_lot_core v0.9.10 |
1172 | 2024-12-16T04:19:57.244Z | Compiling equivalent v1.0.1 |
1173 | 2024-12-16T04:19:57.346Z | Compiling thiserror v1.0.69 |
1174 | 2024-12-16T04:19:57.733Z | Compiling portable-atomic v1.8.0 |
1175 | 2024-12-16T04:19:57.748Z | Compiling ahash v0.8.11 |
1176 | 2024-12-16T04:19:58.003Z | Compiling quote v1.0.37 |
1177 | 2024-12-16T04:19:58.229Z | Compiling shlex v1.3.0 |
1178 | 2024-12-16T04:19:58.408Z | Compiling syn v2.0.87 |
1179 | 2024-12-16T04:19:58.444Z | Compiling cc v1.1.21 |
1180 | 2024-12-16T04:19:58.582Z | Compiling getrandom v0.2.15 |
1181 | 2024-12-16T04:19:58.768Z | Compiling signal-hook-registry v1.4.2 |
1182 | 2024-12-16T04:19:58.836Z | Compiling socket2 v0.5.8 |
1183 | 2024-12-16T04:19:58.864Z | Compiling mio v1.0.2 |
1184 | 2024-12-16T04:19:58.922Z | Compiling log v0.4.22 |
1185 | 2024-12-16T04:19:59.350Z | Compiling futures-core v0.3.30 |
1186 | 2024-12-16T04:19:59.383Z | Compiling iana-time-zone v0.1.61 |
1187 | 2024-12-16T04:19:59.623Z | Compiling schemars v0.8.21 |
1188 | 2024-12-16T04:19:59.860Z | Compiling fnv v1.0.7 |
1189 | 2024-12-16T04:19:59.966Z | Compiling futures-sink v0.3.30 |
1190 | 2024-12-16T04:19:59.993Z | Compiling dyn-clone v1.0.17 |
1191 | 2024-12-16T04:20:00.035Z | Compiling slab v0.4.9 |
1192 | 2024-12-16T04:20:00.054Z | Compiling serde_json v1.0.133 |
1193 | 2024-12-16T04:20:00.129Z | Compiling num-traits v0.2.19 |
1194 | 2024-12-16T04:20:00.210Z | Compiling bitflags v2.6.0 |
1195 | 2024-12-16T04:20:00.241Z | Compiling futures-channel v0.3.30 |
1196 | 2024-12-16T04:20:00.280Z | Compiling pin-utils v0.1.0 |
1197 | 2024-12-16T04:20:00.356Z | Compiling futures-task v0.3.30 |
1198 | 2024-12-16T04:20:00.687Z | Compiling futures-io v0.3.30 |
1199 | 2024-12-16T04:20:00.687Z | Compiling crunchy v0.2.2 |
1200 | 2024-12-16T04:20:00.731Z | Compiling heck v0.5.0 |
1201 | 2024-12-16T04:20:00.841Z | Compiling subtle v2.6.1 |
1202 | 2024-12-16T04:20:01.092Z | Compiling tiny-keccak v2.0.2 |
1203 | 2024-12-16T04:20:01.385Z | Compiling rustls-pki-types v1.8.0 |
1204 | 2024-12-16T04:20:01.401Z | Compiling spin v0.9.8 |
1205 | 2024-12-16T04:20:01.563Z | Compiling pkg-config v0.3.31 |
1206 | 2024-12-16T04:20:01.603Z | Compiling ring v0.17.8 |
1207 | 2024-12-16T04:20:01.642Z | Compiling vcpkg v0.2.15 |
1208 | 2024-12-16T04:20:01.972Z | Compiling const-random-macro v0.1.16 |
1209 | 2024-12-16T04:20:02.378Z | Compiling httparse v1.9.4 |
1210 | 2024-12-16T04:20:02.820Z | Compiling const-random v0.1.18 |
1211 | 2024-12-16T04:20:02.938Z | Compiling atomic-waker v1.1.2 |
1212 | 2024-12-16T04:20:02.957Z | Compiling untrusted v0.9.0 |
1213 | 2024-12-16T04:20:02.972Z | Compiling zeroize v1.8.1 |
1214 | 2024-12-16T04:20:03.141Z | Compiling try-lock v0.2.5 |
1215 | 2024-12-16T04:20:03.238Z | Compiling slog v2.7.0 |
1216 | 2024-12-16T04:20:03.278Z | Compiling want v0.3.1 |
1217 | 2024-12-16T04:20:03.317Z | Compiling httpdate v1.0.3 |
1218 | 2024-12-16T04:20:03.406Z | Compiling openssl-sys v0.9.103 |
1219 | 2024-12-16T04:20:03.567Z | Compiling foreign-types-shared v0.1.1 |
1220 | 2024-12-16T04:20:03.615Z | Compiling openssl v0.10.66 |
1221 | 2024-12-16T04:20:03.653Z | Compiling foreign-types v0.3.2 |
1222 | 2024-12-16T04:20:03.735Z | Compiling tower-service v0.3.3 |
1223 | 2024-12-16T04:20:03.823Z | Compiling rustls v0.23.13 |
1224 | 2024-12-16T04:20:03.847Z | Compiling percent-encoding v2.3.1 |
1225 | 2024-12-16T04:20:04.057Z | Compiling native-tls v0.2.12 |
1226 | 2024-12-16T04:20:04.080Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-12-16T04:20:04.158Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-16T04:20:04.169Z | Compiling form_urlencoded v1.2.1 |
1229 | 2024-12-16T04:20:04.273Z | Compiling semver v1.0.23 |
1230 | 2024-12-16T04:20:04.424Z | Compiling openssl-probe v0.1.5 |
1231 | 2024-12-16T04:20:04.497Z | Compiling unicode-bidi v0.3.15 |
1232 | 2024-12-16T04:20:04.643Z | Compiling tracing-core v0.1.32 |
1233 | 2024-12-16T04:20:04.817Z | Compiling typenum v1.17.0 |
1234 | 2024-12-16T04:20:04.828Z | Compiling ucd-trie v0.1.6 |
1235 | 2024-12-16T04:20:05.605Z | Compiling rand_core v0.6.4 |
1236 | 2024-12-16T04:20:05.723Z | Compiling unicode-normalization v0.1.24 |
1237 | 2024-12-16T04:20:05.966Z | Compiling serde_derive_internals v0.29.1 |
1238 | 2024-12-16T04:20:06.074Z | Compiling aho-corasick v1.1.3 |
1239 | 2024-12-16T04:20:06.114Z | Compiling generic-array v0.14.7 |
1240 | 2024-12-16T04:20:06.220Z | Compiling encoding_rs v0.8.34 |
1241 | 2024-12-16T04:20:06.233Z | Compiling regex-syntax v0.8.4 |
1242 | 2024-12-16T04:20:06.436Z | Compiling base64 v0.22.1 |
1243 | 2024-12-16T04:20:06.864Z | Compiling idna v0.5.0 |
1244 | 2024-12-16T04:20:07.304Z | Compiling mime v0.3.17 |
1245 | 2024-12-16T04:20:08.045Z | Compiling rustls-webpki v0.102.8 |
1246 | 2024-12-16T04:20:08.297Z | Compiling url v2.5.2 |
1247 | 2024-12-16T04:20:08.943Z | Compiling rustls-pemfile v2.1.3 |
1248 | 2024-12-16T04:20:10.068Z | Compiling regex-automata v0.4.7 |
1249 | 2024-12-16T04:20:10.534Z | Compiling webpki-roots v0.26.6 |
1250 | 2024-12-16T04:20:10.636Z | Compiling winnow v0.6.18 |
1251 | 2024-12-16T04:20:10.744Z | Compiling strsim v0.11.1 |
1252 | 2024-12-16T04:20:11.044Z | Compiling ipnet v2.10.0 |
1253 | 2024-12-16T04:20:11.482Z | Compiling plain v0.2.3 |
1254 | 2024-12-16T04:20:11.639Z | Compiling num-conv v0.1.0 |
1255 | 2024-12-16T04:20:11.719Z | Compiling serde_derive v1.0.215 |
1256 | 2024-12-16T04:20:11.858Z | Compiling zerocopy-derive v0.7.35 |
1257 | 2024-12-16T04:20:11.944Z | Compiling tokio-macros v2.4.0 |
1258 | 2024-12-16T04:20:12.588Z | Compiling thiserror-impl v1.0.69 |
1259 | 2024-12-16T04:20:13.073Z | Compiling schemars_derive v0.8.21 |
1260 | 2024-12-16T04:20:13.737Z | Compiling futures-macro v0.3.30 |
1261 | 2024-12-16T04:20:14.113Z | Compiling zerocopy v0.7.35 |
1262 | 2024-12-16T04:20:14.261Z | Compiling openssl-macros v0.1.1 |
1263 | 2024-12-16T04:20:14.785Z | Compiling tracing-attributes v0.1.27 |
1264 | 2024-12-16T04:20:15.138Z | Compiling scroll_derive v0.12.0 |
1265 | 2024-12-16T04:20:15.744Z | Compiling futures-util v0.3.30 |
1266 | 2024-12-16T04:20:16.235Z | Compiling hashbrown v0.14.5 |
1267 | 2024-12-16T04:20:16.238Z | Compiling pest v2.7.13 |
1268 | 2024-12-16T04:20:16.696Z | Compiling scroll v0.12.0 |
1269 | 2024-12-16T04:20:17.250Z | Compiling powerfmt v0.2.0 |
1270 | 2024-12-16T04:20:17.678Z | Compiling regress v0.10.1 |
1271 | 2024-12-16T04:20:17.773Z | Compiling time-core v0.1.2 |
1272 | 2024-12-16T04:20:17.949Z | Compiling time-macros v0.2.18 |
1273 | 2024-12-16T04:20:17.973Z | Compiling deranged v0.3.11 |
1274 | 2024-12-16T04:20:18.264Z | Compiling tracing v0.1.40 |
1275 | 2024-12-16T04:20:18.782Z | Compiling goblin v0.8.2 |
1276 | 2024-12-16T04:20:19.483Z | Compiling pest_meta v2.7.13 |
1277 | 2024-12-16T04:20:20.042Z | Compiling ppv-lite86 v0.2.20 |
1278 | 2024-12-16T04:20:20.997Z | Compiling pest_generator v2.7.13 |
1279 | 2024-12-16T04:20:21.171Z | Compiling regex v1.10.6 |
1280 | 2024-12-16T04:20:22.494Z | Compiling pretty-hex v0.4.1 |
1281 | 2024-12-16T04:20:22.593Z | Compiling num_threads v0.1.7 |
1282 | 2024-12-16T04:20:22.712Z | Compiling anyhow v1.0.94 |
1283 | 2024-12-16T04:20:22.755Z | Compiling rand_chacha v0.3.1 |
1284 | 2024-12-16T04:20:22.876Z | Compiling sync_wrapper v1.0.1 |
1285 | 2024-12-16T04:20:23.035Z | Compiling usdt-impl v0.5.0 |
1286 | 2024-12-16T04:20:23.085Z | Compiling crypto-common v0.1.6 |
1287 | 2024-12-16T04:20:23.307Z | Compiling rand v0.8.5 |
1288 | 2024-12-16T04:20:23.624Z | Compiling block-buffer v0.10.4 |
1289 | 2024-12-16T04:20:23.683Z | Compiling thread-id v4.2.2 |
1290 | 2024-12-16T04:20:23.782Z | Compiling syn v1.0.109 |
1291 | 2024-12-16T04:20:23.825Z | Compiling rustversion v1.0.17 |
1292 | 2024-12-16T04:20:24.078Z | Compiling pest_derive v2.7.13 |
1293 | 2024-12-16T04:20:24.170Z | Compiling omicron-workspace-hack v0.1.0 |
1294 | 2024-12-16T04:20:24.489Z | Compiling unsafe-libyaml v0.2.11 |
1295 | 2024-12-16T04:20:24.969Z | Compiling smallvec v1.13.2 |
1296 | 2024-12-16T04:20:25.097Z | Compiling dtrace-parser v0.2.0 |
1297 | 2024-12-16T04:20:25.454Z | Compiling ident_case v1.0.1 |
1298 | 2024-12-16T04:20:25.681Z | Compiling match_cfg v0.1.0 |
1299 | 2024-12-16T04:20:25.769Z | Compiling hostname v0.3.1 |
1300 | 2024-12-16T04:20:25.911Z | Compiling darling_core v0.20.10 |
1301 | 2024-12-16T04:20:26.040Z | Compiling bytes v1.7.2 |
1302 | 2024-12-16T04:20:26.412Z | Compiling uuid v1.11.0 |
1303 | 2024-12-16T04:20:27.473Z | Compiling indexmap v2.5.0 |
1304 | 2024-12-16T04:20:28.148Z | Compiling http v1.2.0 |
1305 | 2024-12-16T04:20:29.535Z | Compiling parking_lot v0.12.3 |
1306 | 2024-12-16T04:20:29.776Z | Compiling http-body v1.0.1 |
1307 | 2024-12-16T04:20:30.106Z | Compiling tokio v1.42.0 |
1308 | 2024-12-16T04:20:30.622Z | Compiling chrono v0.4.38 |
1309 | 2024-12-16T04:20:31.101Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-12-16T04:20:31.802Z | Compiling toml_datetime v0.6.8 |
1311 | 2024-12-16T04:20:32.451Z | Compiling http-body-util v0.1.2 |
1312 | 2024-12-16T04:20:33.045Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-12-16T04:20:33.602Z | Compiling openapiv3 v2.0.0 |
1314 | 2024-12-16T04:20:33.967Z | Compiling serde_spanned v0.6.7 |
1315 | 2024-12-16T04:20:35.302Z | Compiling dof v0.3.0 |
1316 | 2024-12-16T04:20:37.386Z | Compiling typify-impl v0.2.0 |
1317 | 2024-12-16T04:20:38.058Z | Compiling serde_yaml v0.9.34+deprecated |
1318 | 2024-12-16T04:20:38.326Z | Compiling errno v0.3.9 |
1319 | 2024-12-16T04:20:38.345Z | Compiling dirs-sys-next v0.1.2 |
1320 | 2024-12-16T04:20:38.560Z | Compiling paste v1.0.15 |
1321 | 2024-12-16T04:20:38.859Z | Compiling camino v1.1.9 |
1322 | 2024-12-16T04:20:38.905Z | Compiling rustls v0.22.4 |
1323 | 2024-12-16T04:20:39.114Z | Compiling cpufeatures v0.2.14 |
1324 | 2024-12-16T04:20:39.197Z | Compiling dirs-next v2.0.0 |
1325 | 2024-12-16T04:20:39.269Z | Compiling usdt-macro v0.5.0 |
1326 | 2024-12-16T04:20:39.393Z | Compiling usdt-attr-macro v0.5.0 |
1327 | 2024-12-16T04:20:39.531Z | Compiling darling_macro v0.20.10 |
1328 | 2024-12-16T04:20:40.309Z | Compiling tokio-util v0.7.12 |
1329 | 2024-12-16T04:20:40.727Z | Compiling futures-executor v0.3.30 |
1330 | 2024-12-16T04:20:41.431Z | Compiling h2 v0.4.6 |
1331 | 2024-12-16T04:20:41.525Z | Compiling async-trait v0.1.83 |
1332 | 2024-12-16T04:20:41.791Z | Compiling memmap v0.7.0 |
1333 | 2024-12-16T04:20:41.820Z | Compiling instant v0.1.13 |
1334 | 2024-12-16T04:20:41.841Z | Compiling slog-async v2.8.0 |
1335 | 2024-12-16T04:20:41.956Z | Compiling futures v0.3.30 |
1336 | 2024-12-16T04:20:42.067Z | Compiling darling v0.20.10 |
1337 | 2024-12-16T04:20:42.422Z | Compiling term v0.7.0 |
1338 | 2024-12-16T04:20:45.280Z | Compiling is-terminal v0.4.13 |
1339 | 2024-12-16T04:20:45.407Z | Compiling multer v3.1.0 |
1340 | 2024-12-16T04:20:45.744Z | Compiling take_mut v0.2.2 |
1341 | 2024-12-16T04:20:45.950Z | Compiling serde_with_macros v3.9.0 |
1342 | 2024-12-16T04:20:48.898Z | Compiling hyper v1.5.1 |
1343 | 2024-12-16T04:20:50.853Z | Compiling tokio-rustls v0.26.0 |
1344 | 2024-12-16T04:20:50.881Z | Compiling tokio-native-tls v0.3.1 |
1345 | 2024-12-16T04:20:51.139Z | Compiling ipnetwork v0.20.0 |
1346 | 2024-12-16T04:20:51.347Z | Compiling strum_macros v0.26.4 |
1347 | 2024-12-16T04:20:51.587Z | Compiling hyper-util v0.1.10 |
1348 | 2024-12-16T04:20:54.006Z | Compiling async-stream-impl v0.3.5 |
1349 | 2024-12-16T04:20:55.039Z | Compiling structmeta-derive v0.3.0 |
1350 | 2024-12-16T04:20:55.557Z | Compiling dropshot v0.12.0 |
1351 | 2024-12-16T04:20:55.960Z | Compiling crossbeam-utils v0.8.20 |
1352 | 2024-12-16T04:20:56.369Z | Compiling debug-ignore v1.0.5 |
1353 | 2024-12-16T04:20:56.554Z | Compiling strum v0.26.3 |
1354 | 2024-12-16T04:20:56.622Z | Compiling async-stream v0.3.5 |
1355 | 2024-12-16T04:20:56.723Z | Compiling hyper-rustls v0.27.3 |
1356 | 2024-12-16T04:20:56.978Z | Compiling hyper-tls v0.6.0 |
1357 | 2024-12-16T04:20:57.481Z | Compiling serde_with v3.9.0 |
1358 | 2024-12-16T04:20:57.979Z | Compiling structmeta v0.3.0 |
1359 | 2024-12-16T04:20:58.409Z | Compiling dropshot_endpoint v0.12.0 |
1360 | 2024-12-16T04:20:58.915Z | Compiling serde_path_to_error v0.1.16 |
1361 | 2024-12-16T04:20:59.931Z | Compiling waitgroup v0.1.2 |
1362 | 2024-12-16T04:21:00.200Z | Compiling hostname v0.4.0 |
1363 | 2024-12-16T04:21:00.490Z | Compiling parse-display-derive v0.10.0 |
1364 | 2024-12-16T04:21:01.765Z | Compiling reqwest v0.12.9 |
1365 | 2024-12-16T04:21:02.890Z | Compiling hex v0.4.3 |
1366 | 2024-12-16T04:21:03.191Z | Compiling digest v0.10.7 |
1367 | 2024-12-16T04:21:03.372Z | Compiling time v0.3.36 |
1368 | 2024-12-16T04:21:03.546Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1369 | 2024-12-16T04:21:03.566Z | Compiling rustix v0.38.37 |
1370 | 2024-12-16T04:21:03.591Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1371 | 2024-12-16T04:21:04.410Z | Compiling progenitor-client v0.8.0 |
1372 | 2024-12-16T04:21:04.434Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1373 | 2024-12-16T04:21:04.613Z | Compiling macaddr v1.0.1 |
1374 | 2024-12-16T04:21:04.842Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1375 | 2024-12-16T04:21:05.097Z | Compiling typify-macro v0.2.0 |
1376 | 2024-12-16T04:21:05.235Z | Compiling parse-display v0.10.0 |
1377 | 2024-12-16T04:21:05.728Z | Compiling utf8parse v0.2.2 |
1378 | 2024-12-16T04:21:06.136Z | Compiling anstyle-parse v0.2.5 |
1379 | 2024-12-16T04:21:06.773Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1380 | 2024-12-16T04:21:07.655Z | Compiling thread_local v1.1.8 |
1381 | 2024-12-16T04:21:08.067Z | Compiling anstyle v1.0.10 |
1382 | 2024-12-16T04:21:08.344Z | Compiling lazy_static v1.5.0 |
1383 | 2024-12-16T04:21:08.467Z | Compiling anstyle-query v1.1.1 |
1384 | 2024-12-16T04:21:08.504Z | Compiling colorchoice v1.0.2 |
1385 | 2024-12-16T04:21:08.575Z | Compiling is_terminal_polyfill v1.70.1 |
1386 | 2024-12-16T04:21:08.629Z | Compiling unicode-width v0.1.14 |
1387 | 2024-12-16T04:21:08.667Z | Compiling anstream v0.6.15 |
1388 | 2024-12-16T04:21:09.157Z | Compiling usdt v0.5.0 |
1389 | 2024-12-16T04:21:09.432Z | Compiling slog-json v2.6.1 |
1390 | 2024-12-16T04:21:09.525Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-16T04:21:09.701Z | Compiling toml_edit v0.22.21 |
1392 | 2024-12-16T04:21:09.766Z | Compiling clap_lex v0.7.4 |
1393 | 2024-12-16T04:21:09.842Z | Compiling slog-bunyan v2.5.0 |
1394 | 2024-12-16T04:21:10.059Z | Compiling slog-term v2.9.1 |
1395 | 2024-12-16T04:21:10.280Z | Compiling typify v0.2.0 |
1396 | 2024-12-16T04:21:10.420Z | Compiling progenitor-impl v0.8.0 |
1397 | 2024-12-16T04:21:11.457Z | Compiling sha1 v0.10.6 |
1398 | 2024-12-16T04:21:11.913Z | Compiling tokio-rustls v0.25.0 |
1399 | 2024-12-16T04:21:12.298Z | Compiling newtype-uuid v1.1.0 |
1400 | 2024-12-16T04:21:12.369Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1401 | 2024-12-16T04:21:12.640Z | Compiling winnow v0.5.40 |
1402 | 2024-12-16T04:21:12.815Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1403 | 2024-12-16T04:21:13.164Z | Compiling toml v0.8.19 |
1404 | 2024-12-16T04:21:16.693Z | Compiling toml_edit v0.19.15 |
1405 | 2024-12-16T04:21:17.199Z | Compiling backoff v0.4.0 |
1406 | 2024-12-16T04:21:19.873Z | Compiling regress v0.9.1 |
1407 | 2024-12-16T04:21:20.875Z | Compiling clap_derive v4.5.18 |
1408 | 2024-12-16T04:21:21.877Z | Compiling progenitor-macro v0.8.0 |
1409 | 2024-12-16T04:21:21.894Z | Compiling heapless v0.8.0 |
1410 | 2024-12-16T04:21:22.750Z | Compiling proc-macro-crate v1.3.1 |
1411 | 2024-12-16T04:21:23.708Z | Compiling hash32 v0.3.1 |
1412 | 2024-12-16T04:21:23.903Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1413 | 2024-12-16T04:21:23.986Z | Compiling smoltcp v0.11.0 |
1414 | 2024-12-16T04:21:24.253Z | Compiling stable_deref_trait v1.2.0 |
1415 | 2024-12-16T04:21:24.702Z | Compiling num_enum_derive v0.5.11 |
1416 | 2024-12-16T04:21:25.445Z | Compiling terminal_size v0.4.0 |
1417 | 2024-12-16T04:21:25.743Z | Compiling foreign-types-macros v0.2.3 |
1418 | 2024-12-16T04:21:25.779Z | Compiling proc-macro-error-attr v1.0.4 |
1419 | 2024-12-16T04:21:26.110Z | Compiling heck v0.4.1 |
1420 | 2024-12-16T04:21:27.200Z | Compiling managed v0.8.0 |
1421 | 2024-12-16T04:21:27.246Z | Compiling cobs v0.2.3 |
1422 | 2024-12-16T04:21:27.470Z | Compiling either v1.13.0 |
1423 | 2024-12-16T04:21:27.641Z | Compiling foreign-types-shared v0.3.1 |
1424 | 2024-12-16T04:21:27.750Z | Compiling bitflags v1.3.2 |
1425 | 2024-12-16T04:21:27.931Z | Compiling foreign-types v0.5.0 |
1426 | 2024-12-16T04:21:27.968Z | Compiling postcard v1.0.10 |
1427 | 2024-12-16T04:21:28.241Z | Compiling num_enum v0.5.11 |
1428 | 2024-12-16T04:21:28.500Z | Compiling clap_builder v4.5.23 |
1429 | 2024-12-16T04:21:28.747Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1430 | 2024-12-16T04:21:29.990Z | Compiling num-integer v0.1.46 |
1431 | 2024-12-16T04:21:30.877Z | Compiling cstr-argument v0.1.2 |
1432 | 2024-12-16T04:21:31.049Z | Compiling proc-macro-error v1.0.4 |
1433 | 2024-12-16T04:21:31.184Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1434 | 2024-12-16T04:21:31.395Z | Compiling float-ord v0.3.2 |
1435 | 2024-12-16T04:21:31.538Z | Compiling fastrand v2.1.1 |
1436 | 2024-12-16T04:21:31.563Z | Compiling pretty-hex v0.2.1 |
1437 | 2024-12-16T04:21:31.778Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1438 | 2024-12-16T04:21:31.971Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1439 | 2024-12-16T04:21:32.206Z | Compiling tempfile v3.12.0 |
1440 | 2024-12-16T04:21:32.372Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1441 | 2024-12-16T04:21:32.872Z | Compiling clap v4.5.23 |
1442 | 2024-12-16T04:21:33.268Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1443 | 2024-12-16T04:21:33.354Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1444 | 2024-12-16T04:21:33.942Z | Compiling tabwriter v1.4.0 |
1445 | 2024-12-16T04:21:34.414Z | Compiling colored v2.2.0 |
1446 | 2024-12-16T04:21:34.417Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1447 | 2024-12-16T04:21:35.001Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1448 | 2024-12-16T04:21:35.344Z | Compiling crucible-workspace-hack v0.1.0 |
1449 | 2024-12-16T04:21:36.085Z | Compiling num-iter v0.1.45 |
1450 | 2024-12-16T04:21:36.187Z | Compiling num-rational v0.4.2 |
1451 | 2024-12-16T04:21:36.637Z | Compiling num-complex v0.4.6 |
1452 | 2024-12-16T04:21:36.716Z | Compiling semver v0.1.20 |
1453 | 2024-12-16T04:21:37.275Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1454 | 2024-12-16T04:21:37.286Z | Compiling prettyplease v0.2.22 |
1455 | 2024-12-16T04:21:37.623Z | Compiling unicode-segmentation v1.12.0 |
1456 | 2024-12-16T04:21:37.697Z | Compiling num v0.4.3 |
1457 | 2024-12-16T04:21:37.812Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1458 | 2024-12-16T04:21:37.824Z | Compiling rustc_version v0.1.7 |
1459 | 2024-12-16T04:21:37.991Z | Compiling progenitor v0.8.0 |
1460 | 2024-12-16T04:21:38.212Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1461 | 2024-12-16T04:21:38.466Z | Compiling newline-converter v0.3.0 |
1462 | 2024-12-16T04:21:38.652Z | Compiling zone_cfg_derive v0.3.0 |
1463 | 2024-12-16T04:21:40.244Z | Compiling camino-tempfile v1.1.1 |
1464 | 2024-12-16T04:21:40.294Z | Compiling itertools v0.10.5 |
1465 | 2024-12-16T04:21:40.626Z | Compiling console v0.15.8 |
1466 | 2024-12-16T04:21:40.714Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1467 | 2024-12-16T04:21:42.163Z | Compiling num-derive v0.4.2 |
1468 | 2024-12-16T04:21:42.363Z | Compiling sigpipe v0.1.3 |
1469 | 2024-12-16T04:21:42.479Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1470 | 2024-12-16T04:21:42.492Z | Compiling similar v2.6.0 |
1471 | 2024-12-16T04:21:42.851Z | Compiling static_assertions v1.1.0 |
1472 | 2024-12-16T04:21:42.946Z | Compiling base64ct v1.6.0 |
1473 | 2024-12-16T04:21:43.198Z | Compiling zone v0.3.0 |
1474 | 2024-12-16T04:21:43.486Z | Compiling expectorate v1.1.0 |
1475 | 2024-12-16T04:21:43.596Z | Compiling password-hash v0.5.0 |
1476 | 2024-12-16T04:21:43.675Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1477 | 2024-12-16T04:21:44.620Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1478 | 2024-12-16T04:21:44.645Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1479 | 2024-12-16T04:21:45.119Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1480 | 2024-12-16T04:21:45.477Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1481 | 2024-12-16T04:21:45.857Z | Compiling newtype_derive v0.1.6 |
1482 | 2024-12-16T04:21:46.374Z | Compiling blake2 v0.10.6 |
1483 | 2024-12-16T04:21:46.769Z | Compiling hubpack_derive v0.1.1 |
1484 | 2024-12-16T04:21:47.215Z | Compiling smf v0.2.3 |
1485 | 2024-12-16T04:21:47.669Z | Compiling zerocopy-derive v0.6.6 |
1486 | 2024-12-16T04:21:47.901Z | Compiling whoami v1.5.2 |
1487 | 2024-12-16T04:21:48.702Z | Compiling owo-colors v4.1.0 |
1488 | 2024-12-16T04:21:48.960Z | Compiling fixedbitset v0.4.2 |
1489 | 2024-12-16T04:21:49.022Z | Compiling cancel-safe-futures v0.1.5 |
1490 | 2024-12-16T04:21:49.184Z | Compiling hubpack v0.1.2 |
1491 | 2024-12-16T04:21:49.436Z | Compiling petgraph v0.6.5 |
1492 | 2024-12-16T04:21:49.520Z | Compiling argon2 v0.5.3 |
1493 | 2024-12-16T04:21:49.894Z | Compiling zerocopy v0.6.6 |
1494 | 2024-12-16T04:21:50.785Z | Compiling strum_macros v0.25.3 |
1495 | 2024-12-16T04:21:51.003Z | Compiling serde-big-array v0.5.1 |
1496 | 2024-12-16T04:21:53.674Z | Compiling serde_repr v0.1.19 |
1497 | 2024-12-16T04:21:53.684Z | Compiling cookie v0.18.1 |
1498 | 2024-12-16T04:21:54.075Z | Compiling convert_case v0.4.0 |
1499 | 2024-12-16T04:21:54.562Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1500 | 2024-12-16T04:21:54.868Z | Compiling derive_more v0.99.18 |
1501 | 2024-12-16T04:21:54.895Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1502 | 2024-12-16T04:21:55.355Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1503 | 2024-12-16T04:21:57.530Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1504 | 2024-12-16T04:21:58.855Z | Compiling atomicwrites v0.4.4 |
1505 | 2024-12-16T04:21:58.855Z | Compiling itertools v0.13.0 |
1506 | 2024-12-16T04:22:02.019Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1507 | 2024-12-16T04:22:02.098Z | Compiling libsw v3.3.1 |
1508 | 2024-12-16T04:22:02.202Z | Compiling enum-as-inner v0.6.1 |
1509 | 2024-12-16T04:22:02.245Z | Compiling derive-where v1.2.7 |
1510 | 2024-12-16T04:22:02.438Z | Compiling idna v0.4.0 |
1511 | 2024-12-16T04:22:03.029Z | Compiling indent_write v2.2.0 |
1512 | 2024-12-16T04:22:03.243Z | Compiling highway v1.2.0 |
1513 | 2024-12-16T04:22:03.519Z | Compiling swrite v0.1.0 |
1514 | 2024-12-16T04:22:03.649Z | Compiling data-encoding v2.6.0 |
1515 | 2024-12-16T04:22:04.450Z | Compiling linear-map v1.2.0 |
1516 | 2024-12-16T04:22:04.866Z | Compiling linked-hash-map v0.5.6 |
1517 | 2024-12-16T04:22:05.254Z | Compiling quick-error v1.2.3 |
1518 | 2024-12-16T04:22:05.404Z | Compiling resolv-conf v0.7.0 |
1519 | 2024-12-16T04:22:05.801Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1520 | 2024-12-16T04:22:06.401Z | Compiling lru-cache v0.1.2 |
1521 | 2024-12-16T04:22:06.600Z | Compiling hickory-proto v0.24.1 |
1522 | 2024-12-16T04:22:06.670Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-12-16T04:22:06.749Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1524 | 2024-12-16T04:22:08.726Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1525 | 2024-12-16T04:22:09.430Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1526 | 2024-12-16T04:22:10.186Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-12-16T04:22:11.138Z | Compiling steno v0.4.1 |
1528 | 2024-12-16T04:22:13.479Z | Compiling slog-dtrace v0.3.0 |
1529 | 2024-12-16T04:22:13.838Z | Compiling humantime v2.1.0 |
1530 | 2024-12-16T04:22:13.877Z | Compiling parking_lot_core v0.8.6 |
1531 | 2024-12-16T04:22:14.068Z | Compiling hickory-resolver v0.24.1 |
1532 | 2024-12-16T04:22:14.361Z | Compiling num-derive v0.3.3 |
1533 | 2024-12-16T04:22:16.666Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1534 | 2024-12-16T04:22:16.798Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1535 | 2024-12-16T04:22:16.982Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1536 | 2024-12-16T04:22:17.333Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1537 | 2024-12-16T04:22:17.425Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1538 | 2024-12-16T04:22:18.244Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1539 | 2024-12-16T04:22:18.271Z | Compiling smartstring v1.0.1 |
1540 | 2024-12-16T04:22:18.750Z | Compiling half v2.4.1 |
1541 | 2024-12-16T04:22:18.774Z | Compiling ciborium-io v0.2.2 |
1542 | 2024-12-16T04:22:19.385Z | Compiling ciborium-ll v0.2.2 |
1543 | 2024-12-16T04:22:19.405Z | Compiling parking_lot v0.11.2 |
1544 | 2024-12-16T04:22:19.509Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1545 | 2024-12-16T04:22:20.493Z | Compiling proc-macro-crate v3.2.0 |
1546 | 2024-12-16T04:22:20.543Z | Compiling crossbeam-epoch v0.9.18 |
1547 | 2024-12-16T04:22:21.443Z | Compiling fxhash v0.2.1 |
1548 | 2024-12-16T04:22:21.468Z | Compiling crc32fast v1.4.2 |
1549 | 2024-12-16T04:22:21.666Z | Compiling spin v0.5.2 |
1550 | 2024-12-16T04:22:21.714Z | Compiling num_enum_derive v0.7.3 |
1551 | 2024-12-16T04:22:21.714Z | Compiling sled v0.34.7 |
1552 | 2024-12-16T04:22:21.807Z | Compiling ciborium v0.2.2 |
1553 | 2024-12-16T04:22:21.911Z | Compiling no-std-compat v0.4.1 |
1554 | 2024-12-16T04:22:22.729Z | Compiling thin-vec v0.2.13 |
1555 | 2024-12-16T04:22:22.733Z | Compiling rhai_codegen v2.2.0 |
1556 | 2024-12-16T04:22:23.390Z | Compiling minimal-lexical v0.2.1 |
1557 | 2024-12-16T04:22:23.535Z | Compiling diff v0.1.13 |
1558 | 2024-12-16T04:22:23.898Z | Compiling nom v7.1.3 |
1559 | 2024-12-16T04:22:24.434Z | Compiling yansi v1.0.1 |
1560 | 2024-12-16T04:22:24.503Z | Compiling num_enum v0.7.3 |
1561 | 2024-12-16T04:22:25.024Z | Compiling pretty_assertions v1.4.1 |
1562 | 2024-12-16T04:22:25.570Z | Compiling rhai v1.20.0 |
1563 | 2024-12-16T04:22:32.202Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1564 | 2024-12-16T04:22:32.870Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1565 | 2024-12-16T04:22:40.450Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1566 | 2024-12-16T04:22:41.861Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1567 | 2024-12-16T04:22:43.432Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1568 | 2024-12-16T04:22:46.864Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1569 | 2024-12-16T04:23:23.731Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 28s |
1570 | 2024-12-16T04:23:23.949Z | ──────────── |
1571 | 2024-12-16T04:23:23.949Z | Nextest run ID 44c86160-02fc-434f-b776-5b5c1e63f644 with nextest profile: default |
1572 | 2024-12-16T04:23:23.949Z | Starting 11 tests across 1 binary |
1573 | 2024-12-16T04:23:23.970Z | PASS [ 0.020s] bgp messages::tests::update_round_trip |
1574 | 2024-12-16T04:23:23.973Z | PASS [ 0.023s] bgp messages::tests::prefix_within |
1575 | 2024-12-16T04:23:23.978Z | PASS [ 0.028s] bgp messages::tests::open_round_trip |
1576 | 2024-12-16T04:23:23.983Z | PASS [ 0.033s] bgp messages::tests::header_round_trip |
1577 | 2024-12-16T04:23:23.994Z | PASS [ 0.043s] bgp policy::test::open_add_4byte_as |
1578 | 2024-12-16T04:23:24.009Z | PASS [ 0.059s] bgp policy::test::open_require_4byte_as |
1579 | 2024-12-16T04:23:24.012Z | PASS [ 0.060s] bgp policy::test::update_drop_on_no_export |
1580 | 2024-12-16T04:23:24.012Z | PASS [ 0.040s] bgp policy::test::update_shape_community |
1581 | 2024-12-16T04:23:24.012Z | PASS [ 0.060s] bgp policy::test::shape_update_prefixes |
1582 | 2024-12-16T04:23:37.089Z | PASS [ 13.108s] bgp test::test_basic_peering |
1583 | 2024-12-16T04:23:48.097Z | PASS [ 24.105s] bgp test::test_basic_update |
1584 | 2024-12-16T04:23:48.099Z | ──────────── |
1585 | 2024-12-16T04:23:48.099Z | Summary [ 24.134s] 11 tests run: 11 passed, 0 skipped |
1586 | 2024-12-16T04:23:48.114Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1587 | 2024-12-16T04:23:48.118Z | process exited: duration 436597 ms, exit code 0 |
|
1588 | 2024-12-16T04:23:48.133Z | found 4 output files |
1589 | 2024-12-16T04:23:48.134Z | uploading: /work/r1.basic_peering.log (7873 bytes) |
1590 | 2024-12-16T04:23:49.144Z | uploaded: /work/r1.basic_peering.log |
1591 | 2024-12-16T04:23:49.150Z | uploading: /work/r1.basic_update.log (13271 bytes) |
1592 | 2024-12-16T04:23:50.163Z | uploaded: /work/r1.basic_update.log |
1593 | 2024-12-16T04:23:50.166Z | uploading: /work/r2.basic_peering.log (9267 bytes) |
1594 | 2024-12-16T04:23:51.172Z | uploaded: /work/r2.basic_peering.log |
1595 | 2024-12-16T04:23:51.174Z | uploading: /work/r2.basic_update.log (15896 bytes) |
1596 | 2024-12-16T04:23:52.182Z | uploaded: /work/r2.basic_update.log |