|
|
|
1 | 2024-12-28T04:14:27.348Z | job assigned to worker 01JG5QG59KAM1MA8NZDEFD0K3H [factory aws, i-08722161ba22402ab] (queued for 1 m 3 s) |
|
2 | 2024-12-28T04:14:35.900Z | starting task 0: "setup" |
3 | 2024-12-28T04:14:35.908Z | ++ uname -s |
4 | 2024-12-28T04:14:35.911Z | + kern=SunOS |
5 | 2024-12-28T04:14:35.911Z | + case "$kern" in |
6 | 2024-12-28T04:14:35.911Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:14:35.913Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:14:37.934Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:14:38.100Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:14:38.103Z | + home_fs=zfs |
11 | 2024-12-28T04:14:38.103Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:14:38.103Z | + mkdir -p /home/build |
13 | 2024-12-28T04:14:38.105Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:14:40.122Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:14:40.125Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-12-28T04:14:40.130Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:14:40.136Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:14:40.136Z | ' stable |
19 | 2024-12-28T04:14:40.138Z | * toolchain channel = "stable" |
20 | 2024-12-28T04:14:40.138Z | * toolchain profile = "default" |
21 | 2024-12-28T04:14:40.138Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-28T04:14:40.138Z | ' default |
23 | 2024-12-28T04:14:40.138Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:14:40.138Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:14:40.251Z | info: downloading installer |
26 | 2024-12-28T04:14:41.988Z | info: profile set to 'default' |
27 | 2024-12-28T04:14:41.988Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:14:41.990Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:14:42.123Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:14:42.123Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:14:42.844Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:14:43.118Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:14:44.127Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:14:45.576Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:14:51.052Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:14:51.269Z | info: installing component 'cargo' |
37 | 2024-12-28T04:14:52.089Z | info: installing component 'clippy' |
38 | 2024-12-28T04:14:52.465Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:14:54.192Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:14:55.841Z | info: installing component 'rustc' |
41 | 2024-12-28T04:15:01.672Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:15:02.018Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-28T04:15:02.018Z | |
44 | 2024-12-28T04:15:02.385Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:15:02.385Z | |
46 | 2024-12-28T04:15:02.388Z | |
47 | 2024-12-28T04:15:02.388Z | Rust is installed now. Great! |
48 | 2024-12-28T04:15:02.388Z | |
49 | 2024-12-28T04:15:02.388Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:15:02.388Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:15:02.388Z | |
52 | 2024-12-28T04:15:02.388Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:15:02.388Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:15:02.388Z | |
55 | 2024-12-28T04:15:02.388Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:15:02.388Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:15:02.388Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:15:02.459Z | + rustc --version |
59 | 2024-12-28T04:15:02.526Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:15:02.530Z | process exited: duration 22233 ms, exit code 0 |
|
61 | 2024-12-28T04:15:02.535Z | starting task 2: "authentication" |
62 | 2024-12-28T04:15:02.556Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:15:02.561Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:15:02.566Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-28T04:15:02.569Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-28T04:15:03.141Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-28T04:15:04.035Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-28T04:15:04.038Z | + git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f |
69 | 2024-12-28T04:15:04.274Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-28T04:15:04.274Z | * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD |
71 | 2024-12-28T04:15:04.282Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:15:04.285Z | ++ git branch --show-current |
73 | 2024-12-28T04:15:04.287Z | + current=main |
74 | 2024-12-28T04:15:04.288Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:15:04.288Z | + git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f |
76 | 2024-12-28T04:15:04.290Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:15:04.305Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:15:04.307Z | + git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f |
79 | 2024-12-28T04:15:04.320Z | HEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217 |
80 | 2024-12-28T04:15:04.322Z | process exited: duration 1746 ms, exit code 0 |
|
81 | 2024-12-28T04:15:04.328Z | starting task 4: "build" |
82 | 2024-12-28T04:15:04.333Z | + set -e |
83 | 2024-12-28T04:15:04.333Z | + cargo --version |
84 | 2024-12-28T04:15:04.338Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-12-28T04:15:04.481Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-12-28T04:15:04.481Z | info: downloading component 'cargo' |
87 | 2024-12-28T04:15:05.192Z | info: downloading component 'clippy' |
88 | 2024-12-28T04:15:05.456Z | info: downloading component 'rust-docs' |
89 | 2024-12-28T04:15:06.434Z | info: downloading component 'rust-std' |
90 | 2024-12-28T04:15:07.955Z | info: downloading component 'rustc' |
91 | 2024-12-28T04:15:13.413Z | info: downloading component 'rustfmt' |
92 | 2024-12-28T04:15:13.619Z | info: installing component 'cargo' |
93 | 2024-12-28T04:15:14.427Z | info: installing component 'clippy' |
94 | 2024-12-28T04:15:14.785Z | info: installing component 'rust-docs' |
95 | 2024-12-28T04:15:16.301Z | info: installing component 'rust-std' |
96 | 2024-12-28T04:15:17.946Z | info: installing component 'rustc' |
97 | 2024-12-28T04:15:23.797Z | info: installing component 'rustfmt' |
98 | 2024-12-28T04:15:24.199Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-12-28T04:15:24.205Z | + rustc --version |
100 | 2024-12-28T04:15:24.284Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-12-28T04:15:24.297Z | + cargo install cargo-nextest |
102 | 2024-12-28T04:15:24.391Z | Updating crates.io index |
103 | 2024-12-28T04:15:24.475Z | Downloading crates ... |
104 | 2024-12-28T04:15:24.571Z | Downloaded cargo-nextest v0.9.87 |
105 | 2024-12-28T04:15:24.619Z | Installing cargo-nextest v0.9.87 |
106 | 2024-12-28T04:15:24.697Z | Updating crates.io index |
107 | 2024-12-28T04:15:25.903Z | Locking 363 packages to latest compatible versions |
108 | 2024-12-28T04:15:25.907Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-12-28T04:15:25.908Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-12-28T04:15:25.908Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-12-28T04:15:25.920Z | Adding config v0.14.1 (latest: v0.15.4) |
112 | 2024-12-28T04:15:25.929Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-12-28T04:15:25.929Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
114 | 2024-12-28T04:15:25.930Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
115 | 2024-12-28T04:15:25.930Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
116 | 2024-12-28T04:15:25.930Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
117 | 2024-12-28T04:15:25.930Z | Adding gimli v0.28.1 (latest: v0.31.1) |
118 | 2024-12-28T04:15:25.930Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-12-28T04:15:25.930Z | Adding miniz_oxide v0.7.4 (latest: v0.8.2) |
120 | 2024-12-28T04:15:25.936Z | Adding object v0.32.2 (latest: v0.36.7) |
121 | 2024-12-28T04:15:25.936Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
122 | 2024-12-28T04:15:25.936Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
123 | 2024-12-28T04:15:25.945Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
124 | 2024-12-28T04:15:25.945Z | Adding target-lexicon v0.12.16 (latest: v0.13.1) |
125 | 2024-12-28T04:15:25.945Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
126 | 2024-12-28T04:15:25.945Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
127 | 2024-12-28T04:15:25.945Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
128 | 2024-12-28T04:15:25.951Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
129 | 2024-12-28T04:15:25.951Z | Adding vte v0.11.1 (latest: v0.13.0) |
130 | 2024-12-28T04:15:25.951Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-28T04:15:25.952Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-28T04:15:25.952Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-28T04:15:25.952Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-28T04:15:25.952Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-28T04:15:25.952Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
136 | 2024-12-28T04:15:25.952Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
137 | 2024-12-28T04:15:25.952Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
138 | 2024-12-28T04:15:25.952Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
139 | 2024-12-28T04:15:25.952Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
140 | 2024-12-28T04:15:25.952Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
141 | 2024-12-28T04:15:25.952Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
142 | 2024-12-28T04:15:25.953Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
143 | 2024-12-28T04:15:25.953Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
144 | 2024-12-28T04:15:25.953Z | Adding writeable v0.5.5 (latest: v0.6.0) |
145 | 2024-12-28T04:15:25.953Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
146 | 2024-12-28T04:15:25.953Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
147 | 2024-12-28T04:15:25.953Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
148 | 2024-12-28T04:15:25.953Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
149 | 2024-12-28T04:15:25.953Z | Downloading crates ... |
150 | 2024-12-28T04:15:26.017Z | Downloaded adler2 v2.0.0 |
151 | 2024-12-28T04:15:26.019Z | Downloaded anstyle-parse v0.2.6 |
152 | 2024-12-28T04:15:26.022Z | Downloaded anstyle v1.0.10 |
153 | 2024-12-28T04:15:26.025Z | Downloaded adler v1.0.2 |
154 | 2024-12-28T04:15:26.028Z | Downloaded anstream v0.6.18 |
155 | 2024-12-28T04:15:26.030Z | Downloaded foreign-types-shared v0.1.1 |
156 | 2024-12-28T04:15:26.033Z | Downloaded foreign-types v0.3.2 |
157 | 2024-12-28T04:15:26.035Z | Downloaded serde_spanned v0.6.8 |
158 | 2024-12-28T04:15:26.035Z | Downloaded atomicwrites v0.4.4 |
159 | 2024-12-28T04:15:26.038Z | Downloaded equivalent v1.0.1 |
160 | 2024-12-28T04:15:26.038Z | Downloaded guppy-workspace-hack v0.1.0 |
161 | 2024-12-28T04:15:26.042Z | Downloaded signature v2.2.0 |
162 | 2024-12-28T04:15:26.044Z | Downloaded shlex v1.3.0 |
163 | 2024-12-28T04:15:26.047Z | Downloaded iana-time-zone v0.1.61 |
164 | 2024-12-28T04:15:26.050Z | Downloaded tinyvec_macros v0.1.1 |
165 | 2024-12-28T04:15:26.053Z | Downloaded target-spec-miette v0.4.4 |
166 | 2024-12-28T04:15:26.055Z | Downloaded want v0.3.1 |
167 | 2024-12-28T04:15:26.058Z | Downloaded swrite v0.1.0 |
168 | 2024-12-28T04:15:26.058Z | Downloaded http-body v1.0.1 |
169 | 2024-12-28T04:15:26.060Z | Downloaded cfg_aliases v0.2.1 |
170 | 2024-12-28T04:15:26.060Z | Downloaded sync_wrapper v1.0.2 |
171 | 2024-12-28T04:15:26.063Z | Downloaded try-lock v0.2.5 |
172 | 2024-12-28T04:15:26.067Z | Downloaded write16 v1.0.0 |
173 | 2024-12-28T04:15:26.070Z | Downloaded ahash v0.8.11 |
174 | 2024-12-28T04:15:26.072Z | Downloaded enable-ansi-support v0.2.1 |
175 | 2024-12-28T04:15:26.075Z | Downloaded either v1.13.0 |
176 | 2024-12-28T04:15:26.079Z | Downloaded urlencoding v2.1.3 |
177 | 2024-12-28T04:15:26.079Z | Downloaded fixedbitset v0.4.2 |
178 | 2024-12-28T04:15:26.079Z | Downloaded strsim v0.11.1 |
179 | 2024-12-28T04:15:26.082Z | Downloaded serde_ignored v0.1.10 |
180 | 2024-12-28T04:15:26.082Z | Downloaded slab v0.4.9 |
181 | 2024-12-28T04:15:26.085Z | Downloaded signal-hook-registry v1.4.2 |
182 | 2024-12-28T04:15:26.085Z | Downloaded generic-array v0.14.7 |
183 | 2024-12-28T04:15:26.087Z | Downloaded zerofrom v0.1.5 |
184 | 2024-12-28T04:15:26.090Z | Downloaded untrusted v0.9.0 |
185 | 2024-12-28T04:15:26.090Z | Downloaded futures-executor v0.3.31 |
186 | 2024-12-28T04:15:26.092Z | Downloaded tower-service v0.3.3 |
187 | 2024-12-28T04:15:26.092Z | Downloaded fastrand v2.3.0 |
188 | 2024-12-28T04:15:26.095Z | Downloaded tokio-macros v2.4.0 |
189 | 2024-12-28T04:15:26.098Z | Downloaded thiserror-impl v2.0.9 |
190 | 2024-12-28T04:15:26.098Z | Downloaded toml_datetime v0.6.8 |
191 | 2024-12-28T04:15:26.100Z | Downloaded tracing-error v0.2.1 |
192 | 2024-12-28T04:15:26.103Z | Downloaded xattr v1.3.1 |
193 | 2024-12-28T04:15:26.105Z | Downloaded utf8parse v0.2.2 |
194 | 2024-12-28T04:15:26.105Z | Downloaded supports-unicode v3.0.0 |
195 | 2024-12-28T04:15:26.108Z | Downloaded tracing-log v0.2.0 |
196 | 2024-12-28T04:15:26.108Z | Downloaded futures-core v0.3.31 |
197 | 2024-12-28T04:15:26.111Z | Downloaded yoke-derive v0.7.5 |
198 | 2024-12-28T04:15:26.117Z | Downloaded hyper-tls v0.6.0 |
199 | 2024-12-28T04:15:26.117Z | Downloaded version_check v0.9.5 |
200 | 2024-12-28T04:15:26.120Z | Downloaded utf8_iter v1.0.4 |
201 | 2024-12-28T04:15:26.120Z | Downloaded futures-sink v0.3.31 |
202 | 2024-12-28T04:15:26.120Z | Downloaded unicode-linebreak v0.1.5 |
203 | 2024-12-28T04:15:26.121Z | Downloaded tokio-native-tls v0.3.1 |
204 | 2024-12-28T04:15:26.124Z | Downloaded camino-tempfile v1.1.1 |
205 | 2024-12-28T04:15:26.124Z | Downloaded humantime v2.1.0 |
206 | 2024-12-28T04:15:26.127Z | Downloaded zerovec-derive v0.10.3 |
207 | 2024-12-28T04:15:26.130Z | Downloaded strip-ansi-escapes v0.2.0 |
208 | 2024-12-28T04:15:26.130Z | Downloaded nextest-workspace-hack v0.1.0 |
209 | 2024-12-28T04:15:26.130Z | Downloaded nested v0.1.1 |
210 | 2024-12-28T04:15:26.134Z | Downloaded sha2 v0.10.8 |
211 | 2024-12-28T04:15:26.137Z | Downloaded static_assertions v1.1.0 |
212 | 2024-12-28T04:15:26.137Z | Downloaded smallvec v1.13.2 |
213 | 2024-12-28T04:15:26.140Z | Downloaded xxhash-rust v0.8.14 |
214 | 2024-12-28T04:15:26.143Z | Downloaded smol_str v0.3.2 |
215 | 2024-12-28T04:15:26.144Z | Downloaded serde_urlencoded v0.7.1 |
216 | 2024-12-28T04:15:26.148Z | Downloaded zeroize v1.8.1 |
217 | 2024-12-28T04:15:26.148Z | Downloaded writeable v0.5.5 |
218 | 2024-12-28T04:15:26.152Z | Downloaded thread_local v1.1.8 |
219 | 2024-12-28T04:15:26.152Z | Downloaded crc32fast v1.4.2 |
220 | 2024-12-28T04:15:26.157Z | Downloaded clap_derive v4.5.18 |
221 | 2024-12-28T04:15:26.160Z | Downloaded tracing-attributes v0.1.28 |
222 | 2024-12-28T04:15:26.161Z | Downloaded dialoguer v0.11.0 |
223 | 2024-12-28T04:15:26.165Z | Downloaded unicase v2.8.1 |
224 | 2024-12-28T04:15:26.165Z | Downloaded tokio-stream v0.1.17 |
225 | 2024-12-28T04:15:26.168Z | Downloaded indenter v0.3.3 |
226 | 2024-12-28T04:15:26.172Z | Downloaded globset v0.4.15 |
227 | 2024-12-28T04:15:26.172Z | Downloaded vte v0.11.1 |
228 | 2024-12-28T04:15:26.175Z | Downloaded duct v0.13.7 |
229 | 2024-12-28T04:15:26.179Z | Downloaded mime v0.3.17 |
230 | 2024-12-28T04:15:26.180Z | Downloaded openssl-probe v0.1.5 |
231 | 2024-12-28T04:15:26.180Z | Downloaded zipsign-api v0.1.2 |
232 | 2024-12-28T04:15:26.180Z | Downloaded cargo_metadata v0.19.1 |
233 | 2024-12-28T04:15:26.183Z | Downloaded number_prefix v0.4.0 |
234 | 2024-12-28T04:15:26.183Z | Downloaded pin-utils v0.1.0 |
235 | 2024-12-28T04:15:26.187Z | Downloaded eyre v0.6.12 |
236 | 2024-12-28T04:15:26.192Z | Downloaded cfg-expr v0.17.2 |
237 | 2024-12-28T04:15:26.192Z | Downloaded openssl-macros v0.1.1 |
238 | 2024-12-28T04:15:26.195Z | Downloaded mukti-metadata v0.3.0 |
239 | 2024-12-28T04:15:26.196Z | Downloaded is_ci v1.2.0 |
240 | 2024-12-28T04:15:26.196Z | Downloaded os_pipe v1.2.1 |
241 | 2024-12-28T04:15:26.202Z | Downloaded clap_lex v0.7.4 |
242 | 2024-12-28T04:15:26.202Z | Downloaded lazy_static v1.5.0 |
243 | 2024-12-28T04:15:26.202Z | Downloaded derive-where v1.2.7 |
244 | 2024-12-28T04:15:26.206Z | Downloaded zstd-safe v7.2.1 |
245 | 2024-12-28T04:15:26.206Z | Downloaded config v0.14.1 |
246 | 2024-12-28T04:15:26.213Z | Downloaded uuid v1.11.0 |
247 | 2024-12-28T04:15:26.217Z | Downloaded toml v0.8.19 |
248 | 2024-12-28T04:15:26.223Z | Downloaded futures v0.3.31 |
249 | 2024-12-28T04:15:26.228Z | Downloaded nextest-metadata v0.12.1 |
250 | 2024-12-28T04:15:26.229Z | Downloaded newtype-uuid v1.1.3 |
251 | 2024-12-28T04:15:26.229Z | Downloaded indent_write v2.2.0 |
252 | 2024-12-28T04:15:26.229Z | Downloaded idna_adapter v1.2.0 |
253 | 2024-12-28T04:15:26.233Z | Downloaded percent-encoding v2.3.1 |
254 | 2024-12-28T04:15:26.234Z | Downloaded rustc_version v0.4.1 |
255 | 2024-12-28T04:15:26.234Z | Downloaded rustc-hash v2.1.0 |
256 | 2024-12-28T04:15:26.234Z | Downloaded typenum v1.17.0 |
257 | 2024-12-28T04:15:26.238Z | Downloaded yoke v0.7.5 |
258 | 2024-12-28T04:15:26.238Z | Downloaded pathdiff v0.2.3 |
259 | 2024-12-28T04:15:26.238Z | Downloaded owo-colors v3.5.0 |
260 | 2024-12-28T04:15:26.243Z | Downloaded signal-hook v0.3.17 |
261 | 2024-12-28T04:15:26.243Z | Downloaded rand_core v0.6.4 |
262 | 2024-12-28T04:15:26.247Z | Downloaded is_terminal_polyfill v1.70.1 |
263 | 2024-12-28T04:15:26.247Z | Downloaded rand_chacha v0.3.1 |
264 | 2024-12-28T04:15:26.247Z | Downloaded tar v0.4.43 |
265 | 2024-12-28T04:15:26.252Z | Downloaded quick-junit v0.5.1 |
266 | 2024-12-28T04:15:26.252Z | Downloaded clap v4.5.23 |
267 | 2024-12-28T04:15:26.260Z | Downloaded itoa v1.0.14 |
268 | 2024-12-28T04:15:26.263Z | Downloaded zerocopy-derive v0.7.35 |
269 | 2024-12-28T04:15:26.269Z | Downloaded self_update v0.41.0 |
270 | 2024-12-28T04:15:26.279Z | Downloaded miette-derive v7.4.0 |
271 | 2024-12-28T04:15:26.279Z | Downloaded ppv-lite86 v0.2.20 |
272 | 2024-12-28T04:15:26.283Z | Downloaded tracing-core v0.1.33 |
273 | 2024-12-28T04:15:26.283Z | Downloaded tinyvec v1.8.1 |
274 | 2024-12-28T04:15:26.283Z | Downloaded nextest-filtering v0.12.0 |
275 | 2024-12-28T04:15:26.283Z | Downloaded litemap v0.7.4 |
276 | 2024-12-28T04:15:26.291Z | Downloaded icu_locid_transform v1.5.0 |
277 | 2024-12-28T04:15:26.292Z | Downloaded once_cell v1.20.2 |
278 | 2024-12-28T04:15:26.292Z | Downloaded pkg-config v0.3.31 |
279 | 2024-12-28T04:15:26.292Z | Downloaded rustc-demangle v0.1.24 |
280 | 2024-12-28T04:15:26.300Z | Downloaded owo-colors v4.1.0 |
281 | 2024-12-28T04:15:26.300Z | Downloaded semver v1.0.24 |
282 | 2024-12-28T04:15:26.300Z | Downloaded zstd v0.13.2 |
283 | 2024-12-28T04:15:26.301Z | Downloaded proc-macro2 v1.0.92 |
284 | 2024-12-28T04:15:26.306Z | Downloaded jobserver v0.1.32 |
285 | 2024-12-28T04:15:26.306Z | Downloaded backtrace v0.3.71 |
286 | 2024-12-28T04:15:26.315Z | Downloaded unicode-ident v1.0.14 |
287 | 2024-12-28T04:15:26.316Z | Downloaded tracing v0.1.41 |
288 | 2024-12-28T04:15:26.319Z | Downloaded native-tls v0.2.12 |
289 | 2024-12-28T04:15:26.323Z | Downloaded quote v1.0.38 |
290 | 2024-12-28T04:15:26.323Z | Downloaded pin-project-lite v0.2.15 |
291 | 2024-12-28T04:15:26.329Z | Downloaded num-traits v0.2.19 |
292 | 2024-12-28T04:15:26.333Z | Downloaded pkcs8 v0.10.2 |
293 | 2024-12-28T04:15:26.337Z | Downloaded ryu v1.0.18 |
294 | 2024-12-28T04:15:26.341Z | Downloaded base64 v0.21.7 |
295 | 2024-12-28T04:15:26.345Z | Downloaded ed25519-dalek v2.1.1 |
296 | 2024-12-28T04:15:26.350Z | Downloaded cc v1.2.6 |
297 | 2024-12-28T04:15:26.356Z | Downloaded openssl-sys v0.9.104 |
298 | 2024-12-28T04:15:26.356Z | Downloaded quinn-udp v0.5.9 |
299 | 2024-12-28T04:15:26.371Z | Downloaded icu_provider v1.5.0 |
300 | 2024-12-28T04:15:26.371Z | Downloaded miniz_oxide v0.7.4 |
301 | 2024-12-28T04:15:26.374Z | Downloaded log v0.4.22 |
302 | 2024-12-28T04:15:26.374Z | Downloaded icu_normalizer_data v1.5.0 |
303 | 2024-12-28T04:15:26.374Z | Downloaded icu_locid_transform_data v1.5.0 |
304 | 2024-12-28T04:15:26.374Z | Downloaded parking_lot v0.12.3 |
305 | 2024-12-28T04:15:26.374Z | Downloaded rustls-pki-types v1.10.1 |
306 | 2024-12-28T04:15:26.374Z | Downloaded miniz_oxide v0.8.2 |
307 | 2024-12-28T04:15:26.377Z | Downloaded serde_derive v1.0.217 |
308 | 2024-12-28T04:15:26.380Z | Downloaded icu_properties v1.5.1 |
309 | 2024-12-28T04:15:26.382Z | Downloaded toml_edit v0.22.22 |
310 | 2024-12-28T04:15:26.403Z | Downloaded serde v1.0.217 |
311 | 2024-12-28T04:15:26.406Z | Downloaded tower v0.5.2 |
312 | 2024-12-28T04:15:26.416Z | Downloaded rand v0.8.5 |
313 | 2024-12-28T04:15:26.420Z | Downloaded indexmap v2.7.0 |
314 | 2024-12-28T04:15:26.426Z | Downloaded ron v0.8.1 |
315 | 2024-12-28T04:15:26.430Z | Downloaded guppy v0.17.11 |
316 | 2024-12-28T04:15:26.436Z | Downloaded memchr v2.7.4 |
317 | 2024-12-28T04:15:26.441Z | Downloaded zerovec v0.10.4 |
318 | 2024-12-28T04:15:26.447Z | Downloaded aho-corasick v1.1.3 |
319 | 2024-12-28T04:15:26.453Z | Downloaded mio v1.0.3 |
320 | 2024-12-28T04:15:26.461Z | Downloaded nom v7.1.3 |
321 | 2024-12-28T04:15:26.485Z | Downloaded idna v1.0.3 |
322 | 2024-12-28T04:15:26.485Z | Downloaded serde_json v1.0.134 |
323 | 2024-12-28T04:15:26.494Z | Downloaded miette v7.4.0 |
324 | 2024-12-28T04:15:26.494Z | Downloaded color-spantrace v0.2.1 |
325 | 2024-12-28T04:15:26.494Z | Downloaded futures-util v0.3.31 |
326 | 2024-12-28T04:15:26.504Z | Downloaded zerocopy v0.7.35 |
327 | 2024-12-28T04:15:26.517Z | Downloaded winnow v0.6.20 |
328 | 2024-12-28T04:15:26.527Z | Downloaded chrono v0.4.39 |
329 | 2024-12-28T04:15:26.532Z | Downloaded quick-xml v0.23.1 |
330 | 2024-12-28T04:15:26.538Z | Downloaded unicode-normalization v0.1.24 |
331 | 2024-12-28T04:15:26.543Z | Downloaded quinn-proto v0.11.9 |
332 | 2024-12-28T04:15:26.549Z | Downloaded portable-atomic v1.10.0 |
333 | 2024-12-28T04:15:26.556Z | Downloaded gimli v0.28.1 |
334 | 2024-12-28T04:15:26.570Z | Downloaded quick-xml v0.37.1 |
335 | 2024-12-28T04:15:26.574Z | Downloaded curve25519-dalek v4.1.3 |
336 | 2024-12-28T04:15:26.581Z | Downloaded vcpkg v0.2.15 |
337 | 2024-12-28T04:15:26.613Z | Downloaded rustls-webpki v0.102.8 |
338 | 2024-12-28T04:15:26.630Z | Downloaded tracing-subscriber v0.3.19 |
339 | 2024-12-28T04:15:26.637Z | Downloaded icu_properties_data v1.5.0 |
340 | 2024-12-28T04:15:26.647Z | Downloaded regex v1.11.1 |
341 | 2024-12-28T04:15:26.658Z | Downloaded unicode-width v0.1.14 |
342 | 2024-12-28T04:15:26.664Z | Downloaded webpki-roots v0.26.7 |
343 | 2024-12-28T04:15:26.667Z | Downloaded object v0.32.2 |
344 | 2024-12-28T04:15:26.677Z | Downloaded syn v2.0.92 |
345 | 2024-12-28T04:15:26.687Z | Downloaded nextest-runner v0.70.0 |
346 | 2024-12-28T04:15:26.697Z | Downloaded rustls v0.23.20 |
347 | 2024-12-28T04:15:26.711Z | Downloaded nix v0.29.0 |
348 | 2024-12-28T04:15:26.720Z | Downloaded regex-syntax v0.8.5 |
349 | 2024-12-28T04:15:26.727Z | Downloaded rustix v0.38.42 |
350 | 2024-12-28T04:15:26.747Z | Downloaded openssl v0.10.68 |
351 | 2024-12-28T04:15:26.755Z | Downloaded unicode-width v0.2.0 |
352 | 2024-12-28T04:15:26.762Z | Downloaded bstr v1.11.1 |
353 | 2024-12-28T04:15:26.769Z | Downloaded reqwest v0.12.11 |
354 | 2024-12-28T04:15:26.776Z | Downloaded itertools v0.13.0 |
355 | 2024-12-28T04:15:26.784Z | Downloaded hyper v1.5.2 |
356 | 2024-12-28T04:15:26.789Z | Downloaded regex-automata v0.4.9 |
357 | 2024-12-28T04:15:26.804Z | Downloaded color-eyre v0.6.3 |
358 | 2024-12-28T04:15:26.810Z | Downloaded clap_builder v4.5.23 |
359 | 2024-12-28T04:15:26.817Z | Downloaded hashbrown v0.15.2 |
360 | 2024-12-28T04:15:26.822Z | Downloaded crossterm v0.28.1 |
361 | 2024-12-28T04:15:26.827Z | Downloaded minimal-lexical v0.2.1 |
362 | 2024-12-28T04:15:26.830Z | Downloaded quinn v0.11.6 |
363 | 2024-12-28T04:15:26.834Z | Downloaded icu_collections v1.5.0 |
364 | 2024-12-28T04:15:26.838Z | Downloaded libc v0.2.169 |
365 | 2024-12-28T04:15:26.863Z | Downloaded http v1.2.0 |
366 | 2024-12-28T04:15:26.866Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
367 | 2024-12-28T04:15:26.881Z | Downloaded indicatif v0.17.9 |
368 | 2024-12-28T04:15:26.885Z | Downloaded pin-project v1.1.7 |
369 | 2024-12-28T04:15:26.895Z | Downloaded flate2 v1.0.35 |
370 | 2024-12-28T04:15:26.899Z | Downloaded icu_normalizer v1.5.0 |
371 | 2024-12-28T04:15:26.902Z | Downloaded url v2.5.4 |
372 | 2024-12-28T04:15:26.907Z | Downloaded parking_lot_core v0.9.10 |
373 | 2024-12-28T04:15:26.907Z | Downloaded petgraph v0.6.5 |
374 | 2024-12-28T04:15:26.921Z | Downloaded tokio v1.42.0 |
375 | 2024-12-28T04:15:26.957Z | Downloaded hyper-util v0.1.10 |
376 | 2024-12-28T04:15:26.959Z | Downloaded base64 v0.22.1 |
377 | 2024-12-28T04:15:26.962Z | Downloaded rustls-pemfile v2.2.0 |
378 | 2024-12-28T04:15:26.965Z | Downloaded pin-project-internal v1.1.7 |
379 | 2024-12-28T04:15:26.968Z | Downloaded ipnet v2.10.1 |
380 | 2024-12-28T04:15:26.968Z | Downloaded lock_api v0.4.12 |
381 | 2024-12-28T04:15:26.970Z | Downloaded icu_locid v1.5.0 |
382 | 2024-12-28T04:15:26.973Z | Downloaded der v0.7.9 |
383 | 2024-12-28T04:15:26.977Z | Downloaded textwrap v0.16.1 |
384 | 2024-12-28T04:15:26.979Z | Downloaded socket2 v0.5.8 |
385 | 2024-12-28T04:15:26.982Z | Downloaded tempfile v3.14.0 |
386 | 2024-12-28T04:15:26.984Z | Downloaded sharded-slab v0.1.7 |
387 | 2024-12-28T04:15:26.986Z | Downloaded borsh v1.5.3 |
388 | 2024-12-28T04:15:26.991Z | Downloaded bytes v1.9.0 |
389 | 2024-12-28T04:15:26.994Z | Downloaded scopeguard v1.2.0 |
390 | 2024-12-28T04:15:26.997Z | Downloaded target-spec v3.3.1 |
391 | 2024-12-28T04:15:26.997Z | Downloaded spin v0.9.8 |
392 | 2024-12-28T04:15:26.999Z | Downloaded bitflags v2.6.0 |
393 | 2024-12-28T04:15:27.002Z | Downloaded self-replace v1.5.0 |
394 | 2024-12-28T04:15:27.005Z | Downloaded const-oid v0.9.6 |
395 | 2024-12-28T04:15:27.005Z | Downloaded tinystr v0.7.6 |
396 | 2024-12-28T04:15:27.008Z | Downloaded console v0.15.10 |
397 | 2024-12-28T04:15:27.011Z | Downloaded icu_provider_macros v1.5.0 |
398 | 2024-12-28T04:15:27.011Z | Downloaded hyper-rustls v0.27.5 |
399 | 2024-12-28T04:15:27.014Z | Downloaded tokio-rustls v0.26.1 |
400 | 2024-12-28T04:15:27.014Z | Downloaded thiserror v2.0.9 |
401 | 2024-12-28T04:15:27.018Z | Downloaded target-lexicon v0.12.16 |
402 | 2024-12-28T04:15:27.021Z | Downloaded httparse v1.9.5 |
403 | 2024-12-28T04:15:27.023Z | Downloaded futures-channel v0.3.31 |
404 | 2024-12-28T04:15:27.026Z | Downloaded base64ct v1.6.0 |
405 | 2024-12-28T04:15:27.026Z | Downloaded supports-hyperlinks v3.1.0 |
406 | 2024-12-28T04:15:27.028Z | Downloaded serde_path_to_error v0.1.16 |
407 | 2024-12-28T04:15:27.028Z | Downloaded getrandom v0.2.15 |
408 | 2024-12-28T04:15:27.031Z | Downloaded recursion v0.5.2 |
409 | 2024-12-28T04:15:27.038Z | Downloaded filetime v0.2.25 |
410 | 2024-12-28T04:15:27.041Z | Downloaded camino v1.1.9 |
411 | 2024-12-28T04:15:27.043Z | Downloaded zerofrom-derive v0.1.5 |
412 | 2024-12-28T04:15:27.043Z | Downloaded terminal_size v0.4.1 |
413 | 2024-12-28T04:15:27.043Z | Downloaded stable_deref_trait v1.2.0 |
414 | 2024-12-28T04:15:27.045Z | Downloaded cargo-platform v0.1.9 |
415 | 2024-12-28T04:15:27.045Z | Downloaded hex v0.4.3 |
416 | 2024-12-28T04:15:27.048Z | Downloaded futures-macro v0.3.31 |
417 | 2024-12-28T04:15:27.049Z | Downloaded thiserror-impl v1.0.69 |
418 | 2024-12-28T04:15:27.049Z | Downloaded future-queue v0.3.0 |
419 | 2024-12-28T04:15:27.053Z | Downloaded utf16_iter v1.0.5 |
420 | 2024-12-28T04:15:27.054Z | Downloaded thiserror v1.0.69 |
421 | 2024-12-28T04:15:27.061Z | Downloaded byteorder v1.5.0 |
422 | 2024-12-28T04:15:27.061Z | Downloaded vte_generate_state_changes v0.1.2 |
423 | 2024-12-28T04:15:27.061Z | Downloaded supports-color v3.0.2 |
424 | 2024-12-28T04:15:27.067Z | Downloaded anstyle-query v1.1.2 |
425 | 2024-12-28T04:15:27.067Z | Downloaded fnv v1.0.7 |
426 | 2024-12-28T04:15:27.068Z | Downloaded displaydoc v0.2.5 |
427 | 2024-12-28T04:15:27.068Z | Downloaded async-scoped v0.9.0 |
428 | 2024-12-28T04:15:27.068Z | Downloaded humantime-serde v1.1.1 |
429 | 2024-12-28T04:15:27.068Z | Downloaded futures-io v0.3.31 |
430 | 2024-12-28T04:15:27.076Z | Downloaded form_urlencoded v1.2.1 |
431 | 2024-12-28T04:15:27.076Z | Downloaded errno v0.3.10 |
432 | 2024-12-28T04:15:27.077Z | Downloaded spki v0.7.3 |
433 | 2024-12-28T04:15:27.077Z | Downloaded heck v0.5.0 |
434 | 2024-12-28T04:15:27.077Z | Downloaded futures-task v0.3.31 |
435 | 2024-12-28T04:15:27.077Z | Downloaded debug-ignore v1.0.5 |
436 | 2024-12-28T04:15:27.077Z | Downloaded subtle v2.6.1 |
437 | 2024-12-28T04:15:27.077Z | Downloaded synstructure v0.13.1 |
438 | 2024-12-28T04:15:27.085Z | Downloaded shared_child v1.0.1 |
439 | 2024-12-28T04:15:27.085Z | Downloaded block-buffer v0.10.4 |
440 | 2024-12-28T04:15:27.085Z | Downloaded tower-layer v0.3.3 |
441 | 2024-12-28T04:15:27.086Z | Downloaded http-body-util v0.1.2 |
442 | 2024-12-28T04:15:27.086Z | Downloaded cpufeatures v0.2.16 |
443 | 2024-12-28T04:15:27.086Z | Downloaded autocfg v1.4.0 |
444 | 2024-12-28T04:15:27.087Z | Downloaded crypto-common v0.1.6 |
445 | 2024-12-28T04:15:27.087Z | Downloaded cfg-if v1.0.0 |
446 | 2024-12-28T04:15:27.092Z | Downloaded digest v0.10.7 |
447 | 2024-12-28T04:15:27.092Z | Downloaded backtrace-ext v0.2.1 |
448 | 2024-12-28T04:15:27.092Z | Downloaded signal-hook-mio v0.2.4 |
449 | 2024-12-28T04:15:27.092Z | Downloaded shell-words v1.1.0 |
450 | 2024-12-28T04:15:27.092Z | Downloaded home v0.5.11 |
451 | 2024-12-28T04:15:27.092Z | Downloaded ed25519 v2.2.3 |
452 | 2024-12-28T04:15:27.093Z | Downloaded curve25519-dalek-derive v0.1.1 |
453 | 2024-12-28T04:15:27.093Z | Downloaded colorchoice v1.0.3 |
454 | 2024-12-28T04:15:27.097Z | Downloaded addr2line v0.21.0 |
455 | 2024-12-28T04:15:27.214Z | Downloaded ring v0.17.8 |
456 | 2024-12-28T04:15:27.505Z | Compiling proc-macro2 v1.0.92 |
457 | 2024-12-28T04:15:27.505Z | Compiling unicode-ident v1.0.14 |
458 | 2024-12-28T04:15:27.505Z | Compiling libc v0.2.169 |
459 | 2024-12-28T04:15:27.508Z | Compiling cfg-if v1.0.0 |
460 | 2024-12-28T04:15:27.508Z | Compiling memchr v2.7.4 |
461 | 2024-12-28T04:15:27.528Z | Compiling serde v1.0.217 |
462 | 2024-12-28T04:15:27.531Z | Compiling once_cell v1.20.2 |
463 | 2024-12-28T04:15:27.698Z | Compiling shlex v1.3.0 |
464 | 2024-12-28T04:15:27.784Z | Compiling autocfg v1.4.0 |
465 | 2024-12-28T04:15:27.996Z | Compiling log v0.4.22 |
466 | 2024-12-28T04:15:28.051Z | Compiling pin-project-lite v0.2.15 |
467 | 2024-12-28T04:15:28.150Z | Compiling itoa v1.0.14 |
468 | 2024-12-28T04:15:28.344Z | Compiling smallvec v1.13.2 |
469 | 2024-12-28T04:15:28.372Z | Compiling rustix v0.38.42 |
470 | 2024-12-28T04:15:28.519Z | Compiling bitflags v2.6.0 |
471 | 2024-12-28T04:15:28.854Z | Compiling futures-core v0.3.31 |
472 | 2024-12-28T04:15:28.906Z | Compiling slab v0.4.9 |
473 | 2024-12-28T04:15:29.090Z | Compiling stable_deref_trait v1.2.0 |
474 | 2024-12-28T04:15:29.104Z | Compiling bytes v1.9.0 |
475 | 2024-12-28T04:15:29.147Z | Compiling futures-sink v0.3.31 |
476 | 2024-12-28T04:15:29.217Z | Compiling pin-utils v0.1.0 |
477 | 2024-12-28T04:15:29.310Z | Compiling futures-channel v0.3.31 |
478 | 2024-12-28T04:15:29.327Z | Compiling version_check v0.9.5 |
479 | 2024-12-28T04:15:29.714Z | Compiling jobserver v0.1.32 |
480 | 2024-12-28T04:15:29.789Z | Compiling futures-io v0.3.31 |
481 | 2024-12-28T04:15:29.810Z | Compiling futures-task v0.3.31 |
482 | 2024-12-28T04:15:30.025Z | Compiling quote v1.0.38 |
483 | 2024-12-28T04:15:30.145Z | Compiling cc v1.2.6 |
484 | 2024-12-28T04:15:30.147Z | Compiling ryu v1.0.18 |
485 | 2024-12-28T04:15:30.147Z | Compiling serde_json v1.0.134 |
486 | 2024-12-28T04:15:30.491Z | Compiling syn v2.0.92 |
487 | 2024-12-28T04:15:30.562Z | Compiling errno v0.3.10 |
488 | 2024-12-28T04:15:30.677Z | Compiling getrandom v0.2.15 |
489 | 2024-12-28T04:15:30.768Z | Compiling signal-hook-registry v1.4.2 |
490 | 2024-12-28T04:15:30.796Z | Compiling mio v1.0.3 |
491 | 2024-12-28T04:15:30.841Z | Compiling socket2 v0.5.8 |
492 | 2024-12-28T04:15:31.021Z | Compiling tracing-core v0.1.33 |
493 | 2024-12-28T04:15:31.099Z | Compiling writeable v0.5.5 |
494 | 2024-12-28T04:15:32.222Z | Compiling litemap v0.7.4 |
495 | 2024-12-28T04:15:32.305Z | Compiling fnv v1.0.7 |
496 | 2024-12-28T04:15:32.451Z | Compiling camino v1.1.9 |
497 | 2024-12-28T04:15:32.469Z | Compiling equivalent v1.0.1 |
498 | 2024-12-28T04:15:32.587Z | Compiling icu_locid_transform_data v1.5.0 |
499 | 2024-12-28T04:15:32.604Z | Compiling rustls-pki-types v1.10.1 |
500 | 2024-12-28T04:15:32.667Z | Compiling hashbrown v0.15.2 |
501 | 2024-12-28T04:15:32.698Z | Compiling target-lexicon v0.12.16 |
502 | 2024-12-28T04:15:33.130Z | Compiling http v1.2.0 |
503 | 2024-12-28T04:15:33.563Z | Compiling icu_properties_data v1.5.0 |
504 | 2024-12-28T04:15:33.716Z | Compiling thiserror v1.0.69 |
505 | 2024-12-28T04:15:33.833Z | Compiling adler v1.0.2 |
506 | 2024-12-28T04:15:33.988Z | Compiling ring v0.17.8 |
507 | 2024-12-28T04:15:34.131Z | Compiling backtrace v0.3.71 |
508 | 2024-12-28T04:15:34.197Z | Compiling spin v0.9.8 |
509 | 2024-12-28T04:15:34.304Z | Compiling httparse v1.9.5 |
510 | 2024-12-28T04:15:34.407Z | Compiling gimli v0.28.1 |
511 | 2024-12-28T04:15:34.482Z | Compiling semver v1.0.24 |
512 | 2024-12-28T04:15:34.686Z | Compiling utf8parse v0.2.2 |
513 | 2024-12-28T04:15:34.840Z | Compiling typenum v1.17.0 |
514 | 2024-12-28T04:15:34.968Z | Compiling guppy-workspace-hack v0.1.0 |
515 | 2024-12-28T04:15:34.985Z | Compiling untrusted v0.9.0 |
516 | 2024-12-28T04:15:35.162Z | Compiling byteorder v1.5.0 |
517 | 2024-12-28T04:15:35.431Z | Compiling http-body v1.0.1 |
518 | 2024-12-28T04:15:35.562Z | Compiling miniz_oxide v0.7.4 |
519 | 2024-12-28T04:15:35.844Z | Compiling generic-array v0.14.7 |
520 | 2024-12-28T04:15:35.847Z | Compiling object v0.32.2 |
521 | 2024-12-28T04:15:36.175Z | Compiling pkg-config v0.3.31 |
522 | 2024-12-28T04:15:36.821Z | Compiling rustls v0.23.20 |
523 | 2024-12-28T04:15:36.855Z | Compiling utf16_iter v1.0.5 |
524 | 2024-12-28T04:15:37.041Z | Compiling rustc-demangle v0.1.24 |
525 | 2024-12-28T04:15:37.147Z | Compiling icu_normalizer_data v1.5.0 |
526 | 2024-12-28T04:15:37.256Z | Compiling utf8_iter v1.0.4 |
527 | 2024-12-28T04:15:37.397Z | Compiling write16 v1.0.0 |
528 | 2024-12-28T04:15:37.507Z | Compiling try-lock v0.2.5 |
529 | 2024-12-28T04:15:37.533Z | Compiling unicode-width v0.2.0 |
530 | 2024-12-28T04:15:37.641Z | Compiling target-spec v3.3.1 |
531 | 2024-12-28T04:15:37.663Z | Compiling thiserror v2.0.9 |
532 | 2024-12-28T04:15:38.063Z | Compiling synstructure v0.13.1 |
533 | 2024-12-28T04:15:38.128Z | Compiling zeroize v1.8.1 |
534 | 2024-12-28T04:15:38.235Z | Compiling fastrand v2.3.0 |
535 | 2024-12-28T04:15:38.792Z | Compiling addr2line v0.21.0 |
536 | 2024-12-28T04:15:38.844Z | Compiling tempfile v3.14.0 |
537 | 2024-12-28T04:15:39.170Z | Compiling want v0.3.1 |
538 | 2024-12-28T04:15:39.415Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
539 | 2024-12-28T04:15:39.454Z | Compiling cfg-expr v0.17.2 |
540 | 2024-12-28T04:15:40.711Z | Compiling terminal_size v0.4.1 |
541 | 2024-12-28T04:15:40.742Z | Compiling aho-corasick v1.1.3 |
542 | 2024-12-28T04:15:40.992Z | Compiling percent-encoding v2.3.1 |
543 | 2024-12-28T04:15:41.130Z | Compiling owo-colors v4.1.0 |
544 | 2024-12-28T04:15:41.199Z | Compiling subtle v2.6.1 |
545 | 2024-12-28T04:15:41.455Z | Compiling regex-syntax v0.8.5 |
546 | 2024-12-28T04:15:41.474Z | Compiling tower-service v0.3.3 |
547 | 2024-12-28T04:15:41.523Z | Compiling form_urlencoded v1.2.1 |
548 | 2024-12-28T04:15:42.048Z | Compiling ahash v0.8.11 |
549 | 2024-12-28T04:15:42.389Z | Compiling num-traits v0.2.19 |
550 | 2024-12-28T04:15:42.733Z | Compiling lock_api v0.4.12 |
551 | 2024-12-28T04:15:42.868Z | Compiling portable-atomic v1.10.0 |
552 | 2024-12-28T04:15:43.284Z | Compiling serde_derive v1.0.217 |
553 | 2024-12-28T04:15:43.865Z | Compiling zerofrom-derive v0.1.5 |
554 | 2024-12-28T04:15:44.196Z | Compiling yoke-derive v0.7.5 |
555 | 2024-12-28T04:15:47.169Z | Compiling zerovec-derive v0.10.3 |
556 | 2024-12-28T04:15:47.464Z | Compiling zerofrom v0.1.5 |
557 | 2024-12-28T04:15:47.707Z | Compiling yoke v0.7.5 |
558 | 2024-12-28T04:15:48.115Z | Compiling displaydoc v0.2.5 |
559 | 2024-12-28T04:15:49.642Z | Compiling zerovec v0.10.4 |
560 | 2024-12-28T04:15:49.645Z | Compiling futures-macro v0.3.31 |
561 | 2024-12-28T04:15:51.524Z | Compiling futures-util v0.3.31 |
562 | 2024-12-28T04:15:52.534Z | Compiling tinystr v0.7.6 |
563 | 2024-12-28T04:15:53.023Z | Compiling tokio-macros v2.4.0 |
564 | 2024-12-28T04:15:54.109Z | Compiling icu_locid v1.5.0 |
565 | 2024-12-28T04:15:54.521Z | Compiling icu_provider_macros v1.5.0 |
566 | 2024-12-28T04:15:54.644Z | Compiling tokio v1.42.0 |
567 | 2024-12-28T04:15:55.022Z | Compiling tracing-attributes v0.1.28 |
568 | 2024-12-28T04:15:55.724Z | Compiling icu_provider v1.5.0 |
569 | 2024-12-28T04:15:58.508Z | Compiling tracing v0.1.41 |
570 | 2024-12-28T04:15:58.540Z | Compiling indexmap v2.7.0 |
571 | 2024-12-28T04:15:58.757Z | Compiling icu_locid_transform v1.5.0 |
572 | 2024-12-28T04:15:59.194Z | Compiling icu_collections v1.5.0 |
573 | 2024-12-28T04:15:59.388Z | Compiling zerocopy-derive v0.7.35 |
574 | 2024-12-28T04:16:00.355Z | Compiling icu_properties v1.5.1 |
575 | 2024-12-28T04:16:01.581Z | Compiling zerocopy v0.7.35 |
576 | 2024-12-28T04:16:01.960Z | Compiling thiserror-impl v1.0.69 |
577 | 2024-12-28T04:16:03.386Z | Compiling thiserror-impl v2.0.9 |
578 | 2024-12-28T04:16:04.759Z | Compiling icu_normalizer v1.5.0 |
579 | 2024-12-28T04:16:04.788Z | Compiling rustls-webpki v0.102.8 |
580 | 2024-12-28T04:16:05.203Z | Compiling hyper v1.5.2 |
581 | 2024-12-28T04:16:06.679Z | Compiling idna_adapter v1.2.0 |
582 | 2024-12-28T04:16:09.470Z | Compiling regex-automata v0.4.9 |
583 | 2024-12-28T04:16:09.509Z | Compiling unicode-width v0.1.14 |
584 | 2024-12-28T04:16:10.050Z | Compiling parking_lot_core v0.9.10 |
585 | 2024-12-28T04:16:10.086Z | Compiling either v1.13.0 |
586 | 2024-12-28T04:16:10.532Z | Compiling is_ci v1.2.0 |
587 | 2024-12-28T04:16:10.579Z | Compiling winnow v0.6.20 |
588 | 2024-12-28T04:16:10.816Z | Compiling signal-hook v0.3.17 |
589 | 2024-12-28T04:16:11.141Z | Compiling lazy_static v1.5.0 |
590 | 2024-12-28T04:16:11.283Z | Compiling unicode-linebreak v0.1.5 |
591 | 2024-12-28T04:16:11.823Z | Compiling nextest-workspace-hack v0.1.0 |
592 | 2024-12-28T04:16:12.175Z | Compiling textwrap v0.16.1 |
593 | 2024-12-28T04:16:14.624Z | Compiling tokio-rustls v0.26.1 |
594 | 2024-12-28T04:16:14.626Z | Compiling sharded-slab v0.1.7 |
595 | 2024-12-28T04:16:14.626Z | Compiling supports-color v3.0.2 |
596 | 2024-12-28T04:16:14.998Z | Compiling hyper-util v0.1.10 |
597 | 2024-12-28T04:16:15.121Z | Compiling idna v1.0.3 |
598 | 2024-12-28T04:16:15.312Z | Compiling pathdiff v0.2.3 |
599 | 2024-12-28T04:16:15.495Z | Compiling cargo-platform v0.1.9 |
600 | 2024-12-28T04:16:15.725Z | Compiling serde_spanned v0.6.8 |
601 | 2024-12-28T04:16:15.970Z | Compiling toml_datetime v0.6.8 |
602 | 2024-12-28T04:16:16.674Z | Compiling backtrace-ext v0.2.1 |
603 | 2024-12-28T04:16:16.755Z | Compiling miette-derive v7.4.0 |
604 | 2024-12-28T04:16:19.713Z | Compiling console v0.15.10 |
605 | 2024-12-28T04:16:20.480Z | Compiling webpki-roots v0.26.7 |
606 | 2024-12-28T04:16:20.498Z | Compiling tracing-log v0.2.0 |
607 | 2024-12-28T04:16:20.708Z | Compiling vte_generate_state_changes v0.1.2 |
608 | 2024-12-28T04:16:20.869Z | Compiling sync_wrapper v1.0.2 |
609 | 2024-12-28T04:16:21.039Z | Compiling thread_local v1.1.8 |
610 | 2024-12-28T04:16:21.213Z | Compiling zstd-safe v7.2.1 |
611 | 2024-12-28T04:16:21.345Z | Compiling cfg_aliases v0.2.1 |
612 | 2024-12-28T04:16:21.448Z | Compiling scopeguard v1.2.0 |
613 | 2024-12-28T04:16:21.580Z | Compiling adler2 v2.0.0 |
614 | 2024-12-28T04:16:21.596Z | Compiling supports-hyperlinks v3.1.0 |
615 | 2024-12-28T04:16:21.752Z | Compiling tower-layer v0.3.3 |
616 | 2024-12-28T04:16:21.849Z | Compiling newtype-uuid v1.1.3 |
617 | 2024-12-28T04:16:22.117Z | Compiling fixedbitset v0.4.2 |
618 | 2024-12-28T04:16:22.180Z | Compiling supports-unicode v3.0.0 |
619 | 2024-12-28T04:16:22.462Z | Compiling petgraph v0.6.5 |
620 | 2024-12-28T04:16:22.606Z | Compiling miette v7.4.0 |
621 | 2024-12-28T04:16:22.803Z | Compiling tower v0.5.2 |
622 | 2024-12-28T04:16:22.857Z | Compiling miniz_oxide v0.8.2 |
623 | 2024-12-28T04:16:24.300Z | Compiling nix v0.29.0 |
624 | 2024-12-28T04:16:25.187Z | Compiling vte v0.11.1 |
625 | 2024-12-28T04:16:25.468Z | Compiling tracing-subscriber v0.3.19 |
626 | 2024-12-28T04:16:26.037Z | Compiling hyper-rustls v0.27.5 |
627 | 2024-12-28T04:16:27.691Z | Compiling toml_edit v0.22.22 |
628 | 2024-12-28T04:16:29.065Z | Compiling cargo_metadata v0.19.1 |
629 | 2024-12-28T04:16:29.230Z | Compiling url v2.5.4 |
630 | 2024-12-28T04:16:34.180Z | Compiling regex v1.11.1 |
631 | 2024-12-28T04:16:34.826Z | Compiling itertools v0.13.0 |
632 | 2024-12-28T04:16:36.009Z | Compiling ppv-lite86 v0.2.20 |
633 | 2024-12-28T04:16:36.962Z | Compiling futures-executor v0.3.31 |
634 | 2024-12-28T04:16:37.905Z | Compiling http-body-util v0.1.2 |
635 | 2024-12-28T04:16:38.136Z | Compiling smol_str v0.3.2 |
636 | 2024-12-28T04:16:38.477Z | Compiling serde_urlencoded v0.7.1 |
637 | 2024-12-28T04:16:38.766Z | Compiling pin-project-internal v1.1.7 |
638 | 2024-12-28T04:16:38.805Z | Compiling block-buffer v0.10.4 |
639 | 2024-12-28T04:16:39.055Z | Compiling crypto-common v0.1.6 |
640 | 2024-12-28T04:16:39.085Z | Compiling anstyle-parse v0.2.6 |
641 | 2024-12-28T04:16:39.279Z | Compiling rustls-pemfile v2.2.0 |
642 | 2024-12-28T04:16:39.489Z | Compiling xattr v1.3.1 |
643 | 2024-12-28T04:16:39.761Z | Compiling rand_core v0.6.4 |
644 | 2024-12-28T04:16:39.797Z | Compiling uuid v1.11.0 |
645 | 2024-12-28T04:16:40.093Z | Compiling filetime v0.2.25 |
646 | 2024-12-28T04:16:40.266Z | Compiling bstr v1.11.1 |
647 | 2024-12-28T04:16:40.451Z | Compiling crc32fast v1.4.2 |
648 | 2024-12-28T04:16:40.963Z | Compiling anstyle v1.0.10 |
649 | 2024-12-28T04:16:40.967Z | Compiling nested v0.1.1 |
650 | 2024-12-28T04:16:41.349Z | Compiling eyre v0.6.12 |
651 | 2024-12-28T04:16:41.475Z | Compiling static_assertions v1.1.0 |
652 | 2024-12-28T04:16:41.576Z | Compiling is_terminal_polyfill v1.70.1 |
653 | 2024-12-28T04:16:41.685Z | Compiling iana-time-zone v0.1.61 |
654 | 2024-12-28T04:16:41.707Z | Compiling anstyle-query v1.1.2 |
655 | 2024-12-28T04:16:41.800Z | Compiling tinyvec_macros v0.1.1 |
656 | 2024-12-28T04:16:41.850Z | Compiling self_update v0.41.0 |
657 | 2024-12-28T04:16:41.882Z | Compiling base64 v0.22.1 |
658 | 2024-12-28T04:16:41.900Z | Compiling colorchoice v1.0.3 |
659 | 2024-12-28T04:16:42.062Z | Compiling number_prefix v0.4.0 |
660 | 2024-12-28T04:16:42.207Z | Compiling mime v0.3.17 |
661 | 2024-12-28T04:16:42.222Z | Compiling minimal-lexical v0.2.1 |
662 | 2024-12-28T04:16:42.304Z | Compiling ipnet v2.10.1 |
663 | 2024-12-28T04:16:42.367Z | Compiling debug-ignore v1.0.5 |
664 | 2024-12-28T04:16:42.520Z | Compiling guppy v0.17.11 |
665 | 2024-12-28T04:16:42.890Z | Compiling reqwest v0.12.11 |
666 | 2024-12-28T04:16:42.989Z | Compiling nom v7.1.3 |
667 | 2024-12-28T04:16:43.263Z | Compiling indicatif v0.17.9 |
668 | 2024-12-28T04:16:44.282Z | Compiling anstream v0.6.18 |
669 | 2024-12-28T04:16:45.464Z | Compiling tinyvec v1.8.1 |
670 | 2024-12-28T04:16:45.863Z | Compiling chrono v0.4.39 |
671 | 2024-12-28T04:16:47.236Z | Compiling pin-project v1.1.7 |
672 | 2024-12-28T04:16:47.376Z | Compiling globset v0.4.15 |
673 | 2024-12-28T04:16:47.543Z | Compiling flate2 v1.0.35 |
674 | 2024-12-28T04:16:49.180Z | Compiling tar v0.4.43 |
675 | 2024-12-28T04:16:50.649Z | Compiling rand_chacha v0.3.1 |
676 | 2024-12-28T04:16:51.048Z | Compiling digest v0.10.7 |
677 | 2024-12-28T04:16:51.475Z | Compiling nextest-metadata v0.12.1 |
678 | 2024-12-28T04:16:52.417Z | Compiling futures v0.3.31 |
679 | 2024-12-28T04:16:52.538Z | Compiling signal-hook-mio v0.2.4 |
680 | 2024-12-28T04:16:52.727Z | Compiling parking_lot v0.12.3 |
681 | 2024-12-28T04:16:52.754Z | Compiling toml v0.8.19 |
682 | 2024-12-28T04:16:54.139Z | Compiling tracing-error v0.2.1 |
683 | 2024-12-28T04:16:54.590Z | Compiling strip-ansi-escapes v0.2.0 |
684 | 2024-12-28T04:16:55.341Z | Compiling self-replace v1.5.0 |
685 | 2024-12-28T04:16:55.464Z | Compiling shared_child v1.0.1 |
686 | 2024-12-28T04:16:55.755Z | Compiling os_pipe v1.2.1 |
687 | 2024-12-28T04:16:55.912Z | Compiling quick-xml v0.37.1 |
688 | 2024-12-28T04:16:56.032Z | Compiling quick-xml v0.23.1 |
689 | 2024-12-28T04:16:56.103Z | Compiling heck v0.5.0 |
690 | 2024-12-28T04:16:56.517Z | Compiling cpufeatures v0.2.16 |
691 | 2024-12-28T04:16:56.574Z | Compiling clap_lex v0.7.4 |
692 | 2024-12-28T04:16:56.618Z | Compiling unicase v2.8.1 |
693 | 2024-12-28T04:16:57.162Z | Compiling humantime v2.1.0 |
694 | 2024-12-28T04:16:57.292Z | Compiling shell-words v1.1.0 |
695 | 2024-12-28T04:16:57.745Z | Compiling indenter v0.3.3 |
696 | 2024-12-28T04:16:57.965Z | Compiling urlencoding v2.1.3 |
697 | 2024-12-28T04:16:58.041Z | Compiling strsim v0.11.1 |
698 | 2024-12-28T04:16:58.423Z | Compiling recursion v0.5.2 |
699 | 2024-12-28T04:16:58.478Z | Compiling owo-colors v3.5.0 |
700 | 2024-12-28T04:16:58.646Z | Compiling nextest-filtering v0.12.0 |
701 | 2024-12-28T04:16:59.611Z | Compiling clap_builder v4.5.23 |
702 | 2024-12-28T04:17:01.415Z | Compiling color-spantrace v0.2.1 |
703 | 2024-12-28T04:17:01.513Z | Compiling humantime-serde v1.1.1 |
704 | 2024-12-28T04:17:01.785Z | Compiling quick-junit v0.5.1 |
705 | 2024-12-28T04:17:02.403Z | Compiling sha2 v0.10.8 |
706 | 2024-12-28T04:17:04.290Z | Compiling clap_derive v4.5.18 |
707 | 2024-12-28T04:17:05.336Z | Compiling duct v0.13.7 |
708 | 2024-12-28T04:17:05.652Z | Compiling cargo-nextest v0.9.87 |
709 | 2024-12-28T04:17:07.771Z | Compiling config v0.14.1 |
710 | 2024-12-28T04:17:08.627Z | Compiling crossterm v0.28.1 |
711 | 2024-12-28T04:17:09.156Z | Compiling async-scoped v0.9.0 |
712 | 2024-12-28T04:17:09.459Z | Compiling rand v0.8.5 |
713 | 2024-12-28T04:17:09.485Z | Compiling unicode-normalization v0.1.24 |
714 | 2024-12-28T04:17:10.828Z | Compiling zstd v0.13.2 |
715 | 2024-12-28T04:17:11.432Z | Compiling target-spec-miette v0.4.4 |
716 | 2024-12-28T04:17:11.769Z | Compiling mukti-metadata v0.3.0 |
717 | 2024-12-28T04:17:12.264Z | Compiling tokio-stream v0.1.17 |
718 | 2024-12-28T04:17:12.839Z | Compiling camino-tempfile v1.1.1 |
719 | 2024-12-28T04:17:13.477Z | Compiling future-queue v0.3.0 |
720 | 2024-12-28T04:17:13.597Z | Compiling serde_path_to_error v0.1.16 |
721 | 2024-12-28T04:17:13.979Z | Compiling serde_ignored v0.1.10 |
722 | 2024-12-28T04:17:14.431Z | Compiling derive-where v1.2.7 |
723 | 2024-12-28T04:17:14.688Z | Compiling atomicwrites v0.4.4 |
724 | 2024-12-28T04:17:15.229Z | Compiling indent_write v2.2.0 |
725 | 2024-12-28T04:17:15.471Z | Compiling home v0.5.11 |
726 | 2024-12-28T04:17:15.718Z | Compiling swrite v0.1.0 |
727 | 2024-12-28T04:17:15.776Z | Compiling xxhash-rust v0.8.14 |
728 | 2024-12-28T04:17:15.846Z | Compiling hex v0.4.3 |
729 | 2024-12-28T04:17:16.067Z | Compiling clap v4.5.23 |
730 | 2024-12-28T04:17:16.156Z | Compiling color-eyre v0.6.3 |
731 | 2024-12-28T04:17:16.187Z | Compiling dialoguer v0.11.0 |
732 | 2024-12-28T04:17:16.540Z | Compiling enable-ansi-support v0.2.1 |
733 | 2024-12-28T04:17:17.795Z | Compiling nextest-runner v0.70.0 |
734 | 2024-12-28T04:18:00.538Z | Finished `release` profile [optimized] target(s) in 2m 35s |
735 | 2024-12-28T04:18:00.769Z | Installing /home/build/.cargo/bin/cargo-nextest |
736 | 2024-12-28T04:18:00.771Z | Installed package `cargo-nextest v0.9.87` (executable `cargo-nextest`) |
737 | 2024-12-28T04:18:00.879Z | + pushd rdb |
738 | 2024-12-28T04:18:00.883Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
739 | 2024-12-28T04:18:00.883Z | + cargo nextest run |
740 | 2024-12-28T04:18:01.187Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
741 | 2024-12-28T04:18:01.514Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
742 | 2024-12-28T04:18:01.740Z | From https://www.github.com/oxidecomputer/oxnet |
743 | 2024-12-28T04:18:01.740Z | * [new branch] ci -> origin/ci |
744 | 2024-12-28T04:18:01.743Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
745 | 2024-12-28T04:18:01.743Z | * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134 |
746 | 2024-12-28T04:18:01.743Z | * [new branch] main -> origin/main |
747 | 2024-12-28T04:18:01.743Z | * [new ref] -> origin/HEAD |
748 | 2024-12-28T04:18:01.753Z | Updating crates.io index |
749 | 2024-12-28T04:18:01.755Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
750 | 2024-12-28T04:18:02.529Z | From https://github.com/oxidecomputer/falcon |
751 | 2024-12-28T04:18:02.529Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
752 | 2024-12-28T04:18:02.728Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
753 | 2024-12-28T04:18:03.944Z | From https://github.com/oxidecomputer/dendrite |
754 | 2024-12-28T04:18:03.944Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
755 | 2024-12-28T04:18:03.996Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
756 | 2024-12-28T04:18:04.434Z | From https://github.com/oxidecomputer/ispf |
757 | 2024-12-28T04:18:04.434Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
758 | 2024-12-28T04:18:04.442Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
759 | 2024-12-28T04:18:04.873Z | From https://github.com/oxidecomputer/netadm-sys |
760 | 2024-12-28T04:18:04.873Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
761 | 2024-12-28T04:18:04.886Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
762 | 2024-12-28T04:18:08.331Z | From https://github.com/oxidecomputer/omicron |
763 | 2024-12-28T04:18:08.331Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
764 | 2024-12-28T04:18:08.362Z | * [new tag] dogfood -> dogfood |
765 | 2024-12-28T04:18:08.364Z | * [new tag] v5 -> v5 |
766 | 2024-12-28T04:18:08.365Z | * [new tag] v6 -> v6 |
767 | 2024-12-28T04:18:08.365Z | * [new tag] v7 -> v7 |
768 | 2024-12-28T04:18:08.365Z | * [new tag] v8 -> v8 |
769 | 2024-12-28T04:18:08.365Z | * [new tag] v9 -> v9 |
770 | 2024-12-28T04:18:08.721Z | Updating git repository `https://github.com/oxidecomputer/opte` |
771 | 2024-12-28T04:18:09.297Z | From https://github.com/oxidecomputer/opte |
772 | 2024-12-28T04:18:09.297Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
773 | 2024-12-28T04:18:09.361Z | Updating git repository `https://github.com/illumos/smf-rs` |
774 | 2024-12-28T04:18:09.688Z | From https://github.com/illumos/smf-rs |
775 | 2024-12-28T04:18:09.688Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
776 | 2024-12-28T04:18:09.718Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
777 | 2024-12-28T04:18:10.196Z | From https://github.com/oxidecomputer/maghemite |
778 | 2024-12-28T04:18:10.196Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
779 | 2024-12-28T04:18:10.215Z | * [new tag] rift -> rift |
780 | 2024-12-28T04:18:10.218Z | * [new tag] srp -> srp |
781 | 2024-12-28T04:18:10.218Z | * [new tag] tie-spf -> tie-spf |
782 | 2024-12-28T04:18:10.254Z | Updating git repository `https://github.com/oxidecomputer/zone` |
783 | 2024-12-28T04:18:10.621Z | From https://github.com/oxidecomputer/zone |
784 | 2024-12-28T04:18:10.621Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
785 | 2024-12-28T04:18:10.631Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
786 | 2024-12-28T04:18:11.358Z | From https://github.com/oxidecomputer/propolis |
787 | 2024-12-28T04:18:11.358Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
788 | 2024-12-28T04:18:11.443Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
789 | 2024-12-28T04:18:11.795Z | From https://github.com/oxidecomputer/dlpi-sys |
790 | 2024-12-28T04:18:11.795Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
791 | 2024-12-28T04:18:11.821Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
792 | 2024-12-28T04:18:12.237Z | From https://github.com/jmesmon/rust-libzfs |
793 | 2024-12-28T04:18:12.237Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
794 | 2024-12-28T04:18:12.254Z | * [new tag] v0.4.0 -> v0.4.0 |
795 | 2024-12-28T04:18:12.269Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
796 | 2024-12-28T04:18:12.604Z | From https://github.com/oxidecomputer/rusty-doors |
797 | 2024-12-28T04:18:12.604Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
798 | 2024-12-28T04:18:12.633Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
799 | 2024-12-28T04:18:13.187Z | From https://github.com/oxidecomputer/maghemite |
800 | 2024-12-28T04:18:13.187Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
801 | 2024-12-28T04:18:13.223Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
802 | 2024-12-28T04:18:13.585Z | From https://github.com/oxidecomputer/serde_human_bytes |
803 | 2024-12-28T04:18:13.585Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
804 | 2024-12-28T04:18:13.609Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
805 | 2024-12-28T04:18:14.019Z | From https://github.com/oxidecomputer/slog-error-chain |
806 | 2024-12-28T04:18:14.019Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
807 | 2024-12-28T04:18:14.059Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
808 | 2024-12-28T04:18:14.437Z | From https://github.com/oxidecomputer/poptrie |
809 | 2024-12-28T04:18:14.437Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
810 | 2024-12-28T04:18:14.478Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
811 | 2024-12-28T04:18:14.879Z | From https://github.com/illumos/libscf-sys |
812 | 2024-12-28T04:18:14.879Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
813 | 2024-12-28T04:18:14.891Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
814 | 2024-12-28T04:18:15.755Z | From https://github.com/oxidecomputer/progenitor |
815 | 2024-12-28T04:18:15.755Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
816 | 2024-12-28T04:18:15.778Z | * [new tag] v0.1.1 -> v0.1.1 |
817 | 2024-12-28T04:18:15.780Z | * [new tag] v0.2.0 -> v0.2.0 |
818 | 2024-12-28T04:18:15.780Z | * [new tag] v0.3.0 -> v0.3.0 |
819 | 2024-12-28T04:18:15.780Z | * [new tag] v0.4.0 -> v0.4.0 |
820 | 2024-12-28T04:18:15.780Z | * [new tag] v0.5.0 -> v0.5.0 |
821 | 2024-12-28T04:18:15.780Z | * [new tag] v0.6.0 -> v0.6.0 |
822 | 2024-12-28T04:18:15.780Z | * [new tag] v0.7.0 -> v0.7.0 |
823 | 2024-12-28T04:18:15.917Z | Updating git repository `https://github.com/oxidecomputer/typify` |
824 | 2024-12-28T04:18:16.678Z | From https://github.com/oxidecomputer/typify |
825 | 2024-12-28T04:18:16.678Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
826 | 2024-12-28T04:18:16.681Z | * [new tag] v0.2.0 -> v0.2.0 |
827 | 2024-12-28T04:18:16.700Z | * [new tag] v0.0.10 -> v0.0.10 |
828 | 2024-12-28T04:18:16.702Z | * [new tag] v0.0.11 -> v0.0.11 |
829 | 2024-12-28T04:18:16.702Z | * [new tag] v0.0.12 -> v0.0.12 |
830 | 2024-12-28T04:18:16.702Z | * [new tag] v0.0.13 -> v0.0.13 |
831 | 2024-12-28T04:18:16.702Z | * [new tag] v0.0.14 -> v0.0.14 |
832 | 2024-12-28T04:18:16.703Z | * [new tag] v0.0.15 -> v0.0.15 |
833 | 2024-12-28T04:18:16.703Z | * [new tag] v0.0.16 -> v0.0.16 |
834 | 2024-12-28T04:18:16.703Z | * [new tag] v0.0.4 -> v0.0.4 |
835 | 2024-12-28T04:18:16.703Z | * [new tag] v0.0.5 -> v0.0.5 |
836 | 2024-12-28T04:18:16.703Z | * [new tag] v0.0.7 -> v0.0.7 |
837 | 2024-12-28T04:18:16.703Z | * [new tag] v0.0.8 -> v0.0.8 |
838 | 2024-12-28T04:18:16.703Z | * [new tag] v0.0.9 -> v0.0.9 |
839 | 2024-12-28T04:18:16.703Z | * [new tag] v0.1.0 -> v0.1.0 |
840 | 2024-12-28T04:18:16.839Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
841 | 2024-12-28T04:18:17.717Z | From https://github.com/oxidecomputer/crucible |
842 | 2024-12-28T04:18:17.717Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
843 | 2024-12-28T04:18:17.784Z | Updating git repository `https://github.com/oxidecomputer/opte` |
844 | 2024-12-28T04:18:18.225Z | From https://github.com/oxidecomputer/opte |
845 | 2024-12-28T04:18:18.225Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
846 | 2024-12-28T04:18:18.284Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
847 | 2024-12-28T04:18:18.934Z | From https://github.com/oxidecomputer/management-gateway-service |
848 | 2024-12-28T04:18:18.934Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
849 | 2024-12-28T04:18:19.321Z | Downloading crates ... |
850 | 2024-12-28T04:18:19.487Z | Downloaded anstream v0.6.15 |
851 | 2024-12-28T04:18:19.490Z | Downloaded async-stream-impl v0.3.5 |
852 | 2024-12-28T04:18:19.492Z | Downloaded atomic-waker v1.1.2 |
853 | 2024-12-28T04:18:19.495Z | Downloaded arrayvec v0.7.6 |
854 | 2024-12-28T04:18:19.506Z | Downloaded fxhash v0.2.1 |
855 | 2024-12-28T04:18:19.510Z | Downloaded darling_macro v0.20.10 |
856 | 2024-12-28T04:18:19.513Z | Downloaded crunchy v0.2.2 |
857 | 2024-12-28T04:18:19.513Z | Downloaded foreign-types v0.5.0 |
858 | 2024-12-28T04:18:19.515Z | Downloaded dtrace-parser v0.2.0 |
859 | 2024-12-28T04:18:19.515Z | Downloaded ciborium-io v0.2.2 |
860 | 2024-12-28T04:18:19.523Z | Downloaded foreign-types-shared v0.3.1 |
861 | 2024-12-28T04:18:19.526Z | Downloaded autocfg v1.3.0 |
862 | 2024-12-28T04:18:19.528Z | Downloaded async-stream v0.3.5 |
863 | 2024-12-28T04:18:19.531Z | Downloaded httparse v1.9.4 |
864 | 2024-12-28T04:18:19.533Z | Downloaded foreign-types-macros v0.2.3 |
865 | 2024-12-28T04:18:19.533Z | Downloaded const-random v0.1.18 |
866 | 2024-12-28T04:18:19.537Z | Downloaded cstr-argument v0.1.2 |
867 | 2024-12-28T04:18:19.537Z | Downloaded crc8 v0.1.1 |
868 | 2024-12-28T04:18:19.537Z | Downloaded crucible-workspace-hack v0.1.0 |
869 | 2024-12-28T04:18:19.540Z | Downloaded anstyle-parse v0.2.5 |
870 | 2024-12-28T04:18:19.540Z | Downloaded const-random-macro v0.1.16 |
871 | 2024-12-28T04:18:19.542Z | Downloaded ron v0.7.1 |
872 | 2024-12-28T04:18:19.547Z | Downloaded hash32 v0.3.1 |
873 | 2024-12-28T04:18:19.549Z | Downloaded defmt v0.3.8 |
874 | 2024-12-28T04:18:19.552Z | Downloaded hostname v0.3.1 |
875 | 2024-12-28T04:18:19.554Z | Downloaded deranged v0.3.11 |
876 | 2024-12-28T04:18:19.557Z | Downloaded dof v0.3.0 |
877 | 2024-12-28T04:18:19.557Z | Downloaded dirs-next v2.0.0 |
878 | 2024-12-28T04:18:19.559Z | Downloaded convert_case v0.4.0 |
879 | 2024-12-28T04:18:19.559Z | Downloaded rustc_version v0.1.7 |
880 | 2024-12-28T04:18:19.561Z | Downloaded futures-sink v0.3.30 |
881 | 2024-12-28T04:18:19.561Z | Downloaded colorchoice v1.0.2 |
882 | 2024-12-28T04:18:19.564Z | Downloaded defmt-macros v0.3.9 |
883 | 2024-12-28T04:18:19.567Z | Downloaded colored v2.1.0 |
884 | 2024-12-28T04:18:19.569Z | Downloaded rustls-pemfile v2.1.3 |
885 | 2024-12-28T04:18:19.572Z | Downloaded futures-macro v0.3.30 |
886 | 2024-12-28T04:18:19.572Z | Downloaded heck v0.4.1 |
887 | 2024-12-28T04:18:19.575Z | Downloaded argon2 v0.5.3 |
888 | 2024-12-28T04:18:19.575Z | Downloaded futures-io v0.3.30 |
889 | 2024-12-28T04:18:19.577Z | Downloaded float-ord v0.3.2 |
890 | 2024-12-28T04:18:19.577Z | Downloaded dirs-sys-next v0.1.2 |
891 | 2024-12-28T04:18:19.580Z | Downloaded rustc-hash v2.0.0 |
892 | 2024-12-28T04:18:19.580Z | Downloaded data-encoding v2.6.0 |
893 | 2024-12-28T04:18:19.582Z | Downloaded futures-core v0.3.30 |
894 | 2024-12-28T04:18:19.582Z | Downloaded embedded-io v0.6.1 |
895 | 2024-12-28T04:18:19.585Z | Downloaded embedded-io v0.4.0 |
896 | 2024-12-28T04:18:19.587Z | Downloaded http-body v0.4.6 |
897 | 2024-12-28T04:18:19.587Z | Downloaded hostname v0.4.0 |
898 | 2024-12-28T04:18:19.590Z | Downloaded heck v0.3.3 |
899 | 2024-12-28T04:18:19.592Z | Downloaded rustls-pemfile v1.0.4 |
900 | 2024-12-28T04:18:19.594Z | Downloaded enum-as-inner v0.6.1 |
901 | 2024-12-28T04:18:19.594Z | Downloaded defmt-parser v0.3.4 |
902 | 2024-12-28T04:18:19.597Z | Downloaded crossbeam-deque v0.8.5 |
903 | 2024-12-28T04:18:19.597Z | Downloaded constant_time_eq v0.3.1 |
904 | 2024-12-28T04:18:19.599Z | Downloaded darling v0.20.10 |
905 | 2024-12-28T04:18:19.603Z | Downloaded async-trait v0.1.83 |
906 | 2024-12-28T04:18:19.606Z | Downloaded fastrand v2.1.1 |
907 | 2024-12-28T04:18:19.608Z | Downloaded ciborium-ll v0.2.2 |
908 | 2024-12-28T04:18:19.610Z | Downloaded bitflags v1.3.2 |
909 | 2024-12-28T04:18:19.613Z | Downloaded instant v0.1.13 |
910 | 2024-12-28T04:18:19.615Z | Downloaded rustls v0.22.4 |
911 | 2024-12-28T04:18:19.628Z | Downloaded scroll_derive v0.12.0 |
912 | 2024-12-28T04:18:19.630Z | Downloaded schemars_derive v0.8.21 |
913 | 2024-12-28T04:18:19.633Z | Downloaded highway v1.2.0 |
914 | 2024-12-28T04:18:19.633Z | Downloaded backoff v0.4.0 |
915 | 2024-12-28T04:18:19.635Z | Downloaded anyhow v1.0.94 |
916 | 2024-12-28T04:18:19.639Z | Downloaded serde-big-array v0.5.1 |
917 | 2024-12-28T04:18:19.642Z | Downloaded futures-channel v0.3.30 |
918 | 2024-12-28T04:18:19.645Z | Downloaded futures-executor v0.3.30 |
919 | 2024-12-28T04:18:19.645Z | Downloaded errno v0.3.9 |
920 | 2024-12-28T04:18:19.647Z | Downloaded smf v0.2.3 |
921 | 2024-12-28T04:18:19.650Z | Downloaded rustls-pki-types v1.8.0 |
922 | 2024-12-28T04:18:19.653Z | Downloaded slog-scope v4.4.0 |
923 | 2024-12-28T04:18:19.654Z | Downloaded slog-bunyan v2.5.0 |
924 | 2024-12-28T04:18:19.654Z | Downloaded same-file v1.0.6 |
925 | 2024-12-28T04:18:19.656Z | Downloaded time-core v0.1.2 |
926 | 2024-12-28T04:18:19.658Z | Downloaded structmeta-derive v0.3.0 |
927 | 2024-12-28T04:18:19.659Z | Downloaded console v0.15.8 |
928 | 2024-12-28T04:18:19.661Z | Downloaded cancel-safe-futures v0.1.5 |
929 | 2024-12-28T04:18:19.664Z | Downloaded smartstring v1.0.1 |
930 | 2024-12-28T04:18:19.668Z | Downloaded scroll v0.12.0 |
931 | 2024-12-28T04:18:19.670Z | Downloaded slog-envlogger v2.2.0 |
932 | 2024-12-28T04:18:19.670Z | Downloaded serde_repr v0.1.19 |
933 | 2024-12-28T04:18:19.673Z | Downloaded pretty-hex v0.2.1 |
934 | 2024-12-28T04:18:19.681Z | Downloaded cobs v0.2.3 |
935 | 2024-12-28T04:18:19.681Z | Downloaded allocator-api2 v0.2.18 |
936 | 2024-12-28T04:18:19.681Z | Downloaded usdt-macro v0.5.0 |
937 | 2024-12-28T04:18:19.681Z | Downloaded usdt-attr-macro v0.5.0 |
938 | 2024-12-28T04:18:19.681Z | Downloaded hyper-tls v0.5.0 |
939 | 2024-12-28T04:18:19.685Z | Downloaded sync_wrapper v0.1.2 |
940 | 2024-12-28T04:18:19.685Z | Downloaded strum v0.26.3 |
941 | 2024-12-28T04:18:19.685Z | Downloaded futures v0.3.30 |
942 | 2024-12-28T04:18:19.689Z | Downloaded zone_cfg_derive v0.1.2 |
943 | 2024-12-28T04:18:19.692Z | Downloaded waitgroup v0.1.2 |
944 | 2024-12-28T04:18:19.692Z | Downloaded num-derive v0.3.3 |
945 | 2024-12-28T04:18:19.695Z | Downloaded num-conv v0.1.0 |
946 | 2024-12-28T04:18:19.695Z | Downloaded lru-cache v0.1.2 |
947 | 2024-12-28T04:18:19.695Z | Downloaded libsw v3.3.1 |
948 | 2024-12-28T04:18:19.697Z | Downloaded blake2 v0.10.6 |
949 | 2024-12-28T04:18:19.702Z | Downloaded powerfmt v0.2.0 |
950 | 2024-12-28T04:18:19.704Z | Downloaded spin v0.5.2 |
951 | 2024-12-28T04:18:19.704Z | Downloaded slog-json v2.6.1 |
952 | 2024-12-28T04:18:19.704Z | Downloaded dropshot_endpoint v0.12.0 |
953 | 2024-12-28T04:18:19.707Z | Downloaded proc-macro-crate v3.2.0 |
954 | 2024-12-28T04:18:19.709Z | Downloaded terminal_size v0.4.0 |
955 | 2024-12-28T04:18:19.711Z | Downloaded semver v0.1.20 |
956 | 2024-12-28T04:18:19.712Z | Downloaded bytes v1.7.2 |
957 | 2024-12-28T04:18:19.714Z | Downloaded newtype_derive v0.1.6 |
958 | 2024-12-28T04:18:19.716Z | Downloaded pretty-hex v0.4.1 |
959 | 2024-12-28T04:18:19.719Z | Downloaded resolv-conf v0.7.0 |
960 | 2024-12-28T04:18:19.719Z | Downloaded slog-term v2.9.1 |
961 | 2024-12-28T04:18:19.722Z | Downloaded serde_with_macros v3.9.0 |
962 | 2024-12-28T04:18:19.725Z | Downloaded itoa v1.0.11 |
963 | 2024-12-28T04:18:19.725Z | Downloaded untrusted v0.7.1 |
964 | 2024-12-28T04:18:19.728Z | Downloaded tiny-keccak v2.0.2 |
965 | 2024-12-28T04:18:19.731Z | Downloaded tabwriter v1.4.0 |
966 | 2024-12-28T04:18:19.731Z | Downloaded structmeta v0.3.0 |
967 | 2024-12-28T04:18:19.733Z | Downloaded serde_tokenstream v0.2.2 |
968 | 2024-12-28T04:18:19.733Z | Downloaded typify-macro v0.2.0 |
969 | 2024-12-28T04:18:19.736Z | Downloaded usdt v0.5.0 |
970 | 2024-12-28T04:18:19.736Z | Downloaded thread-id v4.2.2 |
971 | 2024-12-28T04:18:19.738Z | Downloaded serde_spanned v0.6.7 |
972 | 2024-12-28T04:18:19.738Z | Downloaded darling_core v0.20.10 |
973 | 2024-12-28T04:18:19.742Z | Downloaded slog-dtrace v0.3.0 |
974 | 2024-12-28T04:18:19.745Z | Downloaded sha1 v0.10.6 |
975 | 2024-12-28T04:18:19.748Z | Downloaded sct v0.7.1 |
976 | 2024-12-28T04:18:19.751Z | Downloaded usdt-impl v0.5.0 |
977 | 2024-12-28T04:18:19.751Z | Downloaded zone v0.3.0 |
978 | 2024-12-28T04:18:19.753Z | Downloaded base64 v0.13.1 |
979 | 2024-12-28T04:18:19.755Z | Downloaded arc-swap v1.7.1 |
980 | 2024-12-28T04:18:19.758Z | Downloaded num-complex v0.4.6 |
981 | 2024-12-28T04:18:19.761Z | Downloaded match_cfg v0.1.0 |
982 | 2024-12-28T04:18:19.763Z | Downloaded num-iter v0.1.45 |
983 | 2024-12-28T04:18:19.763Z | Downloaded num-integer v0.1.46 |
984 | 2024-12-28T04:18:19.766Z | Downloaded num v0.4.3 |
985 | 2024-12-28T04:18:19.766Z | Downloaded no-std-compat v0.4.1 |
986 | 2024-12-28T04:18:19.766Z | Downloaded utf-8 v0.7.6 |
987 | 2024-12-28T04:18:19.768Z | Downloaded topological-sort v0.2.2 |
988 | 2024-12-28T04:18:19.768Z | Downloaded hubpack v0.1.2 |
989 | 2024-12-28T04:18:19.771Z | Downloaded plain v0.2.3 |
990 | 2024-12-28T04:18:19.771Z | Downloaded proc-macro-error-attr v1.0.4 |
991 | 2024-12-28T04:18:19.774Z | Downloaded proc-macro-error v1.0.4 |
992 | 2024-12-28T04:18:19.776Z | Downloaded tokio-rustls v0.26.0 |
993 | 2024-12-28T04:18:19.778Z | Downloaded omicron-workspace-hack v0.1.0 |
994 | 2024-12-28T04:18:19.778Z | Downloaded num_threads v0.1.7 |
995 | 2024-12-28T04:18:19.780Z | Downloaded newline-converter v0.3.0 |
996 | 2024-12-28T04:18:19.780Z | Downloaded hubpack_derive v0.1.1 |
997 | 2024-12-28T04:18:19.780Z | Downloaded quote v1.0.37 |
998 | 2024-12-28T04:18:19.783Z | Downloaded linked-hash-map v0.5.6 |
999 | 2024-12-28T04:18:19.783Z | Downloaded schemars v0.8.21 |
1000 | 2024-12-28T04:18:19.797Z | Downloaded progenitor-client v0.8.0 |
1001 | 2024-12-28T04:18:19.800Z | Downloaded managed v0.8.0 |
1002 | 2024-12-28T04:18:19.804Z | Downloaded multer v3.1.0 |
1003 | 2024-12-28T04:18:19.804Z | Downloaded typify v0.2.0 |
1004 | 2024-12-28T04:18:19.809Z | Downloaded ident_case v1.0.1 |
1005 | 2024-12-28T04:18:19.812Z | Downloaded parse-display v0.10.0 |
1006 | 2024-12-28T04:18:19.814Z | Downloaded tracing-attributes v0.1.27 |
1007 | 2024-12-28T04:18:19.816Z | Downloaded parse-display-derive v0.10.0 |
1008 | 2024-12-28T04:18:19.819Z | Downloaded postcard v1.0.10 |
1009 | 2024-12-28T04:18:19.821Z | Downloaded memmap2 v0.9.5 |
1010 | 2024-12-28T04:18:19.821Z | Downloaded num-derive v0.4.2 |
1011 | 2024-12-28T04:18:19.823Z | Downloaded paste v1.0.15 |
1012 | 2024-12-28T04:18:19.826Z | Downloaded macaddr v1.0.1 |
1013 | 2024-12-28T04:18:19.828Z | Downloaded ipnet v2.10.0 |
1014 | 2024-12-28T04:18:19.831Z | Downloaded zerocopy v0.6.6 |
1015 | 2024-12-28T04:18:19.833Z | Downloaded memmap v0.7.0 |
1016 | 2024-12-28T04:18:19.833Z | Downloaded num_enum_derive v0.7.3 |
1017 | 2024-12-28T04:18:19.836Z | Downloaded cc v1.1.21 |
1018 | 2024-12-28T04:18:19.838Z | Downloaded pest_generator v2.7.13 |
1019 | 2024-12-28T04:18:19.842Z | Downloaded httpdate v1.0.3 |
1020 | 2024-12-28T04:18:19.842Z | Downloaded num_enum_derive v0.5.11 |
1021 | 2024-12-28T04:18:19.845Z | Downloaded num_enum v0.7.3 |
1022 | 2024-12-28T04:18:19.847Z | Downloaded num_enum v0.5.11 |
1023 | 2024-12-28T04:18:19.852Z | Downloaded xz2 v0.1.7 |
1024 | 2024-12-28T04:18:19.855Z | Downloaded quinn-udp v0.5.5 |
1025 | 2024-12-28T04:18:19.858Z | Downloaded password-hash v0.5.0 |
1026 | 2024-12-28T04:18:19.860Z | Downloaded pin-project-lite v0.2.14 |
1027 | 2024-12-28T04:18:19.863Z | Downloaded miniz_oxide v0.8.0 |
1028 | 2024-12-28T04:18:19.865Z | Downloaded unicode-ident v1.0.13 |
1029 | 2024-12-28T04:18:19.868Z | Downloaded parking_lot v0.11.2 |
1030 | 2024-12-28T04:18:19.870Z | Downloaded toml v0.7.8 |
1031 | 2024-12-28T04:18:19.873Z | Downloaded tinyvec v1.8.0 |
1032 | 2024-12-28T04:18:19.877Z | Downloaded ipnetwork v0.20.0 |
1033 | 2024-12-28T04:18:19.879Z | Downloaded progenitor v0.8.0 |
1034 | 2024-12-28T04:18:19.881Z | Downloaded rhai_codegen v2.2.0 |
1035 | 2024-12-28T04:18:19.888Z | Downloaded is-terminal v0.4.13 |
1036 | 2024-12-28T04:18:19.890Z | Downloaded hyper-rustls v0.24.2 |
1037 | 2024-12-28T04:18:19.893Z | Downloaded tungstenite v0.21.0 |
1038 | 2024-12-28T04:18:19.896Z | Downloaded progenitor-macro v0.8.0 |
1039 | 2024-12-28T04:18:19.896Z | Downloaded proc-macro-crate v1.3.1 |
1040 | 2024-12-28T04:18:19.899Z | Downloaded quick-error v1.2.3 |
1041 | 2024-12-28T04:18:19.899Z | Downloaded pest_meta v2.7.13 |
1042 | 2024-12-28T04:18:19.901Z | Downloaded unsafe-libyaml v0.2.11 |
1043 | 2024-12-28T04:18:19.904Z | Downloaded rustls v0.21.12 |
1044 | 2024-12-28T04:18:19.917Z | Downloaded progenitor-impl v0.8.0 |
1045 | 2024-12-28T04:18:19.920Z | Downloaded prettyplease v0.2.22 |
1046 | 2024-12-28T04:18:19.923Z | Downloaded url v2.5.2 |
1047 | 2024-12-28T04:18:19.928Z | Downloaded openssl-sys v0.9.103 |
1048 | 2024-12-28T04:18:19.932Z | Downloaded hyper-rustls v0.27.3 |
1049 | 2024-12-28T04:18:19.935Z | Downloaded pretty_assertions v1.4.1 |
1050 | 2024-12-28T04:18:19.938Z | Downloaded omicron-zone-package v0.11.1 |
1051 | 2024-12-28T04:18:19.940Z | Downloaded indicatif v0.17.8 |
1052 | 2024-12-28T04:18:19.944Z | Downloaded http v0.2.12 |
1053 | 2024-12-28T04:18:19.948Z | Downloaded hickory-resolver v0.24.1 |
1054 | 2024-12-28T04:18:19.953Z | Downloaded flate2 v1.0.33 |
1055 | 2024-12-28T04:18:19.959Z | Downloaded rayon-core v1.12.1 |
1056 | 2024-12-28T04:18:19.963Z | Downloaded unicode-segmentation v1.12.0 |
1057 | 2024-12-28T04:18:19.967Z | Downloaded serde_json v1.0.133 |
1058 | 2024-12-28T04:18:19.975Z | Downloaded time v0.3.36 |
1059 | 2024-12-28T04:18:19.982Z | Downloaded proc-macro2 v1.0.86 |
1060 | 2024-12-28T04:18:19.986Z | Downloaded crossbeam-channel v0.5.13 |
1061 | 2024-12-28T04:18:19.989Z | Downloaded indexmap v1.9.3 |
1062 | 2024-12-28T04:18:19.993Z | Downloaded serde_with v3.9.0 |
1063 | 2024-12-28T04:18:20.002Z | Downloaded pest v2.7.13 |
1064 | 2024-12-28T04:18:20.008Z | Downloaded hyper v1.5.1 |
1065 | 2024-12-28T04:18:20.015Z | Downloaded mio v1.0.2 |
1066 | 2024-12-28T04:18:20.021Z | Downloaded indexmap v2.5.0 |
1067 | 2024-12-28T04:18:20.026Z | Downloaded tokio-util v0.7.12 |
1068 | 2024-12-28T04:18:20.032Z | Downloaded hashbrown v0.12.3 |
1069 | 2024-12-28T04:18:20.038Z | Downloaded rustls-webpki v0.101.7 |
1070 | 2024-12-28T04:18:20.055Z | Downloaded toml_edit v0.22.21 |
1071 | 2024-12-28T04:18:20.079Z | Downloaded quinn v0.11.5 |
1072 | 2024-12-28T04:18:20.082Z | Downloaded syn v1.0.109 |
1073 | 2024-12-28T04:18:20.093Z | Downloaded syn v2.0.87 |
1074 | 2024-12-28T04:18:20.106Z | Downloaded openssl v0.10.66 |
1075 | 2024-12-28T04:18:20.117Z | Downloaded libm v0.2.8 |
1076 | 2024-12-28T04:18:20.125Z | Downloaded smoltcp v0.11.0 |
1077 | 2024-12-28T04:18:20.139Z | Downloaded goblin v0.8.2 |
1078 | 2024-12-28T04:18:20.146Z | Downloaded itertools v0.10.5 |
1079 | 2024-12-28T04:18:20.152Z | Downloaded futures-util v0.3.30 |
1080 | 2024-12-28T04:18:20.165Z | Downloaded blake3 v1.5.4 |
1081 | 2024-12-28T04:18:20.173Z | Downloaded itertools v0.12.1 |
1082 | 2024-12-28T04:18:20.182Z | Downloaded reqwest v0.11.27 |
1083 | 2024-12-28T04:18:20.191Z | Downloaded reqwest v0.12.9 |
1084 | 2024-12-28T04:18:20.200Z | Downloaded winnow v0.5.40 |
1085 | 2024-12-28T04:18:20.211Z | Downloaded hyper v0.14.30 |
1086 | 2024-12-28T04:18:20.220Z | Downloaded typify-impl v0.2.0 |
1087 | 2024-12-28T04:18:20.235Z | Downloaded winnow v0.6.18 |
1088 | 2024-12-28T04:18:20.245Z | Downloaded zerocopy-derive v0.6.6 |
1089 | 2024-12-28T04:18:20.255Z | Downloaded portable-atomic v1.8.0 |
1090 | 2024-12-28T04:18:20.262Z | Downloaded sled v0.34.7 |
1091 | 2024-12-28T04:18:20.272Z | Downloaded quinn-proto v0.11.8 |
1092 | 2024-12-28T04:18:20.279Z | Downloaded chrono v0.4.38 |
1093 | 2024-12-28T04:18:20.287Z | Downloaded regex v1.10.6 |
1094 | 2024-12-28T04:18:20.300Z | Downloaded hashbrown v0.14.5 |
1095 | 2024-12-28T04:18:20.306Z | Downloaded dropshot v0.12.0 |
1096 | 2024-12-28T04:18:20.327Z | Downloaded webpki-roots v0.25.4 |
1097 | 2024-12-28T04:18:20.330Z | Downloaded h2 v0.3.26 |
1098 | 2024-12-28T04:18:20.336Z | Downloaded h2 v0.4.6 |
1099 | 2024-12-28T04:18:20.345Z | Downloaded idna v0.5.0 |
1100 | 2024-12-28T04:18:20.351Z | Downloaded webpki-roots v0.26.6 |
1101 | 2024-12-28T04:18:20.354Z | Downloaded toml_edit v0.19.15 |
1102 | 2024-12-28T04:18:20.372Z | Downloaded idna v0.4.0 |
1103 | 2024-12-28T04:18:20.378Z | Downloaded regress v0.9.1 |
1104 | 2024-12-28T04:18:20.387Z | Downloaded regress v0.10.1 |
1105 | 2024-12-28T04:18:20.396Z | Downloaded rhai v1.20.0 |
1106 | 2024-12-28T04:18:20.409Z | Downloaded openapiv3 v2.0.0 |
1107 | 2024-12-28T04:18:20.421Z | Downloaded regex-syntax v0.8.4 |
1108 | 2024-12-28T04:18:20.428Z | Downloaded hickory-proto v0.24.1 |
1109 | 2024-12-28T04:18:20.444Z | Downloaded expectorate v1.1.0 |
1110 | 2024-12-28T04:18:20.446Z | Downloaded yansi v1.0.1 |
1111 | 2024-12-28T04:18:20.448Z | Downloaded rustix v0.38.37 |
1112 | 2024-12-28T04:18:20.473Z | Downloaded steno v0.4.1 |
1113 | 2024-12-28T04:18:20.477Z | Downloaded tracing v0.1.40 |
1114 | 2024-12-28T04:18:20.481Z | Downloaded unicode-bidi v0.3.15 |
1115 | 2024-12-28T04:18:20.484Z | Downloaded similar v2.6.0 |
1116 | 2024-12-28T04:18:20.489Z | Downloaded serde_yaml v0.9.34+deprecated |
1117 | 2024-12-28T04:18:20.492Z | Downloaded tracing-core v0.1.32 |
1118 | 2024-12-28T04:18:20.495Z | Downloaded tar v0.4.41 |
1119 | 2024-12-28T04:18:20.498Z | Downloaded heapless v0.8.0 |
1120 | 2024-12-28T04:18:20.502Z | Downloaded num-rational v0.4.2 |
1121 | 2024-12-28T04:18:20.504Z | Downloaded whoami v1.5.2 |
1122 | 2024-12-28T04:18:20.506Z | Downloaded pest_derive v2.7.13 |
1123 | 2024-12-28T04:18:20.510Z | Downloaded linear-map v1.2.0 |
1124 | 2024-12-28T04:18:20.513Z | Downloaded tokio-tungstenite v0.21.0 |
1125 | 2024-12-28T04:18:20.513Z | Downloaded rustls v0.23.13 |
1126 | 2024-12-28T04:18:20.525Z | Downloaded newtype-uuid v1.1.0 |
1127 | 2024-12-28T04:18:20.527Z | Downloaded zone v0.1.8 |
1128 | 2024-12-28T04:18:20.527Z | Downloaded regex-automata v0.4.7 |
1129 | 2024-12-28T04:18:20.544Z | Downloaded parking_lot_core v0.8.6 |
1130 | 2024-12-28T04:18:20.546Z | Downloaded ucd-trie v0.1.6 |
1131 | 2024-12-28T04:18:20.549Z | Downloaded slog v2.7.0 |
1132 | 2024-12-28T04:18:20.551Z | Downloaded walkdir v2.5.0 |
1133 | 2024-12-28T04:18:20.553Z | Downloaded tokio-rustls v0.24.1 |
1134 | 2024-12-28T04:18:20.555Z | Downloaded tokio-rustls v0.25.0 |
1135 | 2024-12-28T04:18:20.558Z | Downloaded strum_macros v0.25.3 |
1136 | 2024-12-28T04:18:20.560Z | Downloaded serde_derive_internals v0.29.1 |
1137 | 2024-12-28T04:18:20.561Z | Downloaded time-macros v0.2.18 |
1138 | 2024-12-28T04:18:20.563Z | Downloaded thin-vec v0.2.13 |
1139 | 2024-12-28T04:18:20.565Z | Downloaded term v0.7.0 |
1140 | 2024-12-28T04:18:20.568Z | Downloaded slog-stdlog v4.1.1 |
1141 | 2024-12-28T04:18:20.570Z | Downloaded tempfile v3.12.0 |
1142 | 2024-12-28T04:18:20.573Z | Downloaded strum_macros v0.26.4 |
1143 | 2024-12-28T04:18:20.576Z | Downloaded semver v1.0.23 |
1144 | 2024-12-28T04:18:20.576Z | Downloaded slog-async v2.8.0 |
1145 | 2024-12-28T04:18:20.578Z | Downloaded libc v0.2.167 |
1146 | 2024-12-28T04:18:20.601Z | Downloaded lzma-sys v0.1.20 |
1147 | 2024-12-28T04:18:20.629Z | Downloaded cookie v0.18.1 |
1148 | 2024-12-28T04:18:20.632Z | Downloaded zone_cfg_derive v0.3.0 |
1149 | 2024-12-28T04:18:20.634Z | Downloaded crossbeam-epoch v0.9.18 |
1150 | 2024-12-28T04:18:20.637Z | Downloaded take_mut v0.2.2 |
1151 | 2024-12-28T04:18:20.637Z | Downloaded sync_wrapper v1.0.1 |
1152 | 2024-12-28T04:18:20.637Z | Downloaded sigpipe v0.1.3 |
1153 | 2024-12-28T04:18:20.637Z | Downloaded rustversion v1.0.17 |
1154 | 2024-12-28T04:18:20.639Z | Downloaded half v2.4.1 |
1155 | 2024-12-28T04:18:20.641Z | Downloaded diff v0.1.13 |
1156 | 2024-12-28T04:18:20.644Z | Downloaded derive_more v0.99.18 |
1157 | 2024-12-28T04:18:20.650Z | Downloaded crossbeam-utils v0.8.20 |
1158 | 2024-12-28T04:18:20.655Z | Downloaded ciborium v0.2.2 |
1159 | 2024-12-28T04:18:20.658Z | Downloaded dyn-clone v1.0.17 |
1160 | 2024-12-28T04:18:20.658Z | Downloaded arrayref v0.3.9 |
1161 | 2024-12-28T04:18:20.658Z | Downloaded anstyle-query v1.1.1 |
1162 | 2024-12-28T04:18:20.658Z | Downloaded futures-task v0.3.30 |
1163 | 2024-12-28T04:18:20.661Z | Downloaded cpufeatures v0.2.14 |
1164 | 2024-12-28T04:18:20.698Z | Downloaded encoding_rs v0.8.34 |
1165 | 2024-12-28T04:18:20.960Z | Downloaded ring v0.16.20 |
1166 | 2024-12-28T04:18:21.978Z | Compiling proc-macro2 v1.0.86 |
1167 | 2024-12-28T04:18:21.978Z | Compiling unicode-ident v1.0.13 |
1168 | 2024-12-28T04:18:21.978Z | Compiling libc v0.2.167 |
1169 | 2024-12-28T04:18:21.981Z | Compiling cfg-if v1.0.0 |
1170 | 2024-12-28T04:18:21.981Z | Compiling serde v1.0.217 |
1171 | 2024-12-28T04:18:21.981Z | Compiling autocfg v1.3.0 |
1172 | 2024-12-28T04:18:21.981Z | Compiling version_check v0.9.5 |
1173 | 2024-12-28T04:18:22.001Z | Compiling memchr v2.7.4 |
1174 | 2024-12-28T04:18:22.094Z | Compiling once_cell v1.20.2 |
1175 | 2024-12-28T04:18:22.523Z | Compiling byteorder v1.5.0 |
1176 | 2024-12-28T04:18:22.534Z | Compiling itoa v1.0.11 |
1177 | 2024-12-28T04:18:22.556Z | Compiling libm v0.2.8 |
1178 | 2024-12-28T04:18:22.672Z | Compiling ryu v1.0.18 |
1179 | 2024-12-28T04:18:22.739Z | Compiling serde_json v1.0.133 |
1180 | 2024-12-28T04:18:22.765Z | Compiling ahash v0.8.11 |
1181 | 2024-12-28T04:18:22.972Z | Compiling allocator-api2 v0.2.18 |
1182 | 2024-12-28T04:18:23.016Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-28T04:18:23.099Z | Compiling lock_api v0.4.12 |
1184 | 2024-12-28T04:18:23.134Z | Compiling smallvec v1.13.2 |
1185 | 2024-12-28T04:18:23.184Z | Compiling scopeguard v1.2.0 |
1186 | 2024-12-28T04:18:23.333Z | Compiling thiserror v1.0.69 |
1187 | 2024-12-28T04:18:23.535Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-12-28T04:18:23.814Z | Compiling quote v1.0.37 |
1189 | 2024-12-28T04:18:23.904Z | Compiling equivalent v1.0.1 |
1190 | 2024-12-28T04:18:24.002Z | Compiling iana-time-zone v0.1.61 |
1191 | 2024-12-28T04:18:24.014Z | Compiling futures-core v0.3.30 |
1192 | 2024-12-28T04:18:24.040Z | Compiling getrandom v0.2.15 |
1193 | 2024-12-28T04:18:24.215Z | Compiling syn v2.0.87 |
1194 | 2024-12-28T04:18:24.360Z | Compiling socket2 v0.5.8 |
1195 | 2024-12-28T04:18:24.379Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2024-12-28T04:18:24.390Z | Compiling mio v1.0.2 |
1197 | 2024-12-28T04:18:24.557Z | Compiling schemars v0.8.21 |
1198 | 2024-12-28T04:18:24.615Z | Compiling parking_lot v0.12.3 |
1199 | 2024-12-28T04:18:24.987Z | Compiling fnv v1.0.7 |
1200 | 2024-12-28T04:18:24.999Z | Compiling log v0.4.22 |
1201 | 2024-12-28T04:18:25.040Z | Compiling shlex v1.3.0 |
1202 | 2024-12-28T04:18:25.107Z | Compiling dyn-clone v1.0.17 |
1203 | 2024-12-28T04:18:25.344Z | Compiling cc v1.1.21 |
1204 | 2024-12-28T04:18:25.414Z | Compiling slab v0.4.9 |
1205 | 2024-12-28T04:18:25.433Z | Compiling futures-sink v0.3.30 |
1206 | 2024-12-28T04:18:25.498Z | Compiling num-traits v0.2.19 |
1207 | 2024-12-28T04:18:25.567Z | Compiling futures-channel v0.3.30 |
1208 | 2024-12-28T04:18:25.578Z | Compiling futures-io v0.3.30 |
1209 | 2024-12-28T04:18:25.796Z | Compiling pin-utils v0.1.0 |
1210 | 2024-12-28T04:18:25.848Z | Compiling futures-task v0.3.30 |
1211 | 2024-12-28T04:18:25.880Z | Compiling tracing-core v0.1.32 |
1212 | 2024-12-28T04:18:25.955Z | Compiling heck v0.5.0 |
1213 | 2024-12-28T04:18:26.013Z | Compiling bitflags v2.6.0 |
1214 | 2024-12-28T04:18:26.197Z | Compiling subtle v2.6.1 |
1215 | 2024-12-28T04:18:26.459Z | Compiling httparse v1.9.4 |
1216 | 2024-12-28T04:18:26.506Z | Compiling atomic-waker v1.1.2 |
1217 | 2024-12-28T04:18:26.588Z | Compiling rustls-pki-types v1.8.0 |
1218 | 2024-12-28T04:18:26.695Z | Compiling spin v0.9.8 |
1219 | 2024-12-28T04:18:27.059Z | Compiling try-lock v0.2.5 |
1220 | 2024-12-28T04:18:27.192Z | Compiling want v0.3.1 |
1221 | 2024-12-28T04:18:27.513Z | Compiling pkg-config v0.3.31 |
1222 | 2024-12-28T04:18:27.584Z | Compiling vcpkg v0.2.15 |
1223 | 2024-12-28T04:18:27.595Z | Compiling httpdate v1.0.3 |
1224 | 2024-12-28T04:18:28.083Z | Compiling slog v2.7.0 |
1225 | 2024-12-28T04:18:28.118Z | Compiling untrusted v0.9.0 |
1226 | 2024-12-28T04:18:28.238Z | Compiling zeroize v1.8.1 |
1227 | 2024-12-28T04:18:28.280Z | Compiling tower-service v0.3.3 |
1228 | 2024-12-28T04:18:28.398Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2024-12-28T04:18:28.479Z | Compiling percent-encoding v2.3.1 |
1230 | 2024-12-28T04:18:28.539Z | Compiling ring v0.17.8 |
1231 | 2024-12-28T04:18:28.566Z | Compiling tinyvec v1.8.0 |
1232 | 2024-12-28T04:18:28.715Z | Compiling form_urlencoded v1.2.1 |
1233 | 2024-12-28T04:18:28.790Z | Compiling openssl v0.10.66 |
1234 | 2024-12-28T04:18:28.869Z | Compiling foreign-types-shared v0.1.1 |
1235 | 2024-12-28T04:18:28.969Z | Compiling semver v1.0.23 |
1236 | 2024-12-28T04:18:29.064Z | Compiling foreign-types v0.3.2 |
1237 | 2024-12-28T04:18:29.151Z | Compiling native-tls v0.2.12 |
1238 | 2024-12-28T04:18:29.225Z | Compiling unicode-bidi v0.3.15 |
1239 | 2024-12-28T04:18:29.260Z | Compiling openssl-sys v0.9.103 |
1240 | 2024-12-28T04:18:29.493Z | Compiling rustls v0.23.13 |
1241 | 2024-12-28T04:18:29.512Z | Compiling ucd-trie v0.1.6 |
1242 | 2024-12-28T04:18:29.540Z | Compiling openssl-probe v0.1.5 |
1243 | 2024-12-28T04:18:29.798Z | Compiling typenum v1.17.0 |
1244 | 2024-12-28T04:18:29.972Z | Compiling aho-corasick v1.1.3 |
1245 | 2024-12-28T04:18:30.109Z | Compiling unicode-normalization v0.1.24 |
1246 | 2024-12-28T04:18:30.264Z | Compiling generic-array v0.14.7 |
1247 | 2024-12-28T04:18:30.617Z | Compiling encoding_rs v0.8.34 |
1248 | 2024-12-28T04:18:30.903Z | Compiling base64 v0.22.1 |
1249 | 2024-12-28T04:18:30.984Z | Compiling mime v0.3.17 |
1250 | 2024-12-28T04:18:31.287Z | Compiling idna v0.5.0 |
1251 | 2024-12-28T04:18:31.686Z | Compiling serde_derive_internals v0.29.1 |
1252 | 2024-12-28T04:18:31.728Z | Compiling regex-syntax v0.8.4 |
1253 | 2024-12-28T04:18:31.905Z | Compiling rustls-pemfile v2.1.3 |
1254 | 2024-12-28T04:18:32.405Z | Compiling url v2.5.2 |
1255 | 2024-12-28T04:18:33.992Z | Compiling webpki-roots v0.26.6 |
1256 | 2024-12-28T04:18:34.202Z | Compiling rand_core v0.6.4 |
1257 | 2024-12-28T04:18:34.590Z | Compiling rustls-webpki v0.102.8 |
1258 | 2024-12-28T04:18:34.661Z | Compiling num-conv v0.1.0 |
1259 | 2024-12-28T04:18:34.664Z | Compiling strsim v0.11.1 |
1260 | 2024-12-28T04:18:34.968Z | Compiling powerfmt v0.2.0 |
1261 | 2024-12-28T04:18:35.406Z | Compiling regex-automata v0.4.7 |
1262 | 2024-12-28T04:18:35.837Z | Compiling ipnet v2.10.0 |
1263 | 2024-12-28T04:18:36.816Z | Compiling time-core v0.1.2 |
1264 | 2024-12-28T04:18:36.874Z | Compiling deranged v0.3.11 |
1265 | 2024-12-28T04:18:36.987Z | Compiling time-macros v0.2.18 |
1266 | 2024-12-28T04:18:37.324Z | Compiling plain v0.2.3 |
1267 | 2024-12-28T04:18:37.393Z | Compiling serde_derive v1.0.217 |
1268 | 2024-12-28T04:18:37.470Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2024-12-28T04:18:38.502Z | Compiling thiserror-impl v1.0.69 |
1270 | 2024-12-28T04:18:38.900Z | Compiling tokio-macros v2.4.0 |
1271 | 2024-12-28T04:18:39.576Z | Compiling schemars_derive v0.8.21 |
1272 | 2024-12-28T04:18:39.658Z | Compiling zerocopy v0.7.35 |
1273 | 2024-12-28T04:18:40.019Z | Compiling futures-macro v0.3.30 |
1274 | 2024-12-28T04:18:40.573Z | Compiling openssl-macros v0.1.1 |
1275 | 2024-12-28T04:18:41.754Z | Compiling hashbrown v0.14.5 |
1276 | 2024-12-28T04:18:41.797Z | Compiling tracing-attributes v0.1.27 |
1277 | 2024-12-28T04:18:42.003Z | Compiling futures-util v0.3.30 |
1278 | 2024-12-28T04:18:42.703Z | Compiling pest v2.7.13 |
1279 | 2024-12-28T04:18:43.239Z | Compiling regress v0.10.1 |
1280 | 2024-12-28T04:18:45.301Z | Compiling tracing v0.1.40 |
1281 | 2024-12-28T04:18:45.739Z | Compiling pest_meta v2.7.13 |
1282 | 2024-12-28T04:18:45.948Z | Compiling scroll_derive v0.12.0 |
1283 | 2024-12-28T04:18:46.368Z | Compiling regex v1.10.6 |
1284 | 2024-12-28T04:18:47.471Z | Compiling scroll v0.12.0 |
1285 | 2024-12-28T04:18:47.607Z | Compiling pest_generator v2.7.13 |
1286 | 2024-12-28T04:18:48.488Z | Compiling anyhow v1.0.94 |
1287 | 2024-12-28T04:18:48.746Z | Compiling num_threads v0.1.7 |
1288 | 2024-12-28T04:18:48.858Z | Compiling goblin v0.8.2 |
1289 | 2024-12-28T04:18:48.872Z | Compiling ppv-lite86 v0.2.20 |
1290 | 2024-12-28T04:18:49.415Z | Compiling sync_wrapper v1.0.1 |
1291 | 2024-12-28T04:18:49.443Z | Compiling usdt-impl v0.5.0 |
1292 | 2024-12-28T04:18:49.553Z | Compiling pretty-hex v0.4.1 |
1293 | 2024-12-28T04:18:49.751Z | Compiling rand_chacha v0.3.1 |
1294 | 2024-12-28T04:18:49.830Z | Compiling pest_derive v2.7.13 |
1295 | 2024-12-28T04:18:49.941Z | Compiling block-buffer v0.10.4 |
1296 | 2024-12-28T04:18:50.183Z | Compiling crypto-common v0.1.6 |
1297 | 2024-12-28T04:18:50.369Z | Compiling thread-id v4.2.2 |
1298 | 2024-12-28T04:18:50.467Z | Compiling rustversion v1.0.17 |
1299 | 2024-12-28T04:18:50.837Z | Compiling omicron-workspace-hack v0.1.0 |
1300 | 2024-12-28T04:18:50.848Z | Compiling dtrace-parser v0.2.0 |
1301 | 2024-12-28T04:18:51.114Z | Compiling syn v1.0.109 |
1302 | 2024-12-28T04:18:51.139Z | Compiling rand v0.8.5 |
1303 | 2024-12-28T04:18:51.194Z | Compiling unsafe-libyaml v0.2.11 |
1304 | 2024-12-28T04:18:51.681Z | Compiling bytes v1.7.2 |
1305 | 2024-12-28T04:18:51.960Z | Compiling indexmap v2.5.0 |
1306 | 2024-12-28T04:18:52.808Z | Compiling tokio v1.42.0 |
1307 | 2024-12-28T04:18:52.968Z | Compiling uuid v1.11.0 |
1308 | 2024-12-28T04:18:53.145Z | Compiling http v1.2.0 |
1309 | 2024-12-28T04:18:53.438Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-12-28T04:18:53.517Z | Compiling chrono v0.4.38 |
1311 | 2024-12-28T04:18:54.849Z | Compiling http-body v1.0.1 |
1312 | 2024-12-28T04:18:55.052Z | Compiling http-body-util v0.1.2 |
1313 | 2024-12-28T04:18:55.137Z | Compiling serde_urlencoded v0.7.1 |
1314 | 2024-12-28T04:18:55.580Z | Compiling toml_datetime v0.6.8 |
1315 | 2024-12-28T04:18:55.724Z | Compiling openapiv3 v2.0.0 |
1316 | 2024-12-28T04:18:56.166Z | Compiling dof v0.3.0 |
1317 | 2024-12-28T04:19:00.260Z | Compiling typify-impl v0.2.0 |
1318 | 2024-12-28T04:19:00.596Z | Compiling serde_yaml v0.9.34+deprecated |
1319 | 2024-12-28T04:19:01.428Z | Compiling match_cfg v0.1.0 |
1320 | 2024-12-28T04:19:01.517Z | Compiling winnow v0.6.18 |
1321 | 2024-12-28T04:19:02.241Z | Compiling tokio-util v0.7.12 |
1322 | 2024-12-28T04:19:02.288Z | Compiling tokio-rustls v0.26.0 |
1323 | 2024-12-28T04:19:02.783Z | Compiling tokio-native-tls v0.3.1 |
1324 | 2024-12-28T04:19:03.050Z | Compiling ident_case v1.0.1 |
1325 | 2024-12-28T04:19:03.220Z | Compiling h2 v0.4.6 |
1326 | 2024-12-28T04:19:03.726Z | Compiling darling_core v0.20.10 |
1327 | 2024-12-28T04:19:04.416Z | Compiling hostname v0.3.1 |
1328 | 2024-12-28T04:19:04.714Z | Compiling dirs-sys-next v0.1.2 |
1329 | 2024-12-28T04:19:05.549Z | Compiling errno v0.3.9 |
1330 | 2024-12-28T04:19:05.698Z | Compiling thread_local v1.1.8 |
1331 | 2024-12-28T04:19:05.777Z | Compiling camino v1.1.9 |
1332 | 2024-12-28T04:19:06.347Z | Compiling cpufeatures v0.2.14 |
1333 | 2024-12-28T04:19:06.393Z | Compiling paste v1.0.15 |
1334 | 2024-12-28T04:19:06.497Z | Compiling dirs-next v2.0.0 |
1335 | 2024-12-28T04:19:06.698Z | Compiling usdt-attr-macro v0.5.0 |
1336 | 2024-12-28T04:19:06.840Z | Compiling usdt-macro v0.5.0 |
1337 | 2024-12-28T04:19:06.951Z | Compiling futures-executor v0.3.30 |
1338 | 2024-12-28T04:19:07.620Z | Compiling async-trait v0.1.83 |
1339 | 2024-12-28T04:19:08.990Z | Compiling hyper v1.5.1 |
1340 | 2024-12-28T04:19:09.002Z | Compiling memmap v0.7.0 |
1341 | 2024-12-28T04:19:09.411Z | Compiling slog-async v2.8.0 |
1342 | 2024-12-28T04:19:09.722Z | Compiling rustls v0.22.4 |
1343 | 2024-12-28T04:19:09.926Z | Compiling darling_macro v0.20.10 |
1344 | 2024-12-28T04:19:09.968Z | Compiling futures v0.3.30 |
1345 | 2024-12-28T04:19:10.072Z | Compiling term v0.7.0 |
1346 | 2024-12-28T04:19:11.082Z | Compiling darling v0.20.10 |
1347 | 2024-12-28T04:19:11.187Z | Compiling serde_spanned v0.6.7 |
1348 | 2024-12-28T04:19:11.220Z | Compiling is-terminal v0.4.13 |
1349 | 2024-12-28T04:19:11.231Z | Compiling multer v3.1.0 |
1350 | 2024-12-28T04:19:11.337Z | Compiling instant v0.1.13 |
1351 | 2024-12-28T04:19:11.431Z | Compiling take_mut v0.2.2 |
1352 | 2024-12-28T04:19:11.482Z | Compiling toml_edit v0.22.21 |
1353 | 2024-12-28T04:19:11.557Z | Compiling hyper-util v0.1.10 |
1354 | 2024-12-28T04:19:11.640Z | Compiling serde_with_macros v3.9.0 |
1355 | 2024-12-28T04:19:12.060Z | Compiling strum_macros v0.26.4 |
1356 | 2024-12-28T04:19:13.072Z | Compiling ipnetwork v0.20.0 |
1357 | 2024-12-28T04:19:13.902Z | Compiling structmeta-derive v0.3.0 |
1358 | 2024-12-28T04:19:14.140Z | Compiling async-stream-impl v0.3.5 |
1359 | 2024-12-28T04:19:14.452Z | Compiling dropshot v0.12.0 |
1360 | 2024-12-28T04:19:14.593Z | Compiling crossbeam-utils v0.8.20 |
1361 | 2024-12-28T04:19:14.782Z | Compiling debug-ignore v1.0.5 |
1362 | 2024-12-28T04:19:14.980Z | Compiling toml v0.8.19 |
1363 | 2024-12-28T04:19:15.182Z | Compiling serde_with v3.9.0 |
1364 | 2024-12-28T04:19:15.569Z | Compiling async-stream v0.3.5 |
1365 | 2024-12-28T04:19:15.915Z | Compiling hyper-rustls v0.27.3 |
1366 | 2024-12-28T04:19:16.641Z | Compiling tokio-rustls v0.25.0 |
1367 | 2024-12-28T04:19:16.689Z | Compiling structmeta v0.3.0 |
1368 | 2024-12-28T04:19:16.913Z | Compiling strum v0.26.3 |
1369 | 2024-12-28T04:19:16.999Z | Compiling hyper-tls v0.6.0 |
1370 | 2024-12-28T04:19:17.086Z | Compiling dropshot_endpoint v0.12.0 |
1371 | 2024-12-28T04:19:17.435Z | Compiling serde_path_to_error v0.1.16 |
1372 | 2024-12-28T04:19:18.314Z | Compiling waitgroup v0.1.2 |
1373 | 2024-12-28T04:19:18.360Z | Compiling hostname v0.4.0 |
1374 | 2024-12-28T04:19:18.555Z | Compiling reqwest v0.12.9 |
1375 | 2024-12-28T04:19:18.638Z | Compiling parse-display-derive v0.10.0 |
1376 | 2024-12-28T04:19:20.914Z | Compiling hex v0.4.3 |
1377 | 2024-12-28T04:19:21.387Z | Compiling digest v0.10.7 |
1378 | 2024-12-28T04:19:21.405Z | Compiling time v0.3.36 |
1379 | 2024-12-28T04:19:21.505Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1380 | 2024-12-28T04:19:21.779Z | Compiling rustix v0.38.37 |
1381 | 2024-12-28T04:19:22.333Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1382 | 2024-12-28T04:19:22.497Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1383 | 2024-12-28T04:19:22.593Z | Compiling progenitor-client v0.8.0 |
1384 | 2024-12-28T04:19:22.654Z | Compiling backoff v0.4.0 |
1385 | 2024-12-28T04:19:23.056Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1386 | 2024-12-28T04:19:23.067Z | Compiling macaddr v1.0.1 |
1387 | 2024-12-28T04:19:23.249Z | Compiling parse-display v0.10.0 |
1388 | 2024-12-28T04:19:23.532Z | Compiling regress v0.9.1 |
1389 | 2024-12-28T04:19:23.903Z | Compiling utf8parse v0.2.2 |
1390 | 2024-12-28T04:19:24.054Z | Compiling anstyle-parse v0.2.5 |
1391 | 2024-12-28T04:19:24.265Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1392 | 2024-12-28T04:19:25.622Z | Compiling is_terminal_polyfill v1.70.1 |
1393 | 2024-12-28T04:19:25.748Z | Compiling unicode-width v0.1.14 |
1394 | 2024-12-28T04:19:26.281Z | Compiling anstyle v1.0.10 |
1395 | 2024-12-28T04:19:26.339Z | Compiling typify-macro v0.2.0 |
1396 | 2024-12-28T04:19:26.434Z | Compiling anstyle-query v1.1.1 |
1397 | 2024-12-28T04:19:26.585Z | Compiling colorchoice v1.0.2 |
1398 | 2024-12-28T04:19:26.746Z | Compiling lazy_static v1.5.0 |
1399 | 2024-12-28T04:19:26.758Z | Compiling anstream v0.6.15 |
1400 | 2024-12-28T04:19:27.127Z | Compiling usdt v0.5.0 |
1401 | 2024-12-28T04:19:27.436Z | Compiling slog-json v2.6.1 |
1402 | 2024-12-28T04:19:27.606Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-28T04:19:27.723Z | Compiling clap_lex v0.7.4 |
1404 | 2024-12-28T04:19:27.824Z | Compiling slog-bunyan v2.5.0 |
1405 | 2024-12-28T04:19:28.054Z | Compiling slog-term v2.9.1 |
1406 | 2024-12-28T04:19:28.307Z | Compiling sha1 v0.10.6 |
1407 | 2024-12-28T04:19:28.801Z | Compiling newtype-uuid v1.1.0 |
1408 | 2024-12-28T04:19:29.107Z | Compiling winnow v0.5.40 |
1409 | 2024-12-28T04:19:29.290Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1410 | 2024-12-28T04:19:29.673Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1411 | 2024-12-28T04:19:30.009Z | Compiling clap_derive v4.5.18 |
1412 | 2024-12-28T04:19:30.242Z | Compiling heapless v0.8.0 |
1413 | 2024-12-28T04:19:31.091Z | Compiling hash32 v0.3.1 |
1414 | 2024-12-28T04:19:31.343Z | Compiling smoltcp v0.11.0 |
1415 | 2024-12-28T04:19:31.493Z | Compiling typify v0.2.0 |
1416 | 2024-12-28T04:19:31.618Z | Compiling progenitor-impl v0.8.0 |
1417 | 2024-12-28T04:19:33.094Z | Compiling toml_edit v0.19.15 |
1418 | 2024-12-28T04:19:35.378Z | Compiling stable_deref_trait v1.2.0 |
1419 | 2024-12-28T04:19:35.528Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1420 | 2024-12-28T04:19:35.848Z | Compiling proc-macro-crate v1.3.1 |
1421 | 2024-12-28T04:19:36.956Z | Compiling terminal_size v0.4.0 |
1422 | 2024-12-28T04:19:37.175Z | Compiling foreign-types-macros v0.2.3 |
1423 | 2024-12-28T04:19:37.840Z | Compiling proc-macro-error-attr v1.0.4 |
1424 | 2024-12-28T04:19:37.908Z | Compiling either v1.13.0 |
1425 | 2024-12-28T04:19:38.173Z | Compiling managed v0.8.0 |
1426 | 2024-12-28T04:19:38.514Z | Compiling foreign-types-shared v0.3.1 |
1427 | 2024-12-28T04:19:38.613Z | Compiling heck v0.4.1 |
1428 | 2024-12-28T04:19:38.626Z | Compiling cobs v0.2.3 |
1429 | 2024-12-28T04:19:38.886Z | Compiling bitflags v1.3.2 |
1430 | 2024-12-28T04:19:38.950Z | Compiling postcard v1.0.10 |
1431 | 2024-12-28T04:19:39.028Z | Compiling foreign-types v0.5.0 |
1432 | 2024-12-28T04:19:39.190Z | Compiling clap_builder v4.5.23 |
1433 | 2024-12-28T04:19:39.299Z | Compiling num_enum_derive v0.5.11 |
1434 | 2024-12-28T04:19:41.166Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1435 | 2024-12-28T04:19:41.720Z | Compiling num_enum v0.5.11 |
1436 | 2024-12-28T04:19:41.864Z | Compiling num-integer v0.1.46 |
1437 | 2024-12-28T04:19:42.092Z | Compiling cstr-argument v0.1.2 |
1438 | 2024-12-28T04:19:42.350Z | Compiling proc-macro-error v1.0.4 |
1439 | 2024-12-28T04:19:42.593Z | Compiling progenitor-macro v0.8.0 |
1440 | 2024-12-28T04:19:42.641Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1441 | 2024-12-28T04:19:42.654Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1442 | 2024-12-28T04:19:42.685Z | Compiling float-ord v0.3.2 |
1443 | 2024-12-28T04:19:42.812Z | Compiling fastrand v2.1.1 |
1444 | 2024-12-28T04:19:42.837Z | Compiling pretty-hex v0.2.1 |
1445 | 2024-12-28T04:19:43.006Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1446 | 2024-12-28T04:19:43.032Z | Compiling clap v4.5.23 |
1447 | 2024-12-28T04:19:43.109Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1448 | 2024-12-28T04:19:43.137Z | Compiling tempfile v3.12.0 |
1449 | 2024-12-28T04:19:43.409Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1450 | 2024-12-28T04:19:43.538Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1451 | 2024-12-28T04:19:44.548Z | Compiling colored v2.1.0 |
1452 | 2024-12-28T04:19:44.915Z | Compiling tabwriter v1.4.0 |
1453 | 2024-12-28T04:19:44.931Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1454 | 2024-12-28T04:19:45.431Z | Compiling crucible-workspace-hack v0.1.0 |
1455 | 2024-12-28T04:19:45.442Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1456 | 2024-12-28T04:19:46.136Z | Compiling num-iter v0.1.45 |
1457 | 2024-12-28T04:19:46.205Z | Compiling num-rational v0.4.2 |
1458 | 2024-12-28T04:19:46.529Z | Compiling num-complex v0.4.6 |
1459 | 2024-12-28T04:19:46.603Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1460 | 2024-12-28T04:19:46.967Z | Compiling semver v0.1.20 |
1461 | 2024-12-28T04:19:47.029Z | Compiling prettyplease v0.2.22 |
1462 | 2024-12-28T04:19:47.087Z | Compiling unicode-segmentation v1.12.0 |
1463 | 2024-12-28T04:19:47.359Z | Compiling rustc_version v0.1.7 |
1464 | 2024-12-28T04:19:47.518Z | Compiling num v0.4.3 |
1465 | 2024-12-28T04:19:47.617Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1466 | 2024-12-28T04:19:48.036Z | Compiling newline-converter v0.3.0 |
1467 | 2024-12-28T04:19:48.229Z | Compiling zone_cfg_derive v0.3.0 |
1468 | 2024-12-28T04:19:49.710Z | Compiling camino-tempfile v1.1.1 |
1469 | 2024-12-28T04:19:49.723Z | Compiling itertools v0.10.5 |
1470 | 2024-12-28T04:19:49.928Z | Compiling console v0.15.8 |
1471 | 2024-12-28T04:19:50.210Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1472 | 2024-12-28T04:19:51.045Z | Compiling num-derive v0.4.2 |
1473 | 2024-12-28T04:19:51.132Z | Compiling sigpipe v0.1.3 |
1474 | 2024-12-28T04:19:51.244Z | Compiling similar v2.6.0 |
1475 | 2024-12-28T04:19:51.801Z | Compiling base64ct v1.6.0 |
1476 | 2024-12-28T04:19:51.880Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1477 | 2024-12-28T04:19:52.213Z | Compiling expectorate v1.1.0 |
1478 | 2024-12-28T04:19:52.377Z | Compiling password-hash v0.5.0 |
1479 | 2024-12-28T04:19:52.421Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1480 | 2024-12-28T04:19:52.766Z | Compiling zone v0.3.0 |
1481 | 2024-12-28T04:19:53.412Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1482 | 2024-12-28T04:19:53.835Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1483 | 2024-12-28T04:19:53.857Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1484 | 2024-12-28T04:19:54.243Z | Compiling newtype_derive v0.1.6 |
1485 | 2024-12-28T04:19:54.493Z | Compiling blake2 v0.10.6 |
1486 | 2024-12-28T04:19:54.557Z | Compiling hubpack_derive v0.1.1 |
1487 | 2024-12-28T04:19:54.658Z | Compiling smf v0.2.3 |
1488 | 2024-12-28T04:19:55.457Z | Compiling zerocopy-derive v0.6.6 |
1489 | 2024-12-28T04:19:55.851Z | Compiling owo-colors v4.1.0 |
1490 | 2024-12-28T04:19:56.177Z | Compiling fixedbitset v0.4.2 |
1491 | 2024-12-28T04:19:56.362Z | Compiling cancel-safe-futures v0.1.5 |
1492 | 2024-12-28T04:19:56.453Z | Compiling whoami v1.5.2 |
1493 | 2024-12-28T04:19:56.688Z | Compiling petgraph v0.6.5 |
1494 | 2024-12-28T04:19:56.738Z | Compiling hubpack v0.1.2 |
1495 | 2024-12-28T04:19:56.749Z | Compiling argon2 v0.5.3 |
1496 | 2024-12-28T04:19:57.189Z | Compiling strum_macros v0.25.3 |
1497 | 2024-12-28T04:19:57.216Z | Compiling serde-big-array v0.5.1 |
1498 | 2024-12-28T04:19:57.432Z | Compiling serde_repr v0.1.19 |
1499 | 2024-12-28T04:19:57.540Z | Compiling zerocopy v0.6.6 |
1500 | 2024-12-28T04:19:58.093Z | Compiling progenitor v0.8.0 |
1501 | 2024-12-28T04:19:58.280Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1502 | 2024-12-28T04:19:58.420Z | Compiling cookie v0.18.1 |
1503 | 2024-12-28T04:19:58.652Z | Compiling static_assertions v1.1.0 |
1504 | 2024-12-28T04:19:58.745Z | Compiling convert_case v0.4.0 |
1505 | 2024-12-28T04:19:58.813Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1506 | 2024-12-28T04:19:59.534Z | Compiling derive_more v0.99.18 |
1507 | 2024-12-28T04:20:00.928Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1508 | 2024-12-28T04:20:01.113Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2024-12-28T04:20:03.777Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1510 | 2024-12-28T04:20:05.756Z | Compiling atomicwrites v0.4.4 |
1511 | 2024-12-28T04:20:06.126Z | Compiling itertools v0.13.0 |
1512 | 2024-12-28T04:20:06.140Z | Compiling libsw v3.3.1 |
1513 | 2024-12-28T04:20:06.456Z | Compiling enum-as-inner v0.6.1 |
1514 | 2024-12-28T04:20:06.472Z | Compiling derive-where v1.2.7 |
1515 | 2024-12-28T04:20:07.079Z | Compiling idna v0.4.0 |
1516 | 2024-12-28T04:20:07.211Z | Compiling linear-map v1.2.0 |
1517 | 2024-12-28T04:20:07.550Z | Compiling swrite v0.1.0 |
1518 | 2024-12-28T04:20:07.629Z | Compiling quick-error v1.2.3 |
1519 | 2024-12-28T04:20:07.673Z | Compiling indent_write v2.2.0 |
1520 | 2024-12-28T04:20:07.762Z | Compiling linked-hash-map v0.5.6 |
1521 | 2024-12-28T04:20:07.884Z | Compiling data-encoding v2.6.0 |
1522 | 2024-12-28T04:20:08.156Z | Compiling highway v1.2.0 |
1523 | 2024-12-28T04:20:08.488Z | Compiling lru-cache v0.1.2 |
1524 | 2024-12-28T04:20:08.677Z | Compiling hickory-proto v0.24.1 |
1525 | 2024-12-28T04:20:09.045Z | Compiling resolv-conf v0.7.0 |
1526 | 2024-12-28T04:20:09.104Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-12-28T04:20:09.575Z | Compiling steno v0.4.1 |
1528 | 2024-12-28T04:20:09.790Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1529 | 2024-12-28T04:20:11.261Z | Compiling slog-dtrace v0.3.0 |
1530 | 2024-12-28T04:20:11.594Z | Compiling parking_lot_core v0.8.6 |
1531 | 2024-12-28T04:20:12.037Z | Compiling humantime v2.1.0 |
1532 | 2024-12-28T04:20:12.706Z | Compiling num-derive v0.3.3 |
1533 | 2024-12-28T04:20:14.105Z | Compiling hickory-resolver v0.24.1 |
1534 | 2024-12-28T04:20:14.813Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1535 | 2024-12-28T04:20:14.938Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1536 | 2024-12-28T04:20:15.279Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1537 | 2024-12-28T04:20:15.515Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1538 | 2024-12-28T04:20:16.143Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1539 | 2024-12-28T04:20:19.636Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1540 | 2024-12-28T04:20:20.563Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1541 | 2024-12-28T04:20:20.618Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1542 | 2024-12-28T04:20:22.442Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1543 | 2024-12-28T04:20:23.001Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1544 | 2024-12-28T04:20:25.943Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1545 | 2024-12-28T04:20:26.992Z | Compiling half v2.4.1 |
1546 | 2024-12-28T04:20:27.291Z | Compiling ciborium-io v0.2.2 |
1547 | 2024-12-28T04:20:27.416Z | Compiling parking_lot v0.11.2 |
1548 | 2024-12-28T04:20:27.427Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1549 | 2024-12-28T04:20:27.591Z | Compiling ciborium-ll v0.2.2 |
1550 | 2024-12-28T04:20:28.432Z | Compiling crossbeam-epoch v0.9.18 |
1551 | 2024-12-28T04:20:28.522Z | Compiling fxhash v0.2.1 |
1552 | 2024-12-28T04:20:28.717Z | Compiling crc32fast v1.4.2 |
1553 | 2024-12-28T04:20:28.975Z | Compiling sled v0.34.7 |
1554 | 2024-12-28T04:20:29.031Z | Compiling ciborium v0.2.2 |
1555 | 2024-12-28T04:20:29.819Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1556 | 2024-12-28T04:20:37.738Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1557 | 2024-12-28T04:20:40.888Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1558 | 2024-12-28T04:20:44.858Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1559 | 2024-12-28T04:20:46.034Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1560 | 2024-12-28T04:20:47.337Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1561 | 2024-12-28T04:21:09.890Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 47s |
1562 | 2024-12-28T04:21:10.052Z | ──────────── |
1563 | 2024-12-28T04:21:10.052Z | Nextest run ID 85fb1275-5b4c-4a0b-823a-7d8c03b60be4 with nextest profile: default |
1564 | 2024-12-28T04:21:10.052Z | Starting 2 tests across 1 binary |
1565 | 2024-12-28T04:21:10.069Z | PASS [ 0.016s] rdb bestpath::test::test_bestpath |
1566 | 2024-12-28T04:21:10.136Z | PASS [ 0.082s] rdb db::test::test_rib |
1567 | 2024-12-28T04:21:10.139Z | ──────────── |
1568 | 2024-12-28T04:21:10.139Z | Summary [ 0.084s] 2 tests run: 2 passed, 0 skipped |
1569 | 2024-12-28T04:21:10.155Z | + cp rib.log /work/ |
1570 | 2024-12-28T04:21:10.158Z | process exited: duration 363118 ms, exit code 0 |
|
1571 | 2024-12-28T04:21:10.168Z | found 1 output files |
1572 | 2024-12-28T04:21:10.168Z | uploading: /work/rib.log (0 bytes) |
1573 | 2024-12-28T04:21:11.185Z | uploaded: /work/rib.log |